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

9.8 · CRITICAL
Published Dec 16, 2025 EPSS 0.57% (45th pctl)

Overview

CVE-2025-68285 is a critical-severity vulnerability. It was published on December 16, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. 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:

libceph: fix potential use-after-free in have_mon_and_osd_map()

The wait loop in __ceph_open_session() can race with the client

receiving a new monmap or osdmap shortly after the initial map is

received. Both ceph_monc_handle_map() and handle_one_map() install

a new map immediately after freeing the old one

kfree(monc->monmap);

monc->monmap = monmap;

ceph_osdmap_destroy(osdc->osdmap);

osdc->osdmap = newmap;

under client->monc.mutex and client->osdc.lock respectively, but

because neither is taken in have_mon_and_osd_map() it's possible for

client->monc.monmap->epoch and client->osdc.osdmap->epoch arms in

client->monc.monmap && client->monc.monmap->epoch &&

client->osdc.osdmap && client->osdc.osdmap->epoch;

condition to dereference an already freed map. This happens to be

reproducible with generic/395 and generic/397 with KASAN enabled:

BUG: KASAN: slab-use-after-free in have_mon

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

CVE-2025-68285 is a critical-severity vulnerability. It was published on December 16, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2025-68285?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. 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-68285?

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

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