OSV 1.4.0 · github-reviewed · 修改于 2021-09-24 02:50
发布时间
2020-08-11 22:54
GitHub 审查时间
2020-08-11 06:36
NVD 发布时间
—
源文件
advisories/github-reviewed/2020/08/GHSA-q6j3-c4wc-63vw/GHSA-q6j3-c4wc-63vw.json
The HTML form for a read-only canned query includes the hidden CSRF token field added in #798 for writable canned queries (#698).
This means that submitting those read-only forms exposes the CSRF token in the URL - for example on https://latest.datasette.io/fixtures/neighborhood_search submitting the form took me to:
https://latest.datasette.io/fixtures/neighborhood_search?text=down&csrftoken=CSRFTOKEN-HERE
This token could potentially leak to an attacker if the resulting page has a link to an external site on it and the user clicks the link, since the token would be exposed in the referral logs.
A fix for this issue has been released in Datasette 0.46.
You can fix this issue in a Datasette instance without upgrading by copying the 0.46 query.html template into a custom templates/ directory and running Datasette with the --template-dir=templates/ option.
Issue 918 discusses this in details: https://github.com/simonw/datasette/issues/918
Contact swillison at gmail with any questions.