CVE-2026-23098
Last modified
CVE-2026-23098 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: netrom: fix double-free in nr_route_frame() In nr_route_frame(), old_skb is immediately freed without checking if nr_neigh->ax25 pointer is NULL. Therefore, if nr_neigh->ax25 is NULL, the caller function will free old_skb again, causing a double-free bug. Therefore, to prevent this, we need to modify it to check whether nr_neigh->ax25 is NULL before freeing old_skb.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: netrom: fix double-free in nr_route_frame() In nr_route_frame(), old_skb is immediately freed without checking if nr_neigh->ax25 pointer is NULL. Therefore, if nr_neigh->ax25 is NULL, the caller function will free old_skb again, causing a double-free bug. Therefore, to prevent this, we need to modify it to check whether nr_neigh->ax25 is NULL before freeing old_skb.
Metrics
CVSS:3.1/AV:L/AC:L/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, < 5.10.249 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.199 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.162 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.122 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.68 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.8 | — |
| Linux | Linux Kernel | 2.6.12 | — |
| Linux | Linux Kernel | 6.19 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-23098?
How severe is CVE-2026-23098?
How do I fix CVE-2026-23098?
Are you affected by CVE-2026-23098?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
