Skip to content

Injection: Change Detection - Server Side Template Injection

Identifier: cve_2024_32651

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM 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.

How we test: We test for server-side template injection vulnerabilities in changedetection.io by injecting Jinja2 template payloads and analyzing responses to detect if template code is executed, potentially leading to remote command execution.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  cve_2024_32651:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.