CVE-2025-12375
SSRF Vulnerability in Printful Integration for WooCommerce Plugin
Publication date: 2026-02-19
Last updated on: 2026-02-19
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| printful | printful_shipping_for_woocommerce | to 2.2.11 (inc) |
| printful | printful_shipping_for_woocommerce | 2.2.12 |
| printful | integration_for_woocommerce | to 2.2.11 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability exists in the Printful Integration for WooCommerce plugin for WordPress, specifically in all versions up to and including 2.2.11. It is a Server-Side Request Forgery (SSRF) issue occurring via the advanced size chart REST API endpoint. The problem arises because the plugin does not properly validate user-supplied URLs before passing them to the download_url() function.
This allows authenticated attackers with Contributor-level access or higher to make web requests to arbitrary locations from the web application. Essentially, attackers can use the plugin to send requests to internal services or other unintended locations, potentially querying or modifying information.
How can this vulnerability impact me? :
This vulnerability can allow attackers with Contributor-level access or above to make unauthorized web requests from the affected application to arbitrary locations, including internal services that are not normally accessible externally.
As a result, attackers could potentially query sensitive internal information or modify data within internal services, leading to information disclosure and integrity issues.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know