ZeroHour

CVE-2026-84147

Unauthenticated Arbitrary File Upload Leading to RCE in ERP System API

CVSS 4.0
10.0 critical
EPSS
<1%p44
Published
()
Modified
AI analysis

CVE-2026-84147 is a critical (CVSS 4.0: 10.0) flaw in an ERP system caused by improper authentication controls combined with inadequate file type validation at an API endpoint. An unauthenticated remote attacker can trigger it by sending file uploads through the API, with uploaded files being written to a web-accessible directory on the targeted system. Because uploaded content is not properly validated, the attacker can plant malicious files (CWE-434) that are then executed, yielding arbitrary code execution and full system compromise. Organizations running the affected ERP system are at risk, particularly where the API endpoint is reachable from the internet. As of now there is no public proof of concept, the flaw is not listed in CISA KEV, and EPSS puts the 30-day exploitation probability at about 0.5% (44th percentile), indicating no known exploitation activity.

What to do: Check the CERT-In advisory and the ERP vendor for patch details, and apply the fixed release as soon as one is identified (no version numbers are available in the current data). In the interim, restrict network access to the API endpoint, require authentication on upload functionality, enforce strict file type allowlists, and ensure the upload directory is not executable or web-accessible. Audit the upload directory for unexpected files (e.g., scripts or webshells) and review access logs for unauthenticated POST requests to the affected API.

Affected
ERP system (as described in the CERT-In advisory)
Estimated exposure
unknown; ERP deployments are typically per-organization, and exposure hinges on whether the affected API is internet-facing — No vendor, product name, or install-base counts are provided in the data, and internet exposure of the specific API endpoint cannot be assessed without public scan or deployment figures.

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

This vulnerability exists in the ERP system due to improper authentication controls and inadequate file type validation at the API endpoint. An unauthenticated remote attacker could exploit this vulnerability by uploading arbitrary files to a web accessible directory on the targeted system Successful exploitation of this vulnerability could allow the attacker to execute arbitrary code and compromise the targeted system.

Weakness
CWE-434
Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

In the news

No ingested article mentions this CVE yet.