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

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

100%

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

CVSS 9.8 · Critical EPSS 0.52% · P41

Affected Version Matrix 18

ベンダープロダクトVersion Rangeステータス
LinuxLinux48b1de4c110a7afa4b85862f6c75af817db26fad< 9902a1058992de5d95656b64a3bd95c077f7ba2caffected
48b1de4c110a7afa4b85862f6c75af817db26fad< d3019c61799adc21811af4b521f11f3dc77f8e04affected
48b1de4c110a7afa4b85862f6c75af817db26fad< dd206819f210522579010d889d45a9530bb494bcaffected
48b1de4c110a7afa4b85862f6c75af817db26fad< af2c22ccb1f621aff487ff47a040e38e058541e7affected
48b1de4c110a7afa4b85862f6c75af817db26fad< c7f945f7da097245a2f8ed7775ce48421047ee96affected
48b1de4c110a7afa4b85862f6c75af817db26fad< f0fea2b6d5453a11ad11713bbf37561b9b3a7edfaffected
48b1de4c110a7afa4b85862f6c75af817db26fad< a91887a5b6ee4b98dfbf1db657ed2b879430149eaffected
48b1de4c110a7afa4b85862f6c75af817db26fad< 92170e6afe927ab2792a3f71902845789c8e31b1affected
… +10 more rows
新しい脆弱性情報の通知を購読するログインして購読

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

脆弱性情報

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

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

脆弱性タイトル
netfilter: synproxy: refresh tcphdr after skb_ensure_writable
ソース: CVE Program / CVE List V5
脆弱性説明
In the Linux kernel, the following vulnerability has been resolved: netfilter: synproxy: refresh tcphdr after skb_ensure_writable synproxy_tstamp_adjust() rewrites the TCP timestamp option in place and then patches the TCP checksum via inet_proto_csum_replace4() on the caller-supplied tcphdr pointer. Both ipv4_synproxy_hook() and ipv6_synproxy_hook() obtain that pointer with skb_header_pointer() before calling in, so it may either alias skb->head directly or point at the caller's on-stack _tcph buffer. Between obtaining the pointer and using it, the function calls skb_ensure_writable(skb, optend), which on a cloned or non-linear skb invokes pskb_expand_head() and frees the old skb->head. After that point the cached th is stale: caller (ipv[46]_synproxy_hook) th = skb_header_pointer(skb, ..., &_tcph) synproxy_tstamp_adjust(skb, protoff, th, ...) skb_ensure_writable(skb, optend) pskb_expand_head() /* kfree(old skb->head) */ ... inet_proto_csum_replace4(&th->check, ...) /* writes into freed head, or into the caller's stack copy leaving the on-wire checksum stale */ The option bytes are written through skb->data and are fine; only the checksum update goes through th and so lands in the wrong place. The result is either a write into freed slab memory or a packet leaving with a checksum that does not match its payload. Fix by re-deriving th from skb->data + protoff immediately after skb_ensure_writable() succeeds, so the subsequent checksum update targets the linear, writable header.
ソース: CVE Program / CVE List V5
CVSS情報
CVSS:3.1/AV:N/AC:L/PR:N/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存在安全漏洞,该漏洞源于在skb_ensure_writable之后未刷新tcphdr指针,可能导致写入已释放的内存或数据包校验和不匹配。
ソース: CNNVD (China National Vulnerability Database)
CVSS情報
N/A
ソース: CNNVD (China National Vulnerability Database)
脆弱性タイプ
N/A
ソース: CNNVD (China National Vulnerability Database)

影響を受ける製品

ベンダープロダクト影響を受けるバージョンCPE購読
LinuxLinux 48b1de4c110a7afa4b85862f6c75af817db26fad ~ 9902a1058992de5d95656b64a3bd95c077f7ba2c -
LinuxLinux 3.12 -

II. CVE-2026-64007の公開POC

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

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

ログインしてAI POCを生成

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

登录查看更多情报信息。

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

Same Patch Batch · Linux · 2026-07-19 · 431 CVEs total

CVE-2026-6379510.0 CRITICAL9p: avoid putting oldfid in p9_client_walk() error path
CVE-2026-641229.8 CRITICALnet/mlx5e: Fix use-after-free in mlx5e_tx_reporter_timeout_recover
CVE-2026-641509.8 CRITICALnetfilter: nft_inner: release local_lock before re-enabling softirqs
CVE-2026-639229.8 CRITICALipv6: exthdrs: refresh nh after handling HAO option
CVE-2026-639249.8 CRITICALipv6: exthdrs: refresh nh pointer after ipv6_hop_jumbo()
CVE-2026-640469.8 CRITICALnet: tls: prevent chain-after-chain in plain text SG
CVE-2026-640479.8 CRITICALnet: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ring
CVE-2026-639949.8 CRITICALtunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()
CVE-2026-639939.8 CRITICALvxlan: do not reuse cached ip_hdr() value after skb_tunnel_check_pmtu()
CVE-2026-641429.8 CRITICALksmbd: close durable scavenger races against m_fp_list lookups
CVE-2026-640559.8 CRITICALnet: ethernet: cortina: Carry over frag counter
CVE-2026-640569.8 CRITICALnet: ethernet: cortina: Make RX SKB per-port
CVE-2026-641369.8 CRITICALsmb: client: protect tc_count increment in smb2_find_smb_sess_tcon_unlocked()
CVE-2026-641329.8 CRITICALipv6: ioam: refresh hdr pointer before ioam6_event()
CVE-2026-533999.8 CRITICALnfsd: release layout stid on setlease failure
CVE-2026-641259.8 CRITICALnet: bcmgenet: keep RBUF EEE/PM disabled
CVE-2026-639849.8 CRITICALipv6: rpl: fix hdrlen overflow in ipv6_rpl_srh_decompress()
CVE-2026-638009.8 CRITICALpNFS: Fix use-after-free in pnfs_update_layout()
CVE-2026-639789.8 CRITICALnet/handshake: Drain pending requests at net namespace exit
CVE-2026-638579.8 CRITICALnet: airoha: Do not read uninitialized fragment address in airoha_dev_xmit()

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

IV. 関連脆弱性

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

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


コメントを残す