This repository has been archived by the owner on Nov 7, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Lua, Mailchimp, MySQL, PHP, Postgres, and Wordpress
- Loading branch information
1 parent
b24b840
commit 46f9c95
Showing
19 changed files
with
44 additions
and
6 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
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
from flask import Flask, jsonify, make_response | ||
import json | ||
|
||
app = Flask(__name__) | ||
|
||
@app.route('/<string:package>/<string:version>', methods = ['GET']) | ||
def get(package, version): | ||
package = package.lower() | ||
try: | ||
if "apache" in package: | ||
package = "httpd" | ||
elif "" in package: | ||
package = "" | ||
with open('target_' + package + '_cve.json') as file: | ||
data = json.load(file) | ||
return make_response(jsonify(data[version]), 200) | ||
except: | ||
return make_response(jsonify({"failure": "failure"}), 500) | ||
|
||
app.run() |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
[{"CVE": "CVE-2019-6706", "severity": "moderate", "public_date": "2019-01-10T00:00:00Z", "advisories": ["RHSA-2019:3706"], "bugzilla": "1670019", "bugzilla_description": "CVE-2019-6706 lua: use-after-free in lua_upvaluejoin in lapi.c resulting in denial of service", "cvss_score": null, "cvss_scoring_vector": null, "CWE": "CWE-416", "affected_packages": ["lua-5.3.4-11.el8"], "resource_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2019-6706.json", "cvss3_scoring_vector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cvss3_score": "7.5"}, {"CVE": "CVE-2014-5461", "severity": "moderate", "public_date": "2013-04-17T00:00:00Z", "advisories": [], "bugzilla": "1132304", "bugzilla_description": "CVE-2014-5461 lua: overflow flaw in vararg functions", "cvss_score": 4.4, "cvss_scoring_vector": "AV:L/AC:M/Au:N/C:P/I:P/A:P", "CWE": "CWE-119", "affected_packages": [], "resource_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2014-5461.json"}] |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"5.3": ["CVE-2019-6706"]} |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"8.0": ["CVE-2019-2948", "CVE-2019-2950", "CVE-2019-2969", "CVE-2019-3003", "CVE-2019-2737", "CVE-2019-2739", "CVE-2019-2740", "CVE-2019-2752", "CVE-2019-2755", "CVE-2019-2757", "CVE-2019-2758", "CVE-2019-2774", "CVE-2019-2778", "CVE-2019-2780", "CVE-2019-2784", "CVE-2019-2785", "CVE-2019-2795", "CVE-2019-2796", "CVE-2019-2797", "CVE-2019-2798", "CVE-2019-2800", "CVE-2019-2801", "CVE-2019-2802", "CVE-2019-2803", "CVE-2019-2805", "CVE-2019-2808", "CVE-2019-2810", "CVE-2019-2811", "CVE-2019-2812", "CVE-2019-2815", "CVE-2019-2819", "CVE-2019-2826", "CVE-2019-2830", "CVE-2019-2834", "CVE-2019-2879", "CVE-2019-2580", "CVE-2019-2581", "CVE-2019-2584", "CVE-2019-2585", "CVE-2019-2587", "CVE-2019-2589", "CVE-2019-2592", "CVE-2019-2593", "CVE-2019-2596", "CVE-2019-2606", "CVE-2019-2607", "CVE-2019-2614", "CVE-2019-2617", "CVE-2019-2620", "CVE-2019-2623", "CVE-2019-2624", "CVE-2019-2625", "CVE-2019-2626", "CVE-2019-2627", "CVE-2019-2628", "CVE-2019-2630", "CVE-2019-2631", "CVE-2019-2635", "CVE-2019-2636", "CVE-2019-2644", "CVE-2019-2681", "CVE-2019-2683", "CVE-2019-2685", "CVE-2019-2686", "CVE-2019-2687", "CVE-2019-2688", "CVE-2019-2689", "CVE-2019-2691", "CVE-2019-2693", "CVE-2019-2694", "CVE-2019-2695", "CVE-2019-2634", "CVE-2019-2420", "CVE-2019-2434", "CVE-2019-2436", "CVE-2019-2455", "CVE-2019-2481", "CVE-2019-2482", "CVE-2019-2486", "CVE-2019-2494", "CVE-2019-2495", "CVE-2019-2502", "CVE-2019-2503", "CVE-2019-2507", "CVE-2019-2510", "CVE-2019-2528", "CVE-2019-2529", "CVE-2019-2530", "CVE-2019-2531", "CVE-2019-2532", "CVE-2019-2533", "CVE-2019-2534", "CVE-2019-2535", "CVE-2019-2536", "CVE-2019-2537", "CVE-2019-2539"], "5.7": ["CVE-2019-2731", "CVE-2018-3276", "CVE-2018-3200", "CVE-2018-3284", "CVE-2018-3173", "CVE-2018-3162", "CVE-2018-3247", "CVE-2018-3156", "CVE-2018-3161", "CVE-2018-3278", "CVE-2018-3282", "CVE-2018-3187", "CVE-2018-3277", "CVE-2018-3144", "CVE-2018-3133", "CVE-2018-3143", "CVE-2018-3283", "CVE-2018-3171", "CVE-2018-3251", "CVE-2018-3185", "CVE-2018-3155", "CVE-2018-3054", "CVE-2018-3056", "CVE-2018-3058", "CVE-2018-3060", "CVE-2018-3061", "CVE-2018-3062", "CVE-2018-3064", "CVE-2018-3065", "CVE-2018-3070", "CVE-2018-3071", "CVE-2018-3077", "CVE-2018-3081", "CVE-2018-2755", "CVE-2018-2758", "CVE-2018-2759", "CVE-2018-2761", "CVE-2018-2762", "CVE-2018-2766", "CVE-2018-2769", "CVE-2018-2771", "CVE-2018-2775", "CVE-2018-2776", "CVE-2018-2777", "CVE-2018-2778", "CVE-2018-2779", "CVE-2018-2780", "CVE-2018-2781", "CVE-2018-2782", "CVE-2018-2784", "CVE-2018-2786", "CVE-2018-2787", "CVE-2018-2810", "CVE-2018-2812", "CVE-2018-2813", "CVE-2018-2816", "CVE-2018-2817", "CVE-2018-2818", "CVE-2018-2819", "CVE-2018-2839", "CVE-2018-2846", "CVE-2018-2696", "CVE-2018-2703", "CVE-2018-2562", "CVE-2018-2565", "CVE-2018-2573", "CVE-2018-2576", "CVE-2018-2583", "CVE-2018-2586", "CVE-2018-2590", "CVE-2018-2591", "CVE-2018-2600", "CVE-2018-2612", "CVE-2018-2622", "CVE-2018-2640", "CVE-2018-2645", "CVE-2018-2646", "CVE-2018-2647", "CVE-2018-2665", "CVE-2018-2667", "CVE-2018-2668", "CVE-2017-10155", "CVE-2017-10165", "CVE-2017-10167", "CVE-2017-10227", "CVE-2017-10268", "CVE-2017-10276", "CVE-2017-10279", "CVE-2017-10283", "CVE-2017-10284", "CVE-2017-10286", "CVE-2017-10294", "CVE-2017-10296", "CVE-2017-10311", "CVE-2017-10313", "CVE-2017-10314", "CVE-2017-10320", "CVE-2017-10378", "CVE-2017-10379", "CVE-2017-10384", "CVE-2017-3529", "CVE-2017-3633", "CVE-2017-3634", "CVE-2017-3637", "CVE-2017-3638", "CVE-2017-3639", "CVE-2017-3640", "CVE-2017-3641", "CVE-2017-3642", "CVE-2017-3643", "CVE-2017-3644", "CVE-2017-3645", "CVE-2017-3646", "CVE-2017-3647", "CVE-2017-3648", "CVE-2017-3649", "CVE-2017-3651", "CVE-2017-3652", "CVE-2017-3308", "CVE-2017-3309", "CVE-2017-3331", "CVE-2017-3450", "CVE-2017-3453", "CVE-2017-3454", "CVE-2017-3455", "CVE-2017-3456", "CVE-2017-3457", "CVE-2017-3458", "CVE-2017-3459", "CVE-2017-3460", "CVE-2017-3461", "CVE-2017-3462", "CVE-2017-3463", "CVE-2017-3464", "CVE-2017-3465", "CVE-2017-3599", "CVE-2016-5483", "CVE-2017-3600", "CVE-2016-8327", "CVE-2017-3238", "CVE-2017-3244", "CVE-2017-3251", "CVE-2017-3256", "CVE-2017-3257", "CVE-2017-3258", "CVE-2017-3273", "CVE-2017-3313", "CVE-2017-3317", "CVE-2017-3318", "CVE-2017-3312", "CVE-2017-3291"], "5.6": ["CVE-2018-2755", "CVE-2018-2758", "CVE-2018-2761", "CVE-2018-2766", "CVE-2018-2771", "CVE-2018-2781", "CVE-2018-2782", "CVE-2018-2784", "CVE-2018-2787", "CVE-2018-2805", "CVE-2018-2813", "CVE-2018-2817", "CVE-2018-2818", "CVE-2018-2819", "CVE-2018-2696", "CVE-2018-2703", "CVE-2018-2562", "CVE-2018-2573", "CVE-2018-2583", "CVE-2018-2590", "CVE-2018-2591", "CVE-2018-2612", "CVE-2018-2622", "CVE-2018-2640", "CVE-2018-2645", "CVE-2018-2647", "CVE-2018-2665", "CVE-2018-2668", "CVE-2017-10155", "CVE-2017-10227", "CVE-2017-10268", "CVE-2017-10276", "CVE-2017-10279", "CVE-2017-10283", "CVE-2017-10286", "CVE-2017-10294", "CVE-2017-10314", "CVE-2017-10378", "CVE-2017-10379", "CVE-2017-10384", "CVE-2017-3633", "CVE-2017-3634", "CVE-2017-3636", "CVE-2017-3641", "CVE-2017-3647", "CVE-2017-3648", "CVE-2017-3649", "CVE-2017-3651", "CVE-2017-3652", "CVE-2017-3308", "CVE-2017-3309", "CVE-2017-3450", "CVE-2017-3452", "CVE-2017-3453", "CVE-2017-3456", "CVE-2017-3461", "CVE-2017-3462", "CVE-2017-3463", "CVE-2017-3464", "CVE-2017-3599", "CVE-2017-3305", "CVE-2016-5483", "CVE-2017-3600", "CVE-2016-8327", "CVE-2017-3238", "CVE-2017-3244", "CVE-2017-3257", "CVE-2017-3258", "CVE-2017-3273", "CVE-2017-3313", "CVE-2017-3317", "CVE-2017-3318", "CVE-2017-3312", "CVE-2017-3265", "CVE-2017-3291", "CVE-2016-3492", "CVE-2016-5507", "CVE-2016-5609", "CVE-2016-5612", "CVE-2016-6664", "CVE-2016-8283", "CVE-2016-6662", "CVE-2016-6663", "CVE-2016-3459", "CVE-2016-3471", "CVE-2016-3477", "CVE-2016-3486", "CVE-2016-3501", "CVE-2016-3521", "CVE-2016-3614", "CVE-2016-3615", "CVE-2016-5439", "CVE-2016-5440", "CVE-2016-0639", "CVE-2016-0640", "CVE-2016-0641", "CVE-2016-0642", "CVE-2016-0643", "CVE-2016-0644", "CVE-2016-0646", "CVE-2016-0647", "CVE-2016-0648", "CVE-2016-0649", "CVE-2016-0650", "CVE-2016-0655", "CVE-2016-2047", "CVE-2015-4766", "CVE-2015-4792", "CVE-2015-4800", "CVE-2015-4802", "CVE-2015-4815", "CVE-2015-4826", "CVE-2015-4830", "CVE-2015-4833", "CVE-2015-4836", "CVE-2015-4858", "CVE-2015-4861", "CVE-2015-4862", "CVE-2015-4870", "CVE-2015-4879", "CVE-2015-4890", "CVE-2015-4895", "CVE-2015-4904", "CVE-2015-4910", "CVE-2015-4913", "CVE-2015-2611", "CVE-2015-2617", "CVE-2015-2639", "CVE-2015-2641", "CVE-2015-2661", "CVE-2015-4756", "CVE-2015-4761", "CVE-2015-4767", "CVE-2015-4769", "CVE-2015-4771", "CVE-2015-4772", "CVE-2016-0503", "CVE-2016-0504", "CVE-2016-0505", "CVE-2016-0595", "CVE-2016-0596", "CVE-2016-0597", "CVE-2016-0611"], "5.5": ["CVE-2016-3492", "CVE-2016-5612", "CVE-2016-6664", "CVE-2016-8283", "CVE-2016-6662", "CVE-2016-6663", "CVE-2016-3471", "CVE-2016-3477", "CVE-2016-3521", "CVE-2016-3615", "CVE-2016-5440", "CVE-2016-0640", "CVE-2016-0641", "CVE-2016-0642", "CVE-2016-0643", "CVE-2016-0644", "CVE-2016-0646", "CVE-2016-0647", "CVE-2016-0648", "CVE-2016-0649", "CVE-2016-0650", "CVE-2016-2047", "CVE-2015-4792", "CVE-2015-4802", "CVE-2015-4815", "CVE-2015-4816", "CVE-2015-4826", "CVE-2015-4830", "CVE-2015-4836", "CVE-2015-4858", "CVE-2015-4861", "CVE-2015-4864", "CVE-2015-4870", "CVE-2015-4879", "CVE-2015-4913", "CVE-2015-2582", "CVE-2015-2643", "CVE-2015-2648", "CVE-2015-4752", "CVE-2015-4757", "CVE-2015-0501", "CVE-2015-2568", "CVE-2015-0499", "CVE-2015-2571", "CVE-2015-0433", "CVE-2015-0441", "CVE-2015-0505", "CVE-2015-2573", "CVE-2015-0381", "CVE-2015-0382", "CVE-2015-0391", "CVE-2015-0411", "CVE-2015-0432", "CVE-2016-0505", "CVE-2016-0596", "CVE-2016-0597", "CVE-2016-0616", "CVE-2014-4287", "CVE-2014-6463", "CVE-2014-6464", "CVE-2014-6469", "CVE-2014-6484", "CVE-2014-6505", "CVE-2014-6507", "CVE-2014-6520", "CVE-2014-6530", "CVE-2014-6555", "CVE-2014-6559", "CVE-2014-4274", "CVE-2014-2436", "CVE-2014-4258", "CVE-2014-4260", "CVE-2014-0001", "CVE-2013-5891", "CVE-2014-0386", "CVE-2014-0393", "CVE-2014-0401", "CVE-2014-0402", "CVE-2014-0412", "CVE-2014-0420", "CVE-2014-0437", "CVE-2013-5807"], "5.1": ["CVE-2016-6662", "CVE-2016-5616", "CVE-2016-6663", "CVE-2014-0001", "CVE-2014-0386", "CVE-2014-0393", "CVE-2014-0401", "CVE-2014-0402", "CVE-2014-0412", "CVE-2014-0437", "CVE-2013-1521", "CVE-2013-2378", "CVE-2013-1552", "CVE-2013-1531", "CVE-2013-2375", "CVE-2013-1544", "CVE-2013-1532", "CVE-2013-2389", "CVE-2013-2392", "CVE-2013-1555", "CVE-2013-0384", "CVE-2013-0389", "CVE-2013-0385", "CVE-2013-0375", "CVE-2012-1702", "CVE-2013-0383", "CVE-2012-5611", "CVE-2012-3163", "CVE-2012-3158", "CVE-2012-3177", "CVE-2012-3173", "CVE-2012-1703", "CVE-2011-2262", "CVE-2012-0075", "CVE-2012-0114", "CVE-2012-0116", "CVE-2010-3679", "CVE-2010-3833", "CVE-2010-3835", "CVE-2010-3677", "CVE-2010-3678", "CVE-2010-3680", "CVE-2010-3682", "CVE-2010-3681", "CVE-2010-3683", "CVE-2010-3836", "CVE-2010-3837", "CVE-2010-3838", "CVE-2010-3839", "CVE-2010-3840"], "5.0": ["CVE-2012-5611", "CVE-2012-0075", "CVE-2012-0114", "CVE-2010-3833", "CVE-2010-3835", "CVE-2010-3677", "CVE-2010-3680", "CVE-2010-3682", "CVE-2010-3681", "CVE-2010-3836", "CVE-2010-3837", "CVE-2010-3838", "CVE-2010-1848", "CVE-2010-1850", "CVE-2010-3839", "CVE-2010-3840", "CVE-2009-4028", "CVE-2008-2079", "CVE-2007-5969", "CVE-2007-3780", "CVE-2006-4227"], "4.1": ["CVE-2010-3681", "CVE-2010-1848", "CVE-2010-3840", "CVE-2008-4098", "CVE-2008-2079", "CVE-2007-5969", "CVE-2007-3780", "CVE-2006-2753", "CVE-2006-1516", "CVE-2006-1517", "CVE-2006-4380"], "3.0": ["CVE-2008-2384"]} |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"5.3": ["CVE-2019-11043", "CVE-2016-5385", "CVE-2015-4643", "CVE-2015-4598", "CVE-2015-3307", "CVE-2015-4024", "CVE-2015-4022", "CVE-2015-4021", "CVE-2015-3411", "CVE-2015-3329", "CVE-2015-4599", "CVE-2015-4600", "CVE-2015-4601", "CVE-2015-3412", "CVE-2015-4602", "CVE-2015-4147", "CVE-2015-4603", "CVE-2015-2787", "CVE-2015-0273", "CVE-2015-0232", "CVE-2014-9705", "CVE-2014-3710", "CVE-2014-3670", "CVE-2014-3668", "CVE-2014-3669", "CVE-2014-3587", "CVE-2014-3480", "CVE-2014-3479", "CVE-2014-4049", "CVE-2014-0238", "CVE-2014-0237", "CVE-2014-1943", "CVE-2014-2270", "CVE-2013-6420", "CVE-2013-4248", "CVE-2013-4113", "CVE-2012-2143", "CVE-2012-2386", "CVE-2012-1823", "CVE-2012-2336", "CVE-2012-1172", "CVE-2012-0830", "CVE-2012-0057", "CVE-2011-4885", "CVE-2011-1398", "CVE-2011-4566", "CVE-2011-2483", "CVE-2011-1148", "CVE-2010-4645", "CVE-2010-4156", "CVE-2010-2950", "CVE-2010-3870", "CVE-2009-5016", "CVE-2006-7243"], "5.4": ["CVE-2019-11043", "CVE-2017-7890", "CVE-2016-10168", "CVE-2016-10167", "CVE-2016-5385", "CVE-2016-5399", "CVE-2016-5766", "CVE-2016-5767", "CVE-2015-4643", "CVE-2015-4598", "CVE-2015-3307", "CVE-2015-4024", "CVE-2015-4022", "CVE-2015-4021", "CVE-2015-3330", "CVE-2015-3411", "CVE-2015-4604", "CVE-2015-4605", "CVE-2015-3329", "CVE-2015-4599", "CVE-2015-4600", "CVE-2015-4601", "CVE-2015-3412", "CVE-2015-4025", "CVE-2015-4602", "CVE-2015-4147", "CVE-2015-4603", "CVE-2015-2787", "CVE-2015-2348", "CVE-2015-0273", "CVE-2015-8935", "CVE-2015-0231", "CVE-2015-0232", "CVE-2014-8142", "CVE-2014-9705", "CVE-2014-3710", "CVE-2014-3670", "CVE-2014-3668", "CVE-2014-3669", "CVE-2014-3587", "CVE-2014-5120", "CVE-2014-0207", "CVE-2014-3538", "CVE-2014-3480", "CVE-2014-3478", "CVE-2014-3479", "CVE-2014-3487", "CVE-2014-4049", "CVE-2014-0238", "CVE-2014-0237", "CVE-2014-1943", "CVE-2014-2270", "CVE-2013-6420", "CVE-2013-7345"], "7.2": ["CVE-2019-11043", "CVE-2019-11039", "CVE-2019-11040", "CVE-2019-9639", "CVE-2019-9637", "CVE-2019-9638", "CVE-2019-9640", "CVE-2019-6977", "CVE-2019-9020", "CVE-2016-10166"], "7.3": ["CVE-2019-11043"], "7.0": ["CVE-2019-11043", "CVE-2017-11628", "CVE-2017-11362", "CVE-2017-7890", "CVE-2018-5712", "CVE-2017-11144", "CVE-2017-9227", "CVE-2017-9228", "CVE-2017-9229", "CVE-2017-9224", "CVE-2017-9226", "CVE-2017-11143", "CVE-2017-12932", "CVE-2017-12934", "CVE-2016-10161", "CVE-2016-10162", "CVE-2016-10158", "CVE-2016-10160", "CVE-2016-10159", "CVE-2017-5340", "CVE-2016-7479", "CVE-2016-10168", "CVE-2017-11147", "CVE-2016-9935", "CVE-2016-9936", "CVE-2016-7418", "CVE-2016-7417", "CVE-2016-7416", "CVE-2016-7414", "CVE-2016-7413", "CVE-2016-10167", "CVE-2016-7412"], "7.1": ["CVE-2019-11043", "CVE-2019-11039", "CVE-2019-11040", "CVE-2019-9639", "CVE-2019-9637", "CVE-2019-9638", "CVE-2019-9640", "CVE-2019-6977", "CVE-2019-9020", "CVE-2018-17082", "CVE-2018-10546", "CVE-2018-10548", "CVE-2018-10547", "CVE-2018-7584", "CVE-2018-14884", "CVE-2018-5712", "CVE-2017-9118", "CVE-2017-9120", "CVE-2017-12932", "CVE-2016-10166"], "5.6": ["CVE-2016-7124", "CVE-2016-7125", "CVE-2016-7126", "CVE-2016-7127", "CVE-2016-7128", "CVE-2016-7129", "CVE-2016-7130", "CVE-2016-7131", "CVE-2016-7132", "CVE-2016-5385", "CVE-2016-5399", "CVE-2016-6296", "CVE-2016-6291", "CVE-2016-6290", "CVE-2016-6207", "CVE-2016-6289", "CVE-2016-5766", "CVE-2016-5767", "CVE-2016-5770", "CVE-2016-5771", "CVE-2016-5773", "CVE-2016-6295", "CVE-2016-4473", "CVE-2016-3074", "CVE-2015-8867", "CVE-2016-4073", "CVE-2016-4072", "CVE-2016-4070", "CVE-2016-4071", "CVE-2016-3141", "CVE-2016-4342", "CVE-2016-4343", "CVE-2016-1903", "CVE-2015-8383", "CVE-2015-3210", "CVE-2015-8384", "CVE-2015-8385", "CVE-2015-8391", "CVE-2015-8392", "CVE-2015-8381", "CVE-2015-8395", "CVE-2016-5114", "CVE-2015-7803", "CVE-2015-7804", "CVE-2014-9767", "CVE-2015-6831", "CVE-2015-6832", "CVE-2015-8876", "CVE-2015-8835", "CVE-2015-6833", "CVE-2015-5589", "CVE-2015-5590", "CVE-2015-5073", "CVE-2015-8388", "CVE-2015-4643", "CVE-2015-3217", "CVE-2015-4598", "CVE-2015-4024", "CVE-2015-4022", "CVE-2015-4021", "CVE-2015-4025", "CVE-2015-2325", "CVE-2015-2326", "CVE-2015-8935", "CVE-2015-2328", "CVE-2015-2327"], "5.5": ["CVE-2016-5385", "CVE-2015-4643", "CVE-2015-4598", "CVE-2015-4024", "CVE-2015-4022", "CVE-2015-4021", "CVE-2015-4025", "CVE-2014-3710", "CVE-2014-3670", "CVE-2014-3668", "CVE-2014-3669", "CVE-2014-3587", "CVE-2014-5120", "CVE-2014-0207", "CVE-2014-3538", "CVE-2014-3480", "CVE-2014-3478", "CVE-2014-3479", "CVE-2014-3487", "CVE-2014-4049", "CVE-2014-0238", "CVE-2014-0237"], "4.3": ["CVE-2014-8626", "CVE-2013-6420", "CVE-2013-4113", "CVE-2012-0830", "CVE-2011-4885", "CVE-2011-4566", "CVE-2010-3065", "CVE-2009-4017", "CVE-2009-4142", "CVE-2010-3870", "CVE-2009-2687", "CVE-2008-5557", "CVE-2008-2051", "CVE-2007-5898", "CVE-2007-3996", "CVE-2007-2872", "CVE-2007-1864", "CVE-2007-1711", "CVE-2007-1001", "CVE-2007-1286", "CVE-2007-1285", "CVE-2007-0906", "CVE-2007-0908", "CVE-2007-0910", "CVE-2007-0988", "CVE-2007-1380", "CVE-2007-1825", "CVE-2007-1701", "CVE-2006-5465", "CVE-2006-4484", "CVE-2006-1490", "CVE-2005-3883", "CVE-2005-3353", "CVE-2005-2498", "CVE-2005-1921", "CVE-2005-0524", "CVE-2005-0525", "CVE-2005-1042", "CVE-2005-1043", "CVE-2004-1065", "CVE-2004-0958", "CVE-2004-0959", "CVE-2009-0754"], "5.1": ["CVE-2014-8626", "CVE-2014-3670", "CVE-2014-3669", "CVE-2013-6420", "CVE-2013-4113", "CVE-2012-1823", "CVE-2012-2336", "CVE-2012-1172", "CVE-2012-0830", "CVE-2012-0057", "CVE-2011-4885", "CVE-2011-1398", "CVE-2011-4566", "CVE-2011-1148", "CVE-2010-3065", "CVE-2009-4017", "CVE-2009-4142", "CVE-2010-3870", "CVE-2009-5016", "CVE-2009-2687", "CVE-2008-5557", "CVE-2008-2051", "CVE-2007-5898", "CVE-2007-3996", "CVE-2007-2872", "CVE-2007-1864", "CVE-2007-2510", "CVE-2007-1001", "CVE-2007-1285", "CVE-2007-0906", "CVE-2007-0908", "CVE-2007-0910", "CVE-2007-0988", "CVE-2007-1380", "CVE-2007-1825", "CVE-2007-1701", "CVE-2006-7243", "CVE-2006-5465", "CVE-2006-4812", "CVE-2006-4484", "CVE-2009-0754"], "5.2": ["CVE-2012-1823", "CVE-2008-5658", "CVE-2008-5557", "CVE-2007-3996", "CVE-2007-4661", "CVE-2009-0754"], "4.1": ["CVE-2008-2051", "CVE-2007-5898", "CVE-2006-7228", "CVE-2007-1660", "CVE-2007-3996", "CVE-2007-2872", "CVE-2007-1711", "CVE-2007-1286", "CVE-2007-1285", "CVE-2007-0906", "CVE-2007-0908", "CVE-2007-0910", "CVE-2007-0988", "CVE-2007-1380", "CVE-2007-1825", "CVE-2007-1701", "CVE-2006-5465", "CVE-2006-4812"]} |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.