LiveActive security incident?Get immediate response
CVE Record

CVE-2022-34839: WordPress WP OAuth2 Server plugin <= 1.0.1 - Authentication Bypass vulnerability

Authentication Bypass vulnerability in CodexShaper's WP OAuth2 Server plugin <= 1.0.1 at WordPress.

MediumCVSS 5.9Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-34839 affects CodexShaper's WP OAuth2 Server WordPress plugin through version 1.0.1. It is an authentication bypass issue, meaning an attacker may access protected information without valid credentials under certain conditions. The listed impact is high confidentiality loss, with no stated integrity or availability impact.

Executive priority

Moderate priority. This is not source-confirmed as actively exploited, but it affects authentication on WordPress sites and can expose confidential data. Public-facing sites using the affected plugin should be inventoried and remediated promptly.

Technical view

The vulnerability is CWE-287 improper authentication in WP OAuth2 Server <= 1.0.1. CVSS 3.1 is 5.9: network exploitable, high attack complexity, no privileges or user interaction required, unchanged scope, high confidentiality impact, no integrity or availability impact.

Likely exposure

Exposure is most likely on WordPress sites with the WP OAuth2 Server plugin installed and active at version 1.0.1 or earlier, especially public sites using it for OAuth authentication flows.

Exploitation context

The supplied sources do not state active exploitation, and the CVE is not listed as KEV. Treat exploit status as unconfirmed. The high attack complexity lowers urgency, but unauthenticated network reachability keeps this relevant for internet-facing WordPress assets.

Researcher notes

Evidence is limited to the CVE record, WordPress plugin reference, and Patchstack entry. The bundle does not provide exploit details, fixed-version confirmation, or operational indicators. Avoid assuming broader product impact beyond CodexShaper WP OAuth2 Server <= 1.0.1.

Mitigation direction

  • Inventory WordPress sites for WP OAuth2 Server plugin usage and version.
  • Disable or remove affected plugin versions if OAuth functionality is not required.
  • Check WordPress, vendor, and Patchstack guidance for a fixed release.
  • Upgrade only to a vendor-documented non-affected version when available.
  • Review access logs for unexplained authenticated or OAuth-related activity.

Validation and detection

  • Confirm whether WP OAuth2 Server is installed and active on each WordPress site.
  • Record plugin version and flag any instance at 1.0.1 or earlier.
  • Verify remediation against vendor or Patchstack guidance, not assumptions.
  • Check logs for unusual authentication success patterns or unexpected account access.
  • Document accepted risk for any site that cannot remediate promptly.
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 · medium confidence lookup

CWE-287: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access 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-2022-34839 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.9 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/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
5.9CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N2.23.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.9Medium
CVSS 3.1 vector shape for CVE-2022-34839Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/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
CodexShaperWP OAuth2 Server (WordPress plugin)<= 1.0.1Listed
Weakness

CWE details

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

CWE-287 · source CWE mapping

Improper Authentication

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