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.
References
Configurations
Configuration 1 (hide)
|
History
21 Jul 2026, 17:29
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/67b53a660e6bf0da2fa8d8872e897a14d8059eaf - Patch | |
| References | () https://git.kernel.org/stable/c/ad73563f3a1edbfddf2724136c6a15826b354e18 - Patch | |
| References | () https://git.kernel.org/stable/c/b375c3c7209cc59e40e97998aa9bc768369cca0e - Patch | |
| CWE | CWE-416 | |
| First Time |
Linux linux Kernel
Linux |
|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
28 Jun 2026, 08:16
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 9.8 |
24 Jun 2026, 17:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-24 17:17
Updated : 2026-07-21 17:29
NVD link : CVE-2026-53055
Mitre link : CVE-2026-53055
CVE.ORG link : CVE-2026-53055
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free
