Description
A vulnerability was determined in imranrisal-dev Student-Management-System 18ea7904c339e0c7b0234724a79c939ce6191def/a8d43a29aaf267e7ca97171d6dbb44057bcd7f8c. This affects the function storeProfileImage of the file student_profile_pic.php of the component Shared Upload Helper. Executing a manipulation of the argument choose_file can lead to unrestricted upload. The attack can be executed remotely. The exploit has been publicly disclosed and may be utilized. This product implements a rolling release for ongoing delivery, which means version information for affected or updated releases is unavailable. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-08-05
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in the storeProfileImage function of student_profile_pic.php, where an attacker can manipulate the choose_file argument to upload any file type without restriction. Based on the description it is inferred that the attacker could upload arbitrary files, potentially including malicious scripts or binaries, that might be executed on the server, leading to remote code execution, defacement, or data exfiltration. This flaw can enable the placement of malicious scripts or binaries on the web server, creating a route for remote code execution, defacement, or data exfiltration. The weakness aligns with CWE‑434 and CWE‑284, indicating improper file type validation and unauthorized access control to the upload mechanism.

Affected Systems

The affected product is the Student-Management-System developed by imranrisal-dev. No fixed or released version numbers are available due to the product’s rolling‑release model, but any installation using this component is potentially vulnerable.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate risk level, while the EPSS score is not available and the vulnerability is not listed in CISA KEV. The attacker can perform the exploit remotely via a web request containing a crafted choose_file parameter, and the flaw has already been publicly disclosed. Because the vendor did not respond to notification, the risk of exploitation remains high for unpatched systems, especially if upload controls are not manually enhanced. The vendor’s lack of response is inferred to increase the likelihood of exploitation.

Generated by OpenCVE AI on August 5, 2026 at 19:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any vendor patch or update as soon as it becomes available.
  • Restrict uploaded file types to whitelisted image MIME types and extensions, and validate them server‑side.
  • Store uploaded files outside the web root and assign non‑executable permissions, renaming them with a secure random name.
  • Continuously monitor the upload directory for unexpected executable files and run antivirus or malware scans on uploaded content.

Generated by OpenCVE AI on August 5, 2026 at 19:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 05 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in imranrisal-dev Student-Management-System 18ea7904c339e0c7b0234724a79c939ce6191def/a8d43a29aaf267e7ca97171d6dbb44057bcd7f8c. This affects the function storeProfileImage of the file student_profile_pic.php of the component Shared Upload Helper. Executing a manipulation of the argument choose_file can lead to unrestricted upload. The attack can be executed remotely. The exploit has been publicly disclosed and may be utilized. This product implements a rolling release for ongoing delivery, which means version information for affected or updated releases is unavailable. The vendor was contacted early about this disclosure but did not respond in any way.
Title imranrisal-dev Student-Management-System Shared Upload Helper student_profile_pic.php storeProfileImage unrestricted upload
First Time appeared Imranrisal-dev
Imranrisal-dev student-management-system
Weaknesses CWE-284
CWE-434
CPEs cpe:2.3:a:imranrisal-dev:student-management-system:*:*:*:*:*:*:*:*
Vendors & Products Imranrisal-dev
Imranrisal-dev student-management-system
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

Imranrisal-dev Student-management-system
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-05T17:10:31.400Z

Reserved: 2026-08-05T09:55:46.452Z

Link: CVE-2026-18927

cve-icon Vulnrichment

Updated: 2026-08-05T17:10:06.618Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T19:15:03Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-434

    Unrestricted Upload of File with Dangerous Type