Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-45554 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

NiceGUI is a Python-based UI framework. Prior to version 3.12.0, two FastAPI routes that serve per-component static assets in NiceGUI accept a sub-path parameter that may resolve to a directory rather than a file. Requests that resolve to a directory raise an unhandled RuntimeError inside Starlette's FileResponse, which Uvicorn writes to the server log as a full traceback. Because the routes are reachable without authentication, a remote attacker can amplify log volume and consume disk and log-pipeline capacity on any publicly reachable NiceGUI server. This issue has been patched in version 3.12.0.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-248Uncaught Exception[email protected]
CWE-770Allocation of Resources Without Limits or Throttling[email protected]

Affected Products

ProductVersions
NiceGUI
<= 3.11.1 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 3.12.0moderate efforthttps://github.com/zauberzeug/nicegui/releases/tag/v3.12.0
  • Workaround:low effort

    Place NiceGUI behind a reverse proxy that rejects requests where the path after '/_nicegui/<version>/esm/<key>' or '/_nicegui/<version>/resources/<key>' is empty.

  • Mitigation:low effort

    Rate-limit the '/_nicegui/' prefix at the proxy.

  • Mitigation:low effort

    Configure log rotation aggressively for the affected service.

Change History

4 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-45554
NVD Published Date:
Jun 2, 2026
NVD Last Modified:
Jul 22, 2026
Source:
[email protected]
CVE-2026-45554 Details - Not Deferred