摘要:
apache-commons-net security update
安全等级: Medium
公告ID: KylinSec-SA-2023-1829
发布日期: 2024年10月31日
关联CVE: CVE-2021-37533
Apache Commons Net library contains a collection of network utilities and protocol implementations. Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Telnet, Whois
Security Fix(es):
Prior to Apache Commons Net 3.9.0, Net's FTP client trusts the host from PASV response by default. A malicious server can redirect the Commons Net code to use a different host, but the user has to connect to the malicious server in the first place. This may lead to leakage of information about services running on the private network of the client. The default in version 3.9.0 is now false to ignore such hosts, as cURL does. See https://issues.apache.org/jira/browse/NET-711.(CVE-2021-37533)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2021-37533 | KY3.4-4A | apache-commons-net | Fixed |
CVE-2021-37533 | KY3.4-5A | apache-commons-net | Fixed |
CVE-2021-37533 | KY3.5.1 | apache-commons-net | Fixed |
CVE-2021-37533 | KY3.5.2 | apache-commons-net | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
apache-commons-net-help | noarch | 3.6-7.kb2.ky3_5 |
apache-commons-net | noarch | 3.6-7.kb2.ky3_5 |
软件名称 | 架构 | 版本号 |
---|---|---|
apache-commons-net-help | noarch | 3.6-7.kb1.ky3_4 |
apache-commons-net | noarch | 3.6-7.kb1.ky3_4 |
软件名称 | 架构 | 版本号 |
---|---|---|
apache-commons-net-help | noarch | 3.6-7.kb1.ky3_4 |
apache-commons-net | noarch | 3.6-7.kb1.ky3_4 |
软件名称 | 架构 | 版本号 |
---|---|---|
apache-commons-net | noarch | 3.6-7.ky3_5 |
apache-commons-net-help | noarch | 3.6-7.ky3_5 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名