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-22048

7.8 · HIGH
Published Apr 16, 2025 linux EPSS 0.20% (10th pctl)

Overview

CVE-2025-22048 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 16, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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:

LoongArch: BPF: Don't override subprog's return value

The verifier test `calls: div by 0 in subprog` triggers a panic at the

ld.bu instruction. The ld.bu insn is trying to load byte from memory

address returned by the subprog. The subprog actually set the correct

address at the a5 register (dedicated register for BPF return values).

But at commit 73c359d1d356 ("LoongArch: BPF: Sign-extend return values")

we also sign extended a5 to the a0 register (return value in LoongArch).

For function call insn, we later propagate the a0 register back to a5

register. This is right for native calls but wrong for bpf2bpf calls

which expect zero-extended return value in a5 register. So only move a0

to a5 for native calls (i.e. non-BPF_PSEUDO_CALL).

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 >= 6.1.120, < 6.2 Affected

Frequently Asked Questions

What is CVE-2025-22048?

CVE-2025-22048 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 16, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2025-22048?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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-22048?

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-22048?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-22048 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.