Lucene search

K
ubuntucveUbuntu.comUB:CVE-2024-26821
HistoryApr 17, 2024 - 12:00 a.m.

CVE-2024-26821

2024-04-1700:00:00
ubuntu.com
ubuntu.com
7
linux kernel
vulnerability
mount attributes
permission checks
util-linux
fedora 39
real rootfs
bugzilla
security impact

6.3 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

9.1%

In the Linux kernel, the following vulnerability has been resolved: fs:
relax mount_setattr() permission checks When we added mount_setattr() I
added additional checks compared to the legacy do_reconfigure_mnt() and
do_change_type() helpers used by regular mount(2). If that mount had a
parent then verify that the caller and the mount namespace the mount is
attached to match and if not make sure that it’s an anonymous mount. The
real rootfs falls into neither category. It is neither an anoymous mount
because it is obviously attached to the initial mount namespace but it also
obviously doesn’t have a parent mount. So that means legacy mount(2) allows
changing mount properties on the real rootfs but mount_setattr(2) blocks
this. I never thought much about this but of course someone on this planet
of earth changes properties on the real rootfs as can be seen in [1]. Since
util-linux finally switched to the new mount api in 2.39 not so long ago it
also relies on mount_setattr() and that surfaced this issue when Fedora 39
finally switched to it. Fix this.

Bugs

Notes

Author Note
Priority reason: This issue is loosening restrictions on setting mount attributes on / after it has already been mounted, matching existing behavior.
sbeattie the issue being addressed here loosens the restrictions on remounting /, to match prior allowed behavior. The only potential security impact is if, as part of the boot process, an adjustment of / attributes was expected to occur that didn’t, enabling an unexpected operation to be able to occur.

6.3 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

9.1%

Related for UB:CVE-2024-26821