CVE Catalog

CVE-2026-72025

Low risk· EPSS 12%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.21%

12th percentile - higher than 12% of all known CVEs

Summary

In the Linux kernel, in the s390/monwriter driver, there is a missing check for changed data length when reusing buffers. A malicious user could change the length, leading to out-of-bounds write to kernel buffer and memory corruption. By default, the monwriter misc device is root-only, so practical impact is low.

Risk Assessment

Potential kernel memory corruption, but only for root users, limiting real-world threat.

Recommendation

It is recommended to update the Linux kernel to a patched version and restrict access to the monwriter device to trusted processes only.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: s390/monwriter: Reject buffer reuse with different data length When data buffers are reused, e.g. for interval sample records, the first record determines the data length, and the size of the buffer for user copy. Current monwriter code does not check if the data length was changed for subsequent records, which also would never happen for valid user programs. However, a malicious user could change the data length, resulting in out of bounds user copy to the kernel buffer, and memory corruption. By default, the monwriter misc device is created with root-only permissions, so practical impact is typically low. Fix this by checking for changed data length and rejecting such records.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS