Description
A vulnerability was found in anirbandutta9 College-Notes-Gallery up to 8c1cf3d98f30982d069c88ca172612c001eb39f6. Affected by this issue is some unknown functionality of the file /dashboard/userprofile.php?section=admin1. Performing a manipulation of the argument image results in unrestricted upload. It is possible to initiate the attack remotely. The exploit has been made public and could be used. This product is using a rolling release to provide continious delivery. Therefore, no version details for affected nor updated releases are available. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-09-22
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Assess
AI Analysis

Impact

A vulnerability in College‑Notes‑Gallery allows a remote attacker to manipulate the image parameter in the "/dashboard/userprofile.php?section=admin1" endpoint and upload an arbitrary file. The likely impact, inferred from the description, is that the attacker could place a malicious script on the server, leading to execution with the privileges of the web application, which fits the CWE‑284 (Improper Access Control) and CWE‑434 (Unrestricted Upload of File with Dangerous Type) weaknesses. This represents a moderate severity risk due to the potential for code execution on the host.

Affected Systems

The affected vendor is anirbandutta9 and the product is College‑Notes‑Gallery. All releases up to commit 8c1cf3d98f30982d069c88ca172612c001eb39f6 are vulnerable. No patched version or newer release is currently available, and the project uses a rolling release model.

Risk and Exploitability

The vulnerability can be exploited over the network by sending a crafted HTTP request containing a malicious file to the vulnerable endpoint. The CVSS score of 5.3 indicates a moderate severity, and the EPSS score is not available, while the vulnerability is not listed in the CISA KEV catalog. Because the application lacks proper authentication checks and file type validation, an attacker can upload files remotely and potentially execute them, especially if the upload endpoint is accessible to unauthenticated users.

Generated by OpenCVE AI on September 22, 2026 at 23:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Restrict the upload endpoint to accept only image MIME types and reject all non‑image files; implement server‑side validation of file headers.
  • Block unauthenticated access to "/dashboard/userprofile.php?section=admin1" using web‑server rules or firewall filtering.
  • If a patched release is released, upgrade immediately; until then, consider disabling the vulnerable upload feature or replacing the application with a version that does not expose this entry point.

Generated by OpenCVE AI on September 22, 2026 at 23:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 22:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in anirbandutta9 College-Notes-Gallery up to 8c1cf3d98f30982d069c88ca172612c001eb39f6. Affected by this issue is some unknown functionality of the file /dashboard/userprofile.php?section=admin1. Performing a manipulation of the argument image results in unrestricted upload. It is possible to initiate the attack remotely. The exploit has been made public and could be used. This product is using a rolling release to provide continious delivery. Therefore, no version details for affected nor updated releases are available. The vendor was contacted early about this disclosure but did not respond in any way.
Title anirbandutta9 College-Notes-Gallery userprofile.php admin1 unrestricted upload
First Time appeared Anirbandutta9
Anirbandutta9 college-notes-gallery
Weaknesses CWE-284
CWE-434
CPEs cpe:2.3:a:anirbandutta9:college-notes-gallery:*:*:*:*:*:*:*:*
Vendors & Products Anirbandutta9
Anirbandutta9 college-notes-gallery
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

Anirbandutta9 College-notes-gallery
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-22T22:30:08.786Z

Reserved: 2026-09-22T16:10:58.859Z

Link: CVE-2026-95820

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-22T23:17:08.540

Modified: 2026-09-22T23:17:08.540

Link: CVE-2026-95820

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-23T01:00:10Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-434

    Unrestricted Upload of File with Dangerous Type