AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2022-25303

MEDIUM · CVSS 5.4 EPSS 0.92% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2022-07-12 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2022-25303
Severity
MEDIUM
CVSS
5.4
EPSS
0.92%

Original NVD Description

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.