Lucene search
K

22159 matches found

RedhatCVE
RedhatCVE
added 2026/04/06 6:33 p.m.2 views

CVE-2026-33540

A flaw was found in Distribution, a toolkit for managing container content. When operating in pull-through cache mode, Distribution incorrectly processes authentication challenges from an upstream registry. An attacker controlling the upstream registry, or positioned as a Man-in-the-Middle MitM,...

7.5CVSS5.8AI score0.00055EPSS
Exploits1References4
OSV
OSV
added 2026/04/06 5:53 p.m.0 views

GHSA-F2G3-HH2R-CWGC Distribution: stale blob access resurrection via repo-scoped redis descriptor cache invalidation

summary: distribution can restore read access in repo a after an explicit delete when storage.cache.blobdescriptor: redis and storage.delete.enabled: true are both enabled. the delete path clears the shared digest descriptor but leaves stale repo-scoped membership behind, so a later Stat or Get...

7.5CVSS5.9AI score0.00061EPSS
Exploits1References4
EUVD
EUVD
added 2026/04/06 5:53 p.m.3 views

EUVD-2026-19446

Distribution: stale blob access resurrection via repo-scoped redis descriptor cache invalidation...

7.5CVSS5.9AI score0.00061EPSS
Exploits1References2
Github Security Blog
Github Security Blog
added 2026/04/06 5:53 p.m.5 views

Distribution: stale blob access resurrection via repo-scoped redis descriptor cache invalidation

summary: distribution can restore read access in repo a after an explicit delete when storage.cache.blobdescriptor: redis and storage.delete.enabled: true are both enabled. the delete path clears the shared digest descriptor but leaves stale repo-scoped membership behind, so a later Stat or Get...

7.5CVSS5.9AI score0.00061EPSS
Exploits1References4Affected Software2
OSV
OSV
added 2026/04/06 5:52 p.m.1 views

GHSA-3P65-76G6-3W7R Distribution affected by pull-through cache credential exfiltration via www-authenticate bearer realm

hi guys, commit: 40594bd98e6d6ed993b5c6021c93fdf96d2e5851 as-of 2026-01-31 contact: GitHub Security Advisory https://github.com/distribution/distribution/security/advisories/new summary in pull-through cache mode, distribution discovers token auth endpoints by parsing WWW-Authenticate challenges...

7.5CVSS5.9AI score0.00055EPSS
Exploits1References4
EUVD
EUVD
added 2026/04/06 5:52 p.m.1 views

EUVD-2026-19289

Distribution affected by pull-through cache credential exfiltration via www-authenticate bearer realm...

7.5CVSS5.9AI score0.00055EPSS
Exploits1References3
Github Security Blog
Github Security Blog
added 2026/04/06 5:52 p.m.12 views

Distribution affected by pull-through cache credential exfiltration via www-authenticate bearer realm

hi guys, commit: 40594bd98e6d6ed993b5c6021c93fdf96d2e5851 as-of 2026-01-31 contact: GitHub Security Advisory https://github.com/distribution/distribution/security/advisories/new summary in pull-through cache mode, distribution discovers token auth endpoints by parsing WWW-Authenticate challenges...

7.5CVSS7.1AI score0.00055EPSS
Exploits1References4Affected Software2
NVD
NVD
added 2026/04/06 5:17 p.m.1 views

CVE-2026-35039

fast-jwt provides fast JSON Web Token JWT implementation. From 0.0.1 to before 6.2.0, setting up a custom cacheKeyBuilder method which does not properly create unique keys for different tokens can lead to cache collisions. This could cause tokens to be mis-identified during the verification proce...

9.1CVSS0.00019EPSS
Exploits0References2
NVD
NVD
added 2026/04/06 5:17 p.m.3 views

CVE-2026-35030

LiteLLM is a proxy server AI Gateway to call LLM APIs in OpenAI or native format. Prior to 1.83.0, when JWT authentication is enabled enablejwtauth: true, the OIDC userinfo cache uses token:20 as the cache key. JWT headers produced by the same signing algorithm generate identical first 20...

9.4CVSS0.00048EPSS
Exploits1References1
ATTACKERKB
ATTACKERKB
added 2026/04/06 4:59 p.m.1 views

CVE-2026-35039

fast-jwt provides fast JSON Web Token JWT implementation. From 0.0.1 to before 6.2.0, setting up a custom cacheKeyBuilder method which does not properly create unique keys for different tokens can lead to cache collisions. This could cause tokens to be mis-identified during the verification proce...

9.1CVSS5.9AI score0.00019EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2026/04/06 4:59 p.m.21 views

CVE-2026-35039 fast-jwt Affected by Cache Confusion via cacheKeyBuilder Collisions Can Return Claims From a Different Token (Identity/Authorization Mixup)

fast-jwt provides fast JSON Web Token JWT implementation. From 0.0.1 to before 6.2.0, setting up a custom cacheKeyBuilder method which does not properly create unique keys for different tokens can lead to cache collisions. This could cause tokens to be mis-identified during the verification proce...

9.1CVSS0.00019EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2026/04/06 4:59 p.m.2 views

CVE-2026-35039 fast-jwt Affected by Cache Confusion via cacheKeyBuilder Collisions Can Return Claims From a Different Token (Identity/Authorization Mixup)

fast-jwt provides fast JSON Web Token JWT implementation. From 0.0.1 to before 6.2.0, setting up a custom cacheKeyBuilder method which does not properly create unique keys for different tokens can lead to cache collisions. This could cause tokens to be mis-identified during the verification proce...

9.1CVSS5.8AI score0.00019EPSS
Exploits0References2
CVE
CVE
added 2026/04/06 4:59 p.m.18 views

CVE-2026-35039

CVE-2026-35039 — fast-jwt cacheKeyBuilder collision leads to identity/authorization mixups Multiple connected sources describe a cache-confusion vulnerability in fast-jwt where a user-supplied cacheKeyBuilder can fail to produce unique keys for different tokens. When caching is enabled, two disti...

9.1CVSS5.9AI score0.00019EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2026/04/06 4:47 p.m.15 views

CVE-2026-35030

LiteLLM (proxy for LLM APIs) contains an authentication bypass flaw when JWT/OIDC authentication is enabled. The OIDC userinfo cache key is derived from the first 20 characters of the token, allowing an unauthenticated attacker to craft a token whose prefix matches a legitimate user’s cached toke...

9.4CVSS5.9AI score0.00048EPSS
Exploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/06 4:47 p.m.3 views

CVE-2026-35030 LiteLLM has an authentication bypass via OIDC userinfo cache key collision

LiteLLM is a proxy server AI Gateway to call LLM APIs in OpenAI or native format. Prior to 1.83.0, when JWT authentication is enabled enablejwtauth: true, the OIDC userinfo cache uses token:20 as the cache key. JWT headers produced by the same signing algorithm generate identical first 20...

9.4CVSS5.9AI score0.00048EPSS
Exploits1References1
Cvelist
Cvelist
added 2026/04/06 4:47 p.m.35 views

CVE-2026-35030 LiteLLM has an authentication bypass via OIDC userinfo cache key collision

LiteLLM is a proxy server AI Gateway to call LLM APIs in OpenAI or native format. Prior to 1.83.0, when JWT authentication is enabled enablejwtauth: true, the OIDC userinfo cache uses token:20 as the cache key. JWT headers produced by the same signing algorithm generate identical first 20...

9.4CVSS0.00048EPSS
Exploits1References1
NVD
NVD
added 2026/04/06 3:17 p.m.1 views

CVE-2026-33540

Distribution is a toolkit to pack, ship, store, and deliver container content. Prior to 3.1.0, in pull-through cache mode, distribution discovers token auth endpoints by parsing WWW-Authenticate challenges returned by the configured upstream registry. The realm URL from a bearer challenge is used...

7.5CVSS0.00055EPSS
Exploits1References1
OSV
OSV
added 2026/04/06 3:17 p.m.0 views

DEBIAN-CVE-2026-33540

Distribution is a toolkit to pack, ship, store, and deliver container content. Prior to 3.1.0, in pull-through cache mode, distribution discovers token auth endpoints by parsing WWW-Authenticate challenges returned by the configured upstream registry. The realm URL from a bearer challenge is used...

7.5CVSS5.3AI score0.00055EPSS
Exploits1References1
OSV
OSV
added 2026/04/06 3:17 p.m.0 views

UBUNTU-CVE-2026-33540

Distribution is a toolkit to pack, ship, store, and deliver container content. Prior to 3.1.0, in pull-through cache mode, distribution discovers token auth endpoints by parsing WWW-Authenticate challenges returned by the configured upstream registry. The realm URL from a bearer challenge is used...

7.5CVSS5.8AI score0.00055EPSS
Exploits1References3
UbuntuCve
UbuntuCve
added 2026/04/06 3:17 p.m.2 views

CVE-2026-33540

Distribution is a toolkit to pack, ship, store, and deliver container content. Prior to 3.1.0, in pull-through cache mode, distribution discovers token auth endpoints by parsing WWW-Authenticate challenges returned by the configured upstream registry. The realm URL from a bearer challenge is used...

7.5CVSS5.9AI score0.00055EPSS
Exploits1References2
Rows per page
Query Builder