Lucene search
K

Teleport - Authentication Bypass

🗓️ 09 Jul 2026 03:01:09Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 16 Views

Teleport before 17.5.2 suffers remote authentication bypass (CVE-2025-49825).

Related
Refs
Code
id: CVE-2025-49825

info:
  name: Teleport - Authentication Bypass
  author: pdteam
  severity: critical
  description: |
    Teleport versions prior to 17.5.2 are vulnerable to a remote authentication bypass vulnerability. This issue allows attackers to gain unauthorized access to affected systems.
  impact: |
    Attackers can bypass authentication mechanisms to gain unauthorized access to Teleport systems, potentially compromising protected infrastructure and sensitive resources.
  remediation: |
    Upgrade Teleport to version 17.5.2, 16.5.12, 15.5.3, 14.4.1, 13.4.27, or 12.4.35 depending on your version branch.
  classification:
    cve-id: CVE-2025-49825
    epss-score: 0.07754
    epss-percentile: 0.93922
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
  reference:
    - https://github.com/gravitational/teleport/security/advisories/GHSA-8cqv-pj7f-pwpc
  metadata:
    verified: true
    max-request: 1
    shodan-query:
      - http.favicon.hash:544208100
      - http.favicon.hash:1854879765
      - http.favicon.hash:-1275955539
      - "Set-Cookie: __Host-grv_csrf"
    fofa-query:
      - icon_hash="544208100"
      - icon_hash="1854879765"
      - icon_hash="-1275955539"
      - "Set-Cookie: __Host-grv_csrf"
  tags: cve,cve2025,teleport,passive,auth-bypass,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/webapi/ping"

    extractors:
      - type: json
        name: version
        json:
          - .server_version
        internal: true

      - type: json
        json:
          - '"Teleport Version: "+ .server_version'

    matchers-condition: and
    matchers:
      - type: dsl
        name: version_check
        dsl:
          - compare_versions(version, '< 17.5.2', '>= 17.0.0')
          - compare_versions(version, '< 16.5.12', '>= 16.0.0')
          - compare_versions(version, '< 15.5.3', '>= 15.0.0')
          - compare_versions(version, '< 14.4.1', '>= 14.0.0')
          - compare_versions(version, '< 13.4.27', '>= 13.0.0')
          - compare_versions(version, '< 12.4.35')
        condition: or

      - type: dsl
        dsl:
          - contains_all(body, "server_version", "teleport")
# digest: 4a0a00473045022100b7ec8b437bfb4286cf61b825978a43102bcd0c8b12990ab52ffcf41beae524e102201aa27d984f7fa8a4b5b7b8fd7840fe1916291ac33989f2244ae4a8cec2ab4084: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
6.5Medium risk
Vulners AI Score6.5
CVSS 3.19.8
EPSS0.07754
SSVC
16