Description
The software requires that an actor should only be able to perform an action once, or to have only one unique action, but the software 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 software.
Modes of Introduction:
Likelihood of Exploit:
Related Weaknesses
Consequences
Other:
An attacker might be able to gain advantage over other users by performing the action multiple times, or affect the correctness of the software.
Potential Mitigations
CVE References
- CVE-2008-0294
- Ticket-booking web application allows a user to lock a seat more than once.
- CVE-2005-4051
- CMS allows people to rate downloads by voting more than once.
- CVE-2002-216
- Polling software allows people to vote more than once by setting a cookie.
- CVE-2003-1433
- Chain: lack of validation of a challenge key in a game allows a player to register multiple times and lock other players out of the game.
- CVE-2002-1018
- Library feature allows attackers to check out the same e-book multiple times, preventing other users from accessing copies of the e-book.
- CVE-2009-2346
- Protocol implementation allows remote attackers to cause a denial of service (call-number exhaustion) by initiating many message exchanges.
More Stories
The Most Dangerous Vulnerabilities in Apache Tomcat and How to Protect Against Them
Apache Tomcat is an open-source web server and servlet container that is widely used in enterprise environments to run Java...
ZDI-CAN-18333: A Critical Zero-Day Vulnerability in Microsoft Windows
Zero-day vulnerabilities are a serious threat to cybersecurity, as they can be exploited by malicious actors to gain unauthorized access...
CWE-669 – Incorrect Resource Transfer Between Spheres
Description The product does not properly transfer a resource/behavior to another sphere, or improperly imports a resource/behavior from another sphere,...
CWE-67 – Improper Handling of Windows Device Names
Description The software constructs pathnames from user input, but it does not handle or incorrectly handles a pathname containing a...
CWE-670 – Always-Incorrect Control Flow Implementation
Description The code contains a control flow path that does not reflect the algorithm that the path is intended to...
CWE-671 – Lack of Administrator Control over Security
Description The product uses security features in a way that prevents the product's administrator from tailoring security settings to reflect...