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
    • 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-2024-33661

CVE-2024-33661: Portainer Open Redirect Vulnerability

CVE-2024-33661 is an open redirect vulnerability in Portainer that allows unauthorized redirects when the target is not index.yaml. This post explains the technical details, affected versions, security impact, and mitigation.

Published: April 8, 2026

CVE-2024-33661 Overview

CVE-2024-33661 is an Open Redirect vulnerability (CWE-601) affecting Portainer, a popular container management platform, in versions prior to 2.20.0. The vulnerability allows attackers to craft malicious URLs that redirect users to arbitrary external destinations when the target is not index.yaml. This type of vulnerability is commonly exploited in phishing attacks and credential theft campaigns, as users may trust URLs that appear to originate from legitimate Portainer instances.

Critical Impact

This vulnerability enables attackers to redirect authenticated Portainer users to malicious websites, potentially facilitating credential harvesting, malware distribution, or session hijacking attacks against container management infrastructure.

Affected Products

  • Portainer versions prior to 2.20.0
  • All Portainer deployments exposed to network access without proper URL validation
  • Container management environments utilizing vulnerable Portainer instances

Discovery Timeline

  • 2024-04-26 - CVE-2024-33661 published to NVD
  • 2025-05-21 - Last updated in NVD database

Technical Details for CVE-2024-33661

Vulnerability Analysis

This Open Redirect vulnerability exists in Portainer's URL handling mechanism, specifically in how the application processes redirect requests. The flaw occurs because the application fails to properly validate redirect targets when the destination is not index.yaml. This insufficient validation allows an attacker to manipulate redirect parameters to point users to external, potentially malicious domains.

The vulnerability is exploitable over the network without requiring authentication or user interaction beyond clicking a crafted link. Successful exploitation can lead to significant confidentiality and integrity impacts, as attackers can leverage trusted Portainer URLs to deceive users into visiting attacker-controlled sites.

Root Cause

The root cause of CVE-2024-33661 is improper input validation in Portainer's redirect handling logic. The application implemented a condition that only validates redirects when the target is index.yaml, leaving all other redirect targets unchecked. This creates a bypass condition where attackers can specify arbitrary URLs as redirect destinations, as long as they don't match the index.yaml pattern.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no privileges or user interaction beyond visiting a malicious link. An attacker can exploit this vulnerability by:

  1. Crafting a URL to a vulnerable Portainer instance with a malicious redirect parameter
  2. Distributing the crafted URL through phishing emails, social engineering, or compromised websites
  3. When a user clicks the link, they are redirected from the trusted Portainer domain to an attacker-controlled site
  4. The attacker can then present fake login pages, malware downloads, or other malicious content

This attack is particularly effective because the initial URL appears to be legitimate, potentially including valid Portainer instance domains that users trust.

Detection Methods for CVE-2024-33661

Indicators of Compromise

  • Unusual redirect patterns in Portainer access logs pointing to external domains
  • User reports of being redirected to unexpected websites after clicking Portainer links
  • Presence of URL parameters containing external domain references in web server logs
  • Phishing attempts leveraging your organization's Portainer instance URLs

Detection Strategies

  • Monitor web application firewall (WAF) logs for redirect attempts to external domains
  • Implement URL inspection rules to detect redirect parameter manipulation
  • Review Portainer access logs for requests containing suspicious redirect parameters
  • Deploy network monitoring to detect outbound redirects from Portainer instances to untrusted domains

Monitoring Recommendations

  • Configure alerting for any Portainer requests containing redirect parameters pointing outside your domain
  • Implement logging for all URL redirection events within Portainer
  • Monitor for increased phishing activity that may leverage your Portainer infrastructure
  • Track user session patterns for anomalous redirect behavior

How to Mitigate CVE-2024-33661

Immediate Actions Required

  • Upgrade Portainer to version 2.20.0 or later immediately
  • Review access logs for evidence of exploitation attempts
  • Alert users about potential phishing attempts using Portainer URLs
  • Implement network-level URL filtering to block known malicious redirect destinations

Patch Information

The vulnerability has been addressed in Portainer version 2.20.0. The fix was implemented through Pull Request #11233 and Pull Request #11236 on GitHub. Organizations should upgrade to version 2.20.0 or later to remediate this vulnerability. For a complete list of changes between versions, refer to the GitHub comparison between versions 2.19.4 and 2.20.0.

Workarounds

  • Deploy a web application firewall (WAF) with rules to block requests containing external redirect parameters
  • Implement network segmentation to limit Portainer exposure to trusted networks only
  • Use reverse proxy configurations to validate and sanitize redirect parameters before forwarding to Portainer
  • Educate users about verifying URLs before entering credentials, even on trusted domains
bash
# Example: Nginx reverse proxy configuration to block external redirects
location /portainer/ {
    # Block requests with external redirect parameters
    if ($args ~* "redirect=https?://(?!your-domain\.com)") {
        return 403;
    }
    proxy_pass http://portainer:9000/;
    proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
}

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechPortainer

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-601
  • Technical References
  • GitHub Portainer Comparison

  • Portainer Official Website
  • Vendor Resources
  • GitHub Portainer Pull Request

  • GitHub Portainer Pull Request
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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