[
https://issues.apache.org/jira/browse/CLOUDSTACK-9705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15777715#comment-15777715
]
ASF GitHub Bot commented on CLOUDSTACK-9705:
--------------------------------------------
GitHub user anshul1886 opened a pull request:
https://github.com/apache/cloudstack/pull/1865
CLOUDSTACK-9705: Unauthenticated API allows Admin password reset
Now, Updating the password via UpdateUser API is not allowed via
integration port
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anshul1886/cloudstack-1 CLOUDSTACK-9705
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1865.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1865
----
commit d206336e1a89d45162c95228ce3486b31d476504
Author: Anshul Gangwar <[email protected]>
Date: 2015-01-29T22:50:26Z
CLOUDSTACK-9705: Unauthenticated API allows Admin password reset
Now, Updating the password via UpdateUser API is not allowed via
integration port
----
> Unauthenticated API allows Admin password reset
> -----------------------------------------------
>
> Key: CLOUDSTACK-9705
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9705
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Anshul Gangwar
> Assignee: Anshul Gangwar
>
> The "unauthenticated API" allows a caller to reset CloudStack administrator
> passwords. This presents a security risk becaues it allows for privilege
> escallation attacks. First, if the unauthenticated API is listening on the
> network (instead of locally) then any user on the network can reset admin
> passwords. If, the API is only listening locally, then any user with access
> to the local box can resset admin passwords. This would allow them to access
> other hosts within the cloudstack deployment.
> While it may be important to provide a recovery mechanism for admin passwords
> that have been lost or hyjacked, such a solution needs to be secure. We
> should either remove this feature from the Unauthenticated API, or provide a
> solution that is less open to abuse.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)