Lucene search
+L

319 matches found

Tenable Nessus
Tenable Nessus
added 2023/07/27 12:00 a.m.39 views

SUSE SLED15: netty / netty-javadoc / netty-poms / netty-tcnative / etc (SUSE-SU-2023:2974-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2023:2974-1 advisory. Upgrade to upstream version 4.1.94: - CVE-2023-34462: Allow to limit the maximum lenght of the ClientHell...

6.5CVSS6.8AI score0.02459EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2023/07/19 9:30 p.m.43 views

CVE-2023-34462

A flaw was found in Netty's SniHandler while navigating TLS handshake which may permit a large heap allocation if the handler did not have a timeout configured. This issue may allow an attacker to send a client hello packet which would cause the server to buffer large amounts of data per...

6.5CVSS6.9AI score0.02459EPSS
SaveExploits1References3
OSV
OSV
added 2023/06/22 11:15 p.m.10 views

UBUNTU-CVE-2023-34462

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. The SniHandler can allocate up to 16MB of heap for each channel during the TLS handshake. When the handler or the channel does not have an idle...

6.5CVSS6.8AI score0.02459EPSS
SaveExploits1References5
UbuntuCve
UbuntuCve
added 2023/06/22 11:15 p.m.35 views

CVE-2023-34462

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. The SniHandler can allocate up to 16MB of heap for each channel during the TLS handshake. When the handler or the channel does not have an idle...

6.5CVSS6.8AI score0.02459EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2023/06/22 11:00 p.m.36 views

CVE-2023-34462 netty-handler SniHandler 16MB allocation

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. The SniHandler can allocate up to 16MB of heap for each channel during the TLS handshake. When the handler or the channel does not have an idle...

6.5CVSS6.9AI score0.02459EPSS
SaveExploits1References5
CVE
CVE
added 2023/06/22 11:00 p.m.910 views

CVE-2023-34462

CVE-2023-34462 affects Netty SniHandler: during TLS handshake, it can allocate up to 16 MB of heap per channel (ByteBuf from ClientHello) if no idle timeout is set, enabling a crafted ClientHello to trigger memory growth and DoS. The issue is fixed in Netty 4.1.94.Final. Remediation: upgrade Nett...

6.5CVSS7.1AI score0.02459EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2023/06/22 11:00 p.m.35 views

CVE-2023-34462 netty-handler SniHandler 16MB allocation

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. The SniHandler can allocate up to 16MB of heap for each channel during the TLS handshake. When the handler or the channel does not have an idle...

6.5CVSS7.4AI score
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2023/02/23 12:00 a.m.110 views

Curl Use-After-Free < 7.87 (CVE-2022-43552)

The version of Curl installed on the remote host is prior to 7.87.0. It is therefore affected by a use-after-free vulnerability. Curl can be asked to tunnel virtually all protocols it supports through an HTTP proxy. HTTP proxies can and often do deny such tunnel operations. When getting denied to...

5.9CVSS6.6AI score0.02511EPSS
SaveExploits1References2
SUSE CVE
SUSE CVE
added 2023/02/15 5:30 a.m.8 views

SUSE CVE-2014-1721

Google V8, as used in Google Chrome before 34.0.1847.116, does not properly implement lazy deoptimization, which allows remote attackers to cause a denial of service memory corruption or possibly have unspecified other impact via crafted JavaScript code, as demonstrated by improper handling of a...

7.5CVSS9.6AI score0.0157EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 5:19 a.m.7 views

SUSE CVE-2015-3228

Integer overflow in the gsheapallocbytes function in base/gsmalloc.c in Ghostscript 9.15 and earlier allows remote attackers to cause a denial of service crash via a crafted Postscript ps file, as demonstrated by using the ps2pdf command, which triggers an out-of-bounds read or write...

6.8CVSS7AI score0.03748EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/02/15 4:26 a.m.7 views

SUSE CVE-2018-12121

Node.js: All versions prior to Node.js 6.15.0, 8.14.0, 10.14.0 and 11.3.0: Denial of Service with large HTTP headers: By using a combination of many requests with maximum sized headers almost 80 KB per connection, and carefully timed completion of the headers, it is possible to cause the HTTP...

7.5CVSS8.5AI score0.10207EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2023/02/15 4:23 a.m.7 views

SUSE CVE-2018-18193

An issue was discovered in libgig 4.1.0. There is operator new failure due to a big pWavePoolTable heap request in DLS::File::File in DLS.cpp...

8.8CVSS8.7AI score0.01185EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:40 a.m.8 views

SUSE CVE-2021-32762

Redis is an open source, in-memory database that persists on disk. The redis-cli command line tool and redis-sentinel service may be vulnerable to integer overflow when parsing specially crafted large multi-bulk network replies. This is a result of a vulnerability in the underlying hiredis librar...

7.5CVSS8.6AI score0.02685EPSS
SaveExploits0References5
OSV
OSV
added 2022/11/08 9:42 p.m.12 views

GHSA-5M39-WX2Q-MXG3 Invalid use of `mem::uninitialized` causes `use-of-uninitialized-value`

The compression and decompression function used mem:uninitialized to create an array of uninitialized values, to later write values into it. This later leads to reads from uninitialized memory. The flaw was corrected in commit b633bf265e41c60dfce3be7eac4e4dd5e18d06cf by using a heap-allocated Vec...

7AI score
SaveExploits0References4
OSV
OSV
added 2022/08/01 12:00 a.m.15 views

ASB-A-236846966

The method PVRSRVBridgePMRPDumpSymbolicAddr allocates puiMemspaceNameInt on the heap, fills the contents of the buffer via PMRPDumpSymbolicAddr, and then copies the buffer to userspace. The method PMRPDumpSymbolicAddr may fail, and if it does the buffer will be left uninitialized and despite the...

7.5CVSS7.2AI score0.00282EPSS
SaveExploits0References1
OSV
OSV
added 2022/08/01 12:00 a.m.12 views

ASB-A-236838960

The method PVRSRVBridgeTLDiscoverStreams allocates puiStreamsInt on the heap, fills the contents of the buffer via TLServerDiscoverStreamsKM, and then copies the buffer to userspace. The method TLServerDiscoverStreamsKM may fail for several reasons including invalid sizes. If this method fails th...

7.5CVSS7.2AI score0.00282EPSS
SaveExploits0References1
NVD
NVD
added 2022/06/27 5:15 p.m.15 views

CVE-2021-33648

When performing the inference shape operation of Affine, Concat, MatMul, ArgMinMax, EmbeddingLookup, and Gather operators, if the input shape size is 0, it will access data outside of bounds of shape which allocated from heap buffers...

7.5CVSS0.00872EPSS
SaveExploits0References1
OSV
OSV
added 2022/05/19 7:56 a.m.8 views

MGASA-2022-0191 Updated htmldoc packages fix security vulnerability

There is a vulnerability in htmldoc 1.9.16. In imageloadjpeg function image.cxx when it calls malloc,'img-width' and 'img-height' they are large enough to cause an integer overflow. So, the malloc function may return a heap blosmaller than the expected size, and it will cause a buffer...

5.5CVSS5.3AI score0.00948EPSS
SaveExploits1References3
OpenVAS
OpenVAS
added 2022/01/28 12:00 a.m.23 views

Mageia: Security Advisory (MGASA-2013-0295)

The remote host is missing an update for the SPDX-FileCopyrightText: 2022 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

5CVSS6.7AI score0.02985EPSS
SaveExploits2References4
OSV
OSV
added 2022/01/25 1:15 a.m.49 views

UBUNTU-CVE-2021-44994

There is an Assertion ''JERRYCONTEXT jmemheapallocatedsize == 0'' failed at /jerry-core/jmem/jmem-heap.c in Jerryscript 3.0.0...

5.5CVSS6AI score0.01018EPSS
SaveExploits1References6
Rows per page
Query Builder