orbisai0security opened a new pull request, #3486: URL: https://github.com/apache/nuttx-apps/pull/3486
## Summary Fix critical severity security issue in `nshlib/Kconfig`. ## Vulnerability | Field | Value | |-------|-------| | **ID** | V-009 | | **Severity** | CRITICAL | | **Scanner** | multi_agent_ai | | **Rule** | `V-009` | | **File** | `nshlib/Kconfig:33` | **Description**: The NuttX Shell (NSH) has no authentication mechanism enabled. CONFIG_NSH_LOGIN is not confirmed as active, meaning any entity with physical access to the serial console or network access (if NSH is exposed via telnet) can interact with the full shell immediately without providing any credentials. This is the highest-risk finding in the assessment because it eliminates all access control for the most powerful interface on the device. ## Changes - `nshlib/Kconfig` ## Verification - [x] Build passes - [x] Scanner re-scan confirms fix - [x] LLM code review passed -- 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]
