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

9.8 · CRITICAL
Published Dec 16, 2025 EPSS 0.43% (36th pctl)

Overview

CVE-2025-68263 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:

ksmbd: ipc: fix use-after-free in ipc_msg_send_request

ipc_msg_send_request() waits for a generic netlink reply using an

ipc_msg_table_entry on the stack. The generic netlink handler

(handle_generic_event()/handle_response()) fills entry->response under

ipc_msg_table_lock, but ipc_msg_send_request() used to validate and free

entry->response without holding the same lock.

Under high concurrency this allows a race where handle_response() is

copying data into entry->response while ipc_msg_send_request() has just

freed it, leading to a slab-use-after-free reported by KASAN in

handle_generic_event():

BUG: KASAN: slab-use-after-free in handle_generic_event+0x3c4/0x5f0 [ksmbd]

Write of size 12 at addr ffff888198ee6e20 by task pool/109349

...

Freed by task:

kvfree

ipc_msg_send_request [ksmbd]

ksmbd_rpc_open -> ksmbd_session_rpc_open [ksmbd]

Fix by:

- Taking ipc_msg_table_lock in ipc_msg_send_request()

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

CVE-2025-68263 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-68263?

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

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

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