CVE-2026-84147
Deferred Deferred - Pending Action

Unauthenticated File Upload in ERP System

Vulnerability report for CVE-2026-84147, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-01

Last updated on: 2026-09-01

Assigner: Indian Computer Emergency Response Team (CERT-In)

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-01
Last Modified
2026-09-01
Generated
2026-09-01
AI Q&A
2026-09-01
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-434 The product allows the upload or transfer of dangerous file types that are automatically processed within its environment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is in an ERP system due to weak authentication and insufficient file type checks at an API endpoint. An attacker can upload malicious files to a web-accessible directory without authentication.

Detection Guidance

Detecting this vulnerability requires checking for unauthorized file uploads in web-accessible directories. Inspect server logs for unusual POST requests to API endpoints, particularly those handling file uploads. Look for files with unexpected extensions or content in directories like /uploads, /temp, or /files. Use commands like 'find /var/www -type f -mtime -1' to find recently modified files or 'grep -r 'POST /api/upload' /var/log/nginx/' to check for suspicious API calls.

Impact Analysis

Exploitation could let attackers run arbitrary code and fully compromise the affected system, leading to data theft, system damage, or unauthorized access.

Mitigation Strategies

Immediately restrict write permissions to web-accessible directories. Disable unauthenticated file upload endpoints if possible. Implement strict file type validation, allowing only specific safe extensions. Update authentication controls to require valid sessions for all API endpoints. Monitor network traffic for signs of exploitation attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-84147. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart