BookStack

Productivity

A simple, self-hosted platform for organising and storing documentation.

Latest v26.05.3 · by Dan BrownWebsiteBookStackApp/BookStack

Release activity

Release activity — 10 releases across 10 days since Mar 15, 2026. Each cell is one day; darker means more releases that day. Nothing is recorded before Mar 15, 2026. Older weeks are hidden at this screen width.
MayJunJulAug
SundayNo releases on Apr 26, 2026No releases on May 3, 2026No releases on May 10, 2026No releases on May 17, 2026No releases on May 24, 2026No releases on May 31, 2026No releases on Jun 7, 2026No releases on Jun 14, 2026No releases on Jun 21, 2026No releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026No releases on Aug 9, 2026
MondayNo releases on Apr 27, 2026No releases on May 4, 2026No releases on May 11, 2026No releases on May 18, 2026No releases on May 25, 2026No releases on Jun 1, 2026No releases on Jun 8, 2026No releases on Jun 15, 2026No releases on Jun 22, 2026No releases on Jun 29, 2026No releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026No releases on Aug 10, 2026
TuesdayNo releases on Apr 28, 2026No releases on May 5, 2026No releases on May 12, 2026No releases on May 19, 2026No releases on May 26, 2026No releases on Jun 2, 20261 release on Jun 9, 2026No releases on Jun 16, 2026No releases on Jun 23, 2026No releases on Jun 30, 2026No releases on Jul 7, 2026No releases on Jul 14, 2026No releases on Jul 21, 2026No releases on Jul 28, 2026No releases on Aug 4, 2026No releases on Aug 11, 2026
WednesdayNo releases on Apr 29, 2026No releases on May 6, 2026No releases on May 13, 2026No releases on May 20, 2026No releases on May 27, 2026No releases on Jun 3, 2026No releases on Jun 10, 2026No releases on Jun 17, 2026No releases on Jun 24, 2026No releases on Jul 1, 2026No releases on Jul 8, 2026No releases on Jul 15, 2026No releases on Jul 22, 20261 release on Jul 29, 2026No releases on Aug 5, 2026No releases on Aug 12, 2026
Thursday1 release on Apr 30, 2026No releases on May 7, 2026No releases on May 14, 20261 release on May 21, 20261 release on May 28, 2026No releases on Jun 4, 2026No releases on Jun 11, 2026No releases on Jun 18, 2026No releases on Jun 25, 20261 release on Jul 2, 2026No releases on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026
FridayNo releases on May 1, 2026No releases on May 8, 2026No releases on May 15, 2026No releases on May 22, 2026No releases on May 29, 2026No releases on Jun 5, 2026No releases on Jun 12, 2026No releases on Jun 19, 2026No releases on Jun 26, 2026No releases on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 2026No releases on Jul 31, 2026No releases on Aug 7, 2026
SaturdayNo releases on May 2, 2026No releases on May 9, 2026No releases on May 16, 2026No releases on May 23, 2026No releases on May 30, 2026No releases on Jun 6, 2026No releases on Jun 13, 2026No releases on Jun 20, 2026No releases on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026No releases on Aug 8, 2026

10 releases since Mar 15, 2026

Changelog

v26.05.3

BookStack v26.05.3

Changed 3
  • Updated user external authentication ID queries and database column collation to ensure exact match
  • Updated PHP package versions
  • Updated translations with the latest Crowdin changes
Fixed 1
  • Fixed image delete API endpoint to avoid an error scenario
Security 5
  • Fixed external authentication (OIDC/SAML2/LDAP) user mismatch on login caused by case-insensitive or accented character differences in unique IDs
  • Added fake hash and random delay on failed login to prevent timing-based user existence enumeration
  • Updated allow list content filter to force the use of schemes and prevent interactive content from loading over file links in exports
  • Updated API exception handler to follow a more controlled error message approach and prevent exposure of debug details
  • Updated allow list content filter with smarter srcset attribute parsing to prevent file access beyond intended scope in PDF rendering
Security Release

This is a security release to address a range of vulnerabilities:

  • External Authentication Use (OIDC/SAML2/LDAP) could potentially mismatch external authentication system users to BookStack users upon login, where unique IDs are very similar (same ID text but different casing, or accented characters).
  • The login form could be abused to use timing to gain information about if a user exists in the system. This was already limited by request rate-limits, but could still have assisted targeted scenarios.
  • Certain editor content could be used to load interactive content over file links when exported, which could then pose a risk after being exported in Windows environments which use NTLM.
  • API errors could include debug details by default, and therefore potentially expose some system details like file paths.
  • With our default PDF rendering option, certain content could be used to access/check for files on the BookStack host beyond the scope of what we'd expect.

Upgrading is generally advised, but more so for instances using OIDC, SAML2 or LDAP authentication.

Thanks to Tanner Marks (GitHub), Gurmandeep Deol (LinkedIn) and whale120 (Blog, X, Working with DEVCORE Internship Program) for responsibly reporting issues addressed in this release.

Full List of Changes
  • Updated PHP package versions.
  • Updated translations with the latest Crowdin changes.
  • Updated login with fake hash and random delay on failed login.
  • Updated allow list content filter to force the use of schemes.
  • Updated allow list content filter with smarter srcset attribute parsing.
  • Updated user external authentication ID queries, and database column collation, to ensure an exact match.
  • Updated API exception handler to follow a more controlled error message approach.
  • Fixed image delete API endpoint to avoid an error scenario.
View originalPermalink
How v26.05.3 went
v26.05.2

BookStack v26.05.2

Added 1
  • Added Serbian language to language_select array
Changed 2
  • Updated PHP package versions
  • Updated translations with the latest crowdin changes
Security 4
  • Updated content allow-filtering to consider protocols used in srcset attributes
  • Updated URL filtering with a more thorough centralized utility class
  • Updated comment delete action to also check comment visibility permissions
  • Updated referring URL use with stronger source validation
Security Release

This is a security release to address some edge case vulnerabilities related to URL filtering, redirect handling, and permission checking, while also updating dependencies to help prevent known potential vulnerabilities in those being exploited.

Upgrading is advised for instances with public access enabled, or for instances where untrusted users are able to edit content.

Thanks to Gurmandeep Deol (LinkedIn) and MFK25 for responsibly reporting issues addressed in this release.

Full List of Changes
  • Added Serbian language to language_select array. Thanks to @PolarniMeda. (#6153)
  • Updated PHP package versions.
  • Updated translations with the latest crowdin changes.
  • Updated content allow-filtering to consider protocols used in srcset attributes.
  • Updated URL filtering with a more thorough centralized utility class.
  • Updated comment delete action to also check comment visibility permissions.
  • Updated referring URL use with stronger source validation.
  • Updated translations with latest crowdin changes. (#6166)
View originalPermalink
How v26.05.2 went
v26.05.1

BookStack v26.05.1

Changed 2
  • Updated content allow-filtering to only allow the file:// protocol on anchor hrefs, instead of in all dynamic content
  • Updated attachment update handling to validate permissions before request content
Fixed 1
  • Fixed numeric handling issue in tag search when using non-standard numbers
Security 3
  • Fixed attachment requests that could be manipulated to leak details, links, and metadata of attachments which the user did not have permission to view
  • Filtered the file:// protocol from interactive content to prevent abuse in Windows-specific scenarios for auto-running requests with credential information when viewing exports
  • Fixed search system abuse that could cause errors and fill logs
Security Release

This is a security release to address the following vulnerabilities:

  • Attachment requests could be manipulated to leak details/links/metadata (not content) of attachments which the user did not have permission to view.
  • The file:// protocol could be abused in some Windows-specific scenarios to auto-run requests with credential information when viewing exports.
    • This protocol is now filtered from interactive content.
  • The search system could be abused to cause errors and fill logs.

Upgrade is advised for instances with public viewing enabled, or where untrusted users have authenticated access.

Thanks to Stephen O. / Sakusen (Codeberg, Website), Gurmandeep Deol (LinkedIn), Rafael Castilho (X account) and Gabriel Duarte Guerra (GitHub) for responsibly reporting these issues.

Full List of Changes
  • Updated PHP package versions.
  • Updated translations with the latest Crowdin changes.
  • Updated content allow-filtering to only allow the file:// protocol on anchor hrefs, instead of in all dynamic content.
  • Updated attachment update handling to validate permissions before request content.
  • Fixed numeric handling issue in tag search when using non-standard numbers.
View originalPermalink
How v26.05.1 went
v26.05

BookStack v26.05

Added 8
  • Add page contents view to page editor
  • Add API endpoints for browsing tags
  • Add custom font load handling for default PDF renderer
  • Add in-UI option to reset user multi-factor authentication methods
  • Add hints to sort rule selection alongside empty lists
  • Add specific permission for revision viewing
  • Add new image and CSS CSP controls
  • Add Thai language support
Changed 8
  • Update codebase to meet PHPStan Level 4
  • Update comment/description WYSIWYG editor to support inline code
  • Update HTML to plain text conversion handling
  • Update image upload handling to validate referenced page
  • Update JavaScript packages
  • Update module install command with usability improvements
  • Update new WYSIWYG editor with a range of fixes
  • Update translations with latest Crowdin changes
Fixed 2
  • Fix misaligned link attachment validation rules
  • Fix non-ascii character issues in headers on PDF exports
Links
Upgrade Notices
  • Folder Permissions - Due to some changes in how fonts are used for exports, after updating you may need to ensure that the storage/fonts folder (and all folders within that) are accessible & writable by the web-server. If you start seeing errors on PDF export after updating, it's likely this issue. See this page for guidance on setting permissions.
  • Revision Access - Revision access & visibility is now controlled separately to pages. In some cases, after upgrading, users may no longer be able to access revisions by default (for example, where users had access to view page content but had no role-level view permissions).
Full List of Changes
  • Added page contents view to page editor. (#6131, #4218)
  • Added API endpoints for browsing tags. (#6095, #5835)
  • Added custom font load handling for default PDF renderer. (#6109, #148, #719, #5770)
  • Added in-UI option to reset user multi-factor authentication methods. Thanks to @clauvaldez. (#6056)
  • Added hints to sort rule selection alongside empty lists. (#5967)
  • Added specific permission for revision viewing. (#6108, #4526)
  • Added new image and CSS CSP controls. Thanks to @Zhey-on. (#6071, #6033)
  • Added Thai language support. (#6105)
  • Updated codebase to meet PHPStan Level 4. (#6085)
  • Updated comment/description WYSIWYG editor to support inline code. (#6100, #6003)
  • Updated HTML to plain text conversion handling. (#6083)
  • Updated image upload handling to validate referenced page. (#6126)
  • Updated JavaScript packages. (#6090)
  • Updated module install command with usability improvements. (#6094, #6066)
  • Updated new WYSIWYG editor with a range of fixes. (#6119, #5631)
  • Updated translations with latest Crowdin changes. (#6084)
  • Fixed misaligned link attachment validation rules. (#6093)
  • Fixed non-ascii character issues in headers on PDF exports. Thanks to @alexwoo-awso. (#6069, #6107)
View originalPermalink
How v26.05 went
v26.03.5

BookStack v26.03.5

Changed 1
  • Update MFA verification routes with rate limiting
Security 2
  • Address brute-force based vulnerability related to multi-factor authentication
  • Update PHP package versions to help avoid potential vulnerabilities
Security Release

This is a security release to address a brute-force based vulnerability related to multi-factor authentication, and to update project libraries to help avoid potential vulnerabilities that have been reported in those.

Upgrade is generally advised, but strongly so where multi-factor authentication is used & considered as a critical layer of defense.

Thanks to Stephen O. / Sakusen (Codeberg, Website) for responsibly reporting these issues.

Full List of Changes
  • Updated PHP package versions.
  • Updated MFA verification routes with rate limiting.
View originalPermalink
How v26.03.5 went
v26.03.4

BookStack v26.03.4

Fixed 1
  • Fixed issue where exact search term negation would lead to no results
Security 2
  • Improved attachment related permission checks to align page access checks
  • Updated URL validation in webhooks to help prevent escaping workarounds
Security Release

This is a security release to improve attachment related permission checks, and URL validation for webhooks.

Upgrade is advised if you allow untrusted users to delete attachments, or if untrusted users have permission to create webhooks on instances which make use of the ALLOWED_SSR_HOSTS BookStack env file option.

Thanks to 404_pkj (GitHub) and naruhodoowl (GitHub) for responsibly reporting these issues.

Full List of Changes
  • Updated PHP package versions.
  • Updated attachment actions to align page access check.
  • Updated URL validation in webhooks to help prevent escaping workarounds.
  • Fixed issue where exact search term negation would lead to no results. (#6121)
View originalPermalink
How v26.03.4 went
v26.03.3

BookStack v26.03.3

Changed 2
  • Updated translations with latest Crowdin changes
  • Updated PHP dependency versions
Links
Full List of Changes

This release contains the following fixes and changes:

  • Updated translations with latest Crowdin changes. (#6067)
  • Updated PHP dependency versions.
View originalPermalink
How v26.03.3 went
v26.03.2

BookStack v26.03.2

Changed 3
  • Updated PHP package versions
  • Updated translations with latest Crowdin changes
  • Updated WYSIWYG editors to have consistent collapsible block double click behavior
Fixed 1
  • Updated user creation to only use validated input from registration
Security 1
  • Fixed vulnerability where the registration form could be manipulated to gain access to additional roles
Security Release

This is a security release to address a vulnerability where the registration form could be manipulated to gain access to additional roles.

Upgrade is very strongly advised if your instance has user registration enabled.

Thanks to Kwonyong Lee (LinkedIn) for responsibly reporting this issue. Also thanks to Boustani OSAMA (LinkedIn) for also reporting this before public announcement.

Full List of Changes
  • Updated user creation to only use validated input from registration.
  • Updated PHP package versions.
  • Updated translations with latest Crowdin changes. (#6064)
  • Updated PHP_CodeSniffer repository link. Thanks to @rodrigoprimo. (#6060)
  • Updated WYSIWYG editors to have consistent collapsible block double click behavior. (#6059)
View originalPermalink
How v26.03.2 went
v26.03.1

BookStack v26.03.1

Changed 3
  • Updated queries used for pages in markdown exports
  • Updated handling of filenames for file serving
  • Updated PHP package versions
Security 1
  • Fix vulnerability where page content hidden by permissions could be visible during certain markdown exports
Security Release

This is a security release to address a vulnerability where page content, which should be hidden by permissions, could be visible during certain markdown exports.

We strongly advise that you update your instance if you use permissions to control page visibility.

Thanks to Ghufran Raza Khan (GitHub Profile, LinkedIn Profile) for responsibly reporting this issue. Also thanks to Alex Dan (GitHub Profile) for also reporting this before public announcement.

Full List of Changes
  • Updated queries used for pages in markdown exports.
  • Updated handling of filenames for file serving.
  • Updated PHP package versions.
View originalPermalink
How v26.03.1 went
v26.03

BookStack v26.03

Added 4
  • Add new module system to the theme system
  • Add logical theme events for page content render and pre-save
  • Add logical theme event and class to allow inserting custom views before/after others
  • Add logical theme event to allow customising the OIDC authentication URL
Changed 6
  • Update book delete to return to the parent shelf in a shelf context
  • Update book read API endpoint to provide parent shelf information
  • Update cursor to pointer for drawio diagrams
  • Update description for per-page display limits
  • Update emails to use the domain from the APP_URL in the SMTP HELO
  • Update translations with latest Crowdin changes
Fixed 1
  • Fix empty extra space showing for descriptions when the input is left empty
Links
Upgrade Notices
  • Email/SMTP - The way BookStack sends messages has changed slightly (Specifically, the SMTP HELO domain). This isn't expected to be a breaking change but testing of emails (Using the test send action in Settings > Maintenance) is advised after updating to be sure there's no impact.
  • Theme System - Within a theme directory, the modules/ folder is now dedicated to theme modules. If you happened to already have a folder of this name in your theme, it's advised to use a different folder name instead.
Full List of Changes

Released in v26.03

  • Added new module system to the theme system. (#5998)
  • Added logical theme events for page content render and pre-save. (#6049)
  • Added logical theme event and class to allow inserting custom views before/after others. (#5998)
  • Added logical theme event to allow customising the OIDC authentication URL. (#6014)
  • Updated book delete to return to the parent shelf in a shelf context. (#6029)
  • Updated book read API endpoint to provide parent shelf information. (#6006)
  • Updated cursor to pointer for drawio diagrams. Thanks to @lublak. (#5864)
  • Updated description for per-page display limits. (#6005)
  • Updated emails to use the domain from the APP_URL in the SMTP HELO. (#5990)
  • Updated translations with latest Crowdin changes. (#6007)
  • Fixed empty extra space showing for descriptions when the input is left empty. (#5724)
View originalPermalink
How v26.03 went
View all

Discussion