← Back to CVE List

CVE-2024-40994

Published: 2024-07-12T13:15Z
Last Modified: 2024-11-21T09:32Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: ptp: fix integer overflow in max_vclocks_store On 32bit systems, the "4 * max" multiply can overflow. Use kcalloc() to do the allocation to prevent this. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt