Lucene search

K
githubGitHub Advisory DatabaseGHSA-QM5V-PJ64-852J
HistoryMay 20, 2024 - 5:09 p.m.

Passbolt Api Tabnabbing when opening URI with menu "Open URI in a new tab"

2024-05-2017:09:57
CWE-657
GitHub Advisory Database
github.com
5
security
malicious uri
window.opener
phishing
javascript function
data integrity
code fix
software

7.2 High

AI Score

Confidence

Low

Description

A user could create and share a resource with a malicious URI. When the victim opens with menu “Open URI in a new tab” function, the malicious page has access to the window.opener object.

Impact of issue

The newly opened malicious page can for example change the window.opener.location to redirect the user to a phishing page, or call a JavaScript function served by the AppJS on the user behalf for example to try to affect the integrity of the data.

Fix

The code that opens a new window via window.open(); now open the tab with the noopener attribute.

Affected configurations

Vulners
Node
passboltpassbolt_apiRange<2.11.0
CPENameOperatorVersion
passbolt/passbolt_apilt2.11.0

7.2 High

AI Score

Confidence

Low