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-2025-10329

CVE-2025-10329: Unmark SSRF Vulnerability

CVE-2025-10329 is a server-side request forgery flaw in Unmark up to version 1.9.3 that enables attackers to exploit URL parameters remotely. This article covers technical details, affected versions, and mitigation.

Published: March 31, 2026

CVE-2025-10329 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been identified in cdevroe Unmark, an open-source bookmarking application. The vulnerability exists in the /application/controllers/Marks.php file, where improper validation of the url argument allows attackers to manipulate server-side requests. This flaw can be exploited remotely by authenticated users to force the server to make requests to internal or external resources that would otherwise be inaccessible.

Critical Impact

Attackers can leverage this SSRF vulnerability to probe internal network infrastructure, access internal services, bypass firewall restrictions, and potentially exfiltrate sensitive data from internal systems.

Affected Products

  • Unmark up to version 1.9.3
  • All installations using the vulnerable Marks.php controller
  • Self-hosted Unmark instances with network access to internal resources

Discovery Timeline

  • September 12, 2025 - CVE-2025-10329 published to NVD
  • September 16, 2025 - Last updated in NVD database

Technical Details for CVE-2025-10329

Vulnerability Analysis

This Server-Side Request Forgery (SSRF) vulnerability resides within the Marks.php controller file in the Unmark application. The vulnerability is classified under CWE-918 (Server-Side Request Forgery). When users submit URLs to be bookmarked, the application fetches metadata from those URLs server-side. However, insufficient validation of the url parameter allows attackers to submit crafted URLs that target internal resources.

The vulnerability requires low-privilege authentication to exploit, meaning any registered user of an Unmark instance could potentially leverage this flaw. Once exploited, the attacker can use the vulnerable server as a proxy to access internal services, cloud metadata endpoints, or other restricted resources that the server has network access to.

Root Cause

The root cause of this vulnerability is inadequate input validation and sanitization of the url argument in the Marks.php controller. The application fails to properly validate URLs before making server-side HTTP requests, allowing attackers to specify internal IP addresses, localhost references, cloud metadata endpoints (such as 169.254.169.254), or other internal network resources. Without proper allowlist-based URL validation or blocking of private IP ranges, the application blindly processes and fetches content from attacker-controlled URLs.

Attack Vector

The attack is network-based and can be launched remotely by any authenticated user of the Unmark application. An attacker exploits this vulnerability by manipulating the url parameter when creating or editing bookmarks. The exploitation flow involves submitting specially crafted URLs that point to internal resources, causing the server to make requests on behalf of the attacker.

Common attack scenarios include:

  • Accessing cloud provider metadata services to retrieve instance credentials
  • Port scanning internal network services
  • Accessing internal administrative interfaces
  • Retrieving data from internal databases or APIs
  • Bypassing IP-based access controls

The vulnerability is documented in publicly available proof-of-concept materials. See the GitHub SSRF PoC for technical details on the exploitation methodology.

Detection Methods for CVE-2025-10329

Indicators of Compromise

  • Unusual outbound HTTP requests from the Unmark application server to internal IP ranges (e.g., 10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints such as 169.254.169.254 or metadata.google.internal
  • Bookmark entries containing internal URLs, localhost references, or private IP addresses
  • Abnormal patterns in web server access logs showing requests to internal services

Detection Strategies

  • Implement network monitoring to detect HTTP requests from the Unmark server to internal IP ranges or metadata endpoints
  • Deploy web application firewall (WAF) rules to identify and block SSRF attack patterns in the url parameter
  • Monitor application logs for failed or successful attempts to access internal resources
  • Use SentinelOne Singularity Platform to detect anomalous network behavior from web application servers

Monitoring Recommendations

  • Enable verbose logging on the Unmark application to capture all URL fetch operations
  • Configure network egress monitoring to alert on connections to internal IP ranges from web servers
  • Implement DNS query logging to detect resolution of internal hostnames from the application server
  • Establish baseline network behavior for the Unmark server and alert on deviations

How to Mitigate CVE-2025-10329

Immediate Actions Required

  • Restrict network access from the Unmark server to internal resources using firewall rules
  • Implement URL validation at the network or WAF level to block requests containing internal IP addresses
  • Consider temporarily disabling the bookmark URL fetching functionality until a patch is available
  • Audit existing bookmarks for suspicious internal URL entries

Patch Information

The vendor was contacted about this disclosure but did not respond. As of the last update on September 16, 2025, no official patch has been released. Organizations should implement the workarounds listed below and monitor for future vendor updates. Additional technical details are available at VulDB #323755.

Workarounds

  • Implement server-side URL validation using an allowlist approach to only permit requests to known external domains
  • Block outbound requests to RFC1918 private IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) from the Unmark server
  • Disable or restrict access to the URL fetching functionality in the Marks.php controller
  • Deploy the Unmark application in an isolated network segment with no access to sensitive internal resources
bash
# Example iptables rules to block SSRF to internal networks
# Block requests to private IP ranges from the web server
iptables -A OUTPUT -d 10.0.0.0/8 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -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/TechUnmark

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.06%

  • 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 SSRF PoC

  • GitHub SSRF PoC Section

  • VulDB #323755 Details

  • VulDB #323755

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