Security readout for executives and security teams
Plain-English summary
CVE-2023-47843 affects the WordPress CataBlog plugin through version 1.7.0. A highly privileged attacker could abuse path traversal to delete files outside the intended directory, creating availability risk and possible site disruption. The provided sources do not show confirmed active exploitation or a named fixed version.
Executive priority
Address this on any WordPress site using CataBlog, especially public or business-critical sites. The privilege requirement lowers broad internet risk, but arbitrary file deletion can disrupt service if a privileged account is compromised.
Technical view
The issue is CWE-22 path traversal in Zachary Segal CataBlog, affecting versions through 1.7.0. CVSS 3.1 is 7.6 high: network reachable, low complexity, high privileges required, no user interaction, changed scope, low integrity impact, and high availability impact. The described impact is arbitrary file deletion.
Likely exposure
Exposure is limited to WordPress sites running the CataBlog plugin version 1.7.0 or earlier. The attacker needs high privileges, reducing opportunistic risk but increasing concern for compromised administrator accounts or insider misuse.
Exploitation context
The bundle marks KEV as false and provides no cited evidence of active exploitation. Treat this as a high-impact authenticated vulnerability, not as confirmed exploited in the wild based on the supplied evidence.
Researcher notes
Do not assume unauthenticated exploitability. The CVSS vector requires high privileges and no user interaction. The source bundle identifies arbitrary file deletion from path traversal but does not provide proof-of-concept details, exploitation telemetry, or a named fixed release.
Mitigation direction
- Inventory WordPress sites for the CataBlog plugin and record installed versions.
- Prioritize sites running CataBlog 1.7.0 or earlier for remediation review.
- Check vendor or Patchstack guidance for fixed versions or official mitigation.
- If no maintained fix is available, consider disabling or removing the plugin after impact review.
- Review privileged WordPress accounts for necessity, strength, and recent suspicious activity.
Validation and detection
- Confirm whether CataBlog is installed on each WordPress site.
- Verify the installed plugin version is not 1.7.0 or earlier.
- Review administrator and high-privilege account activity around plugin media or catalog operations.
- Check web and WordPress logs for unusual file deletion or path traversal indicators.
- Document remediation status and any business reason for continued plugin use.
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-47843 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
- High
- CVSS
- 7.6 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:L/A:H
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:N/S:C/C:N/I:L/A:H2.34.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.6HighVector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:L/A:H
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.
