Lucene search
+L

2497 matches found

OSV
OSV
added 2022/06/28 7:53 p.m.7 views

GSD-2022-1003846 af_unix: Fix a data-race in unix_dgram_peer_wake_me().

afunix: Fix a data-race in unixdgrampeerwakeme. This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.19.247 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/06/28 7:39 p.m.10 views

GSD-2022-1003705 af_unix: Fix a data-race in unix_dgram_peer_wake_me().

afunix: Fix a data-race in unixdgrampeerwakeme. This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.4.198 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/06/28 7:21 p.m.8 views

GSD-2022-1003518 af_unix: Fix a data-race in unix_dgram_peer_wake_me().

afunix: Fix a data-race in unixdgrampeerwakeme. This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.122 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/06/28 7:6 p.m.9 views

GSD-2022-1003331 list: fix a data-race around ep->rdllist

list: fix a data-race around ep-rdllist This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.46 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/06/28 6:57 p.m.8 views

GSD-2022-1003261 af_unix: Fix a data-race in unix_dgram_peer_wake_me().

afunix: Fix a data-race in unixdgrampeerwakeme. This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.47 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/06/28 6:41 p.m.13 views

GSD-2022-1003058 list: fix a data-race around ep->rdllist

list: fix a data-race around ep-rdllist This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.17.14 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/06/28 6:30 p.m.14 views

GSD-2022-1002953 af_unix: Fix a data-race in unix_dgram_peer_wake_me().

afunix: Fix a data-race in unixdgrampeerwakeme. This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.17.15 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/06/28 6:12 p.m.22 views

GSD-2022-1002712 list: fix a data-race around ep->rdllist

list: fix a data-race around ep-rdllist This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.18.3 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/06/28 6:0 p.m.9 views

GSD-2022-1002593 af_unix: Fix a data-race in unix_dgram_peer_wake_me().

afunix: Fix a data-race in unixdgrampeerwakeme. This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.18.4 by commit...

7.2AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2022/06/17 12:25 a.m.14 views

Data race in `Iter` and `IterMut`

In the affected version of this crate, Iter, IterMut::next used a weaker memory ordering when loading values than what was required, exposing a potential data race when iterating over a ThreadLocal's values. Crates using Iter::next, or IterMut::next are affected by this issue...

4.2AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2022/06/17 12:13 a.m.62 views

GHSA-3HXH-7JXM-59X4 AtomicBucket<T> unconditionally implements Send/Sync

In the affected versions of the crate, AtomicBucket unconditionally implements Send/Sync traits. Therefore, users can create a data race to the inner T: !Sync by using the AtomicBucket::datawith API. Such data races can potentially cause memory corruption or other undefined behavior. The flaw was...

8.1CVSS8.1AI score0.00741EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/06/17 12:13 a.m.19 views

AtomicBucket<T> unconditionally implements Send/Sync

In the affected versions of the crate, AtomicBucket unconditionally implements Send/Sync traits. Therefore, users can create a data race to the inner T: !Sync by using the AtomicBucket::datawith API. Such data races can potentially cause memory corruption or other undefined behavior. The flaw was...

4.6AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/06/02 8:37 p.m.35 views

Uncaught Exception (due to a data race) leads to process termination in Waitress

Impact Waitress may terminate early due to a thread closing a socket while the main thread is about to call select. This will lead to the main thread raising an exception that is not handled and then causing the entire application to be killed. Patches This issue has been fixed in Waitress 2.1.2 ...

6.5CVSS5.6AI score0.01432EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2022/06/02 8:37 p.m.6 views

GHSA-F5X9-8JWC-25RW Uncaught Exception (due to a data race) leads to process termination in Waitress

Impact Waitress may terminate early due to a thread closing a socket while the main thread is about to call select. This will lead to the main thread raising an exception that is not handled and then causing the entire application to be killed. Patches This issue has been fixed in Waitress 2.1.2 ...

7.1CVSS5.7AI score0.01432EPSS
SaveExploits1References7
Cvelist
Cvelist
added 2022/05/31 10:50 p.m.42 views

CVE-2022-31015 Uncaught Exception (due to a data race) leads to process termination in Waitress

Waitress is a Web Server Gateway Interface server for Python 2 and 3. Waitress versions 2.1.0 and 2.1.1 may terminate early due to a thread closing a socket while the main thread is about to call select. This will lead to the main thread raising an exception that is not handled and then causing t...

6.5CVSS6.6AI score0.01432EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2022/05/31 10:50 p.m.9 views

CVE-2022-31015 Uncaught Exception (due to a data race) leads to process termination in Waitress

Waitress is a Web Server Gateway Interface server for Python 2 and 3. Waitress versions 2.1.0 and 2.1.1 may terminate early due to a thread closing a socket while the main thread is about to call select. This will lead to the main thread raising an exception that is not handled and then causing t...

6.5CVSS6.6AI score0.01432EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2022/05/24 5:37 p.m.29 views

MutexGuard::map can cause a data race in safe code

Affected versions of the crate had a Send/Sync implementation for MappedMutexGuard that only considered variance on T, while MappedMutexGuard dereferenced to U. This could of led to data races in safe Rust code when a closure used in MutexGuard::map returns U that is unrelated to T. The issue was...

4.7CVSS5.3AI score0.00261EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2022/05/24 5:37 p.m.44 views

GHSA-RH4W-94HH-9943 MutexGuard::map can cause a data race in safe code

Affected versions of the crate had a Send/Sync implementation for MappedMutexGuard that only considered variance on T, while MappedMutexGuard dereferenced to U. This could of led to data races in safe Rust code when a closure used in MutexGuard::map returns U that is unrelated to T. The issue was...

4.7CVSS4.7AI score0.00261EPSS
SaveExploits1References4
Oracle linux
Oracle linux
added 2022/04/25 12:0 a.m.101 views

Unbreakable Enterprise kernel security update

4.14.35-2047.512.6 - Revert 'rds/ib: recover rds connection from stuck rx path' Rohit Nair Orabug: 34039271 - uek-rpm: update kABI lists for new symbols Saeed Mirzamohammadi Orabug: 33993774 4.14.35-2047.512.5 - netfilter: nftables: initialize registers in nftdochain Pablo Neira Ayuso Orabug:...

9CVSS0.88606EPSS
SaveExploits131
Veracode
Veracode
added 2022/04/20 1:58 p.m.19 views

Denial Of Service (DoS)

crossbeam-utils is vulnerable to firefox:devel. It provides atomics, synchronization primitives, scoped threads, and other utilities for concurrent programming in Rust. crossbeam-utils incorrectly assumed that the alignment of i,u64 was always the same as AtomicI,U64. However, the alignment of...

8.1CVSS1.3AI score0.01239EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder