LiveActive security incident?Get immediate response
CVE Record

CVE-2022-2355: Easy Username Updater < 1.0.5 - Arbitrary Username Update via CSRF

The Easy Username Updater WordPress plugin before 1.0.5 does not implement CSRF checks, which could allow attackers to make a logged in admin change any user's username includes the admin

MediumCVSS 5.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A vulnerable WordPress plugin can be tricked into changing usernames while an administrator is logged in. That could include changing the admin username. The issue is not marked as actively exploited here, but it can disrupt account management and create security confusion on affected WordPress sites.

Executive priority

Treat this as a moderate WordPress hygiene issue. It is unlikely to justify emergency response by itself, but affected sites should be updated promptly because administrator account changes can create operational disruption and incident-response confusion.

Technical view

Easy Username Updater before 1.0.5 lacks CSRF protection on username-change functionality. A CSRF condition could cause a logged-in administrator to submit an unintended username change affecting any user, including administrators. The weakness maps to CWE-352 and has CVSS 3.1 score 5.7.

Likely exposure

Exposure is limited to WordPress sites running Easy Username Updater versions before 1.0.5, especially where administrators browse while authenticated. The provided evidence does not identify broader affected products or CPEs.

Exploitation context

The source bundle does not show KEV listing or other evidence of active exploitation. The attack depends on a logged-in administrator interacting with attacker-influenced content, so practical exploitation is more conditional than unauthenticated server-side bugs.

Researcher notes

Evidence is concise and mostly centers on the CVE description and WPScan reference. The bundle states versions before 1.0.5 are affected, while no exploit proof, patch details beyond version boundary, or live exploitation evidence is provided.

Mitigation direction

  • Update Easy Username Updater to version 1.0.5 or later.
  • Review vendor and WPScan guidance for any additional remediation notes.
  • Restrict administrator browsing from active WordPress admin sessions.
  • Remove the plugin if username editing is not operationally required.
  • Monitor admin account username changes for unauthorized activity.

Validation and detection

  • Inventory WordPress sites for the Easy Username Updater plugin.
  • Confirm installed plugin versions are 1.0.5 or later.
  • Review WordPress audit logs for unexpected username changes.
  • Verify administrative users and usernames match expected records.
  • Check whether any affected site still relies on the vulnerable plugin path.
Prepared
Confidence
medium
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-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
cve · low confidence lookup

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

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/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
UnknownEasy Username Updater1.0.5Listed
Weakness

CWE details

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

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.