CVE & CISA-KEV Catalog

CVE-2025-37907

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix locking order in ivpu_job_submit Fix deadlock in job submission and abort handling. When a thread aborts currently executing jobs due to a fault, it first locks the global lock protecting submitted_jobs (#1). After the last job is destroyed, it proceeds to release the related context and locks file_priv (#2). Meanwhile, in the job submission thread, the file_priv lock (#2) is taken first, and then the submitted_jobs lock (#1) is obtained when a job is added to the submitted jobs list. CPU0 CPU1 ---- ---- (for example due to a fault) (jobs submissions keep coming) lock(&vdev->submitted_jobs_lock) #1 ivpu_jobs_abort_all() job_destroy() lock(&file_priv->lock) #2 lock(&vdev->submitted_jobs_lock) #1 file_priv_release() lock(&vdev->context_list_lock) lock(&file_priv->lock) #2 This order of locking causes a deadlock. To resolve this issue, change the order of locking in ivpu_job_submit().

How to fix

Remediation Available
linuxDebian
Fixed in:6.12.29-1CVE-2025-37907
Fixed in:6.12.29-1CVE-2025-37907
linux-aws-6.14Ubuntu
Fixed in:6.14.0-1009.9~24.04.1USN-7665-2
linux-image-6.14.0-1007-oemUbuntu
Fixed in:6.14.0-1007.7USN-7650-1
linux-image-6.14.0-1009-awsUbuntu
Fixed in:6.14.0-1009.9~24.04.1USN-7665-2
linux-image-6.14.0-1009-aws-64kUbuntu
Fixed in:6.14.0-1009.9~24.04.1USN-7665-2
linux-image-awsUbuntu
Fixed in:6.14.0-1009.9~24.04.1USN-7665-2
linux-image-aws-6.14Ubuntu
Fixed in:6.14.0-1009.9~24.04.1USN-7665-2
linux-image-aws-64kUbuntu
Fixed in:6.14.0-1009.9~24.04.1USN-7665-2
linux-image-aws-64k-6.14Ubuntu
Fixed in:6.14.0-1009.9~24.04.1USN-7665-2
linux-image-oem-24.04cUbuntu
Fixed in:6.14.0-1007.7USN-7650-1
linux-image-oem-6.14Ubuntu
Fixed in:6.14.0-1007.7USN-7650-1
linux-oem-6.14Ubuntu
Fixed in:6.14.0-1007.7USN-7650-1

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Exploit Intelligence

0.12%probability of exploitation in 30 days
2ndpercentile

Low risk: more likely to be exploited than 2% of all known CVEs.

References

Related Vulnerabilities

Other CWE-667 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2019-10072High7.573%-Fix
CVE-2002-1850High7.517%-Fix
CVE-2009-2699High7.514%-Fix
CVE-2004-0174High7.512%--
CVE-2009-4272High7.511%--
CVE-2020-24606High8.65.2%-Fix
Embed a live status badge for CVE-2025-37907
CVE-2025-37907 severity badge

Markdown

[![CVE-2025-37907](https://tridentstack.com/cve/badge/CVE-2025-37907.svg)](https://tridentstack.com/cve/CVE-2025-37907)

HTML

<a href="https://tridentstack.com/cve/CVE-2025-37907"><img src="https://tridentstack.com/cve/badge/CVE-2025-37907.svg" alt="CVE-2025-37907"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2025-11-17.