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-2024-34472 — Proof-of-concept exploit for Blind SQL injection in HSC Mailinspector (CVE-2024-34472). Demonstrates arbitrary SQL command execution via unsanitized `ordemGrid` parameter, enabling database disclosure. | Kitploit
Tools/GitHubGitHub/osvaldotenorio/cve-2024-34472
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubosvaldotenorio/cve-2024-34472

CVE-2024-34472

Proof-of-concept exploit for Blind SQL injection in HSC Mailinspector (CVE-2024-34472). Demonstrates arbitrary SQL command execution via unsanitized `ordemGrid` parameter, enabling database disclosure.

View Repository
12 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-2024-34472

Description: An authenticated user can abuse Blind SQL injection vulnerability exists in the mliRealtimeEmails.php file. The ordemGrid parameter in a POST request to /mailinspector/mliRealtimeEmails.php does not Properly sanitize input, allowing an authenticated attacker to execute arbitrary SQL commands, leading to the potential disclosure of the entire application database.

Versions: Discovered in HSC Mailinspector 5.2.17-3 but applicable to all versions up to 5.2.18.

Proof of Concept

While navigating through the email inbox, a POST request to /mailinspector/mliRealtimeEmails.php was detected, passing the following parameters:

POST Payload: point=3&start=0&limit=30&sort=datetime&dir=DESC&exe=getLastMessages&idCluster=true&idClusterPoint=0&ordemGrid=<SQL INJECTION HERE>&ordemGridDirection=DESC

The parameter ordemGrid doesn't seem to handle the data inserted into it properly, allowing SQL code to be interpreted when passed through it.

Download Tool