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.
References
Link | Resource |
---|---|
https://datasette.io/plugins/datasette-auth-passwords | Vendor Advisory |
https://github.com/simonw/datasette/issues/1360 | Issue Tracking Patch Third Party Advisory |
https://github.com/simonw/datasette/security/advisories/GHSA-xw7c-jx9m-xh5g | Third Party Advisory |
https://owasp.org/www-community/attacks/xss/#reflected-xss-attacks | Third Party Advisory |
https://pypi.org/project/datasette/ | Release Notes Third Party Advisory |
https://datasette.io/plugins/datasette-auth-passwords | Vendor Advisory |
https://github.com/simonw/datasette/issues/1360 | Issue Tracking Patch Third Party Advisory |
https://github.com/simonw/datasette/security/advisories/GHSA-xw7c-jx9m-xh5g | Third Party Advisory |
https://owasp.org/www-community/attacks/xss/#reflected-xss-attacks | Third Party Advisory |
https://pypi.org/project/datasette/ | Release Notes Third Party Advisory |
Configurations
History
21 Nov 2024, 06:07
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : 4.3
v3 : 7.2 |
References | () https://datasette.io/plugins/datasette-auth-passwords - Vendor Advisory | |
References | () https://github.com/simonw/datasette/issues/1360 - Issue Tracking, Patch, Third Party Advisory | |
References | () https://github.com/simonw/datasette/security/advisories/GHSA-xw7c-jx9m-xh5g - Third Party Advisory | |
References | () https://owasp.org/www-community/attacks/xss/#reflected-xss-attacks - Third Party Advisory | |
References | () https://pypi.org/project/datasette/ - Release Notes, Third Party Advisory |
14 Jun 2021, 16:28
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:a:datasette:datasette:*:*:*:*:*:*:*:* | |
CVSS |
v2 : v3 : |
v2 : 4.3
v3 : 6.1 |
CWE | CWE-79 | |
References | (CONFIRM) https://github.com/simonw/datasette/security/advisories/GHSA-xw7c-jx9m-xh5g - Third Party Advisory | |
References | (MISC) https://datasette.io/plugins/datasette-auth-passwords - Vendor Advisory | |
References | (MISC) https://pypi.org/project/datasette/ - Release Notes, Third Party Advisory | |
References | (MISC) https://owasp.org/www-community/attacks/xss/#reflected-xss-attacks - Third Party Advisory | |
References | (MISC) https://github.com/simonw/datasette/issues/1360 - Issue Tracking, Patch, Third Party Advisory |
07 Jun 2021, 23:00
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2021-06-07 22:15
Updated : 2024-11-21 06:07
NVD link : CVE-2021-32670
Mitre link : CVE-2021-32670
CVE.ORG link : CVE-2021-32670
JSON object : View
Products Affected
datasette
- datasette
CWE
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')