cvelist/2023/27xxx/CVE-2023-27043.json

77 lines
2.7 KiB
JSON
Raw Normal View History

2023-02-27 03:00:55 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2023-04-18 23:00:34 +00:00
"ID": "CVE-2023-27043",
"STATE": "PUBLIC"
2023-02-27 03:00:55 +00:00
},
2023-04-18 23:00:34 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2023-02-27 03:00:55 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2023-05-12 16:00:38 +00:00
"value": "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."
2023-04-18 23:00:34 +00:00
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
2023-04-28 15:00:36 +00:00
"name": "https://github.com/python/cpython/issues/102988",
"url": "https://github.com/python/cpython/issues/102988"
2023-04-18 23:00:34 +00:00
},
{
"refsource": "MISC",
2023-04-28 15:00:36 +00:00
"name": "http://python.org",
"url": "http://python.org"
2023-05-12 16:00:38 +00:00
},
{
"refsource": "CONFIRM",
"name": "https://python-security.readthedocs.io/vuln/email-parseaddr-realname.html",
"url": "https://python-security.readthedocs.io/vuln/email-parseaddr-realname.html"
},
{
"refsource": "CONFIRM",
"name": "https://github.com/python/cpython/issues/102988",
"url": "https://github.com/python/cpython/issues/102988"
2023-02-27 03:00:55 +00:00
}
]
}
}