PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-23010 Linux CVE debrief

A use-after-free vulnerability was found in the Linux kernel's inet6_addr_del() function. The vulnerability occurs when ipv6_del_addr() is called before reading the ifp->flags for temporary addresses. This can lead to a use-after-free error, allowing an attacker to potentially execute arbitrary code. The issue was introduced by the accidental movement of ipv6_del_addr() for mngtmpaddr before reading its ifp->flags for temporary addresses in inet6_addr_del().

Vendor
Linux
Product
Unknown
CVSS
HIGH 7.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-14
Original CVE updated
2026-07-28
Advisory published
2026-07-14
Advisory updated
2026-07-28

Who should care

Linux kernel developers and users who rely on the Linux kernel for their systems should be aware of this vulnerability. They should review the patches provided by the Linux kernel maintainers and apply them to their systems to prevent potential exploitation.

Technical summary

The vulnerability is caused by the accidental movement of ipv6_del_addr() for mngtmpaddr before reading its ifp->flags for temporary addresses in inet6_addr_del(). To fix this, ipv6_del_addr() should be moved down. The vulnerability can be exploited by an attacker with local access to the system, allowing them to potentially execute arbitrary code. The fix involves updating the Linux kernel to a version that includes the patch.

Defensive priority

High

Recommended defensive actions

  • Apply the patches provided by the Linux kernel maintainers
  • Update the Linux kernel to a version that includes the fix
  • Monitor the system for any suspicious activity
  • Use a supported and maintained Linux kernel version
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The vulnerability was reported by syzbot and was resolved by moving ipv6_del_addr() down to fix the use-after-free error. The fix is available in the Linux kernel stable branches. Further verification is recommended to confirm affected deployments and ensure proper mitigation.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-23010 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-23010

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-23010 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-23010

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/2684610a9c9c53f262fd864fa5c407e79f304804

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/6e89d60b4f03014f7d412ce64b17a840840d490e

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/8b6dcb565e419846bd521e31d5e1f98e4d0e1179

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/9356b69d03d0f50cce91cebdabd33dda023fbd64

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/ddf96c393a33aef4887e2e406c76c2f8cda1419c

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Source reference

    Unverified legacy reference

    URL: https://cert-portal.siemens.com/productcert/html/ssa-019113.html

    0b142b55-0307-4c5a-b3c9-f314f3fb7c5e

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.