CVE-2021-41408
Description
VoIPmonitor WEB GUI up to version 24.61 is affected by SQL injection through the "api.php" file and "user" parameter.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected products
2- VoIPmonitor/VoIPmonitor WEB GUIdescription
- Range: <=24.61
Patches
Vulnerability mechanics
Root cause
"Missing input sanitization in api.php allows SQL injection through the "user" parameter."
Attack vector
An attacker can send a crafted HTTP request to the "api.php" endpoint with a malicious "user" parameter containing SQL injection payloads [ref_id=1]. The application fails to sanitize or parameterize this user-supplied input before incorporating it into SQL queries. This allows the attacker to execute arbitrary SQL commands against the backend database, potentially extracting sensitive data, modifying records, or escalating privileges. The attack requires network access to the VoIPmonitor WEB GUI and no authentication is mentioned as a prerequisite.
Affected code
The vulnerability resides in the "api.php" file, specifically in the handling of the "user" parameter [ref_id=1]. The changelog entry "harden task validation and guard undefined searchId in API" indicates the API endpoint lacked proper input sanitization, allowing SQL injection through the user parameter.
What the fix does
The advisory does not provide a specific patch diff, but the changelog indicates the fix involved hardening task validation and guarding undefined searchId in the API [ref_id=1]. The remediation likely includes adding input sanitization, parameterized queries, or prepared statements for the "user" parameter in api.php to prevent SQL injection. Users should upgrade to the latest version of VoIPmonitor WEB GUI to receive the security fix.
Preconditions
- networkNetwork access to the VoIPmonitor WEB GUI
- networkThe api.php endpoint must be reachable
- inputAbility to send HTTP requests with a crafted 'user' parameter
Generated on May 30, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
2- gist.github.com/divinepwner/e51050e0d7df77ff1f1379583e8cf7dbmitrex_refsource_MISC
- www.voipmonitor.org/changelog-guimitrex_refsource_MISC
News mentions
0No linked articles in our index yet.