Lucene search
+L

91 matches found

CVE
CVE
added 2024/10/28 12:57 a.m.301 views

CVE-2024-50067

CVE-2024-50067 relates to the Linux kernel, where a vulnerability in upstream probing (uprobe) could cause an out-of-bounds memory access when fetching arguments for tracing. The issue arises because data may be larger than the per-CPU buffer size (a page), and store_trace_args() may not detect d...

7.8CVSS6.5AI score0.00233EPSS
Exploits0References5Affected Software2
OSV
OSV
added 2024/10/28 12:57 a.m.28 views

CVE-2024-50067 uprobe: avoid out-of-bounds memory access of fetching args

In the Linux kernel, the following vulnerability has been resolved: uprobe: avoid out-of-bounds memory access of fetching args Uprobe needs to fetch args into a percpu buffer, and then copy to ring buffer to avoid non-atomic context problem. Sometimes user-space strings, arrays can be very large,...

7.8CVSS6.3AI score0.00233EPSS
Exploits0References8
RedhatCVE
RedhatCVE
added 2024/08/19 12:45 p.m.43 views

CVE-2024-43855

A denial of service vulnerability exists in the Linux kernel. A deadlock condition occurs when mddev is being suspended while some of the flush bio is in progress, leading to a loss of availability. Mitigation Mitigation for this issue is either not available or the currently available options...

4.4CVSS5.9AI score0.00209EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/08/18 2:1 a.m.6 views

SUSE CVE-2024-43855

In the Linux kernel, the following vulnerability has been resolved: md: fix deadlock between mddevsuspend and flush bio Deadlock occurs when mddev is being suspended while some flush bio is in progress. It is a complex issue. T1. the first flush is at the ending stage, it clears 'mddev-flushbio'...

5.5CVSS6.5AI score0.00209EPSS
Exploits0References11
OSV
OSV
added 2024/08/17 10:15 a.m.8 views

AZL-47968 CVE-2024-43855 affecting package kernel for versions less than 5.15.167.1-1

In the Linux kernel, the following vulnerability has been resolved: md: fix deadlock between mddevsuspend and flush bio Deadlock occurs when mddev is being suspended while some flush bio is in progress. It is a complex issue. T1. the first flush is at the ending stage, it clears 'mddev-flushbio'...

5.5CVSS6.3AI score0.00209EPSS
Exploits0References1
OSV
OSV
added 2024/08/17 10:15 a.m.9 views

AZL-48003 CVE-2024-43855 affecting package kernel for versions less than 6.6.47.1-1

In the Linux kernel, the following vulnerability has been resolved: md: fix deadlock between mddevsuspend and flush bio Deadlock occurs when mddev is being suspended while some flush bio is in progress. It is a complex issue. T1. the first flush is at the ending stage, it clears 'mddev-flushbio'...

5.5CVSS6.3AI score0.00209EPSS
Exploits0References1
Debian CVE
Debian CVE
added 2024/08/17 9:22 a.m.25 views

CVE-2024-43855

In the Linux kernel, the following vulnerability has been resolved: md: fix deadlock between mddevsuspend and flush bio Deadlock occurs when mddev is being suspended while some flush bio is in progress. It is a complex issue. T1. the first flush is at the ending stage, it clears 'mddev-flushbio'...

5.5CVSS5.6AI score0.00209EPSS
Exploits0
NVD
NVD
added 2024/08/17 9:15 a.m.18 views

CVE-2024-42290

In the Linux kernel, the following vulnerability has been resolved: irqchip/imx-irqsteer: Handle runtime power management correctly The power domain is automatically activated from clkprepare. However, on certain platforms like i.MX8QM and i.MX8QXP, the power-on handling invokes sleeping function...

5.5CVSS0.00231EPSS
Exploits0References9
UbuntuCve
UbuntuCve
added 2024/08/17 9:15 a.m.21 views

CVE-2024-42290

In the Linux kernel, the following vulnerability has been resolved: irqchip/imx-irqsteer: Handle runtime power management correctly The power domain is automatically activated from clkprepare. However, on certain platforms like i.MX8QM and i.MX8QXP, the power-on handling invokes sleeping function...

5.5CVSS6.4AI score0.00231EPSS
Exploits0References25
OSV
OSV
added 2024/08/17 9:15 a.m.3 views

UBUNTU-CVE-2024-42290

In the Linux kernel, the following vulnerability has been resolved: irqchip/imx-irqsteer: Handle runtime power management correctly The power domain is automatically activated from clkprepare. However, on certain platforms like i.MX8QM and i.MX8QXP, the power-on handling invokes sleeping function...

5.5CVSS6.2AI score0.00231EPSS
Exploits0References26
Cvelist
Cvelist
added 2024/08/17 9:8 a.m.35 views

CVE-2024-42290 irqchip/imx-irqsteer: Handle runtime power management correctly

In the Linux kernel, the following vulnerability has been resolved: irqchip/imx-irqsteer: Handle runtime power management correctly The power domain is automatically activated from clkprepare. However, on certain platforms like i.MX8QM and i.MX8QXP, the power-on handling invokes sleeping function...

0.00231EPSS
Exploits0References7
OSV
OSV
added 2024/08/17 9:8 a.m.17 views

CVE-2024-42290 irqchip/imx-irqsteer: Handle runtime power management correctly

In the Linux kernel, the following vulnerability has been resolved: irqchip/imx-irqsteer: Handle runtime power management correctly The power domain is automatically activated from clkprepare. However, on certain platforms like i.MX8QM and i.MX8QXP, the power-on handling invokes sleeping function...

5.5CVSS6.1AI score0.00231EPSS
Exploits0References12
RedhatCVE
RedhatCVE
added 2024/05/23 11:10 a.m.20 views

CVE-2023-52791

In the Linux kernel, the following vulnerability has been resolved: i2c: core: Run atomic i2c xfer when !preemptible Since bae1d3a05a8b, i2c transfers are non-atomic if preemption is disabled. However, non-atomic i2c transfers require preemption e.g. in waitforcompletion while waiting for the DMA...

4.4CVSS6.6AI score0.0024EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.24 views

CVE-2023-52791

In the Linux kernel, the following vulnerability has been resolved: i2c: core: Run atomic i2c xfer when !preemptible Since bae1d3a05a8b, i2c transfers are non-atomic if preemption is disabled. However, non-atomic i2c transfers require preemption e.g. in waitforcompletion while waiting for the DMA...

5.5CVSS6.3AI score0.0024EPSS
Exploits0References9
OSV
OSV
added 2024/05/21 3:31 p.m.15 views

CVE-2023-52791 i2c: core: Run atomic i2c xfer when !preemptible

In the Linux kernel, the following vulnerability has been resolved: i2c: core: Run atomic i2c xfer when !preemptible Since bae1d3a05a8b, i2c transfers are non-atomic if preemption is disabled. However, non-atomic i2c transfers require preemption e.g. in waitforcompletion while waiting for the DMA...

5.5CVSS6AI score0.0024EPSS
Exploits0References10
Veracode
Veracode
added 2024/04/22 6:14 a.m.23 views

Improper Synchronisation

https://github.com/evmos/evmos/ is vulnerable to Improper Synchronisation. The vulnerability is due to a lack of synchronization between two states during transaction execution, allowing for arbitrary token minting. This exploit occurs because the stateDB.Commit method updates the Cosmos SDK...

9.1CVSS9.2AI score0.00943EPSS
Exploits0References3Affected Software1
BDU FSTEC
BDU FSTEC
added 2024/02/13 12:0 a.m.7 views

The vulnerability of the shim_lock component in the Grub2 operating system allows a hacker to break the trust chain of secure loading.

The vulnerability of the shimlock component in the Grub2 operating system is related to the loading of non-atomic files into the secure boot mechanism that supports shim. Exploiting this vulnerability can allow an attacker to break the trust chain of the secure boot mechanism...

7.8CVSS6.9AI score0.00316EPSS
Exploits0References6Affected Software5
CNNVD
CNNVD
added 2023/11/27 12:0 a.m.3 views

WordPress plugin kk Star Ratings security vulnerability

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform supports personal blog sites on PHP and MySQL servers.WordPress plugin is an application plugin. A security vulnerability in the WordPress...

5.9CVSS6.7AI score0.00414EPSS
Exploits5References1
RedHat Linux
RedHat Linux
added 2023/05/09 10:4 a.m.5 views

kernel: ext4: fix deadlock due to mbcache entry corruption

A deadlock vulnerability was found in the ext4 filesystem in the Linux kernel. When manipulating extended attribute xattr blocks, a race condition in non-atomic bitfield updates can cause the mbcache entry state to become corrupted. This leads to an infinite loop in ext4xattrblockset where the co...

7.1AI score0.0022EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2023/04/07 12:0 a.m.12 views

PT-2023-17408 · WordPress · Forminator

Name of the Vulnerable Software and Affected Versions: Forminator WordPress plugin versions prior to 1.24.1 Description: The issue arises from the plugin not using an atomic operation to check whether a user has already voted and then update that information, leading to a Race Condition. This...

3.1CVSS4.9AI score0.00359EPSS
Exploits2References6
Rows per page
Query Builder