Umbra Wiki weakness weakness/CWE-837
Back to wiki

CWE-837 — Improper Enforcement of a Single, Unique Action

provenance: imported · CWE: CWE-837

CWE-837: Improper Enforcement of a Single, Unique Action

MITRE CWE weakness

Kind Weakness
Abstraction Base
Status Incomplete
Likelihood of exploit

Description

The product requires that an actor should only be able to perform an action once, or to have only one unique action, but the product does not enforce or improperly enforces this restriction.

In various applications, a user is only expected to perform a certain action once, such as voting, requesting a refund, or making a purchase. When this restriction is not enforced, sometimes this can have security implications. For example, in a voting application, an attacker could attempt to "stuff the ballot box" by voting multiple times. If these votes are counted separately, then the attacker could directly affect who wins the vote. This could have significant business impact depending on the purpose of the product.

Common consequences

  • Other: Varies by Context

Mitigations

(none listed)

References

  • CWE page: https://cwe.mitre.org/data/definitions/837.html
  • CWE list: https://cwe.mitre.org/data/index.html