LiveActive security incident?Get immediate response
CVE Record

CVE-2024-44973: mm, slub: do not call do_slab_free for kfence object

In the Linux kernel, the following vulnerability has been resolved: mm, slub: do not call do_slab_free for kfence object In 782f8906f805 the freeing of kfence objects was moved from deep inside do_slab_free to the wrapper functions outside. This is a nice change, but unfortunately it missed one spot in __kmem_cache_free_bulk. This results in a crash like this: BUG skbuff_head_cache (Tainted: G S B E ): Padding overwritten. 0xffff88907fea0f00-0xffff88907fea0fff @offset=3840 slab_err (mm/slub.c:1129) free_to_partial_list (mm/slub.c:? mm/slub.c:4036) slab_pad_check (mm/slub.c:864 mm/slub.c:1290) check_slab (mm/slub.c:?) free_to_partial_list (mm/slub.c:3171 mm/slub.c:4036) kmem_cache_alloc_bulk (mm/slub.c:? mm/slub.c:4495 mm/slub.c:4586 mm/slub.c:4635) napi_build_skb (net/core/skbuff.c:348 net/core/skbuff.c:527 net/core/skbuff.c:549) All the other callers to do_slab_free appear to be ok. Add a kfence_free check in __kmem_cache_free_bulk to avoid the crash.

HighCVSS 8.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A Linux kernel memory-management regression can mishandle protected KFENCE objects during bulk freeing, corrupt slab padding, and crash the kernel. A successful trigger could disrupt affected systems. The supplied record rates it CVSS 8.1, although the documented evidence demonstrates a crash rather than confirmed data theft or code execution.

Executive priority

Prioritize remediation as high for affected, business-critical Linux systems because a kernel crash can cause service interruption. Urgency may be lower where the vendor confirms the kernel is unaffected or the vulnerable configuration and path are unreachable. There is no supplied evidence of active exploitation.

Technical view

Commit 782f8906f805 moved KFENCE object handling outside do_slab_free but missed __kmem_cache_free_bulk. Consequently, a KFENCE object may reach the normal SLUB free path, producing slab corruption checks and a kernel crash. The correction adds a kfence_free check to that bulk-free path.

Likely exposure

Exposure is limited to affected Linux kernel builds, especially configurations using KFENCE and workloads reaching the vulnerable bulk slab-free path. The supplied version data identifies Linux 6.8, 6.10.5, and 6.11, but does not clearly define complete distribution-specific ranges. Confirm status with the operating-system vendor.

Exploitation context

The supplied bundle says this CVE is not in KEV and provides no evidence of active exploitation or a public exploit. Network reachability is suggested by the CVSS vector, but the cited technical description does not establish a specific remote trigger. Treat remote exploitability and confidentiality or integrity impact as unconfirmed.

Researcher notes

The strongest source-grounded impact is slab corruption detection followed by a crash. Although CVSS assigns high confidentiality, integrity, and availability impacts, the supplied narrative does not demonstrate disclosure, privilege escalation, or arbitrary execution. Distribution backports may make version-only assessment unreliable; inspect vendor package status or the cited fix.

Mitigation direction

  • Apply a vendor-supported kernel update containing the upstream correction, following normal maintenance and reboot procedures.
  • Check distribution guidance for exact affected and fixed package versions before scheduling remediation.
  • If an update is unavailable, request a vendor-supported mitigation rather than assuming disabling KFENCE is appropriate.
  • Prioritize exposed or availability-critical Linux systems where an unexpected kernel crash would materially affect operations.

Validation and detection

  • Inventory running kernel versions and configurations across Linux systems.
  • Confirm each distribution vendor marks the installed kernel package as fixed for CVE-2024-44973.
  • Verify updated systems booted into the corrected kernel rather than retaining the previous running version.
  • Review kernel logs for slab padding-overwrite reports, SLUB errors, or related crashes.
  • For custom kernels, confirm the cited KFENCE bulk-free correction is present in the source tree.
Prepared
Confidence
medium
Sources
4

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-44973 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
High
CVSS
8.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

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.

1CVSS vectors
3Timeline events
1ADP providers
3Source links

SSVC decision data

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

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.1CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H2.25.9Linux

Vulnerability scoring details

Base CVSS 3.1 score

8.1High
CVSS 3.1 vector shape for CVE-2024-44973Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux782f8906f8057efc7151b4b98b0a0280a71d005f, 782f8906f8057efc7151b4b98b0a0280a71d005funaffected
LinuxLinux6.8, 0, 6.10.5, 6.11affected
Weakness

CWE details

No CWE listed

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