Skip to content

Commit 5bd472c

Browse files
author
Dale Sikkema
committed
MAGETWO-37981: Incorrect action name checks leads to customer info leak
- undo fixed ACL resource
1 parent da2f15e commit 5bd472c

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/Controller/Adminhtml/Order

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Controller/Adminhtml/Order/Create.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ protected function _reloadQuote()
373373
*/
374374
protected function _isAllowed()
375375
{
376-
return $this->_authorization->isAllowed('Magento_Sales::actions');
376+
return $this->_authorization->isAllowed($this->_getAclResource());
377377
}
378378

379379
/**

0 commit comments

Comments
 (0)