Vulnerabilities > CVE-2016-2854 - Improper Privilege Management vulnerability in Linux Kernel

047910
CVSS 4.6 - MEDIUM
Attack vector
LOCAL
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
PARTIAL
Availability impact
PARTIAL
local
low complexity
linux
CWE-269
exploit available

Summary

The aufs module for the Linux kernel 3.x and 4.x does not properly maintain POSIX ACL xattr data, which allows local users to gain privileges by leveraging a group-writable setgid directory.

Vulnerable Configurations

Part Description Count
OS
Linux
1868

Common Weakness Enumeration (CWE)

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Restful Privilege Elevation
    Rest uses standard HTTP (Get, Put, Delete) style permissions methods, but these are not necessarily correlated generally with back end programs. Strict interpretation of HTTP get methods means that these HTTP Get services should not be used to delete information on the server, but there is no access control mechanism to back up this logic. This means that unless the services are properly ACL'd and the application's service implementation are following these guidelines then an HTTP request can easily execute a delete or update on the server side. The attacker identifies a HTTP Get URL such as http://victimsite/updateOrder, which calls out to a program to update orders on a database or other resource. The URL is not idempotent so the request can be submitted multiple times by the attacker, additionally, the attacker may be able to exploit the URL published as a Get method that actually performs updates (instead of merely retrieving data). This may result in malicious or inadvertent altering of data on the server.

Exploit-Db

descriptionAUFS (Ubuntu 15.10) - 'allow_userns' Fuse/Xattr User Namespaces Privilege Escalation. CVE-2016-2853,CVE-2016-2854. Local exploit for Linux platform
idEDB-ID:41761
last seen2017-03-29
modified2016-02-19
published2016-02-19
reporterExploit-DB
sourcehttps://www.exploit-db.com/download/41761/
titleAUFS (Ubuntu 15.10) - 'allow_userns' Fuse/Xattr User Namespaces Privilege Escalation

Packetstorm

data sourcehttps://packetstormsecurity.com/files/download/141914/aufs-escalate.txt
idPACKETSTORM:141914
last seen2017-04-10
published2017-04-01
reporterhalfdog
sourcehttps://packetstormsecurity.com/files/141914/AUFS-Ubuntu-15.10-Privilege-Escalation.html
titleAUFS (Ubuntu 15.10) Privilege Escalation