CVE-2026-16078 MEDIUM

CVE-2026-16078: WCPOS <= 1.9.8 - Authenticated (Shop Manager+) Path Traversal to Arbitrary File Read via 'type' Parameter

Vendor Kilbot
Product WCPOS – Point of Sale (POS) plugin for WooCommerce
Weakness CWE-22 · Path traversal
Published July 23, 2026
Last update July 23, 2026

CVSS base score

6.5/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

WCPOS – Point of Sale plugin for WooCommerce versions 1.9.8 and earlier contain a path traversal vulnerability. An authenticated attacker with low privileges can read arbitrary files from the server by manipulating file path parameters. This allows access to sensitive configuration files, database credentials, and other protected data without modifying or disrupting the site.

What an attacker can do

03Attacker Capabilities

Read arbitrary files from the server, including configuration and credential files.

Potential impact on your site

04Site Impact

Sensitive files like wp-config.php and database credentials may be exposed to authenticated users with low privileges.

Conditions required to exploit

05Prerequisites

Attacker must have a low-privilege authenticated account on the WooCommerce site.

Key dates

06Disclosure timeline

July 23, 2026 CVE published
July 23, 2026 Record updated

Related vulnerabilities

08Related CVE