All the vulnerabilites related to aio-libs - aiosmtpd
cve-2024-34083
Vulnerability from cvelistv5
Published
2024-05-18 18:12
Modified
2024-08-02 02:42
Severity ?
EPSS score ?
Summary
STARTTLS unencrypted commands injection
References
▼ | URL | Tags |
---|---|---|
https://github.com/aio-libs/aiosmtpd/security/advisories/GHSA-wgjv-9j3q-jhg8 | x_refsource_CONFIRM | |
https://github.com/aio-libs/aiosmtpd/commit/b3a4a2c6ecfd228856a20d637dc383541fcdbfda | x_refsource_MISC | |
https://nostarttls.secvuln.info | x_refsource_MISC |
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:aio-libs:aiosmtpd:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "aiosmtpd", "vendor": "aio-libs", "versions": [ { "lessThan": "1.4.6", "status": "affected", "version": "0", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-34083", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-05-28T19:53:50.439283Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-06-04T17:42:19.001Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-02T02:42:59.884Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/aio-libs/aiosmtpd/security/advisories/GHSA-wgjv-9j3q-jhg8", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/aio-libs/aiosmtpd/security/advisories/GHSA-wgjv-9j3q-jhg8" }, { "name": "https://github.com/aio-libs/aiosmtpd/commit/b3a4a2c6ecfd228856a20d637dc383541fcdbfda", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/aio-libs/aiosmtpd/commit/b3a4a2c6ecfd228856a20d637dc383541fcdbfda" }, { "name": "https://nostarttls.secvuln.info", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://nostarttls.secvuln.info" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "aiosmtpd", "vendor": "aio-libs", "versions": [ { "status": "affected", "version": "\u003c 1.4.6" } ] } ], "descriptions": [ { "lang": "en", "value": "aiosmptd is a reimplementation of the Python stdlib smtpd.py based on asyncio. Prior to version 1.4.6, servers based on aiosmtpd accept extra unencrypted commands after STARTTLS, treating them as if they came from inside the encrypted connection. This could be exploited by a man-in-the-middle attack. Version 1.4.6 contains a patch for the issue." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-349", "description": "CWE-349: Acceptance of Extraneous Untrusted Data With Trusted Data", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-05-18T18:12:19.442Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/aio-libs/aiosmtpd/security/advisories/GHSA-wgjv-9j3q-jhg8", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/aio-libs/aiosmtpd/security/advisories/GHSA-wgjv-9j3q-jhg8" }, { "name": "https://github.com/aio-libs/aiosmtpd/commit/b3a4a2c6ecfd228856a20d637dc383541fcdbfda", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/aio-libs/aiosmtpd/commit/b3a4a2c6ecfd228856a20d637dc383541fcdbfda" }, { "name": "https://nostarttls.secvuln.info", "tags": [ "x_refsource_MISC" ], "url": "https://nostarttls.secvuln.info" } ], "source": { "advisory": "GHSA-wgjv-9j3q-jhg8", "discovery": "UNKNOWN" }, "title": "STARTTLS unencrypted commands injection" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-34083", "datePublished": "2024-05-18T18:12:19.442Z", "dateReserved": "2024-04-30T06:56:33.384Z", "dateUpdated": "2024-08-02T02:42:59.884Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2024-27305
Vulnerability from cvelistv5
Published
2024-03-12 20:29
Modified
2024-08-02 00:27
Severity ?
EPSS score ?
Summary
SMTP smuggling in aiosmtpd
References
▼ | URL | Tags |
---|---|---|
https://github.com/aio-libs/aiosmtpd/security/advisories/GHSA-pr2m-px7j-xg65 | x_refsource_CONFIRM | |
https://github.com/aio-libs/aiosmtpd/commit/24b6c79c8921cf1800e27ca144f4f37023982bbb | x_refsource_MISC | |
https://www.postfix.org/smtp-smuggling.html | x_refsource_MISC |
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:aio-libs:aiosmtpd:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "aiosmtpd", "vendor": "aio-libs", "versions": [ { "lessThan": "1.4.5", "status": "affected", "version": "0", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-27305", "options": [ { "Exploitation": "none" }, { "Automatable": "yes" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-07-19T16:13:38.167510Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-07-19T21:14:34.139Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-02T00:27:59.989Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/aio-libs/aiosmtpd/security/advisories/GHSA-pr2m-px7j-xg65", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/aio-libs/aiosmtpd/security/advisories/GHSA-pr2m-px7j-xg65" }, { "name": "https://github.com/aio-libs/aiosmtpd/commit/24b6c79c8921cf1800e27ca144f4f37023982bbb", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/aio-libs/aiosmtpd/commit/24b6c79c8921cf1800e27ca144f4f37023982bbb" }, { "name": "https://www.postfix.org/smtp-smuggling.html", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://www.postfix.org/smtp-smuggling.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "aiosmtpd", "vendor": "aio-libs", "versions": [ { "status": "affected", "version": "\u003c 1.4.5" } ] } ], "descriptions": [ { "lang": "en", "value": "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." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-345", "description": "CWE-345: Insufficient Verification of Data Authenticity", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-03-12T20:29:54.592Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/aio-libs/aiosmtpd/security/advisories/GHSA-pr2m-px7j-xg65", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/aio-libs/aiosmtpd/security/advisories/GHSA-pr2m-px7j-xg65" }, { "name": "https://github.com/aio-libs/aiosmtpd/commit/24b6c79c8921cf1800e27ca144f4f37023982bbb", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/aio-libs/aiosmtpd/commit/24b6c79c8921cf1800e27ca144f4f37023982bbb" }, { "name": "https://www.postfix.org/smtp-smuggling.html", "tags": [ "x_refsource_MISC" ], "url": "https://www.postfix.org/smtp-smuggling.html" } ], "source": { "advisory": "GHSA-pr2m-px7j-xg65", "discovery": "UNKNOWN" }, "title": "SMTP smuggling in aiosmtpd" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-27305", "datePublished": "2024-03-12T20:29:54.592Z", "dateReserved": "2024-02-22T18:08:38.875Z", "dateUpdated": "2024-08-02T00:27:59.989Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }