Description
Redsea Cloud eHR contains an arbitrary file upload vulnerability that allows unauthenticated attackers to achieve remote code execution by uploading malicious files through the PtFjk.mob servlet endpoint. Attackers can submit a multipart POST request with a JSP webshell disguised using a spoofed image/jpeg Content-Type to bypass the absence of extension and MIME type validation, with the uploaded file stored at a predictable path under the uploadfile directory and executed directly by the web server. Exploitation evidence was first observed by the Shadowserver Foundation on 2024-11-03 (UTC).
Published: 2026-07-02
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Redsea Cloud eHR suffers from an unauthenticated arbitrary file upload weakness that lets attackers send a multipart POST request to the PtFjk.mob servlet endpoint with a file whose MIME type is spoofed as image/jpeg but actually contains a JSP webshell. The web server accepts the file, stores it at a predictable location under the uploadfile directory, and then executes it. This delivers remote code execution to the server and corresponds to CWE-434.

Affected Systems

The flaw is present in Guangzhou Red Sea Cloud Computing Co., Ltd.’s Red Sea Cloud eHR product. No specific version numbers are listed for affected releases.

Risk and Exploitability

The CVSS score of 9.3 indicates a critical severity, and the EPSS value of < 1% suggests a historically low but non‑zero exploitation probability. However, proof of exploitation was observed in November 2024, showing that attackers can successfully exercise the flaw with ordinary web traffic. The vulnerability is not listed in the CISA KEV catalog, but the evidence of exploitation means that any organization running the affected product is at high risk. The attack path requires only the ability to reach the PtFjk.mob endpoint and craft a multipart POST; no authentication or privileged access is needed.

Generated by OpenCVE AI on July 21, 2026 at 10:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Red Sea Cloud eHR to the latest vendor release that removes the arbitrary upload capability or restricts file execution in the uploadfile directory.
  • Add strict server‑side validation that accepts only whitelisted image MIME types and rejects any file containing executable code.
  • Reconfigure the web server to disallow execution of files in the uploadfile directory (using .htaccess or server‑config rules) and enforce file permissions that prevent execution by web processes.
  • Move the upload directory outside the web‑root so that uploaded files cannot be executed by the web server.

Generated by OpenCVE AI on July 21, 2026 at 10:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
First Time appeared Redsea Cloud
Redsea Cloud ehr
Vendors & Products Redsea Cloud
Redsea Cloud ehr

Thu, 02 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 02 Jul 2026 17:15:00 +0000

Type Values Removed Values Added
Description Redsea Cloud eHR contains an arbitrary file upload vulnerability that allows unauthenticated attackers to achieve remote code execution by uploading malicious files through the PtFjk.mob servlet endpoint. Attackers can submit a multipart POST request with a JSP webshell disguised using a spoofed image/jpeg Content-Type to bypass the absence of extension and MIME type validation, with the uploaded file stored at a predictable path under the uploadfile directory and executed directly by the web server. Exploitation evidence was first observed by the Shadowserver Foundation on 2024-11-03 (UTC).
Title Redsea Cloud eHR Unauthenticated File Upload RCE via PtFjk.mob
Weaknesses CWE-434
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

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


Subscriptions

Redsea Cloud Ehr
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-02T18:20:10.126Z

Reserved: 2026-07-02T15:40:17.092Z

Link: CVE-2024-14037

cve-icon Vulnrichment

Updated: 2026-07-02T18:19:27.219Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T11:00:05Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type