LiveActive security incident?Get immediate response
CVE Record

CVE-2024-38617: kunit/fortify: Fix mismatched kvalloc()/vfree() usage

In the Linux kernel, the following vulnerability has been resolved: kunit/fortify: Fix mismatched kvalloc()/vfree() usage The kv*() family of tests were accidentally freeing with vfree() instead of kvfree(). Use kvfree() instead.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2024-38617 is a Linux kernel issue in KUnit fortify self-tests, where memory allocated with kvalloc() was incorrectly released with vfree() instead of kvfree(). The public record does not provide CVSS severity or evidence of real-world exploitation. Business urgency appears low unless your environment builds or runs these kernel self-tests.

Executive priority

Treat as routine kernel maintenance unless your organization relies on kernel self-testing pipelines. There is no public evidence of exploitation or severe operational impact in the provided sources. Patch through normal Linux update processes and confirm vendor coverage.

Technical view

The flaw is a mismatched allocator/free pair in Linux kernel KUnit fortify tests. The fix changes vfree() to kvfree() for kv*() test allocations. Sources identify Linux kernel versions as affected and provide stable kernel commits, but do not describe exploitability, impact scope, or a CVSS score.

Likely exposure

Exposure appears limited to Linux systems using affected kernel code, especially environments building or running KUnit fortify tests. Standard production kernels that do not run these tests may have minimal practical exposure, but confirm with your distribution’s kernel advisory.

Exploitation context

No cited source indicates active exploitation, and the CVE is not listed as KEV. The available information describes a code correctness fix in kernel tests, not a demonstrated attack path. Exploitability and impact are not fully documented in the provided sources.

Researcher notes

The record lacks CVSS, CWE, and detailed impact analysis. The change is narrow: replacing vfree() with kvfree() in KUnit fortify kv*() tests. Further assessment should focus on whether the mismatched free can be triggered outside test execution, which the provided sources do not establish.

Mitigation direction

  • Review your Linux distribution’s advisory for CVE-2024-38617.
  • Update to a kernel package containing the referenced stable fixes.
  • Prioritize systems that build or execute KUnit fortify tests.
  • Track vendor backports rather than relying only on upstream version numbers.

Validation and detection

  • Inventory Linux kernel versions across affected systems.
  • Check vendor changelogs for CVE-2024-38617 or the linked commits.
  • Confirm whether KUnit fortify tests are built or run in your environment.
  • Verify updated kernels are deployed and active after reboot.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cve · low confidence lookup

CVE-2024-38617 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
3Timeline events
2ADP providers
5Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux9124a26401483bf2b13a99cb4317dce3f677060f, 9124a26401483bf2b13a99cb4317dce3f677060f, 9124a26401483bf2b13a99cb4317dce3f677060f, 9124a26401483bf2b13a99cb4317dce3f677060funaffected
LinuxLinux6.2, 0, 6.6.33, 6.8.12, 6.9.3, 6.10affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.