-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
news: add rsync critical security update
- Loading branch information
1 parent
828bb1d
commit bcb0f4e
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
categories: | ||
- advisories | ||
title: "rsync 及相关软件包推送安全更新,修复高危漏洞" | ||
date: 2025-01-15T09:15:00+08:00 | ||
important: false | ||
--- | ||
|
||
北京时间今日凌晨,rsync 公开了六个安全漏洞,其中最严重的漏洞 CVSS 3.1 评分高达 9.8,可允许匿名且仅有只读权限的客户端在服务端运行任意代码。 | ||
|
||
目前,安同 OS 已推送包含修复的 3.4.0 版本至稳定 (stable) 软件源,建议用户朋友们尽快更新。 | ||
|
||
升级完成后,如 rsyncd.service 服务正在运行,推荐您重启服务,方式见下(重启系统也能达到同样效果): | ||
|
||
``` | ||
sudo systemctl try-restart rsyncd | ||
``` |
17 changes: 17 additions & 0 deletions
17
public/news/2025-01-15-rsync-critical-security-update.zh-cn.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
categories: | ||
- advisories | ||
title: "rsync 及相关软件包推送安全更新,修复高危漏洞" | ||
date: 2025-01-15T09:15:00+08:00 | ||
important: false | ||
--- | ||
|
||
北京时间今日凌晨,rsync 公开了六个安全漏洞,其中最严重的漏洞 CVSS 3.1 评分高达 9.8,可允许匿名且仅有只读权限的客户端在服务端运行任意代码。 | ||
|
||
目前,安同 OS 已推送包含修复的 3.4.0 版本至稳定 (stable) 软件源,建议用户朋友们尽快更新。 | ||
|
||
升级完成后,如 rsyncd.service 服务正在运行,推荐您重启服务,方式见下(重启系统也能达到同样效果): | ||
|
||
``` | ||
sudo systemctl try-restart rsyncd | ||
``` |