Description
A vulnerability was detected in code-projects Assessment Management 1.0. The affected element is an unknown function of the file /welcome.php. The manipulation of the argument userid results in sql injection. The attack may be launched remotely. The exploit is now public and may be used.
Published: 2026-08-19
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in the /welcome.php file of code‑projects Assessment Management 1.0; an attacker can manipulate the userid parameter to inject arbitrary SQL because it is not validated, leading to a classic SQL injection flaw covered by CWE-74 and CWE-89. The flaw is exploitable remotely and the publicly available exploit enables attackers to execute any SQL statements supported by the database, potentially disclosing or altering sensitive data.

Affected Systems

Products affected by this issue include code‑projects Assessment Management version 1.0. No other versions are known to be impacted based on the current CNA data.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity; the EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Nevertheless, the publicly available exploit and the ability to launch the attack remotely make this flaw a realistic threat. Attackers can craft an HTTP request to /welcome.php, supply a malicious userid value, and feed arbitrary SQL to the backend database, potentially compromising confidentiality, integrity, or availability of the application data.

Generated by OpenCVE AI on August 20, 2026 at 07:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply an official vendor patch or upgrade to a fixed version of Assessment Management if one exists
  • If no patch is available, modify the code so that the userid input is treated as a parameterized query or properly escaped
  • Restrict access to /welcome.php to authenticated users or trusted IP ranges as a temporary measure

Generated by OpenCVE AI on August 20, 2026 at 07:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in code-projects Assessment Management 1.0. The affected element is an unknown function of the file /welcome.php. The manipulation of the argument userid results in sql injection. The attack may be launched remotely. The exploit is now public and may be used.
Title code-projects Assessment Management welcome.php sql injection
First Time appeared Code-projects
Code-projects assessment Management
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:code-projects:assessment_management:*:*:*:*:*:*:*:*
Vendors & Products Code-projects
Code-projects assessment Management
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 Assessment Management
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-19T23:15:10.255Z

Reserved: 2026-08-19T16:50:43.751Z

Link: CVE-2026-76762

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-20T00:16:52.817

Modified: 2026-08-20T00:16:52.817

Link: CVE-2026-76762

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T08:00: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')