Description
The WP OAuth Server ( Login with WordPress ) WordPress plugin before 6.3.1 does not restrict access to the debug log it writes, which is stored at a fixed and publicly reachable location, allowing unauthenticated users to read the OAuth tokens and authorisation codes it has issued as well as user records including password hashes when debug logging is enabled.
Published: 2026-08-27
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The WP OAuth Server plugin, in versions prior to 6.3.1, writes debug logs that contain OAuth tokens, authorization codes, and user records including password hashes to a fixed file path that is publicly accessible. This allows any unauthenticated user to read the log and obtain sensitive data, resulting in a confidentiality breach. The description does not state the exact access method, but it can be inferred that a simple HTTP request to the log file URL will expose the information.

Affected Systems

All installations of the WP OAuth Server (Login with WordPress) WordPress plugin running any version older than 6.3.1 are affected. No additional vendors or products are listed.

Risk and Exploitability

The vulnerability is exploitable by unauthenticated users and does not require authentication or privileged access; thus it poses a high risk to confidentiality. No official CVSS score or EPSS value is provided, and the vulnerability is not listed in the CISA KEV catalog, suggesting that active exploitation may not yet be widespread. However, the ease of exploitation and the sensitivity of the exposed data mean that the risk remains significant until the vulnerability is mitigated.

Generated by OpenCVE AI on August 27, 2026 at 07:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the WP OAuth Server plugin to version 6.3.1 or newer.
  • If an immediate update is not possible, disable debug logging in the plugin settings to stop the creation of sensitive log files.
  • Remove any existing log files and set file permissions to deny public read access to the log directory.

Generated by OpenCVE AI on August 27, 2026 at 07:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-284

Thu, 27 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The WP OAuth Server ( Login with WordPress ) WordPress plugin before 6.3.1 does not restrict access to the debug log it writes, which is stored at a fixed and publicly reachable location, allowing unauthenticated users to read the OAuth tokens and authorisation codes it has issued as well as user records including password hashes when debug logging is enabled.
Title WP OAuth Server < 6.3.1 - Unauthenticated OAuth Token and User Data Disclosure via Debug Log File
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-27T06:00:18.109Z

Reserved: 2026-08-13T11:25:44.295Z

Link: CVE-2026-19715

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-27T06:16:57.440

Modified: 2026-08-27T06:16:57.440

Link: CVE-2026-19715

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T07:30:18Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control