Lucene search
+L

13013 matches found

OSV
OSV
added 2024/09/04 8:15 p.m.8 views

AZL-48686 CVE-2024-44986 affecting package kernel for versions less than 6.6.51.1-1

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible UAF in ip6finishoutput2 If skbexpandhead returns NULL, skb has been freed and associated dst/idev could also have been freed. We need to hold rcureadlock to make sure the dst and associated idev are alive...

7.8CVSS6.6AI score0.00706EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/04 8:15 p.m.5 views

DEBIAN-CVE-2024-44985

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent possible UAF in ip6xmit If skbexpandhead returns NULL, skb has been freed and the associated dst/idev could also have been freed. We must use rcureadlock to prevent a possible UAF...

7.8CVSS6.2AI score0.00876EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/04 8:15 p.m.12 views

AZL-48683 CVE-2024-44987 affecting package kernel for versions less than 6.6.51.1-1

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent UAF in ip6sendskb syzbot reported an UAF in ip6sendskb 1 After ip6localout has returned, we no longer can safely dereference rt, unless we hold rcureadlock. A similar issue has been fixed in commit a688caa34beb "ipv...

7.8CVSS6.3AI score0.00255EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/04 8:15 p.m.8 views

UBUNTU-CVE-2024-44986

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible UAF in ip6finishoutput2 If skbexpandhead returns NULL, skb has been freed and associated dst/idev could also have been freed. We need to hold rcureadlock to make sure the dst and associated idev are alive...

8.1CVSS6.2AI score0.00706EPSS
SaveExploits0References18
OSV
OSV
added 2024/09/04 8:15 p.m.22 views

UBUNTU-CVE-2024-44991

In the Linux kernel, the following vulnerability has been resolved: tcp: prevent concurrent execution of tcpskexitbatch Its possible that two threads call tcpskexitbatch concurrently, once from the cleanupnet workqueue, once from a task that failed to clone a new netns. In the latter case, error...

5.5CVSS6.6AI score0.00245EPSS
SaveExploits0References12
NVD
NVD
added 2024/09/04 7:15 p.m.41 views

CVE-2024-44951

In the Linux kernel, the following vulnerability has been resolved: serial: sc16is7xx: fix TX fifo corruption Sometimes, when a packet is received on channel A at almost the same time as a packet is about to be transmitted on channel B, we observe with a logic analyzer that the received packet on...

7.8CVSS0.00181EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/04 7:15 p.m.10 views

AZL-50204 CVE-2024-44950 affecting package kernel for versions less than 6.6.64.2-9

In the Linux kernel, the following vulnerability has been resolved: serial: sc16is7xx: fix invalid FIFO access with special register set When enabling access to the special register set, Receiver time-out and RHR interrupts can happen. In this case, the IRQ handler will try to read from the FIFO...

5.5CVSS6.7AI score0.00225EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/04 7:15 p.m.12 views

AZL-48763 CVE-2024-44956 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/xe/preemptfence: enlarge the fence critical section It is really easy to introduce subtle deadlocks in preemptfenceworkfunc since we operate on single global ordered-wq for signalling our preempt fences behind the scenes, so...

5.5CVSS6.1AI score0.00143EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/04 7:15 p.m.7 views

DEBIAN-CVE-2024-44950

In the Linux kernel, the following vulnerability has been resolved: serial: sc16is7xx: fix invalid FIFO access with special register set When enabling access to the special register set, Receiver time-out and RHR interrupts can happen. In this case, the IRQ handler will try to read from the FIFO...

5.5CVSS5.8AI score0.00225EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/04 7:15 p.m.14 views

UBUNTU-CVE-2024-44950

In the Linux kernel, the following vulnerability has been resolved: serial: sc16is7xx: fix invalid FIFO access with special register set When enabling access to the special register set, Receiver time-out and RHR interrupts can happen. In this case, the IRQ handler will try to read from the FIFO...

7.1CVSS6.5AI score0.00225EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2024/09/04 6:35 p.m.41 views

CVE-2024-44956 drm/xe/preempt_fence: enlarge the fence critical section

In the Linux kernel, the following vulnerability has been resolved: drm/xe/preemptfence: enlarge the fence critical section It is really easy to introduce subtle deadlocks in preemptfenceworkfunc since we operate on single global ordered-wq for signalling our preempt fences behind the scenes, so...

0.00143EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/09/04 6:35 p.m.54 views

CVE-2024-44956

In the Linux kernel, the following vulnerability has been resolved: drm/xe/preemptfence: enlarge the fence critical section It is really easy to introduce subtle deadlocks in preemptfenceworkfunc since we operate on single global ordered-wq for signalling our preempt fences behind the scenes, so...

5.5CVSS5.4AI score0.00143EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/09/04 6:35 p.m.21 views

CVE-2024-44952

...

6.4AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/09/04 12:32 a.m.12 views

kernel: gfs2: Fix potential glock use-after-free on unmount

A vulnerability was found in the Linux kernel within the gfs2 component, where potential use-after-free issues could occur on unmount. When DLM lockspaces are released with remaining locks, callbacks for asynchronous lock contention may access freed objects, causing unexpected behavior...

9.8CVSS6.8AI score0.00676EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/04 12:15 a.m.14 views

kernel: gfs2: Fix potential glock use-after-free on unmount

A vulnerability was found in the Linux kernel within the gfs2 component, where potential use-after-free issues could occur on unmount. When DLM lockspaces are released with remaining locks, callbacks for asynchronous lock contention may access freed objects, causing unexpected behavior...

9.8CVSS6.8AI score0.00676EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2024/09/04 12:00 a.m.17 views

The vulnerability of the chipset lock-up mechanism for some Intel processor models, related to a flaw in the protection mechanism that allows a hacker to trigger a service failure.

The vulnerability of the chipset lock-up mechanism for certain models of Intel processors is related to a failure in the protection mechanism. Exploiting this vulnerability could allow an attacker to trigger a service failure...

7.8CVSS6.4AI score0.0075EPSS
SaveExploits0References7Affected Software5
Tenable Nessus
Tenable Nessus
added 2024/09/04 12:00 a.m.29 views

SUSE SLED15: WebKitGTK-4.0-lang / WebKitGTK-4.1-lang / WebKitGTK-6.0-lang / etc (SUSE-SU-2024:3091-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:3091-1 advisory. Update to version 2.44.3 bsc1228696 bsc1228697 bsc1228698: - Fix web process cache suspend/resum...

9.8CVSS6.6AI score0.01533EPSS
SaveExploits1References24
Tenable Nessus
Tenable Nessus
added 2024/09/04 12:00 a.m.31 views

SUSE SLED15: WebKitGTK-4.0-lang / WebKitGTK-4.1-lang / WebKitGTK-6.0-lang / etc (SUSE-SU-2024:3109-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:3109-1 advisory. Update to version 2.44.3 bsc1228696 bsc1228697 bsc1228698: - Fix web process cache suspend/resum...

9.8CVSS6.6AI score0.01533EPSS
SaveExploits1References20
NVD
NVD
added 2024/09/03 8:15 p.m.25 views

CVE-2024-45391

Tina is an open-source content management system CMS. Sites building with Tina CMS's command line interface CLI prior to version 1.6.2 that use a search token may be vulnerable to the search token being leaked via lock file tina-lock.json. Administrators of Tina-enabled websites with search setup...

7.5CVSS0.00306EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/03 7:43 p.m.28 views

CVE-2024-45391 Tina search token leak via lock file in TinaCMS

Tina is an open-source content management system CMS. Sites building with Tina CMS's command line interface CLI prior to version 1.6.2 that use a search token may be vulnerable to the search token being leaked via lock file tina-lock.json. Administrators of Tina-enabled websites with search setup...

7.5CVSS6.6AI score
SaveExploits0References5
Rows per page
Query Builder