CVE-2025-39826
Last modified
CVE-2025-39826 is a high-severity vulnerability rated 7/10 on the CVSS scale. 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 updates all code paths to use rose_neigh_hold() and rose_neigh_put() which operate reference counts atomically.. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
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 updates all code paths to use rose_neigh_hold() and rose_neigh_put() which operate reference counts atomically.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 2.6.12.1, < 6.1.150 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.104 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.45 | — |
| Linux | Linux Kernel | >= 6.13, < 6.16.5 | — |
| Linux | Linux Kernel | 2.6.12 | — |
| Linux | Linux Kernel | 6.17 | Rc1 |
| Debian | Debian Linux | 11.0 | — |
References
- https://lists.debian.org/debian-lts-announce/2025/10/msg00008.htmlMailing List, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-39826?
How severe is CVE-2025-39826?
How do I fix CVE-2025-39826?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-39820In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-39821In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-39822In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-39823In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-39824In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-39825In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2025-39827In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-39828In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-39829In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3983A vulnerability has been found in AMTT Hotel Broadband Opera…7.2
- CVE-2025-39830In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-39831In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2025-39826?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
