pysec-2024-221
Vulnerability from pysec
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.
{ affected: [ { package: { ecosystem: "PyPI", name: "aiosmtpd", purl: "pkg:pypi/aiosmtpd", }, ranges: [ { events: [ { introduced: "0", }, { fixed: "24b6c79c8921cf1800e27ca144f4f37023982bbb", }, { fixed: "24b6c79c8921cf1800e27ca144f4f37023982bbb", }, ], repo: "https://github.com/aio-libs/aiosmtpd", type: "GIT", }, { events: [ { introduced: "0", }, { fixed: "1.4.5", }, ], type: "ECOSYSTEM", }, ], versions: [ "1.0", "1.0a1", "1.0a2", "1.0a3", "1.0a4", "1.0a5", "1.0b1", "1.0rc1", "1.1", "1.2", "1.2.2", "1.2.4", "1.3.0", "1.3.1", "1.3.2", "1.4.0", "1.4.1", "1.4.2", "1.4.3", "1.4.3rc1", "1.4.3rc2", "1.4.4", "1.4.4.post1", "1.4.4.post2", ], }, ], aliases: [ "CVE-2024-27305", ], details: "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.", id: "PYSEC-2024-221", modified: "2025-01-22T16:23:18.042465+00:00", published: "2024-03-12T21:15:58+00:00", references: [ { type: "ADVISORY", url: "https://github.com/aio-libs/aiosmtpd/security/advisories/GHSA-pr2m-px7j-xg65", }, { type: "FIX", url: "https://github.com/aio-libs/aiosmtpd/commit/24b6c79c8921cf1800e27ca144f4f37023982bbb", }, { type: "WEB", url: "https://www.postfix.org/smtp-smuggling.html", }, ], related: [ "GHSA-pr2m-px7j-xg65", "GHSA-pr2m-px7j-xg65", ], severity: [ { score: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", type: "CVSS_V3", }, ], }
Log in or create an account to share your comment.
This schema specifies the format of a comment related to a security advisory.
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.