LiveActive security incident?Get immediate response
CVE Record

CVE-2023-0402: Social Warfare <= 4.3.0 - Missing Authorization

The Social Warfare plugin for WordPress is vulnerable to authorization bypass due to a missing capability check on several AJAX actions in versions up to, and including, 4.3.0. This makes it possible for authenticated attackers, with subscriber-level permissions and above, to delete post meta information and reset network access tokens.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This affects WordPress sites using Social Warfare through version 4.3.0. A logged-in low-privilege user, such as a subscriber, could perform actions normally requiring higher permissions, including deleting post metadata or resetting network access tokens. The risk is operational disruption and unauthorized changes, not data theft based on the provided CVSS.

Executive priority

Treat this as a moderate-priority WordPress hygiene issue. It is not described as remotely exploitable without login, but affected sites with open registration should be remediated promptly because low-privilege accounts can cause unauthorized changes and service disruption.

Technical view

CVE-2023-0402 is a CWE-862 missing authorization issue in several Social Warfare AJAX actions. The flaw allows authenticated attackers with subscriber-level permissions or higher to delete post meta information and reset network access tokens. CVSS 3.1 is 5.4, with low attack complexity, low privileges required, no user interaction, and limited integrity and availability impact.

Likely exposure

Exposure is limited to WordPress installations running the Social Warfare plugin at version 4.3.0 or earlier, where an attacker already has an authenticated account. Public-facing sites with open registration or many low-privilege users have higher practical exposure.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. The issue is still meaningful because subscriber-level access is commonly easier to obtain than administrator access, especially on sites with public registration, contributors, or weak account governance.

Researcher notes

The provided evidence identifies authorization bypass in AJAX handling, not a confidentiality issue. Public references include Wordfence intelligence, the older plugin source location, and a WordPress plugin changeset. The bundle does not provide exploit details, active exploitation evidence, or a fully quoted fixed-version advisory.

Mitigation direction

  • Inventory WordPress sites for Social Warfare versions 4.3.0 or earlier.
  • Upgrade to a vendor-supported Social Warfare release newer than 4.3.0, if available.
  • Check vendor and WordPress plugin guidance for the exact fixed release.
  • Remove unnecessary subscriber or low-privilege accounts from affected sites.
  • Review and rotate affected network access tokens where Social Warfare was exposed.

Validation and detection

  • Confirm whether Social Warfare is installed and record the exact plugin version.
  • Verify no affected site remains on version 4.3.0 or earlier.
  • Review low-privilege WordPress accounts for unnecessary access.
  • Check logs for unusual authenticated admin-ajax activity involving Social Warfare.
  • Validate post metadata and network token settings after remediation.
Prepared
Confidence
high
Sources
5

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

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior 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-0402 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
Medium
CVSS
5.4 (3.1)
Known Exploited
No
Published

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

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
5Source 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
5.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L2.82.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.4Medium
CVSS 3.1 vector shape for CVE-2023-0402Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
warfarepluginsSocial Sharing Plugin – Social Warfare0unaffected
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.