Lucene search
+L

1404 matches found

Tenable Nessus
Tenable Nessus
added 2024/07/17 12:00 a.m.28 views

SUSE SLED15: xen / xen-devel / xen-doc-html / xen-libs / xen-libs-32bit / etc (SUSE-SU-2024:2531-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:2531-1 advisory. - CVE-2023-46842: Fixed x86 HVM hypercalls may trigger Xen bug check XSA-454, bsc1221984. -...

7.5CVSS6.9AI score0.0853EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2024/07/17 12:00 a.m.38 views

SUSE SLES15: xen / xen-devel / xen-libs / xen-tools / xen-tools-domU / etc (SUSE-SU-2024:2533-1)

The remote SUSE Linux SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:2533-1 advisory. - CVE-2024-2201: Mitigation for Native Branch History Injection XSA-456, bsc1222453 - CVE-2024-31143: Fixed double unlock in x86...

7.5CVSS7AI score0.08486EPSS
SaveExploits0References7
OSV
OSV
added 2024/07/16 12:12 p.m.17 views

SUSE-SU-2024:2534-1 Security update for xen

This update for xen fixes the following issues: - CVE-2024-2201: Mitigation for Native Branch History Injection XSA-456, bsc1222453 - CVE-2024-31143: Fixed double unlock in x86 guest IRQ handling XSA-458, bsc1227355...

7.5CVSS6.9AI score0.08486EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/06/26 11:17 p.m.5 views

SUSE CVE-2024-39468

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix deadlock in smb2findsmbtcon Unlock cifstcpseslock before calling cifsputsmbses to avoid such deadlock...

4.1CVSS6.5AI score0.00528EPSS
SaveExploits0References13
Vulnrichment
Vulnrichment
added 2024/06/24 1:56 p.m.19 views

CVE-2024-32936 media: ti: j721e-csi2rx: Fix races while restarting DMA

In the Linux kernel, the following vulnerability has been resolved: media: ti: j721e-csi2rx: Fix races while restarting DMA After the frame is submitted to DMA, it may happen that the submitted list is not updated soon enough, and the DMA callback is triggered before that. This can lead to kernel...

7.8CVSS6.6AI score0.00146EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2024/06/22 3:35 a.m.19 views

SUSE CVE-2024-38570

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix potential glock use-after-free on unmount When a DLM lockspace is released and there ares still locks in that lockspace, DLM will unlock those locks automatically. Commit fb6791d100d1b started exploiting this behavior t...

6.7CVSS6.2AI score0.00676EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2024/06/21 3:52 a.m.8 views

SUSE CVE-2021-47600

In the Linux kernel, the following vulnerability has been resolved: dm btree remove: fix use after free in rebalancechildren Move dmtmunlock after dmtmdec...

7CVSS7.8AI score0.00271EPSS
SaveExploits0References31
OSV
OSV
added 2024/06/19 3:15 p.m.3 views

DEBIAN-CVE-2021-47600

In the Linux kernel, the following vulnerability has been resolved: dm btree remove: fix use after free in rebalancechildren Move dmtmunlock after dmtmdec...

7.8CVSS5.3AI score0.00271EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/19 3:15 p.m.13 views

UBUNTU-CVE-2021-47600

In the Linux kernel, the following vulnerability has been resolved: dm btree remove: fix use after free in rebalancechildren Move dmtmunlock after dmtmdec...

7.8CVSS6.1AI score0.00271EPSS
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/06/19 2:54 p.m.19 views

CVE-2021-47600 dm btree remove: fix use after free in rebalance_children()

In the Linux kernel, the following vulnerability has been resolved: dm btree remove: fix use after free in rebalancechildren Move dmtmunlock after dmtmdec...

7.8CVSS7.1AI score0.00271EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/05/28 3:33 a.m.14 views

SUSE CVE-2021-47468

In the Linux kernel, the following vulnerability has been resolved: isdn: mISDN: Fix sleeping function called from invalid context The driver can call card-isac.release function from an atomic context. Fix this by calling this function after releasing the lock. The following log reveals it:...

4.7CVSS7.6AI score0.00175EPSS
SaveExploits0References14
RedHat Linux
RedHat Linux
added 2024/05/22 10:03 a.m.12 views

kernel: vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAF

In the Linux kernel, the following vulnerability has been resolved: vcscreen: move load of struct vcdata pointer in vcsread to avoid UAF After a call to consoleunlock in vcsread the vcdata struct can be freed by vcdeallocate. Because of that, the struct vcdata pointer load must be done at the top...

7.8CVSS6.4AI score0.00287EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/22 7:15 a.m.8 views

DEBIAN-CVE-2021-47437

In the Linux kernel, the following vulnerability has been resolved: iio: adis16475: fix deadlock on frequency set With commit 39c024b51b560 "iio: adis16475: improve sync scale mode handling", two deadlocks were introduced: 1 The call to 'adiswritereg16' was not changed to it's unlocked version. 2...

5.5CVSS5.4AI score0.00149EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/22 7:15 a.m.14 views

UBUNTU-CVE-2021-47437

In the Linux kernel, the following vulnerability has been resolved: iio: adis16475: fix deadlock on frequency set With commit 39c024b51b560 "iio: adis16475: improve sync scale mode handling", two deadlocks were introduced: 1 The call to 'adiswritereg16' was not changed to it's unlocked version. 2...

5.5CVSS5.7AI score0.00149EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/21 2:20 p.m.43 views

CVE-2021-47271 usb: cdnsp: Fix deadlock issue in cdnsp_thread_irq_handler

In the Linux kernel, the following vulnerability has been resolved: usb: cdnsp: Fix deadlock issue in cdnspthreadirqhandler Patch fixes the following critical issue caused by deadlock which has been detected during testing NCM class: smp: csd: Detected non-responsive CSD lock 1 on CPU0 smp: csd:...

6.4AI score0.00147EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/03 2:04 p.m.25 views

CVE-2023-41819

A PendingIntent hijacking vulnerability was reported in the Motorola Face Unlock application that could allow a local attacker to access unauthorized content providers...

6.1CVSS6.2AI score0.00142EPSS
SaveExploits0References1
CVE
CVE
added 2024/05/03 2:04 p.m.85 views

CVE-2023-41819

The CVE-2023-41819 entry concerns Motorola Face Unlock with a PendingIntent hijacking flaw that could allow a local attacker to access unauthorized content providers. Affected component: Motorola Face Unlock app. Root cause: PendingIntent hijacking vulnerability. Exploitation status is not descri...

6.1CVSS6.5AI score0.00142EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/05/03 12:00 a.m.11 views

Motorola Face Unlock 安全漏洞

Motorola Face Unlock is a face unlocking application from Motorola USA. A security vulnerability exists in Motorola Face Unlock that stems from the presence of a hijacking vulnerability that could allow a local attacker to access unauthorized content providers...

6.1CVSS6.3AI score0.00142EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/05/03 12:00 a.m.14 views

PT-2024-12983 · Motorola · Motorola Face Unlock

Name of the Vulnerable Software and Affected Versions: Motorola Face Unlock affected versions not specified Description: A PendingIntent hijacking issue was reported in the Motorola Face Unlock application, allowing a local attacker to access unauthorized content providers. Recommendations: At th...

6.1CVSS6.7AI score0.00142EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.10 views

kernel: Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rsp

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: fix "bad unlock balance" in l2capdisconnectrsp conn-chanlock isn't acquired before l2capgetchanbyscid, if l2capgetchanbyscid returns NULL, then 'bad unlock balance' is triggered...

8.8CVSS6.8AI score0.00215EPSS
SaveExploits0References5
Rows per page
Query Builder