Cyber Resilience

CVE-2026-44649

CriticalUpdated

Published: 29 May 2026

Published
29 May 2026
Modified
17 June 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0022 12.2th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-44649 is a critical-severity Authentication Bypass by Spoofing (CWE-290) vulnerability. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 12.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

SillyTavern is a locally installed user interface that allows users to interact with text generation large language models, image generation engines, and text-to-speech voice models. Prior to 1.18.0, SillyTavern accepts Remote-User (Authelia) and X-Authentik-Username (Authentik) HTTP headers to automatically log…

more

in users when SSO is configured. There is no validation that these headers originate from a trusted reverse proxy. Any network client that can reach the SillyTavern port directly can inject these headers and authenticate as any user, including administrators, without a password. This vulnerability is exploitable only when sso.autheliaAuth: true or sso.authentikAuth: true is set in config.yaml (both default to false). This vulnerability is fixed in 1.18.0.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Auth bypass via unvalidated HTTP headers on a reachable web UI directly enables exploitation of a public-facing application (T1190).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

Affected Assets

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

Mandates authentication prior to establishing communications with services, preventing missing authentication for this critical function.

addresses: CWE-306 CWE-290

Requires authentication of devices prior to connection, preventing exploitation of missing authentication for critical network functions.

addresses: CWE-306 CWE-290

Requires authentication for non-organizational users, preventing access to critical functions without proper identification and authentication.

addresses: CWE-290 CWE-346

Isolated trusted path ensures the user interacts only with genuine system components, preventing spoofing of authentication interfaces or prompts.

addresses: CWE-290 CWE-346

Directly counters DNS response spoofing by requiring cryptographic origin authentication artifacts from the authoritative source.

addresses: CWE-290 CWE-346

Directly counters DNS response spoofing by requiring cryptographic origin authentication before trusting resolved names/addresses.

addresses: CWE-290 CWE-346

Requires cryptographic or protocol-level verification that blocks spoofed session establishment or continuation.

addresses: CWE-306 CWE-807

Ensures critical input functions cannot be reached without prior authorization.

References