CVE-2026-93155
Last modified
CVE-2026-93155 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: crypto: keembay - Fix AEAD unregister count in error path register_aes_algs() registers the AEAD algorithms before registering the skcipher algorithms. If skcipher registration fails, the function unwinds the earlier AEAD registration with crypto_engine_unregister_aeads(), but it passes ARRAY_SIZE(algs), which is the skcipher table size. Use ARRAY_SIZE(algs_aead) for the AEAD unwind path so the unregister helper iterates over the same table that was registered.
Description
In the Linux kernel, the following vulnerability has been resolved: crypto: keembay - Fix AEAD unregister count in error path register_aes_algs() registers the AEAD algorithms before registering the skcipher algorithms. If skcipher registration fails, the function unwinds the earlier AEAD registration with crypto_engine_unregister_aeads(), but it passes ARRAY_SIZE(algs), which is the skcipher table size. Use ARRAY_SIZE(algs_aead) for the AEAD unwind path so the unregister helper iterates over the same table that was registered. Also clarify the nearby comment: the crypto registration helpers clean up algorithms registered within the same call, while this function must still unwind earlier successful registration steps.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 88574332451380f4b51f6ca88ab9810e714bfb9b, < 27ec91c29ee155cc507b2f56221fc6fab65dbb51; >= 88574332451380f4b51f6ca88ab9810e714bfb9b, < 5607b101d86cbee8dd1ffab784495c880ca73383; >= 88574332451380f4b51f6ca88ab9810e714bfb9b, < 5bbb726d27ff6dff750264e51aa665538394d0f8; >= 88574332451380f4b51f6ca88ab9810e714bfb9b, < a3217fe7998622728a53dff405615e0971949eaf; >= 88574332451380f4b51f6ca88ab9810e714bfb9b, < e264401ce4776a288524e5b87593d4d864147115 |
| Linux | Linux | 5.11 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93155?
How severe is CVE-2026-93155?
How do I fix CVE-2026-93155?
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-93149In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93150In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93151In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-93152In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93153In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93154In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93156In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93157In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93158In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93159In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93160In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93161In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93155?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
