CVE-2022-46153Medium· 6.5▾ SunlitTraefik routes exposed with an empty TLSOption
▾ Sunlit zone — Low / medium · no exploitation signal
impact 35.8 · likelihood 0.1 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
Exploit-prediction probability, daily snapshots since Aug 7.
Disclosure to exploitation, from the record and what we observed since indexing it.
Disclosed via OSV
Last analysed / modified upstream
0.5%
0.5% → 0.5%
There is a potential vulnerability in Traefik managing the TLS connections.
A router configured with a not well-formatted TLSOption is exposed with an empty TLSOption.
For instance, a route secured using an mTLS connection set with a wrong CA file is exposed without verifying the client certificates.
https://github.com/traefik/traefik/releases/tag/v2.9.6
Check the logs to detect the following error messages and fix your TLS options:
{"level":"error","msg":"invalid clientAuthType: RequireAndVerifyClientCert, CAFiles is required","routerName":"Router0@file"}
{"level":"error","msg":"invalid certificate(s) content","routerName":"Router0@file"}
{"level":"error","msg":"unknown client auth type \"FooClientAuthType\"","routerName":"Router0@file"}
{"level":"error","msg":"invalid CipherSuite: foobar","routerName":"Router0@file"}
{"level":"error","msg":"invalid CurveID in curvePreferences: foobar","routerName":"Router0@file"}
If you have any questions or comments about this advisory, please open an issue.
github.com/traefik/traefik/v2 < 2.9.6Upgrade to a patched release:
github.com/traefik/traefik/v2 2.9.6Connected by shared product, vendor, weakness, or advisory.
CVE-2022-23469Low· 3.5Traefik may display authorization header in the debug logs
CVE-2023-29013High· 7.5Traefik HTTP header parsing could cause a denial of service
GHSA-46wh-3698-f2cxHighTraefik: Deny Rule Bypass via Unauthenticated Malicious gRPC Requests in gRPC-Go Dependency (CVE-2026-33186)
CVE-2026-41181MediumTraefik's errors middleware forwards Authorization and Cookie headers to separate error page service
CVE-2023-47106Medium· 6.5Traefik incorrectly processes fragment in the URL, leads to Authorization Bypass
GHSA-f7cq-5v43-8pwpMedium· 5.3Traefik vulnerable to GO issue allowing malformed DNS message to cause infinite loop