Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-1525 Issue to group security concerns
  3. OFBIZ-6506

XSS vulnerability in OFBiz forms and screens especially in display-entity component

    XMLWordPrintableJSON

Details

    Description

      In Ofbiz form need to escape characters from description column in a display-entity tag to avoid XSS attacks.

      <display-entity entity-name="Table" description="${description}" >

      I tried to use bsh, as following:

      <display-entity entity-name="Table" description="${bsh: org.apache.commons.lang.StringEscapeUtils.escapeHtml(&quot;${description}&quot;)}">

      But I get this error:

      Error rendering screen [component://my/widget/CommonScreens.xml#GlobalDecorator]: java.lang.IllegalStateException: This object has been flagged as immutable (unchangeable), probably because it came from an Entity Engine cache. Cannot set a value in an immutable entity object. 
      (This object has been flagged as immutable (unchangeable), probably because it came from an Entity Engine cache. Cannot set a value in an immutable entity object.)
      

      PS:
      Also you can see here a similar issue:
      http://stackoverflow.com/questions/30097370/how-to-escape-characters-in-ofbiz-widget

      Attachments

        1. Tooltip no XSS issue.png
          3 kB
          Jacques Le Roux

        Activity

          People

            jleroux Jacques Le Roux
            administractor Lilian Iatco
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: