Skip to content
Snippets Groups Projects
  1. May 24, 2016
    • Helmut Hummel's avatar
      [SECURITY] Validate complete referring request · f615301f
      Helmut Hummel authored
      Instead of only checking for valid request arguments by using a hmac,
      we now check the complete request including action, controller and vendor
      to avoid spoofing these arguments and bypassing other security checks
      during forwarding to the referring action.
      
      Additionally, ReferringRequest is now separate from regular Request.
      The meaning of properties starting with "@" is only valid for
      processing a referring request. To avoid mixed concerns in using
      the same Request implementation for regular requests and referring
      requests, they are separated now.
      
      Resolves: #76231
      Resolves: #76256
      Releases: master, 7.6, 6.2
      Security-Commit: 3562e177f1720e62cab84232dcc67c580a3cc3db
      Security-Bulletin: TYPO3-CORE-SA-2016-013
      Change-Id: Ic94e11341df98c1326dc73c92a5c9e061a64cc9e
      Reviewed-on: https://review.typo3.org/48258
      
      
      Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
      Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
      f615301f
  2. May 18, 2016
  3. May 17, 2016
  4. May 16, 2016
  5. May 12, 2016
  6. May 11, 2016
  7. May 10, 2016
  8. May 09, 2016
  9. May 07, 2016
  10. May 06, 2016