CVE-2018-25173
Description
Rmedia SMS 1.0 contains an SQL injection vulnerability that allows unauthenticated attackers to extract database information by injecting SQL code through the gid parameter. Attackers can send GET requests to editgrp.php with malicious gid values using EXTRACTVALUE and CONCAT functions to retrieve schema names and sensitive database data.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Rmedia SMS 1.0 has an unauthenticated SQL injection flaw in the gid parameter of editgrp.php, allowing attackers to extract database contents.
The vulnerability is a SQL injection flaw in the gid parameter of the editgrp.php script in Rmedia SMS 1.0. The application fails to sanitize or parameterize user input before including it in a SQL query, enabling an attacker to inject arbitrary SQL code. The exploit shown in the reference uses EXTRACTVALUE and CONCAT functions to extract schema names from the INFORMATION_SCHEMA database [1].
To exploit this, an unauthenticated attacker sends a GET request to editgrp.php with a malicious gid value. No prior authentication is required, and the attack can be carried out over the network. The provided exploit demonstrates injecting SQL via the gid parameter to retrieve database information [1].
Successful exploitation allows the attacker to extract sensitive data from the database, including schema names and presumably other table contents. The impact is high as it compromises the confidentiality of the database [1].
No patch or vendor advisory is available; the software appears abandoned. As a result, users of Rmedia SMS 1.0 are advised to take the application offline or implement robust input validation and parameterized queries [1].
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
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2News mentions
0No linked articles in our index yet.