Description
A vulnerability was found in code-projects Student Web Portal 1.0. Affected is an unknown function of the file profile.php. The manipulation of the argument User results in sql injection. The attack can be launched remotely. The exploit has been made public and could be used.
Published: 2026-03-08
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized data access via SQL injection
Action: Apply Patch
AI Analysis

Impact

A function in the Student Web Portal’s profile.php file accepts a user supplied argument that is incorporated directly into an SQL query without proper sanitisation. This allows an attacker to inject malicious SQL code, potentially extracting, modifying, or deleting data stored in the database. The flaw is a classic example of CWE‑74 and CWE‑89, giving an attacker the ability to compromise the confidentiality and integrity of the portal’s data.

Affected Systems

The vulnerability exists in version 1.0 of code‑projects Student Web Portal. The affected component is the profile.php script, which is part of the web interface that manages user profiles. Any installation of this version that exposes the profile.php endpoint to the network is vulnerable.

Risk and Exploitability

The CVSS score of 5.3 indicates a medium severity of the issue. The EPSS score of less than 1% suggests that the likelihood of exploitation at present is low, and the vulnerability is not listed in the CISA KEV catalog. Nevertheless, the attack is remote, can be triggered over the network, and a public exploit is available, meaning that if an unauthenticated attacker can reach the profile.php page, they could execute arbitrary SQL code against the database.

Generated by OpenCVE AI on April 16, 2026 at 10:32 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install the latest version of Student Web Portal if an official patch has been released.
  • Modify the Student Web Portal code so that any user input passed to SQL queries is handled with parameterised statements and proper input validation.
  • Configure or deploy a web application firewall or other intrusion detection system that blocks common SQL injection payloads and monitors for anomalous query patterns.

Generated by OpenCVE AI on April 16, 2026 at 10:32 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 11 Mar 2026 20:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 09 Mar 2026 18:45:00 +0000

Type Values Removed Values Added
First Time appeared Carmelo
Carmelo student Web Portal
CPEs cpe:2.3:a:carmelo:student_web_portal:1.0:*:*:*:*:*:*:*
Vendors & Products Carmelo
Carmelo student Web Portal

Mon, 09 Mar 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Code-projects
Code-projects student Web Portal
Vendors & Products Code-projects
Code-projects student Web Portal

Sun, 08 Mar 2026 15:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in code-projects Student Web Portal 1.0. Affected is an unknown function of the file profile.php. The manipulation of the argument User results in sql injection. The attack can be launched remotely. The exploit has been made public and could be used.
Title code-projects Student Web Portal profile.php sql injection
Weaknesses CWE-74
CWE-89
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Carmelo Student Web Portal
Code-projects Student Web Portal
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-03-11T19:42:15.646Z

Reserved: 2026-03-07T20:14:44.810Z

Link: CVE-2026-3745

cve-icon Vulnrichment

Updated: 2026-03-11T19:42:11.662Z

cve-icon NVD

Status : Analyzed

Published: 2026-03-08T16:16:01.377

Modified: 2026-04-29T01:00:01.613

Link: CVE-2026-3745

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-16T10:45:26Z

Weaknesses