Description
The Booking Package WordPress plugin before 1.7.25 does not validate the payment amount server-side against the stored service price, deriving the expected charge from attacker-supplied request values instead, so an unauthenticated attacker can pay an arbitrary fraction of a service's real price.
Published: 2026-08-26
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Booking Package WordPress plugin before version 1.7.25 accepts payment amounts supplied by the client without server‑side validation and calculates the expected charge using only those attacker‑supplied values. As a result, an unauthenticated user can submit requests that cause the system to record a payment for a fraction of a service’s real price, allowing the attacker to defraud the site or its customers.

Affected Systems

Any WordPress installation deploying the Booking Package plugin of a version older than 1.7.25 is affected. The vulnerability resides in the plugin’s payment processing code that handles service and option cost parameters without verifying them against the stored prices.

Risk and Exploitability

The flaw can be exploited without authentication, making it globally reachable via normal HTTP requests. The data does not include a CVSS score or EPSS value, but the financial implications and lack of access control suggest a high‑severity risk. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog (KEV). An attacker can manipulate the amount charged while the system records the transaction as legitimate, potentially leading to significant revenue loss.

Generated by OpenCVE AI on August 26, 2026 at 07:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Booking Package to version 1.7.25 or later.
  • If an update is not immediately possible, configure the payment endpoint to allow requests only from authenticated administrators or privileged users.
  • Add server‑side validation that compares any incoming cost parameters against the stored service prices before processing the payment.
  • Periodically audit payment logs for amounts that deviate from the expected service price.

Generated by OpenCVE AI on August 26, 2026 at 07:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

Wed, 26 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Booking Package WordPress plugin before 1.7.25 does not validate the payment amount server-side against the stored service price, deriving the expected charge from attacker-supplied request values instead, so an unauthenticated attacker can pay an arbitrary fraction of a service's real price.
Title Booking Package < 1.7.25 - Unauthenticated Price Manipulation via Service and Option Cost Parameters
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-26T06:00:19.289Z

Reserved: 2026-07-24T08:43:47.387Z

Link: CVE-2026-16986

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T07:30:16Z

Weaknesses
  • CWE-20

    Improper Input Validation