Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Williamdes

#15029of 53,624
17.9Total CVSS
Vulnerabilities · 2
High
1
Critical
1
PT-2023-31918
8.1
2023-12-26
Unknown · Resumable.Php · CVE-2023-52086
**Name of the Vulnerable Software and Affected Versions** resumable.php versions 0.1.4 through 3c6dbf5 **Description** The issue allows arbitrary file upload anywhere in the filesystem via ../ in multipart/form-data content to `upload.php`. It is noted that file overwrite has not been possible with the code available in GitHub in recent years. **Recommendations** For versions 0.1.4 through 3c6dbf5, consider disabling the `upload.php` script until a patch is available to prevent arbitrary file uploads. Restrict access to the `upload.php` endpoint to minimize the risk of exploitation. Avoid using the `../` path traversal in the `multipart/form-data` content to prevent uploading files to unintended locations.
PT-2023-11619
9.8
2023-01-26
Unknown · Phpmyadmin · CVE-2020-22452
**Name of the Vulnerable Software and Affected Versions** phpMyAdmin versions prior to 5.2.0 **Description** The issue is related to a SQL Injection vulnerability in the getTableCreationQuery function in CreateAddField.php. This vulnerability can be exploited via the `tbl storage engine` or `tbl collation` parameters to "tbl create.php". **Recommendations** For versions prior to 5.2.0, update to version 5.2.0 or later to resolve the issue.