VYPR
Unrated severityNVD Advisory· Published Jun 17, 2022· Updated Aug 4, 2024

CVE-2021-41408

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

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

News mentions

0

No linked articles in our index yet.