LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25060: WP-GraphQL < 0.3.5 - Improper Access Control

The WPGraphQL WordPress plugin before 0.3.5 doesn't properly restrict access to information about other users' roles on the affected site. Because of this, a remote attacker could forge a GraphQL query to retrieve the account roles of every user on the site.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Older WPGraphQL WordPress plugin versions could expose user role information to a remote attacker. This is an information disclosure issue, not proven site takeover. The business concern is reconnaissance: exposed roles can help attackers identify administrators or privileged accounts for targeted follow-on attacks.

Executive priority

Prioritize routine remediation for internet-facing WordPress properties using WPGraphQL. This is not sourced as actively exploited or critical, but it exposes user role intelligence that can support targeted attacks against privileged accounts.

Technical view

WPGraphQL before 0.3.5 improperly restricted access to other users' role information. A remote attacker could craft a GraphQL query to retrieve account roles for every user on the affected WordPress site. The cited CWE is CWE-284, Improper Access Control. No CVSS score is provided in the bundle.

Likely exposure

Exposure is limited to WordPress sites running the WPGraphQL plugin before 0.3.5, especially where the GraphQL endpoint is reachable by untrusted users. Sites without WPGraphQL, or running a non-affected version, are not indicated as affected by the provided sources.

Exploitation context

The source bundle describes remote retrieval of user roles through GraphQL. It does not cite public exploitation, exploit code, or CISA KEV listing. Treat exploitation status as unconfirmed, while recognizing the bug may aid account targeting and privilege-mapping.

Researcher notes

The evidence identifies an access-control failure around role disclosure, not authentication bypass or direct privilege escalation. Version data should be handled carefully: the title and description say versions before 0.3.5, while the affected field lists 0.3.5. Confirm against WPScan and upstream WPGraphQL records.

Mitigation direction

  • Inventory WordPress sites for the WPGraphQL plugin and installed version.
  • Upgrade affected WPGraphQL installations to 0.3.5 or later per vendor guidance.
  • Review the referenced WPGraphQL pull request and WPScan advisory for fix context.
  • Remove WPGraphQL from sites where it is not required.
  • Check vendor guidance before applying compensating controls not named in the sources.

Validation and detection

  • Confirm whether WPGraphQL is installed on each WordPress site.
  • Verify the installed WPGraphQL version is not below 0.3.5.
  • Review GraphQL exposure on public-facing WordPress sites.
  • Check logs for unusual GraphQL queries requesting user role data.
  • Confirm remediation by retesting role visibility as an unauthenticated or low-privilege user.
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-284: 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-2019-25060 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownWPGraphQL0.3.5Listed
Weakness

CWE details

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

CWE-284 · source CWE mapping

Improper Access Control

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