Cyber Posture

CVE-2024-56113

High

Published: 09 January 2025

Published
09 January 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0020 42.2th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Description

Smart Toilet Lab - Motius 1.3.11 is running with debug mode turned on (DEBUG = True) and exposing sensitive information defined in Django settings file through verbose error page.

Security Summary

CVE-2024-56113 is a vulnerability in Smart Toilet Lab - Motius version 1.3.11, a Django-based application. The issue stems from the application running with debug mode enabled (DEBUG = True), which causes verbose error pages to expose sensitive information defined in the Django settings file. This misconfiguration is mapped to CWE-922 and carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating high confidentiality impact with no integrity or availability effects.

Unauthenticated remote attackers can exploit this vulnerability over the network with low attack complexity and no user interaction required. By triggering an error condition that generates a verbose error page, attackers gain access to sensitive Django settings data, such as configuration secrets, potentially enabling further compromise like unauthorized access to backend systems or data exfiltration.

Advisories and additional details are available in the GitHub repository at https://github.com/Henkel-CyberVM/CVEs/tree/main/CVE-2024-56113 and on the vendor site at https://www.motius.com/. Specific mitigation steps, such as disabling debug mode or applying patches, are not detailed in the core CVE information provided.

Details

CWE(s)
CWE-922

References