Back to overview

CVE-2026-53238

Description
In the Linux kernel, the following vulnerability has been resolved: netlabel: validate unlabeled address and mask attribute lengths netlbl_unlabel_addrinfo_get() used the address attribute length to determine whether the attribute data could be read as an IPv4 or IPv6 address, but did not independently validate the corresponding mask attribute length. A crafted Generic Netlink request could therefore provide a valid IPv4/IPv6 address attribute with a shorter mask attribute, which would later be read as a full struct in_addr or struct in6_addr. NLA_BINARY policy lengths are maximum lengths by default, so use NLA_POLICY_EXACT_LEN() for the unlabeled IPv4/IPv6 address and mask attributes. This rejects short attributes during policy validation and also exposes the exact length requirements through policy introspection.

Metadata

CVE ID
CVE-2026-53238
State
PUBLISHED
Assigner
Linux
Reserved
2026-06-09 07:44 UTC
Published
2026-06-25 08:39 UTC
Last updated
2026-06-25 08:39 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 8cc44579d1bd77ba3a32f2cb76fd9669c229c5fd < 975a84fd741440853380d37465b6e226cf47254c, 8cc44579d1bd77ba3a32f2cb76fd9669c229c5fd < 672f0f3b8f875ffe6525a37847eafa7648c4c0c6, 8cc44579d1bd77ba3a32f2cb76fd9669c229c5fd < 95bda3eac0b1454c2cee98d58d9ba6dd8391e843, 8cc44579d1bd77ba3a32f2cb76fd9669c229c5fd < 07a18f5c90dd3d586b73242f5a5bbf0a72f2fdc6 …
Linux Linux 2.6.25, 0 < 2.6.25, 5.10.259 ≤ 5.10.*, 5.15.210 ≤ 5.15.* …
Back to overview