CVE-2026-72840

openwrt · luci

OpenWrt LuCI contains an overly permissive ACL in the system-mounts module, allowing low-privileged users to modify root crontabs.

Executive summary

An incorrect privilege assignment in OpenWrt LuCI enables authenticated users to gain elevated write access, potentially leading to unauthorized command execution.

Vulnerability

This vulnerability involves incorrect privilege assignment (CWE-266). An authenticated user with low privileges (PR:L) can exploit an overly permissive access control list (ACL) in the luci-mod-system-mounts component to gain write access to the root crontab.

Business impact

With a CVSS score of 8.8, this vulnerability poses a significant threat to system integrity. An attacker with standard access could use the ability to modify root crontabs to achieve persistent, elevated command execution, essentially granting them full control over the affected OpenWrt device.

Remediation

Immediate Action: Review the OpenWrt LuCI security advisory and apply the recommended configuration changes or software updates provided by the project.

Proactive Monitoring: Audit crontab files for unauthorized entries and monitor system access logs for privilege escalation attempts.

Compensating Controls: Restrict access to the LuCI interface to only essential users and disable the system-mounts module if it is not required for daily operations.

Exploitation status

Public Exploit Available: No

Analyst recommendation

Administrators should verify their OpenWrt LuCI configuration immediately. Given the high risk of privilege escalation, apply official patches as soon as they are released and audit existing user permissions to ensure the principle of least privilege is strictly enforced.

More openwrt CVEs