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.
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-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 lookupDatabase 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 lookupCVE-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- 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
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:H/PR:N/UI:R/S:C/C:L/I:L/A:N1.62.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
4.7MediumVector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N
Source materials
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.
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.
