Lucene search
+L

878 matches found

OSV
OSV
added 2026/04/22 1:53 p.m.13 views

CVE-2026-31438 netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix kernel BUG in netfslimititer for ITERKVEC iterators When a process crashes and the kernel writes a core dump to a 9P filesystem, kernelwrite creates an ITERKVEC iterator. This iterator reaches netfslimititer via...

5.8AI score
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/04/22 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-31438

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - netfs: Fix kernel BUG in netfslimititer for ITERKVEC iterators When a process crashes and the kernel writes a core dump to a 9P filesystem, kernelwrite creates ...

5.5CVSS5.5AI score0.00122EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/04/22 12:00 a.m.19 views

Linux kernel 安全漏洞

The Linux kernel is the core used by 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 a kernel bug in netfs when processing the ITERKVEC iterator. This bug may cause the core dum...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.8 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-013063)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-013063 advisory. In the Linux kernel, the following vulnerability has been resolved: netlink: do not hard code device address lenth in fdb dumps syzbot reports that some netdev devic...

5.9AI score0.00264EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.16 views

Unity Linux 20.1050e / 20.1070e Security Update: kernel (UTSA-2026-011025)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-011025 advisory. In the Linux kernel, the following vulnerability has been resolved: netlink: do not hard code device address lenth in fdb dumps syzbot reports that some netdev devic...

5.9AI score0.00264EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/17 12:00 a.m.8 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-007532)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-007532 advisory. In the Linux kernel, the following vulnerability has been resolved: netlink: do not hard code device address lenth in fdb dumps syzbot reports that some netdev devic...

5.9AI score0.00264EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/13 2:16 p.m.8 views

CVE-2026-31414

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconntrackexpect: use expect-helper Use expect-helper in ctnetlink and /proc to dump the helper name. Using nfcthelp without holding a reference to the master conntrack is unsafe. Use exp-master-helper in ctnetlink pa...

9.8CVSS0.00399EPSS
SaveExploits0References8
IBM Security Bulletins
IBM Security Bulletins
added 2026/04/08 10:44 a.m.16 views

Security Bulletin: LangChain Serialization Injection Vulnerability in dumps()/dumpd() (Fixed in 0.3.81 / 1.2.5) affects watsonx.data

Summary A serialization injection vulnerability in LangChain's dumps and dumpd functions pre-0.3.81 / 1.2.5 allows user-controlled data with 'lc' keys to be deserialized as objects. This issue is fixed in versions 0.3.81 and 1.2.5. This can affect watsonx.data. Vulnerability Details...

9.3CVSS7AI score0.43415EPSS
SaveExploits5Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/04/08 12:00 a.m.6 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-006775)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-006775 advisory. In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix infinite recursion in fib6dumpdone. syzkaller reported infinite recursive calls of...

7.8CVSS6AI score0.00284EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/03 6:31 p.m.9 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.00131EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/04/02 11:28 p.m.15 views

SUSE CVE-2026-23412

In the Linux kernel, the following vulnerability has been resolved: netfilter: bpf: defer hook memory release until rcu readers are done Yiming Qian reports UaF when concurrent process is dumping hooks via nfnetlinkhooks: BUG: KASAN: slab-use-after-free in nfnlhookdumpone.isra.0+0xe71/0x10f0 Read...

7CVSS5.8AI score0.00117EPSS
SaveExploits0References13
OSV
OSV
added 2026/04/02 11:40 a.m.11 views

CVE-2026-23412 netfilter: bpf: defer hook memory release until rcu readers are done

In the Linux kernel, the following vulnerability has been resolved: netfilter: bpf: defer hook memory release until rcu readers are done Yiming Qian reports UaF when concurrent process is dumping hooks via nfnetlinkhooks: BUG: KASAN: slab-use-after-free in nfnlhookdumpone.isra.0+0xe71/0x10f0 Read...

7.8CVSS6.5AI score
SaveExploits0References8
CVE
CVE
added 2026/04/02 11:40 a.m.37 views

CVE-2026-23412

The CVE-2026-23412 issue affects the Linux kernel’s netfilter/BPF path. It describes a use-after-free (UaF) in nfnetlink_hooks where a concurrent process dumps hooks, triggering a KASAN slab-use-after-free in nfnl_hook_dump_one. The root cause is deferring the release of hook memory until RCU rea...

7.8CVSS5.8AI score0.00117EPSS
SaveExploits0References5Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/03/28 12:00 a.m.24 views

NewStart CGSL MAIN 7.02 : systemd Vulnerability (NS-SA-2026-0034)

The remote NewStart CGSL host, running version MAIN 7.02, has systemd packages installed that are affected by a vulnerability: - The systemd-coredump is prone to a kill-and-replace race condition which may allow a local attacker to gain sensitive information from crashed SUID processes...

4.7CVSS6AI score0.00789EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2026/03/27 12:00 a.m.31 views

PT-2026-47363

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 7.0.12-1.1 Description An issue exists in the hash digest key function within the caam crypto module. When CONFIG DYNAMIC DEBUG is enabled, sensitive HMAC key bytes may be leaked at runtime through hex dumps. Thi...

5.5CVSS5.2AI score0.00123EPSS
SaveExploits0
OSV
OSV
added 2026/03/25 5:39 p.m.22 views

CLSA-2026-1774460378 postgresql11: Fix of 4 CVEs

Fix CVE-2025-1094: Improper neutralization of quoting syntax in libpq escape functions allowing SQL injection. - Fix CVE-2024-7348: TOCTOU race condition in pgdump allows arbitrary SQL function execution via view/foreign table replacement. - Fix CVE-2024-10979: Block environment variable...

8.8CVSS6.4AI score0.9003EPSS
SaveExploits12References1
CNNVD
CNNVD
added 2026/03/23 12:00 a.m.27 views

WWBN AVideo 安全漏洞

WWBN AVideo is a video platform building system developed by the WWBN team using PHP. Versions of WWBN AVideo prior to 26.0 contained security vulnerabilities. These vulnerabilities were caused by multiple vulnerabilities in the CloneSite plugin, which could allow unauthenticated attackers to...

10CVSS6AI score0.13266EPSS
SaveExploits1References2
OSV
OSV
added 2026/03/20 12:07 p.m.9 views

OPENSUSE-SU-2026:20407-1 Security update for python-orjson

This update for python-orjson fixes the following issues: - CVE-2025-67221: Fixed write outsize of allocated memory on json dump bsc1257121...

7.5CVSS5.9AI score0.00601EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2026/03/20 1:35 a.m.22 views

CVE-2026-32875

UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. Versions 5.10 through 5.11.0 are vulnerable to buffer overflow or infinite loop through large indent handling. ujson.dumps crashes the Python interpreter segmentation fault when the product of the indent...

7.5CVSS5.8AI score0.00469EPSS
SaveExploits1
Snyk
Snyk
added 2026/03/18 1:01 p.m.10 views

Integer Overflow or Wraparound

Overview ujson is an Ultra fast JSON encoder and decoder for Python Affected versions of this package are vulnerable to Integer Overflow or Wraparound via the indent parameter in the dumps, dump, or encode functions. An attacker can cause a crash or infinite loop by supplying large or negative...

8.2CVSS5.8AI score0.00469EPSS
SaveExploits1References2
Rows per page
Query Builder