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

CVE-2026-29178: Lemmy Link Aggregator SSRF Vulnerability

CVE-2026-29178 is a server-side request forgery flaw in Lemmy link aggregator that allows unauthenticated attackers to inject parameters and fetch arbitrary URLs. This article covers technical details, affected versions, and patches.

Published: March 13, 2026

CVE-2026-29178 Overview

Lemmy, a link aggregator and forum for the fediverse, contains a Server-Side Request Forgery (SSRF) vulnerability in its image handling endpoint. The vulnerability exists due to improper input validation in the GET /api/v4/image/{filename} endpoint, which allows unauthenticated attackers to inject arbitrary query parameters through the file_type query parameter. This parameter injection can be leveraged to manipulate internal requests to the pict-rs image processing service, enabling attackers to force the server to fetch arbitrary external URLs.

Critical Impact

Unauthenticated attackers can exploit this SSRF vulnerability to probe internal network resources, access cloud metadata services, or pivot to attack internal systems that would otherwise be unreachable from the internet.

Affected Products

  • Lemmy versions prior to 0.19.16
  • Instances using activitypub_federation framework for ActivityPub federation
  • Deployments utilizing pict-rs for image processing

Discovery Timeline

  • 2026-03-06 - CVE CVE-2026-29178 published to NVD
  • 2026-03-09 - Last updated in NVD database

Technical Details for CVE-2026-29178

Vulnerability Analysis

This SSRF vulnerability stems from insufficient input sanitization in Lemmy's image API endpoint. The GET /api/v4/image/{filename} endpoint accepts a file_type query parameter that is not properly validated before being incorporated into internal requests to the pict-rs image processing backend. An attacker can exploit this by injecting additional query parameters, specifically the proxy parameter, which instructs pict-rs to fetch content from arbitrary URLs.

The vulnerability is classified under CWE-918 (Server-Side Request Forgery), which occurs when a web application fetches remote resources based on user-supplied input without proper validation of the destination URL. In this case, the parameter injection technique bypasses any existing URL validation because the malicious parameter is injected through an unexpected vector.

Root Cause

The root cause is improper input validation and lack of parameter sanitization in the file_type query parameter handler. The application fails to properly encode or validate the file_type parameter before constructing internal HTTP requests to the pict-rs service. This allows attackers to inject additional query string parameters that modify the behavior of the downstream request.

Attack Vector

This vulnerability is exploitable over the network without authentication. An attacker can craft malicious HTTP requests to the vulnerable endpoint, injecting the proxy parameter through the file_type query string. When pict-rs receives this manipulated request containing the proxy parameter, it will fetch the specified URL, effectively allowing the attacker to:

  • Probe internal network services and infrastructure
  • Access cloud provider metadata endpoints (e.g., AWS IMDSv1 at 169.254.169.254)
  • Scan internal ports and services
  • Potentially exfiltrate sensitive data from internal resources
  • Bypass network security controls and firewalls

The attack requires no user interaction and can be executed by sending a single crafted HTTP request to the vulnerable endpoint. The proxy parameter causes pict-rs to act as an open proxy, fetching arbitrary URLs on behalf of the attacker.

Detection Methods for CVE-2026-29178

Indicators of Compromise

  • Unusual requests to /api/v4/image/ endpoints containing encoded characters or multiple query parameters in the file_type value
  • Server-side requests originating from the Lemmy/pict-rs service to internal IP ranges (10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints (169.254.169.254) from the application server
  • Anomalous outbound connections from the pict-rs process to unexpected destinations

Detection Strategies

  • Implement web application firewall (WAF) rules to detect parameter injection patterns in query strings
  • Monitor application logs for requests containing suspicious characters (&, =, %) in the file_type parameter
  • Deploy network monitoring to detect outbound connections from the Lemmy/pict-rs service to internal networks or cloud metadata services
  • Analyze HTTP access logs for repeated requests to the image endpoint with varying file_type values

Monitoring Recommendations

  • Enable verbose logging on the pict-rs image processing service to track all proxy requests
  • Implement egress filtering and monitoring on the server hosting Lemmy to detect unauthorized outbound connections
  • Set up alerts for any connections to RFC 1918 private IP addresses or link-local addresses from the application tier
  • Review web server access logs regularly for patterns indicative of SSRF exploitation attempts

How to Mitigate CVE-2026-29178

Immediate Actions Required

  • Upgrade Lemmy to version 0.19.16 or later immediately
  • Implement network-level restrictions to prevent the application server from making requests to internal networks
  • Configure firewall rules to block outbound connections from pict-rs to sensitive internal resources
  • Consider implementing a WAF rule to block requests with suspicious file_type parameter values

Patch Information

The vulnerability has been addressed in Lemmy version 0.19.16. The fix is available in the GitHub commit f47a03f56d1797bceab5f34b6f624c91cecd5871. Organizations should review the GitHub Security Advisory GHSA-jvxv-2jjp-jxc3 for complete details on the vulnerability and remediation steps.

Workarounds

  • Implement strict input validation on the file_type parameter at the reverse proxy or WAF level to reject requests containing unexpected characters
  • Deploy network segmentation to isolate the Lemmy application from sensitive internal resources
  • Configure egress filtering to allow pict-rs to only connect to approved external domains
  • If possible, disable or restrict access to the /api/v4/image/ endpoint until patching is complete
bash
# Example nginx configuration to restrict suspicious file_type parameters
location /api/v4/image/ {
    # Block requests with potentially malicious file_type values
    if ($arg_file_type ~* "[&=%]") {
        return 403;
    }
    
    # Proceed with normal proxy pass
    proxy_pass http://lemmy_backend;
}

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechLemmy

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-jvxv-2jjp-jxc3
  • Related CVEs
  • CVE-2026-33693: Lemmy SSRF 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