この製品は、アクターが複数の動作を実行しなければならないセッションをサポートしていますが、アクターが必要な順序で動作を実行することを適切に保証していません。
予期せぬ順序でアクションを実行したり、ステップを省略したりすることで、攻撃者は製品のビジネス・ロジックを操作したり、無効な状態に陥らせたりすることができる。場合によっては、結果として弱点が露呈することもある。
例えば、ファイル共有プロトコルでは、ファイルを転送する前に、ユーザ名とパスワードの2つのステップを実行する必要があります。もしファイル共有サーバーがパスワードコマンドの後に転送コマンドを受け入れ、ユーザー名が提供されなかったとしても、その製品は転送を実行するかもしれない。
このエントリは密接に関連していますが、アクターが正しい順序でアクションを実行することに重点を置いています。
ワークフロー関連のビヘイビアには以下のものがある:
The product supports a session in which more than one behavior must be performed by an actor, but it does not properly ensure that the actor performs the behaviors in the required sequence.
By performing actions in an unexpected order, or by omitting steps, an attacker could manipulate the business logic of the product or cause it to enter an invalid state. In some cases, this can also expose resultant weaknesses.
For example, a file-sharing protocol might require that an actor perform separate steps to provide a username, then a password, before being able to transfer files. If the file-sharing server accepts a password command followed by a transfer command, without any username being provided, the product might still perform the transfer.
Note that this is different than CWE-696, which focuses on when the product performs actions in the wrong sequence; this entry is closely related, but it is focused on ensuring that the actor performs actions in the correct sequence.
Workflow-related behaviors include: