Lucene search
K

186 matches found

Positive Technologies
Positive Technologies
added 2025/09/22 12:0 a.m.2 views

PT-2025-42778

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.17.0-rc6 Description The Linux kernel contains a flaw within the fs/proc/task mmu component. Specifically, a null pointer dereference can occur in pagemap scan backout range when the PAGEMAP SCAN ioctl is calle...

4.6CVSS5.8AI score0.00024EPSS
Exploits0
Github Security Blog
Github Security Blog
added 2025/09/15 1:37 p.m.3 views

fast-able is vulnerable to DoS attack through insecure method

The public accessible struct SyncVec has a public safe method getunchecked. It accept a parameter index and used in the getunchecked without sufficient checks as mentioned here...

7AI score
Exploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2025/09/04 12:28 a.m.3 views

CVE-2025-57615

An issue was discovered in rust-ffmpeg 0.3.0 after comit 5ac0527 An integer overflow vulnerability in the Vector::new constructor function allows an attacker to cause a denial of service via a null pointer dereference. The vulnerability stems from an unchecked cast of a usize parameter to cint,...

7.5CVSS7.1AI score0.00153EPSS
Exploits1References1
NVD
NVD
added 2025/09/02 4:15 p.m.1 views

CVE-2025-57615

An issue was discovered in rust-ffmpeg 0.3.0 after comit 5ac0527 An integer overflow vulnerability in the Vector::new constructor function allows an attacker to cause a denial of service via a null pointer dereference. The vulnerability stems from an unchecked cast of a usize parameter to cint,...

7.5CVSS0.00153EPSS
Exploits1References1
OSV
OSV
added 2025/09/02 4:15 p.m.2 views

CVE-2025-57615

An issue was discovered in rust-ffmpeg 0.3.0 after comit 5ac0527 An integer overflow vulnerability in the Vector::new constructor function allows an attacker to cause a denial of service via a null pointer dereference. The vulnerability stems from an unchecked cast of a usize parameter to cint,...

7.5CVSS7AI score
Exploits0References1
CVE
CVE
added 2025/08/24 1:2 p.m.25 views

CVE-2025-9389

CVE-2025-9389 affects vim 9.1.0000; vulnerable in __memmove_avx_unaligned_erms within memmove-vec-unaligned-erms.S, enabling local memory corruption. An exploit/PoC is publicly available; some users report reproduction issues (e.g., when color features are enabled). Remediation: update vim packag...

5.5CVSS4AI score0.00049EPSS
Exploits1References6Affected Software1
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/08/14 6:52 p.m.2 views

Malicious code in @zalastax/nolb-_vec (npm)

The package @zalastax/nolb-vec was found to contain malicious code...

7AI score
Exploits0
OSV
OSV
added 2025/08/14 6:52 p.m.1 views

MAL-2025-10562 Malicious code in @zalastax/nolb-_vec (npm)

The package @zalastax/nolb-vec was found to contain malicious code...

7.2AI score
Exploits0
OSV
OSV
added 2025/08/14 12:0 p.m.2 views

RUSTSEC-2025-0053 Multiple memory corruption vulnerabilities in safe APIs

The crate has the following vulnerabilities: - The public trait arenavec::common::AllocHandle allows the return of raw pointers through its methods allocate and allocateorextend. However, the trait is not marked as unsafe, meaning users of the crate may implement it under the assumption that the...

7.1AI score
Exploits0References5
SUSE CVE
SUSE CVE
added 2025/06/19 3:42 a.m.2 views

SUSE CVE-2022-50066

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix aqvec index out of range error The final update statement of the for loop exceeds the array range, the dereference of self-aqveci is not checked and then leads to the index out of range error. Also fixed this...

5.5CVSS6.4AI score0.00067EPSS
Exploits0References11
OSV
OSV
added 2025/06/18 11:15 a.m.5 views

UBUNTU-CVE-2022-50066

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix aqvec index out of range error The final update statement of the for loop exceeds the array range, the dereference of self-aqveci is not checked and then leads to the index out of range error. Also fixed this...

7.8CVSS6.1AI score0.00067EPSS
Exploits0References6
Github Security Blog
Github Security Blog
added 2025/06/05 12:39 a.m.23 views

anon-vec lacks sufficient checks in public API

The following functions in the anon-vec crate are unsound due to insufficient checks on their arguments:: - AnonVec::getref - AnonVec::getmut - AnonVec::removeget The crate was built as a learning project and is not being maintained...

7AI score
Exploits0References3Affected Software1
OSV
OSV
added 2025/06/05 12:39 a.m.1 views

GHSA-PR59-JJR4-GCF6 anon-vec lacks sufficient checks in public API

The following functions in the anon-vec crate are unsound due to insufficient checks on their arguments:: - AnonVec::getref - AnonVec::getmut - AnonVec::removeget The crate was built as a learning project and is not being maintained...

7AI score
Exploits0References2
Positive Technologies
Positive Technologies
added 2025/06/05 12:0 a.m.2 views

PT-2025-25491 · Crates.Io · Anon-Vec

The following functions in the anon-vec crate are unsound due to insufficient checks on their arguments:: - AnonVec::get ref - AnonVec::get mut - AnonVec::remove get The crate was built as a learning project and is not being maintained...

7.1AI score
Exploits0References3
RedhatCVE
RedhatCVE
added 2025/05/23 8:33 a.m.10 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...

9.1CVSS7.5AI score0.00141EPSS
Exploits2References1
Positive Technologies
Positive Technologies
added 2025/05/08 12:0 a.m.2 views

PT-2025-20400 · Crates.Io · Fast Id Map

FastMap::get lacks sufficient checks to its parameter index and is used to unsafely get a Vec element. fast id map is unmaintained...

7.2AI score
Exploits0References3
OSV
OSV
added 2025/05/06 12:0 p.m.1 views

RUSTSEC-2025-0039 Lack of sufficient checks in public API

The following functions in the anon-vec crate are unsound due to insufficient checks on their arguments:: - AnonVec::getref - AnonVec::getmut - AnonVec::removeget The crate was built as a learning project and is not being maintained...

7AI score
Exploits0References3
RustSec
RustSec
added 2025/05/06 12:0 p.m.6 views

Lack of sufficient checks in public API

The following functions in the anon-vec crate are unsound due to insufficient checks on their arguments:: - AnonVec::getref - AnonVec::getmut - AnonVec::removeget The crate was built as a learning project and is not being maintained...

7AI score
Exploits0Affected Software1
Positive Technologies
Positive Technologies
added 2025/05/06 12:0 a.m.2 views

PT-2025-23486 · Crates.Io · Anon-Vec

The following functions in the anon-vec crate are unsound due to insufficient checks on their arguments:: - AnonVec::get ref - AnonVec::get mut - AnonVec::remove get The crate was built as a learning project and is not being maintained...

7.1AI score
Exploits0References4
Fedora
Fedora
added 2025/04/21 1:41 a.m.4 views

[SECURITY] Fedora 40 Update: rust-litemap-0.7.3-5.fc40

A key-value Map implementation based on a flat, sorted Vec...

7.3AI score
Exploits0
Rows per page
Query Builder