Home ยป Database

AVID-2026-R1542

Description

The enable_monitoring flag set to False does not disable monitoring in Gradio (CVE-2024-47168)

Details

Gradio is an open-source Python package designed for quick prototyping. This vulnerability involves data exposure due to the enable_monitoring flag not properly disabling monitoring when set to False. Even when monitoring is supposedly disabled, an attacker or unauthorized user can still access the monitoring dashboard by directly requesting the /monitoring endpoint. This means that sensitive application analytics may still be exposed, particularly in environments where monitoring is expected to be disabled. Users who set enable_monitoring=False to prevent unauthorized access to monitoring data are impacted. Users are advised to upgrade to gradio>=4.44 to address this issue. There are no known workarounds for this vulnerability.

Reason for inclusion in AVID: CVE-2024-47168 describes a vulnerability in the Gradio library where monitoring data can be exposed via the /monitoring endpoint even when monitoring is disabled. Gradio is a software package commonly used in AI workflows to build and deploy ML apps, making this a security issue within a component of the AI software stack. It affects the supply chain of general-purpose AI systems as a dependency used in ML tooling and deployment pipelines. The report provides clear vulnerability behavior and remediation (upgrade to gradio>=4.44). This is a software vulnerability with direct impact on AI systems, not hardware/firmware.

References

Affected or Relevant Artifacts

  • Developer: gradio-app
  • Deployer: gradio-app
  • Artifact Details:
TypeName
Systemgradio

Impact

AVID Taxonomy Categorization

  • Risk domains: Security
  • SEP subcategories: S0100: Software Vulnerability
  • Lifecycle stages: L06: Deployment

CWE

IDDescription
CWE-670CWE-670: Always-Incorrect Control Flow Implementation

Other information

  • Report Type: Advisory
  • Credits:
  • Date Reported: 2024-10-10
  • Version: 0.3.3
  • AVID Entry