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

5.5 · MEDIUM
Published Apr 16, 2025 linux EPSS 0.19% (9th pctl)

Overview

CVE-2025-22105 is a medium-severity vulnerability affecting linux linux_kernel. It was published on April 16, 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:

bonding: check xdp prog when set bond mode

Following operations can trigger a warning[1]:

ip netns add ns1

ip netns exec ns1 ip link add bond0 type bond mode balance-rr

ip netns exec ns1 ip link set dev bond0 xdp obj af_xdp_kern.o sec xdp

ip netns exec ns1 ip link set bond0 type bond mode broadcast

ip netns del ns1

When delete the namespace, dev_xdp_uninstall() is called to remove xdp

program on bond dev, and bond_xdp_set() will check the bond mode. If bond

mode is changed after attaching xdp program, the warning may occur.

Some bond modes (broadcast, etc.) do not support native xdp. Set bond mode

with xdp program attached is not good. Add check for xdp program when set

bond mode.

[1]

------------[ cut here ]------------

WARNING: CPU: 0 PID: 11 at net/core/dev.c:9912 unregister_netdevice_many_notify+0x8d9/0x930

Modules linked in:

CPU: 0 UID: 0 PID: 11 Comm: kworker/u4:0 Not

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.15, < 6.12.57 Affected

Frequently Asked Questions

What is CVE-2025-22105?

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

How severe is CVE-2025-22105?

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

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

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