제출 #913779: kagisearch smallweb main Cross Site Scripting정보

제목kagisearch smallweb main Cross Site Scripting
설명A reflected Cross-Site Scripting (XSS) vulnerability was discovered in the kagisearch/smallweb web application. The index() route handler at app/sw.py line 1395 captures the raw HTTP query string via request.query_string.decode() and passes it unsanitized to the Jinja2 template context as the qs variable. Four template partials (reactions.html, flag_panel.html, mobile_more.html) then render this variable using the Jinja2 |safe filter in HTML form action attributes, which explicitly disables HTML auto-escaping. An attacker who sends a raw HTTP request with unencoded double-quote characters and a script tag in the query string can break out of the form action attribute and inject arbitrary JavaScript code that executes in the victim's browser within the kagi.com origin.
원천⚠️ https://github.com/kagisearch/smallweb/issues/854
사용자
 Customeres (UID 86596)
제출2026. 08. 03. AM 07:15 (1 월 ago)
모더레이션2026. 09. 12. PM 07:36 (1 month later)
상태수락
VulDB 항목403168 [kagisearch smallweb 까지 0ecb9c48edbf98dc7e934b54fbac43869e64b4cf Query String Rendering app/sw.py index qs 크로스 사이트 스크립팅]
포인트들20

Do you want to use VulDB in your project?

Use the official API to access entries easily!