Improper Authorization in Device Upload Endpoint (CVE-2026-27552)
An improper authorization vulnerability in the /index.php/attached_devices_tab/do_upload endpoint allows low-privileged remote attackers to upload arbitrary files, potentially leading to unauthorized device behavior or denial-of-service.
CVE search metadata
CVE search record: CVE-2026-27552. Severity: high. CVSS: 8.1. KEV: no. Product: attached_devices_tab. Brief: Improper Authorization in Device Upload Endpoint (CVE-2026-27552). Brief link: https://feed.craftedsignal.io/briefs/2026-09-cve-2026-27552/
CVE-2026-27552 describes an improper authorization vulnerability located in the /index.php/attached_devices_tab/do_upload endpoint. The vulnerability allows an authenticated, low-privileged remote attacker to bypass intended authorization checks to upload IODD files directly to the device. Exploitation of this flaw can result in significant operational impact, including the alteration of device behavior or the triggering of system crashes leading to a denial-of-service condition. This vulnerability is particularly critical for network infrastructure security as it allows for the unauthorized modification of device configurations or operational logic. Defenders should focus on monitoring for unauthorized file uploads to the identified endpoint and restricting access to administrative functions to authenticated users with documented legitimate requirements for these actions.
Impact
Successful exploitation of CVE-2026-27552 enables attackers to manipulate device behavior, potentially leading to full control over affected device logic or creating persistent denial-of-service conditions by crashing the device service. Given the nature of the endpoint, this vulnerability could be weaponized to target critical network infrastructure.
Recommendation
- Implement strict access control lists (ACLs) to restrict access to the /index.php/attached_devices_tab/do_upload endpoint to only authorized administrative network segments.
- Review web server access logs for any unauthorized POST requests targeting the /index.php/attached_devices_tab/do_upload URI.
- Verify vendor-specific security patches or configuration guidance to remediate the authorization flaw in the target device firmware.
Immediate actions
Deploy Sigma detection rule to web application firewalls or WAF-enabled load balancers
Threat Hunt
Search web logs for POST requests to /index.php/attached_devices_tab/do_upload from unauthorized source IP addresses
Data: webserver_logs
Detection coverage 1
Detects CVE-2026-27552 Exploitation - Unauthorized File Upload Attempt
highDetects potential exploitation of CVE-2026-27552 by monitoring for unauthorized POST requests to the /index.php/attached_devices_tab/do_upload endpoint
Detection queries are available on the platform. Get full rules →