CVE-2024-49959

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-49959
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-49959.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-49959
Downstream
Related
Published
2024-10-21T18:02:12.355Z
Modified
2025-11-28T02:34:08.719773Z
Summary
jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error
Details

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

jbd2: stop waiting for space when jbd2cleanupjournal_tail() returns error

In _jbd2logwaitforspace(), we might call jbd2cleanupjournaltail() to recover some journal space. But if an error occurs while executing jbd2cleanupjournaltail() (e.g., an EIO), we don't stop waiting for free space right away, we try other branches, and if jcommitting_transaction is NULL (i.e., the tid is 0), we will get the following complain:

============================================ JBD2: I/O error when updating journal superblock for sdd-8. jbd2logwaitforspace: needed 256 blocks and only had 217 space available _jbd2logwaitforspace: no way to get more journal space in sdd-8 ------------[ cut here ]------------ WARNING: CPU: 2 PID: 139804 at fs/jbd2/checkpoint.c:109 _jbd2logwaitforspace+0x251/0x2e0 Modules linked in: CPU: 2 PID: 139804 Comm: kworker/u8:3 Not tainted 6.6.0+ #1 RIP: 0010:jbd2logwaitforspace+0x251/0x2e0 Call Trace: <TASK> addtransactioncredits+0x5d1/0x5e0 startthishandle+0x1ef/0x6a0 jbd2_journalstart+0x18b/0x340 ext4dirtyinode+0x5d/0xb0 _markinodedirty+0xe4/0x5d0 genericupdate_time+0x60/0x70

[...]

So only if jbd2cleanupjournal_tail() returns 1, i.e., there is nothing to clean up at the moment, continue to try to reclaim free space in other ways.

Note that this fix relies on commit 6f6a6fda2945 ("jbd2: fix ocfs2 corrupt when updating journal superblock fails") to make jbd2cleanupjournal_tail return the correct error code.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/49xxx/CVE-2024-49959.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
8c3f25d8950c3e9fe6c9849f88679b3f2a071550
Fixed
801a35dfef6996f3d5eaa96a59caf00440d9165e
Fixed
d5dc65370a746750dbb2f03eabcf86b18db65f32
Fixed
481e8f18a290e39e04ddb7feb2bb2a2cc3b213ed
Fixed
ec7f8337c98ad281020ad1f11ba492462d80737a
Fixed
70bae48377a2c4296fd3caf4caf8f11079111019
Fixed
1c62dc0d82c62f0dc8fcdc4843208e522acccaf5
Fixed
3ced0fe6c0eff032733ea8b38778b34707270138
Fixed
c6bf043b210eac67d35a114e345c4e5585672913
Fixed
f5cacdc6f2bb2a9bf214469dd7112b43dd2dd68a

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.28
Fixed
4.19.323
Type
ECOSYSTEM
Events
Introduced
4.20.0
Fixed
5.4.285
Type
ECOSYSTEM
Events
Introduced
5.5.0
Fixed
5.10.227
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.168
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.113
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.55
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.10.14
Type
ECOSYSTEM
Events
Introduced
6.11.0
Fixed
6.11.3