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-2024-47097

CVE-2024-47097: Follet Destiny XSS Vulnerability

CVE-2024-47097 is a cross-site scripting flaw in Follet School Solutions Destiny that enables attackers to execute arbitrary client-side code. This article covers technical details, affected versions, impact, and mitigation.

Published: May 28, 2026

CVE-2024-47097 Overview

CVE-2024-47097 is a reflected Cross-Site Scripting (XSS) vulnerability [CWE-79] in Follett School Solutions Destiny Library Manager before v22.0.1 AU1. The flaw resides in the site parameter of the handleloginform.do endpoint, which fails to properly sanitize user-supplied input before reflecting it into the HTTP response. A remote attacker can craft a malicious URL that executes arbitrary client-side JavaScript in the browser of any user who follows the link.

Destiny is widely deployed across K-12 school libraries for catalog and resource management, making the login interface a high-traffic target for phishing-style abuse.

Critical Impact

Attackers can hijack authenticated sessions, steal credentials submitted to the login form, or redirect users to attacker-controlled infrastructure by abusing the unsanitized site parameter.

Affected Products

  • Follett School Solutions Destiny Library Manager versions prior to v22.0.1 AU1
  • The handleloginform.do login handler endpoint
  • Web-facing Destiny deployments accessible to students, staff, and external users

Discovery Timeline

  • 2026-05-28 - CVE-2024-47097 published to NVD
  • 2026-05-28 - Last updated in NVD database

Technical Details for CVE-2024-47097

Vulnerability Analysis

The vulnerability is a reflected XSS flaw in the Destiny Library Manager login workflow. When a request reaches handleloginform.do, the application echoes the site query parameter back into the rendered HTML response without applying output encoding or input validation. An attacker who controls the value of site can inject arbitrary HTML and JavaScript that the victim's browser executes within the trust context of the Destiny application.

Because the payload runs in the same origin as the legitimate application, attacker-supplied script can read cookies that are not protected with HttpOnly, manipulate the Document Object Model (DOM) of the login page, and exfiltrate credentials entered by the user. The vulnerability requires user interaction, typically a click on a crafted link delivered through email, chat, or a third-party site.

Root Cause

The root cause is improper neutralization of input during web page generation [CWE-79]. The site parameter is incorporated into server-rendered output without HTML entity encoding or contextual escaping. The application treats parameter input as trusted markup rather than untrusted data, allowing script tags and event handlers to break out of their intended attribute or text context.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker constructs a URL pointing to the legitimate Destiny host with a malicious payload embedded in the site parameter of handleloginform.do. The attacker then distributes the URL through phishing emails, social media, or compromised pages targeting school staff and students. When a victim opens the link, the injected JavaScript executes in their browser, with access to any session state or form data tied to the Destiny origin.

No authentication is required to deliver the payload, and the login page is reachable by unauthenticated visitors, which broadens the attack surface across student, librarian, and administrator user populations.

Detection Methods for CVE-2024-47097

Indicators of Compromise

  • Inbound HTTP requests to handleloginform.do where the site parameter contains <script>, javascript:, onerror=, onload=, or encoded variants such as %3Cscript%3E
  • Outbound browser requests to unfamiliar domains immediately after a user visits the Destiny login page
  • Web server access logs showing unusually long or URL-encoded site parameter values
  • Reports from users describing unexpected pop-ups, redirects, or credential prompts on the Destiny login screen

Detection Strategies

  • Inspect web application firewall (WAF) and reverse proxy logs for XSS signatures targeting the site query parameter
  • Correlate referer headers and click-through patterns from external sources landing on handleloginform.do with suspicious parameter content
  • Enable Content Security Policy (CSP) reporting to capture inline-script and external-script violations originating from the Destiny domain

Monitoring Recommendations

  • Forward Destiny web server access logs to a centralized SIEM and alert on query strings containing common XSS payload patterns
  • Monitor authentication telemetry for sessions created shortly after access to crafted URLs, which may indicate session hijacking
  • Track referer chains for the Destiny login endpoint to identify campaigns distributing weaponized links

How to Mitigate CVE-2024-47097

Immediate Actions Required

  • Upgrade Destiny Library Manager to version v22.0.1 AU1 or later, where the site parameter handling is corrected
  • Restrict external exposure of the Destiny login interface to required user populations using network access controls
  • Review recent web server logs for evidence of exploitation against handleloginform.do and rotate credentials for any affected accounts

Patch Information

Follett School Solutions addressed the vulnerability in Destiny v22.0.1 AU1. Administrators should apply the upgrade through standard Follett update channels. Refer to the Securin Zero-Day Analysis for additional technical context on the patched release.

Workarounds

  • Deploy a WAF rule that blocks or sanitizes requests to handleloginform.do containing HTML tags, JavaScript URI schemes, or event-handler attributes in the site parameter
  • Enforce a strict Content Security Policy that disallows inline script execution and limits script sources to trusted origins
  • Set the HttpOnly and Secure flags on Destiny session cookies to reduce the impact of script-based cookie theft
  • Educate library staff and end users to avoid clicking Destiny links received from untrusted sources until patching is complete

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechFollet School Solutions

  • SeverityMEDIUM

  • CVSS Score5.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Securin Zero-Day Analysis
  • Related CVEs
  • CVE-2024-47096: Follet Destiny XSS Vulnerability
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