Lucene search
+L

225 matches found

Debian CVE
Debian CVE
•added 2025/09/18 1:33 p.m.•8 views

CVE-2022-50381

In the Linux kernel, the following vulnerability has been resolved: md: fix a crash in mempoolfree There's a crash in mempoolfree when running the lvm test shell/lvchange-rebuild-raid.sh. The reason for the crash is this: superwritten calls atomicdecandtest&mddev-pendingwrites and...

5.5CVSS5.2AI score0.0016EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2025/09/18 12:00 a.m.•15 views

PT-2025-38329

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.1.0-rc3 Description A crash in the mempool free function within the Linux kernel's md Multiple Devices subsystem was resolved. The crash occurred during the execution of the lvm test...

6.4AI score0.0016EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
•added 2025/08/12 12:00 a.m.•5 views

Linux Distros Unpatched Vulnerability : CVE-2021-47435

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - dm: fix mempool NULL pointer race when completing IO dmiodecpending calls endioacct first and will then dec md in-flight pending count. But if a task is swappin...

4.7CVSS6.2AI score0.00239EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2025/08/06 12:00 a.m.•11 views

Linux Distros Unpatched Vulnerability : CVE-2022-49938

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - cifs: fix small mempool leak in SMB2negotiate In some cases of failure dialect mismatches in SMB2negotiate, after the request is sent, the checks would return...

5.5CVSS6.3AI score0.00176EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2025/07/25 11:22 p.m.•15 views

SUSE CVE-2025-38444

In the Linux kernel, the following vulnerability has been resolved: raid10: cleanup memleak at raid10makerequest If raid10readrequest or raid10writerequest registers a new request and the REQNOWAIT flag is set, the code does not free the malloc from the mempool. unreferenced object...

5.5CVSS6.7AI score0.00157EPSS
SaveExploits0References22
OSV
OSV
•added 2025/07/25 4:15 p.m.•5 views

DEBIAN-CVE-2025-38444

In the Linux kernel, the following vulnerability has been resolved: raid10: cleanup memleak at raid10makerequest If raid10readrequest or raid10writerequest registers a new request and the REQNOWAIT flag is set, the code does not free the malloc from the mempool. unreferenced object...

5.5CVSS5.7AI score0.00157EPSS
SaveExploits0References1
OSV
OSV
•added 2025/07/25 4:15 p.m.•13 views

UBUNTU-CVE-2025-38444

In the Linux kernel, the following vulnerability has been resolved: raid10: cleanup memleak at raid10makerequest If raid10readrequest or raid10writerequest registers a new request and the REQNOWAIT flag is set, the code does not free the malloc from the mempool. unreferenced object...

5.5CVSS6.3AI score0.00157EPSS
SaveExploits0References40
OSV
OSV
•added 2025/07/25 4:15 p.m.•10 views

UBUNTU-CVE-2025-38445

In the Linux kernel, the following vulnerability has been resolved: md/raid1: Fix stack memory use after return in raid1reshape In the raid1reshape function, newpool is allocated on the stack and assigned to conf-r1biopool. This results in conf-r1biopool.wait.head pointing to a stack address...

7.1CVSS6.5AI score0.00176EPSS
SaveExploits0References42
Packet Storm News
Packet Storm News
•added 2025/07/07 12:00 a.m.•13 views

Bullshark on Narwhal: Implementation-Level Workflow Analysis of Round-Based DAG Consensus in Theory and Practice

Round-based DAGs enable high-performance Byzantine fault-tolerant consensus, yet their technical advantages remain underutilized due to their short history. While research on consensus protocols is active in both academia and industry, many studies overlook implementation-level algorithms, leavin...

6.9AI score
SaveExploits0
OSV
OSV
•added 2025/06/18 11:15 a.m.•8 views

UBUNTU-CVE-2022-49938

In the Linux kernel, the following vulnerability has been resolved: cifs: fix small mempool leak in SMB2negotiate In some cases of failure dialect mismatches in SMB2negotiate, after the request is sent, the checks would return -EIO when they should be rather setting rc = -EIO and jumping to negex...

5.5CVSS6.2AI score0.00176EPSS
SaveExploits0References6
CVE
CVE
•added 2025/06/18 10:54 a.m.•129 views

CVE-2022-49938

CVE-2022-49938 is a Linux kernel vulnerability in the CIFS SMB2_negotiation path. The issue is a small mempool leak in SMB2_negotiate() where, on certain dialect-mismatch failures, the code could exit without freeing the response buffer from mempool due to an incorrect -EIO handling. The fix tigh...

5.5CVSS6.5AI score0.00176EPSS
SaveExploits0References3Affected Software1
OSV
OSV
•added 2025/06/18 10:54 a.m.•12 views

CVE-2022-49938 cifs: fix small mempool leak in SMB2_negotiate()

In the Linux kernel, the following vulnerability has been resolved: cifs: fix small mempool leak in SMB2negotiate In some cases of failure dialect mismatches in SMB2negotiate, after the request is sent, the checks would return -EIO when they should be rather setting rc = -EIO and jumping to negex...

6AI score
SaveExploits0References6
Packet Storm News
Packet Storm News
•added 2025/06/09 12:00 a.m.•11 views

Unraveling Ethereum'S Mempool: the Impact of Fee Fairness, Transaction Prioritization, and Consensus Efficiency

Ethereum's transaction pool mempool dynamics and fee market efficiency critically affect transaction inclusion, validator workload, and overall network performance. This research empirically analyzes gas price variations, mempool clearance rates, and block finalization times in Ethereum's...

7.2AI score
SaveExploits0
SUSE CVE
SUSE CVE
•added 2025/02/27 3:12 a.m.•8 views

SUSE CVE-2022-49097

In the Linux kernel, the following vulnerability has been resolved: NFS: Avoid writeback threads getting stuck in mempoolalloc In a low memory situation, allow the NFS writeback code to fail without getting stuck in infinite loops in mempoolalloc...

5.5CVSS6.6AI score0.00253EPSS
SaveExploits0References7
OSV
OSV
•added 2025/02/26 7:00 a.m.•12 views

DEBIAN-CVE-2022-49097

In the Linux kernel, the following vulnerability has been resolved: NFS: Avoid writeback threads getting stuck in mempoolalloc In a low memory situation, allow the NFS writeback code to fail without getting stuck in infinite loops in mempoolalloc...

5.5CVSS5.4AI score0.00253EPSS
SaveExploits0References1
CNNVD
CNNVD
•added 2025/02/26 12:00 a.m.•10 views

Linux kernel 安全漏洞

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, which stems from the possibility that NFS write-back code may fall into an infinite loop in mempoolalloc in low memory...

5.5CVSS5.5AI score0.00253EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
•added 2025/02/20 8:34 p.m.•14 views

Namada-apps allows Excessive Computation in Mempool Validation

Impact A malicious transaction may cause an expensive computation in mempool validation. A transaction with multiple repeated sections causes the section hash calculation used for signature validation to grow exponentially and potentially even cubic in proportion to number of sections. This may b...

7AI score
SaveExploits0References2Affected Software1
OSV
OSV
•added 2025/02/20 8:34 p.m.•9 views

GHSA-F8QM-HMM3-FV7F Namada-apps allows Excessive Computation in Mempool Validation

Impact A malicious transaction may cause an expensive computation in mempool validation. A transaction with multiple repeated sections causes the section hash calculation used for signature validation to grow exponentially and potentially even cubic in proportion to number of sections. This may b...

9.2CVSS7AI score
SaveExploits0References2
OSV
OSV
•added 2025/02/20 8:33 p.m.•8 views

GHSA-82VG-5V4F-F9WQ Namada-apps can Crash with Excessive Computation in Mempool Validation

Impact A malicious transaction may cause a crash in mempool validation. A transaction with authorization section containing 256 public keys or more with valid matching signatures triggers an integer overflow in signature verification that causes a the node to panic. Patches This issue has been...

9.2CVSS7.3AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
•added 2025/02/20 8:33 p.m.•17 views

Namada-apps can Crash with Excessive Computation in Mempool Validation

Impact A malicious transaction may cause a crash in mempool validation. A transaction with authorization section containing 256 public keys or more with valid matching signatures triggers an integer overflow in signature verification that causes a the node to panic. Patches This issue has been...

7.3AI score
SaveExploits0References2Affected Software1
Rows per page
Query Builder