CVE-2026-93282
Last modified
CVE-2026-93282 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix maximum allowed access checks The DACL permission check looks for an ACE matching the current user and falls back to the Everyone ACE. It does not consider an Authenticated Users ACE, even though an authenticated session is a member of that well-known group. As a result, opening a file whose access is granted through S-1-5-11 can incorrectly fail with STATUS_ACCESS_DENIED.
Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix maximum allowed access checks The DACL permission check looks for an ACE matching the current user and falls back to the Everyone ACE. It does not consider an Authenticated Users ACE, even though an authenticated session is a member of that well-known group. As a result, opening a file whose access is granted through S-1-5-11 can incorrectly fail with STATUS_ACCESS_DENIED. Treat an Authenticated Users ACE as a fallback entry alongside Everyone. The maximal access calculation also combines access masks from every ACE, regardless of whether its SID applies to the current user. This can grant rights belonging to an unrelated principal. Process only ACEs applying to the user, Everyone, or Authenticated Users, and accumulate allowed and denied masks in ACL order. Preserve explicitly requested access bits so they are validated against the resulting maximal mask. When ACCESS_SYSTEM_SECURITY is denied, report STATUS_PRIVILEGE_NOT_HELD instead of the generic STATUS_ACCESS_DENIED. Access to the system ACL requires a security privilege that ksmbd does not grant. For regular files, include FILE_EXECUTE in maximal access when the client requested GENERIC_EXECUTE and the DACL grants the complete file-read set. Keep a direct FILE_EXECUTE request subject to the explicit DACL bit. This matches the POSIX file ACL mapping without broadening specific execute requests. Do not replace rights from an applicable NT ACE with a POSIX ACL entry. The POSIX ACL is only a fallback when no user, Everyone, or Authenticated Users ACE applies; otherwise it can incorrectly broaden the stored DACL. This fixes smb2.maximum_allowed.maximum_allowed.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 35d5c59fe6b1d9fe43fb14eb384f69ee1a120f9c; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < cc2f133e80eb2c4a04bfa77a2f207749fe2f516a; < 7.2.6 |
| Linux | Linux | All versions |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93282?
How severe is CVE-2026-93282?
How do I fix CVE-2026-93282?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93276In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93277In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93278In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93279In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93280In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-93281In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93283In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93284In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-93285In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93286In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93287In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93288In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-93282?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
