CVE-2025-39826
Linux Linux, SIMATIC CN 4100, SIMATIC S7-1500 CPU 1518-4 PN/DP MFP
In the Linux kernel, the following vulnerability has been resolved: net: rose: convert 'use' field to refcount_t The 'use' field in struct rose_neigh is used as a reference counter but lacks atomicity. This can lead to race conditions where a rose_neigh structure is freed while still being referenced by other code paths. For example, when rose_neigh->use becomes zero during an ioctl operation via rose_rt_ioctl(), the structure may be removed while its timer is still active, potentially causing use-after-free issues. This patch changes the type of 'use' from unsigned short to refcount_t and...
- CVSS
- 7
- EPSS
- 0.19% 8.58% percentile
- CISA KEV
- Not listed
- Published
- 2025.09.16