LiveActive security incident?Get immediate response
CVE Record

CVE-2023-6699: WP Compress – Image Optimizer [All-In-One] <= 6.10.33 - Unauthenticated Directory Traversal via css

The WP Compress – Image Optimizer [All-In-One] plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 6.10.33 via the css parameter. This makes it possible for unauthenticated attackers to read the contents of arbitrary files on the server, which can contain sensitive information.

CriticalCVSS 9.1Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

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.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · low confidence lookup

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 lookup
description · low confidence lookup

File 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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
9.1CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N3.95.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.1Critical
CVSS 3.1 vector shape for CVE-2023-6699Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
aresitWP Compress – Instant Performance & Speed Optimization0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-24 · source CWE mapping

Path Traversal: '../filedir'

Path Traversal: '../filedir' represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.