A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2025-45145

CVE-2025-45145: Destiny Library Manager Path Traversal

CVE-2025-45145 is a directory traversal flaw in Follett's Destiny Library Manager that allows attackers to read arbitrary files via the image parameter. This article covers technical details, affected versions, and remediation.

Published: May 28, 2026

CVE-2025-45145 Overview

CVE-2025-45145 is a directory traversal vulnerability in Follett Software's Destiny Library Manager. The flaw exists in version 22_0_2_rc1 and is fixed in version 22.5 AU1. Remote, unauthenticated attackers can abuse the image parameter to read arbitrary system and application files on the underlying host. The vulnerability is tracked under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory).

Destiny Library Manager is widely deployed in K-12 school districts to manage library catalogs and resources, making exposed instances attractive targets for data theft.

Critical Impact

Unauthenticated remote attackers can read arbitrary files, including configuration files containing credentials, application source code, and operating system files.

Affected Products

  • Follett Destiny Library Manager version 22_0_2_rc1
  • Earlier Destiny Library Manager releases sharing the vulnerable image parameter handler
  • Fixed in Destiny Library Manager version 22.5 AU1

Discovery Timeline

  • 2026-05-22 - CVE-2025-45145 published to NVD
  • 2026-05-22 - Last updated in NVD database

Technical Details for CVE-2025-45145

Vulnerability Analysis

The vulnerability is an unauthenticated local file inclusion reachable through the image HTTP parameter. The application accepts a user-supplied filename and passes it to a file-read routine without validating that the resolved path stays within an intended directory. By supplying traversal sequences such as ../, an attacker can escape the image directory and reference arbitrary paths on the file system.

Because no authentication is required, any network-reachable Destiny instance is exposed. The attacker only needs HTTP access to the vulnerable endpoint to retrieve files the application service account can read. Public technical analysis is available in the Medium write-up by Jared Boswell.

Root Cause

The root cause is missing input sanitization on the image parameter. The handler concatenates the supplied value into a file path and opens it directly. There is no canonicalization step, no allowlist of permitted filenames, and no check that the final path resolves under the static image directory. This pattern is the classic [CWE-22] failure mode.

Attack Vector

An attacker issues an HTTP GET request to the Destiny endpoint that serves images and supplies a traversal payload in the image parameter. Typical payloads use repeated ../ sequences to climb to the file system root, then reference targets such as /etc/passwd on Linux or configuration files containing database credentials, JDBC connection strings, or application secrets. The server returns the file contents in the HTTP response body. Refer to the public proof-of-concept for full request structure and example targets.

Detection Methods for CVE-2025-45145

Indicators of Compromise

  • HTTP requests to Destiny endpoints containing image= with directory traversal sequences such as ../, ..%2f, or ..%5c.
  • Web server access logs showing reads of sensitive files like web.xml, server.xml, JDBC properties files, or /etc/passwd.
  • Unusual outbound transfer volumes from the Destiny server following requests against image-serving URLs.

Detection Strategies

  • Inspect web server and reverse proxy logs for the image query parameter combined with path traversal tokens, including URL-encoded variants.
  • Deploy WAF rules that decode and normalize the image parameter, then reject values containing .., absolute paths, or non-image extensions.
  • Correlate repeated 200 responses to image endpoints returning non-image MIME types or unusually large text payloads.

Monitoring Recommendations

  • Enable verbose HTTP request logging on the Destiny application and forward logs to a central SIEM for retention and search.
  • Alert on access to file paths outside the documented Destiny image directory.
  • Monitor the Destiny service account for unexpected file reads at the operating system level using file integrity or audit tooling.

How to Mitigate CVE-2025-45145

Immediate Actions Required

  • Upgrade Destiny Library Manager to version 22.5 AU1 or later, which contains the vendor fix.
  • Restrict network access to Destiny instances so only trusted school district networks can reach the application.
  • Review web server logs from the past 90 days for traversal patterns against the image parameter and treat matches as suspected data exposure.
  • Rotate any credentials, API keys, or database passwords that were stored in files readable by the Destiny service account.

Patch Information

Follett released the fix in Destiny Library Manager 22.5 AU1. Administrators should contact Follett support or consult the Follett official website for upgrade packages and release notes. Apply the update through the standard Destiny upgrade workflow and verify the running version after deployment.

Workarounds

  • Place a reverse proxy or WAF in front of Destiny and block requests where image contains .., %2e%2e, or absolute path indicators.
  • Restrict the Destiny service account file system permissions so it cannot read sensitive operating system or configuration files outside its application directory.
  • Limit external exposure of the Destiny web interface using IP allowlisting or VPN-only access until the patch is applied.
bash
# Example NGINX rule to block traversal in the image parameter
if ($arg_image ~* "(\.\./|\.\.\\|%2e%2e|/etc/|\\windows\\)") {
    return 403;
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechFollett Software

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.82%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Follett Official Website

  • Medium Blog CVE-2025-45145 Analysis
  • Latest CVEs
  • CVE-2026-49199: Acer Predator Connect W6x Firmware RCE Flaw

  • CVE-2026-46344: Openquantumsafe Liboqs DOS Vulnerability

  • CVE-2026-44518: Openquantumsafe Liboqs DoS Vulnerability

  • CVE-2026-42951: MacGregor VDR Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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