Lucene search
+L

5053782 matches found

Github Security Blog
Github Security Blog
added 2026/09/17 8:33 p.m.2 views

CoreDNS DoH/DoQ/gRPC bypass UPDATE rejection enforced on UDP/TCP

Summary CoreDNS accepted RFC 2136 UPDATE messages over DoH, DoH3, DoQ, and DNS-over-gRPC, then allowed the proxy/forward plugin to send them unchanged to an upstream DNS server. UDP, TCP, and DoT rejected the same opcode before plugin dispatch. If an update-capable upstream trusts CoreDNS's sourc...

7.5CVSS0.00436EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:32 p.m.4 views

Soup Sieve: Polynomial-time ReDoS (O(n²)) in the `IDENTIFIER` / `VALUE` selector sub-patterns

Summary soupsieve compiles CSS selector strings with a set of hand-written regular expressions. The shared IDENTIFIER sub-pattern also embedded in VALUE, and therefore in attribute selectors places two adjacent quantified groups over overlapping character classes: ?:classA|ESC+?:classB|ESC, where...

5.3CVSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/09/17 8:32 p.m.2 views

GHSA-GJV8-XP57-G29C Soup Sieve: Polynomial-time ReDoS (O(n²)) in the `IDENTIFIER` / `VALUE` selector sub-patterns

Summary soupsieve compiles CSS selector strings with a set of hand-written regular expressions. The shared IDENTIFIER sub-pattern also embedded in VALUE, and therefore in attribute selectors places two adjacent quantified groups over overlapping character classes: ?:classA|ESC+?:classB|ESC, where...

5.3CVSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/09/17 8:32 p.m.5 views

Soup Sieve: Polynomial-time ReDoS (O(n²)) in the whitespace/comment trimming regex `RE_WS_END` (triggers on VALID selectors)

Summary Before tokenizing, selectoriter trims leading/trailing whitespace and comments by running two regexes over the whole raw selector with .search. The trailing one, REWSEND = re.compiler'WSC$', is anchored only at the end $, not the start. Because .search retries the pattern at every offset,...

5.3CVSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/09/17 8:32 p.m.4 views

GHSA-J934-XHV5-FG8F Soup Sieve: Polynomial-time ReDoS (O(n²)) in the whitespace/comment trimming regex `RE_WS_END` (triggers on VALID selectors)

Summary Before tokenizing, selectoriter trims leading/trailing whitespace and comments by running two regexes over the whole raw selector with .search. The trailing one, REWSEND = re.compiler'WSC$', is anchored only at the end $, not the start. Because .search retries the pattern at every offset,...

5.3CVSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/09/17 8:32 p.m.3 views

@platejs/core HTML deserialization can trigger browser behavior during parsing

Summary HTML strings passed to Plate's core deserialization APIs were parsed in the active document. Certain HTML attributes could therefore trigger browser behavior during parsing, before the content was converted into editor nodes. Applications that deserialize HTML from untrusted or cross-user...

6.1CVSS0.00253EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/09/17 8:32 p.m.2 views

GHSA-QRFJ-MGW8-J9C6 @platejs/core HTML deserialization can trigger browser behavior during parsing

Summary HTML strings passed to Plate's core deserialization APIs were parsed in the active document. Certain HTML attributes could therefore trigger browser behavior during parsing, before the content was converted into editor nodes. Applications that deserialize HTML from untrusted or cross-user...

6.1CVSS0.00253EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/17 8:32 p.m.5 views

EUVD-2026-80782

@platejs/core HTML deserialization can trigger browser behavior during parsing...

6.1CVSS6AI score0.00253EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/17 8:32 p.m.5 views

EUVD-2026-80779

react/http: A malformed HTTP chunked body can lead to a denial-of-service and peg the CPU...

7.5CVSS5.9AI score0.00549EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/09/17 8:32 p.m.3 views

react/http: A malformed HTTP chunked body can lead to a denial-of-service and peg the CPU

Summary A malformed HTTP message using Transfer-Encoding: chunked can drive React\Http\Io\ChunkedDecoder into an infinite loop, pegging a CPU core and freezing the event loop. Because ReactPHP is single-threaded, one such message stalls the entire process for every client until it is killed. Both...

7.5CVSS0.00549EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/09/17 8:32 p.m.2 views

GHSA-X424-64QH-5J54 react/http: A malformed HTTP chunked body can lead to a denial-of-service and peg the CPU

Summary A malformed HTTP message using Transfer-Encoding: chunked can drive React\Http\Io\ChunkedDecoder into an infinite loop, pegging a CPU core and freezing the event loop. Because ReactPHP is single-threaded, one such message stalls the entire process for every client until it is killed. Both...

7.5CVSS0.00549EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/17 8:32 p.m.7 views

EUVD-2026-80987

CoreDNS: Unauthenticated memory exhaustion in custom transports...

7.5CVSS0.00609EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/17 8:32 p.m.2 views

GHSA-MRG3-QVQR-JW29 CoreDNS: Unauthenticated memory exhaustion in custom transports

Summary CoreDNS parses attacker-controlled DNS section counts before validating them on DNS-over-HTTPS DoH and DoH3, DNS-over-QUIC DoQ, and DNS-over-gRPC listeners. An unauthenticated client can use DNS name compression to make one 65,533-byte request allocate more than 10 MiB while it is unpacke...

7.5CVSS0.00609EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/09/17 8:32 p.m.3 views

CoreDNS: Unauthenticated memory exhaustion in custom transports

Summary CoreDNS parses attacker-controlled DNS section counts before validating them on DNS-over-HTTPS DoH and DoH3, DNS-over-QUIC DoQ, and DNS-over-gRPC listeners. An unauthenticated client can use DNS name compression to make one 65,533-byte request allocate more than 10 MiB while it is unpacke...

7.5CVSS0.00609EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/17 8:32 p.m.4 views

HAPI FHIR: SHCParser DEFLATE infinite loop causes denial of service

Summary A malformed Smart Health Card SHC JWT with zip: "DEF" and an empty or truncated DEFLATE payload causes SHCParser.inflate to loop forever. This allows an attacker who can submit SHC content for validation to pin a JVM worker thread indefinitely, causing denial of service. Details The...

7.5CVSS0.0063EPSS
SaveExploits0References6Affected Software3
EUVD
EUVD
added 2026/09/17 8:32 p.m.9 views

EUVD-2026-80998

HAPI FHIR: SHCParser DEFLATE infinite loop causes denial of service...

7.5CVSS0.0063EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/17 8:32 p.m.2 views

GHSA-GQ9C-WMRM-5HVR HAPI FHIR: SHCParser DEFLATE infinite loop causes denial of service

Summary A malformed Smart Health Card SHC JWT with zip: "DEF" and an empty or truncated DEFLATE payload causes SHCParser.inflate to loop forever. This allows an attacker who can submit SHC content for validation to pin a JVM worker thread indefinitely, causing denial of service. Details The...

7.5CVSS0.0063EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/17 8:32 p.m.10 views

CVE-2026-54907 Caddy Proxy Manager: Registrations enabled by default allows creating users with "user" permission

Caddy Proxy Manager is a web interface for managing Caddy Server reverse proxies and certificates. Prior to 1.5.1, Caddy Proxy Manager enables email and password self-registration by default at /api/auth/sign-up/email, allowing an unauthenticated remote actor to create an active account with the...

5.3CVSS
SaveExploits0References3
CVE
CVE
added 2026/09/17 8:32 p.m.9 views

CVE-2026-54907

Caddy Proxy Manager , a web interface for managing Caddy Server reverse proxies and certificates, enabled email and password self-registration by default (at /api/auth/sign-up/email) prior to version 1.5.1 . This allowed an unauthenticated remote actor to create an active account with the user ro...

5.3CVSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/17 8:32 p.m.4 views

EUVD-2026-82468

Caddy Proxy Manager is a web interface for managing Caddy Server reverse proxies and certificates. Prior to 1.5.1, Caddy Proxy Manager enables email and password self-registration by default at /api/auth/sign-up/email, allowing an unauthenticated remote actor to create an active account with the...

5.3CVSS
SaveExploits0References3
Rows per page
Query Builder