CVE-2026-18927
Received Received - Intake

Unrestricted File Upload in Student Management System

Vulnerability report for CVE-2026-18927, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-05

Last updated on: 2026-08-05

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-05
Last Modified
2026-08-05
Generated
2026-08-05
AI Q&A
2026-08-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
imranrisal-dev student-management-system to 18ea7904c339e0c7b0234724a79c939ce6191def (exc)
imranrisal-dev student-management-system *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-434 The product allows the upload or transfer of dangerous file types that are automatically processed within its environment.
CWE-284 The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an unrestricted file upload flaw in the Student-Management-System. It occurs in the student_profile_pic.php file where the choose_file argument is manipulated to upload malicious files without proper validation. Attackers can upload PHP files to the web-accessible upload directory, enabling remote code execution if PHP execution is allowed.

Detection Guidance

Check for unexpected PHP files in web-accessible directories like asset/upload/. Look for files with .php extensions or unusual filenames. Inspect network traffic for upload requests to student_profile_pic.php or staff_profile_pic.php. Use tools like curl to test file upload functionality with manipulated choose_file arguments.

Impact Analysis

An attacker could exploit this to upload and execute malicious PHP files on the server, gaining remote control. This could lead to data theft, server compromise, or further network infiltration. The attack can be performed remotely without authentication.

Compliance Impact

This vulnerability could lead to unauthorized access and data breaches, violating GDPR's data protection requirements and HIPAA's security rules for protected health information. Non-compliance may result in legal penalties and reputational damage.

Mitigation Strategies

Disable script execution in the upload directory via server configuration. Implement strict server-side validation for file uploads, including allowed extensions, MIME types, and size limits. Generate random filenames for uploaded files. Restrict access to upload directories and monitor for unauthorized uploads.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-18927. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart