CVE-2020-13486:
Knock Knock plugin Open redirection vulnerability
6.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.42476%
CWE
Published
5/24/2022
Updated
4/24/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
verbb/knock-knock | composer | < 1.2.8 | 1.2.8 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The changelog explicitly states that version 1.2.8 added validation for the redirect parameter to prevent malicious redirection. This indicates the login handler previously accepted unvalidated redirect URLs from user input. The vulnerability pattern matches CWE-601 (Open Redirect) where untrusted URLs are used for redirection. While exact function names aren't visible in provided resources, Craft CMS's MVC architecture strongly suggests the vulnerability existed in the controller handling login redirection.