7.5
CVE-2024-32975
- EPSS 0.03%
- Veröffentlicht 04.06.2024 21:15:33
- Zuletzt bearbeitet 21.11.2024 09:16:08
- Quelle security-advisories@github.com
- Teams Watchlist Login
- Unerledigt Login
Envoy is a cloud-native, open source edge and service proxy. There is a crash at `QuicheDataReader::PeekVarInt62Length()`. It is caused by integer underflow in the `QuicStreamSequencerBuffer::PeekRegion()` implementation.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Envoyproxy ≫ Envoy Version < 1.27.6
Envoyproxy ≫ Envoy Version >= 1.28.0 < 1.28.4
Envoyproxy ≫ Envoy Version >= 1.29.0 < 1.29.5
Envoyproxy ≫ Envoy Version >= 1.30.0 < 1.30.2
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.03% | 0.063 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
security-advisories@github.com | 5.9 | 2.2 | 3.6 |
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
|
CWE-191 Integer Underflow (Wrap or Wraparound)
The product subtracts one value from another, such that the result is less than the minimum allowable integer value, which produces a value that is not equal to the correct result.