VYPR
Medium severity6.3NVD Advisory· Published May 8, 2026· Updated May 8, 2026

CVE-2024-33722

CVE-2024-33722

Description

SOPlanning 1.52.00 is vulnerable to SQL Injection by an authenticated user via projets.php with statut[].

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Authenticated SQL injection in SOPlanning 1.52.00 via statut[] parameter in projets.php allows data extraction.

Vulnerability

Overview CVE-2024-33722 is an authenticated SQL injection vulnerability in SOPlanning version 1.52.00. The flaw exists in the projets.php page where the statut[] parameter is not properly sanitized before being used in SQL queries. This allows an attacker with valid credentials to inject arbitrary SQL commands.

Exploitation

Details To exploit this vulnerability, an attacker must first authenticate to the SOPlanning instance. Once authenticated, they can send a crafted GET or POST request to /www/projets.php with a malicious statut[] parameter. The injected SQL payload is executed against the backend database, enabling data retrieval or modification. The exploit does not require any special privileges beyond standard user authentication [1].

Impact

Successful exploitation allows an authenticated attacker to extract sensitive information from the database, such as user credentials, session data, and other application secrets. This can lead to privilege escalation, account takeover, or full compromise of the SOPlanning platform. The attacker may also be able to modify or delete data, depending on the database permissions.

Mitigation

Status As of the publication date, no official patch has been released by the vendor. Users are advised to restrict network access to the application, apply strong authentication mechanisms, and monitor logs for suspicious activity. Until a fix is available, input validation and parameterized queries should be implemented as a workaround.

AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

News mentions

0

No linked articles in our index yet.