Lucene search
K

28 matches found

Tenable Nessus
Tenable Nessus
added 2026/01/16 12:0 a.m.4 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-003958 advisory. drivers/infiniband/ulp/rtrs/rtrs-clt.c in the Linux kernel before 5.16.12 has a double free related to rtrscltdevrelease. Tenable has extracted the preceding...

7.8CVSS6.7AI score0.0037EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/16 12:0 a.m.4 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-004787 advisory. drivers/infiniband/ulp/rtrs/rtrs-clt.c in the Linux kernel before 5.16.12 has a double free related to rtrscltdevrelease. Tenable has extracted the preceding...

7.8CVSS6.7AI score0.0037EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/05 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2021-47026

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: destroy sysfs after removing session from active list A session can be remove...

7.8CVSS5.6AI score0.00238EPSS
Exploits0References2
BDU FSTEC
BDU FSTEC
added 2025/03/21 12:0 a.m.6 views

The vulnerability of the init_conns() function in the driver drivers/infiniband/ulp/rtrs/rtrs-clt.c of the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the initconns function in the drivers/infiniband/ulp/rtrs/rtrs-clt.c file of the Linux operating system’s kernel is related to buffer overflow attacks. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and accessibility of the...

7.8CVSS7.6AI score0.00245EPSS
Exploits0References27Affected Software6
SUSE CVE
SUSE CVE
added 2024/10/21 3:47 p.m.7 views

SUSE CVE-2024-47695

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: Reset cid to connum - 1 to stay in bounds In the function initconns, after the createcon and createcm for loop if something fails. In the cleanup for loop after the destroy tag, we access out of bound memory becaus...

6.6CVSS6.6AI score0.00245EPSS
Exploits0References18
RedhatCVE
RedhatCVE
added 2024/10/21 1:11 p.m.14 views

CVE-2024-47695

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: Reset cid to connum - 1 to stay in bounds In the function initconns, after the createcon and createcm for loop if something fails. In the cleanup for loop after the destroy tag, we access out of bound memory becaus...

7.8CVSS6.9AI score0.00245EPSS
Exploits0References4
NVD
NVD
added 2024/10/21 12:15 p.m.17 views

CVE-2024-47695

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: Reset cid to connum - 1 to stay in bounds In the function initconns, after the createcon and createcm for loop if something fails. In the cleanup for loop after the destroy tag, we access out of bound memory becaus...

7.8CVSS0.00245EPSS
Exploits0References7
Cvelist
Cvelist
added 2024/10/21 11:53 a.m.25 views

CVE-2024-47695 RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: Reset cid to connum - 1 to stay in bounds In the function initconns, after the createcon and createcm for loop if something fails. In the cleanup for loop after the destroy tag, we access out of bound memory becaus...

0.00245EPSS
Exploits0References6
OSV
OSV
added 2024/10/21 11:53 a.m.18 views

CVE-2024-47695 RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: Reset cid to connum - 1 to stay in bounds In the function initconns, after the createcon and createcm for loop if something fails. In the cleanup for loop after the destroy tag, we access out of bound memory becaus...

7.8CVSS6.2AI score0.00245EPSS
Exploits0References10
Vulnrichment
Vulnrichment
added 2024/10/21 11:53 a.m.17 views

CVE-2024-47695 RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: Reset cid to connum - 1 to stay in bounds In the function initconns, after the createcon and createcm for loop if something fails. In the cleanup for loop after the destroy tag, we access out of bound memory becaus...

6.9AI score0.00245EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2024/10/21 11:53 a.m.10 views

CVE-2024-47695

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: Reset cid to connum - 1 to stay in bounds In the function initconns, after the createcon and createcm for loop if something fails. In the cleanup for loop after the destroy tag, we access out of bound memory becaus...

7.8CVSS6.2AI score0.00245EPSS
Exploits0
CVE
CVE
added 2024/10/21 11:53 a.m.129 views

CVE-2024-47695

CVE-2024-47695 affects the Linux kernel in the RDMA/rtrs-clt path. The issue arises in init_conns(): after creating connections, the cleanup phase can access out-of-bounds memory because cid is set to clt_path->s.con_num. The remediation described in the vulnerability entry is that a commit re...

7.8CVSS7.3AI score0.00245EPSS
Exploits0References7Affected Software1
RedhatCVE
RedhatCVE
added 2024/02/29 10:6 a.m.19 views

CVE-2021-47026

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: destroy sysfs after removing session from active list A session can be removed dynamically by sysfs interface "removepath" that eventually calls rtrscltremovepathfromsysfs function. The current...

4.4CVSS6.3AI score0.00238EPSS
Exploits0References4
NVD
NVD
added 2024/02/28 9:15 a.m.20 views

CVE-2021-47026

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: destroy sysfs after removing session from active list A session can be removed dynamically by sysfs interface "removepath" that eventually calls rtrscltremovepathfromsysfs function. The current...

7.8CVSS6.2AI score0.00238EPSS
Exploits0References4
OSV
OSV
added 2024/02/28 9:15 a.m.2 views

DEBIAN-CVE-2021-47026

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: destroy sysfs after removing session from active list A session can be removed dynamically by sysfs interface "removepath" that eventually calls rtrscltremovepathfromsysfs function. The current...

7.8CVSS5.5AI score0.00238EPSS
Exploits0References1
Prion
Prion
added 2024/02/28 9:15 a.m.14 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: destroy sysfs after removing session from active list A session can be removed dynamically by sysfs interface "removepath" that eventually calls rtrscltremovepathfromsysfs function. The current...

6.9AI score0.00238EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/02/28 9:15 a.m.30 views

CVE-2021-47026

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: destroy sysfs after removing session from active list A session can be removed dynamically by sysfs interface "removepath" that eventually calls rtrscltremovepathfromsysfs function. The current...

7.8CVSS6.3AI score0.00238EPSS
Exploits0References6
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.19 views

CVE-2021-47026 RDMA/rtrs-clt: destroy sysfs after removing session from active list

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: destroy sysfs after removing session from active list A session can be removed dynamically by sysfs interface "removepath" that eventually calls rtrscltremovepathfromsysfs function. The current...

6.6AI score0.00238EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.18 views

CVE-2021-47026 RDMA/rtrs-clt: destroy sysfs after removing session from active list

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: destroy sysfs after removing session from active list A session can be removed dynamically by sysfs interface "removepath" that eventually calls rtrscltremovepathfromsysfs function. The current...

6.5AI score0.00238EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.19 views

CVE-2021-47026

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: destroy sysfs after removing session from active list A session can be removed dynamically by sysfs interface "removepath" that eventually calls rtrscltremovepathfromsysfs function. The current...

7.8CVSS5.8AI score0.00238EPSS
Exploits0
Rows per page
Query Builder