LiveActive security incident?Get immediate response
CVE Record

CVE-2023-24496: 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 name 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-24496 is a stored cross-site scripting issue in Milesight VPN v2.0.2. Malicious JavaScript can be placed through a device name stored in the database and later run when a user views device details. Business impact is limited but real: session data or user actions in the management interface could be affected.

Executive priority

Treat this as a moderate-priority exposure cleanup, not an emergency, unless Milesight VPN v2.0.2 is internet-exposed or broadly administered by privileged users.

Technical view

The flaw is CWE-80 XSS in requestHandlers.js detail_device functionality. The CVSS 3.1 score is 4.7 with network attack vector, high complexity, no privileges required, required user interaction, changed scope, and low confidentiality and integrity impact. The source identifies exploitation through the database name field.

Likely exposure

Exposure appears limited to organizations running Milesight VPN v2.0.2, especially where the management interface or affected functionality is reachable by users who view device details.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. Exploitation requires a crafted HTTP request and a user viewing affected detail functionality, so practical risk depends on interface reachability and user workflow.

Researcher notes

Evidence is specific to Milesight VPN v2.0.2 and the detail_device path in requestHandlers.js. The source bundle does not name a patch, fixed version, or exploitation in the wild, so remediation should be tied to vendor guidance and local exposure validation.

Mitigation direction

  • Identify any Milesight VPN v2.0.2 deployments.
  • Check Milesight or Talos guidance for fixed versions or vendor mitigations.
  • Restrict access to the VPN management interface to trusted networks and users.
  • Review and clean suspicious device name values if malicious content is found.
  • Monitor for unusual requests targeting device detail functionality.

Validation and detection

  • Confirm the deployed Milesight VPN version is v2.0.2 or not affected.
  • Verify whether users can access the detail_device functionality.
  • Inspect stored device name fields for unexpected script-like content.
  • Review web logs for unusual device-detail requests or name-field changes.
  • Confirm compensating access controls protect the management interface.
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-24496 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-24496Attack 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.