Vulnerability Database

309,364

Total vulnerabilities in the database

CVE-2025-37975

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

riscv: module: Fix out-of-bounds relocation access

The current code allows rel[j] to access one element past the end of the relocation section. Simplify to num_relocations which is equivalent to the existing size expression.

  • Published: May 20, 2025
  • Updated: Nov 15, 2025
  • CVE: CVE-2025-37975
  • Severity: High
  • Exploit:

CVSS v3:

  • Severity: High
  • Score: 7.1
  • AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H

CWEs: