CVE-2019-25479
Description
Inout RealEstate contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the city parameter. Attackers can send POST requests to the agents/agentlistdetails endpoint with malicious SQL payloads in the city parameter to extract sensitive database information.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Unauthenticated SQL injection in Inout RealEstate allows attackers to extract database content via the city parameter.
Vulnerability
Overview
CVE-2019-25479 describes an SQL injection vulnerability in Inout RealEstate, a real estate listing application. The flaw exists in the agents/agentlistdetails endpoint, where the city POST parameter is not properly sanitized before being used in database queries. This allows an unauthenticated attacker to inject arbitrary SQL commands. [1][2]
Exploitation
An attacker can exploit this vulnerability by sending a crafted POST request to [base URL]/agents/agentlistdetails with a malicious SQL payload in the city parameter. No authentication is required, and the attack is performed over HTTP. A Proof-of-Concept payload using RLIKE with a boolean-based blind injection has been publicly released. [2]
Impact
Successful exploitation enables an attacker to read sensitive data from the database, including user credentials, personal information, and other confidential records. The CVSS v3 score of 8.2 (High) reflects the low attack complexity and high confidentiality impact. [1]
Mitigation
As of the publication date, no official patch has been referenced. Users should apply input validation and parameterized queries as a workaround. The vendor has not confirmed an end-of-life status for the product. [1][2]
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.