CVE-2025-50361
CVE-2025-50361 affects SmallBASIC with SDL prior to v12_28. The issue is a buffer overflow in src/platform/sdl/main.cpp (main function) where argv is copied into a fixed-size global buffer opt_command via strcpy, enabling potential information leakage or crash. Root cause is use of strcpy with a ...