CVE-2025-10033

7.3

itsourcecode · Online Discussion Forum

A SQL injection vulnerability exists in the Online Discussion Forum 1.0 admin component, allowing remote attackers to manipulate the Username argument to execute unauthorized database queries.

Executive summary

A critical SQL injection vulnerability in itsourcecode Online Discussion Forum 1.0 allows for unauthenticated remote attackers to compromise database integrity.

Vulnerability

The application is susceptible to SQL injection (CWE-89) within the /admin endpoint. An unauthenticated attacker can inject malicious SQL commands via the Username parameter to interact with the backend database.

Business impact

This vulnerability poses a significant risk to data confidentiality and integrity, as successful exploitation allows an attacker to manipulate database queries without prior authentication. With a CVSS score of 7.3, this flaw is categorized as High severity, potentially leading to unauthorized data exposure or full compromise of the forum application.

Remediation

Immediate Action: As no official patch is currently available, administrators should restrict network access to the administrative interface or disable the affected forum software until a secure update is released by the vendor.

Proactive Monitoring: Review web server access logs for anomalous requests to the /admin path, specifically looking for SQL syntax patterns or unexpected character sequences in the Username field.

Compensating Controls: Deploy a Web Application Firewall (WAF) with strict SQL injection protection rules to filter and block malicious inputs directed at the application.

Exploitation status

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

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 must implement compensating controls or isolate the application from the network to prevent unauthorized access until a formal vendor-supplied patch is provided.

More itsourcecode CVEs

Sources

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