CVE-2026-72382

Source
https://cve.org/CVERecord?id=CVE-2026-72382
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72382.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72382
Downstream
Published
2026-08-15T05:56:14.103Z
Modified
2026-08-16T03:48:27.776975305Z
Summary
ksmbd: reject undersized DACLs before parsing ACEs
Details

In the Linux kernel, the following vulnerability has been resolved:

ksmbd: reject undersized DACLs before parsing ACEs

parsedacl() 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 smbacl). 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:

SMB2SETINFO (InfoType=SMB2OINFOSECURITY) -> smb2setinfosec() -> setinfosec() -> parsesecdesc() -> parsedacl() -> initaclstate(..., 0xffff) -> initaclstate(..., 0xffff) -> kmallocobjs(..., 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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72382.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
e2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9
Fixed
16fb65ec15fe7c90f50a2115854bfd9a032d4023
Fixed
282847c0cf22f2e961155ac8e42f6eeab7e16049
Fixed
d020e7f27bf65eecd3805404702f716b2b6d9e73
Fixed
15a9e9b8f7f5d7f380ae54c6f5bcbc0bdcb0f3cd
Fixed
60908f7ebcd9b6cde74ad5711fab0f49c7970949

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72382.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.15.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72382.json"