cvelist/2020/28xxx/CVE-2020-28468.json
2021-01-08 12:01:59 +00:00

97 lines
3.1 KiB
JSON

{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2021-01-08T11:16:01.591316Z",
"ID": "CVE-2020-28468",
"STATE": "PUBLIC",
"TITLE": "Improper Control of Generation of Code ('Code Injection')"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "pwntools",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "4.3.1"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Improper Control of Generation of Code ('Code Injection')"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-PYTHON-PWNTOOLS-1047345",
"name": "https://snyk.io/vuln/SNYK-PYTHON-PWNTOOLS-1047345"
},
{
"refsource": "MISC",
"url": "https://github.com/Gallopsled/pwntools/issues/1427",
"name": "https://github.com/Gallopsled/pwntools/issues/1427"
},
{
"refsource": "MISC",
"url": "https://github.com/Gallopsled/pwntools/pull/1732",
"name": "https://github.com/Gallopsled/pwntools/pull/1732"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "This affects the package pwntools before 4.3.1. The shellcraft generator for affected versions of this module are vulnerable to Server-Side Template Injection (SSTI), which can lead to remote code execution."
}
]
},
"impact": {
"cvss": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"attackVector": "NETWORK",
"attackComplexity": "HIGH",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH"
}
},
"credit": [
{
"lang": "eng",
"value": "Arusekk"
}
]
}