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-2026-39843

CVE-2026-39843: Plane Project Management SSRF Vulnerability

CVE-2026-39843 is a Server-Side Request Forgery flaw in Plane project management tool affecting versions 0.28.0 to before 1.3.0. Attackers can exploit favicon redirect validation to access private IP addresses.

Published: April 9, 2026

CVE-2026-39843 Overview

CVE-2026-39843 is a Server-Side Request Forgery (SSRF) vulnerability affecting Plane, an open-source project management tool. This vulnerability exists due to an incomplete remediation of a previous security issue (GHSA-jcc6-f9v6-f7jw), allowing authenticated attackers with low privileges to perform full read SSRF attacks by exploiting the favicon fetching mechanism. When a user supplies a link containing an HTML page with a link tag that redirects to a private IP address via the "Add link" feature, the application fails to properly validate redirects during favicon retrieval, potentially exposing internal network resources.

Critical Impact

Authenticated attackers can access internal network resources and sensitive data through SSRF by exploiting insufficient redirect validation in the favicon fetch functionality.

Affected Products

  • Plane versions 0.28.0 through 1.2.x
  • Plane installations with "Add link" functionality enabled
  • Self-hosted Plane deployments with access to internal network resources

Discovery Timeline

  • 2026-04-09 - CVE CVE-2026-39843 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2026-39843

Vulnerability Analysis

This vulnerability represents an incomplete fix for a previously disclosed SSRF issue (GHSA-jcc6-f9v6-f7jw). The core problem lies in the fetch_and_encode_favicon() function, which uses requests.get(favicon_url, ...) with default redirect-following behavior enabled. While the original remediation implemented validation for redirects on the main page URL, this validation was not extended to the favicon fetch path.

The vulnerability is classified under CWE-918 (Server-Side Request Forgery), which occurs when an application fetches a remote resource without properly validating user-supplied URLs. In this case, the incomplete validation allows an attacker to craft a malicious HTML page containing a link tag with an href attribute that performs an HTTP redirect to a private IP address or internal service.

Root Cause

The root cause stems from inconsistent security controls between different URL fetching operations within the application. The main page URL validation was updated to prevent SSRF via redirects, but the favicon fetching logic was overlooked. The fetch_and_encode_favicon() function continues to use the Python requests library with its default configuration, which automatically follows HTTP redirects (301, 302, 307, 308) without additional validation.

This architectural inconsistency means that while direct requests to internal IP addresses may be blocked, an attacker can bypass this protection by hosting an external page that redirects the favicon request to an internal resource.

Attack Vector

The attack requires network access and authentication with low privileges. An attacker can exploit this vulnerability through the following approach:

  1. The attacker creates a malicious HTML page on an external server containing a link tag with an href pointing to a controlled redirect endpoint
  2. The redirect endpoint returns an HTTP redirect response (e.g., 302) pointing to an internal IP address or sensitive internal service
  3. The attacker uses the "Add link" functionality in Plane to add this malicious URL
  4. Plane fetches the page and attempts to retrieve the favicon, following the redirect to the internal resource
  5. The response from the internal resource is processed and potentially exposed to the attacker

The vulnerability can be exploited to access internal services, read sensitive configuration data, or map internal network topology. Since this is a full read SSRF, attackers can exfiltrate data from internal resources that would otherwise be inaccessible from the external network.

Detection Methods for CVE-2026-39843

Indicators of Compromise

  • Unusual outbound HTTP requests from the Plane application server to internal IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • Link additions in Plane that reference external URLs with redirect capabilities
  • HTTP requests from the application server to cloud metadata endpoints (e.g., 169.254.169.254)
  • Favicon fetch requests that result in connections to non-standard ports or internal services

Detection Strategies

  • Implement network monitoring to detect HTTP requests from the Plane server to internal IP ranges or sensitive endpoints
  • Review application logs for link additions containing suspicious external URLs or known redirect services
  • Monitor DNS queries from the Plane server for resolution of internal hostnames or unusual patterns
  • Deploy web application firewall (WAF) rules to detect SSRF patterns in request URLs

Monitoring Recommendations

  • Enable detailed logging for all outbound HTTP requests made by the Plane application
  • Configure alerts for connections to internal IP ranges from the application server
  • Monitor for access to cloud provider metadata services from the Plane deployment
  • Implement network segmentation monitoring to detect lateral movement attempts

How to Mitigate CVE-2026-39843

Immediate Actions Required

  • Upgrade Plane to version 1.3.0 or later immediately
  • Review recent link additions for potentially malicious URLs targeting internal resources
  • Implement network-level egress filtering to restrict outbound connections from the Plane server
  • Audit user accounts with link creation privileges for suspicious activity

Patch Information

The vulnerability is fixed in Plane version 1.3.0. Organizations running versions 0.28.0 through 1.2.x should upgrade immediately. For detailed information about the fix, refer to the GitHub Security Advisory.

Workarounds

  • Restrict the "Add link" functionality to trusted users only until the patch can be applied
  • Implement network-level controls to block outbound requests from the Plane server to internal IP ranges
  • Deploy a reverse proxy or WAF that can inspect and block redirects to internal addresses
  • Consider temporarily disabling favicon fetching if the functionality is not critical
bash
# Network egress filtering example using iptables
# Block outbound connections to private IP ranges from the Plane server

# Block RFC 1918 private address ranges
iptables -A OUTPUT -d 10.0.0.0/8 -m owner --uid-owner plane -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -m owner --uid-owner plane -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -m owner --uid-owner plane -j DROP

# Block link-local addresses
iptables -A OUTPUT -d 169.254.0.0/16 -m owner --uid-owner plane -j DROP

# Block localhost (prevent attacks via localhost redirects)
iptables -A OUTPUT -d 127.0.0.0/8 -m owner --uid-owner plane -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/TechPlane

  • SeverityHIGH

  • CVSS Score7.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-30242: Plane Project Management Tool SSRF Flaw

  • CVE-2026-27706: Plane Project Management Tool SSRF Flaw

  • CVE-2024-31461: Plane Project Management SSRF Vulnerability

  • CVE-2026-27949: Plane 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