Lucene search
+L

77836 matches found

Cvelist
Cvelist
added 2026/03/25 12:00 a.m.31 views

CVE-2024-51348

A stack-based buffer overflow vulnerability in the P2P API service in BS Producten Petcam with firmware 33.1.0.0818 allows unauthenticated attackers within network range to overwrite the instruction pointer and achieve Remote Code Execution RCE by sending a specially crafted HTTP request...

0.00408EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2026/03/25 12:00 a.m.12 views

CVE-2026-3608

Sending a maliciously crafted message to the kea-ctrl-agent, kea-dhcp-ddns, kea-dhcp4, or kea-dhcp6 daemons over any configured API socket or HA listener can cause the receiving daemon to exit with a stack overflow error. This issue affects Kea versions 2.6.0 through 2.6.4 and 3.0.0 through 3.0.2...

7.5CVSS7.3AI score0.01361EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/03/25 12:00 a.m.17 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the getupperifindexes function not checking array boundaries, potentially leading to a stack buff...

7.8CVSS7.3AI score0.00131EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/03/25 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-3608

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Sending a maliciously crafted message to the kea-ctrl-agent, kea-dhcp-ddns, kea-dhcp4, or kea-dhcp6 daemons over any configured API socket or HA listener can...

7.5CVSS8.5AI score0.01361EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/03/25 12:00 a.m.20 views

Apple多款产品 安全漏洞

Apple iOS, among others, are products of the American company Apple. Apple iOS is an operating system developed for mobile devices. Apple macOS is a specialized operating system designed for Mac computers. Apple iPadOS is an operating system for iPad tablets. Several of Apple’s products have...

5.5CVSS5.8AI score0.00214EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/03/25 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-23359

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: Fix stack-out-of-bounds write in devmap getupperifindexes iterates over all upper devices and writes their indices into an array without checking bounds...

7.8CVSS6.4AI score0.00131EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2026/03/25 12:00 a.m.11 views

The vulnerability of the get_timer_irq() function in the arch/loongarch/kernel/time.c module of the LoongArch architecture-based Linux operating system allows a attacker to cause a service failure.

The vulnerability of the gettimerirq function in the arch/loongarch/kernel/time.c module of the LoongArch architecture-based Linux operating system is related to buffer overflow based on a stack. Exploiting this vulnerability could allow an attacker to trigger a service failure...

5.5CVSS6.3AI score0.00187EPSS
SaveExploits0References9Affected Software3
OSV
OSV
added 2026/03/25 12:00 a.m.8 views

UBUNTU-CVE-2026-3608

Sending a maliciously crafted message to the kea-ctrl-agent, kea-dhcp-ddns, kea-dhcp4, or kea-dhcp6 daemons over any configured API socket or HA listener can cause the receiving daemon to exit with a stack overflow error. This issue affects Kea versions 2.6.0 through 2.6.4 and 3.0.0 through 3.0.2...

7.5CVSS7.3AI score0.01361EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/03/24 10:15 p.m.9 views

Uncontrolled Recursion

Overview Scriban.Signed is a fast, powerful, safe and lightweight scripting language and engine for .NET, which was primarily developed for text templating with a compatibility mode for parsing liquid templates. Affected versions of this package are vulnerable to Uncontrolled Recursion in the...

8.7CVSS5.9AI score
SaveExploits0References2
Snyk
Snyk
added 2026/03/24 10:15 p.m.10 views

Uncontrolled Recursion

Overview Scriban is a Scriban is a fast, powerful, safe and lightweight scripting language and engine for .NET, which was primarily developed for text templating with a compatibility mode for parsing liquid templates. Today, not only Scriban can be used in text templating scenarios, but also can ...

8.7CVSS5.9AI score
SaveExploits0References2
OSV
OSV
added 2026/03/24 10:15 p.m.11 views

GHSA-XCX6-VP38-8HR5 Scriban has Uncontrolled Recursion in `object.to_json` Causing Unrecoverable Process Crash via StackOverflowException

Summary The object.tojson builtin function in Scriban performs recursive JSON serialization via an internal WriteValue static local function that has no depth limit, no circular reference detection, and no stack overflow guard. A Scriban template containing a self-referencing object passed to...

7.5CVSS5.9AI score0.00278EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/03/24 10:15 p.m.14 views

Scriban has Uncontrolled Recursion in `object.to_json` Causing Unrecoverable Process Crash via StackOverflowException

Summary The object.tojson builtin function in Scriban performs recursive JSON serialization via an internal WriteValue static local function that has no depth limit, no circular reference detection, and no stack overflow guard. A Scriban template containing a self-referencing object passed to...

5.9AI score
SaveExploits0References2Affected Software2
Github Security Blog
Github Security Blog
added 2026/03/24 10:06 p.m.10 views

Scriban has a Stack Overflow via Nested Array Initializers That Bypass the ExpressionDepthLimit Fix

Summary StackOverflowException via nested array initializers bypasses ExpressionDepthLimit fix GHSA-wgh7-7m3c-fx25 Details The recent fix for GHSA-wgh7-7m3c-fx25 uncontrolled recursion in parser added ExpressionDepthLimit defaulting to 250. However, deeply nested array initializers ... recurse...

5.8AI score
SaveExploits0References3Affected Software2
OSV
OSV
added 2026/03/24 10:06 p.m.12 views

GHSA-P6Q4-FGR8-VX4P Scriban has a Stack Overflow via Nested Array Initializers That Bypass the ExpressionDepthLimit Fix

Summary StackOverflowException via nested array initializers bypasses ExpressionDepthLimit fix GHSA-wgh7-7m3c-fx25 Details The recent fix for GHSA-wgh7-7m3c-fx25 uncontrolled recursion in parser added ExpressionDepthLimit defaulting to 250. However, deeply nested array initializers ... recurse...

7.5CVSS5.8AI score0.00307EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/03/24 9:31 p.m.8 views

EUVD-2026-14986

HCL Traveler is affected by sensitive information disclosure. The application generates some error messages that provide detailed information about errors and failures, such as internal paths, file names, sensitive tokens, credentials, error codes, or stack traces. Attackers could exploit this...

4.3CVSS5.8AI score0.00278EPSS
SaveExploits0References2
CVE
CVE
added 2026/03/24 7:48 p.m.33 views

CVE-2026-21783

CVE-2026-21783 affects HCL Traveler. The issue is sensitive information disclosure via error messages that reveal details such as internal paths, file names, tokens/credentials, error codes, or stack traces. This could give attackers insights into system architecture and potentially enable target...

4.3CVSS5.8AI score0.00278EPSS
SaveExploits0References1Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/03/24 7:48 p.m.15 views

CVE-2026-21783

HCL Traveler is affected by sensitive information disclosure. The application generates some error messages that provide detailed information about errors and failures, such as internal paths, file names, sensitive tokens, credentials, error codes, or stack traces. Attackers could exploit this...

4.3CVSS5.8AI score0.00278EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/24 7:48 p.m.6 views

CVE-2026-21783 HCL Traveler is affected by sensitive information disclosure

HCL Traveler is affected by sensitive information disclosure. The application generates some error messages that provide detailed information about errors and failures, such as internal paths, file names, sensitive tokens, credentials, error codes, or stack traces. Attackers could exploit this...

4.3CVSS5.8AI score0.00278EPSS
SaveExploits0References1
Anthropic
Anthropic
added 2026/03/24 6:31 p.m.3 views

ANT-2026-TNXYTAEH · libreoffice · Stack-buffer-overflow

stack-buffer-overflow medium CVE-2026-8356 Severity Claude critical · Security research firm high · Maintainer medium Discovered by Claude Mythos Preview REPORT Anthropic's analysis, sealed at approval. Disclosure to the maintainer was performed by Ada Logics. ANT-2026-TNXYTAEH:...

6.9CVSS0.0012EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/03/24 12:30 p.m.11 views

EUVD-2019-20008

Base64 Decoder 1.1.2 contains a stack-based buffer overflow vulnerability that allows local attackers to execute arbitrary code by triggering a structured exception handler SEH overwrite. Attackers can craft a malicious input file that overflows a buffer, overwrites the SEH chain with a POP-POP-R...

8.6CVSS6.6AI score0.00262EPSS
SaveExploits1References5
Rows per page
Query Builder