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/envoyproxy/envoy: CVE-2024-53270 #3346

Closed
GoVulnBot opened this issue Dec 18, 2024 · 1 comment
Closed
Labels
cve-year-2024 excluded: NOT_GO_CODE This vulnerability does not refer to a Go module. triaged

Comments

@GoVulnBot
Copy link

Advisory CVE-2024-53270 references a vulnerability in the following Go modules:

Module
github.com/envoyproxy/envoy

Description:
Envoy is a cloud-native high-performance edge/middle/service proxy. In affected versions sendOverloadError is going to assume the active request exists when envoy.load_shed_points.http1_server_abort_dispatch is configured. If active_request is nullptr, only onMessageBeginImpl() is called. However, the onMessageBeginImpl will directly return ok status if the stream is already reset leading to the nullptr reference. The downstream reset can actually happen during the H/2 upstream reset. As a result envoy may crash. This issue has been addressed in releases 1.32.3, 1.31.5, 1.30.9, and 1.2...

References:

Cross references:

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

id: GO-ID-PENDING
modules:
    - module: github.com/envoyproxy/envoy
      vulnerable_at: 1.32.3
summary: CVE-2024-53270 in github.com/envoyproxy/envoy
cves:
    - CVE-2024-53270
references:
    - advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-53270
    - fix: https://github.com/envoyproxy/envoy/pull/37743/commits/6cf8afda956ba67c9afad185b962325a5242ef02
    - web: https://github.com/envoyproxy/envoy/security/advisories/GHSA-q9qv-8j52-77p3
source:
    id: CVE-2024-53270
    created: 2024-12-18T21:01:27.039192456Z
review_status: UNREVIEWED

@gopherbot
Copy link
Contributor

Change https://go.dev/cl/637958 mentions this issue: data/excluded: add 4 excluded reports

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cve-year-2024 excluded: NOT_GO_CODE This vulnerability does not refer to a Go module. triaged
Projects
None yet
Development

No branches or pull requests

3 participants