You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/.github
Gaurav Aggarwal 79704b8213 Remove local stack variable form MPU wrappers
It was possible for a third party that had already independently gained
the ability to execute injected code to achieve further privilege
escalation by branching directly inside a FreeRTOS MPU API wrapper
function with a manually crafted stack frame. This commit removes the
local stack variable `xRunningPrivileged` so that a manually crafted
stack frame cannot be used for privilege escalation by branching
directly inside a FreeRTOS MPU API wrapper.

We thank Certibit Consulting, LLC, Huazhong University of Science and
Technology and the SecLab team at Northeastern University for reporting
this issue.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
2 years ago
..
ISSUE_TEMPLATE Update feature_request.md (#500) 3 years ago
actions Check: improve verbosity of url verifier (#260) 4 years ago
scripts Add RP2040 support (#341) 4 years ago
workflows Add support for MISRA rule 20.7 (#546) 3 years ago
CODEOWNERS Added CODEOWNERS file (#209) 4 years ago
CONTRIBUTING.md Run uncrustify with github workflows (#369) 4 years ago
SECURITY.md Move markdown files and lexicon into .github directory (#205) 4 years ago
lexicon.txt Remove local stack variable form MPU wrappers 2 years ago
pull_request_template.md Create pull_request_template.md 5 years ago
uncrustify.cfg Update uncrustify configuration to 0.69 (#445) 3 years ago