CVE-2024-35835

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-35835
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-35835.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-35835
Downstream
Related
Published
2024-05-17T14:15:20Z
Modified
2025-08-09T20:01:26Z
Summary
[none]
Details

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

net/mlx5e: fix a double-free in arfscreategroups

When in allocated by kvzalloc fails, arfscreategroups will free ft->g and return an error. However, arfscreatetable, the only caller of arfscreategroups, will hold this error and call to mlx5edestroyflow_table, in which the ft->g will be freed again.

References

Affected packages