THREATOPS
THREAT OPSThreat News › [NVD] CVE-2024-26640 (HIGH 7.8) — In the Linux kernel, the following vulnerability has been resolved: tcp: add sanity checks to rx zerocopy TCP rx zerocopy intent is to map pages initially allocated from NIC drivers, not pages owned by a fs. This patch adds to can_map_frag() these additional checks: - Page mu

[NVD] CVE-2024-26640 (HIGH 7.8) — In the Linux kernel, the following vulnerability has been resolved: tcp: add sanity checks to rx zerocopy TCP rx zerocopy intent is to map pages initially allocated from NIC drivers, not pages owned by a fs. This patch adds to can_map_frag() these additional checks: - Page mu

lownvdPublished 2024-03-18

CVE-2024-26640 CVSS: 7.8 HIGH Published: 2024-03-18T11:15:11.043

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

tcp: add sanity checks to rx zerocopy

TCP rx zerocopy intent is to map pages initially allocated from NIC drivers, not pages owned by a fs.

This patch adds to can_map_frag() these additional checks:

- Page must not be a compound one. - page->mapping must be NULL

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2024-26640