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

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

100%

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

CVSS 7.8 · High EPSS 0.13% · P3

Affected Version Matrix 18

ベンダープロダクトVersion Rangeステータス
LinuxLinuxd3ec7b6e09e512ba902b86bcca2c512fb06d492f< 01b8569233e47693d6ff7efa96d9854c55f936fcaffected
d3ec7b6e09e512ba902b86bcca2c512fb06d492f< 9c5fdffc5e1ce84403c58289ee72697051803bf7affected
d3ec7b6e09e512ba902b86bcca2c512fb06d492f< f3e54f6a5e1681f83d13e8716bc92ef5ecf121d3affected
d3ec7b6e09e512ba902b86bcca2c512fb06d492f< 62e1c2741a4d923d9854efd5927a6212aad7a187affected
d3ec7b6e09e512ba902b86bcca2c512fb06d492f< 587a0accc2b4fccc5cf7baf0fe34e50efde51f9caffected
d3ec7b6e09e512ba902b86bcca2c512fb06d492f< 126a70bf1a08ddc9d79c471ebdaa2b08cfbab8dfaffected
d3ec7b6e09e512ba902b86bcca2c512fb06d492f< ac1bb7fd45088d0db57a22ce7729f258ebd63cf5affected
d3ec7b6e09e512ba902b86bcca2c512fb06d492f< dd9623f58ec702a07b2d67179d6fcea79c52231aaffected
… +10 more rows
新しい脆弱性情報の通知を購読するログインして購読

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

脆弱性情報

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

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

脆弱性タイトル
mm/hugetlb: fix list corruption in allocate_file_region_entries()
ソース: CVE Program / CVE List V5
脆弱性説明
In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix list corruption in allocate_file_region_entries() allocate_file_region_entries() tops up resv->region_cache with freshly allocated file_region descriptors. The allocation uses GFP_KERNEL, so resv->lock is dropped around it: the new entries are gathered on a stack-local list head, allocated_regions, and spliced into resv->region_cache once the lock is re-acquired. The splice used list_splice(), which moves the entries but does not re-initialize the source head, so allocated_regions is left pointing at an entry that now lives on resv->region_cache. The top-up runs in a while loop that re-checks the cache deficit after re-acquiring the lock. For a shared mapping the resv_map is shared by every mapper of the hugetlbfs inode, so a concurrent region_chg()/region_add()/region_del() on the same resv_map can consume cache entries during the unlocked window and force a second iteration. That iteration calls list_add() on the stale head and corrupts the list; with CONFIG_DEBUG_LIST the __list_add_valid() check trips: list_add corruption. next->prev should be prev (ffffc900011ff7f8), but was ffff88814c281460. (next=ffff88814c545640). kernel BUG at lib/list_debug.c:31! allocate_file_region_entries+0x191/0x420 region_chg+0x267/0x300 hugetlb_reserve_pages+0x387/0xc80 hugetlbfs_file_mmap+0x2ce/0x3f0 mmap_region+0x1348/0x1a80 do_mmap+0x85e/0xb90 vm_mmap_pgoff+0x18c/0x330 ksys_mmap_pgoff+0x2a1/0x3e0 do_syscall_64+0xd7/0x420 Without CONFIG_DEBUG_LIST the bad list_add() silently links a kernel-stack address into resv->region_cache, leading to later use-after-free. This was observed as a real host panic on a dense KVM host where a QEMU guest-RAM hugetlbfs file was mapped MAP_SHARED by both QEMU and a separate SPDK/DPDK vhost-user target, generating concurrent region_* traffic on one shared resv_map. Use list_splice_init() so the source head is re-initialized empty after each splice, making the retry loop safe.
ソース: CVE Program / CVE List V5
CVSS情報
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
ソース: CVE Program / CVE List V5
脆弱性タイプ
N/A
ソース: CVE Program / CVE List V5
脆弱性タイトル
Linux kernel 安全漏洞
ソース: CNNVD (China National Vulnerability Database)
脆弱性説明
Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel 5.10版本存在安全漏洞,该漏洞源于allocate_file_region_entries()函数中list_splice()未重新初始化源链表头,在并发操作共享resv_map时可能导致链表损坏,进而导致内核崩溃或释放后重用。
ソース: CNNVD (China National Vulnerability Database)
CVSS情報
N/A
ソース: CNNVD (China National Vulnerability Database)
脆弱性タイプ
N/A
ソース: CNNVD (China National Vulnerability Database)

影響を受ける製品

ベンダープロダクト影響を受けるバージョンCPE購読
LinuxLinux d3ec7b6e09e512ba902b86bcca2c512fb06d492f ~ 01b8569233e47693d6ff7efa96d9854c55f936fc -
LinuxLinux 5.10 -

II. CVE-2026-74518の公開POC

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

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

ログインしてAI POCを生成

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

登录查看更多情报信息。

CVE-2026-74518 补丁与修复 (8)

Same Patch Batch · Linux · 2026-08-15 · 845 CVEs total

CVE-2026-7428010.0 CRITICALcrypto: marvell/octeontx - fix DMA cleanup using wrong loop index
CVE-2026-7447510.0 CRITICALvxlan: use neigh_ha_snapshot() in route_shortcircuit()
CVE-2026-7240710.0 CRITICALgeneve: validate inner network offset in geneve_gro_complete()
CVE-2026-7430910.0 CRITICALvdpa/octeon_ep: fix IRQ-to-ring mapping in interrupt handler
CVE-2026-7240810.0 CRITICALgeneve: gate GRO hint in geneve_gro_complete() on gs->gro_hint
CVE-2026-7242110.0 CRITICALipv4: fib: Don't ignore error route in local/main tables.
CVE-2026-7427910.0 CRITICALcrypto: cavium/cpt - fix DMA cleanup using wrong loop index
CVE-2026-724939.9 CRITICALnet: serialize netif_running() check in enqueue_to_backlog()
CVE-2026-720849.8 CRITICALscsi: target: Bound PR-OUT TransportID parsing to the received buffer
CVE-2026-722499.8 CRITICALnetfilter: flowtable: use dst in this direction when pushing IPIP header
CVE-2026-722489.8 CRITICALnetfilter: flowtable: support IPIP tunnel with direct xmit
CVE-2026-720989.8 CRITICALdm-verity: fix buffer overflow in FEC calculation
CVE-2026-724949.8 CRITICALRDMA/irdma: Replace waitqueue and flag with completion
CVE-2026-743459.8 CRITICALRDMA/siw: Fix endpoint/socket association handling
CVE-2026-742559.8 CRITICALtipc: fix UAF in tipc_l2_send_msg()
CVE-2026-722219.8 CRITICALsunrpc: wait for in-flight TLS handshake callback when cancel loses race
CVE-2026-722269.8 CRITICALbatman-adv: tt: prevent TVLV OOB check overflow
CVE-2026-744289.8 CRITICALrxrpc: Fix double unlock in rxrpc_recvmsg()
CVE-2026-720839.8 CRITICALscsi: target: core: Fix iSCSI ISID use-after-free in REGISTER AND MOVE
CVE-2026-722349.8 CRITICALbatman-adv: access unicast_ttvn skb->data only after skb realloc

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

IV. 関連脆弱性

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

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


コメントを残す