CVE-2026-23098

CVSS

No CVSS.

I

n 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.

Configurations

No configuration.

History

06 Feb 2026, 17:16

Type Values Removed Values Added
References
  • () https://git.kernel.org/stable/c/25aab6bfc31017a7e52035b99aef5c2b6bde8ffb -
  • () https://git.kernel.org/stable/c/6e0110ea90313b7c0558a0b77038274a6821caf8 -
  • () https://git.kernel.org/stable/c/7c48fdf2d1349bb54815b56fb012b9d577707708 -

04 Feb 2026, 17:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-02-04 17:16

Updated : 2026-02-06 17:16


NVD link : CVE-2026-23098

Mitre link : CVE-2026-23098

CVE.ORG link : CVE-2026-23098


JSON object : View

Products Affected

No product.

CWE

No CWE.