CVE-2023-54139

HIGHCVSS 7.8/10EPSS 0.17%

Last modified

CVE-2023-54139 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: tracing/user_events: Ensure write index cannot be negative The write index indicates which event the data is for and accesses a per-file array. The index is passed by user processes during write() calls as the first 4 bytes. EPSS estimates a 0.17% chance of exploitation in the next 30 days.

Description

In the Linux kernel, the following vulnerability has been resolved: tracing/user_events: Ensure write index cannot be negative The write index indicates which event the data is for and accesses a per-file array. The index is passed by user processes during write() calls as the first 4 bytes. Ensure that it cannot be negative by returning -EINVAL to prevent out of bounds accesses. Update ftrace self-test to ensure this occurs properly.

Metrics

CVSS 3.1
7.8/10

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

EPSS Probability
0.17%

7.1th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 7f5a08c79df35e68f1a43033450c5050f12bc155, < 0489c2b2c3104b89f078dbcec8c744dfc157d3e9; >= 7f5a08c79df35e68f1a43033450c5050f12bc155, < 4fe46b5adf18e3dc606e62c9e6a0413398a17572; >= 7f5a08c79df35e68f1a43033450c5050f12bc155, < fa7f2f5d1739452280c22727c4384a52b72ab5de; >= 7f5a08c79df35e68f1a43033450c5050f12bc155, < cd98c93286a30cc4588dfd02453bec63c2f4acf4
LinuxLinux5.18

References

Timeline

Published
Last Modified
Status
Deferred

Frequently Asked Questions

What is CVE-2023-54139?
In the Linux kernel, the following vulnerability has been resolved: tracing/user_events: Ensure write index cannot be negative The write index indicates which event the data is for and accesses a per-file array. The index is passed by user processes during write() calls as the first 4 bytes. Ensure that it cannot be negative by returning -EINVAL to prevent out of bounds accesses. Update ftrace self-test to ensure this occurs properly.
How severe is CVE-2023-54139?
CVE-2023-54139 has a CVSS score of 7.8/10 (HIGH severity). The EPSS model estimates a 0.17% probability of exploitation in the next 30 days.
How do I fix CVE-2023-54139?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2023

Are you affected by CVE-2023-54139?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST