Lucene search
+L

564497 matches found

RedHat Linux
RedHat Linux
•added 2026/09/17 10:22 a.m.•6 views

unbound: Unbound: Denial of Service via use-after-free in DoQ stream output buffer

A flaw was found in Unbound. This vulnerability occurs in the DNS-over-QUIC DoQ stream output buffer when a client sends a RESETSTREAM, causing the output buffer to be freed while retransmission entries still point to it. A remote attacker, by querying Unbound over DoQ, withholding acknowledgment...

6.5CVSS6AI score0.0034EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/17 10:22 a.m.•4 views

unbound: Unbound: Denial of Service via use-after-free in DoH stream cleanup

A use-after-free vulnerability in Unbound's DNS-over-HTTPS DoH stream cleanup code allows a remote attacker to cause a denial of service DoS. When DoH support is compiled, sending a specially crafted DoH connection under specific failure conditions—such as an RPZ drop query or heavy traffic—cause...

5.9CVSS6.4AI score0.00382EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/17 10:04 a.m.•11 views

corosync: corosync: heap-based buffer overflow in totempg assembly buffer during fragmented message reassembly

A heap-based buffer overflow was found in Corosync's Totem Process Group totempg message reassembly. When processing fragmented multicast messages, the buffer used to reassemble fragments lacks a runtime bounds check in release builds. A network-adjacent attacker able to send crafted multicast...

7.5CVSS6.1AI score0.00349EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
•added 2026/09/17 9:07 a.m.•10 views

github.com/cri-o/cri-o: Fix Bypass for CVE-2022-4318 — /etc/passwd Injection via HOME env

A flaw was found in CRI-O. The fix for a previous vulnerability CVE-2022-4318 was incorrect, allowing it to be bypassed. An attacker capable of setting environment variables on a container can inject a newline character into the HOME environment variable. This issue allows the addition of arbitra...

7.8CVSS5.9AI score0.00183EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
•added 2026/09/17 9:07 a.m.•12 views

github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object

A flaw was found in Go JOSE, a library for handling JSON Web Encryption JWE objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the...

7.5CVSS5.8AI score0.00758EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
•added 2026/09/17 9:04 a.m.•11 views

mariadb: MariaDB server: SQL injection vulnerability via improper handling of big5 character set with mysql_real_escape_string()

A flaw was found in MariaDB server. An application processing non-validated user input, which then uses mysqlrealescapestring and sends data to the database via text protocol with the big5 character set, is vulnerable to SQL injection. This allows a remote attacker to execute malicious SQL...

9.1CVSS8.2AI score0.00662EPSS
SaveExploits0References6
Debian CVE
Debian CVE
•added 2026/09/17 9:00 a.m.•7 views

CVE-2026-92162

GHSA-v2gw-v9h5-9q4x...

5.7AI score
SaveExploits0
Wolfi
Wolfi
•added 2026/09/17 8:53 a.m.•18 views

GHSA-JJMJ-JMHJ-QWJ2 vulnerabilities

Vulnerabilities for packages: keycloak...

5.7AI score
SaveExploits0
Wolfi
Wolfi
•added 2026/09/17 8:53 a.m.•15 views

CVE-2026-53668 vulnerabilities

Vulnerabilities for packages: keycloak...

6.9CVSS5.8AI score0.00341EPSS
SaveExploits0
RedHat Linux
RedHat Linux
•added 2026/09/17 8:26 a.m.•9 views

kernel: ipvlan: Make the addrs_lock be per port

A race condition vulnerability was found in the Linux kernel's ipvlan driver. The per-device addrslock was incorrectly used instead of a per-port lock, and some code paths ipvlanopen/ipvlanclose failed to acquire the lock entirely. For IPv6 address changes that don't require RTNL lock, concurrent...

7.8CVSS7AI score0.00113EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/17 8:26 a.m.•7 views

kernel: ipv6: prevent possible UaF in addrconf_permanent_addr()

A flaw was found in the Linux kernel's IPv6 networking subsystem. Specifically, a Use-after-Free UaF vulnerability exists within the addrconfpermanentaddr function. This issue arises when the system attempts to access an IPv6 address after it has been freed, which could allow an attacker to cause...

7.8CVSS7.4AI score0.00176EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/17 8:26 a.m.•9 views

kernel: ip6: vti: Use ip6_tnl.net in vti6_changelink()

A flaw was found in the Linux kernel's IPv6 Virtual Tunnel Interface vti6 component. An unprivileged local user, particularly within a user namespace, could exploit a vulnerability related to incorrect network namespace handling during the movement of a vti6 tunnel. This issue can lead to a kerne...

8.8CVSS5.8AI score0.00169EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/17 8:26 a.m.•6 views

kernel: ip6: vti: Use ip6_tnl.net in vti6_siocdevprivate()

A flaw was found in the Linux kernel's IPv6 Virtual Tunnel Interface VTI module. When a VTI tunnel device is moved to a different network environment, an unprivileged user in a separate user space can manipulate tunnel parameters. This manipulation could allow the user to intercept or redirect...

8.8CVSS7.4AI score0.00176EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/17 8:26 a.m.•10 views

kernel: ppp: require CAP_NET_ADMIN in target netns for unattached ioctls

A flaw was found in the Linux kernel's Point-to-Point Protocol PPP subsystem. A local unprivileged user can exploit this vulnerability by creating a new user namespace and bypassing authorization checks for unattached administrative input/output controls ioctls. This allows the user to perform...

8.8CVSS7AI score0.00176EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
•added 2026/09/17 8:26 a.m.•7 views

kernel: netfilter: xt_policy: fix strict mode inbound policy matching

A flaw was found in the Linux kernel's netfilter component, which is responsible for network packet filtering. This vulnerability, located in the xtpolicy module, involves an error in how strict inbound network policies are matched. This could allow an attacker to bypass established security rule...

8.3CVSS7.4AI score0.00544EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/17 8:26 a.m.•8 views

kernel: flow_dissector: do not dissect PPPoE PFC frames

A flaw was found in the Linux kernel's flow dissector. This vulnerability allows a remote attacker to cause a Denial of Service DoS by sending a specially crafted Point-to-Point Protocol over Ethernet PPPoE Protocol Field Compression PFC frame to an affected system. The incorrect processing of...

7.5CVSS7.1AI score0.00806EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/17 8:26 a.m.•8 views

kernel: ALSA: timer: Fix UAF at snd_timer_user_params()

A flaw was found in the Linux kernel's Advanced Linux Sound Architecture ALSA timer component. A race condition can occur during the release of a timer object, specifically when the SNDRVTIMERIOCTLPARAMS ioctl is called concurrently. This can lead to a use-after-free vulnerability, potentially...

7.8CVSS6.6AI score0.00125EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/17 8:26 a.m.•9 views

kernel: xfrm: input: hold netns during deferred transport reinjection

A flaw was found in the Linux kernel's xfrm input component. The transport-mode reinjection process, which handles network packet re-injection, stores a network namespace pointer that must remain valid until a deferred callback completes. However, a missing reference count for the network namespa...

8.8CVSS6.2AI score0.0065EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/17 8:26 a.m.•7 views

kernel: netfilter: nf_conntrack_h323: fix OOB read in decode_choice()

A flaw was found in the Linux kernel's nfconntrackh323 helper. A remote attacker could exploit this by sending a specially crafted Q.931 SETUP message to port 1720 through a firewall with the nfconntrackh323 helper active. This memory corruption vulnerability leads to an out-of-bounds read, which...

8.2CVSS7.5AI score0.00633EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/17 8:26 a.m.•7 views

kernel: inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMP

A flaw was found in the Linux kernel's handling of RAW sockets using IPPROTORAW. A remote attacker could send a specially crafted ICMP Internet Control Message Protocol packet. This malicious packet could set the protocol field to 255, causing it to be processed by a RAW socket configured for...

9.1CVSS7.8AI score0.00703EPSS
SaveExploits0References5
Rows per page
Query Builder