CVE-2026-52995

MEDIUMNVD 5.55.5
EchelonGraph scoreMEDIUM confidence

Score 5.5 from GitHub Security Advisory published 2026-06-24. NVD baseline CVSS 5.5; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, nvd
5.5EG
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 5.5Exploit: None knownExposed: 0

A fix is available — apply it.

In the Linux kernel, the following vulnerability has been resolved:

net/rds: zero per-item info buffer before handing it to visitors

rds_for_each_conn_info() and rds_walk_conn_path_info() both hand a caller-allocated on-stack u64 buffer to a per-connection visitor and then copy the full item_len bytes back to user space via rds_info_copy() regardless of how much of the buffer the visitor actually wrote.

rds_ib_conn_info_visitor() and rds6_ib_conn_info_visitor() only write a subset of their output struct when the underlying rds_connection is not in state RDS_CONN_UP (src/dst addr, tos, sl and the two GIDs via explicit memsets). Several u32 fields (max_send_wr, max_recv_wr, max_send_sge, rdma_mr_max, rdma_mr_size, cache_allocs) and the 2-byte alignment hole between sl and cache_allocs remain as whatever stack contents preceded the visitor call and are then memcpy_to_user()'d out to user space.

struct rds_info_rdma_connection and struct rds6_info_rdma_connection are the only rds_info_* structs in include/uapi/linux/rds.h that are not marked __attribute__((packed)), so they have a real alignment hole. The other info visitors (rds_conn_info_visitor, rds6_conn_info_visitor, rds_tcp_tc_info, ...) write all fields of their packed output struct today and are not known to be vulnerable, but a future visitor that adds a conditional write-path would have the same bug.

Reproduction on a kernel built without CONFIG_INIT_STACK_ALL_ZERO=y: a local unprivileged user opens AF_RDS, sets SO_RDS_TRANSPORT=IB, binds to a local address on an RDMA-capable netdev (rxe soft-RoCE on any netdev is sufficient), sendto()'s any peer on the same subnet (fails cleanly but installs an rds_connection in the global hash in RDS_CONN_CONNECTING), then calls getsockopt(SOL_RDS, RDS_INFO_IB_CONNECTIONS). The returned 68-byte item contains 26 bytes of stack garbage including kernel text/data pointers:

0..7 0a 63 00 01 0a 63 00 02 src=10.99.0.1 dst=10.99.0.2 8..39 00 ... gids (memset-zeroed) 40..47 e0 92 a3 81 ff ff ff ff kernel pointer (max_send_wr) 48..55 7f 37 b5 81 ff ff ff ff kernel pointer (rdma_mr_max) 56..59 01 00 08 00 rdma_mr_size (garbage) 60..61 00 00 tos, sl 62..63 00 00 alignment padding 64..67 18 00 00 00 cache_allocs (garbage)

Fix by zeroing the per-item buffer in both rds_for_each_conn_info() and rds_walk_conn_path_info() before invoking the visitor. This covers the IPv4/IPv6 IB visitors and hardens all current and future visitors against the same class of bug.

No functional change for visitors that fully populate their output.

Changes in v2:

  • retarget at the net tree (subject prefix "[PATCH net v2]",
net/rds: prefix in the title)
  • pick up Reviewed-by tags from Sharath Srinivasan and
Allison Henderson

CVSS v3
5.5
EG Score
5.5(medium)
EG Risk
29(Track)
EG Risk 29/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity55% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
2%
KEV
Not listed

Published

June 24, 2026

Last Modified

July 15, 2026

Advisory Details (8)

Auto-updated Jul 15, 2026
No patch confirmed yet.
generic

net/rds: zero per-item info buffer before handing it to visitors - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/c88eb7e8d8397a8c1db59c425332c5a30b2a1682
generic

net/rds: zero per-item info buffer before handing it to visitors - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/c7cb9eed8215a790f052f49cdccf577720d2bb62
generic

net/rds: zero per-item info buffer before handing it to visitors - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/b6ba93a7b71ed443c9843eb12d27ed86f1e52694
generic

net/rds: zero per-item info buffer before handing it to visitors - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/91ce1bb6e4194dc2321748f68145359dcf86e350
generic

net/rds: zero per-item info buffer before handing it to visitors - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/912ba2e5704fdb8bc5decda96dfc1a57838f0099
generic

net/rds: zero per-item info buffer before handing it to visitors - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/81651e9d7dea1c048d2952f57632a042931d7b43
generic

net/rds: zero per-item info buffer before handing it to visitors - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/5e67cc262afb384e835c3327e9d954eeaedc6a87
generic

net/rds: zero per-item info buffer before handing it to visitors - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/0797b2e6901827694aa9c34c4c72118c8c97fba1

Vendor Advisories for CVE-2026-52995(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Patch Availability(30)

Vendor / EcosystemFixed in / PatchReleasedSource
ubuntulinux-virtual-hwe-26.04-edge (7.0.0-28.28) @ resolute2026-08-30ubuntu
ubuntulinux-virtual-6.8 (6.8.0-136.136) @ noble2026-08-30ubuntu
ubuntulinux-tools-oem-7.0 (7.0.0-1009.9) @ resolute2026-08-30ubuntu
ubuntulinux-tools-raspi-realtime-6.8 (6.8.0-2050.52) @ noble2026-08-30ubuntu
ubuntulinux-virtual-hwe-24.04-edge (7.0.0-28.28~24.04.1) @ noble2026-08-30ubuntu
ubuntulinux-tools-gcp-fips-6.8 (6.8.0-1064.72+fips1) @ noble2026-08-30ubuntu
ubuntulinux-xilinx-zynqmp-tools-5.15.0-1075 (5.15.0-1075.79) @ jammy2026-08-30ubuntu
ubuntulinux-tools-nvidia-tegra-rt-5.15 (5.15.0.1064.66~20.04.1) @ focal2026-08-30ubuntu
ubuntulinux-virtual-hwe-22.04-edge (6.8.0-136.136~22.04.1) @ jammy2026-08-30ubuntu
ubuntulinux-tools-oracle-7.0 (7.0.0-1008.8) @ resolute2026-08-30ubuntu
ubuntulinux-tools-oracle-lts-24.04 (6.8.0-1058.61) @ noble2026-08-30ubuntu
ubuntulinux-tools-oracle-edge (6.8.0-1058.61~22.04.1) @ jammy2026-08-30ubuntu
ubuntulinux-tools-nvidia-lowlatency-64k-6.8 (6.8.0-1059.62.1) @ noble2026-08-30ubuntu
ubuntulinux-tools-aws-edge (5.15.0.1112.119~20.04.1) @ focal2026-08-30ubuntu
ubuntulinux-tools-nvidia-tegra-rt-5.15 (5.15.0.1064.64) @ jammy2026-08-30ubuntu
ubuntulinux-tools-azure-fde-7.0 (7.0.0-1009.9) @ resolute2026-08-30ubuntu
ubuntulinux-tools-aws-lts-24.04 (6.8.0-1061.64+1) @ noble2026-08-30ubuntu
ubuntulinux-tools-azure-lts-24.04 (6.8.0-1063.71) @ noble2026-08-30ubuntu
ubuntulinux-tools-azure-fde-lts-24.04 (6.8.0-1062.69) @ noble2026-08-30ubuntu
ubuntulinux-tools-azure-fips-6.8 (6.8.0-1063.71+fips2) @ noble2026-08-30ubuntu
ubuntulinux-tools-azure-fde-6.8 (6.8.0-1062.69~22.04.1) @ jammy2026-08-30ubuntu
ubuntulinux-tools-oracle-lts-22.04 (5.15.0.1109.105) @ jammy2026-08-30ubuntu
ubuntulinux-tools-azure-fde-lts-22.04 (5.15.0.1117.126) @ jammy2026-08-30ubuntu
ubuntulinux-tools-raspi-realtime-7.0 (7.0.0-1015.15) @ resolute2026-08-30ubuntu
ubuntulinux-tools-aws-fips-6.8 (6.8.0-1061.64+fips1) @ noble2026-08-30ubuntu
ubuntulinux-xilinx-zynqmp (6.8.0.1033.34) @ noble2026-08-30ubuntu
ubuntulinux-tools-oracle-edge (5.15.0.1109.115~20.04.1) @ focal2026-08-30ubuntu
ubuntulinux-tools-azure-fips-5.15 (5.15.0.1117.102) @ jammy2026-08-30ubuntu
ubuntulinux-tools-intel-iot-realtime-5.15 (5.15.0.1104.108) @ jammy2026-08-30ubuntu
ubuntulinux-tools-gcp-edge (5.15.0.1112.122~20.04.1) @ focal2026-08-30ubuntu

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Affected Packages

(5 across 4 ecosystems)
Debian:11(2)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 5.10.92-2 (54 versions)5.10.259-1
linux-6.16.1.106-3~deb11u1 ... 6.1.174-1~deb11u1 (20 versions)6.1.176-1~deb11u1
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (53 versions)6.1.176-1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.94-1~bpo12+1 (27 versions)6.12.94-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.0.9-1~bpo13+1 (140 versions)7.0.10-1

All Vendor Advisories

(25)

Every vendor that published an advisory referencing this CVE — pulled from our cve_vendor_advisories aggregation. Click any row for the vendor's original advisory page.

Data Freshness Timeline

(refreshed 5× in last 7d / 60× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

Showing the most recent 100 of 176 total refreshes for this CVE.

  1. 2026-09-11 14:53 UTCEPSS rescore
  2. 2026-09-10 09:35 UTCEPSS rescore
  3. 2026-09-08 22:01 UTCEPSS rescore
  4. 2026-09-07 16:01 UTCEPSS rescore
  5. 2026-09-06 13:47 UTCEPSS rescore
  6. 2026-09-04 05:06 UTCEPSS rescore
  7. 2026-09-02 14:12 UTCEPSS rescore
  8. 2026-09-01 13:54 UTCEPSS rescore
  9. 2026-09-01 04:40 UTCEPSS rescore
  10. 2026-08-30 20:10 UTCEG score recompute
  11. 2026-08-30 20:10 UTCVendor advisory
  12. 2026-08-30 20:10 UTCGHSA enrichment
  13. 2026-08-30 19:17 UTCEPSS rescore
  14. 2026-08-30 01:22 UTCEPSS rescore
  15. 2026-08-28 21:41 UTCEPSS rescore
  16. 2026-08-28 04:47 UTCEG score recompute
  17. 2026-08-28 04:47 UTCVendor advisory
  18. 2026-08-28 04:46 UTCGHSA enrichment
  19. 2026-08-27 14:25 UTCEPSS rescore
  20. 2026-08-26 14:46 UTCEPSS rescore
  21. 2026-08-24 21:59 UTCEG score recompute
  22. 2026-08-24 21:59 UTCVendor advisory
  23. 2026-08-24 21:59 UTCGHSA enrichment
  24. 2026-08-23 15:14 UTCEG score recompute
  25. 2026-08-23 15:14 UTCVendor advisory
Show 75 more
  1. 2026-08-23 15:13 UTCGHSA enrichment
  2. 2026-08-23 00:19 UTCEPSS rescore
  3. 2026-08-22 13:06 UTCEG score recompute
  4. 2026-08-22 13:06 UTCVendor advisory
  5. 2026-08-22 13:06 UTCGHSA enrichment
  6. 2026-08-21 23:49 UTCEPSS rescore
  7. 2026-08-21 09:38 UTCEG score recompute
  8. 2026-08-21 09:38 UTCVendor advisory
  9. 2026-08-21 09:37 UTCGHSA enrichment
  10. 2026-08-20 22:55 UTCEPSS rescore
  11. 2026-08-20 07:29 UTCEG score recompute
  12. 2026-08-20 07:29 UTCVendor advisory
  13. 2026-08-20 07:29 UTCGHSA enrichment
  14. 2026-08-19 17:04 UTCEPSS rescore
  15. 2026-08-19 02:11 UTCEG score recompute
  16. 2026-08-19 02:11 UTCVendor advisory
  17. 2026-08-19 02:10 UTCGHSA enrichment
  18. 2026-08-18 13:48 UTCEPSS rescore
  19. 2026-08-17 13:47 UTCEPSS rescore
  20. 2026-08-16 15:55 UTCEG score recompute
  21. 2026-08-16 15:55 UTCVendor advisory
  22. 2026-08-16 15:55 UTCGHSA enrichment
  23. 2026-08-16 14:56 UTCEPSS rescore
  24. 2026-08-16 02:14 UTCEPSS rescore
  25. 2026-08-15 13:48 UTCEG score recompute
  26. 2026-08-15 13:48 UTCVendor advisory
  27. 2026-08-15 13:48 UTCGHSA enrichment
  28. 2026-08-15 01:30 UTCEPSS rescore
  29. 2026-08-14 11:26 UTCEG score recompute
  30. 2026-08-14 11:26 UTCVendor advisory
  31. 2026-08-14 11:26 UTCGHSA enrichment
  32. 2026-08-13 22:00 UTCEPSS rescore
  33. 2026-08-13 09:18 UTCEG score recompute
  34. 2026-08-13 09:18 UTCVendor advisory
  35. 2026-08-13 09:18 UTCGHSA enrichment
  36. 2026-08-12 13:51 UTCEPSS rescore
  37. 2026-08-12 07:11 UTCEG score recompute
  38. 2026-08-12 07:11 UTCVendor advisory
  39. 2026-08-12 07:11 UTCGHSA enrichment
  40. 2026-08-11 05:03 UTCEG score recompute
  41. 2026-08-11 05:03 UTCVendor advisory
  42. 2026-08-11 05:03 UTCGHSA enrichment
  43. 2026-08-11 00:00 UTCEPSS rescore
  44. 2026-08-10 02:55 UTCEG score recompute
  45. 2026-08-10 02:55 UTCVendor advisory
  46. 2026-08-10 02:55 UTCGHSA enrichment
  47. 2026-08-09 13:46 UTCEPSS rescore
  48. 2026-08-09 00:48 UTCEG score recompute
  49. 2026-08-09 00:48 UTCVendor advisory
  50. 2026-08-09 00:48 UTCGHSA enrichment
  51. 2026-08-08 16:37 UTCEPSS rescore
  52. 2026-08-07 22:40 UTCEG score recompute
  53. 2026-08-07 22:40 UTCVendor advisory
  54. 2026-08-07 22:40 UTCGHSA enrichment
  55. 2026-08-06 20:33 UTCEG score recompute
  56. 2026-08-06 20:33 UTCVendor advisory
  57. 2026-08-06 20:33 UTCGHSA enrichment
  58. 2026-08-06 13:47 UTCEPSS rescore
  59. 2026-08-05 19:17 UTCEPSS rescore
  60. 2026-08-05 18:25 UTCVendor advisory
  61. 2026-08-05 18:25 UTCGHSA enrichment
  62. 2026-08-04 16:18 UTCEG score recompute
  63. 2026-08-04 16:18 UTCVendor advisory
  64. 2026-08-04 16:18 UTCGHSA enrichment
  65. 2026-08-04 15:10 UTCEPSS rescore
  66. 2026-08-04 10:39 UTCEPSS rescore
  67. 2026-08-03 14:07 UTCEG score recompute
  68. 2026-08-03 14:07 UTCVendor advisory
  69. 2026-08-03 14:07 UTCGHSA enrichment
  70. 2026-08-03 10:36 UTCEPSS rescore
  71. 2026-08-02 09:49 UTCEG score recompute
  72. 2026-08-02 09:49 UTCVendor advisory
  73. 2026-08-02 09:49 UTCGHSA enrichment
  74. 2026-08-02 02:27 UTCEPSS rescore
  75. 2026-08-01 07:42 UTCEG score recompute

Frequently asked(5)

What is CVE-2026-52995?
CVE-2026-52995 is a medium vulnerability published on June 24, 2026. In the Linux kernel, the following vulnerability has been resolved: net/rds: zero per-item info buffer before handing it to visitors rdsforeachconninfo() and rdswalkconnpathinfo() both hand a caller-allocated on-stack u64 buffer to a per-connection visitor and then copy the full item_len bytes back…
When was CVE-2026-52995 disclosed?
CVE-2026-52995 was first published in the National Vulnerability Database on June 24, 2026, with the most recent update on July 15, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-52995 actively exploited?
CVE-2026-52995 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 97.7% of all scored CVEs.
What is the CVSS score of CVE-2026-52995?
CVE-2026-52995 has a CVSS v3 base score of 5.5 (NVD).
How do I remediate CVE-2026-52995?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-52995, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-52995

Explore →

Is Your Infrastructure Affected by CVE-2026-52995?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.