Vulnerability Description
NiceGUI is a Python-based UI framework. Prior to version 3.12.0, ui.restructured_text() renders reStructuredText server-side with Docutils without disabling file insertion directives. When a NiceGUI application passes attacker-controlled content to ui.restructured_text(), an attacker can use standard Docutils directives (include, csv-table with :file:, raw with :file:) to read local files readable by the NiceGUI server process. Applications that only pass trusted static strings to ui.restructured_text() are not affected. This issue has been patched in version 3.12.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/zauberzeug/nicegui/releases/tag/v3.12.0
- https://github.com/zauberzeug/nicegui/security/advisories/GHSA-jfrm-rx66-g536
FAQ
What is CVE-2026-45553?
CVE-2026-45553 is a vulnerability with a CVSS score of 7.5 (HIGH). NiceGUI is a Python-based UI framework. Prior to version 3.12.0, ui.restructured_text() renders reStructuredText server-side with Docutils without disabling file insertion directives. When a NiceGUI a...
How severe is CVE-2026-45553?
CVE-2026-45553 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-45553?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.