Updated: 2024-08-13 01:39:51.438816
Description:
In the Linux kernel, the following vulnerability has been resolved: rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation Each attribute inside a nested IFLA_VF_VLAN_LIST is assumed to be a struct ifla_vf_vlan_info so the size of such attribute needs to be at least of sizeof(struct ifla_vf_vlan_info) which is 14 bytes. The current size validation in do_setvfinfo is against NLA_HDRLEN (4 bytes) which is less than sizeof(struct ifla_vf_vlan_info) so this validation is not enough and a too small attribute might be cast to a struct ifla_vf_vlan_info, this might result in an out of bands read access when accessing the saved (casted) entry in ivvl.
Links | NIST | CIRCL | RHEL | Ubuntu |
Severity | Score | |
---|---|---|
CVSS Version 2.x | NONE | 0 |
CVSS Version 3.x | MEDIUM | 6.1 |
OS name | Project name | Version | Score | Severity | Status | Errata | Last updated |
---|---|---|---|---|---|---|---|
AlmaLinux 9.2 ESU | kernel | 5.14.0 | 6.1 | MEDIUM | Released | CLSA-2024:1725293298 | 2024-09-02 12:13:27 |
AlmaLinux 9.2 FIPS | kernel | 5.14.0 | 6.1 | MEDIUM | Released | CLSA-2024:1725304408 | 2024-09-02 17:24:22 |
CentOS 6 ELS | kernel | 2.6.32 | 6.1 | MEDIUM | Ignored | 2024-08-13 14:25:09 | |
CentOS 7 ELS | kernel | 3.10.0 | 6.1 | MEDIUM | Ignored | 2024-08-13 14:25:08 | |
CentOS 8.4 ELS | kernel | 4.18.0 | 6.1 | MEDIUM | Ignored | 2024-08-20 05:26:05 | |
CentOS 8.5 ELS | kernel | 4.18.0 | 6.1 | MEDIUM | Ignored | 2024-08-20 05:26:05 | |
CentOS Stream 8 ELS | kernel | 4.18.0 | 6.1 | MEDIUM | Ignored | 2024-08-20 05:26:05 | |
CloudLinux 6 ELS | kernel | 2.6.32 | 6.1 | MEDIUM | Ignored | 2024-08-13 14:25:09 | |
CloudLinux 7 ELS | kernel | 3.10.0 | 6.1 | MEDIUM | Ignored | 2024-08-13 14:25:08 | |
Oracle Linux 6 ELS | kernel | 2.6.32 | 6.1 | MEDIUM | Ignored | 2024-08-13 14:25:08 |