CVE-2026-43493
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedIn the Linux kernel, the following vulnerability has been resolved: crypto: pcrypt - Fix handling of MAY_BACKLOG requests MAY_BACKLOG requests can return EBUSY. Handle them by checking for that value and filtering out EINPROGRESS notifications.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceLinux kernel pcrypt (parallel crypto) module bug fix handling MAY_BACKLOG crypto requests that can return EBUSY. The patch adds proper checking for EBUSY return values and filters out EINPROGRESS notifications to prevent incorrect error handling in the crypto request processing path.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 2.6.34, < 5.10.258>= 5.11, < 5.15.209>= 5.16, < 6.1.175>= 6.2, < 6.6.140>= 6.7, < 6.12.86>= 6.13, < 6.18.27>= 6.19, < 7.0.4CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Determine your kernel versionRun 'uname -r' or 'cat /proc/version' to get the running kernel versionAffected if The kernel version falls within any of these ranges: >= 2.6.34 and < 5.10.258; >= 5.11 and < 5.15.209; >= 5.16 and < 6.1.175; >= 6.2 and < 6.6.140; >= 6.7 and < 6.12.86; >= 6.13 and < 6.18.27; >= 6.19 and < 7.0.4
-
Check if pcrypt module is loadedRun 'lsmod | grep pcrypt' to see if the pcrypt kernel module is currently loadedAffected if The pcrypt module is loaded and the kernel version is in an affected range
-
Verify if pcrypt is compiled into the kernelCheck kernel config file (typically /boot/config-$(uname -r) or /proc/config.gz) for 'CONFIG_CRYPTO_PCRYPT=y' or 'CONFIG_CRYPTO_PCRYPT=m'Affected if pcrypt is enabled in the kernel configuration and the kernel version is in an affected range
-
Monitor for EBUSY errors in crypto operationsCheck system logs (dmesg, journalctl -k) for 'crypto' or 'pcrypt' related EBUSY error messages, particularly during bulk crypto operationsAffected if EBUSY errors appear in logs related to crypto operations and kernel version is in an affected range
You are affected if your kernel version is within the affected ranges AND the pcrypt crypto subsystem is actively in use on your system.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped5.10.2585.15.2096.1.175
Apply the kernel patch or upgrade to a kernel version containing the pcrypt fix that properly handles MAY_BACKLOG request return values.
Upgrade to kernel 5.10.258 (for 5.10.x branch), 5.15.209 (for 5.15.x branch), 6.1.175 (for 6.1.x branch), or 6.6.140 (for 6.2+ branches)
- Identify the running kernel version using `uname -r`
- Download or obtain the kernel source for the applicable fixed version (5.10.258, 5.15.209, 6.1.175, or 6.6.140 depending on your branch)
- Apply the patch from commit 1d7f07df450bac3301938fbc4251f2611be4084e which adds EBUSY handling in pcrypt's MAY_BACKLOG request processing, specifically: add a check for the EBUSY return value and filter out EINPROGRESS notifications from the completion path
- Rebuild the kernel with the patch applied
- Reboot into the patched kernel
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation2.0 h
- Testing4.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,144.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-43493 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-43493 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data