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

CVE-2026-33679: Vikunja Task Management SSRF Vulnerability

CVE-2026-33679 is a server-side request forgery flaw in Vikunja task management platform that allows attackers to exploit OIDC avatar downloads to access internal endpoints. This article covers technical details, affected versions, and fixes.

Published: March 27, 2026

CVE-2026-33679 Overview

CVE-2026-33679 is a Server-Side Request Forgery (SSRF) vulnerability affecting Vikunja, an open-source self-hosted task management platform. The vulnerability exists in the DownloadImage function within pkg/utils/avatar.go, which uses a bare http.Client{} without proper SSRF protections when downloading user avatar images from OpenID Connect (OIDC) picture claim URLs.

An attacker who controls their OIDC profile picture URL can exploit this flaw to force the Vikunja server to make HTTP GET requests to arbitrary internal endpoints or cloud metadata services. This vulnerability is particularly concerning because it bypasses the SSRF protections that are correctly implemented in Vikunja's webhook system, creating an inconsistent security posture.

Critical Impact

Attackers can leverage this SSRF vulnerability to access internal network resources, cloud metadata endpoints (such as AWS IMDSv1 at 169.254.169.254), or other services that should not be accessible from the Vikunja server, potentially leading to credential theft or further internal network compromise.

Affected Products

  • Vikunja versions prior to 2.2.1

Discovery Timeline

  • 2026-03-24 - CVE-2026-33679 published to NVD
  • 2026-03-25 - Last updated in NVD database

Technical Details for CVE-2026-33679

Vulnerability Analysis

This SSRF vulnerability (CWE-918) stems from inconsistent security controls within the Vikunja codebase. While the webhook functionality properly implements SSRF protections to prevent requests to internal networks, the avatar download functionality was overlooked and uses an unconfigured HTTP client.

When a user authenticates via OpenID Connect, Vikunja attempts to download the user's profile picture from the URL specified in the OIDC picture claim. Since this URL is user-controlled (via the identity provider profile), an attacker can set their profile picture URL to point to any destination, including internal IP ranges, localhost services, or cloud provider metadata endpoints.

The attack scope is changed (indicated by the CVSS vector component S:C), meaning the vulnerable component can impact resources beyond its security scope. This is particularly dangerous in cloud environments where metadata services can expose sensitive credentials and configuration data.

Root Cause

The root cause is the use of a default http.Client{} in the DownloadImage function without implementing the same SSRF mitigation controls that exist elsewhere in the codebase. This represents a security inconsistency where some HTTP request paths are protected while others are not.

The vulnerable code path does not validate or sanitize the destination URL before making the request, allowing attackers to specify arbitrary URLs including:

  • Internal IP addresses (e.g., 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • Localhost addresses (127.0.0.1, ::1)
  • Cloud metadata endpoints (169.254.169.254)
  • Link-local addresses

Attack Vector

The attack vector is network-based and requires low privileges (an authenticated user account via OIDC). The attacker must have the ability to control their profile picture URL in the identity provider used with Vikunja. The attack flow is as follows:

  1. Attacker registers or controls an account with an OIDC provider configured for Vikunja
  2. Attacker sets their OIDC profile picture URL to an internal target (e.g., http://169.254.169.254/latest/meta-data/iam/security-credentials/)
  3. Attacker authenticates to Vikunja using OIDC
  4. Vikunja's DownloadImage function fetches the malicious URL from the server's network context
  5. Response data may be processed or stored, potentially leaking sensitive internal information

For detailed technical information, see the GitHub Security Advisory.

Detection Methods for CVE-2026-33679

Indicators of Compromise

  • Unexpected outbound HTTP requests from the Vikunja server to internal IP ranges
  • HTTP requests to cloud metadata endpoints (169.254.169.254) originating from the Vikunja process
  • OIDC authentication events followed by unusual network activity to localhost or private IP ranges
  • Avatar download operations targeting non-standard URLs or IP addresses

Detection Strategies

  • Monitor network traffic from Vikunja servers for connections to RFC 1918 private address ranges
  • Implement DNS query logging to detect resolution of internal hostnames by the Vikunja application
  • Review OIDC provider logs for user accounts with suspicious profile picture URLs
  • Deploy network segmentation monitoring to detect lateral movement attempts from the Vikunja server

Monitoring Recommendations

  • Enable verbose logging for the Vikunja application to capture avatar download requests and their target URLs
  • Configure network-level monitoring on cloud metadata service endpoints to detect unauthorized access attempts
  • Implement egress filtering rules and alert on violations from application servers
  • Review application logs for failed or unusual avatar download operations

How to Mitigate CVE-2026-33679

Immediate Actions Required

  • Upgrade Vikunja to version 2.2.1 or later immediately
  • Review recent OIDC authentication logs for suspicious profile picture URLs
  • Audit network access logs for any evidence of exploitation attempts
  • Consider temporarily disabling OIDC authentication if upgrade cannot be performed immediately

Patch Information

The vulnerability has been patched in Vikunja version 2.2.1. The fix implements proper SSRF protections in the DownloadImage function, consistent with the controls already present in the webhook system.

  • Patched Version: 2.2.1
  • Patch Commit:363aa6642352b08fc8bc6aaff2f3a550393af1cf
  • Release Notes:Vikunja Changelog

Workarounds

  • Implement network-level egress filtering to block requests from the Vikunja server to internal IP ranges and cloud metadata endpoints
  • Deploy a web application firewall (WAF) or proxy that validates and sanitizes outbound requests from the application
  • If possible, disable OIDC profile picture synchronization until the patch can be applied
  • Restrict Vikunja's network access using firewall rules to limit outbound connectivity to only necessary external services

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechVikunja

  • SeverityMEDIUM

  • CVSS Score6.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Commit Change

  • GitHub Security Advisory

  • Vikunja Release Changelog
  • Related CVEs
  • CVE-2026-33675: Vikunja Task Platform SSRF Vulnerability

  • CVE-2026-35602: Vikunja File Size Bypass Vulnerability

  • CVE-2026-35598: Vikunja Auth Bypass Vulnerability

  • CVE-2026-35594: Vikunja Auth Bypass 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