Lucene search
+L

217616 matches found

RedHat Linux
RedHat Linux
added 2026/07/27 7:43 p.m.19 views

kernel: XFS data corruption using reflink

A flaw was found in the XFS filesystem. A race condition in the copy-on-write mechanism for reflinked files can cause writes to bypass the copy-on-write process and modify shared data blocks directly. As a result, data intended for a private copy may be written to the original shared location,...

7.8CVSS6.3AI score0.00467EPSS
SaveExploits8References5
CVE
CVE
added 2026/07/27 7:22 p.m.47 views

CVE-2026-56747

Cribl Stream before 4.18.2 is affected by an improper control of code generation in the JSON Pointer-to-accessor compiler. The vulnerability allows a remote authenticated attacker with edit privileges to execute arbitrary JavaScript on the server via a crafted database connection identifier or pa...

8.8CVSS6.3AI score0.00372EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/07/27 7:22 p.m.20 views

EUVD-2026-49567

Improper control of generation of code in the JSON Pointer-to-accessor compiler in Cribl Stream before 4.18.2 allows a remote authenticated attacker with edit privileges to execute arbitrary JavaScript on the server via a crafted database connection identifier or pack configuration value...

8.8CVSS6.3AI score0.00372EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/07/27 6:37 p.m.17 views

thrift: org.apache.thrift/libthrift: github.com/apache/thrift: Apache Thrift: Denial of Service via improper handling of highly compressed data

A flaw was found in Apache Thrift. This vulnerability, categorized as improper handling of highly compressed data also known as data amplification, allows a remote attacker to cause a Denial of Service DoS by sending specially crafted, highly compressed data. The affected component fails to...

8.7CVSS5.8AI score0.00632EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/07/27 5:52 p.m.10 views

CVE-2026-47143

A flaw was found in the Capstone disassembly framework. This vulnerability, a null pointer dereference, can be exploited by a remote attacker. By providing a specially crafted input containing a specific 4-byte sequence during the disassembly of 3DNow! opcodes, the attacker can cause any...

5.9CVSS5.9AI score0.00398EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/27 5:37 p.m.37 views

CVE-2026-64645 Next.js: Server-Side Request Forgery in rewrites via attacker-controlled destination hostname

Next.js is a React framework for building full-stack web applications. In versions 12.0.0 through 15.5.20 and 16.0.0 through 16.2.10, a rewrites or redirects rule that builds its external destination hostname from request-controlled input can be pointed at an arbitrary hostname, regardless of the...

8.3CVSS5.8AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/07/27 5:37 p.m.15 views

CVE-2026-64645 Next.js: Server-Side Request Forgery in rewrites via attacker-controlled destination hostname

Next.js is a React framework for building full-stack web applications. In versions 12.0.0 through 15.5.20 and 16.0.0 through 16.2.10, a rewrites or redirects rule that builds its external destination hostname from request-controlled input can be pointed at an arbitrary hostname, regardless of the...

8.3CVSS5.8AI score0.00837EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/27 5:37 p.m.152 views

CVE-2026-64645

The CVE-2026-64645 issue affects Next.js versions 12.0.0–15.5.20 and 16.0.0–16.2.10, where a rewrites() or redirects() rule may build the external destination hostname from request-controlled input. This allows an attacker to proxy a request to an arbitrary host (SSRF) or redirect users to an uni...

8.3CVSS5.8AI score0.00837EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/07/27 5:37 p.m.50 views

CVE-2026-64645 Next.js: Server-Side Request Forgery in rewrites via attacker-controlled destination hostname

Next.js is a React framework for building full-stack web applications. In versions 12.0.0 through 15.5.20 and 16.0.0 through 16.2.10, a rewrites or redirects rule that builds its external destination hostname from request-controlled input can be pointed at an arbitrary hostname, regardless of the...

8.3CVSS0.00837EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/27 4:52 p.m.45 views

CVE-2026-66729 facil.io 0.6.0 - 0.7.6 Integer Underflow DoS via Multipart MIME Body Parser

facil.io 0.6.0 through 0.7.6 contains an integer underflow vulnerability in the multipart MIME body parser that allows unauthenticated remote attackers to crash the server process by sending a crafted Content-Disposition header with an empty field name. Attackers can trigger a uint32t wraparound ...

8.7CVSS0.00596EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/27 4:17 p.m.19 views

CVE-2026-58227

The Erlang/OTP ssl application does not detect cycles when reconstructing an incomplete peer certificate chain during a TLS or DTLS handshake. In sslcertificate:handleincompletechain/5, the received chain is passed to sslcertificate:buildcertificatechain/5, which walks issuer relationships via...

8.7CVSS0.00387EPSS
SaveExploits0References7
NVD
NVD
added 2026/07/27 4:17 p.m.17 views

CVE-2026-55953

The Erlang/OTP ssl TLS 1.2 and earlier and DTLS client does not verify that the cipher suite selected by the server in ServerHello was among the suites offered by the client in ClientHello. The client-side tlshandshake:hello/5 handler validates the negotiated protocol version and the downgrade...

9.1CVSS0.00234EPSS
SaveExploits0References7
NVD
NVD
added 2026/07/27 4:17 p.m.30 views

CVE-2026-51303

Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

0.00373EPSS
SaveExploits0
OSV
OSV
added 2026/07/27 4:16 p.m.14 views

GO-2026-5046 CPU exhaustion in Avro decoder in github.com/iskorotkov/avro/v2 and github.com/hamba/avro/v2

The Avro array and map decoders loop over an attacker-controlled block-count value without checking the underlying reader's error state inside the loop body. Reader.ReadBlockHeader returns the count as a Go int, which is 64-bit on amd64 and arm64 targets. A producer can declare a block of up to...

8.7CVSS5.8AI score0.00622EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/27 3:42 p.m.11 views

CVE-2026-59901

A flaw was found in the netty-codec-compression component of Netty. This vulnerability, caused by a logic error in the bzip2 decoder, allows a remote attacker to send specially crafted bzip2-compressed data. Processing this malformed data can trigger an infinite loop, causing the decoder thread t...

8.7CVSS5.8AI score0.00263EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/27 3:32 p.m.13 views

GO-2026-6072 Gitea Remember-Me Token Theft Not Invalidating Attacker Session in gitea.dev

Gitea Remember-Me Token Theft Not Invalidating Attacker Session in gitea.dev...

9.1CVSS5.8AI score0.00342EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/07/27 3:27 p.m.20 views

dovecot: Dovecot: Denial of Service via excessive IMAP bracing

A flaw was found in Dovecot. A remote attacker can exploit this vulnerability by sending excessive open braces over the Internet Message Access Protocol IMAP, leading to uncontrolled memory usage. This can cause the affected system to consume memory up to its configured limit, resulting in a Deni...

7.5CVSS5.8AI score0.00621EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/07/27 3:23 p.m.11 views

CVE-2026-56819

A flaw was found in Netty, a network application framework. A remote, unauthenticated attacker can exploit this vulnerability by sending specially crafted HTTP/2 DATA frames to applications that use Netty and have HTTP/2 content decompression enabled. This can lead to memory exhaustion, causing t...

7.5CVSS6.6AI score0.00443EPSS
SaveExploits1References8
RedhatCVE
RedhatCVE
added 2026/07/27 3:22 p.m.14 views

CVE-2026-55831

A flaw was found in Netty, a network application framework. A remote attacker, by sending a specially crafted SPDY/3.1 SETTINGS frame, could cause the SPDY SETTINGS decoder to create a large number of map entries. This excessive processing and memory allocation can lead to a denial of service DoS...

7.5CVSS5.8AI score0.00439EPSS
SaveExploits1References8
OSV
OSV
added 2026/07/27 3:21 p.m.14 views

EEF-CVE-2026-55953 TLS 1.2 and DTLS client accepts unoffered anonymous cipher suite, bypassing server authentication

Summary The Erlang/OTP ssl TLS 1.2 and earlier and DTLS client does not verify that the cipher suite selected by the server in ServerHello was among the suites offered by the client in ClientHello. The client-side tlshandshake:hello/5 handler validates the negotiated protocol version and the...

9.1CVSS5.8AI score0.00234EPSS
SaveExploits0References6
Rows per page
Query Builder