VDB
DEBIAN-CVE-2025-37995
DEBIAN-CVE-2025-37995
PUBLISHED
CVSS 5.5 MEDIUM
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.
Risk Scores
CVSS 3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:13 | linux | 0, 0 |
| Debian:11 | linux-6.1 | 6.1.129-1, 6.1.128-1, 6.1.119-1 |
| Debian:11 | linux | 5.10.70-1, 5.10.140-1, 5.10.149-1 |
| Debian:12 | linux | 6.1.38-2, 6.1.55-1, 6.1.55-1~bpo11+1 |
| Debian:14 | linux | 0, 0 |
Exploit Intelligence
- 3510.3.8.yml (github-poc)
Timeline
- May 29, 2025 CVE Published
- Apr 28, 2026 CVE Updated