Lucene search
+L

2857 matches found

RedhatCVE
RedhatCVE
added 2026/07/21 5:12 a.m.6 views

CVE-2026-63793

A flaw was found in the Linux kernel's NTFS file system driver. This vulnerability, a use-after-free, arises from insufficient protection during concurrent operations on the volume label. A local attacker could exploit this by simultaneously setting and getting the file system label, which may le...

7.8CVSS5.6AI score0.00121EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 5:12 a.m.9 views

CVE-2026-53385

A flaw was found in the Linux kernel's vcscreen module. A race condition in the vcswrite function can lead to a null pointer dereference. This occurs when the vcdata pointer becomes stale during concurrent write operations, and a subsequent call attempts to use the now-invalid pointer. A local...

5.5CVSS5.3AI score0.00132EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/20 9:16 p.m.12 views

CVE-2026-55219

Paymenter is a free and open-source webshop solution for management of hosting services. In versions prior to 1.5.5, the credit payment implementation in app/Livewire/Invoices/Show.php executes a pessimistic row lock lockForUpdate outside of an active database transaction. Because MySQL/MariaDB...

5.3CVSS0.00144EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/20 4:27 p.m.8 views

CVE-2026-64189

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix race between dump and ipsetlist resize The release path of ipsetdumpdo and ipsetdumpdone read inst-ipsetlist via ipsetrefnetlink, a plain rcudereferenceraw of the array pointer. These run from netlinkrecvmsg...

5.3AI score0.00097EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/07/20 2:59 p.m.44 views

CVE-2026-45712 Mailpit: Concurrent map read & write in proxy CSS rewriter - remote unauth crash (fatal error: concurrent map read and map write)

Mailpit is an email testing tool and API for developers. Prior to version 1.30.0, the screenshot/print proxy /proxy?data=… maintains a package-level assets mapstringMessageAssets cache, but reads the map without holding assetsMutex while a long-running cleanup goroutine and re-entrant CSS-rewriti...

5.9CVSS0.00247EPSS
SaveExploits1References2
CVE
CVE
added 2026/07/20 2:59 p.m.54 views

CVE-2026-45712

CVE-2026-45712 concerns Mailpit's proxy CSS rewriter exposing a race condition: an unsynchronized read of a package-level assets map occurs concurrently with writes under the assetsMutex, causing a runtime panic (concurrent map read and map write) and a full Mailpit process crash, taking SMTP/POP...

5.9CVSS5.4AI score0.00247EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/07/20 2:59 p.m.6 views

CVE-2026-45712 Mailpit: Concurrent map read & write in proxy CSS rewriter - remote unauth crash (fatal error: concurrent map read and map write)

Mailpit is an email testing tool and API for developers. Prior to version 1.30.0, the screenshot/print proxy /proxy?data=… maintains a package-level assets mapstringMessageAssets cache, but reads the map without holding assetsMutex while a long-running cleanup goroutine and re-entrant CSS-rewriti...

5.9CVSS5.4AI score
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2026/07/20 12:0 a.m.9 views

The vulnerability of the #update method in the Concurrent::AtomicReference class in the Ruby Concurrent Ruby library allows a violator to trigger a service failure.

The vulnerability of the update method in the Concurrent::AtomicReference class in the Ruby Concurrent library is related to the execution of a loop with an unreachable exit condition. Exploiting this vulnerability could allow a malicious actor to cause service failures...

7.8CVSS5.5AI score0.00413EPSS
SaveExploits1References3Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-63944

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Bluetooth: hcisync: fix UAF in hcilecreatecissync hcilecreatecissync dereferences conn-conntimeout after releasing both rcureadlock and hcidevlockhdev. The con...

8.8CVSS5.6AI score0.00324EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-63802

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - blk-cgroup: fix UAF in blkcgrstatflush When multiple blkgs in the same blkcg are released concurrently, a use-after-free can occur. The race happens when one...

7.8CVSS4.5AI score0.00137EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/19 5:35 p.m.10 views

SUSE CVE-2026-63793

In the Linux kernel, the following vulnerability has been resolved: ntfs: serialize volume label accesses Protect vol-volumelabel with a mutex and snaphost the label before copytouser. This prevent a use-after-free when FSIOCSETFSLABEL replaces the vol-volumelabel and FSIOCGETTSLABEL reads it...

7.8CVSS5.4AI score0.00121EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/19 5:34 p.m.9 views

SUSE CVE-2026-63825

In the Linux kernel, the following vulnerability has been resolved: gcov: use atomic counter updates to fix concurrent access crashes GCC's GCOV instrumentation can merge global branch counters with loop induction variables as an optimization. In inflatefast, the inner copy loops get transformed ...

7.5CVSS5.7AI score0.00414EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/19 4:17 p.m.8 views

CVE-2026-64119

In the Linux kernel, the following vulnerability has been resolved: l2tp: use listdelrcu in l2tpsessionunhash An unprivileged local user can pin a host CPU indefinitely in l2tpsessiongetbyifname by issuing L2TPCMDSESSIONGET on L2TPATTRIFNAME concurrently with L2TPCMDSESSIONCREATE and...

5.5CVSS0.00121EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/19 4:17 p.m.8 views

CVE-2026-64023

In the Linux kernel, the following vulnerability has been resolved: gpio: aggregator: fix a potential use-after-free On error we free aggr-lookups-devid before removing the entry from the lookup table. If a concurrent thread calls gpiodfind before we remove the entry, it could iterate over the li...

7.8CVSS0.00124EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:41 p.m.14 views

CVE-2026-64178

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: Fix UAF read of dev-name bnepaddconnection needs to keep holding the bnepsessionsem while reading dev-name just like bnepgetconnlist does; otherwise the bnepsession thread can concurrently free the netdevice, whi...

5.2AI score0.00249EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.12 views

CVE-2026-64080

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Snapshot notifier callbacks under lock Both notification handlers currently look up a notifier callback under notifylock, drop the lock, and then dereference the returned notifier entry. A concurrent unregister...

9.3CVSS5.6AI score0.00145EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 3:39 p.m.17 views

EUVD-2026-45596

In the Linux kernel, the following vulnerability has been resolved: gpio: aggregator: fix a potential use-after-free On error we free aggr-lookups-devid before removing the entry from the lookup table. If a concurrent thread calls gpiodfind before we remove the entry, it could iterate over the li...

5.4AI score0.00124EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.7 views

CVE-2026-64023

In the Linux kernel, the following vulnerability has been resolved: gpio: aggregator: fix a potential use-after-free On error we free aggr-lookups-devid before removing the entry from the lookup table. If a concurrent thread calls gpiodfind before we remove the entry, it could iterate over the li...

7.8CVSS5.3AI score0.00124EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 2:18 p.m.8 views

CVE-2026-63871 Bluetooth: ISO: Fix data-race on iso_pi fields in hci_get_route calls

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix data-race on isopi fields in hcigetroute calls isoconnectbis, isoconnectcis, isolistenbis, and isoconnbigsync call hcigetroute using isopisk-dst, isopisk-src, and isopisk-srctype without holding locksock. Thes...

5.2AI score
SaveExploits0References7
NVD
NVD
added 2026/07/19 12:16 p.m.15 views

CVE-2026-63823

In the Linux kernel, the following vulnerability has been resolved: keys: Pin requestkeyauth payload in instantiate paths A: requestkey B: KEYCTLINSTANTIATEIOV ================ ========================= create auth key store rka in auth key wait for helper get auth key load rka from auth key copy...

7.8CVSS0.00124EPSS
SaveExploits0References8
Rows per page
Query Builder