Skip to content
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

x/vulndb: potential Go vuln in github.com/protocolbuffers/protobuf: CVE-2024-2410 #2810

Open
GoVulnBot opened this issue May 3, 2024 · 1 comment
Assignees

Comments

@GoVulnBot
Copy link

CVE-2024-2410 references github.com/protocolbuffers/protobuf, which may be a Go module.

Description:
The JsonToBinaryStream() function is part of the protocol buffers C++ implementation and is used to parse JSON from a stream. If the input is broken up into separate chunks in a certain way, the parser will attempt to read bytes from a chunk that has already been freed. 

References:

Cross references:

See doc/triage.md for instructions on how to triage this report.

id: GO-ID-PENDING
modules:
    - module: github.com/protocolbuffers/protobuf
      vulnerable_at: 5.26.1+incompatible
      packages:
        - package: protobuf
summary: CVE-2024-2410 in github.com/protocolbuffers/protobuf
cves:
    - CVE-2024-2410
references:
    - web: https://github.com/protocolbuffers/protobuf/releases/tag/v25.0
source:
    id: CVE-2024-2410

@tatianab tatianab self-assigned this May 3, 2024
@tatianab tatianab added the excluded: NOT_GO_CODE This vulnerability does not refer to a Go module. label May 3, 2024
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/584376 mentions this issue: data/excluded: batch add 3 excluded reports

@tatianab tatianab added possibly not Go and removed excluded: NOT_GO_CODE This vulnerability does not refer to a Go module. labels May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants