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-2025-13997

CVE-2025-13997: King Addons for Elementor API Disclosure

CVE-2025-13997 is an information disclosure vulnerability in King Addons for Elementor that exposes API keys in HTML source code. This article covers the technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2025-13997 Overview

CVE-2025-13997 is an information disclosure vulnerability affecting the King Addons for Elementor WordPress plugin. The vulnerability exists in all versions up to and including 51.1.49, where the plugin improperly exposes sensitive API keys by embedding them directly into the HTML source code through the render_full_form function. This security flaw allows unauthenticated attackers to extract Mailchimp, Facebook, and Google API keys and secrets from affected WordPress sites.

Critical Impact

Unauthenticated attackers can extract sensitive third-party API credentials (Mailchimp, Facebook, Google) from the HTML source code, potentially leading to unauthorized access to connected services and data exfiltration.

Affected Products

  • King Addons for Elementor plugin for WordPress versions up to and including 51.1.49
  • WordPress sites with the King Addons Premium license installed
  • Sites utilizing the Login/Register Form widget with third-party API integrations

Discovery Timeline

  • 2026-03-23 - CVE CVE-2025-13997 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2025-13997

Vulnerability Analysis

This vulnerability is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The core issue stems from insecure handling of API credentials within the plugin's form rendering mechanism. When the render_full_form function processes forms that integrate with third-party services like Mailchimp, Facebook, or Google, it embeds the associated API keys and secrets directly into the HTML output sent to the browser.

This architectural flaw means that any visitor to a page containing an affected form can simply view the page source to extract these sensitive credentials. The vulnerability specifically affects sites running the Premium license version of the plugin, as these API integrations are premium features.

Root Cause

The root cause of this vulnerability lies in the render_full_form function located in Login_Register_Form.php. Instead of handling API credentials server-side or using secure token-based authentication, the plugin directly outputs API keys and secrets into the client-side HTML markup. This design decision violates fundamental security principles regarding the handling of sensitive credentials, which should never be exposed to untrusted client environments.

Attack Vector

The attack vector for CVE-2025-13997 is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability through the following method:

  1. Navigate to any WordPress page containing a King Addons form widget that uses third-party API integrations
  2. View the HTML source code of the page using browser developer tools or by right-clicking and selecting "View Page Source"
  3. Search the HTML for API key patterns or inspect the form-related markup
  4. Extract the exposed Mailchimp, Facebook, or Google API keys and secrets

The vulnerability is documented in the WordPress Plugin Source Code where the sensitive credential handling occurs within the form rendering logic. No proof-of-concept code is required as exploitation is trivial—simply viewing the page source exposes the credentials.

Detection Methods for CVE-2025-13997

Indicators of Compromise

  • Unusual API usage patterns on connected Mailchimp, Facebook, or Google accounts
  • Unauthorized email campaigns sent through exposed Mailchimp API credentials
  • Suspicious authentication attempts or data access on linked third-party services
  • Unexpected changes to Facebook page settings or Google service configurations

Detection Strategies

  • Review HTML source code of pages containing King Addons forms for exposed API keys
  • Monitor third-party API usage logs for anomalous access patterns or unauthorized IP addresses
  • Implement web application firewalls (WAF) rules to detect scanning for common API key patterns in responses
  • Conduct regular security audits of WordPress plugin configurations and outputs

Monitoring Recommendations

  • Enable detailed logging on all third-party services (Mailchimp, Facebook, Google) connected to your WordPress site
  • Set up alerts for API key usage from unfamiliar IP addresses or geographic locations
  • Monitor WordPress access logs for unusual page view patterns that may indicate reconnaissance activity
  • Review third-party service audit logs for unauthorized configuration changes

How to Mitigate CVE-2025-13997

Immediate Actions Required

  • Update King Addons for Elementor plugin to a version newer than 51.1.49 when a patch becomes available
  • Immediately rotate all API keys (Mailchimp, Facebook, Google) configured in the plugin
  • Temporarily disable forms using third-party API integrations until the vulnerability is patched
  • Review third-party service logs for signs of unauthorized access using potentially compromised credentials

Patch Information

Site administrators should monitor the official WordPress plugin repository and the Wordfence Vulnerability Report for updates regarding a security patch. Once a patched version is released, update immediately and ensure all API credentials are regenerated, as previous keys may have been compromised.

Workarounds

  • Disable the Login/Register Form widget or any forms utilizing Mailchimp, Facebook, or Google integrations until patched
  • Remove API keys from the plugin configuration temporarily and use alternative form submission methods
  • Implement IP-based restrictions on third-party API keys to limit potential abuse if credentials were exposed
  • Consider using a security plugin to monitor and restrict access to sensitive form pages
bash
# Rotate API keys after mitigation
# 1. Access your WordPress admin panel
# 2. Navigate to King Addons settings
# 3. Remove existing API keys from all integrations
# 4. Generate new API keys from respective services:
#    - Mailchimp: Account > Extras > API keys
#    - Facebook: Developer Portal > App Settings
#    - Google: Cloud Console > APIs & Services > Credentials
# 5. Apply IP restrictions where supported by the service

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechElementor

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

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

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-1206: Elementor WordPress Information Disclosure

  • CVE-2025-13535: King Addons for Elementor XSS Vulnerability

  • CVE-2025-6229: Sina Extension Elementor XSS Vulnerability

  • CVE-2026-32352: Elementor Website Builder XSS Vulnerability
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