First published: Wed Jan 10 2024(Updated: )
An attacker can cause its peer to run out of memory sending a large number of PATH_CHALLENGE frames. The receiver is supposed to respond to each PATH_CHALLENGE frame with a PATH_RESPONSE frame. The attacker can prevent the receiver from sending out (the vast majority of) these PATH_RESPONSE frames by collapsing the peers congestion window (by selectively acknowledging received packets) and by manipulating the peer's RTT estimate. I published a more detailed description of the attack and its mitigation in this blog post: https://seemann.io/posts/2023-12-18-exploiting-quics-path-validation/ There's no way to mitigate this attack, please update quic-go to a version that contains the fix.
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
go/github.com/quic-go/quic-go | <0.37.7 | 0.37.7 |
go/github.com/quic-go/quic-go | >=0.38.0<0.38.2 | 0.38.2 |
go/github.com/quic-go/quic-go | >=0.39.0<0.39.4 | 0.39.4 |
go/github.com/quic-go/quic-go | =0.40.0 | 0.40.1 |
redhat/quic-go | <0.40.1 | 0.40.1 |
redhat/quic-go | <0.39.4 | 0.39.4 |
redhat/quic-go | <0.38.2 | 0.38.2 |
redhat/quic-go | <0.37.7 | 0.37.7 |
quic-go | <0.37.7 | |
quic-go | >=0.38.0<0.38.2 | |
quic-go | >=0.39.0<0.39.4 | |
quic-go | =0.40.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-49295 has a high severity due to its potential to exhaust system memory through excessive PATH_CHALLENGE frames.
To mitigate CVE-2023-49295, update the affected quic-go versions to 0.37.7, 0.38.2, 0.39.4, or 0.40.1.
The affected versions of quic-go in relation to CVE-2023-49295 include all versions before 0.37.7 and versions between 0.38.0 and 0.40.0.
Any user or organization utilizing quic-go versions from 0.37.7 to before 0.40.1 may be vulnerable to CVE-2023-49295.
CVE-2023-49295 is a denial-of-service vulnerability that can lead to memory exhaustion in the affected application.