Lucene search
K

Jenkins <=2.196 - Cookie Exposure

🗓️ 01 Jul 2026 03:36:47Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 38 Views

Jenkins <=2.196 Cookie Exposure CVE-2019-10405

Related
Refs
Code
id: CVE-2019-10405

info:
  name: Jenkins <=2.196 - Cookie Exposure
  author: c-sh0
  severity: medium
  description: Jenkins through 2.196, LTS 2.176.3 and earlier prints the value of the cookie on the /whoAmI/ URL despite it being marked HttpOnly, thus making it possible to steal cookie-based authentication credentials if the URL is exposed or accessed via another cross-site scripting issue.
  impact: |
    The exposure of cookies can lead to session hijacking, unauthorized access, and potential data breaches.
  remediation: |
    Upgrade Jenkins to a version higher than 2.196 to mitigate the vulnerability.
  reference:
    - https://jenkins.io/security/advisory/2019-09-25/#SECURITY-1505
    - http://www.openwall.com/lists/oss-security/2019/09/25/3
    - https://nvd.nist.gov/vuln/detail/CVE-2019-10405
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
    cvss-score: 5.4
    cve-id: CVE-2019-10405
    cwe-id: CWE-79
    epss-score: 0.65753
    epss-percentile: 0.9917
    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,cve2019,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'
          - 'JSESSIONID'
        condition: and

      - type: status
        status:
          - 200

    extractors:
      - type: kval
        kval:
          - x_jenkins
# digest: 4a0a0047304502205a53bf999655bdbc5630ddc355f620368586314a4b59f4ed9c1e493418c77eab022100fdf675ef8bb76f0194eeb86afe87eef841fa9feb233a8f1be920ced69c233167: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.7Medium risk
Vulners AI Score5.7
CVSS 23.5
CVSS 3.15.4
EPSS0.65753
38