cvelist/2023/22xxx/CVE-2023-22809.json

67 lines
2.4 KiB
JSON
Raw Normal View History

2023-01-06 20:00:38 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2023-01-18 17:00:42 +00:00
"ID": "CVE-2023-22809",
"STATE": "PUBLIC"
2023-01-06 20:00:38 +00:00
},
2023-01-18 17:00:42 +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-01-06 20:00:38 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2023-01-18 17:00:42 +00:00
"value": "In Sudo before 1.9.12p2, the sudoedit (aka -e) feature mishandles extra arguments passed in the user-provided environment variables (SUDO_EDITOR, VISUAL, and EDITOR), allowing a local attacker to append arbitrary entries to the list of files to process. This can lead to privilege escalation. Affected versions are 1.8.0 through 1.9.12.p1. The problem exists because a user-specified editor may contain a \"--\" argument that defeats a protection mechanism, e.g., an EDITOR='vim -- /path/to/extra/file' value."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://www.synacktiv.com/sites/default/files/2023-01/sudo-CVE-2023-22809.pdf",
"url": "https://www.synacktiv.com/sites/default/files/2023-01/sudo-CVE-2023-22809.pdf"
},
{
"refsource": "CONFIRM",
"name": "https://www.sudo.ws/security/advisories/sudoedit_any/",
"url": "https://www.sudo.ws/security/advisories/sudoedit_any/"
2023-01-06 20:00:38 +00:00
}
]
}
}