Lucene search
+L

640836 matches found

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.9 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 리바인딩 프로그램 코드 Python 공격자 서버 + 취약한 앱 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 resolves any subdomain of our domain...

6.4CVSS5.4AI score0.00235EPSS
SaveExploits0
CVE
CVE
added 2026/08/31 6:57 p.m.16 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.4 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

CVE-2023-31014 隐式 Intent 劫持实验 这是一个基于 NVIDIA GeForce NOW for Android 的 CVE-2023-31014 公开报告制作的教育用 Android 实验。不包含 NVIDIA 源代码、真实的 Action 字符串、真实的身份验证信息。 公开报告中确认的事实 目标:NVIDIA GeForce NOW Android 移动版/TV 应用 受影响版本:6.00.32705137 6.04.33108832 修复版本:6.05.33200069 分类:CWE-927,在敏感通信中使用隐式 Intent 脆弱结构:Game Launch...

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 그냥 BSOD, OS 재부팅에 사용됨;...

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
EUVD
EUVD
added 2026/08/31 6:24 p.m.7 views

EUVD-2023-60610

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.3CVSS5.9AI score0.00096EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/31 6:13 p.m.33 views

CVE-2026-14367 I3C IBI work-node free-list data race between ISR and workqueue thread

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
OSV
OSV
added 2026/08/31 6:13 p.m.4 views

CVE-2026-14367 I3C IBI work-node free-list data race between ISR and workqueue thread

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.1CVSS5.9AI score
SaveExploits0References5
CVE
CVE
added 2026/08/31 6:13 p.m.9 views

CVE-2026-14367

CVE-2026-14367 affects the Zephyr RTOS I3C IBI subsystem in drivers/i3c/i3c_ibi_workq.c. A statically-allocated work-node free-list (sys_slist_t) is accessed without synchronization: ISR-context callers invoke sys_slist_get() while the workqueue thread calls sys_slist_append(). This data race can...

3.1CVSS5.9AI score0.00103EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/31 6:13 p.m.6 views

EUVD-2026-68718

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.1CVSS5.9AI score0.00103EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/31 6:11 p.m.5 views

CVE-2026-62299

A flaw was found in CoreDNS, a DNS server. A remote, unauthenticated client can exploit this vulnerability by sending a specially crafted DNS query that triggers a null pointer dereference in the rewrite plugin's EDNS0 response handling. This can lead to a denial of service DoS where the CoreDNS...

5.3CVSS5.8AI score0.00538EPSS
SaveExploits1References7
Rockylinux
Rockylinux
added 2026/08/31 6:05 p.m.6 views

nodejs:24 security update

An update is available for module.nodejs, nodejs, module.nodejs-packaging, nodejs-packaging, nodejs-nodemon, module.nodejs-nodemon. 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...

8.4CVSS7.1AI score0.005EPSS
SaveExploits1
OSV
OSV
added 2026/08/31 6:05 p.m.7 views

RLSA-2026:61386 Important: nodejs:24 security update

Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language. Security Fixes: nodejs: Node.js: Unauthorized filesystem access due to Permission Model enforcement flaw CVE-2026-58043 nodejs: Node.js: Remote memory exhaustion...

7.5CVSS7.1AI score0.005EPSS
SaveExploits1References5
Rows per page
Query Builder