CVE-2026-53046
Last modified
CVE-2026-53046 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free from async crypto on Qualcomm crypto engine ksmbd_crypt_message() sets a NULL completion callback on AEAD requests and does not handle the -EINPROGRESS return code from async hardware crypto engines like the Qualcomm Crypto Engine (QCE). When QCE returns -EINPROGRESS, ksmbd treats it as an error and immediately frees the request while the hardware DMA operation is still in flight. EPSS estimates a 0.53% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free from async crypto on Qualcomm crypto engine ksmbd_crypt_message() sets a NULL completion callback on AEAD requests and does not handle the -EINPROGRESS return code from async hardware crypto engines like the Qualcomm Crypto Engine (QCE). When QCE returns -EINPROGRESS, ksmbd treats it as an error and immediately frees the request while the hardware DMA operation is still in flight. The DMA completion callback then dereferences freed memory, causing a NULL pointer crash: pc : qce_skcipher_done+0x24/0x174 lr : vchan_complete+0x230/0x27c ... el1h_64_irq+0x68/0x6c ksmbd_free_work_struct+0x20/0x118 [ksmbd] ksmbd_exit_file_cache+0x694/0xa4c [ksmbd] Use the standard crypto_wait_req() pattern with crypto_req_done() as the completion callback, matching the approach used by the SMB client in fs/smb/client/smb2ops.c. This properly handles both synchronous engines (immediate return) and async engines (-EINPROGRESS followed by callback notification).
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.15, < 5.15.209 |
| Linux | Linux Kernel | >= 5.16, < 6.1.175 |
| Linux | Linux Kernel | >= 6.2, < 6.6.141 |
| Linux | Linux Kernel | >= 6.7, < 6.12.91 |
| Linux | Linux Kernel | >= 6.13, < 6.18.33 |
| Linux | Linux Kernel | >= 6.19, < 7.0.10 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-53046?
How severe is CVE-2026-53046?
How do I fix CVE-2026-53046?
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-53040In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-53041In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-53042In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53043In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-53044In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-53045In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-53047In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53048In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53049In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-5305The Email Address Encoder WordPress plugin before 1.0.25, em…8.8
- CVE-2026-53050In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53051In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-53046?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
