VDB
CISA-2024-35857
CISA-2024-35857
PUBLISHED
CVSS 5.3 MEDIUM
Reported by Linux · Published May 17, 2024
In the Linux kernel, the following vulnerability has been resolved: icmp: prevent possible NULL dereferences from icmp_build_probe() First problem is a double call to __in_dev_get_rcu(), because the second one could return NULL. if (__in_dev_get_rcu(dev) && __in_dev_get_rcu(dev)->ifa_list) Second problem is a read from dev->ip6_ptr with no NULL check: if (!list_empty(&rcu_dereference(dev->ip6_ptr)->addr_list)) Use the correct RCU API to fix these. v2: add missing include <net/addrconf.h>
Risk Scores
CVSS 3.1
5.3
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | d329ea5bd8845f0b196bf41b18b6173340d6e0e4, d329ea5bd8845f0b196bf41b18b6173340d6e0e4, d329ea5bd8845f0b196bf41b18b6173340d6e0e4 |
| Linux | Linux | 5.13, 0, 5.15.158 |
| Linux | Linux | d329ea5bd8845f0b196bf41b18b6173340d6e0e4, d329ea5bd8845f0b196bf41b18b6173340d6e0e4, d329ea5bd8845f0b196bf41b18b6173340d6e0e4 |
Timeline
- May 17, 2024 CVE Published
- Dec 19, 2024 CVE Updated