目標達成 すべての支援者に感謝 — 100%達成しました!

目標: 1000 CNY · 調達済み: 1336 CNY

100%

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

AI Predicted 4.4 Difficulty: Hard EPSS 0.17% · P7

Affected Version Matrix 18

ベンダープロダクトVersion Rangeステータス
LinuxLinux4710317891e4824ce1510a6b5066abbd3e917750< 7e9072dbd5f2f17934751873450d2c22080ead80affected
4710317891e4824ce1510a6b5066abbd3e917750< 21e87f336ac6303fed54a69b1d0d79a23b25c8d0affected
4710317891e4824ce1510a6b5066abbd3e917750< 3fd225f3e4cd67ec8ddab1afed9da03c7c43537caffected
4710317891e4824ce1510a6b5066abbd3e917750< 1c4ffe6b4f04365485ed58d64c9bb86b46fc9037affected
4710317891e4824ce1510a6b5066abbd3e917750< 4bd8635f28c135a08aac6badcd7d9b5cdb34335faffected
4710317891e4824ce1510a6b5066abbd3e917750< 5f4d2bd028ebb6e4c09a9d64842546022321d4a7affected
4710317891e4824ce1510a6b5066abbd3e917750< 0526931b16e5a118d367b7bfce7d797e63f7ac69affected
4710317891e4824ce1510a6b5066abbd3e917750< 6036b5067a8199ba7a2dc7b377d4b9dd276d5f9eaffected
… +10 more rows
新しい脆弱性情報の通知を購読するログインして購読

I. CVE-2026-64191の基本情報

脆弱性情報

脆弱性についてご質問がありますか?Shenlongの分析が参考になるかご確認ください!
Shenlongの10の質問を表示 ↗

高度な大規模言語モデル技術を使用していますが、出力には不正確または古い情報が含まれる可能性があります。Shenlongはデータの正確性を確保するよう努めていますが、実際の状況に基づいて検証・判断してください。

脆弱性タイトル
i2c: stub: Reject I2C block transfers with invalid length
ソース: CVE Program / CVE List V5
脆弱性説明
In the Linux kernel, the following vulnerability has been resolved: i2c: stub: Reject I2C block transfers with invalid length The I2C_SMBUS_I2C_BLOCK_DATA case in stub_xfer() uses data->block[0] as the transfer length. The existing check only clamps it to avoid overrunning the chip->words[256] register array, but does not validate it against I2C_SMBUS_BLOCK_MAX (32), which is the limit of the union i2c_smbus_data.block buffer (34 bytes total). The driver is a development/test tool (CONFIG_I2C_STUB=m, not built by default) that must be loaded with a chip_addr= parameter. A local user with access to /dev/i2c-* can issue an I2C_SMBUS ioctl with I2C_SMBUS_I2C_BLOCK_DATA and data->block[0] > 32, causing stub_xfer() to read or write past the end of the union i2c_smbus_data.block buffer: BUG: KASAN: stack-out-of-bounds in stub_xfer (drivers/i2c/i2c-stub.c:223) Read of size 1 at addr ffff88800abcfd92 by task exploit/81 Call Trace: <TASK> stub_xfer (drivers/i2c/i2c-stub.c:223) __i2c_smbus_xfer (drivers/i2c/i2c-core-smbus.c:593) i2c_smbus_xfer (drivers/i2c/i2c-core-smbus.c:536) i2cdev_ioctl_smbus (drivers/i2c/i2c-dev.c:391) i2cdev_ioctl (drivers/i2c/i2c-dev.c:478) __x64_sys_ioctl (fs/ioctl.c:583) do_syscall_64 (arch/x86/entry/syscall_64.c:94) entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130) </TASK> The bug exists because i2c-stub implements .smbus_xfer directly, bypassing the I2C_SMBUS_BLOCK_MAX validation in i2c_smbus_xfer_emulated(). The I2C_SMBUS_BLOCK_DATA case in the same function correctly validates against I2C_SMBUS_BLOCK_MAX, but the I2C_SMBUS_I2C_BLOCK_DATA case does not. Fix by rejecting transfers with data->block[0] == 0 or data->block[0] > I2C_SMBUS_BLOCK_MAX with -EINVAL, consistent with both the I2C_SMBUS_BLOCK_DATA case in the same function and the I2C_SMBUS_I2C_BLOCK_DATA validation in i2c_smbus_xfer_emulated().
ソース: CVE Program / CVE List V5
CVSS情報
N/A
ソース: CVE Program / CVE List V5
脆弱性タイプ
N/A
ソース: CVE Program / CVE List V5
脆弱性タイトル
Linux kernel 安全漏洞
ソース: CNNVD (China National Vulnerability Database)
脆弱性説明
Linux kernel是美国Linux基金会开源的一款操作系统内核。 Linux kernel 2.6.33版本存在缓冲区溢出漏洞,该漏洞源于i2c: stub驱动在处理I2C_SMBUS_I2C_BLOCK_DATA传输时,未对data->block[0]进行有效长度验证,可能导致本地用户通过I2C_SMBUS ioctl进行越界读取或写入,造成栈缓冲区溢出。
ソース: CNNVD (China National Vulnerability Database)
CVSS情報
N/A
ソース: CNNVD (China National Vulnerability Database)
脆弱性タイプ
N/A
ソース: CNNVD (China National Vulnerability Database)

影響を受ける製品

ベンダープロダクト影響を受けるバージョンCPE購読
LinuxLinux 4710317891e4824ce1510a6b5066abbd3e917750 ~ 7e9072dbd5f2f17934751873450d2c22080ead80 -
LinuxLinux 2.6.33 -

II. CVE-2026-64191の公開POC

#POC説明ソースリンクShenlongリンク
AI生成POCプレミアム

公開POCは見つかりませんでした。

ログインしてAI POCを生成

III. CVE-2026-64191のインテリジェンス情報

登录查看更多情报信息。

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

Same Patch Batch · Linux · 2026-07-20 · 9 CVEs total

CVE-2026-64187xfs: fail recovery on a committed log item with no regions
CVE-2026-64188net: qualcomm: rmnet: fix endpoint use-after-free in rmnet_dellink()
CVE-2026-64190net: team: fix NULL pointer dereference in team_xmit during mode change
CVE-2026-64189netfilter: ipset: fix race between dump and ip_set_list resize
CVE-2026-64192bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitialized
CVE-2026-64205i2c: i801: fix hardware state machine corruption in error path
CVE-2026-64206Bluetooth: L2CAP: cancel pending_rx_work before taking conn->lock
CVE-2026-64207net/sched: dualpi2: fix GSO backlog accounting

IV. 関連脆弱性

V. CVE-2026-64191へのコメント

まだコメントはありません


コメントを残す