PULSE
LIVE16signals / 24h
FEED
ransomkairos reclama a Collge O'Sullivan de Québec · CA · Educationransomincransom reclama a Ali-Monde · US · Not Foundransomcoinbasecartel reclama a Caterpillar · US · Manufacturingransomanubis reclama a Bath Fitter · US · Consumer Servicesransomanubis reclama a Fairlife / Coca-Cola · US · Agriculture and Food Productionransomnova reclama a Jrd logistics · Transportation/Logisticsransomnova reclama a Rumah Sakit Universitas Indonesia (RSUI) · ID · Healthcareransomnova reclama a Universidad Nacional de Mar del Plata · AR · Educationransomcoinbasecartel reclama a Colliers Real Estate · US · Business Servicesransomakira reclama a McKeever , Varga & Senko · Business Servicesransomakira reclama a L&A Transport · Transportation/Logisticsransomnova reclama a Koplarla · ID · Not Foundransomqilin reclama a Bolt & Nut Manufacturing · GB · Manufacturingransomchaos reclama a wikoff.com · US · Business Servicesransomkairos reclama a Collge O'Sullivan de Québec · CA · Educationransomincransom reclama a Ali-Monde · US · Not Foundransomcoinbasecartel reclama a Caterpillar · US · Manufacturingransomanubis reclama a Bath Fitter · US · Consumer Servicesransomanubis reclama a Fairlife / Coca-Cola · US · Agriculture and Food Productionransomnova reclama a Jrd logistics · Transportation/Logisticsransomnova reclama a Rumah Sakit Universitas Indonesia (RSUI) · ID · Healthcareransomnova reclama a Universidad Nacional de Mar del Plata · AR · Educationransomcoinbasecartel reclama a Colliers Real Estate · US · Business Servicesransomakira reclama a McKeever , Varga & Senko · Business Servicesransomakira reclama a L&A Transport · Transportation/Logisticsransomnova reclama a Koplarla · ID · Not Foundransomqilin reclama a Bolt & Nut Manufacturing · GB · Manufacturingransomchaos reclama a wikoff.com · US · Business Services
← All CVEs
CVE WatchJul 19, 2026

CVE-2026-64139

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflow

CVSS

No CVSS

EPSS

0.2%

p8

KEV

Exploit Today

2

0-100

Published: Jul 19, 2026 · Last modified: Jul 19, 2026

EPSS · 30d

Not enough EPSS history yet.

Technical 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.

Official references
Related CVEs

No related CVEs by CWE or product.