Actions
Defect #14650
closedSecurity vulnerability in Redmine REST API
Status:
Closed
Priority:
Urgent
Assignee:
-
Category:
Security
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
If I login as a non-administrator and try -
I get a 403 error saying "You are not authorized to access this page".
However, logged in as the same user, I can do
http://localhost:3000/users/1.xml
http://localhost:3000/users/2.xml
...
...
...
http://localhost:3000/users/n.xml
And I can access all the users, including their api keys.
Actions