Lucene search
+L

28372 matches found

Cvelist
Cvelist
added 2 hours ago8 views

CVE-2026-71321 Nuxt: Unauthenticated CPU exhaustion parsing and hashing the Nuxt island endpoint body before hash validation

Nuxt is an open-source web development framework for Vue.js. From 3.1.0 until 3.21.10 and 4.5.1, the internal island renderer endpoint /nuxtisland/... decodes and hashes attacker-controlled JSON body input with destr and ohash before validating the URL-resident hash. An unauthenticated POST...

7.5CVSS
SaveExploits0References5
CVE
CVE
added 2 hours ago11 views

CVE-2026-71321

Nuxt.js vulnerability CVE-2026-71321 affects the island rendering endpoint in Nuxt before fixed versions 3.21.10 and 4.5.1. An unauthenticated POST to POST /__nuxt_island/_.json with a large JSON body is fully read, parsed, then hashed using destr and ohash before URL-resident hash validation, ca...

7.5CVSS5.5AI score
SaveExploits0References5
NVD
NVD
added 2 hours ago3 views

CVE-2026-71310

rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.75.0, the shared HTTP CONNECT helper in lib/proxy/http.go parses proxy CONNECT responses with http.ReadResponse over an unrestricted buffered reader, allowing a malicious or...

5.9CVSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 3 hours ago4 views

rclone: Unbounded HTTP CONNECT Response Headers Can Exhaust rclone Memory

Summary The shared HTTP CONNECT helper parses a proxy response with http.ReadResponse over an unrestricted buffered reader. The production helper accepted a valid response containing a 2 MiB header in three consecutive runs. A malicious or compromised configured proxy, or an active on-path actor...

5.9CVSS5.5AI score
SaveExploits0References4Affected Software1
CVE
CVE
added 3 hours ago9 views

CVE-2026-71310

The CVE affects the rclone project before version 1.75.0, where the shared HTTP CONNECT helper in lib/proxy/http.go incorrectly parses proxy CONNECT responses using http.ReadResponse over an unrestricted reader. This unbounded parsing enables a malicious or on-path proxy to send oversized headers...

5.9CVSS5.5AI score
SaveExploits0References3
CVE
CVE
added 3 hours ago9 views

CVE-2026-15996

The CVE describes a denial-of-service flaw in GitHub Enterprise Server where unauthenticated attackers could trigger excessive CPU usage and exhaust request-handling worker processes by sending a crafted form-encoded HTTP POST containing deeply nested parameters. Because parameter parsing occurre...

8.7CVSS5.5AI score
SaveExploits0References4
CVE
CVE
added 4 hours ago13 views

CVE-2026-70616

CVE-2026-70616 affects boringproxy 0.10.0. The vulnerability allows an authenticated user to cause resource exhaustion on the server by sending requests to GET /loading with attacker-supplied id values. The handler performs no map-lookup validation and blocks on a nil channel, with no timeout, ca...

7.1CVSS5.5AI score
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 4 hours ago4 views

CVE-2026-70616

boringproxy through 0.10.0 contains a resource exhaustion vulnerability that allows any authenticated user to permanently exhaust server file descriptors, goroutines, and memory by sending requests to the GET /loading endpoint with attacker-supplied id query parameter values. Because the handler...

7.1CVSS5.5AI score
SaveExploits0References3
RedhatCVE
RedhatCVE
added 5 hours ago2 views

CVE-2026-68494

A flaw was found in jackson-core. A remote attacker can exploit an incomplete fix in the non-blocking JSON parser by streaming specially crafted JSON data in small chunks. This bypasses the intended number length constraint, causing the parser to accumulate excessive memory per connection. This...

8.7CVSS5.5AI score
SaveExploits0References10
RedHat Linux
RedHat Linux
added 7 hours ago3 views

keycloak-services: keycloak-services: Unbounded metric cardinality in user event metrics via request-controlled error text

A flaw was found in the user-event metrics recording of Keycloak. When metrics are enabled, the system records raw error messages from failed account operations as Prometheus metric labels. Because these error messages can include user-supplied input like nonexistent client IDs, an authenticated...

6.5CVSS5.5AI score
SaveExploits0References4
NVD
NVD
added 8 hours ago6 views

CVE-2026-16100

A flaw was found in the user-event metrics recording of Keycloak. When metrics are enabled, the system records raw error messages from failed account operations as Prometheus metric labels. Because these error messages can include user-supplied input like nonexistent client IDs, an authenticated...

6.5CVSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 9 hours ago6 views

brace-expansion: brace-expansion: Denial of Service via unbounded intermediate arrays

A flaw was found in the brace-expansion library. An attacker can provide specially crafted input to the expand function, which fails to apply length restrictions when creating intermediate arrays. This oversight allows the attacker to exhaust system memory or block the event loop, leading to a...

7.5CVSS5.5AI score0.00368EPSS
SaveExploits1References9
Vulnrichment
Vulnrichment
added 9 hours ago4 views

CVE-2026-16100 Keycloak-services: keycloak-services: unbounded metric cardinality in user event metrics via request-controlled error text

A flaw was found in the user-event metrics recording of Keycloak. When metrics are enabled, the system records raw error messages from failed account operations as Prometheus metric labels. Because these error messages can include user-supplied input like nonexistent client IDs, an authenticated...

6.5CVSS5.5AI score
SaveExploits0References4
CVE
CVE
added 9 hours ago8 views

CVE-2026-16100

CVE-2026-16100 describes a flaw in Keycloak where, when metrics are enabled, raw error messages from failed account operations are recorded as Prometheus metric labels. Because these messages may include user-supplied input (e.g., nonexistent client IDs), an authenticated user can generate an eno...

6.5CVSS5.5AI score
SaveExploits0References4
EUVD
EUVD
added 9 hours ago5 views

EUVD-2026-53384

A flaw was found in the user-event metrics recording of Keycloak. When metrics are enabled, the system records raw error messages from failed account operations as Prometheus metric labels. Because these error messages can include user-supplied input like nonexistent client IDs, an authenticated...

6.5CVSS5.5AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 9 hours ago5 views

CVE-2026-16100

A flaw was found in the user-event metrics recording of Keycloak. When metrics are enabled, the system records raw error messages from failed account operations as Prometheus metric labels. Because these error messages can include user-supplied input like nonexistent client IDs, an authenticated...

6.5CVSS5.2AI score
SaveExploits0References3
NVD
NVD
added 15 hours ago2 views

CVE-2026-59675

When API audit logging is enabled, the middleware reads the entire HTTP request body into memory without enforcing a size limit on login endpoints. Because the audit middleware is positioned earlier in the handler chain than Rancher's APIBodyLimitingHandler, the body-size cap default 1 MiB is...

7.5CVSS
SaveExploits0References2
CVE
CVE
added 15 hours ago19 views

CVE-2026-59675

CVE-2026-59675 affects Rancher Manager when API audit logging is enabled. The audit middleware reads the entire HTTP request body into memory without enforcing a size limit on login endpoints. Because it is positioned earlier than Rancher’s APIBodyLimitingHandler, the default 1 MiB body cap is by...

7.5CVSS5.5AI score
SaveExploits0References2
Cvelist
Cvelist
added 15 hours ago10 views

CVE-2026-59675 Rancher Audit-Log Middleware Unauthenticated Memory Exhaustion Denial of Service

When API audit logging is enabled, the middleware reads the entire HTTP request body into memory without enforcing a size limit on login endpoints. Because the audit middleware is positioned earlier in the handler chain than Rancher's APIBodyLimitingHandler, the body-size cap default 1 MiB is...

7.5CVSS
SaveExploits0References2
EUVD
EUVD
added 15 hours ago2 views

EUVD-2026-53291

When API audit logging is enabled, the middleware reads the entire HTTP request body into memory without enforcing a size limit on login endpoints. Because the audit middleware is positioned earlier in the handler chain than Rancher's APIBodyLimitingHandler, the body-size cap default 1 MiB is...

7.5CVSS5.5AI score
SaveExploits0References2
Rows per page
Query Builder