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.
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.
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.
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.
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.