Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0012038Openbravo ERPC. Securitypublic2010-01-21 18:242022-02-01 08:08
efriese 
Triage Platform Base 
highmajoralways
acknowledgedopen 
20Community Appliance
2.50MP9 
 
Core
No
0012038: Multiple Cross-site Scripting Vulnerabilities in DataGrid.html
The values for inpAccessLevel, offset, and page_size are not validated/escaped to prevent malicious code from being executed by the browser.
The TamperData plugin for Firefox or another proxy will be needed to reproduce for offset and page_size. Visiting /openbravo/utility/DataGrid.html and setting inpAccessLevel to:

inpAccessLevel=4>%22%27><img%20src%3d%22javascript:alert(65234)%22>

To reproduce for offset and page_size, use the TamperData plugin to set the POST values to:

offset=0>%22%27><img%20src%3d%22javascript:alert('XSS')%22>
page_size=60>%22%27><img%20src%3d%22javascript:alert('XSS')%22>
The values for inpAccessLevel, offset, and page_size should be escaped to prevent code from being executed in the browser. More info can be found at http://www.owasp.org/index.php/Cross-site_Scripting_%28XSS%29 [^]
No tags attached.
Issue History
2010-01-21 18:24efrieseNew Issue
2010-01-21 18:24efrieseAssigned To => alostale
2010-01-25 08:15alostaleStatusnew => scheduled
2010-01-25 08:15alostaleAssigned Toalostale => shuehner
2011-10-28 13:54dmitry_mezentsevTypedefect => design defect
2012-02-20 11:14shuehnerAssigned Toshuehner => alostale
2012-09-24 23:39AugustoMauchNote Added: 0052509
2012-09-24 23:39AugustoMauchPrioritynormal => high
2017-03-31 14:36alostaleStatusscheduled => acknowledged
2017-04-10 14:35alostaleAssigned Toalostale => platform
2022-02-01 08:08alostaleAssigned Toplatform => Triage Platform Base

Notes
(0052509)
AugustoMauch   
2012-09-24 23:39   
Effort: 1
Impact: low
Plan: short