Lucene search
K

1768 matches found

OSV
OSV
added 2026/05/29 6:10 a.m.8 views

BELL-CVE-2026-45921

Bulletin has no description...

5.5CVSS5.7AI score0.00168EPSS
Exploits0References1
OSV
OSV
added 2026/05/29 6:10 a.m.8 views

BELL-CVE-2026-45916

Bulletin has no description...

7.8CVSS5.7AI score0.00211EPSS
Exploits0References1
OSV
OSV
added 2026/05/29 6:10 a.m.10 views

BELL-CVE-2026-45849

Bulletin has no description...

5.7AI score0.00221EPSS
Exploits0References1
OSV
OSV
added 2026/05/29 6:9 a.m.10 views

BELL-CVE-2026-46188

Bulletin has no description...

5.5CVSS5.7AI score0.00127EPSS
Exploits0References1
OSV
OSV
added 2026/05/29 6:9 a.m.9 views

BELL-CVE-2026-46216

Bulletin has no description...

5.5CVSS5.7AI score0.00127EPSS
Exploits0References1
OSV
OSV
added 2026/05/29 6:9 a.m.9 views

BELL-CVE-2026-46155

Bulletin has no description...

9.1CVSS5.7AI score0.00478EPSS
Exploits0References1
OSV
OSV
added 2026/05/29 6:9 a.m.9 views

BELL-CVE-2026-45897

Bulletin has no description...

5.7AI score0.00189EPSS
Exploits0References1
OSV
OSV
added 2026/05/29 6:9 a.m.8 views

BELL-CVE-2026-46111

Bulletin has no description...

7.8CVSS5.7AI score0.00125EPSS
Exploits0References1
OSV
OSV
added 2026/05/29 6:9 a.m.9 views

BELL-CVE-2026-45872

Bulletin has no description...

5.7AI score0.00216EPSS
Exploits0References1
OSV
OSV
added 2026/05/28 10:3 p.m.4 views

MINI-Q467-W74P-5XGF

Bulletin has no description...

5.7AI score0.00019EPSS
Exploits0
OSV
OSV
added 2026/05/28 10:16 a.m.7 views

DEBIAN-CVE-2026-46225

In the Linux kernel, the following vulnerability has been resolved: spi: rspi: fix controller deregistration Make sure to deregister the controller before releasing underlying resources like DMA during driver unbind...

5.5CVSS5.7AI score0.00119EPSS
Exploits0References1
OSV
OSV
added 2026/05/28 10:16 a.m.8 views

DEBIAN-CVE-2026-46215

In the Linux kernel, the following vulnerability has been resolved: drm: Set old handle to NULL before prime swap in changehandle There was a potential race condition in changehandle. The ioctl briefly had a single object with two idr entries; a concurrent gemclose could delete the object and...

7.8CVSS5.7AI score0.00133EPSS
Exploits0References1
OSV
OSV
added 2026/05/28 10:16 a.m.6 views

DEBIAN-CVE-2026-46186

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: virtiobt: validate rx pkttype header length virtbtrxhandle reads the leading pkttype byte from the RX skb and forwards the remainder to hcirecvframe for every event/ACL/SCO/ISO type, without checking that the remaining...

5.5CVSS5.7AI score0.00123EPSS
Exploits0References1
OSV
OSV
added 2026/05/28 10:16 a.m.5 views

DEBIAN-CVE-2026-46174

In the Linux kernel, the following vulnerability has been resolved: x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's op cache Make sure resources are not improperly shared in the op cache and cause instruction corruption this way...

8.8CVSS5.7AI score0.00129EPSS
Exploits0References1
OSV
OSV
added 2026/05/28 10:16 a.m.4 views

DEBIAN-CVE-2026-46166

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: use safe list iteration in radar detect work The call to ieee80211dfscaccancel can cause the iterated chanctx to be freed and removed from the list. Guard against this to avoid a slab-use-after-free error...

8.8CVSS5.7AI score0.00252EPSS
Exploits0References1
OSV
OSV
added 2026/05/28 10:16 a.m.6 views

DEBIAN-CVE-2026-46167

In the Linux kernel, the following vulnerability has been resolved: usb: usblp: fix uninitialized heap leak via LPGETSTATUS ioctl Just like in a previous problem in this driver, usblpctrlmsg will collapse the usbcontrolmsg return value to 0/-errno, discarding the actual number of bytes transferre...

5.5CVSS5.8AI score0.00128EPSS
Exploits0References1
OSV
OSV
added 2026/05/28 10:16 a.m.4 views

DEBIAN-CVE-2026-46134

In the Linux kernel, the following vulnerability has been resolved: platform/chrome: crosectypec: Init mutex in Thunderbolt registration crostypecregisterthunderbolt missed initializing the adata-lock mutex. This leads to a NULL dereference when the mutex is later acquired e.g. in...

5.5CVSS5.7AI score0.00173EPSS
Exploits0References1
OSV
OSV
added 2026/05/28 10:16 a.m.5 views

DEBIAN-CVE-2026-46119

In the Linux kernel, the following vulnerability has been resolved: libceph: Fix slab-out-of-bounds access in auth message processing If a potentially corrupted message of type CEPHMSGAUTHREPLY contains a positive value in its result field, it is treated as an error code by cephhandleauthreply an...

9.1CVSS5.9AI score0.00525EPSS
Exploits0References1
OSV
OSV
added 2026/05/28 10:16 a.m.6 views

DEBIAN-CVE-2026-46118

In the Linux kernel, the following vulnerability has been resolved: pseries/papr-hvpipe: Fix null ptr deref in paprhvpipedevcreatehandle commit 6d3789d347a7 "papr-hvpipe: convert paprhvpipedevcreatehandle to FDPREPARE", changed the create handle to FDPREPARE, but it caused kernel null-ptr-deref...

5.5CVSS5.7AI score0.00166EPSS
Exploits0References1
OSV
OSV
added 2026/05/28 10:16 a.m.9 views

DEBIAN-CVE-2026-46123

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: virtiobt: clamp rx length before skbput virtbtrxwork calls skbputskb, len where len comes directly from virtqueuegetbuf with no validation against the buffer we posted to the device. The RX skb is allocated in...

7.7CVSS5.9AI score0.00144EPSS
Exploits0References1
Rows per page
Query Builder