PatchSiren

PatchSiren cyber security CVE debrief

CVE-2024-26852 Linux CVE debrief

CVE-2024-26852 is a Linux kernel IPv6 use-after-free in the multipath route notification path. The issue was found by syzbot and confirmed by KASAN, with the supplied record showing a slab-use-after-free in rt6_fill_node reached through ip6_route_mpath_notify().

Vendor
Linux
Product
Unknown
CVSS
HIGH 7
CISA KEV
Not listed in stored evidence
Original CVE published
2024-04-09
Original CVE updated
2026-05-14
Advisory published
2024-04-09
Advisory updated
2026-05-14

Who should care

Linux kernel maintainers, distro security teams, and system operators running affected kernel branches should care, especially on multi-user systems where local users can exercise networking/syscall paths. The CVSS vector is local, low-privilege, and rated high impact.

Technical summary

The kernel fix addresses a root-cause lifetime bug in ip6_route_mpath_notify(). The supplied description says an earlier commit (f7225172f25a) did not fully resolve the issue, and that fib6_info_release() calls need to be deferred until after ip6_route_mpath_notify() finishes, during cleanup. NVD records the issue as CWE-416 (use after free) with CVSS 3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.

Defensive priority

High. This is a kernel memory-safety flaw with high CVSS impact, but it requires local access and low privileges. Prioritize patching affected kernels and verifying vendor backports.

Recommended defensive actions

  • Update to a Linux kernel build that includes the stable fixes referenced by NVD and the kernel patch links.
  • Verify your vendor's backport status for affected branches, including 4.19.x, 5.4.x, 5.10.x, 5.15.x, 6.1.x, 6.6.x, 6.7.x, and 6.8-rc builds listed by NVD.
  • Treat systems that allow unprivileged local users to reach the kernel networking stack as higher priority for remediation.
  • Check your distro or vendor security advisory and package changelog for the specific backported fix commit.
  • Watch for unexpected kernel crashes or KASAN-style reports in IPv6 routing/netlink paths until patching is complete.

Evidence notes

The debrief is based on the supplied CVE description, which includes the syzbot/KASAN report and the stated fix approach, plus the NVD record and its listed stable patch references. NVD also provides the affected CPE version ranges and the CWE-416 classification.

Sources and references

Verified primary and authoritative sources

  • CVE-2024-26852 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2024-26852

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

  • CVE-2024-26852 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2024-26852

    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/31ea5bcc7d4cd1423de6be327a2c034725704136

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

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/394334fe2ae3b9f1e2332b873857e84cb28aac18

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

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/61b34f73cdbdb8eaf9ea12e9e2eb3b29716c4dda

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

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/664f9c647260cc9d68b4e31d9899530d89dd045e

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

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/685f7d531264599b3f167f1e94bbd22f120e5fab

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

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/79ce2e54cc0ae366f45516c00bf1b19aa43e9abe

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

  • Mitigation or vendor reference

    Unverified legacy reference

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

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

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.