CVE Vulnerabilities

CVE-2025-33014

Use of Web Link to Untrusted Target with window.opener Access

Published: Jul 18, 2025 | Modified: Jul 18, 2025
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu

IBM Sterling B2B Integrator and IBM Sterling File Gateway 6.0.0.0 through 6.1.2.7 and 6.2.0.0 through 6.2.0.4 uses a web link with untrusted references to an external site. A remote attacker could exploit this vulnerability to expose sensitive information or perform unauthorized actions on the victims’ web browser.

Weakness

The web application produces links to untrusted external sites outside of its sphere of control, but it does not properly prevent the external site from modifying security-critical properties of the window.opener object, such as the location property.

Potential Mitigations

  • When creating a link to an external document using the tag with a defined target, for example “_blank” or a named frame, provide the rel attribute with a value “noopener noreferrer”.
  • If opening the external document in a new window via javascript, then reset the opener by setting it equal to null.
  • Do not use “_blank” targets. However, this can affect the usability of the application.

References