You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
Learn more on MITRE.
Summary
Possible buffer overflow in is_mount_point:
https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/fs/fuse_fs_access.c#L69
Details
If the string passed via path parameter is PATH_MAX long, sprintf will overflow dir_path by one byte.
Patches
main: #66592
embargo: 2024-02-20
For more information
If you have any questions or comments about this advisory: