Lucene search
+L

770 matches found

Vulnrichment
Vulnrichment
added 2024/06/21 10:18 a.m.26 views

CVE-2024-36489 tls: fix missing memory barrier in tls_init

In the Linux kernel, the following vulnerability has been resolved: tls: fix missing memory barrier in tlsinit In tlsinit, a write memory barrier is missing, and store-store reordering may cause NULL dereference in tlssetsockopt,getsockopt. CPU0 CPU1 ----- ----- // In tlsinit // In tlsctxcreate c...

6.7AI score0.00255EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/06/21 10:18 a.m.39 views

CVE-2024-36489 tls: fix missing memory barrier in tls_init

In the Linux kernel, the following vulnerability has been resolved: tls: fix missing memory barrier in tlsinit In tlsinit, a write memory barrier is missing, and store-store reordering may cause NULL dereference in tlssetsockopt,getsockopt. CPU0 CPU1 ----- ----- // In tlsinit // In tlsctxcreate c...

0.00255EPSS
SaveExploits0References6
CVE
CVE
added 2024/06/21 10:18 a.m.171 views

CVE-2024-36489

CVE-2024-36489: Linux kernel TLS NULL pointer dereference risk due to a missing memory barrier in tls_init() (NULL ctx->sk_proto observed in tls_setsockopt/getsockopt). The fix relies on rcu_assign_pointer() (which implies a release barrier) and moves the assignment of ctx->sk_proto until a...

5.5CVSS7.5AI score0.00255EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/06/21 10:18 a.m.23 views

CVE-2024-36489 tls: fix missing memory barrier in tls_init

In the Linux kernel, the following vulnerability has been resolved: tls: fix missing memory barrier in tlsinit In tlsinit, a write memory barrier is missing, and store-store reordering may cause NULL dereference in tlssetsockopt,getsockopt. CPU0 CPU1 ----- ----- // In tlsinit // In tlsctxcreate c...

6.1AI score
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2024/06/20 2:53 p.m.31 views

CVE-2022-48760

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix hang in usbkillurb by adding memory barriers The syzbot fuzzer has identified a bug in which processes hang waiting for usbkillurb to return. It turns out the issue is not unlinking the URB; that works just fine...

4.1CVSS8.6AI score0.00186EPSS
SaveExploits0References4
CVE
CVE
added 2024/06/20 11:13 a.m.164 views

CVE-2022-48760

The CVE-2022-48760 entry concerns a Linux kernel USB subsystem hang in usb_kill_urb() caused by memory-access ordering issues (SB pattern) between usb_kill_urb() and __usb_hcd_giveback_urb() on SMP systems. The vulnerability is fixed by adding memory barriers, specifically using the smp_mb__after...

7.1CVSS6.4AI score0.00186EPSS
SaveExploits0References9Affected Software1
CNNVD
CNNVD
added 2024/06/20 12:00 a.m.2 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that originates from the USB:core module fixing a hang in usbkillurb by adding a memory barrier...

7.1CVSS6.5AI score0.00186EPSS
SaveExploits0References12
OSV
OSV
added 2024/06/18 9:56 p.m.48 views

GHSA-X4GP-PQPJ-F43Q curve25519-dalek has timing variability in `curve25519-dalek`'s `Scalar29::sub`/`Scalar52::sub`

Timing variability of any kind is problematic when working with potentially secret values such as elliptic curve scalars, and such issues can potentially leak private keys and other secrets. Such a problem was recently discovered in curve25519-dalek. The Scalar29::sub 32-bit and Scalar52::sub...

2.9CVSS6.2AI score0.00152EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2024/06/18 9:56 p.m.32 views

curve25519-dalek has timing variability in `curve25519-dalek`'s `Scalar29::sub`/`Scalar52::sub`

Timing variability of any kind is problematic when working with potentially secret values such as elliptic curve scalars, and such issues can potentially leak private keys and other secrets. Such a problem was recently discovered in curve25519-dalek. The Scalar29::sub 32-bit and Scalar52::sub...

5.1CVSS6.2AI score0.00152EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/06/18 12:00 p.m.46 views

RUSTSEC-2024-0344 Timing variability in `curve25519-dalek`'s `Scalar29::sub`/`Scalar52::sub`

Timing variability of any kind is problematic when working with potentially secret values such as elliptic curve scalars, and such issues can potentially leak private keys and other secrets. Such a problem was recently discovered in curve25519-dalek. The Scalar29::sub 32-bit and Scalar52::sub...

5.1CVSS7.2AI score0.00152EPSS
SaveExploits0References3
RustSec
RustSec
added 2024/06/18 12:00 p.m.14 views

Timing variability in `curve25519-dalek`'s `Scalar29::sub`/`Scalar52::sub`

Timing variability of any kind is problematic when working with potentially secret values such as elliptic curve scalars, and such issues can potentially leak private keys and other secrets. Such a problem was recently discovered in curve25519-dalek. The Scalar29::sub 32-bit and Scalar52::sub...

5.1CVSS7.2AI score0.00152EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2024/06/15 12:00 a.m.16 views

OPENSUSE-SU-2024:11633-1 barrier-2.4.0-1.1 on GA media

These are all security issues fixed in the barrier-2.4.0-1.1 package on the GA media of openSUSE Tumbleweed...

8.8CVSS8.5AI score0.01654EPSS
SaveExploits2References2
RedHat Linux
RedHat Linux
added 2024/05/28 2:11 p.m.10 views

kernel: netfilter: nf_tables: netlink notifier might race to release objects

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: netlink notifier might race to release objects commit release path is invoked via callrcu and it runs lockless to release the objects after rcu grace period. The netlink notifier handler might win race to...

7.8CVSS6.7AI score0.00143EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/05/23 3:04 a.m.8 views

SUSE CVE-2021-47346

In the Linux kernel, the following vulnerability has been resolved: coresight: tmc-etf: Fix global-out-of-bounds in tmcupdateetfbuffer commit 6f755e85c332 "coresight: Add helper for inserting synchronization packets" removed trailing '\0' from barrierpkt array and updated the call sites like...

7.1CVSS6.4AI score0.00249EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/21 3:15 p.m.8 views

DEBIAN-CVE-2021-47346

In the Linux kernel, the following vulnerability has been resolved: coresight: tmc-etf: Fix global-out-of-bounds in tmcupdateetfbuffer commit 6f755e85c332 "coresight: Add helper for inserting synchronization packets" removed trailing '\0' from barrierpkt array and updated the call sites like...

7.1CVSS5.8AI score0.00249EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 3:15 p.m.10 views

UBUNTU-CVE-2021-47346

In the Linux kernel, the following vulnerability has been resolved: coresight: tmc-etf: Fix global-out-of-bounds in tmcupdateetfbuffer commit 6f755e85c332 "coresight: Add helper for inserting synchronization packets" removed trailing '\0' from barrierpkt array and updated the call sites like...

7.1CVSS5.7AI score0.00249EPSS
SaveExploits0References9
CVE
CVE
added 2024/05/21 2:20 p.m.108 views

CVE-2021-47277

CVE-2021-47277 affects the Linux kernel KVM path for guest memory translation. The issue arises when speculative execution may use an invalid guest frame number (gfn) to compute an out-of-bounds host virtual address (hva) in __gfn_to_hva_memslot, enabling a potential two-read Spectre gadget where...

7.1CVSS6.3AI score0.00259EPSS
SaveExploits0References8Affected Software1
SUSE CVE
SUSE CVE
added 2024/05/21 2:00 a.m.6 views

SUSE CVE-2024-35809

In the Linux kernel, the following vulnerability has been resolved: PCI/PM: Drain runtime-idle callbacks before driver removal A race condition between the .runtimeidle callback and the .remove callback in the rtsxpcr PCI driver leads to a kernel crash due to an unhandled page fault 1. The proble...

4.7CVSS6.4AI score0.00195EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2024/05/21 2:00 a.m.7 views

SUSE CVE-2024-35818

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Define the ioaw hook as mmiowb Commit fb24ea52f78e0d595852e "drivers: Remove explicit invocations of mmiowb" remove all mmiowb in drivers, but it says: "NOTE: mmiowb has only ever guaranteed ordering in conjunction wit...

5.5CVSS6.4AI score0.00172EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/17 2:15 p.m.11 views

DEBIAN-CVE-2024-35818

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Define the ioaw hook as mmiowb Commit fb24ea52f78e0d595852e "drivers: Remove explicit invocations of mmiowb" remove all mmiowb in drivers, but it says: "NOTE: mmiowb has only ever guaranteed ordering in conjunction wit...

5.5CVSS5.3AI score0.00172EPSS
SaveExploits0References1
Rows per page
Query Builder