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

Published Jan 13, 2026

Overview

CVE-2025-68768 is a known-severity vulnerability. It was published on January 13, 2026.

Technical Description

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

inet: frags: flush pending skbs in fqdir_pre_exit()

We have been seeing occasional deadlocks on pernet_ops_rwsem since

September in NIPA. The stuck task was usually modprobe (often loading

a driver like ipvlan), trying to take the lock as a Writer.

lockdep does not track readers for rwsems so the read wasn't obvious

from the reports.

On closer inspection the Reader holding the lock was conntrack looping

forever in nf_conntrack_cleanup_net_list(). Based on past experience

with occasional NIPA crashes I looked thru the tests which run before

the crash and noticed that the crash follows ip_defrag.sh. An immediate

red flag. Scouring thru (de)fragmentation queues reveals skbs sitting

around, holding conntrack references.

The problem is that since conntrack depends on nf_defrag_ipv6,

nf_defrag_ipv6 will load first. Since nf_defrag_ipv6 loads first its

netns exit hooks run _after_ conntrack's netns exit hook.

Flush all f

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

CVE-2025-68768 is a known-severity vulnerability. It was published on January 13, 2026.

How severe is CVE-2025-68768?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

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

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

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