Path Traversal in admin3 Upload Handler
The admin3 application through version 3.0.0 is vulnerable to path traversal, allowing authenticated attackers on Windows to overwrite arbitrary files via malicious filenames in the upload handler.
CVE search metadata
CVE search record: CVE-2026-92919. Severity: high. CVSS: 8.1. KEV: no. Product: admin3 (<= 3.0.0). Brief: Path Traversal in admin3 Upload Handler. Brief link: https://feed.craftedsignal.io/briefs/2026-09-cve-2026-92919/
What's new
- 1. added coverage for admin3 (<= 3.0.0) Sep 17, 15:59 via nvd
CVE-2026-92919 describes a path traversal vulnerability in the admin3 application (all versions up to and including 3.0.0). The vulnerability resides in the file upload handler, which fails to adequately sanitize client-supplied filenames. When deployed on Windows systems, an authenticated user can provide filenames containing path traversal sequences, such as dot-dot (../ or ..), to break out of the designated storage root. This allows the attacker to write or overwrite files anywhere on the filesystem accessible to the user account running the admin3 process. If the attacker can write to executable directories or configuration files, this could lead to remote code execution or full system compromise. Defenders should prioritize auditing web server access logs for anomalous file upload requests containing path traversal characters and update to a patched version if available.
Impact
Successful exploitation allows authenticated attackers to perform arbitrary file writes on the host system. This can lead to system-wide compromise, data loss, or the deployment of malicious binaries if the attacker can target sensitive application or system directories.
Recommendation
- Identify all instances of admin3 running on Windows servers within the environment.
- Review web application logs for POST requests to the file upload endpoint containing path traversal sequences (e.g., "../", "..\").
- Restrict access to the file upload functionality to trusted, authenticated users only.
- Monitor for unauthorized file creation or modification events in sensitive system directories, such as startup folders or application config paths, using EDR or file integrity monitoring.
Immediate actions
Review web server access logs for activity associated with CVE-2026-92919
Mitigations
Identify and restrict access to the file upload handler in admin3
CVE-2026-92919
Detection coverage 1
Detect CVE-2026-92919 Exploitation - Path Traversal in Upload Handler
highDetects path traversal attempts in HTTP requests targeting the admin3 file upload handler by searching for dot-dot sequences in the filename parameter.
Detection queries are available on the platform. Get full rules →