Skip to content

Injection: Change Detection - Server Side Template Injection

Identifier: cve_2024_32651

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

A Server Side Template Injection in changedetection.io caused by usage of unsafe functions of Jinja2 allows Remote Command Execution on the server host.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  cve_2024_32651:
    assets_allowed:
    - REST
    - GRAPHQL
    skip: false

Reference

assets_allowed

Type : List[AssetType]*

List of assets that this check will cover.

skip

Type : boolean

Skip the test if true.