Executive Summary

Informations
Name CVE-2025-38142 First vendor Publication 2025-07-03
Vendor Cve Last vendor Modification 2025-07-03

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:

hwmon: (asus-ec-sensors) check sensor index in read_string()

Prevent a potential invalid memory access when the requested sensor is not found.

find_ec_sensor_index() may return a negative value (e.g. -ENOENT), but its result was used without checking, which could lead to undefined behavior when passed to get_sensor_info().

Add a proper check to return -EINVAL if sensor_index is negative.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

[groeck: Return error code returned from find_ec_sensor_index]

Original Source

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

Sources (Detail)

https://git.kernel.org/stable/c/19bd9cde38dd4ca1771aed7afba623e7f4247c8e
https://git.kernel.org/stable/c/25be318324563c63cbd9cb53186203a08d2f83a1
https://git.kernel.org/stable/c/4e9e45746b861ebd54c03ef301da2cb8fc990536
https://git.kernel.org/stable/c/6bf529ce84dccc0074dbc704e70aee4aa545057e
https://git.kernel.org/stable/c/7eeb3df6f07a886bdfd52757ede127a59a8784dc
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
Date Informations
2025-07-05 02:31:46
  • Multiple Updates
2025-07-05 02:31:17
  • Multiple Updates
2025-07-04 13:31:16
  • Multiple Updates
2025-07-04 13:30:41
  • Multiple Updates
2025-07-04 13:20:36
  • Multiple Updates
2025-07-03 13:20:38
  • First insertion