LiveActive security incident?Get immediate response
CVE Record

CVE-2024-49956: gfs2: fix double destroy_workqueue error

In the Linux kernel, the following vulnerability has been resolved: gfs2: fix double destroy_workqueue error When gfs2_fill_super() fails, destroy_workqueue() is called within gfs2_gl_hash_clear(), and the subsequent code path calls destroy_workqueue() on the same work queue again. This issue can be fixed by setting the work queue pointer to NULL after the first destroy_workqueue() call and checking for a NULL pointer before attempting to destroy the work queue again.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A Linux GFS2 error path can destroy the same work queue twice when filesystem initialization fails. This may crash or destabilize an affected system and, under the supplied CVSS assessment, could compromise confidentiality, integrity, and availability. Triggering requires local interaction and user involvement; the supplied evidence does not establish remote exploitation.

Executive priority

Prioritize affected GFS2 servers and shared-storage infrastructure because kernel instability could disrupt critical workloads. Treat as high priority where GFS2 is operationally exposed, but avoid assuming internet-wide risk: the supplied vector is local and requires user interaction. Establish vendor-confirmed version boundaries before broad emergency action.

Technical view

During a failed gfs2_fill_super() operation, gfs2_gl_hash_clear() destroys a work queue, but later cleanup may destroy it again. The cited kernel fix nulls the pointer after destruction and checks it before later cleanup. The supplied CVSS v3.1 score is 7.8 with local attack vector, low complexity, no privileges, and user interaction required.

Likely exposure

Exposure is most likely on systems running an affected Linux kernel with GFS2 available or used, particularly where failed GFS2 mount initialization can occur. The bundle identifies Linux 6.11-related versions but does not provide sufficiently clear release boundaries; confirm exact affected and fixed versions with the kernel or distribution vendor.

Exploitation context

The CVE is not listed as KEV in the supplied bundle, and no provided source reports active exploitation or a public exploit. The CVSS vector describes a local, low-complexity condition requiring user interaction but no privileges. How an attacker would reliably reach the failing initialization path is not established by the supplied evidence.

Researcher notes

The essential defect is cleanup-state mismanagement after gfs2_fill_super() failure, producing a second destroy_workqueue() call. The remediation adds pointer invalidation and a NULL guard. The bundle lacks CWE classification, detailed trigger prerequisites, distribution package mappings, proof-of-concept evidence, and active-exploitation reporting, limiting exploitability assessment.

Mitigation direction

  • Identify systems using or exposing GFS2 and record their exact kernel and distribution package versions.
  • Consult the Linux kernel and distribution vendor advisories for confirmed affected and fixed release boundaries.
  • Upgrade to a vendor-supported kernel containing the cited double-destroy fixes.
  • Restrict unnecessary local access and GFS2 mount capability until affected systems are remediated.

Validation and detection

  • Compare installed kernel packages against vendor-confirmed affected and fixed versions.
  • Verify whether GFS2 is enabled, loaded, configured, or used on each potentially affected host.
  • Confirm the deployed kernel includes either cited stable fix or the vendor's documented backport.
  • Review system logs for GFS2 initialization failures, kernel warnings, crashes, or cleanup-related faults.
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-49956 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
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/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
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H1.85.9Linux

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/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
LinuxLinux30e388d573673474cbd089dec83688331c117add, 30e388d573673474cbd089dec83688331c117addunaffected
LinuxLinux6.11, 0, 6.11.3, 6.12affected
Weakness

CWE details

No CWE listed

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