在 Linux 内核中,以下漏洞已得到修复: 输入:byd - 在释放私有数据前同步定时器的删除 在释放驱动程序私有数据之前调用了 。然而, 并不会等待正在执行的 回调,而该回调会解引用私有数据及其 指针。因此,如果某个回调与断开连接过程并发执行,可能会在私有数据被释放后仍然访问该内存(即“释放后使用”问题)。此外,在断开连接进行期间, 仍可能重新设定(re-arm)该定时器。 修复方案: 在释放私有数据之前,使用 :它会等待正在执行的回调完成,并将后续的任何重新设定尝试变为空操作(no-op)。
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 2d5f5611dd0de52e9a52b56391a7049a52184e72< 84b205297fa15f97510342221d8c9a0119711478 |
affected |
2d5f5611dd0de52e9a52b56391a7049a52184e72< 28d984a66b9e14be74986167b6ad40b5e0daf19a |
affected | ||
2d5f5611dd0de52e9a52b56391a7049a52184e72< ee944a706a18322b4a2599eebe8040a2994e928f |
affected | ||
2d5f5611dd0de52e9a52b56391a7049a52184e72< 8dbfd8e32a13e116790780ed0be82b5a05eb9916 |
affected | ||
2d5f5611dd0de52e9a52b56391a7049a52184e72< 2e509ef60ee41a2da0deb062c262bb530143fb37 |
affected | ||
2d5f5611dd0de52e9a52b56391a7049a52184e72< c83e79c0842ed29860648bcce5022ef0ba5001c6 |
affected | ||
4.6 |
affected | ||
< 4.6 |
unaffected | ||
| … +6 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-80589 | 9.8 CRITICAL | block: stop the timeout timer when releasing a never added disk |
| CVE-2026-74752 | 9.8 CRITICAL | sctp: validate cookie AUTH state before use |
| CVE-2026-80519 | 9.8 CRITICAL | ovpn: finish crypto callback cleanup before peer release |
| CVE-2026-80528 | 9.8 CRITICAL | ceph: avoid fs reclaim while using current->journal_info |
| CVE-2026-74746 | 9.8 CRITICAL | netfilter: flowtable: publish GC-visible tuple last |
| CVE-2026-80561 | 9.8 CRITICAL | libceph: fix multiple unsafe decodes in decode_locker() |
| CVE-2026-74744 | 9.8 CRITICAL | ipvlan: inherit needed_headroom and needed_tailroom from phy_dev |
| CVE-2026-74743 | 9.8 CRITICAL | macvlan: inherit needed_headroom and needed_tailroom from lowerdev |
| CVE-2026-80558 | 9.8 CRITICAL | libceph: Avoid using invalid osd indices from primary_temp |
| CVE-2026-80586 | 9.8 CRITICAL | mptcp: options: reset DSS fields in case of unexpected size |
| CVE-2026-80557 | 9.8 CRITICAL | libceph: fix OOB read in decode_watchers() via missing bounds check |
| CVE-2026-74737 | 9.8 CRITICAL | net: ethernet: ti: am65-cpsw-nuss: Fix port_id extraction from SRC TAG |
| CVE-2026-80587 | 9.8 CRITICAL | mptcp: avoid combining some incoming suboptions |
| CVE-2026-80585 | 9.4 CRITICAL | mptcp: fastopen: only mark MPTFO subflows with SYN data |
| CVE-2026-74751 | 9.4 CRITICAL | riscv: lib: Fix ZBB strnlen reading past count boundary |
| CVE-2026-80554 | 9.3 CRITICAL | s390/vfio_ccw: Limit the number of channel program segments |
| CVE-2026-80551 | 9.3 CRITICAL | s390/vfio_ccw: Ensure first IDAW remains constant |
| CVE-2026-80547 | 8.8 HIGH | s390/vfio_ccw: Implement a crw lock |
| CVE-2026-80576 | 8.8 HIGH | drm/amdgpu: reject oversized IBs with per-ring packet limits |
| CVE-2026-80552 | 8.8 HIGH | s390/vfio_ccw: Ensure index for read/write regions are within range |
Showing top 20 of 92 CVEs. View all on vendor page → →
No comments yet