Updated: 2024-08-16 17:28:02.926436
Description:
In the Linux kernel, the following vulnerability has been resolved: tun: add missing verification for short frame The cited commit missed to check against the validity of the frame length in the tun_xdp_one() path, which could cause a corrupted skb to be sent downstack. Even before the skb is transmitted, the tun_xdp_one-->eth_type_trans() may access the Ethernet header although it can be less than ETH_HLEN. Once transmitted, this could either cause out-of-bound access beyond the actual length, or confuse the underlayer with incorrect or inconsistent header length in the skb metadata. In the alternative path, tun_get_user() already prohibits short frame which has the length less than Ethernet header size from being transmitted for IFF_TAP. This is to drop any frame shorter than the Ethernet header size just like how tun_get_user() does. CVE: CVE-2024-41091
Links | NIST | CIRCL | RHEL | Ubuntu |
Severity | Score | |
---|---|---|
CVSS Version 2.x | NONE | 0 |
CVSS Version 3.x | HIGH | 7.1 |
OS name | Project name | Version | Score | Severity | Status | Errata | Last updated | Statement |
---|---|---|---|---|---|---|---|---|
AlmaLinux 9.2 ESU | kernel | 5.14.0 | 7.1 | HIGH | Released | CLSA-2024:1725293298 | 2024-09-02 12:12:09 | |
AlmaLinux 9.2 FIPS | kernel | 5.14.0 | 7.1 | HIGH | Released | CLSA-2024:1725304408 | 2024-09-02 17:23:05 | |
CentOS 6 ELS | kernel | 2.6.32 | 7.1 | HIGH | Not Vulnerable | 2024-08-22 12:16:21 | ||
CentOS 7 ELS | kernel | 3.10.0 | 7.1 | HIGH | Not Vulnerable | 2024-08-27 03:40:59 | ||
CentOS 8.4 ELS | kernel | 4.18.0 | 7.1 | HIGH | Released | CLSA-2024:1725872696 | 2024-09-09 05:23:16 | |
CentOS 8.5 ELS | kernel | 4.18.0 | 7.1 | HIGH | Released | CLSA-2024:1725876080 | 2024-09-09 12:13:01 | |
CentOS Stream 8 ELS | kernel | 4.18.0 | 7.1 | HIGH | Released | CLSA-2024:1725871927 | 2024-09-09 05:23:15 | |
CloudLinux 6 ELS | kernel | 2.6.32 | 7.1 | HIGH | Not Vulnerable | 2024-08-22 12:16:21 | ||
CloudLinux 7 ELS | kernel | 3.10.0 | 7.1 | HIGH | Not Vulnerable | 2024-09-05 12:09:47 | ||
Oracle Linux 6 ELS | kernel | 2.6.32 | 7.1 | HIGH | Not Vulnerable | 2024-08-22 12:16:21 |