Description
A vulnerability was determined in code-projects Online Examination 1.0. Affected by this issue is some unknown functionality of the file head.php. Executing a manipulation of the argument uname/password can lead to sql injection. It is possible to launch the attack remotely. The exploit has been publicly disclosed and may be utilized.
Published: 2026-07-05
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the head.php component of code-projects Online Examination allows payloads supplied through the uname and password query parameters to be concatenated directly into a SQL statement. This lack of input sanitization creates a classic SQL injection vulnerability, identified as CWE-74 and CWE-89. If an attacker can supply the vulnerable inputs, they may read or modify database contents, potentially compromising the integrity and confidentiality of the application; it is uncertain if the attack can be carried out by unauthenticated users.

Affected Systems

The affected product is code-projects Online Examination version 1.0. No vendor-provided patch or version update that resolves the vulnerability is listed in the supplied data. Administrators should consult the upstream repository or contact the project maintainers for an update that addresses the injection issue.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity is exploitable remotely via standard HTTP requests that include the uname and password parameters, though the need for prior authentication is not specified. An EPSS score of less than 1% suggests a low but non-zero probability of real-world exploitation. The issue is not currently listed in the CISA KEV catalog. An attacker would obtain the injection vector by targeting head.php with specially crafted query parameters, leveraging the unsanitized string concatenation to alter the SQL query.

Generated by OpenCVE AI on July 23, 2026 at 16:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to the latest release of code-projects Online Examination from the obtain a patch from the maintainers that removes the unsanitized SQL construction.
  • If a fix is not immediately available, modify head.php so that user input is passed to prepared statements or the input is escaped with a database-specific escaping routine before inclusion in any query.
  • Implement strict input validation on the uname and parameters, limiting acceptable characters, length, and format to prevent injected statements from being formed.
  • Monitor application logs for anomalous SQL queries or authentication attempts that could indicate exploitation attempts.

Generated by OpenCVE AI on July 23, 2026 at 16:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Sun, 05 Jul 2026 06:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in code-projects Online Examination 1.0. Affected by this issue is some unknown functionality of the file head.php. Executing a manipulation of the argument uname/password can lead to sql injection. It is possible to launch the attack remotely. The exploit has been publicly disclosed and may be utilized.
Title code-projects Online Examination head.php sql injection
First Time appeared Code-projects
Code-projects online Examination
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:code-projects:online_examination:*:*:*:*:*:*:*:*
Vendors & Products Code-projects
Code-projects online Examination
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Code-projects Online Examination
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-06T13:29:42.382Z

Reserved: 2026-07-04T05:55:10.492Z

Link: CVE-2026-14705

cve-icon Vulnrichment

Updated: 2026-07-06T13:29:35.679Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-23T16:15:03Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')