Executive Summary

Informations
Name CVE-2025-38004 First vendor Publication 2025-06-08
Vendor Cve Last vendor Modification 2025-06-09

Security-Database Scoring CVSS v3

Cvss vector : N/A
Overall CVSS Score NA
Base Score NA Environmental Score NA
impact SubScore NA Temporal Score NA
Exploitabality Sub Score NA
 
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

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

can: bcm: add locking for bcm_op runtime updates

The CAN broadcast manager (CAN BCM) can send a sequence of CAN frames via hrtimer. The content and also the length of the sequence can be changed resp reduced at runtime where the 'currframe' counter is then set to zero.

Although this appeared to be a safe operation the updates of 'currframe' can be triggered from user space and hrtimer context in bcm_can_tx(). Anderson Nascimento created a proof of concept that triggered a KASAN slab-out-of-bounds read access which can be prevented with a spin_lock_bh.

At the rework of bcm_can_tx() the 'count' variable has been moved into the protected section as this variable can be modified from both contexts too.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-38004

Sources (Detail)

https://git.kernel.org/stable/c/2a437b86ac5a9893c902f30ef66815bf13587bf6
https://git.kernel.org/stable/c/7595de7bc56e0e52b74e56c90f7e247bf626d628
https://git.kernel.org/stable/c/76c84c3728178b2d38d5604e399dfe8b0752645e
https://git.kernel.org/stable/c/8f1c022541bf5a923c8d6fa483112c15250f30a4
https://git.kernel.org/stable/c/c2aba69d0c36a496ab4f2e81e9c2b271f2693fd7
https://git.kernel.org/stable/c/c4e8a172501e677ebd8ea9d9161d97dc4df56fbd
https://git.kernel.org/stable/c/cc55dd28c20a6611e30596019b3b2f636819a4c0
https://git.kernel.org/stable/c/fbd8fdc2b218e979cfe422b139b8f74c12419d1f
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
Date Informations
2025-06-09 17:20:33
  • Multiple Updates
2025-06-08 17:20:33
  • First insertion