LiveActive security incident?Get immediate response
CVE Record

CVE-2016-15015: viafintech Barzahlen Payment Module PHP SDK Webhook.php verify timing discrepancy

A vulnerability, which was classified as problematic, was found in viafintech Barzahlen Payment Module PHP SDK up to 2.0.0. Affected is the function verify of the file src/Webhook.php. The manipulation leads to observable timing discrepancy. The complexity of an attack is rather high. The exploitability is told to be difficult. Upgrading to version 2.0.1 is able to address this issue. The patch is identified as 3e7d29dc0ca6c054a6d6e211f32dae89078594c1. It is recommended to upgrade the affected component. VDB-217650 is the identifier assigned to this vulnerability.

LowCVSS 2.6Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

This is a low-severity timing issue in viafintech's Barzahlen PHP payment SDK. In affected versions, webhook verification may take measurably different time depending on input. The business risk is limited information exposure, not direct payment compromise, based on the supplied sources.

Executive priority

Handle in a normal maintenance window unless this SDK is used in a high-value payment flow. The risk is low, but payment-adjacent components should not remain on known vulnerable versions.

Technical view

CVE-2016-15015 affects the verify function in src/Webhook.php in Barzahlen-PHP up to 2.0.0. It is classified as CWE-208 observable timing discrepancy. CVSS 3.1 is 2.6 with high attack complexity, low privileges required, adjacent attack vector, and low confidentiality impact only.

Likely exposure

Exposure is likely limited to applications using viafintech Barzahlen Payment Module PHP SDK version 2.0.0 or earlier, especially where Barzahlen webhook verification is reachable in the relevant network context.

Exploitation context

The supplied sources do not show active exploitation or KEV listing. VulDB characterizes exploitation as difficult with high attack complexity. Evidence supports only a timing side channel with limited confidentiality impact.

Researcher notes

The source bundle identifies the vulnerable function, CWE, affected version range, and fixing release. It does not provide evidence of active exploitation, broad exploit availability, or impact beyond limited confidentiality through timing behavior.

Mitigation direction

  • Upgrade Barzahlen-PHP to version 2.0.1 or later.
  • Prioritize systems that process Barzahlen payment webhooks.
  • Review the linked vendor patch and release notes before deployment.
  • Check vendor guidance if local constraints prevent immediate upgrade.

Validation and detection

  • Inventory applications using viafintech Barzahlen-PHP.
  • Confirm installed SDK versions are not 2.0.0 or earlier.
  • Verify src/Webhook.php includes the vendor timing fix.
  • Test payment webhook verification in staging after upgrading.
  • Review logs for unusual webhook verification failures.
Prepared
Confidence
high
Sources
7

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-208: 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-2016-15015 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
2.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:L/I:N/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
6Source 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
2.6CVSS 3.1LowCVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N1.21.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

2.6Low
CVSS 3.1 vector shape for CVE-2016-15015Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:L/I:N/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
viafintechBarzahlen Payment Module PHP SDK2.0Listed
Weakness

CWE details

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

CWE-208 · source CWE mapping

Observable Timing Discrepancy

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