diff --git a/advisories/github-reviewed/2017/10/GHSA-fqrr-rrwg-69pv/GHSA-fqrr-rrwg-69pv.json b/advisories/github-reviewed/2017/10/GHSA-fqrr-rrwg-69pv/GHSA-fqrr-rrwg-69pv.json index e97f4ddcc70..87c50728137 100644 --- a/advisories/github-reviewed/2017/10/GHSA-fqrr-rrwg-69pv/GHSA-fqrr-rrwg-69pv.json +++ b/advisories/github-reviewed/2017/10/GHSA-fqrr-rrwg-69pv/GHSA-fqrr-rrwg-69pv.json @@ -8,9 +8,7 @@ ], "summary": "Local API Login Credentials Disclosure in paratrooper-pingdom", "details": "The paratrooper-pingdom gem 1.0.0 for Ruby allows local users to obtain the App-Key, username, and password values by listing the curl process.\n\n### Vulnerable Code:\n\nFrom: `paratrooper-pingdom-1.0.0/lib/paratrooper-pingdom.rb`\n\n```ruby\ndef setup(options = {})\n %x[curl https://api.pingdom.com/api/2.0/checks -X PUT -d \"paused=true\" -H \"App-Key: #{app_key}\" -u \"#{username}:#{password}\"] \nend\n\ndef teardown(options = {})\n %x[curl https://api.pingdom.com/api/2.0/checks -X PUT -d \"paused=false\" -H \"App-Key: #{app_key}\" -u \"#{username}:#{password}\"] \nend\n```\n\nA malicious user could monitor the process tree to steal the API key, username and password for the API login.\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2017/10/GHSA-hqf9-rc9j-5fmj/GHSA-hqf9-rc9j-5fmj.json b/advisories/github-reviewed/2017/10/GHSA-hqf9-rc9j-5fmj/GHSA-hqf9-rc9j-5fmj.json index a92fbad0385..09f5eb7d342 100644 --- a/advisories/github-reviewed/2017/10/GHSA-hqf9-rc9j-5fmj/GHSA-hqf9-rc9j-5fmj.json +++ b/advisories/github-reviewed/2017/10/GHSA-hqf9-rc9j-5fmj/GHSA-hqf9-rc9j-5fmj.json @@ -8,9 +8,7 @@ ], "summary": "Array data injection vulnerability in activerecord", "details": "SQL injection vulnerability in `activerecord/lib/active_record/connection_adapters/postgresql/cast.rb` in Active Record in Ruby on Rails 4.0.x before 4.0.3, and 4.1.0.beta1, when PostgreSQL is used, allows remote attackers to execute \"add data\" SQL commands via vectors involving `\\` (backslash) characters that are not properly handled in operations on array columns.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2017/10/GHSA-m46p-ggm5-5j83/GHSA-m46p-ggm5-5j83.json b/advisories/github-reviewed/2017/10/GHSA-m46p-ggm5-5j83/GHSA-m46p-ggm5-5j83.json index 970698f7507..053d768b265 100644 --- a/advisories/github-reviewed/2017/10/GHSA-m46p-ggm5-5j83/GHSA-m46p-ggm5-5j83.json +++ b/advisories/github-reviewed/2017/10/GHSA-m46p-ggm5-5j83/GHSA-m46p-ggm5-5j83.json @@ -8,9 +8,7 @@ ], "summary": "Rails vulnerable to Cross-site Scripting", "details": "There is an XSS vulnerability in the `number_to_currency`, `number_to_percentage` and `number_to_human` helpers in Ruby on Rails. This vulnerability has been assigned the CVE identifier CVE-2014-0081.\n\nVersions Affected: All.\nFixed Versions: 4.1.0.beta2, 4.0.3, 3.2.17.\n\nImpact\n------\nThese helpers allows users to nicely format a numeric value. Some of the parameters to the helper (format, negative_format and units) are not escaped correctly. Applications which pass user controlled data as one of these parameters are vulnerable to an XSS attack.\n\nAll users passing user controlled data to these parameters of the number helpers should either upgrade or use one of the workarounds immediately.\n\nReleases\n--------\nThe 4.1.0.rc1, 4.0.3 and 3.2.17 releases are available at the normal locations.\n\nWorkarounds\n-----------\n\nThe workaround for this issue is to escape the value passed to the parameter.\nFor example, replace code like this:\n\n```ruby\n<%= number_to_currency(1.02, format: params[:format]) %>\n```\n\nWith code like this\n\n```ruby\n<%= number_to_currency(1.02, format: h(params[:format])) %>\n```\n\nPatches\n-------\nTo aid users who aren't able to upgrade immediately we have provided patches for the two supported release series. They are in git-am format and consist of a single changeset.\n\n* 4-1-beta-number_helpers_xss.patch - Patch for 4.1-beta series\n* 4-0-number_helpers_xss.patch - Patch for 4.0 series\n* 3-2-number_helpers_xss.patch - Patch for 3.2 series\n\nPlease note that only the 4.0.x and 3.2.x series are supported at present. Users of earlier unsupported releases are advised to upgrade as soon as possible as we cannot guarantee the continued availability of security fixes for unsupported releases.\n\nCredits\n-------\n\nThanks to Kevin Reintjes for reporting the issue to us.\n\n-- \nAaron Patterson\nhttp://tenderlovemaking.com/\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2017/10/GHSA-v2r9-c84j-v7xm/GHSA-v2r9-c84j-v7xm.json b/advisories/github-reviewed/2017/10/GHSA-v2r9-c84j-v7xm/GHSA-v2r9-c84j-v7xm.json index 488ff06a0ae..b7c32883da2 100644 --- a/advisories/github-reviewed/2017/10/GHSA-v2r9-c84j-v7xm/GHSA-v2r9-c84j-v7xm.json +++ b/advisories/github-reviewed/2017/10/GHSA-v2r9-c84j-v7xm/GHSA-v2r9-c84j-v7xm.json @@ -8,9 +8,7 @@ ], "summary": "RDoc contains XSS vulnerability", "details": "darkfish.js in RDoc 2.3.0 through 3.12 and 4.x before 4.0.0.preview2.1, as used in Ruby, does not properly generate documents, which allows remote attackers to conduct cross-site scripting (XSS) attacks via a crafted URL.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2018/08/GHSA-cqxw-3p7v-p9gr/GHSA-cqxw-3p7v-p9gr.json b/advisories/github-reviewed/2018/08/GHSA-cqxw-3p7v-p9gr/GHSA-cqxw-3p7v-p9gr.json index 68215d4ca8a..7a3f8ed34ac 100644 --- a/advisories/github-reviewed/2018/08/GHSA-cqxw-3p7v-p9gr/GHSA-cqxw-3p7v-p9gr.json +++ b/advisories/github-reviewed/2018/08/GHSA-cqxw-3p7v-p9gr/GHSA-cqxw-3p7v-p9gr.json @@ -66,9 +66,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2020-06-16T21:32:32Z", diff --git a/advisories/github-reviewed/2018/08/GHSA-x489-jjwm-52g7/GHSA-x489-jjwm-52g7.json b/advisories/github-reviewed/2018/08/GHSA-x489-jjwm-52g7/GHSA-x489-jjwm-52g7.json index 0b67956f61b..5bd27772092 100644 --- a/advisories/github-reviewed/2018/08/GHSA-x489-jjwm-52g7/GHSA-x489-jjwm-52g7.json +++ b/advisories/github-reviewed/2018/08/GHSA-x489-jjwm-52g7/GHSA-x489-jjwm-52g7.json @@ -82,9 +82,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2020-06-16T22:02:02Z", diff --git a/advisories/github-reviewed/2018/09/GHSA-jxjr-5h69-qw3w/GHSA-jxjr-5h69-qw3w.json b/advisories/github-reviewed/2018/09/GHSA-jxjr-5h69-qw3w/GHSA-jxjr-5h69-qw3w.json index eca95ab027b..699ae6f7d87 100644 --- a/advisories/github-reviewed/2018/09/GHSA-jxjr-5h69-qw3w/GHSA-jxjr-5h69-qw3w.json +++ b/advisories/github-reviewed/2018/09/GHSA-jxjr-5h69-qw3w/GHSA-jxjr-5h69-qw3w.json @@ -8,9 +8,7 @@ ], "summary": "Heap-based buffer overflow in nokogiri", "details": "Heap-based buffer overflow in the xmlGROW function in parser.c in libxml2 before 2.9.3. A remote attacker could provide a specially crafted XML or HTML file that, when processed by an application using libxml2, would cause that application to use an excessive amount of CPU, leak potentially sensitive information, or crash the application.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2018/10/GHSA-c7j7-p5jq-26ff/GHSA-c7j7-p5jq-26ff.json b/advisories/github-reviewed/2018/10/GHSA-c7j7-p5jq-26ff/GHSA-c7j7-p5jq-26ff.json index 88f111f6f0d..42618ffb807 100644 --- a/advisories/github-reviewed/2018/10/GHSA-c7j7-p5jq-26ff/GHSA-c7j7-p5jq-26ff.json +++ b/advisories/github-reviewed/2018/10/GHSA-c7j7-p5jq-26ff/GHSA-c7j7-p5jq-26ff.json @@ -8,9 +8,7 @@ ], "summary": "Insecure use of temporary files in passenger", "details": "Phusion Passenger before 4.0.38 allows local users to write to certain files and directories via a symlink attack on \n1. `control_process.pid` or \n2. a generation-* file.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -75,9 +73,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": true, "github_reviewed_at": "2020-06-16T21:30:30Z", diff --git a/advisories/github-reviewed/2018/10/GHSA-j378-6mmw-hqfr/GHSA-j378-6mmw-hqfr.json b/advisories/github-reviewed/2018/10/GHSA-j378-6mmw-hqfr/GHSA-j378-6mmw-hqfr.json index 19df6f9e88f..8e598040a2d 100644 --- a/advisories/github-reviewed/2018/10/GHSA-j378-6mmw-hqfr/GHSA-j378-6mmw-hqfr.json +++ b/advisories/github-reviewed/2018/10/GHSA-j378-6mmw-hqfr/GHSA-j378-6mmw-hqfr.json @@ -101,9 +101,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2020-06-16T21:41:41Z", diff --git a/advisories/github-reviewed/2022/05/GHSA-3g8j-jj54-3vjg/GHSA-3g8j-jj54-3vjg.json b/advisories/github-reviewed/2022/05/GHSA-3g8j-jj54-3vjg/GHSA-3g8j-jj54-3vjg.json index d0892aba3c2..21b378c350c 100644 --- a/advisories/github-reviewed/2022/05/GHSA-3g8j-jj54-3vjg/GHSA-3g8j-jj54-3vjg.json +++ b/advisories/github-reviewed/2022/05/GHSA-3g8j-jj54-3vjg/GHSA-3g8j-jj54-3vjg.json @@ -8,9 +8,7 @@ ], "summary": "Apache Struts is vulnerable to Cross-site Scripting", "details": "Multiple cross-site scripting (XSS) vulnerabilities in Apache Struts 2.3.15.3 allow remote attackers to inject arbitrary web script or HTML via the namespace parameter to (1) actionNames.action and (2) showConfig.action in `config-browser/`.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/05/GHSA-4f4h-jgjp-3vfg/GHSA-4f4h-jgjp-3vfg.json b/advisories/github-reviewed/2022/05/GHSA-4f4h-jgjp-3vfg/GHSA-4f4h-jgjp-3vfg.json index 6dd16a5b54b..5f7b285571c 100644 --- a/advisories/github-reviewed/2022/05/GHSA-4f4h-jgjp-3vfg/GHSA-4f4h-jgjp-3vfg.json +++ b/advisories/github-reviewed/2022/05/GHSA-4f4h-jgjp-3vfg/GHSA-4f4h-jgjp-3vfg.json @@ -44,9 +44,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-04-25T21:54:41Z", diff --git a/advisories/github-reviewed/2022/05/GHSA-4fv4-cq5v-x45m/GHSA-4fv4-cq5v-x45m.json b/advisories/github-reviewed/2022/05/GHSA-4fv4-cq5v-x45m/GHSA-4fv4-cq5v-x45m.json index 78a91c53917..bc5181868e7 100644 --- a/advisories/github-reviewed/2022/05/GHSA-4fv4-cq5v-x45m/GHSA-4fv4-cq5v-x45m.json +++ b/advisories/github-reviewed/2022/05/GHSA-4fv4-cq5v-x45m/GHSA-4fv4-cq5v-x45m.json @@ -8,9 +8,7 @@ ], "summary": "Improper Authentication in Apache MyFaces", "details": "shared/util/StateUtils.java in Apache MyFaces 1.1.x before 1.1.8, 1.2.x before 1.2.9, and 2.0.x before 2.0.1 uses an encrypted View State without a Message Authentication Code (MAC), which makes it easier for remote attackers to perform successful modifications of the View State via a padding oracle attack.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/05/GHSA-53jw-4gwh-m8cm/GHSA-53jw-4gwh-m8cm.json b/advisories/github-reviewed/2022/05/GHSA-53jw-4gwh-m8cm/GHSA-53jw-4gwh-m8cm.json index 79fdba3d68e..b3b371fc5f2 100644 --- a/advisories/github-reviewed/2022/05/GHSA-53jw-4gwh-m8cm/GHSA-53jw-4gwh-m8cm.json +++ b/advisories/github-reviewed/2022/05/GHSA-53jw-4gwh-m8cm/GHSA-53jw-4gwh-m8cm.json @@ -8,9 +8,7 @@ ], "summary": "Jenkins LDAP Email Plugin shows plain text password in configuration form ", "details": "Jenkins LDAP Email Plugin transmits configured credentials in plain text as part of the global Jenkins configuration form, potentially resulting in their exposure.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/05/GHSA-54p5-gxq6-j98g/GHSA-54p5-gxq6-j98g.json b/advisories/github-reviewed/2022/05/GHSA-54p5-gxq6-j98g/GHSA-54p5-gxq6-j98g.json index 9d71cc0e53d..50a60a4b5a1 100644 --- a/advisories/github-reviewed/2022/05/GHSA-54p5-gxq6-j98g/GHSA-54p5-gxq6-j98g.json +++ b/advisories/github-reviewed/2022/05/GHSA-54p5-gxq6-j98g/GHSA-54p5-gxq6-j98g.json @@ -141,9 +141,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": true, "github_reviewed_at": "2024-04-25T20:57:31Z", diff --git a/advisories/github-reviewed/2022/05/GHSA-55j7-f5wf-43m4/GHSA-55j7-f5wf-43m4.json b/advisories/github-reviewed/2022/05/GHSA-55j7-f5wf-43m4/GHSA-55j7-f5wf-43m4.json index 66f2d0f941c..8d5f3f860d3 100644 --- a/advisories/github-reviewed/2022/05/GHSA-55j7-f5wf-43m4/GHSA-55j7-f5wf-43m4.json +++ b/advisories/github-reviewed/2022/05/GHSA-55j7-f5wf-43m4/GHSA-55j7-f5wf-43m4.json @@ -8,9 +8,7 @@ ], "summary": "Remote web-service operation execution in Apache CXF", "details": "Apache CXF before 2.4.9, 2.5.x before 2.5.5, and 2.6.x before 2.6.2 allows remote attackers to execute unintended web-service operations by sending a header with a SOAP Action String that is inconsistent with the message body.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/05/GHSA-59pj-7mjh-4465/GHSA-59pj-7mjh-4465.json b/advisories/github-reviewed/2022/05/GHSA-59pj-7mjh-4465/GHSA-59pj-7mjh-4465.json index 1b6b646a337..f37d36ef3e9 100644 --- a/advisories/github-reviewed/2022/05/GHSA-59pj-7mjh-4465/GHSA-59pj-7mjh-4465.json +++ b/advisories/github-reviewed/2022/05/GHSA-59pj-7mjh-4465/GHSA-59pj-7mjh-4465.json @@ -149,9 +149,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-04-25T21:30:10Z", diff --git a/advisories/github-reviewed/2022/05/GHSA-5xf9-3v63-ww6f/GHSA-5xf9-3v63-ww6f.json b/advisories/github-reviewed/2022/05/GHSA-5xf9-3v63-ww6f/GHSA-5xf9-3v63-ww6f.json index ad5c58dbd9b..cfda7b89a9f 100644 --- a/advisories/github-reviewed/2022/05/GHSA-5xf9-3v63-ww6f/GHSA-5xf9-3v63-ww6f.json +++ b/advisories/github-reviewed/2022/05/GHSA-5xf9-3v63-ww6f/GHSA-5xf9-3v63-ww6f.json @@ -8,9 +8,7 @@ ], "summary": "Uncontrolled Resource Consumption in Apache CXF", "details": "Apache CXF before 2.6.14 and 2.7.x before 2.7.11 allows remote attackers to cause a denial of service (/tmp disk consumption) via a large invalid SOAP message.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/05/GHSA-c438-8cvq-pxxx/GHSA-c438-8cvq-pxxx.json b/advisories/github-reviewed/2022/05/GHSA-c438-8cvq-pxxx/GHSA-c438-8cvq-pxxx.json index 75a90a0594e..78522bbc2ee 100644 --- a/advisories/github-reviewed/2022/05/GHSA-c438-8cvq-pxxx/GHSA-c438-8cvq-pxxx.json +++ b/advisories/github-reviewed/2022/05/GHSA-c438-8cvq-pxxx/GHSA-c438-8cvq-pxxx.json @@ -8,9 +8,7 @@ ], "summary": "Apache Tapestry Unsafe Object Storage", "details": "Apache Tapestry before 5.3.6 relies on client-side object storage without checking whether a client has modified an object, which allows remote attackers to cause a denial of service (resource consumption) or execute arbitrary code via crafted serialized data.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/05/GHSA-p5c5-6564-vvr8/GHSA-p5c5-6564-vvr8.json b/advisories/github-reviewed/2022/05/GHSA-p5c5-6564-vvr8/GHSA-p5c5-6564-vvr8.json index c413b1c6e48..6f00639b2ea 100644 --- a/advisories/github-reviewed/2022/05/GHSA-p5c5-6564-vvr8/GHSA-p5c5-6564-vvr8.json +++ b/advisories/github-reviewed/2022/05/GHSA-p5c5-6564-vvr8/GHSA-p5c5-6564-vvr8.json @@ -8,9 +8,7 @@ ], "summary": "Improper Authentication in Apache CXF", "details": "Apache CXF before 2.5.9, 2.6.x before 2.6.6, and 2.7.x before 2.7.3, when the plaintext UsernameToken WS-SecurityPolicy is enabled, allows remote attackers to bypass authentication via a security header of a SOAP request containing a UsernameToken element that lacks a password child element.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/05/GHSA-x3gh-95p8-43qv/GHSA-x3gh-95p8-43qv.json b/advisories/github-reviewed/2022/05/GHSA-x3gh-95p8-43qv/GHSA-x3gh-95p8-43qv.json index 0e331f3c079..6d53cf8d099 100644 --- a/advisories/github-reviewed/2022/05/GHSA-x3gh-95p8-43qv/GHSA-x3gh-95p8-43qv.json +++ b/advisories/github-reviewed/2022/05/GHSA-x3gh-95p8-43qv/GHSA-x3gh-95p8-43qv.json @@ -8,9 +8,7 @@ ], "summary": "MAGMI plugin for Magento Unsafe File Upload", "details": "Unrestricted file upload vulnerability in `magmi/web/magmi.php` in the MAGMI (aka Magento Mass Importer) plugin 0.7.17a and earlier for Magento Community Edition (CE) allows remote authenticated users to execute arbitrary code by uploading a ZIP file that contains a PHP file, then accessing the PHP file via a direct request to it in `magmi/plugins/`.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/05/GHSA-xpxp-v33m-5jp9/GHSA-xpxp-v33m-5jp9.json b/advisories/github-reviewed/2022/05/GHSA-xpxp-v33m-5jp9/GHSA-xpxp-v33m-5jp9.json index 47e3fec8a86..5696ed24bce 100644 --- a/advisories/github-reviewed/2022/05/GHSA-xpxp-v33m-5jp9/GHSA-xpxp-v33m-5jp9.json +++ b/advisories/github-reviewed/2022/05/GHSA-xpxp-v33m-5jp9/GHSA-xpxp-v33m-5jp9.json @@ -8,9 +8,7 @@ ], "summary": "phpMyAdmin Unsafe Fetching of Javascript Code", "details": "phpMyAdmin 3.5.x before 3.5.3 uses JavaScript code that is obtained through an HTTP session to phpmyadmin.net without SSL, which allows man-in-the-middle attackers to conduct cross-site scripting (XSS) attacks by modifying this code.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/07/GHSA-6f85-3f8q-qc94/GHSA-6f85-3f8q-qc94.json b/advisories/github-reviewed/2022/07/GHSA-6f85-3f8q-qc94/GHSA-6f85-3f8q-qc94.json index 77be6eb2c27..5374c86c805 100644 --- a/advisories/github-reviewed/2022/07/GHSA-6f85-3f8q-qc94/GHSA-6f85-3f8q-qc94.json +++ b/advisories/github-reviewed/2022/07/GHSA-6f85-3f8q-qc94/GHSA-6f85-3f8q-qc94.json @@ -3,9 +3,7 @@ "id": "GHSA-6f85-3f8q-qc94", "modified": "2022-07-15T19:25:06Z", "published": "2022-07-15T19:25:06Z", - "aliases": [ - - ], + "aliases": [], "summary": "OroCommerce vulnerable to XSS when adding class name to Selector Manager on pages that use GrapeJS editor", "details": "# Impact\nDue to insufficient class name validation in GrapeJS library it's possible to add executable JS code in class name through Selector Manager\n\n# Relates to\n - [https://github.com/artf/grapesjs/issues/4411](https://github.com/artf/grapesjs/issues/4411)\n\n# Patch\nUpdate GrapeJS dependency to >=[v0.19.5](https://github.com/artf/grapesjs/releases/tag/v0.19.5)\n", "severity": [ diff --git a/advisories/github-reviewed/2022/07/GHSA-q37h-jhf3-85cj/GHSA-q37h-jhf3-85cj.json b/advisories/github-reviewed/2022/07/GHSA-q37h-jhf3-85cj/GHSA-q37h-jhf3-85cj.json index 0d36779dc61..d85d266fa88 100644 --- a/advisories/github-reviewed/2022/07/GHSA-q37h-jhf3-85cj/GHSA-q37h-jhf3-85cj.json +++ b/advisories/github-reviewed/2022/07/GHSA-q37h-jhf3-85cj/GHSA-q37h-jhf3-85cj.json @@ -3,14 +3,10 @@ "id": "GHSA-q37h-jhf3-85cj", "modified": "2022-07-15T21:37:28Z", "published": "2022-07-15T21:37:28Z", - "aliases": [ - - ], + "aliases": [], "summary": "Bypass of CMS Safe Mode Security Feature", "details": "### Impact\n\nAuthenticated users with permissions to create or modify theme template objects through the backend \"CMS\" editor can exploit this vulnerability to bypass the `cms.enableSafeMode` security feature if enabled (disables modification of PHP code through the web interface when enabled).\n\nThis is only an issue for Winter CMS instances that rely on the Safe Mode security feature to prevent privileged users from modifying the PHP code of CMS theme template objects through the web interface.\n\nCVSS v3.1 Vector: [AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C](https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C&version=3.1)\n\n### Patches\n\nIssue has been fixed in v1.0.475, v1.1.9, & v1.2. \n\n### Workarounds\n\nApply https://github.com/wintercms/storm/commit/03eb5ce3f2a271670574802b914f7bcaf07663c1 manually if unable to upgrade to v1.0.475, v1.1.9, or v1.2.0.\n\n### References\n\nSee https://github.com/octobercms/october/security/advisories/GHSA-79jw-2f46-wv22/.\n\nCredit to [David Miller](https://github.com/cydave) for reporting the issue.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Email us at [hello@wintercms.com](mailto:hello@wintercms.com)\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -62,9 +58,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2022-07-15T21:37:28Z", diff --git a/advisories/github-reviewed/2023/10/GHSA-6hvg-62q8-95v7/GHSA-6hvg-62q8-95v7.json b/advisories/github-reviewed/2023/10/GHSA-6hvg-62q8-95v7/GHSA-6hvg-62q8-95v7.json index bc6852b6f24..5d48bccb365 100644 --- a/advisories/github-reviewed/2023/10/GHSA-6hvg-62q8-95v7/GHSA-6hvg-62q8-95v7.json +++ b/advisories/github-reviewed/2023/10/GHSA-6hvg-62q8-95v7/GHSA-6hvg-62q8-95v7.json @@ -8,9 +8,7 @@ ], "summary": "svg_optimizer rubygem external XML entity (XXE) vulnerability", "details": "An issue in Fnando svg_optimizer v.0.2.6 allows a remote attacker to escalate privileges when optimizing untrusted SVG content.\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2023/10/GHSA-m425-mq94-257g/GHSA-m425-mq94-257g.json b/advisories/github-reviewed/2023/10/GHSA-m425-mq94-257g/GHSA-m425-mq94-257g.json index 3268ff35a88..dc3ae53e369 100644 --- a/advisories/github-reviewed/2023/10/GHSA-m425-mq94-257g/GHSA-m425-mq94-257g.json +++ b/advisories/github-reviewed/2023/10/GHSA-m425-mq94-257g/GHSA-m425-mq94-257g.json @@ -3,9 +3,7 @@ "id": "GHSA-m425-mq94-257g", "modified": "2024-07-19T16:32:30Z", "published": "2023-10-25T21:17:37Z", - "aliases": [ - - ], + "aliases": [], "summary": "gRPC-Go HTTP/2 Rapid Reset vulnerability", "details": "### Impact\nIn affected releases of gRPC-Go, it is possible for an attacker to send HTTP/2 requests, cancel them, and send subsequent requests, which is valid by the HTTP/2 protocol, but would cause the gRPC-Go server to launch more concurrent method handlers than the configured maximum stream limit.\n\n### Patches\nThis vulnerability was addressed by #6703 and has been included in patch releases: 1.56.3, 1.57.1, 1.58.3. It is also included in the latest release, 1.59.0.\n\nAlong with applying the patch, users should also ensure they are using the `grpc.MaxConcurrentStreams` server option to apply a limit to the server's resources used for any single connection.\n\n### Workarounds\nNone.\n\n### References\n#6703\n", "severity": [ @@ -96,9 +94,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2023-10-25T21:17:37Z", diff --git a/advisories/unreviewed/2022/04/GHSA-8238-x248-8577/GHSA-8238-x248-8577.json b/advisories/unreviewed/2022/04/GHSA-8238-x248-8577/GHSA-8238-x248-8577.json index 0c4a8f38572..45ec947a473 100644 --- a/advisories/unreviewed/2022/04/GHSA-8238-x248-8577/GHSA-8238-x248-8577.json +++ b/advisories/unreviewed/2022/04/GHSA-8238-x248-8577/GHSA-8238-x248-8577.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-8p77-cqww-99jh/GHSA-8p77-cqww-99jh.json b/advisories/unreviewed/2022/04/GHSA-8p77-cqww-99jh/GHSA-8p77-cqww-99jh.json index 6996ef74e59..4a1303fcf9e 100644 --- a/advisories/unreviewed/2022/04/GHSA-8p77-cqww-99jh/GHSA-8p77-cqww-99jh.json +++ b/advisories/unreviewed/2022/04/GHSA-8p77-cqww-99jh/GHSA-8p77-cqww-99jh.json @@ -7,12 +7,8 @@ "CVE-2004-1027" ], "details": "Directory traversal vulnerability in the -x (extract) command line option in unarj allows remote attackers to overwrite arbitrary files via an arj archive with filenames that contain .. (dot dot) sequences.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-f3mg-mqw9-hg5c/GHSA-f3mg-mqw9-hg5c.json b/advisories/unreviewed/2022/04/GHSA-f3mg-mqw9-hg5c/GHSA-f3mg-mqw9-hg5c.json index 33b6ffc7bd1..ef81fca7183 100644 --- a/advisories/unreviewed/2022/04/GHSA-f3mg-mqw9-hg5c/GHSA-f3mg-mqw9-hg5c.json +++ b/advisories/unreviewed/2022/04/GHSA-f3mg-mqw9-hg5c/GHSA-f3mg-mqw9-hg5c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-gccp-28qg-3f7j/GHSA-gccp-28qg-3f7j.json b/advisories/unreviewed/2022/04/GHSA-gccp-28qg-3f7j/GHSA-gccp-28qg-3f7j.json index 4b7c2e3d896..4e9c24dbb2c 100644 --- a/advisories/unreviewed/2022/04/GHSA-gccp-28qg-3f7j/GHSA-gccp-28qg-3f7j.json +++ b/advisories/unreviewed/2022/04/GHSA-gccp-28qg-3f7j/GHSA-gccp-28qg-3f7j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-jxc9-fjq9-jfvp/GHSA-jxc9-fjq9-jfvp.json b/advisories/unreviewed/2022/04/GHSA-jxc9-fjq9-jfvp/GHSA-jxc9-fjq9-jfvp.json index 4d0b796f067..84aa9d87b9f 100644 --- a/advisories/unreviewed/2022/04/GHSA-jxc9-fjq9-jfvp/GHSA-jxc9-fjq9-jfvp.json +++ b/advisories/unreviewed/2022/04/GHSA-jxc9-fjq9-jfvp/GHSA-jxc9-fjq9-jfvp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-r8f5-5368-56m3/GHSA-r8f5-5368-56m3.json b/advisories/unreviewed/2022/04/GHSA-r8f5-5368-56m3/GHSA-r8f5-5368-56m3.json index 415a5c904e8..6fb276980ac 100644 --- a/advisories/unreviewed/2022/04/GHSA-r8f5-5368-56m3/GHSA-r8f5-5368-56m3.json +++ b/advisories/unreviewed/2022/04/GHSA-r8f5-5368-56m3/GHSA-r8f5-5368-56m3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-rqh5-6jxc-qv9w/GHSA-rqh5-6jxc-qv9w.json b/advisories/unreviewed/2022/04/GHSA-rqh5-6jxc-qv9w/GHSA-rqh5-6jxc-qv9w.json index b258f50c602..4c74e6a50c2 100644 --- a/advisories/unreviewed/2022/04/GHSA-rqh5-6jxc-qv9w/GHSA-rqh5-6jxc-qv9w.json +++ b/advisories/unreviewed/2022/04/GHSA-rqh5-6jxc-qv9w/GHSA-rqh5-6jxc-qv9w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-w4vp-6x5p-cm7m/GHSA-w4vp-6x5p-cm7m.json b/advisories/unreviewed/2022/04/GHSA-w4vp-6x5p-cm7m/GHSA-w4vp-6x5p-cm7m.json index 8b579f9502b..bf4c6a68e0c 100644 --- a/advisories/unreviewed/2022/04/GHSA-w4vp-6x5p-cm7m/GHSA-w4vp-6x5p-cm7m.json +++ b/advisories/unreviewed/2022/04/GHSA-w4vp-6x5p-cm7m/GHSA-w4vp-6x5p-cm7m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-226h-772w-v9vj/GHSA-226h-772w-v9vj.json b/advisories/unreviewed/2022/05/GHSA-226h-772w-v9vj/GHSA-226h-772w-v9vj.json index ce6863c5b11..36d9e90da0e 100644 --- a/advisories/unreviewed/2022/05/GHSA-226h-772w-v9vj/GHSA-226h-772w-v9vj.json +++ b/advisories/unreviewed/2022/05/GHSA-226h-772w-v9vj/GHSA-226h-772w-v9vj.json @@ -7,12 +7,8 @@ "CVE-2019-11523" ], "details": "Anviz Global M3 Outdoor RFID Access Control executes any command received from any source. No authentication/encryption is done. Attackers can fully interact with the device: for example, send the \"open door\" command, download the users list (which includes RFID codes and passcodes in cleartext), or update/create users. The same attack can be executed on a local network and over the internet (if the device is exposed on a public IP address).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-22j8-wpwh-4rrr/GHSA-22j8-wpwh-4rrr.json b/advisories/unreviewed/2022/05/GHSA-22j8-wpwh-4rrr/GHSA-22j8-wpwh-4rrr.json index e3260899522..5e5e123bbaa 100644 --- a/advisories/unreviewed/2022/05/GHSA-22j8-wpwh-4rrr/GHSA-22j8-wpwh-4rrr.json +++ b/advisories/unreviewed/2022/05/GHSA-22j8-wpwh-4rrr/GHSA-22j8-wpwh-4rrr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-234c-whv9-v8j6/GHSA-234c-whv9-v8j6.json b/advisories/unreviewed/2022/05/GHSA-234c-whv9-v8j6/GHSA-234c-whv9-v8j6.json index e30653affa7..de9bbbbba44 100644 --- a/advisories/unreviewed/2022/05/GHSA-234c-whv9-v8j6/GHSA-234c-whv9-v8j6.json +++ b/advisories/unreviewed/2022/05/GHSA-234c-whv9-v8j6/GHSA-234c-whv9-v8j6.json @@ -7,12 +7,8 @@ "CVE-2019-12872" ], "details": "dotCMS before 5.1.6 is vulnerable to a SQL injection that can be exploited by an attacker of the role Publisher via view_unpushed_bundles.jsp.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-234w-xgj2-p772/GHSA-234w-xgj2-p772.json b/advisories/unreviewed/2022/05/GHSA-234w-xgj2-p772/GHSA-234w-xgj2-p772.json index 18b129a9f19..e90f8933ad0 100644 --- a/advisories/unreviewed/2022/05/GHSA-234w-xgj2-p772/GHSA-234w-xgj2-p772.json +++ b/advisories/unreviewed/2022/05/GHSA-234w-xgj2-p772/GHSA-234w-xgj2-p772.json @@ -7,12 +7,8 @@ "CVE-2018-15555" ], "details": "On Telus Actiontec WEB6000Q v1.1.02.22 devices, an attacker can login with root level access with the user \"root\" and password \"admin\" by using the enabled onboard UART headers.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-239g-jrj8-mjwj/GHSA-239g-jrj8-mjwj.json b/advisories/unreviewed/2022/05/GHSA-239g-jrj8-mjwj/GHSA-239g-jrj8-mjwj.json index 4a991a63f29..8e0189b745a 100644 --- a/advisories/unreviewed/2022/05/GHSA-239g-jrj8-mjwj/GHSA-239g-jrj8-mjwj.json +++ b/advisories/unreviewed/2022/05/GHSA-239g-jrj8-mjwj/GHSA-239g-jrj8-mjwj.json @@ -7,12 +7,8 @@ "CVE-2019-11941" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-25c3-3rg2-gf39/GHSA-25c3-3rg2-gf39.json b/advisories/unreviewed/2022/05/GHSA-25c3-3rg2-gf39/GHSA-25c3-3rg2-gf39.json index d337a9425d7..b8c508de844 100644 --- a/advisories/unreviewed/2022/05/GHSA-25c3-3rg2-gf39/GHSA-25c3-3rg2-gf39.json +++ b/advisories/unreviewed/2022/05/GHSA-25c3-3rg2-gf39/GHSA-25c3-3rg2-gf39.json @@ -7,12 +7,8 @@ "CVE-2019-12554" ], "details": "In SweetScape 010 Editor 9.0.1, improper validation of arguments in the internal implementation of the WSubStr function (provided by the scripting engine) allows an attacker to cause a denial of service by crashing the application.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-25r5-g9mw-wmpc/GHSA-25r5-g9mw-wmpc.json b/advisories/unreviewed/2022/05/GHSA-25r5-g9mw-wmpc/GHSA-25r5-g9mw-wmpc.json index f2af6ae832d..3ba305bf952 100644 --- a/advisories/unreviewed/2022/05/GHSA-25r5-g9mw-wmpc/GHSA-25r5-g9mw-wmpc.json +++ b/advisories/unreviewed/2022/05/GHSA-25r5-g9mw-wmpc/GHSA-25r5-g9mw-wmpc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-283x-v98v-cchv/GHSA-283x-v98v-cchv.json b/advisories/unreviewed/2022/05/GHSA-283x-v98v-cchv/GHSA-283x-v98v-cchv.json index 3ea8ee38a5d..48e548b950d 100644 --- a/advisories/unreviewed/2022/05/GHSA-283x-v98v-cchv/GHSA-283x-v98v-cchv.json +++ b/advisories/unreviewed/2022/05/GHSA-283x-v98v-cchv/GHSA-283x-v98v-cchv.json @@ -7,12 +7,8 @@ "CVE-2018-13901" ], "details": "Due to missing permissions in Android Manifest file, Sensitive information disclosure issue can happen in PCI RCS app in Snapdragon Auto, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables in MDM9206, MDM9607, MDM9650, MSM8909W, MSM8996AU, QCA6574AU, QCS605, SD 210/SD 212/SD 205, SD 615/16/SD 415, SD 636, SD 650/52, SD 675, SD 712 / SD 710 / SD 670, SD 730, SD 820, SD 820A, SD 835, SD 845 / SD 850, SD 855, SDA660, SDM630, SDM660", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-284f-xx97-3544/GHSA-284f-xx97-3544.json b/advisories/unreviewed/2022/05/GHSA-284f-xx97-3544/GHSA-284f-xx97-3544.json index 05e024fe1fe..ece29bbe41d 100644 --- a/advisories/unreviewed/2022/05/GHSA-284f-xx97-3544/GHSA-284f-xx97-3544.json +++ b/advisories/unreviewed/2022/05/GHSA-284f-xx97-3544/GHSA-284f-xx97-3544.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2889-44x2-9xg5/GHSA-2889-44x2-9xg5.json b/advisories/unreviewed/2022/05/GHSA-2889-44x2-9xg5/GHSA-2889-44x2-9xg5.json index e1bcbea241b..b158f205a1d 100644 --- a/advisories/unreviewed/2022/05/GHSA-2889-44x2-9xg5/GHSA-2889-44x2-9xg5.json +++ b/advisories/unreviewed/2022/05/GHSA-2889-44x2-9xg5/GHSA-2889-44x2-9xg5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-28xx-6gh9-8gp4/GHSA-28xx-6gh9-8gp4.json b/advisories/unreviewed/2022/05/GHSA-28xx-6gh9-8gp4/GHSA-28xx-6gh9-8gp4.json index 3e0c8b0ea1b..cbb46e033aa 100644 --- a/advisories/unreviewed/2022/05/GHSA-28xx-6gh9-8gp4/GHSA-28xx-6gh9-8gp4.json +++ b/advisories/unreviewed/2022/05/GHSA-28xx-6gh9-8gp4/GHSA-28xx-6gh9-8gp4.json @@ -7,12 +7,8 @@ "CVE-2019-5347" ], "details": "A remote authentication bypass vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2c3g-r828-j8w4/GHSA-2c3g-r828-j8w4.json b/advisories/unreviewed/2022/05/GHSA-2c3g-r828-j8w4/GHSA-2c3g-r828-j8w4.json index 3667d03b179..9d151f4f58d 100644 --- a/advisories/unreviewed/2022/05/GHSA-2c3g-r828-j8w4/GHSA-2c3g-r828-j8w4.json +++ b/advisories/unreviewed/2022/05/GHSA-2c3g-r828-j8w4/GHSA-2c3g-r828-j8w4.json @@ -7,12 +7,8 @@ "CVE-2019-1899" ], "details": "A vulnerability in the web interface of Cisco RV110W, RV130W, and RV215W Routers could allow an unauthenticated, remote attacker to acquire the list of devices that are connected to the guest network. The vulnerability is due to improper authorization of an HTTP request. An attacker could exploit this vulnerability by accessing a specific URI on the web interface of the router.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2c5g-cwp8-gxcg/GHSA-2c5g-cwp8-gxcg.json b/advisories/unreviewed/2022/05/GHSA-2c5g-cwp8-gxcg/GHSA-2c5g-cwp8-gxcg.json index d1eff02179f..7511f46b757 100644 --- a/advisories/unreviewed/2022/05/GHSA-2c5g-cwp8-gxcg/GHSA-2c5g-cwp8-gxcg.json +++ b/advisories/unreviewed/2022/05/GHSA-2c5g-cwp8-gxcg/GHSA-2c5g-cwp8-gxcg.json @@ -7,12 +7,8 @@ "CVE-2019-13295" ], "details": "ImageMagick 7.0.8-50 Q16 has a heap-based buffer over-read at MagickCore/threshold.c in AdaptiveThresholdImage because a width of zero is mishandled.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2cqw-c249-qrpc/GHSA-2cqw-c249-qrpc.json b/advisories/unreviewed/2022/05/GHSA-2cqw-c249-qrpc/GHSA-2cqw-c249-qrpc.json index faf6d4f1c00..ca563c3c999 100644 --- a/advisories/unreviewed/2022/05/GHSA-2cqw-c249-qrpc/GHSA-2cqw-c249-qrpc.json +++ b/advisories/unreviewed/2022/05/GHSA-2cqw-c249-qrpc/GHSA-2cqw-c249-qrpc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2cr2-w68x-qfj5/GHSA-2cr2-w68x-qfj5.json b/advisories/unreviewed/2022/05/GHSA-2cr2-w68x-qfj5/GHSA-2cr2-w68x-qfj5.json index e12c6993502..db8f59cc42a 100644 --- a/advisories/unreviewed/2022/05/GHSA-2cr2-w68x-qfj5/GHSA-2cr2-w68x-qfj5.json +++ b/advisories/unreviewed/2022/05/GHSA-2cr2-w68x-qfj5/GHSA-2cr2-w68x-qfj5.json @@ -7,12 +7,8 @@ "CVE-2019-5374" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2fx6-86r8-c487/GHSA-2fx6-86r8-c487.json b/advisories/unreviewed/2022/05/GHSA-2fx6-86r8-c487/GHSA-2fx6-86r8-c487.json index f0514545f9e..d27d0f59d39 100644 --- a/advisories/unreviewed/2022/05/GHSA-2fx6-86r8-c487/GHSA-2fx6-86r8-c487.json +++ b/advisories/unreviewed/2022/05/GHSA-2fx6-86r8-c487/GHSA-2fx6-86r8-c487.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2h9h-wfvh-5r96/GHSA-2h9h-wfvh-5r96.json b/advisories/unreviewed/2022/05/GHSA-2h9h-wfvh-5r96/GHSA-2h9h-wfvh-5r96.json index 23b4e7b2287..e4b5ea375fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-2h9h-wfvh-5r96/GHSA-2h9h-wfvh-5r96.json +++ b/advisories/unreviewed/2022/05/GHSA-2h9h-wfvh-5r96/GHSA-2h9h-wfvh-5r96.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2hm4-qrp4-v66v/GHSA-2hm4-qrp4-v66v.json b/advisories/unreviewed/2022/05/GHSA-2hm4-qrp4-v66v/GHSA-2hm4-qrp4-v66v.json index 89c3c19e7fd..bc42fac8346 100644 --- a/advisories/unreviewed/2022/05/GHSA-2hm4-qrp4-v66v/GHSA-2hm4-qrp4-v66v.json +++ b/advisories/unreviewed/2022/05/GHSA-2hm4-qrp4-v66v/GHSA-2hm4-qrp4-v66v.json @@ -7,12 +7,8 @@ "CVE-2019-1906" ], "details": "A vulnerability in the Virtual Domain system of Cisco Prime Infrastructure (PI) could allow an authenticated, remote attacker to change the virtual domain configuration, which could lead to privilege escalation. The vulnerability is due to improper validation of API requests. An attacker could exploit this vulnerability by manipulating requests sent to an affected PI server. A successful exploit could allow the attacker to change the virtual domain configuration and possibly elevate privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2mjj-frg5-8m3j/GHSA-2mjj-frg5-8m3j.json b/advisories/unreviewed/2022/05/GHSA-2mjj-frg5-8m3j/GHSA-2mjj-frg5-8m3j.json index c43e7214825..7abd2d8f01f 100644 --- a/advisories/unreviewed/2022/05/GHSA-2mjj-frg5-8m3j/GHSA-2mjj-frg5-8m3j.json +++ b/advisories/unreviewed/2022/05/GHSA-2mjj-frg5-8m3j/GHSA-2mjj-frg5-8m3j.json @@ -7,12 +7,8 @@ "CVE-2019-13250" ], "details": "ACDSee Free 1.1.21 has a User Mode Write AV starting at IDE_ACDStd!IEP_SetColorProfile+0x00000000000b9c2f.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2p6c-33px-9jhq/GHSA-2p6c-33px-9jhq.json b/advisories/unreviewed/2022/05/GHSA-2p6c-33px-9jhq/GHSA-2p6c-33px-9jhq.json index f9a2624e398..93af26a4ca3 100644 --- a/advisories/unreviewed/2022/05/GHSA-2p6c-33px-9jhq/GHSA-2p6c-33px-9jhq.json +++ b/advisories/unreviewed/2022/05/GHSA-2p6c-33px-9jhq/GHSA-2p6c-33px-9jhq.json @@ -7,12 +7,8 @@ "CVE-2019-6632" ], "details": "On BIG-IP 14.1.0-14.1.0.5, 14.0.0-14.0.0.4, 13.0.0-13.1.1.4, and 12.1.0-12.1.4, under certain circumstances, attackers can decrypt configuration items that are encrypted because the vCMP configuration unit key is generated with insufficient randomness. The attack prerequisite is direct access to encrypted configuration and/or UCS files.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2qg6-xm8f-3g3p/GHSA-2qg6-xm8f-3g3p.json b/advisories/unreviewed/2022/05/GHSA-2qg6-xm8f-3g3p/GHSA-2qg6-xm8f-3g3p.json index 3a99438b380..d3c8f2b63c7 100644 --- a/advisories/unreviewed/2022/05/GHSA-2qg6-xm8f-3g3p/GHSA-2qg6-xm8f-3g3p.json +++ b/advisories/unreviewed/2022/05/GHSA-2qg6-xm8f-3g3p/GHSA-2qg6-xm8f-3g3p.json @@ -7,12 +7,8 @@ "CVE-2019-6752" ], "details": "This vulnerability allows remote attackers to disclose sensitive information on vulnerable installations of Foxit PhantomPDF 9.3.10826. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the parsing of PDF documents. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated object. An attacker can leverage this in conjunction with other vulnerabilities to execute code in the context of the current process. Was ZDI-CAN-7620.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2qmx-rjgf-q7p7/GHSA-2qmx-rjgf-q7p7.json b/advisories/unreviewed/2022/05/GHSA-2qmx-rjgf-q7p7/GHSA-2qmx-rjgf-q7p7.json index 7095c39343c..ad8af4ec235 100644 --- a/advisories/unreviewed/2022/05/GHSA-2qmx-rjgf-q7p7/GHSA-2qmx-rjgf-q7p7.json +++ b/advisories/unreviewed/2022/05/GHSA-2qmx-rjgf-q7p7/GHSA-2qmx-rjgf-q7p7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2qrr-vmr2-jmmh/GHSA-2qrr-vmr2-jmmh.json b/advisories/unreviewed/2022/05/GHSA-2qrr-vmr2-jmmh/GHSA-2qrr-vmr2-jmmh.json index 1dd30ff3b6c..4df7eebb444 100644 --- a/advisories/unreviewed/2022/05/GHSA-2qrr-vmr2-jmmh/GHSA-2qrr-vmr2-jmmh.json +++ b/advisories/unreviewed/2022/05/GHSA-2qrr-vmr2-jmmh/GHSA-2qrr-vmr2-jmmh.json @@ -7,12 +7,8 @@ "CVE-2019-5359" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-33h2-rv7w-ppfj/GHSA-33h2-rv7w-ppfj.json b/advisories/unreviewed/2022/05/GHSA-33h2-rv7w-ppfj/GHSA-33h2-rv7w-ppfj.json index fd44fc41ab1..aeb1720c447 100644 --- a/advisories/unreviewed/2022/05/GHSA-33h2-rv7w-ppfj/GHSA-33h2-rv7w-ppfj.json +++ b/advisories/unreviewed/2022/05/GHSA-33h2-rv7w-ppfj/GHSA-33h2-rv7w-ppfj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-379v-rm3f-c48g/GHSA-379v-rm3f-c48g.json b/advisories/unreviewed/2022/05/GHSA-379v-rm3f-c48g/GHSA-379v-rm3f-c48g.json index 53de2e07d4d..98729084dda 100644 --- a/advisories/unreviewed/2022/05/GHSA-379v-rm3f-c48g/GHSA-379v-rm3f-c48g.json +++ b/advisories/unreviewed/2022/05/GHSA-379v-rm3f-c48g/GHSA-379v-rm3f-c48g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-39p4-fjv6-chrx/GHSA-39p4-fjv6-chrx.json b/advisories/unreviewed/2022/05/GHSA-39p4-fjv6-chrx/GHSA-39p4-fjv6-chrx.json index 4d1411a9992..b5f1f29fae9 100644 --- a/advisories/unreviewed/2022/05/GHSA-39p4-fjv6-chrx/GHSA-39p4-fjv6-chrx.json +++ b/advisories/unreviewed/2022/05/GHSA-39p4-fjv6-chrx/GHSA-39p4-fjv6-chrx.json @@ -7,12 +7,8 @@ "CVE-2019-12843" ], "details": "A possible stored JavaScript injection requiring a deliberate server administrator action was detected. The issue was fixed in JetBrains TeamCity 2018.2.3.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3cqj-jcvx-xhxr/GHSA-3cqj-jcvx-xhxr.json b/advisories/unreviewed/2022/05/GHSA-3cqj-jcvx-xhxr/GHSA-3cqj-jcvx-xhxr.json index 1d85216827b..ca1f71c0902 100644 --- a/advisories/unreviewed/2022/05/GHSA-3cqj-jcvx-xhxr/GHSA-3cqj-jcvx-xhxr.json +++ b/advisories/unreviewed/2022/05/GHSA-3cqj-jcvx-xhxr/GHSA-3cqj-jcvx-xhxr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3fcq-fcfj-jgfq/GHSA-3fcq-fcfj-jgfq.json b/advisories/unreviewed/2022/05/GHSA-3fcq-fcfj-jgfq/GHSA-3fcq-fcfj-jgfq.json index 681add7e6b8..86c7a85e247 100644 --- a/advisories/unreviewed/2022/05/GHSA-3fcq-fcfj-jgfq/GHSA-3fcq-fcfj-jgfq.json +++ b/advisories/unreviewed/2022/05/GHSA-3fcq-fcfj-jgfq/GHSA-3fcq-fcfj-jgfq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3fg4-wrjm-f42w/GHSA-3fg4-wrjm-f42w.json b/advisories/unreviewed/2022/05/GHSA-3fg4-wrjm-f42w/GHSA-3fg4-wrjm-f42w.json index 4708ff39e35..4ee197d17d2 100644 --- a/advisories/unreviewed/2022/05/GHSA-3fg4-wrjm-f42w/GHSA-3fg4-wrjm-f42w.json +++ b/advisories/unreviewed/2022/05/GHSA-3fg4-wrjm-f42w/GHSA-3fg4-wrjm-f42w.json @@ -7,12 +7,8 @@ "CVE-2019-5378" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3g5h-5mpr-m5qx/GHSA-3g5h-5mpr-m5qx.json b/advisories/unreviewed/2022/05/GHSA-3g5h-5mpr-m5qx/GHSA-3g5h-5mpr-m5qx.json index de78b09c406..5d6e4f58853 100644 --- a/advisories/unreviewed/2022/05/GHSA-3g5h-5mpr-m5qx/GHSA-3g5h-5mpr-m5qx.json +++ b/advisories/unreviewed/2022/05/GHSA-3g5h-5mpr-m5qx/GHSA-3g5h-5mpr-m5qx.json @@ -7,12 +7,8 @@ "CVE-2018-17842" ], "details": "SQL injection exists in Scriptzee Hotel Booking Engine 1.0 via the hotels h_room_type parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3gfq-rwmc-frjq/GHSA-3gfq-rwmc-frjq.json b/advisories/unreviewed/2022/05/GHSA-3gfq-rwmc-frjq/GHSA-3gfq-rwmc-frjq.json index 9c389a386b0..0e9258f3a5b 100644 --- a/advisories/unreviewed/2022/05/GHSA-3gfq-rwmc-frjq/GHSA-3gfq-rwmc-frjq.json +++ b/advisories/unreviewed/2022/05/GHSA-3gfq-rwmc-frjq/GHSA-3gfq-rwmc-frjq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3gp9-w4vx-8hh2/GHSA-3gp9-w4vx-8hh2.json b/advisories/unreviewed/2022/05/GHSA-3gp9-w4vx-8hh2/GHSA-3gp9-w4vx-8hh2.json index 47517d488a8..d33d8fc1b92 100644 --- a/advisories/unreviewed/2022/05/GHSA-3gp9-w4vx-8hh2/GHSA-3gp9-w4vx-8hh2.json +++ b/advisories/unreviewed/2022/05/GHSA-3gp9-w4vx-8hh2/GHSA-3gp9-w4vx-8hh2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3h3h-vg74-fvqw/GHSA-3h3h-vg74-fvqw.json b/advisories/unreviewed/2022/05/GHSA-3h3h-vg74-fvqw/GHSA-3h3h-vg74-fvqw.json index d2adae29f90..a887d535ccf 100644 --- a/advisories/unreviewed/2022/05/GHSA-3h3h-vg74-fvqw/GHSA-3h3h-vg74-fvqw.json +++ b/advisories/unreviewed/2022/05/GHSA-3h3h-vg74-fvqw/GHSA-3h3h-vg74-fvqw.json @@ -7,12 +7,8 @@ "CVE-2018-14886" ], "details": "The module-description renderer in Odoo Community 11.0 and earlier and Odoo Enterprise 11.0 and earlier does not disable RST's local file inclusion, which allows privileged authenticated users to read local files via a crafted module description.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3h7c-cxfw-4fx2/GHSA-3h7c-cxfw-4fx2.json b/advisories/unreviewed/2022/05/GHSA-3h7c-cxfw-4fx2/GHSA-3h7c-cxfw-4fx2.json index a5f29267e42..84111a8a7ce 100644 --- a/advisories/unreviewed/2022/05/GHSA-3h7c-cxfw-4fx2/GHSA-3h7c-cxfw-4fx2.json +++ b/advisories/unreviewed/2022/05/GHSA-3h7c-cxfw-4fx2/GHSA-3h7c-cxfw-4fx2.json @@ -7,12 +7,8 @@ "CVE-2019-1039" ], "details": "An information disclosure vulnerability exists when the Windows kernel improperly initializes objects in memory.To exploit this vulnerability, an authenticated attacker could run a specially crafted application, aka 'Windows Kernel Information Disclosure Vulnerability'.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3j5c-vvwf-m29h/GHSA-3j5c-vvwf-m29h.json b/advisories/unreviewed/2022/05/GHSA-3j5c-vvwf-m29h/GHSA-3j5c-vvwf-m29h.json index e9487596e9c..e01e2e64c48 100644 --- a/advisories/unreviewed/2022/05/GHSA-3j5c-vvwf-m29h/GHSA-3j5c-vvwf-m29h.json +++ b/advisories/unreviewed/2022/05/GHSA-3j5c-vvwf-m29h/GHSA-3j5c-vvwf-m29h.json @@ -7,12 +7,8 @@ "CVE-2019-7839" ], "details": "ColdFusion versions Update 3 and earlier, Update 10 and earlier, and Update 18 and earlier have a command injection vulnerability. Successful exploitation could lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3mfx-pf4p-4hc4/GHSA-3mfx-pf4p-4hc4.json b/advisories/unreviewed/2022/05/GHSA-3mfx-pf4p-4hc4/GHSA-3mfx-pf4p-4hc4.json index 2928e032ca9..2eccc51943f 100644 --- a/advisories/unreviewed/2022/05/GHSA-3mfx-pf4p-4hc4/GHSA-3mfx-pf4p-4hc4.json +++ b/advisories/unreviewed/2022/05/GHSA-3mfx-pf4p-4hc4/GHSA-3mfx-pf4p-4hc4.json @@ -7,12 +7,8 @@ "CVE-2019-13243" ], "details": "IrfanView 4.52 has a User Mode Write AV starting at image00400000+0x00000000000249c6.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3q85-vgcx-wv5m/GHSA-3q85-vgcx-wv5m.json b/advisories/unreviewed/2022/05/GHSA-3q85-vgcx-wv5m/GHSA-3q85-vgcx-wv5m.json index 4a16e494668..f867146dac5 100644 --- a/advisories/unreviewed/2022/05/GHSA-3q85-vgcx-wv5m/GHSA-3q85-vgcx-wv5m.json +++ b/advisories/unreviewed/2022/05/GHSA-3q85-vgcx-wv5m/GHSA-3q85-vgcx-wv5m.json @@ -7,12 +7,8 @@ "CVE-2019-9186" ], "details": "In several JetBrains IntelliJ IDEA versions, a Spring Boot run configuration with the default setting allowed remote attackers to execute code when the configuration is running, because a JMX server listens on all interfaces (instead of listening on only the localhost interface). This issue has been fixed in the following versions: 2019.1, 2018.3.4, 2018.2.8, 2018.1.8, and 2017.3.7.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3v68-xjhw-g33j/GHSA-3v68-xjhw-g33j.json b/advisories/unreviewed/2022/05/GHSA-3v68-xjhw-g33j/GHSA-3v68-xjhw-g33j.json index 8bc9821dd03..a917f6fac48 100644 --- a/advisories/unreviewed/2022/05/GHSA-3v68-xjhw-g33j/GHSA-3v68-xjhw-g33j.json +++ b/advisories/unreviewed/2022/05/GHSA-3v68-xjhw-g33j/GHSA-3v68-xjhw-g33j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3v6r-pw5p-6hc2/GHSA-3v6r-pw5p-6hc2.json b/advisories/unreviewed/2022/05/GHSA-3v6r-pw5p-6hc2/GHSA-3v6r-pw5p-6hc2.json index 3f531dc0f00..699f2b8c20b 100644 --- a/advisories/unreviewed/2022/05/GHSA-3v6r-pw5p-6hc2/GHSA-3v6r-pw5p-6hc2.json +++ b/advisories/unreviewed/2022/05/GHSA-3v6r-pw5p-6hc2/GHSA-3v6r-pw5p-6hc2.json @@ -7,12 +7,8 @@ "CVE-2019-1007" ], "details": "An elevation of privilege exists in Windows Audio Service, aka 'Windows Audio Service Elevation of Privilege Vulnerability'. This CVE ID is unique from CVE-2019-1021, CVE-2019-1022, CVE-2019-1026, CVE-2019-1027, CVE-2019-1028.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3v9g-j2wr-qjhh/GHSA-3v9g-j2wr-qjhh.json b/advisories/unreviewed/2022/05/GHSA-3v9g-j2wr-qjhh/GHSA-3v9g-j2wr-qjhh.json index 356f736c388..23d320cbc02 100644 --- a/advisories/unreviewed/2022/05/GHSA-3v9g-j2wr-qjhh/GHSA-3v9g-j2wr-qjhh.json +++ b/advisories/unreviewed/2022/05/GHSA-3v9g-j2wr-qjhh/GHSA-3v9g-j2wr-qjhh.json @@ -7,12 +7,8 @@ "CVE-2014-5173" ], "details": "SAP HANA Extend Application Services (XS) allows remote attackers to bypass access restrictions via a request to a private IU5 SDK application that was once public.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -48,9 +44,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3wh5-mq76-rf8p/GHSA-3wh5-mq76-rf8p.json b/advisories/unreviewed/2022/05/GHSA-3wh5-mq76-rf8p/GHSA-3wh5-mq76-rf8p.json index a7364694131..65a3779df28 100644 --- a/advisories/unreviewed/2022/05/GHSA-3wh5-mq76-rf8p/GHSA-3wh5-mq76-rf8p.json +++ b/advisories/unreviewed/2022/05/GHSA-3wh5-mq76-rf8p/GHSA-3wh5-mq76-rf8p.json @@ -7,12 +7,8 @@ "CVE-2018-6131" ], "details": "Object lifecycle issue in WebAssembly in Google Chrome prior to 67.0.3396.62 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3x6x-hm66-23q2/GHSA-3x6x-hm66-23q2.json b/advisories/unreviewed/2022/05/GHSA-3x6x-hm66-23q2/GHSA-3x6x-hm66-23q2.json index 433db6c4500..3af133fbb4a 100644 --- a/advisories/unreviewed/2022/05/GHSA-3x6x-hm66-23q2/GHSA-3x6x-hm66-23q2.json +++ b/advisories/unreviewed/2022/05/GHSA-3x6x-hm66-23q2/GHSA-3x6x-hm66-23q2.json @@ -7,12 +7,8 @@ "CVE-2018-19446" ], "details": "A File Write can occur for specially crafted PDF files in Foxit Reader SDK (ActiveX) Professional 5.4.0.1031 when the JavaScript API Doc.createDataObject is used. An attacker can leverage this to gain remote code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3xh3-2jvh-x9rr/GHSA-3xh3-2jvh-x9rr.json b/advisories/unreviewed/2022/05/GHSA-3xh3-2jvh-x9rr/GHSA-3xh3-2jvh-x9rr.json index 92bce59b053..715f2123536 100644 --- a/advisories/unreviewed/2022/05/GHSA-3xh3-2jvh-x9rr/GHSA-3xh3-2jvh-x9rr.json +++ b/advisories/unreviewed/2022/05/GHSA-3xh3-2jvh-x9rr/GHSA-3xh3-2jvh-x9rr.json @@ -7,12 +7,8 @@ "CVE-2019-12744" ], "details": "SeedDMS before 5.1.11 allows Remote Command Execution (RCE) because of unvalidated file upload of PHP scripts, a different vulnerability than CVE-2018-12940.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-437r-jfr8-6766/GHSA-437r-jfr8-6766.json b/advisories/unreviewed/2022/05/GHSA-437r-jfr8-6766/GHSA-437r-jfr8-6766.json index 8bfb8aaf0ee..6eb4df39564 100644 --- a/advisories/unreviewed/2022/05/GHSA-437r-jfr8-6766/GHSA-437r-jfr8-6766.json +++ b/advisories/unreviewed/2022/05/GHSA-437r-jfr8-6766/GHSA-437r-jfr8-6766.json @@ -7,12 +7,8 @@ "CVE-2019-12844" ], "details": "A possible stored JavaScript injection was detected on one of the JetBrains TeamCity pages. The issue was fixed in TeamCity 2018.2.3.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-43gp-phvm-pqvg/GHSA-43gp-phvm-pqvg.json b/advisories/unreviewed/2022/05/GHSA-43gp-phvm-pqvg/GHSA-43gp-phvm-pqvg.json index f187d314dfe..b680401b204 100644 --- a/advisories/unreviewed/2022/05/GHSA-43gp-phvm-pqvg/GHSA-43gp-phvm-pqvg.json +++ b/advisories/unreviewed/2022/05/GHSA-43gp-phvm-pqvg/GHSA-43gp-phvm-pqvg.json @@ -7,12 +7,8 @@ "CVE-2019-11942" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4429-757q-f87q/GHSA-4429-757q-f87q.json b/advisories/unreviewed/2022/05/GHSA-4429-757q-f87q/GHSA-4429-757q-f87q.json index 24b136e9cc5..41d2e2f020c 100644 --- a/advisories/unreviewed/2022/05/GHSA-4429-757q-f87q/GHSA-4429-757q-f87q.json +++ b/advisories/unreviewed/2022/05/GHSA-4429-757q-f87q/GHSA-4429-757q-f87q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-45mv-99hf-m73p/GHSA-45mv-99hf-m73p.json b/advisories/unreviewed/2022/05/GHSA-45mv-99hf-m73p/GHSA-45mv-99hf-m73p.json index efe2797787d..fd9b032e624 100644 --- a/advisories/unreviewed/2022/05/GHSA-45mv-99hf-m73p/GHSA-45mv-99hf-m73p.json +++ b/advisories/unreviewed/2022/05/GHSA-45mv-99hf-m73p/GHSA-45mv-99hf-m73p.json @@ -7,12 +7,8 @@ "CVE-2019-12995" ], "details": "Istio before 1.2.2 mishandles certain access tokens, leading to \"Epoch 0 terminated with an error\" in Envoy. This is related to a jwt_authenticator.cc segmentation fault.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4687-m9rr-f6p3/GHSA-4687-m9rr-f6p3.json b/advisories/unreviewed/2022/05/GHSA-4687-m9rr-f6p3/GHSA-4687-m9rr-f6p3.json index abf77e54f8b..01c75ab5cc6 100644 --- a/advisories/unreviewed/2022/05/GHSA-4687-m9rr-f6p3/GHSA-4687-m9rr-f6p3.json +++ b/advisories/unreviewed/2022/05/GHSA-4687-m9rr-f6p3/GHSA-4687-m9rr-f6p3.json @@ -7,12 +7,8 @@ "CVE-2019-3569" ], "details": "HHVM, when used with FastCGI, would bind by default to all available interfaces. This behavior could allow a malicious individual unintended direct access to the application, which could result in information disclosure. This issue affects versions 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.7.0, 4.8.0, versions 3.30.5 and below, and all versions in the 4.0, 4.1, and 4.2 series.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-46j6-cp62-x453/GHSA-46j6-cp62-x453.json b/advisories/unreviewed/2022/05/GHSA-46j6-cp62-x453/GHSA-46j6-cp62-x453.json index a10fa79fe5f..1b5b64a02ef 100644 --- a/advisories/unreviewed/2022/05/GHSA-46j6-cp62-x453/GHSA-46j6-cp62-x453.json +++ b/advisories/unreviewed/2022/05/GHSA-46j6-cp62-x453/GHSA-46j6-cp62-x453.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-48gx-vpm5-hv8j/GHSA-48gx-vpm5-hv8j.json b/advisories/unreviewed/2022/05/GHSA-48gx-vpm5-hv8j/GHSA-48gx-vpm5-hv8j.json index e554b47b438..b7b76e3ca05 100644 --- a/advisories/unreviewed/2022/05/GHSA-48gx-vpm5-hv8j/GHSA-48gx-vpm5-hv8j.json +++ b/advisories/unreviewed/2022/05/GHSA-48gx-vpm5-hv8j/GHSA-48gx-vpm5-hv8j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4ccq-6mpg-3gmq/GHSA-4ccq-6mpg-3gmq.json b/advisories/unreviewed/2022/05/GHSA-4ccq-6mpg-3gmq/GHSA-4ccq-6mpg-3gmq.json index efbeb37579c..a1f263edec4 100644 --- a/advisories/unreviewed/2022/05/GHSA-4ccq-6mpg-3gmq/GHSA-4ccq-6mpg-3gmq.json +++ b/advisories/unreviewed/2022/05/GHSA-4ccq-6mpg-3gmq/GHSA-4ccq-6mpg-3gmq.json @@ -7,12 +7,8 @@ "CVE-2019-6971" ], "details": "An issue was discovered on TP-Link TL-WR1043ND V2 devices. An attacker can send a cookie in an HTTP authentication packet to the router management web interface, and fully control the router without knowledge of the credentials.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4hmq-2484-r7m4/GHSA-4hmq-2484-r7m4.json b/advisories/unreviewed/2022/05/GHSA-4hmq-2484-r7m4/GHSA-4hmq-2484-r7m4.json index 144e5dfba42..7ebdfa14815 100644 --- a/advisories/unreviewed/2022/05/GHSA-4hmq-2484-r7m4/GHSA-4hmq-2484-r7m4.json +++ b/advisories/unreviewed/2022/05/GHSA-4hmq-2484-r7m4/GHSA-4hmq-2484-r7m4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4j8f-mqj5-m6wg/GHSA-4j8f-mqj5-m6wg.json b/advisories/unreviewed/2022/05/GHSA-4j8f-mqj5-m6wg/GHSA-4j8f-mqj5-m6wg.json index 7f936fdbd00..79b52b3e9f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-4j8f-mqj5-m6wg/GHSA-4j8f-mqj5-m6wg.json +++ b/advisories/unreviewed/2022/05/GHSA-4j8f-mqj5-m6wg/GHSA-4j8f-mqj5-m6wg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4jx7-8v27-p2qq/GHSA-4jx7-8v27-p2qq.json b/advisories/unreviewed/2022/05/GHSA-4jx7-8v27-p2qq/GHSA-4jx7-8v27-p2qq.json index 5adb3e9ed12..f7d8ceaf8d9 100644 --- a/advisories/unreviewed/2022/05/GHSA-4jx7-8v27-p2qq/GHSA-4jx7-8v27-p2qq.json +++ b/advisories/unreviewed/2022/05/GHSA-4jx7-8v27-p2qq/GHSA-4jx7-8v27-p2qq.json @@ -7,12 +7,8 @@ "CVE-2019-12505" ], "details": "Due to unencrypted and unauthenticated data communication, the wireless presenter Inateck WP1001 v1.3C is prone to keystroke injection attacks. Thus, an attacker is able to send arbitrary keystrokes to a victim's computer system, e.g., to install malware when the target system is unattended. In this way, an attacker can remotely take control over the victim's computer that is operated with an affected receiver of this device.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4pp6-m86c-j4gj/GHSA-4pp6-m86c-j4gj.json b/advisories/unreviewed/2022/05/GHSA-4pp6-m86c-j4gj/GHSA-4pp6-m86c-j4gj.json index bb95ec3c47f..fd7c759b118 100644 --- a/advisories/unreviewed/2022/05/GHSA-4pp6-m86c-j4gj/GHSA-4pp6-m86c-j4gj.json +++ b/advisories/unreviewed/2022/05/GHSA-4pp6-m86c-j4gj/GHSA-4pp6-m86c-j4gj.json @@ -7,12 +7,8 @@ "CVE-2013-1620" ], "details": "The TLS implementation in Mozilla Network Security Services (NSS) does not properly consider timing side-channel attacks on a noncompliant MAC check operation during the processing of malformed CBC padding, which allows remote attackers to conduct distinguishing attacks and plaintext-recovery attacks via statistical analysis of timing data for crafted packets, a related issue to CVE-2013-0169.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4pxw-3px9-5fg9/GHSA-4pxw-3px9-5fg9.json b/advisories/unreviewed/2022/05/GHSA-4pxw-3px9-5fg9/GHSA-4pxw-3px9-5fg9.json index 5a078b412e2..a657c02ca47 100644 --- a/advisories/unreviewed/2022/05/GHSA-4pxw-3px9-5fg9/GHSA-4pxw-3px9-5fg9.json +++ b/advisories/unreviewed/2022/05/GHSA-4pxw-3px9-5fg9/GHSA-4pxw-3px9-5fg9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4v2j-q3rr-8qmg/GHSA-4v2j-q3rr-8qmg.json b/advisories/unreviewed/2022/05/GHSA-4v2j-q3rr-8qmg/GHSA-4v2j-q3rr-8qmg.json index ac15f837d2d..0bc564326e4 100644 --- a/advisories/unreviewed/2022/05/GHSA-4v2j-q3rr-8qmg/GHSA-4v2j-q3rr-8qmg.json +++ b/advisories/unreviewed/2022/05/GHSA-4v2j-q3rr-8qmg/GHSA-4v2j-q3rr-8qmg.json @@ -7,12 +7,8 @@ "CVE-2019-5349" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4vw2-74q5-jc2q/GHSA-4vw2-74q5-jc2q.json b/advisories/unreviewed/2022/05/GHSA-4vw2-74q5-jc2q/GHSA-4vw2-74q5-jc2q.json index 59f5e25a03d..e275b0a1df5 100644 --- a/advisories/unreviewed/2022/05/GHSA-4vw2-74q5-jc2q/GHSA-4vw2-74q5-jc2q.json +++ b/advisories/unreviewed/2022/05/GHSA-4vw2-74q5-jc2q/GHSA-4vw2-74q5-jc2q.json @@ -7,12 +7,8 @@ "CVE-2019-13074" ], "details": "A vulnerability in the FTP daemon on MikroTik routers through 6.44.3 could allow remote attackers to exhaust all available memory, causing the device to reboot because of uncontrolled resource management.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4wj3-4qq7-8c83/GHSA-4wj3-4qq7-8c83.json b/advisories/unreviewed/2022/05/GHSA-4wj3-4qq7-8c83/GHSA-4wj3-4qq7-8c83.json index 94a74098940..527228f14ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-4wj3-4qq7-8c83/GHSA-4wj3-4qq7-8c83.json +++ b/advisories/unreviewed/2022/05/GHSA-4wj3-4qq7-8c83/GHSA-4wj3-4qq7-8c83.json @@ -7,12 +7,8 @@ "CVE-2018-7125" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4xh9-c7jc-9fc5/GHSA-4xh9-c7jc-9fc5.json b/advisories/unreviewed/2022/05/GHSA-4xh9-c7jc-9fc5/GHSA-4xh9-c7jc-9fc5.json index 0b109824001..7212becaae8 100644 --- a/advisories/unreviewed/2022/05/GHSA-4xh9-c7jc-9fc5/GHSA-4xh9-c7jc-9fc5.json +++ b/advisories/unreviewed/2022/05/GHSA-4xh9-c7jc-9fc5/GHSA-4xh9-c7jc-9fc5.json @@ -7,12 +7,8 @@ "CVE-2018-19447" ], "details": "A stack-based buffer overflow can occur for specially crafted PDF files in Foxit Reader SDK (ActiveX) 5.4.0.1031 when parsing the URI string. An attacker can leverage this to gain remote code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4xw5-94vh-6xmx/GHSA-4xw5-94vh-6xmx.json b/advisories/unreviewed/2022/05/GHSA-4xw5-94vh-6xmx/GHSA-4xw5-94vh-6xmx.json index fb55f341d9a..af653d813b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-4xw5-94vh-6xmx/GHSA-4xw5-94vh-6xmx.json +++ b/advisories/unreviewed/2022/05/GHSA-4xw5-94vh-6xmx/GHSA-4xw5-94vh-6xmx.json @@ -7,12 +7,8 @@ "CVE-2018-18944" ], "details": "Artha ~ The Open Thesaurus 1.0.3.0 has a Buffer Overflow.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-54f2-q9g6-3cvc/GHSA-54f2-q9g6-3cvc.json b/advisories/unreviewed/2022/05/GHSA-54f2-q9g6-3cvc/GHSA-54f2-q9g6-3cvc.json index 072afe7114d..3fb8aa53ebd 100644 --- a/advisories/unreviewed/2022/05/GHSA-54f2-q9g6-3cvc/GHSA-54f2-q9g6-3cvc.json +++ b/advisories/unreviewed/2022/05/GHSA-54f2-q9g6-3cvc/GHSA-54f2-q9g6-3cvc.json @@ -7,12 +7,8 @@ "CVE-2019-10964" ], "details": "In Medtronic MinMed 508 and Medtronic Minimed Paradigm Insulin Pumps, Versions, MiniMed 508 pump ? All versions, MiniMed Paradigm 511 pump ? All versions, MiniMed Paradigm 512/712 pumps ? All versions, MiniMed Paradigm 712E pump?All versions, MiniMed Paradigm 515/715 pumps?All versions, MiniMed Paradigm 522/722 pumps ? All versions,MiniMed Paradigm 522K/722K pumps ? All versions, MiniMed Paradigm 523/723 pumps ? Software versions 2.4A or lower, MiniMed Paradigm 523K/723K pumps ? Software, versions 2.4A or lower, MiniMed Paradigm Veo 554/754 pumps ? Software versions 2.6A or lower, MiniMed Paradigm Veo 554CM and 754CM models only ? Software versions 2.7A or lower, the affected insulin pumps are designed to communicate using a wireless RF with other devices, such as blood glucose meters, glucose sensor transmitters, and CareLink USB devices. This wireless RF communication protocol does not properly implement authentication or authorization. An attacker with adjacent access to one of the affected insulin pump models can inject, replay, modify, and/or intercept data. This vulnerability could also allow attackers to change pump settings and control insulin delivery.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-54g7-gxj7-4j7h/GHSA-54g7-gxj7-4j7h.json b/advisories/unreviewed/2022/05/GHSA-54g7-gxj7-4j7h/GHSA-54g7-gxj7-4j7h.json index 44946bf1faf..118267cf2ae 100644 --- a/advisories/unreviewed/2022/05/GHSA-54g7-gxj7-4j7h/GHSA-54g7-gxj7-4j7h.json +++ b/advisories/unreviewed/2022/05/GHSA-54g7-gxj7-4j7h/GHSA-54g7-gxj7-4j7h.json @@ -7,12 +7,8 @@ "CVE-2019-13035" ], "details": "Artica Pandora FMS 7.0 NG before 735 suffers from local privilege escalation due to improper permissions on C:\\PandoraFMS and its sub-folders, allowing standard users to create new files. Moreover, the Apache service httpd.exe will try to execute cmd.exe from C:\\PandoraFMS (the current directory) as NT AUTHORITY\\SYSTEM upon web requests to the portal. This will effectively allow non-privileged users to escalate privileges to NT AUTHORITY\\SYSTEM.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-55r5-f664-q4f7/GHSA-55r5-f664-q4f7.json b/advisories/unreviewed/2022/05/GHSA-55r5-f664-q4f7/GHSA-55r5-f664-q4f7.json index 889f8d2ac04..8a0f589641d 100644 --- a/advisories/unreviewed/2022/05/GHSA-55r5-f664-q4f7/GHSA-55r5-f664-q4f7.json +++ b/advisories/unreviewed/2022/05/GHSA-55r5-f664-q4f7/GHSA-55r5-f664-q4f7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-568m-8wg8-9fpr/GHSA-568m-8wg8-9fpr.json b/advisories/unreviewed/2022/05/GHSA-568m-8wg8-9fpr/GHSA-568m-8wg8-9fpr.json index e93d0070207..03fb526b4dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-568m-8wg8-9fpr/GHSA-568m-8wg8-9fpr.json +++ b/advisories/unreviewed/2022/05/GHSA-568m-8wg8-9fpr/GHSA-568m-8wg8-9fpr.json @@ -7,12 +7,8 @@ "CVE-2019-11949" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-56wm-72fp-g8xg/GHSA-56wm-72fp-g8xg.json b/advisories/unreviewed/2022/05/GHSA-56wm-72fp-g8xg/GHSA-56wm-72fp-g8xg.json index 9b00040da35..66207844ff6 100644 --- a/advisories/unreviewed/2022/05/GHSA-56wm-72fp-g8xg/GHSA-56wm-72fp-g8xg.json +++ b/advisories/unreviewed/2022/05/GHSA-56wm-72fp-g8xg/GHSA-56wm-72fp-g8xg.json @@ -7,12 +7,8 @@ "CVE-2019-5366" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5cfc-grcq-cpp9/GHSA-5cfc-grcq-cpp9.json b/advisories/unreviewed/2022/05/GHSA-5cfc-grcq-cpp9/GHSA-5cfc-grcq-cpp9.json index 71398550684..62cb7d1abe3 100644 --- a/advisories/unreviewed/2022/05/GHSA-5cfc-grcq-cpp9/GHSA-5cfc-grcq-cpp9.json +++ b/advisories/unreviewed/2022/05/GHSA-5cfc-grcq-cpp9/GHSA-5cfc-grcq-cpp9.json @@ -7,12 +7,8 @@ "CVE-2019-5368" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5fqm-f4f4-5vpq/GHSA-5fqm-f4f4-5vpq.json b/advisories/unreviewed/2022/05/GHSA-5fqm-f4f4-5vpq/GHSA-5fqm-f4f4-5vpq.json index e2d574db374..7a28bb69489 100644 --- a/advisories/unreviewed/2022/05/GHSA-5fqm-f4f4-5vpq/GHSA-5fqm-f4f4-5vpq.json +++ b/advisories/unreviewed/2022/05/GHSA-5fqm-f4f4-5vpq/GHSA-5fqm-f4f4-5vpq.json @@ -7,12 +7,8 @@ "CVE-2019-1019" ], "details": "A security feature bypass vulnerability exists where a NETLOGON message is able to obtain the session key and sign messages.To exploit this vulnerability, an attacker could send a specially crafted authentication request, aka 'Microsoft Windows Security Feature Bypass Vulnerability'.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5g8r-gfq9-rv9g/GHSA-5g8r-gfq9-rv9g.json b/advisories/unreviewed/2022/05/GHSA-5g8r-gfq9-rv9g/GHSA-5g8r-gfq9-rv9g.json index 9b62e999b46..b2c7ccff5e4 100644 --- a/advisories/unreviewed/2022/05/GHSA-5g8r-gfq9-rv9g/GHSA-5g8r-gfq9-rv9g.json +++ b/advisories/unreviewed/2022/05/GHSA-5g8r-gfq9-rv9g/GHSA-5g8r-gfq9-rv9g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5gmr-mpx2-2vqh/GHSA-5gmr-mpx2-2vqh.json b/advisories/unreviewed/2022/05/GHSA-5gmr-mpx2-2vqh/GHSA-5gmr-mpx2-2vqh.json index cfb2be3a300..ca38126469f 100644 --- a/advisories/unreviewed/2022/05/GHSA-5gmr-mpx2-2vqh/GHSA-5gmr-mpx2-2vqh.json +++ b/advisories/unreviewed/2022/05/GHSA-5gmr-mpx2-2vqh/GHSA-5gmr-mpx2-2vqh.json @@ -7,12 +7,8 @@ "CVE-2019-13390" ], "details": "In FFmpeg 4.1.3, there is a division by zero at adx_write_trailer in libavformat/rawenc.c. This may be related to two NULL pointers passed as arguments at libavcodec/frame_thread_encoder.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5gwh-jq3g-q6rh/GHSA-5gwh-jq3g-q6rh.json b/advisories/unreviewed/2022/05/GHSA-5gwh-jq3g-q6rh/GHSA-5gwh-jq3g-q6rh.json index a0a36e2cdcb..48577379072 100644 --- a/advisories/unreviewed/2022/05/GHSA-5gwh-jq3g-q6rh/GHSA-5gwh-jq3g-q6rh.json +++ b/advisories/unreviewed/2022/05/GHSA-5gwh-jq3g-q6rh/GHSA-5gwh-jq3g-q6rh.json @@ -7,12 +7,8 @@ "CVE-2019-13253" ], "details": "XnView Classic 2.48 has a User Mode Write AV starting at xnview+0x0000000000385474.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5h8g-qjw9-h4v6/GHSA-5h8g-qjw9-h4v6.json b/advisories/unreviewed/2022/05/GHSA-5h8g-qjw9-h4v6/GHSA-5h8g-qjw9-h4v6.json index f8e022915d6..24df43131aa 100644 --- a/advisories/unreviewed/2022/05/GHSA-5h8g-qjw9-h4v6/GHSA-5h8g-qjw9-h4v6.json +++ b/advisories/unreviewed/2022/05/GHSA-5h8g-qjw9-h4v6/GHSA-5h8g-qjw9-h4v6.json @@ -7,12 +7,8 @@ "CVE-2019-4217" ], "details": "IBM Security Information Queue (ISIQ) 1.0.0, 1.0.1, and 1.0.2 could allow a remote attacker to hijack the clicking action of the victim. By persuading a victim to visit a malicious Web site, a remote attacker could exploit this vulnerability to hijack the victim's click actions and possibly launch further attacks against the victim. IBM X-Force ID: 159226.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5j86-82cw-7ff8/GHSA-5j86-82cw-7ff8.json b/advisories/unreviewed/2022/05/GHSA-5j86-82cw-7ff8/GHSA-5j86-82cw-7ff8.json index 41147545db8..a3c434c704a 100644 --- a/advisories/unreviewed/2022/05/GHSA-5j86-82cw-7ff8/GHSA-5j86-82cw-7ff8.json +++ b/advisories/unreviewed/2022/05/GHSA-5j86-82cw-7ff8/GHSA-5j86-82cw-7ff8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5jf5-6r4r-r7r3/GHSA-5jf5-6r4r-r7r3.json b/advisories/unreviewed/2022/05/GHSA-5jf5-6r4r-r7r3/GHSA-5jf5-6r4r-r7r3.json index 64ab4c04f5e..d72c7e9760d 100644 --- a/advisories/unreviewed/2022/05/GHSA-5jf5-6r4r-r7r3/GHSA-5jf5-6r4r-r7r3.json +++ b/advisories/unreviewed/2022/05/GHSA-5jf5-6r4r-r7r3/GHSA-5jf5-6r4r-r7r3.json @@ -7,12 +7,8 @@ "CVE-2019-5355" ], "details": "A remote denial of service vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5jmg-vr68-wc3m/GHSA-5jmg-vr68-wc3m.json b/advisories/unreviewed/2022/05/GHSA-5jmg-vr68-wc3m/GHSA-5jmg-vr68-wc3m.json index 8b19cad747b..1719171e81f 100644 --- a/advisories/unreviewed/2022/05/GHSA-5jmg-vr68-wc3m/GHSA-5jmg-vr68-wc3m.json +++ b/advisories/unreviewed/2022/05/GHSA-5jmg-vr68-wc3m/GHSA-5jmg-vr68-wc3m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5p94-gq8g-9789/GHSA-5p94-gq8g-9789.json b/advisories/unreviewed/2022/05/GHSA-5p94-gq8g-9789/GHSA-5p94-gq8g-9789.json index 240e5e10deb..62efae5c957 100644 --- a/advisories/unreviewed/2022/05/GHSA-5p94-gq8g-9789/GHSA-5p94-gq8g-9789.json +++ b/advisories/unreviewed/2022/05/GHSA-5p94-gq8g-9789/GHSA-5p94-gq8g-9789.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5r5x-3gwj-56vr/GHSA-5r5x-3gwj-56vr.json b/advisories/unreviewed/2022/05/GHSA-5r5x-3gwj-56vr/GHSA-5r5x-3gwj-56vr.json index eeb91e36ec9..b780210f91d 100644 --- a/advisories/unreviewed/2022/05/GHSA-5r5x-3gwj-56vr/GHSA-5r5x-3gwj-56vr.json +++ b/advisories/unreviewed/2022/05/GHSA-5r5x-3gwj-56vr/GHSA-5r5x-3gwj-56vr.json @@ -7,12 +7,8 @@ "CVE-2019-1620" ], "details": "A vulnerability in the web-based management interface of Cisco Data Center Network Manager (DCNM) could allow an unauthenticated, remote attacker to upload arbitrary files on an affected device. The vulnerability is due to incorrect permission settings in affected DCNM software. An attacker could exploit this vulnerability by uploading specially crafted data to the affected device. A successful exploit could allow the attacker to write arbitrary files on the filesystem and execute code with root privileges on the affected device.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5r7w-xvrp-rg22/GHSA-5r7w-xvrp-rg22.json b/advisories/unreviewed/2022/05/GHSA-5r7w-xvrp-rg22/GHSA-5r7w-xvrp-rg22.json index cbc35e9acc8..7780cbf7b74 100644 --- a/advisories/unreviewed/2022/05/GHSA-5r7w-xvrp-rg22/GHSA-5r7w-xvrp-rg22.json +++ b/advisories/unreviewed/2022/05/GHSA-5r7w-xvrp-rg22/GHSA-5r7w-xvrp-rg22.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5rv5-9pv6-gvqv/GHSA-5rv5-9pv6-gvqv.json b/advisories/unreviewed/2022/05/GHSA-5rv5-9pv6-gvqv/GHSA-5rv5-9pv6-gvqv.json index 9239c6b1d95..12f6a2d94da 100644 --- a/advisories/unreviewed/2022/05/GHSA-5rv5-9pv6-gvqv/GHSA-5rv5-9pv6-gvqv.json +++ b/advisories/unreviewed/2022/05/GHSA-5rv5-9pv6-gvqv/GHSA-5rv5-9pv6-gvqv.json @@ -7,12 +7,8 @@ "CVE-2019-5377" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5w5r-cgx2-jf78/GHSA-5w5r-cgx2-jf78.json b/advisories/unreviewed/2022/05/GHSA-5w5r-cgx2-jf78/GHSA-5w5r-cgx2-jf78.json index 30c91b16314..299d01a024d 100644 --- a/advisories/unreviewed/2022/05/GHSA-5w5r-cgx2-jf78/GHSA-5w5r-cgx2-jf78.json +++ b/advisories/unreviewed/2022/05/GHSA-5w5r-cgx2-jf78/GHSA-5w5r-cgx2-jf78.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5w76-5rq6-44v8/GHSA-5w76-5rq6-44v8.json b/advisories/unreviewed/2022/05/GHSA-5w76-5rq6-44v8/GHSA-5w76-5rq6-44v8.json index 50025038813..25fb6388e4c 100644 --- a/advisories/unreviewed/2022/05/GHSA-5w76-5rq6-44v8/GHSA-5w76-5rq6-44v8.json +++ b/advisories/unreviewed/2022/05/GHSA-5w76-5rq6-44v8/GHSA-5w76-5rq6-44v8.json @@ -7,12 +7,8 @@ "CVE-2019-12504" ], "details": "Due to unencrypted and unauthenticated data communication, the wireless presenter Inateck WP2002 is prone to keystroke injection attacks. Thus, an attacker is able to send arbitrary keystrokes to a victim's computer system, e.g., to install malware when the target system is unattended. In this way, an attacker can remotely take control over the victim's computer that is operated with an affected receiver of this device.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5wqv-9j2g-c74r/GHSA-5wqv-9j2g-c74r.json b/advisories/unreviewed/2022/05/GHSA-5wqv-9j2g-c74r/GHSA-5wqv-9j2g-c74r.json index 1a73a314387..04fd837c1f0 100644 --- a/advisories/unreviewed/2022/05/GHSA-5wqv-9j2g-c74r/GHSA-5wqv-9j2g-c74r.json +++ b/advisories/unreviewed/2022/05/GHSA-5wqv-9j2g-c74r/GHSA-5wqv-9j2g-c74r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5x4h-v3qf-qw26/GHSA-5x4h-v3qf-qw26.json b/advisories/unreviewed/2022/05/GHSA-5x4h-v3qf-qw26/GHSA-5x4h-v3qf-qw26.json index 53051d25974..cdaab754e1c 100644 --- a/advisories/unreviewed/2022/05/GHSA-5x4h-v3qf-qw26/GHSA-5x4h-v3qf-qw26.json +++ b/advisories/unreviewed/2022/05/GHSA-5x4h-v3qf-qw26/GHSA-5x4h-v3qf-qw26.json @@ -7,12 +7,8 @@ "CVE-2018-14868" ], "details": "Incorrect access control in the Password Encryption module in Odoo Community 9.0 and Odoo Enterprise 9.0 allows authenticated users to change the password of other users without knowing their current password via a crafted RPC call.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-62gc-6823-jqp8/GHSA-62gc-6823-jqp8.json b/advisories/unreviewed/2022/05/GHSA-62gc-6823-jqp8/GHSA-62gc-6823-jqp8.json index 7cf15cac199..52e8a6e8874 100644 --- a/advisories/unreviewed/2022/05/GHSA-62gc-6823-jqp8/GHSA-62gc-6823-jqp8.json +++ b/advisories/unreviewed/2022/05/GHSA-62gc-6823-jqp8/GHSA-62gc-6823-jqp8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-646p-7ppf-pw4m/GHSA-646p-7ppf-pw4m.json b/advisories/unreviewed/2022/05/GHSA-646p-7ppf-pw4m/GHSA-646p-7ppf-pw4m.json index 75aaa48be31..368a3aaaf14 100644 --- a/advisories/unreviewed/2022/05/GHSA-646p-7ppf-pw4m/GHSA-646p-7ppf-pw4m.json +++ b/advisories/unreviewed/2022/05/GHSA-646p-7ppf-pw4m/GHSA-646p-7ppf-pw4m.json @@ -7,12 +7,8 @@ "CVE-2019-5380" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-647p-m9j5-g64f/GHSA-647p-m9j5-g64f.json b/advisories/unreviewed/2022/05/GHSA-647p-m9j5-g64f/GHSA-647p-m9j5-g64f.json index 7595c630666..f494aa6c3ea 100644 --- a/advisories/unreviewed/2022/05/GHSA-647p-m9j5-g64f/GHSA-647p-m9j5-g64f.json +++ b/advisories/unreviewed/2022/05/GHSA-647p-m9j5-g64f/GHSA-647p-m9j5-g64f.json @@ -7,12 +7,8 @@ "CVE-2019-9873" ], "details": "In several versions of JetBrains IntelliJ IDEA Ultimate, creating Task Servers configurations leads to saving a cleartext unencrypted record of the server credentials in the IDE configuration files. The issue has been fixed in the following versions: 2019.1, 2018.3.5, 2018.2.8, and 2018.1.8.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-655j-6f48-j3jp/GHSA-655j-6f48-j3jp.json b/advisories/unreviewed/2022/05/GHSA-655j-6f48-j3jp/GHSA-655j-6f48-j3jp.json index dda09e720f9..ecd57b7c585 100644 --- a/advisories/unreviewed/2022/05/GHSA-655j-6f48-j3jp/GHSA-655j-6f48-j3jp.json +++ b/advisories/unreviewed/2022/05/GHSA-655j-6f48-j3jp/GHSA-655j-6f48-j3jp.json @@ -7,12 +7,8 @@ "CVE-2019-8283" ], "details": "Hasplm cookie in Gemalto Admin Control Center, all versions prior to 7.92, does not have 'HttpOnly' flag. This allows malicious javascript to steal it.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-668g-wq5h-h497/GHSA-668g-wq5h-h497.json b/advisories/unreviewed/2022/05/GHSA-668g-wq5h-h497/GHSA-668g-wq5h-h497.json index d18d819f116..90132619f62 100644 --- a/advisories/unreviewed/2022/05/GHSA-668g-wq5h-h497/GHSA-668g-wq5h-h497.json +++ b/advisories/unreviewed/2022/05/GHSA-668g-wq5h-h497/GHSA-668g-wq5h-h497.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-669w-w6cj-9w97/GHSA-669w-w6cj-9w97.json b/advisories/unreviewed/2022/05/GHSA-669w-w6cj-9w97/GHSA-669w-w6cj-9w97.json index 116c16e2e63..3c8fac62d5c 100644 --- a/advisories/unreviewed/2022/05/GHSA-669w-w6cj-9w97/GHSA-669w-w6cj-9w97.json +++ b/advisories/unreviewed/2022/05/GHSA-669w-w6cj-9w97/GHSA-669w-w6cj-9w97.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-68c3-jf52-w65f/GHSA-68c3-jf52-w65f.json b/advisories/unreviewed/2022/05/GHSA-68c3-jf52-w65f/GHSA-68c3-jf52-w65f.json index 36a95a52b62..8fc2f925994 100644 --- a/advisories/unreviewed/2022/05/GHSA-68c3-jf52-w65f/GHSA-68c3-jf52-w65f.json +++ b/advisories/unreviewed/2022/05/GHSA-68c3-jf52-w65f/GHSA-68c3-jf52-w65f.json @@ -7,12 +7,8 @@ "CVE-2019-5387" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-68q4-hg7f-7p9c/GHSA-68q4-hg7f-7p9c.json b/advisories/unreviewed/2022/05/GHSA-68q4-hg7f-7p9c/GHSA-68q4-hg7f-7p9c.json index f023ec3806d..58ef44373d5 100644 --- a/advisories/unreviewed/2022/05/GHSA-68q4-hg7f-7p9c/GHSA-68q4-hg7f-7p9c.json +++ b/advisories/unreviewed/2022/05/GHSA-68q4-hg7f-7p9c/GHSA-68q4-hg7f-7p9c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-68x8-v779-5pv3/GHSA-68x8-v779-5pv3.json b/advisories/unreviewed/2022/05/GHSA-68x8-v779-5pv3/GHSA-68x8-v779-5pv3.json index 817ffc14529..b8f12902a7c 100644 --- a/advisories/unreviewed/2022/05/GHSA-68x8-v779-5pv3/GHSA-68x8-v779-5pv3.json +++ b/advisories/unreviewed/2022/05/GHSA-68x8-v779-5pv3/GHSA-68x8-v779-5pv3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-69r6-frgh-wc7c/GHSA-69r6-frgh-wc7c.json b/advisories/unreviewed/2022/05/GHSA-69r6-frgh-wc7c/GHSA-69r6-frgh-wc7c.json index 8e69d98cf01..ffe4a03e3af 100644 --- a/advisories/unreviewed/2022/05/GHSA-69r6-frgh-wc7c/GHSA-69r6-frgh-wc7c.json +++ b/advisories/unreviewed/2022/05/GHSA-69r6-frgh-wc7c/GHSA-69r6-frgh-wc7c.json @@ -7,12 +7,8 @@ "CVE-2019-12133" ], "details": "Multiple Zoho ManageEngine products suffer from local privilege escalation due to improper permissions for the %SYSTEMDRIVE%\\ManageEngine directory and its sub-folders. Moreover, the services associated with said products try to execute binaries such as sc.exe from the current directory upon system start. This will effectively allow non-privileged users to escalate privileges to NT AUTHORITY\\SYSTEM. This affects Desktop Central 10.0.380, EventLog Analyzer 12.0.2, ServiceDesk Plus 10.0.0, SupportCenter Plus 8.1, O365 Manager Plus 4.0, Mobile Device Manager Plus 9.0.0, Patch Connect Plus 9.0.0, Vulnerability Manager Plus 9.0.0, Patch Manager Plus 9.0.0, OpManager 12.3, NetFlow Analyzer 11.0, OpUtils 11.0, Network Configuration Manager 11.0, FireWall 12.0, Key Manager Plus 5.6, Password Manager Pro 9.9, Analytics Plus 1.0, and Browser Security Plus.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6c5p-crmr-mrgh/GHSA-6c5p-crmr-mrgh.json b/advisories/unreviewed/2022/05/GHSA-6c5p-crmr-mrgh/GHSA-6c5p-crmr-mrgh.json index ece13ade4b3..3c9af74cf6e 100644 --- a/advisories/unreviewed/2022/05/GHSA-6c5p-crmr-mrgh/GHSA-6c5p-crmr-mrgh.json +++ b/advisories/unreviewed/2022/05/GHSA-6c5p-crmr-mrgh/GHSA-6c5p-crmr-mrgh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6cf5-9vcc-r289/GHSA-6cf5-9vcc-r289.json b/advisories/unreviewed/2022/05/GHSA-6cf5-9vcc-r289/GHSA-6cf5-9vcc-r289.json index 2eeb2372765..fabae553543 100644 --- a/advisories/unreviewed/2022/05/GHSA-6cf5-9vcc-r289/GHSA-6cf5-9vcc-r289.json +++ b/advisories/unreviewed/2022/05/GHSA-6cf5-9vcc-r289/GHSA-6cf5-9vcc-r289.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6m2x-7chh-x75q/GHSA-6m2x-7chh-x75q.json b/advisories/unreviewed/2022/05/GHSA-6m2x-7chh-x75q/GHSA-6m2x-7chh-x75q.json index 95ae339ee21..295b8f7f2b9 100644 --- a/advisories/unreviewed/2022/05/GHSA-6m2x-7chh-x75q/GHSA-6m2x-7chh-x75q.json +++ b/advisories/unreviewed/2022/05/GHSA-6m2x-7chh-x75q/GHSA-6m2x-7chh-x75q.json @@ -7,12 +7,8 @@ "CVE-2019-1029" ], "details": "A denial of service vulnerability exists in Skype for Business, aka 'Skype for Business and Lync Server Denial of Service Vulnerability'.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6m48-2rvx-3cg7/GHSA-6m48-2rvx-3cg7.json b/advisories/unreviewed/2022/05/GHSA-6m48-2rvx-3cg7/GHSA-6m48-2rvx-3cg7.json index 2a5b527dabf..9c8fff528eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-6m48-2rvx-3cg7/GHSA-6m48-2rvx-3cg7.json +++ b/advisories/unreviewed/2022/05/GHSA-6m48-2rvx-3cg7/GHSA-6m48-2rvx-3cg7.json @@ -7,12 +7,8 @@ "CVE-2019-13247" ], "details": "ACDSee Free 1.1.21 has a User Mode Write AV starting at IDE_ACDStd!JPEGTransW+0x00000000000024ed.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6qj9-m9gc-p7c7/GHSA-6qj9-m9gc-p7c7.json b/advisories/unreviewed/2022/05/GHSA-6qj9-m9gc-p7c7/GHSA-6qj9-m9gc-p7c7.json index 97d651c265b..8ecd2680453 100644 --- a/advisories/unreviewed/2022/05/GHSA-6qj9-m9gc-p7c7/GHSA-6qj9-m9gc-p7c7.json +++ b/advisories/unreviewed/2022/05/GHSA-6qj9-m9gc-p7c7/GHSA-6qj9-m9gc-p7c7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6rpw-c9vp-f3mf/GHSA-6rpw-c9vp-f3mf.json b/advisories/unreviewed/2022/05/GHSA-6rpw-c9vp-f3mf/GHSA-6rpw-c9vp-f3mf.json index f0f7bfe6902..79df57facc8 100644 --- a/advisories/unreviewed/2022/05/GHSA-6rpw-c9vp-f3mf/GHSA-6rpw-c9vp-f3mf.json +++ b/advisories/unreviewed/2022/05/GHSA-6rpw-c9vp-f3mf/GHSA-6rpw-c9vp-f3mf.json @@ -7,12 +7,8 @@ "CVE-2019-13362" ], "details": "Codedoc v3.2 has a stack-based buffer overflow in add_variable in codedoc.c, related to codedoc_strlcpy.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6vwr-x8v3-jm8x/GHSA-6vwr-x8v3-jm8x.json b/advisories/unreviewed/2022/05/GHSA-6vwr-x8v3-jm8x/GHSA-6vwr-x8v3-jm8x.json index e9978db1494..b070704c775 100644 --- a/advisories/unreviewed/2022/05/GHSA-6vwr-x8v3-jm8x/GHSA-6vwr-x8v3-jm8x.json +++ b/advisories/unreviewed/2022/05/GHSA-6vwr-x8v3-jm8x/GHSA-6vwr-x8v3-jm8x.json @@ -7,12 +7,8 @@ "CVE-2019-2255" ], "details": "An unprivileged user can craft a bitstream such that the payload encoded in the bitstream gains code execution in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables in MSM8909W, MSM8996AU, QCS605, Qualcomm 215, SD 210/SD 212/SD 205, SD 425, SD 427, SD 430, SD 435, SD 439 / SD 429, SD 450, SD 625, SD 632, SD 636, SD 675, SD 712 / SD 710 / SD 670, SD 730, SD 820, SD 820A, SD 835, SD 845 / SD 850, SD 855, SD 8CX, SDA660, SDM439, SDM630, SDM660, Snapdragon_High_Med_2016, SXR1130", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6w3j-32rw-w48x/GHSA-6w3j-32rw-w48x.json b/advisories/unreviewed/2022/05/GHSA-6w3j-32rw-w48x/GHSA-6w3j-32rw-w48x.json index 8b807ba9f69..8f4b91b8158 100644 --- a/advisories/unreviewed/2022/05/GHSA-6w3j-32rw-w48x/GHSA-6w3j-32rw-w48x.json +++ b/advisories/unreviewed/2022/05/GHSA-6w3j-32rw-w48x/GHSA-6w3j-32rw-w48x.json @@ -7,12 +7,8 @@ "CVE-2019-5360" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6xgp-xr93-h7m8/GHSA-6xgp-xr93-h7m8.json b/advisories/unreviewed/2022/05/GHSA-6xgp-xr93-h7m8/GHSA-6xgp-xr93-h7m8.json index e941c027abc..df54a7a2f43 100644 --- a/advisories/unreviewed/2022/05/GHSA-6xgp-xr93-h7m8/GHSA-6xgp-xr93-h7m8.json +++ b/advisories/unreviewed/2022/05/GHSA-6xgp-xr93-h7m8/GHSA-6xgp-xr93-h7m8.json @@ -7,12 +7,8 @@ "CVE-2019-2004" ], "details": "In publishKeyEvent, publishMotionEvent and sendUnchainedFinishedSignal of InputTransport.cpp, there are uninitialized data leading to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-7.0 Android-7.1.1 Android-7.1.2 Android-8.0 Android-8.1 Android-9Android ID: A-115739809", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-72cg-9pgw-xm8h/GHSA-72cg-9pgw-xm8h.json b/advisories/unreviewed/2022/05/GHSA-72cg-9pgw-xm8h/GHSA-72cg-9pgw-xm8h.json index 1c7032f3413..c90cc12f4b1 100644 --- a/advisories/unreviewed/2022/05/GHSA-72cg-9pgw-xm8h/GHSA-72cg-9pgw-xm8h.json +++ b/advisories/unreviewed/2022/05/GHSA-72cg-9pgw-xm8h/GHSA-72cg-9pgw-xm8h.json @@ -7,12 +7,8 @@ "CVE-2018-14866" ], "details": "Incorrect access control in the TransientModel framework in Odoo Community 11.0 and earlier and Odoo Enterprise 11.0 and earlier allows authenticated attackers to access data in transient records that they do not own by making an RPC call before garbage collection occurs.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-75r4-pp37-v3cx/GHSA-75r4-pp37-v3cx.json b/advisories/unreviewed/2022/05/GHSA-75r4-pp37-v3cx/GHSA-75r4-pp37-v3cx.json index 66516c08afc..39c093b6668 100644 --- a/advisories/unreviewed/2022/05/GHSA-75r4-pp37-v3cx/GHSA-75r4-pp37-v3cx.json +++ b/advisories/unreviewed/2022/05/GHSA-75r4-pp37-v3cx/GHSA-75r4-pp37-v3cx.json @@ -7,12 +7,8 @@ "CVE-2019-2005" ], "details": "In onPermissionGrantResult of GrantPermissionsActivity.java, there is a possible incorrectly granted permission due to a missing permission check. This could lead to local escalation of privilege on a locked device with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android-8.0 Android-8.1 Android-9Android ID: A-68777217", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-75x9-9cmw-vh37/GHSA-75x9-9cmw-vh37.json b/advisories/unreviewed/2022/05/GHSA-75x9-9cmw-vh37/GHSA-75x9-9cmw-vh37.json index 2920470b377..86ecaa7a4af 100644 --- a/advisories/unreviewed/2022/05/GHSA-75x9-9cmw-vh37/GHSA-75x9-9cmw-vh37.json +++ b/advisories/unreviewed/2022/05/GHSA-75x9-9cmw-vh37/GHSA-75x9-9cmw-vh37.json @@ -7,12 +7,8 @@ "CVE-2019-2104" ], "details": "In HIDL, safe_union, and other C++ structs/unions being sent to application processes, there are uninitialized fields. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation. Product: Android. Versions: Android-8.0 Android-8.1 Android-9. Android ID: A-131356202", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-765w-m24r-3r6m/GHSA-765w-m24r-3r6m.json b/advisories/unreviewed/2022/05/GHSA-765w-m24r-3r6m/GHSA-765w-m24r-3r6m.json index 228b9a617fa..83af1b5e1f0 100644 --- a/advisories/unreviewed/2022/05/GHSA-765w-m24r-3r6m/GHSA-765w-m24r-3r6m.json +++ b/advisories/unreviewed/2022/05/GHSA-765w-m24r-3r6m/GHSA-765w-m24r-3r6m.json @@ -7,12 +7,8 @@ "CVE-2019-13208" ], "details": "WavesSysSvc in Waves MAXX Audio allows privilege escalation because the General registry key has Full Control access for the Users group, leading to DLL side loading. This affects WavesSysSvc64.exe 1.9.29.0.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-779w-wqpf-gq64/GHSA-779w-wqpf-gq64.json b/advisories/unreviewed/2022/05/GHSA-779w-wqpf-gq64/GHSA-779w-wqpf-gq64.json index 9676555f06a..5066ab99dc9 100644 --- a/advisories/unreviewed/2022/05/GHSA-779w-wqpf-gq64/GHSA-779w-wqpf-gq64.json +++ b/advisories/unreviewed/2022/05/GHSA-779w-wqpf-gq64/GHSA-779w-wqpf-gq64.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7834-45vp-q83w/GHSA-7834-45vp-q83w.json b/advisories/unreviewed/2022/05/GHSA-7834-45vp-q83w/GHSA-7834-45vp-q83w.json index e000131bbd6..4f351527010 100644 --- a/advisories/unreviewed/2022/05/GHSA-7834-45vp-q83w/GHSA-7834-45vp-q83w.json +++ b/advisories/unreviewed/2022/05/GHSA-7834-45vp-q83w/GHSA-7834-45vp-q83w.json @@ -7,12 +7,8 @@ "CVE-2019-5600" ], "details": "In FreeBSD 12.0-STABLE before r349622, 12.0-RELEASE before 12.0-RELEASE-p7, 11.3-PRERELEASE before r349624, 11.3-RC3 before 11.3-RC3-p1, and 11.2-RELEASE before 11.2-RELEASE-p11, a bug in iconv implementation may allow an attacker to write past the end of an output buffer. Depending on the implementation, an attacker may be able to create a denial of service, provoke incorrect program behavior, or induce a remote code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-78f3-36g2-xhm9/GHSA-78f3-36g2-xhm9.json b/advisories/unreviewed/2022/05/GHSA-78f3-36g2-xhm9/GHSA-78f3-36g2-xhm9.json index fd75bd1eb8b..1f2b4be5f06 100644 --- a/advisories/unreviewed/2022/05/GHSA-78f3-36g2-xhm9/GHSA-78f3-36g2-xhm9.json +++ b/advisories/unreviewed/2022/05/GHSA-78f3-36g2-xhm9/GHSA-78f3-36g2-xhm9.json @@ -7,12 +7,8 @@ "CVE-2019-1893" ], "details": "A vulnerability in Cisco Enterprise NFV Infrastructure Software (NFVIS) could allow an authenticated, local attacker to execute arbitrary commands on the underlying operating system (OS) of an affected device as root. The vulnerability is due to insufficient input validation of a configuration file that is accessible to a local shell user. An attacker could exploit this vulnerability by including malicious input during the execution of this file. A successful exploit could allow the attacker to execute arbitrary commands on the underlying OS as root.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-797h-qjwj-28jc/GHSA-797h-qjwj-28jc.json b/advisories/unreviewed/2022/05/GHSA-797h-qjwj-28jc/GHSA-797h-qjwj-28jc.json index 966ef1008d7..5e753f03475 100644 --- a/advisories/unreviewed/2022/05/GHSA-797h-qjwj-28jc/GHSA-797h-qjwj-28jc.json +++ b/advisories/unreviewed/2022/05/GHSA-797h-qjwj-28jc/GHSA-797h-qjwj-28jc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-798v-99wc-4f26/GHSA-798v-99wc-4f26.json b/advisories/unreviewed/2022/05/GHSA-798v-99wc-4f26/GHSA-798v-99wc-4f26.json index d0cdc485773..d812739e6ac 100644 --- a/advisories/unreviewed/2022/05/GHSA-798v-99wc-4f26/GHSA-798v-99wc-4f26.json +++ b/advisories/unreviewed/2022/05/GHSA-798v-99wc-4f26/GHSA-798v-99wc-4f26.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7cgh-8qx5-9mw4/GHSA-7cgh-8qx5-9mw4.json b/advisories/unreviewed/2022/05/GHSA-7cgh-8qx5-9mw4/GHSA-7cgh-8qx5-9mw4.json index 433b47678e0..f271591b6c0 100644 --- a/advisories/unreviewed/2022/05/GHSA-7cgh-8qx5-9mw4/GHSA-7cgh-8qx5-9mw4.json +++ b/advisories/unreviewed/2022/05/GHSA-7cgh-8qx5-9mw4/GHSA-7cgh-8qx5-9mw4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7fhh-p939-wc2j/GHSA-7fhh-p939-wc2j.json b/advisories/unreviewed/2022/05/GHSA-7fhh-p939-wc2j/GHSA-7fhh-p939-wc2j.json index beba875fe3f..23bb9e2be25 100644 --- a/advisories/unreviewed/2022/05/GHSA-7fhh-p939-wc2j/GHSA-7fhh-p939-wc2j.json +++ b/advisories/unreviewed/2022/05/GHSA-7fhh-p939-wc2j/GHSA-7fhh-p939-wc2j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7h6h-565m-m84x/GHSA-7h6h-565m-m84x.json b/advisories/unreviewed/2022/05/GHSA-7h6h-565m-m84x/GHSA-7h6h-565m-m84x.json index 32b6f3d655f..4560f0674c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-7h6h-565m-m84x/GHSA-7h6h-565m-m84x.json +++ b/advisories/unreviewed/2022/05/GHSA-7h6h-565m-m84x/GHSA-7h6h-565m-m84x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7jjf-xpvq-grpr/GHSA-7jjf-xpvq-grpr.json b/advisories/unreviewed/2022/05/GHSA-7jjf-xpvq-grpr/GHSA-7jjf-xpvq-grpr.json index fb1989c5fae..6012483683a 100644 --- a/advisories/unreviewed/2022/05/GHSA-7jjf-xpvq-grpr/GHSA-7jjf-xpvq-grpr.json +++ b/advisories/unreviewed/2022/05/GHSA-7jjf-xpvq-grpr/GHSA-7jjf-xpvq-grpr.json @@ -7,12 +7,8 @@ "CVE-2018-18571" ], "details": "An Incorrect Access Control vulnerability has been identified in Citrix XenMobile Server 10.8.0 before Rolling Patch 6 and 10.9.0 before Rolling Patch 3. An attacker can impersonate and take actions on behalf of any Mobile Application Management (MAM) enrolled device.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7q32-cwfh-9pj6/GHSA-7q32-cwfh-9pj6.json b/advisories/unreviewed/2022/05/GHSA-7q32-cwfh-9pj6/GHSA-7q32-cwfh-9pj6.json index 6c91bf44923..f01fe3d06fd 100644 --- a/advisories/unreviewed/2022/05/GHSA-7q32-cwfh-9pj6/GHSA-7q32-cwfh-9pj6.json +++ b/advisories/unreviewed/2022/05/GHSA-7q32-cwfh-9pj6/GHSA-7q32-cwfh-9pj6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7rc4-cv38-8qpj/GHSA-7rc4-cv38-8qpj.json b/advisories/unreviewed/2022/05/GHSA-7rc4-cv38-8qpj/GHSA-7rc4-cv38-8qpj.json index 3b137c69972..677da99c902 100644 --- a/advisories/unreviewed/2022/05/GHSA-7rc4-cv38-8qpj/GHSA-7rc4-cv38-8qpj.json +++ b/advisories/unreviewed/2022/05/GHSA-7rc4-cv38-8qpj/GHSA-7rc4-cv38-8qpj.json @@ -7,12 +7,8 @@ "CVE-2019-5346" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7rf4-2hjj-cg48/GHSA-7rf4-2hjj-cg48.json b/advisories/unreviewed/2022/05/GHSA-7rf4-2hjj-cg48/GHSA-7rf4-2hjj-cg48.json index 3ca74cda6d5..dfd6cf764e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-7rf4-2hjj-cg48/GHSA-7rf4-2hjj-cg48.json +++ b/advisories/unreviewed/2022/05/GHSA-7rf4-2hjj-cg48/GHSA-7rf4-2hjj-cg48.json @@ -7,12 +7,8 @@ "CVE-2019-3787" ], "details": "Cloud Foundry UAA, versions prior to 73.0.0, falls back to appending ?unknown.org? to a user's email address when one is not provided and the user name does not contain an @ character. This domain is held by a private company, which leads to attack vectors including password recovery emails sent to a potentially fraudulent address. This would allow the attacker to gain complete control of the user's account.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7vgm-65xp-j34x/GHSA-7vgm-65xp-j34x.json b/advisories/unreviewed/2022/05/GHSA-7vgm-65xp-j34x/GHSA-7vgm-65xp-j34x.json index 81a4f18cb30..29abfd5b5bf 100644 --- a/advisories/unreviewed/2022/05/GHSA-7vgm-65xp-j34x/GHSA-7vgm-65xp-j34x.json +++ b/advisories/unreviewed/2022/05/GHSA-7vgm-65xp-j34x/GHSA-7vgm-65xp-j34x.json @@ -7,12 +7,8 @@ "CVE-2019-13257" ], "details": "XnView Classic 2.48 has a User Mode Write AV starting at xnview+0x00000000003273aa.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7vjq-xg45-8px3/GHSA-7vjq-xg45-8px3.json b/advisories/unreviewed/2022/05/GHSA-7vjq-xg45-8px3/GHSA-7vjq-xg45-8px3.json index 9f5cd8378ce..24acb04adb2 100644 --- a/advisories/unreviewed/2022/05/GHSA-7vjq-xg45-8px3/GHSA-7vjq-xg45-8px3.json +++ b/advisories/unreviewed/2022/05/GHSA-7vjq-xg45-8px3/GHSA-7vjq-xg45-8px3.json @@ -7,12 +7,8 @@ "CVE-2019-13402" ], "details": "/usr/sbin/default.sh and /usr/apache/htdocs/cgi-bin/admin/hardfactorydefault.cgi on Dynacolor FCM-MB40 v1.2.0.0 devices implement an incomplete factory-reset process. A backdoor can persist because neither system accounts nor the set of services is reset.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-83r4-rqg9-v5p9/GHSA-83r4-rqg9-v5p9.json b/advisories/unreviewed/2022/05/GHSA-83r4-rqg9-v5p9/GHSA-83r4-rqg9-v5p9.json index ee18627d787..c9eccd8fb91 100644 --- a/advisories/unreviewed/2022/05/GHSA-83r4-rqg9-v5p9/GHSA-83r4-rqg9-v5p9.json +++ b/advisories/unreviewed/2022/05/GHSA-83r4-rqg9-v5p9/GHSA-83r4-rqg9-v5p9.json @@ -7,12 +7,8 @@ "CVE-2019-2016" ], "details": "In NFA_SendRawFrame of nfa_dm_api.cc, there is a possible out-of-bound write due to improper input validation. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android-7.0 Android-7.1.1 Android-7.1.2 Android-8.0 Android-8.1 Android-9Android ID: A-120664978", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-84vr-6p2q-4r5c/GHSA-84vr-6p2q-4r5c.json b/advisories/unreviewed/2022/05/GHSA-84vr-6p2q-4r5c/GHSA-84vr-6p2q-4r5c.json index 97dba9952e3..479ca832477 100644 --- a/advisories/unreviewed/2022/05/GHSA-84vr-6p2q-4r5c/GHSA-84vr-6p2q-4r5c.json +++ b/advisories/unreviewed/2022/05/GHSA-84vr-6p2q-4r5c/GHSA-84vr-6p2q-4r5c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-853m-wxj4-w3h5/GHSA-853m-wxj4-w3h5.json b/advisories/unreviewed/2022/05/GHSA-853m-wxj4-w3h5/GHSA-853m-wxj4-w3h5.json index 92482f9780f..e5c82b56f66 100644 --- a/advisories/unreviewed/2022/05/GHSA-853m-wxj4-w3h5/GHSA-853m-wxj4-w3h5.json +++ b/advisories/unreviewed/2022/05/GHSA-853m-wxj4-w3h5/GHSA-853m-wxj4-w3h5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-85x5-86rr-5qw3/GHSA-85x5-86rr-5qw3.json b/advisories/unreviewed/2022/05/GHSA-85x5-86rr-5qw3/GHSA-85x5-86rr-5qw3.json index 6e3f14ae145..00292c092a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-85x5-86rr-5qw3/GHSA-85x5-86rr-5qw3.json +++ b/advisories/unreviewed/2022/05/GHSA-85x5-86rr-5qw3/GHSA-85x5-86rr-5qw3.json @@ -7,12 +7,8 @@ "CVE-2019-13242" ], "details": "IrfanView 4.52 has a User Mode Write AV starting at image00400000+0x0000000000013a98.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-865c-hm43-j28h/GHSA-865c-hm43-j28h.json b/advisories/unreviewed/2022/05/GHSA-865c-hm43-j28h/GHSA-865c-hm43-j28h.json index c8db4b92549..47d0d911f9e 100644 --- a/advisories/unreviewed/2022/05/GHSA-865c-hm43-j28h/GHSA-865c-hm43-j28h.json +++ b/advisories/unreviewed/2022/05/GHSA-865c-hm43-j28h/GHSA-865c-hm43-j28h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-86rq-87v9-7ppc/GHSA-86rq-87v9-7ppc.json b/advisories/unreviewed/2022/05/GHSA-86rq-87v9-7ppc/GHSA-86rq-87v9-7ppc.json index 5eefd85a6eb..afdbefa5f4e 100644 --- a/advisories/unreviewed/2022/05/GHSA-86rq-87v9-7ppc/GHSA-86rq-87v9-7ppc.json +++ b/advisories/unreviewed/2022/05/GHSA-86rq-87v9-7ppc/GHSA-86rq-87v9-7ppc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-87gh-p63v-wh75/GHSA-87gh-p63v-wh75.json b/advisories/unreviewed/2022/05/GHSA-87gh-p63v-wh75/GHSA-87gh-p63v-wh75.json index 0a28b039cae..be56be031ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-87gh-p63v-wh75/GHSA-87gh-p63v-wh75.json +++ b/advisories/unreviewed/2022/05/GHSA-87gh-p63v-wh75/GHSA-87gh-p63v-wh75.json @@ -7,12 +7,8 @@ "CVE-2019-5242" ], "details": "There is a code execution vulnerability in Huawei PCManager versions earlier than PCManager 9.0.1.50. The attacker can tricking a user to install and run a malicious application to exploit this vulnerability. Successful exploitation may cause the attacker to execute malicious code and read/write memory.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8c68-g8rx-85g8/GHSA-8c68-g8rx-85g8.json b/advisories/unreviewed/2022/05/GHSA-8c68-g8rx-85g8/GHSA-8c68-g8rx-85g8.json index 9cbe484070c..b6f059b68e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-8c68-g8rx-85g8/GHSA-8c68-g8rx-85g8.json +++ b/advisories/unreviewed/2022/05/GHSA-8c68-g8rx-85g8/GHSA-8c68-g8rx-85g8.json @@ -7,12 +7,8 @@ "CVE-2019-12436" ], "details": "Samba 4.10.x before 4.10.5 has a NULL pointer dereference, leading to an AD DC LDAP server Denial of Service. This is related to an attacker using the paged search control. The attacker must have directory read access in order to attempt an exploit.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8cqx-ghph-934c/GHSA-8cqx-ghph-934c.json b/advisories/unreviewed/2022/05/GHSA-8cqx-ghph-934c/GHSA-8cqx-ghph-934c.json index b40a30d2f03..ca70f916878 100644 --- a/advisories/unreviewed/2022/05/GHSA-8cqx-ghph-934c/GHSA-8cqx-ghph-934c.json +++ b/advisories/unreviewed/2022/05/GHSA-8cqx-ghph-934c/GHSA-8cqx-ghph-934c.json @@ -7,12 +7,8 @@ "CVE-2019-12171" ], "details": "Dropbox.exe (and QtWebEngineProcess.exe in the Web Helper) in the Dropbox desktop application 71.4.108.0 store cleartext credentials in memory upon successful login or new account creation. These are not securely freed in the running process.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8f8r-5c27-46fh/GHSA-8f8r-5c27-46fh.json b/advisories/unreviewed/2022/05/GHSA-8f8r-5c27-46fh/GHSA-8f8r-5c27-46fh.json index 422a606d20c..bfa40593b4c 100644 --- a/advisories/unreviewed/2022/05/GHSA-8f8r-5c27-46fh/GHSA-8f8r-5c27-46fh.json +++ b/advisories/unreviewed/2022/05/GHSA-8f8r-5c27-46fh/GHSA-8f8r-5c27-46fh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8fp3-p88j-j9m6/GHSA-8fp3-p88j-j9m6.json b/advisories/unreviewed/2022/05/GHSA-8fp3-p88j-j9m6/GHSA-8fp3-p88j-j9m6.json index a097c4b32d8..aafed35bf33 100644 --- a/advisories/unreviewed/2022/05/GHSA-8fp3-p88j-j9m6/GHSA-8fp3-p88j-j9m6.json +++ b/advisories/unreviewed/2022/05/GHSA-8fp3-p88j-j9m6/GHSA-8fp3-p88j-j9m6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8ggj-222w-8pp7/GHSA-8ggj-222w-8pp7.json b/advisories/unreviewed/2022/05/GHSA-8ggj-222w-8pp7/GHSA-8ggj-222w-8pp7.json index 6e4d8ca8edc..7a029bf8592 100644 --- a/advisories/unreviewed/2022/05/GHSA-8ggj-222w-8pp7/GHSA-8ggj-222w-8pp7.json +++ b/advisories/unreviewed/2022/05/GHSA-8ggj-222w-8pp7/GHSA-8ggj-222w-8pp7.json @@ -7,12 +7,8 @@ "CVE-2019-1886" ], "details": "A vulnerability in the HTTPS decryption feature of Cisco Web Security Appliance (WSA) could allow an unauthenticated, remote attacker to cause a denial of service (DoS) condition. The vulnerability is due to insufficient validation of Secure Sockets Layer (SSL) server certificates. An attacker could exploit this vulnerability by installing a malformed certificate in a web server and sending a request to it through the Cisco WSA. A successful exploit could allow the attacker to cause an unexpected restart of the proxy process on an affected device.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8gjg-6f8w-gvhc/GHSA-8gjg-6f8w-gvhc.json b/advisories/unreviewed/2022/05/GHSA-8gjg-6f8w-gvhc/GHSA-8gjg-6f8w-gvhc.json index 499b39ef015..2ce3150529d 100644 --- a/advisories/unreviewed/2022/05/GHSA-8gjg-6f8w-gvhc/GHSA-8gjg-6f8w-gvhc.json +++ b/advisories/unreviewed/2022/05/GHSA-8gjg-6f8w-gvhc/GHSA-8gjg-6f8w-gvhc.json @@ -7,12 +7,8 @@ "CVE-2019-12435" ], "details": "Samba 4.9.x before 4.9.9 and 4.10.x before 4.10.5 has a NULL pointer dereference, leading to Denial of Service. This is related to the AD DC DNS management server (dnsserver) RPC server process.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8gwr-xmc5-5jfv/GHSA-8gwr-xmc5-5jfv.json b/advisories/unreviewed/2022/05/GHSA-8gwr-xmc5-5jfv/GHSA-8gwr-xmc5-5jfv.json index 6c08d1de54a..7ebb13a1837 100644 --- a/advisories/unreviewed/2022/05/GHSA-8gwr-xmc5-5jfv/GHSA-8gwr-xmc5-5jfv.json +++ b/advisories/unreviewed/2022/05/GHSA-8gwr-xmc5-5jfv/GHSA-8gwr-xmc5-5jfv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8hh3-r6wp-g4g8/GHSA-8hh3-r6wp-g4g8.json b/advisories/unreviewed/2022/05/GHSA-8hh3-r6wp-g4g8/GHSA-8hh3-r6wp-g4g8.json index 208f0420c20..3e4c8fb9780 100644 --- a/advisories/unreviewed/2022/05/GHSA-8hh3-r6wp-g4g8/GHSA-8hh3-r6wp-g4g8.json +++ b/advisories/unreviewed/2022/05/GHSA-8hh3-r6wp-g4g8/GHSA-8hh3-r6wp-g4g8.json @@ -7,12 +7,8 @@ "CVE-2019-12553" ], "details": "In SweetScape 010 Editor 9.0.1, improper validation of arguments in the internal implementation of the StrCat function (provided by the scripting engine) allows an attacker to overwrite arbitrary memory, which could lead to code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8j99-cxxq-fr3r/GHSA-8j99-cxxq-fr3r.json b/advisories/unreviewed/2022/05/GHSA-8j99-cxxq-fr3r/GHSA-8j99-cxxq-fr3r.json index d79ee8cfe5d..c134d6d8bd0 100644 --- a/advisories/unreviewed/2022/05/GHSA-8j99-cxxq-fr3r/GHSA-8j99-cxxq-fr3r.json +++ b/advisories/unreviewed/2022/05/GHSA-8j99-cxxq-fr3r/GHSA-8j99-cxxq-fr3r.json @@ -7,12 +7,8 @@ "CVE-2019-13129" ], "details": "On the Motorola router CX2L MWR04L 1.01, there is a stack consumption (infinite recursion) issue in scopd via TCP port 8010 and UDP port 8080. It is caused by snprintf and inappropriate length handling.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8p4p-jjm8-4w6f/GHSA-8p4p-jjm8-4w6f.json b/advisories/unreviewed/2022/05/GHSA-8p4p-jjm8-4w6f/GHSA-8p4p-jjm8-4w6f.json index 000cab49f9b..a51e84eee27 100644 --- a/advisories/unreviewed/2022/05/GHSA-8p4p-jjm8-4w6f/GHSA-8p4p-jjm8-4w6f.json +++ b/advisories/unreviewed/2022/05/GHSA-8p4p-jjm8-4w6f/GHSA-8p4p-jjm8-4w6f.json @@ -7,12 +7,8 @@ "CVE-2019-11955" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8qmw-pm39-cgxw/GHSA-8qmw-pm39-cgxw.json b/advisories/unreviewed/2022/05/GHSA-8qmw-pm39-cgxw/GHSA-8qmw-pm39-cgxw.json index 22b67cc062f..95e8c7ec7f5 100644 --- a/advisories/unreviewed/2022/05/GHSA-8qmw-pm39-cgxw/GHSA-8qmw-pm39-cgxw.json +++ b/advisories/unreviewed/2022/05/GHSA-8qmw-pm39-cgxw/GHSA-8qmw-pm39-cgxw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8vpr-83m7-3f7q/GHSA-8vpr-83m7-3f7q.json b/advisories/unreviewed/2022/05/GHSA-8vpr-83m7-3f7q/GHSA-8vpr-83m7-3f7q.json index 3011c5d4115..79bd5c80bbf 100644 --- a/advisories/unreviewed/2022/05/GHSA-8vpr-83m7-3f7q/GHSA-8vpr-83m7-3f7q.json +++ b/advisories/unreviewed/2022/05/GHSA-8vpr-83m7-3f7q/GHSA-8vpr-83m7-3f7q.json @@ -7,12 +7,8 @@ "CVE-2019-1040" ], "details": "A tampering vulnerability exists in Microsoft Windows when a man-in-the-middle attacker is able to successfully bypass the NTLM MIC (Message Integrity Check) protection, aka 'Windows NTLM Tampering Vulnerability'.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8w3w-hr8q-fg4g/GHSA-8w3w-hr8q-fg4g.json b/advisories/unreviewed/2022/05/GHSA-8w3w-hr8q-fg4g/GHSA-8w3w-hr8q-fg4g.json index 46b614493f4..3f3fac2aeb0 100644 --- a/advisories/unreviewed/2022/05/GHSA-8w3w-hr8q-fg4g/GHSA-8w3w-hr8q-fg4g.json +++ b/advisories/unreviewed/2022/05/GHSA-8w3w-hr8q-fg4g/GHSA-8w3w-hr8q-fg4g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9422-x4hj-7hw3/GHSA-9422-x4hj-7hw3.json b/advisories/unreviewed/2022/05/GHSA-9422-x4hj-7hw3/GHSA-9422-x4hj-7hw3.json index f703e45e7f2..e51db0bf394 100644 --- a/advisories/unreviewed/2022/05/GHSA-9422-x4hj-7hw3/GHSA-9422-x4hj-7hw3.json +++ b/advisories/unreviewed/2022/05/GHSA-9422-x4hj-7hw3/GHSA-9422-x4hj-7hw3.json @@ -7,12 +7,8 @@ "CVE-2019-9157" ], "details": "Gemalto DS3 Authentication Server 2.6.1-SP01 allows Local File Disclosure.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-95vp-9mr5-fw5q/GHSA-95vp-9mr5-fw5q.json b/advisories/unreviewed/2022/05/GHSA-95vp-9mr5-fw5q/GHSA-95vp-9mr5-fw5q.json index 818df0758c2..313834685d5 100644 --- a/advisories/unreviewed/2022/05/GHSA-95vp-9mr5-fw5q/GHSA-95vp-9mr5-fw5q.json +++ b/advisories/unreviewed/2022/05/GHSA-95vp-9mr5-fw5q/GHSA-95vp-9mr5-fw5q.json @@ -7,12 +7,8 @@ "CVE-2019-6965" ], "details": "An XSS issue was discovered in i-doit Open 1.12 via the src/tools/php/qr/qr.php url parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-96mc-xq8j-mpv3/GHSA-96mc-xq8j-mpv3.json b/advisories/unreviewed/2022/05/GHSA-96mc-xq8j-mpv3/GHSA-96mc-xq8j-mpv3.json index 2dcec2f94f7..a55d08e8fa2 100644 --- a/advisories/unreviewed/2022/05/GHSA-96mc-xq8j-mpv3/GHSA-96mc-xq8j-mpv3.json +++ b/advisories/unreviewed/2022/05/GHSA-96mc-xq8j-mpv3/GHSA-96mc-xq8j-mpv3.json @@ -7,12 +7,8 @@ "CVE-2019-12763" ], "details": "The Security Camera CZ application through 1.6.8 for Android stores potentially sensitive recorded video in external data storage, which is readable by any application.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-96r8-3qv9-q756/GHSA-96r8-3qv9-q756.json b/advisories/unreviewed/2022/05/GHSA-96r8-3qv9-q756/GHSA-96r8-3qv9-q756.json index ffbff50e9c8..b81439d5a29 100644 --- a/advisories/unreviewed/2022/05/GHSA-96r8-3qv9-q756/GHSA-96r8-3qv9-q756.json +++ b/advisories/unreviewed/2022/05/GHSA-96r8-3qv9-q756/GHSA-96r8-3qv9-q756.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-978q-hc83-rf9p/GHSA-978q-hc83-rf9p.json b/advisories/unreviewed/2022/05/GHSA-978q-hc83-rf9p/GHSA-978q-hc83-rf9p.json index 18104b2dc3f..b78130ad5e2 100644 --- a/advisories/unreviewed/2022/05/GHSA-978q-hc83-rf9p/GHSA-978q-hc83-rf9p.json +++ b/advisories/unreviewed/2022/05/GHSA-978q-hc83-rf9p/GHSA-978q-hc83-rf9p.json @@ -7,12 +7,8 @@ "CVE-2019-10925" ], "details": "A vulnerability has been identified in SIMATIC Ident MV420 family (All versions), SIMATIC Ident MV440 family (All versions). An authenticated attacker could escalate privileges by sending specially crafted requests to the integrated webserver. The security vulnerability can be exploited by an attacker with network access to the device. Valid user credentials, but no user interaction are required. Successful exploitation compromises integrity and availability of the device. At the time of advisory publication no public exploitation of this security vulnerability was known.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9829-xpvg-xp5h/GHSA-9829-xpvg-xp5h.json b/advisories/unreviewed/2022/05/GHSA-9829-xpvg-xp5h/GHSA-9829-xpvg-xp5h.json index 66ba5a7698d..d7c54b8bbe2 100644 --- a/advisories/unreviewed/2022/05/GHSA-9829-xpvg-xp5h/GHSA-9829-xpvg-xp5h.json +++ b/advisories/unreviewed/2022/05/GHSA-9829-xpvg-xp5h/GHSA-9829-xpvg-xp5h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9cqc-m6m2-286c/GHSA-9cqc-m6m2-286c.json b/advisories/unreviewed/2022/05/GHSA-9cqc-m6m2-286c/GHSA-9cqc-m6m2-286c.json index 576bfd70993..d1dde80c77f 100644 --- a/advisories/unreviewed/2022/05/GHSA-9cqc-m6m2-286c/GHSA-9cqc-m6m2-286c.json +++ b/advisories/unreviewed/2022/05/GHSA-9cqc-m6m2-286c/GHSA-9cqc-m6m2-286c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9cvm-77fp-94cr/GHSA-9cvm-77fp-94cr.json b/advisories/unreviewed/2022/05/GHSA-9cvm-77fp-94cr/GHSA-9cvm-77fp-94cr.json index f7ed083bc99..6bd02b2c326 100644 --- a/advisories/unreviewed/2022/05/GHSA-9cvm-77fp-94cr/GHSA-9cvm-77fp-94cr.json +++ b/advisories/unreviewed/2022/05/GHSA-9cvm-77fp-94cr/GHSA-9cvm-77fp-94cr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9m67-qxr7-3jg8/GHSA-9m67-qxr7-3jg8.json b/advisories/unreviewed/2022/05/GHSA-9m67-qxr7-3jg8/GHSA-9m67-qxr7-3jg8.json index 1de8fd86eff..d57879b3e70 100644 --- a/advisories/unreviewed/2022/05/GHSA-9m67-qxr7-3jg8/GHSA-9m67-qxr7-3jg8.json +++ b/advisories/unreviewed/2022/05/GHSA-9m67-qxr7-3jg8/GHSA-9m67-qxr7-3jg8.json @@ -7,12 +7,8 @@ "CVE-2019-7311" ], "details": "An issue was discovered on Linksys WRT1900ACS 1.0.3.187766 devices. A lack of encryption in how the user login cookie (admin-auth) is stored on a victim's computer results in the admin password being discoverable by a local attacker, and usable to gain administrative access to the victim's router. The admin password is stored in base64 cleartext in an \"admin-auth\" cookie. An attacker sniffing the network at the time of login could acquire the router's admin password. Alternatively, gaining physical access to the victim's computer soon after an administrative login could result in compromise.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9mcj-59rc-m97h/GHSA-9mcj-59rc-m97h.json b/advisories/unreviewed/2022/05/GHSA-9mcj-59rc-m97h/GHSA-9mcj-59rc-m97h.json index 0110868e92d..25f1ef718b4 100644 --- a/advisories/unreviewed/2022/05/GHSA-9mcj-59rc-m97h/GHSA-9mcj-59rc-m97h.json +++ b/advisories/unreviewed/2022/05/GHSA-9mcj-59rc-m97h/GHSA-9mcj-59rc-m97h.json @@ -7,12 +7,8 @@ "CVE-2019-5376" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9mrq-38hr-5gfc/GHSA-9mrq-38hr-5gfc.json b/advisories/unreviewed/2022/05/GHSA-9mrq-38hr-5gfc/GHSA-9mrq-38hr-5gfc.json index 101a6132660..ec94f4f808c 100644 --- a/advisories/unreviewed/2022/05/GHSA-9mrq-38hr-5gfc/GHSA-9mrq-38hr-5gfc.json +++ b/advisories/unreviewed/2022/05/GHSA-9mrq-38hr-5gfc/GHSA-9mrq-38hr-5gfc.json @@ -7,12 +7,8 @@ "CVE-2019-5385" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9mw7-3797-xp7x/GHSA-9mw7-3797-xp7x.json b/advisories/unreviewed/2022/05/GHSA-9mw7-3797-xp7x/GHSA-9mw7-3797-xp7x.json index ac64666fb8f..bec196f1982 100644 --- a/advisories/unreviewed/2022/05/GHSA-9mw7-3797-xp7x/GHSA-9mw7-3797-xp7x.json +++ b/advisories/unreviewed/2022/05/GHSA-9mw7-3797-xp7x/GHSA-9mw7-3797-xp7x.json @@ -7,12 +7,8 @@ "CVE-2019-6567" ], "details": "A vulnerability has been identified in SCALANCE X-200 (All Versions < V5.2.4), SCALANCE X-200IRT (All versions), SCALANCE X-300 (All versions), SCALANCE X-414-3E (All versions). The affected devices store passwords in a recoverable format. An attacker may extract and recover device passwords from the device configuration. Successful exploitation requires access to a device configuration backup and impacts confidentiality of the stored passwords. At the time of advisory publication no public exploitation of this security vulnerability was known.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9p2m-fgh4-j2hw/GHSA-9p2m-fgh4-j2hw.json b/advisories/unreviewed/2022/05/GHSA-9p2m-fgh4-j2hw/GHSA-9p2m-fgh4-j2hw.json index 35d12496f8a..12ee90e4da8 100644 --- a/advisories/unreviewed/2022/05/GHSA-9p2m-fgh4-j2hw/GHSA-9p2m-fgh4-j2hw.json +++ b/advisories/unreviewed/2022/05/GHSA-9p2m-fgh4-j2hw/GHSA-9p2m-fgh4-j2hw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9p83-qxxf-6fm5/GHSA-9p83-qxxf-6fm5.json b/advisories/unreviewed/2022/05/GHSA-9p83-qxxf-6fm5/GHSA-9p83-qxxf-6fm5.json index 38affbdfe25..d4ba21a91b3 100644 --- a/advisories/unreviewed/2022/05/GHSA-9p83-qxxf-6fm5/GHSA-9p83-qxxf-6fm5.json +++ b/advisories/unreviewed/2022/05/GHSA-9p83-qxxf-6fm5/GHSA-9p83-qxxf-6fm5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9pvr-ccc8-5799/GHSA-9pvr-ccc8-5799.json b/advisories/unreviewed/2022/05/GHSA-9pvr-ccc8-5799/GHSA-9pvr-ccc8-5799.json index ea49b701ebf..d9c3aeaec20 100644 --- a/advisories/unreviewed/2022/05/GHSA-9pvr-ccc8-5799/GHSA-9pvr-ccc8-5799.json +++ b/advisories/unreviewed/2022/05/GHSA-9pvr-ccc8-5799/GHSA-9pvr-ccc8-5799.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9q8x-85pc-99r3/GHSA-9q8x-85pc-99r3.json b/advisories/unreviewed/2022/05/GHSA-9q8x-85pc-99r3/GHSA-9q8x-85pc-99r3.json index 374c2476dc6..25b189f5764 100644 --- a/advisories/unreviewed/2022/05/GHSA-9q8x-85pc-99r3/GHSA-9q8x-85pc-99r3.json +++ b/advisories/unreviewed/2022/05/GHSA-9q8x-85pc-99r3/GHSA-9q8x-85pc-99r3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9vc8-2mjv-r265/GHSA-9vc8-2mjv-r265.json b/advisories/unreviewed/2022/05/GHSA-9vc8-2mjv-r265/GHSA-9vc8-2mjv-r265.json index 9494588fc69..a450e26d14d 100644 --- a/advisories/unreviewed/2022/05/GHSA-9vc8-2mjv-r265/GHSA-9vc8-2mjv-r265.json +++ b/advisories/unreviewed/2022/05/GHSA-9vc8-2mjv-r265/GHSA-9vc8-2mjv-r265.json @@ -7,12 +7,8 @@ "CVE-2018-5265" ], "details": "Ubiquiti EdgeOS 1.9.1 on EdgeRouter Lite devices allows remote attackers to execute arbitrary code with admin credentials, because /opt/vyatta/share/vyatta-cfg/templates/system/static-host-mapping/host-name/node.def does not sanitize the 'alias' or 'ips' parameter for shell metacharacters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9xmm-vhfm-297h/GHSA-9xmm-vhfm-297h.json b/advisories/unreviewed/2022/05/GHSA-9xmm-vhfm-297h/GHSA-9xmm-vhfm-297h.json index 8c00d80b7e4..25f6bd785fc 100644 --- a/advisories/unreviewed/2022/05/GHSA-9xmm-vhfm-297h/GHSA-9xmm-vhfm-297h.json +++ b/advisories/unreviewed/2022/05/GHSA-9xmm-vhfm-297h/GHSA-9xmm-vhfm-297h.json @@ -7,12 +7,8 @@ "CVE-2019-13044" ], "details": "An insecure login process was discovered in Panduit IntraVUE before 3.2.0.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9xxw-f9v5-7xhw/GHSA-9xxw-f9v5-7xhw.json b/advisories/unreviewed/2022/05/GHSA-9xxw-f9v5-7xhw/GHSA-9xxw-f9v5-7xhw.json index 66778b554c6..f73b1a3b30a 100644 --- a/advisories/unreviewed/2022/05/GHSA-9xxw-f9v5-7xhw/GHSA-9xxw-f9v5-7xhw.json +++ b/advisories/unreviewed/2022/05/GHSA-9xxw-f9v5-7xhw/GHSA-9xxw-f9v5-7xhw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c2c6-2g28-xjwg/GHSA-c2c6-2g28-xjwg.json b/advisories/unreviewed/2022/05/GHSA-c2c6-2g28-xjwg/GHSA-c2c6-2g28-xjwg.json index 9c4f109402b..537ce5fedd7 100644 --- a/advisories/unreviewed/2022/05/GHSA-c2c6-2g28-xjwg/GHSA-c2c6-2g28-xjwg.json +++ b/advisories/unreviewed/2022/05/GHSA-c2c6-2g28-xjwg/GHSA-c2c6-2g28-xjwg.json @@ -7,12 +7,8 @@ "CVE-2019-5341" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c2pj-wg92-r762/GHSA-c2pj-wg92-r762.json b/advisories/unreviewed/2022/05/GHSA-c2pj-wg92-r762/GHSA-c2pj-wg92-r762.json index bf955cd0d48..5c6a7a137bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-c2pj-wg92-r762/GHSA-c2pj-wg92-r762.json +++ b/advisories/unreviewed/2022/05/GHSA-c2pj-wg92-r762/GHSA-c2pj-wg92-r762.json @@ -7,12 +7,8 @@ "CVE-2018-14862" ], "details": "Incorrect access control in the mail templating system in Odoo Community 11.0 and earlier and Odoo Enterprise 11.0 and earlier allows authenticated internal users to delete arbitrary menuitems via a crafted RPC request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c2pv-f87v-p3wc/GHSA-c2pv-f87v-p3wc.json b/advisories/unreviewed/2022/05/GHSA-c2pv-f87v-p3wc/GHSA-c2pv-f87v-p3wc.json index 37faed2c2e0..ef951317a38 100644 --- a/advisories/unreviewed/2022/05/GHSA-c2pv-f87v-p3wc/GHSA-c2pv-f87v-p3wc.json +++ b/advisories/unreviewed/2022/05/GHSA-c2pv-f87v-p3wc/GHSA-c2pv-f87v-p3wc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c2vh-w5p4-hr7q/GHSA-c2vh-w5p4-hr7q.json b/advisories/unreviewed/2022/05/GHSA-c2vh-w5p4-hr7q/GHSA-c2vh-w5p4-hr7q.json index 42d20bbc053..e536aa09716 100644 --- a/advisories/unreviewed/2022/05/GHSA-c2vh-w5p4-hr7q/GHSA-c2vh-w5p4-hr7q.json +++ b/advisories/unreviewed/2022/05/GHSA-c2vh-w5p4-hr7q/GHSA-c2vh-w5p4-hr7q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c4c4-86rp-wv48/GHSA-c4c4-86rp-wv48.json b/advisories/unreviewed/2022/05/GHSA-c4c4-86rp-wv48/GHSA-c4c4-86rp-wv48.json index d9674313cc7..897a4a1d5c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-c4c4-86rp-wv48/GHSA-c4c4-86rp-wv48.json +++ b/advisories/unreviewed/2022/05/GHSA-c4c4-86rp-wv48/GHSA-c4c4-86rp-wv48.json @@ -7,12 +7,8 @@ "CVE-2019-10926" ], "details": "A vulnerability has been identified in SIMATIC Ident MV420 family (All versions), SIMATIC Ident MV440 family (All versions). Communication with the device is not encrypted. Data transmitted between the device and the user can be obtained by an attacker in a privileged network position. The security vulnerability can be exploited by an attacker in a privileged network position which allows evesdropping the communication between the affected device and the user. The user must invoke a session. Successful exploitation of the vulnerability compromises confidentiality of the data transmitted. At the time of advisory publication no public exploitation of this security vulnerability was known.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c5gm-8455-78qw/GHSA-c5gm-8455-78qw.json b/advisories/unreviewed/2022/05/GHSA-c5gm-8455-78qw/GHSA-c5gm-8455-78qw.json index 4daff1a2f93..b78f87cb9b8 100644 --- a/advisories/unreviewed/2022/05/GHSA-c5gm-8455-78qw/GHSA-c5gm-8455-78qw.json +++ b/advisories/unreviewed/2022/05/GHSA-c5gm-8455-78qw/GHSA-c5gm-8455-78qw.json @@ -7,12 +7,8 @@ "CVE-2019-12727" ], "details": "On Ubiquiti airCam 3.1.4 devices, a Denial of Service vulnerability exists in the RTSP Service provided by the ubnt-streamer binary. The issue can be triggered via malformed RTSP requests that lead to an invalid memory read. To exploit the vulnerability, an attacker must craft an RTSP request with a large number of headers.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c697-r44f-pgqj/GHSA-c697-r44f-pgqj.json b/advisories/unreviewed/2022/05/GHSA-c697-r44f-pgqj/GHSA-c697-r44f-pgqj.json index 8345a8cbf8f..c1c07e916a1 100644 --- a/advisories/unreviewed/2022/05/GHSA-c697-r44f-pgqj/GHSA-c697-r44f-pgqj.json +++ b/advisories/unreviewed/2022/05/GHSA-c697-r44f-pgqj/GHSA-c697-r44f-pgqj.json @@ -7,12 +7,8 @@ "CVE-2019-5241" ], "details": "There is a privilege escalation vulnerability in Huawei PCManager versions earlier than PCManager 9.0.1.50. The attacker can tricking a user to install and run a malicious application to exploit this vulnerability. Successful exploitation may cause the attacker to obtain a higher privilege.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c6m5-fcv9-26fc/GHSA-c6m5-fcv9-26fc.json b/advisories/unreviewed/2022/05/GHSA-c6m5-fcv9-26fc/GHSA-c6m5-fcv9-26fc.json index d5afa0bd820..d6797804d3b 100644 --- a/advisories/unreviewed/2022/05/GHSA-c6m5-fcv9-26fc/GHSA-c6m5-fcv9-26fc.json +++ b/advisories/unreviewed/2022/05/GHSA-c6m5-fcv9-26fc/GHSA-c6m5-fcv9-26fc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c7v4-8hc9-h72r/GHSA-c7v4-8hc9-h72r.json b/advisories/unreviewed/2022/05/GHSA-c7v4-8hc9-h72r/GHSA-c7v4-8hc9-h72r.json index 84fd056571f..c8be2d4404f 100644 --- a/advisories/unreviewed/2022/05/GHSA-c7v4-8hc9-h72r/GHSA-c7v4-8hc9-h72r.json +++ b/advisories/unreviewed/2022/05/GHSA-c7v4-8hc9-h72r/GHSA-c7v4-8hc9-h72r.json @@ -7,12 +7,8 @@ "CVE-2019-12789" ], "details": "An issue was discovered on Actiontec T2200H T2200H-31.128L.08 devices, as distributed by Telus. By attaching a UART adapter to the UART pins on the system board, an attacker can use a special key sequence (Ctrl-\\) to obtain a shell with root privileges. After gaining root access, the attacker can mount the filesystem read-write and make permanent modifications to the device including bricking of the device, disabling vendor management of the device, preventing automatic upgrades, and permanently installing malicious code on the device.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c7v9-3364-rhjg/GHSA-c7v9-3364-rhjg.json b/advisories/unreviewed/2022/05/GHSA-c7v9-3364-rhjg/GHSA-c7v9-3364-rhjg.json index 481ff1926e0..39433f0f3df 100644 --- a/advisories/unreviewed/2022/05/GHSA-c7v9-3364-rhjg/GHSA-c7v9-3364-rhjg.json +++ b/advisories/unreviewed/2022/05/GHSA-c7v9-3364-rhjg/GHSA-c7v9-3364-rhjg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c8qj-ww87-wpj5/GHSA-c8qj-ww87-wpj5.json b/advisories/unreviewed/2022/05/GHSA-c8qj-ww87-wpj5/GHSA-c8qj-ww87-wpj5.json index a89e46f95e7..25d280d6a51 100644 --- a/advisories/unreviewed/2022/05/GHSA-c8qj-ww87-wpj5/GHSA-c8qj-ww87-wpj5.json +++ b/advisories/unreviewed/2022/05/GHSA-c8qj-ww87-wpj5/GHSA-c8qj-ww87-wpj5.json @@ -7,12 +7,8 @@ "CVE-2018-18802" ], "details": "The Tubigan \"Welcome to our Resort\" 1.0 software allows CSRF via admin/mod_users/controller.php?action=edit.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c95q-hjp6-cfq4/GHSA-c95q-hjp6-cfq4.json b/advisories/unreviewed/2022/05/GHSA-c95q-hjp6-cfq4/GHSA-c95q-hjp6-cfq4.json index 3f3925bfa66..5e444e949d8 100644 --- a/advisories/unreviewed/2022/05/GHSA-c95q-hjp6-cfq4/GHSA-c95q-hjp6-cfq4.json +++ b/advisories/unreviewed/2022/05/GHSA-c95q-hjp6-cfq4/GHSA-c95q-hjp6-cfq4.json @@ -7,12 +7,8 @@ "CVE-2019-12977" ], "details": "ImageMagick 7.0.8-34 has a \"use of uninitialized value\" vulnerability in the WriteJP2Image function in coders/jp2.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-ccwq-5269-25p2/GHSA-ccwq-5269-25p2.json b/advisories/unreviewed/2022/05/GHSA-ccwq-5269-25p2/GHSA-ccwq-5269-25p2.json index 18151d03667..4b352c37a79 100644 --- a/advisories/unreviewed/2022/05/GHSA-ccwq-5269-25p2/GHSA-ccwq-5269-25p2.json +++ b/advisories/unreviewed/2022/05/GHSA-ccwq-5269-25p2/GHSA-ccwq-5269-25p2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cf33-pffv-xfpm/GHSA-cf33-pffv-xfpm.json b/advisories/unreviewed/2022/05/GHSA-cf33-pffv-xfpm/GHSA-cf33-pffv-xfpm.json index 6abb696bc24..85592fbbac1 100644 --- a/advisories/unreviewed/2022/05/GHSA-cf33-pffv-xfpm/GHSA-cf33-pffv-xfpm.json +++ b/advisories/unreviewed/2022/05/GHSA-cf33-pffv-xfpm/GHSA-cf33-pffv-xfpm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cf83-h775-f5f6/GHSA-cf83-h775-f5f6.json b/advisories/unreviewed/2022/05/GHSA-cf83-h775-f5f6/GHSA-cf83-h775-f5f6.json index fc95d851e9c..25ce668e97b 100644 --- a/advisories/unreviewed/2022/05/GHSA-cf83-h775-f5f6/GHSA-cf83-h775-f5f6.json +++ b/advisories/unreviewed/2022/05/GHSA-cf83-h775-f5f6/GHSA-cf83-h775-f5f6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cf8c-hq3h-vj64/GHSA-cf8c-hq3h-vj64.json b/advisories/unreviewed/2022/05/GHSA-cf8c-hq3h-vj64/GHSA-cf8c-hq3h-vj64.json index df47eabad4e..9d89000968e 100644 --- a/advisories/unreviewed/2022/05/GHSA-cf8c-hq3h-vj64/GHSA-cf8c-hq3h-vj64.json +++ b/advisories/unreviewed/2022/05/GHSA-cf8c-hq3h-vj64/GHSA-cf8c-hq3h-vj64.json @@ -7,12 +7,8 @@ "CVE-2018-18875" ], "details": "In firmware version MS_2.6.9900 of Columbia Weather MicroServer, a stored Cross-site scripting (XSS) vulnerability allows remote authenticated users to inject arbitrary web script via changestationname.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cgcp-2f46-m8g4/GHSA-cgcp-2f46-m8g4.json b/advisories/unreviewed/2022/05/GHSA-cgcp-2f46-m8g4/GHSA-cgcp-2f46-m8g4.json index 6409968c6ef..c1768d60dfc 100644 --- a/advisories/unreviewed/2022/05/GHSA-cgcp-2f46-m8g4/GHSA-cgcp-2f46-m8g4.json +++ b/advisories/unreviewed/2022/05/GHSA-cgcp-2f46-m8g4/GHSA-cgcp-2f46-m8g4.json @@ -7,12 +7,8 @@ "CVE-2019-1621" ], "details": "A vulnerability in the web-based management interface of Cisco Data Center Network Manager (DCNM) could allow an unauthenticated, remote attacker to gain access to sensitive files on an affected device. The vulnerability is due to incorrect permissions settings on affected DCNM software. An attacker could exploit this vulnerability by connecting to the web-based management interface of an affected device and requesting specific URLs. A successful exploit could allow the attacker to download arbitrary files from the underlying filesystem of the affected device.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-ch5w-f9xf-5gxx/GHSA-ch5w-f9xf-5gxx.json b/advisories/unreviewed/2022/05/GHSA-ch5w-f9xf-5gxx/GHSA-ch5w-f9xf-5gxx.json index c074ccf8353..4c3a46b7e4f 100644 --- a/advisories/unreviewed/2022/05/GHSA-ch5w-f9xf-5gxx/GHSA-ch5w-f9xf-5gxx.json +++ b/advisories/unreviewed/2022/05/GHSA-ch5w-f9xf-5gxx/GHSA-ch5w-f9xf-5gxx.json @@ -7,12 +7,8 @@ "CVE-2019-1022" ], "details": "An elevation of privilege exists in Windows Audio Service, aka 'Windows Audio Service Elevation of Privilege Vulnerability'. This CVE ID is unique from CVE-2019-1007, CVE-2019-1021, CVE-2019-1026, CVE-2019-1027, CVE-2019-1028.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-chm6-j4h2-5qc7/GHSA-chm6-j4h2-5qc7.json b/advisories/unreviewed/2022/05/GHSA-chm6-j4h2-5qc7/GHSA-chm6-j4h2-5qc7.json index aacf6aee90e..cfae35927c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-chm6-j4h2-5qc7/GHSA-chm6-j4h2-5qc7.json +++ b/advisories/unreviewed/2022/05/GHSA-chm6-j4h2-5qc7/GHSA-chm6-j4h2-5qc7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cjwm-ffg5-vxwh/GHSA-cjwm-ffg5-vxwh.json b/advisories/unreviewed/2022/05/GHSA-cjwm-ffg5-vxwh/GHSA-cjwm-ffg5-vxwh.json index 7a1141cc8bb..9ef07d1f98d 100644 --- a/advisories/unreviewed/2022/05/GHSA-cjwm-ffg5-vxwh/GHSA-cjwm-ffg5-vxwh.json +++ b/advisories/unreviewed/2022/05/GHSA-cjwm-ffg5-vxwh/GHSA-cjwm-ffg5-vxwh.json @@ -7,12 +7,8 @@ "CVE-2019-13351" ], "details": "posix/JackSocket.cpp in libjack in JACK2 1.9.1 through 1.9.12 (as distributed with alsa-plugins 1.1.7 and later) has a \"double file descriptor close\" issue during a failed connection attempt when jackd2 is not running. Exploitation success depends on multithreaded timing of that double close, which can result in unintended information disclosure, crashes, or file corruption due to having the wrong file associated with the file descriptor.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cmmv-v432-8pqv/GHSA-cmmv-v432-8pqv.json b/advisories/unreviewed/2022/05/GHSA-cmmv-v432-8pqv/GHSA-cmmv-v432-8pqv.json index c57242f6eb9..8f58c9bb9b9 100644 --- a/advisories/unreviewed/2022/05/GHSA-cmmv-v432-8pqv/GHSA-cmmv-v432-8pqv.json +++ b/advisories/unreviewed/2022/05/GHSA-cmmv-v432-8pqv/GHSA-cmmv-v432-8pqv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cr8p-pv2x-8ph2/GHSA-cr8p-pv2x-8ph2.json b/advisories/unreviewed/2022/05/GHSA-cr8p-pv2x-8ph2/GHSA-cr8p-pv2x-8ph2.json index 8261ffa5b2c..4a8bf5932e6 100644 --- a/advisories/unreviewed/2022/05/GHSA-cr8p-pv2x-8ph2/GHSA-cr8p-pv2x-8ph2.json +++ b/advisories/unreviewed/2022/05/GHSA-cr8p-pv2x-8ph2/GHSA-cr8p-pv2x-8ph2.json @@ -7,12 +7,8 @@ "CVE-2018-15557" ], "details": "An issue was discovered in the Quantenna WiFi Controller on Telus Actiontec WEB6000Q v1.1.02.22 devices. An attacker can statically set his/her IP to anything on the 169.254.1.0/24 subnet, and obtain root access by connecting to 169.254.1.2 port 23 with telnet/netcat.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-crfj-wj26-qv4f/GHSA-crfj-wj26-qv4f.json b/advisories/unreviewed/2022/05/GHSA-crfj-wj26-qv4f/GHSA-crfj-wj26-qv4f.json index 2d08ad783f2..3fbf17f5447 100644 --- a/advisories/unreviewed/2022/05/GHSA-crfj-wj26-qv4f/GHSA-crfj-wj26-qv4f.json +++ b/advisories/unreviewed/2022/05/GHSA-crfj-wj26-qv4f/GHSA-crfj-wj26-qv4f.json @@ -7,12 +7,8 @@ "CVE-2019-13261" ], "details": "XnView Classic 2.48 has a User Mode Write AV starting at xnview+0x0000000000328384.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cw3h-wqmv-phpq/GHSA-cw3h-wqmv-phpq.json b/advisories/unreviewed/2022/05/GHSA-cw3h-wqmv-phpq/GHSA-cw3h-wqmv-phpq.json index a766e115ef0..b6abb3ca29e 100644 --- a/advisories/unreviewed/2022/05/GHSA-cw3h-wqmv-phpq/GHSA-cw3h-wqmv-phpq.json +++ b/advisories/unreviewed/2022/05/GHSA-cw3h-wqmv-phpq/GHSA-cw3h-wqmv-phpq.json @@ -7,12 +7,8 @@ "CVE-2019-1054" ], "details": "A security feature bypass vulnerability exists in Edge that allows for bypassing Mark of the Web Tagging (MOTW), aka 'Microsoft Edge Security Feature Bypass Vulnerability'.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cwf5-5cmp-35cf/GHSA-cwf5-5cmp-35cf.json b/advisories/unreviewed/2022/05/GHSA-cwf5-5cmp-35cf/GHSA-cwf5-5cmp-35cf.json index a35a121be54..17364e1214e 100644 --- a/advisories/unreviewed/2022/05/GHSA-cwf5-5cmp-35cf/GHSA-cwf5-5cmp-35cf.json +++ b/advisories/unreviewed/2022/05/GHSA-cwf5-5cmp-35cf/GHSA-cwf5-5cmp-35cf.json @@ -7,12 +7,8 @@ "CVE-2019-13259" ], "details": "XnView Classic 2.48 has a User Mode Write AV starting at xnview+0x000000000032e566.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cwrc-jwrh-8qr3/GHSA-cwrc-jwrh-8qr3.json b/advisories/unreviewed/2022/05/GHSA-cwrc-jwrh-8qr3/GHSA-cwrc-jwrh-8qr3.json index b01fbbe25af..2e8e9356756 100644 --- a/advisories/unreviewed/2022/05/GHSA-cwrc-jwrh-8qr3/GHSA-cwrc-jwrh-8qr3.json +++ b/advisories/unreviewed/2022/05/GHSA-cwrc-jwrh-8qr3/GHSA-cwrc-jwrh-8qr3.json @@ -7,12 +7,8 @@ "CVE-2019-5345" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cx7v-j8cv-gx7x/GHSA-cx7v-j8cv-gx7x.json b/advisories/unreviewed/2022/05/GHSA-cx7v-j8cv-gx7x/GHSA-cx7v-j8cv-gx7x.json index 09017bfdad6..4dd66d72edb 100644 --- a/advisories/unreviewed/2022/05/GHSA-cx7v-j8cv-gx7x/GHSA-cx7v-j8cv-gx7x.json +++ b/advisories/unreviewed/2022/05/GHSA-cx7v-j8cv-gx7x/GHSA-cx7v-j8cv-gx7x.json @@ -7,12 +7,8 @@ "CVE-2019-11960" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cxcg-m6pv-fc6r/GHSA-cxcg-m6pv-fc6r.json b/advisories/unreviewed/2022/05/GHSA-cxcg-m6pv-fc6r/GHSA-cxcg-m6pv-fc6r.json index bef63140c48..0dc847a69ca 100644 --- a/advisories/unreviewed/2022/05/GHSA-cxcg-m6pv-fc6r/GHSA-cxcg-m6pv-fc6r.json +++ b/advisories/unreviewed/2022/05/GHSA-cxcg-m6pv-fc6r/GHSA-cxcg-m6pv-fc6r.json @@ -7,12 +7,8 @@ "CVE-2019-5392" ], "details": "A disclosure of information vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-f2p9-3vx7-g835/GHSA-f2p9-3vx7-g835.json b/advisories/unreviewed/2022/05/GHSA-f2p9-3vx7-g835/GHSA-f2p9-3vx7-g835.json index 46dcd88a888..1d857db60cf 100644 --- a/advisories/unreviewed/2022/05/GHSA-f2p9-3vx7-g835/GHSA-f2p9-3vx7-g835.json +++ b/advisories/unreviewed/2022/05/GHSA-f2p9-3vx7-g835/GHSA-f2p9-3vx7-g835.json @@ -7,12 +7,8 @@ "CVE-2019-5784" ], "details": "Incorrect handling of deferred code in V8 in Google Chrome prior to 72.0.3626.96 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-f3p2-6wc6-73v5/GHSA-f3p2-6wc6-73v5.json b/advisories/unreviewed/2022/05/GHSA-f3p2-6wc6-73v5/GHSA-f3p2-6wc6-73v5.json index fe10eb1eb55..2b06ee16ace 100644 --- a/advisories/unreviewed/2022/05/GHSA-f3p2-6wc6-73v5/GHSA-f3p2-6wc6-73v5.json +++ b/advisories/unreviewed/2022/05/GHSA-f3p2-6wc6-73v5/GHSA-f3p2-6wc6-73v5.json @@ -7,12 +7,8 @@ "CVE-2019-2097" ], "details": "In HAliasAnalyzer.Query of hydrogen-alias-analysis.h, there is possible memory corruption due to type confusion. This could lead to remote code execution from a malicious proxy configuration, with no additional execution privileges needed. User interaction is not needed for exploitation. Product: Android. Versions: Android-7.0 Android-7.1.1 Android-7.1.2 Android-8.0 Android-8.1 Android-9. Android ID: A-117606285.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f52w-m32f-hjhj/GHSA-f52w-m32f-hjhj.json b/advisories/unreviewed/2022/05/GHSA-f52w-m32f-hjhj/GHSA-f52w-m32f-hjhj.json index 104b9341661..5ff847980f3 100644 --- a/advisories/unreviewed/2022/05/GHSA-f52w-m32f-hjhj/GHSA-f52w-m32f-hjhj.json +++ b/advisories/unreviewed/2022/05/GHSA-f52w-m32f-hjhj/GHSA-f52w-m32f-hjhj.json @@ -7,12 +7,8 @@ "CVE-2019-5365" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-f5pm-8fcr-v6cq/GHSA-f5pm-8fcr-v6cq.json b/advisories/unreviewed/2022/05/GHSA-f5pm-8fcr-v6cq/GHSA-f5pm-8fcr-v6cq.json index 9e2a353fbdb..c650ccff163 100644 --- a/advisories/unreviewed/2022/05/GHSA-f5pm-8fcr-v6cq/GHSA-f5pm-8fcr-v6cq.json +++ b/advisories/unreviewed/2022/05/GHSA-f5pm-8fcr-v6cq/GHSA-f5pm-8fcr-v6cq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f64x-48q4-xr2x/GHSA-f64x-48q4-xr2x.json b/advisories/unreviewed/2022/05/GHSA-f64x-48q4-xr2x/GHSA-f64x-48q4-xr2x.json index 98fa07e5072..1fc1da20009 100644 --- a/advisories/unreviewed/2022/05/GHSA-f64x-48q4-xr2x/GHSA-f64x-48q4-xr2x.json +++ b/advisories/unreviewed/2022/05/GHSA-f64x-48q4-xr2x/GHSA-f64x-48q4-xr2x.json @@ -7,12 +7,8 @@ "CVE-2019-13245" ], "details": "FastStone Image Viewer 7.0 has a User Mode Write AV starting at image00400000+0x00000000001a95b1.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f68m-pqvj-v35x/GHSA-f68m-pqvj-v35x.json b/advisories/unreviewed/2022/05/GHSA-f68m-pqvj-v35x/GHSA-f68m-pqvj-v35x.json index 26466b0c280..8c713e32eb0 100644 --- a/advisories/unreviewed/2022/05/GHSA-f68m-pqvj-v35x/GHSA-f68m-pqvj-v35x.json +++ b/advisories/unreviewed/2022/05/GHSA-f68m-pqvj-v35x/GHSA-f68m-pqvj-v35x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f739-c5qw-237q/GHSA-f739-c5qw-237q.json b/advisories/unreviewed/2022/05/GHSA-f739-c5qw-237q/GHSA-f739-c5qw-237q.json index 84a71819da6..f3afd0b8bdb 100644 --- a/advisories/unreviewed/2022/05/GHSA-f739-c5qw-237q/GHSA-f739-c5qw-237q.json +++ b/advisories/unreviewed/2022/05/GHSA-f739-c5qw-237q/GHSA-f739-c5qw-237q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f7x6-frq5-4fch/GHSA-f7x6-frq5-4fch.json b/advisories/unreviewed/2022/05/GHSA-f7x6-frq5-4fch/GHSA-f7x6-frq5-4fch.json index 8cbba26a631..258dc9a1254 100644 --- a/advisories/unreviewed/2022/05/GHSA-f7x6-frq5-4fch/GHSA-f7x6-frq5-4fch.json +++ b/advisories/unreviewed/2022/05/GHSA-f7x6-frq5-4fch/GHSA-f7x6-frq5-4fch.json @@ -7,12 +7,8 @@ "CVE-2019-11943" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-f8xc-4q5g-48f2/GHSA-f8xc-4q5g-48f2.json b/advisories/unreviewed/2022/05/GHSA-f8xc-4q5g-48f2/GHSA-f8xc-4q5g-48f2.json index 6fc773ec783..cc083fc9107 100644 --- a/advisories/unreviewed/2022/05/GHSA-f8xc-4q5g-48f2/GHSA-f8xc-4q5g-48f2.json +++ b/advisories/unreviewed/2022/05/GHSA-f8xc-4q5g-48f2/GHSA-f8xc-4q5g-48f2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f8xv-x4hq-6wmh/GHSA-f8xv-x4hq-6wmh.json b/advisories/unreviewed/2022/05/GHSA-f8xv-x4hq-6wmh/GHSA-f8xv-x4hq-6wmh.json index ffc94be6c5a..a1a828aebf9 100644 --- a/advisories/unreviewed/2022/05/GHSA-f8xv-x4hq-6wmh/GHSA-f8xv-x4hq-6wmh.json +++ b/advisories/unreviewed/2022/05/GHSA-f8xv-x4hq-6wmh/GHSA-f8xv-x4hq-6wmh.json @@ -7,12 +7,8 @@ "CVE-2019-5382" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-f93c-rq5c-gvpf/GHSA-f93c-rq5c-gvpf.json b/advisories/unreviewed/2022/05/GHSA-f93c-rq5c-gvpf/GHSA-f93c-rq5c-gvpf.json index 9d2d2b18bd8..d9d72119076 100644 --- a/advisories/unreviewed/2022/05/GHSA-f93c-rq5c-gvpf/GHSA-f93c-rq5c-gvpf.json +++ b/advisories/unreviewed/2022/05/GHSA-f93c-rq5c-gvpf/GHSA-f93c-rq5c-gvpf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fc4q-h4c5-r84v/GHSA-fc4q-h4c5-r84v.json b/advisories/unreviewed/2022/05/GHSA-fc4q-h4c5-r84v/GHSA-fc4q-h4c5-r84v.json index 3579bdc10ab..0989d55794f 100644 --- a/advisories/unreviewed/2022/05/GHSA-fc4q-h4c5-r84v/GHSA-fc4q-h4c5-r84v.json +++ b/advisories/unreviewed/2022/05/GHSA-fc4q-h4c5-r84v/GHSA-fc4q-h4c5-r84v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-ff48-rqf8-wwv2/GHSA-ff48-rqf8-wwv2.json b/advisories/unreviewed/2022/05/GHSA-ff48-rqf8-wwv2/GHSA-ff48-rqf8-wwv2.json index c68636ca61d..3df9b4f0496 100644 --- a/advisories/unreviewed/2022/05/GHSA-ff48-rqf8-wwv2/GHSA-ff48-rqf8-wwv2.json +++ b/advisories/unreviewed/2022/05/GHSA-ff48-rqf8-wwv2/GHSA-ff48-rqf8-wwv2.json @@ -7,12 +7,8 @@ "CVE-2019-5362" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-fg87-34v2-8x2r/GHSA-fg87-34v2-8x2r.json b/advisories/unreviewed/2022/05/GHSA-fg87-34v2-8x2r/GHSA-fg87-34v2-8x2r.json index 658eca99c4c..2d33c7eb8c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-fg87-34v2-8x2r/GHSA-fg87-34v2-8x2r.json +++ b/advisories/unreviewed/2022/05/GHSA-fg87-34v2-8x2r/GHSA-fg87-34v2-8x2r.json @@ -7,12 +7,8 @@ "CVE-2019-12570" ], "details": "A SQL injection vulnerability in the Xpert Solution \"Server Status by Hostname/IP\" plugin 4.6 for WordPress allows an authenticated user to execute arbitrary SQL commands via GET parameters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-fh2v-m8gf-58j3/GHSA-fh2v-m8gf-58j3.json b/advisories/unreviewed/2022/05/GHSA-fh2v-m8gf-58j3/GHSA-fh2v-m8gf-58j3.json index 31cba4cc84b..e357c021f44 100644 --- a/advisories/unreviewed/2022/05/GHSA-fh2v-m8gf-58j3/GHSA-fh2v-m8gf-58j3.json +++ b/advisories/unreviewed/2022/05/GHSA-fh2v-m8gf-58j3/GHSA-fh2v-m8gf-58j3.json @@ -7,12 +7,8 @@ "CVE-2019-5352" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-fpff-756g-5q5g/GHSA-fpff-756g-5q5g.json b/advisories/unreviewed/2022/05/GHSA-fpff-756g-5q5g/GHSA-fpff-756g-5q5g.json index b4df7da9267..a925d470f10 100644 --- a/advisories/unreviewed/2022/05/GHSA-fpff-756g-5q5g/GHSA-fpff-756g-5q5g.json +++ b/advisories/unreviewed/2022/05/GHSA-fpff-756g-5q5g/GHSA-fpff-756g-5q5g.json @@ -7,12 +7,8 @@ "CVE-2019-7158" ], "details": "OX App Suite 7.10.0 and earlier has Incorrect Access Control.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-fv44-9w74-ffg5/GHSA-fv44-9w74-ffg5.json b/advisories/unreviewed/2022/05/GHSA-fv44-9w74-ffg5/GHSA-fv44-9w74-ffg5.json index 0c8dc114661..fa5f44d4853 100644 --- a/advisories/unreviewed/2022/05/GHSA-fv44-9w74-ffg5/GHSA-fv44-9w74-ffg5.json +++ b/advisories/unreviewed/2022/05/GHSA-fv44-9w74-ffg5/GHSA-fv44-9w74-ffg5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fvh5-rgvr-c634/GHSA-fvh5-rgvr-c634.json b/advisories/unreviewed/2022/05/GHSA-fvh5-rgvr-c634/GHSA-fvh5-rgvr-c634.json index 7ba765ffddf..2339260cfaa 100644 --- a/advisories/unreviewed/2022/05/GHSA-fvh5-rgvr-c634/GHSA-fvh5-rgvr-c634.json +++ b/advisories/unreviewed/2022/05/GHSA-fvh5-rgvr-c634/GHSA-fvh5-rgvr-c634.json @@ -7,12 +7,8 @@ "CVE-2019-12816" ], "details": "Modules.cpp in ZNC before 1.7.4-rc1 allows remote authenticated non-admin users to escalate privileges and execute arbitrary code by loading a module with a crafted name.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -64,9 +60,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-fwvv-q6jf-62c9/GHSA-fwvv-q6jf-62c9.json b/advisories/unreviewed/2022/05/GHSA-fwvv-q6jf-62c9/GHSA-fwvv-q6jf-62c9.json index 683587b2e82..cf843a57372 100644 --- a/advisories/unreviewed/2022/05/GHSA-fwvv-q6jf-62c9/GHSA-fwvv-q6jf-62c9.json +++ b/advisories/unreviewed/2022/05/GHSA-fwvv-q6jf-62c9/GHSA-fwvv-q6jf-62c9.json @@ -7,12 +7,8 @@ "CVE-2019-9642" ], "details": "An issue was discovered in proxy.php in pydio-core in Pydio through 8.2.2. Through an unauthenticated request, it possible to evaluate malicious PHP code by placing it on the fourth line of a .php file, as demonstrated by a PoC.php created by the guest account, with execution via a proxy.php?hash=../../../../../var/lib/pydio/data/personal/guest/PoC.php request. This is related to plugins/action.share/src/Store/ShareStore.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fx6p-gh9h-77j8/GHSA-fx6p-gh9h-77j8.json b/advisories/unreviewed/2022/05/GHSA-fx6p-gh9h-77j8/GHSA-fx6p-gh9h-77j8.json index f69edb51a26..e99a81a858f 100644 --- a/advisories/unreviewed/2022/05/GHSA-fx6p-gh9h-77j8/GHSA-fx6p-gh9h-77j8.json +++ b/advisories/unreviewed/2022/05/GHSA-fx6p-gh9h-77j8/GHSA-fx6p-gh9h-77j8.json @@ -7,12 +7,8 @@ "CVE-2018-18876" ], "details": "In firmware version MS_2.6.9900 of Columbia Weather MicroServer, a readouts_rd.php directory traversal issue makes it possible to read any file present on the underlying operating system.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-fxf6-qq83-x2jw/GHSA-fxf6-qq83-x2jw.json b/advisories/unreviewed/2022/05/GHSA-fxf6-qq83-x2jw/GHSA-fxf6-qq83-x2jw.json index a8093900c91..92a05ad2b1b 100644 --- a/advisories/unreviewed/2022/05/GHSA-fxf6-qq83-x2jw/GHSA-fxf6-qq83-x2jw.json +++ b/advisories/unreviewed/2022/05/GHSA-fxf6-qq83-x2jw/GHSA-fxf6-qq83-x2jw.json @@ -7,12 +7,8 @@ "CVE-2019-5354" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-fxgm-mp5w-fq4r/GHSA-fxgm-mp5w-fq4r.json b/advisories/unreviewed/2022/05/GHSA-fxgm-mp5w-fq4r/GHSA-fxgm-mp5w-fq4r.json index 55321e5d6c2..5e3ad7fc974 100644 --- a/advisories/unreviewed/2022/05/GHSA-fxgm-mp5w-fq4r/GHSA-fxgm-mp5w-fq4r.json +++ b/advisories/unreviewed/2022/05/GHSA-fxgm-mp5w-fq4r/GHSA-fxgm-mp5w-fq4r.json @@ -7,12 +7,8 @@ "CVE-2018-6132" ], "details": "Uninitialized data in WebRTC in Google Chrome prior to 67.0.3396.62 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted video file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-fxmq-w9j8-69pv/GHSA-fxmq-w9j8-69pv.json b/advisories/unreviewed/2022/05/GHSA-fxmq-w9j8-69pv/GHSA-fxmq-w9j8-69pv.json index 7b806f16ba3..69f257fc533 100644 --- a/advisories/unreviewed/2022/05/GHSA-fxmq-w9j8-69pv/GHSA-fxmq-w9j8-69pv.json +++ b/advisories/unreviewed/2022/05/GHSA-fxmq-w9j8-69pv/GHSA-fxmq-w9j8-69pv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fxv3-4v9h-4x8v/GHSA-fxv3-4v9h-4x8v.json b/advisories/unreviewed/2022/05/GHSA-fxv3-4v9h-4x8v/GHSA-fxv3-4v9h-4x8v.json index 1774b004e9d..fe603d23875 100644 --- a/advisories/unreviewed/2022/05/GHSA-fxv3-4v9h-4x8v/GHSA-fxv3-4v9h-4x8v.json +++ b/advisories/unreviewed/2022/05/GHSA-fxv3-4v9h-4x8v/GHSA-fxv3-4v9h-4x8v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g285-wmv2-jp6v/GHSA-g285-wmv2-jp6v.json b/advisories/unreviewed/2022/05/GHSA-g285-wmv2-jp6v/GHSA-g285-wmv2-jp6v.json index ea5b1bb8c8c..732f26a2117 100644 --- a/advisories/unreviewed/2022/05/GHSA-g285-wmv2-jp6v/GHSA-g285-wmv2-jp6v.json +++ b/advisories/unreviewed/2022/05/GHSA-g285-wmv2-jp6v/GHSA-g285-wmv2-jp6v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g336-28q4-56hj/GHSA-g336-28q4-56hj.json b/advisories/unreviewed/2022/05/GHSA-g336-28q4-56hj/GHSA-g336-28q4-56hj.json index dde01cb4e5f..23cd1b5ce36 100644 --- a/advisories/unreviewed/2022/05/GHSA-g336-28q4-56hj/GHSA-g336-28q4-56hj.json +++ b/advisories/unreviewed/2022/05/GHSA-g336-28q4-56hj/GHSA-g336-28q4-56hj.json @@ -7,12 +7,8 @@ "CVE-2019-6637" ], "details": "On BIG-IP (ASM) 14.1.0-14.1.0.5, 14.0.0-14.0.0.4, 13.0.0-13.1.1.4, and 12.1.0-12.1.4, Application logic abuse of ASM REST endpoints can lead to instability of BIG-IP system. Exploitation of this issue causes excessive memory consumption which results in the Linux kernel triggering OOM killer on arbitrary processes. The attack requires an authenticated user with role of \"Guest\" or greater privilege. Note: \"No Access\" cannot login so technically it's a role but a user with this access role cannot perform the attack.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-g33m-gfwr-29g4/GHSA-g33m-gfwr-29g4.json b/advisories/unreviewed/2022/05/GHSA-g33m-gfwr-29g4/GHSA-g33m-gfwr-29g4.json index 6d698ebaab4..9f6f69bf601 100644 --- a/advisories/unreviewed/2022/05/GHSA-g33m-gfwr-29g4/GHSA-g33m-gfwr-29g4.json +++ b/advisories/unreviewed/2022/05/GHSA-g33m-gfwr-29g4/GHSA-g33m-gfwr-29g4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g57f-vww4-m67v/GHSA-g57f-vww4-m67v.json b/advisories/unreviewed/2022/05/GHSA-g57f-vww4-m67v/GHSA-g57f-vww4-m67v.json index 661038f67d0..b42d1964a35 100644 --- a/advisories/unreviewed/2022/05/GHSA-g57f-vww4-m67v/GHSA-g57f-vww4-m67v.json +++ b/advisories/unreviewed/2022/05/GHSA-g57f-vww4-m67v/GHSA-g57f-vww4-m67v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-g74x-pj95-hm2h/GHSA-g74x-pj95-hm2h.json b/advisories/unreviewed/2022/05/GHSA-g74x-pj95-hm2h/GHSA-g74x-pj95-hm2h.json index 44951b85797..f6ca32edc7b 100644 --- a/advisories/unreviewed/2022/05/GHSA-g74x-pj95-hm2h/GHSA-g74x-pj95-hm2h.json +++ b/advisories/unreviewed/2022/05/GHSA-g74x-pj95-hm2h/GHSA-g74x-pj95-hm2h.json @@ -7,12 +7,8 @@ "CVE-2019-12476" ], "details": "An authentication bypass vulnerability in the password reset functionality in Zoho ManageEngine ADSelfService Plus before 5.0.6 allows an attacker with physical access to gain a shell with SYSTEM privileges via the restricted thick client browser. The attack uses a long sequence of crafted keyboard input.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-g793-9qm5-f3q5/GHSA-g793-9qm5-f3q5.json b/advisories/unreviewed/2022/05/GHSA-g793-9qm5-f3q5/GHSA-g793-9qm5-f3q5.json index 3d2f3733e2a..20e08e5281d 100644 --- a/advisories/unreviewed/2022/05/GHSA-g793-9qm5-f3q5/GHSA-g793-9qm5-f3q5.json +++ b/advisories/unreviewed/2022/05/GHSA-g793-9qm5-f3q5/GHSA-g793-9qm5-f3q5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gch4-63vm-w4q4/GHSA-gch4-63vm-w4q4.json b/advisories/unreviewed/2022/05/GHSA-gch4-63vm-w4q4/GHSA-gch4-63vm-w4q4.json index d1de01b7a9e..f720c079496 100644 --- a/advisories/unreviewed/2022/05/GHSA-gch4-63vm-w4q4/GHSA-gch4-63vm-w4q4.json +++ b/advisories/unreviewed/2022/05/GHSA-gch4-63vm-w4q4/GHSA-gch4-63vm-w4q4.json @@ -7,12 +7,8 @@ "CVE-2019-13297" ], "details": "ImageMagick 7.0.8-50 Q16 has a heap-based buffer over-read at MagickCore/threshold.c in AdaptiveThresholdImage because a height of zero is mishandled.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gcq8-ggwj-2xvv/GHSA-gcq8-ggwj-2xvv.json b/advisories/unreviewed/2022/05/GHSA-gcq8-ggwj-2xvv/GHSA-gcq8-ggwj-2xvv.json index 9d70a0146ae..56d268b6510 100644 --- a/advisories/unreviewed/2022/05/GHSA-gcq8-ggwj-2xvv/GHSA-gcq8-ggwj-2xvv.json +++ b/advisories/unreviewed/2022/05/GHSA-gcq8-ggwj-2xvv/GHSA-gcq8-ggwj-2xvv.json @@ -7,12 +7,8 @@ "CVE-2019-12840" ], "details": "In Webmin through 1.910, any user authorized to the \"Package Updates\" module can execute arbitrary commands with root privileges via the data parameter to update.cgi.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gcqh-p487-qh8q/GHSA-gcqh-p487-qh8q.json b/advisories/unreviewed/2022/05/GHSA-gcqh-p487-qh8q/GHSA-gcqh-p487-qh8q.json index e580a4da037..ed1f8f620f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-gcqh-p487-qh8q/GHSA-gcqh-p487-qh8q.json +++ b/advisories/unreviewed/2022/05/GHSA-gcqh-p487-qh8q/GHSA-gcqh-p487-qh8q.json @@ -7,12 +7,8 @@ "CVE-2019-7840" ], "details": "ColdFusion versions Update 3 and earlier, Update 10 and earlier, and Update 18 and earlier have a deserialization of untrusted data vulnerability. Successful exploitation could lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gf4m-284g-ppr8/GHSA-gf4m-284g-ppr8.json b/advisories/unreviewed/2022/05/GHSA-gf4m-284g-ppr8/GHSA-gf4m-284g-ppr8.json index 1fa1f45391b..44099c43ccf 100644 --- a/advisories/unreviewed/2022/05/GHSA-gf4m-284g-ppr8/GHSA-gf4m-284g-ppr8.json +++ b/advisories/unreviewed/2022/05/GHSA-gf4m-284g-ppr8/GHSA-gf4m-284g-ppr8.json @@ -7,12 +7,8 @@ "CVE-2019-5981" ], "details": "Improper authorization vulnerability in VAIO Update 7.3.0.03150 and earlier allows an attackers to execute arbitrary executable file with administrative privilege via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gfg4-38v6-p8x8/GHSA-gfg4-38v6-p8x8.json b/advisories/unreviewed/2022/05/GHSA-gfg4-38v6-p8x8/GHSA-gfg4-38v6-p8x8.json index 313521f9e6f..2c34dd46fbf 100644 --- a/advisories/unreviewed/2022/05/GHSA-gfg4-38v6-p8x8/GHSA-gfg4-38v6-p8x8.json +++ b/advisories/unreviewed/2022/05/GHSA-gfg4-38v6-p8x8/GHSA-gfg4-38v6-p8x8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gg22-xfpq-g9j7/GHSA-gg22-xfpq-g9j7.json b/advisories/unreviewed/2022/05/GHSA-gg22-xfpq-g9j7/GHSA-gg22-xfpq-g9j7.json index 3da050317cc..7851cd27834 100644 --- a/advisories/unreviewed/2022/05/GHSA-gg22-xfpq-g9j7/GHSA-gg22-xfpq-g9j7.json +++ b/advisories/unreviewed/2022/05/GHSA-gg22-xfpq-g9j7/GHSA-gg22-xfpq-g9j7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gg66-2489-7gr5/GHSA-gg66-2489-7gr5.json b/advisories/unreviewed/2022/05/GHSA-gg66-2489-7gr5/GHSA-gg66-2489-7gr5.json index 3bb905081e9..2e6aab3d196 100644 --- a/advisories/unreviewed/2022/05/GHSA-gg66-2489-7gr5/GHSA-gg66-2489-7gr5.json +++ b/advisories/unreviewed/2022/05/GHSA-gg66-2489-7gr5/GHSA-gg66-2489-7gr5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-ggpj-5v2h-5jrp/GHSA-ggpj-5v2h-5jrp.json b/advisories/unreviewed/2022/05/GHSA-ggpj-5v2h-5jrp/GHSA-ggpj-5v2h-5jrp.json index d17d9d9a1ab..ad0c682a57d 100644 --- a/advisories/unreviewed/2022/05/GHSA-ggpj-5v2h-5jrp/GHSA-ggpj-5v2h-5jrp.json +++ b/advisories/unreviewed/2022/05/GHSA-ggpj-5v2h-5jrp/GHSA-ggpj-5v2h-5jrp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-ggxx-jp5j-2gq2/GHSA-ggxx-jp5j-2gq2.json b/advisories/unreviewed/2022/05/GHSA-ggxx-jp5j-2gq2/GHSA-ggxx-jp5j-2gq2.json index 0d130a14f7a..fe8a889d499 100644 --- a/advisories/unreviewed/2022/05/GHSA-ggxx-jp5j-2gq2/GHSA-ggxx-jp5j-2gq2.json +++ b/advisories/unreviewed/2022/05/GHSA-ggxx-jp5j-2gq2/GHSA-ggxx-jp5j-2gq2.json @@ -7,12 +7,8 @@ "CVE-2019-6584" ], "details": "A vulnerability has been identified in SIEMENS LOGO!8 (6ED1052-xyyxx-0BA8 FS:01 to FS:06 / Firmware version V1.80.xx and V1.81.xx), SIEMENS LOGO!8 (6ED1052-xyy08-0BA0 FS:01 / Firmware version < V1.82.02). The integrated webserver does not invalidate the Session ID upon user logout. An attacker that successfully extracted a valid Session ID is able to use it even after the user logs out. The security vulnerability could be exploited by an attacker in a privileged network position who is able to read the communication between the affected device and the user or by an attacker who is able to obtain valid Session IDs through other means. The user must invoke a session to the affected device. At the time of advisory publication no public exploitation of this security vulnerability was known.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gjf6-q5vw-q979/GHSA-gjf6-q5vw-q979.json b/advisories/unreviewed/2022/05/GHSA-gjf6-q5vw-q979/GHSA-gjf6-q5vw-q979.json index 189ecf5d234..5147738431f 100644 --- a/advisories/unreviewed/2022/05/GHSA-gjf6-q5vw-q979/GHSA-gjf6-q5vw-q979.json +++ b/advisories/unreviewed/2022/05/GHSA-gjf6-q5vw-q979/GHSA-gjf6-q5vw-q979.json @@ -7,12 +7,8 @@ "CVE-2019-12980" ], "details": "In Ming (aka libming) 0.4.8, there is an integer overflow (caused by an out-of-range left shift) in the SWFInput_readSBits function in blocks/input.c. Remote attackers could leverage this vulnerability to cause a denial-of-service via a crafted swf file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gjqh-4gc9-vchf/GHSA-gjqh-4gc9-vchf.json b/advisories/unreviewed/2022/05/GHSA-gjqh-4gc9-vchf/GHSA-gjqh-4gc9-vchf.json index da34a065cea..207653e16eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-gjqh-4gc9-vchf/GHSA-gjqh-4gc9-vchf.json +++ b/advisories/unreviewed/2022/05/GHSA-gjqh-4gc9-vchf/GHSA-gjqh-4gc9-vchf.json @@ -7,12 +7,8 @@ "CVE-2018-18472" ], "details": "Western Digital WD My Book Live (all versions) has a root Remote Command Execution bug via shell metacharacters in the /api/1.0/rest/language_configuration language parameter. It can be triggered by anyone who knows the IP address of the affected device.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gpx4-7948-6rxx/GHSA-gpx4-7948-6rxx.json b/advisories/unreviewed/2022/05/GHSA-gpx4-7948-6rxx/GHSA-gpx4-7948-6rxx.json index a98976da3ef..b5ab1dd0404 100644 --- a/advisories/unreviewed/2022/05/GHSA-gpx4-7948-6rxx/GHSA-gpx4-7948-6rxx.json +++ b/advisories/unreviewed/2022/05/GHSA-gpx4-7948-6rxx/GHSA-gpx4-7948-6rxx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gq58-phh7-4cqr/GHSA-gq58-phh7-4cqr.json b/advisories/unreviewed/2022/05/GHSA-gq58-phh7-4cqr/GHSA-gq58-phh7-4cqr.json index 078a35c6540..bc8e1969bfb 100644 --- a/advisories/unreviewed/2022/05/GHSA-gq58-phh7-4cqr/GHSA-gq58-phh7-4cqr.json +++ b/advisories/unreviewed/2022/05/GHSA-gq58-phh7-4cqr/GHSA-gq58-phh7-4cqr.json @@ -7,12 +7,8 @@ "CVE-2019-13249" ], "details": "ACDSee Free 1.1.21 has a User Mode Write AV starting at IDE_ACDStd!IEP_SetColorProfile+0x00000000000b9e7a.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gq65-xxmf-mf89/GHSA-gq65-xxmf-mf89.json b/advisories/unreviewed/2022/05/GHSA-gq65-xxmf-mf89/GHSA-gq65-xxmf-mf89.json index 79daae57b0b..36082c75e8d 100644 --- a/advisories/unreviewed/2022/05/GHSA-gq65-xxmf-mf89/GHSA-gq65-xxmf-mf89.json +++ b/advisories/unreviewed/2022/05/GHSA-gq65-xxmf-mf89/GHSA-gq65-xxmf-mf89.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gqv6-q3c8-jcgq/GHSA-gqv6-q3c8-jcgq.json b/advisories/unreviewed/2022/05/GHSA-gqv6-q3c8-jcgq/GHSA-gqv6-q3c8-jcgq.json index 7a60eff1ef5..89070f599cf 100644 --- a/advisories/unreviewed/2022/05/GHSA-gqv6-q3c8-jcgq/GHSA-gqv6-q3c8-jcgq.json +++ b/advisories/unreviewed/2022/05/GHSA-gqv6-q3c8-jcgq/GHSA-gqv6-q3c8-jcgq.json @@ -7,12 +7,8 @@ "CVE-2019-13244" ], "details": "FastStone Image Viewer 7.0 has a User Mode Write AV starting at image00400000+0x0000000000002d7d.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gr3q-2hph-p758/GHSA-gr3q-2hph-p758.json b/advisories/unreviewed/2022/05/GHSA-gr3q-2hph-p758/GHSA-gr3q-2hph-p758.json index 24785c21986..76f0051b4e4 100644 --- a/advisories/unreviewed/2022/05/GHSA-gr3q-2hph-p758/GHSA-gr3q-2hph-p758.json +++ b/advisories/unreviewed/2022/05/GHSA-gr3q-2hph-p758/GHSA-gr3q-2hph-p758.json @@ -7,12 +7,8 @@ "CVE-2019-13254" ], "details": "XnView Classic 2.48 has a User Mode Write AV starting at xnview+0x000000000032e808.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gwc5-q2cp-rxp3/GHSA-gwc5-q2cp-rxp3.json b/advisories/unreviewed/2022/05/GHSA-gwc5-q2cp-rxp3/GHSA-gwc5-q2cp-rxp3.json index d0f0cd1b70a..d378f52eaed 100644 --- a/advisories/unreviewed/2022/05/GHSA-gwc5-q2cp-rxp3/GHSA-gwc5-q2cp-rxp3.json +++ b/advisories/unreviewed/2022/05/GHSA-gwc5-q2cp-rxp3/GHSA-gwc5-q2cp-rxp3.json @@ -7,12 +7,8 @@ "CVE-2019-5393" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h26x-cv2x-chj2/GHSA-h26x-cv2x-chj2.json b/advisories/unreviewed/2022/05/GHSA-h26x-cv2x-chj2/GHSA-h26x-cv2x-chj2.json index fe15abb8e17..510f28a5c30 100644 --- a/advisories/unreviewed/2022/05/GHSA-h26x-cv2x-chj2/GHSA-h26x-cv2x-chj2.json +++ b/advisories/unreviewed/2022/05/GHSA-h26x-cv2x-chj2/GHSA-h26x-cv2x-chj2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h3w9-w8vh-9fqg/GHSA-h3w9-w8vh-9fqg.json b/advisories/unreviewed/2022/05/GHSA-h3w9-w8vh-9fqg/GHSA-h3w9-w8vh-9fqg.json index dd494c4bf55..3c0636c1cba 100644 --- a/advisories/unreviewed/2022/05/GHSA-h3w9-w8vh-9fqg/GHSA-h3w9-w8vh-9fqg.json +++ b/advisories/unreviewed/2022/05/GHSA-h3w9-w8vh-9fqg/GHSA-h3w9-w8vh-9fqg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h486-v27r-46fc/GHSA-h486-v27r-46fc.json b/advisories/unreviewed/2022/05/GHSA-h486-v27r-46fc/GHSA-h486-v27r-46fc.json index 94e75a80847..84b8e2783a0 100644 --- a/advisories/unreviewed/2022/05/GHSA-h486-v27r-46fc/GHSA-h486-v27r-46fc.json +++ b/advisories/unreviewed/2022/05/GHSA-h486-v27r-46fc/GHSA-h486-v27r-46fc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h4q7-599w-vqhv/GHSA-h4q7-599w-vqhv.json b/advisories/unreviewed/2022/05/GHSA-h4q7-599w-vqhv/GHSA-h4q7-599w-vqhv.json index 5ff8a7b9e8e..0cd367c8b4d 100644 --- a/advisories/unreviewed/2022/05/GHSA-h4q7-599w-vqhv/GHSA-h4q7-599w-vqhv.json +++ b/advisories/unreviewed/2022/05/GHSA-h4q7-599w-vqhv/GHSA-h4q7-599w-vqhv.json @@ -7,12 +7,8 @@ "CVE-2019-13256" ], "details": "XnView Classic 2.48 has a User Mode Write AV starting at xnview+0x000000000032e849.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h6m9-8p3f-qc99/GHSA-h6m9-8p3f-qc99.json b/advisories/unreviewed/2022/05/GHSA-h6m9-8p3f-qc99/GHSA-h6m9-8p3f-qc99.json index 7294362050b..f380e2d2da2 100644 --- a/advisories/unreviewed/2022/05/GHSA-h6m9-8p3f-qc99/GHSA-h6m9-8p3f-qc99.json +++ b/advisories/unreviewed/2022/05/GHSA-h6m9-8p3f-qc99/GHSA-h6m9-8p3f-qc99.json @@ -7,12 +7,8 @@ "CVE-2019-5344" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h7hj-53wf-rwww/GHSA-h7hj-53wf-rwww.json b/advisories/unreviewed/2022/05/GHSA-h7hj-53wf-rwww/GHSA-h7hj-53wf-rwww.json index a8638e2e0b8..1ebe30ce9be 100644 --- a/advisories/unreviewed/2022/05/GHSA-h7hj-53wf-rwww/GHSA-h7hj-53wf-rwww.json +++ b/advisories/unreviewed/2022/05/GHSA-h7hj-53wf-rwww/GHSA-h7hj-53wf-rwww.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h8vr-6vfm-c62r/GHSA-h8vr-6vfm-c62r.json b/advisories/unreviewed/2022/05/GHSA-h8vr-6vfm-c62r/GHSA-h8vr-6vfm-c62r.json index 437230d49d3..25008c48d9b 100644 --- a/advisories/unreviewed/2022/05/GHSA-h8vr-6vfm-c62r/GHSA-h8vr-6vfm-c62r.json +++ b/advisories/unreviewed/2022/05/GHSA-h8vr-6vfm-c62r/GHSA-h8vr-6vfm-c62r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h9rm-h58w-49mj/GHSA-h9rm-h58w-49mj.json b/advisories/unreviewed/2022/05/GHSA-h9rm-h58w-49mj/GHSA-h9rm-h58w-49mj.json index 5860afdc259..f71a1869f6d 100644 --- a/advisories/unreviewed/2022/05/GHSA-h9rm-h58w-49mj/GHSA-h9rm-h58w-49mj.json +++ b/advisories/unreviewed/2022/05/GHSA-h9rm-h58w-49mj/GHSA-h9rm-h58w-49mj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hg39-x987-h4q6/GHSA-hg39-x987-h4q6.json b/advisories/unreviewed/2022/05/GHSA-hg39-x987-h4q6/GHSA-hg39-x987-h4q6.json index 81b8bbb30ce..6313a26cfaa 100644 --- a/advisories/unreviewed/2022/05/GHSA-hg39-x987-h4q6/GHSA-hg39-x987-h4q6.json +++ b/advisories/unreviewed/2022/05/GHSA-hg39-x987-h4q6/GHSA-hg39-x987-h4q6.json @@ -7,12 +7,8 @@ "CVE-2019-1897" ], "details": "A vulnerability in the web-based management interface of Cisco RV110W, RV130W, and RV215W Routers could allow an unauthenticated, remote attacker to disconnect clients that are connected to the guest network on an affected router. The vulnerability is due to improper authorization of an HTTP request. An attacker could exploit this vulnerability by accessing the URL for device disconnection and providing the connected device information. A successful exploit could allow the attacker to deny service to specific clients that are connected to the guest network.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hg9h-f6mf-99rv/GHSA-hg9h-f6mf-99rv.json b/advisories/unreviewed/2022/05/GHSA-hg9h-f6mf-99rv/GHSA-hg9h-f6mf-99rv.json index 7834de8aa54..e2e86d144f8 100644 --- a/advisories/unreviewed/2022/05/GHSA-hg9h-f6mf-99rv/GHSA-hg9h-f6mf-99rv.json +++ b/advisories/unreviewed/2022/05/GHSA-hg9h-f6mf-99rv/GHSA-hg9h-f6mf-99rv.json @@ -7,12 +7,8 @@ "CVE-2019-1027" ], "details": "An elevation of privilege exists in Windows Audio Service, aka 'Windows Audio Service Elevation of Privilege Vulnerability'. This CVE ID is unique from CVE-2019-1007, CVE-2019-1021, CVE-2019-1022, CVE-2019-1026, CVE-2019-1028.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hj82-g697-8wqp/GHSA-hj82-g697-8wqp.json b/advisories/unreviewed/2022/05/GHSA-hj82-g697-8wqp/GHSA-hj82-g697-8wqp.json index 18d637de698..7dac0755309 100644 --- a/advisories/unreviewed/2022/05/GHSA-hj82-g697-8wqp/GHSA-hj82-g697-8wqp.json +++ b/advisories/unreviewed/2022/05/GHSA-hj82-g697-8wqp/GHSA-hj82-g697-8wqp.json @@ -7,12 +7,8 @@ "CVE-2019-6634" ], "details": "On BIG-IP 14.1.0-14.1.0.5, 14.0.0-14.0.0.4, 13.0.0-13.1.1.4, and 12.1.0-12.1.4, a high volume of malformed analytics report requests leads to instability in restjavad process. This causes issues with both iControl REST and some portions of TMUI. The attack requires an authenticated user with any role.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hjw3-6ghp-6f5f/GHSA-hjw3-6ghp-6f5f.json b/advisories/unreviewed/2022/05/GHSA-hjw3-6ghp-6f5f/GHSA-hjw3-6ghp-6f5f.json index d5138deb4a2..07721168125 100644 --- a/advisories/unreviewed/2022/05/GHSA-hjw3-6ghp-6f5f/GHSA-hjw3-6ghp-6f5f.json +++ b/advisories/unreviewed/2022/05/GHSA-hjw3-6ghp-6f5f/GHSA-hjw3-6ghp-6f5f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hmf6-x68j-3f6v/GHSA-hmf6-x68j-3f6v.json b/advisories/unreviewed/2022/05/GHSA-hmf6-x68j-3f6v/GHSA-hmf6-x68j-3f6v.json index de2892e78d9..6c19a2d12be 100644 --- a/advisories/unreviewed/2022/05/GHSA-hmf6-x68j-3f6v/GHSA-hmf6-x68j-3f6v.json +++ b/advisories/unreviewed/2022/05/GHSA-hmf6-x68j-3f6v/GHSA-hmf6-x68j-3f6v.json @@ -7,12 +7,8 @@ "CVE-2018-16075" ], "details": "Insufficient file type enforcement in Blink in Google Chrome prior to 69.0.3497.81 allowed a remote attacker to obtain local file data via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hp5q-pmj7-vxp2/GHSA-hp5q-pmj7-vxp2.json b/advisories/unreviewed/2022/05/GHSA-hp5q-pmj7-vxp2/GHSA-hp5q-pmj7-vxp2.json index 012af131eb2..2c569f775dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-hp5q-pmj7-vxp2/GHSA-hp5q-pmj7-vxp2.json +++ b/advisories/unreviewed/2022/05/GHSA-hp5q-pmj7-vxp2/GHSA-hp5q-pmj7-vxp2.json @@ -7,12 +7,8 @@ "CVE-2019-5339" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hqrf-v6fm-gv6x/GHSA-hqrf-v6fm-gv6x.json b/advisories/unreviewed/2022/05/GHSA-hqrf-v6fm-gv6x/GHSA-hqrf-v6fm-gv6x.json index 82cd6b82a46..bfd3f8f9c6d 100644 --- a/advisories/unreviewed/2022/05/GHSA-hqrf-v6fm-gv6x/GHSA-hqrf-v6fm-gv6x.json +++ b/advisories/unreviewed/2022/05/GHSA-hqrf-v6fm-gv6x/GHSA-hqrf-v6fm-gv6x.json @@ -7,12 +7,8 @@ "CVE-2018-18838" ], "details": "An issue was discovered in Netdata 1.10.0. Log Injection (or Log Forgery) exists via a %0a sequence in the url parameter to api/v1/registry.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hr74-2752-vc9x/GHSA-hr74-2752-vc9x.json b/advisories/unreviewed/2022/05/GHSA-hr74-2752-vc9x/GHSA-hr74-2752-vc9x.json index 5337f6fe107..dc10a42d4cc 100644 --- a/advisories/unreviewed/2022/05/GHSA-hr74-2752-vc9x/GHSA-hr74-2752-vc9x.json +++ b/advisories/unreviewed/2022/05/GHSA-hr74-2752-vc9x/GHSA-hr74-2752-vc9x.json @@ -7,12 +7,8 @@ "CVE-2019-6989" ], "details": "TP-Link TL-WR940N is vulnerable to a stack-based buffer overflow, caused by improper bounds checking by the ipAddrDispose function. By sending specially crafted ICMP echo request packets, a remote authenticated attacker could overflow a buffer and execute arbitrary code on the system with elevated privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hrxv-7mg9-mqpp/GHSA-hrxv-7mg9-mqpp.json b/advisories/unreviewed/2022/05/GHSA-hrxv-7mg9-mqpp/GHSA-hrxv-7mg9-mqpp.json index 7a0b459e9e5..a7116653304 100644 --- a/advisories/unreviewed/2022/05/GHSA-hrxv-7mg9-mqpp/GHSA-hrxv-7mg9-mqpp.json +++ b/advisories/unreviewed/2022/05/GHSA-hrxv-7mg9-mqpp/GHSA-hrxv-7mg9-mqpp.json @@ -7,12 +7,8 @@ "CVE-2019-5388" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hv79-5q2x-qf8j/GHSA-hv79-5q2x-qf8j.json b/advisories/unreviewed/2022/05/GHSA-hv79-5q2x-qf8j/GHSA-hv79-5q2x-qf8j.json index 0073a58cea9..d67d6bb54aa 100644 --- a/advisories/unreviewed/2022/05/GHSA-hv79-5q2x-qf8j/GHSA-hv79-5q2x-qf8j.json +++ b/advisories/unreviewed/2022/05/GHSA-hv79-5q2x-qf8j/GHSA-hv79-5q2x-qf8j.json @@ -7,12 +7,8 @@ "CVE-2019-1619" ], "details": "A vulnerability in the web-based management interface of Cisco Data Center Network Manager (DCNM) could allow an unauthenticated, remote attacker to bypass authentication and execute arbitrary actions with administrative privileges on an affected device. The vulnerability is due to improper session management on affected DCNM software. An attacker could exploit this vulnerability by sending a crafted HTTP request to the affected device. A successful exploit could allow the attacker to gain administrative access on the affected device.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hvf9-qhxq-6pcq/GHSA-hvf9-qhxq-6pcq.json b/advisories/unreviewed/2022/05/GHSA-hvf9-qhxq-6pcq/GHSA-hvf9-qhxq-6pcq.json index f3bd9083a5e..d60c3861432 100644 --- a/advisories/unreviewed/2022/05/GHSA-hvf9-qhxq-6pcq/GHSA-hvf9-qhxq-6pcq.json +++ b/advisories/unreviewed/2022/05/GHSA-hvf9-qhxq-6pcq/GHSA-hvf9-qhxq-6pcq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hvj2-cfcv-qmc2/GHSA-hvj2-cfcv-qmc2.json b/advisories/unreviewed/2022/05/GHSA-hvj2-cfcv-qmc2/GHSA-hvj2-cfcv-qmc2.json index 6385e904dcb..89272c839ef 100644 --- a/advisories/unreviewed/2022/05/GHSA-hvj2-cfcv-qmc2/GHSA-hvj2-cfcv-qmc2.json +++ b/advisories/unreviewed/2022/05/GHSA-hvj2-cfcv-qmc2/GHSA-hvj2-cfcv-qmc2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hx33-mww2-6mf5/GHSA-hx33-mww2-6mf5.json b/advisories/unreviewed/2022/05/GHSA-hx33-mww2-6mf5/GHSA-hx33-mww2-6mf5.json index a8772351329..3771a7985f1 100644 --- a/advisories/unreviewed/2022/05/GHSA-hx33-mww2-6mf5/GHSA-hx33-mww2-6mf5.json +++ b/advisories/unreviewed/2022/05/GHSA-hx33-mww2-6mf5/GHSA-hx33-mww2-6mf5.json @@ -7,12 +7,8 @@ "CVE-2019-9824" ], "details": "tcp_emu in slirp/tcp_subr.c (aka slirp/src/tcp_subr.c) in QEMU 3.0.0 uses uninitialized data in an snprintf call, leading to Information disclosure.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -48,9 +44,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j37h-vwh2-59wm/GHSA-j37h-vwh2-59wm.json b/advisories/unreviewed/2022/05/GHSA-j37h-vwh2-59wm/GHSA-j37h-vwh2-59wm.json index 0755771c763..a0b23c54342 100644 --- a/advisories/unreviewed/2022/05/GHSA-j37h-vwh2-59wm/GHSA-j37h-vwh2-59wm.json +++ b/advisories/unreviewed/2022/05/GHSA-j37h-vwh2-59wm/GHSA-j37h-vwh2-59wm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j3hq-7fm4-h8h6/GHSA-j3hq-7fm4-h8h6.json b/advisories/unreviewed/2022/05/GHSA-j3hq-7fm4-h8h6/GHSA-j3hq-7fm4-h8h6.json index fded1e49b58..9763d74249b 100644 --- a/advisories/unreviewed/2022/05/GHSA-j3hq-7fm4-h8h6/GHSA-j3hq-7fm4-h8h6.json +++ b/advisories/unreviewed/2022/05/GHSA-j3hq-7fm4-h8h6/GHSA-j3hq-7fm4-h8h6.json @@ -7,12 +7,8 @@ "CVE-2019-1627" ], "details": "A vulnerability in the Server Utilities of Cisco Integrated Management Controller (IMC) could allow an authenticated, remote attacker to gain unauthorized access to sensitive user information from the configuration data that is stored on the affected system. The vulnerability is due to insufficient protection of data in the configuration file. An attacker could exploit this vulnerability by downloading the configuration file. An exploit could allow the attacker to use the sensitive information from the file to elevate privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j3xv-hxjv-fw3q/GHSA-j3xv-hxjv-fw3q.json b/advisories/unreviewed/2022/05/GHSA-j3xv-hxjv-fw3q/GHSA-j3xv-hxjv-fw3q.json index 161512c6e8d..91b911e9b78 100644 --- a/advisories/unreviewed/2022/05/GHSA-j3xv-hxjv-fw3q/GHSA-j3xv-hxjv-fw3q.json +++ b/advisories/unreviewed/2022/05/GHSA-j3xv-hxjv-fw3q/GHSA-j3xv-hxjv-fw3q.json @@ -7,12 +7,8 @@ "CVE-2019-12829" ], "details": "radare2 through 3.5.1 mishandles the RParse API, which allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact, as demonstrated by newstr buffer overflows during replace operations. This affects libr/asm/asm.c and libr/parse/parse.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j44c-3crp-m9xw/GHSA-j44c-3crp-m9xw.json b/advisories/unreviewed/2022/05/GHSA-j44c-3crp-m9xw/GHSA-j44c-3crp-m9xw.json index 076e1aec80c..50239c38416 100644 --- a/advisories/unreviewed/2022/05/GHSA-j44c-3crp-m9xw/GHSA-j44c-3crp-m9xw.json +++ b/advisories/unreviewed/2022/05/GHSA-j44c-3crp-m9xw/GHSA-j44c-3crp-m9xw.json @@ -7,12 +7,8 @@ "CVE-2019-13246" ], "details": "FastStone Image Viewer 7.0 has a User Mode Write AV starting at image00400000+0x00000000001a9601.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j52g-8mqh-84pw/GHSA-j52g-8mqh-84pw.json b/advisories/unreviewed/2022/05/GHSA-j52g-8mqh-84pw/GHSA-j52g-8mqh-84pw.json index bee9564a854..0892ee5431d 100644 --- a/advisories/unreviewed/2022/05/GHSA-j52g-8mqh-84pw/GHSA-j52g-8mqh-84pw.json +++ b/advisories/unreviewed/2022/05/GHSA-j52g-8mqh-84pw/GHSA-j52g-8mqh-84pw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j58v-p3gj-x4mm/GHSA-j58v-p3gj-x4mm.json b/advisories/unreviewed/2022/05/GHSA-j58v-p3gj-x4mm/GHSA-j58v-p3gj-x4mm.json index 96f1a7db150..095b0a2abcb 100644 --- a/advisories/unreviewed/2022/05/GHSA-j58v-p3gj-x4mm/GHSA-j58v-p3gj-x4mm.json +++ b/advisories/unreviewed/2022/05/GHSA-j58v-p3gj-x4mm/GHSA-j58v-p3gj-x4mm.json @@ -7,12 +7,8 @@ "CVE-2019-13128" ], "details": "An issue was discovered on D-Link DIR-823G devices with firmware 1.02B03. There is a command injection in HNAP1 (exploitable with Authentication) via shell metacharacters in the IPAddress or Gateway field to SetStaticRouteSettings.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j5vg-3g9c-v87m/GHSA-j5vg-3g9c-v87m.json b/advisories/unreviewed/2022/05/GHSA-j5vg-3g9c-v87m/GHSA-j5vg-3g9c-v87m.json index 675bf8996a2..93ee6283576 100644 --- a/advisories/unreviewed/2022/05/GHSA-j5vg-3g9c-v87m/GHSA-j5vg-3g9c-v87m.json +++ b/advisories/unreviewed/2022/05/GHSA-j5vg-3g9c-v87m/GHSA-j5vg-3g9c-v87m.json @@ -7,12 +7,8 @@ "CVE-2019-5367" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j685-cw94-56xw/GHSA-j685-cw94-56xw.json b/advisories/unreviewed/2022/05/GHSA-j685-cw94-56xw/GHSA-j685-cw94-56xw.json index 0a01c891523..22cb6cde42d 100644 --- a/advisories/unreviewed/2022/05/GHSA-j685-cw94-56xw/GHSA-j685-cw94-56xw.json +++ b/advisories/unreviewed/2022/05/GHSA-j685-cw94-56xw/GHSA-j685-cw94-56xw.json @@ -7,12 +7,8 @@ "CVE-2019-5379" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j6f9-9c8r-xfpr/GHSA-j6f9-9c8r-xfpr.json b/advisories/unreviewed/2022/05/GHSA-j6f9-9c8r-xfpr/GHSA-j6f9-9c8r-xfpr.json index a069a0f93be..39450320a24 100644 --- a/advisories/unreviewed/2022/05/GHSA-j6f9-9c8r-xfpr/GHSA-j6f9-9c8r-xfpr.json +++ b/advisories/unreviewed/2022/05/GHSA-j6f9-9c8r-xfpr/GHSA-j6f9-9c8r-xfpr.json @@ -7,12 +7,8 @@ "CVE-2019-12978" ], "details": "ImageMagick 7.0.8-34 has a \"use of uninitialized value\" vulnerability in the ReadPANGOImage function in coders/pango.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j7cr-rcm3-fj6m/GHSA-j7cr-rcm3-fj6m.json b/advisories/unreviewed/2022/05/GHSA-j7cr-rcm3-fj6m/GHSA-j7cr-rcm3-fj6m.json index 65ebbe68a39..6f2a308a0b7 100644 --- a/advisories/unreviewed/2022/05/GHSA-j7cr-rcm3-fj6m/GHSA-j7cr-rcm3-fj6m.json +++ b/advisories/unreviewed/2022/05/GHSA-j7cr-rcm3-fj6m/GHSA-j7cr-rcm3-fj6m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j8pf-3vjv-773q/GHSA-j8pf-3vjv-773q.json b/advisories/unreviewed/2022/05/GHSA-j8pf-3vjv-773q/GHSA-j8pf-3vjv-773q.json index 1080a5a53ba..86ae27ef91a 100644 --- a/advisories/unreviewed/2022/05/GHSA-j8pf-3vjv-773q/GHSA-j8pf-3vjv-773q.json +++ b/advisories/unreviewed/2022/05/GHSA-j8pf-3vjv-773q/GHSA-j8pf-3vjv-773q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jc2v-h6mw-mjwp/GHSA-jc2v-h6mw-mjwp.json b/advisories/unreviewed/2022/05/GHSA-jc2v-h6mw-mjwp/GHSA-jc2v-h6mw-mjwp.json index 9e0ef5c76a0..d4ed5524160 100644 --- a/advisories/unreviewed/2022/05/GHSA-jc2v-h6mw-mjwp/GHSA-jc2v-h6mw-mjwp.json +++ b/advisories/unreviewed/2022/05/GHSA-jc2v-h6mw-mjwp/GHSA-jc2v-h6mw-mjwp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jfcq-65mw-3j4w/GHSA-jfcq-65mw-3j4w.json b/advisories/unreviewed/2022/05/GHSA-jfcq-65mw-3j4w/GHSA-jfcq-65mw-3j4w.json index b6409d06db8..9100ffd4742 100644 --- a/advisories/unreviewed/2022/05/GHSA-jfcq-65mw-3j4w/GHSA-jfcq-65mw-3j4w.json +++ b/advisories/unreviewed/2022/05/GHSA-jfcq-65mw-3j4w/GHSA-jfcq-65mw-3j4w.json @@ -7,12 +7,8 @@ "CVE-2019-12845" ], "details": "The generated Kotlin DSL settings allowed usage of an unencrypted connection for resolving artifacts. The issue was fixed in JetBrains TeamCity 2018.2.3.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jfv4-xrpg-w38g/GHSA-jfv4-xrpg-w38g.json b/advisories/unreviewed/2022/05/GHSA-jfv4-xrpg-w38g/GHSA-jfv4-xrpg-w38g.json index 1b24929cb39..e820e2dd80b 100644 --- a/advisories/unreviewed/2022/05/GHSA-jfv4-xrpg-w38g/GHSA-jfv4-xrpg-w38g.json +++ b/advisories/unreviewed/2022/05/GHSA-jfv4-xrpg-w38g/GHSA-jfv4-xrpg-w38g.json @@ -7,12 +7,8 @@ "CVE-2019-5351" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jg2m-m4c7-rhfw/GHSA-jg2m-m4c7-rhfw.json b/advisories/unreviewed/2022/05/GHSA-jg2m-m4c7-rhfw/GHSA-jg2m-m4c7-rhfw.json index ec5c2e1d856..2b3de2a106b 100644 --- a/advisories/unreviewed/2022/05/GHSA-jg2m-m4c7-rhfw/GHSA-jg2m-m4c7-rhfw.json +++ b/advisories/unreviewed/2022/05/GHSA-jg2m-m4c7-rhfw/GHSA-jg2m-m4c7-rhfw.json @@ -7,12 +7,8 @@ "CVE-2019-1080" ], "details": "A remote code execution vulnerability exists in the way the scripting engine handles objects in memory in Microsoft browsers, aka 'Scripting Engine Memory Corruption Vulnerability'. This CVE ID is unique from CVE-2019-0920, CVE-2019-0988, CVE-2019-1005, CVE-2019-1055.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jhr8-j6c9-47h3/GHSA-jhr8-j6c9-47h3.json b/advisories/unreviewed/2022/05/GHSA-jhr8-j6c9-47h3/GHSA-jhr8-j6c9-47h3.json index 16c9b6a7bee..8be1d16b96a 100644 --- a/advisories/unreviewed/2022/05/GHSA-jhr8-j6c9-47h3/GHSA-jhr8-j6c9-47h3.json +++ b/advisories/unreviewed/2022/05/GHSA-jhr8-j6c9-47h3/GHSA-jhr8-j6c9-47h3.json @@ -7,12 +7,8 @@ "CVE-2019-5343" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jj5g-76c5-rx7v/GHSA-jj5g-76c5-rx7v.json b/advisories/unreviewed/2022/05/GHSA-jj5g-76c5-rx7v/GHSA-jj5g-76c5-rx7v.json index af0e6e62bd1..7471ddb062b 100644 --- a/advisories/unreviewed/2022/05/GHSA-jj5g-76c5-rx7v/GHSA-jj5g-76c5-rx7v.json +++ b/advisories/unreviewed/2022/05/GHSA-jj5g-76c5-rx7v/GHSA-jj5g-76c5-rx7v.json @@ -7,12 +7,8 @@ "CVE-2019-12979" ], "details": "ImageMagick 7.0.8-34 has a \"use of uninitialized value\" vulnerability in the SyncImageSettings function in MagickCore/image.c. This is related to AcquireImage in magick/image.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jm58-x52x-wjf4/GHSA-jm58-x52x-wjf4.json b/advisories/unreviewed/2022/05/GHSA-jm58-x52x-wjf4/GHSA-jm58-x52x-wjf4.json index b81546ad41d..ab76747f987 100644 --- a/advisories/unreviewed/2022/05/GHSA-jm58-x52x-wjf4/GHSA-jm58-x52x-wjf4.json +++ b/advisories/unreviewed/2022/05/GHSA-jm58-x52x-wjf4/GHSA-jm58-x52x-wjf4.json @@ -7,12 +7,8 @@ "CVE-2019-6571" ], "details": "A vulnerability has been identified in SIEMENS LOGO!8 (6ED1052-xyyxx-0BA8 FS:01 to FS:06 / Firmware version V1.80.xx and V1.81.xx), SIEMENS LOGO!8 (6ED1052-xyy08-0BA0 FS:01 / Firmware version < V1.82.02). An attacker with network access to port 10005/tcp of the LOGO! device could cause a Denial-of-Service condition by sending specially crafted packets. The security vulnerability could be exploited by an unauthenticated attacker with network access to the affected service. No user interaction is required to exploit this security vulnerability. Successful exploitation of the security vulnerability compromises availability of the targeted system. At the time of advisory publication no public exploitation of this security vulnerability was known.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jpmg-j4r2-r84f/GHSA-jpmg-j4r2-r84f.json b/advisories/unreviewed/2022/05/GHSA-jpmg-j4r2-r84f/GHSA-jpmg-j4r2-r84f.json index 28941ff6e0f..0d471fb781b 100644 --- a/advisories/unreviewed/2022/05/GHSA-jpmg-j4r2-r84f/GHSA-jpmg-j4r2-r84f.json +++ b/advisories/unreviewed/2022/05/GHSA-jpmg-j4r2-r84f/GHSA-jpmg-j4r2-r84f.json @@ -7,12 +7,8 @@ "CVE-2019-12822" ], "details": "In http.c in Embedthis GoAhead before 4.1.1 and 5.x before 5.0.1, a header parsing vulnerability causes a memory assertion, out-of-bounds memory reference, and potential DoS, as demonstrated by a colon on a line by itself.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jqgv-2qxh-95qh/GHSA-jqgv-2qxh-95qh.json b/advisories/unreviewed/2022/05/GHSA-jqgv-2qxh-95qh/GHSA-jqgv-2qxh-95qh.json index f97a392afc8..e67ad7d94a4 100644 --- a/advisories/unreviewed/2022/05/GHSA-jqgv-2qxh-95qh/GHSA-jqgv-2qxh-95qh.json +++ b/advisories/unreviewed/2022/05/GHSA-jqgv-2qxh-95qh/GHSA-jqgv-2qxh-95qh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jv5f-3fwg-6pqw/GHSA-jv5f-3fwg-6pqw.json b/advisories/unreviewed/2022/05/GHSA-jv5f-3fwg-6pqw/GHSA-jv5f-3fwg-6pqw.json index 9462e7a381c..9b69f475f32 100644 --- a/advisories/unreviewed/2022/05/GHSA-jv5f-3fwg-6pqw/GHSA-jv5f-3fwg-6pqw.json +++ b/advisories/unreviewed/2022/05/GHSA-jv5f-3fwg-6pqw/GHSA-jv5f-3fwg-6pqw.json @@ -7,12 +7,8 @@ "CVE-2019-1043" ], "details": "A remote code execution vulnerability exists in the way that comctl32.dll handles objects in memory, aka 'Comctl32 Remote Code Execution Vulnerability'.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jx8c-mxmr-fc68/GHSA-jx8c-mxmr-fc68.json b/advisories/unreviewed/2022/05/GHSA-jx8c-mxmr-fc68/GHSA-jx8c-mxmr-fc68.json index de6c52b46f8..ee4c0ac46e9 100644 --- a/advisories/unreviewed/2022/05/GHSA-jx8c-mxmr-fc68/GHSA-jx8c-mxmr-fc68.json +++ b/advisories/unreviewed/2022/05/GHSA-jx8c-mxmr-fc68/GHSA-jx8c-mxmr-fc68.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jxmq-rh3p-hmvp/GHSA-jxmq-rh3p-hmvp.json b/advisories/unreviewed/2022/05/GHSA-jxmq-rh3p-hmvp/GHSA-jxmq-rh3p-hmvp.json index a6074ac88f7..77756272eaf 100644 --- a/advisories/unreviewed/2022/05/GHSA-jxmq-rh3p-hmvp/GHSA-jxmq-rh3p-hmvp.json +++ b/advisories/unreviewed/2022/05/GHSA-jxmq-rh3p-hmvp/GHSA-jxmq-rh3p-hmvp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m3gw-pxj4-v7p8/GHSA-m3gw-pxj4-v7p8.json b/advisories/unreviewed/2022/05/GHSA-m3gw-pxj4-v7p8/GHSA-m3gw-pxj4-v7p8.json index 167502b05b9..1e5c6240022 100644 --- a/advisories/unreviewed/2022/05/GHSA-m3gw-pxj4-v7p8/GHSA-m3gw-pxj4-v7p8.json +++ b/advisories/unreviewed/2022/05/GHSA-m3gw-pxj4-v7p8/GHSA-m3gw-pxj4-v7p8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m44x-9588-25p6/GHSA-m44x-9588-25p6.json b/advisories/unreviewed/2022/05/GHSA-m44x-9588-25p6/GHSA-m44x-9588-25p6.json index 5b42f62df5c..6bf4a023fd6 100644 --- a/advisories/unreviewed/2022/05/GHSA-m44x-9588-25p6/GHSA-m44x-9588-25p6.json +++ b/advisories/unreviewed/2022/05/GHSA-m44x-9588-25p6/GHSA-m44x-9588-25p6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m45x-8hc7-x48g/GHSA-m45x-8hc7-x48g.json b/advisories/unreviewed/2022/05/GHSA-m45x-8hc7-x48g/GHSA-m45x-8hc7-x48g.json index 95271b50a95..a7f0e7cbc2c 100644 --- a/advisories/unreviewed/2022/05/GHSA-m45x-8hc7-x48g/GHSA-m45x-8hc7-x48g.json +++ b/advisories/unreviewed/2022/05/GHSA-m45x-8hc7-x48g/GHSA-m45x-8hc7-x48g.json @@ -7,12 +7,8 @@ "CVE-2018-11929" ], "details": "Lack of input validation in WLAN function can lead to potential heap overflow in Snapdragon Auto, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music in MDM9150, MDM9206, MDM9607, MDM9640, MDM9650, MSM8996AU, QCS405, QCS605, SD 425, SD 427, SD 430, SD 435, SD 450, SD 625, SD 636, SD 675, SD 712 / SD 710 / SD 670, SD 730, SD 820A, SD 835, SD 845 / SD 850, SD 855, SDM630, SDM660, SDX20, SDX24", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m4p4-hmvf-f9fj/GHSA-m4p4-hmvf-f9fj.json b/advisories/unreviewed/2022/05/GHSA-m4p4-hmvf-f9fj/GHSA-m4p4-hmvf-f9fj.json index a7c559be7c1..9dcba9d91c7 100644 --- a/advisories/unreviewed/2022/05/GHSA-m4p4-hmvf-f9fj/GHSA-m4p4-hmvf-f9fj.json +++ b/advisories/unreviewed/2022/05/GHSA-m4p4-hmvf-f9fj/GHSA-m4p4-hmvf-f9fj.json @@ -7,12 +7,8 @@ "CVE-2019-6962" ], "details": "A shell injection issue in cosa_wifi_apis.c in the RDK RDKB-20181217-1 CcspWifiAgent module allows attackers with login credentials to execute arbitrary shell commands under the CcspWifiSsp process (running as root) if the platform was compiled with the ENABLE_FEATURE_MESHWIFI macro. The attack is conducted by changing the Wi-Fi network password to include crafted escape characters. This is related to the WebUI module.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m4rm-wc9j-7vx7/GHSA-m4rm-wc9j-7vx7.json b/advisories/unreviewed/2022/05/GHSA-m4rm-wc9j-7vx7/GHSA-m4rm-wc9j-7vx7.json index 0db80d5da3f..ff7656a4120 100644 --- a/advisories/unreviewed/2022/05/GHSA-m4rm-wc9j-7vx7/GHSA-m4rm-wc9j-7vx7.json +++ b/advisories/unreviewed/2022/05/GHSA-m4rm-wc9j-7vx7/GHSA-m4rm-wc9j-7vx7.json @@ -7,12 +7,8 @@ "CVE-2019-1898" ], "details": "A vulnerability in the web-based management interface of Cisco RV110W, RV130W, and RV215W Routers could allow an unauthenticated, remote attacker to access the syslog file on an affected device. The vulnerability is due to improper authorization of an HTTP request. An attacker could exploit this vulnerability by accessing the URL for the syslog file. A successful exploit could allow the attacker to access the information contained in the file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m4v2-gwgf-j2gq/GHSA-m4v2-gwgf-j2gq.json b/advisories/unreviewed/2022/05/GHSA-m4v2-gwgf-j2gq/GHSA-m4v2-gwgf-j2gq.json index fa933f7c82b..393b1054554 100644 --- a/advisories/unreviewed/2022/05/GHSA-m4v2-gwgf-j2gq/GHSA-m4v2-gwgf-j2gq.json +++ b/advisories/unreviewed/2022/05/GHSA-m4v2-gwgf-j2gq/GHSA-m4v2-gwgf-j2gq.json @@ -7,12 +7,8 @@ "CVE-2019-1623" ], "details": "A vulnerability in the CLI configuration shell of Cisco Meeting Server could allow an authenticated, local attacker to inject arbitrary commands as the root user. The vulnerability is due to insufficient input validation during the execution of a vulnerable CLI command. An attacker with administrator-level credentials could exploit this vulnerability by injecting crafted arguments during command execution. A successful exploit could allow the attacker to perform arbitrary code execution as root on an affected product.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m5vq-5fpg-jfq8/GHSA-m5vq-5fpg-jfq8.json b/advisories/unreviewed/2022/05/GHSA-m5vq-5fpg-jfq8/GHSA-m5vq-5fpg-jfq8.json index b64d63b2b7b..55dc63f64d8 100644 --- a/advisories/unreviewed/2022/05/GHSA-m5vq-5fpg-jfq8/GHSA-m5vq-5fpg-jfq8.json +++ b/advisories/unreviewed/2022/05/GHSA-m5vq-5fpg-jfq8/GHSA-m5vq-5fpg-jfq8.json @@ -7,12 +7,8 @@ "CVE-2018-6154" ], "details": "Insufficient data validation in WebGL in Google Chrome prior to 68.0.3440.75 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m852-h454-h4f7/GHSA-m852-h454-h4f7.json b/advisories/unreviewed/2022/05/GHSA-m852-h454-h4f7/GHSA-m852-h454-h4f7.json index ac8ebc73edf..67cc5e247fd 100644 --- a/advisories/unreviewed/2022/05/GHSA-m852-h454-h4f7/GHSA-m852-h454-h4f7.json +++ b/advisories/unreviewed/2022/05/GHSA-m852-h454-h4f7/GHSA-m852-h454-h4f7.json @@ -7,12 +7,8 @@ "CVE-2019-5348" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m8rm-64r5-m864/GHSA-m8rm-64r5-m864.json b/advisories/unreviewed/2022/05/GHSA-m8rm-64r5-m864/GHSA-m8rm-64r5-m864.json index 9336655190f..c632dea566d 100644 --- a/advisories/unreviewed/2022/05/GHSA-m8rm-64r5-m864/GHSA-m8rm-64r5-m864.json +++ b/advisories/unreviewed/2022/05/GHSA-m8rm-64r5-m864/GHSA-m8rm-64r5-m864.json @@ -7,12 +7,8 @@ "CVE-2019-1628" ], "details": "A vulnerability in the web server of Cisco Integrated Management Controller (IMC) could allow an authenticated, local attacker to cause a buffer overflow, resulting in a denial of service (DoS) condition on an affected device. The vulnerability is due to incorrect bounds checking. An attacker could exploit this vulnerability by sending a crafted HTTP request to the affected system. An exploit could allow the attacker to cause a buffer overflow, resulting in a process crash and DoS condition on the device.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mch6-p2pp-fxp9/GHSA-mch6-p2pp-fxp9.json b/advisories/unreviewed/2022/05/GHSA-mch6-p2pp-fxp9/GHSA-mch6-p2pp-fxp9.json index d7473f3f082..f9fe8b6c759 100644 --- a/advisories/unreviewed/2022/05/GHSA-mch6-p2pp-fxp9/GHSA-mch6-p2pp-fxp9.json +++ b/advisories/unreviewed/2022/05/GHSA-mch6-p2pp-fxp9/GHSA-mch6-p2pp-fxp9.json @@ -7,12 +7,8 @@ "CVE-2019-5389" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mf76-jwrw-cxr8/GHSA-mf76-jwrw-cxr8.json b/advisories/unreviewed/2022/05/GHSA-mf76-jwrw-cxr8/GHSA-mf76-jwrw-cxr8.json index e530cf65e04..492ac7c09a4 100644 --- a/advisories/unreviewed/2022/05/GHSA-mf76-jwrw-cxr8/GHSA-mf76-jwrw-cxr8.json +++ b/advisories/unreviewed/2022/05/GHSA-mf76-jwrw-cxr8/GHSA-mf76-jwrw-cxr8.json @@ -7,12 +7,8 @@ "CVE-2019-1625" ], "details": "A vulnerability in the CLI of Cisco SD-WAN Solution could allow an authenticated, local attacker to elevate lower-level privileges to the root user on an affected device. The vulnerability is due to insufficient authorization enforcement. An attacker could exploit this vulnerability by authenticating to the targeted device and executing commands that could lead to elevated privileges. A successful exploit could allow the attacker to make configuration changes to the system as the root user.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mfrv-fwwq-96p5/GHSA-mfrv-fwwq-96p5.json b/advisories/unreviewed/2022/05/GHSA-mfrv-fwwq-96p5/GHSA-mfrv-fwwq-96p5.json index 767968fd0d2..0c87bce9713 100644 --- a/advisories/unreviewed/2022/05/GHSA-mfrv-fwwq-96p5/GHSA-mfrv-fwwq-96p5.json +++ b/advisories/unreviewed/2022/05/GHSA-mfrv-fwwq-96p5/GHSA-mfrv-fwwq-96p5.json @@ -7,12 +7,8 @@ "CVE-2019-2256" ], "details": "An unprivileged user can craft a bitstream such that the payload encoded in the bitstream gains code execution in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables in MDM9650, MSM8909W, MSM8996AU, QCS605, Qualcomm 215, SD 210/SD 212/SD 205, SD 425, SD 427, SD 430, SD 435, SD 439 / SD 429, SD 450, SD 625, SD 632, SD 636, SD 675, SD 712 / SD 710 / SD 670, SD 820, SD 820A, SD 835, SD 845 / SD 850, SD 855, SD 8CX, SDA660, SDM439, SDM630, SDM660, Snapdragon_High_Med_2016, SXR1130", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mg95-qw85-jrq5/GHSA-mg95-qw85-jrq5.json b/advisories/unreviewed/2022/05/GHSA-mg95-qw85-jrq5/GHSA-mg95-qw85-jrq5.json index 3d40ed11890..e82d3dfb39e 100644 --- a/advisories/unreviewed/2022/05/GHSA-mg95-qw85-jrq5/GHSA-mg95-qw85-jrq5.json +++ b/advisories/unreviewed/2022/05/GHSA-mg95-qw85-jrq5/GHSA-mg95-qw85-jrq5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mgg6-r89w-xwwm/GHSA-mgg6-r89w-xwwm.json b/advisories/unreviewed/2022/05/GHSA-mgg6-r89w-xwwm/GHSA-mgg6-r89w-xwwm.json index e441cee3bf8..39bb1672ead 100644 --- a/advisories/unreviewed/2022/05/GHSA-mgg6-r89w-xwwm/GHSA-mgg6-r89w-xwwm.json +++ b/advisories/unreviewed/2022/05/GHSA-mgg6-r89w-xwwm/GHSA-mgg6-r89w-xwwm.json @@ -7,12 +7,8 @@ "CVE-2018-18863" ], "details": "NGA ResourceLink 20.0.2.1 allows local file inclusion.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mgj6-9wrc-v2rp/GHSA-mgj6-9wrc-v2rp.json b/advisories/unreviewed/2022/05/GHSA-mgj6-9wrc-v2rp/GHSA-mgj6-9wrc-v2rp.json index b0b6cbd936f..e8e19105598 100644 --- a/advisories/unreviewed/2022/05/GHSA-mgj6-9wrc-v2rp/GHSA-mgj6-9wrc-v2rp.json +++ b/advisories/unreviewed/2022/05/GHSA-mgj6-9wrc-v2rp/GHSA-mgj6-9wrc-v2rp.json @@ -7,12 +7,8 @@ "CVE-2019-13207" ], "details": "nsd-checkzone in NLnet Labs NSD 4.2.0 has a Stack-based Buffer Overflow in the dname_concatenate() function in dname.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mj47-q8gf-5hfc/GHSA-mj47-q8gf-5hfc.json b/advisories/unreviewed/2022/05/GHSA-mj47-q8gf-5hfc/GHSA-mj47-q8gf-5hfc.json index 229c63d71d6..793ce73b568 100644 --- a/advisories/unreviewed/2022/05/GHSA-mj47-q8gf-5hfc/GHSA-mj47-q8gf-5hfc.json +++ b/advisories/unreviewed/2022/05/GHSA-mj47-q8gf-5hfc/GHSA-mj47-q8gf-5hfc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mjgr-85qm-mjv5/GHSA-mjgr-85qm-mjv5.json b/advisories/unreviewed/2022/05/GHSA-mjgr-85qm-mjv5/GHSA-mjgr-85qm-mjv5.json index e403a3e07df..85be001c389 100644 --- a/advisories/unreviewed/2022/05/GHSA-mjgr-85qm-mjv5/GHSA-mjgr-85qm-mjv5.json +++ b/advisories/unreviewed/2022/05/GHSA-mjgr-85qm-mjv5/GHSA-mjgr-85qm-mjv5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mjmf-pg7c-rfgv/GHSA-mjmf-pg7c-rfgv.json b/advisories/unreviewed/2022/05/GHSA-mjmf-pg7c-rfgv/GHSA-mjmf-pg7c-rfgv.json index 92ac39ead40..1794bde0e24 100644 --- a/advisories/unreviewed/2022/05/GHSA-mjmf-pg7c-rfgv/GHSA-mjmf-pg7c-rfgv.json +++ b/advisories/unreviewed/2022/05/GHSA-mjmf-pg7c-rfgv/GHSA-mjmf-pg7c-rfgv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mmg6-pq22-8rvg/GHSA-mmg6-pq22-8rvg.json b/advisories/unreviewed/2022/05/GHSA-mmg6-pq22-8rvg/GHSA-mmg6-pq22-8rvg.json index 8f7f62f1820..5b753a018ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-mmg6-pq22-8rvg/GHSA-mmg6-pq22-8rvg.json +++ b/advisories/unreviewed/2022/05/GHSA-mmg6-pq22-8rvg/GHSA-mmg6-pq22-8rvg.json @@ -7,12 +7,8 @@ "CVE-2019-13135" ], "details": "ImageMagick before 7.0.8-50 has a \"use of uninitialized value\" vulnerability in the function ReadCUTImage in coders/cut.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mp5j-ppmx-jxv4/GHSA-mp5j-ppmx-jxv4.json b/advisories/unreviewed/2022/05/GHSA-mp5j-ppmx-jxv4/GHSA-mp5j-ppmx-jxv4.json index 504743478e6..395265d0bab 100644 --- a/advisories/unreviewed/2022/05/GHSA-mp5j-ppmx-jxv4/GHSA-mp5j-ppmx-jxv4.json +++ b/advisories/unreviewed/2022/05/GHSA-mp5j-ppmx-jxv4/GHSA-mp5j-ppmx-jxv4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mpw8-x93p-424r/GHSA-mpw8-x93p-424r.json b/advisories/unreviewed/2022/05/GHSA-mpw8-x93p-424r/GHSA-mpw8-x93p-424r.json index f62f800662f..94cad3f1267 100644 --- a/advisories/unreviewed/2022/05/GHSA-mpw8-x93p-424r/GHSA-mpw8-x93p-424r.json +++ b/advisories/unreviewed/2022/05/GHSA-mpw8-x93p-424r/GHSA-mpw8-x93p-424r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mrpg-fqx4-3xf2/GHSA-mrpg-fqx4-3xf2.json b/advisories/unreviewed/2022/05/GHSA-mrpg-fqx4-3xf2/GHSA-mrpg-fqx4-3xf2.json index c672a10e8b9..34d332cd33d 100644 --- a/advisories/unreviewed/2022/05/GHSA-mrpg-fqx4-3xf2/GHSA-mrpg-fqx4-3xf2.json +++ b/advisories/unreviewed/2022/05/GHSA-mrpg-fqx4-3xf2/GHSA-mrpg-fqx4-3xf2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mw77-7v4x-3mh4/GHSA-mw77-7v4x-3mh4.json b/advisories/unreviewed/2022/05/GHSA-mw77-7v4x-3mh4/GHSA-mw77-7v4x-3mh4.json index 9abb73881e5..9fc370ca4e4 100644 --- a/advisories/unreviewed/2022/05/GHSA-mw77-7v4x-3mh4/GHSA-mw77-7v4x-3mh4.json +++ b/advisories/unreviewed/2022/05/GHSA-mw77-7v4x-3mh4/GHSA-mw77-7v4x-3mh4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mwrf-mrxq-gpjp/GHSA-mwrf-mrxq-gpjp.json b/advisories/unreviewed/2022/05/GHSA-mwrf-mrxq-gpjp/GHSA-mwrf-mrxq-gpjp.json index c629254de0f..ecdf4966b05 100644 --- a/advisories/unreviewed/2022/05/GHSA-mwrf-mrxq-gpjp/GHSA-mwrf-mrxq-gpjp.json +++ b/advisories/unreviewed/2022/05/GHSA-mwrf-mrxq-gpjp/GHSA-mwrf-mrxq-gpjp.json @@ -7,12 +7,8 @@ "CVE-2018-18880" ], "details": "In firmware version MS_2.6.9900 of Columbia Weather MicroServer, a networkdiags.php reflected Cross-site scripting (XSS) vulnerability allows remote authenticated users to inject arbitrary web script.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mxgh-5jc3-jf47/GHSA-mxgh-5jc3-jf47.json b/advisories/unreviewed/2022/05/GHSA-mxgh-5jc3-jf47/GHSA-mxgh-5jc3-jf47.json index d61c37f166f..42a8e042d80 100644 --- a/advisories/unreviewed/2022/05/GHSA-mxgh-5jc3-jf47/GHSA-mxgh-5jc3-jf47.json +++ b/advisories/unreviewed/2022/05/GHSA-mxgh-5jc3-jf47/GHSA-mxgh-5jc3-jf47.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p39j-w96r-4xwq/GHSA-p39j-w96r-4xwq.json b/advisories/unreviewed/2022/05/GHSA-p39j-w96r-4xwq/GHSA-p39j-w96r-4xwq.json index 20a579e78f3..238901987e0 100644 --- a/advisories/unreviewed/2022/05/GHSA-p39j-w96r-4xwq/GHSA-p39j-w96r-4xwq.json +++ b/advisories/unreviewed/2022/05/GHSA-p39j-w96r-4xwq/GHSA-p39j-w96r-4xwq.json @@ -7,12 +7,8 @@ "CVE-2019-12506" ], "details": "Due to unencrypted and unauthenticated data communication, the wireless presenter Logitech R700 Laser Presentation Remote R-R0010 is prone to keystroke injection attacks. Thus, an attacker is able to send arbitrary keystrokes to a victim's computer system, e.g., to install malware when the target system is unattended. In this way, an attacker can remotely take control over the victim's computer that is operated with an affected receiver of this device.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-p3cx-xv3f-f2g3/GHSA-p3cx-xv3f-f2g3.json b/advisories/unreviewed/2022/05/GHSA-p3cx-xv3f-f2g3/GHSA-p3cx-xv3f-f2g3.json index 5b2d4fc1628..b7ee5a21f28 100644 --- a/advisories/unreviewed/2022/05/GHSA-p3cx-xv3f-f2g3/GHSA-p3cx-xv3f-f2g3.json +++ b/advisories/unreviewed/2022/05/GHSA-p3cx-xv3f-f2g3/GHSA-p3cx-xv3f-f2g3.json @@ -7,12 +7,8 @@ "CVE-2019-5373" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-p54w-99p6-35wv/GHSA-p54w-99p6-35wv.json b/advisories/unreviewed/2022/05/GHSA-p54w-99p6-35wv/GHSA-p54w-99p6-35wv.json index 9d454e86459..4de57e8abab 100644 --- a/advisories/unreviewed/2022/05/GHSA-p54w-99p6-35wv/GHSA-p54w-99p6-35wv.json +++ b/advisories/unreviewed/2022/05/GHSA-p54w-99p6-35wv/GHSA-p54w-99p6-35wv.json @@ -7,12 +7,8 @@ "CVE-2019-1055" ], "details": "A remote code execution vulnerability exists in the way the scripting engine handles objects in memory in Microsoft browsers, aka 'Scripting Engine Memory Corruption Vulnerability'. This CVE ID is unique from CVE-2019-0920, CVE-2019-0988, CVE-2019-1005, CVE-2019-1080.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-p5h6-5443-r463/GHSA-p5h6-5443-r463.json b/advisories/unreviewed/2022/05/GHSA-p5h6-5443-r463/GHSA-p5h6-5443-r463.json index 686a598f8af..ad0d5b87794 100644 --- a/advisories/unreviewed/2022/05/GHSA-p5h6-5443-r463/GHSA-p5h6-5443-r463.json +++ b/advisories/unreviewed/2022/05/GHSA-p5h6-5443-r463/GHSA-p5h6-5443-r463.json @@ -7,12 +7,8 @@ "CVE-2019-1889" ], "details": "A vulnerability in the REST API for software device management in Cisco Application Policy Infrastructure Controller (APIC) Software could allow an authenticated, remote attacker to escalate privileges to root on an affected device. The vulnerability is due to incomplete validation and error checking for the file path when specific software is uploaded. An attacker could exploit this vulnerability by uploading malicious software using the REST API. A successful exploit could allow an attacker to escalate their privilege level to root. The attacker would need to have the administrator role on the device.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-p6hq-cvr9-wrvv/GHSA-p6hq-cvr9-wrvv.json b/advisories/unreviewed/2022/05/GHSA-p6hq-cvr9-wrvv/GHSA-p6hq-cvr9-wrvv.json index c601c310b08..69e35ce7475 100644 --- a/advisories/unreviewed/2022/05/GHSA-p6hq-cvr9-wrvv/GHSA-p6hq-cvr9-wrvv.json +++ b/advisories/unreviewed/2022/05/GHSA-p6hq-cvr9-wrvv/GHSA-p6hq-cvr9-wrvv.json @@ -7,12 +7,8 @@ "CVE-2019-5383" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-p6v5-c82j-9682/GHSA-p6v5-c82j-9682.json b/advisories/unreviewed/2022/05/GHSA-p6v5-c82j-9682/GHSA-p6v5-c82j-9682.json index b0d2803f17f..a8c483c5c67 100644 --- a/advisories/unreviewed/2022/05/GHSA-p6v5-c82j-9682/GHSA-p6v5-c82j-9682.json +++ b/advisories/unreviewed/2022/05/GHSA-p6v5-c82j-9682/GHSA-p6v5-c82j-9682.json @@ -7,12 +7,8 @@ "CVE-2019-13252" ], "details": "ACDSee Free 1.1.21 has a User Mode Write AV starting at IDE_ACDStd!IEP_SetColorProfile+0x00000000001172b0.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p736-pfjv-x4f7/GHSA-p736-pfjv-x4f7.json b/advisories/unreviewed/2022/05/GHSA-p736-pfjv-x4f7/GHSA-p736-pfjv-x4f7.json index bf53dff670a..048e0a074ff 100644 --- a/advisories/unreviewed/2022/05/GHSA-p736-pfjv-x4f7/GHSA-p736-pfjv-x4f7.json +++ b/advisories/unreviewed/2022/05/GHSA-p736-pfjv-x4f7/GHSA-p736-pfjv-x4f7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-p7p7-4pch-phj8/GHSA-p7p7-4pch-phj8.json b/advisories/unreviewed/2022/05/GHSA-p7p7-4pch-phj8/GHSA-p7p7-4pch-phj8.json index 7043604a8c6..4a5a144a431 100644 --- a/advisories/unreviewed/2022/05/GHSA-p7p7-4pch-phj8/GHSA-p7p7-4pch-phj8.json +++ b/advisories/unreviewed/2022/05/GHSA-p7p7-4pch-phj8/GHSA-p7p7-4pch-phj8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p7pr-45q9-5m9w/GHSA-p7pr-45q9-5m9w.json b/advisories/unreviewed/2022/05/GHSA-p7pr-45q9-5m9w/GHSA-p7pr-45q9-5m9w.json index 76a01be3b3a..3c284e1e488 100644 --- a/advisories/unreviewed/2022/05/GHSA-p7pr-45q9-5m9w/GHSA-p7pr-45q9-5m9w.json +++ b/advisories/unreviewed/2022/05/GHSA-p7pr-45q9-5m9w/GHSA-p7pr-45q9-5m9w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pcqx-6pq7-24xf/GHSA-pcqx-6pq7-24xf.json b/advisories/unreviewed/2022/05/GHSA-pcqx-6pq7-24xf/GHSA-pcqx-6pq7-24xf.json index e0e2190ced6..3d860507ef5 100644 --- a/advisories/unreviewed/2022/05/GHSA-pcqx-6pq7-24xf/GHSA-pcqx-6pq7-24xf.json +++ b/advisories/unreviewed/2022/05/GHSA-pcqx-6pq7-24xf/GHSA-pcqx-6pq7-24xf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-phrp-rghm-28p5/GHSA-phrp-rghm-28p5.json b/advisories/unreviewed/2022/05/GHSA-phrp-rghm-28p5/GHSA-phrp-rghm-28p5.json index 781cc0b083b..2dd87bd2f68 100644 --- a/advisories/unreviewed/2022/05/GHSA-phrp-rghm-28p5/GHSA-phrp-rghm-28p5.json +++ b/advisories/unreviewed/2022/05/GHSA-phrp-rghm-28p5/GHSA-phrp-rghm-28p5.json @@ -7,12 +7,8 @@ "CVE-2019-9823" ], "details": "In several JetBrains IntelliJ IDEA versions, creating remote run configurations of JavaEE application servers leads to saving a cleartext record of the server credentials in the IDE configuration files. The issue has been fixed in the following versions: 2018.3.5, 2018.2.8, 2018.1.8.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-pj99-xr7h-24mx/GHSA-pj99-xr7h-24mx.json b/advisories/unreviewed/2022/05/GHSA-pj99-xr7h-24mx/GHSA-pj99-xr7h-24mx.json index 7a474c29daf..eef644c6c89 100644 --- a/advisories/unreviewed/2022/05/GHSA-pj99-xr7h-24mx/GHSA-pj99-xr7h-24mx.json +++ b/advisories/unreviewed/2022/05/GHSA-pj99-xr7h-24mx/GHSA-pj99-xr7h-24mx.json @@ -7,12 +7,8 @@ "CVE-2019-2006" ], "details": "In serviceDied of HalDeathHandlerHidl.cpp, there is a possible memory corruption due to a use after free. This could lead to local escalation of privilege in the audio server with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-9Android ID: A-116665972", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pmjx-2693-rfj2/GHSA-pmjx-2693-rfj2.json b/advisories/unreviewed/2022/05/GHSA-pmjx-2693-rfj2/GHSA-pmjx-2693-rfj2.json index 3ba82b0b518..83144de2963 100644 --- a/advisories/unreviewed/2022/05/GHSA-pmjx-2693-rfj2/GHSA-pmjx-2693-rfj2.json +++ b/advisories/unreviewed/2022/05/GHSA-pmjx-2693-rfj2/GHSA-pmjx-2693-rfj2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pmm5-wjxf-w7h9/GHSA-pmm5-wjxf-w7h9.json b/advisories/unreviewed/2022/05/GHSA-pmm5-wjxf-w7h9/GHSA-pmm5-wjxf-w7h9.json index e9c9f4424bc..07fdd772913 100644 --- a/advisories/unreviewed/2022/05/GHSA-pmm5-wjxf-w7h9/GHSA-pmm5-wjxf-w7h9.json +++ b/advisories/unreviewed/2022/05/GHSA-pmm5-wjxf-w7h9/GHSA-pmm5-wjxf-w7h9.json @@ -7,12 +7,8 @@ "CVE-2019-6972" ], "details": "An issue was discovered on TP-Link TL-WR1043ND V2 devices. The credentials can be easily decoded and cracked by brute-force, WordList, or Rainbow Table attacks. Specifically, credentials in the \"Authorization\" cookie are encoded with URL encoding and base64, leading to easy decoding. Also, the username is cleartext, and the password is hashed with the MD5 algorithm (after decoding of the URL encoded string with base64).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-pmq9-jcvj-fj6x/GHSA-pmq9-jcvj-fj6x.json b/advisories/unreviewed/2022/05/GHSA-pmq9-jcvj-fj6x/GHSA-pmq9-jcvj-fj6x.json index f335d6c81db..c2c12619675 100644 --- a/advisories/unreviewed/2022/05/GHSA-pmq9-jcvj-fj6x/GHSA-pmq9-jcvj-fj6x.json +++ b/advisories/unreviewed/2022/05/GHSA-pmq9-jcvj-fj6x/GHSA-pmq9-jcvj-fj6x.json @@ -7,12 +7,8 @@ "CVE-2019-13053" ], "details": "Logitech Unifying devices allow keystroke injection, bypassing encryption. The attacker must press a \"magic\" key combination while sniffing cryptographic data from a Radio Frequency transmission. NOTE: this issue exists because of an incomplete fix for CVE-2016-10761.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-pp4q-v66w-48fm/GHSA-pp4q-v66w-48fm.json b/advisories/unreviewed/2022/05/GHSA-pp4q-v66w-48fm/GHSA-pp4q-v66w-48fm.json index fcce6468ed2..e138e1c3ffc 100644 --- a/advisories/unreviewed/2022/05/GHSA-pp4q-v66w-48fm/GHSA-pp4q-v66w-48fm.json +++ b/advisories/unreviewed/2022/05/GHSA-pp4q-v66w-48fm/GHSA-pp4q-v66w-48fm.json @@ -7,12 +7,8 @@ "CVE-2019-6580" ], "details": "A vulnerability has been identified in Siveillance VMS 2017 R2 (All versions < V11.2a), Siveillance VMS 2018 R1 (All versions < V12.1a), Siveillance VMS 2018 R2 (All versions < V12.2a), Siveillance VMS 2018 R3 (All versions < V12.3a), Siveillance VMS 2019 R1 (All versions < V13.1a). An attacker with network access to port 80/TCP could change device properties without authorization. No user interaction is required to exploit this security vulnerability. Successful exploitation compromises confidentiality, integrity and availability of the targeted system. At the time of advisory publication no public exploitation of this security vulnerability was known.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-pqqm-h47v-h895/GHSA-pqqm-h47v-h895.json b/advisories/unreviewed/2022/05/GHSA-pqqm-h47v-h895/GHSA-pqqm-h47v-h895.json index c7ba3c921ac..db731d564ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-pqqm-h47v-h895/GHSA-pqqm-h47v-h895.json +++ b/advisories/unreviewed/2022/05/GHSA-pqqm-h47v-h895/GHSA-pqqm-h47v-h895.json @@ -7,12 +7,8 @@ "CVE-2018-6155" ], "details": "Incorrect handling of frames in the VP8 parser in Google Chrome prior to 68.0.3440.75 allowed a remote attacker to potentially exploit heap corruption via a crafted video file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-prrp-xgrg-xvgp/GHSA-prrp-xgrg-xvgp.json b/advisories/unreviewed/2022/05/GHSA-prrp-xgrg-xvgp/GHSA-prrp-xgrg-xvgp.json index 52879fee196..66f7a5215b6 100644 --- a/advisories/unreviewed/2022/05/GHSA-prrp-xgrg-xvgp/GHSA-prrp-xgrg-xvgp.json +++ b/advisories/unreviewed/2022/05/GHSA-prrp-xgrg-xvgp/GHSA-prrp-xgrg-xvgp.json @@ -7,12 +7,8 @@ "CVE-2019-13288" ], "details": "In Xpdf 4.01.01, the Parser::getObj() function in Parser.cc may cause infinite recursion via a crafted file. A remote attacker can leverage this for a DoS attack. This is similar to CVE-2018-16646.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-px5m-q9gx-75wj/GHSA-px5m-q9gx-75wj.json b/advisories/unreviewed/2022/05/GHSA-px5m-q9gx-75wj/GHSA-px5m-q9gx-75wj.json index 5dc35b2533d..821820ee97b 100644 --- a/advisories/unreviewed/2022/05/GHSA-px5m-q9gx-75wj/GHSA-px5m-q9gx-75wj.json +++ b/advisories/unreviewed/2022/05/GHSA-px5m-q9gx-75wj/GHSA-px5m-q9gx-75wj.json @@ -7,12 +7,8 @@ "CVE-2019-12982" ], "details": "Ming (aka libming) 0.4.8 has a heap buffer overflow and underflow in the decompileCAST function in util/decompile.c in libutil.a. Remote attackers could leverage this vulnerability to cause a denial of service via a crafted SWF file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q28v-c573-4gfw/GHSA-q28v-c573-4gfw.json b/advisories/unreviewed/2022/05/GHSA-q28v-c573-4gfw/GHSA-q28v-c573-4gfw.json index 665c903573b..f25713c6620 100644 --- a/advisories/unreviewed/2022/05/GHSA-q28v-c573-4gfw/GHSA-q28v-c573-4gfw.json +++ b/advisories/unreviewed/2022/05/GHSA-q28v-c573-4gfw/GHSA-q28v-c573-4gfw.json @@ -7,12 +7,8 @@ "CVE-2019-5386" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q2gg-fjpj-f3v8/GHSA-q2gg-fjpj-f3v8.json b/advisories/unreviewed/2022/05/GHSA-q2gg-fjpj-f3v8/GHSA-q2gg-fjpj-f3v8.json index 347ac0f962d..caead657d5e 100644 --- a/advisories/unreviewed/2022/05/GHSA-q2gg-fjpj-f3v8/GHSA-q2gg-fjpj-f3v8.json +++ b/advisories/unreviewed/2022/05/GHSA-q2gg-fjpj-f3v8/GHSA-q2gg-fjpj-f3v8.json @@ -7,12 +7,8 @@ "CVE-2019-5358" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q479-f6q7-24rp/GHSA-q479-f6q7-24rp.json b/advisories/unreviewed/2022/05/GHSA-q479-f6q7-24rp/GHSA-q479-f6q7-24rp.json index e62f13bac21..1d9c040d961 100644 --- a/advisories/unreviewed/2022/05/GHSA-q479-f6q7-24rp/GHSA-q479-f6q7-24rp.json +++ b/advisories/unreviewed/2022/05/GHSA-q479-f6q7-24rp/GHSA-q479-f6q7-24rp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q48g-rvf8-v4f8/GHSA-q48g-rvf8-v4f8.json b/advisories/unreviewed/2022/05/GHSA-q48g-rvf8-v4f8/GHSA-q48g-rvf8-v4f8.json index 92ae25d49c5..f85b19e36ab 100644 --- a/advisories/unreviewed/2022/05/GHSA-q48g-rvf8-v4f8/GHSA-q48g-rvf8-v4f8.json +++ b/advisories/unreviewed/2022/05/GHSA-q48g-rvf8-v4f8/GHSA-q48g-rvf8-v4f8.json @@ -7,12 +7,8 @@ "CVE-2019-7579" ], "details": "An issue was discovered on Linksys WRT1900ACS 1.0.3.187766 devices. An ability exists for an unauthenticated user to browse a confidential ui/1.0.99.187766/dynamic/js/setup.js.localized file on the router's webserver, allowing for an attacker to identify possible passwords that the system uses to set the default guest network password. An attacker can use this list of 30 words along with a random 2 digit number to brute force their access onto a router's guest network.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q5g3-c34v-p227/GHSA-q5g3-c34v-p227.json b/advisories/unreviewed/2022/05/GHSA-q5g3-c34v-p227/GHSA-q5g3-c34v-p227.json index 578e30fa103..a3aa8ac5036 100644 --- a/advisories/unreviewed/2022/05/GHSA-q5g3-c34v-p227/GHSA-q5g3-c34v-p227.json +++ b/advisories/unreviewed/2022/05/GHSA-q5g3-c34v-p227/GHSA-q5g3-c34v-p227.json @@ -7,12 +7,8 @@ "CVE-2019-13255" ], "details": "XnView Classic 2.48 has a User Mode Write AV starting at xnview+0x0000000000327464.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q5p5-c7fj-g3w3/GHSA-q5p5-c7fj-g3w3.json b/advisories/unreviewed/2022/05/GHSA-q5p5-c7fj-g3w3/GHSA-q5p5-c7fj-g3w3.json index 0d47c0aec90..3c5eb44d263 100644 --- a/advisories/unreviewed/2022/05/GHSA-q5p5-c7fj-g3w3/GHSA-q5p5-c7fj-g3w3.json +++ b/advisories/unreviewed/2022/05/GHSA-q5p5-c7fj-g3w3/GHSA-q5p5-c7fj-g3w3.json @@ -7,12 +7,8 @@ "CVE-2019-5361" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q63x-55rg-p2jm/GHSA-q63x-55rg-p2jm.json b/advisories/unreviewed/2022/05/GHSA-q63x-55rg-p2jm/GHSA-q63x-55rg-p2jm.json index 4b5a4674268..ce46427a70a 100644 --- a/advisories/unreviewed/2022/05/GHSA-q63x-55rg-p2jm/GHSA-q63x-55rg-p2jm.json +++ b/advisories/unreviewed/2022/05/GHSA-q63x-55rg-p2jm/GHSA-q63x-55rg-p2jm.json @@ -7,12 +7,8 @@ "CVE-2019-12813" ], "details": "An issue was discovered in Digital Persona U.are.U 4500 Fingerprint Reader v24. The key and salt used for obfuscating the fingerprint image exhibit cleartext when the fingerprint scanner device transfers a fingerprint image to the driver. An attacker who sniffs an encrypted fingerprint image can easily decrypt that image using the key and salt.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q6xc-mgx9-83rc/GHSA-q6xc-mgx9-83rc.json b/advisories/unreviewed/2022/05/GHSA-q6xc-mgx9-83rc/GHSA-q6xc-mgx9-83rc.json index 2ce4973fad5..a40956bc18a 100644 --- a/advisories/unreviewed/2022/05/GHSA-q6xc-mgx9-83rc/GHSA-q6xc-mgx9-83rc.json +++ b/advisories/unreviewed/2022/05/GHSA-q6xc-mgx9-83rc/GHSA-q6xc-mgx9-83rc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q7p9-3rg2-fr8h/GHSA-q7p9-3rg2-fr8h.json b/advisories/unreviewed/2022/05/GHSA-q7p9-3rg2-fr8h/GHSA-q7p9-3rg2-fr8h.json index 84dac9166e4..3b8c1f5354a 100644 --- a/advisories/unreviewed/2022/05/GHSA-q7p9-3rg2-fr8h/GHSA-q7p9-3rg2-fr8h.json +++ b/advisories/unreviewed/2022/05/GHSA-q7p9-3rg2-fr8h/GHSA-q7p9-3rg2-fr8h.json @@ -7,12 +7,8 @@ "CVE-2019-5363" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q936-xr3r-7gqr/GHSA-q936-xr3r-7gqr.json b/advisories/unreviewed/2022/05/GHSA-q936-xr3r-7gqr/GHSA-q936-xr3r-7gqr.json index 1a6dee8d05a..4cdbd70cbfa 100644 --- a/advisories/unreviewed/2022/05/GHSA-q936-xr3r-7gqr/GHSA-q936-xr3r-7gqr.json +++ b/advisories/unreviewed/2022/05/GHSA-q936-xr3r-7gqr/GHSA-q936-xr3r-7gqr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q9q7-2q92-xfgh/GHSA-q9q7-2q92-xfgh.json b/advisories/unreviewed/2022/05/GHSA-q9q7-2q92-xfgh/GHSA-q9q7-2q92-xfgh.json index 4a859bdc1fd..a43cf21b3c6 100644 --- a/advisories/unreviewed/2022/05/GHSA-q9q7-2q92-xfgh/GHSA-q9q7-2q92-xfgh.json +++ b/advisories/unreviewed/2022/05/GHSA-q9q7-2q92-xfgh/GHSA-q9q7-2q92-xfgh.json @@ -7,12 +7,8 @@ "CVE-2019-5375" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qfjv-j5f5-wv79/GHSA-qfjv-j5f5-wv79.json b/advisories/unreviewed/2022/05/GHSA-qfjv-j5f5-wv79/GHSA-qfjv-j5f5-wv79.json index 56ac314b2c1..2460a487bd2 100644 --- a/advisories/unreviewed/2022/05/GHSA-qfjv-j5f5-wv79/GHSA-qfjv-j5f5-wv79.json +++ b/advisories/unreviewed/2022/05/GHSA-qfjv-j5f5-wv79/GHSA-qfjv-j5f5-wv79.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qg85-cq2f-xrrp/GHSA-qg85-cq2f-xrrp.json b/advisories/unreviewed/2022/05/GHSA-qg85-cq2f-xrrp/GHSA-qg85-cq2f-xrrp.json index e80fbb41bbc..a56b41f2571 100644 --- a/advisories/unreviewed/2022/05/GHSA-qg85-cq2f-xrrp/GHSA-qg85-cq2f-xrrp.json +++ b/advisories/unreviewed/2022/05/GHSA-qg85-cq2f-xrrp/GHSA-qg85-cq2f-xrrp.json @@ -7,12 +7,8 @@ "CVE-2019-1026" ], "details": "An elevation of privilege exists in Windows Audio Service, aka 'Windows Audio Service Elevation of Privilege Vulnerability'. This CVE ID is unique from CVE-2019-1007, CVE-2019-1021, CVE-2019-1022, CVE-2019-1027, CVE-2019-1028.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qh3m-6928-wcvv/GHSA-qh3m-6928-wcvv.json b/advisories/unreviewed/2022/05/GHSA-qh3m-6928-wcvv/GHSA-qh3m-6928-wcvv.json index 0afaa5c3aea..3810b2eb5a8 100644 --- a/advisories/unreviewed/2022/05/GHSA-qh3m-6928-wcvv/GHSA-qh3m-6928-wcvv.json +++ b/advisories/unreviewed/2022/05/GHSA-qh3m-6928-wcvv/GHSA-qh3m-6928-wcvv.json @@ -7,12 +7,8 @@ "CVE-2019-1041" ], "details": "An elevation of privilege vulnerability exists when the Windows kernel fails to properly handle objects in memory, aka 'Windows Kernel Elevation of Privilege Vulnerability'. This CVE ID is unique from CVE-2019-1065.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qjcx-cq93-fc22/GHSA-qjcx-cq93-fc22.json b/advisories/unreviewed/2022/05/GHSA-qjcx-cq93-fc22/GHSA-qjcx-cq93-fc22.json index 53926bf308b..81a4b1e8b2d 100644 --- a/advisories/unreviewed/2022/05/GHSA-qjcx-cq93-fc22/GHSA-qjcx-cq93-fc22.json +++ b/advisories/unreviewed/2022/05/GHSA-qjcx-cq93-fc22/GHSA-qjcx-cq93-fc22.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qjwj-w442-7ww7/GHSA-qjwj-w442-7ww7.json b/advisories/unreviewed/2022/05/GHSA-qjwj-w442-7ww7/GHSA-qjwj-w442-7ww7.json index 888443bc5fa..6eb231fa095 100644 --- a/advisories/unreviewed/2022/05/GHSA-qjwj-w442-7ww7/GHSA-qjwj-w442-7ww7.json +++ b/advisories/unreviewed/2022/05/GHSA-qjwj-w442-7ww7/GHSA-qjwj-w442-7ww7.json @@ -7,12 +7,8 @@ "CVE-2019-12981" ], "details": "Ming (aka libming) 0.4.8 has an \"fill overflow\" vulnerability in the function SWFShape_setLeftFillStyle in blocks/shape.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qmpq-8gm6-962x/GHSA-qmpq-8gm6-962x.json b/advisories/unreviewed/2022/05/GHSA-qmpq-8gm6-962x/GHSA-qmpq-8gm6-962x.json index f4d9ceddb66..b732374d68c 100644 --- a/advisories/unreviewed/2022/05/GHSA-qmpq-8gm6-962x/GHSA-qmpq-8gm6-962x.json +++ b/advisories/unreviewed/2022/05/GHSA-qmpq-8gm6-962x/GHSA-qmpq-8gm6-962x.json @@ -7,12 +7,8 @@ "CVE-2013-3061" ], "details": "The ISHMED-PATRED_TRANSACT_RFCCALL function in the IS-H Industry-Specific Component Hospital subsystem in SAP Healthcare Industry Solution, and the SAP ERP central component (aka ECC 6), allows remote authenticated users to bypass intended transaction restrictions via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qpvx-5445-m95x/GHSA-qpvx-5445-m95x.json b/advisories/unreviewed/2022/05/GHSA-qpvx-5445-m95x/GHSA-qpvx-5445-m95x.json index 9a8609b6fbb..e2d5132e081 100644 --- a/advisories/unreviewed/2022/05/GHSA-qpvx-5445-m95x/GHSA-qpvx-5445-m95x.json +++ b/advisories/unreviewed/2022/05/GHSA-qpvx-5445-m95x/GHSA-qpvx-5445-m95x.json @@ -7,12 +7,8 @@ "CVE-2019-2105" ], "details": "In FileInputStream::Read of file_input_stream.cc, there is a possible memory corruption due to uninitialized data. This could lead to remote code execution in an unprivileged process with no additional execution privileges needed. User interaction is needed for exploitation. Product: Android. Versions: Android-7.0 Android-7.1.1 Android-7.1.2 Android-8.0 Android-8.1 Android-9. Android ID: A-116114182.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qrrx-xqmq-f342/GHSA-qrrx-xqmq-f342.json b/advisories/unreviewed/2022/05/GHSA-qrrx-xqmq-f342/GHSA-qrrx-xqmq-f342.json index a2b625634c1..68bd8b29884 100644 --- a/advisories/unreviewed/2022/05/GHSA-qrrx-xqmq-f342/GHSA-qrrx-xqmq-f342.json +++ b/advisories/unreviewed/2022/05/GHSA-qrrx-xqmq-f342/GHSA-qrrx-xqmq-f342.json @@ -7,12 +7,8 @@ "CVE-2018-10699" ], "details": "An issue was discovered on Moxa AWK-3121 1.14 devices. The Moxa AWK 3121 provides certfile upload functionality so that an administrator can upload a certificate file used for connecting to the wireless network. However, the same functionality allows an attacker to execute commands on the device. The POST parameter \"iw_privatePass\" is susceptible to this injection. By crafting a packet that contains shell metacharacters, it is possible for an attacker to execute the attack.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qvw2-729q-g92x/GHSA-qvw2-729q-g92x.json b/advisories/unreviewed/2022/05/GHSA-qvw2-729q-g92x/GHSA-qvw2-729q-g92x.json index 2a6616e904b..c1a7ca0a7d9 100644 --- a/advisories/unreviewed/2022/05/GHSA-qvw2-729q-g92x/GHSA-qvw2-729q-g92x.json +++ b/advisories/unreviewed/2022/05/GHSA-qvw2-729q-g92x/GHSA-qvw2-729q-g92x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r27q-f33q-w6m3/GHSA-r27q-f33q-w6m3.json b/advisories/unreviewed/2022/05/GHSA-r27q-f33q-w6m3/GHSA-r27q-f33q-w6m3.json index 51356b1c06d..5a130fb64c6 100644 --- a/advisories/unreviewed/2022/05/GHSA-r27q-f33q-w6m3/GHSA-r27q-f33q-w6m3.json +++ b/advisories/unreviewed/2022/05/GHSA-r27q-f33q-w6m3/GHSA-r27q-f33q-w6m3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r2pf-373f-qgv4/GHSA-r2pf-373f-qgv4.json b/advisories/unreviewed/2022/05/GHSA-r2pf-373f-qgv4/GHSA-r2pf-373f-qgv4.json index f03d4bc95e1..2c00e283e50 100644 --- a/advisories/unreviewed/2022/05/GHSA-r2pf-373f-qgv4/GHSA-r2pf-373f-qgv4.json +++ b/advisories/unreviewed/2022/05/GHSA-r2pf-373f-qgv4/GHSA-r2pf-373f-qgv4.json @@ -7,12 +7,8 @@ "CVE-2019-13248" ], "details": "ACDSee Free 1.1.21 has a User Mode Write AV starting at IDE_ACDStd!JPEGTransW+0x0000000000002450.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r324-2rx8-5ggw/GHSA-r324-2rx8-5ggw.json b/advisories/unreviewed/2022/05/GHSA-r324-2rx8-5ggw/GHSA-r324-2rx8-5ggw.json index 675871116b5..3a10951aefa 100644 --- a/advisories/unreviewed/2022/05/GHSA-r324-2rx8-5ggw/GHSA-r324-2rx8-5ggw.json +++ b/advisories/unreviewed/2022/05/GHSA-r324-2rx8-5ggw/GHSA-r324-2rx8-5ggw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r39m-jp3f-g694/GHSA-r39m-jp3f-g694.json b/advisories/unreviewed/2022/05/GHSA-r39m-jp3f-g694/GHSA-r39m-jp3f-g694.json index 802ff8c4d58..5906e7fed71 100644 --- a/advisories/unreviewed/2022/05/GHSA-r39m-jp3f-g694/GHSA-r39m-jp3f-g694.json +++ b/advisories/unreviewed/2022/05/GHSA-r39m-jp3f-g694/GHSA-r39m-jp3f-g694.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-r3p8-9956-wrj3/GHSA-r3p8-9956-wrj3.json b/advisories/unreviewed/2022/05/GHSA-r3p8-9956-wrj3/GHSA-r3p8-9956-wrj3.json index e3e9e83fdbe..746d4ab28b9 100644 --- a/advisories/unreviewed/2022/05/GHSA-r3p8-9956-wrj3/GHSA-r3p8-9956-wrj3.json +++ b/advisories/unreviewed/2022/05/GHSA-r3p8-9956-wrj3/GHSA-r3p8-9956-wrj3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r3w6-85fh-vqfq/GHSA-r3w6-85fh-vqfq.json b/advisories/unreviewed/2022/05/GHSA-r3w6-85fh-vqfq/GHSA-r3w6-85fh-vqfq.json index 278af875539..c434cddb633 100644 --- a/advisories/unreviewed/2022/05/GHSA-r3w6-85fh-vqfq/GHSA-r3w6-85fh-vqfq.json +++ b/advisories/unreviewed/2022/05/GHSA-r3w6-85fh-vqfq/GHSA-r3w6-85fh-vqfq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r48g-4538-wvgc/GHSA-r48g-4538-wvgc.json b/advisories/unreviewed/2022/05/GHSA-r48g-4538-wvgc/GHSA-r48g-4538-wvgc.json index e2260c37a0a..d9a7ac09d96 100644 --- a/advisories/unreviewed/2022/05/GHSA-r48g-4538-wvgc/GHSA-r48g-4538-wvgc.json +++ b/advisories/unreviewed/2022/05/GHSA-r48g-4538-wvgc/GHSA-r48g-4538-wvgc.json @@ -7,12 +7,8 @@ "CVE-2019-6628" ], "details": "On BIG-IP PEM 14.1.0-14.1.0.5 and 14.0.0-14.0.0.4, under certain conditions, the TMM process may terminate and restart while processing BIG-IP PEM traffic with the OpenVPN classifier.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-r49r-fmr9-w82c/GHSA-r49r-fmr9-w82c.json b/advisories/unreviewed/2022/05/GHSA-r49r-fmr9-w82c/GHSA-r49r-fmr9-w82c.json index 47d5bdd868b..fd37c6ba953 100644 --- a/advisories/unreviewed/2022/05/GHSA-r49r-fmr9-w82c/GHSA-r49r-fmr9-w82c.json +++ b/advisories/unreviewed/2022/05/GHSA-r49r-fmr9-w82c/GHSA-r49r-fmr9-w82c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r62g-7h9x-gqvh/GHSA-r62g-7h9x-gqvh.json b/advisories/unreviewed/2022/05/GHSA-r62g-7h9x-gqvh/GHSA-r62g-7h9x-gqvh.json index 84570c11834..b8b667cbd7a 100644 --- a/advisories/unreviewed/2022/05/GHSA-r62g-7h9x-gqvh/GHSA-r62g-7h9x-gqvh.json +++ b/advisories/unreviewed/2022/05/GHSA-r62g-7h9x-gqvh/GHSA-r62g-7h9x-gqvh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-r65c-wpm3-f7g2/GHSA-r65c-wpm3-f7g2.json b/advisories/unreviewed/2022/05/GHSA-r65c-wpm3-f7g2/GHSA-r65c-wpm3-f7g2.json index e0702865efa..43e0454d89e 100644 --- a/advisories/unreviewed/2022/05/GHSA-r65c-wpm3-f7g2/GHSA-r65c-wpm3-f7g2.json +++ b/advisories/unreviewed/2022/05/GHSA-r65c-wpm3-f7g2/GHSA-r65c-wpm3-f7g2.json @@ -7,12 +7,8 @@ "CVE-2019-9872" ], "details": "In several versions of JetBrains IntelliJ IDEA Ultimate, creating run configurations for cloud application servers leads to saving a cleartext unencrypted record of the server credentials in the IDE configuration files. If the Settings Repository plugin was then used and configured to synchronize IDE settings using a public repository, these credentials were published to this repository. The issue has been fixed in the following versions: 2019.1, 2018.3.5, 2018.2.8, and 2018.1.8.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-r7xv-mj6m-f2cf/GHSA-r7xv-mj6m-f2cf.json b/advisories/unreviewed/2022/05/GHSA-r7xv-mj6m-f2cf/GHSA-r7xv-mj6m-f2cf.json index 1c14e5457bc..d73d53ca64e 100644 --- a/advisories/unreviewed/2022/05/GHSA-r7xv-mj6m-f2cf/GHSA-r7xv-mj6m-f2cf.json +++ b/advisories/unreviewed/2022/05/GHSA-r7xv-mj6m-f2cf/GHSA-r7xv-mj6m-f2cf.json @@ -7,12 +7,8 @@ "CVE-2019-5982" ], "details": "Improper download file verification vulnerability in VAIO Update 7.3.0.03150 and earlier allows remote attackers to conduct a man-in-the-middle attack via a malicous wireless LAN access point. A successful exploitation may result in a malicious file being downloaded/executed.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-r86q-xwfj-whpp/GHSA-r86q-xwfj-whpp.json b/advisories/unreviewed/2022/05/GHSA-r86q-xwfj-whpp/GHSA-r86q-xwfj-whpp.json index dd24c094d5f..1f3b04e4c69 100644 --- a/advisories/unreviewed/2022/05/GHSA-r86q-xwfj-whpp/GHSA-r86q-xwfj-whpp.json +++ b/advisories/unreviewed/2022/05/GHSA-r86q-xwfj-whpp/GHSA-r86q-xwfj-whpp.json @@ -7,12 +7,8 @@ "CVE-2019-10639" ], "details": "The Linux kernel 4.x (starting from 4.1) and 5.x before 5.0.8 allows Information Exposure (partial kernel address disclosure), leading to a KASLR bypass. Specifically, it is possible to extract the KASLR kernel image offset using the IP ID values the kernel produces for connection-less protocols (e.g., UDP and ICMP). When such traffic is sent to multiple destination IP addresses, it is possible to obtain hash collisions (of indices to the counter array) and thereby obtain the hashing key (via enumeration). This key contains enough bits from a kernel address (of a static variable) so when the key is extracted (via enumeration), the offset of the kernel image is exposed. This attack can be carried out remotely, by the attacker forcing the target device to send UDP or ICMP (or certain other) traffic to attacker-controlled IP addresses. Forcing a server to send UDP traffic is trivial if the server is a DNS server. ICMP traffic is trivial if the server answers ICMP Echo requests (ping). For client targets, if the target visits the attacker's web page, then WebRTC or gQUIC can be used to force UDP traffic to attacker-controlled IP addresses. NOTE: this attack against KASLR became viable in 4.1 because IP ID generation was changed to have a dependency on an address associated with a network namespace.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r884-vv7j-r68q/GHSA-r884-vv7j-r68q.json b/advisories/unreviewed/2022/05/GHSA-r884-vv7j-r68q/GHSA-r884-vv7j-r68q.json index b74339283bd..b6c269c2df3 100644 --- a/advisories/unreviewed/2022/05/GHSA-r884-vv7j-r68q/GHSA-r884-vv7j-r68q.json +++ b/advisories/unreviewed/2022/05/GHSA-r884-vv7j-r68q/GHSA-r884-vv7j-r68q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r937-fw24-8frw/GHSA-r937-fw24-8frw.json b/advisories/unreviewed/2022/05/GHSA-r937-fw24-8frw/GHSA-r937-fw24-8frw.json index 9330b5ed22e..3929a61de5f 100644 --- a/advisories/unreviewed/2022/05/GHSA-r937-fw24-8frw/GHSA-r937-fw24-8frw.json +++ b/advisories/unreviewed/2022/05/GHSA-r937-fw24-8frw/GHSA-r937-fw24-8frw.json @@ -7,12 +7,8 @@ "CVE-2019-11410" ], "details": "app/backup/index.php in the Backup Module in FreePBX 4.4.3 suffers from a command injection vulnerability due to a lack of input validation, which allows authenticated administrative attackers to execute commands on the host.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-r9w6-qwp4-r3rx/GHSA-r9w6-qwp4-r3rx.json b/advisories/unreviewed/2022/05/GHSA-r9w6-qwp4-r3rx/GHSA-r9w6-qwp4-r3rx.json index 251d0f44946..5b08e2e7184 100644 --- a/advisories/unreviewed/2022/05/GHSA-r9w6-qwp4-r3rx/GHSA-r9w6-qwp4-r3rx.json +++ b/advisories/unreviewed/2022/05/GHSA-r9w6-qwp4-r3rx/GHSA-r9w6-qwp4-r3rx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rgqx-jpvm-7pfp/GHSA-rgqx-jpvm-7pfp.json b/advisories/unreviewed/2022/05/GHSA-rgqx-jpvm-7pfp/GHSA-rgqx-jpvm-7pfp.json index 0039373b193..d43484eb36d 100644 --- a/advisories/unreviewed/2022/05/GHSA-rgqx-jpvm-7pfp/GHSA-rgqx-jpvm-7pfp.json +++ b/advisories/unreviewed/2022/05/GHSA-rgqx-jpvm-7pfp/GHSA-rgqx-jpvm-7pfp.json @@ -7,12 +7,8 @@ "CVE-2019-10104" ], "details": "In several JetBrains IntelliJ IDEA Ultimate versions, an Application Server run configuration (for Tomcat, Jetty, Resin, or CloudBees) with the default setting allowed a remote attacker to execute code when the configuration is running, because a JMX server listened on all interfaces instead of localhost only. The issue has been fixed in the following versions: 2018.3.4, 2018.2.8, 2018.1.8, and 2017.3.7.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rjp6-v89c-q4rf/GHSA-rjp6-v89c-q4rf.json b/advisories/unreviewed/2022/05/GHSA-rjp6-v89c-q4rf/GHSA-rjp6-v89c-q4rf.json index 8eb86467386..1f0949931a1 100644 --- a/advisories/unreviewed/2022/05/GHSA-rjp6-v89c-q4rf/GHSA-rjp6-v89c-q4rf.json +++ b/advisories/unreviewed/2022/05/GHSA-rjp6-v89c-q4rf/GHSA-rjp6-v89c-q4rf.json @@ -7,12 +7,8 @@ "CVE-2019-13260" ], "details": "XnView Classic 2.48 has a User Mode Write AV starting at xnview+0x0000000000327a07.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rjvg-wj8q-j8qg/GHSA-rjvg-wj8q-j8qg.json b/advisories/unreviewed/2022/05/GHSA-rjvg-wj8q-j8qg/GHSA-rjvg-wj8q-j8qg.json index 21f600d7176..d42d228fb00 100644 --- a/advisories/unreviewed/2022/05/GHSA-rjvg-wj8q-j8qg/GHSA-rjvg-wj8q-j8qg.json +++ b/advisories/unreviewed/2022/05/GHSA-rjvg-wj8q-j8qg/GHSA-rjvg-wj8q-j8qg.json @@ -7,12 +7,8 @@ "CVE-2018-19860" ], "details": "Broadcom firmware before summer 2014 on Nexus 5 BCM4335C0 2012-12-11, Raspberry Pi 3 BCM43438A1 2014-06-02, and unspecifed other devices does not properly restrict LMP commnds and executes certain memory contents upon receiving an LMP command, as demonstrated by executing an HCI command.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rmv2-95pm-pw73/GHSA-rmv2-95pm-pw73.json b/advisories/unreviewed/2022/05/GHSA-rmv2-95pm-pw73/GHSA-rmv2-95pm-pw73.json index 27c569aa715..8ad48bd5b58 100644 --- a/advisories/unreviewed/2022/05/GHSA-rmv2-95pm-pw73/GHSA-rmv2-95pm-pw73.json +++ b/advisories/unreviewed/2022/05/GHSA-rmv2-95pm-pw73/GHSA-rmv2-95pm-pw73.json @@ -7,12 +7,8 @@ "CVE-2019-13312" ], "details": "block_cmp() in libavcodec/zmbvenc.c in FFmpeg 4.1.3 has a heap-based buffer over-read.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rp8m-m7rj-h3f6/GHSA-rp8m-m7rj-h3f6.json b/advisories/unreviewed/2022/05/GHSA-rp8m-m7rj-h3f6/GHSA-rp8m-m7rj-h3f6.json index fae4057270c..7ee6482d266 100644 --- a/advisories/unreviewed/2022/05/GHSA-rp8m-m7rj-h3f6/GHSA-rp8m-m7rj-h3f6.json +++ b/advisories/unreviewed/2022/05/GHSA-rp8m-m7rj-h3f6/GHSA-rp8m-m7rj-h3f6.json @@ -7,12 +7,8 @@ "CVE-2019-1038" ], "details": "A remote code execution vulnerability exists in the way that Microsoft browsers access objects in memory, aka 'Microsoft Browser Memory Corruption Vulnerability'.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rr42-2w3r-mq8c/GHSA-rr42-2w3r-mq8c.json b/advisories/unreviewed/2022/05/GHSA-rr42-2w3r-mq8c/GHSA-rr42-2w3r-mq8c.json index ac5e8e99f31..ef512f1ea1a 100644 --- a/advisories/unreviewed/2022/05/GHSA-rr42-2w3r-mq8c/GHSA-rr42-2w3r-mq8c.json +++ b/advisories/unreviewed/2022/05/GHSA-rr42-2w3r-mq8c/GHSA-rr42-2w3r-mq8c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rvm2-34hm-23fm/GHSA-rvm2-34hm-23fm.json b/advisories/unreviewed/2022/05/GHSA-rvm2-34hm-23fm/GHSA-rvm2-34hm-23fm.json index 349ce23f52d..eda13b4889a 100644 --- a/advisories/unreviewed/2022/05/GHSA-rvm2-34hm-23fm/GHSA-rvm2-34hm-23fm.json +++ b/advisories/unreviewed/2022/05/GHSA-rvm2-34hm-23fm/GHSA-rvm2-34hm-23fm.json @@ -7,12 +7,8 @@ "CVE-2019-1034" ], "details": "A remote code execution vulnerability exists in Microsoft Word software when it fails to properly handle objects in memory, aka 'Microsoft Word Remote Code Execution Vulnerability'. This CVE ID is unique from CVE-2019-1035.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rvr5-mgmf-vq8g/GHSA-rvr5-mgmf-vq8g.json b/advisories/unreviewed/2022/05/GHSA-rvr5-mgmf-vq8g/GHSA-rvr5-mgmf-vq8g.json index 38f670362ca..bdc39f8aaf2 100644 --- a/advisories/unreviewed/2022/05/GHSA-rvr5-mgmf-vq8g/GHSA-rvr5-mgmf-vq8g.json +++ b/advisories/unreviewed/2022/05/GHSA-rvr5-mgmf-vq8g/GHSA-rvr5-mgmf-vq8g.json @@ -7,12 +7,8 @@ "CVE-2019-13251" ], "details": "ACDSee Free 1.1.21 has a User Mode Write AV starting at IDE_ACDStd!IEP_SetColorProfile+0x00000000000c47ff.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rw3m-hc9w-4j75/GHSA-rw3m-hc9w-4j75.json b/advisories/unreviewed/2022/05/GHSA-rw3m-hc9w-4j75/GHSA-rw3m-hc9w-4j75.json index 47564c15dae..0c126bdbb19 100644 --- a/advisories/unreviewed/2022/05/GHSA-rw3m-hc9w-4j75/GHSA-rw3m-hc9w-4j75.json +++ b/advisories/unreviewed/2022/05/GHSA-rw3m-hc9w-4j75/GHSA-rw3m-hc9w-4j75.json @@ -7,12 +7,8 @@ "CVE-2019-2025" ], "details": "In binder_thread_read of binder.c, there is a possible use-after-free due to improper locking. This could lead to local escalation of privilege in the kernel with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-116855682References: Upstream kernel", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rwjh-wvc7-p2gm/GHSA-rwjh-wvc7-p2gm.json b/advisories/unreviewed/2022/05/GHSA-rwjh-wvc7-p2gm/GHSA-rwjh-wvc7-p2gm.json index 5d7f952a3a1..60615535eda 100644 --- a/advisories/unreviewed/2022/05/GHSA-rwjh-wvc7-p2gm/GHSA-rwjh-wvc7-p2gm.json +++ b/advisories/unreviewed/2022/05/GHSA-rwjh-wvc7-p2gm/GHSA-rwjh-wvc7-p2gm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rx6m-v3fr-phmq/GHSA-rx6m-v3fr-phmq.json b/advisories/unreviewed/2022/05/GHSA-rx6m-v3fr-phmq/GHSA-rx6m-v3fr-phmq.json index 3bcf3e9db68..ef8c2c47d9f 100644 --- a/advisories/unreviewed/2022/05/GHSA-rx6m-v3fr-phmq/GHSA-rx6m-v3fr-phmq.json +++ b/advisories/unreviewed/2022/05/GHSA-rx6m-v3fr-phmq/GHSA-rx6m-v3fr-phmq.json @@ -7,12 +7,8 @@ "CVE-2019-10085" ], "details": "In Apache Allura prior to 1.11.0, a vulnerability exists for stored XSS on the user dropdown selector when creating or editing tickets. The XSS executes when a user engages with that dropdown on that page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-v2h2-pvv7-ffw4/GHSA-v2h2-pvv7-ffw4.json b/advisories/unreviewed/2022/05/GHSA-v2h2-pvv7-ffw4/GHSA-v2h2-pvv7-ffw4.json index b0e5063009f..9dcc075736c 100644 --- a/advisories/unreviewed/2022/05/GHSA-v2h2-pvv7-ffw4/GHSA-v2h2-pvv7-ffw4.json +++ b/advisories/unreviewed/2022/05/GHSA-v2h2-pvv7-ffw4/GHSA-v2h2-pvv7-ffw4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v2rp-7mmr-qgr5/GHSA-v2rp-7mmr-qgr5.json b/advisories/unreviewed/2022/05/GHSA-v2rp-7mmr-qgr5/GHSA-v2rp-7mmr-qgr5.json index 1ded744c95c..10df51363b3 100644 --- a/advisories/unreviewed/2022/05/GHSA-v2rp-7mmr-qgr5/GHSA-v2rp-7mmr-qgr5.json +++ b/advisories/unreviewed/2022/05/GHSA-v2rp-7mmr-qgr5/GHSA-v2rp-7mmr-qgr5.json @@ -7,12 +7,8 @@ "CVE-2019-13052" ], "details": "Logitech Unifying devices allow live decryption if the pairing of a keyboard to a receiver is sniffed.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-v2xp-mrr2-f558/GHSA-v2xp-mrr2-f558.json b/advisories/unreviewed/2022/05/GHSA-v2xp-mrr2-f558/GHSA-v2xp-mrr2-f558.json index bbd9d75aaab..7888da05852 100644 --- a/advisories/unreviewed/2022/05/GHSA-v2xp-mrr2-f558/GHSA-v2xp-mrr2-f558.json +++ b/advisories/unreviewed/2022/05/GHSA-v2xp-mrr2-f558/GHSA-v2xp-mrr2-f558.json @@ -7,12 +7,8 @@ "CVE-2019-1025" ], "details": "A denial of service vulnerability exists when Windows improperly handles objects in memory, aka 'Windows Denial of Service Vulnerability'.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-v37x-wwg4-h4qq/GHSA-v37x-wwg4-h4qq.json b/advisories/unreviewed/2022/05/GHSA-v37x-wwg4-h4qq/GHSA-v37x-wwg4-h4qq.json index 77be9fe2712..95ae3395b17 100644 --- a/advisories/unreviewed/2022/05/GHSA-v37x-wwg4-h4qq/GHSA-v37x-wwg4-h4qq.json +++ b/advisories/unreviewed/2022/05/GHSA-v37x-wwg4-h4qq/GHSA-v37x-wwg4-h4qq.json @@ -7,12 +7,8 @@ "CVE-2019-5353" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-v39g-xvv3-gr6r/GHSA-v39g-xvv3-gr6r.json b/advisories/unreviewed/2022/05/GHSA-v39g-xvv3-gr6r/GHSA-v39g-xvv3-gr6r.json index 623c0863403..3e3ed74d7c1 100644 --- a/advisories/unreviewed/2022/05/GHSA-v39g-xvv3-gr6r/GHSA-v39g-xvv3-gr6r.json +++ b/advisories/unreviewed/2022/05/GHSA-v39g-xvv3-gr6r/GHSA-v39g-xvv3-gr6r.json @@ -7,12 +7,8 @@ "CVE-2019-13024" ], "details": "Centreon V19.04 allows the attacker to execute arbitrary system commands by using the value \"init_script\"-\"Monitoring Engine Binary\" in main.get.php to insert a arbitrary command into the database, and execute it by calling the vulnerable page www/include/configuration/configGenerate/xml/generateFiles.php (which passes the inserted value to the database to shell_exec without sanitizing it, allowing one to execute system arbitrary commands).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-v44m-5vx5-gjhf/GHSA-v44m-5vx5-gjhf.json b/advisories/unreviewed/2022/05/GHSA-v44m-5vx5-gjhf/GHSA-v44m-5vx5-gjhf.json index 9c0de0b0e13..2eed3cdd134 100644 --- a/advisories/unreviewed/2022/05/GHSA-v44m-5vx5-gjhf/GHSA-v44m-5vx5-gjhf.json +++ b/advisories/unreviewed/2022/05/GHSA-v44m-5vx5-gjhf/GHSA-v44m-5vx5-gjhf.json @@ -7,12 +7,8 @@ "CVE-2019-5371" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-v47v-hq34-79pq/GHSA-v47v-hq34-79pq.json b/advisories/unreviewed/2022/05/GHSA-v47v-hq34-79pq/GHSA-v47v-hq34-79pq.json index 0e7433a3d0d..7e828403d37 100644 --- a/advisories/unreviewed/2022/05/GHSA-v47v-hq34-79pq/GHSA-v47v-hq34-79pq.json +++ b/advisories/unreviewed/2022/05/GHSA-v47v-hq34-79pq/GHSA-v47v-hq34-79pq.json @@ -7,12 +7,8 @@ "CVE-2012-1575" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in Cumin before r5238 allow remote attackers to inject arbitrary web script or HTML via vectors involving (1) widgets or (2) pages.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v52h-vg9v-g8p5/GHSA-v52h-vg9v-g8p5.json b/advisories/unreviewed/2022/05/GHSA-v52h-vg9v-g8p5/GHSA-v52h-vg9v-g8p5.json index edad9dcc4cf..325826e73d3 100644 --- a/advisories/unreviewed/2022/05/GHSA-v52h-vg9v-g8p5/GHSA-v52h-vg9v-g8p5.json +++ b/advisories/unreviewed/2022/05/GHSA-v52h-vg9v-g8p5/GHSA-v52h-vg9v-g8p5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-v6cj-v6qg-rxfm/GHSA-v6cj-v6qg-rxfm.json b/advisories/unreviewed/2022/05/GHSA-v6cj-v6qg-rxfm/GHSA-v6cj-v6qg-rxfm.json index 90829e738d1..3ed57d97123 100644 --- a/advisories/unreviewed/2022/05/GHSA-v6cj-v6qg-rxfm/GHSA-v6cj-v6qg-rxfm.json +++ b/advisories/unreviewed/2022/05/GHSA-v6cj-v6qg-rxfm/GHSA-v6cj-v6qg-rxfm.json @@ -7,12 +7,8 @@ "CVE-2018-16613" ], "details": "An issue was discovered in the update function in the wpForo Forum plugin before 1.5.2 for WordPress. A registered forum is able to escalate privilege to the forum administrator without any form of user interaction.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-v97j-cq8h-mfm4/GHSA-v97j-cq8h-mfm4.json b/advisories/unreviewed/2022/05/GHSA-v97j-cq8h-mfm4/GHSA-v97j-cq8h-mfm4.json index 8aa51b79db8..6d49bad893f 100644 --- a/advisories/unreviewed/2022/05/GHSA-v97j-cq8h-mfm4/GHSA-v97j-cq8h-mfm4.json +++ b/advisories/unreviewed/2022/05/GHSA-v97j-cq8h-mfm4/GHSA-v97j-cq8h-mfm4.json @@ -7,12 +7,8 @@ "CVE-2019-1014" ], "details": "An elevation of privilege vulnerability exists in Windows when the Win32k component fails to properly handle objects in memory, aka 'Win32k Elevation of Privilege Vulnerability'. This CVE ID is unique from CVE-2019-0960, CVE-2019-1017.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vc7x-rp39-7vwx/GHSA-vc7x-rp39-7vwx.json b/advisories/unreviewed/2022/05/GHSA-vc7x-rp39-7vwx/GHSA-vc7x-rp39-7vwx.json index 3ab7204316c..bcc4233634c 100644 --- a/advisories/unreviewed/2022/05/GHSA-vc7x-rp39-7vwx/GHSA-vc7x-rp39-7vwx.json +++ b/advisories/unreviewed/2022/05/GHSA-vc7x-rp39-7vwx/GHSA-vc7x-rp39-7vwx.json @@ -7,12 +7,8 @@ "CVE-2019-12983" ], "details": "In the Linux kernel before 5.0.15, the function do_hidp_sock_ioctl in net/bluetooth/hidp/sock.c does not ensure that a certain device field ends with a '\\0' character, which allows local users to obtain potentially sensitive information from kernel stack memory, or cause a denial of service, which is similar to CVE-2011-1079. The user would use an HIDPCONNADD command.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vp2q-5g8m-gpmp/GHSA-vp2q-5g8m-gpmp.json b/advisories/unreviewed/2022/05/GHSA-vp2q-5g8m-gpmp/GHSA-vp2q-5g8m-gpmp.json index 0d4e010d853..07e0c544eda 100644 --- a/advisories/unreviewed/2022/05/GHSA-vp2q-5g8m-gpmp/GHSA-vp2q-5g8m-gpmp.json +++ b/advisories/unreviewed/2022/05/GHSA-vp2q-5g8m-gpmp/GHSA-vp2q-5g8m-gpmp.json @@ -7,12 +7,8 @@ "CVE-2019-5381" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vp3v-32c5-q4h8/GHSA-vp3v-32c5-q4h8.json b/advisories/unreviewed/2022/05/GHSA-vp3v-32c5-q4h8/GHSA-vp3v-32c5-q4h8.json index 9eee0db4a75..364150e56c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-vp3v-32c5-q4h8/GHSA-vp3v-32c5-q4h8.json +++ b/advisories/unreviewed/2022/05/GHSA-vp3v-32c5-q4h8/GHSA-vp3v-32c5-q4h8.json @@ -7,12 +7,8 @@ "CVE-2019-5372" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vqhx-4gwh-xx5q/GHSA-vqhx-4gwh-xx5q.json b/advisories/unreviewed/2022/05/GHSA-vqhx-4gwh-xx5q/GHSA-vqhx-4gwh-xx5q.json index 31401de5878..362e8057c40 100644 --- a/advisories/unreviewed/2022/05/GHSA-vqhx-4gwh-xx5q/GHSA-vqhx-4gwh-xx5q.json +++ b/advisories/unreviewed/2022/05/GHSA-vqhx-4gwh-xx5q/GHSA-vqhx-4gwh-xx5q.json @@ -7,12 +7,8 @@ "CVE-2013-1960" ], "details": "Heap-based buffer overflow in the t2p_process_jpeg_strip function in tiff2pdf in libtiff 4.0.3 and earlier allows remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via a crafted TIFF image file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vqv9-x245-gqwv/GHSA-vqv9-x245-gqwv.json b/advisories/unreviewed/2022/05/GHSA-vqv9-x245-gqwv/GHSA-vqv9-x245-gqwv.json index 9314650f181..ca3f4ecea65 100644 --- a/advisories/unreviewed/2022/05/GHSA-vqv9-x245-gqwv/GHSA-vqv9-x245-gqwv.json +++ b/advisories/unreviewed/2022/05/GHSA-vqv9-x245-gqwv/GHSA-vqv9-x245-gqwv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vw8f-pxg4-9mww/GHSA-vw8f-pxg4-9mww.json b/advisories/unreviewed/2022/05/GHSA-vw8f-pxg4-9mww/GHSA-vw8f-pxg4-9mww.json index 03a732e291f..87b1e19dc36 100644 --- a/advisories/unreviewed/2022/05/GHSA-vw8f-pxg4-9mww/GHSA-vw8f-pxg4-9mww.json +++ b/advisories/unreviewed/2022/05/GHSA-vw8f-pxg4-9mww/GHSA-vw8f-pxg4-9mww.json @@ -7,12 +7,8 @@ "CVE-2019-2008" ], "details": "In createEffect of AudioFlinger.cpp, there is a possible memory corruption due to a race condition. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android-8.0 Android-8.1 Android-9Android ID: A-122309228", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vwrw-74v6-mgv5/GHSA-vwrw-74v6-mgv5.json b/advisories/unreviewed/2022/05/GHSA-vwrw-74v6-mgv5/GHSA-vwrw-74v6-mgv5.json index 14b1b3bb346..481c9210e2a 100644 --- a/advisories/unreviewed/2022/05/GHSA-vwrw-74v6-mgv5/GHSA-vwrw-74v6-mgv5.json +++ b/advisories/unreviewed/2022/05/GHSA-vwrw-74v6-mgv5/GHSA-vwrw-74v6-mgv5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vxcg-qj63-4mp6/GHSA-vxcg-qj63-4mp6.json b/advisories/unreviewed/2022/05/GHSA-vxcg-qj63-4mp6/GHSA-vxcg-qj63-4mp6.json index 19757c80dba..d0b52bf107a 100644 --- a/advisories/unreviewed/2022/05/GHSA-vxcg-qj63-4mp6/GHSA-vxcg-qj63-4mp6.json +++ b/advisories/unreviewed/2022/05/GHSA-vxcg-qj63-4mp6/GHSA-vxcg-qj63-4mp6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vxcx-jv3q-w6jm/GHSA-vxcx-jv3q-w6jm.json b/advisories/unreviewed/2022/05/GHSA-vxcx-jv3q-w6jm/GHSA-vxcx-jv3q-w6jm.json index e5f5990617a..767073a4c49 100644 --- a/advisories/unreviewed/2022/05/GHSA-vxcx-jv3q-w6jm/GHSA-vxcx-jv3q-w6jm.json +++ b/advisories/unreviewed/2022/05/GHSA-vxcx-jv3q-w6jm/GHSA-vxcx-jv3q-w6jm.json @@ -7,12 +7,8 @@ "CVE-2019-2023" ], "details": "In ServiceManager::add function in the hardware service manager, there is an insecure permissions check based on the PID of the caller. This could allow an app to add or replace a HAL service with its own service, gaining code execution in a privileged process.Product: AndroidVersions: Android-8.0 Android-8.1 Android-9Android ID: A-121035042Upstream kernel", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vxg9-g2p6-hq84/GHSA-vxg9-g2p6-hq84.json b/advisories/unreviewed/2022/05/GHSA-vxg9-g2p6-hq84/GHSA-vxg9-g2p6-hq84.json index 3416210248e..c99ecbbca6b 100644 --- a/advisories/unreviewed/2022/05/GHSA-vxg9-g2p6-hq84/GHSA-vxg9-g2p6-hq84.json +++ b/advisories/unreviewed/2022/05/GHSA-vxg9-g2p6-hq84/GHSA-vxg9-g2p6-hq84.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w3v4-8fgq-h9m4/GHSA-w3v4-8fgq-h9m4.json b/advisories/unreviewed/2022/05/GHSA-w3v4-8fgq-h9m4/GHSA-w3v4-8fgq-h9m4.json index 235d1915a62..d0865734622 100644 --- a/advisories/unreviewed/2022/05/GHSA-w3v4-8fgq-h9m4/GHSA-w3v4-8fgq-h9m4.json +++ b/advisories/unreviewed/2022/05/GHSA-w3v4-8fgq-h9m4/GHSA-w3v4-8fgq-h9m4.json @@ -7,12 +7,8 @@ "CVE-2019-2257" ], "details": "Wrong permissions in configuration file can lead to unauthorized permission in Snapdragon Auto, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables in MDM9150, MDM9607, MDM9650, MSM8909W, MSM8996AU, QCS405, QCS605, SD 210/SD 212/SD 205, SD 615/16/SD 415, SD 636, SD 712 / SD 710 / SD 670, SD 820, SD 820A, SD 855, SDA660, SDM660, SDX20, SDX24", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-w4wv-3mp2-54f6/GHSA-w4wv-3mp2-54f6.json b/advisories/unreviewed/2022/05/GHSA-w4wv-3mp2-54f6/GHSA-w4wv-3mp2-54f6.json index 0c62f14560b..75f09487092 100644 --- a/advisories/unreviewed/2022/05/GHSA-w4wv-3mp2-54f6/GHSA-w4wv-3mp2-54f6.json +++ b/advisories/unreviewed/2022/05/GHSA-w4wv-3mp2-54f6/GHSA-w4wv-3mp2-54f6.json @@ -7,12 +7,8 @@ "CVE-2018-20468" ], "details": "An issue was discovered in Tyto Sahi Pro through 7.x.x and 8.0.0. A web reports module has \"export to excel features\" that are vulnerable to CSV injection. An attacker can embed Excel formulas inside an automation script that, when exported after execution, results in code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-w5ch-6ww5-rv5w/GHSA-w5ch-6ww5-rv5w.json b/advisories/unreviewed/2022/05/GHSA-w5ch-6ww5-rv5w/GHSA-w5ch-6ww5-rv5w.json index 5cbb9fdca10..29f6835184b 100644 --- a/advisories/unreviewed/2022/05/GHSA-w5ch-6ww5-rv5w/GHSA-w5ch-6ww5-rv5w.json +++ b/advisories/unreviewed/2022/05/GHSA-w5ch-6ww5-rv5w/GHSA-w5ch-6ww5-rv5w.json @@ -7,12 +7,8 @@ "CVE-2019-12745" ], "details": "out/out.UsrMgr.php in SeedDMS before 5.1.11 allows Stored Cross-Site Scripting (XSS) via the name field.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-w5p8-6mr4-2mmp/GHSA-w5p8-6mr4-2mmp.json b/advisories/unreviewed/2022/05/GHSA-w5p8-6mr4-2mmp/GHSA-w5p8-6mr4-2mmp.json index 6e012252eed..7fe4b8d8a47 100644 --- a/advisories/unreviewed/2022/05/GHSA-w5p8-6mr4-2mmp/GHSA-w5p8-6mr4-2mmp.json +++ b/advisories/unreviewed/2022/05/GHSA-w5p8-6mr4-2mmp/GHSA-w5p8-6mr4-2mmp.json @@ -7,12 +7,8 @@ "CVE-2019-5384" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-w7j5-c963-67j3/GHSA-w7j5-c963-67j3.json b/advisories/unreviewed/2022/05/GHSA-w7j5-c963-67j3/GHSA-w7j5-c963-67j3.json index 052027326e2..875c0d8f2f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-w7j5-c963-67j3/GHSA-w7j5-c963-67j3.json +++ b/advisories/unreviewed/2022/05/GHSA-w7j5-c963-67j3/GHSA-w7j5-c963-67j3.json @@ -7,12 +7,8 @@ "CVE-2019-12875" ], "details": "Alpine Linux abuild through 3.4.0 allows an unprivileged member of the abuild group to add an untrusted package via a --keys-dir option that causes acceptance of an untrusted signing key.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-w8wc-95f8-wmh9/GHSA-w8wc-95f8-wmh9.json b/advisories/unreviewed/2022/05/GHSA-w8wc-95f8-wmh9/GHSA-w8wc-95f8-wmh9.json index be15b8accdc..0bafd6692a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-w8wc-95f8-wmh9/GHSA-w8wc-95f8-wmh9.json +++ b/advisories/unreviewed/2022/05/GHSA-w8wc-95f8-wmh9/GHSA-w8wc-95f8-wmh9.json @@ -7,12 +7,8 @@ "CVE-2018-18852" ], "details": "Cerio DT-300N 1.1.6 through 1.1.12 devices allow OS command injection because of improper input validation of the web-interface PING feature's use of Save.cgi to execute a ping command, as exploited in the wild in October 2018.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-wf65-c7j4-mw32/GHSA-wf65-c7j4-mw32.json b/advisories/unreviewed/2022/05/GHSA-wf65-c7j4-mw32/GHSA-wf65-c7j4-mw32.json index eb49f0693df..7fa8929e05b 100644 --- a/advisories/unreviewed/2022/05/GHSA-wf65-c7j4-mw32/GHSA-wf65-c7j4-mw32.json +++ b/advisories/unreviewed/2022/05/GHSA-wf65-c7j4-mw32/GHSA-wf65-c7j4-mw32.json @@ -7,12 +7,8 @@ "CVE-2018-18886" ], "details": "Helpy v2.1.0 has Stored XSS via the Ticket title.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wfp7-fmj5-7x44/GHSA-wfp7-fmj5-7x44.json b/advisories/unreviewed/2022/05/GHSA-wfp7-fmj5-7x44/GHSA-wfp7-fmj5-7x44.json index 0ee2ce02348..d5e798fd1a3 100644 --- a/advisories/unreviewed/2022/05/GHSA-wfp7-fmj5-7x44/GHSA-wfp7-fmj5-7x44.json +++ b/advisories/unreviewed/2022/05/GHSA-wfp7-fmj5-7x44/GHSA-wfp7-fmj5-7x44.json @@ -7,12 +7,8 @@ "CVE-2019-3619" ], "details": "Information Disclosure vulnerability in the Agent Handler in McAfee ePolicy Orchestrator (ePO) 5.9.x and 5.10.0 prior to 5.10.0 update 4 allows remote unauthenticated attacker to view sensitive information in plain text via sniffing the traffic between the Agent Handler and the SQL server.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-wfpx-jq27-rg5f/GHSA-wfpx-jq27-rg5f.json b/advisories/unreviewed/2022/05/GHSA-wfpx-jq27-rg5f/GHSA-wfpx-jq27-rg5f.json index 6fe51530385..1283ebfe0b3 100644 --- a/advisories/unreviewed/2022/05/GHSA-wfpx-jq27-rg5f/GHSA-wfpx-jq27-rg5f.json +++ b/advisories/unreviewed/2022/05/GHSA-wfpx-jq27-rg5f/GHSA-wfpx-jq27-rg5f.json @@ -7,12 +7,8 @@ "CVE-2019-7838" ], "details": "ColdFusion versions Update 3 and earlier, Update 10 and earlier, and Update 18 and earlier have a file extension blacklist bypass vulnerability. Successful exploitation could lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-whc2-3vhp-2qhv/GHSA-whc2-3vhp-2qhv.json b/advisories/unreviewed/2022/05/GHSA-whc2-3vhp-2qhv/GHSA-whc2-3vhp-2qhv.json index 10e0b042ba4..90e1d54f8bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-whc2-3vhp-2qhv/GHSA-whc2-3vhp-2qhv.json +++ b/advisories/unreviewed/2022/05/GHSA-whc2-3vhp-2qhv/GHSA-whc2-3vhp-2qhv.json @@ -7,12 +7,8 @@ "CVE-2019-1021" ], "details": "An elevation of privilege exists in Windows Audio Service, aka 'Windows Audio Service Elevation of Privilege Vulnerability'. This CVE ID is unique from CVE-2019-1007, CVE-2019-1022, CVE-2019-1026, CVE-2019-1027, CVE-2019-1028.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-whhr-m9m3-wj45/GHSA-whhr-m9m3-wj45.json b/advisories/unreviewed/2022/05/GHSA-whhr-m9m3-wj45/GHSA-whhr-m9m3-wj45.json index 29ee59b64d6..afd405af2cb 100644 --- a/advisories/unreviewed/2022/05/GHSA-whhr-m9m3-wj45/GHSA-whhr-m9m3-wj45.json +++ b/advisories/unreviewed/2022/05/GHSA-whhr-m9m3-wj45/GHSA-whhr-m9m3-wj45.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-whx8-wpqc-46g5/GHSA-whx8-wpqc-46g5.json b/advisories/unreviewed/2022/05/GHSA-whx8-wpqc-46g5/GHSA-whx8-wpqc-46g5.json index 54fb42bec46..a4527057d9a 100644 --- a/advisories/unreviewed/2022/05/GHSA-whx8-wpqc-46g5/GHSA-whx8-wpqc-46g5.json +++ b/advisories/unreviewed/2022/05/GHSA-whx8-wpqc-46g5/GHSA-whx8-wpqc-46g5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wmhc-c6v3-r3vr/GHSA-wmhc-c6v3-r3vr.json b/advisories/unreviewed/2022/05/GHSA-wmhc-c6v3-r3vr/GHSA-wmhc-c6v3-r3vr.json index 0166e2abc23..9dffca00dfa 100644 --- a/advisories/unreviewed/2022/05/GHSA-wmhc-c6v3-r3vr/GHSA-wmhc-c6v3-r3vr.json +++ b/advisories/unreviewed/2022/05/GHSA-wmhc-c6v3-r3vr/GHSA-wmhc-c6v3-r3vr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wmrm-7x9c-wj29/GHSA-wmrm-7x9c-wj29.json b/advisories/unreviewed/2022/05/GHSA-wmrm-7x9c-wj29/GHSA-wmrm-7x9c-wj29.json index a2e5f9a6f23..f915d652908 100644 --- a/advisories/unreviewed/2022/05/GHSA-wmrm-7x9c-wj29/GHSA-wmrm-7x9c-wj29.json +++ b/advisories/unreviewed/2022/05/GHSA-wmrm-7x9c-wj29/GHSA-wmrm-7x9c-wj29.json @@ -7,12 +7,8 @@ "CVE-2019-13291" ], "details": "In Xpdf 4.01.01, there is a heap-based buffer over-read in the function DCTStream::readScan() located at Stream.cc. It can, for example, be triggered by sending a crafted PDF document to the pdftops tool. It might allow an attacker to cause Information Disclosure.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-wp8r-cvvg-9jf3/GHSA-wp8r-cvvg-9jf3.json b/advisories/unreviewed/2022/05/GHSA-wp8r-cvvg-9jf3/GHSA-wp8r-cvvg-9jf3.json index 88de8dd1b40..6345fe64980 100644 --- a/advisories/unreviewed/2022/05/GHSA-wp8r-cvvg-9jf3/GHSA-wp8r-cvvg-9jf3.json +++ b/advisories/unreviewed/2022/05/GHSA-wp8r-cvvg-9jf3/GHSA-wp8r-cvvg-9jf3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wpgc-2mm4-9gqm/GHSA-wpgc-2mm4-9gqm.json b/advisories/unreviewed/2022/05/GHSA-wpgc-2mm4-9gqm/GHSA-wpgc-2mm4-9gqm.json index cb4c9e8956e..3eceda0dc05 100644 --- a/advisories/unreviewed/2022/05/GHSA-wpgc-2mm4-9gqm/GHSA-wpgc-2mm4-9gqm.json +++ b/advisories/unreviewed/2022/05/GHSA-wpgc-2mm4-9gqm/GHSA-wpgc-2mm4-9gqm.json @@ -7,12 +7,8 @@ "CVE-2019-5369" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-wqm8-hxqc-qwpc/GHSA-wqm8-hxqc-qwpc.json b/advisories/unreviewed/2022/05/GHSA-wqm8-hxqc-qwpc/GHSA-wqm8-hxqc-qwpc.json index a16aaf03787..fcb4ed2abf0 100644 --- a/advisories/unreviewed/2022/05/GHSA-wqm8-hxqc-qwpc/GHSA-wqm8-hxqc-qwpc.json +++ b/advisories/unreviewed/2022/05/GHSA-wqm8-hxqc-qwpc/GHSA-wqm8-hxqc-qwpc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wr44-788j-54gv/GHSA-wr44-788j-54gv.json b/advisories/unreviewed/2022/05/GHSA-wr44-788j-54gv/GHSA-wr44-788j-54gv.json index cdf01f019e0..0b5400882a1 100644 --- a/advisories/unreviewed/2022/05/GHSA-wr44-788j-54gv/GHSA-wr44-788j-54gv.json +++ b/advisories/unreviewed/2022/05/GHSA-wr44-788j-54gv/GHSA-wr44-788j-54gv.json @@ -7,12 +7,8 @@ "CVE-2019-5342" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-wr6f-49rm-hx88/GHSA-wr6f-49rm-hx88.json b/advisories/unreviewed/2022/05/GHSA-wr6f-49rm-hx88/GHSA-wr6f-49rm-hx88.json index 511ee853e82..47a99d7b5eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-wr6f-49rm-hx88/GHSA-wr6f-49rm-hx88.json +++ b/advisories/unreviewed/2022/05/GHSA-wr6f-49rm-hx88/GHSA-wr6f-49rm-hx88.json @@ -7,12 +7,8 @@ "CVE-2019-10638" ], "details": "In the Linux kernel before 5.1.7, a device can be tracked by an attacker using the IP ID values the kernel produces for connection-less protocols (e.g., UDP and ICMP). When such traffic is sent to multiple destination IP addresses, it is possible to obtain hash collisions (of indices to the counter array) and thereby obtain the hashing key (via enumeration). An attack may be conducted by hosting a crafted web page that uses WebRTC or gQUIC to force UDP traffic to attacker-controlled IP addresses.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wrfc-97qx-4vm7/GHSA-wrfc-97qx-4vm7.json b/advisories/unreviewed/2022/05/GHSA-wrfc-97qx-4vm7/GHSA-wrfc-97qx-4vm7.json index ec761671363..befc135d5a0 100644 --- a/advisories/unreviewed/2022/05/GHSA-wrfc-97qx-4vm7/GHSA-wrfc-97qx-4vm7.json +++ b/advisories/unreviewed/2022/05/GHSA-wrfc-97qx-4vm7/GHSA-wrfc-97qx-4vm7.json @@ -7,12 +7,8 @@ "CVE-2019-2007" ], "details": "In getReadIndex and getWriteIndex of FifoControllerBase.cpp, there is a possible out-of-bounds write due to an integer overflow. This could lead to local escalation of privilege in the audio server with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-8.1 Android-9Android ID: A-120789744", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-wvw6-x7x2-94g8/GHSA-wvw6-x7x2-94g8.json b/advisories/unreviewed/2022/05/GHSA-wvw6-x7x2-94g8/GHSA-wvw6-x7x2-94g8.json index 471a5aa4e4f..1c40e086ebd 100644 --- a/advisories/unreviewed/2022/05/GHSA-wvw6-x7x2-94g8/GHSA-wvw6-x7x2-94g8.json +++ b/advisories/unreviewed/2022/05/GHSA-wvw6-x7x2-94g8/GHSA-wvw6-x7x2-94g8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wwvm-fw3q-qqf3/GHSA-wwvm-fw3q-qqf3.json b/advisories/unreviewed/2022/05/GHSA-wwvm-fw3q-qqf3/GHSA-wwvm-fw3q-qqf3.json index 87a693c6a31..2ba5a777674 100644 --- a/advisories/unreviewed/2022/05/GHSA-wwvm-fw3q-qqf3/GHSA-wwvm-fw3q-qqf3.json +++ b/advisories/unreviewed/2022/05/GHSA-wwvm-fw3q-qqf3/GHSA-wwvm-fw3q-qqf3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x2q7-fcrc-98r2/GHSA-x2q7-fcrc-98r2.json b/advisories/unreviewed/2022/05/GHSA-x2q7-fcrc-98r2/GHSA-x2q7-fcrc-98r2.json index 8c636c35798..01f12dd4ffc 100644 --- a/advisories/unreviewed/2022/05/GHSA-x2q7-fcrc-98r2/GHSA-x2q7-fcrc-98r2.json +++ b/advisories/unreviewed/2022/05/GHSA-x2q7-fcrc-98r2/GHSA-x2q7-fcrc-98r2.json @@ -7,12 +7,8 @@ "CVE-2018-17479" ], "details": "Incorrect object lifetime calculations in GPU code in Google Chrome prior to 70.0.3538.110 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-x688-p2x5-xpc7/GHSA-x688-p2x5-xpc7.json b/advisories/unreviewed/2022/05/GHSA-x688-p2x5-xpc7/GHSA-x688-p2x5-xpc7.json index a04bc74f985..79afc464b2a 100644 --- a/advisories/unreviewed/2022/05/GHSA-x688-p2x5-xpc7/GHSA-x688-p2x5-xpc7.json +++ b/advisories/unreviewed/2022/05/GHSA-x688-p2x5-xpc7/GHSA-x688-p2x5-xpc7.json @@ -7,12 +7,8 @@ "CVE-2019-12881" ], "details": "i915_gem_userptr_get_pages in drivers/gpu/drm/i915/i915_gem_userptr.c in the Linux kernel 4.15.0 on Ubuntu 18.04.2 allows local users to cause a denial of service (NULL pointer dereference and BUG) or possibly have unspecified other impact via crafted ioctl calls to /dev/dri/card0.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-x6hp-gjwv-7p5g/GHSA-x6hp-gjwv-7p5g.json b/advisories/unreviewed/2022/05/GHSA-x6hp-gjwv-7p5g/GHSA-x6hp-gjwv-7p5g.json index 67ac61e0137..bc4f00ff9ef 100644 --- a/advisories/unreviewed/2022/05/GHSA-x6hp-gjwv-7p5g/GHSA-x6hp-gjwv-7p5g.json +++ b/advisories/unreviewed/2022/05/GHSA-x6hp-gjwv-7p5g/GHSA-x6hp-gjwv-7p5g.json @@ -7,12 +7,8 @@ "CVE-2019-4369" ], "details": "IBM BigFix Inventory v9 (SUA v9 / ILMT v9) discloses sensitive information to unauthorized users. The information can be used to mount further attacks on the system. IBM X-Force ID: 161807.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-x73g-39jr-3m4j/GHSA-x73g-39jr-3m4j.json b/advisories/unreviewed/2022/05/GHSA-x73g-39jr-3m4j/GHSA-x73g-39jr-3m4j.json index ccdc0bfb941..027ff3a22e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-x73g-39jr-3m4j/GHSA-x73g-39jr-3m4j.json +++ b/advisories/unreviewed/2022/05/GHSA-x73g-39jr-3m4j/GHSA-x73g-39jr-3m4j.json @@ -7,12 +7,8 @@ "CVE-2019-5391" ], "details": "A stack buffer overflow vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-x79c-9543-5545/GHSA-x79c-9543-5545.json b/advisories/unreviewed/2022/05/GHSA-x79c-9543-5545/GHSA-x79c-9543-5545.json index e11dcd07d80..a108d8d6313 100644 --- a/advisories/unreviewed/2022/05/GHSA-x79c-9543-5545/GHSA-x79c-9543-5545.json +++ b/advisories/unreviewed/2022/05/GHSA-x79c-9543-5545/GHSA-x79c-9543-5545.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x9m6-g325-mjr9/GHSA-x9m6-g325-mjr9.json b/advisories/unreviewed/2022/05/GHSA-x9m6-g325-mjr9/GHSA-x9m6-g325-mjr9.json index 3921cb73d8e..2a3735538d9 100644 --- a/advisories/unreviewed/2022/05/GHSA-x9m6-g325-mjr9/GHSA-x9m6-g325-mjr9.json +++ b/advisories/unreviewed/2022/05/GHSA-x9m6-g325-mjr9/GHSA-x9m6-g325-mjr9.json @@ -7,12 +7,8 @@ "CVE-2019-1626" ], "details": "A vulnerability in the vManage web-based UI (Web UI) of the Cisco SD-WAN Solution could allow an authenticated, remote attacker to gain elevated privileges on an affected vManage device. The vulnerability is due to a failure to properly authorize certain user actions in the device configuration. An attacker could exploit this vulnerability by logging in to the vManage Web UI and sending crafted HTTP requests to vManage. A successful exploit could allow attackers to gain elevated privileges and make changes to the configuration that they would not normally be authorized to make.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-xcc7-h9w8-fh42/GHSA-xcc7-h9w8-fh42.json b/advisories/unreviewed/2022/05/GHSA-xcc7-h9w8-fh42/GHSA-xcc7-h9w8-fh42.json index 16b7ebd7d38..06cc491f58e 100644 --- a/advisories/unreviewed/2022/05/GHSA-xcc7-h9w8-fh42/GHSA-xcc7-h9w8-fh42.json +++ b/advisories/unreviewed/2022/05/GHSA-xcc7-h9w8-fh42/GHSA-xcc7-h9w8-fh42.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xg6r-4v3x-wfq6/GHSA-xg6r-4v3x-wfq6.json b/advisories/unreviewed/2022/05/GHSA-xg6r-4v3x-wfq6/GHSA-xg6r-4v3x-wfq6.json index efac46b0127..7b0ed38699e 100644 --- a/advisories/unreviewed/2022/05/GHSA-xg6r-4v3x-wfq6/GHSA-xg6r-4v3x-wfq6.json +++ b/advisories/unreviewed/2022/05/GHSA-xg6r-4v3x-wfq6/GHSA-xg6r-4v3x-wfq6.json @@ -7,12 +7,8 @@ "CVE-2019-13398" ], "details": "Dynacolor FCM-MB40 v1.2.0.0 devices allow remote attackers to execute arbitrary commands via a crafted parameter to a CGI script, as demonstrated by sed injection in cgi-bin/camctrl_save_profile.cgi (save parameter) and cgi-bin/ddns.cgi.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-xh6j-j322-g8m3/GHSA-xh6j-j322-g8m3.json b/advisories/unreviewed/2022/05/GHSA-xh6j-j322-g8m3/GHSA-xh6j-j322-g8m3.json index cbf1ee477d3..6ad4475673c 100644 --- a/advisories/unreviewed/2022/05/GHSA-xh6j-j322-g8m3/GHSA-xh6j-j322-g8m3.json +++ b/advisories/unreviewed/2022/05/GHSA-xh6j-j322-g8m3/GHSA-xh6j-j322-g8m3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xhw8-g8mh-rxvw/GHSA-xhw8-g8mh-rxvw.json b/advisories/unreviewed/2022/05/GHSA-xhw8-g8mh-rxvw/GHSA-xhw8-g8mh-rxvw.json index 6e977fb7ce6..5253ccba3c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-xhw8-g8mh-rxvw/GHSA-xhw8-g8mh-rxvw.json +++ b/advisories/unreviewed/2022/05/GHSA-xhw8-g8mh-rxvw/GHSA-xhw8-g8mh-rxvw.json @@ -7,12 +7,8 @@ "CVE-2019-6114" ], "details": "An issue was discovered in Corel PaintShop Pro 2019 21.0.0.119. An integer overflow in the jp2 parsing library allows an attacker to overwrite memory and to execute arbitrary code.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-xj3c-66q4-9h7r/GHSA-xj3c-66q4-9h7r.json b/advisories/unreviewed/2022/05/GHSA-xj3c-66q4-9h7r/GHSA-xj3c-66q4-9h7r.json index 9b2ca5d85b9..f5af81125e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-xj3c-66q4-9h7r/GHSA-xj3c-66q4-9h7r.json +++ b/advisories/unreviewed/2022/05/GHSA-xj3c-66q4-9h7r/GHSA-xj3c-66q4-9h7r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xmrh-pf7v-rvpg/GHSA-xmrh-pf7v-rvpg.json b/advisories/unreviewed/2022/05/GHSA-xmrh-pf7v-rvpg/GHSA-xmrh-pf7v-rvpg.json index c4ec143fbd9..2806a9275b0 100644 --- a/advisories/unreviewed/2022/05/GHSA-xmrh-pf7v-rvpg/GHSA-xmrh-pf7v-rvpg.json +++ b/advisories/unreviewed/2022/05/GHSA-xmrh-pf7v-rvpg/GHSA-xmrh-pf7v-rvpg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xp2p-6mv7-gcrx/GHSA-xp2p-6mv7-gcrx.json b/advisories/unreviewed/2022/05/GHSA-xp2p-6mv7-gcrx/GHSA-xp2p-6mv7-gcrx.json index 315ddec3213..b72dd362ffa 100644 --- a/advisories/unreviewed/2022/05/GHSA-xp2p-6mv7-gcrx/GHSA-xp2p-6mv7-gcrx.json +++ b/advisories/unreviewed/2022/05/GHSA-xp2p-6mv7-gcrx/GHSA-xp2p-6mv7-gcrx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xp9w-hvv3-f7rw/GHSA-xp9w-hvv3-f7rw.json b/advisories/unreviewed/2022/05/GHSA-xp9w-hvv3-f7rw/GHSA-xp9w-hvv3-f7rw.json index 32c7dc8a427..7037f28a993 100644 --- a/advisories/unreviewed/2022/05/GHSA-xp9w-hvv3-f7rw/GHSA-xp9w-hvv3-f7rw.json +++ b/advisories/unreviewed/2022/05/GHSA-xp9w-hvv3-f7rw/GHSA-xp9w-hvv3-f7rw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xqgc-3m6w-h9jw/GHSA-xqgc-3m6w-h9jw.json b/advisories/unreviewed/2022/05/GHSA-xqgc-3m6w-h9jw/GHSA-xqgc-3m6w-h9jw.json index 41a55c2f7de..b0e50e13977 100644 --- a/advisories/unreviewed/2022/05/GHSA-xqgc-3m6w-h9jw/GHSA-xqgc-3m6w-h9jw.json +++ b/advisories/unreviewed/2022/05/GHSA-xqgc-3m6w-h9jw/GHSA-xqgc-3m6w-h9jw.json @@ -7,12 +7,8 @@ "CVE-2019-13258" ], "details": "XnView Classic 2.48 has a User Mode Write AV starting at xnview+0x0000000000328165.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-xqmg-px4m-r5qm/GHSA-xqmg-px4m-r5qm.json b/advisories/unreviewed/2022/05/GHSA-xqmg-px4m-r5qm/GHSA-xqmg-px4m-r5qm.json index 269bafbaf1d..aad3155e74b 100644 --- a/advisories/unreviewed/2022/05/GHSA-xqmg-px4m-r5qm/GHSA-xqmg-px4m-r5qm.json +++ b/advisories/unreviewed/2022/05/GHSA-xqmg-px4m-r5qm/GHSA-xqmg-px4m-r5qm.json @@ -7,12 +7,8 @@ "CVE-2018-18879" ], "details": "In firmware version MS_2.6.9900 of Columbia Weather MicroServer, an authenticated web user can pipe commands directly to the underlying operating system as user input is not sanitized in networkdiags.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-xr88-9vfv-x6c7/GHSA-xr88-9vfv-x6c7.json b/advisories/unreviewed/2022/05/GHSA-xr88-9vfv-x6c7/GHSA-xr88-9vfv-x6c7.json index 41687a9167d..f48c27edb33 100644 --- a/advisories/unreviewed/2022/05/GHSA-xr88-9vfv-x6c7/GHSA-xr88-9vfv-x6c7.json +++ b/advisories/unreviewed/2022/05/GHSA-xr88-9vfv-x6c7/GHSA-xr88-9vfv-x6c7.json @@ -7,12 +7,8 @@ "CVE-2019-6328" ], "details": "HP Support Assistant 8.7.50 and earlier allows a user to gain system privilege and allows unauthorized modification of directories or files. Note: A different vulnerability than CVE-2019-6329.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-xv32-4rjr-hg8q/GHSA-xv32-4rjr-hg8q.json b/advisories/unreviewed/2022/05/GHSA-xv32-4rjr-hg8q/GHSA-xv32-4rjr-hg8q.json index e431c9fbf93..907a4bf8ca2 100644 --- a/advisories/unreviewed/2022/05/GHSA-xv32-4rjr-hg8q/GHSA-xv32-4rjr-hg8q.json +++ b/advisories/unreviewed/2022/05/GHSA-xv32-4rjr-hg8q/GHSA-xv32-4rjr-hg8q.json @@ -7,12 +7,8 @@ "CVE-2019-13344" ], "details": "An authentication bypass vulnerability in the CRUDLab WP Like Button plugin through 1.6.0 for WordPress allows unauthenticated attackers to change settings. The contains() function in wp_like_button.php did not check if the current request is made by an authorized user, thus allowing any unauthenticated user to successfully update settings, as demonstrated by the wp-admin/admin.php?page=facebook-like-button each_page_url or code_snippet parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-xv3j-m88m-58h7/GHSA-xv3j-m88m-58h7.json b/advisories/unreviewed/2022/05/GHSA-xv3j-m88m-58h7/GHSA-xv3j-m88m-58h7.json index c4f43ede37c..913443c2930 100644 --- a/advisories/unreviewed/2022/05/GHSA-xv3j-m88m-58h7/GHSA-xv3j-m88m-58h7.json +++ b/advisories/unreviewed/2022/05/GHSA-xv3j-m88m-58h7/GHSA-xv3j-m88m-58h7.json @@ -7,12 +7,8 @@ "CVE-2019-13262" ], "details": "XnView Classic 2.48 has a User Mode Write AV starting at xnview+0x00000000003283eb.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-xvcp-85rr-xfr8/GHSA-xvcp-85rr-xfr8.json b/advisories/unreviewed/2022/05/GHSA-xvcp-85rr-xfr8/GHSA-xvcp-85rr-xfr8.json index cf37bb98bcb..1d4f0d6b5ea 100644 --- a/advisories/unreviewed/2022/05/GHSA-xvcp-85rr-xfr8/GHSA-xvcp-85rr-xfr8.json +++ b/advisories/unreviewed/2022/05/GHSA-xvcp-85rr-xfr8/GHSA-xvcp-85rr-xfr8.json @@ -7,12 +7,8 @@ "CVE-2019-5390" ], "details": "A remote command injection vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-xvhw-jxmj-rx78/GHSA-xvhw-jxmj-rx78.json b/advisories/unreviewed/2022/05/GHSA-xvhw-jxmj-rx78/GHSA-xvhw-jxmj-rx78.json index fc38285158d..018bcba9d0a 100644 --- a/advisories/unreviewed/2022/05/GHSA-xvhw-jxmj-rx78/GHSA-xvhw-jxmj-rx78.json +++ b/advisories/unreviewed/2022/05/GHSA-xvhw-jxmj-rx78/GHSA-xvhw-jxmj-rx78.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xw55-7f4x-2frj/GHSA-xw55-7f4x-2frj.json b/advisories/unreviewed/2022/05/GHSA-xw55-7f4x-2frj/GHSA-xw55-7f4x-2frj.json index 63adba9c7cc..7ce6ad1cb65 100644 --- a/advisories/unreviewed/2022/05/GHSA-xw55-7f4x-2frj/GHSA-xw55-7f4x-2frj.json +++ b/advisories/unreviewed/2022/05/GHSA-xw55-7f4x-2frj/GHSA-xw55-7f4x-2frj.json @@ -7,12 +7,8 @@ "CVE-2019-5370" ], "details": "A remote code execution vulnerability was identified in HPE Intelligent Management Center (IMC) PLAT earlier than version 7.3 E0506P09.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-xwf3-c99h-p43f/GHSA-xwf3-c99h-p43f.json b/advisories/unreviewed/2022/05/GHSA-xwf3-c99h-p43f/GHSA-xwf3-c99h-p43f.json index f8d8ec379bc..d593477366a 100644 --- a/advisories/unreviewed/2022/05/GHSA-xwf3-c99h-p43f/GHSA-xwf3-c99h-p43f.json +++ b/advisories/unreviewed/2022/05/GHSA-xwf3-c99h-p43f/GHSA-xwf3-c99h-p43f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xwfj-c52c-4672/GHSA-xwfj-c52c-4672.json b/advisories/unreviewed/2022/05/GHSA-xwfj-c52c-4672/GHSA-xwfj-c52c-4672.json index b250012f326..d44959ceb8a 100644 --- a/advisories/unreviewed/2022/05/GHSA-xwfj-c52c-4672/GHSA-xwfj-c52c-4672.json +++ b/advisories/unreviewed/2022/05/GHSA-xwfj-c52c-4672/GHSA-xwfj-c52c-4672.json @@ -7,12 +7,8 @@ "CVE-2019-1028" ], "details": "An elevation of privilege exists in Windows Audio Service, aka 'Windows Audio Service Elevation of Privilege Vulnerability'. This CVE ID is unique from CVE-2019-1007, CVE-2019-1021, CVE-2019-1022, CVE-2019-1026, CVE-2019-1027.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-22jh-hqf7-v4mw/GHSA-22jh-hqf7-v4mw.json b/advisories/unreviewed/2022/06/GHSA-22jh-hqf7-v4mw/GHSA-22jh-hqf7-v4mw.json index c67b4f5acfe..7506f65c02c 100644 --- a/advisories/unreviewed/2022/06/GHSA-22jh-hqf7-v4mw/GHSA-22jh-hqf7-v4mw.json +++ b/advisories/unreviewed/2022/06/GHSA-22jh-hqf7-v4mw/GHSA-22jh-hqf7-v4mw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/06/GHSA-29mx-jm4m-v9x5/GHSA-29mx-jm4m-v9x5.json b/advisories/unreviewed/2022/06/GHSA-29mx-jm4m-v9x5/GHSA-29mx-jm4m-v9x5.json index 76cacde5e46..afe2619d0e7 100644 --- a/advisories/unreviewed/2022/06/GHSA-29mx-jm4m-v9x5/GHSA-29mx-jm4m-v9x5.json +++ b/advisories/unreviewed/2022/06/GHSA-29mx-jm4m-v9x5/GHSA-29mx-jm4m-v9x5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-2j53-x2qc-m5h5/GHSA-2j53-x2qc-m5h5.json b/advisories/unreviewed/2022/06/GHSA-2j53-x2qc-m5h5/GHSA-2j53-x2qc-m5h5.json index 7c5fdead6f8..82a19ae91c9 100644 --- a/advisories/unreviewed/2022/06/GHSA-2j53-x2qc-m5h5/GHSA-2j53-x2qc-m5h5.json +++ b/advisories/unreviewed/2022/06/GHSA-2j53-x2qc-m5h5/GHSA-2j53-x2qc-m5h5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/06/GHSA-32cw-v82j-575w/GHSA-32cw-v82j-575w.json b/advisories/unreviewed/2022/06/GHSA-32cw-v82j-575w/GHSA-32cw-v82j-575w.json index 02350f69b2a..368d2f51145 100644 --- a/advisories/unreviewed/2022/06/GHSA-32cw-v82j-575w/GHSA-32cw-v82j-575w.json +++ b/advisories/unreviewed/2022/06/GHSA-32cw-v82j-575w/GHSA-32cw-v82j-575w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/06/GHSA-389h-737c-f3fq/GHSA-389h-737c-f3fq.json b/advisories/unreviewed/2022/06/GHSA-389h-737c-f3fq/GHSA-389h-737c-f3fq.json index cc6df68b8ae..4aa6e6508b7 100644 --- a/advisories/unreviewed/2022/06/GHSA-389h-737c-f3fq/GHSA-389h-737c-f3fq.json +++ b/advisories/unreviewed/2022/06/GHSA-389h-737c-f3fq/GHSA-389h-737c-f3fq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-39xj-x95v-6v4r/GHSA-39xj-x95v-6v4r.json b/advisories/unreviewed/2022/06/GHSA-39xj-x95v-6v4r/GHSA-39xj-x95v-6v4r.json index 3807f18ecb5..cce2123f5e0 100644 --- a/advisories/unreviewed/2022/06/GHSA-39xj-x95v-6v4r/GHSA-39xj-x95v-6v4r.json +++ b/advisories/unreviewed/2022/06/GHSA-39xj-x95v-6v4r/GHSA-39xj-x95v-6v4r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-3rqv-4cv9-qfqf/GHSA-3rqv-4cv9-qfqf.json b/advisories/unreviewed/2022/06/GHSA-3rqv-4cv9-qfqf/GHSA-3rqv-4cv9-qfqf.json index 844f48ea854..5d5fdd519e4 100644 --- a/advisories/unreviewed/2022/06/GHSA-3rqv-4cv9-qfqf/GHSA-3rqv-4cv9-qfqf.json +++ b/advisories/unreviewed/2022/06/GHSA-3rqv-4cv9-qfqf/GHSA-3rqv-4cv9-qfqf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-4f28-qc7m-9cm3/GHSA-4f28-qc7m-9cm3.json b/advisories/unreviewed/2022/06/GHSA-4f28-qc7m-9cm3/GHSA-4f28-qc7m-9cm3.json index 65478081edd..5bf62da3d9b 100644 --- a/advisories/unreviewed/2022/06/GHSA-4f28-qc7m-9cm3/GHSA-4f28-qc7m-9cm3.json +++ b/advisories/unreviewed/2022/06/GHSA-4f28-qc7m-9cm3/GHSA-4f28-qc7m-9cm3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-4hm7-3pqc-622q/GHSA-4hm7-3pqc-622q.json b/advisories/unreviewed/2022/06/GHSA-4hm7-3pqc-622q/GHSA-4hm7-3pqc-622q.json index d63436373f7..35e2db15bd6 100644 --- a/advisories/unreviewed/2022/06/GHSA-4hm7-3pqc-622q/GHSA-4hm7-3pqc-622q.json +++ b/advisories/unreviewed/2022/06/GHSA-4hm7-3pqc-622q/GHSA-4hm7-3pqc-622q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-4j6c-gm6c-gqpp/GHSA-4j6c-gm6c-gqpp.json b/advisories/unreviewed/2022/06/GHSA-4j6c-gm6c-gqpp/GHSA-4j6c-gm6c-gqpp.json index 24921c91184..fcb141e71bc 100644 --- a/advisories/unreviewed/2022/06/GHSA-4j6c-gm6c-gqpp/GHSA-4j6c-gm6c-gqpp.json +++ b/advisories/unreviewed/2022/06/GHSA-4j6c-gm6c-gqpp/GHSA-4j6c-gm6c-gqpp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-5hpr-4x49-gwgv/GHSA-5hpr-4x49-gwgv.json b/advisories/unreviewed/2022/06/GHSA-5hpr-4x49-gwgv/GHSA-5hpr-4x49-gwgv.json index 890c2c9ba28..5b534f040a8 100644 --- a/advisories/unreviewed/2022/06/GHSA-5hpr-4x49-gwgv/GHSA-5hpr-4x49-gwgv.json +++ b/advisories/unreviewed/2022/06/GHSA-5hpr-4x49-gwgv/GHSA-5hpr-4x49-gwgv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-5w75-mm92-4jhr/GHSA-5w75-mm92-4jhr.json b/advisories/unreviewed/2022/06/GHSA-5w75-mm92-4jhr/GHSA-5w75-mm92-4jhr.json index 9aaaf7eb7c8..d8c36e06ca2 100644 --- a/advisories/unreviewed/2022/06/GHSA-5w75-mm92-4jhr/GHSA-5w75-mm92-4jhr.json +++ b/advisories/unreviewed/2022/06/GHSA-5w75-mm92-4jhr/GHSA-5w75-mm92-4jhr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-7c5q-5246-vr4p/GHSA-7c5q-5246-vr4p.json b/advisories/unreviewed/2022/06/GHSA-7c5q-5246-vr4p/GHSA-7c5q-5246-vr4p.json index 180917be497..7970797c5eb 100644 --- a/advisories/unreviewed/2022/06/GHSA-7c5q-5246-vr4p/GHSA-7c5q-5246-vr4p.json +++ b/advisories/unreviewed/2022/06/GHSA-7c5q-5246-vr4p/GHSA-7c5q-5246-vr4p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/06/GHSA-9p84-g695-pv8v/GHSA-9p84-g695-pv8v.json b/advisories/unreviewed/2022/06/GHSA-9p84-g695-pv8v/GHSA-9p84-g695-pv8v.json index 680f0cfce6a..d6d6916c7ea 100644 --- a/advisories/unreviewed/2022/06/GHSA-9p84-g695-pv8v/GHSA-9p84-g695-pv8v.json +++ b/advisories/unreviewed/2022/06/GHSA-9p84-g695-pv8v/GHSA-9p84-g695-pv8v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-9qvp-8v9h-3rcw/GHSA-9qvp-8v9h-3rcw.json b/advisories/unreviewed/2022/06/GHSA-9qvp-8v9h-3rcw/GHSA-9qvp-8v9h-3rcw.json index f29443df78f..e5963e5f7d6 100644 --- a/advisories/unreviewed/2022/06/GHSA-9qvp-8v9h-3rcw/GHSA-9qvp-8v9h-3rcw.json +++ b/advisories/unreviewed/2022/06/GHSA-9qvp-8v9h-3rcw/GHSA-9qvp-8v9h-3rcw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-f4rw-r75j-wr7m/GHSA-f4rw-r75j-wr7m.json b/advisories/unreviewed/2022/06/GHSA-f4rw-r75j-wr7m/GHSA-f4rw-r75j-wr7m.json index 57fe4e8985f..2112baa46c2 100644 --- a/advisories/unreviewed/2022/06/GHSA-f4rw-r75j-wr7m/GHSA-f4rw-r75j-wr7m.json +++ b/advisories/unreviewed/2022/06/GHSA-f4rw-r75j-wr7m/GHSA-f4rw-r75j-wr7m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-fj7x-9fvg-hw4w/GHSA-fj7x-9fvg-hw4w.json b/advisories/unreviewed/2022/06/GHSA-fj7x-9fvg-hw4w/GHSA-fj7x-9fvg-hw4w.json index eebd82eaad1..08b68619cc7 100644 --- a/advisories/unreviewed/2022/06/GHSA-fj7x-9fvg-hw4w/GHSA-fj7x-9fvg-hw4w.json +++ b/advisories/unreviewed/2022/06/GHSA-fj7x-9fvg-hw4w/GHSA-fj7x-9fvg-hw4w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-g9pj-9rx7-4mf8/GHSA-g9pj-9rx7-4mf8.json b/advisories/unreviewed/2022/06/GHSA-g9pj-9rx7-4mf8/GHSA-g9pj-9rx7-4mf8.json index b961d6287ad..1eb9a7464c7 100644 --- a/advisories/unreviewed/2022/06/GHSA-g9pj-9rx7-4mf8/GHSA-g9pj-9rx7-4mf8.json +++ b/advisories/unreviewed/2022/06/GHSA-g9pj-9rx7-4mf8/GHSA-g9pj-9rx7-4mf8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-hg2j-xjg7-8qrc/GHSA-hg2j-xjg7-8qrc.json b/advisories/unreviewed/2022/06/GHSA-hg2j-xjg7-8qrc/GHSA-hg2j-xjg7-8qrc.json index c95fb56bf6a..c5eed3f75ed 100644 --- a/advisories/unreviewed/2022/06/GHSA-hg2j-xjg7-8qrc/GHSA-hg2j-xjg7-8qrc.json +++ b/advisories/unreviewed/2022/06/GHSA-hg2j-xjg7-8qrc/GHSA-hg2j-xjg7-8qrc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-j4gw-3wf4-m484/GHSA-j4gw-3wf4-m484.json b/advisories/unreviewed/2022/06/GHSA-j4gw-3wf4-m484/GHSA-j4gw-3wf4-m484.json index d7a26eaa277..1e9dc5e2398 100644 --- a/advisories/unreviewed/2022/06/GHSA-j4gw-3wf4-m484/GHSA-j4gw-3wf4-m484.json +++ b/advisories/unreviewed/2022/06/GHSA-j4gw-3wf4-m484/GHSA-j4gw-3wf4-m484.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-j86w-gjwh-m6f6/GHSA-j86w-gjwh-m6f6.json b/advisories/unreviewed/2022/06/GHSA-j86w-gjwh-m6f6/GHSA-j86w-gjwh-m6f6.json index af323d8cceb..a3ef92e5d68 100644 --- a/advisories/unreviewed/2022/06/GHSA-j86w-gjwh-m6f6/GHSA-j86w-gjwh-m6f6.json +++ b/advisories/unreviewed/2022/06/GHSA-j86w-gjwh-m6f6/GHSA-j86w-gjwh-m6f6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-m724-xw9w-qqff/GHSA-m724-xw9w-qqff.json b/advisories/unreviewed/2022/06/GHSA-m724-xw9w-qqff/GHSA-m724-xw9w-qqff.json index 9bd60baef45..70c915abac9 100644 --- a/advisories/unreviewed/2022/06/GHSA-m724-xw9w-qqff/GHSA-m724-xw9w-qqff.json +++ b/advisories/unreviewed/2022/06/GHSA-m724-xw9w-qqff/GHSA-m724-xw9w-qqff.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/06/GHSA-mx7x-2w55-hvv3/GHSA-mx7x-2w55-hvv3.json b/advisories/unreviewed/2022/06/GHSA-mx7x-2w55-hvv3/GHSA-mx7x-2w55-hvv3.json index 5d7bea1cfc0..e71a6cc7e5d 100644 --- a/advisories/unreviewed/2022/06/GHSA-mx7x-2w55-hvv3/GHSA-mx7x-2w55-hvv3.json +++ b/advisories/unreviewed/2022/06/GHSA-mx7x-2w55-hvv3/GHSA-mx7x-2w55-hvv3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/06/GHSA-p679-56p3-wphw/GHSA-p679-56p3-wphw.json b/advisories/unreviewed/2022/06/GHSA-p679-56p3-wphw/GHSA-p679-56p3-wphw.json index 68d0bb1cfbd..77037a08aa5 100644 --- a/advisories/unreviewed/2022/06/GHSA-p679-56p3-wphw/GHSA-p679-56p3-wphw.json +++ b/advisories/unreviewed/2022/06/GHSA-p679-56p3-wphw/GHSA-p679-56p3-wphw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-p7w8-rjwc-h423/GHSA-p7w8-rjwc-h423.json b/advisories/unreviewed/2022/06/GHSA-p7w8-rjwc-h423/GHSA-p7w8-rjwc-h423.json index 21488447c18..d886d2d22fb 100644 --- a/advisories/unreviewed/2022/06/GHSA-p7w8-rjwc-h423/GHSA-p7w8-rjwc-h423.json +++ b/advisories/unreviewed/2022/06/GHSA-p7w8-rjwc-h423/GHSA-p7w8-rjwc-h423.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-pj6v-v769-6jfp/GHSA-pj6v-v769-6jfp.json b/advisories/unreviewed/2022/06/GHSA-pj6v-v769-6jfp/GHSA-pj6v-v769-6jfp.json index 31c6977185b..440be202a6d 100644 --- a/advisories/unreviewed/2022/06/GHSA-pj6v-v769-6jfp/GHSA-pj6v-v769-6jfp.json +++ b/advisories/unreviewed/2022/06/GHSA-pj6v-v769-6jfp/GHSA-pj6v-v769-6jfp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/06/GHSA-prc2-p7fh-5q7j/GHSA-prc2-p7fh-5q7j.json b/advisories/unreviewed/2022/06/GHSA-prc2-p7fh-5q7j/GHSA-prc2-p7fh-5q7j.json index a11380e950a..96a9da6d96e 100644 --- a/advisories/unreviewed/2022/06/GHSA-prc2-p7fh-5q7j/GHSA-prc2-p7fh-5q7j.json +++ b/advisories/unreviewed/2022/06/GHSA-prc2-p7fh-5q7j/GHSA-prc2-p7fh-5q7j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/06/GHSA-q9v8-hhcr-3g53/GHSA-q9v8-hhcr-3g53.json b/advisories/unreviewed/2022/06/GHSA-q9v8-hhcr-3g53/GHSA-q9v8-hhcr-3g53.json index fe920a980c2..29e9059d6b0 100644 --- a/advisories/unreviewed/2022/06/GHSA-q9v8-hhcr-3g53/GHSA-q9v8-hhcr-3g53.json +++ b/advisories/unreviewed/2022/06/GHSA-q9v8-hhcr-3g53/GHSA-q9v8-hhcr-3g53.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/06/GHSA-rfwm-w9jq-qr63/GHSA-rfwm-w9jq-qr63.json b/advisories/unreviewed/2022/06/GHSA-rfwm-w9jq-qr63/GHSA-rfwm-w9jq-qr63.json index f9b1f36b3cf..389d6c06382 100644 --- a/advisories/unreviewed/2022/06/GHSA-rfwm-w9jq-qr63/GHSA-rfwm-w9jq-qr63.json +++ b/advisories/unreviewed/2022/06/GHSA-rfwm-w9jq-qr63/GHSA-rfwm-w9jq-qr63.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-wm3p-fmgc-gv2h/GHSA-wm3p-fmgc-gv2h.json b/advisories/unreviewed/2022/06/GHSA-wm3p-fmgc-gv2h/GHSA-wm3p-fmgc-gv2h.json index 150bbbfd410..71b2279a886 100644 --- a/advisories/unreviewed/2022/06/GHSA-wm3p-fmgc-gv2h/GHSA-wm3p-fmgc-gv2h.json +++ b/advisories/unreviewed/2022/06/GHSA-wm3p-fmgc-gv2h/GHSA-wm3p-fmgc-gv2h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-wq7f-pmfm-rf8w/GHSA-wq7f-pmfm-rf8w.json b/advisories/unreviewed/2022/06/GHSA-wq7f-pmfm-rf8w/GHSA-wq7f-pmfm-rf8w.json index d38f3faa50c..8899fd70128 100644 --- a/advisories/unreviewed/2022/06/GHSA-wq7f-pmfm-rf8w/GHSA-wq7f-pmfm-rf8w.json +++ b/advisories/unreviewed/2022/06/GHSA-wq7f-pmfm-rf8w/GHSA-wq7f-pmfm-rf8w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-wvgr-fcfh-4f5q/GHSA-wvgr-fcfh-4f5q.json b/advisories/unreviewed/2022/06/GHSA-wvgr-fcfh-4f5q/GHSA-wvgr-fcfh-4f5q.json index 0d6cbc5424f..9cb25bec180 100644 --- a/advisories/unreviewed/2022/06/GHSA-wvgr-fcfh-4f5q/GHSA-wvgr-fcfh-4f5q.json +++ b/advisories/unreviewed/2022/06/GHSA-wvgr-fcfh-4f5q/GHSA-wvgr-fcfh-4f5q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/06/GHSA-xvxm-rm97-hmmp/GHSA-xvxm-rm97-hmmp.json b/advisories/unreviewed/2022/06/GHSA-xvxm-rm97-hmmp/GHSA-xvxm-rm97-hmmp.json index 59b01166e1b..65b3f1686b7 100644 --- a/advisories/unreviewed/2022/06/GHSA-xvxm-rm97-hmmp/GHSA-xvxm-rm97-hmmp.json +++ b/advisories/unreviewed/2022/06/GHSA-xvxm-rm97-hmmp/GHSA-xvxm-rm97-hmmp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-24x9-9gx2-3g25/GHSA-24x9-9gx2-3g25.json b/advisories/unreviewed/2022/07/GHSA-24x9-9gx2-3g25/GHSA-24x9-9gx2-3g25.json index 9a30e9a0c79..19cddc88792 100644 --- a/advisories/unreviewed/2022/07/GHSA-24x9-9gx2-3g25/GHSA-24x9-9gx2-3g25.json +++ b/advisories/unreviewed/2022/07/GHSA-24x9-9gx2-3g25/GHSA-24x9-9gx2-3g25.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-26g8-gmr4-3jjh/GHSA-26g8-gmr4-3jjh.json b/advisories/unreviewed/2022/07/GHSA-26g8-gmr4-3jjh/GHSA-26g8-gmr4-3jjh.json index 5dc66cbae04..a82bb0e64d3 100644 --- a/advisories/unreviewed/2022/07/GHSA-26g8-gmr4-3jjh/GHSA-26g8-gmr4-3jjh.json +++ b/advisories/unreviewed/2022/07/GHSA-26g8-gmr4-3jjh/GHSA-26g8-gmr4-3jjh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-29q9-j4j7-vqf4/GHSA-29q9-j4j7-vqf4.json b/advisories/unreviewed/2022/07/GHSA-29q9-j4j7-vqf4/GHSA-29q9-j4j7-vqf4.json index 14ca5e47445..118dab0a37e 100644 --- a/advisories/unreviewed/2022/07/GHSA-29q9-j4j7-vqf4/GHSA-29q9-j4j7-vqf4.json +++ b/advisories/unreviewed/2022/07/GHSA-29q9-j4j7-vqf4/GHSA-29q9-j4j7-vqf4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-2g25-66rq-pgwq/GHSA-2g25-66rq-pgwq.json b/advisories/unreviewed/2022/07/GHSA-2g25-66rq-pgwq/GHSA-2g25-66rq-pgwq.json index ebb0baf6d42..ca4b9dc9296 100644 --- a/advisories/unreviewed/2022/07/GHSA-2g25-66rq-pgwq/GHSA-2g25-66rq-pgwq.json +++ b/advisories/unreviewed/2022/07/GHSA-2g25-66rq-pgwq/GHSA-2g25-66rq-pgwq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-2q3f-cqqf-9p6p/GHSA-2q3f-cqqf-9p6p.json b/advisories/unreviewed/2022/07/GHSA-2q3f-cqqf-9p6p/GHSA-2q3f-cqqf-9p6p.json index 2eab2cca509..e08eb6b39c1 100644 --- a/advisories/unreviewed/2022/07/GHSA-2q3f-cqqf-9p6p/GHSA-2q3f-cqqf-9p6p.json +++ b/advisories/unreviewed/2022/07/GHSA-2q3f-cqqf-9p6p/GHSA-2q3f-cqqf-9p6p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-2qg2-mjqm-j2m4/GHSA-2qg2-mjqm-j2m4.json b/advisories/unreviewed/2022/07/GHSA-2qg2-mjqm-j2m4/GHSA-2qg2-mjqm-j2m4.json index fdd4209360b..6198c101e00 100644 --- a/advisories/unreviewed/2022/07/GHSA-2qg2-mjqm-j2m4/GHSA-2qg2-mjqm-j2m4.json +++ b/advisories/unreviewed/2022/07/GHSA-2qg2-mjqm-j2m4/GHSA-2qg2-mjqm-j2m4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-2rpp-5f7j-m472/GHSA-2rpp-5f7j-m472.json b/advisories/unreviewed/2022/07/GHSA-2rpp-5f7j-m472/GHSA-2rpp-5f7j-m472.json index 3f9e1fbd733..73a2bc5b5f0 100644 --- a/advisories/unreviewed/2022/07/GHSA-2rpp-5f7j-m472/GHSA-2rpp-5f7j-m472.json +++ b/advisories/unreviewed/2022/07/GHSA-2rpp-5f7j-m472/GHSA-2rpp-5f7j-m472.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-2x3g-c9j6-ff9w/GHSA-2x3g-c9j6-ff9w.json b/advisories/unreviewed/2022/07/GHSA-2x3g-c9j6-ff9w/GHSA-2x3g-c9j6-ff9w.json index dc1407f9380..780efaaa180 100644 --- a/advisories/unreviewed/2022/07/GHSA-2x3g-c9j6-ff9w/GHSA-2x3g-c9j6-ff9w.json +++ b/advisories/unreviewed/2022/07/GHSA-2x3g-c9j6-ff9w/GHSA-2x3g-c9j6-ff9w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-33fg-v3g6-559q/GHSA-33fg-v3g6-559q.json b/advisories/unreviewed/2022/07/GHSA-33fg-v3g6-559q/GHSA-33fg-v3g6-559q.json index 45121fbaed8..afd78f017fe 100644 --- a/advisories/unreviewed/2022/07/GHSA-33fg-v3g6-559q/GHSA-33fg-v3g6-559q.json +++ b/advisories/unreviewed/2022/07/GHSA-33fg-v3g6-559q/GHSA-33fg-v3g6-559q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-34h9-hw7w-7v67/GHSA-34h9-hw7w-7v67.json b/advisories/unreviewed/2022/07/GHSA-34h9-hw7w-7v67/GHSA-34h9-hw7w-7v67.json index 66d728d77aa..301208ae504 100644 --- a/advisories/unreviewed/2022/07/GHSA-34h9-hw7w-7v67/GHSA-34h9-hw7w-7v67.json +++ b/advisories/unreviewed/2022/07/GHSA-34h9-hw7w-7v67/GHSA-34h9-hw7w-7v67.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-37rh-j9cp-x58f/GHSA-37rh-j9cp-x58f.json b/advisories/unreviewed/2022/07/GHSA-37rh-j9cp-x58f/GHSA-37rh-j9cp-x58f.json index 40d3e3958b9..7bfb03be1a7 100644 --- a/advisories/unreviewed/2022/07/GHSA-37rh-j9cp-x58f/GHSA-37rh-j9cp-x58f.json +++ b/advisories/unreviewed/2022/07/GHSA-37rh-j9cp-x58f/GHSA-37rh-j9cp-x58f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-3f95-9gfm-mcx4/GHSA-3f95-9gfm-mcx4.json b/advisories/unreviewed/2022/07/GHSA-3f95-9gfm-mcx4/GHSA-3f95-9gfm-mcx4.json index a034e249ec1..5846e2da535 100644 --- a/advisories/unreviewed/2022/07/GHSA-3f95-9gfm-mcx4/GHSA-3f95-9gfm-mcx4.json +++ b/advisories/unreviewed/2022/07/GHSA-3f95-9gfm-mcx4/GHSA-3f95-9gfm-mcx4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-3m9p-gg83-8m75/GHSA-3m9p-gg83-8m75.json b/advisories/unreviewed/2022/07/GHSA-3m9p-gg83-8m75/GHSA-3m9p-gg83-8m75.json index 5da088271a6..efbb9df3e90 100644 --- a/advisories/unreviewed/2022/07/GHSA-3m9p-gg83-8m75/GHSA-3m9p-gg83-8m75.json +++ b/advisories/unreviewed/2022/07/GHSA-3m9p-gg83-8m75/GHSA-3m9p-gg83-8m75.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-3m9q-9522-7fx6/GHSA-3m9q-9522-7fx6.json b/advisories/unreviewed/2022/07/GHSA-3m9q-9522-7fx6/GHSA-3m9q-9522-7fx6.json index 9342ae04d0d..970455ef642 100644 --- a/advisories/unreviewed/2022/07/GHSA-3m9q-9522-7fx6/GHSA-3m9q-9522-7fx6.json +++ b/advisories/unreviewed/2022/07/GHSA-3m9q-9522-7fx6/GHSA-3m9q-9522-7fx6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-3p6x-7vmm-w6rr/GHSA-3p6x-7vmm-w6rr.json b/advisories/unreviewed/2022/07/GHSA-3p6x-7vmm-w6rr/GHSA-3p6x-7vmm-w6rr.json index 8df92b19392..be0213bc200 100644 --- a/advisories/unreviewed/2022/07/GHSA-3p6x-7vmm-w6rr/GHSA-3p6x-7vmm-w6rr.json +++ b/advisories/unreviewed/2022/07/GHSA-3p6x-7vmm-w6rr/GHSA-3p6x-7vmm-w6rr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-3pp2-fcw4-prq4/GHSA-3pp2-fcw4-prq4.json b/advisories/unreviewed/2022/07/GHSA-3pp2-fcw4-prq4/GHSA-3pp2-fcw4-prq4.json index 78340545b49..ef2de598233 100644 --- a/advisories/unreviewed/2022/07/GHSA-3pp2-fcw4-prq4/GHSA-3pp2-fcw4-prq4.json +++ b/advisories/unreviewed/2022/07/GHSA-3pp2-fcw4-prq4/GHSA-3pp2-fcw4-prq4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-3wmv-phhj-q327/GHSA-3wmv-phhj-q327.json b/advisories/unreviewed/2022/07/GHSA-3wmv-phhj-q327/GHSA-3wmv-phhj-q327.json index 50302c8ee1b..e21ef3d4054 100644 --- a/advisories/unreviewed/2022/07/GHSA-3wmv-phhj-q327/GHSA-3wmv-phhj-q327.json +++ b/advisories/unreviewed/2022/07/GHSA-3wmv-phhj-q327/GHSA-3wmv-phhj-q327.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-3x46-hg82-953f/GHSA-3x46-hg82-953f.json b/advisories/unreviewed/2022/07/GHSA-3x46-hg82-953f/GHSA-3x46-hg82-953f.json index fffaa031d7d..aad4d3415a1 100644 --- a/advisories/unreviewed/2022/07/GHSA-3x46-hg82-953f/GHSA-3x46-hg82-953f.json +++ b/advisories/unreviewed/2022/07/GHSA-3x46-hg82-953f/GHSA-3x46-hg82-953f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-42p8-93qx-mrrc/GHSA-42p8-93qx-mrrc.json b/advisories/unreviewed/2022/07/GHSA-42p8-93qx-mrrc/GHSA-42p8-93qx-mrrc.json index 41cdc4126b9..05da354b8ba 100644 --- a/advisories/unreviewed/2022/07/GHSA-42p8-93qx-mrrc/GHSA-42p8-93qx-mrrc.json +++ b/advisories/unreviewed/2022/07/GHSA-42p8-93qx-mrrc/GHSA-42p8-93qx-mrrc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-46vm-375q-75w7/GHSA-46vm-375q-75w7.json b/advisories/unreviewed/2022/07/GHSA-46vm-375q-75w7/GHSA-46vm-375q-75w7.json index f595fc15abc..a2671dfb3a7 100644 --- a/advisories/unreviewed/2022/07/GHSA-46vm-375q-75w7/GHSA-46vm-375q-75w7.json +++ b/advisories/unreviewed/2022/07/GHSA-46vm-375q-75w7/GHSA-46vm-375q-75w7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-47v8-x5c9-fwg5/GHSA-47v8-x5c9-fwg5.json b/advisories/unreviewed/2022/07/GHSA-47v8-x5c9-fwg5/GHSA-47v8-x5c9-fwg5.json index 1225457036f..df0fe3acb00 100644 --- a/advisories/unreviewed/2022/07/GHSA-47v8-x5c9-fwg5/GHSA-47v8-x5c9-fwg5.json +++ b/advisories/unreviewed/2022/07/GHSA-47v8-x5c9-fwg5/GHSA-47v8-x5c9-fwg5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-498q-jrfh-3v7h/GHSA-498q-jrfh-3v7h.json b/advisories/unreviewed/2022/07/GHSA-498q-jrfh-3v7h/GHSA-498q-jrfh-3v7h.json index 71647f52e41..8f2e95c118f 100644 --- a/advisories/unreviewed/2022/07/GHSA-498q-jrfh-3v7h/GHSA-498q-jrfh-3v7h.json +++ b/advisories/unreviewed/2022/07/GHSA-498q-jrfh-3v7h/GHSA-498q-jrfh-3v7h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-4fcp-32xr-m94m/GHSA-4fcp-32xr-m94m.json b/advisories/unreviewed/2022/07/GHSA-4fcp-32xr-m94m/GHSA-4fcp-32xr-m94m.json index b4f08a108db..f480ead0eb0 100644 --- a/advisories/unreviewed/2022/07/GHSA-4fcp-32xr-m94m/GHSA-4fcp-32xr-m94m.json +++ b/advisories/unreviewed/2022/07/GHSA-4fcp-32xr-m94m/GHSA-4fcp-32xr-m94m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-4h69-9cg9-wqmw/GHSA-4h69-9cg9-wqmw.json b/advisories/unreviewed/2022/07/GHSA-4h69-9cg9-wqmw/GHSA-4h69-9cg9-wqmw.json index 6c052be4e28..4f5cdfde12e 100644 --- a/advisories/unreviewed/2022/07/GHSA-4h69-9cg9-wqmw/GHSA-4h69-9cg9-wqmw.json +++ b/advisories/unreviewed/2022/07/GHSA-4h69-9cg9-wqmw/GHSA-4h69-9cg9-wqmw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-4m9v-g9j6-2x2c/GHSA-4m9v-g9j6-2x2c.json b/advisories/unreviewed/2022/07/GHSA-4m9v-g9j6-2x2c/GHSA-4m9v-g9j6-2x2c.json index 4d7d2d6e992..f2e6a066723 100644 --- a/advisories/unreviewed/2022/07/GHSA-4m9v-g9j6-2x2c/GHSA-4m9v-g9j6-2x2c.json +++ b/advisories/unreviewed/2022/07/GHSA-4m9v-g9j6-2x2c/GHSA-4m9v-g9j6-2x2c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-4mhg-63jh-q754/GHSA-4mhg-63jh-q754.json b/advisories/unreviewed/2022/07/GHSA-4mhg-63jh-q754/GHSA-4mhg-63jh-q754.json index 7449981dfb1..4b2e1aca024 100644 --- a/advisories/unreviewed/2022/07/GHSA-4mhg-63jh-q754/GHSA-4mhg-63jh-q754.json +++ b/advisories/unreviewed/2022/07/GHSA-4mhg-63jh-q754/GHSA-4mhg-63jh-q754.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-4v3r-qxrm-f63q/GHSA-4v3r-qxrm-f63q.json b/advisories/unreviewed/2022/07/GHSA-4v3r-qxrm-f63q/GHSA-4v3r-qxrm-f63q.json index bef3c6d97c1..826422b492d 100644 --- a/advisories/unreviewed/2022/07/GHSA-4v3r-qxrm-f63q/GHSA-4v3r-qxrm-f63q.json +++ b/advisories/unreviewed/2022/07/GHSA-4v3r-qxrm-f63q/GHSA-4v3r-qxrm-f63q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-4v86-x4wc-r83p/GHSA-4v86-x4wc-r83p.json b/advisories/unreviewed/2022/07/GHSA-4v86-x4wc-r83p/GHSA-4v86-x4wc-r83p.json index 3016c483986..1b81c5142a4 100644 --- a/advisories/unreviewed/2022/07/GHSA-4v86-x4wc-r83p/GHSA-4v86-x4wc-r83p.json +++ b/advisories/unreviewed/2022/07/GHSA-4v86-x4wc-r83p/GHSA-4v86-x4wc-r83p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-4vqc-4jrp-pwj7/GHSA-4vqc-4jrp-pwj7.json b/advisories/unreviewed/2022/07/GHSA-4vqc-4jrp-pwj7/GHSA-4vqc-4jrp-pwj7.json index d31ba4ed4e2..e8084779cc1 100644 --- a/advisories/unreviewed/2022/07/GHSA-4vqc-4jrp-pwj7/GHSA-4vqc-4jrp-pwj7.json +++ b/advisories/unreviewed/2022/07/GHSA-4vqc-4jrp-pwj7/GHSA-4vqc-4jrp-pwj7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-4w49-cxr2-29fp/GHSA-4w49-cxr2-29fp.json b/advisories/unreviewed/2022/07/GHSA-4w49-cxr2-29fp/GHSA-4w49-cxr2-29fp.json index f810ba3d041..decb0241448 100644 --- a/advisories/unreviewed/2022/07/GHSA-4w49-cxr2-29fp/GHSA-4w49-cxr2-29fp.json +++ b/advisories/unreviewed/2022/07/GHSA-4w49-cxr2-29fp/GHSA-4w49-cxr2-29fp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-4w84-4652-79gf/GHSA-4w84-4652-79gf.json b/advisories/unreviewed/2022/07/GHSA-4w84-4652-79gf/GHSA-4w84-4652-79gf.json index e67e038e9f2..cedc771ea0d 100644 --- a/advisories/unreviewed/2022/07/GHSA-4w84-4652-79gf/GHSA-4w84-4652-79gf.json +++ b/advisories/unreviewed/2022/07/GHSA-4w84-4652-79gf/GHSA-4w84-4652-79gf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-4wvc-8m2g-c9q7/GHSA-4wvc-8m2g-c9q7.json b/advisories/unreviewed/2022/07/GHSA-4wvc-8m2g-c9q7/GHSA-4wvc-8m2g-c9q7.json index 8b79e28b36e..f59c4fba68b 100644 --- a/advisories/unreviewed/2022/07/GHSA-4wvc-8m2g-c9q7/GHSA-4wvc-8m2g-c9q7.json +++ b/advisories/unreviewed/2022/07/GHSA-4wvc-8m2g-c9q7/GHSA-4wvc-8m2g-c9q7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-5533-fm9f-hg7j/GHSA-5533-fm9f-hg7j.json b/advisories/unreviewed/2022/07/GHSA-5533-fm9f-hg7j/GHSA-5533-fm9f-hg7j.json index aaedba26cdf..fef5127be6c 100644 --- a/advisories/unreviewed/2022/07/GHSA-5533-fm9f-hg7j/GHSA-5533-fm9f-hg7j.json +++ b/advisories/unreviewed/2022/07/GHSA-5533-fm9f-hg7j/GHSA-5533-fm9f-hg7j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-59cv-mw4v-26wr/GHSA-59cv-mw4v-26wr.json b/advisories/unreviewed/2022/07/GHSA-59cv-mw4v-26wr/GHSA-59cv-mw4v-26wr.json index 9a722f61771..9fd62b553c6 100644 --- a/advisories/unreviewed/2022/07/GHSA-59cv-mw4v-26wr/GHSA-59cv-mw4v-26wr.json +++ b/advisories/unreviewed/2022/07/GHSA-59cv-mw4v-26wr/GHSA-59cv-mw4v-26wr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-5fff-r5vh-5wpc/GHSA-5fff-r5vh-5wpc.json b/advisories/unreviewed/2022/07/GHSA-5fff-r5vh-5wpc/GHSA-5fff-r5vh-5wpc.json index 097e26d2220..437961b4eda 100644 --- a/advisories/unreviewed/2022/07/GHSA-5fff-r5vh-5wpc/GHSA-5fff-r5vh-5wpc.json +++ b/advisories/unreviewed/2022/07/GHSA-5fff-r5vh-5wpc/GHSA-5fff-r5vh-5wpc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-5jhq-p6pp-xwjr/GHSA-5jhq-p6pp-xwjr.json b/advisories/unreviewed/2022/07/GHSA-5jhq-p6pp-xwjr/GHSA-5jhq-p6pp-xwjr.json index dc759e70613..fb541cea041 100644 --- a/advisories/unreviewed/2022/07/GHSA-5jhq-p6pp-xwjr/GHSA-5jhq-p6pp-xwjr.json +++ b/advisories/unreviewed/2022/07/GHSA-5jhq-p6pp-xwjr/GHSA-5jhq-p6pp-xwjr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-5mhw-r3wg-5qv3/GHSA-5mhw-r3wg-5qv3.json b/advisories/unreviewed/2022/07/GHSA-5mhw-r3wg-5qv3/GHSA-5mhw-r3wg-5qv3.json index a88a327e248..282419ca4a2 100644 --- a/advisories/unreviewed/2022/07/GHSA-5mhw-r3wg-5qv3/GHSA-5mhw-r3wg-5qv3.json +++ b/advisories/unreviewed/2022/07/GHSA-5mhw-r3wg-5qv3/GHSA-5mhw-r3wg-5qv3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-5q7h-784h-x63v/GHSA-5q7h-784h-x63v.json b/advisories/unreviewed/2022/07/GHSA-5q7h-784h-x63v/GHSA-5q7h-784h-x63v.json index 8d3f0b77617..7905acb0006 100644 --- a/advisories/unreviewed/2022/07/GHSA-5q7h-784h-x63v/GHSA-5q7h-784h-x63v.json +++ b/advisories/unreviewed/2022/07/GHSA-5q7h-784h-x63v/GHSA-5q7h-784h-x63v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-5r9j-jcpj-r26j/GHSA-5r9j-jcpj-r26j.json b/advisories/unreviewed/2022/07/GHSA-5r9j-jcpj-r26j/GHSA-5r9j-jcpj-r26j.json index a719fc3013a..77538197482 100644 --- a/advisories/unreviewed/2022/07/GHSA-5r9j-jcpj-r26j/GHSA-5r9j-jcpj-r26j.json +++ b/advisories/unreviewed/2022/07/GHSA-5r9j-jcpj-r26j/GHSA-5r9j-jcpj-r26j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-5wxh-hj25-35hh/GHSA-5wxh-hj25-35hh.json b/advisories/unreviewed/2022/07/GHSA-5wxh-hj25-35hh/GHSA-5wxh-hj25-35hh.json index 88916974ad0..1e70683417e 100644 --- a/advisories/unreviewed/2022/07/GHSA-5wxh-hj25-35hh/GHSA-5wxh-hj25-35hh.json +++ b/advisories/unreviewed/2022/07/GHSA-5wxh-hj25-35hh/GHSA-5wxh-hj25-35hh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-65gc-m65v-h887/GHSA-65gc-m65v-h887.json b/advisories/unreviewed/2022/07/GHSA-65gc-m65v-h887/GHSA-65gc-m65v-h887.json index f24013bdd7f..801f02c46cc 100644 --- a/advisories/unreviewed/2022/07/GHSA-65gc-m65v-h887/GHSA-65gc-m65v-h887.json +++ b/advisories/unreviewed/2022/07/GHSA-65gc-m65v-h887/GHSA-65gc-m65v-h887.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-65v9-x5fq-vjg9/GHSA-65v9-x5fq-vjg9.json b/advisories/unreviewed/2022/07/GHSA-65v9-x5fq-vjg9/GHSA-65v9-x5fq-vjg9.json index 48ca7cc7b61..d57612897bd 100644 --- a/advisories/unreviewed/2022/07/GHSA-65v9-x5fq-vjg9/GHSA-65v9-x5fq-vjg9.json +++ b/advisories/unreviewed/2022/07/GHSA-65v9-x5fq-vjg9/GHSA-65v9-x5fq-vjg9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-66xw-cm7f-gxw3/GHSA-66xw-cm7f-gxw3.json b/advisories/unreviewed/2022/07/GHSA-66xw-cm7f-gxw3/GHSA-66xw-cm7f-gxw3.json index aa5908c98b8..79f5177ef26 100644 --- a/advisories/unreviewed/2022/07/GHSA-66xw-cm7f-gxw3/GHSA-66xw-cm7f-gxw3.json +++ b/advisories/unreviewed/2022/07/GHSA-66xw-cm7f-gxw3/GHSA-66xw-cm7f-gxw3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-6755-mxr7-g7cm/GHSA-6755-mxr7-g7cm.json b/advisories/unreviewed/2022/07/GHSA-6755-mxr7-g7cm/GHSA-6755-mxr7-g7cm.json index bef2fd9fa55..ad127d198ed 100644 --- a/advisories/unreviewed/2022/07/GHSA-6755-mxr7-g7cm/GHSA-6755-mxr7-g7cm.json +++ b/advisories/unreviewed/2022/07/GHSA-6755-mxr7-g7cm/GHSA-6755-mxr7-g7cm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-67f3-wxj2-v4p8/GHSA-67f3-wxj2-v4p8.json b/advisories/unreviewed/2022/07/GHSA-67f3-wxj2-v4p8/GHSA-67f3-wxj2-v4p8.json index 326d2950869..ad17a0f8f10 100644 --- a/advisories/unreviewed/2022/07/GHSA-67f3-wxj2-v4p8/GHSA-67f3-wxj2-v4p8.json +++ b/advisories/unreviewed/2022/07/GHSA-67f3-wxj2-v4p8/GHSA-67f3-wxj2-v4p8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-6cgg-h83x-87jm/GHSA-6cgg-h83x-87jm.json b/advisories/unreviewed/2022/07/GHSA-6cgg-h83x-87jm/GHSA-6cgg-h83x-87jm.json index eb3a7fd15c2..b86ec79fa46 100644 --- a/advisories/unreviewed/2022/07/GHSA-6cgg-h83x-87jm/GHSA-6cgg-h83x-87jm.json +++ b/advisories/unreviewed/2022/07/GHSA-6cgg-h83x-87jm/GHSA-6cgg-h83x-87jm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-6hxh-v9xw-6688/GHSA-6hxh-v9xw-6688.json b/advisories/unreviewed/2022/07/GHSA-6hxh-v9xw-6688/GHSA-6hxh-v9xw-6688.json index cb702317afe..9bb4cac1a56 100644 --- a/advisories/unreviewed/2022/07/GHSA-6hxh-v9xw-6688/GHSA-6hxh-v9xw-6688.json +++ b/advisories/unreviewed/2022/07/GHSA-6hxh-v9xw-6688/GHSA-6hxh-v9xw-6688.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-6mcp-rmfc-cqp5/GHSA-6mcp-rmfc-cqp5.json b/advisories/unreviewed/2022/07/GHSA-6mcp-rmfc-cqp5/GHSA-6mcp-rmfc-cqp5.json index dde2f1c461e..8c2b8dad460 100644 --- a/advisories/unreviewed/2022/07/GHSA-6mcp-rmfc-cqp5/GHSA-6mcp-rmfc-cqp5.json +++ b/advisories/unreviewed/2022/07/GHSA-6mcp-rmfc-cqp5/GHSA-6mcp-rmfc-cqp5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-6qc9-pvx9-9h7m/GHSA-6qc9-pvx9-9h7m.json b/advisories/unreviewed/2022/07/GHSA-6qc9-pvx9-9h7m/GHSA-6qc9-pvx9-9h7m.json index d71064071d7..60812de1dc0 100644 --- a/advisories/unreviewed/2022/07/GHSA-6qc9-pvx9-9h7m/GHSA-6qc9-pvx9-9h7m.json +++ b/advisories/unreviewed/2022/07/GHSA-6qc9-pvx9-9h7m/GHSA-6qc9-pvx9-9h7m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-6qp6-vfxq-qp9j/GHSA-6qp6-vfxq-qp9j.json b/advisories/unreviewed/2022/07/GHSA-6qp6-vfxq-qp9j/GHSA-6qp6-vfxq-qp9j.json index ac20402bd83..79cf5811d3a 100644 --- a/advisories/unreviewed/2022/07/GHSA-6qp6-vfxq-qp9j/GHSA-6qp6-vfxq-qp9j.json +++ b/advisories/unreviewed/2022/07/GHSA-6qp6-vfxq-qp9j/GHSA-6qp6-vfxq-qp9j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-6x76-cmjp-cf89/GHSA-6x76-cmjp-cf89.json b/advisories/unreviewed/2022/07/GHSA-6x76-cmjp-cf89/GHSA-6x76-cmjp-cf89.json index 94450d86fa4..666833cb2d4 100644 --- a/advisories/unreviewed/2022/07/GHSA-6x76-cmjp-cf89/GHSA-6x76-cmjp-cf89.json +++ b/advisories/unreviewed/2022/07/GHSA-6x76-cmjp-cf89/GHSA-6x76-cmjp-cf89.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-7425-c3x3-hhjq/GHSA-7425-c3x3-hhjq.json b/advisories/unreviewed/2022/07/GHSA-7425-c3x3-hhjq/GHSA-7425-c3x3-hhjq.json index fea1d90f985..8616e4974de 100644 --- a/advisories/unreviewed/2022/07/GHSA-7425-c3x3-hhjq/GHSA-7425-c3x3-hhjq.json +++ b/advisories/unreviewed/2022/07/GHSA-7425-c3x3-hhjq/GHSA-7425-c3x3-hhjq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-744g-c36p-cm39/GHSA-744g-c36p-cm39.json b/advisories/unreviewed/2022/07/GHSA-744g-c36p-cm39/GHSA-744g-c36p-cm39.json index 231145032d4..c1a38a35b4a 100644 --- a/advisories/unreviewed/2022/07/GHSA-744g-c36p-cm39/GHSA-744g-c36p-cm39.json +++ b/advisories/unreviewed/2022/07/GHSA-744g-c36p-cm39/GHSA-744g-c36p-cm39.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-756h-ggr3-6vcj/GHSA-756h-ggr3-6vcj.json b/advisories/unreviewed/2022/07/GHSA-756h-ggr3-6vcj/GHSA-756h-ggr3-6vcj.json index 8a62869d99e..65cbfb6f6a9 100644 --- a/advisories/unreviewed/2022/07/GHSA-756h-ggr3-6vcj/GHSA-756h-ggr3-6vcj.json +++ b/advisories/unreviewed/2022/07/GHSA-756h-ggr3-6vcj/GHSA-756h-ggr3-6vcj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-759x-3rmg-c5ww/GHSA-759x-3rmg-c5ww.json b/advisories/unreviewed/2022/07/GHSA-759x-3rmg-c5ww/GHSA-759x-3rmg-c5ww.json index 8e70bf796f0..ddaa4ec3f72 100644 --- a/advisories/unreviewed/2022/07/GHSA-759x-3rmg-c5ww/GHSA-759x-3rmg-c5ww.json +++ b/advisories/unreviewed/2022/07/GHSA-759x-3rmg-c5ww/GHSA-759x-3rmg-c5ww.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-75cv-qggm-3wx8/GHSA-75cv-qggm-3wx8.json b/advisories/unreviewed/2022/07/GHSA-75cv-qggm-3wx8/GHSA-75cv-qggm-3wx8.json index 31033e42f29..ab3d07eab56 100644 --- a/advisories/unreviewed/2022/07/GHSA-75cv-qggm-3wx8/GHSA-75cv-qggm-3wx8.json +++ b/advisories/unreviewed/2022/07/GHSA-75cv-qggm-3wx8/GHSA-75cv-qggm-3wx8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-77gc-239h-cc4p/GHSA-77gc-239h-cc4p.json b/advisories/unreviewed/2022/07/GHSA-77gc-239h-cc4p/GHSA-77gc-239h-cc4p.json index 95c81d3f1fe..a40a949e973 100644 --- a/advisories/unreviewed/2022/07/GHSA-77gc-239h-cc4p/GHSA-77gc-239h-cc4p.json +++ b/advisories/unreviewed/2022/07/GHSA-77gc-239h-cc4p/GHSA-77gc-239h-cc4p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-7c9v-f342-9frj/GHSA-7c9v-f342-9frj.json b/advisories/unreviewed/2022/07/GHSA-7c9v-f342-9frj/GHSA-7c9v-f342-9frj.json index 8153b10aa2d..008f5b12201 100644 --- a/advisories/unreviewed/2022/07/GHSA-7c9v-f342-9frj/GHSA-7c9v-f342-9frj.json +++ b/advisories/unreviewed/2022/07/GHSA-7c9v-f342-9frj/GHSA-7c9v-f342-9frj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-7ppp-q5f6-j96f/GHSA-7ppp-q5f6-j96f.json b/advisories/unreviewed/2022/07/GHSA-7ppp-q5f6-j96f/GHSA-7ppp-q5f6-j96f.json index 76f4e18bf8b..cc7bfdfb9c6 100644 --- a/advisories/unreviewed/2022/07/GHSA-7ppp-q5f6-j96f/GHSA-7ppp-q5f6-j96f.json +++ b/advisories/unreviewed/2022/07/GHSA-7ppp-q5f6-j96f/GHSA-7ppp-q5f6-j96f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-7vfw-4cxf-jw3p/GHSA-7vfw-4cxf-jw3p.json b/advisories/unreviewed/2022/07/GHSA-7vfw-4cxf-jw3p/GHSA-7vfw-4cxf-jw3p.json index 181c24d8f17..88b8df66bfb 100644 --- a/advisories/unreviewed/2022/07/GHSA-7vfw-4cxf-jw3p/GHSA-7vfw-4cxf-jw3p.json +++ b/advisories/unreviewed/2022/07/GHSA-7vfw-4cxf-jw3p/GHSA-7vfw-4cxf-jw3p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-7wc7-w528-4fr7/GHSA-7wc7-w528-4fr7.json b/advisories/unreviewed/2022/07/GHSA-7wc7-w528-4fr7/GHSA-7wc7-w528-4fr7.json index 2942a1efa32..b19d91df457 100644 --- a/advisories/unreviewed/2022/07/GHSA-7wc7-w528-4fr7/GHSA-7wc7-w528-4fr7.json +++ b/advisories/unreviewed/2022/07/GHSA-7wc7-w528-4fr7/GHSA-7wc7-w528-4fr7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-7xjv-9887-fp87/GHSA-7xjv-9887-fp87.json b/advisories/unreviewed/2022/07/GHSA-7xjv-9887-fp87/GHSA-7xjv-9887-fp87.json index bd5d886b195..db664f3730a 100644 --- a/advisories/unreviewed/2022/07/GHSA-7xjv-9887-fp87/GHSA-7xjv-9887-fp87.json +++ b/advisories/unreviewed/2022/07/GHSA-7xjv-9887-fp87/GHSA-7xjv-9887-fp87.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-82x5-5gv8-v5h8/GHSA-82x5-5gv8-v5h8.json b/advisories/unreviewed/2022/07/GHSA-82x5-5gv8-v5h8/GHSA-82x5-5gv8-v5h8.json index 0436ea6f4ca..18a18e62f8f 100644 --- a/advisories/unreviewed/2022/07/GHSA-82x5-5gv8-v5h8/GHSA-82x5-5gv8-v5h8.json +++ b/advisories/unreviewed/2022/07/GHSA-82x5-5gv8-v5h8/GHSA-82x5-5gv8-v5h8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-85j2-q8fp-9fgx/GHSA-85j2-q8fp-9fgx.json b/advisories/unreviewed/2022/07/GHSA-85j2-q8fp-9fgx/GHSA-85j2-q8fp-9fgx.json index f34e35a83bd..0e8148f6ff7 100644 --- a/advisories/unreviewed/2022/07/GHSA-85j2-q8fp-9fgx/GHSA-85j2-q8fp-9fgx.json +++ b/advisories/unreviewed/2022/07/GHSA-85j2-q8fp-9fgx/GHSA-85j2-q8fp-9fgx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-8654-xq5f-4hrr/GHSA-8654-xq5f-4hrr.json b/advisories/unreviewed/2022/07/GHSA-8654-xq5f-4hrr/GHSA-8654-xq5f-4hrr.json index abc4daa24ab..6f8f5aaa207 100644 --- a/advisories/unreviewed/2022/07/GHSA-8654-xq5f-4hrr/GHSA-8654-xq5f-4hrr.json +++ b/advisories/unreviewed/2022/07/GHSA-8654-xq5f-4hrr/GHSA-8654-xq5f-4hrr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-87jj-254w-w4pm/GHSA-87jj-254w-w4pm.json b/advisories/unreviewed/2022/07/GHSA-87jj-254w-w4pm/GHSA-87jj-254w-w4pm.json index 1f55b6aba2c..adffb1ba134 100644 --- a/advisories/unreviewed/2022/07/GHSA-87jj-254w-w4pm/GHSA-87jj-254w-w4pm.json +++ b/advisories/unreviewed/2022/07/GHSA-87jj-254w-w4pm/GHSA-87jj-254w-w4pm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-8g4c-686x-3qcc/GHSA-8g4c-686x-3qcc.json b/advisories/unreviewed/2022/07/GHSA-8g4c-686x-3qcc/GHSA-8g4c-686x-3qcc.json index ec4745daf10..24f9d447302 100644 --- a/advisories/unreviewed/2022/07/GHSA-8g4c-686x-3qcc/GHSA-8g4c-686x-3qcc.json +++ b/advisories/unreviewed/2022/07/GHSA-8g4c-686x-3qcc/GHSA-8g4c-686x-3qcc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-8g8j-gwm9-64vg/GHSA-8g8j-gwm9-64vg.json b/advisories/unreviewed/2022/07/GHSA-8g8j-gwm9-64vg/GHSA-8g8j-gwm9-64vg.json index 077c7c165e1..e0117a50c3e 100644 --- a/advisories/unreviewed/2022/07/GHSA-8g8j-gwm9-64vg/GHSA-8g8j-gwm9-64vg.json +++ b/advisories/unreviewed/2022/07/GHSA-8g8j-gwm9-64vg/GHSA-8g8j-gwm9-64vg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-8h8h-mjfx-hghg/GHSA-8h8h-mjfx-hghg.json b/advisories/unreviewed/2022/07/GHSA-8h8h-mjfx-hghg/GHSA-8h8h-mjfx-hghg.json index ca9da1801cd..47d2b1582dd 100644 --- a/advisories/unreviewed/2022/07/GHSA-8h8h-mjfx-hghg/GHSA-8h8h-mjfx-hghg.json +++ b/advisories/unreviewed/2022/07/GHSA-8h8h-mjfx-hghg/GHSA-8h8h-mjfx-hghg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-8mpx-xp94-jvfq/GHSA-8mpx-xp94-jvfq.json b/advisories/unreviewed/2022/07/GHSA-8mpx-xp94-jvfq/GHSA-8mpx-xp94-jvfq.json index 3900737b1da..55d81149be1 100644 --- a/advisories/unreviewed/2022/07/GHSA-8mpx-xp94-jvfq/GHSA-8mpx-xp94-jvfq.json +++ b/advisories/unreviewed/2022/07/GHSA-8mpx-xp94-jvfq/GHSA-8mpx-xp94-jvfq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-8mr3-89mv-q29q/GHSA-8mr3-89mv-q29q.json b/advisories/unreviewed/2022/07/GHSA-8mr3-89mv-q29q/GHSA-8mr3-89mv-q29q.json index 971549abde5..38ea60e4a6c 100644 --- a/advisories/unreviewed/2022/07/GHSA-8mr3-89mv-q29q/GHSA-8mr3-89mv-q29q.json +++ b/advisories/unreviewed/2022/07/GHSA-8mr3-89mv-q29q/GHSA-8mr3-89mv-q29q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-8pv3-7c4q-98xg/GHSA-8pv3-7c4q-98xg.json b/advisories/unreviewed/2022/07/GHSA-8pv3-7c4q-98xg/GHSA-8pv3-7c4q-98xg.json index b75cf85af88..e00c436c316 100644 --- a/advisories/unreviewed/2022/07/GHSA-8pv3-7c4q-98xg/GHSA-8pv3-7c4q-98xg.json +++ b/advisories/unreviewed/2022/07/GHSA-8pv3-7c4q-98xg/GHSA-8pv3-7c4q-98xg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-8qw3-p2h9-r3mq/GHSA-8qw3-p2h9-r3mq.json b/advisories/unreviewed/2022/07/GHSA-8qw3-p2h9-r3mq/GHSA-8qw3-p2h9-r3mq.json index 99db35cd543..bdbe27d8ae0 100644 --- a/advisories/unreviewed/2022/07/GHSA-8qw3-p2h9-r3mq/GHSA-8qw3-p2h9-r3mq.json +++ b/advisories/unreviewed/2022/07/GHSA-8qw3-p2h9-r3mq/GHSA-8qw3-p2h9-r3mq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-8xjw-45rg-ghhp/GHSA-8xjw-45rg-ghhp.json b/advisories/unreviewed/2022/07/GHSA-8xjw-45rg-ghhp/GHSA-8xjw-45rg-ghhp.json index 24dda9cb200..8ad79289f9a 100644 --- a/advisories/unreviewed/2022/07/GHSA-8xjw-45rg-ghhp/GHSA-8xjw-45rg-ghhp.json +++ b/advisories/unreviewed/2022/07/GHSA-8xjw-45rg-ghhp/GHSA-8xjw-45rg-ghhp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-8xpw-q9jp-x2c7/GHSA-8xpw-q9jp-x2c7.json b/advisories/unreviewed/2022/07/GHSA-8xpw-q9jp-x2c7/GHSA-8xpw-q9jp-x2c7.json index 2827c20d171..05731f9cb0a 100644 --- a/advisories/unreviewed/2022/07/GHSA-8xpw-q9jp-x2c7/GHSA-8xpw-q9jp-x2c7.json +++ b/advisories/unreviewed/2022/07/GHSA-8xpw-q9jp-x2c7/GHSA-8xpw-q9jp-x2c7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-8xxp-2g7w-ph6m/GHSA-8xxp-2g7w-ph6m.json b/advisories/unreviewed/2022/07/GHSA-8xxp-2g7w-ph6m/GHSA-8xxp-2g7w-ph6m.json index 3fc7a32284d..30ec5da7089 100644 --- a/advisories/unreviewed/2022/07/GHSA-8xxp-2g7w-ph6m/GHSA-8xxp-2g7w-ph6m.json +++ b/advisories/unreviewed/2022/07/GHSA-8xxp-2g7w-ph6m/GHSA-8xxp-2g7w-ph6m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-938x-v5pf-v989/GHSA-938x-v5pf-v989.json b/advisories/unreviewed/2022/07/GHSA-938x-v5pf-v989/GHSA-938x-v5pf-v989.json index 5f4dd84740f..9ba8597239a 100644 --- a/advisories/unreviewed/2022/07/GHSA-938x-v5pf-v989/GHSA-938x-v5pf-v989.json +++ b/advisories/unreviewed/2022/07/GHSA-938x-v5pf-v989/GHSA-938x-v5pf-v989.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-93rf-w3hm-j8jx/GHSA-93rf-w3hm-j8jx.json b/advisories/unreviewed/2022/07/GHSA-93rf-w3hm-j8jx/GHSA-93rf-w3hm-j8jx.json index 5fb02b35c55..1c8183fe090 100644 --- a/advisories/unreviewed/2022/07/GHSA-93rf-w3hm-j8jx/GHSA-93rf-w3hm-j8jx.json +++ b/advisories/unreviewed/2022/07/GHSA-93rf-w3hm-j8jx/GHSA-93rf-w3hm-j8jx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-94vg-wrxf-f4p9/GHSA-94vg-wrxf-f4p9.json b/advisories/unreviewed/2022/07/GHSA-94vg-wrxf-f4p9/GHSA-94vg-wrxf-f4p9.json index 585bf1d88f7..7470d06335b 100644 --- a/advisories/unreviewed/2022/07/GHSA-94vg-wrxf-f4p9/GHSA-94vg-wrxf-f4p9.json +++ b/advisories/unreviewed/2022/07/GHSA-94vg-wrxf-f4p9/GHSA-94vg-wrxf-f4p9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-9522-4c39-hgpv/GHSA-9522-4c39-hgpv.json b/advisories/unreviewed/2022/07/GHSA-9522-4c39-hgpv/GHSA-9522-4c39-hgpv.json index 80cbf350005..64dc7a2098f 100644 --- a/advisories/unreviewed/2022/07/GHSA-9522-4c39-hgpv/GHSA-9522-4c39-hgpv.json +++ b/advisories/unreviewed/2022/07/GHSA-9522-4c39-hgpv/GHSA-9522-4c39-hgpv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-964p-3v8x-fww6/GHSA-964p-3v8x-fww6.json b/advisories/unreviewed/2022/07/GHSA-964p-3v8x-fww6/GHSA-964p-3v8x-fww6.json index 0e5962f235a..f9389aae1e6 100644 --- a/advisories/unreviewed/2022/07/GHSA-964p-3v8x-fww6/GHSA-964p-3v8x-fww6.json +++ b/advisories/unreviewed/2022/07/GHSA-964p-3v8x-fww6/GHSA-964p-3v8x-fww6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-96gw-9mrw-fgrw/GHSA-96gw-9mrw-fgrw.json b/advisories/unreviewed/2022/07/GHSA-96gw-9mrw-fgrw/GHSA-96gw-9mrw-fgrw.json index 53ff5a5b315..940505e9084 100644 --- a/advisories/unreviewed/2022/07/GHSA-96gw-9mrw-fgrw/GHSA-96gw-9mrw-fgrw.json +++ b/advisories/unreviewed/2022/07/GHSA-96gw-9mrw-fgrw/GHSA-96gw-9mrw-fgrw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-96h4-295q-6953/GHSA-96h4-295q-6953.json b/advisories/unreviewed/2022/07/GHSA-96h4-295q-6953/GHSA-96h4-295q-6953.json index e3992396a88..b7e17dc7f22 100644 --- a/advisories/unreviewed/2022/07/GHSA-96h4-295q-6953/GHSA-96h4-295q-6953.json +++ b/advisories/unreviewed/2022/07/GHSA-96h4-295q-6953/GHSA-96h4-295q-6953.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-96mv-8mp2-5cwq/GHSA-96mv-8mp2-5cwq.json b/advisories/unreviewed/2022/07/GHSA-96mv-8mp2-5cwq/GHSA-96mv-8mp2-5cwq.json index be2b41e8422..491eb47ac9f 100644 --- a/advisories/unreviewed/2022/07/GHSA-96mv-8mp2-5cwq/GHSA-96mv-8mp2-5cwq.json +++ b/advisories/unreviewed/2022/07/GHSA-96mv-8mp2-5cwq/GHSA-96mv-8mp2-5cwq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-97gw-86xv-r667/GHSA-97gw-86xv-r667.json b/advisories/unreviewed/2022/07/GHSA-97gw-86xv-r667/GHSA-97gw-86xv-r667.json index ae8def64d70..d64797ba1a9 100644 --- a/advisories/unreviewed/2022/07/GHSA-97gw-86xv-r667/GHSA-97gw-86xv-r667.json +++ b/advisories/unreviewed/2022/07/GHSA-97gw-86xv-r667/GHSA-97gw-86xv-r667.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-9hx4-3rxw-768x/GHSA-9hx4-3rxw-768x.json b/advisories/unreviewed/2022/07/GHSA-9hx4-3rxw-768x/GHSA-9hx4-3rxw-768x.json index 9fd21ff1a2d..5ef278eebf4 100644 --- a/advisories/unreviewed/2022/07/GHSA-9hx4-3rxw-768x/GHSA-9hx4-3rxw-768x.json +++ b/advisories/unreviewed/2022/07/GHSA-9hx4-3rxw-768x/GHSA-9hx4-3rxw-768x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-9jpj-6wf9-9r38/GHSA-9jpj-6wf9-9r38.json b/advisories/unreviewed/2022/07/GHSA-9jpj-6wf9-9r38/GHSA-9jpj-6wf9-9r38.json index 3df16064a0d..8e547a51549 100644 --- a/advisories/unreviewed/2022/07/GHSA-9jpj-6wf9-9r38/GHSA-9jpj-6wf9-9r38.json +++ b/advisories/unreviewed/2022/07/GHSA-9jpj-6wf9-9r38/GHSA-9jpj-6wf9-9r38.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-9qm9-mgq3-x66p/GHSA-9qm9-mgq3-x66p.json b/advisories/unreviewed/2022/07/GHSA-9qm9-mgq3-x66p/GHSA-9qm9-mgq3-x66p.json index 6f8a4ef5fb6..3939bb70671 100644 --- a/advisories/unreviewed/2022/07/GHSA-9qm9-mgq3-x66p/GHSA-9qm9-mgq3-x66p.json +++ b/advisories/unreviewed/2022/07/GHSA-9qm9-mgq3-x66p/GHSA-9qm9-mgq3-x66p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-9x3j-jm5p-ww3p/GHSA-9x3j-jm5p-ww3p.json b/advisories/unreviewed/2022/07/GHSA-9x3j-jm5p-ww3p/GHSA-9x3j-jm5p-ww3p.json index 682e0ce8033..660a66ee458 100644 --- a/advisories/unreviewed/2022/07/GHSA-9x3j-jm5p-ww3p/GHSA-9x3j-jm5p-ww3p.json +++ b/advisories/unreviewed/2022/07/GHSA-9x3j-jm5p-ww3p/GHSA-9x3j-jm5p-ww3p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-9xww-pc5r-jrpc/GHSA-9xww-pc5r-jrpc.json b/advisories/unreviewed/2022/07/GHSA-9xww-pc5r-jrpc/GHSA-9xww-pc5r-jrpc.json index f320a4dd668..995e418d936 100644 --- a/advisories/unreviewed/2022/07/GHSA-9xww-pc5r-jrpc/GHSA-9xww-pc5r-jrpc.json +++ b/advisories/unreviewed/2022/07/GHSA-9xww-pc5r-jrpc/GHSA-9xww-pc5r-jrpc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-c2x2-mc4f-8q8h/GHSA-c2x2-mc4f-8q8h.json b/advisories/unreviewed/2022/07/GHSA-c2x2-mc4f-8q8h/GHSA-c2x2-mc4f-8q8h.json index ccc907e6603..0914ed8e8ab 100644 --- a/advisories/unreviewed/2022/07/GHSA-c2x2-mc4f-8q8h/GHSA-c2x2-mc4f-8q8h.json +++ b/advisories/unreviewed/2022/07/GHSA-c2x2-mc4f-8q8h/GHSA-c2x2-mc4f-8q8h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-c45v-hmq9-f7wx/GHSA-c45v-hmq9-f7wx.json b/advisories/unreviewed/2022/07/GHSA-c45v-hmq9-f7wx/GHSA-c45v-hmq9-f7wx.json index 2e5d01f8d68..5f4cf367f10 100644 --- a/advisories/unreviewed/2022/07/GHSA-c45v-hmq9-f7wx/GHSA-c45v-hmq9-f7wx.json +++ b/advisories/unreviewed/2022/07/GHSA-c45v-hmq9-f7wx/GHSA-c45v-hmq9-f7wx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-c65v-pv29-vr3p/GHSA-c65v-pv29-vr3p.json b/advisories/unreviewed/2022/07/GHSA-c65v-pv29-vr3p/GHSA-c65v-pv29-vr3p.json index 2ed51102006..9524e65194b 100644 --- a/advisories/unreviewed/2022/07/GHSA-c65v-pv29-vr3p/GHSA-c65v-pv29-vr3p.json +++ b/advisories/unreviewed/2022/07/GHSA-c65v-pv29-vr3p/GHSA-c65v-pv29-vr3p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-c6jw-hx26-7j5p/GHSA-c6jw-hx26-7j5p.json b/advisories/unreviewed/2022/07/GHSA-c6jw-hx26-7j5p/GHSA-c6jw-hx26-7j5p.json index 7e095d319d5..4bd089e0437 100644 --- a/advisories/unreviewed/2022/07/GHSA-c6jw-hx26-7j5p/GHSA-c6jw-hx26-7j5p.json +++ b/advisories/unreviewed/2022/07/GHSA-c6jw-hx26-7j5p/GHSA-c6jw-hx26-7j5p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-c7qx-5gcm-px6c/GHSA-c7qx-5gcm-px6c.json b/advisories/unreviewed/2022/07/GHSA-c7qx-5gcm-px6c/GHSA-c7qx-5gcm-px6c.json index ccbf3d9d84f..0ddd0a2a423 100644 --- a/advisories/unreviewed/2022/07/GHSA-c7qx-5gcm-px6c/GHSA-c7qx-5gcm-px6c.json +++ b/advisories/unreviewed/2022/07/GHSA-c7qx-5gcm-px6c/GHSA-c7qx-5gcm-px6c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-c8rr-c5xr-3q5j/GHSA-c8rr-c5xr-3q5j.json b/advisories/unreviewed/2022/07/GHSA-c8rr-c5xr-3q5j/GHSA-c8rr-c5xr-3q5j.json index 777b0ce1ed5..6886e11c290 100644 --- a/advisories/unreviewed/2022/07/GHSA-c8rr-c5xr-3q5j/GHSA-c8rr-c5xr-3q5j.json +++ b/advisories/unreviewed/2022/07/GHSA-c8rr-c5xr-3q5j/GHSA-c8rr-c5xr-3q5j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-c9c3-p4fc-fg34/GHSA-c9c3-p4fc-fg34.json b/advisories/unreviewed/2022/07/GHSA-c9c3-p4fc-fg34/GHSA-c9c3-p4fc-fg34.json index f99841f98d6..8eb3c6ffeca 100644 --- a/advisories/unreviewed/2022/07/GHSA-c9c3-p4fc-fg34/GHSA-c9c3-p4fc-fg34.json +++ b/advisories/unreviewed/2022/07/GHSA-c9c3-p4fc-fg34/GHSA-c9c3-p4fc-fg34.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-cf3r-m6x2-g3r5/GHSA-cf3r-m6x2-g3r5.json b/advisories/unreviewed/2022/07/GHSA-cf3r-m6x2-g3r5/GHSA-cf3r-m6x2-g3r5.json index 1fd95a31b71..74263abed82 100644 --- a/advisories/unreviewed/2022/07/GHSA-cf3r-m6x2-g3r5/GHSA-cf3r-m6x2-g3r5.json +++ b/advisories/unreviewed/2022/07/GHSA-cf3r-m6x2-g3r5/GHSA-cf3r-m6x2-g3r5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-cf47-5h63-vm9m/GHSA-cf47-5h63-vm9m.json b/advisories/unreviewed/2022/07/GHSA-cf47-5h63-vm9m/GHSA-cf47-5h63-vm9m.json index ddc899812e4..e76242e7bfb 100644 --- a/advisories/unreviewed/2022/07/GHSA-cf47-5h63-vm9m/GHSA-cf47-5h63-vm9m.json +++ b/advisories/unreviewed/2022/07/GHSA-cf47-5h63-vm9m/GHSA-cf47-5h63-vm9m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-cfph-pp77-pjq8/GHSA-cfph-pp77-pjq8.json b/advisories/unreviewed/2022/07/GHSA-cfph-pp77-pjq8/GHSA-cfph-pp77-pjq8.json index 952e91c9ca9..a0b2cfeb95f 100644 --- a/advisories/unreviewed/2022/07/GHSA-cfph-pp77-pjq8/GHSA-cfph-pp77-pjq8.json +++ b/advisories/unreviewed/2022/07/GHSA-cfph-pp77-pjq8/GHSA-cfph-pp77-pjq8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-cj7w-9337-9j7m/GHSA-cj7w-9337-9j7m.json b/advisories/unreviewed/2022/07/GHSA-cj7w-9337-9j7m/GHSA-cj7w-9337-9j7m.json index 647f4608e21..fa1aacc5c98 100644 --- a/advisories/unreviewed/2022/07/GHSA-cj7w-9337-9j7m/GHSA-cj7w-9337-9j7m.json +++ b/advisories/unreviewed/2022/07/GHSA-cj7w-9337-9j7m/GHSA-cj7w-9337-9j7m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-cq3m-ccp4-jccg/GHSA-cq3m-ccp4-jccg.json b/advisories/unreviewed/2022/07/GHSA-cq3m-ccp4-jccg/GHSA-cq3m-ccp4-jccg.json index 2180c15d523..96303674825 100644 --- a/advisories/unreviewed/2022/07/GHSA-cq3m-ccp4-jccg/GHSA-cq3m-ccp4-jccg.json +++ b/advisories/unreviewed/2022/07/GHSA-cq3m-ccp4-jccg/GHSA-cq3m-ccp4-jccg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-cqc4-vj4q-xgg6/GHSA-cqc4-vj4q-xgg6.json b/advisories/unreviewed/2022/07/GHSA-cqc4-vj4q-xgg6/GHSA-cqc4-vj4q-xgg6.json index 38a220fbf61..6d228f917fe 100644 --- a/advisories/unreviewed/2022/07/GHSA-cqc4-vj4q-xgg6/GHSA-cqc4-vj4q-xgg6.json +++ b/advisories/unreviewed/2022/07/GHSA-cqc4-vj4q-xgg6/GHSA-cqc4-vj4q-xgg6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-cqf6-x4h9-93wj/GHSA-cqf6-x4h9-93wj.json b/advisories/unreviewed/2022/07/GHSA-cqf6-x4h9-93wj/GHSA-cqf6-x4h9-93wj.json index bdf7c702331..4626e5ea91a 100644 --- a/advisories/unreviewed/2022/07/GHSA-cqf6-x4h9-93wj/GHSA-cqf6-x4h9-93wj.json +++ b/advisories/unreviewed/2022/07/GHSA-cqf6-x4h9-93wj/GHSA-cqf6-x4h9-93wj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-cvx4-254w-9ppg/GHSA-cvx4-254w-9ppg.json b/advisories/unreviewed/2022/07/GHSA-cvx4-254w-9ppg/GHSA-cvx4-254w-9ppg.json index 2131bb95942..2e368d480e2 100644 --- a/advisories/unreviewed/2022/07/GHSA-cvx4-254w-9ppg/GHSA-cvx4-254w-9ppg.json +++ b/advisories/unreviewed/2022/07/GHSA-cvx4-254w-9ppg/GHSA-cvx4-254w-9ppg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-f3rq-36fr-gpc4/GHSA-f3rq-36fr-gpc4.json b/advisories/unreviewed/2022/07/GHSA-f3rq-36fr-gpc4/GHSA-f3rq-36fr-gpc4.json index b4171f0a2b7..4a4c0aa3305 100644 --- a/advisories/unreviewed/2022/07/GHSA-f3rq-36fr-gpc4/GHSA-f3rq-36fr-gpc4.json +++ b/advisories/unreviewed/2022/07/GHSA-f3rq-36fr-gpc4/GHSA-f3rq-36fr-gpc4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-f656-gvq6-37fh/GHSA-f656-gvq6-37fh.json b/advisories/unreviewed/2022/07/GHSA-f656-gvq6-37fh/GHSA-f656-gvq6-37fh.json index 38302fc6415..88c1381713f 100644 --- a/advisories/unreviewed/2022/07/GHSA-f656-gvq6-37fh/GHSA-f656-gvq6-37fh.json +++ b/advisories/unreviewed/2022/07/GHSA-f656-gvq6-37fh/GHSA-f656-gvq6-37fh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-f6r7-5vgc-q2jp/GHSA-f6r7-5vgc-q2jp.json b/advisories/unreviewed/2022/07/GHSA-f6r7-5vgc-q2jp/GHSA-f6r7-5vgc-q2jp.json index 9ad05d57ac2..5383fe2ad5c 100644 --- a/advisories/unreviewed/2022/07/GHSA-f6r7-5vgc-q2jp/GHSA-f6r7-5vgc-q2jp.json +++ b/advisories/unreviewed/2022/07/GHSA-f6r7-5vgc-q2jp/GHSA-f6r7-5vgc-q2jp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-f7v6-8cx8-mqp8/GHSA-f7v6-8cx8-mqp8.json b/advisories/unreviewed/2022/07/GHSA-f7v6-8cx8-mqp8/GHSA-f7v6-8cx8-mqp8.json index 6b05aeefa00..c3b0dd4e302 100644 --- a/advisories/unreviewed/2022/07/GHSA-f7v6-8cx8-mqp8/GHSA-f7v6-8cx8-mqp8.json +++ b/advisories/unreviewed/2022/07/GHSA-f7v6-8cx8-mqp8/GHSA-f7v6-8cx8-mqp8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-f95f-r783-xxx3/GHSA-f95f-r783-xxx3.json b/advisories/unreviewed/2022/07/GHSA-f95f-r783-xxx3/GHSA-f95f-r783-xxx3.json index 1cc04a1c954..dd6acc07020 100644 --- a/advisories/unreviewed/2022/07/GHSA-f95f-r783-xxx3/GHSA-f95f-r783-xxx3.json +++ b/advisories/unreviewed/2022/07/GHSA-f95f-r783-xxx3/GHSA-f95f-r783-xxx3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-fc38-5jq6-2248/GHSA-fc38-5jq6-2248.json b/advisories/unreviewed/2022/07/GHSA-fc38-5jq6-2248/GHSA-fc38-5jq6-2248.json index 26968744761..6bcf9f50cd7 100644 --- a/advisories/unreviewed/2022/07/GHSA-fc38-5jq6-2248/GHSA-fc38-5jq6-2248.json +++ b/advisories/unreviewed/2022/07/GHSA-fc38-5jq6-2248/GHSA-fc38-5jq6-2248.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-fvcj-7p8f-r8xw/GHSA-fvcj-7p8f-r8xw.json b/advisories/unreviewed/2022/07/GHSA-fvcj-7p8f-r8xw/GHSA-fvcj-7p8f-r8xw.json index 4c9465dbd23..b4a6a38265f 100644 --- a/advisories/unreviewed/2022/07/GHSA-fvcj-7p8f-r8xw/GHSA-fvcj-7p8f-r8xw.json +++ b/advisories/unreviewed/2022/07/GHSA-fvcj-7p8f-r8xw/GHSA-fvcj-7p8f-r8xw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-fw2h-qprv-558m/GHSA-fw2h-qprv-558m.json b/advisories/unreviewed/2022/07/GHSA-fw2h-qprv-558m/GHSA-fw2h-qprv-558m.json index 2515bb8639c..ff0ac91803b 100644 --- a/advisories/unreviewed/2022/07/GHSA-fw2h-qprv-558m/GHSA-fw2h-qprv-558m.json +++ b/advisories/unreviewed/2022/07/GHSA-fw2h-qprv-558m/GHSA-fw2h-qprv-558m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-g28g-9v8x-765w/GHSA-g28g-9v8x-765w.json b/advisories/unreviewed/2022/07/GHSA-g28g-9v8x-765w/GHSA-g28g-9v8x-765w.json index e64038a0ceb..f1b0e7d6ab6 100644 --- a/advisories/unreviewed/2022/07/GHSA-g28g-9v8x-765w/GHSA-g28g-9v8x-765w.json +++ b/advisories/unreviewed/2022/07/GHSA-g28g-9v8x-765w/GHSA-g28g-9v8x-765w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-g4q8-qvc6-px3p/GHSA-g4q8-qvc6-px3p.json b/advisories/unreviewed/2022/07/GHSA-g4q8-qvc6-px3p/GHSA-g4q8-qvc6-px3p.json index 71bb43b589e..cf1107a01c5 100644 --- a/advisories/unreviewed/2022/07/GHSA-g4q8-qvc6-px3p/GHSA-g4q8-qvc6-px3p.json +++ b/advisories/unreviewed/2022/07/GHSA-g4q8-qvc6-px3p/GHSA-g4q8-qvc6-px3p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-g5c2-f28r-vpx5/GHSA-g5c2-f28r-vpx5.json b/advisories/unreviewed/2022/07/GHSA-g5c2-f28r-vpx5/GHSA-g5c2-f28r-vpx5.json index ddd434498c9..cfbd4899998 100644 --- a/advisories/unreviewed/2022/07/GHSA-g5c2-f28r-vpx5/GHSA-g5c2-f28r-vpx5.json +++ b/advisories/unreviewed/2022/07/GHSA-g5c2-f28r-vpx5/GHSA-g5c2-f28r-vpx5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-g5cr-h9h3-pj49/GHSA-g5cr-h9h3-pj49.json b/advisories/unreviewed/2022/07/GHSA-g5cr-h9h3-pj49/GHSA-g5cr-h9h3-pj49.json index 6e3e0d3d530..e9e48aae642 100644 --- a/advisories/unreviewed/2022/07/GHSA-g5cr-h9h3-pj49/GHSA-g5cr-h9h3-pj49.json +++ b/advisories/unreviewed/2022/07/GHSA-g5cr-h9h3-pj49/GHSA-g5cr-h9h3-pj49.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-g89v-hj63-36q6/GHSA-g89v-hj63-36q6.json b/advisories/unreviewed/2022/07/GHSA-g89v-hj63-36q6/GHSA-g89v-hj63-36q6.json index b6b112663df..510d438bd38 100644 --- a/advisories/unreviewed/2022/07/GHSA-g89v-hj63-36q6/GHSA-g89v-hj63-36q6.json +++ b/advisories/unreviewed/2022/07/GHSA-g89v-hj63-36q6/GHSA-g89v-hj63-36q6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-g9x6-vw35-42fq/GHSA-g9x6-vw35-42fq.json b/advisories/unreviewed/2022/07/GHSA-g9x6-vw35-42fq/GHSA-g9x6-vw35-42fq.json index dc4e275c768..71f2631fbcc 100644 --- a/advisories/unreviewed/2022/07/GHSA-g9x6-vw35-42fq/GHSA-g9x6-vw35-42fq.json +++ b/advisories/unreviewed/2022/07/GHSA-g9x6-vw35-42fq/GHSA-g9x6-vw35-42fq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-gc8g-hf46-j2h2/GHSA-gc8g-hf46-j2h2.json b/advisories/unreviewed/2022/07/GHSA-gc8g-hf46-j2h2/GHSA-gc8g-hf46-j2h2.json index 8b3ae0fb4aa..25b35cd44e9 100644 --- a/advisories/unreviewed/2022/07/GHSA-gc8g-hf46-j2h2/GHSA-gc8g-hf46-j2h2.json +++ b/advisories/unreviewed/2022/07/GHSA-gc8g-hf46-j2h2/GHSA-gc8g-hf46-j2h2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-gccr-pgwc-7hq4/GHSA-gccr-pgwc-7hq4.json b/advisories/unreviewed/2022/07/GHSA-gccr-pgwc-7hq4/GHSA-gccr-pgwc-7hq4.json index acf4d199ca2..94528543c47 100644 --- a/advisories/unreviewed/2022/07/GHSA-gccr-pgwc-7hq4/GHSA-gccr-pgwc-7hq4.json +++ b/advisories/unreviewed/2022/07/GHSA-gccr-pgwc-7hq4/GHSA-gccr-pgwc-7hq4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-gcpp-x4q3-5pfh/GHSA-gcpp-x4q3-5pfh.json b/advisories/unreviewed/2022/07/GHSA-gcpp-x4q3-5pfh/GHSA-gcpp-x4q3-5pfh.json index dfefe5cc0fb..2d1a7b83aa5 100644 --- a/advisories/unreviewed/2022/07/GHSA-gcpp-x4q3-5pfh/GHSA-gcpp-x4q3-5pfh.json +++ b/advisories/unreviewed/2022/07/GHSA-gcpp-x4q3-5pfh/GHSA-gcpp-x4q3-5pfh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-gfff-hm7p-prvf/GHSA-gfff-hm7p-prvf.json b/advisories/unreviewed/2022/07/GHSA-gfff-hm7p-prvf/GHSA-gfff-hm7p-prvf.json index 68444a373dd..efc48bf5d51 100644 --- a/advisories/unreviewed/2022/07/GHSA-gfff-hm7p-prvf/GHSA-gfff-hm7p-prvf.json +++ b/advisories/unreviewed/2022/07/GHSA-gfff-hm7p-prvf/GHSA-gfff-hm7p-prvf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-gfj3-3p98-wrpg/GHSA-gfj3-3p98-wrpg.json b/advisories/unreviewed/2022/07/GHSA-gfj3-3p98-wrpg/GHSA-gfj3-3p98-wrpg.json index 758e6d3ce55..25c230e9aa0 100644 --- a/advisories/unreviewed/2022/07/GHSA-gfj3-3p98-wrpg/GHSA-gfj3-3p98-wrpg.json +++ b/advisories/unreviewed/2022/07/GHSA-gfj3-3p98-wrpg/GHSA-gfj3-3p98-wrpg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-gjvp-gq3c-wh68/GHSA-gjvp-gq3c-wh68.json b/advisories/unreviewed/2022/07/GHSA-gjvp-gq3c-wh68/GHSA-gjvp-gq3c-wh68.json index d48d2f1d559..2e49d0e947d 100644 --- a/advisories/unreviewed/2022/07/GHSA-gjvp-gq3c-wh68/GHSA-gjvp-gq3c-wh68.json +++ b/advisories/unreviewed/2022/07/GHSA-gjvp-gq3c-wh68/GHSA-gjvp-gq3c-wh68.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-gq43-f4vx-c8ff/GHSA-gq43-f4vx-c8ff.json b/advisories/unreviewed/2022/07/GHSA-gq43-f4vx-c8ff/GHSA-gq43-f4vx-c8ff.json index bac9ac54c40..3836f57bb5a 100644 --- a/advisories/unreviewed/2022/07/GHSA-gq43-f4vx-c8ff/GHSA-gq43-f4vx-c8ff.json +++ b/advisories/unreviewed/2022/07/GHSA-gq43-f4vx-c8ff/GHSA-gq43-f4vx-c8ff.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-gq7g-544v-vxwp/GHSA-gq7g-544v-vxwp.json b/advisories/unreviewed/2022/07/GHSA-gq7g-544v-vxwp/GHSA-gq7g-544v-vxwp.json index 5c9924ab122..a4aa5555fc2 100644 --- a/advisories/unreviewed/2022/07/GHSA-gq7g-544v-vxwp/GHSA-gq7g-544v-vxwp.json +++ b/advisories/unreviewed/2022/07/GHSA-gq7g-544v-vxwp/GHSA-gq7g-544v-vxwp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-gq9q-g525-w5wj/GHSA-gq9q-g525-w5wj.json b/advisories/unreviewed/2022/07/GHSA-gq9q-g525-w5wj/GHSA-gq9q-g525-w5wj.json index 1c7643f68bf..8a0becc5e9a 100644 --- a/advisories/unreviewed/2022/07/GHSA-gq9q-g525-w5wj/GHSA-gq9q-g525-w5wj.json +++ b/advisories/unreviewed/2022/07/GHSA-gq9q-g525-w5wj/GHSA-gq9q-g525-w5wj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-gqv7-wg8q-m48q/GHSA-gqv7-wg8q-m48q.json b/advisories/unreviewed/2022/07/GHSA-gqv7-wg8q-m48q/GHSA-gqv7-wg8q-m48q.json index 11a6489a85d..9d20643659e 100644 --- a/advisories/unreviewed/2022/07/GHSA-gqv7-wg8q-m48q/GHSA-gqv7-wg8q-m48q.json +++ b/advisories/unreviewed/2022/07/GHSA-gqv7-wg8q-m48q/GHSA-gqv7-wg8q-m48q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-gvcp-c7h5-4wjc/GHSA-gvcp-c7h5-4wjc.json b/advisories/unreviewed/2022/07/GHSA-gvcp-c7h5-4wjc/GHSA-gvcp-c7h5-4wjc.json index 36217a5c5d5..8b18febcb7a 100644 --- a/advisories/unreviewed/2022/07/GHSA-gvcp-c7h5-4wjc/GHSA-gvcp-c7h5-4wjc.json +++ b/advisories/unreviewed/2022/07/GHSA-gvcp-c7h5-4wjc/GHSA-gvcp-c7h5-4wjc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-gw35-5q7m-2ff8/GHSA-gw35-5q7m-2ff8.json b/advisories/unreviewed/2022/07/GHSA-gw35-5q7m-2ff8/GHSA-gw35-5q7m-2ff8.json index f183567a153..a6b2e574bab 100644 --- a/advisories/unreviewed/2022/07/GHSA-gw35-5q7m-2ff8/GHSA-gw35-5q7m-2ff8.json +++ b/advisories/unreviewed/2022/07/GHSA-gw35-5q7m-2ff8/GHSA-gw35-5q7m-2ff8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-h2q6-h25w-cr2p/GHSA-h2q6-h25w-cr2p.json b/advisories/unreviewed/2022/07/GHSA-h2q6-h25w-cr2p/GHSA-h2q6-h25w-cr2p.json index 0c8b448bdbf..8161d097a23 100644 --- a/advisories/unreviewed/2022/07/GHSA-h2q6-h25w-cr2p/GHSA-h2q6-h25w-cr2p.json +++ b/advisories/unreviewed/2022/07/GHSA-h2q6-h25w-cr2p/GHSA-h2q6-h25w-cr2p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-h3m3-6j4g-q8vg/GHSA-h3m3-6j4g-q8vg.json b/advisories/unreviewed/2022/07/GHSA-h3m3-6j4g-q8vg/GHSA-h3m3-6j4g-q8vg.json index 1da1fdb8763..d75c8750bae 100644 --- a/advisories/unreviewed/2022/07/GHSA-h3m3-6j4g-q8vg/GHSA-h3m3-6j4g-q8vg.json +++ b/advisories/unreviewed/2022/07/GHSA-h3m3-6j4g-q8vg/GHSA-h3m3-6j4g-q8vg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-h3qc-9gqr-5pwm/GHSA-h3qc-9gqr-5pwm.json b/advisories/unreviewed/2022/07/GHSA-h3qc-9gqr-5pwm/GHSA-h3qc-9gqr-5pwm.json index a3a99bda35e..d83f1987de5 100644 --- a/advisories/unreviewed/2022/07/GHSA-h3qc-9gqr-5pwm/GHSA-h3qc-9gqr-5pwm.json +++ b/advisories/unreviewed/2022/07/GHSA-h3qc-9gqr-5pwm/GHSA-h3qc-9gqr-5pwm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-h48q-wcpv-wfhq/GHSA-h48q-wcpv-wfhq.json b/advisories/unreviewed/2022/07/GHSA-h48q-wcpv-wfhq/GHSA-h48q-wcpv-wfhq.json index 0f08953edc2..742a62974ec 100644 --- a/advisories/unreviewed/2022/07/GHSA-h48q-wcpv-wfhq/GHSA-h48q-wcpv-wfhq.json +++ b/advisories/unreviewed/2022/07/GHSA-h48q-wcpv-wfhq/GHSA-h48q-wcpv-wfhq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-h74c-5p4f-rrfj/GHSA-h74c-5p4f-rrfj.json b/advisories/unreviewed/2022/07/GHSA-h74c-5p4f-rrfj/GHSA-h74c-5p4f-rrfj.json index f2d1c856dec..5584d2267ea 100644 --- a/advisories/unreviewed/2022/07/GHSA-h74c-5p4f-rrfj/GHSA-h74c-5p4f-rrfj.json +++ b/advisories/unreviewed/2022/07/GHSA-h74c-5p4f-rrfj/GHSA-h74c-5p4f-rrfj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-h7vg-c9hc-f8gq/GHSA-h7vg-c9hc-f8gq.json b/advisories/unreviewed/2022/07/GHSA-h7vg-c9hc-f8gq/GHSA-h7vg-c9hc-f8gq.json index 21ed20c21c6..df6e3a37af1 100644 --- a/advisories/unreviewed/2022/07/GHSA-h7vg-c9hc-f8gq/GHSA-h7vg-c9hc-f8gq.json +++ b/advisories/unreviewed/2022/07/GHSA-h7vg-c9hc-f8gq/GHSA-h7vg-c9hc-f8gq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-h8v9-4xr4-x4xq/GHSA-h8v9-4xr4-x4xq.json b/advisories/unreviewed/2022/07/GHSA-h8v9-4xr4-x4xq/GHSA-h8v9-4xr4-x4xq.json index f73cbb950d0..34eab382b4b 100644 --- a/advisories/unreviewed/2022/07/GHSA-h8v9-4xr4-x4xq/GHSA-h8v9-4xr4-x4xq.json +++ b/advisories/unreviewed/2022/07/GHSA-h8v9-4xr4-x4xq/GHSA-h8v9-4xr4-x4xq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-hfqp-3m4c-35gc/GHSA-hfqp-3m4c-35gc.json b/advisories/unreviewed/2022/07/GHSA-hfqp-3m4c-35gc/GHSA-hfqp-3m4c-35gc.json index c8db592bddf..c880e48ab65 100644 --- a/advisories/unreviewed/2022/07/GHSA-hfqp-3m4c-35gc/GHSA-hfqp-3m4c-35gc.json +++ b/advisories/unreviewed/2022/07/GHSA-hfqp-3m4c-35gc/GHSA-hfqp-3m4c-35gc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-hv6g-3jjm-8q6p/GHSA-hv6g-3jjm-8q6p.json b/advisories/unreviewed/2022/07/GHSA-hv6g-3jjm-8q6p/GHSA-hv6g-3jjm-8q6p.json index 8a40b9b375f..aac627b8c23 100644 --- a/advisories/unreviewed/2022/07/GHSA-hv6g-3jjm-8q6p/GHSA-hv6g-3jjm-8q6p.json +++ b/advisories/unreviewed/2022/07/GHSA-hv6g-3jjm-8q6p/GHSA-hv6g-3jjm-8q6p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-j35v-p732-4fmj/GHSA-j35v-p732-4fmj.json b/advisories/unreviewed/2022/07/GHSA-j35v-p732-4fmj/GHSA-j35v-p732-4fmj.json index ce7b4f06613..572736dd726 100644 --- a/advisories/unreviewed/2022/07/GHSA-j35v-p732-4fmj/GHSA-j35v-p732-4fmj.json +++ b/advisories/unreviewed/2022/07/GHSA-j35v-p732-4fmj/GHSA-j35v-p732-4fmj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-j3p7-2565-q697/GHSA-j3p7-2565-q697.json b/advisories/unreviewed/2022/07/GHSA-j3p7-2565-q697/GHSA-j3p7-2565-q697.json index 843e174864a..6fb75dc3df8 100644 --- a/advisories/unreviewed/2022/07/GHSA-j3p7-2565-q697/GHSA-j3p7-2565-q697.json +++ b/advisories/unreviewed/2022/07/GHSA-j3p7-2565-q697/GHSA-j3p7-2565-q697.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-j449-259v-85wm/GHSA-j449-259v-85wm.json b/advisories/unreviewed/2022/07/GHSA-j449-259v-85wm/GHSA-j449-259v-85wm.json index e530d557f63..3525a9a817e 100644 --- a/advisories/unreviewed/2022/07/GHSA-j449-259v-85wm/GHSA-j449-259v-85wm.json +++ b/advisories/unreviewed/2022/07/GHSA-j449-259v-85wm/GHSA-j449-259v-85wm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-j59r-m36g-g64f/GHSA-j59r-m36g-g64f.json b/advisories/unreviewed/2022/07/GHSA-j59r-m36g-g64f/GHSA-j59r-m36g-g64f.json index 75bc9588cf1..2c270a14ede 100644 --- a/advisories/unreviewed/2022/07/GHSA-j59r-m36g-g64f/GHSA-j59r-m36g-g64f.json +++ b/advisories/unreviewed/2022/07/GHSA-j59r-m36g-g64f/GHSA-j59r-m36g-g64f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-j68j-xhqx-x92f/GHSA-j68j-xhqx-x92f.json b/advisories/unreviewed/2022/07/GHSA-j68j-xhqx-x92f/GHSA-j68j-xhqx-x92f.json index 6f333d87ec6..df7c3b64545 100644 --- a/advisories/unreviewed/2022/07/GHSA-j68j-xhqx-x92f/GHSA-j68j-xhqx-x92f.json +++ b/advisories/unreviewed/2022/07/GHSA-j68j-xhqx-x92f/GHSA-j68j-xhqx-x92f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-j6cw-cm6w-q2vr/GHSA-j6cw-cm6w-q2vr.json b/advisories/unreviewed/2022/07/GHSA-j6cw-cm6w-q2vr/GHSA-j6cw-cm6w-q2vr.json index 8ea9b4439c3..df1a65d8412 100644 --- a/advisories/unreviewed/2022/07/GHSA-j6cw-cm6w-q2vr/GHSA-j6cw-cm6w-q2vr.json +++ b/advisories/unreviewed/2022/07/GHSA-j6cw-cm6w-q2vr/GHSA-j6cw-cm6w-q2vr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-jgjf-hhq3-5j32/GHSA-jgjf-hhq3-5j32.json b/advisories/unreviewed/2022/07/GHSA-jgjf-hhq3-5j32/GHSA-jgjf-hhq3-5j32.json index 042a356e356..87c1e6bb3ba 100644 --- a/advisories/unreviewed/2022/07/GHSA-jgjf-hhq3-5j32/GHSA-jgjf-hhq3-5j32.json +++ b/advisories/unreviewed/2022/07/GHSA-jgjf-hhq3-5j32/GHSA-jgjf-hhq3-5j32.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-jh8v-8pj3-4hv2/GHSA-jh8v-8pj3-4hv2.json b/advisories/unreviewed/2022/07/GHSA-jh8v-8pj3-4hv2/GHSA-jh8v-8pj3-4hv2.json index de7c3dba0f3..3209ad1e501 100644 --- a/advisories/unreviewed/2022/07/GHSA-jh8v-8pj3-4hv2/GHSA-jh8v-8pj3-4hv2.json +++ b/advisories/unreviewed/2022/07/GHSA-jh8v-8pj3-4hv2/GHSA-jh8v-8pj3-4hv2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-jppf-9gf2-jv53/GHSA-jppf-9gf2-jv53.json b/advisories/unreviewed/2022/07/GHSA-jppf-9gf2-jv53/GHSA-jppf-9gf2-jv53.json index ae854adf282..0b42e28e4dd 100644 --- a/advisories/unreviewed/2022/07/GHSA-jppf-9gf2-jv53/GHSA-jppf-9gf2-jv53.json +++ b/advisories/unreviewed/2022/07/GHSA-jppf-9gf2-jv53/GHSA-jppf-9gf2-jv53.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-jq7c-fcfw-p6m8/GHSA-jq7c-fcfw-p6m8.json b/advisories/unreviewed/2022/07/GHSA-jq7c-fcfw-p6m8/GHSA-jq7c-fcfw-p6m8.json index 8a061200c15..40065fbff55 100644 --- a/advisories/unreviewed/2022/07/GHSA-jq7c-fcfw-p6m8/GHSA-jq7c-fcfw-p6m8.json +++ b/advisories/unreviewed/2022/07/GHSA-jq7c-fcfw-p6m8/GHSA-jq7c-fcfw-p6m8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-jqvq-rhj4-hvm3/GHSA-jqvq-rhj4-hvm3.json b/advisories/unreviewed/2022/07/GHSA-jqvq-rhj4-hvm3/GHSA-jqvq-rhj4-hvm3.json index 13d89150572..088c1eb7402 100644 --- a/advisories/unreviewed/2022/07/GHSA-jqvq-rhj4-hvm3/GHSA-jqvq-rhj4-hvm3.json +++ b/advisories/unreviewed/2022/07/GHSA-jqvq-rhj4-hvm3/GHSA-jqvq-rhj4-hvm3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-jvrx-5vwc-rx8x/GHSA-jvrx-5vwc-rx8x.json b/advisories/unreviewed/2022/07/GHSA-jvrx-5vwc-rx8x/GHSA-jvrx-5vwc-rx8x.json index 779da002ecc..8f711994c88 100644 --- a/advisories/unreviewed/2022/07/GHSA-jvrx-5vwc-rx8x/GHSA-jvrx-5vwc-rx8x.json +++ b/advisories/unreviewed/2022/07/GHSA-jvrx-5vwc-rx8x/GHSA-jvrx-5vwc-rx8x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-m9mx-49mx-whcc/GHSA-m9mx-49mx-whcc.json b/advisories/unreviewed/2022/07/GHSA-m9mx-49mx-whcc/GHSA-m9mx-49mx-whcc.json index b6226ad97f9..4ca823c68b8 100644 --- a/advisories/unreviewed/2022/07/GHSA-m9mx-49mx-whcc/GHSA-m9mx-49mx-whcc.json +++ b/advisories/unreviewed/2022/07/GHSA-m9mx-49mx-whcc/GHSA-m9mx-49mx-whcc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-mg9r-f4gg-75vq/GHSA-mg9r-f4gg-75vq.json b/advisories/unreviewed/2022/07/GHSA-mg9r-f4gg-75vq/GHSA-mg9r-f4gg-75vq.json index 464c4e40c47..b60689d1a14 100644 --- a/advisories/unreviewed/2022/07/GHSA-mg9r-f4gg-75vq/GHSA-mg9r-f4gg-75vq.json +++ b/advisories/unreviewed/2022/07/GHSA-mg9r-f4gg-75vq/GHSA-mg9r-f4gg-75vq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-mhfc-wpjw-4hqq/GHSA-mhfc-wpjw-4hqq.json b/advisories/unreviewed/2022/07/GHSA-mhfc-wpjw-4hqq/GHSA-mhfc-wpjw-4hqq.json index 0e494570dd4..a3901abe9f8 100644 --- a/advisories/unreviewed/2022/07/GHSA-mhfc-wpjw-4hqq/GHSA-mhfc-wpjw-4hqq.json +++ b/advisories/unreviewed/2022/07/GHSA-mhfc-wpjw-4hqq/GHSA-mhfc-wpjw-4hqq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-mj6h-crq2-hr82/GHSA-mj6h-crq2-hr82.json b/advisories/unreviewed/2022/07/GHSA-mj6h-crq2-hr82/GHSA-mj6h-crq2-hr82.json index 23fe1dade7a..62ab2aedf4d 100644 --- a/advisories/unreviewed/2022/07/GHSA-mj6h-crq2-hr82/GHSA-mj6h-crq2-hr82.json +++ b/advisories/unreviewed/2022/07/GHSA-mj6h-crq2-hr82/GHSA-mj6h-crq2-hr82.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-mjcc-vm6r-wvmh/GHSA-mjcc-vm6r-wvmh.json b/advisories/unreviewed/2022/07/GHSA-mjcc-vm6r-wvmh/GHSA-mjcc-vm6r-wvmh.json index d341f5e7006..01f8ef06f1e 100644 --- a/advisories/unreviewed/2022/07/GHSA-mjcc-vm6r-wvmh/GHSA-mjcc-vm6r-wvmh.json +++ b/advisories/unreviewed/2022/07/GHSA-mjcc-vm6r-wvmh/GHSA-mjcc-vm6r-wvmh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-mpr3-94w6-rc26/GHSA-mpr3-94w6-rc26.json b/advisories/unreviewed/2022/07/GHSA-mpr3-94w6-rc26/GHSA-mpr3-94w6-rc26.json index c7a1683d446..c1bc1c82d03 100644 --- a/advisories/unreviewed/2022/07/GHSA-mpr3-94w6-rc26/GHSA-mpr3-94w6-rc26.json +++ b/advisories/unreviewed/2022/07/GHSA-mpr3-94w6-rc26/GHSA-mpr3-94w6-rc26.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-mrqx-7xmf-24f9/GHSA-mrqx-7xmf-24f9.json b/advisories/unreviewed/2022/07/GHSA-mrqx-7xmf-24f9/GHSA-mrqx-7xmf-24f9.json index d1b617c839c..39f5a8f3315 100644 --- a/advisories/unreviewed/2022/07/GHSA-mrqx-7xmf-24f9/GHSA-mrqx-7xmf-24f9.json +++ b/advisories/unreviewed/2022/07/GHSA-mrqx-7xmf-24f9/GHSA-mrqx-7xmf-24f9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-mw7q-688x-cr3q/GHSA-mw7q-688x-cr3q.json b/advisories/unreviewed/2022/07/GHSA-mw7q-688x-cr3q/GHSA-mw7q-688x-cr3q.json index ee919060072..6954a0b25cb 100644 --- a/advisories/unreviewed/2022/07/GHSA-mw7q-688x-cr3q/GHSA-mw7q-688x-cr3q.json +++ b/advisories/unreviewed/2022/07/GHSA-mw7q-688x-cr3q/GHSA-mw7q-688x-cr3q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-mx84-3frj-x7gc/GHSA-mx84-3frj-x7gc.json b/advisories/unreviewed/2022/07/GHSA-mx84-3frj-x7gc/GHSA-mx84-3frj-x7gc.json index c17691ffd62..959c2e6e9c8 100644 --- a/advisories/unreviewed/2022/07/GHSA-mx84-3frj-x7gc/GHSA-mx84-3frj-x7gc.json +++ b/advisories/unreviewed/2022/07/GHSA-mx84-3frj-x7gc/GHSA-mx84-3frj-x7gc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-p36f-hqc8-f7jr/GHSA-p36f-hqc8-f7jr.json b/advisories/unreviewed/2022/07/GHSA-p36f-hqc8-f7jr/GHSA-p36f-hqc8-f7jr.json index 5eebecba494..b539c497670 100644 --- a/advisories/unreviewed/2022/07/GHSA-p36f-hqc8-f7jr/GHSA-p36f-hqc8-f7jr.json +++ b/advisories/unreviewed/2022/07/GHSA-p36f-hqc8-f7jr/GHSA-p36f-hqc8-f7jr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-p47r-g523-cx3r/GHSA-p47r-g523-cx3r.json b/advisories/unreviewed/2022/07/GHSA-p47r-g523-cx3r/GHSA-p47r-g523-cx3r.json index 0de2b737be0..84dfc2dd965 100644 --- a/advisories/unreviewed/2022/07/GHSA-p47r-g523-cx3r/GHSA-p47r-g523-cx3r.json +++ b/advisories/unreviewed/2022/07/GHSA-p47r-g523-cx3r/GHSA-p47r-g523-cx3r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-p64r-8pph-59qf/GHSA-p64r-8pph-59qf.json b/advisories/unreviewed/2022/07/GHSA-p64r-8pph-59qf/GHSA-p64r-8pph-59qf.json index 3afa734e5c3..7262b0fa055 100644 --- a/advisories/unreviewed/2022/07/GHSA-p64r-8pph-59qf/GHSA-p64r-8pph-59qf.json +++ b/advisories/unreviewed/2022/07/GHSA-p64r-8pph-59qf/GHSA-p64r-8pph-59qf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-p68g-p37p-9cj4/GHSA-p68g-p37p-9cj4.json b/advisories/unreviewed/2022/07/GHSA-p68g-p37p-9cj4/GHSA-p68g-p37p-9cj4.json index 7b3e93e522e..eb45317ce00 100644 --- a/advisories/unreviewed/2022/07/GHSA-p68g-p37p-9cj4/GHSA-p68g-p37p-9cj4.json +++ b/advisories/unreviewed/2022/07/GHSA-p68g-p37p-9cj4/GHSA-p68g-p37p-9cj4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-p746-gg87-3392/GHSA-p746-gg87-3392.json b/advisories/unreviewed/2022/07/GHSA-p746-gg87-3392/GHSA-p746-gg87-3392.json index f48e3bb9573..2725eee26bc 100644 --- a/advisories/unreviewed/2022/07/GHSA-p746-gg87-3392/GHSA-p746-gg87-3392.json +++ b/advisories/unreviewed/2022/07/GHSA-p746-gg87-3392/GHSA-p746-gg87-3392.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-pf88-f4w3-rg5h/GHSA-pf88-f4w3-rg5h.json b/advisories/unreviewed/2022/07/GHSA-pf88-f4w3-rg5h/GHSA-pf88-f4w3-rg5h.json index 1abcec988aa..a2c6cff04e5 100644 --- a/advisories/unreviewed/2022/07/GHSA-pf88-f4w3-rg5h/GHSA-pf88-f4w3-rg5h.json +++ b/advisories/unreviewed/2022/07/GHSA-pf88-f4w3-rg5h/GHSA-pf88-f4w3-rg5h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-pf9w-6vm8-w2xf/GHSA-pf9w-6vm8-w2xf.json b/advisories/unreviewed/2022/07/GHSA-pf9w-6vm8-w2xf/GHSA-pf9w-6vm8-w2xf.json index 554b29e3ef8..9711753152d 100644 --- a/advisories/unreviewed/2022/07/GHSA-pf9w-6vm8-w2xf/GHSA-pf9w-6vm8-w2xf.json +++ b/advisories/unreviewed/2022/07/GHSA-pf9w-6vm8-w2xf/GHSA-pf9w-6vm8-w2xf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-pfxq-pqj7-2jvr/GHSA-pfxq-pqj7-2jvr.json b/advisories/unreviewed/2022/07/GHSA-pfxq-pqj7-2jvr/GHSA-pfxq-pqj7-2jvr.json index 24b1ba0f1f0..01ab7ff167f 100644 --- a/advisories/unreviewed/2022/07/GHSA-pfxq-pqj7-2jvr/GHSA-pfxq-pqj7-2jvr.json +++ b/advisories/unreviewed/2022/07/GHSA-pfxq-pqj7-2jvr/GHSA-pfxq-pqj7-2jvr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-pmj5-x56h-h2f3/GHSA-pmj5-x56h-h2f3.json b/advisories/unreviewed/2022/07/GHSA-pmj5-x56h-h2f3/GHSA-pmj5-x56h-h2f3.json index 63bd7d84bec..377e7d52091 100644 --- a/advisories/unreviewed/2022/07/GHSA-pmj5-x56h-h2f3/GHSA-pmj5-x56h-h2f3.json +++ b/advisories/unreviewed/2022/07/GHSA-pmj5-x56h-h2f3/GHSA-pmj5-x56h-h2f3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-pmqh-38xf-jhcm/GHSA-pmqh-38xf-jhcm.json b/advisories/unreviewed/2022/07/GHSA-pmqh-38xf-jhcm/GHSA-pmqh-38xf-jhcm.json index c92f8c9949e..dadb1a8d8e3 100644 --- a/advisories/unreviewed/2022/07/GHSA-pmqh-38xf-jhcm/GHSA-pmqh-38xf-jhcm.json +++ b/advisories/unreviewed/2022/07/GHSA-pmqh-38xf-jhcm/GHSA-pmqh-38xf-jhcm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-pvq5-gf3m-8h69/GHSA-pvq5-gf3m-8h69.json b/advisories/unreviewed/2022/07/GHSA-pvq5-gf3m-8h69/GHSA-pvq5-gf3m-8h69.json index 263b1b85148..d13abb7d6ac 100644 --- a/advisories/unreviewed/2022/07/GHSA-pvq5-gf3m-8h69/GHSA-pvq5-gf3m-8h69.json +++ b/advisories/unreviewed/2022/07/GHSA-pvq5-gf3m-8h69/GHSA-pvq5-gf3m-8h69.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-pw63-hqfr-fqmq/GHSA-pw63-hqfr-fqmq.json b/advisories/unreviewed/2022/07/GHSA-pw63-hqfr-fqmq/GHSA-pw63-hqfr-fqmq.json index cf6c556f981..32aba2adcac 100644 --- a/advisories/unreviewed/2022/07/GHSA-pw63-hqfr-fqmq/GHSA-pw63-hqfr-fqmq.json +++ b/advisories/unreviewed/2022/07/GHSA-pw63-hqfr-fqmq/GHSA-pw63-hqfr-fqmq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-q26c-cxjj-m3hx/GHSA-q26c-cxjj-m3hx.json b/advisories/unreviewed/2022/07/GHSA-q26c-cxjj-m3hx/GHSA-q26c-cxjj-m3hx.json index dfc12ab5157..6ade77eaf5c 100644 --- a/advisories/unreviewed/2022/07/GHSA-q26c-cxjj-m3hx/GHSA-q26c-cxjj-m3hx.json +++ b/advisories/unreviewed/2022/07/GHSA-q26c-cxjj-m3hx/GHSA-q26c-cxjj-m3hx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-q65w-fc7h-2r6w/GHSA-q65w-fc7h-2r6w.json b/advisories/unreviewed/2022/07/GHSA-q65w-fc7h-2r6w/GHSA-q65w-fc7h-2r6w.json index 5a52c3f788d..dab13bccc12 100644 --- a/advisories/unreviewed/2022/07/GHSA-q65w-fc7h-2r6w/GHSA-q65w-fc7h-2r6w.json +++ b/advisories/unreviewed/2022/07/GHSA-q65w-fc7h-2r6w/GHSA-q65w-fc7h-2r6w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-q85r-xr6g-qgc7/GHSA-q85r-xr6g-qgc7.json b/advisories/unreviewed/2022/07/GHSA-q85r-xr6g-qgc7/GHSA-q85r-xr6g-qgc7.json index 67e39397916..549806d1aa5 100644 --- a/advisories/unreviewed/2022/07/GHSA-q85r-xr6g-qgc7/GHSA-q85r-xr6g-qgc7.json +++ b/advisories/unreviewed/2022/07/GHSA-q85r-xr6g-qgc7/GHSA-q85r-xr6g-qgc7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-q8gr-r938-mff3/GHSA-q8gr-r938-mff3.json b/advisories/unreviewed/2022/07/GHSA-q8gr-r938-mff3/GHSA-q8gr-r938-mff3.json index 858e9533703..5997ace34db 100644 --- a/advisories/unreviewed/2022/07/GHSA-q8gr-r938-mff3/GHSA-q8gr-r938-mff3.json +++ b/advisories/unreviewed/2022/07/GHSA-q8gr-r938-mff3/GHSA-q8gr-r938-mff3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-q9rg-96hh-v9m2/GHSA-q9rg-96hh-v9m2.json b/advisories/unreviewed/2022/07/GHSA-q9rg-96hh-v9m2/GHSA-q9rg-96hh-v9m2.json index b04fc3d1e00..c3b6ed54325 100644 --- a/advisories/unreviewed/2022/07/GHSA-q9rg-96hh-v9m2/GHSA-q9rg-96hh-v9m2.json +++ b/advisories/unreviewed/2022/07/GHSA-q9rg-96hh-v9m2/GHSA-q9rg-96hh-v9m2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-qmj6-w57h-94r9/GHSA-qmj6-w57h-94r9.json b/advisories/unreviewed/2022/07/GHSA-qmj6-w57h-94r9/GHSA-qmj6-w57h-94r9.json index c280db0d9bb..632a104793e 100644 --- a/advisories/unreviewed/2022/07/GHSA-qmj6-w57h-94r9/GHSA-qmj6-w57h-94r9.json +++ b/advisories/unreviewed/2022/07/GHSA-qmj6-w57h-94r9/GHSA-qmj6-w57h-94r9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-qmrj-w7mm-p3x9/GHSA-qmrj-w7mm-p3x9.json b/advisories/unreviewed/2022/07/GHSA-qmrj-w7mm-p3x9/GHSA-qmrj-w7mm-p3x9.json index fe2fc10159e..93265e5280a 100644 --- a/advisories/unreviewed/2022/07/GHSA-qmrj-w7mm-p3x9/GHSA-qmrj-w7mm-p3x9.json +++ b/advisories/unreviewed/2022/07/GHSA-qmrj-w7mm-p3x9/GHSA-qmrj-w7mm-p3x9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-qq3r-4722-jg4h/GHSA-qq3r-4722-jg4h.json b/advisories/unreviewed/2022/07/GHSA-qq3r-4722-jg4h/GHSA-qq3r-4722-jg4h.json index 5e2033402a8..e838a1e721a 100644 --- a/advisories/unreviewed/2022/07/GHSA-qq3r-4722-jg4h/GHSA-qq3r-4722-jg4h.json +++ b/advisories/unreviewed/2022/07/GHSA-qq3r-4722-jg4h/GHSA-qq3r-4722-jg4h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-qvw5-f6fh-hj9g/GHSA-qvw5-f6fh-hj9g.json b/advisories/unreviewed/2022/07/GHSA-qvw5-f6fh-hj9g/GHSA-qvw5-f6fh-hj9g.json index 66076f55850..f0d236b3e0e 100644 --- a/advisories/unreviewed/2022/07/GHSA-qvw5-f6fh-hj9g/GHSA-qvw5-f6fh-hj9g.json +++ b/advisories/unreviewed/2022/07/GHSA-qvw5-f6fh-hj9g/GHSA-qvw5-f6fh-hj9g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-r4g8-72wp-fwqg/GHSA-r4g8-72wp-fwqg.json b/advisories/unreviewed/2022/07/GHSA-r4g8-72wp-fwqg/GHSA-r4g8-72wp-fwqg.json index 8c61f6def2d..555a0f3609d 100644 --- a/advisories/unreviewed/2022/07/GHSA-r4g8-72wp-fwqg/GHSA-r4g8-72wp-fwqg.json +++ b/advisories/unreviewed/2022/07/GHSA-r4g8-72wp-fwqg/GHSA-r4g8-72wp-fwqg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-r5c3-hhrg-7v44/GHSA-r5c3-hhrg-7v44.json b/advisories/unreviewed/2022/07/GHSA-r5c3-hhrg-7v44/GHSA-r5c3-hhrg-7v44.json index 377d4f6bb81..540f1c3c30d 100644 --- a/advisories/unreviewed/2022/07/GHSA-r5c3-hhrg-7v44/GHSA-r5c3-hhrg-7v44.json +++ b/advisories/unreviewed/2022/07/GHSA-r5c3-hhrg-7v44/GHSA-r5c3-hhrg-7v44.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-r6mw-gxw7-63jg/GHSA-r6mw-gxw7-63jg.json b/advisories/unreviewed/2022/07/GHSA-r6mw-gxw7-63jg/GHSA-r6mw-gxw7-63jg.json index 68a40f02213..381c068ee6f 100644 --- a/advisories/unreviewed/2022/07/GHSA-r6mw-gxw7-63jg/GHSA-r6mw-gxw7-63jg.json +++ b/advisories/unreviewed/2022/07/GHSA-r6mw-gxw7-63jg/GHSA-r6mw-gxw7-63jg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-r9gm-g69m-3wxw/GHSA-r9gm-g69m-3wxw.json b/advisories/unreviewed/2022/07/GHSA-r9gm-g69m-3wxw/GHSA-r9gm-g69m-3wxw.json index 80a5ec7d316..b37ce1ee562 100644 --- a/advisories/unreviewed/2022/07/GHSA-r9gm-g69m-3wxw/GHSA-r9gm-g69m-3wxw.json +++ b/advisories/unreviewed/2022/07/GHSA-r9gm-g69m-3wxw/GHSA-r9gm-g69m-3wxw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-rc6g-9fhg-5f9j/GHSA-rc6g-9fhg-5f9j.json b/advisories/unreviewed/2022/07/GHSA-rc6g-9fhg-5f9j/GHSA-rc6g-9fhg-5f9j.json index a7759b19fca..a8e94581967 100644 --- a/advisories/unreviewed/2022/07/GHSA-rc6g-9fhg-5f9j/GHSA-rc6g-9fhg-5f9j.json +++ b/advisories/unreviewed/2022/07/GHSA-rc6g-9fhg-5f9j/GHSA-rc6g-9fhg-5f9j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-rhm5-x78v-cc2p/GHSA-rhm5-x78v-cc2p.json b/advisories/unreviewed/2022/07/GHSA-rhm5-x78v-cc2p/GHSA-rhm5-x78v-cc2p.json index e364d90af29..368e9edae84 100644 --- a/advisories/unreviewed/2022/07/GHSA-rhm5-x78v-cc2p/GHSA-rhm5-x78v-cc2p.json +++ b/advisories/unreviewed/2022/07/GHSA-rhm5-x78v-cc2p/GHSA-rhm5-x78v-cc2p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-rq7j-w5gx-99gf/GHSA-rq7j-w5gx-99gf.json b/advisories/unreviewed/2022/07/GHSA-rq7j-w5gx-99gf/GHSA-rq7j-w5gx-99gf.json index 676ff69798c..acb189843de 100644 --- a/advisories/unreviewed/2022/07/GHSA-rq7j-w5gx-99gf/GHSA-rq7j-w5gx-99gf.json +++ b/advisories/unreviewed/2022/07/GHSA-rq7j-w5gx-99gf/GHSA-rq7j-w5gx-99gf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-rv8w-2f2c-v62x/GHSA-rv8w-2f2c-v62x.json b/advisories/unreviewed/2022/07/GHSA-rv8w-2f2c-v62x/GHSA-rv8w-2f2c-v62x.json index aab6007330f..e9a7576131e 100644 --- a/advisories/unreviewed/2022/07/GHSA-rv8w-2f2c-v62x/GHSA-rv8w-2f2c-v62x.json +++ b/advisories/unreviewed/2022/07/GHSA-rv8w-2f2c-v62x/GHSA-rv8w-2f2c-v62x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-rv8x-cx8r-grjw/GHSA-rv8x-cx8r-grjw.json b/advisories/unreviewed/2022/07/GHSA-rv8x-cx8r-grjw/GHSA-rv8x-cx8r-grjw.json index 01ff9200c07..49f28ad3796 100644 --- a/advisories/unreviewed/2022/07/GHSA-rv8x-cx8r-grjw/GHSA-rv8x-cx8r-grjw.json +++ b/advisories/unreviewed/2022/07/GHSA-rv8x-cx8r-grjw/GHSA-rv8x-cx8r-grjw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-rw6g-9gmq-76ff/GHSA-rw6g-9gmq-76ff.json b/advisories/unreviewed/2022/07/GHSA-rw6g-9gmq-76ff/GHSA-rw6g-9gmq-76ff.json index 10441449388..0a9801f7e27 100644 --- a/advisories/unreviewed/2022/07/GHSA-rw6g-9gmq-76ff/GHSA-rw6g-9gmq-76ff.json +++ b/advisories/unreviewed/2022/07/GHSA-rw6g-9gmq-76ff/GHSA-rw6g-9gmq-76ff.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-v2x4-9328-wv22/GHSA-v2x4-9328-wv22.json b/advisories/unreviewed/2022/07/GHSA-v2x4-9328-wv22/GHSA-v2x4-9328-wv22.json index 6ff5c1b4bde..1460941c848 100644 --- a/advisories/unreviewed/2022/07/GHSA-v2x4-9328-wv22/GHSA-v2x4-9328-wv22.json +++ b/advisories/unreviewed/2022/07/GHSA-v2x4-9328-wv22/GHSA-v2x4-9328-wv22.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-v34p-mccg-6vxw/GHSA-v34p-mccg-6vxw.json b/advisories/unreviewed/2022/07/GHSA-v34p-mccg-6vxw/GHSA-v34p-mccg-6vxw.json index 01984eb63d7..a78d79a75c4 100644 --- a/advisories/unreviewed/2022/07/GHSA-v34p-mccg-6vxw/GHSA-v34p-mccg-6vxw.json +++ b/advisories/unreviewed/2022/07/GHSA-v34p-mccg-6vxw/GHSA-v34p-mccg-6vxw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-v4vj-p7pg-5887/GHSA-v4vj-p7pg-5887.json b/advisories/unreviewed/2022/07/GHSA-v4vj-p7pg-5887/GHSA-v4vj-p7pg-5887.json index d39f9e5e70c..ddaf0b57c8d 100644 --- a/advisories/unreviewed/2022/07/GHSA-v4vj-p7pg-5887/GHSA-v4vj-p7pg-5887.json +++ b/advisories/unreviewed/2022/07/GHSA-v4vj-p7pg-5887/GHSA-v4vj-p7pg-5887.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-v837-qc8g-228c/GHSA-v837-qc8g-228c.json b/advisories/unreviewed/2022/07/GHSA-v837-qc8g-228c/GHSA-v837-qc8g-228c.json index 7ea88fb47e3..00a9b2a41f4 100644 --- a/advisories/unreviewed/2022/07/GHSA-v837-qc8g-228c/GHSA-v837-qc8g-228c.json +++ b/advisories/unreviewed/2022/07/GHSA-v837-qc8g-228c/GHSA-v837-qc8g-228c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-v8wf-ggw9-wxph/GHSA-v8wf-ggw9-wxph.json b/advisories/unreviewed/2022/07/GHSA-v8wf-ggw9-wxph/GHSA-v8wf-ggw9-wxph.json index 96f323f681d..2df29197bb0 100644 --- a/advisories/unreviewed/2022/07/GHSA-v8wf-ggw9-wxph/GHSA-v8wf-ggw9-wxph.json +++ b/advisories/unreviewed/2022/07/GHSA-v8wf-ggw9-wxph/GHSA-v8wf-ggw9-wxph.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-v9xr-3w4j-5rch/GHSA-v9xr-3w4j-5rch.json b/advisories/unreviewed/2022/07/GHSA-v9xr-3w4j-5rch/GHSA-v9xr-3w4j-5rch.json index a51b7b65326..b052c647fd3 100644 --- a/advisories/unreviewed/2022/07/GHSA-v9xr-3w4j-5rch/GHSA-v9xr-3w4j-5rch.json +++ b/advisories/unreviewed/2022/07/GHSA-v9xr-3w4j-5rch/GHSA-v9xr-3w4j-5rch.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-vjgm-3mww-8qmf/GHSA-vjgm-3mww-8qmf.json b/advisories/unreviewed/2022/07/GHSA-vjgm-3mww-8qmf/GHSA-vjgm-3mww-8qmf.json index 5e3c2691be4..03fec0f8c48 100644 --- a/advisories/unreviewed/2022/07/GHSA-vjgm-3mww-8qmf/GHSA-vjgm-3mww-8qmf.json +++ b/advisories/unreviewed/2022/07/GHSA-vjgm-3mww-8qmf/GHSA-vjgm-3mww-8qmf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-vm7v-r6xm-652p/GHSA-vm7v-r6xm-652p.json b/advisories/unreviewed/2022/07/GHSA-vm7v-r6xm-652p/GHSA-vm7v-r6xm-652p.json index f97d35c540d..a7f5752f8dd 100644 --- a/advisories/unreviewed/2022/07/GHSA-vm7v-r6xm-652p/GHSA-vm7v-r6xm-652p.json +++ b/advisories/unreviewed/2022/07/GHSA-vm7v-r6xm-652p/GHSA-vm7v-r6xm-652p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-vmwq-gw9g-wqfq/GHSA-vmwq-gw9g-wqfq.json b/advisories/unreviewed/2022/07/GHSA-vmwq-gw9g-wqfq/GHSA-vmwq-gw9g-wqfq.json index a5cc37b8fa3..ca30ec6a30d 100644 --- a/advisories/unreviewed/2022/07/GHSA-vmwq-gw9g-wqfq/GHSA-vmwq-gw9g-wqfq.json +++ b/advisories/unreviewed/2022/07/GHSA-vmwq-gw9g-wqfq/GHSA-vmwq-gw9g-wqfq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-vp2j-fvwv-7qv4/GHSA-vp2j-fvwv-7qv4.json b/advisories/unreviewed/2022/07/GHSA-vp2j-fvwv-7qv4/GHSA-vp2j-fvwv-7qv4.json index 25c83c7fa8a..63da2eff0db 100644 --- a/advisories/unreviewed/2022/07/GHSA-vp2j-fvwv-7qv4/GHSA-vp2j-fvwv-7qv4.json +++ b/advisories/unreviewed/2022/07/GHSA-vp2j-fvwv-7qv4/GHSA-vp2j-fvwv-7qv4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-vqw3-39gh-6m29/GHSA-vqw3-39gh-6m29.json b/advisories/unreviewed/2022/07/GHSA-vqw3-39gh-6m29/GHSA-vqw3-39gh-6m29.json index 681607a5e46..b937408b6d7 100644 --- a/advisories/unreviewed/2022/07/GHSA-vqw3-39gh-6m29/GHSA-vqw3-39gh-6m29.json +++ b/advisories/unreviewed/2022/07/GHSA-vqw3-39gh-6m29/GHSA-vqw3-39gh-6m29.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-vwvw-v6rg-hjcx/GHSA-vwvw-v6rg-hjcx.json b/advisories/unreviewed/2022/07/GHSA-vwvw-v6rg-hjcx/GHSA-vwvw-v6rg-hjcx.json index 099920b763d..c0ca249e22a 100644 --- a/advisories/unreviewed/2022/07/GHSA-vwvw-v6rg-hjcx/GHSA-vwvw-v6rg-hjcx.json +++ b/advisories/unreviewed/2022/07/GHSA-vwvw-v6rg-hjcx/GHSA-vwvw-v6rg-hjcx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-vx8g-5qq9-m5gj/GHSA-vx8g-5qq9-m5gj.json b/advisories/unreviewed/2022/07/GHSA-vx8g-5qq9-m5gj/GHSA-vx8g-5qq9-m5gj.json index af7c8ee6b3f..f4b2f68daec 100644 --- a/advisories/unreviewed/2022/07/GHSA-vx8g-5qq9-m5gj/GHSA-vx8g-5qq9-m5gj.json +++ b/advisories/unreviewed/2022/07/GHSA-vx8g-5qq9-m5gj/GHSA-vx8g-5qq9-m5gj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-w3gx-9cpw-7x65/GHSA-w3gx-9cpw-7x65.json b/advisories/unreviewed/2022/07/GHSA-w3gx-9cpw-7x65/GHSA-w3gx-9cpw-7x65.json index 7383ca716e9..9b51c3d7679 100644 --- a/advisories/unreviewed/2022/07/GHSA-w3gx-9cpw-7x65/GHSA-w3gx-9cpw-7x65.json +++ b/advisories/unreviewed/2022/07/GHSA-w3gx-9cpw-7x65/GHSA-w3gx-9cpw-7x65.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-w3jx-w59w-3c78/GHSA-w3jx-w59w-3c78.json b/advisories/unreviewed/2022/07/GHSA-w3jx-w59w-3c78/GHSA-w3jx-w59w-3c78.json index 980dee194ad..eb3cc1dab4b 100644 --- a/advisories/unreviewed/2022/07/GHSA-w3jx-w59w-3c78/GHSA-w3jx-w59w-3c78.json +++ b/advisories/unreviewed/2022/07/GHSA-w3jx-w59w-3c78/GHSA-w3jx-w59w-3c78.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-w49j-3797-6cp7/GHSA-w49j-3797-6cp7.json b/advisories/unreviewed/2022/07/GHSA-w49j-3797-6cp7/GHSA-w49j-3797-6cp7.json index f6817812ee2..126d7baca80 100644 --- a/advisories/unreviewed/2022/07/GHSA-w49j-3797-6cp7/GHSA-w49j-3797-6cp7.json +++ b/advisories/unreviewed/2022/07/GHSA-w49j-3797-6cp7/GHSA-w49j-3797-6cp7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-w6fw-9866-83f5/GHSA-w6fw-9866-83f5.json b/advisories/unreviewed/2022/07/GHSA-w6fw-9866-83f5/GHSA-w6fw-9866-83f5.json index 8add4c2be89..f8ec02cd8ab 100644 --- a/advisories/unreviewed/2022/07/GHSA-w6fw-9866-83f5/GHSA-w6fw-9866-83f5.json +++ b/advisories/unreviewed/2022/07/GHSA-w6fw-9866-83f5/GHSA-w6fw-9866-83f5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-w6j2-q67c-2qj4/GHSA-w6j2-q67c-2qj4.json b/advisories/unreviewed/2022/07/GHSA-w6j2-q67c-2qj4/GHSA-w6j2-q67c-2qj4.json index 36c0a6c52ff..15ee4f7a9e7 100644 --- a/advisories/unreviewed/2022/07/GHSA-w6j2-q67c-2qj4/GHSA-w6j2-q67c-2qj4.json +++ b/advisories/unreviewed/2022/07/GHSA-w6j2-q67c-2qj4/GHSA-w6j2-q67c-2qj4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-w85p-v94g-r2xj/GHSA-w85p-v94g-r2xj.json b/advisories/unreviewed/2022/07/GHSA-w85p-v94g-r2xj/GHSA-w85p-v94g-r2xj.json index a2cafb424aa..69b32ff4e5d 100644 --- a/advisories/unreviewed/2022/07/GHSA-w85p-v94g-r2xj/GHSA-w85p-v94g-r2xj.json +++ b/advisories/unreviewed/2022/07/GHSA-w85p-v94g-r2xj/GHSA-w85p-v94g-r2xj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-wfxr-7w34-vgf9/GHSA-wfxr-7w34-vgf9.json b/advisories/unreviewed/2022/07/GHSA-wfxr-7w34-vgf9/GHSA-wfxr-7w34-vgf9.json index 3946a6fe3c7..31cabba5620 100644 --- a/advisories/unreviewed/2022/07/GHSA-wfxr-7w34-vgf9/GHSA-wfxr-7w34-vgf9.json +++ b/advisories/unreviewed/2022/07/GHSA-wfxr-7w34-vgf9/GHSA-wfxr-7w34-vgf9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-wgmq-9f68-5pjw/GHSA-wgmq-9f68-5pjw.json b/advisories/unreviewed/2022/07/GHSA-wgmq-9f68-5pjw/GHSA-wgmq-9f68-5pjw.json index 1f82a9e00fa..6bdc2698806 100644 --- a/advisories/unreviewed/2022/07/GHSA-wgmq-9f68-5pjw/GHSA-wgmq-9f68-5pjw.json +++ b/advisories/unreviewed/2022/07/GHSA-wgmq-9f68-5pjw/GHSA-wgmq-9f68-5pjw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-whqv-vqc6-m2pw/GHSA-whqv-vqc6-m2pw.json b/advisories/unreviewed/2022/07/GHSA-whqv-vqc6-m2pw/GHSA-whqv-vqc6-m2pw.json index 3cd2c6b9931..116c3731455 100644 --- a/advisories/unreviewed/2022/07/GHSA-whqv-vqc6-m2pw/GHSA-whqv-vqc6-m2pw.json +++ b/advisories/unreviewed/2022/07/GHSA-whqv-vqc6-m2pw/GHSA-whqv-vqc6-m2pw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-wmrr-g68f-2fhj/GHSA-wmrr-g68f-2fhj.json b/advisories/unreviewed/2022/07/GHSA-wmrr-g68f-2fhj/GHSA-wmrr-g68f-2fhj.json index 895a24151f9..95f0c3ce90e 100644 --- a/advisories/unreviewed/2022/07/GHSA-wmrr-g68f-2fhj/GHSA-wmrr-g68f-2fhj.json +++ b/advisories/unreviewed/2022/07/GHSA-wmrr-g68f-2fhj/GHSA-wmrr-g68f-2fhj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-wq2c-79hf-74r3/GHSA-wq2c-79hf-74r3.json b/advisories/unreviewed/2022/07/GHSA-wq2c-79hf-74r3/GHSA-wq2c-79hf-74r3.json index 45096a07c41..5f270f88f14 100644 --- a/advisories/unreviewed/2022/07/GHSA-wq2c-79hf-74r3/GHSA-wq2c-79hf-74r3.json +++ b/advisories/unreviewed/2022/07/GHSA-wq2c-79hf-74r3/GHSA-wq2c-79hf-74r3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-wq6g-8jqw-w27p/GHSA-wq6g-8jqw-w27p.json b/advisories/unreviewed/2022/07/GHSA-wq6g-8jqw-w27p/GHSA-wq6g-8jqw-w27p.json index b198abe9fc9..306a8d94f31 100644 --- a/advisories/unreviewed/2022/07/GHSA-wq6g-8jqw-w27p/GHSA-wq6g-8jqw-w27p.json +++ b/advisories/unreviewed/2022/07/GHSA-wq6g-8jqw-w27p/GHSA-wq6g-8jqw-w27p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-wrp3-297g-g4fx/GHSA-wrp3-297g-g4fx.json b/advisories/unreviewed/2022/07/GHSA-wrp3-297g-g4fx/GHSA-wrp3-297g-g4fx.json index 0cfad7fd309..a41a8f37722 100644 --- a/advisories/unreviewed/2022/07/GHSA-wrp3-297g-g4fx/GHSA-wrp3-297g-g4fx.json +++ b/advisories/unreviewed/2022/07/GHSA-wrp3-297g-g4fx/GHSA-wrp3-297g-g4fx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-wwgh-4j5f-p3c5/GHSA-wwgh-4j5f-p3c5.json b/advisories/unreviewed/2022/07/GHSA-wwgh-4j5f-p3c5/GHSA-wwgh-4j5f-p3c5.json index 783b1a691d7..103c36117b3 100644 --- a/advisories/unreviewed/2022/07/GHSA-wwgh-4j5f-p3c5/GHSA-wwgh-4j5f-p3c5.json +++ b/advisories/unreviewed/2022/07/GHSA-wwgh-4j5f-p3c5/GHSA-wwgh-4j5f-p3c5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-wwgv-27pp-3wwc/GHSA-wwgv-27pp-3wwc.json b/advisories/unreviewed/2022/07/GHSA-wwgv-27pp-3wwc/GHSA-wwgv-27pp-3wwc.json index ab3c66ba847..278d182527f 100644 --- a/advisories/unreviewed/2022/07/GHSA-wwgv-27pp-3wwc/GHSA-wwgv-27pp-3wwc.json +++ b/advisories/unreviewed/2022/07/GHSA-wwgv-27pp-3wwc/GHSA-wwgv-27pp-3wwc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-wwp8-3r8g-w274/GHSA-wwp8-3r8g-w274.json b/advisories/unreviewed/2022/07/GHSA-wwp8-3r8g-w274/GHSA-wwp8-3r8g-w274.json index 06f0f2e7c00..40b79b9c5a8 100644 --- a/advisories/unreviewed/2022/07/GHSA-wwp8-3r8g-w274/GHSA-wwp8-3r8g-w274.json +++ b/advisories/unreviewed/2022/07/GHSA-wwp8-3r8g-w274/GHSA-wwp8-3r8g-w274.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-wxmp-qj2x-4x4q/GHSA-wxmp-qj2x-4x4q.json b/advisories/unreviewed/2022/07/GHSA-wxmp-qj2x-4x4q/GHSA-wxmp-qj2x-4x4q.json index 060025f88c3..d65c7e761bf 100644 --- a/advisories/unreviewed/2022/07/GHSA-wxmp-qj2x-4x4q/GHSA-wxmp-qj2x-4x4q.json +++ b/advisories/unreviewed/2022/07/GHSA-wxmp-qj2x-4x4q/GHSA-wxmp-qj2x-4x4q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-x469-5gjm-mqfr/GHSA-x469-5gjm-mqfr.json b/advisories/unreviewed/2022/07/GHSA-x469-5gjm-mqfr/GHSA-x469-5gjm-mqfr.json index e875899d10a..1d06788b1b0 100644 --- a/advisories/unreviewed/2022/07/GHSA-x469-5gjm-mqfr/GHSA-x469-5gjm-mqfr.json +++ b/advisories/unreviewed/2022/07/GHSA-x469-5gjm-mqfr/GHSA-x469-5gjm-mqfr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-x72h-w2cq-3vhh/GHSA-x72h-w2cq-3vhh.json b/advisories/unreviewed/2022/07/GHSA-x72h-w2cq-3vhh/GHSA-x72h-w2cq-3vhh.json index 7a7297c770b..357c84628e5 100644 --- a/advisories/unreviewed/2022/07/GHSA-x72h-w2cq-3vhh/GHSA-x72h-w2cq-3vhh.json +++ b/advisories/unreviewed/2022/07/GHSA-x72h-w2cq-3vhh/GHSA-x72h-w2cq-3vhh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-x7p3-jg6r-9rmr/GHSA-x7p3-jg6r-9rmr.json b/advisories/unreviewed/2022/07/GHSA-x7p3-jg6r-9rmr/GHSA-x7p3-jg6r-9rmr.json index c75b30c0d95..489f4edddc7 100644 --- a/advisories/unreviewed/2022/07/GHSA-x7p3-jg6r-9rmr/GHSA-x7p3-jg6r-9rmr.json +++ b/advisories/unreviewed/2022/07/GHSA-x7p3-jg6r-9rmr/GHSA-x7p3-jg6r-9rmr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-x7rx-4g3v-3xr7/GHSA-x7rx-4g3v-3xr7.json b/advisories/unreviewed/2022/07/GHSA-x7rx-4g3v-3xr7/GHSA-x7rx-4g3v-3xr7.json index 1ef84cae095..b5ee0a59b75 100644 --- a/advisories/unreviewed/2022/07/GHSA-x7rx-4g3v-3xr7/GHSA-x7rx-4g3v-3xr7.json +++ b/advisories/unreviewed/2022/07/GHSA-x7rx-4g3v-3xr7/GHSA-x7rx-4g3v-3xr7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-xhmx-2vhp-f3pq/GHSA-xhmx-2vhp-f3pq.json b/advisories/unreviewed/2022/07/GHSA-xhmx-2vhp-f3pq/GHSA-xhmx-2vhp-f3pq.json index eba2a1400b3..dac549f401c 100644 --- a/advisories/unreviewed/2022/07/GHSA-xhmx-2vhp-f3pq/GHSA-xhmx-2vhp-f3pq.json +++ b/advisories/unreviewed/2022/07/GHSA-xhmx-2vhp-f3pq/GHSA-xhmx-2vhp-f3pq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-xmr9-gm4r-2xr8/GHSA-xmr9-gm4r-2xr8.json b/advisories/unreviewed/2022/07/GHSA-xmr9-gm4r-2xr8/GHSA-xmr9-gm4r-2xr8.json index f3e0d75014e..ed9bf45e509 100644 --- a/advisories/unreviewed/2022/07/GHSA-xmr9-gm4r-2xr8/GHSA-xmr9-gm4r-2xr8.json +++ b/advisories/unreviewed/2022/07/GHSA-xmr9-gm4r-2xr8/GHSA-xmr9-gm4r-2xr8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-xqx2-4rw6-wj6p/GHSA-xqx2-4rw6-wj6p.json b/advisories/unreviewed/2022/07/GHSA-xqx2-4rw6-wj6p/GHSA-xqx2-4rw6-wj6p.json index 74a9840799c..00beb2a3807 100644 --- a/advisories/unreviewed/2022/07/GHSA-xqx2-4rw6-wj6p/GHSA-xqx2-4rw6-wj6p.json +++ b/advisories/unreviewed/2022/07/GHSA-xqx2-4rw6-wj6p/GHSA-xqx2-4rw6-wj6p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-xw3h-25p9-q9gp/GHSA-xw3h-25p9-q9gp.json b/advisories/unreviewed/2022/07/GHSA-xw3h-25p9-q9gp/GHSA-xw3h-25p9-q9gp.json index 3fb4460723d..4e1665b691b 100644 --- a/advisories/unreviewed/2022/07/GHSA-xw3h-25p9-q9gp/GHSA-xw3h-25p9-q9gp.json +++ b/advisories/unreviewed/2022/07/GHSA-xw3h-25p9-q9gp/GHSA-xw3h-25p9-q9gp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-xw5g-39g7-vh7x/GHSA-xw5g-39g7-vh7x.json b/advisories/unreviewed/2022/07/GHSA-xw5g-39g7-vh7x/GHSA-xw5g-39g7-vh7x.json index 49e2ee25795..0e42b52d979 100644 --- a/advisories/unreviewed/2022/07/GHSA-xw5g-39g7-vh7x/GHSA-xw5g-39g7-vh7x.json +++ b/advisories/unreviewed/2022/07/GHSA-xw5g-39g7-vh7x/GHSA-xw5g-39g7-vh7x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-xxpx-w698-q23j/GHSA-xxpx-w698-q23j.json b/advisories/unreviewed/2022/07/GHSA-xxpx-w698-q23j/GHSA-xxpx-w698-q23j.json index b4efeeb7302..5882a0f5df8 100644 --- a/advisories/unreviewed/2022/07/GHSA-xxpx-w698-q23j/GHSA-xxpx-w698-q23j.json +++ b/advisories/unreviewed/2022/07/GHSA-xxpx-w698-q23j/GHSA-xxpx-w698-q23j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-3cmc-63c7-38j9/GHSA-3cmc-63c7-38j9.json b/advisories/unreviewed/2023/01/GHSA-3cmc-63c7-38j9/GHSA-3cmc-63c7-38j9.json index 5a04e4e5515..99c8f5abbfd 100644 --- a/advisories/unreviewed/2023/01/GHSA-3cmc-63c7-38j9/GHSA-3cmc-63c7-38j9.json +++ b/advisories/unreviewed/2023/01/GHSA-3cmc-63c7-38j9/GHSA-3cmc-63c7-38j9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-hg4g-3c74-gffm/GHSA-hg4g-3c74-gffm.json b/advisories/unreviewed/2023/01/GHSA-hg4g-3c74-gffm/GHSA-hg4g-3c74-gffm.json index 1de091f14bb..c582edae609 100644 --- a/advisories/unreviewed/2023/01/GHSA-hg4g-3c74-gffm/GHSA-hg4g-3c74-gffm.json +++ b/advisories/unreviewed/2023/01/GHSA-hg4g-3c74-gffm/GHSA-hg4g-3c74-gffm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-jgcx-h4mg-4m6m/GHSA-jgcx-h4mg-4m6m.json b/advisories/unreviewed/2023/01/GHSA-jgcx-h4mg-4m6m/GHSA-jgcx-h4mg-4m6m.json index 01f7d433896..5ee4332b0d6 100644 --- a/advisories/unreviewed/2023/01/GHSA-jgcx-h4mg-4m6m/GHSA-jgcx-h4mg-4m6m.json +++ b/advisories/unreviewed/2023/01/GHSA-jgcx-h4mg-4m6m/GHSA-jgcx-h4mg-4m6m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-jhx6-4vmp-vqch/GHSA-jhx6-4vmp-vqch.json b/advisories/unreviewed/2023/01/GHSA-jhx6-4vmp-vqch/GHSA-jhx6-4vmp-vqch.json index e00f1479586..bbae2f7fb02 100644 --- a/advisories/unreviewed/2023/01/GHSA-jhx6-4vmp-vqch/GHSA-jhx6-4vmp-vqch.json +++ b/advisories/unreviewed/2023/01/GHSA-jhx6-4vmp-vqch/GHSA-jhx6-4vmp-vqch.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-mp6w-2v45-832j/GHSA-mp6w-2v45-832j.json b/advisories/unreviewed/2023/01/GHSA-mp6w-2v45-832j/GHSA-mp6w-2v45-832j.json index 5fb707ad395..7751fa8c177 100644 --- a/advisories/unreviewed/2023/01/GHSA-mp6w-2v45-832j/GHSA-mp6w-2v45-832j.json +++ b/advisories/unreviewed/2023/01/GHSA-mp6w-2v45-832j/GHSA-mp6w-2v45-832j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-qwg7-567c-7x2f/GHSA-qwg7-567c-7x2f.json b/advisories/unreviewed/2023/01/GHSA-qwg7-567c-7x2f/GHSA-qwg7-567c-7x2f.json index fcf8186b3c3..6ae9f331735 100644 --- a/advisories/unreviewed/2023/01/GHSA-qwg7-567c-7x2f/GHSA-qwg7-567c-7x2f.json +++ b/advisories/unreviewed/2023/01/GHSA-qwg7-567c-7x2f/GHSA-qwg7-567c-7x2f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-4rxv-m7gf-r8rf/GHSA-4rxv-m7gf-r8rf.json b/advisories/unreviewed/2023/02/GHSA-4rxv-m7gf-r8rf/GHSA-4rxv-m7gf-r8rf.json index 404622cc432..3f1696f9a1e 100644 --- a/advisories/unreviewed/2023/02/GHSA-4rxv-m7gf-r8rf/GHSA-4rxv-m7gf-r8rf.json +++ b/advisories/unreviewed/2023/02/GHSA-4rxv-m7gf-r8rf/GHSA-4rxv-m7gf-r8rf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-gwq5-5jqj-p3gv/GHSA-gwq5-5jqj-p3gv.json b/advisories/unreviewed/2023/02/GHSA-gwq5-5jqj-p3gv/GHSA-gwq5-5jqj-p3gv.json index 4cab9259798..032dcc6b92e 100644 --- a/advisories/unreviewed/2023/02/GHSA-gwq5-5jqj-p3gv/GHSA-gwq5-5jqj-p3gv.json +++ b/advisories/unreviewed/2023/02/GHSA-gwq5-5jqj-p3gv/GHSA-gwq5-5jqj-p3gv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-j998-c4rh-83vq/GHSA-j998-c4rh-83vq.json b/advisories/unreviewed/2023/02/GHSA-j998-c4rh-83vq/GHSA-j998-c4rh-83vq.json index 4e1f4b0ca60..ed49c654d6e 100644 --- a/advisories/unreviewed/2023/02/GHSA-j998-c4rh-83vq/GHSA-j998-c4rh-83vq.json +++ b/advisories/unreviewed/2023/02/GHSA-j998-c4rh-83vq/GHSA-j998-c4rh-83vq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-wjp8-5g4j-4rjj/GHSA-wjp8-5g4j-4rjj.json b/advisories/unreviewed/2023/02/GHSA-wjp8-5g4j-4rjj/GHSA-wjp8-5g4j-4rjj.json index 1a9b2701081..ba4360ed4aa 100644 --- a/advisories/unreviewed/2023/02/GHSA-wjp8-5g4j-4rjj/GHSA-wjp8-5g4j-4rjj.json +++ b/advisories/unreviewed/2023/02/GHSA-wjp8-5g4j-4rjj/GHSA-wjp8-5g4j-4rjj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-vphm-x46m-jwvr/GHSA-vphm-x46m-jwvr.json b/advisories/unreviewed/2023/03/GHSA-vphm-x46m-jwvr/GHSA-vphm-x46m-jwvr.json index cd927bc401c..9103a6abf93 100644 --- a/advisories/unreviewed/2023/03/GHSA-vphm-x46m-jwvr/GHSA-vphm-x46m-jwvr.json +++ b/advisories/unreviewed/2023/03/GHSA-vphm-x46m-jwvr/GHSA-vphm-x46m-jwvr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-pf5q-m667-fh8x/GHSA-pf5q-m667-fh8x.json b/advisories/unreviewed/2023/04/GHSA-pf5q-m667-fh8x/GHSA-pf5q-m667-fh8x.json index 1c9d1c07cdc..f80c891f8ce 100644 --- a/advisories/unreviewed/2023/04/GHSA-pf5q-m667-fh8x/GHSA-pf5q-m667-fh8x.json +++ b/advisories/unreviewed/2023/04/GHSA-pf5q-m667-fh8x/GHSA-pf5q-m667-fh8x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/08/GHSA-4gqm-qq9r-mrp5/GHSA-4gqm-qq9r-mrp5.json b/advisories/unreviewed/2023/08/GHSA-4gqm-qq9r-mrp5/GHSA-4gqm-qq9r-mrp5.json index b307dc0e434..281d6fb08b9 100644 --- a/advisories/unreviewed/2023/08/GHSA-4gqm-qq9r-mrp5/GHSA-4gqm-qq9r-mrp5.json +++ b/advisories/unreviewed/2023/08/GHSA-4gqm-qq9r-mrp5/GHSA-4gqm-qq9r-mrp5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/08/GHSA-82gq-6m2f-8392/GHSA-82gq-6m2f-8392.json b/advisories/unreviewed/2023/08/GHSA-82gq-6m2f-8392/GHSA-82gq-6m2f-8392.json index 9979616f999..e5d89aefceb 100644 --- a/advisories/unreviewed/2023/08/GHSA-82gq-6m2f-8392/GHSA-82gq-6m2f-8392.json +++ b/advisories/unreviewed/2023/08/GHSA-82gq-6m2f-8392/GHSA-82gq-6m2f-8392.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/08/GHSA-88gh-7pcg-pc2x/GHSA-88gh-7pcg-pc2x.json b/advisories/unreviewed/2023/08/GHSA-88gh-7pcg-pc2x/GHSA-88gh-7pcg-pc2x.json index 083acf3ce00..ede51c076f8 100644 --- a/advisories/unreviewed/2023/08/GHSA-88gh-7pcg-pc2x/GHSA-88gh-7pcg-pc2x.json +++ b/advisories/unreviewed/2023/08/GHSA-88gh-7pcg-pc2x/GHSA-88gh-7pcg-pc2x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/08/GHSA-cjc3-8pfw-2m59/GHSA-cjc3-8pfw-2m59.json b/advisories/unreviewed/2023/08/GHSA-cjc3-8pfw-2m59/GHSA-cjc3-8pfw-2m59.json index ee966b5d9b9..b32fceadb43 100644 --- a/advisories/unreviewed/2023/08/GHSA-cjc3-8pfw-2m59/GHSA-cjc3-8pfw-2m59.json +++ b/advisories/unreviewed/2023/08/GHSA-cjc3-8pfw-2m59/GHSA-cjc3-8pfw-2m59.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/08/GHSA-m4v4-wv9r-pmwf/GHSA-m4v4-wv9r-pmwf.json b/advisories/unreviewed/2023/08/GHSA-m4v4-wv9r-pmwf/GHSA-m4v4-wv9r-pmwf.json index 3d6b43b7575..e7cdfa86d5b 100644 --- a/advisories/unreviewed/2023/08/GHSA-m4v4-wv9r-pmwf/GHSA-m4v4-wv9r-pmwf.json +++ b/advisories/unreviewed/2023/08/GHSA-m4v4-wv9r-pmwf/GHSA-m4v4-wv9r-pmwf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/08/GHSA-m5mq-q5j2-f82m/GHSA-m5mq-q5j2-f82m.json b/advisories/unreviewed/2023/08/GHSA-m5mq-q5j2-f82m/GHSA-m5mq-q5j2-f82m.json index b14f78a864b..1d9c2d64292 100644 --- a/advisories/unreviewed/2023/08/GHSA-m5mq-q5j2-f82m/GHSA-m5mq-q5j2-f82m.json +++ b/advisories/unreviewed/2023/08/GHSA-m5mq-q5j2-f82m/GHSA-m5mq-q5j2-f82m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-8ch2-5pm2-7x6h/GHSA-8ch2-5pm2-7x6h.json b/advisories/unreviewed/2024/01/GHSA-8ch2-5pm2-7x6h/GHSA-8ch2-5pm2-7x6h.json index 35ff0362439..a49bc2c7f23 100644 --- a/advisories/unreviewed/2024/01/GHSA-8ch2-5pm2-7x6h/GHSA-8ch2-5pm2-7x6h.json +++ b/advisories/unreviewed/2024/01/GHSA-8ch2-5pm2-7x6h/GHSA-8ch2-5pm2-7x6h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-f88h-fg97-9qq5/GHSA-f88h-fg97-9qq5.json b/advisories/unreviewed/2024/01/GHSA-f88h-fg97-9qq5/GHSA-f88h-fg97-9qq5.json index cfe57fa96ee..bbd4b25378b 100644 --- a/advisories/unreviewed/2024/01/GHSA-f88h-fg97-9qq5/GHSA-f88h-fg97-9qq5.json +++ b/advisories/unreviewed/2024/01/GHSA-f88h-fg97-9qq5/GHSA-f88h-fg97-9qq5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-q94c-x56g-qr59/GHSA-q94c-x56g-qr59.json b/advisories/unreviewed/2024/01/GHSA-q94c-x56g-qr59/GHSA-q94c-x56g-qr59.json index 45c126543a5..ce4c05b3280 100644 --- a/advisories/unreviewed/2024/01/GHSA-q94c-x56g-qr59/GHSA-q94c-x56g-qr59.json +++ b/advisories/unreviewed/2024/01/GHSA-q94c-x56g-qr59/GHSA-q94c-x56g-qr59.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-qf96-mmrf-rj2q/GHSA-qf96-mmrf-rj2q.json b/advisories/unreviewed/2024/01/GHSA-qf96-mmrf-rj2q/GHSA-qf96-mmrf-rj2q.json index d4011e65d16..3ce9cfbfb5c 100644 --- a/advisories/unreviewed/2024/01/GHSA-qf96-mmrf-rj2q/GHSA-qf96-mmrf-rj2q.json +++ b/advisories/unreviewed/2024/01/GHSA-qf96-mmrf-rj2q/GHSA-qf96-mmrf-rj2q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-xr5r-3m93-q3f2/GHSA-xr5r-3m93-q3f2.json b/advisories/unreviewed/2024/01/GHSA-xr5r-3m93-q3f2/GHSA-xr5r-3m93-q3f2.json index 38f4ee2e772..4c4faf699eb 100644 --- a/advisories/unreviewed/2024/01/GHSA-xr5r-3m93-q3f2/GHSA-xr5r-3m93-q3f2.json +++ b/advisories/unreviewed/2024/01/GHSA-xr5r-3m93-q3f2/GHSA-xr5r-3m93-q3f2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/02/GHSA-qjr7-7f86-j28r/GHSA-qjr7-7f86-j28r.json b/advisories/unreviewed/2024/02/GHSA-qjr7-7f86-j28r/GHSA-qjr7-7f86-j28r.json index d9efc2d83e9..dfe05cb6c0a 100644 --- a/advisories/unreviewed/2024/02/GHSA-qjr7-7f86-j28r/GHSA-qjr7-7f86-j28r.json +++ b/advisories/unreviewed/2024/02/GHSA-qjr7-7f86-j28r/GHSA-qjr7-7f86-j28r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-29hx-fjxp-2fcx/GHSA-29hx-fjxp-2fcx.json b/advisories/unreviewed/2024/03/GHSA-29hx-fjxp-2fcx/GHSA-29hx-fjxp-2fcx.json index 49a47158a0b..21508fe4784 100644 --- a/advisories/unreviewed/2024/03/GHSA-29hx-fjxp-2fcx/GHSA-29hx-fjxp-2fcx.json +++ b/advisories/unreviewed/2024/03/GHSA-29hx-fjxp-2fcx/GHSA-29hx-fjxp-2fcx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-63w4-j7hq-v5qf/GHSA-63w4-j7hq-v5qf.json b/advisories/unreviewed/2024/03/GHSA-63w4-j7hq-v5qf/GHSA-63w4-j7hq-v5qf.json index 0dd396e1cf9..e454d19e4ce 100644 --- a/advisories/unreviewed/2024/03/GHSA-63w4-j7hq-v5qf/GHSA-63w4-j7hq-v5qf.json +++ b/advisories/unreviewed/2024/03/GHSA-63w4-j7hq-v5qf/GHSA-63w4-j7hq-v5qf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-6q5p-rp5c-wmph/GHSA-6q5p-rp5c-wmph.json b/advisories/unreviewed/2024/03/GHSA-6q5p-rp5c-wmph/GHSA-6q5p-rp5c-wmph.json index 6c483b088a1..f0ca121f55f 100644 --- a/advisories/unreviewed/2024/03/GHSA-6q5p-rp5c-wmph/GHSA-6q5p-rp5c-wmph.json +++ b/advisories/unreviewed/2024/03/GHSA-6q5p-rp5c-wmph/GHSA-6q5p-rp5c-wmph.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-7vrj-g8g5-m532/GHSA-7vrj-g8g5-m532.json b/advisories/unreviewed/2024/03/GHSA-7vrj-g8g5-m532/GHSA-7vrj-g8g5-m532.json index bf7e5142995..16af605cc3f 100644 --- a/advisories/unreviewed/2024/03/GHSA-7vrj-g8g5-m532/GHSA-7vrj-g8g5-m532.json +++ b/advisories/unreviewed/2024/03/GHSA-7vrj-g8g5-m532/GHSA-7vrj-g8g5-m532.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-985m-w4vj-29hv/GHSA-985m-w4vj-29hv.json b/advisories/unreviewed/2024/03/GHSA-985m-w4vj-29hv/GHSA-985m-w4vj-29hv.json index 76e760757b8..133e73ee6ea 100644 --- a/advisories/unreviewed/2024/03/GHSA-985m-w4vj-29hv/GHSA-985m-w4vj-29hv.json +++ b/advisories/unreviewed/2024/03/GHSA-985m-w4vj-29hv/GHSA-985m-w4vj-29hv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-c693-5wv2-8j5p/GHSA-c693-5wv2-8j5p.json b/advisories/unreviewed/2024/03/GHSA-c693-5wv2-8j5p/GHSA-c693-5wv2-8j5p.json index fed86fe7109..b4c948361ef 100644 --- a/advisories/unreviewed/2024/03/GHSA-c693-5wv2-8j5p/GHSA-c693-5wv2-8j5p.json +++ b/advisories/unreviewed/2024/03/GHSA-c693-5wv2-8j5p/GHSA-c693-5wv2-8j5p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-h9cf-ff5w-7g9g/GHSA-h9cf-ff5w-7g9g.json b/advisories/unreviewed/2024/03/GHSA-h9cf-ff5w-7g9g/GHSA-h9cf-ff5w-7g9g.json index 3c27ffb985d..8d52b5808eb 100644 --- a/advisories/unreviewed/2024/03/GHSA-h9cf-ff5w-7g9g/GHSA-h9cf-ff5w-7g9g.json +++ b/advisories/unreviewed/2024/03/GHSA-h9cf-ff5w-7g9g/GHSA-h9cf-ff5w-7g9g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-hc48-625f-hwjq/GHSA-hc48-625f-hwjq.json b/advisories/unreviewed/2024/03/GHSA-hc48-625f-hwjq/GHSA-hc48-625f-hwjq.json index 03c31723a5a..c65f2bc6051 100644 --- a/advisories/unreviewed/2024/03/GHSA-hc48-625f-hwjq/GHSA-hc48-625f-hwjq.json +++ b/advisories/unreviewed/2024/03/GHSA-hc48-625f-hwjq/GHSA-hc48-625f-hwjq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-mghx-3qf4-fx45/GHSA-mghx-3qf4-fx45.json b/advisories/unreviewed/2024/03/GHSA-mghx-3qf4-fx45/GHSA-mghx-3qf4-fx45.json index 8075a05c5b7..544dd5a97d6 100644 --- a/advisories/unreviewed/2024/03/GHSA-mghx-3qf4-fx45/GHSA-mghx-3qf4-fx45.json +++ b/advisories/unreviewed/2024/03/GHSA-mghx-3qf4-fx45/GHSA-mghx-3qf4-fx45.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-mjxv-wcxg-9mv9/GHSA-mjxv-wcxg-9mv9.json b/advisories/unreviewed/2024/03/GHSA-mjxv-wcxg-9mv9/GHSA-mjxv-wcxg-9mv9.json index d597bb251e1..88c54960f21 100644 --- a/advisories/unreviewed/2024/03/GHSA-mjxv-wcxg-9mv9/GHSA-mjxv-wcxg-9mv9.json +++ b/advisories/unreviewed/2024/03/GHSA-mjxv-wcxg-9mv9/GHSA-mjxv-wcxg-9mv9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-q699-2648-qrc2/GHSA-q699-2648-qrc2.json b/advisories/unreviewed/2024/03/GHSA-q699-2648-qrc2/GHSA-q699-2648-qrc2.json index fb731db1de3..b8bc7615bc9 100644 --- a/advisories/unreviewed/2024/03/GHSA-q699-2648-qrc2/GHSA-q699-2648-qrc2.json +++ b/advisories/unreviewed/2024/03/GHSA-q699-2648-qrc2/GHSA-q699-2648-qrc2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-qpg5-fc22-gh5w/GHSA-qpg5-fc22-gh5w.json b/advisories/unreviewed/2024/03/GHSA-qpg5-fc22-gh5w/GHSA-qpg5-fc22-gh5w.json index 68409bd65ff..98bfe3f229d 100644 --- a/advisories/unreviewed/2024/03/GHSA-qpg5-fc22-gh5w/GHSA-qpg5-fc22-gh5w.json +++ b/advisories/unreviewed/2024/03/GHSA-qpg5-fc22-gh5w/GHSA-qpg5-fc22-gh5w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-v223-c39x-4wxf/GHSA-v223-c39x-4wxf.json b/advisories/unreviewed/2024/03/GHSA-v223-c39x-4wxf/GHSA-v223-c39x-4wxf.json index 76d11d6d394..73283b42450 100644 --- a/advisories/unreviewed/2024/03/GHSA-v223-c39x-4wxf/GHSA-v223-c39x-4wxf.json +++ b/advisories/unreviewed/2024/03/GHSA-v223-c39x-4wxf/GHSA-v223-c39x-4wxf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-vff7-9xgm-4ggq/GHSA-vff7-9xgm-4ggq.json b/advisories/unreviewed/2024/03/GHSA-vff7-9xgm-4ggq/GHSA-vff7-9xgm-4ggq.json index f1919958b37..0202706b9dd 100644 --- a/advisories/unreviewed/2024/03/GHSA-vff7-9xgm-4ggq/GHSA-vff7-9xgm-4ggq.json +++ b/advisories/unreviewed/2024/03/GHSA-vff7-9xgm-4ggq/GHSA-vff7-9xgm-4ggq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-vqmp-pg8r-55hj/GHSA-vqmp-pg8r-55hj.json b/advisories/unreviewed/2024/03/GHSA-vqmp-pg8r-55hj/GHSA-vqmp-pg8r-55hj.json index f2af60ae172..b20a1317337 100644 --- a/advisories/unreviewed/2024/03/GHSA-vqmp-pg8r-55hj/GHSA-vqmp-pg8r-55hj.json +++ b/advisories/unreviewed/2024/03/GHSA-vqmp-pg8r-55hj/GHSA-vqmp-pg8r-55hj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-29r2-4vgj-7729/GHSA-29r2-4vgj-7729.json b/advisories/unreviewed/2024/04/GHSA-29r2-4vgj-7729/GHSA-29r2-4vgj-7729.json index 610fe65c35b..65cb5a2c462 100644 --- a/advisories/unreviewed/2024/04/GHSA-29r2-4vgj-7729/GHSA-29r2-4vgj-7729.json +++ b/advisories/unreviewed/2024/04/GHSA-29r2-4vgj-7729/GHSA-29r2-4vgj-7729.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-2wvh-6639-8hph/GHSA-2wvh-6639-8hph.json b/advisories/unreviewed/2024/04/GHSA-2wvh-6639-8hph/GHSA-2wvh-6639-8hph.json index 2ff26fffa46..aa659cd6531 100644 --- a/advisories/unreviewed/2024/04/GHSA-2wvh-6639-8hph/GHSA-2wvh-6639-8hph.json +++ b/advisories/unreviewed/2024/04/GHSA-2wvh-6639-8hph/GHSA-2wvh-6639-8hph.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-3fr5-8rrj-9rf2/GHSA-3fr5-8rrj-9rf2.json b/advisories/unreviewed/2024/04/GHSA-3fr5-8rrj-9rf2/GHSA-3fr5-8rrj-9rf2.json index b21ed716bab..0c46833e0b5 100644 --- a/advisories/unreviewed/2024/04/GHSA-3fr5-8rrj-9rf2/GHSA-3fr5-8rrj-9rf2.json +++ b/advisories/unreviewed/2024/04/GHSA-3fr5-8rrj-9rf2/GHSA-3fr5-8rrj-9rf2.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-5943-48f3-6wx5/GHSA-5943-48f3-6wx5.json b/advisories/unreviewed/2024/04/GHSA-5943-48f3-6wx5/GHSA-5943-48f3-6wx5.json index c012135244a..a5024b1a4e8 100644 --- a/advisories/unreviewed/2024/04/GHSA-5943-48f3-6wx5/GHSA-5943-48f3-6wx5.json +++ b/advisories/unreviewed/2024/04/GHSA-5943-48f3-6wx5/GHSA-5943-48f3-6wx5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-5h4m-75jp-hg7m/GHSA-5h4m-75jp-hg7m.json b/advisories/unreviewed/2024/04/GHSA-5h4m-75jp-hg7m/GHSA-5h4m-75jp-hg7m.json index b4f3ee75d6c..8dfbe78174c 100644 --- a/advisories/unreviewed/2024/04/GHSA-5h4m-75jp-hg7m/GHSA-5h4m-75jp-hg7m.json +++ b/advisories/unreviewed/2024/04/GHSA-5h4m-75jp-hg7m/GHSA-5h4m-75jp-hg7m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-6gv8-hx3q-gqrw/GHSA-6gv8-hx3q-gqrw.json b/advisories/unreviewed/2024/04/GHSA-6gv8-hx3q-gqrw/GHSA-6gv8-hx3q-gqrw.json index 982a5c6c7b6..0b5795396eb 100644 --- a/advisories/unreviewed/2024/04/GHSA-6gv8-hx3q-gqrw/GHSA-6gv8-hx3q-gqrw.json +++ b/advisories/unreviewed/2024/04/GHSA-6gv8-hx3q-gqrw/GHSA-6gv8-hx3q-gqrw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-749f-97mp-r5j9/GHSA-749f-97mp-r5j9.json b/advisories/unreviewed/2024/04/GHSA-749f-97mp-r5j9/GHSA-749f-97mp-r5j9.json index 704a1e324c6..2fa5bbed002 100644 --- a/advisories/unreviewed/2024/04/GHSA-749f-97mp-r5j9/GHSA-749f-97mp-r5j9.json +++ b/advisories/unreviewed/2024/04/GHSA-749f-97mp-r5j9/GHSA-749f-97mp-r5j9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-95g8-gqrv-f83g/GHSA-95g8-gqrv-f83g.json b/advisories/unreviewed/2024/04/GHSA-95g8-gqrv-f83g/GHSA-95g8-gqrv-f83g.json index 0d2bf008a03..4d1fee50391 100644 --- a/advisories/unreviewed/2024/04/GHSA-95g8-gqrv-f83g/GHSA-95g8-gqrv-f83g.json +++ b/advisories/unreviewed/2024/04/GHSA-95g8-gqrv-f83g/GHSA-95g8-gqrv-f83g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/04/GHSA-9wj5-w226-r39m/GHSA-9wj5-w226-r39m.json b/advisories/unreviewed/2024/04/GHSA-9wj5-w226-r39m/GHSA-9wj5-w226-r39m.json index 05c64ca69b0..50ddd4062b7 100644 --- a/advisories/unreviewed/2024/04/GHSA-9wj5-w226-r39m/GHSA-9wj5-w226-r39m.json +++ b/advisories/unreviewed/2024/04/GHSA-9wj5-w226-r39m/GHSA-9wj5-w226-r39m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-gxgx-2mvf-9gh5/GHSA-gxgx-2mvf-9gh5.json b/advisories/unreviewed/2024/04/GHSA-gxgx-2mvf-9gh5/GHSA-gxgx-2mvf-9gh5.json index be2f2ea7ade..a0830ee4963 100644 --- a/advisories/unreviewed/2024/04/GHSA-gxgx-2mvf-9gh5/GHSA-gxgx-2mvf-9gh5.json +++ b/advisories/unreviewed/2024/04/GHSA-gxgx-2mvf-9gh5/GHSA-gxgx-2mvf-9gh5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-x339-928h-52pw/GHSA-x339-928h-52pw.json b/advisories/unreviewed/2024/05/GHSA-x339-928h-52pw/GHSA-x339-928h-52pw.json index 258c8c3855d..880a029a7be 100644 --- a/advisories/unreviewed/2024/05/GHSA-x339-928h-52pw/GHSA-x339-928h-52pw.json +++ b/advisories/unreviewed/2024/05/GHSA-x339-928h-52pw/GHSA-x339-928h-52pw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-23cc-8qjh-m5rg/GHSA-23cc-8qjh-m5rg.json b/advisories/unreviewed/2024/06/GHSA-23cc-8qjh-m5rg/GHSA-23cc-8qjh-m5rg.json index e919473e1e7..5fcb3e3b27e 100644 --- a/advisories/unreviewed/2024/06/GHSA-23cc-8qjh-m5rg/GHSA-23cc-8qjh-m5rg.json +++ b/advisories/unreviewed/2024/06/GHSA-23cc-8qjh-m5rg/GHSA-23cc-8qjh-m5rg.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-2pvg-pmc4-vr2x/GHSA-2pvg-pmc4-vr2x.json b/advisories/unreviewed/2024/06/GHSA-2pvg-pmc4-vr2x/GHSA-2pvg-pmc4-vr2x.json index 7249bff435b..b23aaaf2eed 100644 --- a/advisories/unreviewed/2024/06/GHSA-2pvg-pmc4-vr2x/GHSA-2pvg-pmc4-vr2x.json +++ b/advisories/unreviewed/2024/06/GHSA-2pvg-pmc4-vr2x/GHSA-2pvg-pmc4-vr2x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-49m8-f75j-fw3p/GHSA-49m8-f75j-fw3p.json b/advisories/unreviewed/2024/06/GHSA-49m8-f75j-fw3p/GHSA-49m8-f75j-fw3p.json index 37018ad1c34..70f416fd032 100644 --- a/advisories/unreviewed/2024/06/GHSA-49m8-f75j-fw3p/GHSA-49m8-f75j-fw3p.json +++ b/advisories/unreviewed/2024/06/GHSA-49m8-f75j-fw3p/GHSA-49m8-f75j-fw3p.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-49mm-8468-22hq/GHSA-49mm-8468-22hq.json b/advisories/unreviewed/2024/06/GHSA-49mm-8468-22hq/GHSA-49mm-8468-22hq.json index 38cc60718ca..0af91ea8d4c 100644 --- a/advisories/unreviewed/2024/06/GHSA-49mm-8468-22hq/GHSA-49mm-8468-22hq.json +++ b/advisories/unreviewed/2024/06/GHSA-49mm-8468-22hq/GHSA-49mm-8468-22hq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-76c5-v32j-jj2x/GHSA-76c5-v32j-jj2x.json b/advisories/unreviewed/2024/06/GHSA-76c5-v32j-jj2x/GHSA-76c5-v32j-jj2x.json index 136cf97db40..cc976635cd4 100644 --- a/advisories/unreviewed/2024/06/GHSA-76c5-v32j-jj2x/GHSA-76c5-v32j-jj2x.json +++ b/advisories/unreviewed/2024/06/GHSA-76c5-v32j-jj2x/GHSA-76c5-v32j-jj2x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-8vwj-6qr9-pvp7/GHSA-8vwj-6qr9-pvp7.json b/advisories/unreviewed/2024/06/GHSA-8vwj-6qr9-pvp7/GHSA-8vwj-6qr9-pvp7.json index cbe3ffed167..ebb4ed83e74 100644 --- a/advisories/unreviewed/2024/06/GHSA-8vwj-6qr9-pvp7/GHSA-8vwj-6qr9-pvp7.json +++ b/advisories/unreviewed/2024/06/GHSA-8vwj-6qr9-pvp7/GHSA-8vwj-6qr9-pvp7.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-c8cc-57pq-936r/GHSA-c8cc-57pq-936r.json b/advisories/unreviewed/2024/06/GHSA-c8cc-57pq-936r/GHSA-c8cc-57pq-936r.json index e2e0424e7e3..e3667a30715 100644 --- a/advisories/unreviewed/2024/06/GHSA-c8cc-57pq-936r/GHSA-c8cc-57pq-936r.json +++ b/advisories/unreviewed/2024/06/GHSA-c8cc-57pq-936r/GHSA-c8cc-57pq-936r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-cvfx-wfgc-g5xw/GHSA-cvfx-wfgc-g5xw.json b/advisories/unreviewed/2024/06/GHSA-cvfx-wfgc-g5xw/GHSA-cvfx-wfgc-g5xw.json index 925f169e40b..c6aa531169e 100644 --- a/advisories/unreviewed/2024/06/GHSA-cvfx-wfgc-g5xw/GHSA-cvfx-wfgc-g5xw.json +++ b/advisories/unreviewed/2024/06/GHSA-cvfx-wfgc-g5xw/GHSA-cvfx-wfgc-g5xw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-f8pm-jr2j-2vwf/GHSA-f8pm-jr2j-2vwf.json b/advisories/unreviewed/2024/06/GHSA-f8pm-jr2j-2vwf/GHSA-f8pm-jr2j-2vwf.json index df3b60dbe51..5da77b63475 100644 --- a/advisories/unreviewed/2024/06/GHSA-f8pm-jr2j-2vwf/GHSA-f8pm-jr2j-2vwf.json +++ b/advisories/unreviewed/2024/06/GHSA-f8pm-jr2j-2vwf/GHSA-f8pm-jr2j-2vwf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-gcgr-r4h6-g3px/GHSA-gcgr-r4h6-g3px.json b/advisories/unreviewed/2024/06/GHSA-gcgr-r4h6-g3px/GHSA-gcgr-r4h6-g3px.json index 139b88548cc..5e0f1141625 100644 --- a/advisories/unreviewed/2024/06/GHSA-gcgr-r4h6-g3px/GHSA-gcgr-r4h6-g3px.json +++ b/advisories/unreviewed/2024/06/GHSA-gcgr-r4h6-g3px/GHSA-gcgr-r4h6-g3px.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-gr6r-fxgm-72rq/GHSA-gr6r-fxgm-72rq.json b/advisories/unreviewed/2024/06/GHSA-gr6r-fxgm-72rq/GHSA-gr6r-fxgm-72rq.json index b4c926c753c..6b6d162d764 100644 --- a/advisories/unreviewed/2024/06/GHSA-gr6r-fxgm-72rq/GHSA-gr6r-fxgm-72rq.json +++ b/advisories/unreviewed/2024/06/GHSA-gr6r-fxgm-72rq/GHSA-gr6r-fxgm-72rq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-hmgj-4596-mmpr/GHSA-hmgj-4596-mmpr.json b/advisories/unreviewed/2024/06/GHSA-hmgj-4596-mmpr/GHSA-hmgj-4596-mmpr.json index 57411333dfb..8492cbf471d 100644 --- a/advisories/unreviewed/2024/06/GHSA-hmgj-4596-mmpr/GHSA-hmgj-4596-mmpr.json +++ b/advisories/unreviewed/2024/06/GHSA-hmgj-4596-mmpr/GHSA-hmgj-4596-mmpr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-j36h-6hh5-9jw6/GHSA-j36h-6hh5-9jw6.json b/advisories/unreviewed/2024/06/GHSA-j36h-6hh5-9jw6/GHSA-j36h-6hh5-9jw6.json index 47279bf65cc..6052654a250 100644 --- a/advisories/unreviewed/2024/06/GHSA-j36h-6hh5-9jw6/GHSA-j36h-6hh5-9jw6.json +++ b/advisories/unreviewed/2024/06/GHSA-j36h-6hh5-9jw6/GHSA-j36h-6hh5-9jw6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-m5jq-qvgg-36pq/GHSA-m5jq-qvgg-36pq.json b/advisories/unreviewed/2024/06/GHSA-m5jq-qvgg-36pq/GHSA-m5jq-qvgg-36pq.json index 32d962a5ddd..f2d4061f4f5 100644 --- a/advisories/unreviewed/2024/06/GHSA-m5jq-qvgg-36pq/GHSA-m5jq-qvgg-36pq.json +++ b/advisories/unreviewed/2024/06/GHSA-m5jq-qvgg-36pq/GHSA-m5jq-qvgg-36pq.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-mhr3-x4xm-6j7c/GHSA-mhr3-x4xm-6j7c.json b/advisories/unreviewed/2024/06/GHSA-mhr3-x4xm-6j7c/GHSA-mhr3-x4xm-6j7c.json index 4943c5faa12..be97612e6ef 100644 --- a/advisories/unreviewed/2024/06/GHSA-mhr3-x4xm-6j7c/GHSA-mhr3-x4xm-6j7c.json +++ b/advisories/unreviewed/2024/06/GHSA-mhr3-x4xm-6j7c/GHSA-mhr3-x4xm-6j7c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-rh54-rh9r-p3ph/GHSA-rh54-rh9r-p3ph.json b/advisories/unreviewed/2024/06/GHSA-rh54-rh9r-p3ph/GHSA-rh54-rh9r-p3ph.json index a280d28719c..0d8149217d4 100644 --- a/advisories/unreviewed/2024/06/GHSA-rh54-rh9r-p3ph/GHSA-rh54-rh9r-p3ph.json +++ b/advisories/unreviewed/2024/06/GHSA-rh54-rh9r-p3ph/GHSA-rh54-rh9r-p3ph.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-rmx5-8m2v-hpmw/GHSA-rmx5-8m2v-hpmw.json b/advisories/unreviewed/2024/06/GHSA-rmx5-8m2v-hpmw/GHSA-rmx5-8m2v-hpmw.json index b19df5b63c0..b34e0f38697 100644 --- a/advisories/unreviewed/2024/06/GHSA-rmx5-8m2v-hpmw/GHSA-rmx5-8m2v-hpmw.json +++ b/advisories/unreviewed/2024/06/GHSA-rmx5-8m2v-hpmw/GHSA-rmx5-8m2v-hpmw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-v865-6qv6-w5m2/GHSA-v865-6qv6-w5m2.json b/advisories/unreviewed/2024/06/GHSA-v865-6qv6-w5m2/GHSA-v865-6qv6-w5m2.json index c231e35a62f..b9c1b7d10fd 100644 --- a/advisories/unreviewed/2024/06/GHSA-v865-6qv6-w5m2/GHSA-v865-6qv6-w5m2.json +++ b/advisories/unreviewed/2024/06/GHSA-v865-6qv6-w5m2/GHSA-v865-6qv6-w5m2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-v8p9-qjc4-7jhh/GHSA-v8p9-qjc4-7jhh.json b/advisories/unreviewed/2024/06/GHSA-v8p9-qjc4-7jhh/GHSA-v8p9-qjc4-7jhh.json index 0b9401fd746..2d110ef19c9 100644 --- a/advisories/unreviewed/2024/06/GHSA-v8p9-qjc4-7jhh/GHSA-v8p9-qjc4-7jhh.json +++ b/advisories/unreviewed/2024/06/GHSA-v8p9-qjc4-7jhh/GHSA-v8p9-qjc4-7jhh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-xrrx-xr48-h4jv/GHSA-xrrx-xr48-h4jv.json b/advisories/unreviewed/2024/06/GHSA-xrrx-xr48-h4jv/GHSA-xrrx-xr48-h4jv.json index dc56d5a7ff4..001a4d532e1 100644 --- a/advisories/unreviewed/2024/06/GHSA-xrrx-xr48-h4jv/GHSA-xrrx-xr48-h4jv.json +++ b/advisories/unreviewed/2024/06/GHSA-xrrx-xr48-h4jv/GHSA-xrrx-xr48-h4jv.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-247v-6wr5-3wf3/GHSA-247v-6wr5-3wf3.json b/advisories/unreviewed/2024/07/GHSA-247v-6wr5-3wf3/GHSA-247v-6wr5-3wf3.json index 6fb15282aa5..d66bc6d3b65 100644 --- a/advisories/unreviewed/2024/07/GHSA-247v-6wr5-3wf3/GHSA-247v-6wr5-3wf3.json +++ b/advisories/unreviewed/2024/07/GHSA-247v-6wr5-3wf3/GHSA-247v-6wr5-3wf3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-24g8-xhgr-ch6g/GHSA-24g8-xhgr-ch6g.json b/advisories/unreviewed/2024/07/GHSA-24g8-xhgr-ch6g/GHSA-24g8-xhgr-ch6g.json index 28cec7535dd..371a8692350 100644 --- a/advisories/unreviewed/2024/07/GHSA-24g8-xhgr-ch6g/GHSA-24g8-xhgr-ch6g.json +++ b/advisories/unreviewed/2024/07/GHSA-24g8-xhgr-ch6g/GHSA-24g8-xhgr-ch6g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-2g2p-m572-cj69/GHSA-2g2p-m572-cj69.json b/advisories/unreviewed/2024/07/GHSA-2g2p-m572-cj69/GHSA-2g2p-m572-cj69.json index a123d17cbb9..d184d882065 100644 --- a/advisories/unreviewed/2024/07/GHSA-2g2p-m572-cj69/GHSA-2g2p-m572-cj69.json +++ b/advisories/unreviewed/2024/07/GHSA-2g2p-m572-cj69/GHSA-2g2p-m572-cj69.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-2jcw-rxcr-pwmp/GHSA-2jcw-rxcr-pwmp.json b/advisories/unreviewed/2024/07/GHSA-2jcw-rxcr-pwmp/GHSA-2jcw-rxcr-pwmp.json index 2c785b40fa7..bc1fe3d7ff1 100644 --- a/advisories/unreviewed/2024/07/GHSA-2jcw-rxcr-pwmp/GHSA-2jcw-rxcr-pwmp.json +++ b/advisories/unreviewed/2024/07/GHSA-2jcw-rxcr-pwmp/GHSA-2jcw-rxcr-pwmp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -55,9 +53,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/07/GHSA-2m5h-vv32-6gjr/GHSA-2m5h-vv32-6gjr.json b/advisories/unreviewed/2024/07/GHSA-2m5h-vv32-6gjr/GHSA-2m5h-vv32-6gjr.json index 031c0dc94ec..c55fda922b7 100644 --- a/advisories/unreviewed/2024/07/GHSA-2m5h-vv32-6gjr/GHSA-2m5h-vv32-6gjr.json +++ b/advisories/unreviewed/2024/07/GHSA-2m5h-vv32-6gjr/GHSA-2m5h-vv32-6gjr.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:A/AC:H/AT:N/PR:H/UI:A/VC:H/VI:H/VA:H/SC:L/SI:L/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-4mqw-v4pq-hg97/GHSA-4mqw-v4pq-hg97.json b/advisories/unreviewed/2024/07/GHSA-4mqw-v4pq-hg97/GHSA-4mqw-v4pq-hg97.json index 23ff38bfa83..a5c285c2a72 100644 --- a/advisories/unreviewed/2024/07/GHSA-4mqw-v4pq-hg97/GHSA-4mqw-v4pq-hg97.json +++ b/advisories/unreviewed/2024/07/GHSA-4mqw-v4pq-hg97/GHSA-4mqw-v4pq-hg97.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/07/GHSA-4rqr-f9qq-h7w3/GHSA-4rqr-f9qq-h7w3.json b/advisories/unreviewed/2024/07/GHSA-4rqr-f9qq-h7w3/GHSA-4rqr-f9qq-h7w3.json index 41598bd288d..738f2c8a4d2 100644 --- a/advisories/unreviewed/2024/07/GHSA-4rqr-f9qq-h7w3/GHSA-4rqr-f9qq-h7w3.json +++ b/advisories/unreviewed/2024/07/GHSA-4rqr-f9qq-h7w3/GHSA-4rqr-f9qq-h7w3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/07/GHSA-53mw-8pff-677j/GHSA-53mw-8pff-677j.json b/advisories/unreviewed/2024/07/GHSA-53mw-8pff-677j/GHSA-53mw-8pff-677j.json index 80a908bedff..17ffb249e8a 100644 --- a/advisories/unreviewed/2024/07/GHSA-53mw-8pff-677j/GHSA-53mw-8pff-677j.json +++ b/advisories/unreviewed/2024/07/GHSA-53mw-8pff-677j/GHSA-53mw-8pff-677j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-5f54-j5vv-v7h2/GHSA-5f54-j5vv-v7h2.json b/advisories/unreviewed/2024/07/GHSA-5f54-j5vv-v7h2/GHSA-5f54-j5vv-v7h2.json index 82dc83635b4..ace1892b44c 100644 --- a/advisories/unreviewed/2024/07/GHSA-5f54-j5vv-v7h2/GHSA-5f54-j5vv-v7h2.json +++ b/advisories/unreviewed/2024/07/GHSA-5f54-j5vv-v7h2/GHSA-5f54-j5vv-v7h2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-5v69-92vw-fmjh/GHSA-5v69-92vw-fmjh.json b/advisories/unreviewed/2024/07/GHSA-5v69-92vw-fmjh/GHSA-5v69-92vw-fmjh.json index 2078192af78..0685dded364 100644 --- a/advisories/unreviewed/2024/07/GHSA-5v69-92vw-fmjh/GHSA-5v69-92vw-fmjh.json +++ b/advisories/unreviewed/2024/07/GHSA-5v69-92vw-fmjh/GHSA-5v69-92vw-fmjh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-68hr-2cr5-27vg/GHSA-68hr-2cr5-27vg.json b/advisories/unreviewed/2024/07/GHSA-68hr-2cr5-27vg/GHSA-68hr-2cr5-27vg.json index c5c4ac8fdb2..b751402a068 100644 --- a/advisories/unreviewed/2024/07/GHSA-68hr-2cr5-27vg/GHSA-68hr-2cr5-27vg.json +++ b/advisories/unreviewed/2024/07/GHSA-68hr-2cr5-27vg/GHSA-68hr-2cr5-27vg.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-6cq4-fw23-j7vw/GHSA-6cq4-fw23-j7vw.json b/advisories/unreviewed/2024/07/GHSA-6cq4-fw23-j7vw/GHSA-6cq4-fw23-j7vw.json index e96e5158501..43c73a90934 100644 --- a/advisories/unreviewed/2024/07/GHSA-6cq4-fw23-j7vw/GHSA-6cq4-fw23-j7vw.json +++ b/advisories/unreviewed/2024/07/GHSA-6cq4-fw23-j7vw/GHSA-6cq4-fw23-j7vw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-7g94-hfqc-q993/GHSA-7g94-hfqc-q993.json b/advisories/unreviewed/2024/07/GHSA-7g94-hfqc-q993/GHSA-7g94-hfqc-q993.json index d3b89a94385..76f82124be2 100644 --- a/advisories/unreviewed/2024/07/GHSA-7g94-hfqc-q993/GHSA-7g94-hfqc-q993.json +++ b/advisories/unreviewed/2024/07/GHSA-7g94-hfqc-q993/GHSA-7g94-hfqc-q993.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-7hc6-qhpj-2x7q/GHSA-7hc6-qhpj-2x7q.json b/advisories/unreviewed/2024/07/GHSA-7hc6-qhpj-2x7q/GHSA-7hc6-qhpj-2x7q.json index a6e51f2a395..ea5d68eb556 100644 --- a/advisories/unreviewed/2024/07/GHSA-7hc6-qhpj-2x7q/GHSA-7hc6-qhpj-2x7q.json +++ b/advisories/unreviewed/2024/07/GHSA-7hc6-qhpj-2x7q/GHSA-7hc6-qhpj-2x7q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/07/GHSA-7hm7-x364-qr2m/GHSA-7hm7-x364-qr2m.json b/advisories/unreviewed/2024/07/GHSA-7hm7-x364-qr2m/GHSA-7hm7-x364-qr2m.json index 22eb94ffb26..5a9e5115886 100644 --- a/advisories/unreviewed/2024/07/GHSA-7hm7-x364-qr2m/GHSA-7hm7-x364-qr2m.json +++ b/advisories/unreviewed/2024/07/GHSA-7hm7-x364-qr2m/GHSA-7hm7-x364-qr2m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-88qp-7q8w-jhw6/GHSA-88qp-7q8w-jhw6.json b/advisories/unreviewed/2024/07/GHSA-88qp-7q8w-jhw6/GHSA-88qp-7q8w-jhw6.json index eadde1d36d1..ddab857bc57 100644 --- a/advisories/unreviewed/2024/07/GHSA-88qp-7q8w-jhw6/GHSA-88qp-7q8w-jhw6.json +++ b/advisories/unreviewed/2024/07/GHSA-88qp-7q8w-jhw6/GHSA-88qp-7q8w-jhw6.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:M/U:Clear" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-8xhf-5jm8-p7c7/GHSA-8xhf-5jm8-p7c7.json b/advisories/unreviewed/2024/07/GHSA-8xhf-5jm8-p7c7/GHSA-8xhf-5jm8-p7c7.json index 554e7caf8e7..40e2612ae04 100644 --- a/advisories/unreviewed/2024/07/GHSA-8xhf-5jm8-p7c7/GHSA-8xhf-5jm8-p7c7.json +++ b/advisories/unreviewed/2024/07/GHSA-8xhf-5jm8-p7c7/GHSA-8xhf-5jm8-p7c7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-97m9-vjwc-7vr3/GHSA-97m9-vjwc-7vr3.json b/advisories/unreviewed/2024/07/GHSA-97m9-vjwc-7vr3/GHSA-97m9-vjwc-7vr3.json index e8a07864c71..052fd3c25de 100644 --- a/advisories/unreviewed/2024/07/GHSA-97m9-vjwc-7vr3/GHSA-97m9-vjwc-7vr3.json +++ b/advisories/unreviewed/2024/07/GHSA-97m9-vjwc-7vr3/GHSA-97m9-vjwc-7vr3.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-994f-f72h-4mcv/GHSA-994f-f72h-4mcv.json b/advisories/unreviewed/2024/07/GHSA-994f-f72h-4mcv/GHSA-994f-f72h-4mcv.json index b2116e1a415..094ed83340b 100644 --- a/advisories/unreviewed/2024/07/GHSA-994f-f72h-4mcv/GHSA-994f-f72h-4mcv.json +++ b/advisories/unreviewed/2024/07/GHSA-994f-f72h-4mcv/GHSA-994f-f72h-4mcv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/07/GHSA-9jc8-59pf-v4j9/GHSA-9jc8-59pf-v4j9.json b/advisories/unreviewed/2024/07/GHSA-9jc8-59pf-v4j9/GHSA-9jc8-59pf-v4j9.json index c1d7cada882..d2248d708dc 100644 --- a/advisories/unreviewed/2024/07/GHSA-9jc8-59pf-v4j9/GHSA-9jc8-59pf-v4j9.json +++ b/advisories/unreviewed/2024/07/GHSA-9jc8-59pf-v4j9/GHSA-9jc8-59pf-v4j9.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-9v6p-294w-vpfg/GHSA-9v6p-294w-vpfg.json b/advisories/unreviewed/2024/07/GHSA-9v6p-294w-vpfg/GHSA-9v6p-294w-vpfg.json index a277f694782..5ac1ba8499a 100644 --- a/advisories/unreviewed/2024/07/GHSA-9v6p-294w-vpfg/GHSA-9v6p-294w-vpfg.json +++ b/advisories/unreviewed/2024/07/GHSA-9v6p-294w-vpfg/GHSA-9v6p-294w-vpfg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-9xvm-xmw3-2hm2/GHSA-9xvm-xmw3-2hm2.json b/advisories/unreviewed/2024/07/GHSA-9xvm-xmw3-2hm2/GHSA-9xvm-xmw3-2hm2.json index fc03258cd4a..58c16b2d396 100644 --- a/advisories/unreviewed/2024/07/GHSA-9xvm-xmw3-2hm2/GHSA-9xvm-xmw3-2hm2.json +++ b/advisories/unreviewed/2024/07/GHSA-9xvm-xmw3-2hm2/GHSA-9xvm-xmw3-2hm2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/07/GHSA-cxjq-fmfx-pgf3/GHSA-cxjq-fmfx-pgf3.json b/advisories/unreviewed/2024/07/GHSA-cxjq-fmfx-pgf3/GHSA-cxjq-fmfx-pgf3.json index a2ec6d18852..2373a7bca5e 100644 --- a/advisories/unreviewed/2024/07/GHSA-cxjq-fmfx-pgf3/GHSA-cxjq-fmfx-pgf3.json +++ b/advisories/unreviewed/2024/07/GHSA-cxjq-fmfx-pgf3/GHSA-cxjq-fmfx-pgf3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-fw3f-4xpx-x3jp/GHSA-fw3f-4xpx-x3jp.json b/advisories/unreviewed/2024/07/GHSA-fw3f-4xpx-x3jp/GHSA-fw3f-4xpx-x3jp.json index d8220435556..2a516eb5d91 100644 --- a/advisories/unreviewed/2024/07/GHSA-fw3f-4xpx-x3jp/GHSA-fw3f-4xpx-x3jp.json +++ b/advisories/unreviewed/2024/07/GHSA-fw3f-4xpx-x3jp/GHSA-fw3f-4xpx-x3jp.json @@ -7,12 +7,8 @@ "CVE-2024-24970" ], "details": "Potential vulnerabilities have been identified in the HP Display Control software component within the HP Application Enabling Software Driver which might allow escalation of privilege. ", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/07/GHSA-g26m-8jhm-49c4/GHSA-g26m-8jhm-49c4.json b/advisories/unreviewed/2024/07/GHSA-g26m-8jhm-49c4/GHSA-g26m-8jhm-49c4.json index 706036f0bb2..65a669e516b 100644 --- a/advisories/unreviewed/2024/07/GHSA-g26m-8jhm-49c4/GHSA-g26m-8jhm-49c4.json +++ b/advisories/unreviewed/2024/07/GHSA-g26m-8jhm-49c4/GHSA-g26m-8jhm-49c4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-h8w3-xwp6-m9v8/GHSA-h8w3-xwp6-m9v8.json b/advisories/unreviewed/2024/07/GHSA-h8w3-xwp6-m9v8/GHSA-h8w3-xwp6-m9v8.json index 5706ff335f4..3858699c70d 100644 --- a/advisories/unreviewed/2024/07/GHSA-h8w3-xwp6-m9v8/GHSA-h8w3-xwp6-m9v8.json +++ b/advisories/unreviewed/2024/07/GHSA-h8w3-xwp6-m9v8/GHSA-h8w3-xwp6-m9v8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-h9cv-6mcv-ffr4/GHSA-h9cv-6mcv-ffr4.json b/advisories/unreviewed/2024/07/GHSA-h9cv-6mcv-ffr4/GHSA-h9cv-6mcv-ffr4.json index a39c9924a53..5fc925763f1 100644 --- a/advisories/unreviewed/2024/07/GHSA-h9cv-6mcv-ffr4/GHSA-h9cv-6mcv-ffr4.json +++ b/advisories/unreviewed/2024/07/GHSA-h9cv-6mcv-ffr4/GHSA-h9cv-6mcv-ffr4.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:A/AC:H/AT:N/PR:H/UI:P/VC:H/VI:L/VA:L/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-hgvf-w9wg-xph3/GHSA-hgvf-w9wg-xph3.json b/advisories/unreviewed/2024/07/GHSA-hgvf-w9wg-xph3/GHSA-hgvf-w9wg-xph3.json index 1c09800d08b..d5d03f363e5 100644 --- a/advisories/unreviewed/2024/07/GHSA-hgvf-w9wg-xph3/GHSA-hgvf-w9wg-xph3.json +++ b/advisories/unreviewed/2024/07/GHSA-hgvf-w9wg-xph3/GHSA-hgvf-w9wg-xph3.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-j53r-x8pp-944v/GHSA-j53r-x8pp-944v.json b/advisories/unreviewed/2024/07/GHSA-j53r-x8pp-944v/GHSA-j53r-x8pp-944v.json index 5d87aaff086..a7729425a84 100644 --- a/advisories/unreviewed/2024/07/GHSA-j53r-x8pp-944v/GHSA-j53r-x8pp-944v.json +++ b/advisories/unreviewed/2024/07/GHSA-j53r-x8pp-944v/GHSA-j53r-x8pp-944v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-jj6p-vx99-g288/GHSA-jj6p-vx99-g288.json b/advisories/unreviewed/2024/07/GHSA-jj6p-vx99-g288/GHSA-jj6p-vx99-g288.json index 801e709e366..e525d914d4a 100644 --- a/advisories/unreviewed/2024/07/GHSA-jj6p-vx99-g288/GHSA-jj6p-vx99-g288.json +++ b/advisories/unreviewed/2024/07/GHSA-jj6p-vx99-g288/GHSA-jj6p-vx99-g288.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-jx8h-rc52-2jx8/GHSA-jx8h-rc52-2jx8.json b/advisories/unreviewed/2024/07/GHSA-jx8h-rc52-2jx8/GHSA-jx8h-rc52-2jx8.json index 157bc128157..b5e1e8969c2 100644 --- a/advisories/unreviewed/2024/07/GHSA-jx8h-rc52-2jx8/GHSA-jx8h-rc52-2jx8.json +++ b/advisories/unreviewed/2024/07/GHSA-jx8h-rc52-2jx8/GHSA-jx8h-rc52-2jx8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-m46q-77c4-4v23/GHSA-m46q-77c4-4v23.json b/advisories/unreviewed/2024/07/GHSA-m46q-77c4-4v23/GHSA-m46q-77c4-4v23.json index ff1711f4217..6876f3b99d0 100644 --- a/advisories/unreviewed/2024/07/GHSA-m46q-77c4-4v23/GHSA-m46q-77c4-4v23.json +++ b/advisories/unreviewed/2024/07/GHSA-m46q-77c4-4v23/GHSA-m46q-77c4-4v23.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-mwj6-494m-mx84/GHSA-mwj6-494m-mx84.json b/advisories/unreviewed/2024/07/GHSA-mwj6-494m-mx84/GHSA-mwj6-494m-mx84.json index 82e197ddaaf..f54168f268f 100644 --- a/advisories/unreviewed/2024/07/GHSA-mwj6-494m-mx84/GHSA-mwj6-494m-mx84.json +++ b/advisories/unreviewed/2024/07/GHSA-mwj6-494m-mx84/GHSA-mwj6-494m-mx84.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-p9gv-wf2w-7v75/GHSA-p9gv-wf2w-7v75.json b/advisories/unreviewed/2024/07/GHSA-p9gv-wf2w-7v75/GHSA-p9gv-wf2w-7v75.json index 4f1bc007a94..02e995b300a 100644 --- a/advisories/unreviewed/2024/07/GHSA-p9gv-wf2w-7v75/GHSA-p9gv-wf2w-7v75.json +++ b/advisories/unreviewed/2024/07/GHSA-p9gv-wf2w-7v75/GHSA-p9gv-wf2w-7v75.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-pwfg-x9x2-f75m/GHSA-pwfg-x9x2-f75m.json b/advisories/unreviewed/2024/07/GHSA-pwfg-x9x2-f75m/GHSA-pwfg-x9x2-f75m.json index f855f00c6f0..982f20959f8 100644 --- a/advisories/unreviewed/2024/07/GHSA-pwfg-x9x2-f75m/GHSA-pwfg-x9x2-f75m.json +++ b/advisories/unreviewed/2024/07/GHSA-pwfg-x9x2-f75m/GHSA-pwfg-x9x2-f75m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-q22c-j54j-x955/GHSA-q22c-j54j-x955.json b/advisories/unreviewed/2024/07/GHSA-q22c-j54j-x955/GHSA-q22c-j54j-x955.json index b9e1314f280..45ef8eee7eb 100644 --- a/advisories/unreviewed/2024/07/GHSA-q22c-j54j-x955/GHSA-q22c-j54j-x955.json +++ b/advisories/unreviewed/2024/07/GHSA-q22c-j54j-x955/GHSA-q22c-j54j-x955.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-q77q-33v2-m8hr/GHSA-q77q-33v2-m8hr.json b/advisories/unreviewed/2024/07/GHSA-q77q-33v2-m8hr/GHSA-q77q-33v2-m8hr.json index 9d3dbbb3aaf..48eb9def19e 100644 --- a/advisories/unreviewed/2024/07/GHSA-q77q-33v2-m8hr/GHSA-q77q-33v2-m8hr.json +++ b/advisories/unreviewed/2024/07/GHSA-q77q-33v2-m8hr/GHSA-q77q-33v2-m8hr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-q9gp-xh68-xx23/GHSA-q9gp-xh68-xx23.json b/advisories/unreviewed/2024/07/GHSA-q9gp-xh68-xx23/GHSA-q9gp-xh68-xx23.json index 9e92a66db5b..b80803b0986 100644 --- a/advisories/unreviewed/2024/07/GHSA-q9gp-xh68-xx23/GHSA-q9gp-xh68-xx23.json +++ b/advisories/unreviewed/2024/07/GHSA-q9gp-xh68-xx23/GHSA-q9gp-xh68-xx23.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-rh49-2pgm-pg8g/GHSA-rh49-2pgm-pg8g.json b/advisories/unreviewed/2024/07/GHSA-rh49-2pgm-pg8g/GHSA-rh49-2pgm-pg8g.json index 708ea01f33f..c629b2c320e 100644 --- a/advisories/unreviewed/2024/07/GHSA-rh49-2pgm-pg8g/GHSA-rh49-2pgm-pg8g.json +++ b/advisories/unreviewed/2024/07/GHSA-rh49-2pgm-pg8g/GHSA-rh49-2pgm-pg8g.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-rvv6-prwm-hr9j/GHSA-rvv6-prwm-hr9j.json b/advisories/unreviewed/2024/07/GHSA-rvv6-prwm-hr9j/GHSA-rvv6-prwm-hr9j.json index 2af6994cdda..01bc055a1f2 100644 --- a/advisories/unreviewed/2024/07/GHSA-rvv6-prwm-hr9j/GHSA-rvv6-prwm-hr9j.json +++ b/advisories/unreviewed/2024/07/GHSA-rvv6-prwm-hr9j/GHSA-rvv6-prwm-hr9j.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-rxm2-9pqc-4vv2/GHSA-rxm2-9pqc-4vv2.json b/advisories/unreviewed/2024/07/GHSA-rxm2-9pqc-4vv2/GHSA-rxm2-9pqc-4vv2.json index 76415d14c3b..3a943782e8a 100644 --- a/advisories/unreviewed/2024/07/GHSA-rxm2-9pqc-4vv2/GHSA-rxm2-9pqc-4vv2.json +++ b/advisories/unreviewed/2024/07/GHSA-rxm2-9pqc-4vv2/GHSA-rxm2-9pqc-4vv2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-v3v6-h9vm-h39c/GHSA-v3v6-h9vm-h39c.json b/advisories/unreviewed/2024/07/GHSA-v3v6-h9vm-h39c/GHSA-v3v6-h9vm-h39c.json index 3a8bc59487f..ed84240a16e 100644 --- a/advisories/unreviewed/2024/07/GHSA-v3v6-h9vm-h39c/GHSA-v3v6-h9vm-h39c.json +++ b/advisories/unreviewed/2024/07/GHSA-v3v6-h9vm-h39c/GHSA-v3v6-h9vm-h39c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-v455-6gg4-rqvp/GHSA-v455-6gg4-rqvp.json b/advisories/unreviewed/2024/07/GHSA-v455-6gg4-rqvp/GHSA-v455-6gg4-rqvp.json index b5fb934b192..a253a5996ac 100644 --- a/advisories/unreviewed/2024/07/GHSA-v455-6gg4-rqvp/GHSA-v455-6gg4-rqvp.json +++ b/advisories/unreviewed/2024/07/GHSA-v455-6gg4-rqvp/GHSA-v455-6gg4-rqvp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-vf38-34c2-p6j8/GHSA-vf38-34c2-p6j8.json b/advisories/unreviewed/2024/07/GHSA-vf38-34c2-p6j8/GHSA-vf38-34c2-p6j8.json index 3fd03ff4b00..d4b6fb379b2 100644 --- a/advisories/unreviewed/2024/07/GHSA-vf38-34c2-p6j8/GHSA-vf38-34c2-p6j8.json +++ b/advisories/unreviewed/2024/07/GHSA-vf38-34c2-p6j8/GHSA-vf38-34c2-p6j8.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:M/U:Clear" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-vjgx-4h24-68wp/GHSA-vjgx-4h24-68wp.json b/advisories/unreviewed/2024/07/GHSA-vjgx-4h24-68wp/GHSA-vjgx-4h24-68wp.json index 133ca609ab2..f054da11539 100644 --- a/advisories/unreviewed/2024/07/GHSA-vjgx-4h24-68wp/GHSA-vjgx-4h24-68wp.json +++ b/advisories/unreviewed/2024/07/GHSA-vjgx-4h24-68wp/GHSA-vjgx-4h24-68wp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-vwc8-7rg6-jffc/GHSA-vwc8-7rg6-jffc.json b/advisories/unreviewed/2024/07/GHSA-vwc8-7rg6-jffc/GHSA-vwc8-7rg6-jffc.json index e1751a6f8d8..e0b49fbe8b7 100644 --- a/advisories/unreviewed/2024/07/GHSA-vwc8-7rg6-jffc/GHSA-vwc8-7rg6-jffc.json +++ b/advisories/unreviewed/2024/07/GHSA-vwc8-7rg6-jffc/GHSA-vwc8-7rg6-jffc.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:P/PR:H/UI:P/VC:L/VI:H/VA:N/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-w7m5-fr55-qch7/GHSA-w7m5-fr55-qch7.json b/advisories/unreviewed/2024/07/GHSA-w7m5-fr55-qch7/GHSA-w7m5-fr55-qch7.json index 18827e8d011..66c3a3ea486 100644 --- a/advisories/unreviewed/2024/07/GHSA-w7m5-fr55-qch7/GHSA-w7m5-fr55-qch7.json +++ b/advisories/unreviewed/2024/07/GHSA-w7m5-fr55-qch7/GHSA-w7m5-fr55-qch7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/07/GHSA-w8fj-xvmx-vq79/GHSA-w8fj-xvmx-vq79.json b/advisories/unreviewed/2024/07/GHSA-w8fj-xvmx-vq79/GHSA-w8fj-xvmx-vq79.json index 2d17b3d1f27..a7477655ea4 100644 --- a/advisories/unreviewed/2024/07/GHSA-w8fj-xvmx-vq79/GHSA-w8fj-xvmx-vq79.json +++ b/advisories/unreviewed/2024/07/GHSA-w8fj-xvmx-vq79/GHSA-w8fj-xvmx-vq79.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-wgpq-79rc-3fgg/GHSA-wgpq-79rc-3fgg.json b/advisories/unreviewed/2024/07/GHSA-wgpq-79rc-3fgg/GHSA-wgpq-79rc-3fgg.json index 47b58e6355a..ce5c21f1b93 100644 --- a/advisories/unreviewed/2024/07/GHSA-wgpq-79rc-3fgg/GHSA-wgpq-79rc-3fgg.json +++ b/advisories/unreviewed/2024/07/GHSA-wgpq-79rc-3fgg/GHSA-wgpq-79rc-3fgg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-2cjv-x29w-r6rm/GHSA-2cjv-x29w-r6rm.json b/advisories/unreviewed/2024/08/GHSA-2cjv-x29w-r6rm/GHSA-2cjv-x29w-r6rm.json index 0c0daf7d3b7..85cc9c434bd 100644 --- a/advisories/unreviewed/2024/08/GHSA-2cjv-x29w-r6rm/GHSA-2cjv-x29w-r6rm.json +++ b/advisories/unreviewed/2024/08/GHSA-2cjv-x29w-r6rm/GHSA-2cjv-x29w-r6rm.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-3cj6-45x3-vrjj/GHSA-3cj6-45x3-vrjj.json b/advisories/unreviewed/2024/08/GHSA-3cj6-45x3-vrjj/GHSA-3cj6-45x3-vrjj.json index 1d900233d1b..171a98532a7 100644 --- a/advisories/unreviewed/2024/08/GHSA-3cj6-45x3-vrjj/GHSA-3cj6-45x3-vrjj.json +++ b/advisories/unreviewed/2024/08/GHSA-3cj6-45x3-vrjj/GHSA-3cj6-45x3-vrjj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-3xww-gg44-m2qc/GHSA-3xww-gg44-m2qc.json b/advisories/unreviewed/2024/08/GHSA-3xww-gg44-m2qc/GHSA-3xww-gg44-m2qc.json index 26839644338..9bc2f16193c 100644 --- a/advisories/unreviewed/2024/08/GHSA-3xww-gg44-m2qc/GHSA-3xww-gg44-m2qc.json +++ b/advisories/unreviewed/2024/08/GHSA-3xww-gg44-m2qc/GHSA-3xww-gg44-m2qc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-6c2h-4vcm-x8p4/GHSA-6c2h-4vcm-x8p4.json b/advisories/unreviewed/2024/08/GHSA-6c2h-4vcm-x8p4/GHSA-6c2h-4vcm-x8p4.json index 2004b56790a..b7bf0f29ed5 100644 --- a/advisories/unreviewed/2024/08/GHSA-6c2h-4vcm-x8p4/GHSA-6c2h-4vcm-x8p4.json +++ b/advisories/unreviewed/2024/08/GHSA-6c2h-4vcm-x8p4/GHSA-6c2h-4vcm-x8p4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-6fcq-8rv2-rc2j/GHSA-6fcq-8rv2-rc2j.json b/advisories/unreviewed/2024/08/GHSA-6fcq-8rv2-rc2j/GHSA-6fcq-8rv2-rc2j.json index 0ba2886bbf9..a7c4f169816 100644 --- a/advisories/unreviewed/2024/08/GHSA-6fcq-8rv2-rc2j/GHSA-6fcq-8rv2-rc2j.json +++ b/advisories/unreviewed/2024/08/GHSA-6fcq-8rv2-rc2j/GHSA-6fcq-8rv2-rc2j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-76rf-j9m6-mjgj/GHSA-76rf-j9m6-mjgj.json b/advisories/unreviewed/2024/08/GHSA-76rf-j9m6-mjgj/GHSA-76rf-j9m6-mjgj.json index c4b6be14b95..4905c6aef0f 100644 --- a/advisories/unreviewed/2024/08/GHSA-76rf-j9m6-mjgj/GHSA-76rf-j9m6-mjgj.json +++ b/advisories/unreviewed/2024/08/GHSA-76rf-j9m6-mjgj/GHSA-76rf-j9m6-mjgj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-7j9r-86q2-3pwq/GHSA-7j9r-86q2-3pwq.json b/advisories/unreviewed/2024/08/GHSA-7j9r-86q2-3pwq/GHSA-7j9r-86q2-3pwq.json index cba2becf95f..e020716c559 100644 --- a/advisories/unreviewed/2024/08/GHSA-7j9r-86q2-3pwq/GHSA-7j9r-86q2-3pwq.json +++ b/advisories/unreviewed/2024/08/GHSA-7j9r-86q2-3pwq/GHSA-7j9r-86q2-3pwq.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-7r5c-r5ww-995h/GHSA-7r5c-r5ww-995h.json b/advisories/unreviewed/2024/08/GHSA-7r5c-r5ww-995h/GHSA-7r5c-r5ww-995h.json index 0eda4f3bf34..941588ee0b7 100644 --- a/advisories/unreviewed/2024/08/GHSA-7r5c-r5ww-995h/GHSA-7r5c-r5ww-995h.json +++ b/advisories/unreviewed/2024/08/GHSA-7r5c-r5ww-995h/GHSA-7r5c-r5ww-995h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-7vp8-wwfv-6g24/GHSA-7vp8-wwfv-6g24.json b/advisories/unreviewed/2024/08/GHSA-7vp8-wwfv-6g24/GHSA-7vp8-wwfv-6g24.json index 74aee6f4a64..f22df17b7e8 100644 --- a/advisories/unreviewed/2024/08/GHSA-7vp8-wwfv-6g24/GHSA-7vp8-wwfv-6g24.json +++ b/advisories/unreviewed/2024/08/GHSA-7vp8-wwfv-6g24/GHSA-7vp8-wwfv-6g24.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-c23f-2mjw-h676/GHSA-c23f-2mjw-h676.json b/advisories/unreviewed/2024/08/GHSA-c23f-2mjw-h676/GHSA-c23f-2mjw-h676.json index 6407738bf2f..78b231565ce 100644 --- a/advisories/unreviewed/2024/08/GHSA-c23f-2mjw-h676/GHSA-c23f-2mjw-h676.json +++ b/advisories/unreviewed/2024/08/GHSA-c23f-2mjw-h676/GHSA-c23f-2mjw-h676.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-c45v-q3w8-jqpq/GHSA-c45v-q3w8-jqpq.json b/advisories/unreviewed/2024/08/GHSA-c45v-q3w8-jqpq/GHSA-c45v-q3w8-jqpq.json index 5257414e754..2c15797104f 100644 --- a/advisories/unreviewed/2024/08/GHSA-c45v-q3w8-jqpq/GHSA-c45v-q3w8-jqpq.json +++ b/advisories/unreviewed/2024/08/GHSA-c45v-q3w8-jqpq/GHSA-c45v-q3w8-jqpq.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-f5r3-g3cg-82j6/GHSA-f5r3-g3cg-82j6.json b/advisories/unreviewed/2024/08/GHSA-f5r3-g3cg-82j6/GHSA-f5r3-g3cg-82j6.json index 36d21d62c85..ad6bee3bba3 100644 --- a/advisories/unreviewed/2024/08/GHSA-f5r3-g3cg-82j6/GHSA-f5r3-g3cg-82j6.json +++ b/advisories/unreviewed/2024/08/GHSA-f5r3-g3cg-82j6/GHSA-f5r3-g3cg-82j6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-gq64-pw9q-3fw2/GHSA-gq64-pw9q-3fw2.json b/advisories/unreviewed/2024/08/GHSA-gq64-pw9q-3fw2/GHSA-gq64-pw9q-3fw2.json index c0afb096b0e..dc4fda6eea8 100644 --- a/advisories/unreviewed/2024/08/GHSA-gq64-pw9q-3fw2/GHSA-gq64-pw9q-3fw2.json +++ b/advisories/unreviewed/2024/08/GHSA-gq64-pw9q-3fw2/GHSA-gq64-pw9q-3fw2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-h363-vrwv-gpwf/GHSA-h363-vrwv-gpwf.json b/advisories/unreviewed/2024/08/GHSA-h363-vrwv-gpwf/GHSA-h363-vrwv-gpwf.json index 53a5c3d86fb..895694f1744 100644 --- a/advisories/unreviewed/2024/08/GHSA-h363-vrwv-gpwf/GHSA-h363-vrwv-gpwf.json +++ b/advisories/unreviewed/2024/08/GHSA-h363-vrwv-gpwf/GHSA-h363-vrwv-gpwf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-h6q6-xxwv-mm6v/GHSA-h6q6-xxwv-mm6v.json b/advisories/unreviewed/2024/08/GHSA-h6q6-xxwv-mm6v/GHSA-h6q6-xxwv-mm6v.json index 69f4c561281..4207b82b1e9 100644 --- a/advisories/unreviewed/2024/08/GHSA-h6q6-xxwv-mm6v/GHSA-h6q6-xxwv-mm6v.json +++ b/advisories/unreviewed/2024/08/GHSA-h6q6-xxwv-mm6v/GHSA-h6q6-xxwv-mm6v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/08/GHSA-hg7f-mj9p-7743/GHSA-hg7f-mj9p-7743.json b/advisories/unreviewed/2024/08/GHSA-hg7f-mj9p-7743/GHSA-hg7f-mj9p-7743.json index 6147a877c76..f5303c79c38 100644 --- a/advisories/unreviewed/2024/08/GHSA-hg7f-mj9p-7743/GHSA-hg7f-mj9p-7743.json +++ b/advisories/unreviewed/2024/08/GHSA-hg7f-mj9p-7743/GHSA-hg7f-mj9p-7743.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-hrmq-f443-c64x/GHSA-hrmq-f443-c64x.json b/advisories/unreviewed/2024/08/GHSA-hrmq-f443-c64x/GHSA-hrmq-f443-c64x.json index d6f50999a16..da4ee642cd3 100644 --- a/advisories/unreviewed/2024/08/GHSA-hrmq-f443-c64x/GHSA-hrmq-f443-c64x.json +++ b/advisories/unreviewed/2024/08/GHSA-hrmq-f443-c64x/GHSA-hrmq-f443-c64x.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-j2v8-96v9-794g/GHSA-j2v8-96v9-794g.json b/advisories/unreviewed/2024/08/GHSA-j2v8-96v9-794g/GHSA-j2v8-96v9-794g.json index 468c0c754c9..ef23e69d8fc 100644 --- a/advisories/unreviewed/2024/08/GHSA-j2v8-96v9-794g/GHSA-j2v8-96v9-794g.json +++ b/advisories/unreviewed/2024/08/GHSA-j2v8-96v9-794g/GHSA-j2v8-96v9-794g.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-j88q-33h3-g8px/GHSA-j88q-33h3-g8px.json b/advisories/unreviewed/2024/08/GHSA-j88q-33h3-g8px/GHSA-j88q-33h3-g8px.json index f4d92575286..83d87d260d5 100644 --- a/advisories/unreviewed/2024/08/GHSA-j88q-33h3-g8px/GHSA-j88q-33h3-g8px.json +++ b/advisories/unreviewed/2024/08/GHSA-j88q-33h3-g8px/GHSA-j88q-33h3-g8px.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-jqgm-j6xq-3v4q/GHSA-jqgm-j6xq-3v4q.json b/advisories/unreviewed/2024/08/GHSA-jqgm-j6xq-3v4q/GHSA-jqgm-j6xq-3v4q.json index df88c588168..60b6ce3c2b1 100644 --- a/advisories/unreviewed/2024/08/GHSA-jqgm-j6xq-3v4q/GHSA-jqgm-j6xq-3v4q.json +++ b/advisories/unreviewed/2024/08/GHSA-jqgm-j6xq-3v4q/GHSA-jqgm-j6xq-3v4q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-mwp4-784j-f836/GHSA-mwp4-784j-f836.json b/advisories/unreviewed/2024/08/GHSA-mwp4-784j-f836/GHSA-mwp4-784j-f836.json index 10364caf421..5023ba699ab 100644 --- a/advisories/unreviewed/2024/08/GHSA-mwp4-784j-f836/GHSA-mwp4-784j-f836.json +++ b/advisories/unreviewed/2024/08/GHSA-mwp4-784j-f836/GHSA-mwp4-784j-f836.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-q758-vrcm-h66f/GHSA-q758-vrcm-h66f.json b/advisories/unreviewed/2024/08/GHSA-q758-vrcm-h66f/GHSA-q758-vrcm-h66f.json index a59d5762068..aa8028579c3 100644 --- a/advisories/unreviewed/2024/08/GHSA-q758-vrcm-h66f/GHSA-q758-vrcm-h66f.json +++ b/advisories/unreviewed/2024/08/GHSA-q758-vrcm-h66f/GHSA-q758-vrcm-h66f.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-q7qh-f4pw-5h53/GHSA-q7qh-f4pw-5h53.json b/advisories/unreviewed/2024/08/GHSA-q7qh-f4pw-5h53/GHSA-q7qh-f4pw-5h53.json index 2ca36c01244..91777d2e686 100644 --- a/advisories/unreviewed/2024/08/GHSA-q7qh-f4pw-5h53/GHSA-q7qh-f4pw-5h53.json +++ b/advisories/unreviewed/2024/08/GHSA-q7qh-f4pw-5h53/GHSA-q7qh-f4pw-5h53.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-q866-q5rw-qh69/GHSA-q866-q5rw-qh69.json b/advisories/unreviewed/2024/08/GHSA-q866-q5rw-qh69/GHSA-q866-q5rw-qh69.json index da7586fc850..a767b4040ec 100644 --- a/advisories/unreviewed/2024/08/GHSA-q866-q5rw-qh69/GHSA-q866-q5rw-qh69.json +++ b/advisories/unreviewed/2024/08/GHSA-q866-q5rw-qh69/GHSA-q866-q5rw-qh69.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-qff8-h2gh-57qq/GHSA-qff8-h2gh-57qq.json b/advisories/unreviewed/2024/08/GHSA-qff8-h2gh-57qq/GHSA-qff8-h2gh-57qq.json index 7836a1ea446..0a9feb6d833 100644 --- a/advisories/unreviewed/2024/08/GHSA-qff8-h2gh-57qq/GHSA-qff8-h2gh-57qq.json +++ b/advisories/unreviewed/2024/08/GHSA-qff8-h2gh-57qq/GHSA-qff8-h2gh-57qq.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-r936-6588-v9v4/GHSA-r936-6588-v9v4.json b/advisories/unreviewed/2024/08/GHSA-r936-6588-v9v4/GHSA-r936-6588-v9v4.json index 8a1d76e4780..f7f79bdaa80 100644 --- a/advisories/unreviewed/2024/08/GHSA-r936-6588-v9v4/GHSA-r936-6588-v9v4.json +++ b/advisories/unreviewed/2024/08/GHSA-r936-6588-v9v4/GHSA-r936-6588-v9v4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-vcw3-hwj8-8j82/GHSA-vcw3-hwj8-8j82.json b/advisories/unreviewed/2024/08/GHSA-vcw3-hwj8-8j82/GHSA-vcw3-hwj8-8j82.json index 43e88053eac..7df83c0fce9 100644 --- a/advisories/unreviewed/2024/08/GHSA-vcw3-hwj8-8j82/GHSA-vcw3-hwj8-8j82.json +++ b/advisories/unreviewed/2024/08/GHSA-vcw3-hwj8-8j82/GHSA-vcw3-hwj8-8j82.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-vhrf-w875-h9vr/GHSA-vhrf-w875-h9vr.json b/advisories/unreviewed/2024/08/GHSA-vhrf-w875-h9vr/GHSA-vhrf-w875-h9vr.json index 83cb69eb284..b6a34926e92 100644 --- a/advisories/unreviewed/2024/08/GHSA-vhrf-w875-h9vr/GHSA-vhrf-w875-h9vr.json +++ b/advisories/unreviewed/2024/08/GHSA-vhrf-w875-h9vr/GHSA-vhrf-w875-h9vr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-wm87-x2vw-r6ch/GHSA-wm87-x2vw-r6ch.json b/advisories/unreviewed/2024/08/GHSA-wm87-x2vw-r6ch/GHSA-wm87-x2vw-r6ch.json index de99fa50151..bce24cd3cb5 100644 --- a/advisories/unreviewed/2024/08/GHSA-wm87-x2vw-r6ch/GHSA-wm87-x2vw-r6ch.json +++ b/advisories/unreviewed/2024/08/GHSA-wm87-x2vw-r6ch/GHSA-wm87-x2vw-r6ch.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-wpp2-87q7-h53v/GHSA-wpp2-87q7-h53v.json b/advisories/unreviewed/2024/08/GHSA-wpp2-87q7-h53v/GHSA-wpp2-87q7-h53v.json index a2a2fa17350..dcf544126a1 100644 --- a/advisories/unreviewed/2024/08/GHSA-wpp2-87q7-h53v/GHSA-wpp2-87q7-h53v.json +++ b/advisories/unreviewed/2024/08/GHSA-wpp2-87q7-h53v/GHSA-wpp2-87q7-h53v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-xxfg-vcwf-78fg/GHSA-xxfg-vcwf-78fg.json b/advisories/unreviewed/2024/08/GHSA-xxfg-vcwf-78fg/GHSA-xxfg-vcwf-78fg.json index 808f095e886..4d17312046d 100644 --- a/advisories/unreviewed/2024/08/GHSA-xxfg-vcwf-78fg/GHSA-xxfg-vcwf-78fg.json +++ b/advisories/unreviewed/2024/08/GHSA-xxfg-vcwf-78fg/GHSA-xxfg-vcwf-78fg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-9fcx-vcgw-ccc6/GHSA-9fcx-vcgw-ccc6.json b/advisories/unreviewed/2024/09/GHSA-9fcx-vcgw-ccc6/GHSA-9fcx-vcgw-ccc6.json index 1eb4960a1e7..983a28697ad 100644 --- a/advisories/unreviewed/2024/09/GHSA-9fcx-vcgw-ccc6/GHSA-9fcx-vcgw-ccc6.json +++ b/advisories/unreviewed/2024/09/GHSA-9fcx-vcgw-ccc6/GHSA-9fcx-vcgw-ccc6.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-26c6-c3h3-4qf7/GHSA-26c6-c3h3-4qf7.json b/advisories/unreviewed/2024/11/GHSA-26c6-c3h3-4qf7/GHSA-26c6-c3h3-4qf7.json index 7e27e265f67..1dc063ab3eb 100644 --- a/advisories/unreviewed/2024/11/GHSA-26c6-c3h3-4qf7/GHSA-26c6-c3h3-4qf7.json +++ b/advisories/unreviewed/2024/11/GHSA-26c6-c3h3-4qf7/GHSA-26c6-c3h3-4qf7.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:L/SI:L/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-3m8p-v336-pmqp/GHSA-3m8p-v336-pmqp.json b/advisories/unreviewed/2024/11/GHSA-3m8p-v336-pmqp/GHSA-3m8p-v336-pmqp.json index baaa9fba876..f0782832ab9 100644 --- a/advisories/unreviewed/2024/11/GHSA-3m8p-v336-pmqp/GHSA-3m8p-v336-pmqp.json +++ b/advisories/unreviewed/2024/11/GHSA-3m8p-v336-pmqp/GHSA-3m8p-v336-pmqp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-6cpc-423v-fx46/GHSA-6cpc-423v-fx46.json b/advisories/unreviewed/2024/11/GHSA-6cpc-423v-fx46/GHSA-6cpc-423v-fx46.json index debaa5c6caf..82752ca6cc0 100644 --- a/advisories/unreviewed/2024/11/GHSA-6cpc-423v-fx46/GHSA-6cpc-423v-fx46.json +++ b/advisories/unreviewed/2024/11/GHSA-6cpc-423v-fx46/GHSA-6cpc-423v-fx46.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-922w-vh7f-4cxh/GHSA-922w-vh7f-4cxh.json b/advisories/unreviewed/2024/11/GHSA-922w-vh7f-4cxh/GHSA-922w-vh7f-4cxh.json index f264b87a938..5d7c1a4b0d6 100644 --- a/advisories/unreviewed/2024/11/GHSA-922w-vh7f-4cxh/GHSA-922w-vh7f-4cxh.json +++ b/advisories/unreviewed/2024/11/GHSA-922w-vh7f-4cxh/GHSA-922w-vh7f-4cxh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-9hf2-v2rp-2vp6/GHSA-9hf2-v2rp-2vp6.json b/advisories/unreviewed/2024/11/GHSA-9hf2-v2rp-2vp6/GHSA-9hf2-v2rp-2vp6.json index 89b111f444a..d7c9572b8d1 100644 --- a/advisories/unreviewed/2024/11/GHSA-9hf2-v2rp-2vp6/GHSA-9hf2-v2rp-2vp6.json +++ b/advisories/unreviewed/2024/11/GHSA-9hf2-v2rp-2vp6/GHSA-9hf2-v2rp-2vp6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-ccr5-hmvm-37q5/GHSA-ccr5-hmvm-37q5.json b/advisories/unreviewed/2024/11/GHSA-ccr5-hmvm-37q5/GHSA-ccr5-hmvm-37q5.json index 9ca6b63758c..da70bb1fc23 100644 --- a/advisories/unreviewed/2024/11/GHSA-ccr5-hmvm-37q5/GHSA-ccr5-hmvm-37q5.json +++ b/advisories/unreviewed/2024/11/GHSA-ccr5-hmvm-37q5/GHSA-ccr5-hmvm-37q5.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:H/VA:N/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:N/R:U/V:D/RE:M/U:Amber" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-cwxp-jfgc-33px/GHSA-cwxp-jfgc-33px.json b/advisories/unreviewed/2024/11/GHSA-cwxp-jfgc-33px/GHSA-cwxp-jfgc-33px.json index 51d00ae7895..b5a0564a25d 100644 --- a/advisories/unreviewed/2024/11/GHSA-cwxp-jfgc-33px/GHSA-cwxp-jfgc-33px.json +++ b/advisories/unreviewed/2024/11/GHSA-cwxp-jfgc-33px/GHSA-cwxp-jfgc-33px.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-gfvv-6j3g-f3q4/GHSA-gfvv-6j3g-f3q4.json b/advisories/unreviewed/2024/11/GHSA-gfvv-6j3g-f3q4/GHSA-gfvv-6j3g-f3q4.json index 9518bcfa877..10ccddd5495 100644 --- a/advisories/unreviewed/2024/11/GHSA-gfvv-6j3g-f3q4/GHSA-gfvv-6j3g-f3q4.json +++ b/advisories/unreviewed/2024/11/GHSA-gfvv-6j3g-f3q4/GHSA-gfvv-6j3g-f3q4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-gx59-7g62-6xhg/GHSA-gx59-7g62-6xhg.json b/advisories/unreviewed/2024/11/GHSA-gx59-7g62-6xhg/GHSA-gx59-7g62-6xhg.json index f1a8c96b976..cc9afa9eb34 100644 --- a/advisories/unreviewed/2024/11/GHSA-gx59-7g62-6xhg/GHSA-gx59-7g62-6xhg.json +++ b/advisories/unreviewed/2024/11/GHSA-gx59-7g62-6xhg/GHSA-gx59-7g62-6xhg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-hh2j-x536-wrmf/GHSA-hh2j-x536-wrmf.json b/advisories/unreviewed/2024/11/GHSA-hh2j-x536-wrmf/GHSA-hh2j-x536-wrmf.json index 9906a8a156e..e24be74ac65 100644 --- a/advisories/unreviewed/2024/11/GHSA-hh2j-x536-wrmf/GHSA-hh2j-x536-wrmf.json +++ b/advisories/unreviewed/2024/11/GHSA-hh2j-x536-wrmf/GHSA-hh2j-x536-wrmf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-jfcq-6qwc-xqvx/GHSA-jfcq-6qwc-xqvx.json b/advisories/unreviewed/2024/11/GHSA-jfcq-6qwc-xqvx/GHSA-jfcq-6qwc-xqvx.json index 61cc2cba538..21b3e711599 100644 --- a/advisories/unreviewed/2024/11/GHSA-jfcq-6qwc-xqvx/GHSA-jfcq-6qwc-xqvx.json +++ b/advisories/unreviewed/2024/11/GHSA-jfcq-6qwc-xqvx/GHSA-jfcq-6qwc-xqvx.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:L/SI:L/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-jh84-9442-8q99/GHSA-jh84-9442-8q99.json b/advisories/unreviewed/2024/11/GHSA-jh84-9442-8q99/GHSA-jh84-9442-8q99.json index 870965ac670..36fa9a85a2e 100644 --- a/advisories/unreviewed/2024/11/GHSA-jh84-9442-8q99/GHSA-jh84-9442-8q99.json +++ b/advisories/unreviewed/2024/11/GHSA-jh84-9442-8q99/GHSA-jh84-9442-8q99.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-jm5w-96w4-8pcq/GHSA-jm5w-96w4-8pcq.json b/advisories/unreviewed/2024/11/GHSA-jm5w-96w4-8pcq/GHSA-jm5w-96w4-8pcq.json index 8c96265cfb6..5788c1bc6ed 100644 --- a/advisories/unreviewed/2024/11/GHSA-jm5w-96w4-8pcq/GHSA-jm5w-96w4-8pcq.json +++ b/advisories/unreviewed/2024/11/GHSA-jm5w-96w4-8pcq/GHSA-jm5w-96w4-8pcq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-pgwc-wgrf-gmj5/GHSA-pgwc-wgrf-gmj5.json b/advisories/unreviewed/2024/11/GHSA-pgwc-wgrf-gmj5/GHSA-pgwc-wgrf-gmj5.json index c1ae4333385..e5e9a6f7053 100644 --- a/advisories/unreviewed/2024/11/GHSA-pgwc-wgrf-gmj5/GHSA-pgwc-wgrf-gmj5.json +++ b/advisories/unreviewed/2024/11/GHSA-pgwc-wgrf-gmj5/GHSA-pgwc-wgrf-gmj5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-qm6j-3575-m93v/GHSA-qm6j-3575-m93v.json b/advisories/unreviewed/2024/11/GHSA-qm6j-3575-m93v/GHSA-qm6j-3575-m93v.json index 4813d5e1d42..80621aa68aa 100644 --- a/advisories/unreviewed/2024/11/GHSA-qm6j-3575-m93v/GHSA-qm6j-3575-m93v.json +++ b/advisories/unreviewed/2024/11/GHSA-qm6j-3575-m93v/GHSA-qm6j-3575-m93v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-w6gg-264j-7prm/GHSA-w6gg-264j-7prm.json b/advisories/unreviewed/2024/11/GHSA-w6gg-264j-7prm/GHSA-w6gg-264j-7prm.json index 5e236f0838c..15bff8b2bac 100644 --- a/advisories/unreviewed/2024/11/GHSA-w6gg-264j-7prm/GHSA-w6gg-264j-7prm.json +++ b/advisories/unreviewed/2024/11/GHSA-w6gg-264j-7prm/GHSA-w6gg-264j-7prm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-wgp9-fmmg-xh49/GHSA-wgp9-fmmg-xh49.json b/advisories/unreviewed/2024/11/GHSA-wgp9-fmmg-xh49/GHSA-wgp9-fmmg-xh49.json index ca961886766..1b2060750e5 100644 --- a/advisories/unreviewed/2024/11/GHSA-wgp9-fmmg-xh49/GHSA-wgp9-fmmg-xh49.json +++ b/advisories/unreviewed/2024/11/GHSA-wgp9-fmmg-xh49/GHSA-wgp9-fmmg-xh49.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/11/GHSA-xwvj-c6cj-6xgw/GHSA-xwvj-c6cj-6xgw.json b/advisories/unreviewed/2024/11/GHSA-xwvj-c6cj-6xgw/GHSA-xwvj-c6cj-6xgw.json index 78e662fb25d..64fd08356b6 100644 --- a/advisories/unreviewed/2024/11/GHSA-xwvj-c6cj-6xgw/GHSA-xwvj-c6cj-6xgw.json +++ b/advisories/unreviewed/2024/11/GHSA-xwvj-c6cj-6xgw/GHSA-xwvj-c6cj-6xgw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY",