Security readout for executives and security teams
Plain-English summary
CVE-2023-36331 is a high-severity access-control flaw reported in xmall v1.1. The order-list API may let someone view other users’ order details by changing a user identifier. For businesses running this software, the main risk is exposure of customer order information and related privacy impact.
Executive priority
Prioritize if xmall v1.1 supports customer ordering or stores sensitive order history. The business concern is unauthorized disclosure of customer data. If the product is not deployed, no direct action is indicated beyond inventory confirmation.
Technical view
The issue is described as incorrect access control in /member/orderList. The CVSS 3.1 vector is 8.2 high: network exploitable, low complexity, no privileges, no user interaction, high confidentiality impact, and low integrity impact. It maps to CWE-639, authorization bypass through user-controlled key.
Likely exposure
Exposure is likely limited to organizations running xmall v1.1 with the affected member order-list API reachable. The source bundle does not provide CPEs, package identifiers, or deployment prevalence, so asset confirmation is required.
Exploitation context
The CVE describes parameter manipulation of userId to access other users’ order details. CISA KEV is false, and the provided sources do not state active exploitation or public weaponized exploitation.
Researcher notes
Evidence is sparse: the CVE record and GitHub issue identify the endpoint, parameter, version, CVSS, and CWE. The bundle does not name a patch, commit, release, or workaround. Avoid assuming affected forks or versions beyond the stated xmall v1.1.
Mitigation direction
- Check the upstream xmall project issue and vendor guidance for fixes or recommended changes.
- Restrict access to the affected API until authorization is confirmed.
- Review application authorization logic for object-level access checks on order data.
- Monitor logs for unusual order-list access patterns across multiple user identifiers.
Validation and detection
- Identify whether xmall v1.1 is deployed in your environment.
- Confirm whether /member/orderList is reachable from untrusted networks.
- Verify server-side authorization prevents users from accessing other users’ orders.
- Review application logs for cross-account order access indicators.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-2023-36331 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 8.2 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N3.94.2Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
8.2HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/Exrick/xmall/issues/100CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
