CVE-2022-50074

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-50074
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-50074.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-50074
Downstream
Related
Published
2025-06-18T11:15:36Z
Modified
2025-08-09T19:01:27Z
Summary
[none]
Details

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

apparmor: Fix memleak in aasimplewritetobuffer()

When copyfromuser failed, the memory is freed by kvfree. however the management struct and data blob are allocated independently, so only kvfree(data) cause a memleak issue here. Use aaputloaddata(data) to fix this issue.

References

Affected packages