Lucene search
+L

4991 matches found

RedHat Linux
RedHat Linux
added 2024/04/16 7:55 p.m.20 views

undertow: Out-of-memory Error after several closed connections with wildfly-http-client protocol

A vulnerability was found in Undertow. This vulnerability impacts a server that supports the wildfly-http-client protocol. Whenever a malicious user opens and closes a connection with the HTTP port of the server and then closes the connection immediately, the server will end with both memory and...

7.5CVSS7.1AI score0.04572EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/04/16 7:20 p.m.47 views

CVE-2024-31446 OpenComputers Denial of Service using xpcall

OpenComputers is a Minecraft mod that adds programmable computers and robots to the game. A user can use OpenComputers to get a Computer thread stuck in the Lua VM, which eventually blocks the Server thread, requiring the server to be forcibly shut down. This can be accomplished using any device ...

7.7CVSS7.7AI score0.00604EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/04/16 12:00 a.m.7 views

PT-2024-3943 · Oracle +4 · Mysql Server +3

Name of the Vulnerable Software and Affected Versions: MySQL Server versions 8.0.36 and prior MySQL Server versions 8.3.0 and prior Description: A vulnerability in the MySQL Server product of Oracle MySQL allows a high privileged attacker with network access via multiple protocols to compromise t...

6.5CVSS4.9AI score0.01107EPSS
SaveExploits0References124
GithubExploit
GithubExploit
added 2024/04/12 7:36 a.m.501 views

Exploit for Command Injection in Telesquare Tlr-2005Ksh_Firmware

Telesquare TLR-2005KSHRCE CVE-2024-29269 Batch scan/exploit...

8.8CVSS9.5AI score0.06294EPSS
SaveExploits8
Fedora
Fedora
added 2024/04/12 1:22 a.m.34 views

[SECURITY] Fedora 39 Update: rust-1.77.2-1.fc39

Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. This package includes the Rust compiler and documentation generator...

10CVSS7.3AI score0.20342EPSS
SaveExploits10
Cvelist
Cvelist
added 2024/04/10 6:56 p.m.29 views

CVE-2021-47189 btrfs: fix memory ordering between normal and ordered work functions

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory ordering between normal and ordered work functions Ordered work functions aren't guaranteed to be handled by the same thread which executed the normal work functions. The only way execution between normal/ordere...

7.8CVSS7.5AI score0.00665EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2024/04/10 12:21 p.m.9 views

argo-cd: Denial of Service Due to Unsafe Array Modification in Multi-threaded Environment

A flaw was found in Argo CD that may result in a remote denial of service. The expireOldFailedAttempts function modifies an array while it is being iterated over. This issue may cause an application crash when executed in a multi-threaded environment if two threads interact with the same array...

7.5CVSS5.8AI score0.01176EPSS
SaveExploits1References5
SUSE CVE
SUSE CVE
added 2024/04/10 2:16 a.m.9 views

SUSE CVE-2024-26757

In the Linux kernel, the following vulnerability has been resolved: md: Don't ignore read-only array in mdcheckrecovery Usually if the array is not read-write, mdcheckrecovery won't register new syncthread in the first place. And if the array is read-write and syncthread is registered,...

5.5CVSS7AI score0.00209EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/04/10 2:16 a.m.7 views

SUSE CVE-2024-26756

In the Linux kernel, the following vulnerability has been resolved: md: Don't register syncthread for reshape directly Currently, if reshape is interrupted, then reassemble the array will register syncthread directly from pers-run, in this case 'MDRECOVERYRUNNING' is set directly, however, there ...

5.5CVSS6.8AI score0.00209EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/04/09 2:29 a.m.7 views

SUSE CVE-2024-26710

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Limit KASAN thread size increase to 32KB KASAN is seen to increase stack usage, to the point that it was reported to lead to stack overflow on some 32-bit machines see link. To avoid overflows the stack size was...

5.5CVSS6.6AI score0.00245EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/04/08 12:00 a.m.12 views

PT-2024-26809 · Linux +4 · Linux Kernel +4

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue arises when the driver attempts to perform a PCI reset on itself via pci reset function in the context of the driver's health thread, while pdsc reset prepare calls pdsc stop...

9.1CVSS7.6AI score0.01401EPSS
SaveExploits1References541
SUSE CVE
SUSE CVE
added 2024/04/05 2:21 a.m.7 views

SUSE CVE-2024-26654

In the Linux kernel, the following vulnerability has been resolved: ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs The dreamcastcard-timer could schedule the spudmawork and the spudmawork could also arm the dreamcastcard-timer. When the sndpcmsubstream is closing, the aicachannel wi...

5.5CVSS6.3AI score0.00257EPSS
SaveExploits0References15
RedhatCVE
RedhatCVE
added 2024/04/04 1:24 a.m.28 views

CVE-2024-26732

A vulnerability was found in the Linux kernel related to the handling of the SOPEEKOFF socket option, which controls peeking into socket buffers. This option is not thread-safe and may lead to possible race conditions, which could cause system hangs...

5.5CVSS6.2AI score0.00158EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/04 12:33 a.m.27 views

CVE-2024-26758

In the Linux kernel, the following vulnerability has been resolved: md: Don't ignore suspended array in mdcheckrecovery mddevsuspend never stop syncthread, hence it doesn't make sense to ignore suspended array in mdcheckrecovery, which might cause syncthread can't be unregistered. After commit...

4.4CVSS6.8AI score0.00212EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/03 5:15 p.m.19 views

CVE-2024-26757

In the Linux kernel, the following vulnerability has been resolved: md: Don't ignore read-only array in mdcheckrecovery Usually if the array is not read-write, mdcheckrecovery won't register new syncthread in the first place. And if the array is read-write and syncthread is registered,...

5.5CVSS6.5AI score0.00209EPSS
SaveExploits0References2
OSV
OSV
added 2024/04/03 5:15 p.m.20 views

AZL-59484 CVE-2024-26758 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: md: Don't ignore suspended array in mdcheckrecovery mddevsuspend never stop syncthread, hence it doesn't make sense to ignore suspended array in mdcheckrecovery, which might cause syncthread can't be unregistered. After commit...

5.5CVSS6.3AI score0.00212EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/03 5:15 p.m.24 views

AZL-58753 CVE-2024-26756 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: md: Don't register syncthread for reshape directly Currently, if reshape is interrupted, then reassemble the array will register syncthread directly from pers-run, in this case 'MDRECOVERYRUNNING' is set directly, however, there ...

5.5CVSS5.7AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/03 5:15 p.m.3 views

DEBIAN-CVE-2024-26756

In the Linux kernel, the following vulnerability has been resolved: md: Don't register syncthread for reshape directly Currently, if reshape is interrupted, then reassemble the array will register syncthread directly from pers-run, in this case 'MDRECOVERYRUNNING' is set directly, however, there ...

5.5CVSS4.9AI score0.00209EPSS
SaveExploits0References1
NVD
NVD
added 2024/04/03 5:15 p.m.17 views

CVE-2024-26758

In the Linux kernel, the following vulnerability has been resolved: md: Don't ignore suspended array in mdcheckrecovery mddevsuspend never stop syncthread, hence it doesn't make sense to ignore suspended array in mdcheckrecovery, which might cause syncthread can't be unregistered. After commit...

5.5CVSS6.3AI score0.00212EPSS
SaveExploits0References2
OSV
OSV
added 2024/04/03 5:15 p.m.24 views

AZL-59481 CVE-2024-26758 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: md: Don't ignore suspended array in mdcheckrecovery mddevsuspend never stop syncthread, hence it doesn't make sense to ignore suspended array in mdcheckrecovery, which might cause syncthread can't be unregistered. After commit...

5.5CVSS6.2AI score0.00212EPSS
SaveExploits0References1
Rows per page
Query Builder