itsourcecode Society Management System Cross-Site Scripting Vulnerability in Expenses Management

Vulnerability

A cross-site scripting (XSS) vulnerability has been identified in the itsourcecode Society Management System version 1.0. The issue resides in the admin/expenses.php file, where the detail parameter is not properly validated or encoded before being output to users. This flaw allows attackers to inject malicious scripts that are executed in the context of the user's browser, potentially leading to the theft of cookies, session tokens, or other sensitive information. The vulnerability can be exploited remotely without any authentication, although it requires user interaction.

Impact

Exploitation of this vulnerability allows for cross-site scripting, where injected scripts are executed in the context of the user's browser. This could lead to the theft of cookies or session tokens, unauthorized actions performed on behalf of the user, defacement of web pages, redirection to malicious sites, or even control over the user's browser.

Reproduction

To reproduce this vulnerability, navigate to the admin/expenses.php page of the itsourcecode Society Management System version 1.0. Inject a script into the detail parameter. The injected script will be executed in the browser, demonstrating the cross-site scripting vulnerability.

Remediation

To address this vulnerability, implement proper output encoding for user inputs before displaying them on the web page. Validate and filter input data to reject or escape potentially harmful content, such as script tags or event handlers. Consider using a Content Security Policy to restrict the execution of scripts. For sensitive cookies, set the HttpOnly and Secure flags. Regular security audits can also help identify and fix such vulnerabilities.

Added: Jan 19, 2026, 4:19 AM
Updated: Jan 19, 2026, 4:19 AM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
1.7
exploitability
7.5
remediation
0.0
relevance
2.2
threat
6.4
urgency
2.9
incentive
0.0

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.