目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-38666— Linux kernel 安全漏洞

AI 预测 7.8 利用难度: 困难 EPSS 0.15% · P5

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinux1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< b35694ffabb2af308a1f725d70f60fd8a47d1f3eaffected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 82d19a70ced28b17a38ebf1b6978c6c7db894979affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 186942d19c0222617ef61f50e1dba91e269a5963affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 2a6209e4649d45fd85d4193abc481911858ffc6faffected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< e4f1564c5b699eb89b3040688fd6b4e57922f1f6affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 5f02ea0f63dd38c41539ea290fcc1693c73aa8e5affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< f90b6bb203f3f38bf2b3d976113d51571df9a482affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 6c4a92d07b0850342d3becf2e608f805e972467caffected
… +10 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2025-38666 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
net: appletalk: Fix use-after-free in AARP proxy probe
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: net: appletalk: Fix use-after-free in AARP proxy probe The AARP proxy‐probe routine (aarp_proxy_probe_network) sends a probe, releases the aarp_lock, sleeps, then re-acquires the lock. During that window an expire timer thread (__aarp_expire_timer) can remove and kfree() the same entry, leading to a use-after-free. race condition: cpu 0 | cpu 1 atalk_sendmsg() | atif_proxy_probe_device() aarp_send_ddp() | aarp_proxy_probe_network() mod_timer() | lock(aarp_lock) // LOCK!! timeout around 200ms | alloc(aarp_entry) and then call | proxies[hash] = aarp_entry aarp_expire_timeout() | aarp_send_probe() | unlock(aarp_lock) // UNLOCK!! lock(aarp_lock) // LOCK!! | msleep(100); __aarp_expire_timer(&proxies[ct]) | free(aarp_entry) | unlock(aarp_lock) // UNLOCK!! | | lock(aarp_lock) // LOCK!! | UAF aarp_entry !! ================================================================== BUG: KASAN: slab-use-after-free in aarp_proxy_probe_network+0x560/0x630 net/appletalk/aarp.c:493 Read of size 4 at addr ffff8880123aa360 by task repro/13278 CPU: 3 UID: 0 PID: 13278 Comm: repro Not tainted 6.15.2 #3 PREEMPT(full) Call Trace: <TASK> __dump_stack lib/dump_stack.c:94 [inline] dump_stack_lvl+0x116/0x1b0 lib/dump_stack.c:120 print_address_description mm/kasan/report.c:408 [inline] print_report+0xc1/0x630 mm/kasan/report.c:521 kasan_report+0xca/0x100 mm/kasan/report.c:634 aarp_proxy_probe_network+0x560/0x630 net/appletalk/aarp.c:493 atif_proxy_probe_device net/appletalk/ddp.c:332 [inline] atif_ioctl+0xb58/0x16c0 net/appletalk/ddp.c:857 atalk_ioctl+0x198/0x2f0 net/appletalk/ddp.c:1818 sock_do_ioctl+0xdc/0x260 net/socket.c:1190 sock_ioctl+0x239/0x6a0 net/socket.c:1311 vfs_ioctl fs/ioctl.c:51 [inline] __do_sys_ioctl fs/ioctl.c:906 [inline] __se_sys_ioctl fs/ioctl.c:892 [inline] __x64_sys_ioctl+0x194/0x200 fs/ioctl.c:892 do_syscall_x64 arch/x86/entry/syscall_64.c:63 [inline] do_syscall_64+0xcb/0x250 arch/x86/entry/syscall_64.c:94 entry_SYSCALL_64_after_hwframe+0x77/0x7f </TASK> Allocated: aarp_alloc net/appletalk/aarp.c:382 [inline] aarp_proxy_probe_network+0xd8/0x630 net/appletalk/aarp.c:468 atif_proxy_probe_device net/appletalk/ddp.c:332 [inline] atif_ioctl+0xb58/0x16c0 net/appletalk/ddp.c:857 atalk_ioctl+0x198/0x2f0 net/appletalk/ddp.c:1818 Freed: kfree+0x148/0x4d0 mm/slub.c:4841 __aarp_expire net/appletalk/aarp.c:90 [inline] __aarp_expire_timer net/appletalk/aarp.c:261 [inline] aarp_expire_timeout+0x480/0x6e0 net/appletalk/aarp.c:317 The buggy address belongs to the object at ffff8880123aa300 which belongs to the cache kmalloc-192 of size 192 The buggy address is located 96 bytes inside of freed 192-byte region [ffff8880123aa300, ffff8880123aa3c0) Memory state around the buggy address: ffff8880123aa200: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ffff8880123aa280: 00 00 00 00 fc fc fc fc fc fc fc fc fc fc fc fc >ffff8880123aa300: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb ^ ffff8880123aa380: fb fb fb fb fb fb fb fb fc fc fc fc fc fc fc fc ffff8880123aa400: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ==================================================================
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于竞争条件,可能导致释放后重用。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 ~ b35694ffabb2af308a1f725d70f60fd8a47d1f3e -
LinuxLinux 2.6.12 -

二、漏洞 CVE-2025-38666 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2025-38666 的情报信息

登录查看更多情报信息。

CVE-2025-38666 补丁与修复 (1)

同批安全公告 · Linux · 2025-08-22 · 共 60 条

CVE-2025-38634Linux kernel 安全漏洞
CVE-2025-38616Linux kernel 安全漏洞
CVE-2025-38620Linux kernel 安全漏洞
CVE-2025-38619Linux kernel 安全漏洞
CVE-2025-38621Linux kernel 安全漏洞
CVE-2025-38618Linux kernel 安全漏洞
CVE-2025-38630Linux kernel 安全漏洞
CVE-2025-38632Linux kernel 安全漏洞
CVE-2025-38631Linux kernel 安全漏洞
CVE-2025-38633Linux kernel 安全漏洞
CVE-2025-38629Linux kernel 安全漏洞
CVE-2025-38635Linux kernel 安全漏洞
CVE-2025-38636Linux kernel 安全漏洞
CVE-2025-38638Linux kernel 安全漏洞
CVE-2025-38639Linux kernel 安全漏洞
CVE-2025-38640Linux kernel 安全漏洞
CVE-2025-38641Linux kernel 安全漏洞
CVE-2025-38642Linux kernel 安全漏洞
CVE-2025-38643Linux kernel 安全漏洞
CVE-2025-38644Linux kernel 安全漏洞

显示前 20 条,共 60 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2025-38666

暂无评论


发表评论