2024-07-14 02:06:08 +00:00

72 lines
3.7 KiB
JSON

{
"id": "CVE-2024-27938",
"sourceIdentifier": "security-advisories@github.com",
"published": "2024-03-11T22:15:55.490",
"lastModified": "2024-03-12T12:40:13.500",
"vulnStatus": "Awaiting Analysis",
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Postal is an open source SMTP server. Postal versions less than 3.0.0 are vulnerable to SMTP Smuggling attacks which may allow incoming e-mails to be spoofed. This, in conjunction with a cooperative outgoing SMTP service, would allow for an incoming e-mail to be received by Postal addressed from a server that a user has 'authorised' to send mail on their behalf but were not the genuine author of the e-mail. Postal is not affected for sending outgoing e-mails as email is re-encoded with `<CR><LF>` line endings when transmitted over SMTP. This issue has been addressed and users should upgrade to Postal v3.0.0 or higher. Once upgraded, Postal will only accept End of DATA sequences which are explicitly `<CR><LF>.<CR><LF>`. If a non-compliant sequence is detected it will be logged to the SMTP server log. There are no workarounds for this issue."
},
{
"lang": "es",
"value": "Postal es un servidor SMTP de c\u00f3digo abierto. Las versiones postales inferiores a 3.0.0 son vulnerables a ataques de contrabando SMTP que pueden permitir que los correos electr\u00f3nicos entrantes sean falsificados. Esto, junto con un servicio SMTP saliente cooperativo, permitir\u00eda recibir un correo electr\u00f3nico entrante por correo postal con direcci\u00f3n desde un servidor que un usuario ha \"autorizado\" a enviar correo en su nombre pero que no es el verdadero autor del correo electr\u00f3nico. -correo. Postal no se ve afectado para el env\u00edo de correos electr\u00f3nicos salientes, ya que el correo electr\u00f3nico se vuelve a codificar con finales de l\u00ednea `` cuando se transmite a trav\u00e9s de SMTP. Este problema se solucion\u00f3 y los usuarios deben actualizar a Postal v3.0.0 o superior. Una vez actualizado, Postal solo aceptar\u00e1 secuencias de fin de DATOS que sean expl\u00edcitamente `.`. Si se detecta una secuencia no compatible, se registrar\u00e1 en el registro del servidor SMTP. No existen soluciones alternativas para este problema."
}
],
"metrics": {
"cvssMetricV31": [
{
"source": "security-advisories@github.com",
"type": "Secondary",
"cvssData": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM"
},
"exploitabilityScore": 3.9,
"impactScore": 1.4
}
]
},
"weaknesses": [
{
"source": "security-advisories@github.com",
"type": "Secondary",
"description": [
{
"lang": "en",
"value": "CWE-116"
}
]
}
],
"references": [
{
"url": "https://github.com/postalserver/postal/commit/0140dc4",
"source": "security-advisories@github.com"
},
{
"url": "https://github.com/postalserver/postal/security/advisories/GHSA-j42r-6c99-hqf2",
"source": "security-advisories@github.com"
},
{
"url": "https://sec-consult.com/blog/detail/smtp-smuggling-spoofing-e-mails-worldwide",
"source": "security-advisories@github.com"
},
{
"url": "https://www.postfix.org/smtp-smuggling.html",
"source": "security-advisories@github.com"
}
]
}