CVE Vulnerabilities

CVE-2025-8029

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)

Published: Jul 22, 2025 | Modified: Jul 30, 2025
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
6.1 MODERATE
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Ubuntu
MEDIUM

Firefox executed javascript: URLs when used in object and embed tags. This vulnerability affects Firefox < 141, Firefox ESR < 128.13, Firefox ESR < 140.1, Thunderbird < 141, Thunderbird < 128.13, and Thunderbird < 140.1.

Weakness

The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special characters such as “<”, “>”, and “&” that could be interpreted as web-scripting elements when they are sent to a downstream component that processes web pages.

Affected Software

Name Vendor Start Version End Version
Firefox Mozilla * 128.13.0 (excluding)
Firefox Mozilla * 141.0 (excluding)
Firefox Mozilla 140.0 (including) 140.1.0 (excluding)
Thunderbird Mozilla * 128.13.0 (excluding)
Thunderbird Mozilla * 141.0 (excluding)
Thunderbird Mozilla 140.0 (including) 140.1.0 (excluding)
Red Hat Enterprise Linux 10 RedHat firefox-0:128.13.0-1.el10_0 *
Red Hat Enterprise Linux 10 RedHat thunderbird-0:128.13.0-3.el10_0 *
Red Hat Enterprise Linux 7 Extended Lifecycle Support RedHat firefox-0:128.13.0-1.el7_9 *
Red Hat Enterprise Linux 8 RedHat firefox-0:128.13.0-1.el8_10 *
Red Hat Enterprise Linux 8 RedHat thunderbird-0:128.13.0-3.el8_10 *
Red Hat Enterprise Linux 8.2 Advanced Update Support RedHat firefox-0:128.13.0-1.el8_2 *
Red Hat Enterprise Linux 8.2 Advanced Update Support RedHat thunderbird-0:128.13.0-3.el8_2 *
Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support RedHat firefox-0:128.13.0-1.el8_4 *
Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support RedHat thunderbird-0:128.13.0-3.el8_4 *
Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On RedHat firefox-0:128.13.0-1.el8_4 *
Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On RedHat thunderbird-0:128.13.0-3.el8_4 *
Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support RedHat firefox-0:128.13.0-1.el8_6 *
Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support RedHat thunderbird-0:128.13.0-3.el8_6 *
Red Hat Enterprise Linux 8.6 Telecommunications Update Service RedHat firefox-0:128.13.0-1.el8_6 *
Red Hat Enterprise Linux 8.6 Telecommunications Update Service RedHat thunderbird-0:128.13.0-3.el8_6 *
Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions RedHat firefox-0:128.13.0-1.el8_6 *
Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions RedHat thunderbird-0:128.13.0-3.el8_6 *
Red Hat Enterprise Linux 8.8 Telecommunications Update Service RedHat firefox-0:128.13.0-1.el8_8 *
Red Hat Enterprise Linux 8.8 Telecommunications Update Service RedHat thunderbird-0:128.13.0-3.el8_8 *
Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions RedHat firefox-0:128.13.0-1.el8_8 *
Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions RedHat thunderbird-0:128.13.0-3.el8_8 *
Red Hat Enterprise Linux 9 RedHat firefox-0:128.13.0-1.el9_6 *
Red Hat Enterprise Linux 9 RedHat thunderbird-0:128.13.0-3.el9_6 *
Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions RedHat firefox-0:128.13.0-1.el9_0 *
Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions RedHat thunderbird-0:128.13.0-3.el9_0 *
Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions RedHat firefox-0:128.13.0-1.el9_2 *
Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions RedHat thunderbird-0:128.13.0-3.el9_2 *
Red Hat Enterprise Linux 9.4 Extended Update Support RedHat firefox-0:128.13.0-1.el9_4 *
Red Hat Enterprise Linux 9.4 Extended Update Support RedHat thunderbird-0:128.13.0-3.el9_4 *
Mozjs102 Ubuntu esm-apps/noble *
Mozjs102 Ubuntu jammy *
Mozjs102 Ubuntu noble *
Mozjs115 Ubuntu devel *
Mozjs115 Ubuntu noble *
Mozjs115 Ubuntu plucky *
Mozjs52 Ubuntu esm-apps/focal *
Mozjs52 Ubuntu esm-infra/bionic *
Mozjs68 Ubuntu esm-infra/focal *
Mozjs78 Ubuntu esm-apps/jammy *
Mozjs78 Ubuntu jammy *
Mozjs91 Ubuntu jammy *
Thunderbird Ubuntu jammy *
Thunderbird Ubuntu upstream *

Potential Mitigations

  • Use and specify an output encoding that can be handled by the downstream component that is reading the output. Common encodings include ISO-8859-1, UTF-7, and UTF-8. When an encoding is not specified, a downstream component may choose a different encoding, either by assuming a default encoding or automatically inferring which encoding is being used, which can be erroneous. When the encodings are inconsistent, the downstream component might treat some character or byte sequences as special, even if they are not special in the original encoding. Attackers might then be able to exploit this discrepancy and conduct injection attacks; they even might be able to bypass protection mechanisms that assume the original encoding is also being used by the downstream component.
  • The problem of inconsistent output encodings often arises in web pages. If an encoding is not specified in an HTTP header, web browsers often guess about which encoding is being used. This can open up the browser to subtle XSS attacks.

References