在 Linux 内核中,已修复以下漏洞: s390/vfio_ccw:修复 CCW 数组的越界检查问题 函数 用于统计单个通道程序中链接在一起的所有通道命令字(CCW)的数量,并拒绝超过 (即 256)个 CCW 的链路。 该函数中的循环结构为 。虽然 中的逻辑正确地处理了从 0 开始索引的 CCW 数组与从 1 开始计数的 CCW 数量之间的转换,但在结束循环并(正确地)返回错误之前,该逻辑仍会检查可能的第 257 个 CCW。 修复方式:重构该循环,使其在检查完前 256 个 CCW(即索引 0–255)后立即
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 0a19e61e6d4c6192077ead760ba0a2d350987d4c< 0282fb1c4b638eecfe2cc558092c460911d8f7e2 |
affected |
0a19e61e6d4c6192077ead760ba0a2d350987d4c< 907adc667d902fafbdb2d740d57b55bd025dc4cd |
affected | ||
0a19e61e6d4c6192077ead760ba0a2d350987d4c< f20be33d093ce7630c17ff7ed93caf7eaf8ac1a3 |
affected | ||
0a19e61e6d4c6192077ead760ba0a2d350987d4c< af3f80ca4c8b17f20f9e588def076288fdb49e65 |
affected | ||
0a19e61e6d4c6192077ead760ba0a2d350987d4c< 499a8a66b1598bfab97182aed15e0f1646074a3d |
affected | ||
0a19e61e6d4c6192077ead760ba0a2d350987d4c< 4c2e1d359d7a2b82cdf3254e4e480af9417f99fb |
affected | ||
0a19e61e6d4c6192077ead760ba0a2d350987d4c< d5d096cd9369e986d4e5153baa86b8b35c283e09 |
affected | ||
0a19e61e6d4c6192077ead760ba0a2d350987d4c< a005b7f1a491ffda61bff0fd0f6548f8986fb977 |
affected | ||
| … +10 more rows | |||
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POC| CVE-2026-80556 | mmc: atmel-mci: Fix use-after-free in atmci_remove due to race condition | |
| CVE-2026-80554 | s390/vfio_ccw: Limit the number of channel program segments | |
| CVE-2026-80551 | s390/vfio_ccw: Ensure first IDAW remains constant | |
| CVE-2026-80549 | s390/vfio_ccw: Move cp cleanup out of not operational | |
| CVE-2026-80546 | s390/zcrypt: Improve CCA CPRB length and overflow checks | |
| CVE-2026-80547 | s390/vfio_ccw: Implement a crw lock | |
| CVE-2026-80545 | s390/zcrypt: Improve EP11 CPRB length and overflow checks | |
| CVE-2026-80543 | s390/zcrypt: Pad trailing CCA or EP11 message with zeros | |
| CVE-2026-80548 | s390/vfio_ccw: Selectively expand io_mutex | |
| CVE-2026-80557 | libceph: fix OOB read in decode_watchers() via missing bounds check | |
| CVE-2026-80555 | s390/vfio_ccw: Free all memory if cp_init() fails | |
| CVE-2026-80559 | Input: sur40 - fix input device registration ordering | |
| CVE-2026-80558 | libceph: Avoid using invalid osd indices from primary_temp | |
| CVE-2026-80560 | openrisc: signal: do not restore privileged SR bits on sigreturn | |
| CVE-2026-80561 | libceph: fix multiple unsafe decodes in decode_locker() | |
| CVE-2026-80562 | gpio: ml-ioh: use raw_spinlock_t for the register lock | |
| CVE-2026-80563 | gpio: sloppy-logic-analyzer: fix use-after-free via debugfs trigger on unbind | |
| CVE-2026-80564 | gve: fix NULL dereference due to missing ptp adjfine | |
| CVE-2026-80565 | crypto: qce - fix error path in devm_qce_register_algs | |
| CVE-2026-80566 | Input: hynitron_cstxxx - validate touch count and finger IDs |
Showing top 20 of 92 CVEs. View all on vendor page → →
No comments yet