Lucene search
K

9533 matches found

OSV
OSV
added 2025/09/02 4:15 p.m.4 views

CVE-2025-57613

An issue was discovered in rust-ffmpeg 0.3.0 after comit 5ac0527 A null pointer dereference vulnerability in the input constructor function allows an attacker to cause a denial of service. The vulnerability is triggered when the avioalloccontext call fails and returns NULL, which is then stored a...

7.5CVSS6.7AI score
Exploits0References1
OSV
OSV
added 2025/09/02 4:15 p.m.3 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
Exploits0References1
OSV
OSV
added 2025/09/02 4:15 p.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...

7.5CVSS7AI score
Exploits0References1
OSV
OSV
added 2025/09/02 4:15 p.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,...

7.5CVSS7AI score
Exploits0References1
OSV
OSV
added 2025/09/02 4:15 p.m.5 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...

5.3CVSS6.9AI score
Exploits0References1
NVD
NVD
added 2025/09/02 4:15 p.m.5 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.00337EPSS
Exploits1References1
OSV
OSV
added 2025/09/02 4:15 p.m.4 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.5CVSS6.8AI score
Exploits0References1
Vulnrichment
Vulnrichment
added 2025/09/02 12:0 a.m.5 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.00251EPSS
Exploits1References1
CVE
CVE
added 2025/09/02 12:0 a.m.16 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.00251EPSS
Exploits1References1Affected Software1
Cvelist
Cvelist
added 2025/09/02 12:0 a.m.10 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...

0.00251EPSS
Exploits1References1
CVE
CVE
added 2025/09/02 12:0 a.m.16 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.00337EPSS
Exploits1References1Affected Software1
Positive Technologies
Positive Technologies
added 2025/09/02 12:0 a.m.6 views

PT-2025-35653

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

7.1AI score
Exploits0References1
Cvelist
Cvelist
added 2025/09/02 12:0 a.m.9 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...

0.00417EPSS
Exploits1References1
Vulnrichment
Vulnrichment
added 2025/09/02 12:0 a.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,...

6.5AI score0.00337EPSS
Exploits1References1
Cvelist
Cvelist
added 2025/09/02 12:0 a.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,...

0.00337EPSS
Exploits1References1
Positive Technologies
Positive Technologies
added 2025/09/02 12:0 a.m.7 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.00337EPSS
Exploits1References5
CVE
CVE
added 2025/09/02 12:0 a.m.17 views

CVE-2025-57614

The CVE-2025-57614 entry concerns rust-ffmpeg 0.3.0 (post-commit 5ac0527). The flaw is an integer overflow/invalid input in the cached method triggered when dimension parameters are zero or exceed i32::MAX, causing an unchecked cast that violates the underlying C function preconditions and leads ...

7.5CVSS7.2AI score0.00417EPSS
Exploits1References1Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/02 12:0 a.m.4 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.00337EPSS
Exploits1References1
Cvelist
Cvelist
added 2025/09/02 12:0 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...

0.00337EPSS
Exploits1References1
Vulnrichment
Vulnrichment
added 2025/09/02 12:0 a.m.3 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.2AI score0.00417EPSS
Exploits1References1
Rows per page
Query Builder