LiveActive security incident?Get immediate response
CVE Record

CVE-2021-4346: uListing <= 1.6.6 - Unauthenticated Arbitrary Account Changes

The uListing plugin for WordPress is vulnerable to Unauthenticated Arbitrary Account Changes in versions up to, and including, 1.6.6. This is due to missing login checks on the stm_listing_profile_edit AJAX action. This makes it possible for unauthenticated attackers to edit any account on the blog, such as changing the admin account's email address.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

A vulnerable uListing WordPress plugin can let an outsider change user accounts without logging in. The reported impact includes changing an administrator email address, which can support account takeover and business disruption on affected WordPress sites.

Executive priority

Treat this as urgent for any WordPress property using uListing. The business risk is account takeover or loss of administrative control, not merely content defacement. Prioritize internet-facing sites first.

Technical view

CVE-2021-4346 is a CWE-862 missing authorization issue in uListing through 1.6.6. The stm_listing_profile_edit AJAX action lacks login checks, allowing unauthenticated account changes. The CVSS 3.1 score is 9.8 because exploitation is network-accessible, low complexity, and requires no privileges or user interaction.

Likely exposure

Exposure is limited to WordPress sites running the Directory Listings WordPress plugin – uListing at version 1.6.6 or earlier. Public WordPress sites are the highest concern because the vulnerable AJAX path is reachable remotely.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Still, the vulnerability is high urgency because it is unauthenticated, low complexity, and can affect administrator account control.

Researcher notes

Evidence supports an unauthenticated authorization bypass in an AJAX profile-edit action. The bundle names affected versions through 1.6.6 and provides Wordfence, Nintechnet, and WordPress Trac references, but does not provide exploit telemetry or detailed fixed-version metadata.

Mitigation direction

  • Upgrade uListing to a version newer than 1.6.6 after checking vendor guidance.
  • Disable or remove uListing if an immediate upgrade is not possible.
  • Review administrator email addresses and user accounts for unauthorized changes.
  • Monitor vendor, WordPress plugin, Wordfence, and Nintechnet advisories for corrected version details.

Validation and detection

  • Inventory WordPress sites for the uListing plugin and installed version.
  • Confirm no production site is running uListing 1.6.6 or earlier.
  • Review web logs for unauthenticated requests referencing stm_listing_profile_edit.
  • Audit WordPress administrator accounts for recent email or profile changes.
  • Check plugin changelog or WordPress Trac changeset evidence before closing 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
cve · low confidence lookup

CVE-2021-4346 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
Critical
CVSS
9.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/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
4Source 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
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2021-4346Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/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
stylemixDirectory Listings WordPress plugin – uListing0unaffected
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.