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

CVE-2026-6573: PHPEMS 11.0 SSRF Vulnerability

CVE-2026-6573 is a server-side request forgery flaw in PHPEMS 11.0 affecting the Instant Exam Creation Handler. Attackers can exploit this remotely via the uploadfile parameter. This article covers technical details, impact, and mitigation.

Published: April 23, 2026

CVE-2026-6573 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been identified in PHPEMS version 11.0, an open-source PHP-based examination management system. This vulnerability exists within the temppage function located in the file /app/exam/controller/exams.master.php, which is part of the Instant Exam Creation Handler component. By manipulating the uploadfile argument, an authenticated attacker can force the server to make arbitrary requests to internal or external resources.

Critical Impact

Authenticated attackers can exploit this SSRF vulnerability to access internal services, scan internal networks, or potentially exfiltrate sensitive data from systems that should not be accessible from external networks.

Affected Products

  • PHPEMS 11.0

Discovery Timeline

  • 2026-04-19 - CVE-2026-6573 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-6573

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery). The flaw exists in the Instant Exam Creation Handler functionality, specifically within the temppage function that processes file uploads. The uploadfile parameter is not properly validated or sanitized before being used to construct server-side requests.

When processing exam creation requests, the application accepts user-supplied URLs through the uploadfile parameter and makes server-side requests to fetch these resources. The lack of proper input validation allows attackers to redirect these requests to arbitrary destinations, including internal network resources that would otherwise be inaccessible.

The network-based attack vector requires low-privilege authenticated access but no user interaction, making it straightforward for any authenticated user to exploit. While the exploit is publicly known according to vulnerability databases, no active exploitation has been confirmed at this time.

Root Cause

The root cause of this vulnerability is insufficient validation of user-supplied input in the uploadfile parameter within the temppage function. The application fails to implement proper URL validation and allowlisting mechanisms, allowing attackers to specify arbitrary URLs including internal network addresses, localhost references, and cloud metadata endpoints.

Attack Vector

The attack is executed remotely over the network by an authenticated user. The attacker crafts a malicious request to the Instant Exam Creation Handler endpoint, providing a specially crafted URL in the uploadfile parameter. The server then processes this request and makes an outbound connection to the attacker-specified destination.

Common exploitation scenarios include:

  • Accessing internal services on localhost (127.0.0.1) or internal network ranges
  • Scanning internal network ports and services
  • Accessing cloud provider metadata endpoints (e.g., 169.254.169.254)
  • Retrieving sensitive configuration files or credentials from internal systems

The vulnerability can be exploited by sending crafted HTTP requests to /app/exam/controller/exams.master.php with a manipulated uploadfile parameter pointing to internal resources. For detailed technical analysis and proof-of-concept information, refer to the VulDB vulnerability entry and the VulnPlus Note Share documentation.

Detection Methods for CVE-2026-6573

Indicators of Compromise

  • Unusual outbound connections from the PHPEMS web server to internal network addresses or cloud metadata endpoints
  • Requests to /app/exam/controller/exams.master.php containing suspicious URLs in the uploadfile parameter (e.g., localhost, 127.0.0.1, 169.254.169.254, internal IP ranges)
  • Server logs showing connections to unexpected internal services during exam creation operations
  • Outbound traffic from the web application tier to services it should not normally communicate with

Detection Strategies

  • Monitor web application logs for requests to the exams.master.php endpoint containing internal IP addresses or localhost references in URL parameters
  • Implement network-level monitoring for outbound connections from web servers to internal network ranges that are not expected
  • Deploy web application firewalls (WAF) with SSRF detection rules to block requests containing suspicious URL patterns in the uploadfile parameter
  • Use SentinelOne's behavioral analysis capabilities to detect anomalous network activity originating from web application processes

Monitoring Recommendations

  • Configure alerts for outbound connections from the PHPEMS server to RFC1918 private address ranges (10.x.x.x, 172.16-31.x.x, 192.168.x.x)
  • Monitor for access attempts to cloud metadata endpoints (169.254.169.254) from application servers
  • Review access logs for the Instant Exam Creation Handler endpoint for unusual request patterns

How to Mitigate CVE-2026-6573

Immediate Actions Required

  • Restrict access to the Instant Exam Creation Handler functionality to trusted administrators only until a patch is available
  • Implement network-level segmentation to limit what internal resources the PHPEMS server can access
  • Deploy WAF rules to block SSRF attack patterns targeting the vulnerable endpoint
  • If the uploadfile functionality is not required, consider disabling or removing it temporarily

Patch Information

No official vendor patch information is currently available for this vulnerability. Organizations should monitor the official PHPEMS project channels for security updates. In the interim, implement the workarounds and mitigations described below to reduce exposure.

For additional vulnerability details and updates, refer to the VulDB vulnerability database entry.

Workarounds

  • Implement URL allowlisting at the application or reverse proxy level to restrict the uploadfile parameter to only trusted external domains
  • Configure firewall rules to prevent the web server from initiating outbound connections to internal network ranges
  • Use network segmentation to isolate the PHPEMS application from sensitive internal services
  • Consider deploying a proxy for all outbound requests from the application that enforces URL validation and blocks requests to internal resources
bash
# Example: Block outbound connections to internal networks from web server (iptables)
# Adjust interface and IP ranges according to your environment
iptables -A OUTPUT -o eth0 -d 10.0.0.0/8 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -o eth0 -d 172.16.0.0/12 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -o eth0 -d 192.168.0.0/16 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -o eth0 -d 169.254.169.254 -m owner --uid-owner www-data -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechPhpeems

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/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
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-918
  • Technical References
  • VulDB Submission #789990

  • VulDB Vulnerability #358207

  • VulDB CTI for #358207

  • VulnPlus Note Share
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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