Lucene search
+L

196 matches found

Vulnrichment
Vulnrichment
added 2024/09/25 12:0 a.m.12 views

CVE-2024-46488

sqlite-vec v0.1.1 was discovered to contain a heap buffer overflow via the npytokennext function. This vulnerability allows attackers to cause a Denial of Service DoS via a crafted file...

7.7AI score0.00425EPSS
SaveExploits2References1
CVE
CVE
added 2024/09/25 12:0 a.m.52 views

CVE-2024-46488

sqlite-vec v0.1.1 contains a heap-based buffer overflow in the npy_token_next function that can be triggered by processing crafted files, leading to Denial of Service (DoS). The CVE-2024-46488 entry is corroborated by Red Hat, Veracode, GitHub advisory GHSA-vrcx-gx3g-j3h8, OSV, NVD, CVE list, and...

9.1CVSS7.7AI score0.00425EPSS
SaveExploits2References1Affected Software1
RubySec
RubySec
added 2024/09/25 12:0 a.m.20 views

Heap-based Buffer Overflow in sqlite-vec

sqlite-vec v0.1.1 was discovered to contain a heap buffer overflow via the npytokennext function. This vulnerability allows attackers to cause a Denial of Service DoS via a crafted file. Workaround for CVE in release 0.1.3...

9.1CVSS7.2AI score0.00425EPSS
SaveExploits2References1Affected Software1
Cvelist
Cvelist
added 2024/09/25 12:0 a.m.23 views

CVE-2024-46488

sqlite-vec v0.1.1 was discovered to contain a heap buffer overflow via the npytokennext function. This vulnerability allows attackers to cause a Denial of Service DoS via a crafted file...

0.00425EPSS
SaveExploits2References1
Positive Technologies
Positive Technologies
added 2024/04/04 12:0 a.m.9 views

PT-2024-8482 · Linux +4 · Linux Kernel +4

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a slow server-side memory leak in the SUNRPC component of the Linux kernel when using RPC-over-TCP. This leak occurs because the sock sendmsg function does not...

9.1CVSS6.5AI score0.01401EPSS
SaveExploits1References549
Positive Technologies
Positive Technologies
added 2023/12/13 12:0 a.m.12 views

PT-2023-31403 · Ibm · Ibm System Storage Virtualization Engine Ts7700

Name of the Vulnerable Software and Affected Versions: IBM System Storage Virtualization Engine TS7700 versions 3957-VEC, 3948-VED Description: A remote attacker could obtain sensitive information when a detailed technical error message is returned in the browser. This information could be used i...

4.3CVSS4.3AI score0.00657EPSS
SaveExploits0References6
OSV
OSV
added 2023/08/24 10:20 p.m.5 views

GHSA-RCX8-48PC-V9Q8 mail-internals use-after-free vulnerability in `vec_insert_bytes`

Incorrect reallocation logic in the function vecinsertbytes causes a use-after-free. This function does not have to be called directly to trigger the vulnerability because many methods on EncodingWriter call this function internally. The mail-\ suite is unmaintained and the upstream sources have...

5.7AI score
SaveExploits0References2
RustSec
RustSec
added 2023/08/07 12:0 p.m.6 views

Use-after-free in `vec_insert_bytes`

Incorrect reallocation logic in the function vecinsertbytes causes a use-after-free. This function does not have to be called directly to trigger the vulnerability because many methods on EncodingWriter call this function internally. The mail-\ suite is unmaintained and the upstream sources have...

7.1AI score
SaveExploits0Affected Software1
Github Security Blog
Github Security Blog
added 2023/03/07 8:13 p.m.17 views

Maligned causes incorrect deallocation

maligned::alignfirst manually allocates with an alignment larger than T, and then uses Vec::fromrawparts on that allocation to get a Vec. GlobalAlloc::dealloc requires that the layout argument must be the same layout that was used to allocate that block of memory. When deallocating, Box and Vec m...

2.2AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2023/03/04 12:0 p.m.14 views

RUSTSEC-2023-0017 `maligned::align_first` causes incorrect deallocation

maligned::alignfirst manually allocates with an alignment larger than T, and then uses Vec::fromrawparts on that allocation to get a Vec. GlobalAlloc::dealloc requires that the layout argument must be the same layout that was used to allocate that block of memory. When deallocating, Box and Vec m...

7AI score
SaveExploits0References3
RustSec
RustSec
added 2023/03/04 12:0 p.m.21 views

`maligned::align_first` causes incorrect deallocation

maligned::alignfirst manually allocates with an alignment larger than T, and then uses Vec::fromrawparts on that allocation to get a Vec. GlobalAlloc::dealloc requires that the layout argument must be the same layout that was used to allocate that block of memory. When deallocating, Box and Vec m...

2.2AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2023/02/15 3:41 a.m.5 views

SUSE CVE-2021-31162

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...

8.1CVSS7AI score0.0289EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2023/02/14 12:0 a.m.7 views

PT-2023-36098 · Safemem +1 · Safemem +1

Name of the Vulnerable Software and Affected Versions: safemem affected versions not specified Description: The safemem repository has been archived by its author, with the latest crates.io release dating back to 2019. For migration purposes, several functions can be replaced with their equivalen...

6.9AI score
SaveExploits0References4
RustSec
RustSec
added 2023/01/24 12:0 p.m.29 views

buf_redux is Unmaintained

Last release was over three years ago. The maintainers have been unreachable to respond to any issues that may or may not include security issues. The repository is now archived and there is no security policy in place to contact the maintainers otherwise. The safety-undocumented unsafe in the...

6.7AI score
SaveExploits0
OSV
OSV
added 2023/01/20 9:54 p.m.30 views

GHSA-F85W-WVC7-CRWC bumpalo has use-after-free due to a lifetime error in `Vec::into_iter()`

In affected versions of this crate, the lifetime of the iterator produced by Vec::intoiter is not constrained to the lifetime of the Bump that allocated the vector's memory. Using the iterator after the Bump is dropped causes use-after-free accesses. The following example demonstrates memory...

7.3AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2023/01/20 9:54 p.m.34 views

bumpalo has use-after-free due to a lifetime error in `Vec::into_iter()`

In affected versions of this crate, the lifetime of the iterator produced by Vec::intoiter is not constrained to the lifetime of the Bump that allocated the vector's memory. Using the iterator after the Bump is dropped causes use-after-free accesses. The following example demonstrates memory...

3AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2022/09/22 5:15 p.m.24 views

CVE-2022-35024

OTFCC commit 617837b was discovered to contain a segmentation violation via /multiarch/memmove-vec-unaligned-erms.S...

6.5CVSS6.8AI score
SaveExploits0References2
NVD
NVD
added 2022/09/22 5:15 p.m.29 views

CVE-2022-35024

OTFCC commit 617837b was discovered to contain a segmentation violation via /multiarch/memmove-vec-unaligned-erms.S...

6.5CVSS0.00759EPSS
SaveExploits1References2
Prion
Prion
added 2022/09/22 5:15 p.m.22 views

Code injection

OTFCC commit 617837b was discovered to contain a segmentation violation via /multiarch/memmove-vec-unaligned-erms.S...

4.3CVSS6.4AI score0.00759EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2022/09/22 4:53 p.m.63 views

CVE-2022-35024

OTFCC commit 617837b was discovered to contain a segmentation violation via /multiarch/memmove-vec-unaligned-erms.S...

6.5CVSS6.4AI score0.00759EPSS
SaveExploits1
Rows per page
Query Builder