CVE-2025-10268
Deferred Deferred - Pending Action

Path Traversal in Printcart Web to Print Product Designer for WooCommerce

Vulnerability report for CVE-2025-10268, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-26

Last updated on: 2026-06-26

Assigner: WPScan

Description

The Printcart Web to Print Product Designer for WooCommerce WordPress plugin through 2.4.8 is vulnerable to path traversal which makes it possible for the attacker to retrieve the directory listing for arbitrary directories on the server.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-26
Last Modified
2026-06-26
Generated
2026-06-27
AI Q&A
2026-06-26
EPSS Evaluated
2026-06-26
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
printcart printcart_web_to_print_product_designer to 2.4.8 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The Printcart Web to Print Product Designer for WooCommerce plugin, version 2.4.8 or lower, contains a path traversal vulnerability. This flaw allows an attacker to send specially crafted requests to the plugin, enabling them to retrieve directory listings of arbitrary directories on the server. Essentially, the attacker can access folder contents that should normally be restricted by exploiting the way the plugin handles file paths.

Impact Analysis

This vulnerability can lead to unauthorized disclosure of sensitive information stored on the server. By retrieving directory listings, an attacker may gain insight into the server's file structure, including files such as uploads, plugins, themes, and debug logs. This information can be used to plan further attacks or exploit other vulnerabilities, potentially compromising the security and integrity of the affected system.

Detection Guidance

This vulnerability can be detected by sending specially crafted requests to the vulnerable endpoint of the Printcart Web to Print Product Designer plugin. An attacker or tester can attempt to exploit the path traversal by providing a base64-encoded path and specifying a target folder to see if the server responds with directory listings.

For example, a request can be made with a base64-encoded path such as "/var/www/html" and a target folder like "wp-content". If the server returns a list of directory contents (e.g., uploads, plugins, themes, debug.log), the vulnerability is present.

A possible command using curl to test this could be:

  • curl -G --data-urlencode "path=base64_encoded_path" --data-urlencode "folder=target_folder" http://your-wordpress-site/wp-content/plugins/printcart-integration/vulnerable-endpoint

Replace "base64_encoded_path" with the base64 encoding of the directory path you want to test (e.g., /var/www/html) and "target_folder" with the folder name to check.

Mitigation Strategies

Currently, there is no known fix available for this vulnerability in the Printcart Web to Print Product Designer plugin version 2.4.8 or lower.

Immediate mitigation steps include:

  • Restrict access to the vulnerable plugin endpoints by implementing firewall rules or web application firewall (WAF) rules to block unauthorized requests.
  • Limit permissions on the server to prevent unauthorized directory listing and access.
  • Monitor server logs for suspicious requests attempting path traversal.
  • Consider disabling or removing the vulnerable plugin until a patch or update is released.
Compliance Impact

The vulnerability allows an attacker to retrieve directory listings for arbitrary directories on the server via path traversal. This unauthorized access to server file information could potentially expose sensitive data or configuration files.

Such unauthorized disclosure of data may impact compliance with standards and regulations like GDPR and HIPAA, which require protection of personal and sensitive information from unauthorized access or disclosure.

However, the provided information does not specify exact compliance impacts or whether any personal or regulated data is exposed through this vulnerability.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-10268. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart