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

目标: 1000 元 · 已筹: 1310

100%

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

CVSS 7.7 · High EPSS 0.01% · P2

影响版本矩阵 19

厂商产品版本范围状态
LinuxLinuxcf2719a21fdb9d4c8e9c834d279163609bef575d< 4236e55b2d9d1ffd3b4bdf8ebbb86e5a0a526b4aaffected
160fbcf3bfb93c3c086427f9f4c8bc70f217e9be< fd91fa2678ab603dfb285416c1cf3843d7be1e41affected
160fbcf3bfb93c3c086427f9f4c8bc70f217e9be< ed41c81d30b211a671667259c3b5feeba0e062d5affected
160fbcf3bfb93c3c086427f9f4c8bc70f217e9be< 6c1730099a6fc18b183bd6c1adad3b54adcaeda9affected
160fbcf3bfb93c3c086427f9f4c8bc70f217e9be< b40cdd1b1370d76e9e760af4490cb4a351cceeadaffected
160fbcf3bfb93c3c086427f9f4c8bc70f217e9be< e6b4296f170d949ebba937cf6a3f247ec9550d2caffected
160fbcf3bfb93c3c086427f9f4c8bc70f217e9be< 21bd244b6de5d2fe1063c23acc93fbdd2b20d112affected
9b67438e315b925a699f0178f4a48baf3d2d6ef4affected
… +11 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Bluetooth: virtio_bt: clamp rx length before skb_put
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: virtio_bt: clamp rx length before skb_put virtbt_rx_work() calls skb_put(skb, len) where len comes directly from virtqueue_get_buf() with no validation against the buffer we posted to the device. The RX skb is allocated in virtbt_add_inbuf() and exposed to virtio as exactly 1000 bytes via sg_init_one(). Checking len against skb_tailroom(skb) is not sufficient because alloc_skb() can leave more tailroom than the 1000 bytes actually handed to the device. A malicious or buggy backend can therefore report used.len between 1001 and skb_tailroom(skb), causing skb_put() to include uninitialized kernel heap bytes that were never written by the device. The same path also accepts len == 0, in which case skb_put(skb, 0) leaves the skb empty but virtbt_rx_handle() still reads the pkt_type byte from skb->data, consuming uninitialized memory. Define VIRTBT_RX_BUF_SIZE once and reuse it in alloc_skb() and sg_init_one(), and gate virtbt_rx_work() on that same constant so the bound checked matches the buffer actually exposed to the device. Reject used.len == 0 in the same gate so an empty completion can no longer reach virtbt_rx_handle(). Use bt_dev_err_ratelimited() because the length value comes from an untrusted backend that can otherwise flood the kernel log. Same class of bug as commit c04db81cd028 ("net/9p: Fix buffer overflow in USB transport layer"), which hardened the USB 9p transport against unchecked device-reported length.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于Bluetooth virtio_bt中未对rx长度进行钳制,可能导致使用未初始化内核堆字节。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux cf2719a21fdb9d4c8e9c834d279163609bef575d ~ 4236e55b2d9d1ffd3b4bdf8ebbb86e5a0a526b4a -
LinuxLinux 6.1 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-46123 补丁与修复 (7)

同批安全公告 · Linux · 2026-05-28 · 共 138 条

CVE-2026-461379.8 CRITICALLinux kernel 安全漏洞
CVE-2026-461959.8 CRITICALLinux kernel 安全漏洞
CVE-2026-461159.8 CRITICALLinux kernel 安全漏洞
CVE-2026-461359.8 CRITICALLinux kernel 安全漏洞
CVE-2026-461559.1 CRITICALLinux kernel 安全漏洞
CVE-2026-461859.1 CRITICALLinux kernel 安全漏洞
CVE-2026-461199.1 CRITICALLinux kernel 安全漏洞
CVE-2026-462128.8 HIGHLinux kernel 安全漏洞
CVE-2026-461528.8 HIGHLinux kernel 安全漏洞
CVE-2026-461138.8 HIGHLinux kernel 安全漏洞
CVE-2026-462388.8 HIGHLinux kernel 安全漏洞
CVE-2026-461258.8 HIGHLinux kernel 安全漏洞
CVE-2026-461668.8 HIGHLinux kernel 安全漏洞
CVE-2026-461988.8 HIGHLinux kernel 安全漏洞
CVE-2026-461748.8 HIGHLinux kernel 安全漏洞
CVE-2026-461388.1 HIGHLinux kernel 安全漏洞
CVE-2026-462328.1 HIGHLinux kernel 安全漏洞
CVE-2026-461767.8 HIGHLinux kernel 安全漏洞
CVE-2026-461577.8 HIGHLinux kernel 安全漏洞
CVE-2026-461457.8 HIGHLinux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-46123

暂无评论


发表评论