Lucene search
+L

24105 matches found

NVD
NVD
added 2026/07/16 8:16 p.m.11 views

CVE-2026-61718

bunkerweb is an Open-source and next-generation Web Application Firewall WAF. From 1.6.2 until 1.6.12, the BunkerWeb web UI BiscuitMiddleware authorization bypass list included the /cache/ URL prefix, so routes in src/ui/app/routes/cache.py protected only by @loginrequired, including POST...

5.4CVSS0.00306EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/16 8:16 p.m.9 views

CVE-2026-49998

Centrifugo is an open-source scalable real-time messaging server. Prior to 6.8.1, Centrifugo dynamic JWKS endpoint verification could reuse a key for one allowed issuer to verify a JWT for another allowed issuer because the JWKS cache and singleflight lookup were keyed only by JWT header kid, not...

8.2CVSS0.00177EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/07/16 7:33 p.m.10 views

CVE-2026-49998 Centrifugo: Dynamic JWKS key cache keyed only by `kid` allows cross-issuer JWT authentication bypass

Centrifugo is an open-source scalable real-time messaging server. Prior to 6.8.1, Centrifugo dynamic JWKS endpoint verification could reuse a key for one allowed issuer to verify a JWT for another allowed issuer because the JWKS cache and singleflight lookup were keyed only by JWT header kid, not...

8.2CVSS5.3AI score0.00177EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/16 7:33 p.m.10 views

EUVD-2026-45015

Centrifugo is an open-source scalable real-time messaging server. Prior to 6.8.1, Centrifugo dynamic JWKS endpoint verification could reuse a key for one allowed issuer to verify a JWT for another allowed issuer because the JWKS cache and singleflight lookup were keyed only by JWT header kid, not...

8.2CVSS6.1AI score0.00177EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/16 7:33 p.m.44 views

CVE-2026-49998

CVE-2026-49998 describes a cross-issuer JWT authentication bypass in Centrifugo prior to v6.8.1 caused by the JWKS cache and singleflight lookup being keyed only by the JWT header kid. The JWKS URL is resolved later from tokenVars to a per-tenant endpoint, but caches (and TTL) and the in-flight f...

8.2CVSS6.1AI score0.00177EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/16 7:33 p.m.10 views

CVE-2026-49998

Centrifugo is an open-source scalable real-time messaging server. Prior to 6.8.1, Centrifugo dynamic JWKS endpoint verification could reuse a key for one allowed issuer to verify a JWT for another allowed issuer because the JWKS cache and singleflight lookup were keyed only by JWT header kid, not...

8.2CVSS6.1AI score0.00177EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/07/16 7:33 p.m.41 views

CVE-2026-49998 Centrifugo: Dynamic JWKS key cache keyed only by `kid` allows cross-issuer JWT authentication bypass

Centrifugo is an open-source scalable real-time messaging server. Prior to 6.8.1, Centrifugo dynamic JWKS endpoint verification could reuse a key for one allowed issuer to verify a JWT for another allowed issuer because the JWKS cache and singleflight lookup were keyed only by JWT header kid, not...

8.2CVSS0.00177EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/16 7:33 p.m.6 views

CVE-2026-49998 Centrifugo: Dynamic JWKS key cache keyed only by `kid` allows cross-issuer JWT authentication bypass

Centrifugo is an open-source scalable real-time messaging server. Prior to 6.8.1, Centrifugo dynamic JWKS endpoint verification could reuse a key for one allowed issuer to verify a JWT for another allowed issuer because the JWKS cache and singleflight lookup were keyed only by JWT header kid, not...

8.2CVSS5.3AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/16 7:21 p.m.13 views

Envoy Gateway: Wasm cache ServeHTTP reads mappingPath2Cache without lock

Vulnerability report without repro case. Repro case may be added later after harness is complete. Preconditions 4: - Pod-network reachability to :18002 no auth - Tenant can create EnvoyExtensionPolicy baseline - Attacker pod floods GET while churning EnvoyExtensionPolicy with distinct Wasm URLs -...

6.1AI score0.0004EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/07/16 7:21 p.m.13 views

GHSA-8FV2-88GG-HM7Q Envoy Gateway: Wasm cache ServeHTTP reads mappingPath2Cache without lock

Vulnerability report without repro case. Repro case may be added later after harness is complete. Preconditions 4: - Pod-network reachability to :18002 no auth - Tenant can create EnvoyExtensionPolicy baseline - Attacker pod floods GET while churning EnvoyExtensionPolicy with distinct Wasm URLs -...

5.3CVSS6.1AI score0.0004EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/16 7:15 p.m.36 views

CVE-2026-61718

Bunkerweb (WAF) exposes a vulnerability in versions 1.6.2–1.6.12 where the BiscuitMiddleware authorization bypass for the /cache/ routes allowed low-privilege read-only users to delete job cache files. Specifically, routes in src/ui/app/routes/cache.py were only protected by @login_required despi...

5.4CVSS6.1AI score0.00306EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/16 7:15 p.m.34 views

CVE-2026-61718 bunkerweb: Read-only Web UI users can delete job cache files due to missing authorization on /cache/ routes

bunkerweb is an Open-source and next-generation Web Application Firewall WAF. From 1.6.2 until 1.6.12, the BunkerWeb web UI BiscuitMiddleware authorization bypass list included the /cache/ URL prefix, so routes in src/ui/app/routes/cache.py protected only by @loginrequired, including POST...

5.4CVSS0.00306EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/16 7:15 p.m.9 views

CVE-2026-61718 bunkerweb: Read-only Web UI users can delete job cache files due to missing authorization on /cache/ routes

bunkerweb is an Open-source and next-generation Web Application Firewall WAF. From 1.6.2 until 1.6.12, the BunkerWeb web UI BiscuitMiddleware authorization bypass list included the /cache/ URL prefix, so routes in src/ui/app/routes/cache.py protected only by @loginrequired, including POST...

5.4CVSS5.3AI score
SaveExploits0References5
NVD
NVD
added 2026/07/16 5:16 p.m.11 views

CVE-2026-50012

Squid is a caching proxy for the Web. Prior to 7.6, due to an improper input validation bug in cache digest reply handling peerDigestSwapInMask in src/peerdigest.cc, Squid is vulnerable to a heap-based buffer overflow: a cache digest's on-the-wire size may be larger than the masksize declared...

5.5CVSS0.01364EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/16 5:16 p.m.4 views

ALPINE-CVE-2026-50012

Squid is a caching proxy for the Web. Prior to 7.6, due to an improper input validation bug in cache digest reply handling peerDigestSwapInMask in src/peerdigest.cc, Squid is vulnerable to a heap-based buffer overflow: a cache digest's on-the-wire size may be larger than the masksize declared...

5.5CVSS5.5AI score0.01364EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/16 4:11 p.m.9 views

CVE-2026-50012 Squid: Memory corruption in cache_digest reply handling

Squid is a caching proxy for the Web. Prior to 7.6, due to an improper input validation bug in cache digest reply handling peerDigestSwapInMask in src/peerdigest.cc, Squid is vulnerable to a heap-based buffer overflow: a cache digest's on-the-wire size may be larger than the masksize declared...

5.5CVSS5.5AI score0.01364EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/16 4:11 p.m.264 views

CVE-2026-50012

CVE-2026-50012 describes a heap-based buffer overflow in Squid’s cache_digest reply handling (peerDigestSwapInMask in src/peer_digest.cc). The issue arises from improper input validation where a cache digest’s on-the-wire size can exceed the mask_size declared in the digest, exploitable by a trus...

5.5CVSS6.2AI score0.01364EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/16 4:11 p.m.151 views

CVE-2026-50012

Squid is a caching proxy for the Web. Prior to 7.6, due to an improper input validation bug in cache digest reply handling peerDigestSwapInMask in src/peerdigest.cc, Squid is vulnerable to a heap-based buffer overflow: a cache digest's on-the-wire size may be larger than the masksize declared...

5.5CVSS6.2AI score0.01364EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/07/16 4:11 p.m.7 views

EUVD-2026-44961

Squid is a caching proxy for the Web. Prior to 7.6, due to an improper input validation bug in cache digest reply handling peerDigestSwapInMask in src/peerdigest.cc, Squid is vulnerable to a heap-based buffer overflow: a cache digest's on-the-wire size may be larger than the masksize declared...

5.5CVSS6.2AI score0.01364EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/16 4:11 p.m.9 views

CVE-2026-50012 Squid: Memory corruption in cache_digest reply handling

Squid is a caching proxy for the Web. Prior to 7.6, due to an improper input validation bug in cache digest reply handling peerDigestSwapInMask in src/peerdigest.cc, Squid is vulnerable to a heap-based buffer overflow: a cache digest's on-the-wire size may be larger than the masksize declared...

5.5CVSS6.2AI score
SaveExploits0References6
Rows per page
Query Builder