PULSE
LIVE43signals / 24h
FEED
ransomgenesis reclama a Consolidated Medical Practices of Memphis · US · Healthcareransomgenesis reclama a Interim HealthCare (Oklahoma and Tulsa) · US · Healthcareransomdirewolf reclama a Chat Jurídico · BR · Professional Servicesransomdirewolf reclama a Merge · US · Technologyransomqilin reclama a HIGEN MOTOR(critical data) · KR · Manufacturingransomdirewolf reclama a Swyft Inc. · US · Technologyransomdirewolf reclama a AliveCor, Inc. · US · Healthcareransomdirewolf reclama a Statista GmbH · DE · Professional Servicesransomdirewolf reclama a Quironsalud · ES · Healthcareransomdirewolf reclama a Health Carousel · PH · Healthcareransomdirewolf reclama a Fondo · Financial Servicesransomdirewolf reclama a Osmo Wallet · US · Financial Servicesransombravox reclama a Elettrica System · IT · Energy & Utilitiesransomglobal secret group reclama a Coggins Insurance Agency · US · Financial Servicesransomgenesis reclama a Consolidated Medical Practices of Memphis · US · Healthcareransomgenesis reclama a Interim HealthCare (Oklahoma and Tulsa) · US · Healthcareransomdirewolf reclama a Chat Jurídico · BR · Professional Servicesransomdirewolf reclama a Merge · US · Technologyransomqilin reclama a HIGEN MOTOR(critical data) · KR · Manufacturingransomdirewolf reclama a Swyft Inc. · US · Technologyransomdirewolf reclama a AliveCor, Inc. · US · Healthcareransomdirewolf reclama a Statista GmbH · DE · Professional Servicesransomdirewolf reclama a Quironsalud · ES · Healthcareransomdirewolf reclama a Health Carousel · PH · Healthcareransomdirewolf reclama a Fondo · Financial Servicesransomdirewolf reclama a Osmo Wallet · US · Financial Servicesransombravox reclama a Elettrica System · IT · Energy & Utilitiesransomglobal secret group reclama a Coggins Insurance Agency · US · Financial Services
← All CVEs
CVE WatchAug 10, 2026

CVE-2026-68097

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate ACE size against SID sub-authorities set_ntacl_dacl()

CVSS

No CVSS

EPSS

KEV

Exploit Today

0-100

Published: Aug 10, 2026 · Last modified: Aug 10, 2026

EPSS · 30d

Not enough EPSS history yet.

Technical description

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate ACE size against SID sub-authorities set_ntacl_dacl() validates sid.num_subauth before copying an ACE, but does not verify that the declared ACE size contains all sub-authorities described by that field. An undersized ACE can therefore be copied and later make the POSIX ACL deduplication walk inspect data beyond the copied ACE boundary. The existing initial bound check is also too small. It only ensures that the ACE size field is accessible before set_ntacl_dacl() reads sid.num_subauth farther into the input buffer. Require enough input for the fixed SID header before accessing num_subauth, reject ACEs smaller than that header, and skip ACEs whose declared size cannot contain the complete SID. This makes the validation consistent with the other ACE walk paths.

Official references
Related CVEs

No related CVEs by CWE or product.