Podatność CVE-2021-32670


Publikacja: 2021-06-07   Modyfikacja: 2021-06-08

Opis:
Datasette is an open source multi-tool for exploring and publishing data. The `?_trace=1` debugging feature in Datasette does not correctly escape generated HTML, resulting in a [reflected cross-site scripting](https://owasp.org/www-community/attacks/xss/#reflected-xss-attacks) vulnerability. This vulnerability is particularly relevant if your Datasette installation includes authenticated features using plugins such as [datasette-auth-passwords](https://datasette.io/plugins/datasette-auth-passwords) as an attacker could use the vulnerability to access protected data. Datasette 0.57 and 0.56.1 both include patches for this issue. If you run Datasette behind a proxy you can workaround this issue by rejecting any incoming requests with `?_trace=` or `&_trace=` in their query string parameters.

Typ:

CWE-79

(Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'))

CVSS2 => (AV:N/AC:M/Au:N/C:N/I:P/A:N)

Ogólna skala CVSS
Znaczenie
Łatwość wykorzystania
4.3/10
2.9/10
8.6/10
Wymagany dostęp
Złożoność ataku
Autoryzacja
Zdalny
Średnia
Nie wymagana
Wpływ na poufność
Wpływ na integralność
Wpływ na dostępność
Brak
Częściowy
Brak
Affected software
Datasette -> Datasette 

 Referencje:
https://owasp.org/www-community/attacks/xss/#reflected-xss-attacks
https://pypi.org/project/datasette/
https://datasette.io/plugins/datasette-auth-passwords
https://github.com/simonw/datasette/security/advisories/GHSA-xw7c-jx9m-xh5g
https://github.com/simonw/datasette/issues/1360

Copyright 2024, cxsecurity.com

 

Back to Top