Skip to content

Update module google.golang.org/protobuf to v1.33.0 [SECURITY] #67

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google.golang.org/protobuf v1.31.0 -> v1.33.0 age adoption passing confidence

Infinite loop in JSON unmarshaling in google.golang.org/protobuf

CGA-2vgr-6mqh-4r48 / CGA-v9cm-f6x8-5vj7 / CVE-2024-24786 / GHSA-8r3f-844c-mc37 / GO-2024-2611

More information

Details

The protojson.Unmarshal function can enter an infinite loop when unmarshaling certain forms of invalid JSON. This condition can occur when unmarshaling into a message which contains a google.protobuf.Any value, or when the UnmarshalOptions.DiscardUnknown option is set.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Golang protojson.Unmarshal function infinite loop when unmarshaling certain forms of invalid JSON

CGA-2vgr-6mqh-4r48 / CGA-v9cm-f6x8-5vj7 / CVE-2024-24786 / GHSA-8r3f-844c-mc37 / GO-2024-2611

More information

Details

The protojson.Unmarshal function can enter an infinite loop when unmarshaling certain forms of invalid JSON. This condition can occur when unmarshaling into a message which contains a google.protobuf.Any value, or when the UnmarshalOptions.DiscardUnknown option is set.

Severity

  • CVSS Score: 7.5 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References

This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).


Release Notes

protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.33.0

Compare Source

This release contains one security fix:

  • encoding/protojson: Unmarshal could enter an infinite loop when unmarshaling certain forms of invalid JSON. This condition can occur when unmarshaling into a message which contains a google.protobuf.Any value, or when the UnmarshalOptions.DiscardUnknown option is set. Unmarshal now correctly returns an error when handling these inputs. This is CVE-2024-24786.

v1.32.0

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.31.0...v1.32.0

This release contains commit protocolbuffers/protobuf-go@bfcd647, which fixes a denial of service vulnerability by preventing a stack overflow through a default maximum recursion limit. See https://github.com/golang/protobuf/issues/1583 and https://github.com/golang/protobuf/issues/1584 for details.


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the automated label Aug 6, 2024
@renovate renovate bot changed the title Update module google.golang.org/protobuf to v1.33.0 [SECURITY] Update module google.golang.org/protobuf to v1.33.0 [SECURITY] - autoclosed May 21, 2025
@renovate renovate bot closed this May 21, 2025
@renovate renovate bot deleted the renovate/go-google.golang.org-protobuf-vulnerability branch May 21, 2025 17:23
@renovate renovate bot changed the title Update module google.golang.org/protobuf to v1.33.0 [SECURITY] - autoclosed Update module google.golang.org/protobuf to v1.33.0 [SECURITY] May 21, 2025
@renovate renovate bot reopened this May 21, 2025
@renovate renovate bot force-pushed the renovate/go-google.golang.org-protobuf-vulnerability branch from de8c3f2 to 13180c9 Compare May 21, 2025 23:57
@renovate renovate bot changed the title Update module google.golang.org/protobuf to v1.33.0 [SECURITY] Update module google.golang.org/protobuf to v1.33.0 [SECURITY] - autoclosed Jun 3, 2025
@renovate renovate bot closed this Jun 3, 2025
@renovate renovate bot changed the title Update module google.golang.org/protobuf to v1.33.0 [SECURITY] - autoclosed Update module google.golang.org/protobuf to v1.33.0 [SECURITY] Jun 4, 2025
@renovate renovate bot reopened this Jun 4, 2025
@renovate renovate bot force-pushed the renovate/go-google.golang.org-protobuf-vulnerability branch from 3b4c7a5 to 13180c9 Compare June 4, 2025 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants