Description
A weakness has been identified in code-projects Internship Management System 1.0. This vulnerability affects unknown code of the file /admin/login.php of the component Admin Login Form. Executing a manipulation of the argument Password can lead to sql injection. The attack may be performed from remote. The exploit has been made available to the public and could be used for attacks.
Published: 2026-09-20
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: SQL Injection leading to unauthorized database access
Action: Patch Immediately
AI Analysis

Impact

The vulnerability resides in the Admin Login Form of the code-projects Internship Management System 1.0 and allows an attacker to inject arbitrary SQL statements by manipulating the Password field. This flaw, characterized by the CWEs CWE-74 and CWE-89, can compromise the confidentiality, integrity, and availability of the database used by the system.

Affected Systems

The affected product is the code-projects Internship Management System version 1.0. The weakness is present in the file /admin/login.php of the Admin Login Form component. No additional product variants are listed.

Risk and Exploitability

The CVSS score of 6.9 indicates medium severity. The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog, but the public availability of an exploit increases the risk of real-world attacks. The attack vector is remote, enabling an adversary to send crafted credentials directly to the login script from outside the trusted network. Successful exploitation would allow unauthorized access to the underlying database, potentially leading to data theft or modification.

Generated by OpenCVE AI on September 20, 2026 at 12:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Internship Management System to a patched release that validates or sanitizes the Password input in the login form
  • If updating is not immediately possible, modify /admin/login.php to use parameterized queries or escape all user input before incorporating it into SQL statements
  • Restrict external access to the admin login page using firewall rules or IP whitelisting to limit contact with the vulnerable endpoint

Generated by OpenCVE AI on September 20, 2026 at 12:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 20 Sep 2026 11:15:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in code-projects Internship Management System 1.0. This vulnerability affects unknown code of the file /admin/login.php of the component Admin Login Form. Executing a manipulation of the argument Password can lead to sql injection. The attack may be performed from remote. The exploit has been made available to the public and could be used for attacks.
Title code-projects Internship Management System Admin Login Form 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-09-20T11:00:10.532Z

Reserved: 2026-09-19T10:34:01.809Z

Link: CVE-2026-93980

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-20T11:16:58.307

Modified: 2026-09-20T11:16:58.307

Link: CVE-2026-93980

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-20T12:30: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')