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

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

100%

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

AI Predicted 7.8 Difficulty: Easy EPSS 0.17% · P6

Possible ATT&CK Techniques 1AI

T1205.001 · Port Knocking

Affected Version Matrix 18

ベンダープロダクトVersion Rangeステータス
LinuxLinux3bbec9773389112330954a6a64422eaa78d546c1< b5a9f521e0a49a0266200fd535b32a9668ecb33baffected
3bbec9773389112330954a6a64422eaa78d546c1< 2fe0531dd73eff1de0f2584cb77716d645e548d5affected
3bbec9773389112330954a6a64422eaa78d546c1< d0e6d924a5484e005cae5aff6a0aa07a22f3c9ffaffected
3bbec9773389112330954a6a64422eaa78d546c1< bfffc98f3de92e0f76be7c7b72e63ac1776a6dbcaffected
3bbec9773389112330954a6a64422eaa78d546c1< 89f4a4ca0ac3a933c750569a771c079a290b0721affected
3bbec9773389112330954a6a64422eaa78d546c1< 3e766526827acd542bcd36c20c4d5f397e0f6521affected
3bbec9773389112330954a6a64422eaa78d546c1< 35a3cd8fd65e15029eb90f1e510045b1bb071175affected
3bbec9773389112330954a6a64422eaa78d546c1< ce0e1cae26096fe959a0da5563a6d6d5a801d5fbaffected
… +10 more rows
新しい脆弱性情報の通知を購読するログインして購読

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

脆弱性情報

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

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

脆弱性タイトル
iio: accel: bmc150: clamp the device-reported FIFO frame count
ソース: CVE Program / CVE List V5
脆弱性説明
In the Linux kernel, the following vulnerability has been resolved: iio: accel: bmc150: clamp the device-reported FIFO frame count __bmc150_accel_fifo_flush() copies the number of samples the device reports in its hardware FIFO into an on-stack buffer u16 buffer[BMC150_ACCEL_FIFO_LENGTH * 3]; which is sized for at most BMC150_ACCEL_FIFO_LENGTH (32) samples. The frame count is read from the FIFO_STATUS register and only masked to its 7 valid bits: count = val & 0x7F; so it can be 0..127. The only other limit applied to it is the optional caller-supplied sample budget: if (samples && count > samples) count = samples; which does not constrain count on the flush-all path (samples == 0), and leaves it well above 32 whenever samples is larger. count samples are then transferred into buffer[]: bmc150_accel_fifo_transfer(data, (u8 *)buffer, count); bmc150_accel_fifo_transfer() reads count * 6 bytes through regmap, so a malfunctioning, malicious or counterfeit accelerometer (or an attacker tampering with the I2C/SPI bus) that reports up to 127 frames writes up to 762 bytes into the 192-byte buffer: a stack out-of-bounds write of up to 570 bytes that clobbers the stack canary, saved registers and the return address. Clamp count to BMC150_ACCEL_FIFO_LENGTH, the number of samples buffer[] is sized for, before the transfer, mirroring the watermark clamp already done in bmc150_accel_set_watermark(). A well-formed flush reports at most BMC150_ACCEL_FIFO_LENGTH frames, so legitimate devices are unaffected.
ソース: 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存在安全漏洞,该漏洞源于bmc150加速度计驱动中对设备报告的FIFO帧计数未进行有效限制,可能导致栈越界写入,攻击者可通过恶意设备或篡改I2C/SPI总线触发。
ソース: CNNVD (China National Vulnerability Database)
CVSS情報
N/A
ソース: CNNVD (China National Vulnerability Database)
脆弱性タイプ
N/A
ソース: CNNVD (China National Vulnerability Database)

影響を受ける製品

ベンダープロダクト影響を受けるバージョンCPE購読
LinuxLinux 3bbec9773389112330954a6a64422eaa78d546c1 ~ b5a9f521e0a49a0266200fd535b32a9668ecb33b -
LinuxLinux 4.1 -

II. CVE-2026-64504の公開POC

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

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

ログインしてAI POCを生成

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

登录查看更多情报信息。

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

Same Patch Batch · Linux · 2026-07-25 · 274 CVEs total

CVE-2026-643919.8 CRITICALksmbd: use opener credentials for ADS I/O
CVE-2026-642689.8 CRITICALRDMA/siw: bound Read Response placement to the RREAD length
CVE-2026-643849.8 CRITICALsmb: client: fix change notify replay double-free
CVE-2026-643839.8 CRITICALsmb: client: fix double-free in SMB2_flush() replay
CVE-2026-643859.8 CRITICALsmb: client: fix double-free in SMB2_ioctl() replay
CVE-2026-643869.8 CRITICALsmb: client: fix query_info() replay double-free
CVE-2026-643879.8 CRITICALsmb: client: fix query directory replay double-free
CVE-2026-644399.8 CRITICALcrypto: krb5 - filter out async aead implementations at alloc
CVE-2026-643039.8 CRITICALspi: fsl-lpspi: terminate the RX channel on TX prepare failure path
CVE-2026-643559.8 CRITICALbpf: Reject fragmented frames in devmap
CVE-2026-644599.8 CRITICALtcp: restore RCU grace period in tcp_ao_destroy_sock
CVE-2026-643999.8 CRITICALksmbd: add permission checks for FSCTL_DUPLICATE_EXTENTS_TO_FILE
CVE-2026-644109.8 CRITICALnetfilter: flowtable: IPIP tunnel hardware offload is not yet support
CVE-2026-643979.8 CRITICALksmbd: serialize QUERY_DIRECTORY requests per file
CVE-2026-645239.8 CRITICALnet/handshake: Take a long-lived file reference at submit
CVE-2026-643209.1 CRITICALnvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log Page
CVE-2026-643929.1 CRITICALksmbd: use opener credentials for delete-on-close
CVE-2026-642699.1 CRITICALRDMA/rtrs-srv: Bound RDMA-Write length to chunk size in rdma_write_sg
CVE-2026-643939.1 CRITICALksmbd: run set info with opener credentials
CVE-2026-643199.1 CRITICALnvmet-auth: validate reply message payload bounds against transfer length

Showing 20 of 274 CVEs. View all on vendor page →

IV. 関連脆弱性

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

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


コメントを残す