Bug 2328794 (CVE-2024-53101) - CVE-2024-53101 kernel: fs: Fix uninitialized value issue in from_kuid and from_kgid
Summary: CVE-2024-53101 kernel: fs: Fix uninitialized value issue in from_kuid and fro...
Keywords:
Status: NEW
Alias: CVE-2024-53101
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2328801
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-11-25 22:01 UTC by OSIDB Bzimport
Modified: 2024-12-03 14:24 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-11-25 22:01:26 UTC
In the Linux kernel, the following vulnerability has been resolved:

fs: Fix uninitialized value issue in from_kuid and from_kgid

ocfs2_setattr() uses attr->ia_mode, attr->ia_uid and attr->ia_gid in
a trace point even though ATTR_MODE, ATTR_UID and ATTR_GID aren't set.

Initialize all fields of newattrs to avoid uninitialized variables, by
checking if ATTR_MODE, ATTR_UID, ATTR_GID are initialized, otherwise 0.


Note You need to log in before you can comment on or make changes to this bug.