Skip to content

Sensitive Data: Node-Red - Default Login

Identifier: nodered_default_login

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

Allows attacker to log in and execute RCE on the Node-Red panel using the default credentials.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  nodered_default_login:
    assets_allowed:
    - REST
    - GRAPHQL
    - WEBAPP
    skip: false

Reference

assets_allowed

Type : List[AssetType]*

List of assets that this check will cover.

skip

Type : boolean

Skip the test if true.