SCA: security update for whoogle-search (GHSA-mxvc-fwgx-j778)

medium Tenable Cloud Security Plugin ID 417200

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2022-25303)

See Also

https://github.com/advisories/GHSA-mxvc-fwgx-j778

Plugin Details

Severity: Medium

ID: 417200

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 2.3

Percentile: 8.67

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 4.3

Temporal Score: 3.2

Vector: CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N

CVSS Score Source: CVE-2022-25303

CVSS v3

Risk Factor: Medium

Base Score: 6.1

Temporal Score: 5.3

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 7/15/2022

Vulnerability Publication Date: 7/12/2022

Reference Information

CVE: CVE-2022-25303

cwe: CWE-79