Bearer v1.1.0
  • Join the Discord Community
  • Join us on GitHub
  • Get Started
  • Get Started

    • Quick Start
  • Guides

    • Using the GitHub action
    • Create a custom rule
  • Explanations

    • Scanner types
    • Report types
    • Sensitive data flow
  • Reference

    • Installation
    • Configuration
    • Commands
    • Rules
    • Data Types
    • Supported Languages
  • Contributing

    • Overview
    • Contribute code
    • Contribute documentation
    • Contribute new recipes
  • Reference
  • Rules

Open redirect detected

  • Rule ID: ruby_rails_redirect_to
  • Languages: ruby
  • Source: open_redirect.yml

Description

A web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a Redirect. This simplifies phishing attacks.

Associated CWE

  • CWE-601: URL Redirection to Untrusted Site ('Open Redirect')

OWASP Top 10

  • A01:2021 - Broken Access Control

On this page

Overview
  1. Description
  2. Associated CWE
  3. OWASP Top 10

Contribute

  • Edit this page
  • Leave feedback