catalinv-ncc opened a new pull request, #19437:
URL: https://github.com/apache/nuttx/pull/19437

   drivers/: Multiple Drivers Are Registered With World Writable Part 2
   
   ## Summary
   
   Permissions (Part 2)
   
   # Description:
   
   In kernel builds, any unprivileged process running on the NuttX device can 
open /dev/efuse and attempt to read/write fuse content. Reading the fuses may 
provide valuable information to an attacker controlling the user process. The 
write operation, in extreme cases where the fuse blocks are not locked, may 
brick the device.
   
   DISCLAIMER: I tried to be strict with the settings, better to relax them 
later if it's needed.
   
   This is part of https://github.com/apache/nuttx/issues/19410
   
   ## Impact
   
   See https://github.com/apache/nuttx/issues/19410
   
   ## Testing
   
   Compiles ok.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to