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-47096

CVE-2024-47096: Follet Destiny XSS Vulnerability

CVE-2024-47096 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-47096 Overview

CVE-2024-47096 is a reflected Cross-Site Scripting (XSS) vulnerability [CWE-79] in Follett School Solutions Destiny Library Manager before version v22.0.1 AU1. The flaw resides in the showSupportExpiredMessage parameter of the handleloginform.do endpoint. A remote attacker can craft a malicious URL that injects arbitrary client-side JavaScript into the response rendered by the application. Exploitation requires user interaction, typically through clicking a crafted link. Successful attacks can lead to session token theft, credential harvesting, or unauthorized actions performed in the victim's browser context. The vulnerability primarily affects K-12 schools and educational institutions that deploy Destiny Library Manager for catalog and resource management.

Critical Impact

Attackers can execute arbitrary JavaScript in authenticated user sessions, enabling credential theft and session hijacking against school library administrators and patrons.

Affected Products

  • Follett School Solutions Destiny Library Manager versions prior to v22.0.1 AU1
  • Deployments exposing the handleloginform.do login handler
  • Web-accessible Destiny instances reachable by students, staff, or external users

Discovery Timeline

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

Technical Details for CVE-2024-47096

Vulnerability Analysis

The vulnerability is a reflected XSS issue in the Destiny Library Manager login flow. The handleloginform.do endpoint accepts a showSupportExpiredMessage parameter and reflects its value back into the HTML response without proper output encoding or sanitization. An attacker who controls the parameter value can inject HTML and JavaScript that executes in the victim's browser when the page renders.

Reflected XSS in a login handler is especially impactful because the targeted page is reached by every user attempting to authenticate. Injected scripts can rewrite the login form to capture credentials, exfiltrate session cookies that are not protected by HttpOnly, or perform CSRF-style requests against the application using the victim's authenticated context.

Root Cause

The root cause is improper neutralization of user-supplied input during web page generation. The showSupportExpiredMessage parameter value is concatenated into the HTML output without context-aware encoding for the HTML body, attribute, or JavaScript contexts where it is placed. No input validation rejects script tokens, event handlers, or angle brackets.

Attack Vector

The attack vector is network-based and requires user interaction. The attacker delivers a crafted URL targeting the Destiny handleloginform.do endpoint with a malicious showSupportExpiredMessage payload. Delivery typically occurs through phishing emails, instant messages, or links embedded on third-party sites. When a victim with access to the Destiny instance clicks the link, the malicious script executes in their browser under the application's origin.

No authentication is required to construct the payload, and the injected code runs with the privileges of whichever user follows the link. See the Securin Zero-Day Analysis for additional technical detail.

Detection Methods for CVE-2024-47096

Indicators of Compromise

  • HTTP requests to handleloginform.do containing script tags, javascript: URIs, or event handlers such as onerror= in the showSupportExpiredMessage parameter
  • URL-encoded payloads in the showSupportExpiredMessage parameter containing sequences like %3Cscript%3E, %3Cimg, or %6Aavascript
  • Referrer headers from unexpected external domains pointing users to the Destiny login page

Detection Strategies

  • Inspect web server and reverse proxy logs for query strings on handleloginform.do that include HTML metacharacters or encoded script payloads
  • Deploy WAF rules that flag XSS signatures targeting the showSupportExpiredMessage parameter
  • Correlate browser console errors and Content Security Policy violation reports with access logs to identify reflected payloads

Monitoring Recommendations

  • Alert on outbound traffic from end-user browsers to unknown domains immediately after visits to the Destiny login page
  • Monitor for anomalous session activity, including unexpected administrative actions following a login event
  • Track unique source IPs generating high volumes of requests to handleloginform.do with varying parameter content

How to Mitigate CVE-2024-47096

Immediate Actions Required

  • Upgrade Destiny Library Manager to version v22.0.1 AU1 or later as supplied by Follett School Solutions
  • Restrict external network exposure of the Destiny login interface to trusted networks where feasible
  • Notify staff and students of phishing risk and instruct them to avoid clicking unsolicited Destiny links

Patch Information

Follett School Solutions addressed this vulnerability in Destiny version v22.0.1 AU1. Administrators should coordinate with their Follett support channel to confirm patch availability for hosted and on-premises deployments. Refer to the Securin Zero-Day Analysis for advisory references.

Workarounds

  • Configure a web application firewall to block requests containing HTML or script metacharacters in the showSupportExpiredMessage parameter
  • Enforce a strict Content Security Policy that disallows inline scripts and restricts script sources to trusted origins
  • Set HttpOnly and Secure flags on session cookies to limit the impact of script-based cookie theft
bash
# Example WAF rule (ModSecurity) blocking XSS payloads in the vulnerable parameter
SecRule ARGS:showSupportExpiredMessage "@rx (?i)(<script|javascript:|onerror=|onload=)" \
    "id:1004709,phase:2,deny,status:403,msg:'CVE-2024-47096 XSS attempt on handleloginform.do'"

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