Lucene search
+L

87 matches found

OSV
OSV
added 2024/02/27 7:04 p.m.2 views

DEBIAN-CVE-2021-46958

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between transaction aborts and fsyncs leading to use-after-free There is a race between a task aborting a transaction during a commit, a task doing an fsync and the transaction kthread, which leads to an...

4.7CVSS5.8AI score0.00243EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/02/27 7:04 p.m.37 views

CVE-2021-46958

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between transaction aborts and fsyncs leading to use-after-free There is a race between a task aborting a transaction during a commit, a task doing an fsync and the transaction kthread, which leads to an...

7.8CVSS6.4AI score0.00243EPSS
SaveExploits0References6
OSV
OSV
added 2024/02/27 7:04 p.m.10 views

UBUNTU-CVE-2021-46958

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between transaction aborts and fsyncs leading to use-after-free There is a race between a task aborting a transaction during a commit, a task doing an fsync and the transaction kthread, which leads to an...

7.8CVSS6.2AI score0.00243EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/02/27 6:46 p.m.13 views

CVE-2021-46958 btrfs: fix race between transaction aborts and fsyncs leading to use-after-free

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between transaction aborts and fsyncs leading to use-after-free There is a race between a task aborting a transaction during a commit, a task doing an fsync and the transaction kthread, which leads to an...

7.8CVSS6.1AI score0.00243EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/02/27 6:46 p.m.30 views

CVE-2021-46958

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between transaction aborts and fsyncs leading to use-after-free There is a race between a task aborting a transaction during a commit, a task doing an fsync and the transaction kthread, which leads to an...

7.8CVSS6.3AI score0.00243EPSS
SaveExploits0
Prion
Prion
added 2023/08/09 10:15 p.m.21 views

Design/Logic Flaw

Crypto wallets implementing the Lindell17 TSS protocol might allow an attacker to extract the full ECDSA private key by exfiltrating a single bit in every signature attempt 256 in total because of not adhering to the paper's security proof's assumption regarding handling aborts after a failed...

5.5CVSS7.9AI score0.01506EPSS
SaveExploits2References4
SUSE CVE
SUSE CVE
added 2023/02/15 4:28 a.m.8 views

SUSE CVE-2018-9303

In Exiv2 0.26, an assertion failure in BigTiffImage::readData in bigtiffimage.cpp results in an abort...

3.3CVSS9.4AI score0.01515EPSS
SaveExploits1References3
RedHat Linux
RedHat Linux
added 2022/11/15 11:55 a.m.8 views

kernel: scsi: lpfc: Inhibit aborts if external loopback plug is inserted

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Inhibit aborts if external loopback plug is inserted After running a short external loopback test, when the external loopback is removed and a normal cable inserted that is directly connected to a target device, the...

5.5CVSS6.3AI score0.00226EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2022/10/23 12:00 a.m.48 views

Debian dla-3152 : glibc-doc - security update

The remote Debian 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the dla-3152 advisory. ------------------------------------------------------------------------- Debian LTS Advisory DLA-3152-1 [email protected]...

9.8CVSS8AI score0.05354EPSS
SaveExploits6References30
Github Security Blog
Github Security Blog
added 2022/08/06 5:20 a.m.307 views

Rust-WebSocket memory allocation based on untrusted length

Impact Untrusted websocket connections can cause an out-of-memory OOM process abort in a client or a server. The root cause of the issue is during dataframe parsing. Affected versions would allocate a buffer based on the declared dataframe size, which may come from an untrusted source. When...

7.5CVSS7.2AI score0.01824EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2022/08/06 5:20 a.m.75 views

GHSA-QRJV-RF5Q-QPXC Rust-WebSocket memory allocation based on untrusted length

Impact Untrusted websocket connections can cause an out-of-memory OOM process abort in a client or a server. The root cause of the issue is during dataframe parsing. Affected versions would allocate a buffer based on the declared dataframe size, which may come from an untrusted source. When...

7.5CVSS7.4AI score0.01824EPSS
SaveExploits0References7
RustSec
RustSec
added 2022/08/01 12:00 p.m.65 views

Unbounded memory allocation based on untrusted length

Impact Untrusted websocket connections can cause an out-of-memory OOM process abort in a client or a server. The root cause of the issue is during dataframe parsing. Affected versions would allocate a buffer based on the declared dataframe size, which may come from an untrusted source. When...

7.5CVSS1.1AI score0.01824EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2022/06/28 6:19 p.m.9 views

GSD-2022-1002794 scsi: lpfc: Inhibit aborts if external loopback plug is inserted

scsi: lpfc: Inhibit aborts if external loopback plug is inserted 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
ATTACKERKB
ATTACKERKB
added 2021/06/29 12:15 p.m.8 views

CVE-2021-28690

x86: TSX Async Abort protections not restored after S3 This issue relates to the TSX Async Abort speculative security vulnerability. Please see https://xenbits.xen.org/xsa/advisory-305.html for details. Mitigating TAA by disabling TSX the default and preferred option requires selecting a...

6.5CVSS5.4AI score0.01019EPSS
SaveExploits0References3Affected Software1
FreeBSD
FreeBSD
added 2021/06/21 12:00 a.m.36 views

go -- net/http: panic due to racy read of persistConn after handler panic

The Go project reports: A net/http/httputil ReverseProxy can panic due to a race condition if its Handler aborts with ErrAbortHandler, for example due to an error in copying the response body. An attacker might be able to force the conditions leading to the race condition...

5.9CVSS2AI score0.03128EPSS
SaveExploits0References1
OSV
OSV
added 2021/05/31 3:39 p.m.22 views

UVI-2021-1000147 btrfs: fix race between transaction aborts and fsyncs leading to use-after-free

btrfs: fix race between transaction aborts and fsyncs leading to use-after-free 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.36 by comm...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/05/31 3:39 p.m.14 views

GSD-2021-1000113 btrfs: fix race between transaction aborts and fsyncs leading to use-after-free

btrfs: fix race between transaction aborts and fsyncs leading to use-after-free 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.11.20 by comm...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/05/31 3:39 p.m.16 views

GSD-2021-1000073 btrfs: fix race between transaction aborts and fsyncs leading to use-after-free

btrfs: fix race between transaction aborts and fsyncs leading to use-after-free 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.12.3 by commi...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/05/31 3:39 p.m.14 views

UVI-2021-1000113 btrfs: fix race between transaction aborts and fsyncs leading to use-after-free

btrfs: fix race between transaction aborts and fsyncs leading to use-after-free 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.11.20 by comm...

7.2AI score
SaveExploits0
Debian CVE
Debian CVE
added 2021/05/14 7:11 p.m.11 views

CVE-2021-29543

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a denial of service via a CHECK-fail in tf.rawops.CTCGreedyDecoder. This is because the...

5.5CVSS6.8AI score0.00189EPSS
SaveExploits1
Rows per page
Query Builder