ghsa-5rcc-6cmj-7728
Vulnerability from github
Published
2022-03-09 00:00
Modified
2022-03-14 21:03
Severity ?
Summary
Cross-site Scripting in BookStack
Details
Iframe tags don't have a sandbox attribute, this makes an attacker able to execute malicious javascript via an iframe and perform phishing attacks. The sandbox attribute will block script execution and prevents the content to navigate its top-level browsing context which will stop this type of attack.
{ "affected": [ { "package": { "ecosystem": "Packagist", "name": "ssddanbrown/bookstack" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "22.02.3" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2022-0877" ], "database_specific": { "cwe_ids": [ "CWE-79" ], "github_reviewed": true, "github_reviewed_at": "2022-03-09T18:24:00Z", "nvd_published_at": "2022-03-08T13:15:00Z", "severity": "MODERATE" }, "details": "Iframe tags don\u0027t have a sandbox attribute, this makes an attacker able to execute malicious javascript via an iframe and perform phishing attacks. The sandbox attribute will block script execution and prevents the content to navigate its top-level browsing context which will stop this type of attack.", "id": "GHSA-5rcc-6cmj-7728", "modified": "2022-03-14T21:03:33Z", "published": "2022-03-09T00:00:44Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0877" }, { "type": "WEB", "url": "https://github.com/bookstackapp/bookstack/commit/856fca8289b7370cafa033ea21c408e7d4303fd6" }, { "type": "PACKAGE", "url": "https://github.com/bookstackapp/bookstack" }, { "type": "WEB", "url": "https://huntr.dev/bounties/b04df4e3-ae5a-4dc6-81ec-496248b15f3c" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "type": "CVSS_V3" } ], "summary": "Cross-site Scripting in BookStack" }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.