CVE-2020-14044:
Codiad SSRF Vulnerability
7.2
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.8744%
CWE
Published
5/24/2022
Updated
4/25/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
codiad/codiad | composer | >= 1.7.8, <= 2.8.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability explicitly references components/market/class.market.php as the entry point. The Market class's remote file retrieval functionality would be responsible for plugin installation from external sources. Since the advisory specifies SSRF through plugin installation, a function handling remote resource fetching (like getRemoteFile) would be the logical point where user-controlled URLs are accessed without proper validation. The high confidence comes from the direct correlation between the documented attack vector (plugin install feature) and typical SSRF patterns in package management components.