LiveActive security incident?Get immediate response
CVE Record

CVE-2022-3119: OAuth client Single Sign On for WordPress < 3.0.4 - Unauthenticated Settings Update to Authentication Bypass

The OAuth client Single Sign On WordPress plugin before 3.0.4 does not have authorisation and CSRF when updating its settings, which could allow unauthenticated attackers to update them and change the OAuth endpoints to ones they controls, allowing them to then be authenticated as admin if they know the correct email address

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This WordPress plugin flaw could let an unauthenticated attacker change OAuth SSO settings. By redirecting authentication to attacker-controlled OAuth endpoints, they may be able to sign in as an administrator if they know a valid admin email address.

Executive priority

Prioritize remediation for internet-facing WordPress sites using this plugin, particularly where SSO protects privileged accounts. Treat confirmed exposure as urgent but not automatically exploited based on provided evidence.

Technical view

OAuth client Single Sign On for WordPress before 3.0.4 lacks authorization and CSRF protection on settings updates. The reported impact is unauthenticated settings modification leading to authentication bypass through attacker-controlled OAuth endpoints. CVSS 3.1 is 7.5 with network, low-complexity, no-privilege, no-user-interaction conditions.

Likely exposure

Exposure is most likely on public WordPress sites using the OAuth client Single Sign On plugin below 3.0.4, especially where SSO controls administrator access.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. The vulnerability is still serious because it is remotely reachable and requires no prior authentication.

Researcher notes

Mapped weaknesses are CWE-287 and CWE-352. The key issue is missing authorization and CSRF control on settings updates, enabling integrity compromise of authentication configuration. The attacker reportedly needs the target administrator email address for the bypass path.

Mitigation direction

  • Update the plugin to 3.0.4 or later, if available from trusted vendor channels.
  • Disable or remove the plugin until upgraded if SSO is not business-critical.
  • Review OAuth endpoint settings and restore only trusted identity-provider values.
  • Rotate OAuth secrets if configuration tampering is suspected.
  • Check vendor and WPScan guidance for any additional remediation details.

Validation and detection

  • Inventory WordPress sites for the affected plugin and installed version.
  • Confirm no plugin version below 3.0.4 remains active.
  • Review SSO settings for unexpected authorization, token, or userinfo endpoints.
  • Check WordPress and web logs for suspicious settings changes.
  • Test that only authorized administrators can change plugin settings.
Prepared
Confidence
high
Sources
3

Public sources used

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

CWE-352: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-3119 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.5 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownOAuth client Single Sign On for WordPress ( OAuth 2.0 SSO )3.0.4Listed
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.

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.