-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Patch Protobuf for CVE 2026-0994 #33619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,5 +9,5 @@ wheel | |
| jinja2>=3.1.6 | ||
| regex | ||
| build | ||
| protobuf | ||
| protobuf >= 6.33.5 | ||
| grpcio-tools | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ blake3 | |
| py-cpuinfo | ||
| transformers >= 4.56.0, < 5 | ||
| tokenizers >= 0.21.1 # Required for fast incremental detokenization. | ||
| protobuf # Required by LlamaTokenizer, gRPC. | ||
| protobuf >= 6.33.5 # Required by LlamaTokenizer, gRPC. CVE-2026-0994 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The specified I suggest updating both the version and the CVE number in the comment. To fix the vulnerability while staying on the |
||
| fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint. | ||
| aiohttp | ||
| openai >= 1.99.1 # For Responses API with reasoning content | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The specified
protobufversion6.33.5does not exist. This will cause dependency installation to fail.Based on the security advisory linked in the pull request description (GHSA-7gcm-g887-7qv7), a patched version should be used. To fix the vulnerability while staying on the
4.xseries ofprotobuf, I recommend usingprotobuf >= 4.21.9, <5.