NONE · 0

CVE-2025-40229

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: fix potential memory leak by cleaning ops_filter in damon_destroy_scheme Currently, damon_destroy_scheme() only cle...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: fix potential memory leak by cleaning ops_filter in damon_destroy_scheme Currently, damon_destroy_scheme() only cleans up the filter list but leaves ops_filter untouched, which could lead to memory leaks when a scheme is destroyed. This patch ensures both filter and ops_filter are properly freed in damon_destroy_scheme(), preventing potential memory leaks.

References

FAQ

What is CVE-2025-40229?

CVE-2025-40229 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: fix potential memory leak by cleaning ops_filter in damon_destroy_scheme Currently, damon_destroy_scheme() only cle...

How severe is CVE-2025-40229?

CVSS scoring is not yet available for CVE-2025-40229. Check NVD for updates.

Is there a patch for CVE-2025-40229?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.