Lucene search
+L

23331 matches found

OSV
OSV
added 2023/06/22 11:15 p.m.5 views

DEBIAN-CVE-2023-34241

OpenPrinting CUPS is a standards-based, open source printing system for Linux and other Unix-like operating systems. Starting in version 2.0.0 and prior to version 2.4.6, CUPS logs data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data...

7.1CVSS6.3AI score0.01383EPSS
SaveExploits1References1
NVD
NVD
added 2023/06/22 11:15 p.m.26 views

CVE-2023-34241

OpenPrinting CUPS is a standards-based, open source printing system for Linux and other Unix-like operating systems. Starting in version 2.0.0 and prior to version 2.4.6, CUPS logs data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data...

7.1CVSS6.3AI score0.01383EPSS
SaveExploits1References11
UbuntuCve
UbuntuCve
added 2023/06/22 11:15 p.m.36 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.60 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
Debian CVE
Debian CVE
added 2023/06/22 11:00 p.m.45 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.5CVSS7.2AI score0.02459EPSS
SaveExploits1
CVE
CVE
added 2023/06/22 11:00 p.m.920 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.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.5CVSS7.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2023/06/22 10:39 p.m.41 views

CVE-2023-34241 CUPS vulnerable to use-after-free in cupsdAcceptClient()

OpenPrinting CUPS is a standards-based, open source printing system for Linux and other Unix-like operating systems. Starting in version 2.0.0 and prior to version 2.4.6, CUPS logs data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data...

5.3CVSS7.3AI score0.01383EPSS
SaveExploits1References11
OSV
OSV
added 2023/06/22 10:39 p.m.50 views

CVE-2023-34241 CUPS vulnerable to use-after-free in cupsdAcceptClient()

OpenPrinting CUPS is a standards-based, open source printing system for Linux and other Unix-like operating systems. Starting in version 2.0.0 and prior to version 2.4.6, CUPS logs data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data...

5.3CVSS6.6AI score
SaveExploits0References13
AlpineLinux
AlpineLinux
added 2023/06/22 10:39 p.m.39 views

CVE-2023-34241

OpenPrinting CUPS is a standards-based, open source printing system for Linux and other Unix-like operating systems. Starting in version 2.0.0 and prior to version 2.4.6, CUPS logs data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data...

7.1CVSS6.5AI score0.01383EPSS
SaveExploits1
OSV
OSV
added 2023/06/22 11:00 a.m.10 views

UBUNTU-CVE-2023-34241

OpenPrinting CUPS is a standards-based, open source printing system for Linux and other Unix-like operating systems. Starting in version 2.0.0 and prior to version 2.4.6, CUPS logs data of free memory to the logging service AFTER the connection has been closed, when it should have logged the data...

7.1CVSS6.8AI score0.01383EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2023/06/22 12:00 a.m.34 views

Slackware Linux 15.0 kernel-generic Multiple Vulnerabilities (SSA:2023-172-02)

The version of kernel-generic installed on the remote host is prior to 5.15.118 / 5.15.118smp. It is, therefore, affected by multiple vulnerabilities as referenced in the SSA:2023-172-02 advisory. New kernel packages are available for Slackware 15.0 to fix security issues. Tenable has extracted t...

8.8CVSS7AI score0.16525EPSS
SaveExploits13References42
OSV
OSV
added 2023/06/20 4:33 p.m.42 views

GHSA-6MJQ-H674-J845 netty-handler SniHandler 16MB allocation

Summary 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 timeout, it can be used to make a TCP server using the SniHandler to allocate 16MB of heap. Details The SniHandler class is a handler that waits...

6.5CVSS7.3AI score0.02459EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2023/06/20 4:33 p.m.93 views

netty-handler SniHandler 16MB allocation

Summary 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 timeout, it can be used to make a TCP server using the SniHandler to allocate 16MB of heap. Details The SniHandler class is a handler that waits...

6.5CVSS7AI score0.02459EPSS
SaveExploits1References7Affected Software1
Tenable Nessus
Tenable Nessus
added 2023/06/20 12:00 a.m.57 views

SUSE SLES12: cluster-md-kmp-default / dlm-kmp-default / gfs2-kmp-default / etc (SUSE-SU-2023:2537-1)

The remote SUSE Linux SLES12 / SLESSAP12 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2023:2537-1 advisory. The SUSE Linux Enterprise 12 SP4 LTSS kernel was updated to receive various security and bugfixes. The following security bugs were...

7.8CVSS6.8AI score0.16525EPSS
SaveExploits0References43
Tenable Nessus
Tenable Nessus
added 2023/06/20 12:00 a.m.31 views

SUSE SLES15: cluster-md-kmp-default / dlm-kmp-default / gfs2-kmp-default / etc (SUSE-SU-2023:2534-1)

The remote SUSE Linux SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2023:2534-1 advisory. The SUSE Linux Enterprise 15 SP1 kernel was updated to receive various security and bugfixes. The following security...

7.8CVSS6.8AI score0.16525EPSS
SaveExploits0References57
ATTACKERKB
ATTACKERKB
added 2023/06/19 3:15 a.m.7 views

CVE-2023-35846

VirtualSquare picoTCP aka PicoTCP-NG through 2.1 does not check the transport layer length in a frame before performing port filtering...

7.5CVSS5.3AI score0.00702EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2023/06/19 3:15 a.m.5 views

CVE-2023-35848

VirtualSquare picoTCP aka PicoTCP-NG through 2.1 lacks certain size calculations before attempting to set a value of an mss structure member...

7.5CVSS5.3AI score0.00702EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2023/06/19 12:00 a.m.12 views

PT-2023-25340 · Virtualsquare · Virtualsquare Picotcp

Name of the Vulnerable Software and Affected Versions: VirtualSquare picoTCP aka PicoTCP-NG versions through 2.1 Description: The issue is related to the lack of a Maximum Segment Size MSS lower bound, which could potentially be set to zero. This affects the VirtualSquare picoTCP aka PicoTCP-NG...

7.5CVSS7.3AI score0.00702EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2023/06/19 12:00 a.m.11 views

PT-2023-25342 · Virtualsquare · Virtualsquare Picotcp

Name of the Vulnerable Software and Affected Versions: VirtualSquare picoTCP aka PicoTCP-NG versions 2.1 and earlier Description: The issue arises from improper checking of header sizes, which could lead to accessing data outside of a packet. Recommendations: For VirtualSquare picoTCP aka...

7.5CVSS7.3AI score0.00638EPSS
SaveExploits0References4
Rows per page
Query Builder