CVE-2026-6072 — The Oliver POS – A WooCommerce Point of Sale (POS) plugin
CVE-2026-6072 — The Oliver POS – A WooCommerce Point of Sale (POS) plugin for WordPress is vulnerable to Authorization Bypass Through User-Controlled Key in all versions up to and including 2.4.2.6. The plugin protects its entire /wp-json/pos-bridge/* REST API namespace through the oliver_pos_rest_a
What This Means For You
- If your environment is affected by CWE-639, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-6072 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
Authorization Bypass via Oliver POS API - CVE-2026-6072
title: Authorization Bypass via Oliver POS API - CVE-2026-6072
id: scw-2026-05-20-ai-1
status: experimental
level: critical
description: |
Detects the specific authorization bypass technique used in CVE-2026-6072. An attacker sends a POST request to the Oliver POS REST API namespace with the 'OliverAuth: 0' header, exploiting a loose comparison in PHP to gain unauthorized access to API endpoints. This rule specifically targets the vulnerable path and the known bypass header value.
author: SCW Feed Engine (AI-generated)
date: 2026-05-20
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-6072/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-method:
- 'POST'
cs-uri|contains:
- '/wp-json/pos-bridge/'
uri|contains:
- 'OliverAuth: 0'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-6072 | vulnerability | CVE-2026-6072 |
| CWE-639 | weakness | CWE-639 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 20, 2026 at 05:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.