WebSite X5Help Center

 
Peter W.
Peter W.
User

Malware error on imageupload.php wsx5pro 2021.3.2 and php 7.3.27  en

Autor: Peter W.
Visited 1306, Followers 1, Udostępniony 0  

On one of my websites, ImunifyAV keeps identifying malware in imageupload.php and all similar files like /en/res/imageupload_bkgct2md.php (there are 129 such files on my website).

I read other messages that said this was a problem with earlier WSX5 versions and PHP less than 7.3 so I checked both and deleted all those imageupload.php files from my server and did a full upload of my website from WSX5 Pro 2021.3.2

A new scan of those files continues to mark them as malware with the signature-ID: SMW-INJ-13187-php.tool.upld-6

The website in question is https://stnv.de/en

The imageupload.php file is 130 bytes with these contents:

<?php
if (is_uploaded_file($_FILES['file']['tmp_name'])) {
echo base64_encode(file_get_contents($_FILES['file']['tmp_name']));
}

I enclose a screenshot of the error messages.

Posted on the
2 ODPOWIEDZI - 1 POMOCNY
Aleksej H.
Aleksej H.
Moderator

Hello.I think this is a false positive from the antivirus.You can ignore this.

I sent a notification about your question to the company employees, expect an answer from them here in the comments.

Czytaj więcej
Posted on the from Aleksej H.
Incomedia
Stefano G.
Incomedia

Hello Peter

I can confirm what Aleksej mentioned. This is most certainly a false positive. As of now, we received no similar reports so believe you can safely ignore this

Thank you for your feedback nonetheless

Stefano

Czytaj więcej
Posted on the from Stefano G.