CVE-2025-10668

7.3

itsourcecode · Online Discussion Forum

A SQL injection vulnerability in itsourcecode Online Discussion Forum 1.0 allows remote attackers to manipulate the ID argument in members/compose_msg_admin.php.

Executive summary

A remote SQL injection vulnerability exists in itsourcecode Online Discussion Forum 1.0 that could allow unauthenticated attackers to execute unauthorized database queries.

Vulnerability

The application is susceptible to SQL injection via the ID parameter in the members/compose_msg_admin.php file. This vulnerability is accessible to unauthenticated remote attackers who can manipulate the input to interact with the underlying database.

Business impact

The ability for an unauthenticated attacker to inject malicious SQL commands poses a significant risk to the confidentiality and integrity of the application database. While the CVSS score of 7.3 reflects a high severity, the potential for unauthorized data access or modification could result in severe reputational damage and loss of user trust. If the database contains sensitive member information, this flaw could lead to large scale data exfiltration.

Remediation

Immediate Action: As no official patch is currently available, administrators should restrict access to the affected script or disable the impacted functionality until a vendor update is released.

Proactive Monitoring: Review web server access logs for anomalous requests containing SQL syntax patterns targeted at the members/compose_msg_admin.php endpoint.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection payloads directed at the vulnerable parameter.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists as documented in the GitHub issue referenced by the CVE record.

Analyst recommendation

Given the public availability of exploit code and the critical nature of SQL injection, this vulnerability presents a clear and present danger to affected systems. Organizations running this software must prioritize the implementation of compensating controls such as WAF rules immediately, while actively seeking vendor guidance for a permanent security update to remediate the flaw.

More itsourcecode CVEs

Sources

Originally found and disclosed by 77zhangzhaoqianHUN (VulDB User), per the CVE Program record.