CVE-2025-56243
BaseFortify
Publication date: 2025-10-07
Last updated on: 2025-10-15
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| puneethreddyhc | event_management_system | 1.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Cross-Site Scripting (XSS) issue in the register.php page of PuneethReddyHC Event Management System 1.0. It occurs because the event_id GET parameter is not properly handled, allowing an attacker to inject malicious JavaScript code via a crafted URL. When a victim accesses this URL, the injected script executes in their browser.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute arbitrary JavaScript in the victim's browser, potentially leading to session hijacking, theft of sensitive information, defacement of the website, or redirection to malicious sites.