Lucene search
+L

558640 matches found

EUVD
EUVD
added 2026/08/17 5:53 p.m.10 views

EUVD-2026-60316

COVESA Open1722 through 0.9.2 contains a stack buffer overflow vulnerability that allows unauthenticated remote attackers to write past the end of a fixed 15-slot stack array by sending a crafted UDP datagram containing more than 15 ACF-CAN messages. The avtptocan function increments its write...

8.7CVSS6.7AI score0.02361EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/17 5:53 p.m.21 views

CVE-2026-73522

avtp_to_can() in COVESA Open1722's ACF-CAN listener increments a write index without bounds-checking against the 15-slot array size. An unauthenticated remote attacker sends a crafted UDP datagram with >15 ACF-CAN messages, overflowing the stack buffer to corrupt adjacent memory, enabling arbi...

8.7CVSS6.7AI score0.02361EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/17 5:53 p.m.8 views

CVE-2026-73522

COVESA Open1722 through 0.9.2 contains a stack buffer overflow vulnerability that allows unauthenticated remote attackers to write past the end of a fixed 15-slot stack array by sending a crafted UDP datagram containing more than 15 ACF-CAN messages. The avtptocan function increments its write...

8.7CVSS6.6AI score0.02361EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/17 5:53 p.m.32 views

CVE-2026-73522 COVESA Open1722 0.9.2 Stack Buffer Overflow via avtp_to_can() in acf-can-listener

COVESA Open1722 through 0.9.2 contains a stack buffer overflow vulnerability that allows unauthenticated remote attackers to write past the end of a fixed 15-slot stack array by sending a crafted UDP datagram containing more than 15 ACF-CAN messages. The avtptocan function increments its write...

8.7CVSS0.02361EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 5:53 p.m.13 views

CVE-2026-73522 COVESA Open1722 0.9.2 Stack Buffer Overflow via avtp_to_can() in acf-can-listener

COVESA Open1722 through 0.9.2 contains a stack buffer overflow vulnerability that allows unauthenticated remote attackers to write past the end of a fixed 15-slot stack array by sending a crafted UDP datagram containing more than 15 ACF-CAN messages. The avtptocan function increments its write...

8.7CVSS6.8AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/17 5:53 p.m.5 views

CVE-2026-73522 COVESA Open1722 0.9.2 Stack Buffer Overflow via avtp_to_can() in acf-can-listener

COVESA Open1722 through 0.9.2 contains a stack buffer overflow vulnerability that allows unauthenticated remote attackers to write past the end of a fixed 15-slot stack array by sending a crafted UDP datagram containing more than 15 ACF-CAN messages. The avtptocan function increments its write...

8.7CVSS6.6AI score0.02361EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/17 5:50 p.m.15 views

CVE-2026-71980

bcg729 (Belledonne Communications G.729 codec library, versions through 1.1.2) is vulnerable in the decodeSIDframe() function in src/cng.c. When a zero-length comfort-noise RTP payload is received, a uint8_t filter-order calculation underflows to 255, is clamped to 10, and causes an unconditional...

8.7CVSS5.7AI score0.00339EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/17 5:50 p.m.32 views

CVE-2026-71980 Belledonne Communications bcg729 1.1.2 Out-of-Bounds Read via decodeSIDframe()

Belledonne Communications bcg729 through 1.1.2 contains an out-of-bounds read vulnerability in the decodeSIDframe function in src/cng.c that allows unauthenticated network-adjacent attackers to trigger a heap read beyond buffer boundaries by sending a zero-length comfort-noise RTP payload. A...

8.7CVSS0.00339EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/17 5:50 p.m.7 views

CVE-2026-71980 Belledonne Communications bcg729 1.1.2 Out-of-Bounds Read via decodeSIDframe()

Belledonne Communications bcg729 through 1.1.2 contains an out-of-bounds read vulnerability in the decodeSIDframe function in src/cng.c that allows unauthenticated network-adjacent attackers to trigger a heap read beyond buffer boundaries by sending a zero-length comfort-noise RTP payload. A...

8.7CVSS5.8AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/17 5:50 p.m.10 views

EUVD-2026-60315

Belledonne Communications bcg729 through 1.1.2 contains an out-of-bounds read vulnerability in the decodeSIDframe function in src/cng.c that allows unauthenticated network-adjacent attackers to trigger a heap read beyond buffer boundaries by sending a zero-length comfort-noise RTP payload. A...

8.7CVSS5.7AI score0.00339EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/17 5:50 p.m.7 views

CVE-2026-71980

Belledonne Communications bcg729 through 1.1.2 contains an out-of-bounds read vulnerability in the decodeSIDframe function in src/cng.c that allows unauthenticated network-adjacent attackers to trigger a heap read beyond buffer boundaries by sending a zero-length comfort-noise RTP payload. A...

8.7CVSS5.7AI score0.00339EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/17 5:49 p.m.16 views

sqlparse: TokenList.__init__ materializes O(subtree) value per group, causing CPU DoS before depth/token caps trigger

Summary sqlparse ships hard limits MAXGROUPINGDEPTH=100, MAXGROUPINGTOKENS=10000 intended to bound parsing work on attacker-supplied SQL, but the path that reaches those limits is itself Ondepth per token-group construction. A 1-2 KB SQL payload e.g. SELECT 1 ... with 500-2000 nesting levels, or ...

8.7CVSS6.1AI score0.00263EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/08/17 5:49 p.m.8 views

GHSA-PWGV-4X5Q-6M9F sqlparse: TokenList.__init__ materializes O(subtree) value per group, causing CPU DoS before depth/token caps trigger

Summary sqlparse ships hard limits MAXGROUPINGDEPTH=100, MAXGROUPINGTOKENS=10000 intended to bound parsing work on attacker-supplied SQL, but the path that reaches those limits is itself Ondepth per token-group construction. A 1-2 KB SQL payload e.g. SELECT 1 ... with 500-2000 nesting levels, or ...

8.7CVSS6.1AI score0.00263EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/17 5:48 p.m.6 views

CVE-2026-72038

A flaw was found in the liquidio network driver within the Linux kernel. This vulnerability occurs when the cn23xxgetpfnum function fails, leading to Base Address Register BAR resources not being properly unmapped. This resource leak could potentially be exploited by a local attacker to cause a...

5.5CVSS5.4AI score0.0021EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/17 5:48 p.m.6 views

CVE-2026-72034

A flaw was found in the Linux kernel's file handle fhandle mechanism. A local attacker could exploit a vulnerability in the capablewrtmount function, which incorrectly handles detached mounts. By performing specific operations, an attacker could trigger a null pointer dereference, leading to a...

7.8CVSS5.5AI score0.00163EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/17 5:48 p.m.5 views

CVE-2026-72033

A flaw was found in OrangeFS, a file system within the Linux kernel. An integer overflow occurs in the fillfrompart function when calculating the size of a directory entry. This happens because the size is computed as a 64-bit value but stored as a 32-bit value, allowing a large entry length to...

9.8CVSS5.5AI score0.00739EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/17 5:47 p.m.5 views

CVE-2026-72027

A flaw was found in the Linux kernel's memory management subsystem, specifically within the mm/compaction component. When the freepagesprepare function fails, the compactionfree function does not properly handle this error. This oversight can lead to pages that are either hardware poisoned...

7.8CVSS5.6AI score0.00175EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/17 5:47 p.m.5 views

CVE-2026-52717

A memory corruption vulnerability was found in GStreamer's gst-libav plugin. The gstffmpegpipeclose function incorrectly calls gfree on a pointer to an embedded struct member that was never heap-allocated. A remote attacker could trick a user into opening a specially crafted media file, causing t...

6.5CVSS5.5AI score
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/08/17 5:32 p.m.9 views

vm2: Sandbox Breakout Using Dangerous Host Proto Mutators

Summary VM2 suffers from a sandbox breakout vulnerability. This allows attackers to write code which can escape from the VM2 sandbox and execute arbitrary commands on the host system. Details The fix for https://github.com/patriksimek/vm2/security/advisories/GHSA-v6mx-mf47-r5wg is insufficient an...

9.8CVSS6.7AI score0.00492EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/08/17 5:32 p.m.11 views

GHSA-CFCW-XP6X-25GJ vm2: Sandbox Breakout Using Dangerous Host Proto Mutators

Summary VM2 suffers from a sandbox breakout vulnerability. This allows attackers to write code which can escape from the VM2 sandbox and execute arbitrary commands on the host system. Details The fix for https://github.com/patriksimek/vm2/security/advisories/GHSA-v6mx-mf47-r5wg is insufficient an...

9.8CVSS6.7AI score0.00492EPSS
SaveExploits0References3
Rows per page
Query Builder