Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-22014

5.5 · MEDIUM
Published Apr 8, 2025 linux CWE-667 EPSS 0.16% (5th pctl)

Overview

CVE-2025-22014 is a medium-severity vulnerability affecting linux linux_kernel. It was published on April 8, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

soc: qcom: pdr: Fix the potential deadlock

When some client process A call pdr_add_lookup() to add the look up for

the service and does schedule locator work, later a process B got a new

server packet indicating locator is up and call pdr_locator_new_server()

which eventually sets pdr->locator_init_complete to true which process A

sees and takes list lock and queries domain list but it will timeout due

to deadlock as the response will queued to the same qmi->wq and it is

ordered workqueue and process B is not able to complete new server

request work due to deadlock on list lock.

Fix it by removing the unnecessary list iteration as the list iteration

is already being done inside locator work, so avoid it here and just

call schedule_work() here.

Process A Process B

process_scheduled_works()

pdr_add_lookup() qmi_data_ready_work()

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.7, < 6.1.132 Affected

Frequently Asked Questions

What is CVE-2025-22014?

CVE-2025-22014 is a medium-severity vulnerability affecting linux linux_kernel. It was published on April 8, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2025-22014?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2025-22014?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-22014?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-22014 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.