diff --git a/advisories/github-reviewed/2024/05/GHSA-qm5v-pj64-852j/GHSA-qm5v-pj64-852j.json b/advisories/github-reviewed/2024/05/GHSA-qm5v-pj64-852j/GHSA-qm5v-pj64-852j.json new file mode 100644 index 00000000000..41c74f3ec77 --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-qm5v-pj64-852j/GHSA-qm5v-pj64-852j.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-qm5v-pj64-852j", + "modified": "2024-05-20T17:09:57Z", + "published": "2024-05-20T17:09:57Z", + "aliases": [ + + ], + "summary": "Passbolt Api Tabnabbing when opening URI with menu \"Open URI in a new tab\"", + "details": "### Description\nA 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.\n\n### Impact of issue\nThe 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.\n\n### Fix\nThe code that opens a new window via window.open(); now open the tab with the noopener attribute.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "passbolt/passbolt_api" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.11.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/passbolt/passbolt_api/commit/f568e113beb3134446eda9e66400d28d726ee20d" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/passbolt/passbolt_api/2019-08-07-3.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/passbolt/passbolt_api" + }, + { + "type": "WEB", + "url": "https://www.passbolt.com/incidents/20190807_multiple_vulnerabilities" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-657" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-05-20T17:09:57Z", + "nvd_published_at": null + } +} \ No newline at end of file