CVE-2026-3043 Details
Description
A flaw has been found in itsourcecode Event Management System 1.0. The impacted element is an unknown function of the file /admin/navbar.php. Executing a manipulation of the argument page can lead to cross site scripting. The attack may be performed from remote. The exploit has been published and may be used.
A cross-site scripting (XSS) vulnerability has been identified in the itsourcecode Event Management System version 1.0. The issue resides in the admin/navbar.php file, where the 'page' URL parameter is manipulated, allowing the injection of arbitrary JavaScript. This unsanitized input is reflected in the output, enabling remote attackers to execute scripts in the context of the user's browser session. The vulnerability requires no authentication and can be exploited by tricking users into clicking on a malicious link.
To address this vulnerability, implement input validation to reject special characters and adopt an allow-list approach. Output encoding should be applied using functions like htmlspecialchars() or htmlentities(). Additionally, consider using security headers such as Content-Security-Policy and X-XSS-Protection. Regular security testing can also help identify and mitigate such vulnerabilities.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Feb 25, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/ltranquility/cve_submit/issues/2 | [email protected] | ExploitIssue TrackingMitigationThird Party Advisory |
| https://itsourcecode.com/ | [email protected] | Product |
| https://vuldb.com/?ctiid.347399 | [email protected] | Permissions RequiredVDB Entry |
| https://vuldb.com/?id.347399 | [email protected] | Third Party AdvisoryVDB Entry |
| https://vuldb.com/?submit.757227 | [email protected] | Third Party AdvisoryVDB Entry |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | [email protected] |
| CWE-94 | Improper Control of Generation of Code ('Code Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| admerc event management system | 1.0 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Feb 24, 2026 | Initial Analysis | [email protected] |
| Feb 24, 2026 | New CVE Received | [email protected] |