CVE-2025-60082
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 · uneditedDeserialization of Untrusted Data vulnerability in add-ons.org PDF for WPForms pdf-for-wpforms allows Object Injection.This issue affects PDF for WPForms: from n/a through <= 6.5.0.
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 · moderate confidenceThis is a PHP Object Injection vulnerability in the PDF for WPForms WordPress plugin. The plugin deserializes untrusted data (likely via PHP's unsafe unserialize() function), allowing authenticated attackers to inject malicious PHP objects. Successful exploitation can lead to remote code execution, file operations, or SQL injection by leveraging available gadget chains in WordPress or other plugins.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
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
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/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 checksWork through these to decide whether this CVE applies to you.
-
Verify PDF for WPForms plugin is installedIn WordPress admin, go to Plugins > Installed Plugins and look for 'PDF for WPForms' or check the /wp-content/plugins/ directory for the pdf-for-wpforms folder. Also check if the plugin is active.Affected if The plugin is installed and active, indicating the vulnerable code is present in the environment.
-
Identify the installed plugin versionIn WordPress admin > Plugins > Installed Plugins, click on the plugin name to view details and note the version number. Alternatively, check the main plugin file (e.g., pdf-for-wpforms.php) for the 'Version' header in the plugin comments.Affected if The installed version falls within the range that contains the unsafe deserialization vulnerability.
-
Confirm the vulnerable deserialization code existsSearch the plugin files for patterns like 'unserialize($_POST', 'unserialize($_GET', or 'unserialize($_REQUEST' using a file search or grep tool within the plugin directory.Affected if The plugin contains unserialize() calls that process untrusted input without validation, which is the core vulnerability.
-
Check for user accounts with plugin accessReview WordPress user roles and capabilities. Go to Users > All Users and identify accounts with access to WPForms functionality or plugin settings where the deserialization occurs.Affected if Any authenticated user (subscriber or higher) can trigger the vulnerable code path, making the vulnerability exploitable.
-
Inspect HTTP request patternsReview web server access logs or WAF logs for incoming requests containing PHP serialized data patterns (e.g., 'O:', 'a:', 's:') in query parameters, POST bodies, or cookies that target the plugin endpoints.Affected if Such patterns indicate potential exploitation attempts or presence of the vulnerable data injection point.
You are affected if the PDF for WPForms plugin is installed with a version containing the unsafe unserialize() vulnerability and any authenticated user can access the plugin functionality.
Generated from the published advisory. Verify against your own configuration.
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 · scopedUpdate PDF for WPForms to the latest version once a patch is released. Until then, restrict plugin access to trusted users only and consider deploying a WAF rule to block serialized data patterns in HTTP requests.
Latest version of PDF for WPForms (version higher than 6.5.0)
- 1. Log in to your WordPress admin dashboard
- 2. Navigate to Plugins > Installed Plugins
- 3. Locate 'PDF for WPForms' in the plugin list
- 4. If an update is available, click 'Update Now' to install the latest version
- 5. After updating, verify the plugin is functioning correctly by testing form PDF generation
- 6. Consider reviewing the plugin's changelog or the vendor's advisory for any specific security details
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-60082 — 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 sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-60082 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
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.
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.
- 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