🛡️ CVE-2024-50273 on Debian — linux
Description
In the Linux kernel, the following vulnerability has been resolved: btrfs: reinitialize delayed ref list after deleting it from the list At insert_delayed_ref() if we need to update the action of an existing ref to BTRFS_DROP_DELAYED_REF, we delete the ref from its ref head's ref_add_list using list_del(), which leaves the ref's add_list member not reinitialized, as list_del() sets the next and prev members of the list to LIST_POISON1 and LIST_POISON2, respectively. If later we end up calling drop_delayed_ref() against the ref, which can happen during merging or when destroying delayed refs due to a transaction abort, we can trigger a crash since at drop_delayed_ref() we call list_empty() against the ref's add_list, which returns false since the list was not reinitialized after the list_del() and as a consequence we call list_del() again at drop_delayed_ref(). This results in an invalid list access since the next and prev members are set to poison pointers, resulting in a splat if CONFIG_LIST_HARDENED and CONFIG_DEBUG_LIST are set or invalid poison pointer dereferences otherwise. So fix this by deleting from the list with list_del_init() instead.
Distribution advisory
This page covers CVE-2024-50273 as tracked by Debian, for the package linux. The fix is available in version 6.11.9-1; earlier versions remain affected.
How this vulnerability can be exploited
This issue can be reached with local access to the system, attack complexity is low, an attacker needs low-level privileges on the target. No user interaction is required. The scope is unchanged, so the impact stays within the vulnerable component. Rated impact: confidentiality none, integrity none, availability high.
Affected software
DEBIAN-CVE-2024-50273 is recorded against 2 packages.
- linux (fixed in 6.11.9-1)
- linux-6.1 (fixed in 6.1.119-1~deb11u1)
Timeline and source
Published on 19 November 2024 and last revised on 5 August 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.
References
CVE-2024-50273 on other distributions
Each distribution ships its own build and its own fixed version. Pick the one you run:
Details
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Packages
| Software | From version | Fixed in |
|---|---|---|
| linux | — | 6.11.9-1 |
| linux-6.1 | — | 6.1.119-1~deb11u1 |
References
Similar Threats
- Unknown CGA-23jx-hhcx-m389
- Unknown CGA-2qp7-6757-fmgc
- Unknown CGA-2rj5-jc55-r267
- Unknown CGA-3m96-cwq8-6xmx
- Unknown CGA-3qj9-973w-fh9g
More DEBIAN CVE 2024 advisories
Browse all of DEBIAN CVE 2024 in the advisory index.
- DEBIAN-CVE-2024-50265
- DEBIAN-CVE-2024-50266
- DEBIAN-CVE-2024-50267
- DEBIAN-CVE-2024-50268
- DEBIAN-CVE-2024-50269
- DEBIAN-CVE-2024-50270
- DEBIAN-CVE-2024-50271
- DEBIAN-CVE-2024-50272
- DEBIAN-CVE-2024-50274
- DEBIAN-CVE-2024-50275
- DEBIAN-CVE-2024-50276
- DEBIAN-CVE-2024-50277
- DEBIAN-CVE-2024-50278
- DEBIAN-CVE-2024-50279
- DEBIAN-CVE-2024-50280
- DEBIAN-CVE-2024-50281
Site Security Check
Is linux part of your stack?
DEBIAN-CVE-2024-50273 is rated CVSS 7.8 High. BotEraser scans your installation against known CVE records and tells you whether this vulnerability applies to the versions you actually run.
Scan My Site Free →No credit card required · Results in minutes
ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.