CVE-2026-76762
Received Received - Intake

SQL Injection in Assessment Management 1.0

Vulnerability report for CVE-2026-76762, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-20

Last updated on: 2026-08-20

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-20
Last Modified
2026-08-20
Generated
2026-08-20
AI Q&A
2026-08-20
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
code-projects assessment_management 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a SQL injection vulnerability in the Assessment Management 1.0 software. The issue occurs in the welcome.php file where the userid parameter is directly used in SQL queries without proper sanitization. Attackers can inject malicious SQL code through this parameter to manipulate the database.

Detection Guidance

To detect this SQL injection vulnerability in Assessment Management 1.0, you can use tools like sqlmap to test the 'userid' parameter in /welcome.php. Example command: sqlmap -u 'http://target-site/welcome.php?userid=1' --batch. Ensure you have permission to test the system.

Impact Analysis

If exploited, this vulnerability could allow attackers to access, modify, or delete sensitive data in the database. They could also gain unauthorized access to the system without needing authentication. This could lead to data breaches, loss of confidential information, or system compromise.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA due to unauthorized data access or loss. GDPR requires protection of personal data, while HIPAA mandates safeguards for protected health information. A breach could result in legal penalties, fines, and reputational damage.

Mitigation Strategies

Immediately update the software to a patched version if available. If not, implement prepared statements with parameter binding for all database queries. Validate and sanitize all user inputs, especially the 'userid' parameter. Restrict database user permissions to the minimum required.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-76762. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart