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

CVE-2026-1313: WordPress MimeTypes Link Icons SSRF Flaw

CVE-2026-1313 is a Server-Side Request Forgery vulnerability in the WordPress MimeTypes Link Icons plugin that allows authenticated attackers to make unauthorized web requests. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 27, 2026

CVE-2026-1313 Overview

CVE-2026-1313 is a Server-Side Request Forgery (SSRF) vulnerability affecting the MimeTypes Link Icons plugin for WordPress in all versions up to and including 3.2.20. The vulnerability exists because the plugin makes outbound HTTP requests to user-controlled URLs without proper validation when the "Show file size" option is enabled. This allows authenticated attackers with Contributor-level access or above to make web requests to arbitrary locations originating from the web application, potentially enabling them to query and modify information from internal services via crafted links in post content.

Critical Impact

Authenticated attackers can leverage this SSRF vulnerability to access internal services, potentially exposing sensitive data and enabling further attacks against infrastructure not normally accessible from the public internet.

Affected Products

  • MimeTypes Link Icons WordPress Plugin version 3.2.20 and earlier
  • WordPress installations with the MimeTypes Link Icons plugin and "Show file size" option enabled
  • Any WordPress site where Contributor-level or higher user access may be compromised

Discovery Timeline

  • 2026-03-21 - CVE-2026-1313 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-1313

Vulnerability Analysis

This SSRF vulnerability stems from insufficient input validation in the MimeTypes Link Icons plugin's file size retrieval functionality. When the "Show file size" feature is enabled, the plugin performs HTTP requests to URLs specified in post content to determine the size of linked files. The vulnerability occurs because these URLs are not properly validated before the request is made, allowing attackers to specify arbitrary internal or external URLs.

The vulnerable code can be found in the mime_type_link_images.php file at lines 1612 and 1666 of version 3.2.20. The attack requires authentication at the Contributor level or above, which represents a lower privilege boundary but still limits exploitation to authenticated users.

Root Cause

The root cause of CVE-2026-1313 is the lack of proper URL validation and sanitization before making outbound HTTP requests. The plugin fails to implement controls such as:

  • URL scheme validation (allowing file://, gopher://, or other dangerous protocols)
  • Host validation to prevent requests to internal IP addresses and localhost
  • DNS rebinding protections
  • Allowlist-based URL filtering

This falls under CWE-918 (Server-Side Request Forgery), where the application accepts a user-controlled URL and makes an HTTP request to that URL without adequate validation.

Attack Vector

The attack vector is network-based and requires an authenticated attacker with at least Contributor-level privileges on the WordPress installation. The attack flow involves:

  1. An attacker with Contributor access creates or edits a post containing a malicious link
  2. The link URL points to an internal service (e.g., http://169.254.169.254/ for cloud metadata or http://localhost:8080/admin)
  3. When the post is processed with the "Show file size" option enabled, the server makes an HTTP request to the attacker-specified URL
  4. The attacker can observe responses or leverage the requests to interact with internal services

The vulnerability can be exploited to access cloud provider metadata services, scan internal networks, interact with internal APIs, or bypass firewall restrictions that protect internal services from external access.

Detection Methods for CVE-2026-1313

Indicators of Compromise

  • Unusual outbound HTTP requests from the WordPress server to internal IP ranges (e.g., 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • HTTP requests to cloud metadata endpoints such as 169.254.169.254 or Azure/GCP equivalent services
  • Post content containing links to internal hostnames, localhost, or RFC 1918 IP addresses
  • Unexpected network connections from the web server to services it normally wouldn't communicate with

Detection Strategies

  • Monitor web server logs for outbound requests to internal IP addresses or metadata service endpoints
  • Implement network-level monitoring for connections from web servers to internal infrastructure
  • Review WordPress post content for suspicious URLs pointing to internal resources
  • Use Web Application Firewalls (WAF) with SSRF detection rules to identify and block malicious requests
  • Enable DNS query logging to detect resolution attempts for internal hostnames from the WordPress server

Monitoring Recommendations

  • Configure alerting for any HTTP requests from the WordPress server to internal network ranges
  • Set up egress filtering rules to detect unauthorized outbound connections
  • Monitor authentication logs for unusual Contributor-level account activity
  • Implement content security policies and review mechanisms for post submissions

How to Mitigate CVE-2026-1313

Immediate Actions Required

  • Update the MimeTypes Link Icons plugin to a patched version (if available) or disable the plugin immediately
  • Disable the "Show file size" option in the plugin settings as a temporary mitigation
  • Review and audit existing post content for potentially malicious URLs
  • Restrict Contributor-level access to trusted users only
  • Implement network segmentation to limit the impact of potential SSRF attacks

Patch Information

Review the Wordfence vulnerability analysis for the latest patch status and remediation guidance. Check the WordPress plugin repository for updated versions of MimeTypes Link Icons that address this vulnerability. The vulnerable code is located in mime_type_link_images.php at line 1612 and line 1666.

Workarounds

  • Disable the MimeTypes Link Icons plugin entirely until a patch is available
  • If the plugin is required, disable the "Show file size" feature in plugin settings
  • Implement egress filtering at the network level to prevent the WordPress server from connecting to internal services
  • Use a Web Application Firewall with SSRF protection rules to block malicious requests
  • Restrict user roles and audit Contributor-level accounts to minimize the attack surface
bash
# Configuration example - Disable plugin via WP-CLI
wp plugin deactivate mimetypes-link-icons

# Alternatively, restrict outbound connections at the network level
# Add iptables rules to block outbound connections to internal ranges
iptables -A OUTPUT -m owner --uid-owner www-data -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -m owner --uid-owner www-data -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -m owner --uid-owner www-data -d 192.168.0.0/16 -j DROP
iptables -A OUTPUT -m owner --uid-owner www-data -d 169.254.169.254 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.3

  • EPSS Probability0.04%

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

  • WordPress Plugin Code Reference

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-0688: WordPress Webmention Plugin SSRF Flaw

  • CVE-2026-0686: WordPress Webmention Plugin SSRF Vulnerability

  • CVE-2026-3881: Performance Monitor WordPress SSRF Flaw

  • CVE-2025-12886: Oxygen Theme for WordPress SSRF 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