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

7.8 · HIGH
Published Jan 13, 2026 EPSS 0.15% (4th pctl)

Overview

CVE-2025-68795 is a high-severity vulnerability. It was published on January 13, 2026 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:

ethtool: Avoid overflowing userspace buffer on stats query

The ethtool -S command operates across three ioctl calls:

ETHTOOL_GSSET_INFO for the size, ETHTOOL_GSTRINGS for the names, and

ETHTOOL_GSTATS for the values.

If the number of stats changes between these calls (e.g., due to device

reconfiguration), userspace's buffer allocation will be incorrect,

potentially leading to buffer overflow.

Drivers are generally expected to maintain stable stat counts, but some

drivers (e.g., mlx5, bnx2x, bna, ksz884x) use dynamic counters, making

this scenario possible.

Some drivers try to handle this internally:

- bnad_get_ethtool_stats() returns early in case stats.n_stats is not

equal to the driver's stats count.

- micrel/ksz884x also makes sure not to write anything beyond

stats.n_stats and overflow the buffer.

However, both use stats.n_stats which is already assigned with the value

returned from get_sset_count(), henc

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2025-68795?

CVE-2025-68795 is a high-severity vulnerability. It was published on January 13, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2025-68795?

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

Check the references section for vendor advisories, patches, and mitigation guidance. 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-68795?

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