Answer in brief
CVE-2026-72382 records a Unknown severity vulnerability in ksmbd: reject undersized DACLs before parsing ACEs. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9 <16fb65ec15fe7c90f50a2115854bfd9a032d4023 || >=e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9 <282847c0cf22f2e961155ac8e42f6eeab7e16049 || >=e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9 <d020e7f27bf65eecd3805404702f716b2b6d9e73 || >=e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9 <15a9e9b8f7f5d7f380ae54c6f5bcbc0bdcb0f3cd || >=e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9 <60908f7ebcd9b6cde74ad5711fab0f49c7970949 | 16fb65ec15fe7c90f50a2115854bfd9a032d4023, 282847c0cf22f2e961155ac8e42f6eeab7e16049, d020e7f27bf65eecd3805404702f716b2b6d9e73, 15a9e9b8f7f5d7f380ae54c6f5bcbc0bdcb0f3cd, 60908f7ebcd9b6cde74ad5711fab0f49c7970949 |
| Linux/Linuxgeneric | 5.15 | Not reported |
Published upstream
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 15, 2026
In the Linux kernel, the following vulnerability has been resolved: ksmbd: reject undersized DACLs before parsing ACEs parse_dacl() limits the attacker-controlled ACE count by comparing it with the number of minimal ACEs that fit in the DACL size. The DACL size field is 16 bits, but the expression subtracts sizeof(struct smb_acl). Because sizeof() is unsigned, a DACL size smaller than the ACL header underflows to a large size_t. A malicious client can reach this with: SMB2_SET_INFO (InfoType=SMB2_O_INFO_SECURITY) -> smb2_set_info_sec() -> set_info_sec() -> parse_sec_desc() -> parse_dacl() -> init_acl_state(..., 0xffff) -> init_acl_state(..., 0xffff) -> kmalloc_objs(..., 0xffff) Thus a malformed security descriptor can make num_aces pass the guard and drive large temporary ACL state and pointer-array allocations. Reject DACLs smaller than struct smb_acl before doing the subtraction, so the ACE count check cannot be bypassed by the underflow.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2026-72382 records a Unknown severity vulnerability in ksmbd: reject undersized DACLs before parsing ACEs. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9 <16fb65ec15fe7c90f50a2115854bfd9a032d4023 || >=e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9 <282847c0cf22f2e961155ac8e42f6eeab7e16049 || >=e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9 <d020e7f27bf65eecd3805404702f716b2b6d9e73 || >=e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9 <15a9e9b8f7f5d7f380ae54c6f5bcbc0bdcb0f3cd || >=e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9 <60908f7ebcd9b6cde74ad5711fab0f49c7970949 | 16fb65ec15fe7c90f50a2115854bfd9a032d4023, 282847c0cf22f2e961155ac8e42f6eeab7e16049, d020e7f27bf65eecd3805404702f716b2b6d9e73, 15a9e9b8f7f5d7f380ae54c6f5bcbc0bdcb0f3cd, 60908f7ebcd9b6cde74ad5711fab0f49c7970949 |
| Linux/Linuxgeneric | 5.15 | Not reported |
Published upstream
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 15, 2026
In the Linux kernel, the following vulnerability has been resolved: ksmbd: reject undersized DACLs before parsing ACEs parse_dacl() limits the attacker-controlled ACE count by comparing it with the number of minimal ACEs that fit in the DACL size. The DACL size field is 16 bits, but the expression subtracts sizeof(struct smb_acl). Because sizeof() is unsigned, a DACL size smaller than the ACL header underflows to a large size_t. A malicious client can reach this with: SMB2_SET_INFO (InfoType=SMB2_O_INFO_SECURITY) -> smb2_set_info_sec() -> set_info_sec() -> parse_sec_desc() -> parse_dacl() -> init_acl_state(..., 0xffff) -> init_acl_state(..., 0xffff) -> kmalloc_objs(..., 0xffff) Thus a malformed security descriptor can make num_aces pass the guard and drive large temporary ACL state and pointer-array allocations. Reject DACLs smaller than struct smb_acl before doing the subtraction, so the ACE count check cannot be bypassed by the underflow.
Quoted source text, attributed separately from HOL analysis.