LiveActive security incident?Get immediate response
CVE Record

CVE-2023-54343: QWE DL 2.0.1 Persistent XSS Vulnerability via Path Parameter

QWE DL 2.0.1 mobile web application contains a persistent input validation vulnerability allowing remote attackers to inject malicious script code through path parameter manipulation. Attackers can exploit the vulnerability to execute persistent cross-site scripting attacks, potentially leading to session hijacking and application module manipulation.

MediumCVSS 6.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

QWE DL 2.0.1 has a stored cross-site scripting issue in a path parameter. An authenticated remote attacker could save malicious script into the application, causing it to run later in users’ browsers. Business impact is mainly account/session exposure and unauthorized changes inside affected application modules.

Executive priority

Treat as a timely remediation item for teams using QWE DL 2.0.1. It is not currently supported as actively exploited, but persistent XSS can undermine user trust and session security. Prioritize inventory, vendor guidance, and exposure reduction.

Technical view

CVE-2023-54343 is CWE-79 persistent XSS in QWE Labs QWE DL 2.0.1. The CVSS 3.1 score is 6.4: network exploitable, low complexity, low privileges required, no user interaction, changed scope, low confidentiality and integrity impact, no availability impact. Sources describe path parameter manipulation as the injection vector.

Likely exposure

Exposure is limited to organizations running QWE DL version 2.0.1, especially if the mobile web application is reachable by users or the internet. The CVE record lists other versions as unaffected by default, but the provided sources do not define a broader version range.

Exploitation context

The source bundle includes a Vulnerability Lab advisory tagged as exploit, indicating public technical details may exist. However, CISA KEV is false and no provided source states active exploitation in the wild. Attackers appear to need low-privileged access to place persistent script content.

Researcher notes

Evidence is narrow: affected product and version are QWE DL 2.0.1. No patch details are included in the provided sources. Avoid assuming other QWE products or versions are affected. Validate only in authorized environments and do not rely on public exploit material for production testing.

Mitigation direction

  • Check QWE Labs guidance for a fixed version or vendor-recommended workaround.
  • Inventory QWE DL deployments and identify any version 2.0.1 instances.
  • Restrict external access to affected deployments where business operations allow.
  • Review and strengthen server-side input validation and output encoding controls.
  • Invalidate suspicious sessions if exploitation indicators are found.

Validation and detection

  • Confirm whether QWE DL 2.0.1 is deployed in your environment.
  • Review application routes that store or render path-derived values.
  • Perform authorized, non-destructive XSS validation in a test environment.
  • Inspect logs for unusual path parameter values or script-like content.
  • Verify any vendor update or workaround removes persistent script rendering.
Prepared
Confidence
high
Sources
5

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-2023-54343 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
4Source 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-2023-54343Attack 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
QWE LabsQWE DL2.0.1unaffected
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.