4.3
CVSSv2

CVE-2010-0432

Published: 15/04/2010 Updated: 30/07/2018
CVSS v2 Base Score: 4.3 | Impact Score: 2.9 | Exploitability Score: 8.6
VMScore: 445
Vector: AV:N/AC:M/Au:N/C:N/I:P/A:N

Vulnerability Summary

Multiple cross-site scripting (XSS) vulnerabilities in the Apache Open For Business Project (aka OFBiz) 09.04 and previous versions, as used in Opentaps, Neogia, and Entente Oya, allow remote malicious users to inject arbitrary web script or HTML via (1) the productStoreId parameter to control/exportProductListing, (2) the partyId parameter to partymgr/control/viewprofile (aka partymgr/control/login), (3) the start parameter to myportal/control/showPortalPage, (4) an invalid URI beginning with /facility/control/ReceiveReturn (aka /crmsfa/control/ReceiveReturn or /cms/control/ReceiveReturn), (5) the contentId parameter (aka the entityName variable) to ecommerce/control/ViewBlogArticle, (6) the entityName parameter to webtools/control/FindGeneric, or the (7) subject or (8) content parameter to an unspecified component under ecommerce/control/contactus.

Vulnerable Product Search on Vulmon Subscribe to Product

apache ofbiz

Exploits

/* Apache OFBiz FULLADMIN Creator PoC Payload CVE: CVE-2010-0432 By: Lucas Apa ( lucas -at- bonsai-seccom ) Bonsai Information Security wwwbonsai-seccom/ */ var username = 'bonsaiUser'; var password = 'bonsaiPass'; var nodes = documentgetElementsByClassName('fieldWidth300'); for (var i=0; i<nodeslength; i++) { if(/script/t ...
/* Apache OFBiz SQL Remote Execution PoC Payload CVE: CVE-2010-0432 By: Lucas Apa ( lucas -at- bonsai-seccom ) Bonsai Information Security wwwbonsai-seccom/ */ var cmd = 'command'; var xmlhttp=false; try { xmlhttp = new ActiveXObject("Msxml2XMLHTTP"); } catch (e) { try { xmlhttp = new ActiveXObject("MicrosoftXMLHTTP"); } catch ...
Bonsai Information Security - Advisory wwwbonsai-seccom/research/ Multiple XSS in Apache OFBiz 1 *Advisory Information* Title: Multiple XSS in Apache OFBiz Advisory ID: BONSAI-2010-0103 Advisory URL: wwwbonsai-seccom/research/vulnerabilities/apacheofbiz-multiple-xss-0103php Date publ ...