#VU111873 Resource management error in Glibc - CVE-2025-5745
Published: June 24, 2025
Glibc
GNU
Description
The vulnerability allows a remote attacker to alter application's behavior.
The vulnerability exists due to an error in strncmp implementation optimized for the Power10 processor. The function writes to vector registers v20 to v31 without saving contents from the caller (those registers are defined as non-volatile registers by the powerpc64le ABI), resulting in overwriting of its contents and potentially altering control flow of the caller, or leaking the input strings to the function to other parts of the program.