Excessive Data Exposure
This can lead to unauthorized access to sensitive information, which may include personal data, system details, or other confidential information that can be exploited by attackers.
Limit the amount of data returned by APIs or error messages to only what is necessary, implement proper data access controls, and use data masking or anonymization techniques to protect sensitive information.
The below example is based on the crAPI application.

The below example is based on HTB's API Attacks module.

Last updated
Was this helpful?