SQL Injection in code-projects Assessment Management 1.0
An unauthenticated SQL injection vulnerability in the /welcome.php file of Assessment Management 1.0 allows remote attackers to execute arbitrary SQL commands via the userid parameter.
CVE search metadata
CVE search record: CVE-2026-76762. Severity: high. CVSS: 7.3. KEV: no. Product: Assessment Management (1.0). Brief: SQL Injection in code-projects Assessment Management 1.0. Brief link: https://feed.craftedsignal.io/briefs/2026-08-cve-2026-76762/
A critical SQL injection vulnerability has been identified in the Assessment Management 1.0 software, a product developed by code-projects. The vulnerability resides in the /welcome.php file, which fails to properly sanitize the 'userid' parameter before incorporating it into backend database queries. This flaw allows remote, unauthenticated attackers to perform SQL injection attacks, potentially resulting in unauthorized data exfiltration, modification, or deletion from the application database. Publicly available exploit code currently exists for this vulnerability, increasing the risk of active exploitation. Security teams should prioritize patching or restricting access to this application, as the entry point is exposed via standard web request parameters.
Attack Chain
- An attacker identifies a target host running code-projects Assessment Management 1.0.
- The attacker crafts an HTTP request targeting the /welcome.php endpoint.
- The attacker injects malicious SQL syntax into the 'userid' query parameter.
- The web server passes the unsanitized 'userid' parameter to the database management system.
- The database executes the injected malicious SQL statements with the privileges of the web application service account.
- The attacker leverages the vulnerability to exfiltrate sensitive user records or administrative credentials from the backend database.
Impact
Successful exploitation allows an unauthenticated remote attacker to gain unauthorized access to the application database. This can lead to the full compromise of user data, loss of confidentiality, integrity, and availability of the Assessment Management system. Given the public availability of exploit material, the likelihood of targeted or automated scanning attempts is high.
Recommendation
- Identify all instances of Assessment Management 1.0 within the environment and restrict network access to these assets until a vendor-supplied patch is applied.
- Monitor web application firewall logs for HTTP requests directed at /welcome.php containing SQL meta-characters (such as single quotes, semicolons, or SQL keywords like UNION, SELECT, SLEEP) in the 'userid' parameter.
- Deploy the provided Sigma rule to detect exploitation attempts targeting this vulnerability.
- Perform a database audit to detect unauthorized queries originating from the web application service account.
Immediate actions
Deploy Sigma detection rule to monitor for exploitation attempts
Mitigations
Block access to /welcome.php if the application is not required
CVE-2026-76762
Detection coverage 1
Detects CVE-2026-76762 Exploitation - SQL Injection in welcome.php
highDetects HTTP requests to /welcome.php where the userid parameter contains common SQL injection sequences
Detection queries are available on the platform. Get full rules →