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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-63808— Linux kernel 安全漏洞

CVSS 9.8 · Critical EPSS 0.50% · P40

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinuxca06197382bde0a3bc20215595d1c9ce20c6e341< e6f1a11cfb808441a43ffae9b476cc135732cd27affected
ca06197382bde0a3bc20215595d1c9ce20c6e341< e48f413c2815787b8cade2795e194e3c4cd782efaffected
ca06197382bde0a3bc20215595d1c9ce20c6e341< 06c4e1e9967d332ac33ba38b7819851089ff9359affected
ca06197382bde0a3bc20215595d1c9ce20c6e341< 8e0abc17fbd7e305802e84fe98b4950d50f9c433affected
ca06197382bde0a3bc20215595d1c9ce20c6e341< 4d101016d5e587f820b3ae2d5bb6770d86342649affected
ca06197382bde0a3bc20215595d1c9ce20c6e341< adfacfbaeae2cb760f492357cc36b41f84ef7f86affected
ca06197382bde0a3bc20215595d1c9ce20c6e341< 708b97e792945d3e4653939fd3405d71a61ad065affected
ca06197382bde0a3bc20215595d1c9ce20c6e341< 3f5f8ee9917cc2b9076ac533492d8a200edcabb8affected
… +10 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-63808 基础信息

漏洞信息

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

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

Vulnerability Title
exfat: fix potential use-after-free in exfat_find_dir_entry()
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: exfat: fix potential use-after-free in exfat_find_dir_entry() In exfat_find_dir_entry(), the buffer_head obtained from exfat_get_dentry() is released with brelse(bh) before the fall-through TYPE_EXTEND branch reads the directory entry through ep (which points into bh->b_data): brelse(bh); if (entry_type == TYPE_EXTEND) { ... len = exfat_extract_uni_name(ep, entry_uniname); ... } After brelse() drops our reference, nothing guarantees that the underlying page backing bh->b_data remains valid for the subsequent exfat_extract_uni_name() read. This is the same pattern fixed in commit fc961522ddbd ("exfat: Fix potential use after free in exfat_load_upcase_table()"). Move brelse(bh) so it runs after ep is no longer dereferenced on each branch. Confirmed on QEMU x86_64 with CONFIG_KASAN=y + CONFIG_DEBUG_PAGEALLOC=y + CONFIG_PAGE_POISONING=y on linux-next, using a crafted exFAT image (long filename with same-hash collisions forcing the TYPE_EXTEND path). With a debug-only invalidate_bdev() inserted between brelse(bh) and the ep read to make the stale-deref window deterministic, the unpatched kernel faults: BUG: KASAN: use-after-free in exfat_find_dir_entry+0x133b/0x15a0 BUG: unable to handle page fault for address: ffff88801a5fa0c2 Oops: 0000 [#1] SMP DEBUG_PAGEALLOC KASAN NOPTI RIP: 0010:exfat_find_dir_entry+0x1188/0x15a0 With this patch applied, the same instrumented harness completes cleanly under the same sanitizer stack. I have not reproduced a crash on an uninstrumented kernel under ordinary reclaim; the instrumented A/B establishes the lifetime violation and that the patch closes it, not an unaided triggerability claim.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会开源的一款操作系统内核。 Linux kernel 5.7版本存在安全漏洞,该漏洞源于exfat文件系统中的exfat_find_dir_entry()函数存在释放后重用问题,可能导致攻击者利用特制的exFAT镜像触发释放后重用,进而导致系统崩溃。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux ca06197382bde0a3bc20215595d1c9ce20c6e341 ~ e6f1a11cfb808441a43ffae9b476cc135732cd27 -
LinuxLinux 5.7 -

二、漏洞 CVE-2026-63808 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-63808 的情报信息

登录查看更多情报信息。

CVE-2026-63808 补丁与修复 (6)

CVE-2026-63808 其他参考 (1)

同批安全公告 · Linux · 2026-07-19 · 共 431 条

CVE-2026-6379510.0 CRITICALLinux kernel 安全漏洞
CVE-2026-641429.8 CRITICALLinux kernel 安全漏洞
CVE-2026-639939.8 CRITICALLinux kernel 安全漏洞
CVE-2026-640559.8 CRITICALLinux kernel 安全漏洞
CVE-2026-640569.8 CRITICALLinux kernel 安全漏洞
CVE-2026-640619.8 CRITICALLinux kernel 安全漏洞
CVE-2026-639849.8 CRITICALLinux kernel 安全漏洞
CVE-2026-640669.8 CRITICALLinux kernel 安全漏洞
CVE-2026-640679.8 CRITICALLinux kernel 安全漏洞
CVE-2026-639229.8 CRITICALLinux kernel 安全漏洞
CVE-2026-640689.8 CRITICALLinux 安全漏洞
CVE-2026-639249.8 CRITICALLinux kernel 安全漏洞
CVE-2026-640699.8 CRITICALLinux kernel 安全漏洞
CVE-2026-639799.8 CRITICALLinux kernel 安全漏洞
CVE-2026-639789.8 CRITICALLinux kernel 安全漏洞
CVE-2026-641229.8 CRITICALLinux kernel 安全漏洞
CVE-2026-641259.8 CRITICALLinux kernel 安全漏洞
CVE-2026-638579.8 CRITICALLinux kernel 安全漏洞
CVE-2026-638009.8 CRITICALLinux kernel 安全漏洞
CVE-2026-640919.8 CRITICALLinux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-63808

暂无评论


发表评论