Cyber Resilience

CVE-2024-0607

Linux Kernel ≤ 6.7

Published
18 January 2024
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 6.6
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H
EPSS Score 0.0024 15th percentile
Risk Priority 48 floored blend · peak EPSS

Summary

CVE-2024-0607 is a medium-severity Improper Handling of Values (CWE-229) vulnerability in Linux Linux Kernel. Its CVSS base score is 6.6 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 15th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

A flaw was found in the Netfilter subsystem in the Linux kernel. The issue is in the nft_byteorder_eval() function, where the code iterates through a loop and writes to the `dst` array. On each iteration, 8 bytes are written, but…

more

`dst` is an array of u32, so each element only has space for 4 bytes. That means every iteration overwrites part of the previous element corrupting this array of u32. This flaw allows a local user to cause a denial of service or potentially break NetFilter functionality.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
T1212 Exploitation for Credential Access Credential Access
Adversaries may exploit software vulnerabilities in an attempt to collect credentials.
T1687 Exploitation for Defense Impairment Defense Impairment
Adversaries may exploit vulnerabilities in security software, infrastructure, or defensive components to degrade, disable, or otherwise continue to impair their ability to prevent, detect, or respond to malicious activity.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-2194Same product: Fedoraproject Fedora
CVE-2023-4133Same product: Fedoraproject Fedora
CVE-2023-3269Same product: Fedoraproject Fedora
CVE-2023-3161Same product: Fedoraproject Fedora
CVE-2023-39198Same product: Fedoraproject Fedora
CVE-2023-1073Same product: Fedoraproject Fedora
CVE-2023-39192Same product: Fedoraproject Fedora
CVE-2023-39189Same product: Fedoraproject Fedora
CVE-2023-39193Same product: Fedoraproject Fedora
CVE-2023-39194Same product: Fedoraproject Fedora

Affected Assets

linux
linux kernel
6.7 · ≤ 6.7
fedoraproject
fedora
39
redhat
enterprise linux
8.0, 9.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Input validation directly enforces correct handling of parameter counts and defined values before processing occurs.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require proper input validation and parameter handling to prevent this weakness.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect missing-value flaws but does not itself implement the handling logic.

prevents

Secure development lifecycle includes input validation and parameter handling requirements that reduce missing-value errors.

prevents

Application security requirements explicitly call for validation of all input parameters and fields.

prevents

Secure architecture principles encourage robust input handling but do not directly specify value-count checks.

prevents

Secure coding standards mandate proper handling of missing or undefined parameters, directly addressing this weakness.

References