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

Unauthenticated Public RestAPI Endpoint #291

Closed
Securitybits-io opened this issue Feb 16, 2022 · 1 comment
Closed

Unauthenticated Public RestAPI Endpoint #291

Securitybits-io opened this issue Feb 16, 2022 · 1 comment
Assignees
Labels
bug_Normal Normal bug, Server connects to clients but won't sync data
Projects

Comments

@Securitybits-io
Copy link

In the RestAPI there is also the Endpoint /ManageRoute/postRoute which is unauthenticated. While this might not seem interesting at first, it is possible to broadcast new routes (suggested tracks to take) to every End User Device (EUD) connected to the server. This can create two issues, either create a Denial of Service situation where a malicious user can fill the entire map with routes, making it impossible to use the map in the EUD. The second scenario might be to create a route on which possible users might take and therefor control some of the paths and direct users into bad situations.

Unauthenticated-Endpoint

@brothercorvo brothercorvo added the bug_Normal Normal bug, Server connects to clients but won't sync data label Feb 16, 2022
@brothercorvo brothercorvo added this to To do in 1.9.9 via automation Feb 16, 2022
@brothercorvo
Copy link
Collaborator

fixed in 1.9.8.5

1.9.9 automation moved this from To do to Done Mar 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug_Normal Normal bug, Server connects to clients but won't sync data
Projects
No open projects
1.9.9
Done
Development

No branches or pull requests

3 participants