LiveActive security incident?Get immediate response
CVE Record

CVE-2023-47843: WordPress CataBlog Plugin <= 1.7.0 is vulnerable to Arbitrary File Deletion

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in Zachary Segal CataBlog.This issue affects CataBlog: from n/a through 1.7.0.

HighCVSS 7.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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

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

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

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
2Source 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
7.6CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:L/A:H2.34.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.6High
CVSS 3.1 vector shape for CVE-2023-47843Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
Zachary SegalCataBlogcatablog, n/aunaffected
Weakness

CWE details

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

CWE-22 · source CWE mapping

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.