在 Linux 内核中,以下漏洞已得到修复: bpf: 修复 irq_work 路径中 mmap_lock 泄漏问题 引入了一个每 CPU 的 ,用于从 NMI 上下文中延迟执行 ,而 后来复用了同一个 。这两个调用方在获取 之前,仅检查工作项是否正忙,因此嵌套的调用方可能在第一个调用方将其入队之前就复用了该槽位。这可能导致同时获取了两个读锁,但只执行了一次延迟的解锁操作,从而导致一个读锁泄漏,进而阻塞 。 修复方案: 在调用 之前预先保留(reserve)每 CPU 槽位。在 和 中使用相同的包装器,以便在 失败
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | eac9153f2b584c702cea02c1f1a57d85aa9aea42< a052ad5edccf5319f50ed955de4368f8318a9f20 |
affected |
eac9153f2b584c702cea02c1f1a57d85aa9aea42< 051f2da26ce377f683b938a3382e0f16d02f3139 |
affected | ||
eac9153f2b584c702cea02c1f1a57d85aa9aea42< fa9dcacdcdf487f0ffef64bf67622f1caed509f1 |
affected | ||
a7f4da875c16f3b8bef0d9ec67528111045bfcd8 |
affected | ||
f1838da73cccb238b8be4ef464fce0168dc7ba84 |
affected | ||
4.19.92< 4.20 |
affected | ||
5.4.7< 5.5 |
affected | ||
5.5 |
affected | ||
| … +4 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-90257 | Bluetooth: virtio_bt: avoid OOB read of build info string | |
| CVE-2026-90238 | media: amd: isp4: fix self-deadlock in isp4sd_pwron_and_init() error path | |
| CVE-2026-90240 | iommu/vt-d: Flush context cache with correct SID when tearing down aliases | |
| CVE-2026-90239 | media: amd: isp4: release partial allocations in isp4if_alloc_fw_gpumem() | |
| CVE-2026-90241 | iommu/vt-d: Tear down scalable-mode context on probe failure | |
| CVE-2026-90243 | iommu/vt-d: Clear Present bit before tearing down copied context entry | |
| CVE-2026-90242 | iommu/vt-d: Fix iopf_refcount leak on RID domain replacement | |
| CVE-2026-90244 | iommu/dma: Restore locking around msi_page_list | |
| CVE-2026-90245 | fbdev: kyro: Validate overlay viewport coordinates | |
| CVE-2026-90246 | apparmor: fix integer overflow in verify_tags() bounds check | |
| CVE-2026-90248 | net/sched: cls_api: fix teardown of an adopted proto on insert-race loss | |
| CVE-2026-90249 | iio: light: gp2ap002: Fix unbalanced runtime PM on repeated event writes | |
| CVE-2026-90250 | bpf, cgroup: Fix storage null-ptr-deref after replacing prog | |
| CVE-2026-90251 | Bluetooth: MSFT: validate evt_prefix_len against the response length | |
| CVE-2026-90253 | Bluetooth: MGMT: free the mesh send cancel command when it is cancelled | |
| CVE-2026-90252 | Bluetooth: MGMT: free the HCI command when it is cancelled | |
| CVE-2026-90254 | Bluetooth: hci_sync: free the advertising instance on the failure and cancel paths | |
| CVE-2026-90256 | Bluetooth: L2CAP: use proto_lock for l2cap_data to fix l2cap_disconn_ind | |
| CVE-2026-90255 | Bluetooth: hci_conn: fix the SCO setup context lifetime | |
| CVE-2026-90267 | scsi: sd: Fix special_vec mempool leak when scsi_alloc_sgtables() fails |
Showing top 20 of 602 CVEs. View all on vendor page → →
No comments yet