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-2026-27963

CVE-2026-27963: Audiobookshelf Stored XSS Vulnerability

CVE-2026-27963 is a stored cross-site scripting vulnerability in Audiobookshelf that allows attackers to inject malicious JavaScript through library metadata. This article covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-27963 Overview

A stored cross-site scripting (XSS) vulnerability exists in Audiobookshelf, a self-hosted audiobook and podcast server. Versions prior to 2.32.0 of the Audiobookshelf web application allow arbitrary JavaScript execution through malicious library metadata. Attackers with library modification privileges can execute code in victim users' browsers, potentially leading to session hijacking and data exfiltration.

Critical Impact

Attackers with library modification privileges can inject malicious JavaScript that executes in the browsers of other users viewing the compromised library content, enabling session hijacking, credential theft, and data exfiltration.

Affected Products

  • Audiobookshelf versions prior to 2.32.0
  • Audiobookshelf web application with library modification features
  • Self-hosted Audiobookshelf deployments with multiple users

Discovery Timeline

  • 2026-02-26 - CVE CVE-2026-27963 published to NVD
  • 2026-02-26 - Last updated in NVD database

Technical Details for CVE-2026-27963

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) stems from improper sanitization of library metadata displayed through tooltip components in the Audiobookshelf web interface. The vulnerability allows authenticated users with library modification privileges to inject malicious JavaScript payloads into metadata fields that are later rendered to other users without proper encoding.

The attack requires the attacker to have authenticated access with library modification privileges, and a victim user must interact with the poisoned content. The scope is changed, meaning the vulnerable component (library metadata) impacts resources beyond its security scope (victim browsers), enabling cross-user attacks including session token theft and unauthorized actions on behalf of victims.

Root Cause

The root cause of this vulnerability lies in the ui-tooltip component rendering user-controlled metadata content as HTML rather than plaintext. Multiple Vue.js components in the Audiobookshelf client failed to specify the plaintext prop when rendering tooltip content, allowing HTML and JavaScript injection through metadata fields. Components including LazyBookCard.vue and DailyListeningChart.vue passed unsanitized data directly to tooltip rendering without proper encoding.

Attack Vector

The attack vector is network-based and requires an authenticated attacker with library modification privileges. The attacker crafts malicious library metadata containing JavaScript payloads. When other authenticated users view content containing the poisoned metadata and trigger tooltips, the malicious script executes in their browser context with full access to their session.

The attack flow involves: (1) attacker modifies library item metadata to include XSS payload, (2) victim user browses the library and hovers over or interacts with the compromised item, (3) tooltip component renders the malicious payload as executable HTML/JavaScript, (4) attacker's script executes with victim's session privileges.

text
         </div>
 
         <!-- Error widget -->
-        <ui-tooltip cy-id="ErrorTooltip" v-if="showError" :text="errorText" class="absolute bottom-4e left-0 z-10">
+        <ui-tooltip cy-id="ErrorTooltip" v-if="showError" :text="errorText" plaintext class="absolute bottom-4e left-0 z-10">
           <div :style="{ height: 1.5 + 'em', width: 2.5 + 'em' }" class="bg-error rounded-r-full shadow-md flex items-center justify-end border-r border-b border-red-300">
             <span class="material-symbols text-red-100 pr-1e" :style="{ fontSize: 0.875 + 'em' }">priority_high</span>
           </div>

Source: GitHub Commit Update

Detection Methods for CVE-2026-27963

Indicators of Compromise

  • Unusual JavaScript or HTML tags present in library metadata fields (title, author, description)
  • Library items containing encoded script payloads such as <script>, onerror=, or javascript: patterns
  • Unexplained session activity or actions performed by users who recently viewed specific library content

Detection Strategies

  • Implement Content Security Policy (CSP) headers to detect and block inline script execution attempts
  • Monitor application logs for unusual metadata modifications containing HTML or script-like content
  • Deploy web application firewall (WAF) rules to detect XSS payloads in form submissions and API requests

Monitoring Recommendations

  • Enable verbose logging for library metadata modification operations
  • Set up alerts for metadata containing suspicious patterns like <script>, onclick, onerror, or javascript: URIs
  • Monitor for unusual session activity patterns that may indicate session hijacking following XSS exploitation

How to Mitigate CVE-2026-27963

Immediate Actions Required

  • Upgrade Audiobookshelf to version 2.32.0 or later immediately
  • Audit existing library metadata for any suspicious HTML or JavaScript content
  • Review user accounts with library modification privileges and remove access from untrusted users
  • Implement Content Security Policy headers to mitigate potential exploitation

Patch Information

The vulnerability is fixed in Audiobookshelf version 2.32.0. The patch adds the plaintext prop to ui-tooltip components throughout the application, ensuring that user-controlled content is rendered as text rather than HTML. Administrators should update to version 2.32.0 or later. Detailed patch information is available in the GitHub Commit and the GitHub Security Advisory.

Workarounds

  • Restrict library modification privileges to only trusted administrator accounts until the patch is applied
  • Implement a reverse proxy with WAF capabilities to filter potential XSS payloads in requests
  • Manually audit and sanitize existing library metadata to remove any potentially malicious content
bash
# Check current Audiobookshelf version
docker exec audiobookshelf cat /app/package.json | grep version

# Update to patched version using Docker
docker pull ghcr.io/advplyr/audiobookshelf:2.32.0
docker-compose down && docker-compose up -d

# Alternative: Update via npm for manual installations
npm update audiobookshelf@2.32.0

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechAudiobookshelf

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-69cp-m725-wf78
  • Related CVEs
  • CVE-2026-27974: Audiobookshelf Mobile App XSS Vulnerability

  • CVE-2026-27973: Audiobookshelf Stored XSS Vulnerability

  • CVE-2025-57800: Audiobookshelf 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