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

7.5 · HIGH
Published Jan 31, 2025 linux CWE-476 EPSS 0.44% (37th pctl)

Overview

CVE-2025-21676 is a high-severity vulnerability affecting linux linux_kernel. It was published on January 31, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

net: fec: handle page_pool_dev_alloc_pages error

The fec_enet_update_cbd function calls page_pool_dev_alloc_pages but did

not handle the case when it returned NULL. There was a WARN_ON(!new_page)

but it would still proceed to use the NULL pointer and then crash.

This case does seem somewhat rare but when the system is under memory

pressure it can happen. One case where I can duplicate this with some

frequency is when writing over a smbd share to a SATA HDD attached to an

imx6q.

Setting /proc/sys/vm/min_free_kbytes to higher values also seems to solve

the problem for my test case. But it still seems wrong that the fec driver

ignores the memory allocation error and can crash.

This commit handles the allocation error by dropping the current packet.

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, < 6.6.74 Affected

Frequently Asked Questions

What is CVE-2025-21676?

CVE-2025-21676 is a high-severity vulnerability affecting linux linux_kernel. It was published on January 31, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2025-21676?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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

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