CVE-2023-53817
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's crypto library, specifically in the mpi_cmp_ui() function. During NVMeTCP Authentication, a controller can cause a kernel crash (kernel oops) by specifying an 8192 bit Diffie Hellman group and providing a correctly sized but zeroed Diffie Hellman value. The function mpi_cmp_ui() incorrectly handles this case because it expects a different parameter value, leading to a null pointer dereference and kernel crash.
How can this vulnerability impact me? :
This vulnerability can cause a denial of service by crashing the Linux kernel during NVMeTCP Authentication. An attacker controlling the NVMeTCP controller could exploit this to trigger a kernel oops, potentially disrupting system availability.