Description
A security vulnerability has been detected in code-projects Internship Management System 1.0. The impacted element is an unknown function of the file employer/login.php of the component Employer Login Endpoint. The manipulation of the argument email/password leads to sql injection. Remote exploitation of the attack is possible. The exploit has been disclosed publicly and may be used.
Published: 2026-07-05
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows attackers to inject arbitrary SQL through the email and password parameters in employer/login.php. The description states that manipulating these arguments leads to SQL injection, enabling remote exploitation. No further details about the specific data that could be accessed or modified are given.

Affected Systems

Affected product: code‑projects Internship Management System version 1.0. The flaw resides in the Employer Login Endpoint component.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity, and the EPSS score of less than 1% suggests a low likelihood of exploitation at the time of analysis. The flaw is not listed in the CISA KEV catalog. The description indicates that remote exploitation is possible, meaning an attacker can send crafted requests to the login endpoint over the network. Successful exploitation could allow execution of arbitrary SQL commands against the backend database, exposing or altering data.

Generated by OpenCVE AI on July 25, 2026 at 21:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest vendor patch or upgrade to a newer version of the Internship Management System when available.
  • Refactor employer/login.php to use parameterized queries or prepared statements for the email and password fields, eliminating direct string concatenation.
  • Implement input validation to enforce proper email format and restrict password characters, preventing malformed input from reaching the database query.

Generated by OpenCVE AI on July 25, 2026 at 21:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 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'}


Sun, 05 Jul 2026 04:30:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in code-projects Internship Management System 1.0. The impacted element is an unknown function of the file employer/login.php of the component Employer Login Endpoint. The manipulation of the argument email/password leads to sql injection. Remote exploitation of the attack is possible. The exploit has been disclosed publicly and may be used.
Title code-projects Internship Management System Employer Login Endpoint login.php sql injection
First Time appeared Code-projects
Code-projects internship Management System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:code-projects:internship_management_system:*:*:*:*:*:*:*:*
Vendors & Products Code-projects
Code-projects internship 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 Internship Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-06T13:40:26.163Z

Reserved: 2026-07-04T05:24:35.276Z

Link: CVE-2026-14700

cve-icon Vulnrichment

Updated: 2026-07-06T13:40:22.768Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-25T21:15:03Z

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