PatchSiren cyber security CVE debrief
CVE-2026-48715 radvd-project CVE debrief
CVE-2026-48715 is a stack buffer overflow vulnerability in the radvdump utility of radvd, a router advertisement daemon for IPv6. The vulnerability occurs when processing a crafted ICMPv6 Router Advertisement, allowing an attacker to overflow a 16-byte struct in6_addr on the stack by up to 2016 bytes. The main radvd daemon is not affected. This issue was patched in version 2.21. Defenders should assess exposure and prioritize patching due to the high CVSS score of 7.7.
- Vendor
- radvd-project
- Product
- radvdump
- CVSS
- HIGH 7.7
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-19
- Original CVE updated
- 2026-06-26
- Advisory published
- 2026-06-19
- Advisory updated
- 2026-06-26
Who should care
Defenders managing IPv6 networks using radvd should assess their exposure to this vulnerability. Specifically, those using radvd versions prior to 2.21 and relying on the radvdump utility are at risk. Given the high CVSS severity, prioritizing patching or mitigation is crucial to prevent potential exploitation.
Technical summary
The CVE-2026-48715 vulnerability is a stack buffer overflow in the Route Information option parser of radvdump, a utility shipped with radvd. When processing a crafted ICMPv6 Router Advertisement, the print_ff() function copies up to 2032 bytes from attacker-controlled packet data into a 16-byte struct in6_addr on the stack, resulting in a potential overflow of up to 2016 bytes. The main radvd daemon is not affected by this vulnerability. The issue was addressed in radvd version 2.21.
Defensive priority
High priority due to CVSS score of 7.7 and potential for exploitation
Recommended defensive actions
- Inventory radvd installations and assess exposure
- Review official advisories for CVE-2026-48715
- Apply patch or upgrade to radvd version 2.21 or later
- Monitor for suspicious ICMPv6 Router Advertisement activity
- Implement compensating controls to limit exposure
Evidence notes
The primary evidence for this vulnerability comes from the NVD and CVE.org records. The vulnerability affects radvd versions prior to 2.21. Defenders should verify their radvd versions and assess exposure. The main radvd daemon is not affected, but the radvdump utility is vulnerable.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-48715 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-48715
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-48715 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-48715
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/radvd-project/radvd/commit/068bde13e3fd6a5fcdb6859e6a2acd293a325dc5
-
Source reference
Unverified legacy reference
URL: https://github.com/radvd-project/radvd/security/advisories/GHSA-52px-gh9p-m379
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.