Description
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.
Published: 2026-07-09
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A weakness in the Interview Management System 1.0 allows an attacker to manipulate the ID argument in the View.php file, leading to SQL injection. The flaw is exploitable remotely, enabling an attacker to craft malicious input that can read, modify, or delete database contents. The associated weaknesses are identified as CWE-74 and CWE-89, indicating improper handling of user input and unsanitized SQL queries.

Affected Systems

This vulnerability affects code-projects Interview Management System, specifically version 1.0 and any installations that include the View.php component. Users deploying this system should verify the installed version and any related components for potential exposure.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate to high severity, while the EPSS score of less than 1% suggests a low probability of exploitation in the wild. As the vulnerability is not listed in the CISA KEV catalog, there is no evidence of widespread exploitation. However, because the attack can be initiated remotely through standard HTTP requests, any exposed interface remains a legitimate risk vector. Successful exploitation would allow unauthorized data access or modification.

Generated by OpenCVE AI on July 26, 2026 at 16:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑provided patch or upgrade to a newer version of Interview Management System that corrects the SQL injection flaw.
  • If a patch is not yet available, block remote access to the /View.php endpoint using firewall rules or a web application firewall, and restrict accepted input for the ID parameter to numeric values only.
  • Modify the application code to use parameterized SQL queries and validate the ID argument server‑side, ensuring that unsanitized input cannot reach the database layer.

Generated by OpenCVE AI on July 26, 2026 at 16:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 09 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Description 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.
Title code-projects Interview Management System View.php sql injection
First Time appeared Code-projects
Code-projects interview Management System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:code-projects:interview_management_system:*:*:*:*:*:*:*:*
Vendors & Products Code-projects
Code-projects interview Management System
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 Interview Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-09T14:15:17.438Z

Reserved: 2026-07-08T17:13:28.509Z

Link: CVE-2026-15137

cve-icon Vulnrichment

Updated: 2026-07-09T14:15:10.987Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T16:15:17Z

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')