LiveActive security incident?Get immediate response
CVE Record

CVE-2022-29254: Failed payment recorded has completed in silverstripe/silverstripe-omnipay

silverstripe-omnipay is a SilverStripe integration with Omnipay PHP payments library. For a subset of Omnipay gateways (those that use intermediary states like `isNotification()` or `isRedirect()`), if the payment identifier or success URL is exposed it is possible for payments to be prematurely marked as completed without payment being taken. This is mitigated by the fact that most payment gateways hide this information from users, however some issuing banks offer flawed 3DSecure implementations that may inadvertently expose this data. The following versions have been patched to fix this issue: `2.5.2`, `3.0.2`, `3.1.4`, and `3.2.1`. There are no known workarounds for this vulnerability.

LowCVSS 3.7Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

Some Silverstripe Omnipay deployments could record a failed or incomplete payment as completed if certain payment flow details were exposed. The direct business risk is inaccurate order fulfillment or entitlement access without money collected. The CVSS score is low because exploitation requires unusual gateway or 3DS exposure, but payment systems deserve prompt correction.

Executive priority

Treat as a targeted payment-integrity issue: not broadly wormable, but capable of causing revenue leakage or unauthorized fulfillment in affected checkout flows. Patch during the next payment-system maintenance window, sooner for high-value or automated fulfillment sites.

Technical view

Affected silverstripe/silverstripe-omnipay versions mishandle payment state for some Omnipay gateways using intermediary states such as isNotification() or isRedirect(). If a payment identifier or success URL is exposed, the integration may prematurely mark payment complete. Patched releases are 2.5.2, 3.0.2, 3.1.4, and 3.2.1.

Likely exposure

Exposure is limited to SilverStripe sites using vulnerable silverstripe/silverstripe-omnipay versions with affected gateway flows. The source notes most gateways hide the required information, while some flawed 3DSecure implementations may expose it.

Exploitation context

The source bundle does not report known active exploitation, and this CVE is not listed as KEV. Exploitation requires exposed payment identifiers or success URLs plus a gateway flow with intermediary notification or redirect states.

Researcher notes

Key preconditions are vulnerable package version, relevant gateway state behavior, and exposure of payment identifier or success URL. Sources do not name specific gateways, banks, exploit campaigns, or alternative mitigations. Validation should focus on dependency version, gateway flow mapping, and payment-status transition auditing.

Mitigation direction

  • Upgrade silverstripe/silverstripe-omnipay to 2.5.2, 3.0.2, 3.1.4, 3.2.1, or later.
  • Prioritize patching because the advisory states there are no known workarounds.
  • Review payment gateway and 3DSecure provider guidance for exposed identifiers or success URLs.
  • Reconcile recent completed orders against actual payment settlement records.

Validation and detection

  • Check composer.lock or dependency manifests for vulnerable silverstripe/silverstripe-omnipay version ranges.
  • Confirm production deployments run a patched release, not only source control.
  • Identify configured Omnipay gateways using notification or redirect intermediary states.
  • Review recent failed, redirected, or 3DSecure payments for mismatched order completion status.
  • Run normal checkout regression tests after upgrading.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-436: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-29254 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Low
CVSS
3.7 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
3.7CVSS 3.1LowCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N2.21.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

3.7Low
CVSS 3.1 vector shape for CVE-2022-29254Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
silverstripesilverstripe-omnipay< 2.5.2, >= 3.0.0, < 3.0.2, >= 3.1.0, < 3.1.4, >= 3.2.0, < 3.2.1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-436 · source CWE mapping

Interpretation Conflict

Interpretation Conflict represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.