CVE-2026-53055
Received Received - Intake
BaseFortify

Publication date: 2026-06-24

Last updated on: 2026-06-24

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/sec2 - prevent req used-after-free for sec During packet transmission, if the system is under heavy load, the hardware might complete processing the packet and free the request memory (req) before the transmission function finishes. If the software subsequently accesses this req, a use-after-free error will occur. The qp_ctx memory exists throughout the packet sending process, so replace the req with the qp_ctx.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-24
Last Modified
2026-06-24
Generated
2026-06-25
AI Q&A
2026-06-24
EPSS Evaluated
N/A
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 subsystem, specifically in the hisilicon/sec2 driver. During packet transmission under heavy system load, the hardware may finish processing a packet and free the associated request memory (req) before the transmission function completes. If the software then tries to access this freed req memory, a use-after-free error happens. To fix this, the vulnerable code replaces the req pointer with qp_ctx memory, which remains valid throughout the packet sending process.

Impact Analysis

The use-after-free vulnerability can lead to undefined behavior such as system crashes, data corruption, or potential escalation of privileges if exploited. Since it involves accessing freed memory during packet transmission, it could destabilize the system or cause security issues in environments relying on the affected crypto driver.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53055. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart