You are viewing this page in an unauthorized frame window.
This is a potential security issue, you are being redirected to
https://nvd.nist.gov
An official website of the United States government
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.
This CVE record is not being prioritized for NVD enrichment efforts due to resource or other concerns.
Description
eml_parser serves as a python module for parsing eml files and returning various information found in the e-mail as well as computed information. Prior to 3.0.1, EmlParser.get_raw_body_text() recurses unconditionally for every nested message/rfc822 attachment without any depth limit. An attacker who can supply a badly crafted EML file with approximately 120 nested message/rfc822 parts triggers an unhandled RecursionError and aborts parsing of the message. A 12 KB EML file is enough to crash a worker. Though this causes the parser to crash, it is an unlikely scenario as the suggested EML that crashes the parser would not pass basic RFC compliance tests. This vulnerability is fixed in 3.0.1.
Metrics
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to [email protected].
Title: eml_parser de GOVCERT-LU, Description: eml_parser sirve como un módulo de Python para analizar archivos eml y devolver diversa información encontrada en el correo electrónico, así como información calculada. Antes de la versión 3.0.1, EmlParser.get_raw_body_text() recurre incondicionalmente para cada adjunto anidado de tipo message/rfc822 sin ningún límite de profundidad. Un atacante que puede proporcionar un archivo EML malformado con aproximadamente 120 partes anidadas de tipo message/rfc822 activa un RecursionError no manejado y aborta el análisis del mensaje. Un archivo EML de 12 KB es suficiente para bloquear un worker. Aunque esto causa que el analizador se bloquee, es un escenario poco probable ya que el EML sugerido que bloquea el analizador no pasaría las pruebas básicas de cumplimiento de RFC. Esta vulnerabilidad está corregida en la versión 3.0.1.
Title: eml_parser de GOVCERT-LU, Description: eml_parser sirve como un módulo de Python para analizar archivos eml y devolver diversa información encontrada en el correo electrónico, así como información calculada. Antes de la versión 3.0.1, EmlParser.get_raw_body_text() recurre incondicionalmente para cada adjunto anidado de tipo message/rfc822 sin ningún límite de profundidad. Un atacante que puede proporcionar un archivo EML malformado con aproximadamente 120 partes anidadas de tipo message/rfc822 activa un RecursionError no manejado y aborta el análisis del mensaje. Un archivo EML de 12 KB es suficiente para bloquear un worker. Aunque esto causa que el analizador se bloquee, es un escenario poco probable ya que el EML sugerido que bloquea el analizador no pasaría las pruebas básicas de cumplimiento de RFC. Esta vulnerabilidad está corregida en la versión 3.0.1.
CVE Translated by NIST7/23/2026 7:10:00 AM
Action
Type
Old Value
New Value
Added
Translation
Title: eml_parser de GOVCERT-LU, Description: eml_parser sirve como un módulo de Python para analizar archivos eml y devolver diversa información encontrada en el correo electrónico, así como información calculada. Antes de la versión 3.0.1, EmlParser.get_raw_body_text() recurre incondicionalmente para cada adjunto anidado de tipo message/rfc822 sin ningún límite de profundidad. Un atacante que puede proporcionar un archivo EML malformado con aproximadamente 120 partes anidadas de tipo message/rfc822 activa un RecursionError no manejado y aborta el análisis del mensaje. Un archivo EML de 12 KB es suficiente para bloquear un worker. Aunque esto causa que el analizador se bloquee, es un escenario poco probable ya que el EML sugerido que bloquea el analizador no pasaría las pruebas básicas de cumplimiento de RFC. Esta vulnerabilidad está corregida en la versión 3.0.1.
New CVE Received from GitHub, Inc.5/26/2026 5:16:39 PM
Action
Type
Old Value
New Value
Added
Description
eml_parser serves as a python module for parsing eml files and returning various information found in the e-mail as well as computed information. Prior to 3.0.1, EmlParser.get_raw_body_text() recurses unconditionally for every nested message/rfc822 attachment without any depth limit. An attacker who can supply a badly crafted EML file with approximately 120 nested message/rfc822 parts triggers an unhandled RecursionError and aborts parsing of the message. A 12 KB EML file is enough to crash a worker. Though this causes the parser to crash, it is an unlikely scenario as the suggested EML that crashes the parser would not pass basic RFC compliance tests. This vulnerability is fixed in 3.0.1.