Lucene search
+L

19917 matches found

Microsoft CVE
Microsoft CVE
added 2026/08/11 8:08 a.m.13 views

libexpat before 2.8.3 has an out-of-bounds read and resultant infinite loop because low surrogates are treated the same as high surrogates during Unicode processing in the *_toUtf16 functions.

...

6.2CVSS5.2AI score0.00194EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/08/11 6:44 a.m.10 views

tar: Node-tar: Denial of Service via malformed tar archive header

A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could exploit this vulnerability by providing a specially crafted tar archive with a negative entry size in its header. This malformed header causes the archive scanner to enter an infinite loop,...

8.7CVSS7.2AI score0.00434EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2026/08/11 6:44 a.m.13 views

brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity

A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the expand function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-lo...

8.7CVSS5.7AI score0.00364EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/08/11 12:06 a.m.10 views

SUSE CVE-2026-46385

iskorotkov/avro is a fast Go Avro codec. Prior to 2.33.0, the Avro array and map decoders looped over an attacker-controlled block-count value without checking the underlying reader's error state inside the loop body. Reader.ReadBlockHeader returns the count as a Go int, which is 64-bit on amd64 ...

8.7CVSS5.3AI score0.00622EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.12 views

PT-2026-70786

Name of the Vulnerable Software and Affected Versions Browserslist versions prior to 4.28.7 Description The normalizeStats function in node.js, which is called via getStat and loadStat during every browserslist execution, improperly processes data from browserslist-stats.json, opts.stats, and the...

7.5CVSS5.9AI score0.00439EPSS
SaveExploits0References40
UbuntuCve
UbuntuCve
added 2026/08/11 12:00 a.m.19 views

CVE-2026-62901

Unchecked input for loop condition in .NET allows an unauthorized attacker to deny service over a network...

7.5CVSS5.2AI score0.01057EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.10 views

PT-2026-70826

Name of the Vulnerable Software and Affected Versions Nmap versions prior to 8.0 Description A denial of service issue allows remote attackers to crash the application by sending a crafted packet containing a zero-length TCP option. This malformed packet triggers the Packet:parse options function...

6.9CVSS5.2AI score0.00418EPSS
SaveExploits0References13
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.8 views

PT-2026-70593

Name of the Vulnerable Software and Affected Versions .NET affected versions not specified Description An issue exists where unchecked input for a loop condition allows an unauthorized attacker to cause a denial of service over a network. Recommendations At the moment, there is no information abo...

7.5CVSS5.3AI score0.01057EPSS
SaveExploits0References32
RedHat Linux
RedHat Linux
added 2026/08/10 7:08 p.m.12 views

brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity

A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the expand function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-lo...

8.7CVSS5.3AI score0.00364EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/10 5:39 p.m.13 views

CVE-2026-67213

A flaw was found in nanoid Nano ID, a small, secure, and URL-friendly unique string ID generator. An attacker could exploit this vulnerability by providing a zero-size input to the customAlphabet or customRandom functions. This would cause an infinite loop, leading to a denial of service DoS...

8.2CVSS6.2AI score0.00319EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/08/10 4:23 p.m.7 views

SUSE CVE-2026-67213

nanoid Nano ID before 5.1.6 contains an infinite loop in the customAlphabet and customRandom functions. When these functions are configured with a size of 0, the internal generation loop never satisfies its exit condition and spins indefinitely, hanging the calling thread. An application that...

8.2CVSS6.4AI score0.00319EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/10 4:23 p.m.10 views

SUSE CVE-2026-67214

nanoid Nano ID before 3.3.16 and 5.1.16 contains an infinite loop in the customAlphabet and nanoid functions of its non-secure module nanoid/non-secure. When these functions are given a negative size, the loop counter is decremented from a negative value and never reaches its termination conditio...

8.2CVSS6.4AI score0.0033EPSS
SaveExploits0References3
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/10 3:28 p.m.15 views

Security Bulletin: Vulnerability in pypdf bundled with IBM Fusion, IBM Fusion HCI, and IBM Fusion Content-Aware Storage.

Summary IBM Fusion, IBM Fusion HCI, and IBM Fusion Content-Aware Storage include the pypdf library, which is affected by multiple vulnerabilities, including infinite loop and denial of service vulnerabilities. CVE-2025-66019, CVE-2026-22690, CVE-2026-22691. Vulnerability Details...

8.7CVSS5.1AI score0.0044EPSS
SaveExploits0Affected Software2
RedHat Linux
RedHat Linux
added 2026/08/10 3:02 p.m.20 views

golang.org/x/text: golang.org/x/text: Denial of Service via invalid UTF-8 input

A flaw was found in golang.org/x/text. The norm.Iter component can enter an infinite loop when processing input that contains invalid UTF-8 Unicode Transformation Format - 8-bit bytes. A remote attacker could exploit this vulnerability by providing specially crafted input, leading to a Denial of...

7.4AI score0.00475EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/10 1:20 p.m.9 views

CVE-2026-68369

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: printer: fix infinite loop in printerread printerread uses the same variable for the requested copy size and the number of bytes actually copied to user space. copytouser returns the number of bytes not copied, so wh...

0.0021EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/10 1:20 p.m.11 views

CVE-2026-68313

In the Linux kernel, the following vulnerability has been resolved: tipc: fix infinite loop in tipcnlcompatdumpit cmd-dumpit callback can return a negative errno, causing an infinite loop due to the whilelen condition. As the loop never terminates, genlmutex is never released, and other tasks...

0.0021EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/10 1:20 p.m.11 views

CVE-2026-68239

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Account for NULL and handle pages in ttmpoolbackup Pages in ttmpoolbackup can be NULL or backup handles ttmbackuppageptrishandle, neither of which can be passed to setpagesarraywb or freed. Add a dedicated WB pass before...

0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/10 1:20 p.m.21 views

AZL-94938 CVE-2026-68241 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/i915/mst: limit DP MST ESI service loop The loop in inteldpcheckmststatus keeps servicing interrupts originating from the sink without bound. Add an upper bound to the new interrupts occurring during interrupt processing to n...

6AI score0.00198EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/10 1:20 p.m.18 views

CVE-2026-68241

In the Linux kernel, the following vulnerability has been resolved: drm/i915/mst: limit DP MST ESI service loop The loop in inteldpcheckmststatus keeps servicing interrupts originating from the sink without bound. Add an upper bound to the new interrupts occurring during interrupt processing to n...

0.00198EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/10 1:20 p.m.9 views

CVE-2026-68187

In the Linux kernel, the following vulnerability has been resolved: exec: fix unsigned loop counter wrap in transferargstostack The stop value is derived from bprm-p PAGESHIFT. The index variable is an unsigned long. If bprm-p drops below PAGESIZE and stop becomes zero the loop condition index =...

0.0022EPSS
SaveExploits0References8
Rows per page
Query Builder