In the Linux kernel, the following vulnerability has been resolved:
gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dump
Syzkaller has reported a NULL pointer dereference when accessing
rgd->rd_rgl in gfs2_rgrp_dump(). This can happen when creating
rgd->rd_gl fails in read_rindex_entry(). Add a NULL pointer check in
gfs2_rgrp_dump() to prevent that.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-02-22 17:15
Updated : 2024-06-25 21:15
NVD link : CVE-2023-52448
Mitre link : CVE-2023-52448
CVE.ORG link : CVE-2023-52448
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference