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

   drivers/: Multiple Drivers Are Registered With World Writable
   
   ## Summary
   Permissions (Part 1)
   
   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.
   
   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