摘要:
python-aiosmtpd security update
安全等级: Medium
公告ID: KylinSec-SA-2024-1541
发布日期: 2024年10月31日
关联CVE: CVE-2024-27305
This is a server for SMTP and related protocols, similar in utility to the standard library's smtpd.py module, but rewritten to be based on asyncio for Python 3.
Security Fix(es):
aiosmtpd is a reimplementation of the Python stdlib smtpd.py based on asyncio. aiosmtpd is vulnerable to inbound SMTP smuggling. SMTP smuggling is a novel vulnerability based on not so novel interpretation differences of the SMTP protocol. By exploiting SMTP smuggling, an attacker may send smuggle/spoof e-mails with fake sender addresses, allowing advanced phishing attacks. This issue is also existed in other SMTP software like Postfix. With the right SMTP server constellation, an attacker can send spoofed e-mails to inbound/receiving aiosmtpd instances. This issue has been addressed in version 1.4.5. Users are advised to upgrade. There are no known workarounds for this vulnerability.(CVE-2024-27305)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2024-27305 | KY3.5.2 | python-aiosmtpd | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
python3-aiosmtpd | noarch | 1.4.2-2.ky3_5 |
python-aiosmtpd-help | noarch | 1.4.2-2.ky3_5 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名