Lucene search
+L

9479 matches found

Amazon
Amazon
added 2025/09/04 12:00 a.m.7 views

Medium: rust

Issue Overview: There exists a vulnerability in SQLite versions before 3.50.2 where the number of aggregate terms could exceed the number of columns available. This could lead to a memory corruption issue. We recommend upgrading to version 3.50.2 or above. CVE-2025-6965 Affected Packages: rust...

9.8CVSS7AI score0.74866EPSS
SaveExploits3
Tenable Nessus
Tenable Nessus
added 2025/09/04 12:00 a.m.6 views

Amazon Linux 2 : rust, --advisory ALAS2-2025-2978 (ALAS-2025-2978)

The version of rust installed on the remote host is prior to 1.86.0-1. It is, therefore, affected by a vulnerability as referenced in the ALAS2-2025-2978 advisory. There exists a vulnerability in SQLite versions before 3.50.2 where the number of aggregate terms could exceed the number of columns...

7.7CVSS7.1AI score0.74866EPSS
SaveExploits3References4
Microsoft CVE
Microsoft CVE
added 2025/09/03 9:40 p.m.7 views

rust openssl ssl::select_next_proto use after free

...

6.3CVSS7AI score0.00667EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/09/03 12:00 a.m.3 views

Fedora 44 : glycin / rust-ashpd / rust-ashpd0.11 / rust-glycin / etc (2025-bb172624a9)

The remote Fedora 44 host has packages installed that are affected by a vulnerability as referenced in the FEDORA-2025-bb172624a9 advisory. Update glycin to version 2.0.rc. This update also includes a bunch of related Rust dependency updates for GNOME 49.rc. Additionally, CVE-2025-58160 is...

2.3CVSS5.5AI score0.00325EPSS
SaveExploits0References2
NVD
NVD
added 2025/09/02 4:15 p.m.6 views

CVE-2025-57614

An issue was discovered in rust-ffmpeg 0.3.0 after comit 5ac0527 Integer overflow and invalid input vulnerability in the cached method allows an attacker to cause a denial of service or potentially execute arbitrary code. The vulnerability occurs when dimension parameters are zero or exceed...

7.5CVSS0.00447EPSS
SaveExploits1References1
NVD
NVD
added 2025/09/02 4:15 p.m.8 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.00361EPSS
SaveExploits1References1
NVD
NVD
added 2025/09/02 4:15 p.m.11 views

CVE-2025-57616

An issue was discovered in rust-ffmpeg 0.3.0 after comit 5ac0527 A use-after-free vulnerability in the writeinterleaved method allows an attacker to cause a denial of service or memory corruption. The method violates Rust's aliasing rules by modifying a data structure through a mutable pointer...

7.5CVSS0.00361EPSS
SaveExploits1References1
NVD
NVD
added 2025/09/02 4:15 p.m.9 views

CVE-2025-57612

An issue was discovered in rust-ffmpeg 0.3.0 after comit 5ac0527 Null pointer dereference vulnerability in the name method allows an attacker to cause a denial of service. The vulnerability exists because the method fails to check for a NULL return value from the avgetsamplefmtname C function,...

7.5CVSS0.00361EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2025/09/02 12:00 a.m.15 views

PT-2025-35576

Name of the Vulnerable Software and Affected Versions: rust-ffmpeg version 0.3.0 after commit 5ac0527 Description: A null pointer dereference issue exists in the name method of rust-ffmpeg. This flaw occurs because the method does not validate the return value of the av get sample fmt name C...

7.5CVSS6.2AI score0.00361EPSS
SaveExploits1References5
CVE
CVE
added 2025/09/02 12:00 a.m.24 views

CVE-2025-57615

The CVE-2025-57615 entry concerns rust-ffmpeg 0.3.0 (post-commit 5ac0527). The issue is an integer overflow in Vector::new caused by unchecked casting of a usize to c_int, which can pass a negative value to sws_allocVec(), potentially enabling a denial of service via a null pointer dereference. R...

7.5CVSS6.5AI score0.00361EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2025/09/02 12:00 a.m.17 views

CVE-2025-57616

An issue was discovered in rust-ffmpeg 0.3.0 after comit 5ac0527 A use-after-free vulnerability in the writeinterleaved method allows an attacker to cause a denial of service or memory corruption. The method violates Rust's aliasing rules by modifying a data structure through a mutable pointer...

0.00361EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2025/09/02 12:00 a.m.5 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,...

6.5AI score0.00361EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2025/09/02 12:00 a.m.12 views

PT-2025-35577

Name of the Vulnerable Software and Affected Versions: rust-ffmpeg version 0.3.0 Description: A null pointer dereference issue exists in the input constructor function. This can lead to a denial of service when the avio alloc context call fails and returns NULL, which is subsequently dereferenced...

7.5CVSS6.2AI score0.00361EPSS
SaveExploits1References5
CVE
CVE
added 2025/09/02 12:00 a.m.24 views

CVE-2025-57611

CVE-2025-57611 affects rust-ffmpeg 0.3.0 (post-commit 5ac0527). The issue is a null pointer dereference in the dump() function caused by not checking the return value of avfilter_graph_dump(), which can crash the process if memory allocation fails. The connected sources confirm the vulnerability ...

5.3CVSS6.4AI score0.00269EPSS
SaveExploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/02 12:00 a.m.6 views

CVE-2025-57611

An issue was discovered in rust-ffmpeg 0.3.0 after comit 5ac0527 Null pointer dereference vulnerability in the dump method allows an attacker to cause a denial of service. The vulnerability exists because the method fails to check the return value of avfiltergraphdump for NULL, leading to a crash...

6.4AI score0.00269EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2025/09/02 12:00 a.m.14 views

PT-2025-35579

Name of the Vulnerable Software and Affected Versions: rust-ffmpeg version 0.3.0 after commit 5ac0527 Description: An integer overflow vulnerability exists in the Vector::new constructor function. This can lead to a denial of service through a null pointer dereference. The issue arises from an...

7.5CVSS6.5AI score0.00361EPSS
SaveExploits1References4
OSV
OSV
added 2025/09/02 12:00 a.m.9 views

CVE-2025-57616

An issue was discovered in rust-ffmpeg 0.3.0 after comit 5ac0527 A use-after-free vulnerability in the writeinterleaved method allows an attacker to cause a denial of service or memory corruption. The method violates Rust's aliasing rules by modifying a data structure through a mutable pointer...

7.5CVSS7AI score
SaveExploits0References3
OSV
OSV
added 2025/09/02 12:00 a.m.7 views

CVE-2025-57614

An issue was discovered in rust-ffmpeg 0.3.0 after comit 5ac0527 Integer overflow and invalid input vulnerability in the cached method allows an attacker to cause a denial of service or potentially execute arbitrary code. The vulnerability occurs when dimension parameters are zero or exceed...

7.5CVSS7.7AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/09/02 12:00 a.m.9 views

PT-2025-35653

🔴 Rust array queue, Memory Corruption, CVE-2021-28016 Critical https://t.co/xvt7ni76ig...

7.1AI score
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/09/02 12:00 a.m.5 views

CVE-2025-57616

An issue was discovered in rust-ffmpeg 0.3.0 after comit 5ac0527 A use-after-free vulnerability in the writeinterleaved method allows an attacker to cause a denial of service or memory corruption. The method violates Rust's aliasing rules by modifying a data structure through a mutable pointer...

6.4AI score0.00361EPSS
SaveExploits1References1
Rows per page
Query Builder