Lucene search
+L

7568 matches found

OSV
OSV
•added 2026/06/25 9:16 a.m.•32 views

UBUNTU-CVE-2026-53267

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftct: bail out on template ct in get eval I noticed this issue while looking at a historic syzbot report 1. A rule like the one below is enough to trigger the bug: table ip t chain pre type filter hook prerouting...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0References18
OSV
OSV
•added 2026/06/25 8:39 a.m.•12 views

CVE-2026-53268 netfilter: conntrack_irc: fix possible out-of-bounds read

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrackirc: fix possible out-of-bounds read When parsing fails after we've matched the command string we should bail out instead of trying to match a different command. This helper should be deprecated, given...

8.2CVSS5.8AI score
SaveExploits0References12
attackerkb
attackerkb
•added 2026/06/25 8:39 a.m.•15 views

CVE-2026-53267

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftct: bail out on template ct in get eval I noticed this issue while looking at a historic syzbot report 1. A rule like the one below is enough to trigger the bug: table ip t chain pre type filter hook prerouting...

5.7AI score0.0012EPSS
SaveExploits0References6Affected Software1
CVE
CVE
•added 2026/06/25 8:39 a.m.•74 views

CVE-2026-53267

The CVE-2026-53267 entry concerns a Linux kernel netfilter nft_ct use-after-free style issue where a per-CPU template conntrack entry can be treated as a real ct, causing a 16-byte memcpy path to overflow the kernel stack when using NFT_REG32_15. The root cause is that a template ct is not reject...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0References5Affected Software1
attackerkb
attackerkb
•added 2026/06/25 8:39 a.m.•14 views

CVE-2026-53218

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftexthdr: fix register tracking for FPRESENT flag nftexthdrinit passes user-controlled priv-len to nftparseregisterstore, which marks that many bytes in the register bitmap as initialized. However, when...

5.7AI score0.00125EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
•added 2026/06/25 8:39 a.m.•44 views

CVE-2026-53218 netfilter: nft_exthdr: fix register tracking for F_PRESENT flag

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftexthdr: fix register tracking for FPRESENT flag nftexthdrinit passes user-controlled priv-len to nftparseregisterstore, which marks that many bytes in the register bitmap as initialized. However, when...

0.00125EPSS
SaveExploits0References8
OSV
OSV
•added 2026/06/25 8:39 a.m.•10 views

CVE-2026-53218 netfilter: nft_exthdr: fix register tracking for F_PRESENT flag

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftexthdr: fix register tracking for FPRESENT flag nftexthdrinit passes user-controlled priv-len to nftparseregisterstore, which marks that many bytes in the register bitmap as initialized. However, when...

5.8AI score
SaveExploits0References12
CVE
CVE
•added 2026/06/25 8:39 a.m.•63 views

CVE-2026-53218

CVE-2026-53218 affects the Linux kernel netfilter nft_exthdr path. The root cause is a mismatch in register initialization: nft_exthdr_init() passes priv->len to nft_parse_register_store(), which marks that many bytes as initialized, but when NFT_EXTHDR_F_PRESENT is set the eval paths write on...

5.5CVSS5.7AI score0.00125EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
•added 2026/06/25 8:39 a.m.•17 views

CVE-2026-53218

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftexthdr: fix register tracking for FPRESENT flag nftexthdrinit passes user-controlled priv-len to nftparseregisterstore, which marks that many bytes in the register bitmap as initialized. However, when...

5.5CVSS5.7AI score0.00125EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2026/06/25 12:00 a.m.•18 views

Linux Distros Unpatched Vulnerability : CVE-2026-53092

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: Fix linked reg delta tracking when srcreg == dstreg Consider the case of rX += rX where srcreg and dstreg are pointers to the same bpfregstate in...

7.8CVSS7.6AI score0.00131EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
•added 2026/06/25 12:00 a.m.•8 views

The vulnerability of the Research Tracking component in the PeopleSoft Enterprise CS Student Records module of the Oracle PeopleSoft business application suite allows a hacker to gain unauthorized access to the device.

The vulnerability of the Research Tracking component in the PeopleSoft Enterprise CS Student Records module of the Oracle PeopleSoft business application suite is related to access control deficiencies. Exploiting this vulnerability could allow a malicious actor to gain unauthorized access to the...

6.8CVSS7.2AI score0.00317EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
•added 2026/06/24 6:32 p.m.•15 views

EUVD-2026-38838

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftct: fix missing expect put in obj eval nftctexpectobjeval allocates an expectation and may call nfctexpectrelated, but never drops its local reference. Add nfctexpectputexp before return to balance allocation...

5.7AI score0.00166EPSS
SaveExploits0References9
NVD
NVD
•added 2026/06/24 5:17 p.m.•20 views

CVE-2026-53092

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix linked reg delta tracking when srcreg == dstreg Consider the case of rX += rX where srcreg and dstreg are pointers to the same bpfregstate in adjustregminmaxvals. The latter first modifies the dstreg in-place, and later ...

7.8CVSS0.00131EPSS
SaveExploits0References7
Cvelist
Cvelist
•added 2026/06/24 4:30 p.m.•59 views

CVE-2026-53092 bpf: Fix linked reg delta tracking when src_reg == dst_reg

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix linked reg delta tracking when srcreg == dstreg Consider the case of rX += rX where srcreg and dstreg are pointers to the same bpfregstate in adjustregminmaxvals. The latter first modifies the dstreg in-place, and later ...

7.8CVSS0.00131EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/06/24 4:30 p.m.•22 views

EUVD-2026-38960

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix linked reg delta tracking when srcreg == dstreg Consider the case of rX += rX where srcreg and dstreg are pointers to the same bpfregstate in adjustregminmaxvals. The latter first modifies the dstreg in-place, and later ...

5.5AI score0.00131EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/06/24 4:28 p.m.•51 views

CVE-2026-52970 netfilter: nft_ct: fix missing expect put in obj eval

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftct: fix missing expect put in obj eval nftctexpectobjeval allocates an expectation and may call nfctexpectrelated, but never drops its local reference. Add nfctexpectputexp before return to balance allocation...

0.00166EPSS
SaveExploits0References8
AstraLinux
AstraLinux
•added 2026/06/24 3:11 p.m.•14 views

Astra Linux – Vulnerability in WebKit2GTK

This issue was addressed through improved state management. This issue is fixed in Safari 26.3, iOS 26.3, iPadOS 26.3, macOS Tahoe 26.3, and visionOS 26.3. A website may be able to track users through Safari web extensions...

5.3CVSS7.2AI score0.00231EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/06/24 12:00 a.m.•29 views

PT-2026-52105

Name of the Vulnerable Software and Affected Versions Sentry versions 24.4.0 through 26.5.1 Description A Regular Expression Denial of Service ReDoS exists in the event ingestion pipeline. This occurs when a regular expression is applied to attacker-controlled fields on incoming events, allowing...

7.5CVSS5.8AI score0.00467EPSS
SaveExploits0References6
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/06/24 12:00 a.m.•1 views

CVE-2026-53092: Return of Wrong Status Code

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix linked reg delta tracking when srcreg == dstreg Consider the case of rX += rX where srcreg and dstreg are pointers to the same bpfregstate in adjustregminmaxvals. The latter first modifies the dstreg in-place, and later ...

7.8CVSS5.8AI score0.00131EPSS
SaveExploits0References8
OSV
OSV
•added 2026/06/23 12:48 p.m.•10 views

OPENSUSE-SU-2026:21149-1 Security update for bitcoin

This update for bitcoin fixes the following issues: Changes in bitcoin: - Reference the tracking bugs for CVEs already fixed in current bitcoin the affected versions all predate the shipped release: CVE-2018-20587 boo1125092 CVE-2019-15947 boo1149711 CVE-2020-14198 boo1181786 CVE-2021-3195...

7.5CVSS6.3AI score0.03176EPSS
SaveExploits2References12
Rows per page
Query Builder