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

CVE-2025-8117: Widzialni Pad CMS Auth Bypass Vulnerability

CVE-2025-8117 is an authentication bypass flaw in Widzialni Pad CMS that allows attackers to change passwords for any user through improper parameter initialization. This article covers technical details, impact, and remediation.

Updated: May 11, 2026

CVE-2025-8117 Overview

CVE-2025-8117 affects PAD CMS, a content management system developed by Widzialni. The vulnerability stems from improper initialization of a parameter used in the password recovery workflow [CWE-909]. Attackers can change the password for any user account that has not previously invoked the reset password function. The flaw impacts all three product templates: www, bip, and www+bip. PAD CMS has reached End-of-Life status, and the vendor has confirmed no patches will be released.

Critical Impact

Unauthenticated attackers can hijack any user account, including administrative accounts, by abusing the password recovery flow without user interaction.

Affected Products

  • Widzialni PAD CMS (template: www)
  • Widzialni PAD CMS (template: bip)
  • Widzialni PAD CMS (template: www+bip)

Discovery Timeline

  • 2025-09-30 - CVE-2025-8117 published to the National Vulnerability Database (NVD)
  • 2025-11-26 - Last updated in NVD database

Technical Details for CVE-2025-8117

Vulnerability Analysis

The vulnerability resides in the password recovery component of PAD CMS. A parameter used to validate password reset requests is not properly initialized before use. When a user account has never triggered the password reset workflow, this uninitialized parameter retains a predictable or default value. Attackers can submit crafted password recovery requests that pass server-side checks against this uninitialized value, allowing them to set a new password for the target account.

The issue is exploitable over the network without authentication or user interaction. Successful exploitation results in full account takeover with high impact to integrity. Confidentiality and availability are not directly affected by the password change itself, but post-exploitation access enables further compromise of CMS-managed content and administrative functions.

Root Cause

The root cause is improper initialization of a security-relevant parameter, classified under [CWE-909] Missing Initialization of Resource. Because the parameter is not assigned a unique, unpredictable value at account creation, accounts that never used the reset workflow remain in a state where the recovery check can be bypassed. The vendor classifies the affected product as End-of-Life and will not publish a fix.

Attack Vector

Attackers send password recovery requests to the CMS endpoint targeting accounts that have never used the reset function. The uninitialized parameter accepts attacker-supplied or predictable values, completing the password change flow. No prior credentials, tokens, or social engineering are required. Refer to the CERT Polska advisory for technical details on the recovery flow and parameter handling.

Detection Methods for CVE-2025-8117

Indicators of Compromise

  • Password change events for user accounts that have no preceding password reset request in application logs.
  • HTTP POST requests to PAD CMS password recovery endpoints from unfamiliar IP addresses or in rapid succession across multiple accounts.
  • Unexpected administrative logins following password recovery activity targeting privileged accounts.

Detection Strategies

  • Correlate password change events with the absence of a corresponding user-initiated reset request in web server and application logs.
  • Monitor for enumeration patterns against the password recovery endpoint, including high request volume or sequential username probing.
  • Alert on successful authentication from new geographic locations or devices immediately after password reset traffic.

Monitoring Recommendations

  • Forward web application and authentication logs to a centralized SIEM for correlation.
  • Track administrator account activity, including session creation, role changes, and content modifications.
  • Review user account inventories to identify dormant accounts that have never performed password resets, as these are the most exposed.

How to Mitigate CVE-2025-8117

Immediate Actions Required

  • Force a password reset for every user account on the platform to populate the recovery parameter with a secure value.
  • Restrict access to PAD CMS administrative interfaces using IP allowlisting or VPN-only access until migration is complete.
  • Plan migration to a supported, actively maintained CMS, since PAD CMS is End-of-Life and will not receive patches.

Patch Information

No patch is available. The vendor has declared PAD CMS End-of-Life and will not publish fixes for this vulnerability. Migration to a supported platform is the only durable remediation.

Workarounds

  • Deploy a web application firewall (WAF) rule to block or rate-limit requests to the password recovery endpoint.
  • Disable the password recovery feature at the application or reverse proxy layer if administrators can reset passwords through other means.
  • Audit all user accounts and trigger administrative password resets to eliminate accounts in the vulnerable uninitialized state.
bash
# Example NGINX rule to block public access to the password recovery endpoint
location ~* /(reset|recover|password) {
    allow 10.0.0.0/8;
    deny all;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWidzialni Pad Cms

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/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-909
  • Technical References
  • CERT Security Post CVE-2025-7063
  • Related CVEs
  • CVE-2025-7063: Widzialni Pad CMS RCE Vulnerability

  • CVE-2025-7065: Widzialni PAD CMS RCE Vulnerability

  • CVE-2025-8120: Widzialni PAD CMS RCE 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