Lucene search
+L

15124 matches found

EUVD
EUVD
added 2026/08/22 3:32 p.m.14 views

EUVD-2026-64592

In the Linux kernel, the following vulnerability has been resolved: serial: qcom-geni: fix TX DMA buffer flush When transmit flushing a qcom-geni UART during an ongoing TX DMA, the UART gets stuck infinitely repeating corrupted TX DMA frames. The DMA-mode uartops does not provide a flushbuffer...

5.9AI score0.00129EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/22 3:32 p.m.16 views

CVE-2026-74655 serial: qcom-geni: fix TX DMA buffer flush

In the Linux kernel, the following vulnerability has been resolved: serial: qcom-geni: fix TX DMA buffer flush When transmit flushing a qcom-geni UART during an ongoing TX DMA, the UART gets stuck infinitely repeating corrupted TX DMA frames. The DMA-mode uartops does not provide a flushbuffer...

8.8CVSS6AI score
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/08/22 11:48 a.m.9 views

CVE-2026-77640

A flaw was found in tor. A remote attacker could send a specially crafted, truncated zlib/gzip stream. This could lead to an infinite loop during decompression, causing a denial of service DoS in the affected component. Mitigation Mitigation for this issue is either not available or the currently...

5.3CVSS5AI score0.00223EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-74655

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - serial: qcom-geni: fix TX DMA buffer flush When transmit flushing a qcom-geni UART during an ongoing TX DMA, the UART gets stuck infinitely repeating corrupted ...

8.8CVSS6.4AI score0.00129EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.23 views

PT-2026-79660

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the qcom-geni UART driver where flushing the transmit buffer during an ongoing TX DMA Direct Memory Access causes the UART to infinitely repeat corrupted TX DMA frames...

8.8CVSS6AI score0.00129EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/21 9:00 p.m.35 views

CVE-2026-45271 picotls has infinite recursion in the minicrypto ASN.1 decoder

Picotls is a TLS protocol library that allows users select different crypto backends based on their use case. Picotls implements its own ASN.1 validation helper, which is used by the minicrypto backend while parsing local PKCS8 private keys. Prior to commit c14231d801407640bc42c2dcf92783409ea6a7c...

5.5CVSS0.00113EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/21 9:00 p.m.45 views

CVE-2026-45271

CVE-2026-45271 affects picotls , a TLS protocol library. The minicrypto backend 's ASN.1 validation helper recursively descends into constructed ASN.1 elements without enforcing a maximum nesting depth. An attacker who can supply a crafted private-key file (via ptls_minicrypto_load_private_key())...

5.5CVSS5.4AI score0.00113EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/21 9:00 p.m.16 views

CVE-2026-45271 picotls has infinite recursion in the minicrypto ASN.1 decoder

Picotls is a TLS protocol library that allows users select different crypto backends based on their use case. Picotls implements its own ASN.1 validation helper, which is used by the minicrypto backend while parsing local PKCS8 private keys. Prior to commit c14231d801407640bc42c2dcf92783409ea6a7c...

5.5CVSS5.5AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/21 7:22 p.m.14 views

CVE-2026-26080

A flaw was found in HAProxy. An attacker can exploit a vulnerability where the software mishandles varint variable-length integer encoding. This can cause HAProxy to enter an infinite loop or crash, leading to a denial of service for affected systems. Mitigation No mitigation is required. No Red...

5.9CVSS5.3AI score0.00546EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/08/21 7:11 p.m.12 views

CVE-2026-56289

A flaw was found in GNU patch. This vulnerability allows a remote attacker to cause a Denial of Service DoS by supplying a specially crafted patch file. The improper validation of hunk single block of changes in diff line offsets in unified-diff input can lead to an effectively infinite processin...

5.5CVSS5.3AI score0.00168EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/21 3:03 p.m.35 views

CVE-2026-77815 Infinite Image Browsing Resolves Paths With normpath, Allowing Symlink Escape From Scanned Directories

toabspath in scripts/iib/tool.py normalised the requested path with os.path.normpath, which collapses dot segments but does not resolve symbolic links. A symlink placed inside a scanned directory therefore satisfies the containment comparison performed by ispathtrusted in scripts/iib/api.py while...

8.7CVSS0.0041EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/21 3:03 p.m.23 views

CVE-2026-77815 Infinite Image Browsing Resolves Paths With normpath, Allowing Symlink Escape From Scanned Directories

toabspath in scripts/iib/tool.py normalised the requested path with os.path.normpath, which collapses dot segments but does not resolve symbolic links. A symlink placed inside a scanned directory therefore satisfies the containment comparison performed by ispathtrusted in scripts/iib/api.py while...

8.7CVSS5.5AI score
SaveExploits0References9
OSV
OSV
added 2026/08/21 3:03 p.m.22 views

CVE-2026-77814 Infinite Image Browsing is_path_trusted Prefix Comparison Omits the Trailing Path Separator

ispathtrusted in scripts/iib/api.py compares the requested path against each allowed parent directory with path.startswithparentpath, without appending a path separator. A directory whose name merely begins with an allowed path therefore satisfies the comparison, so where /data/images is allowed ...

8.7CVSS5.6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/21 3:03 p.m.36 views

CVE-2026-77814 Infinite Image Browsing is_path_trusted Prefix Comparison Omits the Trailing Path Separator

ispathtrusted in scripts/iib/api.py compares the requested path against each allowed parent directory with path.startswithparentpath, without appending a path separator. A directory whose name merely begins with an allowed path therefore satisfies the comparison, so where /data/images is allowed ...

8.7CVSS0.00409EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/08/21 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-77640

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tor before 0.4.9.9 was prone to an infinite loop when decompressing a truncated zlib/gzip stream with done=1. A truncated stream never reaches ZSTREAMEND, causi...

5.3CVSS5.9AI score0.00223EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/20 10:57 p.m.11 views

CVE-2026-74431

A flaw was found in the Linux kernel's rxrpc network protocol implementation. This vulnerability could allow an attacker to trigger an infinite loop within the rxrpcrecvmsg function by manipulating out-of-band OOB queue handling. This could lead to a Denial of Service DoS condition, making the...

7.5CVSS5.5AI score0.00335EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/20 9:17 p.m.11 views

DEBIAN-CVE-2026-77640

tor before 0.4.9.9 was prone to an infinite loop when decompressing a truncated zlib/gzip stream with done=1. A truncated stream never reaches ZSTREAMEND, causing zlib to return ZBUFERROR with no input remaining, which bufaddcompress mistook for a full output buffer and retried forever. Fixed by...

5.3CVSS5.8AI score0.00223EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/20 9:17 p.m.15 views

CVE-2026-77640

tor before 0.4.9.9 was prone to an infinite loop when decompressing a truncated zlib/gzip stream with done=1. A truncated stream never reaches ZSTREAMEND, causing zlib to return ZBUFERROR with no input remaining, which bufaddcompress mistook for a full output buffer and retried forever. Fixed by...

5.3CVSS0.00223EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/20 9:02 p.m.14 views

EUVD-2026-63650

tor before 0.4.9.9 was prone to an infinite loop when decompressing a truncated zlib/gzip stream with done=1. A truncated stream never reaches ZSTREAMEND, causing zlib to return ZBUFERROR with no input remaining, which bufaddcompress mistook for a full output buffer and retried forever. Fixed by...

3.7CVSS5.7AI score0.00223EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/08/20 9:02 p.m.15 views

CVE-2026-77640

tor before 0.4.9.9 was prone to an infinite loop when decompressing a truncated zlib/gzip stream with done=1. A truncated stream never reaches ZSTREAMEND, causing zlib to return ZBUFERROR with no input remaining, which bufaddcompress mistook for a full output buffer and retried forever. Fixed by...

5.3CVSS5.7AI score0.00223EPSS
SaveExploits0
Rows per page
Query Builder