Bug 1560777 (CVE-2018-1092) - CVE-2018-1092 kernel: NULL pointer dereference in ext4/mballoc.c:ext4_process_freed_data() when mounting crafted ext4 image
Summary: CVE-2018-1092 kernel: NULL pointer dereference in ext4/mballoc.c:ext4_process...
Keywords:
Status: CLOSED ERRATA
Alias: CVE-2018-1092
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 1560780 1560781 1564592 1569885 1569886 1569887 1569888
Blocks: 1560779
TreeView+ depends on / blocked
 
Reported: 2018-03-27 00:41 UTC by Sam Fowler
Modified: 2021-02-17 00:35 UTC (History)
43 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
The Linux kernel is vulnerable to a NULL pointer dereference in the ext4/mballoc.c:ext4_process_freed_data() function. An attacker could trick a legitimate user or a privileged attacker could exploit this by mounting a crafted ext4 image to cause a kernel panic.
Clone Of:
Environment:
Last Closed: 2019-06-10 10:18:46 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2018:2948 0 None None None 2018-10-30 08:59:13 UTC
Red Hat Product Errata RHSA-2018:3083 0 None None None 2018-10-30 07:32:46 UTC
Red Hat Product Errata RHSA-2018:3096 0 None None None 2018-10-30 07:38:47 UTC

Description Sam Fowler 2018-03-27 00:41:50 UTC
The Linux kernel is vulnerable to a NULL pointer dereference in the ext4/mballoc.c:ext4_process_freed_data() function. An attacker could trick a legitimate user or a privileged attacker could exploit this by mounting a crafted ext4 image to cause a kernel panic.

References:

https://bugzilla.kernel.org/show_bug.cgi?id=199179 (reproducer #1)

https://bugzilla.kernel.org/show_bug.cgi?id=199275 (reproducer #2)

http://seclists.org/oss-sec/2018/q1/284

An upstream patch:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8e4b5eae5decd

Comment 1 Sam Fowler 2018-03-27 00:44:27 UTC
Acknowledgments:

Name: Wen Xu

Comment 2 Sam Fowler 2018-03-27 00:51:05 UTC
Created kernel tracking bugs for this issue:

Affects: fedora-all [bug 1560781]

Comment 5 Vladis Dronov 2018-04-02 14:21:58 UTC
Notes:

While the reproducer works when run as a privileged user (the "root"), this requires a mount of a certain filesystem image. An unprivileged attacker cannot do this even from a user+mount namespace:

$ unshare -U -r -m
# mount -t ext4 fs.img mnt/
mount: mnt/: mount failed: Operation not permitted.

The article https://lwn.net/Articles/652468/ (thanks, Jonathan!) discusses unprivileged user mounts and hostile filesystem images:
 
> ... for the most part, the mount() system call is denied to processes running
> within user namespaces, even if they are privileged in their namespaces.

It also states that unprivileged filesystem mounts are not allowed as of now in the Linux kernel and probably won't be allowed in a future. Until that such flaws are considered as not exploitable:

> There were no proposals for solutions to the hostile-filesystem problem.
> But, in the absence of some sort of assurance that they can be made safe,
> unprivileged filesystem mounts are unlikely to gain acceptance; even if the
> feature gets into the kernel, distributions would be likely to disable it.

On the other hand, there is a potential possibility that still an attacker can trick a regular user to mount a malicious filesystem image, like trick him to insert an usb-flash-drive with a forged filesystem to a desktop system which will auto-mount it. In case this results only in a system crash (a DoS due to, for example, a NULL pointer dereference) the flaw impact is low but it still exists.

Another example is that if an attacker wants to hack into his coworker's notebook. While a coworker is away (on a coffee break) an attacker may insert an usb-flash-drive into the target notebook. In case of a flaw which results in a privilege escalation the flaw's impact is high. In case of a system crashes the impact is lower, but still a harm is done by crashing the system mid-work and losing a work done so far.

So the Red Hat would still consider bugs which require mounting a filesystem image to exploit as security flaws.

Comment 8 Justin M. Forbes 2018-05-04 16:31:34 UTC
This was fixed for Fedora with the 4.16.4 stable updates.

Comment 9 errata-xmlrpc 2018-10-30 07:32:27 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 7

Via RHSA-2018:3083 https://access.redhat.com/errata/RHSA-2018:3083

Comment 10 errata-xmlrpc 2018-10-30 07:38:30 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 7

Via RHSA-2018:3096 https://access.redhat.com/errata/RHSA-2018:3096

Comment 11 errata-xmlrpc 2018-10-30 08:58:53 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 7

Via RHSA-2018:2948 https://access.redhat.com/errata/RHSA-2018:2948


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