CVE-2025-37975
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
20/05/2025
Last modified:
21/05/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
riscv: module: Fix out-of-bounds relocation access<br />
<br />
The current code allows rel[j] to access one element past the end of the<br />
relocation section. Simplify to num_relocations which is equivalent to<br />
the existing size expression.