CVE-2023-53799
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2023-53799, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-09

Last updated on: 2025-12-09

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: crypto: api - Use work queue in crypto_destroy_instance The function crypto_drop_spawn expects to be called in process context. However, when an instance is unregistered while it still has active users, the last user may cause the instance to be freed in atomic context. Fix this by delaying the freeing to a work queue.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-09
Last Modified
2025-12-09
Generated
2026-07-06
AI Q&A
2025-12-09
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability occurs in the Linux kernel's crypto API where the function crypto_drop_spawn is expected to be called in process context. However, if a crypto instance is unregistered while it still has active users, the last user might cause the instance to be freed in atomic context, which is unsafe. The fix involves delaying the freeing operation by using a work queue to ensure it happens in the correct context.

Impact Analysis

If exploited or triggered, this vulnerability could lead to improper freeing of resources in atomic context, potentially causing kernel instability, crashes, or other unpredictable behavior in systems using the affected Linux kernel crypto API.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-53799. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart