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

CVE-2026-4907: Page-Replica SSRF Vulnerability

CVE-2026-4907 is a server-side request forgery flaw in Page-Replica's sitemap endpoint that allows remote attackers to manipulate URL parameters. This article covers technical details, affected versions, and mitigation.

Published: April 3, 2026

CVE-2026-4907 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been identified in Page-Replica's Page Replica application. The vulnerability exists in the sitemap.fetch function within the /sitemap endpoint component. By manipulating the url argument, remote attackers can force the server to make requests to arbitrary internal or external destinations, potentially exposing sensitive internal resources or enabling further attacks against internal infrastructure.

Critical Impact

Remote attackers can exploit this SSRF vulnerability to access internal network resources, potentially bypassing firewalls and security controls to reach sensitive systems not intended to be publicly accessible.

Affected Products

  • Page-Replica Page Replica (up to commit e4a7f52e75093ee318b4d5a9a9db6751050d2ad0)
  • All versions prior to the identified vulnerable commit
  • Rolling release versions without specific version tracking

Discovery Timeline

  • 2026-03-27 - CVE-2026-4907 published to NVD
  • 2026-03-30 - Last updated in NVD database

Technical Details for CVE-2026-4907

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery). The weakness occurs when the application's /sitemap endpoint accepts a user-controlled url parameter and uses it to make server-side HTTP requests without proper validation. This allows attackers to craft malicious requests that force the vulnerable server to interact with arbitrary destinations.

SSRF vulnerabilities in sitemap functionality are particularly dangerous because these endpoints are often designed to fetch and process remote content, making them natural targets for exploitation. The affected sitemap.fetch function appears to lack sufficient validation of the target URL, enabling attackers to specify internal network addresses, cloud metadata endpoints, or other sensitive resources.

The vendor was contacted early about this disclosure but did not respond. Page-Replica uses a rolling release strategy, so specific version numbers for affected or patched releases are not available.

Root Cause

The root cause is insufficient input validation of the url parameter passed to the sitemap.fetch function in the /sitemap endpoint. The application fails to properly sanitize or restrict the destination URLs that can be requested, allowing attackers to specify arbitrary targets including internal network resources, localhost services, and cloud metadata endpoints.

Attack Vector

The attack can be carried out remotely over the network. An authenticated attacker with low privileges can exploit this vulnerability by sending crafted HTTP requests to the /sitemap endpoint with a manipulated url parameter. The exploitation mechanism involves:

  1. Attacker identifies the vulnerable /sitemap endpoint
  2. Attacker crafts a request with a malicious url parameter pointing to internal resources (e.g., http://localhost:8080/admin, http://169.254.169.254/latest/meta-data/)
  3. The server-side sitemap.fetch function processes the request and makes the HTTP call to the attacker-specified destination
  4. Internal responses or error messages are returned to the attacker, potentially leaking sensitive information

The exploit for this vulnerability has been publicly disclosed. Technical details can be found in the GitHub CVE Discovery Resource.

Detection Methods for CVE-2026-4907

Indicators of Compromise

  • Unusual outbound HTTP requests from the application server to internal IP addresses (e.g., 127.0.0.1, 10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints such as 169.254.169.254 originating from the Page-Replica application
  • HTTP requests to the /sitemap endpoint with suspicious url parameters containing internal hostnames or IP addresses
  • Unexpected network connections to internal services from the web application tier

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing internal IP addresses or reserved hostnames in URL parameters
  • Deploy network monitoring to detect anomalous outbound connections from web application servers to internal network segments
  • Configure SIEM alerts for /sitemap endpoint access patterns with URL parameters pointing to private IP ranges

Monitoring Recommendations

  • Enable detailed access logging for the /sitemap endpoint to capture all url parameter values
  • Monitor for DNS lookups to internal hostnames originating from the web application tier
  • Set up alerts for any HTTP responses containing cloud metadata or internal service responses
  • Track failed connection attempts to internal services that may indicate SSRF probing

How to Mitigate CVE-2026-4907

Immediate Actions Required

  • Restrict or disable access to the /sitemap endpoint if not required for production functionality
  • Implement network-level controls to prevent the application server from making requests to internal IP ranges
  • Deploy a web application firewall with SSRF detection rules to filter malicious requests
  • Review and audit all instances of the sitemap.fetch function for proper URL validation

Patch Information

No official patch has been released by the vendor. The vendor was contacted early about this disclosure but did not respond. Since Page-Replica uses a rolling release strategy, organizations should monitor the project repository for updates that address this vulnerability.

For tracking and additional context, refer to:

  • VulDB Entry #353658
  • VulDB Submission #777447

Workarounds

  • Implement an allowlist of permitted URL schemes and domains for the url parameter
  • Deploy network segmentation to prevent the application server from reaching sensitive internal resources
  • Use a proxy or intermediate service to handle external URL fetches with strict validation
  • Consider disabling the vulnerable /sitemap endpoint entirely until a fix is available

Organizations should implement strict URL validation that:

  • Only allows specific URL schemes (e.g., http and https)
  • Blocks requests to private IP address ranges and localhost
  • Validates domain names against an allowlist of trusted external sources
  • Blocks requests to cloud metadata IP addresses (169.254.169.254)

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechPage Replica

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • 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
  • GitHub CVE Discovery Resource

  • VulDB CTI Incident #353658

  • VulDB #353658

  • VulDB Submission #777447
  • 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