Lucene search
K

Jenkins <=2.218 - Information Disclosure

🗓️ 22 Jun 2026 05:20:07Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 85 Views

Jenkins <=2.218 Information Disclosure, sensitive data exposur

Related
Refs
Code
id: CVE-2020-2103

info:
  name: Jenkins <=2.218 - Information Disclosure
  author: c-sh0
  severity: medium
  description: Jenkins through 2.218, LTS 2.204.1 and earlier, is susceptible to information disclosure. An attacker can access exposed session identifiers on a user detail object in the whoAmI diagnostic page and thus potentially access sensitive information, modify data, and/or execute unauthorized operations.
  impact: |
    An attacker can exploit this vulnerability to gain sensitive information from the Jenkins server.
  remediation: |
    Upgrade Jenkins to a version higher than 2.218 to mitigate the vulnerability.
  reference:
    - https://www.jenkins.io/security/advisory/2020-01-29/#SECURITY-1695
    - https://jenkins.io/security/advisory/2020-01-29/#SECURITY-1695
    - http://www.openwall.com/lists/oss-security/2020/01/29/1
    - https://nvd.nist.gov/vuln/detail/CVE-2020-2103
    - https://access.redhat.com/errata/RHBA-2020:0402
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 5.4
    cve-id: CVE-2020-2103
    cwe-id: CWE-200
    epss-score: 0.07044
    epss-percentile: 0.93368
    cpe: cpe:2.3:a:jenkins:jenkins:*:*:*:*:lts:*:*:*
  metadata:
    max-request: 2
    vendor: jenkins
    product: jenkins
    shodan-query:
      - http.favicon.hash:81586312
      - cpe:"cpe:2.3:a:jenkins:jenkins"
      - product:"jenkins"
    fofa-query: icon_hash=81586312
  tags: cve,cve2020,jenkins,vuln

http:
  - raw:
      - |
        GET {{BaseURL}}/whoAmI/ HTTP/1.1
        Host: {{Hostname}}
      - |
        GET {{BaseURL}}/whoAmI/ HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: header
        words:
          - 'text/html'
          - 'x-jenkins'
        case-insensitive: true
        condition: and

      - type: word
        part: body_2
        words:
          - 'Cookie'
          - 'SessionId: null'
        condition: and

      - type: status
        status:
          - 200

    extractors:
      - type: kval
        kval:
          - x_jenkins
# digest: 4a0a0047304502210095e5e6e7f3d8289d054c4dbd91ed96aabcfa4ae2097fd472c4b6179dc4f87bc502204cbcf4835df60022a5ceba1eb285997062ea7fa4c1878a057ecc4969824fdb6f:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
5.9Medium risk
Vulners AI Score5.9
CVSS 24
CVSS 3.15.4
EPSS0.07044
85