Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2023-6199

CVE-2023-6199: Bookstackapp Bookstack SSRF Vulnerability

CVE-2023-6199 is an SSRF flaw in Bookstackapp Bookstack version 23.10.2 that enables attackers to filter and access local server files. This article covers technical details, affected versions, impact, and mitigation.

Published: February 4, 2026

CVE-2023-6199 Overview

CVE-2023-6199 is a Server-Side Request Forgery (SSRF) vulnerability affecting BookStack version 23.10.2, an open-source wiki platform designed for organizing and storing information. This vulnerability allows authenticated attackers to filter and access local files on the server by exploiting insufficient validation of user-supplied URLs within the application.

Critical Impact

Attackers with low-level privileges can leverage this SSRF vulnerability to access sensitive local files and internal network resources, potentially exposing confidential configuration data, credentials, and internal service information.

Affected Products

  • BookStack version 23.10.2
  • bookstackapp bookstack

Discovery Timeline

  • 2023-11-20 - CVE-2023-6199 published to NVD
  • 2025-05-19 - Last updated in NVD database

Technical Details for CVE-2023-6199

Vulnerability Analysis

This Server-Side Request Forgery (SSRF) vulnerability in BookStack version 23.10.2 allows authenticated users to manipulate the application into making requests to arbitrary destinations, including internal network resources and local files on the server. The vulnerability stems from improper validation of user-controlled input that is subsequently used in server-side HTTP requests.

SSRF vulnerabilities like CVE-2023-6199 are particularly dangerous because they allow attackers to bypass network security controls and access resources that would otherwise be inaccessible from external networks. In this case, the vulnerability enables filtering of local files, which could expose sensitive configuration files, credentials, or other protected data stored on the server.

The vulnerability is classified under CWE-918 (Server-Side Request Forgery), which describes scenarios where a web application can be induced to make HTTP requests to arbitrary destinations chosen by the attacker.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and sanitization of URLs provided by users. When BookStack processes certain user-supplied data that includes URLs or file references, it fails to properly validate whether the target destination is safe to access. This allows attackers to craft malicious requests that target internal resources, localhost services, or local file paths that should not be accessible through the application.

Attack Vector

The attack vector for CVE-2023-6199 is network-based, requiring the attacker to have low-level authenticated access to the BookStack application. Once authenticated, an attacker can craft specially formatted requests that trick the server into accessing local files or internal network resources. The attack does not require user interaction and can be executed remotely.

The attacker exploits the SSRF vulnerability by supplying malicious URLs or file path references in application inputs that are processed by the server. The server then makes requests on behalf of the attacker, returning the contents of local files or internal services that would otherwise be protected by network segmentation.

For detailed technical information about the exploitation mechanism, refer to the Fluid Attacks Security Advisory.

Detection Methods for CVE-2023-6199

Indicators of Compromise

  • Unusual outbound HTTP requests from the BookStack server to internal IP addresses (e.g., 127.0.0.1, 169.254.x.x, 10.x.x.x, 192.168.x.x)
  • Server logs showing access attempts to local file paths through the web application
  • Requests containing URL schemes targeting local resources such as file://, gopher://, or dict://
  • Anomalous access patterns where authenticated users attempt to access internal services or metadata endpoints

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block SSRF payload patterns in request parameters
  • Monitor application logs for requests containing internal IP addresses, localhost references, or file:// URI schemes
  • Configure intrusion detection systems (IDS) to alert on outbound connections from web servers to internal network segments
  • Review BookStack access logs for suspicious authenticated user activity targeting URL-handling functionality

Monitoring Recommendations

  • Enable detailed logging on the BookStack application to capture all URL-related requests and their destinations
  • Set up alerts for any outbound connections from the BookStack server to RFC1918 private IP ranges or localhost
  • Monitor file access patterns on the server for unusual reads of sensitive configuration files
  • Implement network segmentation monitoring to detect lateral movement attempts originating from the web server

How to Mitigate CVE-2023-6199

Immediate Actions Required

  • Upgrade BookStack immediately to version 23.10.3 or later, which addresses this SSRF vulnerability
  • Review server logs for any indicators of exploitation prior to patching
  • Audit user accounts with authenticated access to identify any potentially compromised credentials
  • Implement network segmentation to limit the BookStack server's ability to access sensitive internal resources

Patch Information

BookStack has released version 23.10.3 which resolves this SSRF vulnerability. Organizations running BookStack version 23.10.2 should upgrade immediately to the patched version. The official release notes and patch information are available in the BookStack Release v23.10.3 announcement.

Workarounds

  • Implement strict egress filtering on the BookStack server to prevent outbound connections to internal network ranges
  • Deploy a web application firewall (WAF) with rules to detect and block SSRF attack patterns
  • Restrict network access from the BookStack server to only necessary external resources using firewall rules
  • Consider placing the BookStack application in a DMZ with limited access to internal network resources until patching is complete
bash
# Example iptables rules to restrict outbound connections from web server
# Block connections to private IP ranges from the BookStack server
iptables -A OUTPUT -d 127.0.0.0/8 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 10.0.0.0/8 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 169.254.0.0/16 -m owner --uid-owner www-data -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechBookstack

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability13.38%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • Fluid Attacks Security Advisory
  • Vendor Resources
  • BookStack Blog Release Note
  • Related CVEs
  • CVE-2026-5484: BookStack Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English