CVE-2020-36663:
Artesãos SEOTools Open Redirect vulnerability
6.1
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
7/6/2023
Updated
10/20/2023
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 |
---|---|---|---|
artesaos/seotools | composer | < 0.17.2 | 0.17.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit ca27cd0 explicitly adds sanitization (str_replace) to these three functions across multiple files, addressing open redirect vulnerabilities. The vulnerability report specifically cites makeTag in OpenGraph.php, and the patch scope confirms related fixes in TwitterCards.php and SEOMeta.php. The CWE-601 classification and the nature of the fixes (removing redirect-related strings) directly correlate to insufficient input validation in these output-generating functions.