forked from CVEProject/cvelist
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
3,742 additions
and
3,742 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,87 @@ | ||
{ | ||
"CVE_data_meta" : { | ||
"ASSIGNER" : "cve@mitre.org", | ||
"ID" : "CVE-2006-0379", | ||
"STATE" : "PUBLIC" | ||
}, | ||
"affects" : { | ||
"vendor" : { | ||
"vendor_data" : [ | ||
"CVE_data_meta": { | ||
"ASSIGNER": "secteam@freebsd.org", | ||
"ID": "CVE-2006-0379", | ||
"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": [ | ||
{ | ||
"product" : { | ||
"product_data" : [ | ||
{ | ||
"product_name" : "n/a", | ||
"version" : { | ||
"version_data" : [ | ||
{ | ||
"version_value" : "n/a" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
}, | ||
"vendor_name" : "n/a" | ||
"lang": "eng", | ||
"value": "FreeBSD kernel 5.4-STABLE and 6.0 does not completely initialize a buffer before making it available to userland, which could allow local users to read portions of kernel memory." | ||
} | ||
] | ||
} | ||
}, | ||
"data_format" : "MITRE", | ||
"data_type" : "CVE", | ||
"data_version" : "4.0", | ||
"description" : { | ||
"description_data" : [ | ||
{ | ||
"lang" : "eng", | ||
"value" : "FreeBSD kernel 5.4-STABLE and 6.0 does not completely initialize a buffer before making it available to userland, which could allow local users to read portions of kernel memory." | ||
} | ||
] | ||
}, | ||
"problemtype" : { | ||
"problemtype_data" : [ | ||
{ | ||
"description" : [ | ||
{ | ||
"lang" : "eng", | ||
"value" : "n/a" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"references" : { | ||
"reference_data" : [ | ||
{ | ||
"name" : "FreeBSD-SA-06:06", | ||
"refsource" : "FREEBSD", | ||
"url" : "ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-06:06.kmem.asc" | ||
}, | ||
{ | ||
"name" : "16373", | ||
"refsource" : "BID", | ||
"url" : "http://www.securityfocus.com/bid/16373" | ||
}, | ||
{ | ||
"name" : "22730", | ||
"refsource" : "OSVDB", | ||
"url" : "http://www.osvdb.org/22730" | ||
}, | ||
{ | ||
"name" : "1015541", | ||
"refsource" : "SECTRACK", | ||
"url" : "http://securitytracker.com/id?1015541" | ||
}, | ||
{ | ||
"name" : "18599", | ||
"refsource" : "SECUNIA", | ||
"url" : "http://secunia.com/advisories/18599" | ||
}, | ||
{ | ||
"name" : "bsd-buffer-initialization-disclosure(24338)", | ||
"refsource" : "XF", | ||
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/24338" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
}, | ||
"problemtype": { | ||
"problemtype_data": [ | ||
{ | ||
"description": [ | ||
{ | ||
"lang": "eng", | ||
"value": "n/a" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"references": { | ||
"reference_data": [ | ||
{ | ||
"name": "FreeBSD-SA-06:06", | ||
"refsource": "FREEBSD", | ||
"url": "ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-06:06.kmem.asc" | ||
}, | ||
{ | ||
"name": "18599", | ||
"refsource": "SECUNIA", | ||
"url": "http://secunia.com/advisories/18599" | ||
}, | ||
{ | ||
"name": "1015541", | ||
"refsource": "SECTRACK", | ||
"url": "http://securitytracker.com/id?1015541" | ||
}, | ||
{ | ||
"name": "22730", | ||
"refsource": "OSVDB", | ||
"url": "http://www.osvdb.org/22730" | ||
}, | ||
{ | ||
"name": "bsd-buffer-initialization-disclosure(24338)", | ||
"refsource": "XF", | ||
"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/24338" | ||
}, | ||
{ | ||
"name": "16373", | ||
"refsource": "BID", | ||
"url": "http://www.securityfocus.com/bid/16373" | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.