itsourcecode Society Management System Cross-Site Scripting Vulnerability in Activity 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/activity.php file, where the Title parameter is not properly validated or encoded before being output to users. This flaw allows attackers to inject and execute malicious scripts in the context of the user's browser. 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, session tokens, or other sensitive information, and allow attackers to perform actions on behalf of the victim or redirect them to malicious websites.

Reproduction

To reproduce this vulnerability, send a request to the '/admin/activity.php' file with a crafted 'title' parameter that includes a script payload, such as a JavaScript alert. The injected script will be executed in the browser, demonstrating the cross-site scripting vulnerability.

Remediation

To address this vulnerability, implement proper input validation and output encoding for the 'title' parameter. Ensure that user input is sanitized before being displayed on the web page. Additionally, consider using a Content Security Policy to restrict the execution of scripts.

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.