Lucene search
+L

87 matches found

SUSE CVE
SUSE CVE
added 2025/09/04 11:23 p.m.4 views

SUSE CVE-2025-38708

In the Linux kernel, the following vulnerability has been resolved: drbd: add missing krefget in handlewriteconflicts With two-primaries enabled, DRBD tries to detect "concurrent" writes and handle write conflicts, so that even if you write to the same sector simultaneously on both nodes, they en...

7.8CVSS6.3AI score0.00157EPSS
Exploits0References3
Cvelist
Cvelist
added 2025/09/04 3:32 p.m.12 views

CVE-2025-38708 drbd: add missing kref_get in handle_write_conflicts

In the Linux kernel, the following vulnerability has been resolved: drbd: add missing krefget in handlewriteconflicts With two-primaries enabled, DRBD tries to detect "concurrent" writes and handle write conflicts, so that even if you write to the same sector simultaneously on both nodes, they en...

0.00157EPSS
Exploits0References9
Microsoft CVE
Microsoft CVE
added 2025/09/03 9:48 p.m.6 views

btrfs: fix deadlock between concurrent dio writes when low on free data space

...

5.5CVSS7AI score0.0016EPSS
Exploits0
OSV
OSV
added 2025/06/18 11:15 a.m.1 views

DEBIAN-CVE-2022-50086

In the Linux kernel, the following vulnerability has been resolved: block: don't allow the same type rqqos add more than once In our test of iocost, we encountered some list add/del corruptions of innerwalk list in ioctimerfn. The reason can be described as follows: cpu 0 cpu 1 iocqoswrite...

5.5CVSS5.3AI score0.00159EPSS
Exploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.4 views

UBUNTU-CVE-2022-50086

In the Linux kernel, the following vulnerability has been resolved: block: don't allow the same type rqqos add more than once In our test of iocost, we encountered some list add/del corruptions of innerwalk list in ioctimerfn. The reason can be described as follows: cpu 0 cpu 1 iocqoswrite...

5.5CVSS6AI score0.00159EPSS
Exploits0References6
OSV
OSV
added 2025/06/18 11:2 a.m.3 views

CVE-2022-50086 block: don't allow the same type rq_qos add more than once

In the Linux kernel, the following vulnerability has been resolved: block: don't allow the same type rqqos add more than once In our test of iocost, we encountered some list add/del corruptions of innerwalk list in ioctimerfn. The reason can be described as follows: cpu 0 cpu 1 iocqoswrite...

5.5CVSS6AI score0.00159EPSS
Exploits0References7
RedhatCVE
RedhatCVE
added 2025/04/08 12:43 a.m.21 views

CVE-2024-58133

In chainmaker-go aka ChainMaker before 2.4.0, when making frequent updates to a node's configuration file and restarting this node, concurrent writes by logger.go to a map are mishandled. Creating other logs simultaneously can lead to a read-write conflict and panic...

4CVSS7.2AI score0.00255EPSS
Exploits0References1
Snyk
Snyk
added 2025/04/06 3:41 a.m.4 views

Race Condition

Overview Affected versions of this package are vulnerable to Race Condition due to concurrent writes to a map by logger.go. An attacker can induce a read-write conflict and cause repeated restarts and then a panic by writing to multiple logs simultaneously. Remediation There is no fixed version f...

8.2CVSS7.3AI score0.00255EPSS
Exploits0References2
NVD
NVD
added 2025/04/06 3:15 a.m.11 views

CVE-2024-58133

In chainmaker-go aka ChainMaker before 2.4.0, when making frequent updates to a node's configuration file and restarting this node, concurrent writes by logger.go to a map are mishandled. Creating other logs simultaneously can lead to a read-write conflict and panic...

4CVSS0.00255EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2025/04/06 12:0 a.m.6 views

CVE-2024-58133

In chainmaker-go aka ChainMaker before 2.4.0, when making frequent updates to a node's configuration file and restarting this node, concurrent writes by logger.go to a map are mishandled. Creating other logs simultaneously can lead to a read-write conflict and panic...

4CVSS6.9AI score0.00255EPSS
Exploits0References1
CVE
CVE
added 2025/04/06 12:0 a.m.49 views

CVE-2024-58133

CVE-2024-58133 affects chainmaker-go (ChainMaker) before version 2.4.0. The root cause is concurrent writes to a map performed by logger.go during frequent updates to a node’s configuration file and subsequent restart, which can cause a read-write conflict and panic. Public sources explicitly des...

4CVSS6.9AI score0.00255EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2025/04/06 12:0 a.m.7 views

PT-2025-15082 · Unknown · Chainmaker

Name of the Vulnerable Software and Affected Versions: ChainMaker versions prior to 2.4.0 Description: The issue arises from concurrent writes to a map by logger.go when a node's configuration file is frequently updated and the node is restarted. This can lead to a read-write conflict, resulting ...

4CVSS6.4AI score0.00255EPSS
Exploits0References6
CNNVD
CNNVD
added 2025/04/05 12:0 a.m.8 views

chainMaker 安全漏洞

chainMaker is a Go library in the Go open source. A security vulnerability exists in chainMaker versions prior to 2.4.0, which stems from logger.go mishandling concurrent writes to mappings, which can lead to read/write conflicts and crashes...

4CVSS6.6AI score0.00255EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2022-49547

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - btrfs: fix deadlock between concurrent dio writes when low on free data space When reserving data space for a direct IO write we can end up deadlocking if we...

5.5CVSS6.2AI score0.0016EPSS
Exploits0References2
OSV
OSV
added 2025/02/26 7:1 a.m.3 views

DEBIAN-CVE-2022-49547

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock between concurrent dio writes when low on free data space When reserving data space for a direct IO write we can end up deadlocking if we have multiple tasks attempting a write to the same file range, there ar...

5.5CVSS5.5AI score0.0016EPSS
Exploits0References1
Cvelist
Cvelist
added 2025/02/26 2:13 a.m.29 views

CVE-2022-49547 btrfs: fix deadlock between concurrent dio writes when low on free data space

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock between concurrent dio writes when low on free data space When reserving data space for a direct IO write we can end up deadlocking if we have multiple tasks attempting a write to the same file range, there ar...

0.0016EPSS
Exploits0References2
Microsoft CVE
Microsoft CVE
added 2024/12/13 8:0 a.m.7 views

moby through v25.0.3 has a Race Condition vulnerability in the streamformatter package which can be used to trigger multiple concurrent write operations resulting in data corruption or application crashes.

...

8.1CVSS7.2AI score0.00641EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2024/12/05 12:30 a.m.5 views

SUSE CVE-2024-36623

moby through v25.0.3 has a Race Condition vulnerability in the streamformatter package which can be used to trigger multiple concurrent write operations resulting in data corruption or application crashes...

8.1CVSS7.2AI score0.00641EPSS
Exploits0References4
Redos
Redos
added 2024/12/03 12:0 a.m.15 views

ROS-20241203-02

A vulnerability in the streamformatter moby package is related to running multiple simultaneous write operations. Exploitation of the vulnerability could allow an attacker acting remotely to cause a denial of service The moby package vulnerability is related to running concurrent builds that call...

8.1CVSS7.1AI score0.00641EPSS
Exploits0
OSV
OSV
added 2024/11/29 6:15 p.m.9 views

AZL-53824 CVE-2024-36623 affecting package moby-engine for versions less than 25.0.3-9

moby through v25.0.3 has a Race Condition vulnerability in the streamformatter package which can be used to trigger multiple concurrent write operations resulting in data corruption or application crashes...

8.1CVSS7.4AI score0.00641EPSS
Exploits0References1
Rows per page
Query Builder