Description
A flaw has been found in itsourcecode Online Pharmacy System 1.0. This affects the function move_uploaded_file of the file all_users/register.php of the component User Registration. Executing a manipulation of the argument photo can lead to unrestricted upload. The attack may be launched remotely. The exploit has been published and may be used.
Published: 2026-08-24
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability arises from the use of move_uploaded_file in the register.php script, where the photo parameter is not properly validated. An attacker can supply arbitrary file data, resulting in unrestricted upload. When the uploaded file contains executable code or a web script, the attacker may gain remote code execution or broader system compromise. The weakness involves improper access control (CWE-284) and uncontrolled upload due to missing file type restrictions (CWE-434).

Affected Systems

itsourcecode Online Pharmacy System version 1.0 is affected. No additional affected versions were listed.

Risk and Exploitability

The CVSS score of 6.9 indicates medium severity. EPSS score is not reported, but the vulnerability is publicly documented and exploitable. It is not listed in CISA's KEV catalogue. The attack vector is remote, likely through an HTTP request to the register page, and it does not require authentication. Once the attacker uploads a malicious payload, they may execute code with the application's privileges or cause unintended behavior.

Generated by OpenCVE AI on August 24, 2026 at 12:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update itsourcecode Online Pharmacy System to the latest version that includes the upload validation fix.
  • Modify the register.php upload handler to restrict allowed file extensions and MIME types, and validate the file content before calling move_uploaded_file.
  • Ensure the upload directory is located outside the web‑accessible path or set permissions to prevent execution of uploaded files.

Generated by OpenCVE AI on August 24, 2026 at 12:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 24 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
Description A flaw has been found in itsourcecode Online Pharmacy System 1.0. This affects the function move_uploaded_file of the file all_users/register.php of the component User Registration. Executing a manipulation of the argument photo can lead to unrestricted upload. The attack may be launched remotely. The exploit has been published and may be used.
Title itsourcecode Online Pharmacy System User Registration register.php move_uploaded_file unrestricted upload
First Time appeared Itsourcecode
Itsourcecode online Pharmacy System
Weaknesses CWE-284
CWE-434
CPEs cpe:2.3:a:itsourcecode:online_pharmacy_system:*:*:*:*:*:*:*:*
Vendors & Products Itsourcecode
Itsourcecode online Pharmacy System
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Itsourcecode Online Pharmacy System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-24T11:00:10.932Z

Reserved: 2026-08-24T05:28:32.035Z

Link: CVE-2026-78245

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-24T11:16:41.040

Modified: 2026-08-24T11:16:41.040

Link: CVE-2026-78245

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T12:30:16Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-434

    Unrestricted Upload of File with Dangerous Type