Skip to content

In the Linux kernel, the following vulnerability has been...

Unreviewed Published Nov 26, 2024 to the GitHub Advisory Database • Updated Nov 26, 2024

Package

No package listedSuggest a package

Affected versions

Unknown

Patched versions

Unknown

Description

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.

References

Published by the National Vulnerability Database Nov 25, 2024
Published to the GitHub Advisory Database Nov 26, 2024
Last updated Nov 26, 2024

Severity

Unknown

Weaknesses

No CWEs

CVE ID

CVE-2024-53101

GHSA ID

GHSA-jj65-jvhx-4h6p

Source code

No known source code

Dependabot alerts are not supported on this advisory because it does not have a package from a supported ecosystem with an affected and fixed version.

Learn more about GitHub language support

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.