golang / vulndb

[mirror] The Go Vulnerability Database
Other
555 stars 55 forks source link

x/vulndb: potential Go vuln in github.com/envoyproxy/envoy: CVE-2024-23326 #2890

Closed tatianab closed 2 months ago

tatianab commented 2 months ago

CVE-2024-23326 references github.com/envoyproxy/envoy, which may be a Go module.

Description: Envoy is a cloud-native, open source edge and service proxy. A theoretical request smuggling vulnerability exists through Envoy if a server can be tricked into adding an upgrade header into a response. Per RFC https://www.rfc-editor.org/rfc/rfc7230#section-6.7 a server sends 101 when switching protocols. Envoy incorrectly accepts a 200 response from a server when requesting a protocol upgrade, but 200 does not indicate protocol switch. This opens up the possibility of request smuggling through Envoy if the server can be tricked into adding the upgrade header to the response.

References:

Cross references:

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

id: GO-ID-PENDING
modules:
    - module: github.com/envoyproxy/envoy
      vulnerable_at: 1.30.2
      packages:
        - package: envoy
summary: CVE-2024-23326 in github.com/envoyproxy/envoy
cves:
    - CVE-2024-23326
references:
    - advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-23326
    - web: https://github.com/envoyproxy/envoy/security/advisories/GHSA-vcf8-7238-v74c
source:
    id: CVE-2024-23326
    created: 2024-06-07T17:17:48.870801-04:00
review_status: UNREVIEWED
gopherbot commented 2 months ago

Change https://go.dev/cl/592765 mentions this issue: data/excluded,data/reports: add 10 reports