PHP
CVE-2025-60080
HIGH
Severity by source
AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
2DescriptionCVE.org
Deserialization of Untrusted Data vulnerability in add-ons.org PDF for Gravity Forms + Drag And Drop Template Builder pdf-for-gravity-forms allows Object Injection.This issue affects PDF for Gravity Forms + Drag And Drop Template Builder: from n/a through <= 6.5.0.
AnalysisAI
PHP object injection in PDF for Gravity Forms + Drag And Drop Template Builder (WordPress plugin) versions up to 6.5.0 allows authenticated attackers with low privileges to execute arbitrary code or manipulate application logic via unsafe deserialization. CVSS 7.5 (High) but EPSS probability of 0.07% (22nd percentile) indicates low observed exploitation likelihood. No public exploit identified at time of analysis, and attack requires high complexity (AC:H) with authenticated access (PR:L).
Technical ContextAI
This vulnerability stems from CWE-502 (Deserialization of Untrusted Data), a critical weakness where applications deserialize PHP objects from untrusted sources without proper validation. PHP's unserialize() function can instantiate arbitrary classes and trigger magic methods (__wakeup, __destruct, __toString), enabling attackers to chain existing code into dangerous operations. The PDF for Gravity Forms plugin, which integrates with Gravity Forms to generate PDF documents using drag-and-drop templates, accepts serialized data from authenticated users without sanitization. This WordPress plugin operates within the WordPress PHP environment, where numerous gadget chains may exist in the core framework or other installed plugins, potentially escalating object injection to remote code execution, SQL injection, or file system manipulation depending on available classes in the application context.
Affected ProductsAI
The vulnerability affects add-ons.org PDF for Gravity Forms + Drag And Drop Template Builder WordPress plugin versions from an unspecified starting point through version 6.5.0 inclusive. This plugin extends Gravity Forms functionality to generate customizable PDF documents from form submissions using a visual template builder. The Patchstack database reference (https://patchstack.com/database/Wordpress/Plugin/pdf-for-gravity-forms/) identifies the WordPress plugin ecosystem as the deployment environment. Organizations running WordPress installations with this plugin installed in versions 6.5.0 or earlier should consider themselves affected, particularly if low-privilege users have access to plugin configuration interfaces or form submission workflows that process serialized data.
RemediationAI
Organizations should upgrade PDF for Gravity Forms + Drag And Drop Template Builder to a version newer than 6.5.0 as recommended by Patchstack's vulnerability disclosure. Consult the official plugin repository or vendor advisory at https://patchstack.com/database/Wordpress/Plugin/pdf-for-gravity-forms/vulnerability/wordpress-pdf-for-gravity-forms-drag-and-drop-template-builder-plugin-6-3-0-php-object-injection-vulnerability for specific patched version details and update instructions. As an interim mitigation, restrict plugin access to only fully trusted administrator accounts, review WordPress user roles to ensure principle of least privilege, and audit any custom code or integrations that pass user-controlled data to the plugin's deserialization functions. Consider implementing Web Application Firewall (WAF) rules to detect serialized PHP object patterns in POST requests to plugin endpoints. Monitor WordPress access logs for unusual authenticated activity targeting PDF generation endpoints.
More from same product – last 7 days
Stored cross-site scripting in the StarCitizenWiki EmbedVideo MediaWiki extension (versions <= 4.0.0) allows any user wi
Unrestricted PHP file upload in the MagicForm WordPress plugin (through version 0.1.3) enables unauthenticated remote co
Remote unauthenticated arbitrary file upload in JoomShaper SP Page Builder extension for Joomla (versions 1.0.0 through
Arbitrary PHP file upload in the iCagenda extension for Joomla enables remote unauthenticated attackers to abuse the eve
Unauthenticated PHP Object Injection in the ThemeREX Hot Coffee WordPress theme (versions ≤ 1.7) allows remote attackers
Share
External POC / Exploit Code
Leaving vuln.today