CVE-2025-21765: ipv6: use RCU protection in ip6_default_advmss()
In the Linux kernel, the following vulnerability has been resolved:
ipv6: use RCU protection in ip6_default_advmss()
ip6_default_advmss() needs rcu protection to make
sure the net structure it reads does not disappear.
Security readout for executives and security teams
Plain-English summary
A Linux kernel concurrency flaw in IPv6 code can allow a network-related kernel object to disappear while still being read. The supplied CVSS 8.1 assessment indicates potentially severe confidentiality, integrity, and availability impact, although exploitation requires difficult timing conditions. Kernel updates containing the upstream fix are the appropriate remediation direction.
Executive priority
Treat this as a high-priority kernel maintenance issue, especially for exposed or critical Linux infrastructure. Schedule vendor-approved updates and reboots promptly, while avoiding emergency claims unsupported by exploitation evidence. Escalate systems whose package status cannot be mapped confidently to a fixed vendor build.
Technical view
ip6_default_advmss() reads a network namespace structure without the required read-copy-update protection, creating a race with object removal. The stable-kernel changes add RCU protection to prevent the structure from disappearing during access. The supplied vector is network-accessible, unauthenticated, high-complexity, and requires no user interaction.
Likely exposure
Potential exposure includes systems running affected Linux kernel versions that can reach the relevant IPv6 path. The supplied version data is ambiguous and should not be treated as complete package-level guidance. Map the running kernel and distribution package to Linux stable commits or the applicable vendor advisory.
Exploitation context
The supplied record is not in CISA KEV, and no provided source reports active exploitation. The CVSS vector describes network reachability without privileges, but high attack complexity suggests a timing-dependent race. Public exploit availability and practical reliability are not established by this source bundle.
Researcher notes
The core issue is missing RCU protection around a network-structure read in ip6_default_advmss(). Eight stable-kernel commits are referenced, indicating fixes across maintained branches. The supplied affected-version representation lacks clear range semantics, so researchers should inspect the CVE record, commit ancestry, and downstream backport status before declaring a build vulnerable.
Mitigation direction
Install a vendor-supported kernel containing the applicable Linux stable fix.
Reboot into the updated kernel; installing a package alone does not replace the running kernel.
If immediate updating is impossible, obtain temporary mitigation guidance from the operating-system vendor.
Prioritize externally exposed and high-value Linux systems using affected kernel packages.
Validation and detection
Inventory running kernel releases, distribution package revisions, and IPv6 usage across Linux assets.
Compare each package against its distribution advisory and the referenced stable-kernel fix.
After updating and rebooting, confirm the running kernel is the remediated build.
Verify vulnerability scanners recognize vendor backports rather than relying only on upstream version numbers.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2025-21765 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
2ADP providers
14Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.