A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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 that allows attackers to manipulate the URL parameter in Marks.php. This article covers the technical details, affected versions, impact, and mitigation.

Updated: May 15, 2026

CVE-2025-10329 Overview

CVE-2025-10329 is a Server-Side Request Forgery (SSRF) vulnerability affecting cdevroe unmark versions up to 1.9.3. The flaw resides in the /application/controllers/Marks.php file, where the url argument is processed without sufficient validation. Authenticated remote attackers can manipulate the url parameter to coerce the application into issuing arbitrary HTTP requests on their behalf. A public proof-of-concept exploit is available, and the vendor did not respond to disclosure outreach. The vulnerability is tracked under CWE-918 (Server-Side Request Forgery).

Critical Impact

Attackers can leverage the vulnerable url parameter in Marks.php to probe internal networks, access metadata endpoints, or interact with services reachable from the application host.

Affected Products

  • cdevroe unmark versions up to and including 1.9.3
  • The /application/controllers/Marks.php controller component
  • Deployments exposing the unmark bookmark management interface to authenticated users

Discovery Timeline

  • 2025-09-12 - CVE-2025-10329 published to NVD
  • 2026-04-29 - Last updated in NVD database

Technical Details for CVE-2025-10329

Vulnerability Analysis

The vulnerability exists in unmark, an open-source bookmark management application. The Marks.php controller accepts a url parameter intended to reference external resources for bookmarking. The application fetches the supplied URL server-side without restricting destination hosts, schemes, or internal IP ranges.

An authenticated attacker can supply URLs that target internal-only services such as http://127.0.0.1, RFC1918 ranges, or cloud metadata endpoints like http://169.254.169.254. The server then issues outbound requests and may return response data to the attacker. This enables internal reconnaissance, service enumeration, and potential credential theft when the host runs in a cloud environment.

Root Cause

The root cause is missing validation and allow-listing of the user-supplied url argument inside the Marks.php controller. The application trusts the parameter and forwards it directly to a server-side HTTP client. No checks are applied for loopback addresses, link-local addresses, private network ranges, or non-HTTP schemes.

Attack Vector

Exploitation requires network access to the unmark instance and low-privilege authenticated access. The attacker submits a crafted url value through the bookmark creation or processing workflow handled by Marks.php. The server then performs the SSRF request. Public proof-of-concept details are documented in the GitHub PoC Repository maintained by the reporter.

No verified code examples are available for inclusion. Refer to the GitHub PoC Example and VulDB Analysis #323755 for technical reproduction steps.

Detection Methods for CVE-2025-10329

Indicators of Compromise

  • Outbound HTTP requests from the unmark application host directed at internal IP ranges, 127.0.0.1, or cloud metadata endpoints such as 169.254.169.254.
  • POST or GET requests to unmark endpoints handled by Marks.php containing url parameters referencing non-public destinations.
  • Unexpected DNS resolutions originating from the unmark server for attacker-controlled domains used in SSRF reconnaissance.

Detection Strategies

  • Inspect web server access logs for requests to Marks.php whose url parameter contains private network addresses, loopback hosts, or non-HTTP schemes such as file:// and gopher://.
  • Correlate application-initiated egress traffic with the originating HTTP request to identify SSRF-driven outbound calls.
  • Deploy egress filtering telemetry to flag the unmark service contacting unusual internal services it does not normally communicate with.

Monitoring Recommendations

  • Forward web server, application, and network flow logs to a centralized analytics platform for correlation between inbound url parameters and outbound connections.
  • Alert on any access to cloud instance metadata services from application hosts that do not require it.
  • Track authenticated user activity in unmark for anomalous bookmark submission patterns indicative of automated SSRF probing.

How to Mitigate CVE-2025-10329

Immediate Actions Required

  • Restrict network access to the unmark application to trusted users while a fix is unavailable from the vendor.
  • Block the unmark host from initiating connections to internal subnets, loopback interfaces, and cloud metadata endpoints at the network layer.
  • Audit existing bookmark records for entries referencing internal hosts or metadata IPs that may indicate prior exploitation.

Patch Information

No vendor patch is currently available. The vendor was contacted prior to public disclosure but did not respond, according to the VulDB #323755 record. Organizations should track the upstream project for updates beyond version 1.9.3 and apply any future release that introduces URL validation in Marks.php.

Workarounds

  • Place the unmark service behind a forward proxy that enforces an allow-list of external destinations and rejects requests to private address ranges.
  • Apply a host-based firewall rule denying outbound traffic from the unmark process to 127.0.0.0/8, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, and 169.254.0.0/16.
  • If self-maintained, modify Marks.php to validate the url argument against a strict scheme allow-list and resolve hostnames before issuing requests to confirm they map to public addresses.
bash
# Example iptables egress restriction for the unmark host
iptables -A OUTPUT -m owner --uid-owner www-data -d 127.0.0.0/8 -j REJECT
iptables -A OUTPUT -m owner --uid-owner www-data -d 10.0.0.0/8 -j REJECT
iptables -A OUTPUT -m owner --uid-owner www-data -d 172.16.0.0/12 -j REJECT
iptables -A OUTPUT -m owner --uid-owner www-data -d 192.168.0.0/16 -j REJECT
iptables -A OUTPUT -m owner --uid-owner www-data -d 169.254.0.0/16 -j REJECT

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechUnmark

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.09%

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

  • GitHub PoC Example

  • VulDB Analysis #323755

  • VulDB #323755

  • VulDB Submission #643531
  • Latest CVEs
  • CVE-2026-50263: X.org X Server Use-After-Free Flaw

  • CVE-2026-21033: Samsung Assistant RCE Vulnerability

  • CVE-2026-21032: Samsung Assistant RCE Vulnerability

  • CVE-2026-50260: X.org X Server Use-After-Free Flaw
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