Details
-
Task
-
Status: Public disclosure
-
Highest
-
Resolution: Done
-
Casablanca Maintenance Release, Dublin Release, Casablanca
-
CVE-2019-12122
-
-
OJSI-PORTAL
Description
ONAP Portal allows to retrieve user password based on SESSION value stored in
Cookie. Call to ONAPPORTAL/portalApi/loggedinUser, which is used to retrieve details
about active user, returns not only email addresses and personal data but also password
in plain text. Command below allows to retrieve password of active user
based on session id.
curl -k -i -H ’Accept: application/json’ -H ’Cookie: SESSION=YWNmM2IwNTZ+ZTkzOH40NTM2fmI1MGZ+YTIxMGY3MWZlMDBi’ -X GET https://<IP addr>:30225/ONAPPORTAL/portalApi/loggedinUser