LiveActive security incident?Get immediate response
CVE Record

CVE-2017-3183: Sage XRT Treasury, version 3, fails to properly restrict database access to authorized users, which may enable any authenticated user to gain full access to privileged database functions

Sage XRT Treasury, version 3, fails to properly restrict database access to authorized users, which may enable any authenticated user to gain full access to privileged database functions. Sage XRT Treasury is a business finance management application. Database user access privileges are determined by the USER_CODE field associated with the querying user. By modifying the USER_CODE value to match that of a privileged user, a low-privileged, authenticated user may gain privileged access to the SQL database. A remote, authenticated user can submit specially crafted SQL queries to gain privileged access to the application database.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Sage XRT Treasury version 3 can let an ordinary authenticated user reach privileged database functions. For a treasury system, that creates meaningful risk to financial data integrity and confidentiality, even though the provided sources do not give CVSS, patch status, or active exploitation evidence.

Executive priority

Prioritize if Sage XRT Treasury version 3 supports finance operations or sensitive cash-management workflows. The main concern is insider or compromised-account abuse against privileged database functions. Treat patch status as unresolved until vendor guidance is confirmed.

Technical view

Access control relies on the USER_CODE field associated with the querying user. The source states a low-privileged authenticated user may alter that value to match a privileged user and gain privileged SQL database access. This maps to CWE-639 authorization bypass through user-controlled key behavior.

Likely exposure

Confirmed scope is Sage XRT Treasury version 3. The bundle does not state whether deployments are internet-facing; exposure depends on authenticated user access to the application or database query path.

Exploitation context

The CVE is not in KEV, and the provided sources do not claim active exploitation. The described abuse is remote and authenticated, involving specially crafted SQL queries to gain privileged database access.

Researcher notes

Evidence is limited to the CVE description and linked advisories. No CVSS vector, fixed version, exploit proof, or affected deployment architecture is provided in the bundle. Avoid assuming broader Sage products or versions are affected.

Mitigation direction

  • Identify any Sage XRT Treasury version 3 deployments.
  • Check Sage and CERT guidance for vendor-supported fixes or workarounds.
  • Restrict access to trusted finance users and networks.
  • Review database privileges for least-privilege enforcement.
  • Monitor treasury database activity for unexpected privileged actions.

Validation and detection

  • Inventory systems for Sage XRT Treasury version 3.
  • Confirm whether low-privileged accounts can reach database query functionality.
  • Review application authorization logic around USER_CODE handling.
  • Check database logs for privilege changes or anomalous finance data access.
  • Verify compensating controls limit authenticated user paths to the database.
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 · low confidence lookup

CWE-639: 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
description · low confidence lookup

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2017-3183 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

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

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
SageXRT Treasury3Listed
Weakness

CWE details

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

CWE-639 · source CWE mapping

Authorization Bypass Through User-Controlled Key

Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.