CVE-2026-2117
7.3itsourcecode · Society Management System
A SQL injection vulnerability in the Society Management System 1.0 allows remote attackers to manipulate the activity_id parameter via /admin/edit_activity.php.
Executive summary
An unauthenticated remote SQL injection vulnerability in itsourcecode Society Management System 1.0 poses a significant risk of unauthorized database interaction and data exposure.
Vulnerability
This vulnerability is a SQL injection flaw (CWE-89) located in the /admin/edit_activity.php file, where the activity_id parameter fails to properly sanitize user input. The vulnerability is remotely exploitable by an unauthenticated attacker, allowing for the injection of arbitrary SQL commands.
Business impact
The ability to execute unauthorized SQL queries can lead to the compromise of sensitive organizational data, unauthorized administrative access, or complete database manipulation. With a CVSS score of 7.3, this flaw is categorized as High severity, representing a substantial risk to the confidentiality and integrity of the information stored within the management system.
Remediation
Immediate Action: As no official vendor patch is currently available, administrators should restrict access to the /admin/ directory using IP allowlisting or VPN requirements to prevent unauthenticated remote access.
Proactive Monitoring: Monitor server logs for suspicious HTTP requests targeting /admin/edit_activity.php, specifically looking for URL parameters containing SQL syntax or encoded characters.
Compensating Controls: Deploy a Web Application Firewall (WAF) with custom rules designed to block common SQL injection patterns and filter malicious input directed at the identified vulnerable endpoint.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists and is documented in the referenced GitHub issue.
Analyst recommendation
Given the public availability of exploit code and the ease of remote execution, organizations utilizing this software must prioritize the implementation of network-level access controls immediately. Until a vendor-supplied update is released, the application should be considered insecure for public-facing deployments.
More itsourcecode CVEs
Sources
Originally found and disclosed by Jarway (VulDB User), per the CVE Program record.