๐Ÿ” CVE Alert

CVE-2025-39827

UNKNOWN 0.0

net: rose: include node references in rose_neigh refcount

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: net: rose: include node references in rose_neigh refcount Current implementation maintains two separate reference counting mechanisms: the 'count' field in struct rose_neigh tracks references from rose_node structures, while the 'use' field (now refcount_t) tracks references from rose_sock. This patch merges these two reference counting systems using 'use' field for proper reference management. Specifically, this patch adds incrementing and decrementing of rose_neigh->use when rose_neigh->count is incremented or decremented. This patch also modifies rose_rt_free(), rose_rt_device_down() and rose_clear_route() to properly release references to rose_neigh objects before freeing a rose_node through rose_remove_node(). These changes ensure rose_neigh structures are properly freed only when all references, including those from rose_node structures, are released. As a result, this resolves a slab-use-after-free issue reported by Syzbot.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 16, 2025
Last Updated May 12, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 4cce478c3e82a5fc788d72adb2f4c4e983997639 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 9c547c8eee9d1cf6e744611d688b9f725cf9a115 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < d7563b456ed44151e1a82091d96f60166daea89b 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 384210cceb1873a4c8218b27ba0745444436b728 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < da9c9c877597170b929a6121a68dcd3dd9a80f45
Linux / Linux
2.6.12

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/4cce478c3e82a5fc788d72adb2f4c4e983997639 git.kernel.org: https://git.kernel.org/stable/c/9c547c8eee9d1cf6e744611d688b9f725cf9a115 git.kernel.org: https://git.kernel.org/stable/c/d7563b456ed44151e1a82091d96f60166daea89b git.kernel.org: https://git.kernel.org/stable/c/384210cceb1873a4c8218b27ba0745444436b728 git.kernel.org: https://git.kernel.org/stable/c/da9c9c877597170b929a6121a68dcd3dd9a80f45 lists.debian.org: https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html cert-portal.siemens.com: https://cert-portal.siemens.com/productcert/html/ssa-032379.html