Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-8120

CVE-2025-8120: Widzialni PAD CMS RCE Vulnerability

CVE-2025-8120 is a remote code execution vulnerability in Widzialni PAD CMS that allows unauthenticated attackers to upload and execute arbitrary files. This article covers technical details, affected systems, and mitigation.

Published: March 18, 2026

CVE-2025-8120 Overview

CVE-2025-8120 is a critical unrestricted file upload vulnerability affecting PAD CMS, a content management system developed by Widzialni. The vulnerability exists in the upload photo functionality, where a client-controlled permission check parameter allows unauthenticated remote attackers to bypass security controls and upload files of any type and extension without restriction. These uploaded files can subsequently be executed on the server, leading to Remote Code Execution (RCE).

This vulnerability affects all three PAD CMS templates: www, bip, and ww+bip. Critically, this product has reached End-Of-Life status, and the vendor has confirmed they will not publish patches for this vulnerability.

Critical Impact

Unauthenticated attackers can achieve complete server compromise through unrestricted file upload leading to Remote Code Execution. No patches will be released as the product is End-Of-Life.

Affected Products

  • Widzialni PAD CMS (all versions)
  • PAD CMS www template
  • PAD CMS bip template
  • PAD CMS ww+bip template

Discovery Timeline

  • 2025-09-30 - CVE-2025-8120 published to NVD
  • 2025-11-26 - Last updated in NVD database

Technical Details for CVE-2025-8120

Vulnerability Analysis

This vulnerability is classified under CWE-434 (Unrestricted Upload of File with Dangerous Type). The core issue stems from a fundamental flaw in the permission validation mechanism within PAD CMS's photo upload functionality. The application relies on a client-controlled parameter to determine whether a user has permission to upload files, rather than implementing proper server-side authentication and authorization checks.

By manipulating this client-side permission parameter, an attacker can completely bypass the intended access controls. Once bypassed, the upload functionality fails to validate the file type, extension, or content of uploaded files. This allows attackers to upload arbitrary files, including server-side scripts such as PHP web shells, which can then be accessed directly through the web server to achieve code execution.

The attack is particularly severe because it requires no authentication whatsoever. Any remote attacker with network access to the vulnerable application can exploit this flaw to gain complete control over the underlying server.

Root Cause

The root cause of CVE-2025-8120 lies in improper trust of client-supplied data for security-critical decisions. The application's upload functionality implements permission checks based on a parameter that can be controlled by the attacker in the HTTP request. This represents a violation of the fundamental security principle that client input should never be trusted for authorization decisions.

Additionally, the application lacks proper file validation on the server side. Even if the permission check were implemented correctly, the absence of file type validation, extension whitelisting, and content inspection creates a secondary failure that enables the upload of executable files.

Attack Vector

The attack is network-based and can be executed by unauthenticated remote attackers. The exploitation flow involves:

  1. An attacker crafts an HTTP request to the photo upload endpoint
  2. The attacker manipulates the client-controlled permission check parameter to bypass authentication
  3. The attacker uploads a malicious file (e.g., a PHP web shell) with an executable extension
  4. The attacker accesses the uploaded file through its web-accessible path
  5. The server executes the malicious code, granting the attacker command execution capabilities

The vulnerability requires no user interaction and can be exploited with low complexity, making it trivially exploitable by attackers with basic web application knowledge.

Detection Methods for CVE-2025-8120

Indicators of Compromise

  • Unexpected files with executable extensions (.php, .asp, .aspx, .jsp) appearing in upload directories
  • Web server access logs showing requests to unusual files in photo/media upload paths
  • Anomalous outbound network connections from the web server process
  • Unexpected process spawning from web server parent processes

Detection Strategies

  • Monitor file system changes in web-accessible upload directories for new executable files
  • Implement web application firewall (WAF) rules to detect file upload attempts with dangerous extensions
  • Review HTTP request logs for manipulation of authentication or permission parameters in upload requests
  • Deploy endpoint detection solutions to identify post-exploitation behaviors such as web shell activity

Monitoring Recommendations

  • Enable detailed logging on the PAD CMS application and web server
  • Configure alerts for file creation events in upload directories with executable file types
  • Monitor for command execution patterns typical of web shell activity
  • Review server resource utilization for anomalies indicating cryptomining or other malicious payloads

How to Mitigate CVE-2025-8120

Immediate Actions Required

  • Immediately migrate away from PAD CMS as the product is End-Of-Life with no security patches available
  • If immediate migration is not possible, take the PAD CMS application offline
  • Restrict network access to the application using firewall rules while planning migration
  • Audit upload directories for any evidence of prior compromise

Patch Information

No patches are available for this vulnerability. The vendor Widzialni has confirmed that PAD CMS has reached End-Of-Life status and no security updates will be released. Organizations using PAD CMS must migrate to a supported content management system immediately.

For additional technical details, refer to the CERT Poland Blog Post.

Workarounds

  • Disable the file upload functionality entirely by removing or restricting access to the upload endpoints
  • Implement a web application firewall to block requests containing executable file extensions to upload endpoints
  • Configure the web server to prevent execution of files in upload directories by removing execute permissions
  • Place the application behind VPN or IP whitelist restrictions to limit exposure while planning migration
bash
# Configuration example - Apache .htaccess to prevent execution in upload directory
# Place this file in the PAD CMS upload directory
<Directory /path/to/padcms/uploads>
    # Disable PHP execution
    php_flag engine off
    
    # Deny access to executable extensions
    <FilesMatch "\.(php|phtml|php3|php4|php5|asp|aspx|jsp|cgi|pl)$">
        Require all denied
    </FilesMatch>
    
    # Remove handler for PHP files
    RemoveHandler .php .phtml .php3 .php4 .php5
    RemoveType .php .phtml .php3 .php4 .php5
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWidzialni Pad Cms

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.24%

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

  • CVE-2025-7065: 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