CVE-2013-0177
Apache OFBiz 10.04.x < 10.04.05 and 11.04.01 - Authenticated Cross-Site Scripting via Widget Attributes
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2013-0177. PoCs published by Juan Caillava.
AI-analyzed exploit summary This exploit demonstrates a cross-site scripting (XSS) vulnerability in Apache OFBiz by injecting a script tag into the `parentPortalPageId` parameter. The vulnerability arises due to insufficient input sanitization, allowing arbitrary JavaScript execution in the context of the affected site.
Description
Multiple cross-site scripting (XSS) vulnerabilities in widget/screen/ModelScreenWidget.java in Apache Open For Business Project (aka OFBiz) 10.04.x before 10.04.05, 11.04.01, and possibly 09.04.x allow remote authenticated users to inject arbitrary web script or HTML via the (1) Screenlet.title or (2) Image.alt Widget attribute, as demonstrated by the parentPortalPageId parameter to exampleext/control/ManagePortalPages.
Exploits (1)
This exploit demonstrates a cross-site scripting (XSS) vulnerability in Apache OFBiz by injecting a script tag into the `parentPortalPageId` parameter. The vulnerability arises due to insufficient input sanitization, allowing arbitrary JavaScript execution in the context of the affected site.