CVE-2022-25303

The package whoogle-search before 0.7.2 are vulnerable to Cross-site Scripting (XSS) via the query string parameter q. In the case where it does not contain the http string, it is used to build the error_message that is then rendered in the error.html template, using the [flask.render_template](https://flask.palletsprojects.com/en/2.1.x/api/flask.render_template) function. However, the error_message is rendered using the [| safe filter](https://jinja.palletsprojects.com/en/3.1.x/templates/working-with-automatic-escaping), meaning the user input is not escaped.
Configurations

Configuration 1 (hide)

cpe:2.3:a:whoogle-search_project:whoogle-search:*:*:*:*:*:*:*:*

History

No history.

Information

Published : 2022-07-12 15:15

Updated : 2024-02-28 19:29


NVD link : CVE-2022-25303

Mitre link : CVE-2022-25303

CVE.ORG link : CVE-2022-25303


JSON object : View

Products Affected

whoogle-search_project

  • whoogle-search
CWE
CWE-79

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