Lucene search
+L

100120 matches found

Tenable Nessus
Tenable Nessus
added 2026/08/07 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-19138

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Heap buffer overflow in CrashReporting in Google Chrome prior to 151.0.7922.109 allowed a remote attacker who had compromised the renderer process to potentiall...

8.3CVSS6.5AI score0.00357EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/06 11:55 p.m.11 views

SUSE CVE-2026-64598

In the Linux kernel, the following vulnerability has been resolved: smb/client: Fix error code in smb2aeadreqalloc The "numsgs" variable is a u32 so "ERRPTRnumsgs" doesn't work. We would have to do something similar to the previous line where it's cast to int and then long. However, it's simpler ...

5.5CVSS5.5AI score0.00278EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 11:54 p.m.14 views

SUSE CVE-2026-68742

A flaw was found in SSSD. The sssnssprotocolparseaddr function in the NSS responder does not validate the addrlen field against the remaining packet body size. A local attacker can exploit this via a crafted GETHOSTBYADDR request to the NSS responder socket, causing an out-of-bounds read and...

6.1CVSS5.4AI score0.00091EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/06 10:18 p.m.13 views

DEBIAN-CVE-2026-71430

node-re2 provides RE2 regular expression bindings for Node.js. Prior to version 1.25.1, the WrappedRE2::Replace function built its replacement result and passed it to V8 using ToLocalChecked without checking for the empty MaybeLocal that V8 returns when the resulting string or buffer exceeds V8's...

6.2CVSS5.5AI score0.00155EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/06 10:18 p.m.10 views

DEBIAN-CVE-2026-70639

llama.cpp builds b1886 through b7445 contain a null pointer dereference vulnerability in the LLaMA-Android JNI wrapper where the bench1model function fails to validate the model context pointer before dereferencing it. Attackers can supply a malicious, corrupt, or truncated model file to trigger ...

6.8CVSS5.4AI score0.0013EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/06 10:18 p.m.22 views

CVE-2026-70633

TimescaleDB through 2.29.1, fixed in commit 517c13e, contains an out-of-bounds read vulnerability in the Gorilla compression reverse row iterator that allows authenticated attackers to cause a denial of service by storing a crafted compressed datum with an internally inconsistent BitArray...

7.1CVSS0.00492EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/06 10:17 p.m.11 views

DEBIAN-CVE-2026-43628

llama.cpp builds b3978 through b9058 contain an integer underflow and out-of-bounds read vulnerability in the DRY sampler that allows unauthenticated attackers to trigger a heap buffer underflow by sending a crafted HTTP request with dryallowedlength set to INT32MIN to the /v1/completions or...

8.5CVSS5.7AI score0.00202EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/06 10:17 p.m.11 views

CVE-2026-43628

llama.cpp builds b3978 through b9058 contain an integer underflow and out-of-bounds read vulnerability in the DRY sampler that allows unauthenticated attackers to trigger a heap buffer underflow by sending a crafted HTTP request with dryallowedlength set to INT32MIN to the /v1/completions or...

8.5CVSS0.00202EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/06 10:17 p.m.11 views

CVE-2026-43632

llama.cpp builds b7492 through the latest b9060 contains a use-after-free vulnerability in llama-server affecting six tokenization endpoints /tokenize, /detokenize, /infill, /apply-template, /rerank, and /anthropic/counttokens that bypass the task queue and access ctxserver.vocab directly on HTTP...

9.2CVSS5.9AI score0.0033EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/06 10:16 p.m.13 views

CVE-2026-19138

Heap buffer overflow in CrashReporting in Google Chrome prior to 151.0.7922.109 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. Chromium security severity: High...

8.3CVSS0.00357EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/06 10:16 p.m.15 views

CVE-2026-11803

A maliciously crafted PDF file, when parsed through certain Autodesk products, can force a 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
OSV
OSV
added 2026/08/06 9:19 p.m.10 views

GHSA-8HCV-X26H-MCGP node-re2: String.prototype.replace(re2, template) aborts the Node process (uncatchable ToLocalChecked on empty MaybeLocal) when the result exceeds V8's max string length

Description WrappedRE2::Replace builds the replacement result and hands it to V8 with .ToLocalChecked without checking for the empty MaybeLocal that V8 returns when the string/buffer exceeds its maximum length: lib/replace.cc v1.24.1: cpp // L553 — Buffer return path...

6.2CVSS5.8AI score0.00155EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/06 9:19 p.m.16 views

node-re2: String.prototype.replace(re2, template) aborts the Node process (uncatchable ToLocalChecked on empty MaybeLocal) when the result exceeds V8's max string length

Description WrappedRE2::Replace builds the replacement result and hands it to V8 with .ToLocalChecked without checking for the empty MaybeLocal that V8 returns when the string/buffer exceeds its maximum length: lib/replace.cc v1.24.1: cpp // L553 — Buffer return path...

6.2CVSS5.8AI score0.00155EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/08/06 9:19 p.m.86 views

CVE-2026-71430

node-re2 provides RE2 bindings for Node.js. Prior to version 1.25.1, WrappedRE2::Replace could build a replacement result that exceeded V8’s maximum string length and call ToLocalChecked without checking the empty MaybeLocal. In such cases, a global replace with an output-amplifying template coul...

6.2CVSS5.7AI score0.00155EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/06 9:19 p.m.22 views

EUVD-2026-54159

node-re2 provides RE2 regular expression bindings for Node.js. Prior to version 1.25.1, the WrappedRE2::Replace function built its replacement result and passed it to V8 using ToLocalChecked without checking for the empty MaybeLocal that V8 returns when the resulting string or buffer exceeds V8's...

6.2CVSS5.7AI score0.00155EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/06 8:33 p.m.143 views

CVE-2026-19138

CVE-2026-19138 (Google Chrome) : A heap buffer overflow in the CrashReporting component allows a remote attacker who has compromised the renderer process to potentially escape the sandbox via a crafted HTML page, affecting Chrome builds prior to 151.0.7922.109. The Chrome update notes indicate th...

8.3CVSS5.9AI score0.00357EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2026/08/06 8:33 p.m.11 views

CVE-2026-19138

Heap buffer overflow in CrashReporting in Google Chrome prior to 151.0.7922.109 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. Chromium security severity: High...

8.3CVSS5.6AI score0.00357EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/08/06 8:33 p.m.12 views

CVE-2026-19138

Heap buffer overflow in CrashReporting in Google Chrome prior to 151.0.7922.109 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. Chromium security severity: High...

5.9AI score0.00357EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/06 8:33 p.m.55 views

CVE-2026-19138

Heap buffer overflow in CrashReporting in Google Chrome prior to 151.0.7922.109 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. Chromium security severity: High...

0.00357EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/06 6:09 p.m.11 views

RXSA-2026:50978 Important: kernel security, bug fix, and enhancement update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: xen: AMD Zen 2 Processors: Privilege escalation via improper CPU cache isolation CVE-2025-54518 Bug Fixes and Enhancements: Kernel crash in bpfforeacharrayelem due to missing backport of...

7CVSS6AI score0.00287EPSS
SaveExploits0References2
Rows per page
Query Builder