Lucene search
+L

4194 matches found

CVE
CVE
added 2026/08/24 7:53 p.m.5 views

CVE-2026-76816

Netty , an asynchronous event-driven network framework, contains a validation bypass in its MqttEncoder prior to versions 4.1.137.Final and 4.2.17.Final . The encoder fails to validate client identifiers, will topics, usernames, and PUBLISH topic names before encoding, allowing prohibited null by...

3.5CVSS5.3AI score
SaveExploits0References3
Nuclei
Nuclei
added 2026/08/24 5:53 a.m.37 views

Control Web Panel (CWP) - File Inclusion

In CWP Control Web Panel, previously CentOS Web Panel before version 0.9.8.1107, an unauthenticated attacker can abuse null byte %00 injection with the "scripts" parameter in the /user/loader.php or /user/login.php endpoints to register arbitrary API keys or access sensitive files. This can be...

9.8CVSS9.5AI score0.70745EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2026/08/22 12:28 p.m.7 views

CVE-2026-43678

A flaw was found in swift-nio. An unauthenticated remote attacker can crash any NIOWebSocket-based server by sending a single 11-byte frame after a completed WebSocket handshake. This vulnerability leads to a Denial of Service DoS, dropping all active connections until the server process restarts...

7.5CVSS5.5AI score0.00285EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/22 12:26 p.m.28 views

CVE-2026-62381 luci-lib-px5g 2040-bit Certificate Signing Heap Buffer Overflow

luci-lib-px5g LuCI contains a heap-based buffer overflow in the native ASN.1 encoding routine asn1addobj x509write.c when signing a certificate with a 2040-bit RSA key. For a 255-byte signature, the BIT STRING allocation is computed from the DER length encoding of 255 bytes, but the payload writt...

6.9CVSS0.00076EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/22 12:26 p.m.29 views

CVE-2026-62380

Netty (io.netty:netty-codec-socks) versions 4.2.0.Final through 4.2.16.Final and 4.1.x through 4.1.136.Final contain input validation flaws in the SOCKS4 (Socks4ClientEncoder) and SOCKS5 (Socks5ClientEncoder) client encoders. The domain address and authentication (username/password) fields are no...

6.3CVSS5.6AI score0.0032EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/22 12:26 p.m.11 views

EUVD-2026-64272

Netty io.netty:netty-codec-socks versions 4.2.0.Final through 4.2.16.Final and 4.1.x through 4.1.136.Final contain null byte, CRLF, and credential injection vulnerabilities in the SOCKS4 Socks4ClientEncoder and SOCKS5 Socks5ClientEncoder client encoders, which fail to validate domain address and...

6.3CVSS5.6AI score0.0032EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/22 12:26 p.m.17 views

CVE-2026-62380 Netty before 4.2.16.Final SOCKS Proxy Null Byte Injection

Netty io.netty:netty-codec-socks versions 4.2.0.Final through 4.2.16.Final and 4.1.x through 4.1.136.Final contain null byte, CRLF, and credential injection vulnerabilities in the SOCKS4 Socks4ClientEncoder and SOCKS5 Socks5ClientEncoder client encoders, which fail to validate domain address and...

6.3CVSS5.7AI score
SaveExploits0References4
NVD
NVD
added 2026/08/21 10:16 p.m.9 views

CVE-2026-53530

RaTeX is a KaTeX-compatible math rendering engine written in Rust. Prior to version 0.1.11, the public parser entrypoint ratexparser::parse&str panics on the 9-byte input \verbéxé i.e. \verb followed by the non-ASCII delimiter é. When handling a \verb command, the parser slices the verbatim...

8.7CVSS0.00253EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/21 9:31 p.m.4 views

CVE-2026-53530 ratex-parser panics on `\verb` with a multibyte delimiter (UTF-8 byte-boundary slice)

RaTeX is a KaTeX-compatible math rendering engine written in Rust. Prior to version 0.1.11, the public parser entrypoint ratexparser::parse&str panics on the 9-byte input \verbéxé i.e. \verb followed by the non-ASCII delimiter é. When handling a \verb command, the parser slices the verbatim...

8.7CVSS5.6AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/21 9:31 p.m.27 views

CVE-2026-53530 ratex-parser panics on `\verb` with a multibyte delimiter (UTF-8 byte-boundary slice)

RaTeX is a KaTeX-compatible math rendering engine written in Rust. Prior to version 0.1.11, the public parser entrypoint ratexparser::parse&str panics on the 9-byte input \verbéxé i.e. \verb followed by the non-ASCII delimiter é. When handling a \verb command, the parser slices the verbatim...

8.7CVSS0.00253EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/21 9:31 p.m.28 views

CVE-2026-53530

RaTeX (a KaTeX-compatible math rendering engine in Rust) is vulnerable to a denial of service in ratex-parser prior to version 0.1.11 . The parser slices the \verb argument using byte indices (arg[1..arg.len() - 1] at parser.rs:910); when the delimiter is a multibyte UTF-8 character (e.g. é), the...

8.7CVSS5.4AI score0.00253EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/20 6:16 p.m.14 views

CVE-2026-63385

Libevent is an event notification library. Prior to 2.1.13 and 2.2.2-alpha, libevent has two HTTP parsing weaknesses in http.c. evhttpdecodeuriinternal decodes percent-encoded %00 bytes into literal NUL characters, which can cause downstream C string operations to truncate a path and bypass...

9.2CVSS0.00403EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/20 5:55 p.m.34 views

CVE-2026-63385 Libevent: HTTP header handling bugs create risk of access control bypass.

Libevent is an event notification library. Prior to 2.1.13 and 2.2.2-alpha, libevent has two HTTP parsing weaknesses in http.c. evhttpdecodeuriinternal decodes percent-encoded %00 bytes into literal NUL characters, which can cause downstream C string operations to truncate a path and bypass...

9.2CVSS0.00403EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/20 5:53 p.m.10 views

EUVD-2026-63508

Libevent is an event notification library. Prior to 2.1.13 and 2.2.2-alpha, libevent has an off-by-one stack buffer overflow in evdns.c when dnsnametolabels formats a name-bearing DNS record at the end of the 64 KB stack buffer allocated by evdnsserverrequestformatresponse. The final-label check...

7CVSS5.8AI score0.00345EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/20 8:21 a.m.9 views

CVE-2026-77014

A flaw was found in libsoup's SoupServer HTTP Range header processing. The sortranges comparator in soup-message-headers.c truncates a 64-bit subtraction result to 32-bit int, flipping the sign for range offsets differing by more than INTMAX. This causes silent omission of requested byte ranges...

5.3CVSS5.4AI score0.00232EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/20 12:35 a.m.9 views

EUVD-2026-62919

In Splunk Enterprise versions below 10.4.2, 10.2.6, 10.0.9, and 9.4.14, a user who does not hold the "admin" or "power" Splunk roles could affect system integrity and availability by sending a crafted Representational State Transfer REST API request that deletes or temporarily overwrites files...

8.1CVSS5.3AI score0.00247EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/19 10:17 p.m.7 views

CVE-2026-76354

In Splunk Enterprise versions below 10.4.2, 10.2.6, 10.0.9, and 9.4.14, a user who does not hold the "admin" or "power" Splunk roles could affect system integrity and availability by sending a crafted Representational State Transfer REST API request that deletes or temporarily overwrites files...

8.1CVSS0.00247EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 9:34 p.m.15 views

CVE-2026-76354

Splunk Enterprise versions below 10.4.2, 10.2.6, 10.0.9, and 9.4.14 are affected by a path traversal vulnerability in the Search Head Clustering bundle replication mechanism. The root cause is that the system does not validate replicated bundle file names or neutralize NUL bytes before constructi...

8.1CVSS5.3AI score0.00247EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/08/19 9:34 p.m.35 views

CVE-2026-76354 Path Traversal through Search Head Clustering in Splunk Enterprise

In Splunk Enterprise versions below 10.4.2, 10.2.6, 10.0.9, and 9.4.14, a user who does not hold the "admin" or "power" Splunk roles could affect system integrity and availability by sending a crafted Representational State Transfer REST API request that deletes or temporarily overwrites files...

8.1CVSS0.00247EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/08/19 5:05 a.m.5 views

CVE-2026-72141

A flaw was found in the Linux kernel's i2c-imx driver. A malicious device on the I2C bus or a local attacker with access to the I2C bus could exploit this vulnerability by initiating an SMBus block-read operation with a zero byte count. This can cause the I2C bus to become locked, requiring a pow...

7.5CVSS5.5AI score0.00576EPSS
SaveExploits0References4
Rows per page
Query Builder