CVE-2026-28701 Overview
CVE-2026-28701 is a path traversal vulnerability [CWE-22] affecting multiple versions of Daktronics Controller Firmware. The flaw allows both authenticated and unauthenticated remote attackers to escape the intended directory scope and enumerate arbitrary file system paths on the device. Because the controller firmware powers operational technology (OT) equipment, exposure can reveal sensitive configuration and system artifacts to network-based attackers.
The vulnerability was published in the National Vulnerability Database (NVD) and disclosed through CISA ICS Advisory ICSA-26-176-04. It carries a CVSS v4.0 score of 9.3 (Critical), with an attack vector of Network and no privileges or user interaction required.
Critical Impact
Unauthenticated remote attackers can traverse directories and enumerate arbitrary file paths on affected Daktronics Controller Firmware, exposing sensitive system data.
Affected Products
- Daktronics Controller Firmware (multiple versions per CISA ICSA-26-176-04)
- Deployments exposing the controller management interface to untrusted networks
- OT environments using Daktronics display and signage control systems
Discovery Timeline
- 2026-06-26 - CVE-2026-28701 published to NVD
- 2026-06-29 - Last updated in NVD database
Technical Details for CVE-2026-28701
Vulnerability Analysis
The vulnerability is a path traversal weakness classified under [CWE-22] (Improper Limitation of a Pathname to a Restricted Directory). The controller firmware fails to properly sanitize user-supplied path components before resolving them against the file system. As a result, attackers can supply crafted path sequences such as ../ to escape the intended working directory.
Once outside the intended directory, the attacker can enumerate arbitrary file system paths. This reveals the layout of firmware storage, configuration directories, and other sensitive locations. The flaw is remotely reachable and does not require authentication, expanding the exposure to any attacker with network access to the controller.
The Exploit Prediction Scoring System (EPSS) rating stands at 0.839%, reflecting current probability of observed exploitation activity. No public proof-of-concept has been catalogued in the enriched data, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog.
Root Cause
The root cause is missing or insufficient input validation on file path parameters accepted by the controller's network-facing interface. The firmware trusts the supplied path input and passes it to file system routines without canonicalizing or restricting traversal sequences.
Attack Vector
An attacker sends crafted requests to the controller's exposed service over the network. By embedding directory traversal sequences within path parameters, the attacker forces the firmware to resolve paths outside the intended base directory and return directory listings or file existence indicators.
No verified public exploit code is available. Refer to CISA ICS Advisory ICSA-26-176-04 and the GitHub CSAF File for authoritative technical details.
Detection Methods for CVE-2026-28701
Indicators of Compromise
- HTTP or protocol requests containing traversal sequences such as ../, ..%2f, or encoded variants targeting Daktronics controller endpoints.
- Unexpected file enumeration responses returned by the controller to remote clients.
- Access attempts to controller management ports from unauthorized network segments or external addresses.
Detection Strategies
- Inspect network traffic to Daktronics controllers for path parameters containing directory traversal patterns.
- Correlate controller access logs against approved administrative source addresses and time windows.
- Deploy intrusion detection signatures for [CWE-22] traversal patterns targeting OT/ICS endpoints.
Monitoring Recommendations
- Enable verbose logging on network devices in front of controllers and forward logs to a centralized analytics platform.
- Monitor for scanning activity or repeated 4xx/5xx responses that suggest enumeration attempts.
- Alert on any inbound connection to controller ports originating outside the OT management network.
How to Mitigate CVE-2026-28701
Immediate Actions Required
- Restrict network access to Daktronics controllers so only authorized management workstations can reach them.
- Place controllers behind a firewall and segment them from business and internet-facing networks per ICS best practices.
- Review controller access logs for signs of prior traversal attempts or unauthorized enumeration.
Patch Information
Consult CISA ICS Advisory ICSA-26-176-04 for the current list of affected versions and vendor remediation guidance. Apply firmware updates issued by Daktronics as soon as they are available for your deployed model. Verify version strings on each controller after updates to confirm remediation.
Workarounds
- Disable remote access features on the controller when not operationally required.
- Use a VPN or jump host with strong authentication for any remote administration of the controller.
- Enforce access control lists on upstream network devices to block untrusted sources from reaching controller services.
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

