CVE-2024-42079

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-42079
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-42079.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-42079
Downstream
Related
Published
2024-07-29T16:15:07Z
Modified
2025-08-09T19:01:28Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

gfs2: Fix NULL pointer dereference in gfs2logflush

In gfs2jindexfree(), set sdp->sdjdesc to NULL under the log flush lock to provide exclusion against gfs2log_flush().

In gfs2logflush(), check if sdp->sdjdesc is non-NULL before dereferencing it. Otherwise, we could run into a NULL pointer dereference when outstanding glock work races with an unmount (glockworkfunc -> runqueue -> doxmote -> inodegosync -> gfs2log_flush).

References

Affected packages