OpenClaw before 2026.3.31 contains a configuration management vulnerability where startup migration treats empty-array settings as missing …
OpenClaw before 2026.3.31 contains a configuration management vulnerability where startup migration treats empty-array settings as missing values. Attackers can restart the application to rehydrate revoked Tlon configuration from file state, bypassing intended revocation controls.
The product does not properly determine which state it is in, causing it to assume it is in state X when in fact it is in state Y, causing it to perform incorrect operations in a security-relevant manner.
https://cwe.mitre.org/data/definitions/372.html →Open in CWE collection →https://capec.mitre.org/data/definitions/74.html →Open in CAPEC collection →
Some web applications require users to submit information through an ordered sequence of web forms. This is often done if there is a very large amount of information being collected or if information on earlier forms is used to pre-populate fields or determine which additional information the application needs to collect. An attacker who knows the names of the various forms in the sequence may be able to explicitly type in the name of a later form and navigate to it without first going through the previous forms. This can result in incomplete collection of information, incorrect assumptions about the information submitted by the attacker, or other problems that can impair the functioning of the application.
https://capec.mitre.org/data/definitions/140.html →Open in CAPEC collection →