Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix open redirect on website, being used in phishing campaigns #4142

Closed
cgite opened this issue Aug 15, 2024 · 4 comments
Closed

Fix open redirect on website, being used in phishing campaigns #4142

cgite opened this issue Aug 15, 2024 · 4 comments
Assignees

Comments

@cgite
Copy link

cgite commented Aug 15, 2024

Is your feature request related to a problem? Please describe

The URL https://analytics.betaflight.com/redir?dest= is actively being used in phishing campaigns.

Describe the solution you'd like

Remove open redirect

Describe alternatives you've considered

Blocking domain

Other information

No response

@nerdCopter
Copy link
Member

@VitroidFPV @freasy ?

@freasy
Copy link
Member

freasy commented Aug 21, 2024

@cgite can you show me examples?

@blckmn

@nerdCopter
Copy link
Member

nerdCopter commented Aug 21, 2024

jsut my useless 2 cents...

  • maybe a node_module is the source, as grepping redirect shows many results.
  • mitigation might include disabling redirects or whitelisting target domain (betaflight.com only)
  • seemingly mitigation is a feature of the server. unsure if using apache httpd, asp.net or another. (check if url is local, allow redirect, else redirect home)

maybe a useful search result... too many vague docs out there.

@haslinghuis haslinghuis transferred this issue from betaflight/betaflight Aug 21, 2024
@haslinghuis haslinghuis transferred this issue from betaflight/betaflight.com Aug 21, 2024
@blckmn blckmn self-assigned this Aug 21, 2024
@blckmn
Copy link
Member

blckmn commented Aug 21, 2024

This has now been resolved.

https://analytics.betaflight.com/redir?dest=https://google.com&tag=empty

Now returns a 401.

@blckmn blckmn closed this as completed Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants