nuttx/drivers/video
Catalin Visinescu a30bbfee6b drivers/: Multiple Drivers Are Registered With World Writable Part 3
Summary

Permissions (Part 3)

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.

Signed-off-by: Catalin Visinescu <catalin_visinescu@yahoo.com>
2026-07-16 09:49:07 -03:00
..
mipidsi drivers/: Multiple Drivers Are Registered With World Writable - Part 2 2026-07-15 15:27:28 +08:00
vnc drivers: Fix comment typos — 'Pubic' → 'Public' across drivers and headers. 2026-07-02 13:29:48 +08:00
CMakeLists.txt drivers/video: add GC0308 VGA CMOS image sensor driver 2026-03-16 17:26:27 -03:00
fb.c drivers/: Multiple Drivers Are Registered With World Writable - Part 2 2026-07-15 15:27:28 +08:00
gc0308.c video/gc0308: implement V4L2 horizontal flip control 2026-04-10 10:47:07 +02:00
goldfish_camera.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
goldfish_fb.c drivers/video: use spinlock to replace critical section for goldfish_fb and vnc 2026-05-22 15:38:50 +08:00
goldfish_gpu_fb.c golfish_gpu_fb: clear fb when initialization 2026-05-22 17:18:13 +08:00
isx012.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
isx012_range.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
isx012_reg.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
isx019.c style: fix checkpatch issues after debug.h move 2026-04-07 07:50:06 -03:00
isx019_range.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
isx019_reg.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
Kconfig drivers/video: add HWCURSOR related config 2026-06-05 00:01:09 +08:00
Make.defs drivers/video: add GC0308 VGA CMOS image sensor driver 2026-03-16 17:26:27 -03:00
max7456.c drivers/: Multiple Drivers Are Registered With World Writable Part 3 2026-07-16 09:49:07 -03:00
new_logo.c drivers/video/fb.c: Add startup splashscreen option 2025-04-30 06:38:05 -03:00
new_nx_logo.png drivers/video/fb.c: Add startup splashscreen option 2025-04-30 06:38:05 -03:00
nxlogo80.c drivers/video/fb.c: Add startup splashscreen option 2025-04-30 06:38:05 -03:00
nxlogo80.png drivers/video/fb.c: Add startup splashscreen option 2025-04-30 06:38:05 -03:00
nxlogo160.c drivers/video/fb.c: Add startup splashscreen option 2025-04-30 06:38:05 -03:00
nxlogo160.png drivers/video/fb.c: Add startup splashscreen option 2025-04-30 06:38:05 -03:00
nxlogo320.c drivers/video/fb.c: Add startup splashscreen option 2025-04-30 06:38:05 -03:00
nxlogo320.png drivers/video/fb.c: Add startup splashscreen option 2025-04-30 06:38:05 -03:00
ov2640.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
v4l2_cap.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
v4l2_core.c drivers/: Multiple Drivers Are Registered With World Writable - Part 2 2026-07-15 15:27:28 +08:00
v4l2_m2m.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
video_framebuff.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
video_framebuff.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00