CVE-2024-8375 (CNNVD-202409-1891)

MEDIUM
中文标题:
Reverb 安全漏洞
英文标题:
Object deserialization in Reverb leading to RCE
CVSS分数: 5.7
发布时间: 2024-09-19 15:50:12
漏洞类型: 其他
状态: PUBLISHED
数据质量分数: 0.30
数据版本: v3
漏洞描述
中文描述:

Reverb是Google DeepMind开源的一个高效且易于使用的数据存储和传输系统。 Reverb存在安全漏洞,该漏洞源于当解包类型为 VARIANT 的张量原型时,会将 tensor_content 中的字节覆盖之前分配的所有对象的 vtable 指针,导致释放后重用漏洞。

英文描述:

There exists a use after free vulnerability in Reverb. Reverb supports the VARIANT datatype, which is supposed to represent an arbitrary object in C++. When a tensor proto of type VARIANT is unpacked, memory is first allocated to store the entire tensor, and a ctor is called on each instance. Afterwards, Reverb copies the content in tensor_content to the previously mentioned pre-allocated memory, which results in the bytes in tensor_content overwriting the vtable pointers of all the objects which were previously allocated. Reverb exposes 2 relevant gRPC endpoints: InsertStream and SampleStream. The attacker can insert this stream into the server’s database, then when the client next calls SampleStream they will unpack the tensor into RAM, and when any method on that object is called (including its destructor) the attacker gains control of the Program Counter. We recommend upgrading past git commit  https://github.com/google-deepmind/reverb/commit/6a0dcf4c9e842b7f999912f792aaa6f6bd261a25

CWE类型:
CWE-502 CWE-416
标签:
(暂无数据)
受影响产品
厂商 产品 版本 版本范围 平台 CPE
Google Deepmind Reverb - < https://github.com/google-deepmind/reverb/commit/6a0dcf4c9e842b7f999912f792aaa6f6bd261a25 - cpe:2.3:a:google_deepmind:reverb:*:*:*:*:*:*:*:*
google reverb * - - cpe:2.3:a:google:reverb:*:*:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
无标题 OTHER
cve.org
访问
无标题 OTHER
cve.org
访问
CVSS评分详情
4.0 (cna)
MEDIUM
5.7
CVSS向量: CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:A/VC:L/VI:H/VA:N/SC:L/SI:H/SA:N
机密性
LOW
完整性
HIGH
可用性
NONE
后续系统影响 (Subsequent):
机密性
LOW
完整性
HIGH
可用性
NONE
时间信息
发布时间:
2024-09-19 15:50:12
修改时间:
2024-09-19 18:02:42
创建时间:
2025-11-11 15:39:59
更新时间:
2025-11-11 15:59:06
利用信息
暂无可利用代码信息
数据源详情
数据源 记录ID 版本 提取时间
CVE cve_CVE-2024-8375 2025-11-11 15:22:58 2025-11-11 07:39:59
NVD nvd_CVE-2024-8375 2025-11-11 15:00:05 2025-11-11 07:47:51
CNNVD cnnvd_CNNVD-202409-1891 2025-11-11 15:11:47 2025-11-11 07:59:06
版本与语言
当前版本: v3
主要语言: EN
支持语言:
EN ZH
安全公告
暂无安全公告信息
变更历史
v3 CNNVD
2025-11-11 15:59:06
vulnerability_type: 未提取 → 其他; cnnvd_id: 未提取 → CNNVD-202409-1891; data_sources: ['cve', 'nvd'] → ['cnnvd', 'cve', 'nvd']
查看详细变更
  • vulnerability_type: 未提取 -> 其他
  • cnnvd_id: 未提取 -> CNNVD-202409-1891
  • data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
v2 NVD
2025-11-11 15:47:51
affected_products_count: 1 → 2; data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • affected_products_count: 1 -> 2
  • data_sources: ['cve'] -> ['cve', 'nvd']