THREATOPS
THREAT OPSThreat News › [NVD] CVE-2025-22104 (HIGH 7.1) — In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Use kernel helpers for hex dumps Previously, when the driver was printing hex dumps, the buffer was cast to an 8 byte long and printed using string formatters. If the buffer size was not a multiple of

[NVD] CVE-2025-22104 (HIGH 7.1) — In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Use kernel helpers for hex dumps Previously, when the driver was printing hex dumps, the buffer was cast to an 8 byte long and printed using string formatters. If the buffer size was not a multiple of

lownvdPublished 2025-04-16

CVE-2025-22104 CVSS: 7.1 HIGH Published: 2025-04-16T15:16:04.733

In the Linux kernel, the following vulnerability has been resolved:

ibmvnic: Use kernel helpers for hex dumps

Previously, when the driver was printing hex dumps, the buffer was cast to an 8 byte long and printed using string formatters. If the buffer size was not a multiple of 8 then a read buffer overflow was possible.

Therefore

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2025-22104