The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is granted only after verifying receipt of e-mail to a specific domain (e.g., only @company.example.com addresses may be used for signup). This occurs in email/_parseaddr.py in recent versions of Python.
References
Configurations
Configuration 1 (hide)
|
History
26 Feb 2024, 16:27
Type | Values Removed | Values Added |
---|---|---|
References |
|
05 Feb 2024, 07:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
04 Jan 2024, 03:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
28 Dec 2023, 02:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
01 Jun 2023, 14:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
12 May 2023, 16:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
|
Summary | The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is granted only after verifying receipt of e-mail to a specific domain (e.g., only @company.example.com addresses may be used for signup). This occurs in email/_parseaddr.py in recent versions of Python. |
28 Apr 2023, 15:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
|
27 Apr 2023, 18:50
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.3 |
References | (MISC) https://github.com/python/cpython/issues/102988 - Exploit, Issue Tracking | |
References | (MISC) http://python.com - URL Repurposed | |
CPE | cpe:2.3:a:python:python:*:*:*:*:*:*:*:* | |
CWE | CWE-20 |
19 Apr 2023, 12:39
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2023-04-19 00:15
Updated : 2024-02-26 16:27
NVD link : CVE-2023-27043
Mitre link : CVE-2023-27043
CVE.ORG link : CVE-2023-27043
JSON object : View
Products Affected
python
- python
CWE
CWE-20
Improper Input Validation