CVE-2026-43493
Linux Kernel MAY_BACKLOG Request Handling Fix
Publication date: 2026-05-19
Last updated on: 2026-05-20
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is related to the Linux kernel's crypto subsystem, specifically the pcrypt module. It involves improper handling of MAY_BACKLOG requests, which can return an EBUSY error. The fix involves correctly handling this error by checking for EBUSY and filtering out EINPROGRESS notifications.
How can this vulnerability impact me? :
This vulnerability relates to the handling of MAY_BACKLOG requests in the Linux kernel's crypto pcrypt module. Improper handling could cause MAY_BACKLOG requests to return EBUSY errors and mishandle EINPROGRESS notifications. This could potentially affect the stability or performance of cryptographic operations in the kernel.