Lucene search
+L

4265 matches found

Vulnrichment
Vulnrichment
•added 2024/05/20 9:48 a.m.•21 views

CVE-2024-36006 mlxsw: spectrum_acl_tcam: Fix incorrect list API usage

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumacltcam: Fix incorrect list API usage Both the function that migrates all the chunks within a region and the function that migrates all the entries within a chunk call listfirstentry on the respective lists without...

6.8AI score0.00226EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
•added 2024/05/20 9:48 a.m.•25 views

CVE-2024-36007 mlxsw: spectrum_acl_tcam: Fix warning during rehash

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumacltcam: Fix warning during rehash As previously explained, the rehash delayed work migrates filters from one region to another. This is done by iterating over all chunks all the filters with the same priority in t...

7.8CVSS6.7AI score0.00231EPSS
SaveExploits0References7
OSV
OSV
•added 2024/05/20 9:48 a.m.•38 views

CVE-2024-36004 i40e: Do not use WQ_MEM_RECLAIM flag for workqueue

In the Linux kernel, the following vulnerability has been resolved: i40e: Do not use WQMEMRECLAIM flag for workqueue Issue reported by customer during SRIOV testing, call trace: When both i40e and the i40iw driver are loaded, a warning in checkflushdependency is being triggered. This seems to be...

5.9AI score
SaveExploits0References14
Cvelist
Cvelist
•added 2024/05/20 9:48 a.m.•40 views

CVE-2024-36002 dpll: fix dpll_pin_on_pin_register() for multiple parent pins

In the Linux kernel, the following vulnerability has been resolved: dpll: fix dpllpinonpinregister for multiple parent pins In scenario where pin is registered with multiple parent pins via dpllpinonpinregister.., all belonging to the same dpll device. A second call to dpllpinonpinunregister...

6.4AI score0.00183EPSS
SaveExploits0References2
CVE
CVE
•added 2024/05/20 9:48 a.m.•189 views

CVE-2024-36002

Linux kernel CVE-2024-36002 details a crash in dpll_pin_on_pin_register/dpll_pin_on_pin_unregister when a pin is registered with multiple parent pins on the same dpll device. A crash trace occurs during ice driver removal (ICE/ice_dpll_deinit_pins). The fix adds a cookie-like parent pointer when ...

5.5CVSS6.6AI score0.00183EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
•added 2024/05/20 9:48 a.m.•18 views

CVE-2024-36002 dpll: fix dpll_pin_on_pin_register() for multiple parent pins

In the Linux kernel, the following vulnerability has been resolved: dpll: fix dpllpinonpinregister for multiple parent pins In scenario where pin is registered with multiple parent pins via dpllpinonpinregister.., all belonging to the same dpll device. A second call to dpllpinonpinunregister...

6.8AI score0.00183EPSS
SaveExploits0References2
OSV
OSV
•added 2024/05/20 9:48 a.m.•17 views

CVE-2024-36002 dpll: fix dpll_pin_on_pin_register() for multiple parent pins

In the Linux kernel, the following vulnerability has been resolved: dpll: fix dpllpinonpinregister for multiple parent pins In scenario where pin is registered with multiple parent pins via dpllpinonpinregister.., all belonging to the same dpll device. A second call to dpllpinonpinunregister...

6AI score
SaveExploits0References5
CVE
CVE
•added 2024/05/20 9:47 a.m.•188 views

CVE-2024-35991

CVE-2024-35991: In the Linux kernel, idxd dmaengine code changed from a spinlock-protected event log workqueue to a mutex-protected approach to safely call drain_workqueue(). The root cause was calling drain_workqueue() while holding a spinlock, risking a Call Trace due to possible task reschedul...

5.5CVSS6.6AI score0.00164EPSS
SaveExploits0References3Affected Software1
Veracode
Veracode
•added 2024/05/20 7:51 a.m.•16 views

Security Bypass

datadog/dd-trace is vulnerable to Security Bypass. The vulnerability is due to insufficient constraint on the ddtrace.requestinithook by the openbasedir INI directive, which allows an attacker to bypass the openbasedir INI directive...

7AI score
SaveExploits0
CNNVD
CNNVD
•added 2024/05/20 12:00 a.m.•30 views

Fluent Bit 安全漏洞

Fluent Bit is an open source log processing and analysis system written in C. A security vulnerability exists in Fluent Bit versions 2.0.7 through 3.0.3, which stems from a security issue in the parsing of trace requests by the http server that could lead to a denial of service condition,...

9.8CVSS7.7AI score0.27244EPSS
SaveExploits3References3
OSV
OSV
•added 2024/05/19 10:10 a.m.•25 views

CVE-2024-35921 media: mediatek: vcodec: Fix oops when HEVC init fails

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Fix oops when HEVC init fails The stateless HEVC decoder saves the instance pointer in the context regardless if the initialization worked or not. This caused a use after free, when the pointer is freed i...

7.8CVSS6.1AI score
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2024/05/17 3:15 p.m.•21 views

CVE-2024-35853

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumacltcam: Fix memory leak during rehash The rehash delayed work migrates filters from one region to another. This is done by iterating over all chunks all the filters with the same priority in the region and in each...

6.4CVSS6.4AI score0.00728EPSS
SaveExploits0References27
NVD
NVD
•added 2024/05/17 1:15 p.m.•28 views

CVE-2024-35787

In the Linux kernel, the following vulnerability has been resolved: md/md-bitmap: fix incorrect usage for sbindex Commit d7038f951828 "md-bitmap: don't use -index for pages backing the bitmap file" removed page-index from bitmap code, but left wrong code logic for clustered-md. current code never...

7.8CVSS7.5AI score0.00228EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2024/05/17 12:24 p.m.•42 views

CVE-2024-35787 md/md-bitmap: fix incorrect usage for sb_index

In the Linux kernel, the following vulnerability has been resolved: md/md-bitmap: fix incorrect usage for sbindex Commit d7038f951828 "md-bitmap: don't use -index for pages backing the bitmap file" removed page-index from bitmap code, but left wrong code logic for clustered-md. current code never...

7.8CVSS7.5AI score0.00228EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
•added 2024/05/17 12:24 p.m.•23 views

CVE-2024-35787 md/md-bitmap: fix incorrect usage for sb_index

In the Linux kernel, the following vulnerability has been resolved: md/md-bitmap: fix incorrect usage for sbindex Commit d7038f951828 "md-bitmap: don't use -index for pages backing the bitmap file" removed page-index from bitmap code, but left wrong code logic for clustered-md. current code never...

7.8CVSS6.9AI score0.00228EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2024/05/17 12:24 p.m.•65 views

CVE-2024-35784 btrfs: fix deadlock with fiemap and extent locking

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock with fiemap and extent locking While working on the patchset to remove extent locking I got a lockdep splat with fiemap and pagefaulting with my new extent lock replacement lock. This deadlock exists with our...

6.3AI score0.00173EPSS
SaveExploits0References3
OpenVAS
OpenVAS
•added 2024/05/17 12:00 a.m.•60 views

Buffalo LS210D < 1.82 Multiple Vulnerabilities

Buffalo LS210D is prone to multiple vulnerabilities. SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/o:buffalo:ls210dfirmware"; if...

8.1CVSS7.1AI score0.02582EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
•added 2024/05/16 8:47 p.m.•28 views

CVE-2024-22384

Out-of-bounds read for some IntelR Trace Analyzer and Collector software before version 2022.0.0 published Nov 2023 may allow an authenticated user to potentially enable information disclosure via local access...

2.8CVSS6.2AI score0.00196EPSS
SaveExploits0References1
CNNVD
CNNVD
•added 2024/05/16 12:00 a.m.•10 views

Intel Trace Analyzer And Collector 安全漏洞

Intel Trace Analyzer And Collector is a trace analyzer and collector from Intel Corporation USA. It is used to analyze Mpi behavior in parallel applications. A security vulnerability previously existed in Intel Trace Analyzer And Collector version 2022.0.0, which stemmed from the presence of an...

2.8CVSS5.9AI score0.00196EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
•added 2024/05/16 12:00 a.m.•20 views

PT-2024-19379 · Intel · Intel Trace Analyzer/Collector

Name of the Vulnerable Software and Affected Versions: IntelR Trace Analyzer and Collector versions prior to 2022.0.0 Description: The issue is related to an out-of-bounds read that may allow an authenticated user to potentially enable information disclosure via local access. Recommendations: For...

2.8CVSS6.4AI score0.00196EPSS
SaveExploits0References3
Rows per page
Query Builder