[SRU][N][PATCH 0/1] CVE-2024-50265

Massimiliano Pellizzer massimiliano.pellizzer at canonical.com
Wed Jan 29 16:54:21 UTC 2025


[Impact]

ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()

Modify error-handling logic in ocfs2_xa_remove() to ensure that the
xattr entry is removed only once, preventing the NULL pointer
dereference.

[Fix]

Oracular: Fixed via upstream stable updates (LP: #2091645)
Noble: Cherry pick from upstream
Jammy: Fixed via upstream stable updates (LP: #2089533)
Focal: Fixed via upstream stable updates (LP: #2089558)
Bionic: Sent to ESM ML
Xenial: Sent to ESM ML
Trusty: Sent to ESM ML

[Test Case]

Compile tested only.

[Where problems could occur]

A regression here is unlikely due to the very limited scope of the
patch

Andrew Kanner (1):
  ocfs2: remove entry once instead of null-ptr-dereference in
    ocfs2_xa_remove()

 fs/ocfs2/xattr.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

-- 
2.43.0




More information about the kernel-team mailing list