Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-3946

CVE-2026-3946: PHPEMS 11.0 XSS Vulnerability

CVE-2026-3946 is a cross-site scripting flaw in PHPEMS 11.0 that enables attackers to inject malicious scripts via the askcontent parameter. This article covers technical details, affected versions, and mitigations.

Published: March 13, 2026

CVE-2026-3946 Overview

A Cross-Site Scripting (XSS) vulnerability has been identified in PHPEMS version 11.0, an open-source online examination system. The vulnerability exists in the file /index.php?ask=app-ask where insufficient input sanitization of the askcontent parameter allows attackers to inject malicious scripts. This flaw can be exploited remotely by authenticated users to execute arbitrary JavaScript in the context of other users' browsers.

Critical Impact

Attackers can exploit this XSS vulnerability to steal session cookies, hijack user accounts, perform actions on behalf of authenticated users, or redirect victims to malicious websites. Educational institutions using PHPEMS for online examinations are particularly at risk.

Affected Products

  • PHPEMS 11.0

Discovery Timeline

  • 2026-03-11 - CVE-2026-3946 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-3946

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw occurs in the question-and-answer functionality of PHPEMS where user-supplied input through the askcontent parameter is not properly sanitized before being rendered in the web page.

When a user submits content through the affected endpoint, the application fails to encode or filter special HTML characters such as <, >, ", and '. This allows an attacker to craft malicious input containing JavaScript code that will be executed when other users view the affected page.

The attack requires low privileges (authenticated user access) and some user interaction (the victim must view the page containing the malicious content), making it a stored XSS vulnerability that persists in the application.

Root Cause

The root cause of this vulnerability is the lack of proper input validation and output encoding in the PHPEMS application. The askcontent parameter accepts user input that is stored in the database and subsequently displayed to other users without adequate sanitization. The application fails to implement security controls such as HTML entity encoding, Content Security Policy headers, or input filtering that would prevent the injection of executable scripts.

Attack Vector

The attack is network-based and can be carried out remotely. An attacker with valid credentials to the PHPEMS system can submit specially crafted content through the /index.php?ask=app-ask endpoint. The malicious payload is stored in the application's database and executed whenever another user views the content.

The exploitation flow involves:

  1. Attacker authenticates to the PHPEMS application
  2. Attacker navigates to the question submission functionality
  3. Attacker submits content containing malicious JavaScript through the askcontent parameter
  4. The malicious content is stored and displayed to other users
  5. When victims view the affected page, the JavaScript executes in their browser context

The vulnerability has been publicly disclosed and an exploit is reportedly available. For technical details, refer to the GitHub CVE Issue and VulDB entry #350368.

Detection Methods for CVE-2026-3946

Indicators of Compromise

  • Unusual JavaScript content in database entries related to the question/ask functionality
  • Browser console errors or unexpected script execution when viewing question pages
  • Web application firewall logs showing XSS payload patterns in requests to /index.php?ask=app-ask
  • User reports of unexpected browser behavior or redirects when using the PHPEMS platform

Detection Strategies

  • Implement web application firewall rules to detect common XSS payloads in the askcontent parameter
  • Review web server access logs for suspicious requests containing script tags or JavaScript event handlers
  • Deploy Content Security Policy (CSP) headers and monitor for CSP violation reports
  • Conduct regular security scans of the PHPEMS application to identify stored XSS payloads

Monitoring Recommendations

  • Enable detailed logging for all requests to the /index.php?ask=app-ask endpoint
  • Configure SIEM alerts for patterns indicative of XSS attacks (e.g., <script>, javascript:, onerror=)
  • Monitor database content for suspicious HTML or script tags in user-submitted fields
  • Implement real-time alerting for CSP violations that may indicate attempted XSS exploitation

How to Mitigate CVE-2026-3946

Immediate Actions Required

  • Review and audit all existing content in the question/ask database tables for malicious scripts
  • Implement input validation on the askcontent parameter to reject or sanitize dangerous characters
  • Apply output encoding (HTML entity encoding) when displaying user-submitted content
  • Deploy Content Security Policy headers to restrict script execution sources

Patch Information

At the time of publication, no official patch has been released by the PHPEMS maintainers. Organizations should monitor the official PHPEMS repository for security updates and apply patches as soon as they become available. In the interim, implement the workarounds listed below to reduce risk exposure.

For additional technical details and updates, refer to:

  • GitHub CVE Issue
  • VulDB Entry #350368

Workarounds

  • Implement server-side input validation to filter or escape HTML special characters in the askcontent parameter
  • Deploy a Web Application Firewall (WAF) with XSS protection rules enabled
  • Add Content Security Policy headers to prevent inline script execution: Content-Security-Policy: default-src 'self'; script-src 'self'
  • Restrict access to the affected functionality to trusted users only until a patch is available
  • Consider temporarily disabling the question submission feature if it is not critical to operations
bash
# Apache .htaccess CSP configuration example
<IfModule mod_headers.c>
    Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"
    Header set X-XSS-Protection "1; mode=block"
    Header set X-Content-Type-Options "nosniff"
</IfModule>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechPhpems

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub CVE Issue

  • GitHub User Attachments

  • VulDB CTI #350368

  • VulDB #350368

  • VulDB Submission #773039
  • Related CVEs
  • CVE-2025-15405: PHPEMS CSRF 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