Lucene search
+L

374878 matches found

RedhatCVE
RedhatCVE
added 2026/08/06 4:00 p.m.9 views

CVE-2026-68770

A flaw was found in sentence-transformers. A remote attacker could exploit a logic flaw to bypass a security control designed to prevent the execution of untrusted code. This vulnerability allows for arbitrary code execution when an application loads a model from a directory that has been...

9.8CVSS6.2AI score0.00521EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/06 3:58 p.m.15 views

libaom: libaom: arbitrary address write via SVC layer context OOB and cyclic refresh map pointer hijack

An arbitrary address write vulnerability was found in libaom, the reference AV1 codec implementation. A missing bounds check in the SVC Scalable Video Coding layer ID control function allows an attacker to inject an arbitrary pointer into the cyclic refresh map field via crafted image pixel value...

7.1CVSS5.8AI score0.00328EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/06 3:58 p.m.41 views

CVE-2026-11803 PDF File Parsing Out-of-Bounds Read Vulnerability in Autodesk Revit

A maliciously crafted PDF file, when parsed through Autodesk Revit, can force an Out-of-Bounds Read vulnerability. A malicious actor can leverage this vulnerability to cause a crash, read sensitive data, or execute arbitrary code in the context of the current process...

7.8CVSS0.00141EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/06 3:58 p.m.11 views

CVE-2026-11803 PDF File Parsing Out-of-Bounds Read Vulnerability in Autodesk Revit

A maliciously crafted PDF file, when parsed through Autodesk Revit, can force an Out-of-Bounds Read vulnerability. A malicious actor can leverage this vulnerability to cause a crash, read sensitive data, or execute arbitrary code in the context of the current process...

7.8CVSS5.8AI score0.00141EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/06 3:58 p.m.42 views

CVE-2026-8325 PDF File Parsing Out-of-Bounds Write Vulnerability in Autodesk Revit

A maliciously crafted PDF file, when parsed through Autodesk Revit, can force an Out-of-Bounds Write vulnerability. A malicious actor may leverage this vulnerability to cause a crash, cause data corruption, or execute arbitrary code in the context of the current process...

7.8CVSS0.00131EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/06 3:58 p.m.9 views

CVE-2026-8325 PDF File Parsing Out-of-Bounds Write Vulnerability in Autodesk Revit

A maliciously crafted PDF file, when parsed through Autodesk Revit, can force an Out-of-Bounds Write vulnerability. A malicious actor may leverage this vulnerability to cause a crash, cause data corruption, or execute arbitrary code in the context of the current process...

7.8CVSS5.8AI score0.00131EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/06 3:48 p.m.32 views

CVE-2026-43629 llama.cpp b4882–b9058 Buffer Overflow in KV Cache State Restore

llama.cpp builds b4882 through b9058 contain a heap buffer overflow vulnerability in the KV cache state restore path where the statereaddata function computes write size without overflow checking, allowing attackers with write access to the slotsavepath directory to corrupt heap memory. Attackers...

9.2CVSS0.00619EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/06 3:40 p.m.7 views

CVE-2026-43627 llama.cpp b1283–b9058 Integer Overflow in llama_batch_init() Function

llama.cpp builds b1283 through b9058 contain an integer overflow vulnerability in the llamabatchinit function where unchecked multiplications in malloc calls can wrap past INT32MAX when computing allocation sizes. Attackers can pass specially crafted parameters to trigger integer overflow, causin...

8.5CVSS6.4AI score0.0014EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/06 3:40 p.m.50 views

CVE-2026-43627

The CVE-2026-43627 issue affects llama.cpp (b1283–b9058) in the llama_batch_init() function, where unchecked multiplications in malloc() cause allocation sizes to wrap past INT32_MAX. This leads to heap corruption and can potentially enable arbitrary code execution through subsequent batch operat...

8.5CVSS6.5AI score0.0014EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/06 3:35 p.m.28 views

CVE-2026-70638 llama.cpp b1886–b7445 Integer Overflow via new_1batch() in llama-android.cpp

llama.cpp builds b1886 through b7445 contain an integer overflow vulnerability in the LLaMA-Android JNI wrapper where the new1batch function multiplies sizeofllamaseqid by an attacker-controlled nseqmax parameter without overflow validation, causing heap buffer allocation to wrap and allocate...

8.5CVSS6.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/06 3:33 p.m.32 views

CVE-2026-53984 Ground Station prior to 0.6.0 Unauthenticated Database Wipe and Arbitrary Data Injection via Socket.IO database_backup full_restore Action

Ground Station prior to 0.6.0 contains an unauthenticated database-destruction and arbitrary-data-injection vulnerability in the Socket.IO server's databasebackup event handler that allows any unauthenticated network peer to wipe or replace the entire SQLite database by sending a single fullresto...

9.1CVSS0.00381EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/06 3:33 p.m.54 views

CVE-2026-53984

Ground Station (before 0.6.0) is vulnerable to unauthenticated database wipe and arbitrary data injection via Socket.IO. The database_backup full_restore handler accepts a caller-supplied SQL blob, enabling an unauthenticated network peer to drop or recreate the SQLite database (via attacker-cont...

9.1CVSS5.8AI score0.00381EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/06 3:30 p.m.11 views

CVE-2026-7867

A flaw was found in udisks2. A local attacker with an active console session can exploit insufficient authorization checking on the 'as-user' option in the org.freedesktop.UDisks2.Filesystem.Mount D-Bus method. This allows the attacker to spoof the 'as-user' parameter, mounting filesystems on...

7.8CVSS5.5AI score0.00175EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/06 3:27 p.m.36 views

CVE-2026-43622 llama.cpp b1886–b7445 Double Free via llama-android.cpp

llama.cpp builds b1886 through b7445 contain a double free vulnerability in the LLaMA-Android JNI wrapper where new1batch allocates memory using malloc while free1batch deallocates it using the C++ delete operator, causing heap metadata corruption. Attackers can trigger this memory management...

8.5CVSS0.00134EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/06 3:27 p.m.19 views

EUVD-2026-54096

llama.cpp builds b1886 through b7445 contain a double free vulnerability in the LLaMA-Android JNI wrapper where new1batch allocates memory using malloc while free1batch deallocates it using the C++ delete operator, causing heap metadata corruption. Attackers can trigger this memory management...

8.5CVSS6.3AI score0.00134EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/06 3:27 p.m.77 views

CVE-2026-43622

CVE-2026-43622 affects llama.cpp builds b1886–b7445, where the LLaMA-Android JNI wrapper presents a double free vulnerability. The code allocates memory with malloc() in new_1batch() but frees it with the C++ delete operator in free_1batch(), leading to heap metadata corruption. Consequences desc...

8.5CVSS6.3AI score0.00134EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/06 3:27 p.m.12 views

CVE-2026-43622 llama.cpp b1886–b7445 Double Free via llama-android.cpp

llama.cpp builds b1886 through b7445 contain a double free vulnerability in the LLaMA-Android JNI wrapper where new1batch allocates memory using malloc while free1batch deallocates it using the C++ delete operator, causing heap metadata corruption. Attackers can trigger this memory management...

8.5CVSS6.3AI score0.00134EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/06 3:17 p.m.14 views

CVE-2026-66665

Unauthenticated Arbitrary File Upload in Type Hub = 2.0.6 versions...

10CVSS0.00282EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/06 3:16 p.m.10 views

CVE-2026-28146

Contributor Arbitrary File Download in Unlimited Elements For Elementor Free Widgets, Addons, Templates = 2.0.14 versions...

6.5CVSS0.00319EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/08/06 3:05 p.m.12 views

libaom: libaom: arbitrary address write via SVC layer context OOB and cyclic refresh map pointer hijack

An arbitrary address write vulnerability was found in libaom, the reference AV1 codec implementation. A missing bounds check in the SVC Scalable Video Coding layer ID control function allows an attacker to inject an arbitrary pointer into the cyclic refresh map field via crafted image pixel value...

7.1CVSS5.8AI score0.00328EPSS
SaveExploits0References6
Rows per page
Query Builder