chore(deps): update dependency protobuf to v4 [security] - #1121
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency protobuf to v4 [security]#1121renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
from
June 18, 2025 16:37
f984bc5 to
9cc11ec
Compare
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
from
June 19, 2025 15:20
9cc11ec to
69033fc
Compare
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
from
June 19, 2025 15:23
69033fc to
f705c56
Compare
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
from
June 20, 2025 11:49
f705c56 to
8c1593d
Compare
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
from
June 20, 2025 11:49
8c1593d to
6791e66
Compare
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
from
June 23, 2025 07:24
6791e66 to
59a3a49
Compare
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
from
June 23, 2025 13:11
59a3a49 to
3d3ff4a
Compare
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
from
June 24, 2025 10:18
3d3ff4a to
34659be
Compare
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
from
June 24, 2025 17:30
34659be to
e32dad7
Compare
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
2 times, most recently
from
July 2, 2025 21:23
6ecc815 to
93b3077
Compare
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
from
July 7, 2025 12:44
93b3077 to
f8989a0
Compare
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
from
July 7, 2025 19:51
f8989a0 to
1f057a8
Compare
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
2 times, most recently
from
July 8, 2025 23:05
021beb5 to
3365935
Compare
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
from
July 21, 2025 13:41
075ccb7 to
132467c
Compare
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
from
July 21, 2025 23:41
132467c to
27c159c
Compare
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
from
July 22, 2025 15:52
27c159c to
2eb091b
Compare
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
from
July 22, 2025 19:56
2eb091b to
2d620d5
Compare
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
from
July 23, 2025 08:47
3bf1cca to
2d620d5
Compare
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
from
July 23, 2025 11:16
2d620d5 to
dca4d05
Compare
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
from
July 23, 2025 18:32
dca4d05 to
6a1c1be
Compare
renovate
Bot
force-pushed
the
renovate/pypi-protobuf-vulnerability
branch
from
July 24, 2025 08:38
ab3b25e to
6a1c1be
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=3.7.0, <4->>=4.25.8, <5GitHub Vulnerability Alerts
CVE-2025-4565
Summary
Any project that uses Protobuf pure-Python backend to parse untrusted Protocol Buffers data containing an arbitrary number of recursive groups, recursive messages or a series of
SGROUPtags can be corrupted by exceeding the Python recursion limit.Reporter: Alexis Challande, Trail of Bits Ecosystem Security Team
ecosystem@trailofbits.com
Affected versions: This issue only affects the pure-Python implementation of protobuf-python backend. This is the implementation when
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=pythonenvironment variable is set or the default when protobuf is used from Bazel or pure-Python PyPi wheels. CPython PyPi wheels do not use pure-Python by default.This is a Python variant of a previous issue affecting protobuf-java.
Severity
This is a potential Denial of Service. Parsing nested protobuf data creates unbounded recursions that can be abused by an attacker.
Proof of Concept
For reproduction details, please refer to the unit tests decoder_test.py and message_test
Remediation and Mitigation
A mitigation is available now. Please update to the latest available versions of the following packages:
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.