Lucene search
+L

61 matches found

Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.8 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-011161)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-011161 advisory. In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from htablockbucket to userspace In htabmaplookupanddeletebatch if...

7.1CVSS5.7AI score0.00149EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.9 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-011221)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-011221 advisory. In the Linux kernel, the following vulnerability has been resolved: crypto: essiv - Handle EBUSY correctly As it is essiv only handles the special return value of...

7.8CVSS5.7AI score0.0019EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/02/14 12:00 a.m.48 views

PT-2026-8110

In the Linux kernel, the following vulnerability has been resolved: ice: add missing ice deinit hw in devlink reinit path devlink-reload results in ice init hw failed error, and then removing the ice driver causes a NULL pointer dereference. +0.102213 ice 0000:ca:00.0: ice init hw failed: -16...

5.2AI score0.001EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/27 12:00 a.m.7 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-005037)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005037 advisory. In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix race of sndseqtimeropen The timer instance per queue is exclusive, and...

7.8CVSS5.8AI score0.00237EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.4 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992414)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992414 advisory. In the Linux kernel, the following vulnerability has been resolved: crypto: seqiv - Handle EBUSY correctly As it is seqiv only handles the special return value of...

7.8CVSS6.5AI score0.00161EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/24 3:30 p.m.9 views

EUVD-2023-60280

In the Linux kernel, the following vulnerability has been resolved: crypto: essiv - Handle EBUSY correctly As it is essiv only handles the special return value of EINPROGERSS, which means that in all other cases it will free data related to the request. However, as the caller of essiv may specify...

6AI score0.0019EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/24 1:16 p.m.16 views

UBUNTU-CVE-2023-54046

In the Linux kernel, the following vulnerability has been resolved: crypto: essiv - Handle EBUSY correctly As it is essiv only handles the special return value of EINPROGERSS, which means that in all other cases it will free data related to the request. However, as the caller of essiv may specify...

7.8CVSS5.8AI score0.0019EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.33 views

CVE-2023-54046 crypto: essiv - Handle EBUSY correctly

In the Linux kernel, the following vulnerability has been resolved: crypto: essiv - Handle EBUSY correctly As it is essiv only handles the special return value of EINPROGERSS, which means that in all other cases it will free data related to the request. However, as the caller of essiv may specify...

7.8CVSS0.0019EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.14 views

PT-2025-53044

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the crypto/essiv module. The essiv module incorrectly handles the EBUSY return value, potentially leading to a use-after-free condition when...

7.8CVSS6.4AI score0.0094EPSS
SaveExploits2References897
RedHat Linux
RedHat Linux
added 2025/11/17 10:31 a.m.7 views

kernel: crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return -EBUSY

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.8AI score0.00188EPSS
SaveExploits0References5
OSV
OSV
added 2025/11/12 10:15 p.m.20 views

UBUNTU-CVE-2025-40185

In the Linux kernel, the following vulnerability has been resolved: ice: iceadapter: release xa entry on adapter allocation failure When iceadapternew fails, the reserved XArray entry created by xainsert is not released. This causes subsequent insertions at the same index to return -EBUSY,...

5.7AI score0.00197EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2025/11/12 9:56 p.m.17 views

CVE-2025-40185 ice: ice_adapter: release xa entry on adapter allocation failure

In the Linux kernel, the following vulnerability has been resolved: ice: iceadapter: release xa entry on adapter allocation failure When iceadapternew fails, the reserved XArray entry created by xainsert is not released. This causes subsequent insertions at the same index to return -EBUSY,...

0.00197EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/11/12 1:52 p.m.3 views

kernel: crypto: xts - Handle EBUSY correctly

A flaw use after free in the Linux kernel XTS XOR Encrypt XOR with ciphertext stealing crypto Kernel module was found in the way privileges user triggers XTS crypto API in specific way. A local user could use this flaw to crash the system or potentially escalate their privileges on the system...

7.8CVSS7.2AI score0.0015EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:00 a.m.13 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-990033)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990033 advisory. In the Linux kernel, the following vulnerability has been resolved: crypto: pcrypt - Call crypto layer directly when padatadoparallel return -EBUSY Since commit...

5.5CVSS6.1AI score0.00188EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/10/20 2:48 a.m.13 views

Moderate: Red Hat Security Advisory: kernel security update

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

7.8CVSS6.8AI score0.00174EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/10/20 2:35 a.m.8 views

kernel: crypto: seqiv - Handle EBUSY correctly

In the Linux kernel, the following vulnerability has been resolved: crypto: seqiv - Handle EBUSY correctly As it is seqiv only handles the special return value of EINPROGERSS, which means that in all other cases it will free data related to the request. However, as the caller of seqiv may specify...

7.8CVSS6.8AI score0.00161EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/10/13 4:28 a.m.12 views

kernel: crypto: seqiv - Handle EBUSY correctly

In the Linux kernel, the following vulnerability has been resolved: crypto: seqiv - Handle EBUSY correctly As it is seqiv only handles the special return value of EINPROGERSS, which means that in all other cases it will free data related to the request. However, as the caller of seqiv may specify...

7.8CVSS6.8AI score0.00161EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/10/05 2:57 a.m.6 views

SUSE CVE-2022-50490

In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from htablockbucket to userspace In htabmaplookupanddeletebatch if htablockbucket returns -EBUSY, it will go to next bucket. Going to next bucket may not only skip the elements in current bucket silently, but...

7.8CVSS6.4AI score0.00149EPSS
SaveExploits0References23
NVD
NVD
added 2025/10/04 4:15 p.m.9 views

CVE-2022-50490

In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from htablockbucket to userspace In htabmaplookupanddeletebatch if htablockbucket returns -EBUSY, it will go to next bucket. Going to next bucket may not only skip the elements in current bucket silently, but...

7.1CVSS0.00149EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/04 4:15 p.m.7 views

UBUNTU-CVE-2022-50490

In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from htablockbucket to userspace In htabmaplookupanddeletebatch if htablockbucket returns -EBUSY, it will go to next bucket. Going to next bucket may not only skip the elements in current bucket silently, but...

7.1CVSS5.7AI score0.00149EPSS
SaveExploits0References7
Rows per page
Query Builder