CVE-2023-1971: yuan1994 tpAdmin vulnerable to Server-Side Request Forgery
4.9
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.1031%
CWE
Published
4/10/2023
Updated
2/13/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:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
yuan1994/tpadmin | composer | <= 1.3.12 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly identifies the remote function
in Upload.php
as the affected component, specifically highlighting manipulation of the 'url' parameter leads to SSRF. Multiple authoritative sources (CVE, GHSA, NVD) consistently reference this function
and file path
. The SSRF pattern matches typical cases where user-supplied URLs are fetched without proper validation
of allowed domains or protocols.