CVE-2026-1119
7.3itsourcecode · Society Management System
A SQL injection vulnerability in the Society Management System 1.0 allows remote attackers to manipulate the activity_id argument in /admin/delete_activity.php.
Executive summary
The Society Management System 1.0 is susceptible to a remote SQL injection vulnerability that could allow an unauthenticated attacker to manipulate database queries.
Vulnerability
This vulnerability is a SQL injection (CWE-89) flaw located in the /admin/delete_activity.php file. An unauthenticated attacker can exploit this by injecting malicious SQL commands into the activity_id parameter to interact with the underlying database.
Business impact
Successful exploitation of this flaw allows an attacker to interact with the application database, potentially leading to unauthorized data disclosure or modification. With a CVSS score of 7.3, this high-severity vulnerability poses a significant risk to the confidentiality and integrity of information stored within the management system.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict access to the /admin/ directory using IP allowlisting or VPN requirements to prevent unauthorized access.
Proactive Monitoring: Monitor web server logs for anomalous requests containing SQL syntax or unusual patterns targeting the /admin/delete_activity.php endpoint.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection payloads targeting input parameters.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the GitHub issue referenced in the CVE record.
Analyst recommendation
Given the availability of a public proof-of-concept and the lack of an official patch, this vulnerability presents a clear and present danger to affected environments. Organizations must prioritize immediate network-level isolation of the vulnerable administrative endpoint to mitigate the risk of unauthorized database interaction until a vendor-supplied remediation is released.
More itsourcecode CVEs all →
History
- Disclosed CVE record published
- Published in the daily brief high section, carried in 2 daily briefs, Jan 19 to Jan 20
- Analyst report written
Sources
Originally found and disclosed by shuyi123 (VulDB User), per the CVE Program record.