Featured image of post CVE-2025-53937

CVE-2025-53937

SQL Injection

CVE-2025-53937: SQL Injection (Blind Time-Based) Vulnerability in cargo Parameter on control.php Endpoint

CVE Publication: https://www.cve.org/CVERecord?id=CVE-2025-53937

Summary

A SQL Injection vulnerability was discovered in the cargo parameter of the /controle/control.php endpoint. This issue allows any unauthenticated attacker to inject arbitrary SQL queries, potentially leading to unauthorized data access or further exploitation depending on database configuration.

Details

The application fails to properly sanitize user-supplied input in the cargo parameter. As a result, specially crafted SQL payloads are interpreted directly by the backend database.

PoC

Vulnerable Endpoint: /controle/control.php

Parameter: cargo

Payload:

1
  ' AND (SELECT 4207 FROM (SELECT(SLEEP(10)))bAsK) AND 'LOon'='LOon

This payload introduces a time delay, demonstrating the ability to execute arbitrary SQL queries.

Observe the time delay in the server response, indicating the successful execution of the SQL payload.

Impact

  • Unauthorized access to sensitive data (e.g., users, passwords, logs).
  • Database enumeration (schemas, tables, users, versions).
  • Escalation to RCE depending on DB configuration (e.g., xp_cmdshell, UDFs).
  • Full compromise of the application if chained with other vulnerabilities.
  • This issue affects all users and environments, as it does not require authentication and is reachable via a public endpoint.

Reference

https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-j3qv-v3m7-73pj

Finder

Marcelo Queiroz

Contributor

Natan Maia Morette

By: CVE-Hunters

Built with Hugo
Theme Stack designed by Jimmy