7.1
HIGH
CVE-2024-57912
Oracle Linux Information Leaks Buffer
Description

In the Linux kernel, the following vulnerability has been resolved: iio: pressure: zpa2326: fix information leak in triggered buffer The 'sample' local struct is used to push data to user space from a triggered buffer, but it has a hole between the temperature and the timestamp (u32 pressure, u16 temperature, GAP, u64 timestamp). This hole is never initialized. Initialize the struct to zero before using it to avoid pushing uninitialized information to userspace.

INFO

Published Date :

Jan. 19, 2025, 12:15 p.m.

Last Modified :

Feb. 18, 2025, 1:38 p.m.

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67

Remotely Exploitable :

No

Impact Score :

5.2

Exploitability Score :

1.8
Public PoC/Exploit Available at Github

CVE-2024-57912 has a 1 public PoC/Exploit available at Github. Go to the Public Exploits tab to see the list.

Affected Products

The following products are affected by CVE-2024-57912 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

DSA and DLA for Debian last 14 days

Python

Updated: 1 month ago
0 stars 0 fork 0 watcher
Born at : Feb. 12, 2025, 2:08 p.m. This repo has been linked 125 different CVEs too.

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2024-57912 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2024-57912 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • Initial Analysis by [email protected]

    Feb. 18, 2025

    Action Type Old Value New Value
    Added CVSS V3.1 NIST AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
    Added CWE NIST CWE-908
    Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.9 up to (excluding) 6.1.125 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.72 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.12.10 *cpe:2.3:o:linux:linux_kernel:6.13:rc1:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.13:rc2:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.13:rc3:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.13:rc4:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.13:rc5:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.13:rc6:*:*:*:*:*:*
    Changed Reference Type https://git.kernel.org/stable/c/6007d10c5262f6f71479627c1216899ea7f09073 No Types Assigned https://git.kernel.org/stable/c/6007d10c5262f6f71479627c1216899ea7f09073 Patch
    Changed Reference Type https://git.kernel.org/stable/c/64a989aa7475b8e76e69b9ec86819ea293e53bab No Types Assigned https://git.kernel.org/stable/c/64a989aa7475b8e76e69b9ec86819ea293e53bab Patch
    Changed Reference Type https://git.kernel.org/stable/c/9629ff1a86823269b12fb1ba9ca4efa945906287 No Types Assigned https://git.kernel.org/stable/c/9629ff1a86823269b12fb1ba9ca4efa945906287 Patch
    Changed Reference Type https://git.kernel.org/stable/c/979a0db76ceda8fe1f2f85a116bfe97620ebbadf No Types Assigned https://git.kernel.org/stable/c/979a0db76ceda8fe1f2f85a116bfe97620ebbadf Patch
    Changed Reference Type https://git.kernel.org/stable/c/b7849f62e61242e0e02c776e1109eb81e59c567c No Types Assigned https://git.kernel.org/stable/c/b7849f62e61242e0e02c776e1109eb81e59c567c Patch
    Changed Reference Type https://git.kernel.org/stable/c/d25f1fc273670271412a52a1efbdaf5dcf274ed8 No Types Assigned https://git.kernel.org/stable/c/d25f1fc273670271412a52a1efbdaf5dcf274ed8 Patch
    Changed Reference Type https://git.kernel.org/stable/c/fefb88a4da961a0b9c2473cbdcfce1a942fcfa9a No Types Assigned https://git.kernel.org/stable/c/fefb88a4da961a0b9c2473cbdcfce1a942fcfa9a Patch
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Feb. 02, 2025

    Action Type Old Value New Value
    Added Reference https://git.kernel.org/stable/c/9629ff1a86823269b12fb1ba9ca4efa945906287
    Added Reference https://git.kernel.org/stable/c/d25f1fc273670271412a52a1efbdaf5dcf274ed8
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jan. 23, 2025

    Action Type Old Value New Value
    Added Reference https://git.kernel.org/stable/c/64a989aa7475b8e76e69b9ec86819ea293e53bab
  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jan. 19, 2025

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved: iio: pressure: zpa2326: fix information leak in triggered buffer The 'sample' local struct is used to push data to user space from a triggered buffer, but it has a hole between the temperature and the timestamp (u32 pressure, u16 temperature, GAP, u64 timestamp). This hole is never initialized. Initialize the struct to zero before using it to avoid pushing uninitialized information to userspace.
    Added Reference https://git.kernel.org/stable/c/6007d10c5262f6f71479627c1216899ea7f09073
    Added Reference https://git.kernel.org/stable/c/979a0db76ceda8fe1f2f85a116bfe97620ebbadf
    Added Reference https://git.kernel.org/stable/c/b7849f62e61242e0e02c776e1109eb81e59c567c
    Added Reference https://git.kernel.org/stable/c/fefb88a4da961a0b9c2473cbdcfce1a942fcfa9a
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2024-57912 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2024-57912 weaknesses.

CVSS31 - Vulnerability Scoring System
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability