PatchSiren cyber security CVE debrief
CVE-2026-72382 Linux CVE debrief
A vulnerability in the Linux kernel has been resolved, where ksmbd rejects undersized DACLs before parsing ACEs. The vulnerability is caused by the parse_dacl() function not properly checking the DACL size, allowing an attacker to bypass the ACE count check and drive large temporary ACL state and pointer-array allocations. This issue can be exploited by a malicious client through 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). The vulnerability has a significant impact on Linux kernel users and administrators, as it can lead to potential security breaches if not properly addressed.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-15
- Original CVE updated
- 2026-08-15
- Advisory published
- 2026-08-15
- Advisory updated
- 2026-08-15
Who should care
Linux kernel users and administrators, as well as security teams and vulnerability management teams responsible for ensuring the security and integrity of Linux kernel-based systems. These individuals should be aware of the potential risks associated with this vulnerability and take necessary steps to mitigate them. This includes verifying and applying kernel patches, restricting access to sensitive data, and monitoring system logs for suspicious activity. Additionally, operators and platform administrators should review the vulnerability details to understand the potential impact on their systems and take appropriate actions to prevent exploitation. The vulnerability management team should also review the CVE record and NVD details to assess the severity and scope of the vulnerability and prioritize remediation efforts accordingly. Security teams should consider implementing compensating controls and monitoring systems to detect potential exploitation attempts. Asset inventory and configuration management teams should ensure that accurate records of Linux kernel-based systems are maintained to facilitate remediation efforts. Change management and incident response teams should be prepared to respond to potential security incidents related to this vulnerability. Overall, a coordinated effort is required to address this vulnerability and prevent potential security breaches. Linux kernel developers and maintainers should also review the vulnerability details to ensure that the fix is properly implemented and tested. They should also consider providing additional guidance and support to users and administrators to help them understand and mitigate the vulnerability. Furthermore, Linux kernel users and administrators should be aware of the potential risks associated with using outdated or vulnerable Linux kernel versions and consider upgrading to newer versions or applying patches to address this vulnerability. By taking these steps, Linux kernel users and administrators can help prevent potential security breaches and ensure the integrity of their systems. The Linux kernel community should also review the vulnerability details to identify potential areas for future
Technical summary
The vulnerability is caused by the parse_dacl() function not properly checking the DACL size, allowing an attacker to bypass the ACE count check and drive large temporary ACL state and pointer-array allocations. 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).
Defensive priority
High
Recommended defensive actions
- Verify and apply the kernel patch
- Restrict access to sensitive data
- Monitor system logs for suspicious activity
- Verify affected product deployments exist in managed environments and assign an owner for follow-up.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The vulnerability is caused by the parse_dacl() function not properly checking the DACL size. 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).
Official resources
-
CVE-2026-72382 CVE record
CVE.org
-
CVE-2026-72382 NVD detail
NVD
-
Source item URL
nvd_modified
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-15T06:22:11.707Z and has not been modified since then.