LiveActive security incident?Get immediate response
CVE Record

CVE-2023-24497: Cross-site scripting (xss) vulnerabilities exist in the requestHandlers.js detail_device functionality of M...

Cross-site scripting (xss) vulnerabilities exist in the requestHandlers.js detail_device functionality of Milesight VPN v2.0.2. A specially-crafted HTTP request can lead to arbitrary Javascript code injection. An attacker can send an HTTP request to trigger these vulnerabilities.This XSS is exploited through the remote_subnet field of the database

MediumCVSS 4.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-24497 is a stored cross-site scripting issue in Milesight VPN v2.0.2. A crafted request can place JavaScript into data later shown in the device details view. Business impact is limited but real: a user who views affected data could expose session or page context.

Executive priority

Treat this as a moderate-priority remediation item. It is not listed as actively exploited in the supplied sources, but VPN administration surfaces deserve timely review because compromise of administrator browser context can support follow-on risk.

Technical view

The issue affects requestHandlers.js detail_device functionality in MilesightVPN v2.0.2. The source states the XSS is exploited through the database remote_subnet field. CVSS 3.1 is 4.7 with network attack vector, high complexity, no privileges, required user interaction, changed scope, and low confidentiality and integrity impact.

Likely exposure

Exposure is likely limited to organizations running MilesightVPN v2.0.2, especially where untrusted or attacker-influenced device data can reach the remote_subnet field and be viewed by an authenticated operator or administrator.

Exploitation context

The CVE record says an attacker can send a specially crafted HTTP request, but the CVSS vector requires user interaction. The source bundle does not show CISA KEV listing or confirmed active exploitation in the wild.

Researcher notes

Evidence is limited to the CVE data and Talos report reference. No official patch version, workaround, or exploit-in-the-wild evidence is included in the provided bundle. Avoid assuming broader Milesight products or versions are affected without vendor confirmation.

Mitigation direction

  • Inventory MilesightVPN deployments and identify any v2.0.2 instances.
  • Check Milesight guidance or support channels for fixed versions or official mitigations.
  • Restrict access to VPN management interfaces to trusted networks and users.
  • Review stored remote_subnet values and remove suspicious content through supported procedures.

Validation and detection

  • Confirm the running MilesightVPN version on each appliance or server.
  • Determine whether detail_device displays remote_subnet values to privileged users.
  • Review application logs for unusual requests touching device detail or subnet fields.
  • Check whether suspicious script-like content exists in remote_subnet data.
Prepared
Confidence
medium
Sources
3

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-80: 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
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-2023-24497 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
4.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/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
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
4.7CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N1.62.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.7Medium
CVSS 3.1 vector shape for CVE-2023-24497Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
MilesightMilesightVPNv2.0.2Listed
Weakness

CWE details

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

CWE-80 · source CWE mapping

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.