CVE-2026-93155

Source
https://cve.org/CVERecord?id=CVE-2026-93155
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93155.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93155
Downstream
Published
2026-09-17T16:11:50Z
Modified
2026-09-18T03:48:44Z
Summary
crypto: keembay - Fix AEAD unregister count in error path
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93155.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
88574332451380f4b51f6ca88ab9810e714bfb9b
Fixed
27ec91c29ee155cc507b2f56221fc6fab65dbb51
Fixed
5607b101d86cbee8dd1ffab784495c880ca73383
Fixed
5bbb726d27ff6dff750264e51aa665538394d0f8
Fixed
a3217fe7998622728a53dff405615e0971949eaf
Fixed
e264401ce4776a288524e5b87593d4d864147115

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93155.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93155.json"