CVE-2026-74845
Received Received - Intake

Arbitrary File Upload in Official Document Management System

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

Publication date: 2026-08-17

Last updated on: 2026-08-17

Assigner: TWCERT/CC

Description

Official Document Management System developed by 2100 Technology has an Arbitrary File Upload vulnerability, allowing authenticated remote attackers to upload and execute web shell backdoors, thereby enabling arbitrary code execution on the server.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
2100_technology official_document_management_system *
2100_technology official_document_management_system to 5.0.105 (exc)

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

CVE-2026-74845 is an Arbitrary File Upload vulnerability in the Official Document Management System by 2100 Technology. It allows authenticated remote attackers to upload and execute web shell backdoors, leading to arbitrary code execution on the server.

Detection Guidance

Detecting this vulnerability requires checking for unauthorized file uploads or web shells in the Official Document Management System. Inspect system logs for unusual file uploads, especially executable files or scripts in web-accessible directories. Monitor network traffic for unexpected outbound connections from the server. Use tools like grep to search for recently modified files in upload directories. Example commands: grep -r 'web shell' /var/www/html/, find /var/www/html/ -type f -mtime -7, or check for files with extensions like .php, .jsp in upload folders.

Impact Analysis

This vulnerability enables attackers to upload malicious files, execute arbitrary code on the server, and potentially gain full control over the system. It can lead to data breaches, unauthorized access, and system compromise.

Compliance Impact

This vulnerability could lead to unauthorized access and data breaches, violating GDPR and HIPAA requirements for data protection and security. Non-compliance may result in legal penalties, fines, and reputational damage.

Mitigation Strategies

Immediately update the Official Document Management System to version 5.0.105 or later to patch the vulnerability. If updating is not immediately possible, restrict file upload functionality to only trusted users and file types. Implement strict input validation for file uploads and disable execution permissions for uploaded files. Review and remove any unauthorized files or web shells already present on the system. Monitor for suspicious activity and restrict server access to trusted IPs.

Chat Assistant

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

EPSS Chart