CVE-2019-25753
Received Received - Intake
SQL Injection in Joomla VMap Component

Publication date: 2026-06-19

Last updated on: 2026-06-19

Assigner: VulnCheck

Description
Joomla! Component VMap 1.9.6 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code into the latlngbound parameter. Attackers can send GET requests to index.php with the option=com_vmap&task=loadmarker parameters containing SQL injection payloads to manipulate database queries and extract sensitive information.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-19
Last Modified
2026-06-19
Generated
2026-06-19
AI Q&A
2026-06-19
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
wdmtech vmap 1.9.6
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2019-25753 is an SQL injection vulnerability found in the Joomla! Component VMap version 1.9.6. It allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code into the 'latlngbound' parameter. Attackers exploit this by sending specially crafted GET requests to the 'index.php' file with parameters 'option=com_vmap' and 'task=loadmarker' containing SQL injection payloads. This manipulation enables attackers to interfere with database queries and potentially extract sensitive information.

Impact Analysis

This vulnerability can have serious impacts including unauthorized access to sensitive data stored in the database. Attackers can manipulate database queries, potentially extracting confidential information or altering data. Because the vulnerability can be exploited without authentication, it poses a high risk to affected Joomla! sites using the VMap extension. It may also allow attackers to perform unauthorized actions within the Joomla environment, compromising the integrity and confidentiality of the system.

Detection Guidance

This vulnerability can be detected by monitoring for suspicious HTTP GET requests targeting the Joomla! VMap component, specifically requests to index.php with parameters option=com_vmap and task=loadmarker containing unusual or malicious input in the latlngbound parameter.

A practical detection method is to analyze web server logs for such GET requests that include SQL injection payloads in the latlngbound parameter.

For example, you can use the following command to search Apache or Nginx access logs for suspicious requests:

  • grep -i 'option=com_vmap&task=loadmarker' /var/log/apache2/access.log | grep 'latlngbound='

Additionally, using web application firewalls (WAF) or intrusion detection systems (IDS) with rules to detect SQL injection attempts targeting this parameter can help identify exploitation attempts.

Mitigation Strategies

The immediate mitigation step is to update the Joomla! VMap extension to the latest patched version that addresses this SQL injection vulnerability.

If an update is not available, consider removing or disabling the VMap extension to prevent exploitation.

Additionally, restrict access to the vulnerable component by implementing web application firewall rules or other filtering mechanisms to block malicious requests targeting the latlngbound parameter.

Compliance Impact

The vulnerability in Joomla! Component VMap 1.9.6 allows unauthenticated attackers to execute arbitrary SQL queries and extract sensitive information from the database. This unauthorized access to sensitive data could potentially lead to non-compliance with data protection regulations such as GDPR and HIPAA, which require safeguarding personal and sensitive information against unauthorized access and breaches.

Organizations using the vulnerable component may face risks related to data confidentiality and integrity, which are critical aspects of compliance with these standards. Failure to address this vulnerability could result in exposure of personal data, leading to legal and regulatory consequences.

Mitigation involves updating the extension to a patched version or removing it if no update is available, thereby reducing the risk of data breaches and helping maintain compliance with relevant regulations.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2019-25753. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart