'; } else{ echo ''; } echo 'Hillstone Networks'; } elseif ($_SERVER[HTTP_HOST] == "update1.huaantech.com.cn") { echo ''; echo 'huaantech'; } elseif ($_SERVER[HTTP_HOST] == "update1.dcnetworks.com.cn") { echo ''; echo 'dcnetworks'; } elseif ($_SERVER[HTTP_HOST] == "update1.w-ibeda.com") { if (false===strpos($_SERVER[REQUEST_URI],"/en/")) echo ''; else echo ''; echo 'w-ibeda'; } elseif ($_SERVER[HTTP_HOST] == "update1.hp-telecom.com") { echo ''; echo 'hp-telecom'; } elseif ($_SERVER[HTTP_HOST] == "update1.maipu.com") { echo ''; echo 'Maipu'; } elseif ($_SERVER[HTTP_HOST] == "update1.ncurity.com") { echo ''; echo 'Ncurity'; } elseif ($_SERVER[HTTP_HOST] == "update1.socusnetwork.com") { echo ''; echo 'Socusnetwork'; } else{ echo ''; echo 'Hillstone Networks'; } ?>
 
   
 

RULE(RULE ID:345477)

Rule General Information
Release Date: 2026-08-13
Rule Name: OpenPLC Web Server Default Credentials Login Vulnerability
Severity:
CVE ID:
Rule Protection Details
Description: OpenPLC v3 (open-source IEC 61131-3 PLC runtime, thiagoralves/OpenPLC_v3) ships a web-based HMI/management server initialized with a hard-coded default administrative account (username openplc, password openplc, stored in plaintext). An attacker who can reach the web login (/login, default port 8080) can log in with these well-known default credentials and obtain administrator access to the PLC web interface.
Impact: An attacker could exploit this vulnerability to have unspecified effect.
Affected OS: Windows, Linux, Others
Reference: https://github.com/thiagoralves/OpenPLC_v3/blob/master/webserver/check_openplc_db.py
https://github.com/thiagoralves/OpenPLC_v3
https://openplcproject.com
Solutions
Immediately change the default openplc/openplc credentials after first login; do not expose the web server (default TCP 8080) to the internet/untrusted networks; restrict access by IP allow-list; monitor for login attempts using default credentials; upgrade to OpenPLC Runtime v4 where feasible.