Lucene search
+L

641186 matches found

Mageia
Mageia
added 2026/08/31 7:40 p.m.5 views

Updated clamav packages fix security vulnerabilities

An indexing error while converting GPT partition names that could read or write beyond a stack-allocated partition entry. CVE-2026-20345 An integer overflow in the PESpin unpacker that could allocate an undersized buffer and then write beyond it while rebuilding a PE file. CVE-2026-20339 An integ...

7.5CVSS6.1AI score0.00462EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/31 7:40 p.m.9 views

MGASA-2026-0349 Updated python-hpack packages fix a security vulnerability

An issue was found in the python-hyper/hpack library, most commonly used as a downstream dependency of the python-hyper/h2 library an HTTP/2 client and server implementation. Unbounded variable integer decoding can cause run-away computation on malformed input leading to On^2 runtime, effectively...

7.1AI score
SaveExploits0References3
CVE
CVE
added 2026/08/31 7:34 p.m.16 views

CVE-2026-14697

CVE-2026-14697 is a packet-leak denial-of-service in Zephyr RTOS . The function net_ipv6_send_ns() in subsys/net/ip/ipv6_nbr.c permanently leaks a transmit net_pkt when called with a data packet pending on an unresolved neighbor whose pending_queue is already non-empty: it appends the data packet...

6.5CVSS5.9AI score0.00175EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/31 7:34 p.m.6 views

EUVD-2026-68744

netipv6sendns in subsys/net/ip/ipv6nbr.c allocates a transmit netpkt for a Neighbor Solicitation. When it is called with a data packet pending on an unresolved neighbor and that neighbor's pendingqueue is already non-empty an NS is already outstanding, the function appends the data packet and...

6.5CVSS5.9AI score0.00175EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/31 7:34 p.m.5 views

CVE-2026-14697 IPv6 Neighbor Solicitation packet leak causes TX pool exhaustion denial of service

netipv6sendns in subsys/net/ip/ipv6nbr.c allocates a transmit netpkt for a Neighbor Solicitation. When it is called with a data packet pending on an unresolved neighbor and that neighbor's pendingqueue is already non-empty an NS is already outstanding, the function appends the data packet and...

6.5CVSS5.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/31 7:34 p.m.32 views

CVE-2026-14697 IPv6 Neighbor Solicitation packet leak causes TX pool exhaustion denial of service

netipv6sendns in subsys/net/ip/ipv6nbr.c allocates a transmit netpkt for a Neighbor Solicitation. When it is called with a data packet pending on an unresolved neighbor and that neighbor's pendingqueue is already non-empty an NS is already outstanding, the function appends the data packet and...

6.5CVSS0.00175EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/31 7:26 p.m.6 views

CVE-2026-82797

A flaw was found in rlottie. This uncontrolled recursion vulnerability allows a local attacker to cause a denial of service DoS by providing specially crafted serialized data with nested payloads. Successful exploitation requires user interaction to process the malicious data. Mitigation Update...

5.5CVSS5.8AI score0.00103EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/31 7:18 p.m.6 views

CVE-2022-0778

CVE-2022-0778 Descripción Nos referimos al concepto de drago-96 y luego reescribimos un PoC basado en el formato P12 y PEM. Puede usarlo para verificar las vulnerabilidades CVE-2022-0778, es decir, un certificado SSL peligroso sin contraseña privada, déjelo vacío. Si el dispositivo está afectado,...

7.5CVSS6.6AI score0.73188EPSS
SaveExploits2References2
NVD
NVD
added 2026/08/31 7:16 p.m.8 views

CVE-2026-14696

When Ethernet bridging is enabled CONFIGNETETHERNETBRIDGE, ethbridgeinputprocess in subsys/net/l2/ethernet/bridge/bridgeinput.c decides how each frame received on a bridge member interface is handled. For frames that must also be delivered to the local stack, the code called ethbridgehandlelocall...

6.5CVSS0.00199EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/31 7:16 p.m.10 views

CVE-2026-14367

The I3C IBI subsystem in drivers/i3c/i3cibiworkq.c hands out statically-allocated work nodes through a free-list i3cibiworknodesfree implemented as a plain sysslistt, which provides no synchronization. The allocation helpers i3cibiworkenqueue, i3cibiworkenqueuetargetirq, i3cibiworkenqueuehotjoin,...

3.1CVSS0.00103EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/31 7:16 p.m.6 views

CVE-2023-31308

A malicious virtual function can invoke the certain command handlers in the SMU, causing a denial of service due to out-of-bounds memory read...

3.3CVSS0.00096EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/31 7:09 p.m.8 views

CVE-2026-3333-DNS-Rebinding-to-Steal-Cloud-Metadata

CVE-2026-3333 – DNS Rebinding to Steal Cloud Metadata Program Code Python attacker server + vulnerable app root@kitploit: !/usr/bin/env python3 dnsrebindingserver.py - Malicious DNS server that alternates between attacker IP and 169.254.169.254 import socket, threading, time This simple server...

6.4CVSS5.4AI score0.00235EPSS
SaveExploits0
CVE
CVE
added 2026/08/31 6:57 p.m.17 views

CVE-2026-14696

Zephyr RTOS Ethernet bridging contains an RX packet leak in eth_bridge_input_process() (subsys/net/l2/ethernet/bridge/bridge_input.c). When Ethernet bridging is enabled (CONFIG_NET_ETHERNET_BRIDGE), frames delivered to the local stack via eth_bridge_handle_locally() return NET_OK without actually...

6.5CVSS6.1AI score0.00199EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/31 6:57 p.m.6 views

EUVD-2026-68728

When Ethernet bridging is enabled CONFIGNETETHERNETBRIDGE, ethbridgeinputprocess in subsys/net/l2/ethernet/bridge/bridgeinput.c decides how each frame received on a bridge member interface is handled. For frames that must also be delivered to the local stack, the code called ethbridgehandlelocall...

6.5CVSS6.1AI score0.00199EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/31 6:57 p.m.5 views

CVE-2026-14696 Ethernet bridge RX packet leak enables denial of service via RX buffer-pool exhaustion

When Ethernet bridging is enabled CONFIGNETETHERNETBRIDGE, ethbridgeinputprocess in subsys/net/l2/ethernet/bridge/bridgeinput.c decides how each frame received on a bridge member interface is handled. For frames that must also be delivered to the local stack, the code called ethbridgehandlelocall...

6.5CVSS6.1AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/08/31 6:53 p.m.4 views

CVE-2023-31014_Lab

Laboratoire de détournement d'Intent implicite CVE-2023-31014 Il s'agit d'un laboratoire Android pédagogique basé sur le rapport public CVE-2023-31014 de NVIDIA GeForce NOW pour Android. Il ne contient ni code source NVIDIA, ni chaînes Action réelles, ni informations d'authentification réelles...

4.8CVSS5.2AI score0.00144EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/08/31 6:29 p.m.6 views

cve-2019-0808-poc

cve-2019-0808-poc cve-2019-0808-poc solo BSOD,usado para reiniciar SO;...

7.8CVSS7.9AI score0.53017EPSS
SaveExploits10
RedhatCVE
RedhatCVE
added 2026/08/31 6:24 p.m.5 views

CVE-2026-68763

A flaw was found in Apache Tomcat. This vulnerability, an uncontrolled resource consumption issue, arises from an allocation leak in the HTTP/2 backlog tracking when a stream is reset. A remote attacker could exploit this to cause a Denial of Service DoS, making the server unresponsive or...

7.5CVSS5.8AI score0.0083EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/31 6:24 p.m.11 views

CVE-2023-31308

A malicious virtual function can invoke certain command handlers in the SMU , causing a denial of service due to an out-of-bounds memory read . Per AMD's CVSS 3.1 rating, the impact is LOW (3.3) with a local attack vector requiring low privileges and no user interaction, affecting only availabili...

3.3CVSS5.9AI score0.00096EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/31 6:24 p.m.33 views

CVE-2023-31308

A malicious virtual function can invoke the certain command handlers in the SMU, causing a denial of service due to out-of-bounds memory read...

3.3CVSS0.00096EPSS
SaveExploits0References1
Rows per page
Query Builder