CVE-2024-42283

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-42283
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-42283.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-42283
Downstream
Related
Published
2024-08-17T09:08:49.866Z
Modified
2025-11-28T02:34:46.687722Z
Summary
net: nexthop: Initialize all fields in dumped nexthops
Details

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

net: nexthop: Initialize all fields in dumped nexthops

struct nexthopgrp contains two reserved fields that are not initialized by nlaputnhgroup(), and carry garbage. This can be observed e.g. with strace (edited for clarity):

# ip nexthop add id 1 dev lo
# ip nexthop add id 101 group 1
# strace -e recvmsg ip nexthop get id 101
...
recvmsg(... [{nla_len=12, nla_type=NHA_GROUP},
             [{id=1, weight=0, resvd1=0x69, resvd2=0x67}]] ...) = 52

The fields are reserved and therefore not currently used. But as they are, they leak kernel memory, and the fact they are not just zero complicates repurposing of the fields for new ends. Initialize the full structure.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/42xxx/CVE-2024-42283.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
430a049190de3c9e219f43084de9f1122da04570
Fixed
fd06cb4a5fc7bda3dea31712618a62af72a1c6cb
Fixed
5cc4d71dda2dd4f1520f40e634a527022e48ccd8
Fixed
9e8f558a3afe99ce51a642ce0d3637ddc2b5d5d0
Fixed
1377de719652d868f5317ba8398b7e74c5f0430b
Fixed
7704460acd7f5d35eb07c52500987dc9b95313fb
Fixed
a13d3864b76ac87085ec530b2ff8e37482a63a96
Fixed
6d745cd0e9720282cd291d36b9db528aea18add2

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.3.0
Fixed
5.4.282
Type
ECOSYSTEM
Events
Introduced
5.5.0
Fixed
5.10.224
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.165
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.103
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.44
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.10.3