Release Date: | 2024-10-21 |
In the Linux kernel, the following vulnerability has been resolved:\nnet: add more sanity checks to qdisc_pkt_len_init()\nOne path takes care of SKB_GSO_DODGY, assuming\nskb->len is bigger than hdr_len.\nvirtio_net_hdr_to_skb() does not fully dissect TCP headers,\nit only make sure it is at least 20 bytes.\nIt is possible for an user to provide a malicious 'GSO' packet,\ntotal length of 80 bytes.\n- 20 bytes of IPv4 header\n- 60 bytes TCP header\n- a small gso_size like 8\nvirtio_net_hdr_to_skb() would declare this packet as a normal\nGSO packet, because it would see 40 bytes of payload,\nbigger than gso_size.\nWe need to make detect this case to not underflow\nqdisc_skb_cb(skb)->pkt_len.
See more information about CVE-2024-49948 from MITRE CVE dictionary and NIST NVD
NOTE: The following CVSS metrics and score provided are preliminary and subject to review.
Base Score: | 5.5 |
Vector String: | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Version: | 3.1 |
Attack Vector: | Local |
Attack Complexity: | Low |
Privileges Required: | Low |
User Interaction: | None |
Scope: | Unchanged |
Confidentiality: | None |
Integrity: | None |
Availability: | High |
Platform | Errata | Release Date |
Oracle Linux version 7 (kernel-uek) | ELSA-2024-12884 | 2024-12-16 |
Oracle Linux version 8 (kernel-uek) | ELSA-2024-12884 | 2024-12-16 |
Oracle Linux version 8 (kernel-uek) | ELSA-2024-12887 | 2024-12-18 |
Oracle Linux version 9 (kernel-uek) | ELSA-2024-12887 | 2024-12-18 |
This page is generated automatically and has not been checked for errors or omissions. For clarification or corrections: