PatchSiren cyber security CVE debrief
CVE-2026-97555 Linux CVE debrief
A heap overflow vulnerability was found in the Linux kernel's SMB client implementation. The vulnerability occurs when rewriting an existing DACL, and it can be triggered by a local attacker with the ability to chown a file. This issue arises from the DACL owner/group rewrite functionality, where the code allocates a buffer based on the on-disk DACL length but does not account for the maximum possible size of replacement SIDs, leading to potential heap overflows. Defenders should assess exposure, prioritize remediation, and monitor for potential exploitation attempts.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
Linux kernel developers, Linux distribution maintainers, and users of Linux systems with SMB client functionality enabled should assess their exposure to this vulnerability and apply the available fixes.
Why it matters
A heap overflow vulnerability was found in the Linux kernel's SMB client implementation. The vulnerability occurs when rewriting an existing DACL, and it can be triggered by a local attacker with the ability to chown a file. Defenders should assess exposure, prioritize remediation, and monitor for potential exploitation attempts.
- Local attackers may be able to exploit this vulnerability to escalate privileges or cause a denial of service.
- Successful exploitation could lead to a system crash or potential code execution.
- The vulnerability can be triggered by a local attacker with the ability to chown a file.
- Exploitation requires local access to the system.
Technical summary
The vulnerability occurs in the Linux kernel's SMB client implementation, specifically in the DACL owner/group rewrite functionality. When rewriting an existing DACL, the code allocates a buffer based on the on-disk DACL length, but it does not account for the maximum possible size of the replacement SIDs. This can lead to a heap overflow when the replacement SIDs are longer than the original SIDs.
Defensive priority
High
Recommended defensive actions
- Review and apply available kernel updates to ensure the SMB client is protected against this vulnerability.
- Monitor system logs for potential exploitation attempts.
- Restrict access to sensitive files and directories to prevent exploitation.
- Perform a thorough review of system configurations and user permissions to minimize the attack surface.
- Implement additional monitoring and detection mechanisms to identify potential exploitation attempts.
- Verify the integrity of system files and directories to prevent tampering.
- Keep track of changes to system configurations and user permissions to quickly identify potential security issues.
Evidence notes
The vulnerability was reported by an unknown source and was resolved by the Linux kernel developers. The fix is available in stable kernel releases. Limited evidence is available, and defenders should verify the applicability of the fix to their specific environments. The CVE record was published on 2026-09-25T11:17:05.963Z and has not been modified since then. The vulnerability has a CVSS score of 8.8 and is considered HIGH severity. The exploit requires local access to the system.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-97555 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-97555
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-97555 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97555
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/0ee150794c75bcd0be0e24ff3394f433cbae18cc
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/2a9aee9ef5622d58d8aafaa3263b3ffe70e2d9dd
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/7fa84c9ca690643f429ae2709584a47e74b572c9
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/fb736ab4fb8c4fdb8b2f9ccd3a62e03d11549ca1
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.