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

CVE-2025-11762: HubSpot WordPress Plugin Info Disclosure

CVE-2025-11762 is an information disclosure flaw in HubSpot All-In-One Marketing plugin for WordPress that allows authenticated attackers to extract installed plugin lists. This article covers technical details, affected versions, impact, and mitigation.

Published: April 30, 2026

CVE-2025-11762 Overview

The HubSpot All-In-One Marketing - Forms, Popups, Live Chat plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 11.3.32. The vulnerability exists within the leadin/public/admin/class-adminconstants.php file, which fails to properly restrict access to sensitive administrative data. This security flaw allows authenticated attackers with Contributor-level access and above to extract a comprehensive list of all installed plugins and their respective versions.

Critical Impact

Attackers can enumerate installed plugins and versions, enabling reconnaissance for targeted exploitation of known vulnerabilities in outdated plugins.

Affected Products

  • HubSpot All-In-One Marketing - Forms, Popups, Live Chat plugin versions up to and including 11.3.32
  • WordPress installations utilizing the vulnerable HubSpot plugin
  • Any site granting Contributor-level or higher access to untrusted users

Discovery Timeline

  • 2026-04-24 - CVE CVE-2025-11762 published to NVD
  • 2026-04-24 - Last updated in NVD database

Technical Details for CVE-2025-11762

Vulnerability Analysis

This vulnerability is classified under CWE-862 (Missing Authorization), indicating that the affected code path lacks proper authorization checks before exposing sensitive system information. The class-adminconstants.php file in the HubSpot plugin exposes administrative constants and plugin enumeration functionality without verifying that the requesting user has appropriate administrative privileges.

The information disclosure allows attackers to gather intelligence about the WordPress installation's plugin ecosystem. By obtaining a complete list of installed plugins along with their version numbers, an attacker can cross-reference this data against known vulnerability databases to identify potential attack surfaces. This reconnaissance capability significantly reduces the effort required to plan and execute subsequent attacks.

Root Cause

The root cause lies in the Missing Authorization (CWE-862) implementation within the class-adminconstants.php file. The plugin fails to implement proper capability checks before returning sensitive plugin enumeration data. WordPress provides a robust capability system (e.g., current_user_can()) that should be used to restrict access to administrative functions, but this particular endpoint does not adequately leverage these controls.

The vulnerability allows users with only Contributor-level permissions—a relatively low-privilege role intended for content creation—to access data that should be restricted to administrators only.

Attack Vector

The attack is network-based and requires low-privilege authenticated access to the WordPress installation. An attacker would need valid credentials with at least Contributor-level access to exploit this vulnerability. Once authenticated, the attacker can access the vulnerable endpoint to retrieve plugin information without requiring any user interaction or special conditions.

The attack sequence involves authenticating to the WordPress site with a Contributor account and accessing the exposed endpoint in class-adminconstants.php. The response returns a complete inventory of installed plugins and their versions. This information can then be used to identify plugins with known vulnerabilities, enabling follow-up attacks that may lead to privilege escalation, remote code execution, or complete site compromise depending on the vulnerabilities present in the enumerated plugins.

Detection Methods for CVE-2025-11762

Indicators of Compromise

  • Unusual access patterns to the leadin/public/admin/class-adminconstants.php file from Contributor-level user accounts
  • HTTP requests targeting HubSpot plugin administrative endpoints from non-administrative users
  • Log entries showing repeated access to plugin enumeration endpoints
  • Anomalous reconnaissance activity from authenticated users with limited privileges

Detection Strategies

  • Monitor WordPress access logs for requests to /wp-content/plugins/leadin/public/admin/class-adminconstants.php
  • Implement Web Application Firewall (WAF) rules to detect suspicious access patterns to plugin administrative files
  • Review user activity logs for Contributor accounts accessing administrative plugin endpoints
  • Deploy endpoint detection to identify follow-up exploitation attempts after reconnaissance

Monitoring Recommendations

  • Enable detailed logging for WordPress plugin file access
  • Configure alerts for unusual patterns of administrative endpoint access by low-privilege users
  • Implement file integrity monitoring on the HubSpot plugin directory
  • Monitor for subsequent exploitation attempts targeting plugins identified through reconnaissance

How to Mitigate CVE-2025-11762

Immediate Actions Required

  • Update the HubSpot All-In-One Marketing plugin to version 11.3.33 or later immediately
  • Review WordPress user accounts and remove unnecessary Contributor-level access
  • Audit recent access logs for signs of exploitation or reconnaissance activity
  • Consider temporarily restricting access to the plugin's administrative files pending the update

Patch Information

The vulnerability has been addressed in HubSpot All-In-One Marketing plugin version 11.3.33. The patched version includes proper authorization checks in the class-adminconstants.php file to prevent unauthorized access to plugin enumeration data. Additional technical details about the fix can be found in the WordPress Plugin File and the Wordfence Vulnerability Report.

Workarounds

  • Restrict Contributor-level and above access to trusted users only until the patch is applied
  • Implement additional access controls at the web server level to restrict access to plugin administrative files
  • Use a Web Application Firewall to block unauthorized access to the vulnerable endpoint
  • Consider temporarily deactivating the HubSpot plugin if immediate patching is not possible and the risk is deemed critical to your environment

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechHubspot

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.03%

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

  • CleanTalk CVE-2025-11762

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-24559: Contact Form 7 HubSpot Data Disclosure
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