Security readout for executives and security teams
Plain-English summary
CVE-2023-6699 affects the WP Compress image optimization WordPress plugin. Public sources say unauthenticated attackers could read arbitrary server files through directory traversal in the css parameter on versions up to 6.10.33. Sensitive configuration files or secrets could be exposed, so affected public WordPress sites need prompt review.
Executive priority
Treat this as urgent for any public WordPress property using WP Compress. Prioritize inventory, patch confirmation, and temporary disablement where patch status is unclear. The main business risk is disclosure of sensitive server files rather than service outage.
Technical view
The issue is classified as CWE-24 directory traversal with CVSS 3.1 score 9.1. The reported attack surface is network-accessible, low complexity, unauthenticated, and no user interaction. The source bundle identifies file read exposure through the css parameter, but does not provide safe validation details or a named fixed version.
Likely exposure
Exposure is most likely on internet-facing WordPress sites running WP Compress – Image Optimizer [All-In-One] at version 6.10.33 or earlier. The bundle’s affected-product metadata is limited and partly unhelpful, so teams should verify by plugin name and installed version rather than CPE data.
Exploitation context
The bundle does not cite CISA KEV inclusion and provides no evidence of active exploitation. The vulnerability is still high urgency because it is unauthenticated, remotely reachable, and could expose sensitive local files from WordPress hosting environments.
Researcher notes
Sources identify unauthenticated directory traversal via css and arbitrary file read. They do not prove active exploitation, provide payload-safe validation steps, or clearly name the fixed version in the supplied bundle. The CVE affected block appears incomplete, so rely on plugin name and version evidence.
Mitigation direction
- Inventory all WordPress sites for WP Compress plugin installations.
- Check vendor or WordPress.org guidance for the fixed release.
- Update affected plugin versions once a patched version is confirmed.
- Disable or remove the plugin if patch status cannot be confirmed quickly.
- Review server file permissions and reduce web-process access to secrets.
- Monitor logs for suspicious unauthenticated plugin requests.
Validation and detection
- Confirm whether WP Compress is installed on each WordPress site.
- Record installed plugin versions and flag 6.10.33 or earlier.
- Check WordPress.org or vendor release notes for remediation status.
- Review access logs for unusual requests involving the plugin and css parameter.
- Assess whether exposed hosts store sensitive files readable by the web process.
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-24: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-6699 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
- Critical
- CVSS
- 9.1 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/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:N/UI:N/S:U/C:H/I:H/A:N3.95.2Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
9.1CriticalVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://www.wordfence.com/threat-intel/vulnerabilities/id/defb87dd-bf5f-411f-b948-699337d05d44?source=cveCVE reference
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=3009183%40wp-compress-image-optimizer%2Ftrunk&old=2994665%40wp-compress-image-optimizer%2Ftrunk&sfp_email=&sfph_mail=CVE reference
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.
Path Traversal: '../filedir'
Path Traversal: '../filedir' represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
