Back to search
CVE-2022-50074
Published: Jun 18, 2025
Modified: May 11, 2026
PUBLISHED
Description
In the Linux kernel, the following vulnerability has been resolved: apparmor: Fix memleak in aa_simple_write_to_buffer() When copy_from_user 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 aa_put_loaddata(data) to fix this issue.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected a6a52579e52b55448326db88bd9a5740e7c1a037 - < 6500eb3a48ac221051b1791818a1ac74744ef617affected a6a52579e52b55448326db88bd9a5740e7c1a037 - < 7db182a2ebeefded86fea542fcc5d6a68bb77f58affected a6a52579e52b55448326db88bd9a5740e7c1a037 - < 8aab4295582eb397a125d2788b829fa62b88dbf7affected a6a52579e52b55448326db88bd9a5740e7c1a037 - < bf7ebebce2c25071c719fd8a2f1307e0c243c2d7affected a6a52579e52b55448326db88bd9a5740e7c1a037 - < 6583edbf459de2e06b9759f264c0ae27e452b97a+1 more versions |
Linux | Linux | affected 4.17unaffected 0 - < 4.17unaffected 4.19.256 - <= 4.19.*unaffected 5.4.211 - <= 5.4.*unaffected 5.10.138 - <= 5.10.*+3 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now