cvelist/2021/31xxx/CVE-2021-31829.json

87 lines
3.4 KiB
JSON
Raw Normal View History

2021-04-27 04:03:02 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
2021-05-06 16:00:42 +00:00
"ID": "CVE-2021-31829",
"STATE": "PUBLIC"
2021-04-27 04:03:02 +00:00
},
2021-05-06 16: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",
2021-04-27 04:03:02 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2021-05-06 16:00:42 +00:00
"value": "kernel/bpf/verifier.c in the Linux kernel through 5.12.1 performs undesirable speculative loads, leading to disclosure of stack content via side-channel attacks, aka CID-801c6058d14a. The specific concern is not protecting the BPF stack area against speculative loads. Also, the BPF stack can contain uninitialized data that might represent sensitive information previously operated on by the kernel."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
2021-05-06 18:00:44 +00:00
{
"refsource": "MLIST",
"name": "[oss-security] 20210504 [CVE-2021-31829] Linux kernel protection of stack pointer against speculative pointer arithmetic can be bypassed to leak content of kernel memory",
"url": "http://www.openwall.com/lists/oss-security/2021/05/04/4"
},
2021-05-06 16:00:42 +00:00
{
"refsource": "MISC",
"name": "http://www.openwall.com/lists/oss-security/2021/05/04/4",
"url": "http://www.openwall.com/lists/oss-security/2021/05/04/4"
},
{
"refsource": "MISC",
"name": "https://github.com/torvalds/linux/commit/801c6058d14a82179a7ee17a4b532cac6fad067f",
"url": "https://github.com/torvalds/linux/commit/801c6058d14a82179a7ee17a4b532cac6fad067f"
2021-05-13 03:00:41 +00:00
},
{
"refsource": "FEDORA",
"name": "FEDORA-2021-9c0276e935",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y4X2G5YAPYJGI3PFEZZNOTRYI33GOCCZ/"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2021-5ad5249c43",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VWCZ6LJLENL2C3URW5ICARTACXPFCFN2/"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2021-7c085ca697",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZI7OBCJQDNWMKLBP6MZ5NV4EUTDAMX6Q/"
2021-04-27 04:03:02 +00:00
}
]
}
}