Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2025-39826— net: rose: convert 'use' field to refcount_t

CVSS 8.8 · High EPSS 0.19% · P9

Possible ATT&CK Techniques 1AI

T1203 · Exploitation for Client Execution

Affected Version Matrix 12

VendorProductVersion RangeStatus
LinuxLinux1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< fb07156cc0742ba4e93dfcc84280c011d05b301faffected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< f8c29fc437d03a98fb075c31c5be761cc8326284affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 0085b250fcc79f900c82a69980ec2f3e1871823baffected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 203e4f42596ede31498744018716a3db6dbb7f51affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< d860d1faa6b2ce3becfdb8b0c2b048ad31800061affected
2.6.12affected
< 2.6.12unaffected
6.1.150≤ 6.1.*unaffected
… +4 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2025-39826

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
net: rose: convert 'use' field to refcount_t
Source: CVE Program / CVE List V5
Vulnerability 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.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于rose_neigh结构的use字段缺乏原子性,可能导致释放后重用问题。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 ~ fb07156cc0742ba4e93dfcc84280c011d05b301f -
LinuxLinux 2.6.12 -

II. Public POCs for CVE-2025-39826

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2025-39826

登录查看更多情报信息。

Same Patch Batch · Linux · 2025-09-16 · 115 CVEs total

CVE-2022-503509.8 CRITICALscsi: target: iscsi: Fix a race condition between login_work and the login thread
CVE-2025-398068.8 HIGHHID: multitouch: fix slab out-of-bounds access in mt_report_fixup()
CVE-2023-533058.8 HIGHBluetooth: L2CAP: Fix use-after-free
CVE-2023-532978.8 HIGHBluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rsp
CVE-2025-398278.8 HIGHnet: rose: include node references in rose_neigh refcount
CVE-2023-533158.8 HIGHwifi: ath11k: Fix SKB corruption in REO destination ring
CVE-2023-533228.8 HIGHscsi: qla2xxx: Wait for io return on terminate rport
CVE-2025-398098.4 HIGHHID: intel-thc-hid: intel-quicki2c: Fix ACPI dsd ICRS/ISUB length
CVE-2023-533338.2 HIGHnetfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one
CVE-2022-503417.8 HIGHcifs: fix oops during encryption
CVE-2025-398107.8 HIGHbnxt_en: Fix memory corruption when FW resources change during ifdown
CVE-2023-533117.8 HIGHnilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput
CVE-2023-533147.8 HIGHfbdev/ep93xx-fb: Do not assign to struct fb_info.dev
CVE-2023-532867.8 HIGHRDMA/mlx5: Return the firmware result upon destroying QP/RQ
CVE-2025-398157.8 HIGHRISC-V: KVM: fix stack overrun when loading vlenb
CVE-2025-398187.8 HIGHHID: intel-thc-hid: intel-thc: Fix incorrect pointer arithmetic in I2C regs save
CVE-2025-398367.8 HIGHefi: stmm: Fix incorrect buffer allocation method
CVE-2025-398217.8 HIGHperf: Avoid undefined behavior from stopping/starting inactive events
CVE-2022-503397.8 HIGHBluetooth: avoid hci_dev_test_and_set_flag() in mgmt_init_hdev()
CVE-2023-532747.8 HIGHclk: mediatek: mt8183: Add back SSPM related clocks

Showing top 20 of 115 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2025-39826

No comments yet


Leave a comment