LiveActive security incident?Get immediate response
CVE Record

CVE-2021-47885: Payment Terminal Multiple Versions Non-Persistent Cross-Site Scripting

Multiple payment terminal versions contain non-persistent cross-site scripting vulnerabilities in billing and payment information input fields. Attackers can inject malicious script code through vulnerable parameters to manipulate client-side requests and potentially execute session hijacking or phishing attacks.

MediumCVSS 6.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-47885 is a reflected cross-site scripting issue in several payment terminal products. An attacker with low privileges could inject script through billing or payment input fields. The business risk is customer/session abuse, phishing, or manipulation of client-side payment workflows. Public sources do not show confirmed active exploitation or a named fixed version.

Executive priority

Treat as a near-term payment application risk, especially for customer-facing checkout or billing portals. It is not currently supported as actively exploited, but payment context raises fraud and trust concerns. Prioritize inventory, vendor guidance, and remediation planning.

Technical view

The issue is CWE-79 non-persistent XSS affecting CriticalGears PayPal PRO Payment Terminal 3.1, CriticalGears Stripe Payment Terminal 2.2.1, and Authorize.net Payment Terminal 2.4.1. CVSS 3.1 is 6.4, vector AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N. Sources describe vulnerable billing and payment information parameters, but do not provide remediation details.

Likely exposure

Exposure is most likely where the listed payment terminal versions are deployed in web-accessible payment or billing workflows. The CVSS vector indicates network reachability and low attack complexity, but requires low privileges. Organizations not using these exact products and versions are not shown as affected by the supplied sources.

Exploitation context

The source bundle includes a Vulnerability Lab reference tagged as exploit, indicating public technical disclosure. However, the CVE is not in KEV, and the provided sources do not state active exploitation in the wild. Potential impact includes session hijacking, phishing, and client-side request manipulation.

Researcher notes

Evidence supports reflected XSS in specific payment terminal versions, with public advisory coverage. Fixed versions, vendor patch status, and real-world exploitation are not established in the supplied sources. Avoid assuming broader payment gateway impact beyond the named terminal products and versions.

Mitigation direction

  • Inventory deployments of the listed payment terminal products and versions.
  • Check vendor product pages or advisories for fixed versions or official guidance.
  • Upgrade if the vendor provides a corrected release for the affected product.
  • Consider removing affected versions from payment workflows until vendor guidance is confirmed.

Validation and detection

  • Confirm whether affected product names and versions exist in production or staging.
  • Review billing and payment input fields for unsafe reflected content handling.
  • Validate findings only in an authorized test environment.
  • Check logs for suspicious input submitted to payment or billing fields.
Prepared
Confidence
medium
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 · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-2021-47885 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
Medium
CVSS
6.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/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
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
6.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N3.12.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.4Medium
CVSS 3.1 vector shape for CVE-2021-47885Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
CriticalGearsPayPal PRO Payment Terminal3.1unaffected
CriticalGearsStripe Payment Terminal2.2.1Listed
Authorize.netPayment Terminal2.4.1Listed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.