CVE-2023-53599
BaseFortify
Publication date: 2025-10-04
Last updated on: 2026-03-23
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a missing initialization issue in the Linux kernel's crypto subsystem, specifically in the af_alg module affecting the gcm-aes-s390 driver. The function af_alg_alloc_areq() fails to properly initialize a pointer to a scatterlist array, which leads to a kernel oops (crash) when the driver attempts to process an empty ciphertext. This happens because the code assumes the pointer is set, but in the case of empty ciphertext, it is not, causing a kernel pointer dereference error on s390x architecture.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash (kernel oops) on systems using the s390x architecture when processing certain cryptographic operations with empty ciphertexts. This can lead to denial of service or system instability due to the kernel fault triggered by the missing initialization.