Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-84695 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

BookStack before 26.05.4 contains a stored cross-site scripting vulnerability in the drawing upload endpoint that accepts unvalidated base64 content and stores it without content inspection. Attackers with editor permissions can upload SVG files containing scripts that execute in administrator browsers when accessed through the image gallery API without content-type validation or CSP headers.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-79Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')[email protected]

Affected Products

ProductVersions
BookStack
>= 0, < 26.05.4

CPE

  • cpe:2.3:a:bookstackapp:bookstack:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 26.05.4moderate efforthttps://github.com/BookStackApp/BookStack/releases/tag/v26.05.4
  • Mitigation:low effort

    Verify that the image upload folders do not contain unexpected non-image content. On a typical Linux-based system installation, this can be done using the following commands: # Check the general "public" server space find ./public/uploads -type f ! ( -iname "*.jpg" -o -iname "*.jpeg" -o -iname "*.png" -o -iname "*.gif" -o -iname "*.webp" -o -iname "*.avif" -o -iname ".gitignore" -o -iname ".htaccess" ) # Check the internal image storage space find ./storage/uploads/images -type f ! ( -iname "*.jpg" -o -iname "*.jpeg" -o -iname "*.png" -o -iname "*.gif" -o -iname "*.webp" -o -iname "*.avif" -o -iname ".gitignore" -o -iname ".htaccess" )

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-84695
NVD Published Date:
Sep 2, 2026
NVD Last Modified:
Sep 8, 2026
Source:
[email protected]
CVE-2026-84695 Details - Not Deferred