Description
A security flaw has been discovered in code-projects Online Job Portal up to 1.0. The impacted element is an unknown function of the file /Admin/DeleteUser.php. Performing a manipulation results in sql injection. Remote exploitation of the attack is possible. The exploit has been released to the public and may be used for attacks.
Published: 2026-07-14
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a classic SQL injection flaw in an unknown function within DeleteUser.php of the Admin module. An attacker can alter the SQL query to access or modify database records, potentially exposing sensitive data or deleting user accounts. The flaw falls under CWE-74 and CWE-89, indicating unsafe construction of SQL statements from user input. Remote exploitation is possible, so an attacker can trigger the injection from outside the host.

Affected Systems

Vendor: code-projects. Product: Online Job Portal. Affected release: version 1.0 and all prior releases.

Risk and Exploitability

The CVSS score of 6.9 reflects a moderate severity, while the EPSS score of less than 1% indicates a low likelihood of exploitation under current conditions. The vulnerability is not listed in the CISA KEV catalog, meaning there is no confirmed widespread exploitation yet. The likely attack vector is a remote HTTP request to /Admin/DeleteUser.php that includes malicious input; because the application does not properly sanitize or parameterize user data, the attacker can inject arbitrary SQL statements.

Generated by OpenCVE AI on July 31, 2026 at 10:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Online Job Portal to the latest released version once the vendor issues a fix for the DeleteUser.php SQL injection flaw.
  • Restrict access to /Admin/DeleteUser.php by requiring authenticated administrator credentials and restricting IP addresses to a trusted network, limiting exposure to the vulnerable endpoint.
  • Revise the application code to perform strict input validation and replace string‑concatenated SQL queries with prepared statements or parameterized queries to eliminate unsanitized SQL construction.

Generated by OpenCVE AI on July 31, 2026 at 10:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 14 Jul 2026 06:15:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in code-projects Online Job Portal up to 1.0. The impacted element is an unknown function of the file /Admin/DeleteUser.php. Performing a manipulation results in sql injection. Remote exploitation of the attack is possible. The exploit has been released to the public and may be used for attacks.
Title code-projects Online Job Portal DeleteUser.php sql injection
First Time appeared Code-projects
Code-projects online Job Portal
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:code-projects:online_job_portal:*:*:*:*:*:*:*:*
Vendors & Products Code-projects
Code-projects online Job Portal
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 Online Job Portal
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-14T12:47:06.364Z

Reserved: 2026-07-13T21:19:12.182Z

Link: CVE-2026-15676

cve-icon Vulnrichment

Updated: 2026-07-14T12:47:00.539Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T10:45:04Z

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