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

7.1 · HIGH
Published Jan 13, 2026 EPSS 0.14% (3th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.1, 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:

net: openvswitch: fix middle attribute validation in push_nsh() action

The push_nsh() action structure looks like this:

OVS_ACTION_ATTR_PUSH_NSH(OVS_KEY_ATTR_NSH(OVS_NSH_KEY_ATTR_BASE,...))

The outermost OVS_ACTION_ATTR_PUSH_NSH attribute is OK'ed by the

nla_for_each_nested() inside __ovs_nla_copy_actions(). The innermost

OVS_NSH_KEY_ATTR_BASE/MD1/MD2 are OK'ed by the nla_for_each_nested()

inside nsh_key_put_from_nlattr(). But nothing checks if the attribute

in the middle is OK. We don't even check that this attribute is the

OVS_KEY_ATTR_NSH. We just do a double unwrap with a pair of nla_data()

calls - first time directly while calling validate_push_nsh() and the

second time as part of the nla_for_each_nested() macro, which isn't

safe, potentially causing invalid memory access if the size of this

attribute is incorrect. The failure may not be noticed during

validation due to larger netlink buffer, but cause t

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

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

How severe is CVE-2025-68785?

This vulnerability has a CVSS 3.1 base score of 7.1, 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-68785?

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

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