CVE-2024-49956
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
21/10/2024
Last modified:
01/11/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
gfs2: fix double destroy_workqueue error<br />
<br />
When gfs2_fill_super() fails, destroy_workqueue() is called within<br />
gfs2_gl_hash_clear(), and the subsequent code path calls<br />
destroy_workqueue() on the same work queue again.<br />
<br />
This issue can be fixed by setting the work queue pointer to NULL after<br />
the first destroy_workqueue() call and checking for a NULL pointer<br />
before attempting to destroy the work queue again.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.11 (including) | 6.11.3 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



