logo

Database

Http Weak Referrer Policy Value

Description

Detects weak or insecure Referrer-Policy header configurations that could leak sensitive information through the Referer header. When unsafe policies like 'unsafe-url' or 'origin' are used, sensitive URL parameters and paths may be exposed to third-party sites, creating privacy and security risks.

Weakness:

071 - Insecure or unset HTTP headers - Referrer-Policy

Category: Protocol Manipulation

Detection Strategy

    Checks only HTML responses for Referrer-Policy header values

    Reports a vulnerability if the rightmost supported value is weak ('origin', 'unsafe-url', 'origin-when-cross-origin', 'no-referrer-when-downgrade')

    Reports a vulnerability if header values are experimental or not in the specification

    No vulnerability is reported if the rightmost supported value is safe ('no-referrer', 'same-origin', 'strict-origin', 'strict-origin-when-cross-origin')