CVE-2025-71109
CVE-2025-71109 covers a Linux kernel issue in MIPS ftrace involving memory corruption when the kernel is located beyond 32 bits. The root cause is the UASM_i_LA_mostly macro (and now UASM_i_LA) generating more than two instructions, while ftrace code stores only an int[2], risking overflow that c...