Jenkins Dashboard - Unauthenticated Access
ID: unauthenticated-jenkins
Severity: high
Author: dhiyaneshDK
Tags: jenkins
Description
Section titled “Description”Jenkins Dashboard is exposed to external users.
YAML Source
Section titled “YAML Source”id: unauthenticated-jenkins
info: name: Jenkins Dashboard - Unauthenticated Access author: dhiyaneshDK severity: high description: Jenkins Dashboard is exposed to external users. metadata: max-request: 2 tags: jenkins
http: - method: GET path: - "{{BaseURL}}" - "{{BaseURL}}/jenkins/"
stop-at-first-match: true matchers-condition: and matchers: - type: word words: - Dashboard [Jenkins]
- type: status status: - 200# digest: 4b0a00483046022100eaa214337a4f9a9f22eaad3b6333188f8ad83e50ea2c66830e0ab9adc5a26364022100df26dc8c84ea5f5d3c6102094ca35d5f32f002e11c162331e4b55dbdb3f51b5d:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/jenkins/unauthenticated-jenkins.yaml"