CVE-2026-40035 PUBLISHED

Unfurl - Werkzeug Debugger Exposure via String Config Parsing

Assigner: VulnCheck
Reserved: 08.04.2026 Published: 08.04.2026 Updated: 08.04.2026

Unfurl through 2025.08 contains an improper input validation vulnerability in config parsing that enables Flask debug mode by default. The debug configuration value is read as a string and passed directly to app.run(), causing any non-empty string to evaluate truthy, allowing attackers to access the Werkzeug debugger and disclose sensitive information or achieve remote code execution.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor obsidianforensics
Product unfurl
Versions Default: unaffected
  • affected from 0 to 2025.08 (incl.)

Credits

  • Mobasi Security Team reporter

References

Problem Types

  • CWE-489 Active Debug Code CWE