The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-71179

CVE-2025-71179: Academy LMS 7.0 Reflected XSS Vulnerability

CVE-2025-71179 is a reflected cross-site scripting flaw in Creativeitem Academy LMS 7.0 affecting the blogs and course bundles endpoints. This post covers technical details, affected versions, impact, and mitigation.

Published: February 6, 2026

CVE-2025-71179 Overview

CVE-2025-71179 is a reflected Cross-Site Scripting (XSS) vulnerability affecting Creativeitem Academy LMS version 7.0. The vulnerability exists in multiple endpoints where user-supplied input is not properly sanitized before being reflected back to users in the browser context. Attackers can exploit this flaw to execute arbitrary JavaScript code in victims' browsers by crafting malicious URLs containing XSS payloads.

The vulnerability specifically affects the search parameter at the /academy/blogs endpoint and the string parameter at the /academy/course_bundles/search/query endpoint. Importantly, these vulnerable parameters are distinct from those addressed in CVE-2023-4119, which only remediated XSS issues in the query and sort_by parameters at the /academy/home/courses endpoint.

Critical Impact

Attackers can steal session cookies, redirect users to malicious sites, deface content, or perform actions on behalf of authenticated users by exploiting these reflected XSS vulnerabilities in the Academy LMS platform.

Affected Products

  • Creativeitem Academy LMS 7.0
  • Academy Course Based Learning Management System (available via Codecanyon)

Discovery Timeline

  • 2026-02-03 - CVE-2025-71179 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2025-71179

Vulnerability Analysis

This reflected XSS vulnerability occurs due to insufficient input validation and output encoding in the Academy LMS web application. When users submit search queries through the affected endpoints, the application reflects the user-supplied input directly into the HTML response without proper sanitization or encoding. This allows attackers to inject malicious JavaScript code that executes in the context of the victim's browser session.

The vulnerability requires user interaction, as victims must click on a specially crafted malicious link for the attack to succeed. Once executed, the injected script runs with the same privileges as the legitimate application, potentially allowing attackers to access sensitive data, modify page content, or perform unauthorized actions.

This vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), which represents one of the most common and impactful web application security flaws.

Root Cause

The root cause stems from inadequate input sanitization in the search functionality of Academy LMS. The search parameter in the /academy/blogs endpoint and the string parameter in the /academy/course_bundles/search/query endpoint fail to properly validate, sanitize, or encode user-supplied data before rendering it in the HTML response. This allows script tags and other HTML elements to be interpreted by the browser rather than displayed as plain text.

Attack Vector

The attack vector is network-based, requiring an attacker to craft a malicious URL containing the XSS payload and deliver it to potential victims through phishing emails, social media, or other distribution methods. When a victim clicks the malicious link while authenticated to the Academy LMS platform, the injected script executes in their browser context.

The exploitation flow typically involves:

  1. The attacker identifies the vulnerable parameter in the search functionality
  2. A malicious URL is constructed with JavaScript payload embedded in the search or string parameter
  3. The URL is delivered to victims through social engineering techniques
  4. When the victim clicks the link, the Academy LMS application reflects the malicious input without sanitization
  5. The victim's browser executes the injected JavaScript code, allowing the attacker to steal cookies, capture keystrokes, or perform other malicious actions

For detailed technical information about this vulnerability, refer to the GitHub security advisory and the Exploit-DB entry.

Detection Methods for CVE-2025-71179

Indicators of Compromise

  • Unusual or encoded script tags in web server access logs for /academy/blogs or /academy/course_bundles/search/query endpoints
  • HTTP requests containing suspicious payloads such as <script>, javascript:, onerror=, or other XSS attack patterns in the search or string parameters
  • Unexpected JavaScript execution or browser console errors reported by users after clicking links to the Academy LMS platform
  • Session hijacking attempts or unauthorized account access following user visits to suspicious URLs

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common XSS payloads in query parameters
  • Deploy endpoint detection and response (EDR) solutions like SentinelOne to identify malicious script execution in browser processes
  • Configure Content Security Policy (CSP) headers to prevent inline script execution and report violations
  • Enable detailed logging of all requests to the affected endpoints for forensic analysis

Monitoring Recommendations

  • Monitor web server logs for requests to /academy/blogs and /academy/course_bundles/search/query containing suspicious characters or encoded payloads
  • Implement real-time alerting for patterns matching known XSS attack signatures in URL parameters
  • Review CSP violation reports to identify attempted XSS exploitation
  • Track anomalous user session behavior that may indicate successful session hijacking

How to Mitigate CVE-2025-71179

Immediate Actions Required

  • Apply vendor patches or updates for Creativeitem Academy LMS as soon as they become available
  • Implement input validation to reject or sanitize dangerous characters in the search and string parameters
  • Deploy a Web Application Firewall (WAF) with XSS protection rules as a temporary mitigation
  • Enable Content Security Policy (CSP) headers to restrict script execution sources

Patch Information

Organizations using Creativeitem Academy LMS 7.0 should check for updates from the vendor. For the latest version and security updates, refer to the CreativeItem Academy LMS product page or the Codecanyon listing.

Workarounds

  • Implement server-side input validation to strip or encode HTML special characters from the search and string parameters
  • Deploy a reverse proxy or WAF (such as ModSecurity with OWASP Core Rule Set) to filter incoming requests containing XSS payloads
  • Configure strict Content Security Policy headers with script-src 'self' to prevent execution of inline scripts
  • Educate users about the risks of clicking unknown or suspicious links, particularly those containing URL-encoded content
bash
# Example Apache ModSecurity configuration to block XSS attempts
SecRule ARGS "@detectXSS" "id:1001,phase:2,deny,status:403,msg:'XSS Attack Detected',log"
SecRule REQUEST_URI "@contains /academy/blogs" "id:1002,chain,phase:2,deny,status:403"
SecRule ARGS:search "@detectXSS" "msg:'XSS in search parameter'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechCreativeitem Academy Lms

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Codecanyon Course LMS Product

  • CreativeItem Academy LMS Product

  • GitHub CVE-2025-71179 Advisory

  • Exploit-DB #51654
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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