Lucene search
+L

30 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux – Vulnerability in Linux 5.10, Linux

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fixed a possible use-after-free in the async command interface The mlx5cmdcleanupasyncctx function should only return after all its callback handlers are completed. Before this patch, there was a race between...

5.9AI score0.00165EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/04/22 12:0 a.m.9 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2026-013603)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-013603 advisory. In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix possible use-after-free in async command interface mlx5cmdcleanupasyncctx should...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/24 3:30 p.m.7 views

EUVD-2022-55763

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix possible use-after-free in async command interface mlx5cmdcleanupasyncctx should return only after all its callback handlers were completed. Before this patch, the below race between mlx5cmdcleanupasyncctx and...

6AI score0.00165EPSS
SaveExploits0References6
NVD
NVD
added 2025/12/24 1:15 p.m.7 views

CVE-2022-50726

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix possible use-after-free in async command interface mlx5cmdcleanupasyncctx should return only after all its callback handlers were completed. Before this patch, the below race between mlx5cmdcleanupasyncctx and...

7.8CVSS0.00165EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/12/24 1:15 p.m.7 views

CVE-2022-50726

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix possible use-after-free in async command interface mlx5cmdcleanupasyncctx should return only after all its callback handlers were completed. Before this patch, the below race between mlx5cmdcleanupasyncctx and...

7.8CVSS5.5AI score0.00165EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 1:15 p.m.6 views

UBUNTU-CVE-2022-50726

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix possible use-after-free in async command interface mlx5cmdcleanupasyncctx should return only after all its callback handlers were completed. Before this patch, the below race between mlx5cmdcleanupasyncctx and...

7.8CVSS5.7AI score0.00165EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/24 12:22 p.m.16 views

CVE-2022-50726

CVE-2022-50726: In the Linux kernel mlx5 driver, a use-after-free could occur due to a race between mlx5_cmd_cleanup_async_ctx and mlx5_cmd_exec_cb_handler when inflight commands reach zero. The issue was fixed by using a completion object and marking it completed when num_inflight reaches 0, ens...

7.8CVSS6.2AI score0.00165EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 12:22 p.m.6 views

CVE-2022-50726 net/mlx5: Fix possible use-after-free in async command interface

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix possible use-after-free in async command interface mlx5cmdcleanupasyncctx should return only after all its callback handlers were completed. Before this patch, the below race between mlx5cmdcleanupasyncctx and...

7.8CVSS6.4AI score
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.17 views

PT-2025-53030

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.0.0-rc3 for upstream debug 2022 08 30 13 10 Description The Linux kernel contains a flaw in the mlx5 module related to asynchronous command handling. Specifically, a race condition in mlx5 cmd cleanup async ctx...

7.8CVSS6.5AI score0.0094EPSS
SaveExploits2References895
EUVD
EUVD
added 2025/11/13 3:23 a.m.4 views

EUVD-2025-180275

Malicious code in async-command-farout-hexo npm...

6.6AI score
SaveExploits0
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2023-0222

Malicious code in bioql PyPI...

3.7CVSS5.3AI score0.01018EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2025/08/18 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-28858

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - redis-py before 4.5.3 leaves a connection open after canceling an async Redis command at an inopportune time, and can send response data to the client of an...

6.5CVSS6.2AI score0.01034EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/03/29 1:53 a.m.12 views

SUSE CVE-2023-28859

redis-py before 4.4.4 and 4.5.x before 4.5.4 leaves a connection open after canceling an async Redis command at an inopportune time, and can send response data to the client of an unrelated request. This could, for example, happen for a non-pipeline operation. NOTE: the solutions for CVE-2023-288...

4.3CVSS9.2AI score0.01034EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2023/03/26 9:30 p.m.91 views

redis-py Race Condition vulnerability

redis-py before 4.5.3, as used in ChatGPT and other products, leaves a connection open after canceling an async Redis command at an inopportune time in the case of a pipeline operation, and can send response data to the client of an unrelated request in an off-by-one manner. The fixed versions fo...

3.7CVSS6AI score0.01018EPSS
SaveExploits0References12Affected Software1
OSV
OSV
added 2023/03/26 9:30 p.m.2 views

GHSA-24WV-MV5M-XV4H redis-py Race Condition vulnerability

redis-py before 4.5.3, as used in ChatGPT and other products, leaves a connection open after canceling an async Redis command at an inopportune time in the case of a pipeline operation, and can send response data to the client of an unrelated request in an off-by-one manner. The fixed versions fo...

6.3CVSS6.5AI score0.01018EPSS
SaveExploits0References12
OSV
OSV
added 2023/03/26 9:30 p.m.9 views

GHSA-8FWW-64CX-X8P5 redis-py Race Condition due to incomplete fix

redis-py through 4.5.3 and 4.4.3 leaves a connection open after canceling an async Redis command at an inopportune time in the case of a non-pipeline operation, and can send response data to the client of an unrelated request. NOTE: this issue exists because of an incomplete fix for CVE-2023-2885...

7.1CVSS7.2AI score0.01034EPSS
SaveExploits0References12
OSV
OSV
added 2023/03/26 7:15 p.m.3 views

DEBIAN-CVE-2023-28858

redis-py before 4.5.3 leaves a connection open after canceling an async Redis command at an inopportune time, and can send response data to the client of an unrelated request in an off-by-one manner. NOTE: this CVE Record was initially created in response to reports about ChatGPT, and 4.3.6, 4.4....

3.7CVSS5.4AI score0.01018EPSS
SaveExploits0References1
NVD
NVD
added 2023/03/26 7:15 p.m.26 views

CVE-2023-28859

redis-py before 4.4.4 and 4.5.x before 4.5.4 leaves a connection open after canceling an async Redis command at an inopportune time, and can send response data to the client of an unrelated request. This could, for example, happen for a non-pipeline operation. NOTE: the solutions for CVE-2023-288...

6.5CVSS5.4AI score0.01034EPSS
SaveExploits0References5
OSV
OSV
added 2023/03/26 7:15 p.m.8 views

PYSEC-2023-45

redis-py before 4.5.3, as used in ChatGPT and other products, leaves a connection open after canceling an async Redis command at an inopportune time in the case of a pipeline operation, and can send response data to the client of an unrelated request in an off-by-one manner. The fixed versions fo...

3.7CVSS5.9AI score0.01018EPSS
SaveExploits0References7
OSV
OSV
added 2023/03/26 7:15 p.m.7 views

PYSEC-2023-46

redis-py through 4.5.3 leaves a connection open after canceling an async Redis command at an inopportune time in the case of a non-pipeline operation, and can send response data to the client of an unrelated request. NOTE: this issue exists because of an incomplete fix for CVE-2023-28858...

6.5CVSS6.6AI score0.01034EPSS
SaveExploits0References3
Rows per page
Query Builder