Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-10597

Missing Security and Cache Headers in CMS Events

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Release Branch 16.11, Release Branch 17.12, Trunk
    • 16.11.06, 17.12.01
    • cmssite, securityext
    • None

    Description

      While rendering the view through the controller request we set the important security headers like x-frame-options, strict-transport-security, x-content-type-options, X-XSS-Protection and Referrer-Policy etc. in the response object. (Please see the 'rendervView' method of RequestHandler class.) 
       
      In the similar line, we set the cache related headers like Expires, Last-Modified, Cache-Control, Pragma.
       
      But these security headers are missing in the pages rendered through CMS. (Please visit the CmsEvents class).
       
      These headers are very crucial for the security of the application as they help to prevent various security threats like cross-site scripting, cross-site request forgery, clickjacking etc.
       
      IMO, we should add these security headers in the response object prepared through the CMS also. WDYT?

      Attachments

        1. OFBIZ-10597.diff
          9 kB
          Jacques Le Roux
        2. OFBiz-10597.patch
          6 kB
          Deepak Nigam

        Activity

          People

            deepak.nigam Deepak Nigam
            deepak.nigam Deepak Nigam
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: