Lucene search
+L

1967 matches found

Positive Technologies
Positive Technologies
added 2024/04/19 12:0 a.m.8 views

PT-2024-24744

Name of the Vulnerable Software and Affected Versions rustls versions prior to 0.21.11 rustls versions prior to 0.22.4 rustls versions prior to 0.23.5 Description The rustls::ConnectionCommon::complete io function could fall into an infinite loop based on network input. When using a blocking rust...

7.5CVSS7AI score0.00949EPSS
SaveExploits0References86
CNNVD
CNNVD
added 2024/04/19 12:0 a.m.9 views

Rustls 安全漏洞

Rustls is a modern TLS library in Rust open-sourced by Rustls. A security vulnerability exists in Rustls versions prior to 0.23.5, 0.22.4, and 0.21.11, which stems from an infinite loop in the server's completeio if a client sends a closenotify message immediately after clienthello when using a...

7.5CVSS6.7AI score0.00949EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/04/18 1:59 a.m.11 views

less: missing quoting of shell metacharacters in LESSCLOSE handling

A flaw was found in less. The closealtfile function in filename.c omits shellquote calls for LESSCLOSE, a command line to invoke the optional input postprocessor. This issue could lead to an OS command injection vulnerability and arbitrary command execution on the host operating system...

7.8CVSS6.9AI score0.01051EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/17 10:15 a.m.3 views

DEBIAN-CVE-2024-26831

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Fix handshakereqdestroytest1 Recently, handshakereqdestroytest1 started failing: Expected handshakereqdestroytest == req, but handshakereqdestroytest == 0000000000000000 req == 0000000060f99b40 not ok 11 reqdestroy...

5.5CVSS5.4AI score0.00225EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 10:15 a.m.6 views

UBUNTU-CVE-2024-26831

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Fix handshakereqdestroytest1 Recently, handshakereqdestroytest1 started failing: Expected handshakereqdestroytest == req, but handshakereqdestroytest == 0000000000000000 req == 0000000060f99b40 not ok 11 reqdestroy...

5.5CVSS6.3AI score0.00225EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/04/17 10:15 a.m.43 views

CVE-2024-26831

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Fix handshakereqdestroytest1 Recently, handshakereqdestroytest1 started failing: Expected handshakereqdestroytest == req, but handshakereqdestroytest == 0000000000000000 req == 0000000060f99b40 not ok 11 reqdestroy...

5.5CVSS6.2AI score0.00225EPSS
SaveExploits0References10
NVD
NVD
added 2024/04/17 8:15 a.m.20 views

CVE-2024-32522

Missing Authorization vulnerability in Jaed Mosharraf & Pluginbazar Team Open Close WooCommerce Store.This issue affects Open Close WooCommerce Store: from n/a through 4.9.1...

4.3CVSS4.7AI score0.00337EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/04/17 7:31 a.m.32 views

CVE-2024-32522 WordPress Open Close WooCommerce Store plugin <= 4.9.1 - Broken Access Control vulnerability

Missing Authorization vulnerability in Jaed Mosharraf & Pluginbazar Team Open Close WooCommerce Store.This issue affects Open Close WooCommerce Store: from n/a through 4.9.1...

4.3CVSS5AI score0.00337EPSS
SaveExploits0References1
CVE
CVE
added 2024/04/17 7:31 a.m.73 views

CVE-2024-32522

CVE-2024-32522 describes a Missing Authorization vulnerability in the Open Close WooCommerce Store plugin by Jaed Mosharraf & Pluginbazar Team. The vulnerability affects the Open Close WooCommerce Store plugin version range from n/a up to 4.9.1, per the initial description and RH Red Hat entry wh...

4.3CVSS5.2AI score0.00337EPSS
SaveExploits0References1
Patchstack
Patchstack
added 2024/04/15 1:7 p.m.10 views

WordPress Open Close WooCommerce Store plugin <= 4.9.1 - Broken Access Control vulnerability

Broken Access Control vulnerability discovered by Abdi Pranata Patchstack Alliance in WordPress Plugin Open Close WooCommerce Store versions = 4.9.1...

4.3CVSS7AI score0.00337EPSS
SaveExploits0Affected Software1
Microsoft CVE
Microsoft CVE
added 2024/04/09 7:0 a.m.10 views

An attacker can make the Node.js HTTP/2 server completely unavailable by sending a small amount of HTTP/2 frames packets with a few HTTP/2 frames inside. It is possible to leave some data in nghttp2 memory after reset when headers with HTTP/2 CONTINUATION frame are sent to the server and then a TCP connection is abruptly closed by the client triggering the Http2Session destructor while header frames are still being processed (and stored in memory) causing a race condition.

...

8.2CVSS7.7AI score0.87211EPSS
SaveExploits1
SUSE CVE
SUSE CVE
added 2024/04/09 2:29 a.m.5 views

SUSE CVE-2024-26703

In the Linux kernel, the following vulnerability has been resolved: tracing/timerlat: Move hrtimerinit to timerlatfd open Currently, the timerlat's hrtimer is initialized at the first read of timerlatfd, and destroyed at close. It works, but it causes an error if the user program open and close t...

5.5CVSS6.6AI score0.00225EPSS
SaveExploits0References13
OSV
OSV
added 2024/04/09 1:15 a.m.3 views

DEBIAN-CVE-2024-27983

An attacker can make the Node.js HTTP/2 server completely unavailable by sending a small amount of HTTP/2 frames packets with a few HTTP/2 frames inside. It is possible to leave some data in nghttp2 memory after reset when headers with HTTP/2 CONTINUATION frame are sent to the server and then a T...

8.2CVSS7.4AI score0.87211EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2024/04/04 9:30 p.m.59 views

net/http, x/net/http2: close connections when receiving too many headers

An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no...

7.5CVSS7.1AI score0.91969EPSS
SaveExploits1References12Affected Software3
OSV
OSV
added 2024/04/04 9:15 p.m.15 views

AZL-39232 CVE-2023-45288 affecting package kata-containers for versions less than 3.2.0.azl2-1

An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no...

7.5CVSS6.8AI score0.91969EPSS
SaveExploits1References1
OSV
OSV
added 2024/04/04 9:15 p.m.10 views

DEBIAN-CVE-2023-45288

An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no...

7.5CVSS6.9AI score0.91969EPSS
SaveExploits1References1
NVD
NVD
added 2024/04/03 3:15 p.m.27 views

CVE-2024-26687

In the Linux kernel, the following vulnerability has been resolved: xen/events: close evtchn after mapping cleanup shutdownpirq and startuppirq are not taking the irqmappingupdatelock because they can't due to lock inversion. Both are called with the irqdesc-lock being taking. The lock order,...

5.5CVSS7.2AI score0.00228EPSS
SaveExploits0References8
OSV
OSV
added 2024/04/03 3:15 p.m.4 views

UBUNTU-CVE-2024-26703

In the Linux kernel, the following vulnerability has been resolved: tracing/timerlat: Move hrtimerinit to timerlatfd open Currently, the timerlat's hrtimer is initialized at the first read of timerlatfd, and destroyed at close. It works, but it causes an error if the user program open and close t...

5.5CVSS6.2AI score0.00225EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2024/04/03 2:55 p.m.30 views

CVE-2024-26703 tracing/timerlat: Move hrtimer_init to timerlat_fd open()

In the Linux kernel, the following vulnerability has been resolved: tracing/timerlat: Move hrtimerinit to timerlatfd open Currently, the timerlat's hrtimer is initialized at the first read of timerlatfd, and destroyed at close. It works, but it causes an error if the user program open and close t...

6.2AI score0.00225EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2024/04/01 12:0 a.m.9 views

The vulnerability of the win_close() function in the Vim text editor allows a attacker to compromise the confidentiality, integrity, and accessibility of data.

The vulnerability of the winclose function in the Vim text editor relates to Vim’s attempt to access a window structure that has already been freed. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and accessibility of data...

5CVSS6.4AI score0.00666EPSS
SaveExploits0References7Affected Software3
Rows per page
Query Builder