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

9.8 · CRITICAL
Published Dec 24, 2025 EPSS 0.42% (35th pctl)

Overview

CVE-2025-68741 is a critical-severity vulnerability. It was published on December 24, 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:

scsi: qla2xxx: Fix improper freeing of purex item

In qla2xxx_process_purls_iocb(), an item is allocated via

qla27xx_copy_multiple_pkt(), which internally calls

qla24xx_alloc_purex_item().

The qla24xx_alloc_purex_item() function may return a pre-allocated item

from a per-adapter pool for small allocations, instead of dynamically

allocating memory with kzalloc().

An error handling path in qla2xxx_process_purls_iocb() incorrectly uses

kfree() to release the item. If the item was from the pre-allocated

pool, calling kfree() on it is a bug that can lead to memory corruption.

Fix this by using the correct deallocation function,

qla24xx_free_purex_item(), which properly handles both dynamically

allocated and pre-allocated items.

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

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

How severe is CVE-2025-68741?

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

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

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