Lucene search
+L

129336 matches found

OSV
OSV
added last week5 views

CVE-2026-11368 Use-after-free in Bluetooth host ATT TX completion on disconnect mid-transfer

The Bluetooth host ATT layer subsys/bluetooth/host/att.c associates each in-flight ATT TX buffer with its owning channel via the static txmetadatastorage array data-attchan = chan. When a buffer's last reference is dropped, its net-buf destroy callback defers the completion handling to the system...

7.1CVSS5.7AI score
SaveExploits0References5
Cvelist
Cvelist
added last week39 views

CVE-2026-67198 Perspective 5.0.0 DoS via VirtualServer Protocol Dispatcher

Perspective 5.0.0 contains a denial-of-service vulnerability in the VirtualServer protocol dispatcher that allows unauthenticated remote attackers to crash the server process by sending malformed or incomplete protobuf messages. Attackers can send well-formed requests such as ViewToArrowReq with ...

8.7CVSS0.002EPSS
SaveExploits0References2
EUVD
EUVD
added last week7 views

EUVD-2026-52694

Perspective 5.0.0 contains a denial-of-service vulnerability in the VirtualServer protocol dispatcher that allows unauthenticated remote attackers to crash the server process by sending malformed or incomplete protobuf messages. Attackers can send well-formed requests such as ViewToArrowReq with ...

8.7CVSS5.6AI score0.002EPSS
SaveExploits0References2
CVE
CVE
added last week40 views

CVE-2026-67198

Perspective 5.0.0 contains a denial-of-service vulnerability in the VirtualServer protocol dispatcher that allows unauthenticated remote attackers to crash the server process by sending malformed or incomplete protobuf messages. Specifically, sending well-formed requests such as ViewToArrowReq wi...

8.7CVSS5.6AI score0.002EPSS
SaveExploits0References2
CVE
CVE
added last week37 views

CVE-2026-67195

CVE-2026-67195 describes a remote code execution in Perspective 5.0.0 via an eval() expression injection in the PolarsVirtualServer backend. The vulnerability occurs when client-supplied input is passed directly to Python’s eval() with almost no sandboxing (builtins cleared). Attackers can traver...

8.8CVSS6.7AI score0.01156EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added last week12 views

netty-codec-haproxy: Netty HAProxy PROXY protocol v2 codec: Denial of Service via memory leak from crafted PROXY protocol headers

A flaw was found in the Netty HAProxy PROXY protocol v2 codec. A remote attacker can exploit this vulnerability by sending a specially crafted HAProxy PROXY protocol v2 header with nested PP2TYPESSL type-length-value TLV records. This can lead to a memory leak, causing the underlying cumulation...

8.7CVSS5.7AI score0.0063EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added last week7 views

netty-resolver-dns: Netty DNS resolver: DNS Cache Poisoning via predictable transaction IDs

A flaw was found in Netty's DNS resolver component. This vulnerability arises from the use of a predictable pseudo-random number generator PRNG for DNS transaction IDs and a static User Datagram Protocol UDP source port. This combination significantly reduces the randomness of DNS queries, making...

6.8CVSS5.5AI score0.00256EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added last week5 views

netty-codec-http2: Netty: Denial of Service due to HTTP/2 max header size handling

A flaw was found in Netty, a network application framework. A remote attacker can exploit a vulnerability in the HTTP/2 Hypertext Transfer Protocol version 2 maximum header size handling. By sending a specific SETTINGSMAXHEADERLISTSIZE setting, an attacker can cause Netty to produce an exception...

6.9CVSS5.5AI score0.00302EPSS
SaveExploits0References8
Rockylinux
Rockylinux
added 2026/08/04 12:3 p.m.8 views

frr security, bug fix, and enhancement update

An update is available for frr. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list FRRouting is free software that manages TCP/IP based routing protocols. It suppor...

7.5CVSS5.5AI score0.00335EPSS
SaveExploits0
OSV
OSV
added 2026/08/04 12:1 p.m.4 views

RLSA-2026:49511 Important: frr security update

FRRouting is free software that manages TCP/IP based routing protocols. It supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM, NHRP, PBR, EIGRP and BFD. Security Fixes: frr: FRRouting: Denial of Service via crafted BGP UPDATE message CVE-2026-37460 For more details about the security issues,...

7.5CVSS5.5AI score0.00335EPSS
SaveExploits0References2
SUSE Linux
SUSE Linux
added 2026/08/04 11:52 a.m.5 views

Security update for bind

This update for bind fixes the following issues CVE-2026-11622: Potential memory usage beyond configured limits bsc1271986. CVE-2026-11721: Cache poisoning possible with label count discrepancy, RRSIG, and wildcards bsc1271987. CVE-2026-13204: Unexpected exit in certain situations with NSEC and...

9.2CVSS5.5AI score0.00509EPSS
SaveExploits0References16
RedHat Linux
RedHat Linux
added 2026/08/04 10:9 a.m.6 views

golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via resource leak from unsolicited SSH responses

A flaw was found in golang.org/x/crypto/ssh. A remote malicious SSH peer can exploit this by sending unsolicited global request responses, which fills an internal buffer and blocks the connection's read loop. This prevents the associated resources from being released, leading to a resource leak p...

9.1CVSS7.7AI score0.00621EPSS
SaveExploits0References9
OSV
OSV
added 2026/08/04 7:16 a.m.7 views

UBUNTU-CVE-2026-64564

In the Linux kernel, the following vulnerability has been resolved: sctp: don't free the ASCONF's own transport in DEL-IP processing sctpprocessasconf caches the transport the ASCONF chunk is processed against in asconf-transport == chunk-transport, set once in sctprcv. For an ASCONF located...

9.8CVSS5.3AI score0.00476EPSS
SaveExploits1References8
CVE
CVE
added 2026/08/04 6:23 a.m.262 views

CVE-2026-64564

CVE-2026-64564 concerns a Linux kernel SCTP DEL-IP processing bug. The vulnerability arises because sctp_process_asconf() caches the ASCONF transport in asconf->transport (tied to chunk->transport) and that transport can be different from the packet source address when looked up via __sctp_...

9.8CVSS5.4AI score0.00476EPSS
SaveExploits1References12
OSV
OSV
added 2026/08/04 6:23 a.m.53 views

CVE-2026-64564 sctp: don't free the ASCONF's own transport in DEL-IP processing

In the Linux kernel, the following vulnerability has been resolved: sctp: don't free the ASCONF's own transport in DEL-IP processing sctpprocessasconf caches the transport the ASCONF chunk is processed against in asconf-transport == chunk-transport, set once in sctprcv. For an ASCONF located...

9.8CVSS5.4AI score
SaveExploits0References15
RedHat Linux
RedHat Linux
added 2026/08/04 2:27 a.m.9 views

sssd: sssd: sudo LDAP provider searches entire directory tree for sudoRole objects by default, enabling privilege escalation

A flaw was found in SSSD's LDAP sudo provider. When the ldapsudosearchbase option is not explicitly configured, SSSD searches the entire LDAP directory tree for sudoRole objects. An authenticated attacker with write access to any subtree can inject a sudoRole object granting root-level sudo...

8.8CVSS5.5AI score0.00568EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/04 2:12 a.m.7 views

CVE-2026-17614

A path traversal flaw was found in WildFly's domain mode implementation. The LocalFileRepository.getFile and getConfigurationFile methods in wildfly-core/deployment-repository do not validate that the resolved file path remains within the configured repository or configuration root directories. A...

4.4CVSS5.7AI score0.0085EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/04 2:12 a.m.9 views

EUVD-2026-52568

A path traversal flaw was found in WildFly's domain mode implementation. The LocalFileRepository.getFile and getConfigurationFile methods in wildfly-core/deployment-repository do not validate that the resolved file path remains within the configured repository or configuration root directories. A...

4.4CVSS5.7AI score0.0085EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/04 2:11 a.m.8 views

CVE-2026-17614

A path traversal flaw was found in WildFly's domain mode implementation. The LocalFileRepository.getFile and getConfigurationFile methods in wildfly-core/deployment-repository do not validate that the resolved file path remains within the configured repository or configuration root directories. A...

4.4CVSS5.3AI score0.0085EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/04 1:16 a.m.7 views

CVE-2026-56846

A flaw in Node.js HTTP/2 handling can cause HTTP/2 retained header blocks evade maxSessionMemory and enable remote memory exhaustion. This vulnerability affects Node.js 24.x and 22.x...

7.5CVSS0.00623EPSS
SaveExploits0References1
Rows per page
Query Builder