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

目标: 1000 元 · 已筹: 1020

100%

CVE-2026-43497— udlfb 漏洞:添加 vm_ops 防止使用后即释放

AI 预测 6.5 利用难度: 中等

可能的 ATT&CK 技术 1AI

T1055.008 · Ptrace System Calls

影响版本矩阵 10

厂商产品版本范围状态
LinuxLinux1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 4f312c30f0368e8d2a76aa650dff73f23490b5e7affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 18dd358de72d57993422cbb5dfb29ccd74efe192affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< da9b065cedfd3b574f229d5be594e6aa47a27ae6affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< a2c53a3822ee26e8d758071815b9ed3bf6669fc1affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 8de779dc40d35d39fa07387b6f921eb11df0f511affected
6.6.140≤ 6.6.*unaffected
6.12.88≤ 6.12.*unaffected
6.18.30≤ 6.18.*unaffected
… +2 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
fbdev: udlfb: add vm_ops to dlfb_ops_mmap to prevent use-after-free
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: fbdev: udlfb: add vm_ops to dlfb_ops_mmap to prevent use-after-free dlfb_ops_mmap() uses remap_pfn_range() to map vmalloc framebuffer pages to userspace but sets no vm_ops on the VMA. This means the kernel cannot track active mmaps. When dlfb_realloc_framebuffer() replaces the backing buffer via FBIOPUT_VSCREENINFO, existing mmap PTEs are not invalidated. On USB disconnect, dlfb_ops_destroy() calls vfree() on the old pages while userspace PTEs still reference them, resulting in a use-after-free: the process retains read/write access to freed kernel pages. Add vm_operations_struct with open/close callbacks that maintain an atomic mmap_count on struct dlfb_data. In dlfb_realloc_framebuffer(), check mmap_count and return -EBUSY if the buffer is currently mapped, preventing buffer replacement while userspace holds stale PTEs. Tested with PoC using dummy_hcd + raw_gadget USB device emulation.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 ~ 4f312c30f0368e8d2a76aa650dff73f23490b5e7 -
LinuxLinux 6.6.140 ~ 6.6.* -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

同批安全公告 · Linux · 2026-05-21 · 共 8 条

CVE-2026-43502Linux net/rds 零拷贝发送清理顺序漏洞
CVE-2026-43501IPv6 RPL SRH压缩增长时mac_len头空间预留漏洞
CVE-2026-43498Linux内核accel/ivpu模块对象重导出漏洞
CVE-2026-43499Linux 内核 rtmutex 远程代码执行漏洞
CVE-2026-43496Linux 内核 sch_red 远程代码执行漏洞
CVE-2026-43495T7xx WWAN 驱动端口计数验证缺失漏洞
CVE-2026-43494net/rds 零复制页面固定失败时未重置op_nents漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-43497

暂无评论


发表评论