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

CVE-2025-61166: Ascertia SigningHub Open Redirect Flaw

CVE-2025-61166 is an open redirect vulnerability in Ascertia SigningHub User v10.0 that allows attackers to redirect users to malicious sites via crafted URLs. This article covers technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2025-61166 Overview

An open redirect vulnerability exists in Ascertia SigningHub User v10.0 that allows attackers to redirect users to a malicious site via a crafted URL. This type of vulnerability (CWE-601) occurs when a web application accepts user-controlled input that specifies a link to an external site and uses that link in a redirect without proper validation.

Critical Impact

Attackers can leverage this vulnerability to conduct phishing attacks by creating malicious URLs that appear to originate from the trusted SigningHub domain, potentially leading to credential theft or malware distribution.

Affected Products

  • Ascertia SigningHub User v10.0

Discovery Timeline

  • 2026-04-06 - CVE CVE-2025-61166 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2025-61166

Vulnerability Analysis

This open redirect vulnerability in Ascertia SigningHub User v10.0 allows attackers to craft malicious URLs that, when clicked by a victim, redirect them from the legitimate SigningHub application to an attacker-controlled website. The vulnerability exploits insufficient validation of URL parameters used in redirect operations within the application.

Open redirect vulnerabilities are particularly dangerous in document signing platforms like SigningHub because users inherently trust URLs from these services. When a user receives what appears to be a legitimate signing request or notification link, they are more likely to click through without scrutinizing the final destination, making this an effective vector for phishing campaigns.

Root Cause

The vulnerability stems from improper URL validation in the SigningHub User application's redirect handling mechanism. The application fails to adequately verify that the target URL in redirect parameters points to a trusted destination, allowing attackers to inject arbitrary external URLs that the application will redirect users to without warning.

Attack Vector

The attack is executed over the network and requires user interaction—specifically, a victim must click on the malicious crafted URL. Attackers typically distribute these URLs through phishing emails, social media, or other communication channels, disguising them as legitimate SigningHub links. When clicked, the user's browser follows the redirect from the trusted SigningHub domain to the attacker's malicious site.

The attack flow typically involves:

  1. Attacker crafts a URL containing the SigningHub domain with a malicious redirect parameter
  2. Victim clicks the link, believing it to be legitimate
  3. SigningHub application processes the request and redirects to the attacker-controlled site
  4. Attacker's site may harvest credentials, serve malware, or conduct further social engineering

For detailed technical analysis, refer to the Medium Article on CVE-2025-61166.

Detection Methods for CVE-2025-61166

Indicators of Compromise

  • URLs containing the SigningHub domain with suspicious redirect parameters pointing to external domains
  • User complaints about being redirected to unexpected websites after clicking SigningHub links
  • Web server logs showing requests with external URLs in redirect-related query parameters

Detection Strategies

  • Monitor web application logs for requests containing redirect parameters with external domain values
  • Implement URL analysis tools to identify SigningHub URLs with suspicious redirect destinations before user interaction
  • Deploy email gateway rules to flag or quarantine emails containing SigningHub URLs with unusual query parameters

Monitoring Recommendations

  • Review web proxy logs for unusual redirect patterns originating from SigningHub application URLs
  • Implement real-time alerting for high volumes of redirect requests to newly registered or low-reputation domains
  • Educate users to report suspicious redirect behavior when interacting with SigningHub links

How to Mitigate CVE-2025-61166

Immediate Actions Required

  • Review and audit all SigningHub URL parameters for potential redirect abuse
  • Implement URL allowlisting for redirect destinations within the SigningHub application
  • Educate users about the risks of clicking on unexpected or suspicious SigningHub links
  • Consider deploying web filtering to block known malicious redirect destinations

Patch Information

No vendor-issued patch information is currently available in the CVE data. Organizations should monitor Ascertia's security advisories for updates regarding SigningHub User v10.0. Contact Ascertia support for guidance on available fixes or updated versions that address this vulnerability.

Workarounds

  • Implement strict URL validation and allowlisting for all redirect parameters at the web application firewall level
  • Configure web proxies to inspect and block requests with external redirect destinations in SigningHub URLs
  • Train users to manually navigate to SigningHub rather than clicking links in emails or messages
  • Deploy browser extensions or endpoint protection that warns users before following redirects to untrusted domains

Organizations should implement a redirect validation mechanism that restricts redirects to approved internal paths or explicitly allowlisted external domains only.

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechAscertia

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-601
  • Technical References
  • LinkedIn Profile

  • Medium Article on CVE-2025-61166
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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