Answer in brief
CVE-2024-47695 records a Unknown severity vulnerability in RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
Answer in brief
CVE-2024-47695 records a Unknown severity vulnerability in RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=6a98d71daea186247005099758af549e6afdd244 <0429a4e972082e3a2351da414b1c017daaf8aed2 || >=6a98d71daea186247005099758af549e6afdd244 <5ac73f8191f3de41fef4f934d84d97f3aadb301f || >=6a98d71daea186247005099758af549e6afdd244 <01b9be936ee8839ab9f83a7e84ee02ac6c8303c4 || >=6a98d71daea186247005099758af549e6afdd244 <1c50e0265fa332c94a4a182e4efa0fc70d8fad94 || >=6a98d71daea186247005099758af549e6afdd244 <c8b7f3d9fada0d4b4b7db86bf7345cd61f1d972e || >=6a98d71daea186247005099758af549e6afdd244 <3e4289b29e216a55d08a89e126bc0b37cbad9f38 | 0429a4e972082e3a2351da414b1c017daaf8aed2, 5ac73f8191f3de41fef4f934d84d97f3aadb301f, 01b9be936ee8839ab9f83a7e84ee02ac6c8303c4, 1c50e0265fa332c94a4a182e4efa0fc70d8fad94, c8b7f3d9fada0d4b4b7db86bf7345cd61f1d972e, 3e4289b29e216a55d08a89e126bc0b37cbad9f38 |
| Linux/Linuxgeneric | 5.8 | Not reported |
Published upstream
Oct 21, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds In the function init_conns(), after the create_con() and create_cm() for loop if something fails. In the cleanup for loop after the destroy tag, we access out of bound memory because cid is set to clt_path->s.con_num. This commits resets the cid to clt_path->s.con_num - 1, to stay in bounds in the cleanup loop later.
Quoted source text, attributed separately from HOL analysis.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=6a98d71daea186247005099758af549e6afdd244 <0429a4e972082e3a2351da414b1c017daaf8aed2 || >=6a98d71daea186247005099758af549e6afdd244 <5ac73f8191f3de41fef4f934d84d97f3aadb301f || >=6a98d71daea186247005099758af549e6afdd244 <01b9be936ee8839ab9f83a7e84ee02ac6c8303c4 || >=6a98d71daea186247005099758af549e6afdd244 <1c50e0265fa332c94a4a182e4efa0fc70d8fad94 || >=6a98d71daea186247005099758af549e6afdd244 <c8b7f3d9fada0d4b4b7db86bf7345cd61f1d972e || >=6a98d71daea186247005099758af549e6afdd244 <3e4289b29e216a55d08a89e126bc0b37cbad9f38 | 0429a4e972082e3a2351da414b1c017daaf8aed2, 5ac73f8191f3de41fef4f934d84d97f3aadb301f, 01b9be936ee8839ab9f83a7e84ee02ac6c8303c4, 1c50e0265fa332c94a4a182e4efa0fc70d8fad94, c8b7f3d9fada0d4b4b7db86bf7345cd61f1d972e, 3e4289b29e216a55d08a89e126bc0b37cbad9f38 |
| Linux/Linuxgeneric | 5.8 | Not reported |
Published upstream
Oct 21, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds In the function init_conns(), after the create_con() and create_cm() for loop if something fails. In the cleanup for loop after the destroy tag, we access out of bound memory because cid is set to clt_path->s.con_num. This commits resets the cid to clt_path->s.con_num - 1, to stay in bounds in the cleanup loop later.
Quoted source text, attributed separately from HOL analysis.