Lucene search
+L

110 matches found

Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.8 views

PT-2026-2874

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel's crypto subsystem contains an issue where memory allocated via sock kmalloc was not zero-initialized. This affected several crypto user API contexts and requests, relyi...

5.5CVSS5.4AI score0.00123EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/12/29 3:48 a.m.8 views

SUSE CVE-2024-56690

In the Linux kernel, the following vulnerability has been resolved: crypto: pcrypt - Call crypto layer directly when padatadoparallel return -EBUSY Since commit 8f4f68e788c3 "crypto: pcrypt - Fix hungtask for PADATARESET", the pcrypt encryption and decryption operations return -EAGAIN when the CP...

4.7CVSS7.7AI score0.00188EPSS
SaveExploits0References17
OSV
OSV
added 2024/12/28 10:15 a.m.4 views

UBUNTU-CVE-2024-56690

In the Linux kernel, the following vulnerability has been resolved: crypto: pcrypt - Call crypto layer directly when padatadoparallel return -EBUSY Since commit 8f4f68e788c3 "crypto: pcrypt - Fix hungtask for PADATARESET", the pcrypt encryption and decryption operations return -EAGAIN when the CP...

5.5CVSS6.2AI score0.00188EPSS
SaveExploits0References46
Debian CVE
Debian CVE
added 2024/12/28 9:46 a.m.9 views

CVE-2024-56690

In the Linux kernel, the following vulnerability has been resolved: crypto: pcrypt - Call crypto layer directly when padatadoparallel return -EBUSY Since commit 8f4f68e788c3 "crypto: pcrypt - Fix hungtask for PADATARESET", the pcrypt encryption and decryption operations return -EAGAIN when the CP...

5.5CVSS5.7AI score0.00188EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/12/28 12:0 a.m.5 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 that stems from a handling issue in the crypto:pcrypt subsystem when padatadoparallel returns -EBUSY...

5.5CVSS6.5AI score0.00188EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/07/29 3:48 p.m.23 views

CVE-2024-41088 can: mcp251xfd: fix infinite loop when xmit fails

In the Linux kernel, the following vulnerability has been resolved: can: mcp251xfd: fix infinite loop when xmit fails When the mcp251xfdstartxmit function fails, the driver stops processing messages, and the interrupt routine does not return, running indefinitely even after killing the running...

7.1AI score0.00227EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 1:30 p.m.18 views

CVE-2021-47281

A vulnerability was found in the Linux kernel's ALSA sequencer, where the sndseqtimeropen function fails to properly manage concurrent access to timer instances, which could allow multiple calls to override the timer, leading to a potential use-after-free issue if a timer continues running after...

5.8CVSS9.1AI score0.00234EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/21 3:31 p.m.171 views

CVE-2023-52813

CVE-2023-52813 : Linux kernel crypto: pcrypt fix hungtask for PADATA_RESET. The issue was a hung task in test_aead_vec_cfg caused by padata_do_parallel returning -EBUSY when pinst->flags included PADATA_RESET, preventing aead_request_complete() and leading to a hung wait. Connected sources des...

5.5CVSS6.7AI score0.00286EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/05/21 3:15 p.m.2 views

UBUNTU-CVE-2021-47281

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix race of sndseqtimeropen The timer instance per queue is exclusive, and sndseqtimeropen should have managed the concurrent accesses. It looks as if it's checking the already existing timer instance at the beginning,...

7CVSS6.1AI score0.00234EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/21 2:20 p.m.97 views

CVE-2021-47281

CVE-2021-47281 affects the Linux kernel ALSA seq subsystem: snd_seq_timer_open() has a race on timeri allocation per queue, allowing a later concurrent call to override the timer and cause a use-after-free until the queue closes. The vulnerability is caused by missing protection when checking the...

7CVSS6.7AI score0.00234EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/21 2:20 p.m.18 views

CVE-2021-47281 ALSA: seq: Fix race of snd_seq_timer_open()

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix race of sndseqtimeropen The timer instance per queue is exclusive, and sndseqtimeropen should have managed the concurrent accesses. It looks as if it's checking the already existing timer instance at the beginning,...

6.8AI score0.00234EPSS
SaveExploits0References3
Rockylinux
Rockylinux
added 2024/04/05 2:55 p.m.17 views

util-linux bug fix update

An update is available for util-linux. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The util-linux packages contain a large variety of low-level system...

7.2AI score
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/02/21 3:15 p.m.45 views

CVE-2024-26584

In the Linux kernel, the following vulnerability has been resolved: net: tls: handle backlogging of crypto requests Since we're setting the CRYPTOTFMREQMAYBACKLOG flag on our requests to the crypto API, cryptoaeadencrypt,decrypt can return -EBUSY instead of -EINPROGRESS in valid situations. For...

5.5CVSS6.2AI score0.00246EPSS
SaveExploits0References26
OSV
OSV
added 2024/02/21 3:15 p.m.10 views

UBUNTU-CVE-2024-26584

In the Linux kernel, the following vulnerability has been resolved: net: tls: handle backlogging of crypto requests Since we're setting the CRYPTOTFMREQMAYBACKLOG flag on our requests to the crypto API, cryptoaeadencrypt,decrypt can return -EBUSY instead of -EINPROGRESS in valid situations. For...

5.5CVSS6.1AI score0.00246EPSS
SaveExploits0References26
Cvelist
Cvelist
added 2024/02/21 2:59 p.m.46 views

CVE-2024-26584 net: tls: handle backlogging of crypto requests

In the Linux kernel, the following vulnerability has been resolved: net: tls: handle backlogging of crypto requests Since we're setting the CRYPTOTFMREQMAYBACKLOG flag on our requests to the crypto API, cryptoaeadencrypt,decrypt can return -EBUSY instead of -EINPROGRESS in valid situations. For...

6.4AI score0.00246EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/02/21 2:59 p.m.35 views

CVE-2024-26584

In the Linux kernel, the following vulnerability has been resolved: net: tls: handle backlogging of crypto requests Since we're setting the CRYPTOTFMREQMAYBACKLOG flag on our requests to the crypto API, cryptoaeadencrypt,decrypt can return -EBUSY instead of -EINPROGRESS in valid situations. For...

5.5CVSS7.5AI score0.00246EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2023/02/15 4:47 a.m.7 views

SUSE CVE-2017-7618

crypto/ahash.c in the Linux kernel through 4.10.9 allows attackers to cause a denial of service API operation calling its own callback, and infinite recursion by triggering EBUSY on a full queue...

7.5CVSS6.7AI score0.04257EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2023/01/22 12:0 a.m.4 views

PT-2025-40201

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the crypto/xts module where it incorrectly handles EBUSY errors. The module only processes the EINPROGRESS return value, leading to a use-after-free...

7.8CVSS6.3AI score0.21314EPSS
SaveExploits4References893
RedHat Linux
RedHat Linux
added 2018/05/14 1:9 p.m.156 views

Important: Red Hat Security Advisory: kernel-alt security and bug fix update

An update for kernel-alt is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability fro...

5.6CVSS7.1AI score0.84172EPSS
SaveExploits3References4
OPENSUSE Linux
OPENSUSE Linux
added 2017/05/08 9:9 p.m.75 views

Security update for the Linux Kernel (important)

The openSUSE Leap 42.1 kernel was updated to receive various security and bugfixes. The following security bugs were fixed: - CVE-2017-7618: crypto/ahash.c in the Linux kernel allowed attackers to cause a denial of service API operation calling its own callback, and infinite recursion by triggeri...

7.8CVSS3.2AI score0.17827EPSS
SaveExploits20References15
Rows per page
Query Builder