Executive Summary

Informations
Name CVE-2025-37995 First vendor Publication 2025-05-29
Vendor Cve Last vendor Modification 2025-06-04

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:

module: ensure that kobject_put() is safe for module type kobjects

In 'lookup_or_create_module_kobject()', an internal kobject is created using 'module_ktype'. So call to 'kobject_put()' on error handling path causes an attempt to use an uninitialized completion pointer in 'module_kobject_release()'. In this scenario, we just want to release kobject without an extra synchronization required for a regular module unloading process, so adding an extra check whether 'complete()' is actually required makes 'kobject_put()' safe.

Original Source

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

Sources (Detail)

https://git.kernel.org/stable/c/31d8df3f303c3ae9115230820977ef8c35c88808
https://git.kernel.org/stable/c/93799fb988757cdacf19acba57807746c00378e6
https://git.kernel.org/stable/c/9e7b49ce4f9d0cb5b6e87db9e07a2fb9e754b0dd
https://git.kernel.org/stable/c/a63d99873547d8b39eb2f6db79dd235761e7098a
https://git.kernel.org/stable/c/a6aeb739974ec73e5217c75a7c008a688d3d5cf1
https://git.kernel.org/stable/c/d63851049f412cdfadaeef7a7eaef5031d11c1e9
https://git.kernel.org/stable/c/f1c71b4bd721a4ea21da408806964b10468623f2
https://git.kernel.org/stable/c/faa9059631d3491d699c69ecf512de9e1a3d6649
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
Date Informations
2025-06-04 17:20:33
  • Multiple Updates
2025-05-31 04:28:40
  • Multiple Updates
2025-05-31 04:28:28
  • Multiple Updates
2025-05-30 17:20:33
  • Multiple Updates
2025-05-29 21:20:34
  • First insertion