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

7.8 · HIGH
Published Aug 22, 2025 linux CWE-416 EPSS 0.15% (5th pctl)

Overview

CVE-2025-38620 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 22, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

zloop: fix KASAN use-after-free of tag set

When a zoned loop device, or zloop device, is removed, KASAN enabled

kernel reports "BUG KASAN use-after-free" in blk_mq_free_tag_set(). The

BUG happens because zloop_ctl_remove() calls put_disk(), which invokes

zloop_free_disk(). The zloop_free_disk() frees the memory allocated for

the zlo pointer. However, after the memory is freed, zloop_ctl_remove()

calls blk_mq_free_tag_set(&zlo->tag_set), which accesses the freed zlo.

Hence the KASAN use-after-free.

zloop_ctl_remove()

put_disk(zlo->disk)

put_device()

kobject_put()

...

zloop_free_disk()

kvfree(zlo)

blk_mq_free_tag_set(&zlo->tag_set)

To avoid the BUG, move the call to blk_mq_free_tag_set(&zlo->tag_set)

from zloop_ctl_remove() into zloop_free_disk(). This ensures that

the tag_set is freed before the call to kvfree(zlo).

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status

Frequently Asked Questions

What is CVE-2025-38620?

CVE-2025-38620 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 22, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2025-38620?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-38620?

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