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
    • 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-6956

CVE-2026-6956: ATutor Reflected XSS Vulnerability

CVE-2026-6956 is a reflected XSS vulnerability in ATutor affecting the install/install.php endpoint. Attackers can execute arbitrary JavaScript in victim browsers via crafted URLs. This article covers technical details, affected versions, impact, and mitigation.

Published: May 18, 2026

CVE-2026-6956 Overview

CVE-2026-6956 is a Reflected Cross-Site Scripting (XSS) vulnerability in ATutor, an open-source learning management system. The flaw resides in the /install/install.php endpoint, which fails to properly sanitize user-supplied input before reflecting it into the HTTP response. An attacker who lures a victim into visiting a crafted URL can execute arbitrary JavaScript in the victim's browser under the application's origin. ATutor is no longer actively maintained, and the project did not respond to coordinated disclosure attempts. Only version 2.2.4 was confirmed vulnerable during testing, though earlier releases may share the same defect. The weakness is classified under CWE-79.

Critical Impact

A crafted URL targeting /install/install.php triggers arbitrary JavaScript execution in the victim's browser, enabling session theft, credential harvesting, and content manipulation within the ATutor interface.

Affected Products

  • ATutor version 2.2.4 (confirmed vulnerable)
  • Earlier ATutor releases (untested, potentially vulnerable)
  • ATutor deployments exposing the /install/install.php endpoint

Discovery Timeline

  • 2026-05-11 - CVE-2026-6956 published to NVD
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-6956

Vulnerability Analysis

The vulnerability exists in the ATutor installer script at /install/install.php. The script accepts request parameters and reflects them into the rendered HTML response without applying output encoding or input validation. An attacker constructs a URL containing JavaScript payload data within a vulnerable parameter. When the victim clicks the link, the browser parses the reflected payload as executable script within the trusted ATutor origin.

Reflected XSS in installer endpoints is particularly relevant because installation scripts are sometimes left accessible on production deployments. The installer typically runs with broad access to configuration files and database credentials, making any session-level compromise within that context valuable to attackers. User interaction is required, which is reflected in the CVSS 4.0 vector through the UI:A (active user interaction) component.

Root Cause

The root cause is missing output encoding in the installer's response generation logic. User input passed via the HTTP request reaches the HTML response context without HTML-entity encoding or contextual escaping. This violates the standard defense for [CWE-79] (Improper Neutralization of Input During Web Page Generation). Because ATutor is unmaintained, no upstream code-level fix has been issued.

Attack Vector

Exploitation follows the standard reflected XSS pattern. The attacker crafts a URL of the form https://<victim-host>/install/install.php?<param>=<payload> containing JavaScript designed to execute in the victim's browser. The attacker delivers this URL through phishing emails, social media messages, or malicious advertisements. When the victim clicks the link while authenticated to ATutor, the injected script runs with full access to the page's DOM, cookies not marked HttpOnly, and any active session state. No verified proof-of-concept code is available; refer to the Cert.pl analysis for additional technical context.

Detection Methods for CVE-2026-6956

Indicators of Compromise

  • HTTP GET or POST requests to /install/install.php containing URL-encoded <script> tags, javascript: URIs, or event-handler attributes such as onerror= and onload=.
  • Web server access logs showing referrers from external domains targeting the installer endpoint.
  • Unexpected outbound requests from user browsers to attacker-controlled domains immediately after accessing ATutor URLs.

Detection Strategies

  • Deploy web application firewall (WAF) rules that inspect query string and POST body parameters submitted to /install/install.php for XSS signatures.
  • Enable Content Security Policy (CSP) violation reporting to surface inline script execution attempts originating from reflected payloads.
  • Correlate authentication events with anomalous JavaScript-driven actions, such as rapid profile changes or session token exfiltration patterns.

Monitoring Recommendations

  • Alert on any HTTP traffic reaching /install/install.php on production hosts, since this endpoint should not be accessible after installation.
  • Monitor browser DOM-based identification telemetry from endpoint protection agents for script execution in ATutor origins.
  • Review web proxy logs for outbound connections to unfamiliar domains triggered by ATutor page loads.

How to Mitigate CVE-2026-6956

Immediate Actions Required

  • Remove or rename the /install/ directory on all production ATutor deployments. The installer should not remain accessible after initial setup.
  • Restrict access to /install/install.php through web server access control lists, allowing only trusted administrative IP ranges.
  • Plan migration away from ATutor, since the project is no longer actively supported and will not receive vendor patches.

Patch Information

No official patch is available. The ATutor project is unmaintained, and maintainers did not respond to disclosure attempts. Organizations must apply compensating controls or migrate to a supported learning management platform. Review the ATutor project homepage for current project status.

Workarounds

  • Delete the install directory entirely after ATutor setup completes to eliminate the vulnerable endpoint.
  • Deploy a reverse proxy rule that blocks all requests to paths matching /install/* with an HTTP 403 response.
  • Implement a strict Content Security Policy that disallows inline script execution, reducing the impact of reflected XSS payloads.
  • Apply WAF signatures that block requests containing common XSS patterns in query parameters destined for ATutor hosts.
bash
# Nginx configuration example to block installer access
location ~* ^/install/ {
    deny all;
    return 403;
}

# Apache equivalent in .htaccess or vhost configuration
<LocationMatch "^/install/">
    Require all denied
</LocationMatch>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechAtutor

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.10%

  • 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
  • ATutor Project Homepage

  • Cert.pl CVE-2026-6909 Analysis
  • Related CVEs
  • CVE-2026-6909: ATutor Reflected XSS Vulnerability

  • CVE-2020-37147: ATutor SQL Injection 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