CAPEC-261: Fuzzing for garnering other adjacent user/sensitive data

ID CAPEC-261
Typical Severity Medium
Status Draft

An adversary who is authorized to send queries to a target sends variants of expected queries in the hope that these modified queries might return information (directly or indirectly through error logs) beyond what the expected set of queries should provide.

Many client applications use specific query templates when interacting with a server and often automatically fill in specific fields or attributes. If the server does not verify that the query matches one of the expected templates, an adversary who is allowed to send normal queries could modify their query to try to return additional information. The adversary may not know the names of fields to request or how other modifications will affect the server response, but by attempting multiple plausible variants, they might eventually trigger a server response that divulges sensitive information. Other possible outcomes include server crashes and resource consumption if the unexpected queries cause the server to enter an unstable state or perform excessive computation.

https://capec.mitre.org/data/definitions/261.html

Weaknesses

# ID Name Type
CWE-20 Improper Input Validation weakness
Loading...