Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-64139— ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflow

AI Predicted 4.0 Difficulty: Easy EPSS 0.18% · P8

Affected Version Matrix 11

VendorProductVersion RangeStatus
LinuxLinux8d5729350b236896f51379588d9a690b7fafb8db< 9d378e17c864da08c3a4df41dae92cfa6468b00aaffected
e1955a94b6f17f4b058afa955a6f187eb3ed7615< 519fb0a42ce5d7e46935577309fb282a5f2c6ea3affected
5e7b8f3c539d69b2ed5f2408e2f75e68ce7eef43< 0e198f09cb2a554c04de0fea4e790f1250a943caaffected
ef7902be3f215b6bf7babe4dc9dd9a7d57dad7a7< eced48cb08f07393a5ea770fdd1026452883c3adaffected
299f962c0b02d048fb45d248b4da493d03f3175d< af92ee994cc7f7e83a41c2025f32257a2f82a7efaffected
41e53a773db6342ac9a689ee5ba635c31744c9f0affected
6.1.175< 6.2affected
6.6.136< 6.6.142affected
… +3 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-64139

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

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.

Vulnerability Title
ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflow
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflow Commit 299f962c0b02 ("ksmbd: use check_add_overflow() to prevent u16 DACL size overflow") added check_add_overflow() guards that break out of the ACE-building loops in set_posix_acl_entries_dacl() when the accumulated DACL size would wrap past 65535. However, each iteration allocates a struct smb_sid via kmalloc_obj() at the top of the loop and relies on the kfree(sid) call at the end of the loop body (the 'pass_same_sid' label in the first loop, and the explicit kfree at the tail of the second loop) to release it. The newly introduced 'break' statements bypass those kfree() calls, leaking the sid buffer every time an overflow is detected. A malicious or malformed file with enough POSIX ACL entries to trip the overflow check will leak one or more struct smb_sid allocations on every request that touches the file's DACL, providing a trivial kernel memory exhaustion vector. Free sid before breaking out of the loops to plug the leak.
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会开源的一款操作系统内核。 Linux kernel存在安全漏洞,该漏洞源于ksmbd的set_posix_acl_entries_dacl()函数对DACL大小溢出处理不当,导致SID内存泄漏,通过恶意文件可导致内核内存耗尽。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux 8d5729350b236896f51379588d9a690b7fafb8db ~ 9d378e17c864da08c3a4df41dae92cfa6468b00a -
LinuxLinux 6.6.136 ~ 6.6.142 -

II. Public POCs for CVE-2026-64139

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-64139

登录查看更多情报信息。

Patches & Fixes for CVE-2026-64139 (4)

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

CVE-2026-6379510.0 CRITICAL9p: avoid putting oldfid in p9_client_walk() error path
CVE-2026-641369.8 CRITICALsmb: client: protect tc_count increment in smb2_find_smb_sess_tcon_unlocked()
CVE-2026-533999.8 CRITICALnfsd: release layout stid on setlease failure
CVE-2026-533989.8 CRITICALNFSD: Fix SECINFO_NO_NAME decode error cleanup
CVE-2026-638869.8 CRITICALscsi: target: iscsi: Validate CHAP_R length before base64 decode
CVE-2026-640259.8 CRITICALbpf, skmsg: fix verdict sk_data_ready racing with ktls rx
CVE-2026-641429.8 CRITICALksmbd: close durable scavenger races against m_fp_list lookups
CVE-2026-640679.8 CRITICALnetfs: Fix missing barriers when accessing stream->subrequests locklessly
CVE-2026-640689.8 CRITICALnetfs: Fix missing locking around retry adding new subreqs
CVE-2026-640669.8 CRITICALnetfs: Fix netfs_read_to_pagecache() to pause on subreq failure
CVE-2026-640619.8 CRITICALnetfs: Fix early put of sink folio in netfs_read_gaps()
CVE-2026-641029.8 CRITICALRDMA/siw: Reject MPA FPDU length underflow before signed receive math
CVE-2026-640569.8 CRITICALnet: ethernet: cortina: Make RX SKB per-port
CVE-2026-638009.8 CRITICALpNFS: Fix use-after-free in pnfs_update_layout()
CVE-2026-639849.8 CRITICALipv6: rpl: fix hdrlen overflow in ipv6_rpl_srh_decompress()
CVE-2026-640559.8 CRITICALnet: ethernet: cortina: Carry over frag counter
CVE-2026-638259.8 CRITICALgcov: use atomic counter updates to fix concurrent access crashes
CVE-2026-640359.8 CRITICALigc: set tx buffer type for SMD frames
CVE-2026-640479.8 CRITICALnet: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ring
CVE-2026-640339.8 CRITICALRDMA/rtrs: Fix use-after-free in path file creation cleanup

Showing top 20 of 430 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-64139

No comments yet


Leave a comment