Skip to main content

Boteraser | Website and Server Security Solutions

🛡️ CVE-2025-38131 — debian-linux

🟠 CVSS 7.8 — High ✅ No Known Exploit CWE-416 NVD
7.8
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

coresight: prevent deactivate active config while enabling the config

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

coresight: prevent deactivate active config while enabling the config

While enable active config via cscfg_csdev_enable_active_config(),

active config could be deactivated via configfs' sysfs interface.

This could make UAF issue in below scenario:

CPU0 CPU1

(sysfs enable) load module

cscfg_load_config_sets()

activate config. // sysfs

(sys_active_cnt == 1)

...

cscfg_csdev_enable_active_config()

lock(csdev->cscfg_csdev_lock)

// here load config activate by CPU1

unlock(csdev->cscfg_csdev_lock)

deactivate config // sysfs

(sys_activec_cnt == 0)

cscfg_unload_config_sets()

unload module

// access to config_desc which freed

// while unloading module.

cscfg_csdev_enable_config

To address this, use cscfg_config_desc's active_cnt as a reference count

which will be holded when

  • activate the config.
  • enable the activated config.

and put the module reference when config_active_cnt == 0.

How this vulnerability can be exploited

This issue can be reached with local access to the system, attack complexity is low, an attacker needs low-level privileges on the target. No user interaction is required. The scope is unchanged, so the impact stays within the vulnerable component. Rated impact: confidentiality high, integrity high, availability high.

Weakness class

CVE-2025-38131 is classified as CWE-416: Use After Free. Memory is used after being released, so its contents may already belong to something else.

Affected software

CVE-2025-38131 is recorded against 3 packages.

  • debian-linux
  • kernel (from 6.13.0 up to 6.15.3)
  • linux-kernel (from 6.13 up to 6.15.3)

Timeline and source

Published on 3 July 2025 and last revised on 17 June 2026. No public exploit is currently recorded for this entry. A vendor advisory or fix has been published. Record sourced from NVD.

References

git.kernel.org
git.kernel.org
git.kernel.org
git.kernel.org
git.kernel.org
lists.debian.org

CVE-2025-38131 on other distributions

Each distribution ships its own build and its own fixed version. Pick the one you run:

Details

Severity HIGH
CVSS Score 7.8
CVSS Vector CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CWE CWE-416
Public Exploit ✅ No
Source NVD
Published 2025-07-03
Updated 2026-08-20
Modified 2026-06-17

Affected Packages

Software From version Fixed in
debian-linux
kernel 6.13.0 6.15.3
linux-kernel 6.13 6.15.3

Similar Threats

Site Security Check

Is debian-linux part of your stack?

CVE-2025-38131 is rated CVSS 7.8 High. BotEraser scans your installation against known CVE records and tells you whether this vulnerability applies to the versions you actually run.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.