Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CVE-2018-11759-Apache mod_jk access control bypass.bcheck #185

Merged
merged 2 commits into from
Feb 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
metadata:
language: v2-beta
name: "CVE-2018-11759 - Apache mod_jk access control bypass"
description: "Checks for CVE-2018-11759 -Apache mod_jk access control bypass"
author: "CDonkin"
tags: "CVE-2018-11759", "mod_jk"

run for each:
potential_path =
"/jkstatus",
"/jkstatus;"

given host then
send request called check:
method: "GET"
path: {potential_path}

if "JK Status Manager" in {check.response.body} then
PortSwiggerWiener marked this conversation as resolved.
Show resolved Hide resolved
report issue:
severity: High
PortSwiggerWiener marked this conversation as resolved.
Show resolved Hide resolved
confidence: certain
detail: `jkstatus found at {potential_path}.`
remediation: "Apply the relevant patches"
end if