Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

debian логотип

CVE-2022-41721

Опубликовано: 13 янв. 2023
Источник: debian

Описание

A request smuggling attack is possible when using MaxBytesHandler. When using MaxBytesHandler, the body of an HTTP request is not fully consumed. When the server attempts to read HTTP2 frames from the connection, it will instead be reading the body of the HTTP request, which could be attacker-manipulated to represent arbitrary HTTP2 requests.

Пакеты

ПакетСтатусВерсия исправленияРелизТип
golang-golang-x-netfixed1:0.4.0+dfsg-1package
golang-golang-x-netnot-affectedbullseyepackage
golang-golang-x-netnot-affectedbusterpackage

Примечания

  • https://go-review.googlesource.com/c/net/+/447396

  • https://github.com/golang/go/issues/56352

  • https://pkg.go.dev/vuln/GO-2023-1495

  • Fixed in https://go.googlesource.com/net/+/702349b0e8628371f0e5ba0c10407448d60a67b1 (v0.2.0)

  • Introduced in https://go.googlesource.com/net/+/1d687d428aca0546c0ca84160c8700ee521e9fb9 (v0.1.0)

Связанные уязвимости

CVSS3: 7.5
ubuntu
больше 3 лет назад

A request smuggling attack is possible when using MaxBytesHandler. When using MaxBytesHandler, the body of an HTTP request is not fully consumed. When the server attempts to read HTTP2 frames from the connection, it will instead be reading the body of the HTTP request, which could be attacker-manipulated to represent arbitrary HTTP2 requests.

CVSS3: 7.5
redhat
больше 3 лет назад

A request smuggling attack is possible when using MaxBytesHandler. When using MaxBytesHandler, the body of an HTTP request is not fully consumed. When the server attempts to read HTTP2 frames from the connection, it will instead be reading the body of the HTTP request, which could be attacker-manipulated to represent arbitrary HTTP2 requests.

CVSS3: 7.5
nvd
больше 3 лет назад

A request smuggling attack is possible when using MaxBytesHandler. When using MaxBytesHandler, the body of an HTTP request is not fully consumed. When the server attempts to read HTTP2 frames from the connection, it will instead be reading the body of the HTTP request, which could be attacker-manipulated to represent arbitrary HTTP2 requests.

CVSS3: 7.5
msrc
больше 3 лет назад

Request smuggling due to improper request handling in golang.org/x/net/http2/h2c

CVSS3: 7.5
github
больше 3 лет назад

golang.org/x/net/http2/h2c vulnerable to request smuggling attack