Lucene search
+L

1626 matches found

UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.31 views

CVE-2024-39508

In the Linux kernel, the following vulnerability has been resolved: iouring/io-wq: Use setbit and testbit at worker-flags Utilize setbit and testbit on worker-flags within iouring/io-wq to address potential data races. The structure ioworker-flags may be accessed through various data paths, leadi...

7.8CVSS6AI score0.00224EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.38 views

CVE-2024-40998

In the Linux kernel, the following vulnerability has been resolved: ext4: fix uninitialized ratelimitstate-lock access in ext4fillsuper In the following concurrency we will access the uninitialized rs-lock: ext4fillsuper ext4registersysfs // sysfs registered msgratelimitintervalms // Other...

5.5CVSS6.2AI score0.00271EPSS
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2024/07/12 12:37 p.m.30 views

CVE-2024-40998 ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()

In the Linux kernel, the following vulnerability has been resolved: ext4: fix uninitialized ratelimitstate-lock access in ext4fillsuper In the following concurrency we will access the uninitialized rs-lock: ext4fillsuper ext4registersysfs // sysfs registered msgratelimitintervalms // Other...

6.9AI score0.00271EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/07/12 12:37 p.m.45 views

CVE-2024-40998 ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()

In the Linux kernel, the following vulnerability has been resolved: ext4: fix uninitialized ratelimitstate-lock access in ext4fillsuper In the following concurrency we will access the uninitialized rs-lock: ext4fillsuper ext4registersysfs // sysfs registered msgratelimitintervalms // Other...

0.00271EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.21 views

CVE-2024-40900 cachefiles: remove requests from xarray during flushing requests

In the Linux kernel, the following vulnerability has been resolved: cachefiles: remove requests from xarray during flushing requests Even with CACHEFILESDEAD set, we can still read the requests, so in the following concurrency the request may be used after it has been freed: mount | daemonthread1...

6.6AI score0.00286EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.25 views

CVE-2024-39508 io_uring/io-wq: Use set_bit() and test_bit() at worker->flags

In the Linux kernel, the following vulnerability has been resolved: iouring/io-wq: Use setbit and testbit at worker-flags Utilize setbit and testbit on worker-flags within iouring/io-wq to address potential data races. The structure ioworker-flags may be accessed through various data paths, leadi...

7AI score0.00224EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/07/12 12:20 p.m.80 views

CVE-2024-39508

In the Linux kernel, the following vulnerability has been resolved: iouring/io-wq: Use setbit and testbit at worker-flags Utilize setbit and testbit on worker-flags within iouring/io-wq to address potential data races. The structure ioworker-flags may be accessed through various data paths, leadi...

7.8CVSS6.2AI score0.00224EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/06/27 12:00 a.m.25 views

IBM MQ 9.0 <= 9.0.0.26 / 9.1 <= 9.1.0.22 / 9.2 <= 9.2.0.26 / 9.3 < 9.3.0.20 LTS / 9.3 < 9.4 CD (7157980)

The version of IBM MQ Server running on the remote host is affected by a vulnerability as referenced in the 7157980 advisory. - Vulnerability in the Oracle Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: Concurrency. Supported versions that are affected are Oracle...

3.7CVSS6.3AI score0.01286EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2024/06/26 11:17 p.m.9 views

SUSE CVE-2024-39293

In the Linux kernel, the following vulnerability has been resolved: Revert "xsk: Support redirect to any socket bound to the same umem" This reverts commit 2863d665ea41282379f108e4da6c8a2366ba66db. This patch introduced a potential kernel crash when multiple napi instances redirect to the same...

9.8CVSS8.1AI score0.00314EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/06/26 12:09 a.m.14 views

kernel: net: hns3: do not allow call hns3_nic_net_open repeatedly

A vulnerability was discovered in the Linux kernel's hns3 network driver. The hns3nicnetopen function is designed to be called only once per device instance. However, due to insufficient checks, multiple calls to this function are possible. This can lead to scenarios where hns3nicnetopen is invok...

7.8CVSS7.2AI score0.00254EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/06/20 11:27 a.m.27 views

CVE-2021-47587

In the Linux kernel, the following vulnerability has been resolved: net: systemport: Add global locking for descriptor lifecycle The descriptor list is a shared resource across all of the transmit queues, and the locking mechanism used today only protects concurrency across a given transmit queue...

5.6CVSS8.8AI score0.00547EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/19 3:15 p.m.31 views

CVE-2021-47587

In the Linux kernel, the following vulnerability has been resolved: net: systemport: Add global locking for descriptor lifecycle The descriptor list is a shared resource across all of the transmit queues, and the locking mechanism used today only protects concurrency across a given transmit queue...

5.5CVSS8.9AI score
SaveExploits0References8
NVD
NVD
added 2024/06/19 3:15 p.m.37 views

CVE-2021-47587

In the Linux kernel, the following vulnerability has been resolved: net: systemport: Add global locking for descriptor lifecycle The descriptor list is a shared resource across all of the transmit queues, and the locking mechanism used today only protects concurrency across a given transmit queue...

9.8CVSS0.00547EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/06/19 3:15 p.m.21 views

CVE-2021-47587

In the Linux kernel, the following vulnerability has been resolved: net: systemport: Add global locking for descriptor lifecycle The descriptor list is a shared resource across all of the transmit queues, and the locking mechanism used today only protects concurrency across a given transmit queue...

9.8CVSS6.1AI score0.00547EPSS
SaveExploits0References14
Vulnrichment
Vulnrichment
added 2024/06/19 2:53 p.m.22 views

CVE-2021-47587 net: systemport: Add global locking for descriptor lifecycle

In the Linux kernel, the following vulnerability has been resolved: net: systemport: Add global locking for descriptor lifecycle The descriptor list is a shared resource across all of the transmit queues, and the locking mechanism used today only protects concurrency across a given transmit queue...

9.8CVSS6.9AI score0.00547EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2024/06/19 12:00 a.m.13 views

Linux kernel security vulnerabilities

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 that stems from the use of a locking mechanism that only protects the concurrency of a given transfer queue between transfer...

5.5CVSS6.5AI score0.00547EPSS
SaveExploits0References9
BDU FSTEC
BDU FSTEC
added 2024/06/14 12:00 a.m.11 views

The vulnerability of the thermaldebug_cdevremove() function in the Linux operating system’s temperature sensor driver allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the thermaldebugcdevremove function in the drivers/thermal/thermaldebugfs.c file of the Linux operating system’s temperature sensor driver is related to the reallocation of previously freed memory due to concurrent access to resources. Exploiting this vulnerability could allo...

7.8CVSS6.4AI score0.00198EPSS
SaveExploits0References7Affected Software1
BDU FSTEC
BDU FSTEC
added 2024/06/14 12:00 a.m.16 views

The vulnerability of the gpio_chrdev_release() function in the Linux kernel driver for GPIO operations allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the gpiochrdevrelease function in the drivers/gpio/gpiolib-cdev.c file of the Linux kernel’s GPIO driver is related to the reutilization of previously freed memory due to concurrent access to resources. Exploiting this vulnerability could allow an attacker to compromise the...

7CVSS6.8AI score0.00178EPSS
SaveExploits0References19Affected Software5
OpenVAS
OpenVAS
added 2024/06/09 12:00 a.m.45 views

Fedora: Security Advisory (FEDORA-2024-2e4858330c)

The remote host is missing an update for the 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 ifdescription...

6.5CVSS5.9AI score0.00934EPSS
SaveExploits0References6
Fedora
Fedora
added 2024/06/08 7:35 p.m.79 views

[SECURITY] Fedora 39 Update: nginx-1.26.1-1.fc39

Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage...

6.5CVSS5.8AI score0.00934EPSS
SaveExploits0
Rows per page
Query Builder