CVE-2025-68741 is a Linux kernel vulnerability in the qla2xxx SCSI driver, specifically in qla2xxx_process_purls_iocb() in the qla_nvme code path. The function allocates a purex item through qla27xx_copy_multiple_pkt(), which internally uses qla24xx_alloc_purex_item(). That allocator may either return dynamically allocated memory or a pre-allocated item from a per-adapter pool for small allocations. In an error-handling path, qla2xxx_process_purls_iocb() incorrectly releases the returned item with kfree(). When the object originated from the pre-allocated pool rather than heap allocation, this results in an invalid free and can corrupt kernel memory. The flaw was fixed by replacing the incorrect deallocation with qla24xx_free_purex_item(), which correctly handles both pooled and dynamically allocated items.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
No public exploits tracked yet. Mallory keeps watching.
No public exploit code observed for this vulnerability.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
24 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A Linux kernel vulnerability in the qla2xxx SCSI driver involving improper freeing of a purex item.
A Linux kernel vulnerability in the qla2xxx SCSI driver involving improper freeing of a purex item.
A Linux kernel vulnerability in scsi qla2xxx involving improper freeing of a purex item.
A Linux kernel qla2xxx SCSI driver vulnerability caused by improper freeing of a purex item, where kfree() could be called on a pre-allocated pool item, leading to memory corruption.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.