CVE-2022-49258

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-49258
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-49258.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-49258
Downstream
Related
Published
2025-02-26T07:01:02Z
Modified
2025-08-09T19:01:28Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

crypto: ccree - Fix use after free in cccipherexit()

kfreesensitive(ctxp->user.key) will free the ctxp->user.key. But ctxp->user.key is still used in the next line, which will lead to a use after free.

We can call kfreesensitive() after devdbg() to avoid the uaf.

References

Affected packages