Lucene search
+L

462 matches found

OSV
OSV
added 2024/05/14 3:36 p.m.4 views

DEBIAN-CVE-2024-32615

HDF5 Library through 1.14.3 contains a heap-based buffer overflow in H5Znbitdecompressonebyte in H5Znbit.c, caused by the earlier use of an initialized pointer...

9.8CVSS8.6AI score0.01101EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/28 1:15 p.m.7 views

DEBIAN-CVE-2022-48653

In the Linux kernel, the following vulnerability has been resolved: ice: Don't double unplug aux on peer initiated reset In the IDC callback that is accessed when the aux drivers request a reset, the function to unplug the aux devices is called. This function is also called in the...

5.5CVSS5.3AI score0.00226EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 7:15 p.m.3 views

DEBIAN-CVE-2024-31583

Pytorch before version v2.2.0 was discovered to contain a use-after-free vulnerability in torch/csrc/jit/mobile/interpreter.cpp...

7.8CVSS7.4AI score0.00268EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 11:15 a.m.3 views

DEBIAN-CVE-2024-26852

In the Linux kernel, the following vulnerability has been resolved: net/ipv6: avoid possible UAF in ip6routempathnotify syzbot found another use-after-free in ip6routempathnotify 1 Commit f7225172f25a "net/ipv6: prevent use after free in ip6routempathnotify" was not able to fix the root cause. We...

7.8CVSS5.8AI score0.00269EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 9:15 a.m.1 views

DEBIAN-CVE-2024-24856

The memory allocation function ACPIALLOCATEZEROED does not guarantee a successful allocation, but the subsequent code directly dereferences the pointer that receives it, which may lead to null pointer dereference. To fix this issue, a null pointer check should be added. If it is null, return...

5.3CVSS5.6AI score0.00172EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 8:15 a.m.4 views

DEBIAN-CVE-2024-3846

Inappropriate implementation in Prompts in Google Chrome prior to 124.0.6367.60 allowed a remote attacker who convinced a user to engage in specific UI gestures to perform UI spoofing via a crafted HTML page. Chromium security severity: Low...

4.3CVSS5.6AI score0.0093EPSS
SaveExploits1References1
OSV
OSV
added 2024/04/03 3:15 p.m.4 views

DEBIAN-CVE-2023-52639

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: vsie: fix race during shadow creation Right now it is possible to see gmap-private being zero in kvms390vsiegmapnotifier resulting in a crash. This is due to the fact that we add gmap-private == kvm after creation:...

4.7CVSS5.4AI score0.00175EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/27 5:15 a.m.4 views

DEBIAN-CVE-2023-45919

Mesa 23.0.4 was discovered to contain a buffer over-read in glXQueryServerString. NOTE: this is disputed because there are no common situations in which users require uninterrupted operation with an attacker-controller server...

5.3CVSS5.6AI score0.00388EPSS
SaveExploits1References1
OSV
OSV
added 2024/03/26 9:15 p.m.7 views

DEBIAN-CVE-2024-2886

Use after free in WebCodecs in Google Chrome prior to 123.0.6312.86 allowed a remote attacker to perform arbitrary read/write via a crafted HTML page. Chromium security severity: High...

7.5CVSS7.1AI score0.01762EPSS
SaveExploits1References1
OSV
OSV
added 2024/03/26 3:15 a.m.5 views

DEBIAN-CVE-2024-29195

The azure-c-shared-utility is a C library for AMQP/MQTT communication to Azure Cloud Services. This library may be used by the Azure IoT C SDK for communication between IoT Hub and IoT Hub devices. An attacker can cause an integer wraparound or under-allocation or heap buffer overflow due to...

8.1CVSS6.9AI score0.04967EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/18 11:15 a.m.7 views

DEBIAN-CVE-2024-26633

In the Linux kernel, the following vulnerability has been resolved: ip6tunnel: fix NEXTHDRFRAGMENT handling in ip6tnlparsetlvenclim syzbot pointed out 1 that NEXTHDRFRAGMENT handling is broken. Reading fragoff can only be done if we pulled enough bytes to skb-head. Currently we might access...

5.5CVSS5.5AI score0.0033EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/11 6:15 p.m.3 views

DEBIAN-CVE-2024-26611

In the Linux kernel, the following vulnerability has been resolved: xsk: fix usage of multi-buffer BPF helpers for ZC XDP Currently when packet is shrunk via bpfxdpadjusttail and memory type is set to MEMTYPEXSKBUFFPOOL, null ptr dereference happens: 1136314.192256 BUG: kernel NULL pointer...

5.5CVSS5.5AI score0.00643EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/11 6:15 p.m.4 views

DEBIAN-CVE-2023-52493

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: host: Drop chan lock before queuing buffers Ensure read and write locks for the channel are not taken in succession by dropping the read lock from parsexferevent such that a callback given to client can potentially queu...

5.5CVSS5.4AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/06 7:15 p.m.1 views

DEBIAN-CVE-2024-27304

pgx is a PostgreSQL driver and toolkit for Go. SQL injection can occur if an attacker can cause a single query or bind message to exceed 4 GB in size. An integer overflow in the calculated message size can cause the one large message to be sent as multiple messages under the attacker's control. T...

9.8CVSS8.2AI score0.01109EPSS
SaveExploits1References1
OSV
OSV
added 2024/02/27 7:04 p.m.4 views

DEBIAN-CVE-2021-46966

In the Linux kernel, the following vulnerability has been resolved: ACPI: custommethod: fix potential use-after-free issue In cmwrite, buf is always freed when reaching the end of the function. If the requested count is less than table.length, the allocated buffer will be freed but subsequent cal...

7.8CVSS5.7AI score0.0023EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/27 10:15 a.m.5 views

DEBIAN-CVE-2021-46927

In the Linux kernel, the following vulnerability has been resolved: nitroenclaves: Use getuserpagesunlocked call to handle mmap assert After commit 5b78ed24e8ec "mm/pagemap: add mmapassertlocked annotations to findvma", the call to getuserpages will trigger the mmap assert. static inline void...

5.5CVSS5.3AI score0.0015EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/26 4:27 p.m.3 views

DEBIAN-CVE-2023-52469

In the Linux kernel, the following vulnerability has been resolved: drivers/amd/pm: fix a use-after-free in kvparsepowertable When ps allocated by kzalloc equals to NULL, kvparsepowertable frees adev-pm.dpm.ps that allocated before. However, after the control flow goes through the following call...

7.8CVSS5.5AI score0.00294EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/23 3:15 p.m.7 views

DEBIAN-CVE-2023-52458

In the Linux kernel, the following vulnerability has been resolved: block: add check that partition length needs to be aligned with block size Before calling add partition or resize partition, there is no check on whether the length is aligned with the logical block size. If the logical block siz...

5.5CVSS5.5AI score0.00231EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/23 3:15 p.m.5 views

DEBIAN-CVE-2023-52463

In the Linux kernel, the following vulnerability has been resolved: efivarfs: force RO when remounting if SetVariable is not supported If SetVariable at runtime is not supported by the firmware we never assign a callback for that function. At the same time mount the efivarfs as RO so no one can...

5.5CVSS5.5AI score0.00244EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/05 8:15 a.m.9 views

DEBIAN-CVE-2024-23196

A race condition was found in the Linux kernel's sound/hda device driver in sndhdacregmapsync function. This can result in a null pointer dereference issue, possibly leading to a kernel panic or denial of service issue...

4.7CVSS5AI score0.00167EPSS
SaveExploits0References1
Rows per page
Query Builder