CVE-2019-25366
Description
microASP Portal+ CMS contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code into the explode_tree parameter. Attackers can send crafted requests to pagina.phtml with SQL injection payloads using extractvalue and concat functions to extract sensitive database information like the current database name.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Unauthenticated SQL injection in microASP Portal+ CMS via the explode_tree parameter allows attackers to extract sensitive database information.
Vulnerability
CVE-2019-25366 is an unauthenticated SQL injection vulnerability in microASP Portal+ CMS. The flaw resides in the explode_tree parameter processed by pagina.phtml. An attacker can inject malicious SQL code using functions like extractvalue and concat to extract data from the database. The vendor site is http://www.microasp.it/ and the exploit was published on Exploit-DB [1].
Exploitation
Exploitation requires no authentication; an attacker only needs to send a crafted HTTP request to a vulnerable endpoint. A publicly available proof-of-concept demonstrates how to retrieve the current database name by injecting a payload into the explode_tree parameter. The attack can be performed over standard HTTP or HTTPS [1].
Impact
Successful exploitation allows an attacker to execute arbitrary SQL queries, leading to potential disclosure of sensitive database contents such as user credentials or application data. The CVSS v3 score is 8.2 (High), indicating significant risk.
Mitigation
No official patch or vendor advisory has been identified. Since the original exploit dates back to 2019, users should assume the software is end-of-life and migrate to a supported alternative. No workaround is known [1].
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3News mentions
0No linked articles in our index yet.