CVE-2024-57912

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-57912
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-57912.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-57912
Downstream
Related
Published
2025-01-19T12:15:25Z
Modified
2025-10-01T20:18:03Z
Severity
  • 7.1 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H CVSS Calculator
Summary
[none]
Details

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.

References

Affected packages