Skip to content

Sensitive Data: Node-Red - Default Login

Identifier: nodered_default_login

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

Node-RED flow-based development tool may be accessible with default credentials, allowing unauthorized access to flow editing and potentially enabling remote code execution.

How we test: We attempt to authenticate to the Node-RED interface using common default username and password combinations. If authentication succeeds, we report the vulnerability.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  nodered_default_login:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.