CVE-2026-97589
Last modified
CVE-2026-97589 is a high-severity vulnerability rated 7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: s390/crypto: Fix wrong return code to engine in asynch callbacks When crypto_finalize_hash_request() or crypto_finalize_skcipher_request() explicitly completes a request, the do_one_request callback must return 0 to indicate successful handling. Returning a negative error code causes the crypto engine to assume the driver failed to take ownership and triggers a second completion via crypto_request_complete(), resulting in a double completion.
Description
In the Linux kernel, the following vulnerability has been resolved: s390/crypto: Fix wrong return code to engine in asynch callbacks When crypto_finalize_hash_request() or crypto_finalize_skcipher_request() explicitly completes a request, the do_one_request callback must return 0 to indicate successful handling. Returning a negative error code causes the crypto engine to assume the driver failed to take ownership and triggers a second completion via crypto_request_complete(), resulting in a double completion. This pattern occurs in paes_s390.c 4 times and once in phmac_s390.c. Fixed in phmac_do_one_request() and all four paes do_one_request callbacks (ecb, cbc, ctr, xts) by returning 0 after explicit finalization instead of propagating the error code.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 6cd87cb5ef6ca50ae17c371482ceaab1d635e232, < 972e0d9b7d1d112240ccde1f1be85bf9ffaa1720; >= 6cd87cb5ef6ca50ae17c371482ceaab1d635e232, < 5480291aa848e19e61175abfd457933516db70c6; >= 6cd87cb5ef6ca50ae17c371482ceaab1d635e232, < ac1481320110b803ab9b79ab4d2ca11a74fc05f2 |
| Linux | Linux | 6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97589?
How severe is CVE-2026-97589?
How do I fix CVE-2026-97589?
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-97583In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-97584In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97585In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97586In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97587In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97588In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9759ROHC protocol dissector crash in Wireshark 4.6.0 to 4.6.5 an…5.5
- CVE-2026-97590In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97591In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97592In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97593In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97594In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-97589?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
