Security readout for executives and security teams
Plain-English summary
This affects the lasTunes WordPress plugin through version 3.6.1. A logged-in administrator could be tricked into changing plugin settings, potentially saving malicious script content. Business risk is mainly site integrity, admin-session abuse, and possible visitor or administrator browser impact if stored script runs.
Executive priority
Treat as a moderate-priority WordPress plugin issue. Prioritize internet-facing or business-critical sites, but do not treat it as emergency active exploitation based on the provided sources.
Technical view
The issue is missing CSRF validation in some lasTunes settings paths, combined with missing sanitization and escaping. The reported outcome is stored XSS inserted through a CSRF-triggered settings update. CVSS 3.1 is 5.4 medium with user interaction required and changed scope.
Likely exposure
Exposure appears limited to WordPress sites running the lasTunes plugin through 3.6.1, especially where administrators remain logged in while browsing attacker-controlled content.
Exploitation context
The bundle does not show CISA KEV listing or confirmed active exploitation. WPScan is tagged as an exploit reference, but the provided evidence does not establish in-the-wild exploitation.
Researcher notes
Evidence supports CWE-352 CSRF with stored XSS impact caused by missing CSRF checks, sanitization, and escaping. Patch availability is not named in the bundle, so remediation should be tied to vendor or WPScan guidance rather than assumed.
Mitigation direction
- Inventory WordPress sites for the lasTunes plugin and version.
- Check vendor or WPScan guidance for a fixed release or official mitigation.
- Disable or remove lasTunes where business use is not required.
- Limit WordPress administrator access to trusted users and hardened workstations.
- Review site content and plugin settings for unexpected script content.
Validation and detection
- Confirm whether lasTunes is installed and version is through 3.6.1.
- Review plugin settings for untrusted or unexpected saved values.
- Check WordPress admin activity around plugin settings changes.
- Monitor security feeds for vendor fix details and updated WPScan guidance.
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-352: 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 lookupCVE-2023-6499 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
- 5.4 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:L/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:L/PR:L/UI:R/S:C/C:L/I:L/A:N2.32.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.4MediumVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://wpscan.com/vulnerability/69592e52-92db-4e30-92ca-b7b3d5b9185d/CVE reference · exploit, vdb-entry
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.
Cross-Site Request Forgery (CSRF)
Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
