Skip to content

Cross-Site Scripting in BookStack

Moderate severity GitHub Reviewed Published May 2, 2020 in BookStackApp/BookStack • Updated Jan 9, 2023

Package

composer ssddanbrown/bookstack (Composer)

Affected versions

>= 0.18.0, < 0.29.2

Patched versions

0.29.2

Description

Impact

A user with permission to create comments could POST HTML directly to the system to be saved in a comment, which would then be executed/displayed to others users viewing the comment. Through this vulnerability custom JavaScript code could be injected and therefore ran on other user machines.

This most impacts scenarios where not-trusted users are given permission to create comments.

Patches

The issue was addressed in BookStack v0.29.2.

After upgrading, The command php artisan bookstack:regenerate-comment-content should be ran to remove any pre-existing dangerous content.

Workarounds

Comments can be disabled in the system settings to prevent them being shown to users. Alternatively, comment creation permissions can be altered as required to only those who are trusted but this will not address existing exploitation of this vulnerability.

References

For more information

If you have any questions or comments about this advisory:

References

@ssddanbrown ssddanbrown published to BookStackApp/BookStack May 2, 2020
Reviewed May 7, 2020
Published to the GitHub Advisory Database May 7, 2020
Last updated Jan 9, 2023

Severity

Moderate
6.3
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
Low
User interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
Low
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L

Weaknesses

CVE ID

CVE-2020-11055

GHSA ID

GHSA-5vf7-q87h-pg6w

Source code

No known source code
Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.