CVE-2022-49819
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
01/05/2025
Last modified:
02/05/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
octeon_ep: fix potential memory leak in octep_device_setup()<br />
<br />
When occur unsupported_dev and mbox init errors, it did not free oct->conf<br />
and iounmap() oct->mmio[i].hw_addr. That would trigger memory leak problem.<br />
Add kfree() for oct->conf and iounmap() for oct->mmio[i].hw_addr under<br />
unsupported_dev and mbox init errors to fix the problem.