Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2025-38132
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-03 Jul, 2025 | 08:35
Updated At-28 Jul, 2025 | 04:13
Rejected At-
▼CVE Numbering Authority (CNA)
coresight: holding cscfg_csdev_lock while removing cscfg from csdev

In the Linux kernel, the following vulnerability has been resolved: coresight: holding cscfg_csdev_lock while removing cscfg from csdev There'll be possible race scenario for coresight config: CPU0 CPU1 (perf enable) load module cscfg_load_config_sets() activate config. // sysfs (sys_active_cnt == 1) ... cscfg_csdev_enable_active_config() lock(csdev->cscfg_csdev_lock) deactivate config // sysfs (sys_activec_cnt == 0) cscfg_unload_config_sets() <iterating config_csdev_list> cscfg_remove_owned_csdev_configs() // here load config activate by CPU1 unlock(csdev->cscfg_csdev_lock) iterating config_csdev_list could be raced with config_csdev_list's entry delete. To resolve this race , hold csdev->cscfg_csdev_lock() while cscfg_remove_owned_csdev_configs()

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/hwtracing/coresight/coresight-syscfg.c
Default Status
unaffected
Versions
Affected
  • From 02bd588e12df405bdf55244708151b7f238b79ba before 42f8afb0b161631fd1d814d017f75f955475ad41 (git)
  • From 02bd588e12df405bdf55244708151b7f238b79ba before 53b9e2659719b04f5ba7593f2af0f2335f75e94a (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/hwtracing/coresight/coresight-syscfg.c
Default Status
affected
Versions
Affected
  • 5.17
Unaffected
  • From 0 before 5.17 (semver)
  • From 6.15.3 through 6.15.* (semver)
  • From 6.16 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/42f8afb0b161631fd1d814d017f75f955475ad41
N/A
https://git.kernel.org/stable/c/53b9e2659719b04f5ba7593f2af0f2335f75e94a
N/A
Hyperlink: https://git.kernel.org/stable/c/42f8afb0b161631fd1d814d017f75f955475ad41
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/53b9e2659719b04f5ba7593f2af0f2335f75e94a
Resource: N/A
Details not found