—
PYSEC-2026-1732
open-webui is Vulnerable to Incorrect Access Control
빠른 조치
PYSEC-2026-1732 — open-webui: 아래 명령으로 수정 버전으로 올리세요.
pip install --upgrade 'open-webui>=0.9.0' 상세
open-webui v0.6.33 is vulnerable to Incorrect Access Control. The API /api/tasks/stop/ directly accesses and cancels tasks without verifying user ownership, enabling attackers (a normal user) to stop arbitrary LLM response tasks.
이 버전이 영향받나요?
사용 중인 패키지 버전을 입력하면 즉시 평가합니다.
영향 패키지
참고
- https://nvd.nist.gov/vuln/detail/CVE-2025-63681 [ADVISORY]
- https://github.com/TOAST-Research/pocs/blob/main/openwebui/arbitirary_task_stop/report.md [WEB]
- https://github.com/open-webui/open-webui [PACKAGE]
- https://github.com/open-webui/open-webui/blob/46ae3f4f5d7d4d706041bdae4ad2d802e568712b/backend/open_webui/main.py#L1652 [WEB]
- https://pypi.org/project/open-webui [PACKAGE]
- https://github.com/advisories/GHSA-frv8-gffc-37px [ADVISORY]
- https://github.com/open-webui/open-webui/commit/e7ff4768f8ffe1924b4576381c9e45e8a64350e4 [FIX]