CVE-2025-61778 (CNNVD-202510-775)

CRITICAL
中文标题:
Akka.NET 访问控制错误漏洞
英文标题:
Akka.Remote TLS did not properly implement certificate-based authentication
CVSS分数: 9.3
发布时间: 2025-10-06 16:53:41
漏洞类型: 授权问题
状态: PUBLISHED
数据质量分数: 0.30
数据版本: v3
漏洞描述
中文描述:

Akka.NET是Akka.NET开源的一个分布式并发编程框架。 Akka.NET 1.2.0版本至1.5.51版本存在访问控制错误漏洞,该漏洞源于未实现相互TLS认证,可能导致未经授权访问。

英文描述:

Akka.NET is a .NET port of the Akka project from the Scala / Java community. In all versions of Akka.Remote from v1.2.0 to v1.5.51, TLS could be enabled via our `akka.remote.dot-netty.tcp` transport and this would correctly enforce private key validation on the server-side of inbound connections. Akka.Remote, however, never asked the outbound-connecting client to present ITS certificate - therefore it's possible for untrusted parties to connect to a private key'd Akka.NET cluster and begin communicating with it without any certificate. The issue here is that for certificate-based authentication to work properly, ensuring that all members of the Akka.Remote network are secured with the same private key, Akka.Remote needed to implement mutual TLS. This was not the case before Akka.NET v1.5.52. Those who run Akka.NET inside a private network that they fully control or who were never using TLS in the first place are now affected by the bug. However, those who use TLS to secure their networks must upgrade to Akka.NET V1.5.52 or later. One patch forces "fail fast" semantics if TLS is enabled but the private key is missing or invalid. Previous versions would only check that once connection attempts occurred. The second patch, a critical fix, enforces mutual TLS (mTLS) by default, so both parties must be keyed using the same certificate. As a workaround, avoid exposing the application publicly to avoid the vulnerability having a practical impact on one's application. However, upgrading to version 1.5.52 is still recommended by the maintainers.

CWE类型:
CWE-290 CWE-306 CWE-295
标签:
(暂无数据)
受影响产品
厂商 产品 版本 版本范围 平台 CPE
akkadotnet akka.net >= 1.2.0, < 1.5.52 - - cpe:2.3:a:akkadotnet:akka.net:>=_1.2.0,_<_1.5.52:*:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
https://github.com/akkadotnet/akka.net/security/advisories/GHSA-jhpv-4q4f-43g5 x_refsource_CONFIRM
cve.org
访问
https://github.com/akkadotnet/akka.net/pull/7847 x_refsource_MISC
cve.org
访问
https://github.com/akkadotnet/akka.net/pull/7851 x_refsource_MISC
cve.org
访问
https://getakka.net/articles/remoting/security.html x_refsource_MISC
cve.org
访问
https://github.com/akkadotnet/akka.net/releases/tag/1.5.52 x_refsource_MISC
cve.org
访问
CVSS评分详情
4.0 (cna)
CRITICAL
9.3
CVSS向量: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
机密性
HIGH
完整性
HIGH
可用性
NONE
后续系统影响 (Subsequent):
机密性
NONE
完整性
NONE
可用性
NONE
时间信息
发布时间:
2025-10-06 16:53:41
修改时间:
2025-10-06 17:05:33
创建时间:
2025-11-11 15:40:48
更新时间:
2025-11-11 16:00:21
利用信息
暂无可利用代码信息
数据源详情
数据源 记录ID 版本 提取时间
CVE cve_CVE-2025-61778 2025-11-11 15:23:33 2025-11-11 07:40:48
NVD nvd_CVE-2025-61778 2025-11-11 15:01:05 2025-11-11 07:48:35
CNNVD cnnvd_CNNVD-202510-775 2025-11-11 15:12:27 2025-11-11 08:00:21
版本与语言
当前版本: v3
主要语言: EN
支持语言:
EN ZH
安全公告
暂无安全公告信息
变更历史
v3 CNNVD
2025-11-11 16:00:21
vulnerability_type: 未提取 → 授权问题; cnnvd_id: 未提取 → CNNVD-202510-775; data_sources: ['cve', 'nvd'] → ['cnnvd', 'cve', 'nvd']
查看详细变更
  • vulnerability_type: 未提取 -> 授权问题
  • cnnvd_id: 未提取 -> CNNVD-202510-775
  • data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
v2 NVD
2025-11-11 15:48:35
data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • data_sources: ['cve'] -> ['cve', 'nvd']