Skip to content

Access Control: IoTaWatt Configuration App Exposure

Identifier: iotawatt_app_exposure

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

An IoTaWatt configuration app was discovered. Unauthenticated access to an IoTaWatt energy monitor could give a malicious attacker the means to upload to any of several third-party energy websites/database.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  iotawatt_app_exposure:
    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.