/Vulnerability Library

NVIDIA Triton Inference Server <= 26.02 - Authentication Bypass

CVE-2026-24207
Verified

Description

NVIDIA Triton Inference Server contains an authentication bypass vulnerability, letting attackers bypass authentication and potentially execute code, escalate privileges, tamper data, cause denial of service, or disclose information, exploit requires no special conditions.

Severity

Critical

CVSS Score

9.8

Exploit Probability

3%

Affected Product

triton-inference-server

Published Date

June 28, 2026

Template Author

vixianschool

CVE-2026-24207.yaml
id: CVE-2026-24207

info:
  name: NVIDIA Triton Inference Server <= 26.02 - Authentication Bypass
  author: VixianSchool
  severity: critical
  description: |
    NVIDIA Triton Inference Server contains an authentication bypass vulnerability, letting attackers bypass authentication and potentially execute code, escalate privileges, tamper data, cause denial of service, or disclose information, exploit requires no special conditions.
  impact: |
    Attackers can bypass authentication to execute code, escalate privileges, tamper data, cause denial of service, or disclose sensitive information.
  remediation: |
    Update to the latest version of NVIDIA Triton Inference Server.
  reference:
    - https://github.com/offseckit/CVE-2026-24207
    - https://offseckit.com/blog/cve-2026-24207
  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-24207
    epss-score: 0.02552
    epss-percentile: 0.83839
    cwe-id: CWE-288
  metadata:
    verified: true
    max-request: 2
    vendor: nvidia
    product: triton-inference-server
    shodan-query: 'http.title:"Triton" port:8080'
  tags: cve,cve2026,nvidia,triton,auth-bypass,rce,ml,ai

http:
  - method: GET
    path:
      - "{{BaseURL}}/models"

    matchers:
      - type: dsl
        dsl:
          - "status_code == 200"
          - "contains(body, '\"models\":[')"
          - "!contains(body, 'This API is restricted')"
          - "!contains(body, 'restricted')"
        condition: and
# digest: 4a0a00473045022100c20a807fbac3ece8438650c87e2159285b2a3a23b4625255d63c176de940b13f022047116f541aa72bf181613130d87fa1edcb3fec87d329da941c544b2758c4f97c:922c64590222798bb761d5b6d8e72950
9.8Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVE ID:
cve-2026-24207
CWE ID:
cwe-288

References

https://github.com/offseckit/CVE-2026-24207https://offseckit.com/blog/cve-2026-24207

Remediation Steps

Update to the latest version of NVIDIA Triton Inference Server.