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

CVE-2026-33953: LinkAce SSRF Vulnerability

CVE-2026-33953 is an SSRF vulnerability in LinkAce that allows authenticated users to trigger server-side requests to internal services via hostnames. This article covers technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-33953 Overview

CVE-2026-33953 is a Server-Side Request Forgery (SSRF) vulnerability affecting LinkAce, a self-hosted archive application for collecting website links. While LinkAce versions prior to 2.5.3 implement protections that block direct requests to private IP literals, the application fails to prevent server-side requests to internal-only resources when those resources are referenced through an internal hostname. This bypass allows an authenticated attacker to trigger server-side requests to internal services reachable by the LinkAce server but not directly accessible from an external network.

Critical Impact

Authenticated attackers can leverage this SSRF vulnerability to access internal services, potentially exposing sensitive data, cloud metadata endpoints, or enabling further attacks against internal infrastructure.

Affected Products

  • LinkAce versions prior to 2.5.3
  • Self-hosted LinkAce deployments with access to internal network services
  • Environments where LinkAce server can resolve internal hostnames

Discovery Timeline

  • 2026-03-27 - CVE CVE-2026-33953 published to NVD
  • 2026-03-31 - Last updated in NVD database

Technical Details for CVE-2026-33953

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery), a web application security flaw that allows attackers to induce the server-side application to make HTTP requests to an arbitrary domain of the attacker's choosing. In LinkAce's case, the application implements blocklist-based protection against SSRF by denying requests to private IP address literals (e.g., 192.168.x.x, 10.x.x.x, 172.16.x.x). However, this protection can be circumvented by providing an internal hostname instead of a direct IP address.

When a user submits a link for archival, LinkAce performs a server-side request to fetch the content. The vulnerability exists because the IP address validation occurs before DNS resolution. An attacker can submit a URL with an internal hostname (e.g., http://internal-server.local/admin) that resolves to a private IP address. Since the hostname itself isn't on the blocklist, the request proceeds, and DNS resolution results in a connection to the internal resource.

The impact includes potential access to cloud metadata services (such as http://metadata.internal/ or http://169.254.169.254/), internal APIs, administration interfaces, and other services that rely on network segmentation for security.

Root Cause

The root cause of this vulnerability lies in the incomplete implementation of SSRF protections. The application validates user-supplied URLs against a blocklist of private IP address ranges but performs this validation before DNS resolution occurs. This creates a Time-of-Check to Time-of-Use (TOCTOU) gap where hostnames that resolve to private IP addresses can bypass the protection mechanism.

A secure implementation would resolve the hostname first and then validate the resulting IP address against the blocklist, or implement DNS rebinding protections to handle the case where a hostname's resolution changes between validation and actual request.

Attack Vector

The attack vector requires network access and low-privilege authentication to the LinkAce application. An authenticated user can exploit this vulnerability by submitting a crafted URL containing an internal hostname rather than a direct IP address. The exploitation flow involves:

  1. Attacker authenticates to the LinkAce application with a valid user account
  2. Attacker identifies internal hostnames that resolve to private IP addresses (through reconnaissance or common naming conventions)
  3. Attacker submits a link request using the internal hostname (e.g., http://internal-admin.company.local/)
  4. LinkAce validates the URL, finds no blocked IP literals, and proceeds
  5. The server resolves the hostname to an internal IP and makes the request
  6. Response data or error messages may leak sensitive information about internal services

For further technical details, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-33953

Indicators of Compromise

  • Unusual link archival requests containing internal hostnames or non-standard TLDs (e.g., .local, .internal, .corp)
  • Web application logs showing requests to internal infrastructure hostnames from the LinkAce process
  • Error messages or responses indicating connection attempts to internal services
  • DNS query logs showing LinkAce server resolving internal-only hostnames

Detection Strategies

  • Implement application-level logging to capture all URLs submitted for archival and flag requests containing internal or non-public hostnames
  • Monitor egress network traffic from the LinkAce server for connections to internal IP ranges that weren't expected
  • Configure DNS logging to detect resolution of internal hostnames by the LinkAce application server
  • Deploy web application firewall (WAF) rules to detect SSRF patterns in submitted URLs

Monitoring Recommendations

  • Enable detailed access logging for the LinkAce application and review for suspicious URL patterns
  • Implement network segmentation monitoring to detect unexpected internal service access from the LinkAce server
  • Set up alerts for DNS queries from the LinkAce host that resolve to RFC 1918 private address spaces
  • Monitor for cloud metadata endpoint access attempts (e.g., requests to 169.254.169.254) from the application server

How to Mitigate CVE-2026-33953

Immediate Actions Required

  • Upgrade LinkAce to version 2.5.3 or later immediately to apply the security patch
  • Audit LinkAce access logs for evidence of exploitation attempts involving internal hostnames
  • Review user accounts with access to LinkAce and remove unnecessary privileges
  • Implement network segmentation to limit the LinkAce server's ability to reach sensitive internal services

Patch Information

LinkAce version 2.5.3 addresses this vulnerability by implementing proper SSRF protections that validate resolved IP addresses rather than just the URL input. Organizations running affected versions should upgrade immediately. The security advisory and patch details are available at the GitHub Security Advisory.

Workarounds

  • Implement network-level restrictions to prevent the LinkAce server from accessing sensitive internal services
  • Deploy a web application firewall (WAF) with SSRF detection rules in front of LinkAce
  • Configure DNS resolution on the LinkAce server to prevent resolution of internal hostnames where possible
  • Consider running LinkAce in an isolated network segment with no access to internal resources
bash
# Example: Network firewall rules to restrict LinkAce server outbound access
# Block access to internal network ranges from LinkAce server
iptables -A OUTPUT -s <linkace_server_ip> -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -s <linkace_server_ip> -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -s <linkace_server_ip> -d 192.168.0.0/16 -j DROP
iptables -A OUTPUT -s <linkace_server_ip> -d 169.254.169.254 -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/TechLinkace

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-30953: LinkAce SSRF Vulnerability

  • CVE-2026-40905: LinkAce Auth Bypass Vulnerability

  • CVE-2026-35516: LinkAce Information Disclosure Vulnerability

  • CVE-2026-33954: LinkAce Information Disclosure 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