Lucene search
+L

41968 matches found

OSV
OSV
added 2026/03/26 7:17 p.m.15 views

UBUNTU-CVE-2026-4926

Impact: A bad regular expression is generated any time you have multiple sequential optional groups curly brace syntax, such as abc:z. The generated regex grows exponentially with the number of groups, causing denial of service. Patches: Fixed in version 8.4.0. Workarounds: Limit the number of...

7.5CVSS5.8AI score0.00791EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/03/26 7:17 p.m.10 views

CVE-2026-4926

Impact: A bad regular expression is generated any time you have multiple sequential optional groups curly brace syntax, such as abc:z. The generated regex grows exponentially with the number of groups, causing denial of service. Patches: Fixed in version 8.4.0. Workarounds: Limit the number of...

7.5CVSS5.9AI score0.00791EPSS
SaveExploits0References3
CVE
CVE
added 2026/03/26 7:07 p.m.53 views

CVE-2026-33152

Summary: Tandoor Recipes before 2.6.0 configures Django REST Framework with BasicAuthentication as a default, while rate limiting (ACCOUNT_RATE_LIMITS: login: 5/m/ip) applies only to the HTML login endpoint at /accounts/login/. This means any API endpoint that accepts authenticated requests can b...

9.1CVSS5.8AI score0.00513EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2026/03/26 7:07 p.m.35 views

CVE-2026-33152 Tandoor Recipes Vulnerable to Unrestricted Brute-Force via BasicAuthentication

Tandoor Recipes is an application for managing recipes, planning meals, and building shopping lists. In versions prior to 2.6.0, Tandoor Recipes configures Django REST Framework with BasicAuthentication as one of the default authentication backends. The AllAuth rate limiting configuration...

9.1CVSS0.00513EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/03/26 7:07 p.m.8 views

CVE-2026-33152 Tandoor Recipes Vulnerable to Unrestricted Brute-Force via BasicAuthentication

Tandoor Recipes is an application for managing recipes, planning meals, and building shopping lists. In versions prior to 2.6.0, Tandoor Recipes configures Django REST Framework with BasicAuthentication as one of the default authentication backends. The AllAuth rate limiting configuration...

9.1CVSS5.8AI score0.00513EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/03/26 7:04 p.m.5 views

CVE-2026-33148

Tandoor Recipes is an application for managing recipes, planning meals, and building shopping lists. In versions prior to 2.6.0, the FDC USDA FoodData Central search endpoint constructs an upstream API URL by directly interpolating the user-supplied query parameter into the URL string without...

6.5CVSS5.8AI score0.00467EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2026/03/26 7:03 p.m.31 views

CVE-2026-29055

CVE-2026-29055 affects Tandoor Recipes: in versions prior to 2.6.0, the image processing pipeline did not strip EXIF data, rescale, or validate sizes for WebP and GIF uploads, allowing sensitive EXIF metadata (GPS coordinates, camera model, timestamps, software) to be stored and served to all vie...

5.3CVSS5.9AI score0.00306EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2026/03/26 6:59 p.m.79 views

CVE-2026-4926 path-to-regexp vulnerable to Denial of Service via sequential optional groups

Impact: A bad regular expression is generated any time you have multiple sequential optional groups curly brace syntax, such as abc:z. The generated regex grows exponentially with the number of groups, causing denial of service. Patches: Fixed in version 8.4.0. Workarounds: Limit the number of...

7.5CVSS0.00791EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/03/26 6:49 p.m.44 views

Netty HTTP/2 CONTINUATION Frame Flood DoS via Zero-Byte Frame Bypass

Summary A remote user can trigger a Denial of Service DoS against a Netty HTTP/2 server by sending a flood of CONTINUATION frames. The server's lack of a limit on the number of CONTINUATION frames, combined with a bypass of existing size-based mitigations using zero-byte frames, allows an user to...

8.7CVSS5.9AI score0.01125EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/03/26 6:29 p.m.8 views

GHSA-F886-M6HF-6M8V brace-expansion: Zero-step sequence causes process hang and memory exhaustion

Impact A brace pattern with a zero step value e.g., 1..2..0 causes the sequence generation loop to run indefinitely, making the process hang for seconds and allocate heaps of memory. The loop in question:...

6.5CVSS5.9AI score0.0043EPSS
SaveExploits0References12
Github Security Blog
Github Security Blog
added 2026/03/26 6:29 p.m.18 views

brace-expansion: Zero-step sequence causes process hang and memory exhaustion

Impact A brace pattern with a zero step value e.g., 1..2..0 causes the sequence generation loop to run indefinitely, making the process hang for seconds and allocate heaps of memory. The loop in question:...

7.5CVSS5.8AI score0.0043EPSS
SaveExploits0References12Affected Software1
Snyk
Snyk
added 2026/03/26 6:29 p.m.5 views

Infinite loop

Overview org.webjars.npm:brace-expansion is a WebJar for brace-expansion. Affected versions of this package are vulnerable to Infinite loop through the expand function when processing a brace pattern with a zero step value. An attacker can cause the process to hang and exhaust system memory by...

8.7CVSS5.9AI score0.0043EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/03/26 6:29 p.m.14 views

Infinite loop

Overview brace-expansion is a Brace expansion as known from sh/bash Affected versions of this package are vulnerable to Infinite loop through the expand function when processing a brace pattern with a zero step value. An attacker can cause the process to hang and exhaust system memory by supplyin...

7.1CVSS5.9AI score0.0043EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/26 5:58 p.m.10 views

GHSA-434V-X5QV-PMH6 libcrux has All-Zero Key Generation Upon Catastrophic RNG Failure

The libcrux-ed25519 key generation samples Ed25519 secret keys from a provided CSPRNG in a loop for up to 100 attempts until a non-zero key is found. If a non-zero key could not be sampled within 100 attempts the key generation function would silently continue with an all-zero buffer as the secre...

8.2CVSS6AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/03/26 5:58 p.m.11 views

libcrux has All-Zero Key Generation Upon Catastrophic RNG Failure

The libcrux-ed25519 key generation samples Ed25519 secret keys from a provided CSPRNG in a loop for up to 100 attempts until a non-zero key is found. If a non-zero key could not be sampled within 100 attempts the key generation function would silently continue with an all-zero buffer as the secre...

5.9AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/26 5:17 p.m.13 views

ImageMagick has an Out-of-Bounds write of a zero byte in its X11 display interaction

An out-of-bounds write of a zero byte exists in the X11 display interaction path that could lead to a crash...

5.5CVSS5.8AI score0.00141EPSS
SaveExploits0References3Affected Software18
Snyk
Snyk
added 2026/03/26 5:17 p.m.11 views

Out-of-bounds Write

Overview Magick.NET-Q16-OpenMP-arm64 is a Magick.NET allows you can use ImageMagick without having to install ImageMagick on your server or desktop. More information about specific builds see the official docs https://github.com/dlemstra/Magick.NET/tree/main/docs Affected versions of this package...

5.5CVSS5.9AI score0.00141EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/03/26 5:17 p.m.16 views

EUVD-2026-16365

ImageMagick has an Out-of-Bounds write of a zero byte in its X11 display interaction...

4CVSS5.8AI score0.00141EPSS
SaveExploits0References1
OSV
OSV
added 2026/03/26 5:17 p.m.21 views

GHSA-MW3M-PQR2-QV7C ImageMagick has an Out-of-Bounds write of a zero byte in its X11 display interaction

An out-of-bounds write of a zero byte exists in the X11 display interaction path that could lead to a crash...

4CVSS5.9AI score0.00141EPSS
SaveExploits0References3
NVD
NVD
added 2026/03/26 5:16 p.m.15 views

CVE-2026-34071

Stirling-PDF is a locally hosted web application that allows you to perform various operations on PDF files. In version 2.7.3, the /api/v1/convert/eml/pdf endpoint with parameter downloadHtml=true returns unsanitized HTML from the email body with Content-Type: text/html. An attacker who sends a...

6.1CVSS0.0026EPSS
SaveExploits1References1
Rows per page
Query Builder