Lucene search
+L

31 matches found

CVE
CVE
added 2026/08/22 3:32 p.m.46 views

CVE-2026-74624

A deadlock vulnerability exists in the Linux kernel's netfilter nf_conntrack component. When TCP or SCTP conntrack paths emit invalid-packet logs while ct->lock is held, and logging is routed to nfnetlink_log with conntrack export enabled, the log path can re-enter conntrack netlink glue that ...

7.5CVSS5.5AI score0.00479EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-74624

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - netfilter: nfconntrack: defer invalid log until after unlock TCP and SCTP conntrack paths can emit invalid-packet logs while ct-lock is still held. When invalid...

7.5CVSS6.3AI score0.00479EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/19 11:48 a.m.8 views

CVE-2026-74337

A flaw was found in the Linux kernel, specifically within the BPF Berkeley Packet Filter subsystem. This vulnerability allows NMI Non-Maskable Interrupt and tracepoint BPF programs to re-enter certain internal locks, known as LRU Least Recently Used locks, while they are already held. This re-ent...

5.5CVSS5.5AI score0.00166EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 1:17 p.m.9 views

AZL-96096 CVE-2026-74523 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: qede: sync udptunnel ports outside qedelock in the recovery path A TX timeout on a qede NIC that has VXLAN/GENEVE tunnel ports configured wedges the rtnetlink control plane of the whole machine: NETDEV WATCHDOG: ens6f1 qede:...

7.5CVSS5.8AI score0.00501EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/15 6:22 a.m.9 views

UBUNTU-CVE-2026-74337

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NMI/tracepoint re-entry deadlock on lru locks NMI and tracepoint BPF programs can re-enter the per-CPU or global LRU lock that bpflrupopfree/pushfree already hold on the same CPU, AA-deadlocking. Lockdep reports...

5.4AI score0.00166EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:58 a.m.51 views

CVE-2026-74337

CVE-2026-74337 describes a Linux kernel vulnerability where NMI/tracepoint BPF programs could re-enter per-CPU or global LRU locks held by bpf_lru_pop_free()/push_free(), causing AA-deadlock. The fix converts LRU lock sites to rqspinlock_t and adds a recovery path for failure windows to avoid nod...

5.3AI score0.00166EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-74337

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: Fix NMI/tracepoint re-entry deadlock on lru locks NMI and tracepoint BPF programs can re-enter the per-CPU or global LRU lock that bpflrupopfree/pushfree...

5.8AI score0.00166EPSS
SaveExploits0References4
CloudLinux
CloudLinux
added 2026/08/13 12:54 p.m.10 views

expat: Fix of CVE-2026-56131

CVE-2026-56131: fix use-after-free caused by XMLResumeParser being callable from inside a handler, which re-enters the parser while the outer frame still owns bufferPtr/eventPtr...

4.9CVSS5.3AI score0.00182EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/10 1:20 p.m.7 views

UBUNTU-CVE-2026-68200

In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: don't re-enter an instance callback that is still running The userspace-driven timer utimer TRIGGER ioctl calls sndtimerinterrupt directly with no serialization, so two threads triggering the same utimer can run...

7.8CVSS5.3AI score0.0017EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/08 7:36 a.m.49 views

CVE-2026-57244 Foxit PDF Editor/Reader Form Control Use-After-Free Vulnerability

After JavaScript resetting the form, the synchronization process lacks re-entry protection and object lifecycle verification, resulting in the failure of the control pointer during the traversal process. After the pointer fails, it still continues to dereference, causing the application to crash...

7.8CVSS0.0017EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 10:07 a.m.12 views

CVE-2019-20879

An issue was discovered in Mattermost Server before 5.8.0, 5.7.2, 5.6.5, and 4.10.7. Changes to e-mail addresses do not require credential re-entry...

4.3CVSS6.9AI score0.00581EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2025/12/05 6:12 p.m.14 views

Envoy crashes when JWT authentication is configured with the remote JWKS fetching

Summary Envoy crashes when JWT authentication is configured with the remote JWKS fetching, allowmissingorfailed is enabled, multiple JWT tokens are present in the request headers and the JWKS fetch fails. Details This is caused by a re-entry bug in the JwksFetcherImpl. When the first token's JWKS...

6.5CVSS7.2AI score0.0053EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2025/12/03 6:04 p.m.45 views

CVE-2025-64527

Envoy vulnerability CVE-2025-64527: In versions 1.33.12, 1.34.10, 1.35.6, 1.36.2 and earlier, a re-entry bug in JwksFetcherImpl triggers a crash when JWT authentication uses remote JWKS with allow_missing_or_failed and multiple tokens in headers if the JWKS fetch fails. The first token’s JWKS fet...

6.5CVSS6.8AI score0.0053EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2025/12/03 6:04 p.m.13 views

CVE-2025-64527 Envoy crashes when JWT authentication is configured with the remote JWKS fetching

Envoy is a high-performance edge/middle/service proxy. In 1.33.12, 1.34.10, 1.35.6, 1.36.2, and earlier, Envoy crashes when JWT authentication is configured with the remote JWKS fetching, allowmissingorfailed is enabled, multiple JWT tokens are present in the request headers and the JWKS fetch...

6.5CVSS7.1AI score
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2024-44377

Malicious code in bioql PyPI...

5.4CVSS6.3AI score0.00268EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/05/23 9:51 a.m.10 views

CVE-2024-4784

An issue was discovered in GitLab EE starting from version 16.7 before 17.0.6, version 17.1 before 17.1.4 and 17.2 before 17.2.2 that allowed bypassing the password re-entry requirement to approve a policy...

5.4CVSS6.6AI score0.00268EPSS
SaveExploits0
NVD
NVD
added 2024/08/08 10:15 a.m.27 views

CVE-2024-4784

An issue was discovered in GitLab EE starting from version 16.7 before 17.0.6, version 17.1 before 17.1.4 and 17.2 before 17.2.2 that allowed bypassing the password re-entry requirement to approve a policy...

5.4CVSS0.00268EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/08/08 10:02 a.m.17 views

CVE-2024-4784 Authentication Bypass by Primary Weakness in GitLab

An issue was discovered in GitLab EE starting from version 16.7 before 17.0.6, version 17.1 before 17.1.4 and 17.2 before 17.2.2 that allowed bypassing the password re-entry requirement to approve a policy...

4.2CVSS6.7AI score0.00268EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/08/08 10:02 a.m.27 views

CVE-2024-4784

Removed by vendor...

5.4CVSS5.8AI score0.00268EPSS
SaveExploits0
OSV
OSV
added 2024/08/08 10:02 a.m.15 views

CVE-2024-4784 Authentication Bypass by Primary Weakness in GitLab

An issue was discovered in GitLab EE starting from version 16.7 before 17.0.6, version 17.1 before 17.1.4 and 17.2 before 17.2.2 that allowed bypassing the password re-entry requirement to approve a policy...

4.2CVSS6.6AI score
SaveExploits0References5
Rows per page
Query Builder