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

CVE-2026-0633: MetForm WordPress Plugin Info Disclosure

CVE-2026-0633 is an information disclosure vulnerability in the MetForm WordPress plugin that exposes sensitive form submission data through forgeable cookies. This article covers technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2026-0633 Overview

The MetForm – Contact Form, Survey, Quiz, & Custom Form Builder for Elementor plugin for WordPress is vulnerable to Sensitive Information Exposure in versions up to, and including, 4.1.0. This vulnerability arises from the use of a forgeable cookie value derived only from the entry ID and current user ID without incorporating a server-side secret. This weakness allows unauthenticated attackers to access form submission entry data via MetForm shortcodes for entries created within the transient TTL (default is 15 minutes).

Critical Impact

Unauthenticated attackers can access sensitive form submission data including user-submitted information from contact forms, surveys, and quizzes within a 15-minute window after submission.

Affected Products

  • MetForm – Contact Form, Survey, Quiz, & Custom Form Builder for Elementor plugin versions up to and including 4.1.0
  • WordPress installations with vulnerable MetForm plugin versions
  • Sites using MetForm shortcodes for form entry display

Discovery Timeline

  • 2026-01-24 - CVE CVE-2026-0633 published to NVD
  • 2026-01-26 - Last updated in NVD database

Technical Details for CVE-2026-0633

Vulnerability Analysis

This vulnerability is classified as CWE-287 (Improper Authentication), specifically relating to the weak authentication mechanism used for cookie validation in the MetForm plugin. The core issue lies in the plugin's implementation of cookie-based authentication for accessing form submission entries.

The plugin generates cookie values using only the entry ID and current user ID as inputs, without incorporating a cryptographically secure server-side secret. This predictable cookie generation scheme allows attackers to forge valid authentication cookies by simply knowing or guessing entry IDs.

The attack is constrained by the transient TTL (Time-To-Live), which defaults to 15 minutes. During this window, an attacker can craft forged cookies to access recently submitted form entries without requiring any authentication credentials.

Root Cause

The root cause of this vulnerability is the absence of a server-side secret in the cookie generation algorithm. By relying solely on predictable values (entry ID and user ID), the plugin creates a weak authentication scheme that can be exploited through cookie forgery. Proper cryptographic practices require incorporating unpredictable, server-side secrets when generating authentication tokens to prevent forgery attacks.

Attack Vector

The attack is conducted over the network and does not require any authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying a WordPress site using the vulnerable MetForm plugin
  2. Monitoring or predicting entry IDs (which are typically sequential)
  3. Generating forged cookie values using the predictable algorithm
  4. Accessing form submission data through MetForm shortcodes before the transient TTL expires

The vulnerability allows access to any data submitted through MetForm forms, which may include personally identifiable information, contact details, survey responses, and quiz answers.

Detection Methods for CVE-2026-0633

Indicators of Compromise

  • Unusual access patterns to MetForm shortcode endpoints from unauthenticated sessions
  • Multiple requests with varying cookie values attempting to access form entries
  • Suspicious cookie manipulation in HTTP request headers targeting MetForm functionality
  • Access attempts to sequential entry IDs within short time windows

Detection Strategies

  • Monitor web server logs for repeated requests to pages containing MetForm shortcodes with unusual cookie patterns
  • Implement web application firewall (WAF) rules to detect cookie manipulation attempts
  • Review access logs for unauthenticated users accessing form entry data
  • Deploy intrusion detection signatures for MetForm-specific exploitation patterns

Monitoring Recommendations

  • Enable detailed logging on WordPress installations to capture authentication-related events
  • Set up alerts for anomalous access to form submission data endpoints
  • Monitor for bulk or sequential access attempts to form entries
  • Implement rate limiting on pages displaying form submission data

How to Mitigate CVE-2026-0633

Immediate Actions Required

  • Update the MetForm plugin to the latest patched version immediately
  • Audit recent form submissions for potential unauthorized access
  • Review server logs for suspicious activity targeting MetForm functionality
  • Consider temporarily disabling MetForm shortcodes that display entry data until patched

Patch Information

The vendor has released a security patch addressing this vulnerability. The patch changeset is available at the WordPress Plugin Change Log. Additional vulnerability details can be found in the Wordfence Vulnerability Report.

WordPress administrators should update the MetForm plugin through the WordPress admin dashboard or by manually downloading the patched version from the WordPress plugin repository.

Workarounds

  • Restrict access to pages containing MetForm shortcodes using WordPress authentication requirements
  • Implement additional access controls at the web server or WAF level to protect form entry endpoints
  • Reduce the transient TTL if possible through plugin configuration or custom code modifications
  • Consider using alternative form plugins until the patch can be applied
bash
# Check current MetForm plugin version
wp plugin list --name=metform --fields=name,version

# Update MetForm plugin to latest version
wp plugin update metform

# Verify the update was successful
wp plugin list --name=metform --fields=name,version,update_version

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMetform

  • SeverityLOW

  • CVSS Score3.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-287
  • Technical References
  • WordPress Plugin Change Log

  • Wordfence Vulnerability Report
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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