cvelist/2018/7xxx/CVE-2018-7273.json

72 lines
2.3 KiB
JSON
Raw Normal View History

2018-02-20 19:05:08 -05:00
{
2019-03-18 06:59:08 +00:00
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2018-7273",
"STATE": "PUBLIC"
},
"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",
"description": {
"description_data": [
2018-02-20 19:05:08 -05:00
{
2019-03-18 06:59:08 +00:00
"lang": "eng",
"value": "In the Linux kernel through 4.15.4, the floppy driver reveals the addresses of kernel functions and global variables using printk calls within the function show_floppy in drivers/block/floppy.c. An attacker can read this information from dmesg and use the addresses to find the locations of kernel code and data and bypass kernel security protections such as KASLR."
2018-02-20 19:05:08 -05:00
}
2019-03-18 06:59:08 +00:00
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://lkml.org/lkml/2018/2/20/669",
"refsource": "MISC",
"url": "https://lkml.org/lkml/2018/2/20/669"
},
{
"name": "44325",
"refsource": "EXPLOIT-DB",
"url": "https://www.exploit-db.com/exploits/44325/"
},
{
"name": "103088",
"refsource": "BID",
"url": "http://www.securityfocus.com/bid/103088"
}
]
}
}