Missing AuthorizationWeakness · CWE-862

CVE-2026-5356

HIGH · 7.5 CVSS v3.1 Published 2026-07-08
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
84/100
Remediation priority · High
Remotely reachable No privileges Zero-click 7 weeks old

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to Improper Input Validation in all versions up to, and including, 5.4.0. This is due to the plugin's Stripe Connect payment processor accepting a client-supplied PaymentIntent ID. This makes it possible for unauthenticated attackers to pay an arbitrary amount by supplying a previously succeeded PaymentIntent token.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

The LatePoint WordPress plugin fails to validate that a Stripe PaymentIntent belongs to the current booking transaction before accepting it as payment. An unauthenticated attacker can supply a previously succeeded PaymentIntent ID from a legitimate transaction, allowing them to complete their own booking payment with an arbitrary amount.

MitigationImplement server-side validation to verify that the PaymentIntent matches the current booking's amount, customer, and status before processing payment confirmation.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

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

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify LatePoint plugin installation
    Check WordPress plugins directory for 'latepoint' folder, or use wp-cli: wp plugin list --status=active --format=csv | findstr latepoint
    Affected if LatePoint plugin is installed and active
  2. Determine installed LatePoint version
    Check plugin version in wp-content/plugins/latepoint/readme.txt or via WordPress admin: Plugins > LatePoint > View Details
    Affected if Version is unknown or unpatched (no specific version ranges provided; compare to any vendor advisories)
  3. Verify Stripe integration is enabled
    Check WordPress admin: LatePoint > Settings > Payments > Stripe. Confirm Stripe payment method is active.
    Affected if Stripe payment method is enabled in LatePoint settings
  4. Inspect payment processing endpoint
    Review the file handling Stripe PaymentIntent confirmation (typically in includes/controllers/ or similar). Look for code that processes $_POST['payment_intent_id'] or similar Stripe parameters without validating ownership to the current booking.
    Affected if Code processes Stripe PaymentIntent without booking transaction validation
  5. Check for booking amount validation
    Examine payment processing logic for server-side verification that PaymentIntent amount matches booking total before marking payment complete.
    Affected if No server-side validation exists comparing PaymentIntent amount to booking amount

User is affected if LatePoint plugin with Stripe integration is active and the payment processing code does not validate that the supplied PaymentIntent belongs to the current booking transaction.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Implement server-side validation to verify that the PaymentIntent matches the current booking's amount, customer, and status before processing payment confirmation.

Have this fixed Scoped from the published advisory
  • Consultation2.0 h
  • Implementation4.0 h
  • Testing3.0 h
  • Review / QA2.0 h
11.0 hours of engineering $1,930
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-5356 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-5356 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data