LiveActive security incident?Get immediate response
CVE Record

CVE-2023-47020: Multiple Cross-Site Request Forgery (CSRF) chaining in NCR Terminal Handler v.1.5.1 allows privileges to be...

Multiple Cross-Site Request Forgery (CSRF) chaining in NCR Terminal Handler v.1.5.1 allows privileges to be escalated by an attacker through a crafted request involving user account creation and adding the user to an administrator group. This is exploited by an undisclosed function in the WSDL that lacks security controls and can accept custom content types.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-47020 is a high-severity CSRF chaining issue reported in NCR Terminal Handler v1.5.1. A victim’s browser could be abused to create an account and place it in an administrator group, potentially giving an attacker control over sensitive terminal-management functions.

Executive priority

Treat as high priority if NCR Terminal Handler v1.5.1 is present, especially in payment, retail, or terminal-management environments. Prioritize asset confirmation, vendor guidance, and access restriction before assuming the issue is resolved.

Technical view

The CVE describes multiple CSRF issues chained through an undisclosed WSDL function lacking security controls and accepting custom content types. The reported impact is administrator privilege escalation through user creation and administrator-group assignment. CVSS 3.1 is 8.8: network attack, low complexity, no attacker privileges, user interaction required.

Likely exposure

Exposure is likely limited to organizations running NCR Terminal Handler v1.5.1. The CVE affected-product metadata is incomplete, with no vendor, product CPE, or version range beyond the description, so asset owners must confirm deployments directly.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Practical exploitation requires user interaction, consistent with CSRF, and depends on a reachable vulnerable NCR Terminal Handler instance and a victim session with sufficient privileges.

Researcher notes

Evidence is sparse. The CVE description names a CSRF chain and an undisclosed WSDL function but does not provide complete affected-product metadata, CPEs, patch details, or confirmed exploitation. Avoid broad product assumptions and validate exposure against actual deployments.

Mitigation direction

  • Identify any NCR Terminal Handler v1.5.1 deployments.
  • Check NCR or maintainer guidance for patches or supported mitigations.
  • Restrict access to administrative and WSDL interfaces to trusted networks.
  • Monitor for unexpected account creation or administrator group changes.
  • Reduce administrator browsing risk while logged into the application.

Validation and detection

  • Inventory terminal-management hosts for NCR Terminal Handler version 1.5.1.
  • Confirm whether administrative or WSDL interfaces are externally reachable.
  • Review audit logs for new users added to administrator groups.
  • Verify whether deployed builds include vendor-confirmed CSRF protections.
  • Document uncertainty where product CPE or vendor fix data is unavailable.
Prepared
Confidence
medium
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 · medium confidence lookup

CWE-352: 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-2023-47020 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
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

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

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
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2023-47020Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
n/an/an/aListed
Weakness

CWE details

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

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.