Lucene search
+L

51124 matches found

NVD
NVD
added 2026/08/20 7:16 p.m.17 views

CVE-2026-53587

libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Prior to 1.8.6 and 1.9.5, libgit2 performs a fixed-size strncmp in setdata in src/libgit2/transports/smartpkt.c without first...

7.5CVSS0.0047EPSS
SaveExploits1References6
OSV
OSV
added 2026/08/20 7:16 p.m.8 views

AZL-96968 CVE-2026-53587 affecting package libgit2 for versions less than 1.7.2-3

libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Prior to 1.8.6 and 1.9.5, libgit2 performs a fixed-size strncmp in setdata in src/libgit2/transports/smartpkt.c without first...

7.5CVSS7.4AI score0.0047EPSS
SaveExploits1References1
NVD
NVD
added 2026/08/20 7:16 p.m.13 views

CVE-2026-53585

libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Prior to 1.8.6 and 1.9.5, gitdeltaapply in src/libgit2/delta.c trusts the attacker-controlled ressz value parsed by hdrsz from...

5.3CVSS0.00329EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/20 6:57 p.m.54 views

CVE-2026-43678

An unauthenticated remote peer can crash any NIOWebSocket-based server including Vapor and Hummingbird with a single 11-byte frame sent after a completed WebSocket handshake, dropping all active connections until the process restarts. This vulnerability is addressed in swift-nio version 2.101.0...

0.00285EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/08/20 6:54 p.m.10 views

net/mail: golang: net/mail: Denial of Service via pathological email address parsing

A flaw was found in the net/mail package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the consumePhrase function, it can lead to excessive resource consumption due to quadratic...

7AI score0.00798EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/20 6:37 p.m.71 views

CVE-2026-53585

libgit2 versions before 1.8.6 and 1.9.5 are vulnerable: git_delta_apply in src/libgit2/delta.c passes an attacker-controlled res_sz value to git__malloc before validating delta instructions, allowing a small multi-level OFS_DELTA chain to retain huge allocations and exhaust memory. Attack vectors...

5.3CVSS8.4AI score0.00329EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/20 6:37 p.m.16 views

EUVD-2026-63548

libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Prior to 1.8.6 and 1.9.5, gitdeltaapply in src/libgit2/delta.c trusts the attacker-controlled ressz value parsed by hdrsz from...

5.3CVSS8.4AI score0.00329EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/20 6:36 p.m.108 views

CVE-2026-53587

libgit2 prior to 1.8.6 and 1.9.5 contains a heap out-of-bounds read in set_data() within src/libgit2/transports/smart_pkt.c. A fixed-size strncmp on an unvalidated smart-protocol pkt-line buffer allows a malicious Git server to cause format_str to advance past the pkt-line boundary, making the su...

7.5CVSS8.6AI score0.0047EPSS
SaveExploits1References6
OSV
OSV
added 2026/08/20 6:36 p.m.11 views

CVE-2026-53587 libgit2 - Unauthenticated network-reachable heap out-of-bounds read in transports/smart_pkt.c:set_data

libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Prior to 1.8.6 and 1.9.5, libgit2 performs a fixed-size strncmp in setdata in src/libgit2/transports/smartpkt.c without first...

7.5CVSS5.8AI score
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2026/08/20 6:34 p.m.15 views

Zoo Design Studio: Recursive KCL parsing is vulnerable to denial-of-service

Impact Feeding a KCL program that wraps an expression in deep, unnecessary parentheses triggers the parser’s recursive expression - unnecessarilybracketed - expression path. With enough nesting, the call stack grows until it exceeds the process stack limit, causing a stack overflow...

5.4AI score
SaveExploits0References2Affected Software2
OSV
OSV
added 2026/08/20 6:34 p.m.13 views

GHSA-JGVR-6X5W-HX5W Zoo Design Studio: Recursive KCL parsing is vulnerable to denial-of-service

Impact Feeding a KCL program that wraps an expression in deep, unnecessary parentheses triggers the parser’s recursive expression - unnecessarilybracketed - expression path. With enough nesting, the call stack grows until it exceeds the process stack limit, causing a stack overflow...

6.9CVSS5.5AI score
SaveExploits0References2
OSV
OSV
added 2026/08/20 6:19 p.m.20 views

CVE-2026-72852 darknet Integer Overflow in Convolutional Layer Buffer Sizing Leads to Heap Buffer Overflow

hank-ai/darknet sizes a convolutional layer's weight and output heap buffers by multiplying configuration fields taken from a .cfg file in unchecked 32-bit int arithmetic. In src-lib/convolutionallayer.cpp, l.nweights is computed as c / groups n size size and l.outputs as l.outh l.outw l.outc, an...

8.5CVSS6AI score
SaveExploits0References8
NVD
NVD
added 2026/08/20 6:16 p.m.16 views

CVE-2026-73258

Mongoose is an embedded web server and network library. Prior to 7.22, a remote attacker can place a lone carriage return or line feed in multipart input processed by mghttpnextmultipart in src/http.c. The loops comparing sb and sb + 1, and sh2 and sh2 + 1, use an incorrect AND condition and stop...

6.5CVSS0.00323EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/20 6:16 p.m.14 views

DEBIAN-CVE-2026-73258

Mongoose is an embedded web server and network library. Prior to 7.22, a remote attacker can place a lone carriage return or line feed in multipart input processed by mghttpnextmultipart in src/http.c. The loops comparing sb and sb + 1, and sh2 and sh2 + 1, use an incorrect AND condition and stop...

6.5CVSS5.6AI score0.00323EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/20 6:16 p.m.10 views

DEBIAN-CVE-2026-73257

Mongoose is an embedded web server and network library. Priro to version 7.22, a remote unauthenticated attacker can send an HTTP request containing both Content-Length and Transfer-Encoding: chunked. The clcount and tecount checks in the mghttpparse and httpcb paths in src/http.c accept both...

9.1CVSS5.6AI score0.00485EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/20 6:16 p.m.20 views

CVE-2026-63385

Libevent is an event notification library. Prior to 2.1.13 and 2.2.2-alpha, libevent has two HTTP parsing weaknesses in http.c. evhttpdecodeuriinternal decodes percent-encoded %00 bytes into literal NUL characters, which can cause downstream C string operations to truncate a path and bypass...

9.2CVSS0.00403EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/20 6:16 p.m.12 views

AZL-97539 CVE-2026-63385 affecting package mysql for versions less than 8.0.46-2

Libevent is an event notification library. Prior to 2.1.13 and 2.2.2-alpha, libevent has two HTTP parsing weaknesses in http.c. evhttpdecodeuriinternal decodes percent-encoded %00 bytes into literal NUL characters, which can cause downstream C string operations to truncate a path and bypass...

9.2CVSS7.8AI score0.00403EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/20 6:16 p.m.14 views

AZL-96897 CVE-2026-63385 affecting package libtevent 0.14.1-1

Libevent is an event notification library. Prior to 2.1.13 and 2.2.2-alpha, libevent has two HTTP parsing weaknesses in http.c. evhttpdecodeuriinternal decodes percent-encoded %00 bytes into literal NUL characters, which can cause downstream C string operations to truncate a path and bypass...

9.2CVSS7.2AI score0.00403EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/20 6:16 p.m.17 views

DEBIAN-CVE-2026-63385

Libevent is an event notification library. Prior to 2.1.13 and 2.2.2-alpha, libevent has two HTTP parsing weaknesses in http.c. evhttpdecodeuriinternal decodes percent-encoded %00 bytes into literal NUL characters, which can cause downstream C string operations to truncate a path and bypass...

9.2CVSS5.4AI score0.00403EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/20 6:16 p.m.11 views

AZL-96947 CVE-2026-63385 affecting package libevent for versions less than 2.1.13-1

Libevent is an event notification library. Prior to 2.1.13 and 2.2.2-alpha, libevent has two HTTP parsing weaknesses in http.c. evhttpdecodeuriinternal decodes percent-encoded %00 bytes into literal NUL characters, which can cause downstream C string operations to truncate a path and bypass...

9.2CVSS7.8AI score0.00403EPSS
SaveExploits0References1
Rows per page
Query Builder