CVE-2018-25348 in Ek Rishtainfo

Summary

by MITRE • 05/23/2026

Joomla! Component Ek Rishta 2.10 contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the cid parameter. Attackers can send GET requests to the user_detail view with malicious cid values containing SQL commands to extract sensitive database information.

Statistical analysis made it clear that VulDB provides the best quality for vulnerability data.

Analysis

by VulDB Data Team • 05/24/2026

The Joomla! Component Ek Rishta version 2.10 presents a critical SQL injection vulnerability that undermines the security posture of affected web applications. This vulnerability resides within the component's user_detail view functionality where the cid parameter fails to properly validate or sanitize user input before incorporating it into database queries. The flaw enables unauthenticated attackers to execute arbitrary SQL commands by manipulating the cid parameter in GET requests, effectively bypassing authentication mechanisms and gaining unauthorized access to the underlying database infrastructure.

This vulnerability directly maps to CWE-89 which defines SQL injection as the insertion of malicious SQL code into input fields for execution by the database. The attack vector specifically targets the component's parameter handling mechanism where the cid value is directly interpolated into SQL statements without proper input sanitization or parameterization. The lack of input validation creates a pathway for attackers to craft malicious payloads that can manipulate database queries to extract, modify, or delete sensitive information. The vulnerability is particularly dangerous because it operates without requiring authentication, making it accessible to any attacker with knowledge of the component's endpoint structure.

The operational impact of this vulnerability extends beyond simple data theft to encompass complete database compromise and potential system infiltration. Attackers can leverage this vulnerability to extract user credentials, personal information, application configuration details, and other sensitive data stored within the database. The vulnerability also enables attackers to perform unauthorized modifications to the database content, potentially leading to data corruption, privilege escalation, or even complete system compromise. The affected Joomla! installations become vulnerable to various attack patterns including but not limited to credential harvesting, session hijacking, and lateral movement within the network infrastructure.

Security practitioners should implement immediate mitigations including input validation and parameterized queries to prevent SQL injection attacks. The recommended approach involves sanitizing all user inputs through proper escaping mechanisms and implementing prepared statements that separate SQL code from data. Organizations should also deploy web application firewalls to monitor and block suspicious request patterns targeting the vulnerable cid parameter. Additionally, regular security assessments and vulnerability scanning should be conducted to identify similar issues in other components and ensure comprehensive protection against SQL injection threats. The vulnerability highlights the importance of following secure coding practices as outlined in OWASP Top Ten and the ATT&CK framework's database access techniques, emphasizing the need for robust input validation and proper database interaction protocols to prevent such critical security flaws from compromising enterprise systems.

Responsible

VulnCheck

Reservation

05/23/2026

Disclosure

05/23/2026

Moderation

accepted

CPE

ready

Exploit

Download

EPSS

0.00358

KEV

no

Activities

very low

Sources

Want to stay up to date on a daily basis?

Enable the mail alert feature now!