8.1

CVE-2019-10869

Exploit

Ninja Forms - File Uploads <= 3.0.22 - Unauthenticated Arbitrary File Upload

Path Traversal and Unrestricted File Upload exists in the Ninja Forms plugin before 3.0.23 for WordPress (when the Uploads add-on is activated). This allows an attacker to traverse the file system to access files and execute code via the includes/fields/upload.php (aka upload/submit page) name and tmp_name parameters.
Mögliche Gegenmaßnahme
Ninja Forms - File Uploads: Update to version 3.0.23, or a newer patched version
Weitere Schwachstelleninformationen
SystemWordPress Plugin
Produkt Ninja Forms - File Uploads
Version [*, 3.0.23)
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
NinjaformsNinja Forms File Uploads SwPlatformwordpress Version < 3.0.23
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 48% 0.974
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 8.1 2.2 5.9
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
nvd@nist.gov 6.8 8.6 6.4
AV:N/AC:M/Au:N/C:P/I:P/A:P
CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

CWE-434 Unrestricted Upload of File with Dangerous Type

The product allows the upload or transfer of dangerous file types that are automatically processed within its environment.