-
Notifications
You must be signed in to change notification settings - Fork 585
[High] Patch protobuf for CVE-2025-4565 #14044
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
[High] Patch protobuf for CVE-2025-4565 #14044
Conversation
/azurepipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azurepipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Unfortunately it appears the patch is breaking |
Yes, I attempted to fix it as well. The error encountered for |
613c609
to
5922836
Compare
Updated the patch and waiting for the Buddy Build results |
/azurepipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Looks like the updated patch is now working fine with python-tensorboard
(cherry picked from commit d237a0c)
Auto cherry-pick results: Auto cherry-pick pipeline run -> https://dev.azure.com/mariner-org/mariner/_build/results?buildId=849770&view=results |
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-static
subpackages, etc.) have had theirRelease
tag incremented../cgmanifest.json
,./toolkit/scripts/toolchain/cgmanifest.json
,.github/workflows/cgmanifest.json
)./LICENSES-AND-NOTICES/SPECS/data/licenses.json
,./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md
,./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON
)*.signatures.json
filessudo make go-tidy-all
andsudo make go-test-coverage
passSummary
Patch protobuf for CVE-2025-4565
Patch Modified: Yes
current_depth
has been added for the filesdecoder.py
andpython_message.py
from upstream v29.5 for proper application of patch.python_message.py
was also backported to fix the build forpython-tensorboard
python/google/protobuf/internal/decoder_test.py
is not present in source tarball. So, patch is not applied for that file.Astrolabe Patch Reference: protocolbuffers/protobuf@17838be .
NIST mentions here https://nvd.nist.gov/vuln/detail/CVE-2025-4565 that it fixes this CVE.
Change Log
Does this affect the toolchain?
NO
Associated issues
Links to CVEs
Test Methodology