SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-16078

MEDIUM · CVSS 6.5 EPSS 0.61% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-23 · Last synced 2026-08-22

CyberRota Analysis

AI-Generated

The WCPOS – Point of Sale plugin for WooCommerce in WordPress is vulnerable to a Directory Traversal attack, allowing authenticated users with shop manager-level access or higher to read arbitrary files on the server. This can lead to the exposure of sensitive information, as attackers can manipulate the 'type' parameter to bypass security measures. WordPress site administrators using this plugin should prioritize patching or upgrading to mitigate potential data breaches.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-16078
Severity
MEDIUM
CVSS
6.5
EPSS
0.61%
WordPress

Original NVD Description

The WCPOS – Point of Sale (POS) plugin for WooCommerce plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 1.9.8 via the 'type' parameter parameter. This makes it possible for authenticated attackers, with shop manager-level access and above, to read the contents of arbitrary files on the server, which can contain sensitive information. Successful exploitation requires supplying context=edit in the request, which bypasses the content-stripping logic in prepare_item_for_response() and returns the traversed file verbatim in the REST API response.