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

CVE-2026-44363: MISP Modules SSRF Vulnerability

CVE-2026-44363 is a Server-Side Request Forgery flaw in MISP Modules that allows attackers to forge requests to internal network resources. This post covers the technical details, affected versions, and mitigation steps.

Published: May 14, 2026

CVE-2026-44363 Overview

CVE-2026-44363 is a Server-Side Request Forgery (SSRF) and certificate validation vulnerability in MISP Modules, the autonomous expansion modules used to extend the Malware Information Sharing Platform (MISP). The html_to_markdown expansion module accepted arbitrary HTTP and HTTPS URLs without sufficient validation. This allowed attackers to direct requests at loopback, private, or link-local network resources. The qrcode module compounded the risk by disabling Transport Layer Security (TLS) certificate verification when retrieving remote images. The flaw is tracked under CWE-295: Improper Certificate Validation and is fixed in MISP Modules version 3.0.7.

Critical Impact

Attackers on an adjacent network can probe internal services through SSRF and intercept module traffic via man-in-the-middle attacks against unverified TLS connections.

Affected Products

  • MISP Modules prior to version 3.0.7
  • html_to_markdown expansion module
  • qrcode expansion module

Discovery Timeline

  • 2026-05-13 - CVE-2026-44363 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-44363

Vulnerability Analysis

MISP Modules provides expansion services that fetch and process remote content on behalf of the MISP platform. Two modules contained unsafe network handling logic. The html_to_markdown module accepted user-supplied URLs and issued outbound HTTP(S) requests without validating the target. The qrcode module fetched remote images while explicitly disabling TLS certificate verification.

An attacker submitting a crafted URL to html_to_markdown could coerce the module into requesting internal endpoints. Valid SSRF targets include 127.0.0.1, RFC 1918 private ranges, and link-local addresses such as 169.254.169.254 used by cloud metadata services. Responses or side effects from these requests may expose internal services or trigger unintended actions.

The qrcode module's disabled TLS verification allowed an adversary positioned on the network path to present an invalid certificate and tamper with retrieved image data without detection.

Root Cause

The root cause is missing input validation on URL schemes and destination addresses, combined with an explicit override of TLS certificate verification. Neither module resolved hostnames before fetching, enforced request timeouts, nor restricted private address ranges.

Attack Vector

Exploitation requires adjacent network access and no authentication or user interaction. An attacker submits a URL referencing internal infrastructure or a network path susceptible to interception. The module then issues the request from the MISP server, returning data or side effects to the attacker.

No verified public proof-of-concept code is available. See the GitHub Security Advisory GHSA-fhq3-2gf3-8f3j for additional technical detail.

Detection Methods for CVE-2026-44363

Indicators of Compromise

  • Outbound HTTP(S) requests from MISP Modules processes to loopback, RFC 1918, or link-local addresses such as 169.254.169.254
  • Module invocations of html_to_markdown or qrcode with URLs pointing to internal hostnames or IP literals
  • TLS sessions originating from MISP Modules that lack certificate validation or terminate with self-signed certificates

Detection Strategies

  • Inspect MISP Modules access logs for html_to_markdown and qrcode requests containing private or reserved address ranges
  • Monitor egress proxy and firewall logs for unexpected traffic from the MISP host to internal subnets or cloud metadata endpoints
  • Audit network flows for TLS connections from the MISP server that bypass certificate chain validation

Monitoring Recommendations

  • Forward MISP and module logs to a centralized logging platform and alert on requests targeting private CIDR ranges
  • Apply egress filtering rules that deny outbound traffic from MISP hosts to internal management networks and metadata services
  • Track the installed MISP Modules version and flag any deployment running below 3.0.7

How to Mitigate CVE-2026-44363

Immediate Actions Required

  • Upgrade MISP Modules to version 3.0.7 or later on all MISP deployments
  • Restrict outbound network access from the MISP Modules host to only required external services
  • Block MISP Modules from reaching cloud metadata endpoints and internal management interfaces

Patch Information

The maintainers fixed CVE-2026-44363 in MISP Modules 3.0.7. The patch validates URL schemes, blocks local and private address ranges, resolves hostnames prior to fetching, enforces request timeouts, and re-enables TLS certificate verification. Review the upstream commit 01a522f2 for the full change set.

Workarounds

  • Disable the html_to_markdown and qrcode modules until the upgrade can be applied
  • Place MISP Modules behind an egress proxy that enforces destination allowlists and certificate validation
  • Apply host-based firewall rules denying MISP Modules access to 127.0.0.0/8, RFC 1918 ranges, and 169.254.0.0/16
bash
# Configuration example: upgrade MISP Modules to the fixed release
pip install --upgrade misp-modules==3.0.7
systemctl restart misp-modules

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechMisp

  • SeverityMEDIUM

  • CVSS Score5.8

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

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-44381: MISP Platform SQL Injection Vulnerability

  • CVE-2026-44380: MISP Privilege Escalation Vulnerability

  • CVE-2026-44379: MISP UUID Validation Vulnerability

  • CVE-2026-39962: MISP 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