CWE Database
/

CWE-799

Back to CWE list

CWE-799

Improper Control of Interaction Frequency

Class
Incomplete

Description

The product does not properly limit the number or frequency of interactions that it has with an actor, such as the number of incoming requests.

This can allow the actor to perform actions more frequently than expected. The actor could be a human or an automated process such as a virus or bot. This could be used to cause a denial of service, compromise program logic (such as limiting humans to a single vote), or other consequences. For example, an authentication routine might not limit the number of times an attacker can guess a password. Or, a web site might conduct a poll but only expect humans to vote a maximum of once a day.

Common Consequences

Scope

Availability
Access Control
Other

Impact

DoS: Resource Consumption (Other), Bypass Protection Mechanism, Other

CVE-2024-50653

Chain: e-commerce product has a "front-end restriction" for coupon use (CWE-602), but the server does not restrict the number of requests for the same coupon (CWE-799)

CVE-2002-1876

Mail server allows attackers to prevent other users from accessing mail by sending large number of rapid requests.

Applicable Platforms

Not Language-Specific

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now