Property
Languagephp
Severitylow
CWECWE-601: URL Redirection to Untrusted Site (‘Open Redirect’)
OWASPA01:2021 - Broken Access Control
Confidence LevelLow
Impact LevelMedium
Likelihood LevelLow

Description#

Redirecting users to URLs that are not hardcoded or validated can allow attackers to craft links that redirect users to malicious sites. If user input is used directly in the redirect() method, the application is vulnerable to open redirects.

Impact#

Attackers could trick users into clicking links that appear to be from your site but actually redirect them to phishing or malicious pages. This can lead to loss of user trust, credential theft, or facilitate further attacks such as session hijacking.