Vulnerability in Linux

CVE-2025-37815

In the Linux kernel, the following vulnerability has been resolved: misc: microchip: pci1xxxx: Fix Kernel panic during IRQ handler registration Resolve kernel panic while accessing IRQ handler associated with the generated IRQ. This is done by acquiring the spinlock and storing the current interrupt state before handling the interrupt request using generic_handle_irq. A previous fix patch was submitted where 'generic_handle_irq' was replaced with 'handle_nested_irq'. However, this change also causes the kernel panic where after determining which GPIO triggered the interrupt and attempting to call handle_nested_irq with the mapped IRQ number, leads to a failure in locating the registered handler.

EPSS: 0.002 (7.5th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.

Affected products

  • Linux — versions 6.6.72, 6.14.5, 79aef6187e16b2d32307c8ff610e9e04f7f86e1f
  • Linux Linux_kernel — versions 6.13, 6.15

Public proof-of-concept exploits

References

Frequently asked questions

What is CVE-2025-37815?
CVE-2025-37815 is a medium-severity vulnerability in Linux. CVSS score: 5.5/10. Published 2025-05-08.
How severe is CVE-2025-37815?
Medium severity. CVSS v3 base score is 5.5 out of 10.
Is CVE-2025-37815 known to be exploited?
1 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.