nuclei-templates/cves/2018/CVE-2018-11759.yaml

35 lines
1.3 KiB
YAML

id: CVE-2018-11759
info:
name: Apache Tomcat JK Status Manager Access
author: harshbothra_
severity: high
description: The Apache Web Server (httpd) specific code that normalised the requested path before matching it to the URI-worker map in Apache Tomcat JK (mod_jk) Connector 1.2.0 to 1.2.44 did not handle some edge
cases correctly. If only a sub-set of the URLs supported by Tomcat were exposed via httpd, then it was possible for a specially constructed request to expose application functionality through the reverse proxy
that was not intended for clients accessing the application via the reverse proxy. It was also possible in some configurations for a specially constructed request to bypass the access controls configured in httpd.
While there is some overlap between this issue and CVE-2018-1323, they are not identical.
reference:
- https://github.com/immunIT/CVE-2018-11759
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2018-11759
cwe-id: CWE-22
tags: cve,cve2018,apache,tomcat,status
requests:
- method: GET
path:
- '{{BaseURL}}/jkstatus'
- '{{BaseURL}}/jkstatus;'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "JK Status Manager"