CVE-2026-90857 Details
Description
A vulnerability was detected in SourceCodester College Notes Gallery Management System 1.0. Affected is an unknown function of the file /dashboard/userprofile.php of the component Profile Upload. Performing a manipulation of the argument image results in unrestricted upload. The attack may be initiated remotely. The exploit is now public and may be used.
A vulnerability exists in SourceCodester College Notes Gallery Management System version 1.0, specifically within the profile upload feature of the file '/dashboard/userprofile.php'. This vulnerability allows authenticated users to upload files with manipulated metadata, bypassing restrictions and enabling the execution of arbitrary code. The issue arises because the application only verifies the MIME type provided by the client, without properly checking the actual content of the file or blocking potentially dangerous file extensions. As a result, an authenticated attacker can upload a PHP file disguised as an image, which is then executed by the server, leading to remote code execution.
To address this vulnerability, it is recommended to validate the actual content of uploaded files on the server side, rather than relying on the client-supplied MIME type. Implement strict controls on allowed file extensions, ensuring that only safe image formats are accepted while rejecting any potentially harmful extensions or filenames. Additionally, store uploaded files in a directory that is not publicly accessible or executable, rename files to remove any attacker-controlled extensions, and configure the web server to prevent execution of scripts in upload directories. Finally, establish logging mechanisms to track upload activities and flag any suspicious files or extension discrepancies.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 15, 2026CISA-ADP
Assessed Sep 15, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/OnlyCMJB/cve/issues/1 | [email protected] | ExploitIssue TrackingTechnical Description |
| https://vuldb.com/cve/CVE-2026-90857 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/927266 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/403414 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/403414/cti | [email protected] | Content Wall |
| https://www.sourcecodester.com/ | [email protected] | Vendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-284 | Improper Access Control | [email protected] |
| CWE-434 | Unrestricted Upload of File with Dangerous Type | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| SourceCodester College Notes Gallery Management System | 1.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 15, 2026 | CVE Modified | CISA-ADP |
| Sep 15, 2026 | New CVE Received | [email protected] |
Volerion