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

目标: 1000 元 · 已筹: 1336

100%

CVE-2023-53247— Linux kernel 安全漏洞

一分钟漏洞结论

影响对象
Linux Linux
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于btrfs_cont_expand函数中未正确设置页面扩展映射,可能导致断言失败和系统崩溃。

AI 预测 5.5 利用难度: 中等 EPSS 0.14% · P4

可能的 ATT&CK 技术 1 AI

T1499 · Endpoint Denial of Service

影响版本矩阵 8

厂商产品 版本范围状态
Linux Linux 32443de3382be98c0a8b8f6f50d23da2e10c4117< 0a5e0bc8e8618e32a6ca64450867628eb0a627bf affected
32443de3382be98c0a8b8f6f50d23da2e10c4117< a5880e69cf7fe4a0bb1eabae02205352d1b59b7b affected
32443de3382be98c0a8b8f6f50d23da2e10c4117< 17b17fcd6d446b95904a6929c40012ee7f0afc0c affected
5.12 affected
< 5.12 unaffected
6.1.42≤ 6.1.* unaffected
6.4.7≤ 6.4.* unaffected
6.5≤ * unaffected
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2023-53247 基础信息

漏洞信息

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

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

Vulnerability Title
btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expand
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expand While trying to get the subpage blocksize tests running, I hit the following panic on generic/476 assertion failed: PagePrivate(page) && page->private, in fs/btrfs/subpage.c:229 kernel BUG at fs/btrfs/subpage.c:229! Internal error: Oops - BUG: 00000000f2000800 [#1] SMP CPU: 1 PID: 1453 Comm: fsstress Not tainted 6.4.0-rc7+ #12 Hardware name: QEMU KVM Virtual Machine, BIOS edk2-20230301gitf80f052277c8-26.fc38 03/01/2023 pstate: 61400005 (nZCv daif +PAN -UAO -TCO +DIT -SSBS BTYPE=--) pc : btrfs_subpage_assert+0xbc/0xf0 lr : btrfs_subpage_assert+0xbc/0xf0 Call trace: btrfs_subpage_assert+0xbc/0xf0 btrfs_subpage_clear_checked+0x38/0xc0 btrfs_page_clear_checked+0x48/0x98 btrfs_truncate_block+0x5d0/0x6a8 btrfs_cont_expand+0x5c/0x528 btrfs_write_check.isra.0+0xf8/0x150 btrfs_buffered_write+0xb4/0x760 btrfs_do_write_iter+0x2f8/0x4b0 btrfs_file_write_iter+0x1c/0x30 do_iter_readv_writev+0xc8/0x158 do_iter_write+0x9c/0x210 vfs_iter_write+0x24/0x40 iter_file_splice_write+0x224/0x390 direct_splice_actor+0x38/0x68 splice_direct_to_actor+0x12c/0x260 do_splice_direct+0x90/0xe8 generic_copy_file_range+0x50/0x90 vfs_copy_file_range+0x29c/0x470 __arm64_sys_copy_file_range+0xcc/0x498 invoke_syscall.constprop.0+0x80/0xd8 do_el0_svc+0x6c/0x168 el0_svc+0x50/0x1b0 el0t_64_sync_handler+0x114/0x120 el0t_64_sync+0x194/0x198 This happens because during btrfs_cont_expand we'll get a page, set it as mapped, and if it's not Uptodate we'll read it. However between the read and re-locking the page we could have called release_folio() on the page, but left the page in the file mapping. release_folio() can clear the page private, and thus further down we blow up when we go to modify the subpage bits. Fix this by putting the set_page_extent_mapped() after the read. This is safe because read_folio() will call set_page_extent_mapped() before it does the read, and then if we clear page private but leave it on the mapping we're completely safe re-setting set_page_extent_mapped(). With this patch I can now run generic/476 without panicing.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: 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所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于btrfs_cont_expand函数中未正确设置页面扩展映射,可能导致断言失败和系统崩溃。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 32443de3382be98c0a8b8f6f50d23da2e10c4117 ~ 0a5e0bc8e8618e32a6ca64450867628eb0a627bf -
Linux Linux 5.12 -

二、漏洞 CVE-2023-53247 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2023-53247 的情报信息

登录查看更多情报信息。

同批安全公告 · Linux · 2025-09-15 · 共 210 条

CVE-2022-50235 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2022-50335 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2023-53192 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2023-53253 8.8 HIGH Linux kernel 安全漏洞
CVE-2023-53226 8.8 HIGH Linux kernel 安全漏洞
CVE-2022-50241 8.8 HIGH Linux kernel 安全漏洞
CVE-2023-53194 8.4 HIGH Linux kernel 安全漏洞
CVE-2023-53213 8.1 HIGH Linux kernel 安全漏洞
CVE-2023-53186 8.1 HIGH Linux kernel 安全漏洞
CVE-2023-53254 7.8 HIGH Linux kernel 安全漏洞
CVE-2023-53219 7.8 HIGH Linux kernel 安全漏洞
CVE-2023-53252 7.8 HIGH Linux kernel 安全漏洞
CVE-2023-53170 7.8 HIGH Linux kernel 安全漏洞
CVE-2023-53176 7.8 HIGH Linux kernel 安全漏洞
CVE-2023-53178 7.8 HIGH Linux kernel 安全漏洞
CVE-2023-53179 7.8 HIGH Linux kernel 安全漏洞
CVE-2022-50315 7.8 HIGH Linux kernel 安全漏洞
CVE-2023-53184 7.8 HIGH Linux kernel 安全漏洞
CVE-2023-53187 7.8 HIGH Linux kernel 安全漏洞
CVE-2025-39800 7.8 HIGH Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2023-53247

暂无评论


发表评论