Severity by source
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/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Network-accessible unauthenticated SQLi with no scope change; partial CIA impact aligned with data-layer access, not OS-level compromise.
Primary rating from Vendor (VulDB).
CVSS VectorVendor: VulDB
Lifecycle Timeline
2DescriptionCVE.org
A weakness has been identified in code-projects Interview Management System 1.0. This vulnerability affects unknown code of the file \inc\classes\View.php. This manipulation of the argument ID causes sql injection. The attack can be initiated remotely. The exploit has been made available to the public and could be used for attacks.
AnalysisAI
SQL injection in code-projects Interview Management System 1.0 exposes the application to remote, unauthenticated database manipulation via the ID parameter in /inc/classes/View.php. An attacker with network access can read, modify, or partially disrupt data stored in the underlying database with no authentication required and no user interaction needed. A public exploit exists (referenced via GitHub at https://github.com/susususua-AI/CVE/issues/2), though no active exploitation has been confirmed by CISA KEV as of this analysis.
Technical ContextAI
Interview Management System 1.0 is a PHP-based web application distributed by code-projects.org, identified by CPE cpe:2.3:a:code-projects:interview_management_system:*:*:*:*:*:*:*:*. The wildcard version in the CPE suggests the issue may span multiple releases, though 1.0 is specifically documented. The root cause is CWE-89 (Improper Neutralization of Special Elements Used in an SQL Command): the application fails to sanitize or parameterize the ID argument before incorporating it into a SQL query within /inc/classes/View.php. This is a classic PHP SQLi pattern - likely direct string concatenation rather than use of PDO prepared statements or equivalent parameterized query mechanisms - allowing attacker-controlled SQL syntax to alter query logic.
RemediationAI
No vendor-released patch has been identified at time of analysis. Code-projects.org does not maintain a formal security advisory process based on available references. Developers should immediately replace direct SQL string construction in /inc/classes/View.php with parameterized queries using PHP PDO prepared statements or MySQLi bound parameters - this eliminates the root cause. As compensating controls pending a code fix, administrators should restrict external network access to the Interview Management System using firewall rules or reverse proxy ACLs, and deploy a web application firewall (WAF) rule blocking SQL metacharacters (single quotes, comment sequences, UNION/SELECT keywords) in the ID parameter - note that WAF rules add maintenance overhead and may cause false positives on legitimate IDs. If the application is not actively required, taking it offline entirely is the lowest-risk mitigation. Reference: https://vuldb.com/vuln/376952.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42493
GHSA-cj35-237p-x6j7