Description
A security vulnerability has been detected in saithink/saigroup SaiAdmin up to 5.0.1. This impacts the function shell_exec of the file /app/saipackage/install/upload of the component Plugin Upload Endpoint. The manipulation leads to unrestricted upload. Remote exploitation of the attack is possible. The exploit has been disclosed publicly and may be used. This product is published by multiple vendors.
Published: 2026-08-10
Score: 5.1 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in saithink/saigroup SaiAdmin versions up to 5.0.1 allows an attacker to upload arbitrary files through the Plugin Upload Endpoint without proper validation or authorization checks. The endpoint invokes shell_exec on the uploaded file path, enabling the execution of arbitrary code on the server. This flaw combines improper authorization (CWE‑284) and unrestricted file upload (CWE‑434), resulting in remote code execution.

Affected Systems

The vulnerability impacts SaiAdmin from the vendors Saigroup and Saithink and affects all releases up to and including version 5.0.1. Any installation of these products that has not been updated beyond 5.0.1 is potentially vulnerable.

Risk and Exploitability

The CVSS score is 5.1, indicating a moderate severity when evaluated against the nominal attackability and impact curves. The EPSS score is not available, implying no publicly reported exploitation data or low current exploitation probability, and the vulnerability is not listed in CISA's KEV catalog. Based on the description, the likely attack vector is remote, where an adversary can trigger the upload endpoint from a network reachable host and achieve code execution on the target system.

Generated by OpenCVE AI on August 10, 2026 at 02:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SaiAdmin to a version newer than 5.0.1 that contains the fixed upload logic.
  • Enforce strict file type and size validation on the upload endpoint, and reject any file that does not match a pre-approved list of MIME types and extensions.
  • Ensure that only authorized users can access the Plugin Upload Endpoint and that the shell_exec invocation is protected behind proper authentication and authorization checks.

Generated by OpenCVE AI on August 10, 2026 at 02:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 01:30:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in saithink/saigroup SaiAdmin up to 5.0.1. This impacts the function shell_exec of the file /app/saipackage/install/upload of the component Plugin Upload Endpoint. The manipulation leads to unrestricted upload. Remote exploitation of the attack is possible. The exploit has been disclosed publicly and may be used. This product is published by multiple vendors.
Title saithink/saigroup SaiAdmin Plugin Upload Endpoint upload shell_exec unrestricted upload
First Time appeared Saigroup
Saigroup saiadmin
Saithink
Saithink saiadmin
Weaknesses CWE-284
CWE-434
CPEs cpe:2.3:a:saigroup:saiadmin:*:*:*:*:*:*:*:*
cpe:2.3:a:saithink:saiadmin:*:*:*:*:*:*:*:*
Vendors & Products Saigroup
Saigroup saiadmin
Saithink
Saithink saiadmin
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Saigroup Saiadmin
Saithink Saiadmin
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-10T01:00:10.437Z

Reserved: 2026-08-09T17:25:22.752Z

Link: CVE-2026-19383

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T02:30:04Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-434

    Unrestricted Upload of File with Dangerous Type