Lucene search
+L

33 matches found

CVE
CVE
added 2026/07/30 1:42 p.m.35 views

CVE-2026-60074

Date::Manip for Perl up to v6.99 is affected by CVE-2026-60074. The bug arises because parse regexes use \d (matching Unicode decimal digits) for year/month/day, while downstream numeric checks only validate ranges, and Perl truncates non-ASCII digits when numifying. This can cause a parsed date ...

7.5CVSS5.9AI score0.00387EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/06/24 12:0 a.m.26 views

PT-2026-51880

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the netfilter nf conntrack sip module due to unsafe port parsing. The system used the simple strtoul function, which assumes strings are NUL-terminated, on...

9.8CVSS5.8AI score0.00552EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/06/08 8:59 p.m.22 views

CVE-2026-45149

A flaw was found in the brace-expansion library. This vulnerability allows an attacker to cause a Denial of Service DoS by providing a large numeric range for expansion. The library allocates excessive memory to generate all intermediate elements before applying the maximum limit, leading to high...

7.5CVSS6.5AI score0.003EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/06/07 5:26 a.m.5 views

brace-expansion: brace-expansion: Denial of Service due to excessive memory allocation when expanding large numeric ranges

A flaw was found in the brace-expansion library. This vulnerability allows an attacker to cause a Denial of Service DoS by providing a large numeric range for expansion. The library allocates excessive memory to generate all intermediate elements before applying the maximum limit, leading to high...

7.5CVSS6AI score0.003EPSS
SaveExploits0References5
NVD
NVD
added 2026/05/29 8:16 p.m.23 views

CVE-2026-45149

The brace-expansion library generates arbitrary strings containing a common prefix and suffix. From 5.0.0 to before 5.0.6, the max option was being applied too late. When expanding a single large numeric range like 1..10000000, the sequence generation loop generates all 10 million intermediate...

7.5CVSS0.003EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/29 7:55 p.m.7 views

CVE-2026-45149 brace-expansion: Large numeric range defeats documented `max` DoS protection

The brace-expansion library generates arbitrary strings containing a common prefix and suffix. From 5.0.0 to before 5.0.6, the max option was being applied too late. When expanding a single large numeric range like 1..10000000, the sequence generation loop generates all 10 million intermediate...

6.5CVSS6.8AI score
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/05/29 7:55 p.m.19 views

CVE-2026-45149

The brace-expansion library generates arbitrary strings containing a common prefix and suffix. From 5.0.0 to before 5.0.6, the max option was being applied too late. When expanding a single large numeric range like 1..10000000, the sequence generation loop generates all 10 million intermediate...

7.5CVSS5.9AI score0.003EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/05/29 7:55 p.m.12 views

CVE-2026-45149 brace-expansion: Large numeric range defeats documented `max` DoS protection

The brace-expansion library generates arbitrary strings containing a common prefix and suffix. From 5.0.0 to before 5.0.6, the max option was being applied too late. When expanding a single large numeric range like 1..10000000, the sequence generation loop generates all 10 million intermediate...

6.5CVSS5.9AI score0.003EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/05/29 7:55 p.m.11 views

CVE-2026-45149

The brace-expansion library generates arbitrary strings containing a common prefix and suffix. From 5.0.0 to before 5.0.6, the max option was being applied too late. When expanding a single large numeric range like 1..10000000, the sequence generation loop generates all 10 million intermediate...

6.5CVSS5.9AI score0.003EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/05/29 7:55 p.m.61 views

CVE-2026-45149 brace-expansion: Large numeric range defeats documented `max` DoS protection

The brace-expansion library generates arbitrary strings containing a common prefix and suffix. From 5.0.0 to before 5.0.6, the max option was being applied too late. When expanding a single large numeric range like 1..10000000, the sequence generation loop generates all 10 million intermediate...

6.5CVSS0.003EPSS
SaveExploits0References1
CVE
CVE
added 2026/05/29 7:55 p.m.568 views

CVE-2026-45149

The CVE-2026-45149 issue affects the brace-expansion library (Julian Gruber) where the max option was applied too late for 5.0.0–5.0.5. When expanding a large numeric range (e.g., {1..10000000}), the code builds all intermediate elements before enforcing max, allocating about 505 MB and taking ~8...

7.5CVSS5.9AI score0.003EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2026/05/18 4:22 p.m.6 views

GHSA-JXXR-4GWJ-5JF2 brace-expansion: Large numeric range defeats documented `max` DoS protection

The max option was being applied too late: When expanding a single large numeric range like 1..10000000, the sequence generation loop generates all 10 million intermediate elements before the max limit is applied With max=10, the output is correctly limited to 10 items, but the process still...

6.5CVSS5.8AI score0.003EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/05/18 4:22 p.m.14 views

Allocation of Resources Without Limits or Throttling

Overview brace-expansion is a Brace expansion as known from sh/bash Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling through the max option being applied after generating all elements in a large numeric range. An attacker can exhaust system...

8.7CVSS5.8AI score0.003EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/27 11:32 p.m.5 views

CVE-2026-40975

Values produced by $random.value are not suitable for use as secrets. $random.uuid is not affected. $random.int and $random.long should never be used for secrets as they are numeric values with a predictable range. Affected: Spring Boot 4.0.0–4.0.5 fix 4.0.6, 3.5.0–3.5.13 fix 3.5.14, 3.4.0–3.4.15...

4.8CVSS5.9AI score
SaveExploits0References10
RedHat Linux
RedHat Linux
added 2026/04/09 8:27 p.m.8 views

brace-expansion: brace-expansion: Denial of Service via unbounded brace range expansion

A flaw was found in the brace-expansion component. This denial of service DoS vulnerability allows a remote attacker to provide specially crafted input containing repeated numeric brace ranges. This input causes the library to attempt an unbounded expansion, consuming excessive CPU and memory...

9.2CVSS6.6AI score0.00481EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/02/06 3:32 p.m.13 views

CVE-2026-25547

A flaw was found in the brace-expansion component. This denial of service DoS vulnerability allows a remote attacker to provide specially crafted input containing repeated numeric brace ranges. This input causes the library to attempt an unbounded expansion, consuming excessive CPU and memory...

9.2CVSS5.5AI score0.00481EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/10/08 3:18 p.m.15 views

kernel: bpf: Don't use tnum_range on array range checking for poke descriptors

In the Linux kernel, the following vulnerability has been resolved: bpf: Don't use tnumrange on array range checking for poke descriptors Hsin-Wei reported a KASAN splat triggered by their BPF runtime fuzzer which is based on a customized syzkaller: BUG: KASAN: slab-out-of-bounds in...

7.8CVSS6.8AI score0.00221EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2006-3459

Malware in sbrugna...

7.5CVSS8.3AI score0.03466EPSS
SaveExploits1References41
EUVD
EUVD
added 2025/10/03 8:7 p.m.10 views

EUVD-2021-28839

Malicious code in bioql PyPI...

8.2CVSS8.2AI score0.00301EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.21 views

EUVD-2023-12482

Malicious code in bioql PyPI...

8.6CVSS7.6AI score0.0047EPSS
SaveExploits0References1
Rows per page
Query Builder