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

CVE-2026-28271: Accellion Kiteworks SSRF Vulnerability

CVE-2026-28271 is an SSRF vulnerability in Accellion Kiteworks that allows malicious administrators to bypass protections via DNS rebinding attacks and access restricted internal services. This article covers affected versions, impact, and mitigation.

Published: March 6, 2026

CVE-2026-28271 Overview

CVE-2026-28271 is a Server-Side Request Forgery (SSRF) vulnerability in Kiteworks private data network (PDN) that allows attackers to bypass SSRF protections through DNS rebinding attacks. Prior to version 9.2.0, the configuration functionality in Kiteworks contains insufficient validation that enables malicious administrators to circumvent security controls designed to restrict access to internal services.

DNS rebinding attacks exploit the time-based nature of DNS resolution, allowing an attacker to first resolve a hostname to a legitimate external IP address during initial validation, then quickly rebind it to an internal IP address when the actual request is made. This technique effectively bypasses IP-based SSRF protections.

Critical Impact

Malicious administrators could exploit this vulnerability to access internal services that should be restricted, potentially exposing sensitive internal infrastructure, databases, and other backend services not intended to be accessible through the Kiteworks application.

Affected Products

  • Accellion Kiteworks versions prior to 9.2.0

Discovery Timeline

  • 2026-02-27 - CVE CVE-2026-28271 published to NVD
  • 2026-03-04 - Last updated in NVD database

Technical Details for CVE-2026-28271

Vulnerability Analysis

This vulnerability (CWE-350: Reliance on Reverse DNS Resolution for a Security-Critical Action) exists within the configuration functionality of Kiteworks. The application implements SSRF protections that validate URLs and hostnames to prevent requests to internal network resources. However, these protections rely on DNS resolution at validation time without accounting for subsequent DNS changes.

DNS rebinding exploits the gap between when a hostname is validated and when the actual network request is made. An attacker controlling a malicious DNS server can configure extremely short TTL (Time-To-Live) values, causing the hostname to resolve to different IP addresses across the validation and request phases.

The impact is significant for organizations using Kiteworks to handle sensitive file transfers and communications. Successful exploitation requires high privileges (administrator access) but can lead to high confidentiality and integrity impacts by accessing internal services that should remain isolated from the Kiteworks application layer.

Root Cause

The root cause is the reliance on DNS resolution at a single point in time for security validation. The application validates hostnames against SSRF blocklists by resolving them to IP addresses and checking if those IPs fall within restricted ranges. However, DNS resolution is performed separately when the actual HTTP request is made, creating a time-of-check to time-of-use (TOCTOU) condition. Attackers can exploit this window by configuring DNS records to change between the validation and request phases.

Attack Vector

The attack requires an adversary with administrative privileges on the Kiteworks platform. The attacker would configure a URL pointing to a hostname under their control. When the application validates this URL, the attacker's DNS server responds with a legitimate external IP address, passing SSRF validation checks. When Kiteworks subsequently makes the actual request to that hostname, the DNS server responds with an internal IP address (such as 127.0.0.1 or internal RFC 1918 addresses), causing the request to reach internal services.

This attack vector is classified as network-based, requiring no user interaction but necessitating high privileges to access the vulnerable configuration functionality.

Detection Methods for CVE-2026-28271

Indicators of Compromise

  • Unusual DNS queries with extremely low TTL values from the Kiteworks server
  • Configuration changes involving external URLs that resolve to internal IP addresses
  • Outbound requests to internal services from the Kiteworks application that do not match expected behavior
  • Administrator activity configuring URLs pointing to suspicious or newly registered domains

Detection Strategies

  • Monitor DNS resolution patterns from Kiteworks servers for anomalous TTL values or rapid IP address changes
  • Implement network monitoring to detect requests from Kiteworks to internal services that should not be accessible
  • Audit administrator configuration changes, particularly those involving external URL endpoints
  • Deploy DNS monitoring solutions to track resolution discrepancies between validation and request times

Monitoring Recommendations

  • Enable detailed logging on Kiteworks configuration changes and track all URL-based configurations
  • Implement network segmentation monitoring to detect unauthorized cross-segment communications
  • Deploy DNS query logging on internal DNS servers to identify rebinding patterns
  • Configure alerts for Kiteworks outbound connections to internal IP ranges

How to Mitigate CVE-2026-28271

Immediate Actions Required

  • Upgrade Kiteworks to version 9.2.0 or later immediately
  • Review administrator accounts for unauthorized or suspicious users
  • Audit recent configuration changes for potentially malicious URL entries
  • Implement network segmentation to limit the impact of SSRF attacks

Patch Information

Kiteworks version 9.2.0 contains a patch for this vulnerability. Organizations should upgrade to this version or later to remediate CVE-2026-28271. For detailed information about the security fix, refer to the Kiteworks Security Advisory.

Workarounds

  • Restrict administrative access to trusted personnel only and implement multi-factor authentication for admin accounts
  • Deploy network-level controls to prevent the Kiteworks application from reaching internal services directly
  • Implement DNS pinning at the network level to prevent rebinding attacks where possible
  • Monitor and restrict outbound connections from Kiteworks servers using firewall rules

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechAccellion Kiteworks

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-350
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-28270: Accellion Kiteworks Path Traversal Flaw

  • CVE-2026-28272: Accellion Kiteworks 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