Pad CmsApplication · Widzialni

CVE-2025-7065

CRITICAL · 9.8 CVSS v3.1 Published 2025-09-30
Fix available
A fix is available. Upgrade to after 1.2.1 or later.
See remediation →
100/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Due to client-controlled permission check parameter, PAD CMS's photo upload functionality allows an unauthenticated remote attacker to upload files of any type and extension without restriction, which can then be executed leading to Remote Code Execution. This issue affects all 3 templates: www, bip and ww+bip. This product is End-Of-Life and producent will not publish patches for this vulnerability.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

PAD CMS photo upload functionality contains an Insecure Direct Object Reference (IDOR) vulnerability where the permission check parameter is client-controlled. An unauthenticated attacker can bypass authorization and upload arbitrary file types, including executable scripts, which can then be accessed and executed for remote code execution. All three templates (www, bip, ww+bip) are affected.

MitigationSince no vendor patch is available, immediately disable or restrict access to the photo upload functionality via web server configuration or remove the module entirely. Deploy a WAF with positive security rules to block file uploads of executable types, or migrate to a supported CMS solution.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Pad CmsApplication
Affected:<= 1.2.1

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Confirm PAD CMS installation and version
    Locate the PAD CMS installation directory and check for a version file or header. Common locations include version.php, about.php, or check the main index file for a version string. Also check any admin/backend panel for version information.
    Affected if The installed version is Widzialni Pad CMS 1.2.1 or any earlier version.
  2. Identify if photo upload module is accessible
    Check the web server configuration and application routing to determine if the photo upload endpoint is publicly accessible. Look for paths such as /upload, /photo/upload, /media/upload, or similar patterns in the application's URL structure and routing configuration.
    Affected if The photo upload functionality is enabled and reachable without authentication or with the client-controlled permission check.
  3. Inspect upload directory for unexpected file types
    Examine the directories where uploaded photos are stored. Check for files with executable extensions such as .php, .php5, .phtml, .exe, .sh, .asp, .aspx, .jsp, or .cgi. List all files and note their extensions and modification dates.
    Affected if The upload directory contains executable script files (.php, .phtml, etc.) that were not intentionally uploaded by administrators.
  4. Review web server access logs for upload endpoint activity
    Search access logs for POST requests to known or suspected upload endpoints. Look for requests with Content-Type headers indicating file uploads, particularly those with unusual or executable file extensions. Also check for requests without valid authentication tokens.
    Affected if There are unauthenticated POST requests to upload endpoints or requests uploading files with executable extensions.
  5. Verify if uploaded files are directly accessible and executable
    Attempt to access a known uploaded file via HTTP/HTTPS to determine if the web server serves it as a static file or attempts to execute it. Check if uploaded PHP or other script files are being executed when accessed directly.
    Affected if Uploaded script files can be accessed via URL and are either executed or returned with executable content that could lead to RCE.

A user is affected if they are running Widzialni Pad CMS version 1.2.1 or earlier with the photo upload functionality accessible, and especially if unauthorized executable files are found in upload directories or logs show unauthenticated upload attempts.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to a release after 1.2.1
Interim mitigation

Since no vendor patch is available, immediately disable or restrict access to the photo upload functionality via web server configuration or remove the module entirely. Deploy a WAF with positive security rules to block file uploads of executable types, or migrate to a supported CMS solution.

Recommended fix High confidence
  1. 1. Immediately disable or remove the PAD CMS installation as it is End-of-Life and has no security patches available.
  2. 2. Migrate to an actively maintained CMS solution that receives regular security updates.
  3. 3. If migration is not immediately possible, implement compensating controls: disable the photo upload functionality at the web server level (remove or restrict access to upload endpoints), configure the web server to prevent execution of any files in upload directories (e.g., set directory permissions to deny script execution), and consider deploying a Web Application Firewall (WAF) to filter mal
  4. 4. Conduct a thorough security audit of any new CMS deployment to ensure similar vulnerabilities are not present.
Caveat This is a critical severity End-of-Life product with no fix available; migration to an alternative actively-maintained CMS is required

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Pad Cms Scoped from the published advisory
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing4.0 h
  • Review / QA2.0 h
18.0 hours of engineering $3,200
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,120.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2025-7065 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2025-7065 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data