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

CVE-2026-26957: Libredesk SSRF Vulnerability

CVE-2026-26957 is a server-side request forgery flaw in Libredesk that allows authenticated admins to force the server to make requests to internal networks. This article covers technical details, affected versions, and patches.

Published: February 27, 2026

CVE-2026-26957 Overview

CVE-2026-26957 is a Server-Side Request Forgery (SSRF) vulnerability affecting Libredesk, a self-hosted customer support desk application. Versions prior to 1.0.2-0.20260215211005-727213631ce6 fail to validate destination URLs for webhooks, allowing an attacker posing as an authenticated "Application Admin" to force the server to make HTTP requests to arbitrary internal destinations. This could compromise the underlying cloud infrastructure or internal corporate network where the service is hosted.

Critical Impact

Authenticated attackers with Application Admin privileges can leverage this SSRF vulnerability to access internal network resources, potentially compromising cloud metadata services, internal APIs, and other infrastructure components that should not be externally accessible.

Affected Products

  • Libredesk versions prior to 1.0.2-0.20260215211005-727213631ce6
  • Self-hosted Libredesk deployments with webhook functionality enabled
  • Cloud-hosted Libredesk instances with access to internal network services

Discovery Timeline

  • 2026-02-20 - CVE-2026-26957 published to NVD
  • 2026-02-20 - Last updated in NVD database

Technical Details for CVE-2026-26957

Vulnerability Analysis

This SSRF vulnerability exists in the webhook configuration functionality of Libredesk. The application fails to implement proper validation and sanitization of user-supplied webhook destination URLs. When an authenticated Application Admin configures a webhook endpoint, the server accepts arbitrary URLs without verifying whether they point to internal or restricted network destinations.

The vulnerability is exploitable via the network without requiring user interaction. While admin-level privileges are required to configure webhooks, a compromised admin account or malicious insider could leverage this weakness to probe and interact with internal services. This is particularly dangerous in cloud environments where instance metadata endpoints (such as 169.254.169.254) could be accessed, potentially exposing sensitive credentials and configuration data.

Root Cause

The root cause of this vulnerability is missing input validation for webhook destination URLs. The application did not implement an allowlist or blocklist mechanism to restrict webhook targets, nor did it validate URLs against internal IP ranges (RFC 1918 addresses, link-local addresses, or cloud metadata endpoints). The webhook manager accepted and processed any URL provided by an admin user without applying SSRF protection controls.

Attack Vector

An attacker with Application Admin credentials can configure malicious webhook URLs pointing to internal services. When the webhook is triggered, the Libredesk server initiates HTTP requests to the attacker-specified destination. This allows the attacker to:

  1. Access cloud metadata services to harvest instance credentials
  2. Probe internal network services and APIs
  3. Interact with internal databases or administrative interfaces
  4. Bypass network segmentation and firewall rules by using the server as a proxy

The following patch demonstrates how the fix introduces SSRF protection through an AllowedHosts configuration option:

go
 		QueueSize:     ko.MustInt("webhook.queue_size"),
 		Timeout:       ko.MustDuration("webhook.timeout"),
 		EncryptionKey: ko.MustString("app.encryption_key"),
+		AllowedHosts:  ko.Strings("webhook.allowed_hosts"),
 	})
 	if err != nil {
 		log.Fatalf("error initializing webhook manager: %v", err)

Source: GitHub Commit Update

The configuration file was also updated to include SSRF protection settings:

text
 queue_size = 10000
 # HTTP timeout for webhook requests
 timeout = "15s"
+# CIDR ranges allowed to bypass SSRF protection (e.g. ["10.0.0.0/8"])
+allowed_hosts = []

 [conversation]
 # How often to check for conversations to unsnooze

Source: GitHub Commit Update

Detection Methods for CVE-2026-26957

Indicators of Compromise

  • Webhook configurations pointing to internal IP ranges (e.g., 10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Webhook URLs targeting cloud metadata endpoints (169.254.169.254)
  • Unusual outbound HTTP requests from the Libredesk server to internal hosts
  • Application Admin account activity creating or modifying webhooks with suspicious destination URLs

Detection Strategies

  • Monitor webhook configuration changes in Libredesk audit logs for URLs containing internal IP addresses or localhost references
  • Implement network-level monitoring to detect outbound HTTP requests from the Libredesk server to RFC 1918 address ranges
  • Use intrusion detection systems to alert on attempts to access cloud metadata endpoints from application servers
  • Review admin account login activity for signs of compromise or unusual access patterns

Monitoring Recommendations

  • Enable comprehensive logging for all webhook-related operations including creation, modification, and execution
  • Configure alerts for webhook configurations that include non-public IP addresses or known internal hostnames
  • Monitor egress traffic from the Libredesk server for connections to internal network segments that should not be accessible
  • Implement network segmentation monitoring to detect lateral movement attempts via SSRF exploitation

How to Mitigate CVE-2026-26957

Immediate Actions Required

  • Upgrade Libredesk to version 1.0.2-0.20260215211005-727213631ce6 or later immediately
  • Review all existing webhook configurations for potentially malicious destination URLs
  • Audit Application Admin accounts for signs of compromise or unauthorized access
  • Implement network segmentation to limit the impact of potential SSRF exploitation

Patch Information

The vulnerability has been addressed in Libredesk version 1.0.2-0.20260215211005-727213631ce6. The fix introduces an AllowedHosts configuration option that enables administrators to define CIDR ranges allowed to bypass SSRF protection. By default, the allowed_hosts list is empty, meaning SSRF protection is enforced for all webhook destinations.

For more details, see the GitHub Security Advisory GHSA-wgm6-9rvv-3438 and the security patch commit.

Workarounds

  • Restrict Application Admin access to trusted personnel only until the patch can be applied
  • Implement network-level egress filtering to block outbound HTTP requests from the Libredesk server to internal IP ranges
  • Use a web application firewall to inspect and block webhook requests to suspicious destinations
  • Consider disabling webhook functionality entirely if not critical to operations
bash
# Configuration example for Libredesk webhook SSRF protection
# Add to config.toml after upgrading to patched version

[webhook]
queue_size = 10000
timeout = "15s"
# Leave allowed_hosts empty to enforce SSRF protection
# Only add CIDR ranges if internal webhook destinations are required
allowed_hosts = []

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechLibredesk

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/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-209
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-wgm6-9rvv-3438
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected 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