Lucene search
+L

13051 matches found

Positive Technologies
Positive Technologies
added 2024/03/07 12:00 a.m.9 views

PT-2024-15172 · Sciener · Sciener Firmware

Name of the Vulnerable Software and Affected Versions: TTLock App affected versions not specified Description: The issue arises from the TTLock App's failure to properly verify the device it is communicating with, allowing a device that spoofs the MAC address of a lock to connect and compromise t...

6.5CVSS6.9AI score0.00165EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2024/03/07 12:00 a.m.23 views

PT-2024-15143 · Sciener · Sciener Firmware

Name of the Vulnerable Software and Affected Versions: TTLock App affected versions not specified Description: The TTLock App has an issue where virtual keys and settings are only deleted on the client side. If these deleted items are preserved, they can still be used to access the lock after the...

7.5CVSS6.9AI score0.00254EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/03/07 12:00 a.m.15 views

PT-2024-15171 · Kontrol +2 · Kontrol +3

Name of the Vulnerable Software and Affected Versions: Sciener firmware affected versions not specified Description: The issue concerns the use of a non-unique AES key in the pairing process between locks using Sciener firmware and wireless keypads. This key can be reused, potentially compromisin...

6.8CVSS7AI score0.0028EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/03/06 10:38 p.m.28 views

CVE-2023-52586

A vulnerability was found in the Linux kernel which involves a potential race condition when registering/unregistering the vblank irq callback. This could lead to inconsistent or undefined behavior when multiple threads attempt to access/modify the blank irq state simultaneously...

6.7CVSS8.8AI score0.00161EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 11:16 a.m.36 views

BIT-TENSORFLOW-2021-41213 Deadlock in mutually recursive `tf.function` objects

TensorFlow is an open source platform for machine learning. In affected versions the code behind tf.function API can be made to deadlock when two tf.function decorated Python functions are mutually recursive. This occurs due to using a non-reentrant Lock Python object. Loading any model which...

5.5CVSS5.5AI score0.00243EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 10:57 a.m.82 views

BIT-MONGODB-2021-32036 Denial of Service and Data Integrity vulnerability in features command

An authenticated user without any specific authorizations may be able to repeatedly invoke the features command where at a high volume may lead to resource depletion or generate high lock contention. This may result in denial of service and in rare cases could result in id field collisions. This...

7.1CVSS5.9AI score0.01034EPSS
SaveExploits0References2
OSV
OSV
added 2024/03/06 7:15 a.m.10 views

DEBIAN-CVE-2024-26627

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Move scsihostbusy out of host lock for waking up EH handler Inside scsiehwakeup, scsihostbusy is called & checked with host lock every time for deciding if error handler kthread needs to be waken up. This can be too...

5.5CVSS5.3AI score0.00242EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/06 7:15 a.m.11 views

AZL-56846 CVE-2023-52586 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add mutex lock in control vblank irq Add a mutex lock to control vblank irq to synchronize vblank enable/disable operations happening from different threads to prevent race conditions while registering/unregistering...

7CVSS6.2AI score0.00161EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/06 7:15 a.m.11 views

AZL-56806 CVE-2023-52586 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add mutex lock in control vblank irq Add a mutex lock to control vblank irq to synchronize vblank enable/disable operations happening from different threads to prevent race conditions while registering/unregistering...

7CVSS5.8AI score0.00161EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/06 7:15 a.m.2 views

DEBIAN-CVE-2023-52587

In the Linux kernel, the following vulnerability has been resolved: IB/ipoib: Fix mcast list locking Releasing the priv-lock while iterating the priv-multicastlist in ipoibmcastjointask opens a window for ipoibmcastdevflush to remove the items while in the middle of iteration. If the mcast is...

5.5CVSS5.6AI score0.00309EPSS
SaveExploits1References1
NVD
NVD
added 2024/03/06 7:15 a.m.29 views

CVE-2023-52586

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add mutex lock in control vblank irq Add a mutex lock to control vblank irq to synchronize vblank enable/disable operations happening from different threads to prevent race conditions while registering/unregistering...

7.8CVSS6.3AI score0.00161EPSS
SaveExploits0References2
OSV
OSV
added 2024/03/06 7:15 a.m.4 views

DEBIAN-CVE-2023-52586

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add mutex lock in control vblank irq Add a mutex lock to control vblank irq to synchronize vblank enable/disable operations happening from different threads to prevent race conditions while registering/unregistering...

7CVSS5.5AI score0.00161EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/06 7:15 a.m.2 views

DEBIAN-CVE-2023-52583

In the Linux kernel, the following vulnerability has been resolved: ceph: fix deadlock or deadcode of misusing dget The lock order is incorrect between denty and its parent, we should always make sure that the parent get the lock first. But since this deadcode is never used and the parent dir wil...

5.5CVSS5.6AI score0.00183EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/06 7:15 a.m.19 views

UBUNTU-CVE-2023-52587

In the Linux kernel, the following vulnerability has been resolved: IB/ipoib: Fix mcast list locking Releasing the priv-lock while iterating the priv-multicastlist in ipoibmcastjointask opens a window for ipoibmcastdevflush to remove the items while in the middle of iteration. If the mcast is...

5.5CVSS6.2AI score0.00309EPSS
SaveExploits1References27
Prion
Prion
added 2024/03/06 7:15 a.m.25 views

Race condition

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add mutex lock in control vblank irq Add a mutex lock to control vblank irq to synchronize vblank enable/disable operations happening from different threads to prevent race conditions while registering/unregistering...

7AI score0.00161EPSS
SaveExploits0References2
Prion
Prion
added 2024/03/06 7:15 a.m.35 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix lock dependency warning ====================================================== WARNING: possible circular locking dependency detected 6.5.0-kfd-fkuehlin 276 Not tainted...

6.7AI score
SaveExploits0References5
Prion
Prion
added 2024/03/06 7:15 a.m.31 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Move scsihostbusy out of host lock for waking up EH handler Inside scsiehwakeup, scsihostbusy is called & checked with host lock every time for deciding if error handler kthread needs to be waken up. This can be too...

6.7AI score0.00242EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/03/06 7:15 a.m.32 views

CVE-2024-26628

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.5AI score
SaveExploits0References8
OSV
OSV
added 2024/03/06 7:15 a.m.10 views

UBUNTU-CVE-2023-52586

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add mutex lock in control vblank irq Add a mutex lock to control vblank irq to synchronize vblank enable/disable operations happening from different threads to prevent race conditions while registering/unregistering...

7.8CVSS6AI score0.00161EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/06 7:15 a.m.11 views

UBUNTU-CVE-2024-26627

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Move scsihostbusy out of host lock for waking up EH handler Inside scsiehwakeup, scsihostbusy is called & checked with host lock every time for deciding if error handler kthread needs to be waken up. This can be too...

5.5CVSS6AI score0.00242EPSS
SaveExploits0References23
Rows per page
Query Builder