Description
A vulnerability has been found in code-projects Online Examination System 1.0. This vulnerability affects unknown code of the file /account.php?q=quiz. Such manipulation of the argument eid/n/t leads to cross site scripting. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.
Published: 2026-07-19
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The issue is a reflected cross‑site scripting flaw within the /account.php page of the Online Examination System. When the query string is crafted with a malicious value for the parameter 'q', the application outputs the input without proper sanitization or encoding. This allows an attacker to inject arbitrary JavaScript that runs in the browser of any user who visits the affected URL, potentially exfiltrating credentials or launching other client‑side attacks. The flaw is not a code‑execution vulnerability on the server side and does not directly grant system access.

Affected Systems

The vulnerability was identified in code‑projects’ Online Examination System, specifically in version 1.0. No other versions or products were listed as affected.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate impact and the low EPSS of less than 1% suggests that exploitation is unlikely at present, although the flaw is publicly documented and can be triggered remotely by simply visiting a crafted URL. It is not listed in the CISA KEV catalog. Attackers could exploit the vulnerability by manipulating the 'q' query parameter to embed malicious scripts; no additional credentials or local access are required.

Generated by OpenCVE AI on July 30, 2026 at 22:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s patch for Online Examination System once it becomes available, or upgrade to the latest fixed release.
  • Ensure that any user‑supplied query parameters, such as 'q', are properly escaped or validated before rendering to protect against script injection.
  • Implement input filtering to allow only expected characters and patterns for parameters like 'eid' or 'n', and enforce strict server‑side validation to mitigate code‑injection attempts.

Generated by OpenCVE AI on July 30, 2026 at 22:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 22 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 19 Jul 2026 06:45:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in code-projects Online Examination System 1.0. This vulnerability affects unknown code of the file /account.php?q=quiz. Such manipulation of the argument eid/n/t leads to cross site scripting. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.
Title code-projects Online Examination System account.php cross site scripting
First Time appeared Code-projects
Code-projects online Examination System
Weaknesses CWE-79
CWE-94
CPEs cpe:2.3:a:code-projects:online_examination_system:*:*:*:*:*:*:*:*
Vendors & Products Code-projects
Code-projects online Examination System
References
Metrics cvssV2_0

{'score': 5, 'vector': 'AV:N/AC:L/Au:N/C:N/I:P/A:N/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 4.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Code-projects Online Examination System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-22T14:35:45.169Z

Reserved: 2026-07-18T10:07:54.805Z

Link: CVE-2026-16220

cve-icon Vulnrichment

Updated: 2026-07-22T14:34:56.188Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T22:45:04Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

  • CWE-94

    Improper Control of Generation of Code ('Code Injection')