Lucene search
K

663 matches found

Cvelist
Cvelist
added 2026/04/10 4:3 p.m.26 views

CVE-2026-35664 OpenClaw < 2026.3.25 - DM Pairing Bypass via Legacy Card Callbacks

OpenClaw before 2026.3.25 contains an authentication bypass vulnerability in raw card send surface that allows unpaired recipients to mint legacy callback payloads. Attackers can send raw card commands to bypass DM pairing restrictions and reach callback handling without proper authorization...

6.9CVSS0.00098EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2026/04/10 4:3 p.m.2 views

CVE-2026-35661 OpenClaw < 2026.3.25 - Telegram DM-Scoped Inline Button Callback Authorization Bypass

OpenClaw before 2026.3.25 contains an authorization bypass vulnerability in Telegram callback query handling that allows attackers to mutate session state without satisfying normal DM pairing requirements. Remote attackers can exploit weaker callback-only authorization in direct messages to bypas...

6.9CVSS5.8AI score0.00055EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2026/04/09 7:23 p.m.1 views

CVE-2026-34721

Zammad is a web based open source helpdesk/customer support system. Prior to 7.0.1 and 6.5.4, the OAuth callback endpoints for Microsoft, Google, and Facebook external credentials do not validate a CSRF state parameter. This vulnerability is fixed in 7.0.1 and 6.5.4...

6.5CVSS5.9AI score0.00019EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2026/04/05 12:0 a.m.1 views

Linux Distros Unpatched Vulnerability : CVE-2026-23458

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - netfilter: ctnetlink: fix use-after-free in ctnetlinkdumpexpct ctnetlinkdumpexpct stores a conntrack pointer in cb-data for the netlink dump callback...

7.8CVSS5.8AI score0.00019EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2026/04/03 11:47 p.m.4 views

CVE-2026-34771 Electron: Use-after-free in WebContents fullscreen, pointer-lock, and keyboard-lock permission callbacks

Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to versions 38.8.6, 39.8.0, 40.7.0, and 41.0.0-beta.8, apps that register an asynchronous session.setPermissionRequestHandler may be vulnerable to a use-after-free when handling fullscree...

7.5CVSS5.8AI score0.00017EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2026/04/03 11:27 p.m.4 views

SUSE CVE-2026-23437

In the Linux kernel, the following vulnerability has been resolved: net: shaper: protect late read accesses to the hierarchy We look up a netdev during prep of Netlink ops pre- callbacks and take a ref to it. Then later in the body of the callback we take its lock or RCU which are the actual...

7CVSS5.7AI score0.00015EPSS
Exploits0References40
SUSE CVE
SUSE CVE
added 2026/04/03 11:27 p.m.3 views

SUSE CVE-2026-23458

In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: fix use-after-free in ctnetlinkdumpexpct ctnetlinkdumpexpct stores a conntrack pointer in cb-data for the netlink dump callback ctnetlinkexpctdumptable, but drops the conntrack reference immediately after...

7CVSS5.7AI score0.00019EPSS
Exploits0References23
RedhatCVE
RedhatCVE
added 2026/04/03 7:11 p.m.2 views

CVE-2026-23458

A flaw was found in the Linux kernel's netfilter connection tracking ctnetlink component. This vulnerability, known as a use-after-free, occurs when the system attempts to access a memory location after it has been deallocated, which can lead to unpredictable behavior. A local attacker could...

7.8CVSS5.8AI score0.00019EPSS
Exploits0References4
EUVD
EUVD
added 2026/04/03 6:31 p.m.0 views

EUVD-2026-18716

In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: fix use-after-free in ctnetlinkdumpexpct ctnetlinkdumpexpct stores a conntrack pointer in cb-data for the netlink dump callback ctnetlinkexpctdumptable, but drops the conntrack reference immediately after...

5.8AI score0.00019EPSS
Exploits0References7
Cvelist
Cvelist
added 2026/04/03 3:15 p.m.17 views

CVE-2026-23458 netfilter: ctnetlink: fix use-after-free in ctnetlink_dump_exp_ct()

In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: fix use-after-free in ctnetlinkdumpexpct ctnetlinkdumpexpct stores a conntrack pointer in cb-data for the netlink dump callback ctnetlinkexpctdumptable, but drops the conntrack reference immediately after...

7.8CVSS0.00019EPSS
Exploits0References8
CVE
CVE
added 2026/04/03 3:15 p.m.10 views

CVE-2026-23458

The CVE-2026-23458 entry describes a Linux kernel netfilter use-after-free in ctnetlink_dump_exp_ct(). The code stores a conntrack pointer in cb-&gt;data for the netlink dump callback (ctnetlink_exp_ct_dump_table()) and drops the conntrack reference after netlink_dump_start(), so multi-round dump...

7.8CVSS5.8AI score0.00019EPSS
Exploits0References8Affected Software1
CVE
CVE
added 2026/04/03 3:15 p.m.4 views

CVE-2026-23436

The CVE-2026-23436 issue affects the Linux kernel's net: shaper component. A race could occur when a netdev is unregistered between taking a reference during Netlink prep and locking/RCU in the callback, potentially leaking the hierarchy after a flush. The fix applies the instance lock in pre- st...

5.5CVSS5.7AI score0.00015EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2026/04/03 2:40 a.m.0 views

GHSA-8337-3P73-46F4 Electron: Use-after-free in WebContents fullscreen, pointer-lock, and keyboard-lock permission callbacks

Impact Apps that register an asynchronous session.setPermissionRequestHandler may be vulnerable to a use-after-free when handling fullscreen, pointer-lock, or keyboard-lock permission requests. If the requesting frame navigates or the window closes while the permission handler is pending, invokin...

7.5CVSS5.9AI score0.00017EPSS
Exploits0References3
EUVD
EUVD
added 2026/04/03 2:40 a.m.1 views

EUVD-2026-18941

Electron: Use-after-free in WebContents fullscreen, pointer-lock, and keyboard-lock permission callbacks...

7.5CVSS5.9AI score0.00017EPSS
Exploits0References1
CNNVD
CNNVD
added 2026/04/03 12:0 a.m.4 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from performing power management operations during suspend callbacks, potentially leading to deadlocks...

5.5CVSS5.8AI score0.00027EPSS
Exploits0References6
RedhatCVE
RedhatCVE
added 2026/04/01 1:38 p.m.1 views

CVE-2026-23411

A flaw was found in the Linux kernel's AppArmor security module. A race condition occurs when AppArmor incorrectly manages the lifecycle of iprivate data, leading to situations where data is freed while still being accessed by file system callback functions. This timing vulnerability can result i...

5.9AI score0.00008EPSS
Exploits0References4
Cvelist
Cvelist
added 2026/04/01 12:30 a.m.22 views

CVE-2025-71281 XenForo Template Method Call Restriction Bypass

XenForo before 2.3.7 does not properly restrict methods callable from within templates. A loose prefix match was used instead of a stricter first-word match for methods accessible through callbacks and variable method calls in templates, potentially allowing unauthorized method invocations...

8.8CVSS0.00061EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2026/03/31 10:58 p.m.2 views

CVE-2026-4257

The Contact Form by Supsystic plugin for WordPress is vulnerable to Server-Side Template Injection SSTI leading to Remote Code Execution RCE in all versions up to, and including, 1.7.36. This is due to the plugin using the Twig TwigLoaderString template engine without sandboxing, combined with th...

9.8CVSS6.2AI score0.86931EPSS
Exploits7References1
Fedora
Fedora
added 2026/03/31 12:27 a.m.6 views

[SECURITY] Fedora 44 Update: pyOpenSSL-26.0.0-1.fc44

High-level wrapper around a subset of the OpenSSL library, includes among oth ers SSL.Connection objects, wrapping the methods of Python's portable sockets Callbacks written in Python Extensive error-handling mechanism, mirroring OpenSSL's error codes...

9.8CVSS5.8AI score0.00043EPSS
Exploits0
CNNVD
CNNVD
added 2026/03/31 12:0 a.m.2 views

WordPress plugin Gravity SMTP 信息泄露漏洞

WordPress and WordPress plugins are both products of the WordPress Foundation. WordPress is a blog platform developed using the PHP language. This platform allows for the creation of personal blog websites on servers based on PHP and MySQL. A WordPress plugin is an application extension. WordPres...

7.5CVSS5.8AI score0.12901EPSS
Exploits0References7
Rows per page
Query Builder