---
id: CVE-2026-9858
title: >-
  The Partial Shipment for Woocommerce plugin for WordPress is vulnerable to
  Missing Authorization in versions up to, and including, 3.4 via the
  wxp_order_shipment, wxp_order_item_shipment, and wxp_order_set_shipped AJAX
  actions
summary: >-
  The Partial Shipment for Woocommerce plugin for WordPress is vulnerable to
  Missing Authorization in versions up to, and including, 3.4 via the
  wxp_order_shipment, wxp_order_item_shipment, and wxp_order_set_shipped AJAX
  actions. This is d…
severity: medium
cvss: 4.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N'
cwe:
  - CWE-862
vendor: wpexpertshub
product: Partial Shipment for WooCommerce
affected:
  - partial_shipment_for_woocommerce <= 3.4
published: '2026-09-19'
updated: '2026-09-21'
sourceUpdated: '2026-09-21T13:33:33.387'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-9858'
references:
  - url: >-
      https://plugins.trac.wordpress.org/browser/wc-partial-shipment/tags/3.4/woocommerce-partial-shipment.php#L228
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/wc-partial-shipment/tags/3.4/woocommerce-partial-shipment.php#L263
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/wc-partial-shipment/tags/3.4/woocommerce-partial-shipment.php#L291
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/wc-partial-shipment/tags/3.4/woocommerce-partial-shipment.php#L60
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/changeset?reponame=&old=3561104%40wc-partial-shipment&new=3561104%40wc-partial-shipment
    label: security@wordfence.com
  - url: >-
      https://www.wordfence.com/threat-intel/vulnerabilities/id/d9278c56-b963-4d9b-ae5a-45dab44c701f?source=cve
    label: security@wordfence.com
tags:
  - nvd
  - cve.org
epss: 0.00215
epssPercentile: 0.12235
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-19T13:17:03.223646Z'
ingestedAt: '2026-09-19T09:00:39.470Z'
---

## Overview

The Partial Shipment for Woocommerce plugin for WordPress is vulnerable to Missing Authorization in versions up to, and including, 3.4 via the wxp_order_shipment, wxp_order_item_shipment, and wxp_order_set_shipped AJAX actions. This is due to the AJAX handlers in woocommerce-partial-shipment.php (registered at lines 60–62 and implemented at lines 228, 263, and 291) lacking both capability checks and nonce verification, and not validating the calling user's ownership of the supplied order_id. This makes it possible for authenticated attackers, with Subscriber-level access and above, to read arbitrary order item details (names, quantities, shipped counts) belonging to any customer and to modify the shipment status / shipped quantities of any order, which can also trigger order status transitions via the wxp_order_status action.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
