CVE-2024-42154

Updated on 30 Jul 2024

Severity

4.4 Medium severity

Details

CVSS score
4.4
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N

Overview

About vulnerability

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

tcp_metrics: validate source addr length

I don’t see anything checking that TCP_METRICS_ATTR_SADDR_IPV4 is at least 4 bytes long, and the policy doesn’t have an entry for this attribute at all (neither does it for IPv6 but v6 is manually validated).

Details

Affected packages:
kernel @ 5.14.0-11 (+13 more)

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

tcp_metrics: validate source addr length

I don’t see anything checking that TCP_METRICS_ATTR_SADDR_IPV4 is at least 4 bytes long, and the policy doesn’t have an entry for this attribute at all (neither does it for IPv6 but v6 is manually validated).

Fixes