DEBIAN-CVE-2024-36017
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.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux | 5.10.92-2, 5.10.216-1, 5.10.46-4 |
| Debian:13 | linux | 0, 0 |
| Debian:12 | linux | 6.1.37-1, 6.1.38-1, 6.1.38-2 |
| Debian:14 | linux | 0, 0 |
Timeline
- May 30, 2024 CVE Published
- Apr 28, 2026 CVE Updated