Details
Alert ID 10057
Alert Type Passive
Status release
Risk Informational
CWE 284
WASC 2
Technologies Targeted All
Tags CUSTOM_PAYLOADS
CWE-284
OWASP_2017_A05
OWASP_2021_A01
WSTG-V42-ATHZ-04
More Info Scan Rule Help

Summary

A hash of a username (admin) was found in the response. This may indicate that the application is subject to an Insecure Direct Object Reference (IDOR) vulnerability. Manual testing will be required to see if this discovery can be abused.

Solution

Use per user or session indirect object references (create a temporary mapping at time of use). Or, ensure that each use of a direct object reference is tied to an authorization check to ensure the user is authorized for the requested object.

Other Info

The hash was an SHA1, with value: d033e22ae348aeb5660fc2140aec35850c4da997

References

Code

org/zaproxy/zap/extension/pscanrules/UsernameIdorScanRule.java