PKCE bypass via downgrade attack
Medium5.3CVE-2025-4144 · Published May 1, 2025
### Summary PKCE was implemented in the OAuth implementation in workers-oauth-provider that is part of[ MCP framework](https://github.com/cloudflare/workers-mcp). However, it was found that an attacker could cause the check to be skipped. ### Impact PKCE is a defense-in-depth mechanism against certain kinds of attacks and was an optional extension in OAuth 2.0 which became required in the OAuth 2.1 draft. (Note that the MCP specification requires OAuth 2.1.) This bug completely bypasses PKCE protection. ### Patches Fixed in: https://github.com/cloudflare/workers-oauth-provider/pull/27 We patched up the vulnerabilities in the latest version, v 0.0.5 of the Workers OAuth provider (https://www.npmjs.com/package/@cloudflare/workers-oauth-provider). You'll need to update your MCP servers to use that version to resolve the vulnerability. ### Workarounds None
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| workers-oauth-provider Product | < 0.0.5 | 0.0.5 |
Details and references
- CVSS 4.0
- CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-287
More Cloudflare advisories
All Cloudflare| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Jul 72025 | Cloudflare vite plugin exposes secrets over the built-in dev server | Low | 1.6.0 |
| Jun 202025 | Request Smuggling Vulnerability in Pingora | High7.4 | 0.5.0 |
| Jun 172025 | Incorrect congestion window growth by invalid ACK ranges | High7.5 | 0.24.4 |
| Jun 172025 | Incorrect congestion window growth by optimistic ACK | Medium5.3 | 0.24.4 |
| Jun 102025 | CIRCL-Fourq: Missing and wrong validation can lead to incorrect results | Low | 1.6.1 |
| May 12025 | Missing validation of redirect_uri on authorize endpoint | Medium6.0 | 0.0.5 |