Bug 2492312 (CVE-2026-53055) - CVE-2026-53055 kernel: crypto: hisilicon/sec2 - prevent req used-after-free for sec
Summary: CVE-2026-53055 kernel: crypto: hisilicon/sec2 - prevent req used-after-free f...
Keywords:
Status: NEW
Alias: CVE-2026-53055
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-24 18:05 UTC by OSIDB Bzimport
Modified: 2026-06-26 17:44 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-24 18:05:04 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.