Lucene search
+L

626 matches found

NVD
NVD
added 2026/01/14 4:15 p.m.13 views

CVE-2026-22211

TinyOS versions up to and including 2.1.2 contain a global buffer overflow vulnerability in the printfUART formatted output implementation used within the ZigBee / IEEE 802.15.4 networking stack. The implementation formats output into a fixed-size global buffer and concatenates strings for %s...

5.1CVSS0.00171EPSS
SaveExploits0References3
OSV
OSV
added 2026/01/12 11:15 p.m.13 views

CVE-2026-22213

RIOT OS versions up to and including 2026.01-devel-317 contain a stack-based buffer overflow vulnerability in the tapslip6 utility. The vulnerability is caused by unsafe string concatenation in the devopen function, which constructs a device path using unbounded user-controlled input. The utility...

9.8CVSS6AI score0.00394EPSS
SaveExploits1References4
NVD
NVD
added 2026/01/12 11:15 p.m.22 views

CVE-2026-22213

RIOT OS versions up to and including 2026.01-devel-317 contain a stack-based buffer overflow vulnerability in the tapslip6 utility. The vulnerability is caused by unsafe string concatenation in the devopen function, which constructs a device path using unbounded user-controlled input. The utility...

9.8CVSS0.00394EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2026/01/12 11:03 p.m.39 views

CVE-2026-22213 RIOT OS <= 2026.01-devel-317 Stack-Based Buffer Overflow in tapslip6 Utility

RIOT OS versions up to and including 2026.01-devel-317 contain a stack-based buffer overflow vulnerability in the tapslip6 utility. The vulnerability is caused by unsafe string concatenation in the devopen function, which constructs a device path using unbounded user-controlled input. The utility...

2.4CVSS0.00394EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2026/01/12 11:03 p.m.4 views

CVE-2026-22213 RIOT OS <= 2026.01-devel-317 Stack-Based Buffer Overflow in tapslip6 Utility

RIOT OS versions up to and including 2026.01-devel-317 contain a stack-based buffer overflow vulnerability in the tapslip6 utility. The vulnerability is caused by unsafe string concatenation in the devopen function, which constructs a device path using unbounded user-controlled input. The utility...

2.4CVSS6.8AI score0.00394EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2026/01/12 12:00 a.m.28 views

PT-2026-2322

Name of the Vulnerable Software and Affected Versions RIOT OS versions up to and including 2026.01-devel-317 Description RIOT OS versions up to and including 2026.01-devel-317 have a stack-based buffer overflow issue in the tapslip6 utility. This is due to unsafe string concatenation within the...

9.8CVSS6.9AI score0.00394EPSS
SaveExploits1References8
RedhatCVE
RedhatCVE
added 2026/01/09 10:50 a.m.16 views

CVE-2022-37203

JFinal CMS 5.1.0 is vulnerable to SQL Injection. These interfaces do not use the same component, nor do they have filters, but each uses its own SQL concatenation method, resulting in SQL injection...

9.8CVSS7.5AI score0.01625EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2025/12/30 9:03 p.m.9 views

CVE-2025-61594

URI is a module providing classes to handle Uniform Resource Identifiers. In versions 0.12.4 and earlier bundled in Ruby 3.2 series 0.13.2 and earlier bundled in Ruby 3.3 series, 1.0.3 and earlier bundled in Ruby 3.4 series, when using the + operator to combine URIs, sensitive information like...

7.5CVSS5.7AI score0.00568EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2025/12/23 12:00 a.m.55 views

CVE-2025-65713

Summary. CVE-2025-65713 affects Home Assistant Core, specifically the Downloader integration within versions prior to 2025.8.0. The root cause is improper validation of file paths during path construction, enabling a directory traversal vulnerability. The public descriptions across several source...

4CVSS6.5AI score0.00411EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2025/12/17 10:16 p.m.6 views

DEBIAN-CVE-2025-68114

Capstone is a disassembly framework. In versions 6.0.0-Alpha5 and prior, an unchecked vsnprintf return in SStreamconcat lets a malicious csoptmem.vsnprintf drive SStream’s index negative or past the end, leading to a stack buffer underflow/overflow when the next write occurs. Commit...

9.8CVSS5.5AI score0.00201EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2025/12/17 10:16 p.m.10 views

CVE-2025-68114

Capstone is a disassembly framework. In versions 6.0.0-Alpha5 and prior, an unchecked vsnprintf return in SStreamconcat lets a malicious csoptmem.vsnprintf drive SStream’s index negative or past the end, leading to a stack buffer underflow/overflow when the next write occurs. Commit...

9.8CVSS7.3AI score0.00201EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/17 9:14 p.m.58 views

CVE-2025-68114

Capstone CVE-2025-68114 affects Capstone 6.0.0-Alpha5 and earlier. The vulnerability arises from an unchecked return value from vsnprintf in SStream_concat, which can drive SStream’s index negative or past the end and cause a stack buffer underflow/overflow on the next write. The issue has a fixe...

9.8CVSS6.7AI score0.00201EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/12/12 11:09 a.m.11 views

OESA-2025-2829 golang security update

. Security Fixes: Within HostnameError.Error, when constructing an error string, there is no limit to the number of hosts that will be printed out. Furthermore, the error string is constructed by repeated string concatenation, leading to quadratic runtime. Therefore, a certificate provided by a...

7.5CVSS6.7AI score0.00457EPSS
SaveExploits2References2
NVD
NVD
added 2025/12/12 6:15 a.m.20 views

CVE-2025-67725

Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, a single maliciously crafted HTTP request can block the server's event loop for an extended period, caused by the HTTPHeaders.add method. The function accumulates values using string concatenation...

7.5CVSS0.00559EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/12 6:15 a.m.19 views

PYSEC-2025-266

Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, a single maliciously crafted HTTP request can block the server's event loop for an extended period, caused by the HTTPHeaders.add method. The function accumulates values using string concatenation...

7.5CVSS6.9AI score0.00559EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/12 6:15 a.m.17 views

AZL-72374 CVE-2025-67725 affecting package python-tornado 6.3.3-11

Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, a single maliciously crafted HTTP request can block the server's event loop for an extended period, caused by the HTTPHeaders.add method. The function accumulates values using string concatenation...

7.5CVSS6.4AI score0.00559EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/12/12 5:49 a.m.3 views

CVE-2025-67725 Tornado is Vulnerable to Quadratic DoS via Repeated Header Coalescing

Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, a single maliciously crafted HTTP request can block the server's event loop for an extended period, caused by the HTTPHeaders.add method. The function accumulates values using string concatenation...

7.5CVSS6.3AI score0.00559EPSS
SaveExploits0References3
AlpineLinux
AlpineLinux
added 2025/12/12 5:49 a.m.15 views

CVE-2025-67725

Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, a single maliciously crafted HTTP request can block the server's event loop for an extended period, caused by the HTTPHeaders.add method. The function accumulates values using string concatenation...

7.5CVSS6.5AI score0.00559EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/12/11 4:50 a.m.14 views

CVE-2025-61729

Within HostnameError.Error, when constructing an error string, there is no limit to the number of hosts that will be printed out. Furthermore, the error string is constructed by repeated string concatenation, leading to quadratic runtime. Therefore, a certificate provided by a malicious actor can...

7.5CVSS6.8AI score0.00457EPSS
SaveExploits2References7
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:00 a.m.5 views

TencentOS Server 4: golang (TSSA-2025:0940)

The version of Tencent Linux installed on the remote TencentOS Server 4 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the TSSA-2025:0940 advisory. Package updates are available for TencentOS Server 4 that fix the following vulnerabilities:...

5.3CVSS7.6AI score0.00518EPSS
SaveExploits0References2
Rows per page
Query Builder