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
8 changed files
with
432 additions
and
425 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
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,62 +1,63 @@ | ||
{ | ||
"data_type": "CVE", | ||
"data_format": "MITRE", | ||
"data_version": "4.0", | ||
"CVE_data_meta": { | ||
"ID": "CVE-2017-10868", | ||
"ASSIGNER": "[email protected]" | ||
}, | ||
"affects": { | ||
"vendor": { | ||
"vendor_data": [ | ||
{ | ||
"vendor_name": "Kazuho Oku", | ||
"product": { | ||
"product_data": [ | ||
{ | ||
"product_name": "H2O", | ||
"version": { | ||
"version_data": [ | ||
{ | ||
"version_value": "version 2.2.2 and earlier" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"problemtype":{ | ||
"problemtype_data":[ | ||
{ | ||
"description":[ | ||
{ | ||
"lang": "eng", | ||
"value":"Denial-of-service (DoS)" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"references":{ | ||
"reference_data":[ | ||
{ | ||
"url":"https://github.com/h2o/h2o/issues/1459" | ||
}, | ||
{ | ||
"url":"https://jvn.jp/en/jp/JVN84182676/index.html" | ||
} | ||
] | ||
}, | ||
"description":{ | ||
"description_data":[ | ||
{ | ||
"lang": "eng", | ||
"value":"H2O version 2.2.2 and earlier allows remote attackers to cause a denial of service in the server via specially crafted HTTP/1 header." | ||
} | ||
] | ||
} | ||
} | ||
"CVE_data_meta" : { | ||
"ASSIGNER" : "[email protected]", | ||
"ID" : "CVE-2017-10868", | ||
"STATE" : "PUBLIC" | ||
}, | ||
"affects" : { | ||
"vendor" : { | ||
"vendor_data" : [ | ||
{ | ||
"product" : { | ||
"product_data" : [ | ||
{ | ||
"product_name" : "H2O", | ||
"version" : { | ||
"version_data" : [ | ||
{ | ||
"version_value" : "version 2.2.2 and earlier" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
}, | ||
"vendor_name" : "Kazuho Oku" | ||
} | ||
] | ||
} | ||
}, | ||
"data_format" : "MITRE", | ||
"data_type" : "CVE", | ||
"data_version" : "4.0", | ||
"description" : { | ||
"description_data" : [ | ||
{ | ||
"lang" : "eng", | ||
"value" : "H2O version 2.2.2 and earlier allows remote attackers to cause a denial of service in the server via specially crafted HTTP/1 header." | ||
} | ||
] | ||
}, | ||
"problemtype" : { | ||
"problemtype_data" : [ | ||
{ | ||
"description" : [ | ||
{ | ||
"lang" : "eng", | ||
"value" : "Denial-of-service (DoS)" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"references" : { | ||
"reference_data" : [ | ||
{ | ||
"url" : "https://github.com/h2o/h2o/issues/1459" | ||
}, | ||
{ | ||
"url" : "https://jvn.jp/en/jp/JVN84182676/index.html" | ||
} | ||
] | ||
} | ||
} |
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,62 +1,63 @@ | ||
{ | ||
"data_type": "CVE", | ||
"data_format": "MITRE", | ||
"data_version": "4.0", | ||
"CVE_data_meta": { | ||
"ID": "CVE-2017-10869", | ||
"ASSIGNER": "[email protected]" | ||
}, | ||
"affects": { | ||
"vendor": { | ||
"vendor_data": [ | ||
{ | ||
"vendor_name": "Kazuho Oku", | ||
"product": { | ||
"product_data": [ | ||
{ | ||
"product_name": "H2O", | ||
"version": { | ||
"version_data": [ | ||
{ | ||
"version_value": "version 2.2.2 and earlier" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"problemtype":{ | ||
"problemtype_data":[ | ||
{ | ||
"description":[ | ||
{ | ||
"lang": "eng", | ||
"value":"Buffer Overflow" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"references":{ | ||
"reference_data":[ | ||
{ | ||
"url":"https://github.com/h2o/h2o/issues/1460" | ||
}, | ||
{ | ||
"url":"https://jvn.jp/en/jp/JVN84182676/index.html" | ||
} | ||
] | ||
}, | ||
"description":{ | ||
"description_data":[ | ||
{ | ||
"lang": "eng", | ||
"value":"Buffer overflow in H2O version 2.2.2 and earlier allows remote attackers to cause a denial-of-service in the server via unspecified vectors." | ||
} | ||
] | ||
} | ||
} | ||
"CVE_data_meta" : { | ||
"ASSIGNER" : "[email protected]", | ||
"ID" : "CVE-2017-10869", | ||
"STATE" : "PUBLIC" | ||
}, | ||
"affects" : { | ||
"vendor" : { | ||
"vendor_data" : [ | ||
{ | ||
"product" : { | ||
"product_data" : [ | ||
{ | ||
"product_name" : "H2O", | ||
"version" : { | ||
"version_data" : [ | ||
{ | ||
"version_value" : "version 2.2.2 and earlier" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
}, | ||
"vendor_name" : "Kazuho Oku" | ||
} | ||
] | ||
} | ||
}, | ||
"data_format" : "MITRE", | ||
"data_type" : "CVE", | ||
"data_version" : "4.0", | ||
"description" : { | ||
"description_data" : [ | ||
{ | ||
"lang" : "eng", | ||
"value" : "Buffer overflow in H2O version 2.2.2 and earlier allows remote attackers to cause a denial-of-service in the server via unspecified vectors." | ||
} | ||
] | ||
}, | ||
"problemtype" : { | ||
"problemtype_data" : [ | ||
{ | ||
"description" : [ | ||
{ | ||
"lang" : "eng", | ||
"value" : "Buffer Overflow" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"references" : { | ||
"reference_data" : [ | ||
{ | ||
"url" : "https://github.com/h2o/h2o/issues/1460" | ||
}, | ||
{ | ||
"url" : "https://jvn.jp/en/jp/JVN84182676/index.html" | ||
} | ||
] | ||
} | ||
} |
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,62 +1,63 @@ | ||
{ | ||
"data_type": "CVE", | ||
"data_format": "MITRE", | ||
"data_version": "4.0", | ||
"CVE_data_meta": { | ||
"ID": "CVE-2017-10872", | ||
"ASSIGNER": "[email protected]" | ||
}, | ||
"affects": { | ||
"vendor": { | ||
"vendor_data": [ | ||
{ | ||
"vendor_name": "Kazuho Oku", | ||
"product": { | ||
"product_data": [ | ||
{ | ||
"product_name": "H2O", | ||
"version": { | ||
"version_data": [ | ||
{ | ||
"version_value": "version 2.2.3 and earlier" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"problemtype":{ | ||
"problemtype_data":[ | ||
{ | ||
"description":[ | ||
{ | ||
"lang": "eng", | ||
"value":"Denial-of-service (DoS)" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"references":{ | ||
"reference_data":[ | ||
{ | ||
"url":"https://github.com/h2o/h2o/issues/1543" | ||
}, | ||
{ | ||
"url":"https://jvn.jp/en/jp/JVN84182676/index.html" | ||
} | ||
] | ||
}, | ||
"description":{ | ||
"description_data":[ | ||
{ | ||
"lang": "eng", | ||
"value":"H2O version 2.2.3 and earlier allows remote attackers to cause a denial of service in the server via unspecified vectors." | ||
} | ||
] | ||
} | ||
} | ||
"CVE_data_meta" : { | ||
"ASSIGNER" : "[email protected]", | ||
"ID" : "CVE-2017-10872", | ||
"STATE" : "PUBLIC" | ||
}, | ||
"affects" : { | ||
"vendor" : { | ||
"vendor_data" : [ | ||
{ | ||
"product" : { | ||
"product_data" : [ | ||
{ | ||
"product_name" : "H2O", | ||
"version" : { | ||
"version_data" : [ | ||
{ | ||
"version_value" : "version 2.2.3 and earlier" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
}, | ||
"vendor_name" : "Kazuho Oku" | ||
} | ||
] | ||
} | ||
}, | ||
"data_format" : "MITRE", | ||
"data_type" : "CVE", | ||
"data_version" : "4.0", | ||
"description" : { | ||
"description_data" : [ | ||
{ | ||
"lang" : "eng", | ||
"value" : "H2O version 2.2.3 and earlier allows remote attackers to cause a denial of service in the server via unspecified vectors." | ||
} | ||
] | ||
}, | ||
"problemtype" : { | ||
"problemtype_data" : [ | ||
{ | ||
"description" : [ | ||
{ | ||
"lang" : "eng", | ||
"value" : "Denial-of-service (DoS)" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"references" : { | ||
"reference_data" : [ | ||
{ | ||
"url" : "https://github.com/h2o/h2o/issues/1543" | ||
}, | ||
{ | ||
"url" : "https://jvn.jp/en/jp/JVN84182676/index.html" | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.