CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-5364

High
Published: Translated: NVD NIST

Summary

Wtyczka Drag and Drop File Upload dla formularza kontaktowego 7 w WordPressie jest podatna na nieautoryzowane przesyłanie plików w wersjach do 1.1.3 włącznie. Problem wynika z tego, że wtyczka wyodrębnia rozszerzenie pliku przed jego sanitizacją, co pozwala atakującemu kontrolować parametr typu pliku.

Risk Assessment

Atakujący bez uwierzytelnienia mogą przesyłać dowolne pliki PHP, co może prowadzić do zdalnego wykonania kodu. Mimo to, zastosowanie pliku .htaccess oraz losowe nazewnictwo ogranicza realne możliwości wykorzystania tej podatności.

Recommendation

Zaleca się aktualizację wtyczki do najnowszej wersji, aby usunąć tę podatność. Dodatkowo, warto rozważyć dodatkowe środki zabezpieczające, takie jak ograniczenie typów przesyłanych plików.

Related vulnerabilities

Original NVD description (English source)

The Drag and Drop File Upload for Contact Form 7 plugin for WordPress is vulnerable to arbitrary file upload in versions up to, and including, 1.1.3. This is due to the plugin extracting the file extension before sanitization occurs and allowing the file type parameter to be controlled by the attacker rather than being restricted to administrator-configured values, which when combined with the fact that validation occurs on the unsanitized extension while the file is saved with a sanitized extension, allows special characters like '$' to be stripped during the save process. This makes it possible for unauthenticated attackers to upload arbitrary PHP files and potentially achieve remote code execution, however, an .htaccess file and name randomization is in place which restricts real-world exploitability.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS