cvelist/2022/21xxx/CVE-2022-21711.json

93 lines
3.4 KiB
JSON
Raw Normal View History

2021-11-16 21:01:00 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2021-11-16 21:01:00 +00:00
"ID": "CVE-2022-21711",
"STATE": "PUBLIC",
"TITLE": "Out-of-bounds Read lead to application crashes or information leakage in ELF parsing."
2021-11-16 21:01:00 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "elfspirit",
"version": {
"version_data": [
{
"version_value": "< 1.1"
}
]
}
}
]
},
"vendor_name": "liyansong2018"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2021-11-16 21:01:00 +00:00
"description": {
"description_data": [
{
"lang": "eng",
"value": "elfspirit is an ELF static analysis and injection framework that parses, manipulates, and camouflages ELF files. When analyzing the ELF file format in versions prior to 1.1, there is an out-of-bounds read bug, which can lead to application crashes or information leakage. By constructing a special format ELF file, the information of any address can be leaked. elfspirit version 1.1 contains a patch for this issue."
2021-11-16 21:01:00 +00:00
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-125: Out-of-bounds Read"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/liyansong2018/elfspirit/security/advisories/GHSA-jr8h-2657-m68r",
"refsource": "CONFIRM",
"url": "https://github.com/liyansong2018/elfspirit/security/advisories/GHSA-jr8h-2657-m68r"
},
{
"name": "https://github.com/liyansong2018/elfspirit/issues/1",
"refsource": "MISC",
"url": "https://github.com/liyansong2018/elfspirit/issues/1"
},
{
"name": "https://github.com/liyansong2018/elfspirit/commit/c5b0f5a9a24f2451bbeda4751d67633bc375e608",
"refsource": "MISC",
"url": "https://github.com/liyansong2018/elfspirit/commit/c5b0f5a9a24f2451bbeda4751d67633bc375e608"
}
]
},
"source": {
"advisory": "GHSA-jr8h-2657-m68r",
"discovery": "UNKNOWN"
2021-11-16 21:01:00 +00:00
}
}