LiveActive security incident?Get immediate response
CVE Record

CVE-2022-43453: WordPress WP Tools plugin <= 3.41 - Auth. Broken Access Control vulnerability

Missing Authorization vulnerability in Bill Minozzi WP Tools.This issue affects WP Tools: from n/a through 3.41.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2022-43453 is a high-severity missing-authorization flaw in the WordPress WP Tools plugin by Bill Minozzi. Sites running affected versions through 3.41 may let an authenticated user perform actions they should not be allowed to perform, with potential confidentiality, integrity, and availability impact.

Executive priority

Treat this as a near-term WordPress plugin exposure issue. Prioritize internet-facing or customer-facing WordPress sites, especially where many users can log in. Urgency is high, but current sources do not support a claim of active exploitation.

Technical view

The source bundle maps this to CWE-862, Missing Authorization, with CVSS 3.1 score 8.8. The vector indicates network access, low attack complexity, low privileges required, no user interaction, unchanged scope, and high impact to confidentiality, integrity, and availability.

Likely exposure

Exposure is limited to WordPress sites with the WP Tools plugin installed in affected versions through 3.41. The provided affected range is incomplete at the lower bound, and the bundle does not identify a specific fixed version.

Exploitation context

The CVSS vector requires an authenticated low-privilege user, not anonymous access. The source bundle marks KEV as false and provides no cited evidence of active exploitation, public exploit availability, or exploitation in the wild.

Researcher notes

The evidence identifies the weakness class and CVSS characteristics but does not describe the vulnerable endpoint, exact unauthorized action, proof of exploitability, or fixed version. Validation should stay inventory-based unless vendor advisory details are available.

Mitigation direction

  • Inventory WordPress sites for the WP Tools plugin and installed version.
  • Check vendor, WordPress.org, or Patchstack guidance for a fixed release.
  • Upgrade if a vendor-confirmed patched version is available.
  • Disable or remove the plugin where business use is not required.
  • Review WordPress user roles and remove unnecessary low-privilege accounts.

Validation and detection

  • Confirm whether WP Tools is installed on each WordPress site.
  • Record plugin version and compare it against affected versions through 3.41.
  • Review WordPress users with subscriber, contributor, author, or custom low-privilege roles.
  • Check logs for unusual authenticated plugin-related administrative activity.
  • Verify remediation by confirming the plugin is removed, disabled, or vendor-patched.
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-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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
cve · low confidence lookup

CVE-2022-43453 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
8.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/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
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2022-43453Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/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
Bill MinozziWP Toolswptools, n/aunaffected
Weakness

CWE details

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

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.