Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-42117.json
JSON Data
https://api.test.osv.dev/v1/vulns/AZL-42117
Upstream
Published
2024-05-17T15:15:23Z
Modified
2026-04-01T05:14:29.669508Z
Summary
CVE-2024-35857 affecting package hyperv-daemons for versions less than 6.6.35.1-1
Details

In the Linux kernel, the following vulnerability has been resolved:

icmp: prevent possible NULL dereferences from icmpbuildprobe()

First problem is a double call to _indevgetrcu(), because the second one could return NULL.

if (__indevget_rcu(dev) && __indevgetrcu(dev)->ifalist)

Second problem is a read from dev->ip6_ptr with no NULL check:

if (!listempty(&rcudereference(dev->ip6ptr)->addrlist))

Use the correct RCU API to fix these.

v2: add missing include <net/addrconf.h>

References

Affected packages

Azure Linux:3 / hyperv-daemons

Package

Name
hyperv-daemons
Purl
pkg:rpm/azure-linux/hyperv-daemons

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
6.6.35.1-1

Database specific

source
"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-42117.json"