CVE Catalog

CVE-2025-38003

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.21%

12th percentile - higher than 12% of all known CVEs

Summary

In the Linux kernel CAN Broadcast Manager subsystem, generating procfs content for a bcm_op being removed may show unreliable data (use-after-free). RCU read protection is missing during list traversal.

Risk Assessment

Missing RCU protection can lead to data leaks or system crashes when reading procfs for BCM operations that are being removed.

Recommendation

Apply the Linux kernel patch that adds rcu_read_lock() and ensures proper list entry removal under RCU protection.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: can: bcm: add missing rcu read protection for procfs content When the procfs content is generated for a bcm_op which is in the process to be removed the procfs output might show unreliable data (UAF). As the removal of bcm_op's is already implemented with rcu handling this patch adds the missing rcu_read_lock() and makes sure the list entries are properly removed under rcu protection.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS