CVE-2026-75628
Last modified
CVE-2026-75628 is a medium-severity vulnerability rated 5.7/10 on the CVSS scale. Punk::OAuth2 versions before 0.03 for Perl allow an attacker-chosen off-site redirect after login because same_origin_path accepts a backslash or tab in the return parameter. oauth2_login reads the return parameter from the initiation request, runs same_origin_path over it, and stores the survivor in the session flow record as the post-login redirect target. That check rejects a value that does not begin with a slash, one with a slash as its second byte, and one containing CR or LF. EPSS estimates a 0.28% chance of exploitation in the next 30 days.
Description
Punk::OAuth2 versions before 0.03 for Perl allow an attacker-chosen off-site redirect after login because same_origin_path accepts a backslash or tab in the return parameter. oauth2_login reads the return parameter from the initiation request, runs same_origin_path over it, and stores the survivor in the session flow record as the post-login redirect target. That check rejects a value that does not begin with a slash, one with a slash as its second byte, and one containing CR or LF. A backslash and a tab pass. The URL Standard treats a backslash as equivalent to a slash for special schemes, so `/\evil.example` parses with the authority `evil.example`. It also strips ASCII tab before parsing, so a tab between two leading slashes leaves `//evil.example`. A crafted link to the application's own login route lands the victim on the attacker's site after a genuine authentication. The redirect carries no authorization code or access token.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| — | — | < 0.03 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-75628?
How severe is CVE-2026-75628?
How do I fix CVE-2026-75628?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-75618Tapo C100/C101 V5 contains a null pointer dereference vulner…6.5
- CVE-2026-75619Tapo C100/C101 V5 contains a heap-based buffer overflow vuln…5.7
- CVE-2026-7562The WP-Redirection plugin for WordPress is vulnerable to Cro…4.3
- CVE-2026-75625Kraken agents fail to verify peer-to-peer downloaded blobs a…9
- CVE-2026-75626SpiderFoot fails to HTML-escape correlation titles built fro…9.3
- CVE-2026-75627Bastillion fails to properly validate request URI paths in i…9.8
- CVE-2026-7563The Classified Listing – AI-Powered Classified ads & Busines…4.3
- CVE-2026-7565The LearnPress – Backup & Migration Tool plugin for WordPres…4.9
- CVE-2026-75650Adobe Commerce is affected by an Improper Neutralization of …10
- CVE-2026-7566The LearnPress – Backup & Migration Tool plugin for WordPres…6.6
- CVE-2026-7567The Temporary Login plugin for WordPress is vulnerable to Au…9.8
- CVE-2026-7568In PHP versions 8.2.* before 8.2.31, 8.3.* before 8.3.31, 8.…7.5
Are you affected by CVE-2026-75628?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
