CVE-2025-37995

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.

Package Linux Kernel
Published 2025-05-29
Last modified 2025-12-16
CVSS version 3.1
Patch available
Yes

CVSS 3.1 score

5.5

out of 10
Medium
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
High
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Weakness type

CWE-824

CVE-2025-37995 is a Access of Uninitialized Pointer vulnerability

What is Access of Uninitialized Pointer?

The product accesses or uses a pointer that has not been initialised, leading to undefined behaviour. Learn more on MITRE CWE

Affected versions

Linux kernel versions 3.12 and later are affected. Fixed in 5.4.294, 5.10.238, 5.15.183, 6.1.139, 6.6.91, 6.12.29, 6.14.7, 6.15 and their respective stable series.

Affected from
≥ 3.12
Fixed in
✓ 5.4.294 5.4.x ✓ 5.10.238 5.10.x ✓ 5.15.183 5.15.x ✓ 6.1.139 6.1.x ✓ 6.6.91 6.6.x ✓ 6.12.29 6.12.x ✓ 6.14.7 6.14.x ✓ 6.15

References

The following references provide additional information about CVE-2025-37995 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.

Frequently asked questions

  • What is CVE-2025-37995?

    CVE-2025-37995 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 , classified as an Access of Uninitialized Pointer flaw (CWE-824) . It affects Linux kernel versions from 3.12 onward and has been patched in 5.4.294, 5.10.238, 5.15.183 and others. CVE-2025-37995 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.

  • What is the CVSS score for CVE-2025-37995?

    CVE-2025-37995 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H .

  • Is there a patch available for CVE-2025-37995?

    Yes — CVE-2025-37995 has been patched. Fixed versions include 5.4.294, 5.10.238, 5.15.183 and others. If you are running Linux kernel 3.12 or later up to the fix versions, apply the relevant patch for your kernel branch.

  • Is CVE-2025-37995 actively exploited?

    No — CVE-2025-37995 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.

  • What is Access of Uninitialized Pointer (CWE-824)?

    The product accesses or uses a pointer that has not been initialised, leading to undefined behaviour. View CWE-824 on MITRE CWE →