cvelist/2021/27xxx/CVE-2021-27117.json

76 lines
2.2 KiB
JSON
Raw Normal View History

2021-02-10 08:01:02 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2022-04-05 16:01:32 +00:00
"ID": "CVE-2021-27117",
"STATE": "PUBLIC"
2021-02-10 08:01:02 +00:00
},
2022-04-05 16:01:32 +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",
2021-02-10 08:01:02 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2022-04-05 16:01:32 +00:00
"value": "An issue was discovered in file profile.go in function GetCPUProfile in beego through 2.0.2, allows attackers to launch symlink attacks locally."
2021-02-10 08:01:02 +00:00
}
]
2022-04-05 16:01:32 +00:00
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://github.com/beego/beego/issues/4484",
"refsource": "MISC",
"name": "https://github.com/beego/beego/issues/4484"
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AC:L/AV:L/A:H/C:H/I:H/PR:L/S:U/UI:N",
"version": "3.1"
}
2021-02-10 08:01:02 +00:00
}
}