CVE-2026-4595 Details
Description
A vulnerability was determined in code-projects Exam Form Submission 1.0. This vulnerability affects unknown code of the file /admin/update_s6.php. Executing a manipulation of the argument sname can lead to cross site scripting. The attack can be launched remotely. The exploit has been publicly disclosed and may be utilized.
A cross-site scripting (XSS) vulnerability has been identified in the Code-Projects Exam Form Submission application, version 1.0. The issue resides in the file '/admin/update_s6.php', where the 'sname' 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 victim's browser, potentially leading to the theft of cookies, session tokens, or other sensitive information.
To address this vulnerability, implement proper output encoding for user inputs before displaying them on the web page. Additionally, validate and filter input data to reject or escape any potentially harmful content, such as script tags or event handlers. Consider using a Content Security Policy to restrict the execution of scripts on the page.
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.
Volerion
Assessed Mar 23, 2026CISA-ADP
Assessed Mar 24, 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://code-projects.org/ | [email protected] | Not ApplicableVendor |
| https://github.com/bybinyu/Vulnerability-Practice/issues/1 | [email protected] | ExploitIssue TrackingTechnical Description |
| https://vuldb.com/submit/775623 | [email protected] | |
| https://vuldb.com/vuln/352433 | [email protected] | |
| https://vuldb.com/vuln/352433/cti | [email protected] |
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 |
|---|---|
| code-projects Exam Form Submission | 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] |
| Apr 18, 2026 | CVE Modified | [email protected] |
| Mar 23, 2026 | New CVE Received | [email protected] |
Volerion