You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/06/29 21:33:17 UTC

[GitHub] [incubator-nuttx] patacongo opened a new issue #1329: System calls require address checks

patacongo opened a new issue #1329:
URL: https://github.com/apache/incubator-nuttx/issues/1329


   As a security measure, system calls such as read() or any other system call that modifies memory, must verify that the user-provided addresses lie in user-space.  Otherwise, this opens a back door that may be exploited to take control of the OS or to crash the OS.
   
   This applies only to PROTECTED and KERNEL build modes.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] patacongo commented on issue #1329: System calls require address checks

Posted by GitBox <gi...@apache.org>.
patacongo commented on issue #1329:
URL: https://github.com/apache/incubator-nuttx/issues/1329#issuecomment-653665705


   Related to Issue #1359 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org