Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-53259 PoC — quic-go affected by an ICMP Packet Too Large Injection Attack on Linux

Source
Associated Vulnerability
Title:quic-go affected by an ICMP Packet Too Large Injection Attack on Linux (CVE-2024-53259)
Description:quic-go is an implementation of the QUIC protocol in Go. An off-path attacker can inject an ICMP Packet Too Large packet. Since affected quic-go versions used IP_PMTUDISC_DO, the kernel would then return a "message too large" error on sendmsg, i.e. when quic-go attempts to send a packet that exceeds the MTU claimed in that ICMP packet. By setting this value to smaller than 1200 bytes (the minimum MTU for QUIC), the attacker can disrupt a QUIC connection. Crucially, this can be done after completion of the handshake, thereby circumventing any TCP fallback that might be implemented on the application layer (for example, many browsers fall back to HTTP over TCP if they're unable to establish a QUIC connection). The attacker needs to at least know the client's IP and port tuple to mount an attack. This vulnerability is fixed in 0.48.2.
Readme
## cve-2024-53259
Reproduction of [cve-2024-53259](https://nvd.nist.gov/vuln/detail/CVE-2024-53259)

File Snapshot

[4.0K] /data/pocs/7463fa95bd8931d58673c028255634c970b902da ├── [4.0K] attack │   └── [1.8K] attack.go ├── [2.7K] echo.go ├── [ 665] go.mod ├── [5.0K] go.sum ├── [1.0K] LICENSE └── [ 101] README.md 1 directory, 6 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →