CVE-2018-11412

MEDIUM

Linux Kernel 4.13-4.16.11 - Use-After-Free in ext4_read_inline_data

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2018-11412. PoCs published by Google Security Research.

AI-analyzed exploit summary This exploit demonstrates a memory corruption vulnerability in the ext4 filesystem driver (CVE-2018-11412) by crafting a corrupted filesystem image with malformed extended attributes. The PoC triggers an out-of-bounds memcpy when reading a file with inline data stored in a dedicated inode, leading to potential privilege escalation or denial of service.

Description

In the Linux kernel 4.13 through 4.16.11, ext4_read_inline_data() in fs/ext4/inline.c performs a memcpy with an untrusted length value in certain circumstances involving a crafted filesystem that stores the system.data extended attribute value in a dedicated inode.

Exploits (1)

exploitdb WORKING POC
by Google Security Research · textdoslinux
https://www.exploit-db.com/exploits/44832

This exploit demonstrates a memory corruption vulnerability in the ext4 filesystem driver (CVE-2018-11412) by crafting a corrupted filesystem image with malformed extended attributes. The PoC triggers an out-of-bounds memcpy when reading a file with inline data stored in a dedicated inode, leading to potential privilege escalation or denial of service.

Classification
Working Poc 100%
Attack Type
Lpe
Complexity
Moderate
Reliability
Reliable
Target: Linux kernel ext4 filesystem (v4.13+)
No auth needed
Prerequisites: Access to create and mount a corrupted ext4 filesystem image · Kernel version 4.13 or newer with ext4 inline data support
devstral-2 · analyzed Feb 16, 2026 Full analysis →

References (8)

Core 8
Core References
Third Party Advisory vendor-advisory x_refsource_ubuntu
https://usn.ubuntu.com/3752-2/
Third Party Advisory, VDB Entry vdb-entry x_refsource_bid
http://www.securityfocus.com/bid/104291
Exploit, Third Party Advisory x_refsource_misc
https://bugs.chromium.org/p/project-zero/issues/detail?id=1580
Third Party Advisory vendor-advisory x_refsource_ubuntu
https://usn.ubuntu.com/3752-3/
Exploit, Issue Tracking, Third Party Advisory x_refsource_misc
https://bugzilla.kernel.org/show_bug.cgi?id=199803
Exploit, Third Party Advisory, VDB Entry exploit x_refsource_exploit-db
https://www.exploit-db.com/exploits/44832/
Third Party Advisory vendor-advisory x_refsource_redhat
https://access.redhat.com/errata/RHSA-2019:0525
Third Party Advisory vendor-advisory x_refsource_ubuntu
https://usn.ubuntu.com/3752-1/

Scores

CVSS v3 5.9
EPSS 0.1635
EPSS Percentile 96.6%
Attack Vector NETWORK
CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H

Details

CWE
CWE-416
Status published
Products (3)
canonical/ubuntu_linux 16.04
canonical/ubuntu_linux 18.04
linux/linux_kernel 4.13 - 4.16.11
Published May 24, 2018
Tracked Since Feb 18, 2026