CVE-2025-10068

7.3

itsourcecode · Online Discussion Forum

A SQL injection vulnerability exists in the itsourcecode Online Discussion Forum 1.0, specifically within the add_views.php file, allowing remote attackers to manipulate the ID argument.

Executive summary

An unauthenticated SQL injection vulnerability in itsourcecode Online Discussion Forum 1.0 poses a significant risk of remote database manipulation and potential data exposure.

Vulnerability

This is a SQL injection flaw (CWE-89) located in the /admin/admin_forum/add_views.php file. An unauthenticated attacker can exploit this by manipulating the ID argument to execute arbitrary SQL commands remotely.

Business impact

Successful exploitation of this vulnerability allows unauthorized access to the application database, which may lead to the disclosure or modification of sensitive forum data. With a CVSS score of 7.3, this high-severity flaw represents a substantial threat to system integrity and data confidentiality, particularly if the database contains user credentials or private communications.

Remediation

Immediate Action: As no official patch is currently available, administrators should restrict access to the affected script or disable the vulnerable component entirely until a security update is provided by the vendor.

Proactive Monitoring: Security teams should audit web server access logs for anomalous requests containing SQL syntax patterns targeting the add_views.php endpoint.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection payloads targeting URL parameters.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists, as documented in the technical write-up at https://github.com/JunGu-W/cve/issues/13.

Analyst recommendation

Given the availability of a public proof-of-concept and the ease of exploitation, this vulnerability requires immediate attention. Organizations utilizing this software should implement network-level filtering or disable the impacted functionality immediately to prevent unauthorized database access. Prioritize migrating away from unsupported software if the vendor fails to provide a timely security patch.

More itsourcecode CVEs

Sources

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