Security readout for executives and security teams
Plain-English summary
A WordPress site running Qi Addons For Elementor up to 1.6.3 may allow a logged-in attacker to include local PHP files through path traversal. That can expose sensitive data or affect site behavior. The source rates it medium, but confidentiality impact is high, so exposed WordPress estates should prioritize inventory and vendor-guided remediation.
Executive priority
Handle as a near-term WordPress exposure issue, not an emergency zero-day from the provided evidence. Prioritize public sites, sites with many contributors, and sites storing sensitive data because the assessed confidentiality impact is high.
Technical view
CVE-2023-47679 is a CWE-22 path traversal issue leading to PHP local file inclusion in QODE Interactive Qi Addons For Elementor. CVSS 3.1 is 6.4: network reachable, high complexity, low privileges, no user interaction, unchanged scope, high confidentiality impact, and low integrity and availability impacts.
Likely exposure
Exposure is limited to WordPress installations with Qi Addons For Elementor versions through 1.6.3. Exploitation requires low privileges and high attack complexity per CVSS, so anonymous internet-wide exploitation is not supported by the provided evidence.
Exploitation context
The bundle does not identify public exploit activity, in-the-wild exploitation, or CISA KEV listing. Treat exploitation as plausible where an attacker can authenticate to the site and reach the vulnerable plugin functionality, but do not state active exploitation from these sources.
Researcher notes
Evidence is limited to the CVE record and Patchstack vulnerability entry. The source bundle does not provide vulnerable parameter details, proof of concept, fixed version, or confirmed exploitation. Avoid assuming broader Elementor exposure beyond the named Qi Addons For Elementor plugin.
Mitigation direction
- Inventory WordPress sites for Qi Addons For Elementor installations through version 1.6.3.
- Check QODE Interactive and Patchstack guidance for the fixed version or vendor-approved workaround.
- Update or disable the affected plugin where business impact permits.
- Restrict WordPress accounts to least privilege, especially on public-facing sites.
- Review site backups before making production plugin changes.
Validation and detection
- Confirm the plugin name and version from WordPress administration or asset inventory.
- Verify whether any site is running Qi Addons For Elementor through 1.6.3.
- Check user roles with access to the affected WordPress site.
- Review web and application logs for unusual file inclusion or path traversal indicators.
- Confirm remediation by rechecking plugin version after update or removal.
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-22: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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 lookupFile access behavior lookup
The CVE wording references file access or upload behavior, so file telemetry and web shell 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-47679 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
- 6.4 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/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:H/PR:L/UI:N/S:U/C:H/I:L/A:L1.64.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
6.4MediumVector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/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 Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
