In the Linux kernel, the following vulnerability has been resolved:
ipv4: prevent potential spectre v1 gadget in fib_metrics_match()
if (!type)
continue;
if (type > RTAX_MAX)
return false;
...
fi_val = fi->fib_metrics->metrics[type - 1];
@type being used as an array index, we need to prevent
cpu speculation or risk leaking kernel memory content.
Metrics
Affected Vendors & Products
References
History
Thu, 17 Apr 2025 05:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Weaknesses | CWE-200 | |
Metrics |
cvssV3_1
|
cvssV3_1
|
Fri, 28 Mar 2025 13:45:00 +0000
Type | Values Removed | Values Added |
---|---|---|
References |
| |
Metrics |
threat_severity
|
cvssV3_1
|
Thu, 27 Mar 2025 17:00:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Description | In the Linux kernel, the following vulnerability has been resolved: ipv4: prevent potential spectre v1 gadget in fib_metrics_match() if (!type) continue; if (type > RTAX_MAX) return false; ... fi_val = fi->fib_metrics->metrics[type - 1]; @type being used as an array index, we need to prevent cpu speculation or risk leaking kernel memory content. | |
Title | ipv4: prevent potential spectre v1 gadget in fib_metrics_match() | |
References |
|
|

Status: PUBLISHED
Assigner: Linux
Published: 2025-03-27T16:43:30.547Z
Updated: 2025-05-04T07:47:10.247Z
Reserved: 2025-03-27T16:40:15.742Z
Link: CVE-2023-52996

No data.

Status : Awaiting Analysis
Published: 2025-03-27T17:15:48.310
Modified: 2025-03-28T18:11:49.747
Link: CVE-2023-52996
