Security readout for executives and security teams
Plain-English summary
CVE-2023-24006 is an authenticated cross-site scripting issue in the WordPress WP Terms Popup plugin. The sources identify versions up to 2.6.0 as affected. Exploitation requires admin-level access and user interaction, so this is not an unauthenticated mass-compromise issue, but it can still matter on shared or poorly governed WordPress admin environments.
Executive priority
Prioritize this as a medium-risk cleanup item, higher for sites with many administrators, weak admin governance, or public brand importance. It does not currently justify emergency response based on the provided sources alone.
Technical view
The vulnerability is CWE-79 XSS in Link Software LLC WP Terms Popup, package wp-terms-popup, reported for plugin versions <= 2.6.0. CVSS 3.1 is 5.9 with network attack vector, low complexity, high privileges required, user interaction required, changed scope, and low confidentiality, integrity, and availability impact.
Likely exposure
Exposure is limited to WordPress sites using WP Terms Popup at or below 2.6.0. The bundle does not provide CPEs and lists affected versions as n/a, so validate using installed plugin metadata rather than assuming broad platform exposure.
Exploitation context
The source bundle does not cite active exploitation, and KEV is false. The CVSS vector indicates an authenticated admin-level attacker and required user interaction. Treat this mainly as a governance and plugin hygiene risk unless additional intelligence shows exploitation in your environment.
Researcher notes
Evidence is narrow: Patchstack is the only vulnerability database reference in the bundle, and the affected version field is incomplete despite the title naming <=2.6.0. Do not claim a fixed version, exploit availability, or active exploitation without additional sourced evidence.
Mitigation direction
- Inventory WordPress sites for WP Terms Popup installations and versions.
- Check vendor, WordPress.org, or Patchstack guidance for a fixed release or mitigation.
- Restrict WordPress admin access to trusted, necessary accounts only.
- Disable or remove the plugin if it is not business-critical.
- Review plugin-managed content for unexpected script-like changes.
Validation and detection
- Confirm whether wp-terms-popup is installed on each WordPress site.
- Record installed plugin versions and flag versions <= 2.6.0.
- Review admin account lists for unnecessary or stale privileged users.
- Check recent plugin content changes for suspicious additions.
- Monitor vendor and Patchstack records for updated remediation details.
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-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 lookupCVE-2023-24006 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.9 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L
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:H/UI:R/S:C/C:L/I:L/A:L1.73.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.9MediumVector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L
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 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.
