Actions
Bug #36644
closedOpen Redirect weakness in links_controller.rb
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2228860
An open redirect weakness was found in Foreman's links_controller.rb. When using the root_url parameter, it is possible to redirect the user to an attacker controlled URL.
On a Foreman/Katello box, this can be triggered as simply as
https://foreman.example.com/links/manual?root_url=https://3w.tf
You can also use the plugin doc handler:
https://foreman.example.com/links/plugin_manual/?root_url=https://3w.tf&name=/
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Assignee set to Evgeni Golov
- Pull request https://github.com/theforeman/foreman/pull/9795 added
Updated by Evgeni Golov over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|57bbbd1056aefa7c7fbe270ea80c66e138060c55.
Updated by Griffin Sullivan over 1 year ago
- Subject changed from Foreman: Open Redirect weakness in links_controller.rb to Foreman: Open Redirect weakness in links_controller.rb
Updated by Ewoud Kohl van Wijngaarden over 1 year ago
- Subject changed from Foreman: Open Redirect weakness in links_controller.rb to Open Redirect weakness in links_controller.rb
- Category set to Security
- Triaged changed from No to Yes
Actions