Linux 内核中,以下漏洞已得到修复: ceph: 在 ceph_mds_check_access() 中加锁 mutex MDS 会话的 OPEN 处理在 mdsc->mutex 保护下替换了 mdsc->s_cap_auths,释放了旧数组及其字符串。 然而,ceph_mds_check_access() 在遍历该数组时并未持有此互斥锁。因此,并发执行的会话重新打开操作可能在数组正被检查时将其释放,从而导致“释放后使用”(use-after-free)问题,其内核崩溃(Oops)信息如下:
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 596afb0b8933ba6ed7227adcc538db26feb25c74< 729c1ff670ece6f3d4b1738365a0b2f90d487523 |
affected |
596afb0b8933ba6ed7227adcc538db26feb25c74< ca5bfea2045ef2eb3305cf2a9d8da549b76c37d3 |
affected | ||
596afb0b8933ba6ed7227adcc538db26feb25c74< df1a97d5313fccadb08390306d49b194fb027392 |
affected | ||
596afb0b8933ba6ed7227adcc538db26feb25c74< a61c6ae1dae2611082b831b4aaa780878099c012 |
affected | ||
6.10 |
affected | ||
< 6.10 |
unaffected | ||
6.12.110≤ 6.12.* |
unaffected | ||
6.18.51≤ 6.18.* |
unaffected | ||
| … +2 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-90048 | 9.8 CRITICAL | fs/ntfs3: fix slab-out-of-bounds write in ni_create_attr_list() |
| CVE-2026-90012 | 9.8 CRITICAL | spi: Fix DMA mapping ownership on partial map failure |
| CVE-2026-89857 | 9.8 CRITICAL | scsi: qla2xxx: Hold qpair lock when sending NVMe LS reject |
| CVE-2026-89970 | 9.8 CRITICAL | nvmet-auth: Synchronize timeout work during SQ teardown |
| CVE-2026-89847 | 9.8 CRITICAL | scsi: qla2xxx: Avoid double completion in async IOCB timeout |
| CVE-2026-89969 | 9.8 CRITICAL | nvmet-tcp: fix out-of-bounds write when receiving an over-long PDU |
| CVE-2026-89972 | 9.8 CRITICAL | nvme: add missing SRCU grace period in error path |
| CVE-2026-90036 | 9.8 CRITICAL | NFSD: Prevent client use-after-free during blocked-lock reaping |
| CVE-2026-90038 | 9.8 CRITICAL | NFSD: Prevent client use-after-free during export state revocation |
| CVE-2026-90037 | 9.8 CRITICAL | NFSD: Prevent client use-after-free during close_lru reaping |
| CVE-2026-89788 | 9.8 CRITICAL | ksmbd: fix tree connection use-after-free in smb2_tree_connect() |
| CVE-2026-89783 | 9.8 CRITICAL | xfrm6: fix out-of-bounds write in xfrm6_input_addr() when secpath is full |
| CVE-2026-90042 | 9.8 CRITICAL | ceph: properly decrypt filenames in vmalloc() buffers |
| CVE-2026-89778 | 9.8 CRITICAL | isofs: fix out-of-bounds page array access on empty zisofs block |
| CVE-2026-89915 | 9.3 CRITICAL | KVM: arm64: Remove VM-wide VNCR mapping counter |
| CVE-2026-90049 | 9.3 CRITICAL | net: skbuff: don't skb_tx_error() the source skb in skb_zerocopy() |
| CVE-2026-89775 | 9.3 CRITICAL | KVM: arm64: Handle negative S1 walk levels in VNCR TLB size evaluation |
| CVE-2026-89916 | 9.3 CRITICAL | KVM: arm64: Make VNCR invalidation participate in MMU invalidation retry |
| CVE-2026-89930 | 9.3 CRITICAL | KVM: nVMX: Service local TLB flushes on failed nested VM-Enter |
| CVE-2026-89918 | 9.3 CRITICAL | KVM: arm64: Correctly handle end of VA space TLBI invalidation |
Showing top 20 of 276 CVEs. View all on vendor page → →
No comments yet