diff --git a/advisories/github-reviewed/2023/01/GHSA-93pm-5p5f-3ghx/GHSA-93pm-5p5f-3ghx.json b/advisories/github-reviewed/2023/01/GHSA-93pm-5p5f-3ghx/GHSA-93pm-5p5f-3ghx.json index 031d27d1b6b..f56b0146460 100644 --- a/advisories/github-reviewed/2023/01/GHSA-93pm-5p5f-3ghx/GHSA-93pm-5p5f-3ghx.json +++ b/advisories/github-reviewed/2023/01/GHSA-93pm-5p5f-3ghx/GHSA-93pm-5p5f-3ghx.json @@ -8,9 +8,7 @@ ], "summary": "Denial of Service Vulnerability in Rack Content-Disposition parsing", "details": "There is a denial of service vulnerability in the Content-Disposition parsing component of Rack. This vulnerability has been assigned the CVE identifier CVE-2022-44571.\n\nVersions Affected: >= 2.0.0 Not affected: None. Fixed Versions: 2.0.9.2, 2.1.4.2, 2.2.6.1, 3.0.0.1\nImpact\n\nCarefully crafted input can cause Content-Disposition header parsing in Rack to take an unexpected amount of time, possibly resulting in a denial of service attack vector. This header is used typically used in multipart parsing. Any applications that parse multipart posts using Rack (virtually all Rails applications) are impacted.\nReleases\n\nThe fixed releases are available at the normal locations.\nWorkarounds\n\nThere are no feasible workarounds for this issue.\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 2-0-Fix-ReDoS-vulnerability-in-multipart-parser - Patch for 2.0 series\n 2-1-Fix-ReDoS-vulnerability-in-multipart-parser - Patch for 2.1 series\n 2-2-Fix-ReDoS-vulnerability-in-multipart-parser - Patch for 2.2 series\n 3-0-Fix-ReDoS-vulnerability-in-multipart-parser - Patch for 3.0 series\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2024/01/GHSA-m24x-r6q3-2vp9/GHSA-m24x-r6q3-2vp9.json b/advisories/github-reviewed/2024/01/GHSA-m24x-r6q3-2vp9/GHSA-m24x-r6q3-2vp9.json index 928b9cb265a..ee542015645 100644 --- a/advisories/github-reviewed/2024/01/GHSA-m24x-r6q3-2vp9/GHSA-m24x-r6q3-2vp9.json +++ b/advisories/github-reviewed/2024/01/GHSA-m24x-r6q3-2vp9/GHSA-m24x-r6q3-2vp9.json @@ -3,9 +3,7 @@ "id": "GHSA-m24x-r6q3-2vp9", "modified": "2024-01-18T15:48:48Z", "published": "2024-01-18T15:48:48Z", - "aliases": [ - - ], + "aliases": [], "summary": "Uncaught Exception processing HTTP Headers in SurrealDB", "details": "The `ID`, `DB` and `NS` headers accepted by the SurrealDB HTTP REST API would fail to parse when containing some special characters. This would cause a panic which would crash the SurrealDB server, leading to denial of service.\n\nThis issue only affects the SurrealDB binary; it does not affect the SurrealDB library.\n\n### Impact\n\nAn unauthenticated client may issue an HTTP request to the SurrealDB HTTP REST API containing one of the affected headers with values containing special characters in order to crash the SurrealDB server. This does not require the SurrealDB server to be running with any specific capabilities other than exposing the affected interface.\n\n### Patches\n\n- Version 1.1.0 and later are not affected by this issue.\n\n### Workarounds\n\nConcerned users unable to update may want to limit untrusted access to the SurrealDB HTTP REST API unless such access is required by the application. To limit the impact of the denial of service, SurrealDB administrators may also want to ensure that the SurrealDB process is running so that it can be automatically re-started after a crash.\n\n### References\n\n- #2985 ([diff](https://github.com/surrealdb/surrealdb/pull/2985/files#diff-7ad06ddbb88d77138e5daf40a0dac5443d78947acd69a284a7c2bceb61f9c5f0L83-R119))", "severity": [ @@ -54,9 +52,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-01-18T15:48:48Z", diff --git a/advisories/github-reviewed/2024/04/GHSA-g8fc-vrcg-8vjg/GHSA-g8fc-vrcg-8vjg.json b/advisories/github-reviewed/2024/04/GHSA-g8fc-vrcg-8vjg/GHSA-g8fc-vrcg-8vjg.json index feee43bcf33..608689d51c9 100644 --- a/advisories/github-reviewed/2024/04/GHSA-g8fc-vrcg-8vjg/GHSA-g8fc-vrcg-8vjg.json +++ b/advisories/github-reviewed/2024/04/GHSA-g8fc-vrcg-8vjg/GHSA-g8fc-vrcg-8vjg.json @@ -3,14 +3,10 @@ "id": "GHSA-g8fc-vrcg-8vjg", "modified": "2024-06-04T19:35:51Z", "published": "2024-04-15T18:13:15Z", - "aliases": [ - - ], + "aliases": [], "summary": "Constallation has pods exposed to peers in VPC", "details": "### Impact\n\nCilium allows outside actors (`world` entity) to directly access pods with their internal pod IP, even if they are not exposed explicitly (e.g. via `LoadBalancer`). A pod that does not authenticate clients and that does not exclude `world` traffic via network policy may leak sensitive data to an attacker _inside the cloud VPC_.\n\n### Patches\n\nThe issue has been patched in [v2.16.3](https://github.com/edgelesssys/constellation/releases/tag/v2.16.3).\n\n### Workarounds\n\nThis network policy excludes all `world` traffic. It mitigates the problem, but will also block all desired external traffic. If vulnerable pods are known, a policy can be crafted to only firewall those instead (see also https://docs.cilium.io/en/stable/security/policy/language/#access-to-from-outside-cluster).\n\n```yaml\napiVersion: \"cilium.io/v2\"\nkind: CiliumClusterwideNetworkPolicy\nmetadata:\n name: \"from-world-to-role-public\"\nspec:\n endpointSelector:\n matchLabels: {}\n # role: public\n ingressDeny:\n - fromEntities:\n - world\n```\n\n### References\n\nThe tracking bug for a Cilium-side fix is https://github.com/cilium/cilium/issues/25626. \n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2024/04/GHSA-jjff-q3q4-5hh8/GHSA-jjff-q3q4-5hh8.json b/advisories/github-reviewed/2024/04/GHSA-jjff-q3q4-5hh8/GHSA-jjff-q3q4-5hh8.json index 1ac99a01d5b..ff2f252b36f 100644 --- a/advisories/github-reviewed/2024/04/GHSA-jjff-q3q4-5hh8/GHSA-jjff-q3q4-5hh8.json +++ b/advisories/github-reviewed/2024/04/GHSA-jjff-q3q4-5hh8/GHSA-jjff-q3q4-5hh8.json @@ -8,9 +8,7 @@ ], "summary": "@andrei-tatar/nora-firebase-common Prototype Pollution vulnerability", "details": "An issue inandrei-tatar nora-firebase-common between v.1.0.41 and v.1.12.2 allows a remote attacker to execute arbitrary code via a crafted script to the updateState parameter of the updateStateInternal method.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2024/05/GHSA-8g5h-gjwq-w5ch/GHSA-8g5h-gjwq-w5ch.json b/advisories/github-reviewed/2024/05/GHSA-8g5h-gjwq-w5ch/GHSA-8g5h-gjwq-w5ch.json index 13659e9c068..e7ef4e36a4e 100644 --- a/advisories/github-reviewed/2024/05/GHSA-8g5h-gjwq-w5ch/GHSA-8g5h-gjwq-w5ch.json +++ b/advisories/github-reviewed/2024/05/GHSA-8g5h-gjwq-w5ch/GHSA-8g5h-gjwq-w5ch.json @@ -8,9 +8,7 @@ ], "summary": "Moodle Logout CSRF in admin/tool/mfa/auth.php", "details": "The logout option within MFA did not include the necessary token to avoid the risk of users inadvertently being logged out via CSRF.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2024/05/GHSA-r3w4-36x6-7r99/GHSA-r3w4-36x6-7r99.json b/advisories/github-reviewed/2024/05/GHSA-r3w4-36x6-7r99/GHSA-r3w4-36x6-7r99.json index 24a96bcb21e..9d9adc0630c 100644 --- a/advisories/github-reviewed/2024/05/GHSA-r3w4-36x6-7r99/GHSA-r3w4-36x6-7r99.json +++ b/advisories/github-reviewed/2024/05/GHSA-r3w4-36x6-7r99/GHSA-r3w4-36x6-7r99.json @@ -4,14 +4,10 @@ "modified": "2024-05-16T17:53:37Z", "published": "2024-05-14T22:30:45Z", "withdrawn": "2024-05-16T17:53:37Z", - "aliases": [ - - ], + "aliases": [], "summary": "Duplicate Advisory: Nokogiri updates packaged libxml2 to v2.12.7 to resolve CVE-2024-34459", "details": "## Duplicate Advisory\n\nThis advisory has been withdrawn because it is a duplicate of GHSA-r95h-9x8f-r3f7. This link is maintained to preserve external references.\n\n## Original Description\n\n## Summary\n\nNokogiri v1.16.5 upgrades its dependency libxml2 to\n[2.12.7](https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.7) from 2.12.6.\n\nlibxml2 v2.12.7 addresses CVE-2024-34459:\n\n- described at https://gitlab.gnome.org/GNOME/libxml2/-/issues/720\n- patched by https://gitlab.gnome.org/GNOME/libxml2/-/commit/2876ac53\n\n## Impact\n\nThere is no impact to Nokogiri users because the issue is present only\nin libxml2's `xmllint` tool which Nokogiri does not provide or expose.\n\n## Timeline\n\n- 2024-05-13 05:57 EDT, libxml2 2.12.7 release is announced\n- 2024-05-13 08:30 EDT, nokogiri maintainers begin triage\n- 2024-05-13 10:05 EDT, nokogiri [v1.16.5 is released](https://github.com/sparklemotion/nokogiri/releases/tag/v1.16.5)\n and this GHSA made public\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/unreviewed/2021/12/GHSA-f87g-rqhg-rq8r/GHSA-f87g-rqhg-rq8r.json b/advisories/unreviewed/2021/12/GHSA-f87g-rqhg-rq8r/GHSA-f87g-rqhg-rq8r.json index c5a07bf2af0..7feaad42b07 100644 --- a/advisories/unreviewed/2021/12/GHSA-f87g-rqhg-rq8r/GHSA-f87g-rqhg-rq8r.json +++ b/advisories/unreviewed/2021/12/GHSA-f87g-rqhg-rq8r/GHSA-f87g-rqhg-rq8r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-84hm-26hq-gff5/GHSA-84hm-26hq-gff5.json b/advisories/unreviewed/2022/02/GHSA-84hm-26hq-gff5/GHSA-84hm-26hq-gff5.json index 7d3de27e6bc..fa8df22785f 100644 --- a/advisories/unreviewed/2022/02/GHSA-84hm-26hq-gff5/GHSA-84hm-26hq-gff5.json +++ b/advisories/unreviewed/2022/02/GHSA-84hm-26hq-gff5/GHSA-84hm-26hq-gff5.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/02/GHSA-wx8f-p63x-543f/GHSA-wx8f-p63x-543f.json b/advisories/unreviewed/2022/02/GHSA-wx8f-p63x-543f/GHSA-wx8f-p63x-543f.json index e86ed353c93..6c0a535893e 100644 --- a/advisories/unreviewed/2022/02/GHSA-wx8f-p63x-543f/GHSA-wx8f-p63x-543f.json +++ b/advisories/unreviewed/2022/02/GHSA-wx8f-p63x-543f/GHSA-wx8f-p63x-543f.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/03/GHSA-83pm-xjc4-cg4w/GHSA-83pm-xjc4-cg4w.json b/advisories/unreviewed/2022/03/GHSA-83pm-xjc4-cg4w/GHSA-83pm-xjc4-cg4w.json index c6fd5c310b9..126bc1110f3 100644 --- a/advisories/unreviewed/2022/03/GHSA-83pm-xjc4-cg4w/GHSA-83pm-xjc4-cg4w.json +++ b/advisories/unreviewed/2022/03/GHSA-83pm-xjc4-cg4w/GHSA-83pm-xjc4-cg4w.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/03/GHSA-mgm9-ffv2-wpc6/GHSA-mgm9-ffv2-wpc6.json b/advisories/unreviewed/2022/03/GHSA-mgm9-ffv2-wpc6/GHSA-mgm9-ffv2-wpc6.json index 33f8570160b..104059a350f 100644 --- a/advisories/unreviewed/2022/03/GHSA-mgm9-ffv2-wpc6/GHSA-mgm9-ffv2-wpc6.json +++ b/advisories/unreviewed/2022/03/GHSA-mgm9-ffv2-wpc6/GHSA-mgm9-ffv2-wpc6.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/04/GHSA-gq3f-cc5w-p8w5/GHSA-gq3f-cc5w-p8w5.json b/advisories/unreviewed/2022/04/GHSA-gq3f-cc5w-p8w5/GHSA-gq3f-cc5w-p8w5.json index 535dba5b51d..80041be2a33 100644 --- a/advisories/unreviewed/2022/04/GHSA-gq3f-cc5w-p8w5/GHSA-gq3f-cc5w-p8w5.json +++ b/advisories/unreviewed/2022/04/GHSA-gq3f-cc5w-p8w5/GHSA-gq3f-cc5w-p8w5.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-22jp-m5f3-q68p/GHSA-22jp-m5f3-q68p.json b/advisories/unreviewed/2022/05/GHSA-22jp-m5f3-q68p/GHSA-22jp-m5f3-q68p.json index fa9e2e352b3..62bac28c19e 100644 --- a/advisories/unreviewed/2022/05/GHSA-22jp-m5f3-q68p/GHSA-22jp-m5f3-q68p.json +++ b/advisories/unreviewed/2022/05/GHSA-22jp-m5f3-q68p/GHSA-22jp-m5f3-q68p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-22qj-wxjp-fcc7/GHSA-22qj-wxjp-fcc7.json b/advisories/unreviewed/2022/05/GHSA-22qj-wxjp-fcc7/GHSA-22qj-wxjp-fcc7.json index 5b0be42b799..56e4418f2c8 100644 --- a/advisories/unreviewed/2022/05/GHSA-22qj-wxjp-fcc7/GHSA-22qj-wxjp-fcc7.json +++ b/advisories/unreviewed/2022/05/GHSA-22qj-wxjp-fcc7/GHSA-22qj-wxjp-fcc7.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-22qm-pq7c-f85x/GHSA-22qm-pq7c-f85x.json b/advisories/unreviewed/2022/05/GHSA-22qm-pq7c-f85x/GHSA-22qm-pq7c-f85x.json index 5553543f342..de0aa1f991e 100644 --- a/advisories/unreviewed/2022/05/GHSA-22qm-pq7c-f85x/GHSA-22qm-pq7c-f85x.json +++ b/advisories/unreviewed/2022/05/GHSA-22qm-pq7c-f85x/GHSA-22qm-pq7c-f85x.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-23jc-966q-fmw3/GHSA-23jc-966q-fmw3.json b/advisories/unreviewed/2022/05/GHSA-23jc-966q-fmw3/GHSA-23jc-966q-fmw3.json index 5b683649b84..dd6abaeb767 100644 --- a/advisories/unreviewed/2022/05/GHSA-23jc-966q-fmw3/GHSA-23jc-966q-fmw3.json +++ b/advisories/unreviewed/2022/05/GHSA-23jc-966q-fmw3/GHSA-23jc-966q-fmw3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-2435-fwp9-9q2m/GHSA-2435-fwp9-9q2m.json b/advisories/unreviewed/2022/05/GHSA-2435-fwp9-9q2m/GHSA-2435-fwp9-9q2m.json index e91bf381d2d..938de1a6e89 100644 --- a/advisories/unreviewed/2022/05/GHSA-2435-fwp9-9q2m/GHSA-2435-fwp9-9q2m.json +++ b/advisories/unreviewed/2022/05/GHSA-2435-fwp9-9q2m/GHSA-2435-fwp9-9q2m.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-24m2-vhhc-392c/GHSA-24m2-vhhc-392c.json b/advisories/unreviewed/2022/05/GHSA-24m2-vhhc-392c/GHSA-24m2-vhhc-392c.json index f756c7849ba..6299b45187a 100644 --- a/advisories/unreviewed/2022/05/GHSA-24m2-vhhc-392c/GHSA-24m2-vhhc-392c.json +++ b/advisories/unreviewed/2022/05/GHSA-24m2-vhhc-392c/GHSA-24m2-vhhc-392c.json @@ -7,12 +7,8 @@ "CVE-2020-20658" ], "details": "Buffer overflow vulnerability in fcovatti libiec_iccp_mod v1.5, allows attackers to cause a denail of service when trying to calloc an unexpectiedly large space.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-24rh-9j38-whw9/GHSA-24rh-9j38-whw9.json b/advisories/unreviewed/2022/05/GHSA-24rh-9j38-whw9/GHSA-24rh-9j38-whw9.json index b320170bc3b..4a6b1974451 100644 --- a/advisories/unreviewed/2022/05/GHSA-24rh-9j38-whw9/GHSA-24rh-9j38-whw9.json +++ b/advisories/unreviewed/2022/05/GHSA-24rh-9j38-whw9/GHSA-24rh-9j38-whw9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/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-2599-8x3f-96mc/GHSA-2599-8x3f-96mc.json b/advisories/unreviewed/2022/05/GHSA-2599-8x3f-96mc/GHSA-2599-8x3f-96mc.json index 3e72399d0fb..19ac95c4191 100644 --- a/advisories/unreviewed/2022/05/GHSA-2599-8x3f-96mc/GHSA-2599-8x3f-96mc.json +++ b/advisories/unreviewed/2022/05/GHSA-2599-8x3f-96mc/GHSA-2599-8x3f-96mc.json @@ -7,12 +7,8 @@ "CVE-2021-26740" ], "details": "Arbitrary file upload vulnerability sysupload.php in millken doyocms 2.3 allows attackers to execute arbitrary code.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-25f8-p6jg-jqw6/GHSA-25f8-p6jg-jqw6.json b/advisories/unreviewed/2022/05/GHSA-25f8-p6jg-jqw6/GHSA-25f8-p6jg-jqw6.json index ed4146fcd86..f9e8305280b 100644 --- a/advisories/unreviewed/2022/05/GHSA-25f8-p6jg-jqw6/GHSA-25f8-p6jg-jqw6.json +++ b/advisories/unreviewed/2022/05/GHSA-25f8-p6jg-jqw6/GHSA-25f8-p6jg-jqw6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-25pp-8747-rm5j/GHSA-25pp-8747-rm5j.json b/advisories/unreviewed/2022/05/GHSA-25pp-8747-rm5j/GHSA-25pp-8747-rm5j.json index 4f493af46a4..a45d850bf7b 100644 --- a/advisories/unreviewed/2022/05/GHSA-25pp-8747-rm5j/GHSA-25pp-8747-rm5j.json +++ b/advisories/unreviewed/2022/05/GHSA-25pp-8747-rm5j/GHSA-25pp-8747-rm5j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-25x5-mfj4-w63g/GHSA-25x5-mfj4-w63g.json b/advisories/unreviewed/2022/05/GHSA-25x5-mfj4-w63g/GHSA-25x5-mfj4-w63g.json index 923344ce33d..7616faf2e5c 100644 --- a/advisories/unreviewed/2022/05/GHSA-25x5-mfj4-w63g/GHSA-25x5-mfj4-w63g.json +++ b/advisories/unreviewed/2022/05/GHSA-25x5-mfj4-w63g/GHSA-25x5-mfj4-w63g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -115,9 +113,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-265c-455f-fm59/GHSA-265c-455f-fm59.json b/advisories/unreviewed/2022/05/GHSA-265c-455f-fm59/GHSA-265c-455f-fm59.json index 358b154c45f..c47f4b95866 100644 --- a/advisories/unreviewed/2022/05/GHSA-265c-455f-fm59/GHSA-265c-455f-fm59.json +++ b/advisories/unreviewed/2022/05/GHSA-265c-455f-fm59/GHSA-265c-455f-fm59.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-26mc-6xx6-g2q4/GHSA-26mc-6xx6-g2q4.json b/advisories/unreviewed/2022/05/GHSA-26mc-6xx6-g2q4/GHSA-26mc-6xx6-g2q4.json index 9d54d5a7205..0ce83c09115 100644 --- a/advisories/unreviewed/2022/05/GHSA-26mc-6xx6-g2q4/GHSA-26mc-6xx6-g2q4.json +++ b/advisories/unreviewed/2022/05/GHSA-26mc-6xx6-g2q4/GHSA-26mc-6xx6-g2q4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-27c7-fgf3-w57p/GHSA-27c7-fgf3-w57p.json b/advisories/unreviewed/2022/05/GHSA-27c7-fgf3-w57p/GHSA-27c7-fgf3-w57p.json index 3d30a6645b3..ae8a610bacf 100644 --- a/advisories/unreviewed/2022/05/GHSA-27c7-fgf3-w57p/GHSA-27c7-fgf3-w57p.json +++ b/advisories/unreviewed/2022/05/GHSA-27c7-fgf3-w57p/GHSA-27c7-fgf3-w57p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-2856-2658-h48j/GHSA-2856-2658-h48j.json b/advisories/unreviewed/2022/05/GHSA-2856-2658-h48j/GHSA-2856-2658-h48j.json index d68e3f64a0c..ecc06486001 100644 --- a/advisories/unreviewed/2022/05/GHSA-2856-2658-h48j/GHSA-2856-2658-h48j.json +++ b/advisories/unreviewed/2022/05/GHSA-2856-2658-h48j/GHSA-2856-2658-h48j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-2883-9xj8-6c3x/GHSA-2883-9xj8-6c3x.json b/advisories/unreviewed/2022/05/GHSA-2883-9xj8-6c3x/GHSA-2883-9xj8-6c3x.json index e1c41980bdf..11bfa1ca834 100644 --- a/advisories/unreviewed/2022/05/GHSA-2883-9xj8-6c3x/GHSA-2883-9xj8-6c3x.json +++ b/advisories/unreviewed/2022/05/GHSA-2883-9xj8-6c3x/GHSA-2883-9xj8-6c3x.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-28cc-rgm2-57m9/GHSA-28cc-rgm2-57m9.json b/advisories/unreviewed/2022/05/GHSA-28cc-rgm2-57m9/GHSA-28cc-rgm2-57m9.json index 021f1711ba8..9313c5471ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-28cc-rgm2-57m9/GHSA-28cc-rgm2-57m9.json +++ b/advisories/unreviewed/2022/05/GHSA-28cc-rgm2-57m9/GHSA-28cc-rgm2-57m9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-293m-rx8m-gh7h/GHSA-293m-rx8m-gh7h.json b/advisories/unreviewed/2022/05/GHSA-293m-rx8m-gh7h/GHSA-293m-rx8m-gh7h.json index b8027f97dd7..0ce34ae743f 100644 --- a/advisories/unreviewed/2022/05/GHSA-293m-rx8m-gh7h/GHSA-293m-rx8m-gh7h.json +++ b/advisories/unreviewed/2022/05/GHSA-293m-rx8m-gh7h/GHSA-293m-rx8m-gh7h.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-29vr-6hw6-5v65/GHSA-29vr-6hw6-5v65.json b/advisories/unreviewed/2022/05/GHSA-29vr-6hw6-5v65/GHSA-29vr-6hw6-5v65.json index 3e08eea1be7..ad781c4b487 100644 --- a/advisories/unreviewed/2022/05/GHSA-29vr-6hw6-5v65/GHSA-29vr-6hw6-5v65.json +++ b/advisories/unreviewed/2022/05/GHSA-29vr-6hw6-5v65/GHSA-29vr-6hw6-5v65.json @@ -7,12 +7,8 @@ "CVE-2021-34764" ], "details": "Multiple vulnerabilities in the web-based management interface of Cisco Firepower Management Center (FMC) Software could allow an attacker to execute a cross-site scripting (XSS) attack or an open redirect attack. For more information about these vulnerabilities, see the Details section of this advisory.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2c63-vgrp-m7w4/GHSA-2c63-vgrp-m7w4.json b/advisories/unreviewed/2022/05/GHSA-2c63-vgrp-m7w4/GHSA-2c63-vgrp-m7w4.json index cee5a0ae676..a6b86205839 100644 --- a/advisories/unreviewed/2022/05/GHSA-2c63-vgrp-m7w4/GHSA-2c63-vgrp-m7w4.json +++ b/advisories/unreviewed/2022/05/GHSA-2c63-vgrp-m7w4/GHSA-2c63-vgrp-m7w4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-2cg8-626m-7pjv/GHSA-2cg8-626m-7pjv.json b/advisories/unreviewed/2022/05/GHSA-2cg8-626m-7pjv/GHSA-2cg8-626m-7pjv.json index debc5135a14..6b13bdb7255 100644 --- a/advisories/unreviewed/2022/05/GHSA-2cg8-626m-7pjv/GHSA-2cg8-626m-7pjv.json +++ b/advisories/unreviewed/2022/05/GHSA-2cg8-626m-7pjv/GHSA-2cg8-626m-7pjv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-2f7w-8245-v7w6/GHSA-2f7w-8245-v7w6.json b/advisories/unreviewed/2022/05/GHSA-2f7w-8245-v7w6/GHSA-2f7w-8245-v7w6.json index 3391da2c771..c32c37d55fc 100644 --- a/advisories/unreviewed/2022/05/GHSA-2f7w-8245-v7w6/GHSA-2f7w-8245-v7w6.json +++ b/advisories/unreviewed/2022/05/GHSA-2f7w-8245-v7w6/GHSA-2f7w-8245-v7w6.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-2fqj-hp28-886h/GHSA-2fqj-hp28-886h.json b/advisories/unreviewed/2022/05/GHSA-2fqj-hp28-886h/GHSA-2fqj-hp28-886h.json index aee2735e4f8..9b6473aeb94 100644 --- a/advisories/unreviewed/2022/05/GHSA-2fqj-hp28-886h/GHSA-2fqj-hp28-886h.json +++ b/advisories/unreviewed/2022/05/GHSA-2fqj-hp28-886h/GHSA-2fqj-hp28-886h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-2gh8-gx83-42h9/GHSA-2gh8-gx83-42h9.json b/advisories/unreviewed/2022/05/GHSA-2gh8-gx83-42h9/GHSA-2gh8-gx83-42h9.json index e869f511e8c..039f35eafe9 100644 --- a/advisories/unreviewed/2022/05/GHSA-2gh8-gx83-42h9/GHSA-2gh8-gx83-42h9.json +++ b/advisories/unreviewed/2022/05/GHSA-2gh8-gx83-42h9/GHSA-2gh8-gx83-42h9.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-2h39-hw8g-2q24/GHSA-2h39-hw8g-2q24.json b/advisories/unreviewed/2022/05/GHSA-2h39-hw8g-2q24/GHSA-2h39-hw8g-2q24.json index e7bc7665cea..f172d317803 100644 --- a/advisories/unreviewed/2022/05/GHSA-2h39-hw8g-2q24/GHSA-2h39-hw8g-2q24.json +++ b/advisories/unreviewed/2022/05/GHSA-2h39-hw8g-2q24/GHSA-2h39-hw8g-2q24.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-2h8m-2p6j-5q33/GHSA-2h8m-2p6j-5q33.json b/advisories/unreviewed/2022/05/GHSA-2h8m-2p6j-5q33/GHSA-2h8m-2p6j-5q33.json index 4dcca3b25fd..876241dd532 100644 --- a/advisories/unreviewed/2022/05/GHSA-2h8m-2p6j-5q33/GHSA-2h8m-2p6j-5q33.json +++ b/advisories/unreviewed/2022/05/GHSA-2h8m-2p6j-5q33/GHSA-2h8m-2p6j-5q33.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-2hgq-6hrq-xxf4/GHSA-2hgq-6hrq-xxf4.json b/advisories/unreviewed/2022/05/GHSA-2hgq-6hrq-xxf4/GHSA-2hgq-6hrq-xxf4.json index baf9cca20ec..6df0b6fba0d 100644 --- a/advisories/unreviewed/2022/05/GHSA-2hgq-6hrq-xxf4/GHSA-2hgq-6hrq-xxf4.json +++ b/advisories/unreviewed/2022/05/GHSA-2hgq-6hrq-xxf4/GHSA-2hgq-6hrq-xxf4.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-2hwq-hrjc-wwr4/GHSA-2hwq-hrjc-wwr4.json b/advisories/unreviewed/2022/05/GHSA-2hwq-hrjc-wwr4/GHSA-2hwq-hrjc-wwr4.json index f88894bc2b3..9678fe9c1d6 100644 --- a/advisories/unreviewed/2022/05/GHSA-2hwq-hrjc-wwr4/GHSA-2hwq-hrjc-wwr4.json +++ b/advisories/unreviewed/2022/05/GHSA-2hwq-hrjc-wwr4/GHSA-2hwq-hrjc-wwr4.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-2hxr-89p3-mvg2/GHSA-2hxr-89p3-mvg2.json b/advisories/unreviewed/2022/05/GHSA-2hxr-89p3-mvg2/GHSA-2hxr-89p3-mvg2.json index ffae91a319d..b77bf54480c 100644 --- a/advisories/unreviewed/2022/05/GHSA-2hxr-89p3-mvg2/GHSA-2hxr-89p3-mvg2.json +++ b/advisories/unreviewed/2022/05/GHSA-2hxr-89p3-mvg2/GHSA-2hxr-89p3-mvg2.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-2jv2-97wr-gpc9/GHSA-2jv2-97wr-gpc9.json b/advisories/unreviewed/2022/05/GHSA-2jv2-97wr-gpc9/GHSA-2jv2-97wr-gpc9.json index f96dabfb6b4..448f85b31d9 100644 --- a/advisories/unreviewed/2022/05/GHSA-2jv2-97wr-gpc9/GHSA-2jv2-97wr-gpc9.json +++ b/advisories/unreviewed/2022/05/GHSA-2jv2-97wr-gpc9/GHSA-2jv2-97wr-gpc9.json @@ -7,12 +7,8 @@ "CVE-2021-25874" ], "details": "AVideo/YouPHPTube AVideo/YouPHPTube 10.0 and prior is affected by a SQL Injection SQL injection in the catName parameter which allows a remote unauthenticated attacker to retrieve databases information such as application passwords hashes.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2m75-32f4-6fhr/GHSA-2m75-32f4-6fhr.json b/advisories/unreviewed/2022/05/GHSA-2m75-32f4-6fhr/GHSA-2m75-32f4-6fhr.json index 1f88626ab0b..289c27f5b72 100644 --- a/advisories/unreviewed/2022/05/GHSA-2m75-32f4-6fhr/GHSA-2m75-32f4-6fhr.json +++ b/advisories/unreviewed/2022/05/GHSA-2m75-32f4-6fhr/GHSA-2m75-32f4-6fhr.json @@ -7,12 +7,8 @@ "CVE-2021-22482" ], "details": "There is an Uninitialized variable vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability may cause transmission of invalid data.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2mq7-p542-2496/GHSA-2mq7-p542-2496.json b/advisories/unreviewed/2022/05/GHSA-2mq7-p542-2496/GHSA-2mq7-p542-2496.json index e2b66eba634..f1d3861265f 100644 --- a/advisories/unreviewed/2022/05/GHSA-2mq7-p542-2496/GHSA-2mq7-p542-2496.json +++ b/advisories/unreviewed/2022/05/GHSA-2mq7-p542-2496/GHSA-2mq7-p542-2496.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-2p79-p2xq-4xwj/GHSA-2p79-p2xq-4xwj.json b/advisories/unreviewed/2022/05/GHSA-2p79-p2xq-4xwj/GHSA-2p79-p2xq-4xwj.json index 91fdeea3918..0020db324c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-2p79-p2xq-4xwj/GHSA-2p79-p2xq-4xwj.json +++ b/advisories/unreviewed/2022/05/GHSA-2p79-p2xq-4xwj/GHSA-2p79-p2xq-4xwj.json @@ -7,12 +7,8 @@ "CVE-2021-24794" ], "details": "The Connections Business Directory WordPress plugin before 10.4.3 does not escape the Address settings when creating an Entry, which could allow high privilege users to perform Cross-Site Scripting when the unfiltered_html capability is disallowed.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2p82-m3fp-gp3x/GHSA-2p82-m3fp-gp3x.json b/advisories/unreviewed/2022/05/GHSA-2p82-m3fp-gp3x/GHSA-2p82-m3fp-gp3x.json index 46bc82cde3d..c3a5a579028 100644 --- a/advisories/unreviewed/2022/05/GHSA-2p82-m3fp-gp3x/GHSA-2p82-m3fp-gp3x.json +++ b/advisories/unreviewed/2022/05/GHSA-2p82-m3fp-gp3x/GHSA-2p82-m3fp-gp3x.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-2p95-qr38-wg9f/GHSA-2p95-qr38-wg9f.json b/advisories/unreviewed/2022/05/GHSA-2p95-qr38-wg9f/GHSA-2p95-qr38-wg9f.json index 69a9e317963..5e27dfe09a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-2p95-qr38-wg9f/GHSA-2p95-qr38-wg9f.json +++ b/advisories/unreviewed/2022/05/GHSA-2p95-qr38-wg9f/GHSA-2p95-qr38-wg9f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-2r95-c334-7792/GHSA-2r95-c334-7792.json b/advisories/unreviewed/2022/05/GHSA-2r95-c334-7792/GHSA-2r95-c334-7792.json index 4c558b38386..de63ce5700c 100644 --- a/advisories/unreviewed/2022/05/GHSA-2r95-c334-7792/GHSA-2r95-c334-7792.json +++ b/advisories/unreviewed/2022/05/GHSA-2r95-c334-7792/GHSA-2r95-c334-7792.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-2v6v-j3q5-hq45/GHSA-2v6v-j3q5-hq45.json b/advisories/unreviewed/2022/05/GHSA-2v6v-j3q5-hq45/GHSA-2v6v-j3q5-hq45.json index ca9d3ccb32f..e8771cfc2bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-2v6v-j3q5-hq45/GHSA-2v6v-j3q5-hq45.json +++ b/advisories/unreviewed/2022/05/GHSA-2v6v-j3q5-hq45/GHSA-2v6v-j3q5-hq45.json @@ -7,12 +7,8 @@ "CVE-2021-22407" ], "details": "There is a Configuration defects in Huawei Smartphone.Successful exploitation of this vulnerability may affect service confidentiality.", - "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-2vgx-3f92-37q8/GHSA-2vgx-3f92-37q8.json b/advisories/unreviewed/2022/05/GHSA-2vgx-3f92-37q8/GHSA-2vgx-3f92-37q8.json index 4d74938100e..f946ce41bd7 100644 --- a/advisories/unreviewed/2022/05/GHSA-2vgx-3f92-37q8/GHSA-2vgx-3f92-37q8.json +++ b/advisories/unreviewed/2022/05/GHSA-2vgx-3f92-37q8/GHSA-2vgx-3f92-37q8.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-2w4h-4498-x8m6/GHSA-2w4h-4498-x8m6.json b/advisories/unreviewed/2022/05/GHSA-2w4h-4498-x8m6/GHSA-2w4h-4498-x8m6.json index 6056e379cf4..8e4f0dab5be 100644 --- a/advisories/unreviewed/2022/05/GHSA-2w4h-4498-x8m6/GHSA-2w4h-4498-x8m6.json +++ b/advisories/unreviewed/2022/05/GHSA-2w4h-4498-x8m6/GHSA-2w4h-4498-x8m6.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-2wcq-j266-p9cq/GHSA-2wcq-j266-p9cq.json b/advisories/unreviewed/2022/05/GHSA-2wcq-j266-p9cq/GHSA-2wcq-j266-p9cq.json index c06ae9239db..0acdca185e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-2wcq-j266-p9cq/GHSA-2wcq-j266-p9cq.json +++ b/advisories/unreviewed/2022/05/GHSA-2wcq-j266-p9cq/GHSA-2wcq-j266-p9cq.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-2wcw-gx74-hx8q/GHSA-2wcw-gx74-hx8q.json b/advisories/unreviewed/2022/05/GHSA-2wcw-gx74-hx8q/GHSA-2wcw-gx74-hx8q.json index 48b33902bb2..5ec49594918 100644 --- a/advisories/unreviewed/2022/05/GHSA-2wcw-gx74-hx8q/GHSA-2wcw-gx74-hx8q.json +++ b/advisories/unreviewed/2022/05/GHSA-2wcw-gx74-hx8q/GHSA-2wcw-gx74-hx8q.json @@ -7,12 +7,8 @@ "CVE-2015-10001" ], "details": "The WP-Stats WordPress plugin before 2.52 does not have CSRF check when saving its settings, and did not escape some of them when outputting them, allowing attacker to make logged in high privilege users change them and set Cross-Site Scripting payloads", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3257-p659-fg38/GHSA-3257-p659-fg38.json b/advisories/unreviewed/2022/05/GHSA-3257-p659-fg38/GHSA-3257-p659-fg38.json index c9ef653bee9..3435d72e990 100644 --- a/advisories/unreviewed/2022/05/GHSA-3257-p659-fg38/GHSA-3257-p659-fg38.json +++ b/advisories/unreviewed/2022/05/GHSA-3257-p659-fg38/GHSA-3257-p659-fg38.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-32g4-rrf2-hwj9/GHSA-32g4-rrf2-hwj9.json b/advisories/unreviewed/2022/05/GHSA-32g4-rrf2-hwj9/GHSA-32g4-rrf2-hwj9.json index 1796a38da18..0c3bcbeaf5e 100644 --- a/advisories/unreviewed/2022/05/GHSA-32g4-rrf2-hwj9/GHSA-32g4-rrf2-hwj9.json +++ b/advisories/unreviewed/2022/05/GHSA-32g4-rrf2-hwj9/GHSA-32g4-rrf2-hwj9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-32jf-3cpj-cxx9/GHSA-32jf-3cpj-cxx9.json b/advisories/unreviewed/2022/05/GHSA-32jf-3cpj-cxx9/GHSA-32jf-3cpj-cxx9.json index c9f0d6402c4..7a7aeffc527 100644 --- a/advisories/unreviewed/2022/05/GHSA-32jf-3cpj-cxx9/GHSA-32jf-3cpj-cxx9.json +++ b/advisories/unreviewed/2022/05/GHSA-32jf-3cpj-cxx9/GHSA-32jf-3cpj-cxx9.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-348r-6928-rfcr/GHSA-348r-6928-rfcr.json b/advisories/unreviewed/2022/05/GHSA-348r-6928-rfcr/GHSA-348r-6928-rfcr.json index 33f2d5b0979..f1b0ddf9494 100644 --- a/advisories/unreviewed/2022/05/GHSA-348r-6928-rfcr/GHSA-348r-6928-rfcr.json +++ b/advisories/unreviewed/2022/05/GHSA-348r-6928-rfcr/GHSA-348r-6928-rfcr.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-34ch-3j79-h23c/GHSA-34ch-3j79-h23c.json b/advisories/unreviewed/2022/05/GHSA-34ch-3j79-h23c/GHSA-34ch-3j79-h23c.json index d740b37f821..6203ec35b54 100644 --- a/advisories/unreviewed/2022/05/GHSA-34ch-3j79-h23c/GHSA-34ch-3j79-h23c.json +++ b/advisories/unreviewed/2022/05/GHSA-34ch-3j79-h23c/GHSA-34ch-3j79-h23c.json @@ -7,12 +7,8 @@ "CVE-2021-29888" ], "details": "IBM InfoSphere Information Server 11.7 is vulnerable to cross-site request forgery which could allow an attacker to execute malicious and unauthorized actions transmitted from a user that the website trusts. IBM X-Force ID: 207123.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-34vw-wmm7-63j4/GHSA-34vw-wmm7-63j4.json b/advisories/unreviewed/2022/05/GHSA-34vw-wmm7-63j4/GHSA-34vw-wmm7-63j4.json index 3f09be54ee5..3087b68e035 100644 --- a/advisories/unreviewed/2022/05/GHSA-34vw-wmm7-63j4/GHSA-34vw-wmm7-63j4.json +++ b/advisories/unreviewed/2022/05/GHSA-34vw-wmm7-63j4/GHSA-34vw-wmm7-63j4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-3522-2rqw-j9fw/GHSA-3522-2rqw-j9fw.json b/advisories/unreviewed/2022/05/GHSA-3522-2rqw-j9fw/GHSA-3522-2rqw-j9fw.json index c19b54f356e..7321ca20e60 100644 --- a/advisories/unreviewed/2022/05/GHSA-3522-2rqw-j9fw/GHSA-3522-2rqw-j9fw.json +++ b/advisories/unreviewed/2022/05/GHSA-3522-2rqw-j9fw/GHSA-3522-2rqw-j9fw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-353w-gjcf-9cx8/GHSA-353w-gjcf-9cx8.json b/advisories/unreviewed/2022/05/GHSA-353w-gjcf-9cx8/GHSA-353w-gjcf-9cx8.json index 01d424f67cc..de66b50950a 100644 --- a/advisories/unreviewed/2022/05/GHSA-353w-gjcf-9cx8/GHSA-353w-gjcf-9cx8.json +++ b/advisories/unreviewed/2022/05/GHSA-353w-gjcf-9cx8/GHSA-353w-gjcf-9cx8.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-35j6-76jp-jqcj/GHSA-35j6-76jp-jqcj.json b/advisories/unreviewed/2022/05/GHSA-35j6-76jp-jqcj/GHSA-35j6-76jp-jqcj.json index cd309ac94b1..c98245d4e54 100644 --- a/advisories/unreviewed/2022/05/GHSA-35j6-76jp-jqcj/GHSA-35j6-76jp-jqcj.json +++ b/advisories/unreviewed/2022/05/GHSA-35j6-76jp-jqcj/GHSA-35j6-76jp-jqcj.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-35v6-cwhg-f55m/GHSA-35v6-cwhg-f55m.json b/advisories/unreviewed/2022/05/GHSA-35v6-cwhg-f55m/GHSA-35v6-cwhg-f55m.json index 02d2bb0a3be..4c3b50e8315 100644 --- a/advisories/unreviewed/2022/05/GHSA-35v6-cwhg-f55m/GHSA-35v6-cwhg-f55m.json +++ b/advisories/unreviewed/2022/05/GHSA-35v6-cwhg-f55m/GHSA-35v6-cwhg-f55m.json @@ -7,12 +7,8 @@ "CVE-2021-30808" ], "details": "This issue was addressed with improved checks. This issue is fixed in tvOS 15, watchOS 8, iOS 15 and iPadOS 15. A malicious application may be able to modify protected parts of the file system.", - "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-363f-7q84-2cr6/GHSA-363f-7q84-2cr6.json b/advisories/unreviewed/2022/05/GHSA-363f-7q84-2cr6/GHSA-363f-7q84-2cr6.json index 2e71c9f7cdc..a785273d8ae 100644 --- a/advisories/unreviewed/2022/05/GHSA-363f-7q84-2cr6/GHSA-363f-7q84-2cr6.json +++ b/advisories/unreviewed/2022/05/GHSA-363f-7q84-2cr6/GHSA-363f-7q84-2cr6.json @@ -7,12 +7,8 @@ "CVE-2021-30817" ], "details": "A permissions issue was addressed with improved validation. This issue is fixed in macOS Big Sur 11.5. A malicious application may be able to access data about the accounts the user is using Family Sharing with.", - "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-367c-cgj5-h4gx/GHSA-367c-cgj5-h4gx.json b/advisories/unreviewed/2022/05/GHSA-367c-cgj5-h4gx/GHSA-367c-cgj5-h4gx.json index a2c131cd340..c0d0ae1a2c8 100644 --- a/advisories/unreviewed/2022/05/GHSA-367c-cgj5-h4gx/GHSA-367c-cgj5-h4gx.json +++ b/advisories/unreviewed/2022/05/GHSA-367c-cgj5-h4gx/GHSA-367c-cgj5-h4gx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-37cj-hcx2-8pv7/GHSA-37cj-hcx2-8pv7.json b/advisories/unreviewed/2022/05/GHSA-37cj-hcx2-8pv7/GHSA-37cj-hcx2-8pv7.json index ee880debab3..7b1b7145b5d 100644 --- a/advisories/unreviewed/2022/05/GHSA-37cj-hcx2-8pv7/GHSA-37cj-hcx2-8pv7.json +++ b/advisories/unreviewed/2022/05/GHSA-37cj-hcx2-8pv7/GHSA-37cj-hcx2-8pv7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-37v3-xpv3-q22j/GHSA-37v3-xpv3-q22j.json b/advisories/unreviewed/2022/05/GHSA-37v3-xpv3-q22j/GHSA-37v3-xpv3-q22j.json index 0fe30778c30..64a2d8cce10 100644 --- a/advisories/unreviewed/2022/05/GHSA-37v3-xpv3-q22j/GHSA-37v3-xpv3-q22j.json +++ b/advisories/unreviewed/2022/05/GHSA-37v3-xpv3-q22j/GHSA-37v3-xpv3-q22j.json @@ -7,12 +7,8 @@ "CVE-2021-22456" ], "details": "A component of the HarmonyOS has a Data Processing Errors vulnerability. Local attackers may exploit this vulnerability to cause Kernel System unavailable.", - "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-38f5-5m8x-c6h5/GHSA-38f5-5m8x-c6h5.json b/advisories/unreviewed/2022/05/GHSA-38f5-5m8x-c6h5/GHSA-38f5-5m8x-c6h5.json index 5dec75d485f..24527da17c6 100644 --- a/advisories/unreviewed/2022/05/GHSA-38f5-5m8x-c6h5/GHSA-38f5-5m8x-c6h5.json +++ b/advisories/unreviewed/2022/05/GHSA-38f5-5m8x-c6h5/GHSA-38f5-5m8x-c6h5.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-38g9-g3gm-rjcm/GHSA-38g9-g3gm-rjcm.json b/advisories/unreviewed/2022/05/GHSA-38g9-g3gm-rjcm/GHSA-38g9-g3gm-rjcm.json index 65e403dd847..db523da7dc0 100644 --- a/advisories/unreviewed/2022/05/GHSA-38g9-g3gm-rjcm/GHSA-38g9-g3gm-rjcm.json +++ b/advisories/unreviewed/2022/05/GHSA-38g9-g3gm-rjcm/GHSA-38g9-g3gm-rjcm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-38m3-mrrg-hx5g/GHSA-38m3-mrrg-hx5g.json b/advisories/unreviewed/2022/05/GHSA-38m3-mrrg-hx5g/GHSA-38m3-mrrg-hx5g.json index 3c6110a3932..79425f666ac 100644 --- a/advisories/unreviewed/2022/05/GHSA-38m3-mrrg-hx5g/GHSA-38m3-mrrg-hx5g.json +++ b/advisories/unreviewed/2022/05/GHSA-38m3-mrrg-hx5g/GHSA-38m3-mrrg-hx5g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-38x8-4ffv-qww9/GHSA-38x8-4ffv-qww9.json b/advisories/unreviewed/2022/05/GHSA-38x8-4ffv-qww9/GHSA-38x8-4ffv-qww9.json index b1fa3f3dab5..1c48f503f86 100644 --- a/advisories/unreviewed/2022/05/GHSA-38x8-4ffv-qww9/GHSA-38x8-4ffv-qww9.json +++ b/advisories/unreviewed/2022/05/GHSA-38x8-4ffv-qww9/GHSA-38x8-4ffv-qww9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-395v-6grj-9mhr/GHSA-395v-6grj-9mhr.json b/advisories/unreviewed/2022/05/GHSA-395v-6grj-9mhr/GHSA-395v-6grj-9mhr.json index d81168277ef..ab652974bd2 100644 --- a/advisories/unreviewed/2022/05/GHSA-395v-6grj-9mhr/GHSA-395v-6grj-9mhr.json +++ b/advisories/unreviewed/2022/05/GHSA-395v-6grj-9mhr/GHSA-395v-6grj-9mhr.json @@ -7,12 +7,8 @@ "CVE-2021-38488" ], "details": "Delta Electronics DIALink versions 1.2.4.0 and prior is vulnerable to cross-site scripting because an authenticated attacker can inject arbitrary JavaScript code into the parameter comment of the API events, which may allow an attacker to remotely execute code.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3c5v-4r32-7gwh/GHSA-3c5v-4r32-7gwh.json b/advisories/unreviewed/2022/05/GHSA-3c5v-4r32-7gwh/GHSA-3c5v-4r32-7gwh.json index 2b9cac8381c..bbde1df6bf8 100644 --- a/advisories/unreviewed/2022/05/GHSA-3c5v-4r32-7gwh/GHSA-3c5v-4r32-7gwh.json +++ b/advisories/unreviewed/2022/05/GHSA-3c5v-4r32-7gwh/GHSA-3c5v-4r32-7gwh.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-3f2j-wjgj-7ch6/GHSA-3f2j-wjgj-7ch6.json b/advisories/unreviewed/2022/05/GHSA-3f2j-wjgj-7ch6/GHSA-3f2j-wjgj-7ch6.json index 5d4a099f2b3..3d80c75efcd 100644 --- a/advisories/unreviewed/2022/05/GHSA-3f2j-wjgj-7ch6/GHSA-3f2j-wjgj-7ch6.json +++ b/advisories/unreviewed/2022/05/GHSA-3f2j-wjgj-7ch6/GHSA-3f2j-wjgj-7ch6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-3f9c-9c8w-rrr6/GHSA-3f9c-9c8w-rrr6.json b/advisories/unreviewed/2022/05/GHSA-3f9c-9c8w-rrr6/GHSA-3f9c-9c8w-rrr6.json index 5b7588e608c..56918577727 100644 --- a/advisories/unreviewed/2022/05/GHSA-3f9c-9c8w-rrr6/GHSA-3f9c-9c8w-rrr6.json +++ b/advisories/unreviewed/2022/05/GHSA-3f9c-9c8w-rrr6/GHSA-3f9c-9c8w-rrr6.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-3gcc-2rv5-mv32/GHSA-3gcc-2rv5-mv32.json b/advisories/unreviewed/2022/05/GHSA-3gcc-2rv5-mv32/GHSA-3gcc-2rv5-mv32.json index cae4d818edc..3c2a875eb92 100644 --- a/advisories/unreviewed/2022/05/GHSA-3gcc-2rv5-mv32/GHSA-3gcc-2rv5-mv32.json +++ b/advisories/unreviewed/2022/05/GHSA-3gcc-2rv5-mv32/GHSA-3gcc-2rv5-mv32.json @@ -7,12 +7,8 @@ "CVE-2021-41644" ], "details": "Remote Code Exection (RCE) vulnerability exists in Sourcecodester Online Food Ordering System 2.0 via a maliciously crafted PHP file that bypasses the image upload filters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3gw2-vfgh-v3jw/GHSA-3gw2-vfgh-v3jw.json b/advisories/unreviewed/2022/05/GHSA-3gw2-vfgh-v3jw/GHSA-3gw2-vfgh-v3jw.json index c364fdb9347..d7252981571 100644 --- a/advisories/unreviewed/2022/05/GHSA-3gw2-vfgh-v3jw/GHSA-3gw2-vfgh-v3jw.json +++ b/advisories/unreviewed/2022/05/GHSA-3gw2-vfgh-v3jw/GHSA-3gw2-vfgh-v3jw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-3gwr-m8f8-mc52/GHSA-3gwr-m8f8-mc52.json b/advisories/unreviewed/2022/05/GHSA-3gwr-m8f8-mc52/GHSA-3gwr-m8f8-mc52.json index fca704a4d92..fcade13820c 100644 --- a/advisories/unreviewed/2022/05/GHSA-3gwr-m8f8-mc52/GHSA-3gwr-m8f8-mc52.json +++ b/advisories/unreviewed/2022/05/GHSA-3gwr-m8f8-mc52/GHSA-3gwr-m8f8-mc52.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-3h26-q9xc-fjff/GHSA-3h26-q9xc-fjff.json b/advisories/unreviewed/2022/05/GHSA-3h26-q9xc-fjff/GHSA-3h26-q9xc-fjff.json index 3a424162727..ce62a189259 100644 --- a/advisories/unreviewed/2022/05/GHSA-3h26-q9xc-fjff/GHSA-3h26-q9xc-fjff.json +++ b/advisories/unreviewed/2022/05/GHSA-3h26-q9xc-fjff/GHSA-3h26-q9xc-fjff.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-3hmp-mj77-wcxf/GHSA-3hmp-mj77-wcxf.json b/advisories/unreviewed/2022/05/GHSA-3hmp-mj77-wcxf/GHSA-3hmp-mj77-wcxf.json index aeda2cec3a7..a184e921ea2 100644 --- a/advisories/unreviewed/2022/05/GHSA-3hmp-mj77-wcxf/GHSA-3hmp-mj77-wcxf.json +++ b/advisories/unreviewed/2022/05/GHSA-3hmp-mj77-wcxf/GHSA-3hmp-mj77-wcxf.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-3hp9-g385-h7cx/GHSA-3hp9-g385-h7cx.json b/advisories/unreviewed/2022/05/GHSA-3hp9-g385-h7cx/GHSA-3hp9-g385-h7cx.json index aff5b91a484..25f725825a3 100644 --- a/advisories/unreviewed/2022/05/GHSA-3hp9-g385-h7cx/GHSA-3hp9-g385-h7cx.json +++ b/advisories/unreviewed/2022/05/GHSA-3hp9-g385-h7cx/GHSA-3hp9-g385-h7cx.json @@ -7,12 +7,8 @@ "CVE-2021-22461" ], "details": "A component of the HarmonyOS has a Allocation of Resources Without Limits or Throttling vulnerability. Local attackers may exploit this vulnerability to cause nearby process crash.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3m53-jv7g-9x6v/GHSA-3m53-jv7g-9x6v.json b/advisories/unreviewed/2022/05/GHSA-3m53-jv7g-9x6v/GHSA-3m53-jv7g-9x6v.json index 7aaa30de996..b4ff1a0a04c 100644 --- a/advisories/unreviewed/2022/05/GHSA-3m53-jv7g-9x6v/GHSA-3m53-jv7g-9x6v.json +++ b/advisories/unreviewed/2022/05/GHSA-3m53-jv7g-9x6v/GHSA-3m53-jv7g-9x6v.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-3mgc-2x4f-gfqh/GHSA-3mgc-2x4f-gfqh.json b/advisories/unreviewed/2022/05/GHSA-3mgc-2x4f-gfqh/GHSA-3mgc-2x4f-gfqh.json index 4cd7640ff19..5d65107f41f 100644 --- a/advisories/unreviewed/2022/05/GHSA-3mgc-2x4f-gfqh/GHSA-3mgc-2x4f-gfqh.json +++ b/advisories/unreviewed/2022/05/GHSA-3mgc-2x4f-gfqh/GHSA-3mgc-2x4f-gfqh.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-3p43-73rv-cj74/GHSA-3p43-73rv-cj74.json b/advisories/unreviewed/2022/05/GHSA-3p43-73rv-cj74/GHSA-3p43-73rv-cj74.json index 6b878497532..601ca643818 100644 --- a/advisories/unreviewed/2022/05/GHSA-3p43-73rv-cj74/GHSA-3p43-73rv-cj74.json +++ b/advisories/unreviewed/2022/05/GHSA-3p43-73rv-cj74/GHSA-3p43-73rv-cj74.json @@ -7,12 +7,8 @@ "CVE-2021-22467" ], "details": "A component of the HarmonyOS has a Improper Input Validation vulnerability. Local attackers may exploit this vulnerability to read at any address.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3pfr-p6rw-j3hr/GHSA-3pfr-p6rw-j3hr.json b/advisories/unreviewed/2022/05/GHSA-3pfr-p6rw-j3hr/GHSA-3pfr-p6rw-j3hr.json index a6f72f6d486..c28d70954bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-3pfr-p6rw-j3hr/GHSA-3pfr-p6rw-j3hr.json +++ b/advisories/unreviewed/2022/05/GHSA-3pfr-p6rw-j3hr/GHSA-3pfr-p6rw-j3hr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-3pfw-j45c-rm2w/GHSA-3pfw-j45c-rm2w.json b/advisories/unreviewed/2022/05/GHSA-3pfw-j45c-rm2w/GHSA-3pfw-j45c-rm2w.json index 5438eeb5163..3ade1bb41fd 100644 --- a/advisories/unreviewed/2022/05/GHSA-3pfw-j45c-rm2w/GHSA-3pfw-j45c-rm2w.json +++ b/advisories/unreviewed/2022/05/GHSA-3pfw-j45c-rm2w/GHSA-3pfw-j45c-rm2w.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-3pw5-pqx4-4928/GHSA-3pw5-pqx4-4928.json b/advisories/unreviewed/2022/05/GHSA-3pw5-pqx4-4928/GHSA-3pw5-pqx4-4928.json index c2f75ebd4ba..d9edfb22b41 100644 --- a/advisories/unreviewed/2022/05/GHSA-3pw5-pqx4-4928/GHSA-3pw5-pqx4-4928.json +++ b/advisories/unreviewed/2022/05/GHSA-3pw5-pqx4-4928/GHSA-3pw5-pqx4-4928.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-3q66-gj8f-4pff/GHSA-3q66-gj8f-4pff.json b/advisories/unreviewed/2022/05/GHSA-3q66-gj8f-4pff/GHSA-3q66-gj8f-4pff.json index 714f5b72132..06d936bd123 100644 --- a/advisories/unreviewed/2022/05/GHSA-3q66-gj8f-4pff/GHSA-3q66-gj8f-4pff.json +++ b/advisories/unreviewed/2022/05/GHSA-3q66-gj8f-4pff/GHSA-3q66-gj8f-4pff.json @@ -7,12 +7,8 @@ "CVE-2020-18438" ], "details": "Directory traversal vulnerability in qinggan phpok 5.1, allows attackers to disclose sensitive information, via the title parameter to admin.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3qgg-5wf9-23cw/GHSA-3qgg-5wf9-23cw.json b/advisories/unreviewed/2022/05/GHSA-3qgg-5wf9-23cw/GHSA-3qgg-5wf9-23cw.json index 7a9f0875238..af395cd9eb3 100644 --- a/advisories/unreviewed/2022/05/GHSA-3qgg-5wf9-23cw/GHSA-3qgg-5wf9-23cw.json +++ b/advisories/unreviewed/2022/05/GHSA-3qgg-5wf9-23cw/GHSA-3qgg-5wf9-23cw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-3r3r-w8v7-6jqq/GHSA-3r3r-w8v7-6jqq.json b/advisories/unreviewed/2022/05/GHSA-3r3r-w8v7-6jqq/GHSA-3r3r-w8v7-6jqq.json index 64ebfeb6c6c..c4e433893ca 100644 --- a/advisories/unreviewed/2022/05/GHSA-3r3r-w8v7-6jqq/GHSA-3r3r-w8v7-6jqq.json +++ b/advisories/unreviewed/2022/05/GHSA-3r3r-w8v7-6jqq/GHSA-3r3r-w8v7-6jqq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-3r4p-64cj-6xrc/GHSA-3r4p-64cj-6xrc.json b/advisories/unreviewed/2022/05/GHSA-3r4p-64cj-6xrc/GHSA-3r4p-64cj-6xrc.json index e4486b9aa49..ecdb8f20774 100644 --- a/advisories/unreviewed/2022/05/GHSA-3r4p-64cj-6xrc/GHSA-3r4p-64cj-6xrc.json +++ b/advisories/unreviewed/2022/05/GHSA-3r4p-64cj-6xrc/GHSA-3r4p-64cj-6xrc.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-3rf4-hfh4-9ww3/GHSA-3rf4-hfh4-9ww3.json b/advisories/unreviewed/2022/05/GHSA-3rf4-hfh4-9ww3/GHSA-3rf4-hfh4-9ww3.json index 75fc32bce8f..9503ec75078 100644 --- a/advisories/unreviewed/2022/05/GHSA-3rf4-hfh4-9ww3/GHSA-3rf4-hfh4-9ww3.json +++ b/advisories/unreviewed/2022/05/GHSA-3rf4-hfh4-9ww3/GHSA-3rf4-hfh4-9ww3.json @@ -7,12 +7,8 @@ "CVE-2021-22491" ], "details": "There is an Input verification vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability may affect service availability.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3rvc-cvrv-gprh/GHSA-3rvc-cvrv-gprh.json b/advisories/unreviewed/2022/05/GHSA-3rvc-cvrv-gprh/GHSA-3rvc-cvrv-gprh.json index ee51fa35891..41e2aced68f 100644 --- a/advisories/unreviewed/2022/05/GHSA-3rvc-cvrv-gprh/GHSA-3rvc-cvrv-gprh.json +++ b/advisories/unreviewed/2022/05/GHSA-3rvc-cvrv-gprh/GHSA-3rvc-cvrv-gprh.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-3v8m-fxrr-q2f4/GHSA-3v8m-fxrr-q2f4.json b/advisories/unreviewed/2022/05/GHSA-3v8m-fxrr-q2f4/GHSA-3v8m-fxrr-q2f4.json index b9d3166fe0e..0a3fb655305 100644 --- a/advisories/unreviewed/2022/05/GHSA-3v8m-fxrr-q2f4/GHSA-3v8m-fxrr-q2f4.json +++ b/advisories/unreviewed/2022/05/GHSA-3v8m-fxrr-q2f4/GHSA-3v8m-fxrr-q2f4.json @@ -7,12 +7,8 @@ "CVE-2021-22463" ], "details": "A component of the HarmonyOS has a Use After Free vulnerability . Local attackers may exploit this vulnerability to cause Kernel Information disclosure.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3vch-5776-vg3j/GHSA-3vch-5776-vg3j.json b/advisories/unreviewed/2022/05/GHSA-3vch-5776-vg3j/GHSA-3vch-5776-vg3j.json index a33c1833ed8..31760585680 100644 --- a/advisories/unreviewed/2022/05/GHSA-3vch-5776-vg3j/GHSA-3vch-5776-vg3j.json +++ b/advisories/unreviewed/2022/05/GHSA-3vch-5776-vg3j/GHSA-3vch-5776-vg3j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-3vcw-92x2-jjg4/GHSA-3vcw-92x2-jjg4.json b/advisories/unreviewed/2022/05/GHSA-3vcw-92x2-jjg4/GHSA-3vcw-92x2-jjg4.json index 503080a2f60..333e846ce76 100644 --- a/advisories/unreviewed/2022/05/GHSA-3vcw-92x2-jjg4/GHSA-3vcw-92x2-jjg4.json +++ b/advisories/unreviewed/2022/05/GHSA-3vcw-92x2-jjg4/GHSA-3vcw-92x2-jjg4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/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/05/GHSA-3vpj-864g-v5cv/GHSA-3vpj-864g-v5cv.json b/advisories/unreviewed/2022/05/GHSA-3vpj-864g-v5cv/GHSA-3vpj-864g-v5cv.json index a91e61505c4..25d22c78773 100644 --- a/advisories/unreviewed/2022/05/GHSA-3vpj-864g-v5cv/GHSA-3vpj-864g-v5cv.json +++ b/advisories/unreviewed/2022/05/GHSA-3vpj-864g-v5cv/GHSA-3vpj-864g-v5cv.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-3vqv-q4j4-7vcj/GHSA-3vqv-q4j4-7vcj.json b/advisories/unreviewed/2022/05/GHSA-3vqv-q4j4-7vcj/GHSA-3vqv-q4j4-7vcj.json index 2e4511ca7f7..56dc6ed91c3 100644 --- a/advisories/unreviewed/2022/05/GHSA-3vqv-q4j4-7vcj/GHSA-3vqv-q4j4-7vcj.json +++ b/advisories/unreviewed/2022/05/GHSA-3vqv-q4j4-7vcj/GHSA-3vqv-q4j4-7vcj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-3w3q-6vq7-6wq8/GHSA-3w3q-6vq7-6wq8.json b/advisories/unreviewed/2022/05/GHSA-3w3q-6vq7-6wq8/GHSA-3w3q-6vq7-6wq8.json index 9cf0520f5dd..71bbd5fc7c6 100644 --- a/advisories/unreviewed/2022/05/GHSA-3w3q-6vq7-6wq8/GHSA-3w3q-6vq7-6wq8.json +++ b/advisories/unreviewed/2022/05/GHSA-3w3q-6vq7-6wq8/GHSA-3w3q-6vq7-6wq8.json @@ -7,12 +7,8 @@ "CVE-2021-38847" ], "details": "S-Cart v6.4.1 and below was discovered to contain an arbitrary file upload vulnerability in the Editor module on the Admin panel. This vulnerability allows attackers to execute arbitrary code via a crafted IMG file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3wcx-33v7-xf78/GHSA-3wcx-33v7-xf78.json b/advisories/unreviewed/2022/05/GHSA-3wcx-33v7-xf78/GHSA-3wcx-33v7-xf78.json index 46f466573c8..db2ec995a9e 100644 --- a/advisories/unreviewed/2022/05/GHSA-3wcx-33v7-xf78/GHSA-3wcx-33v7-xf78.json +++ b/advisories/unreviewed/2022/05/GHSA-3wcx-33v7-xf78/GHSA-3wcx-33v7-xf78.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-3wg9-ch55-29w5/GHSA-3wg9-ch55-29w5.json b/advisories/unreviewed/2022/05/GHSA-3wg9-ch55-29w5/GHSA-3wg9-ch55-29w5.json index 950700f311c..b8b6c36a1d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-3wg9-ch55-29w5/GHSA-3wg9-ch55-29w5.json +++ b/advisories/unreviewed/2022/05/GHSA-3wg9-ch55-29w5/GHSA-3wg9-ch55-29w5.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", @@ -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-3wv6-pjqx-6927/GHSA-3wv6-pjqx-6927.json b/advisories/unreviewed/2022/05/GHSA-3wv6-pjqx-6927/GHSA-3wv6-pjqx-6927.json index d7ac351935e..640a85c9887 100644 --- a/advisories/unreviewed/2022/05/GHSA-3wv6-pjqx-6927/GHSA-3wv6-pjqx-6927.json +++ b/advisories/unreviewed/2022/05/GHSA-3wv6-pjqx-6927/GHSA-3wv6-pjqx-6927.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-3xfm-3jfc-q3c4/GHSA-3xfm-3jfc-q3c4.json b/advisories/unreviewed/2022/05/GHSA-3xfm-3jfc-q3c4/GHSA-3xfm-3jfc-q3c4.json index c7600a55ae5..994c557d6dd 100644 --- a/advisories/unreviewed/2022/05/GHSA-3xfm-3jfc-q3c4/GHSA-3xfm-3jfc-q3c4.json +++ b/advisories/unreviewed/2022/05/GHSA-3xfm-3jfc-q3c4/GHSA-3xfm-3jfc-q3c4.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-3xj4-fw84-qhvx/GHSA-3xj4-fw84-qhvx.json b/advisories/unreviewed/2022/05/GHSA-3xj4-fw84-qhvx/GHSA-3xj4-fw84-qhvx.json index 88e0d524ea0..cc366740977 100644 --- a/advisories/unreviewed/2022/05/GHSA-3xj4-fw84-qhvx/GHSA-3xj4-fw84-qhvx.json +++ b/advisories/unreviewed/2022/05/GHSA-3xj4-fw84-qhvx/GHSA-3xj4-fw84-qhvx.json @@ -7,12 +7,8 @@ "CVE-2021-41676" ], "details": "An SQL Injection vulnerabilty exists in the oretnom23 Pharmacy Point of Sale System 1.0 in the login function in actions.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-422w-959p-3whv/GHSA-422w-959p-3whv.json b/advisories/unreviewed/2022/05/GHSA-422w-959p-3whv/GHSA-422w-959p-3whv.json index 3c541eecdf0..5ef3cf5021a 100644 --- a/advisories/unreviewed/2022/05/GHSA-422w-959p-3whv/GHSA-422w-959p-3whv.json +++ b/advisories/unreviewed/2022/05/GHSA-422w-959p-3whv/GHSA-422w-959p-3whv.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/2022/05/GHSA-42mf-h3p8-mw7f/GHSA-42mf-h3p8-mw7f.json b/advisories/unreviewed/2022/05/GHSA-42mf-h3p8-mw7f/GHSA-42mf-h3p8-mw7f.json index dc7c63f5f48..0e73b315216 100644 --- a/advisories/unreviewed/2022/05/GHSA-42mf-h3p8-mw7f/GHSA-42mf-h3p8-mw7f.json +++ b/advisories/unreviewed/2022/05/GHSA-42mf-h3p8-mw7f/GHSA-42mf-h3p8-mw7f.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-42q5-gvj7-g3c2/GHSA-42q5-gvj7-g3c2.json b/advisories/unreviewed/2022/05/GHSA-42q5-gvj7-g3c2/GHSA-42q5-gvj7-g3c2.json index 175adee4892..b6eed04a31b 100644 --- a/advisories/unreviewed/2022/05/GHSA-42q5-gvj7-g3c2/GHSA-42q5-gvj7-g3c2.json +++ b/advisories/unreviewed/2022/05/GHSA-42q5-gvj7-g3c2/GHSA-42q5-gvj7-g3c2.json @@ -7,12 +7,8 @@ "CVE-2021-22473" ], "details": "There is an Authentication vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability may affect service confidentiality.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-42w6-9v7c-hw9f/GHSA-42w6-9v7c-hw9f.json b/advisories/unreviewed/2022/05/GHSA-42w6-9v7c-hw9f/GHSA-42w6-9v7c-hw9f.json index b352bd74a29..652109fa991 100644 --- a/advisories/unreviewed/2022/05/GHSA-42w6-9v7c-hw9f/GHSA-42w6-9v7c-hw9f.json +++ b/advisories/unreviewed/2022/05/GHSA-42w6-9v7c-hw9f/GHSA-42w6-9v7c-hw9f.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-437w-56m7-gqfx/GHSA-437w-56m7-gqfx.json b/advisories/unreviewed/2022/05/GHSA-437w-56m7-gqfx/GHSA-437w-56m7-gqfx.json index de1116109c1..0dc0036ecc2 100644 --- a/advisories/unreviewed/2022/05/GHSA-437w-56m7-gqfx/GHSA-437w-56m7-gqfx.json +++ b/advisories/unreviewed/2022/05/GHSA-437w-56m7-gqfx/GHSA-437w-56m7-gqfx.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-43xp-p639-52h2/GHSA-43xp-p639-52h2.json b/advisories/unreviewed/2022/05/GHSA-43xp-p639-52h2/GHSA-43xp-p639-52h2.json index a64f3beeb7d..551b2246f30 100644 --- a/advisories/unreviewed/2022/05/GHSA-43xp-p639-52h2/GHSA-43xp-p639-52h2.json +++ b/advisories/unreviewed/2022/05/GHSA-43xp-p639-52h2/GHSA-43xp-p639-52h2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-443r-v97h-37x3/GHSA-443r-v97h-37x3.json b/advisories/unreviewed/2022/05/GHSA-443r-v97h-37x3/GHSA-443r-v97h-37x3.json index 4f8de7824a9..8e87fbcedab 100644 --- a/advisories/unreviewed/2022/05/GHSA-443r-v97h-37x3/GHSA-443r-v97h-37x3.json +++ b/advisories/unreviewed/2022/05/GHSA-443r-v97h-37x3/GHSA-443r-v97h-37x3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-44hp-cpw3-86g7/GHSA-44hp-cpw3-86g7.json b/advisories/unreviewed/2022/05/GHSA-44hp-cpw3-86g7/GHSA-44hp-cpw3-86g7.json index c7f8a803e57..1ca53d50fb2 100644 --- a/advisories/unreviewed/2022/05/GHSA-44hp-cpw3-86g7/GHSA-44hp-cpw3-86g7.json +++ b/advisories/unreviewed/2022/05/GHSA-44hp-cpw3-86g7/GHSA-44hp-cpw3-86g7.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-44xv-8ff2-fg74/GHSA-44xv-8ff2-fg74.json b/advisories/unreviewed/2022/05/GHSA-44xv-8ff2-fg74/GHSA-44xv-8ff2-fg74.json index 951f8d886a9..007f5d9e322 100644 --- a/advisories/unreviewed/2022/05/GHSA-44xv-8ff2-fg74/GHSA-44xv-8ff2-fg74.json +++ b/advisories/unreviewed/2022/05/GHSA-44xv-8ff2-fg74/GHSA-44xv-8ff2-fg74.json @@ -7,12 +7,8 @@ "CVE-2021-39346" ], "details": "The Google Maps Easy WordPress plugin is vulnerable to Stored Cross-Site Scripting due to insufficient input validation and sanitization via several parameters found in the ~/modules/marker_groups/views/tpl/mgrEditMarkerGroup.php file which allowed attackers with administrative user access to inject arbitrary web scripts, in versions up to and including 1.9.33. This affects multi-site installations where unfiltered_html is disabled for administrators, and sites where unfiltered_html is disabled.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-45jx-vcw7-8j54/GHSA-45jx-vcw7-8j54.json b/advisories/unreviewed/2022/05/GHSA-45jx-vcw7-8j54/GHSA-45jx-vcw7-8j54.json index 44984c783dd..4c847d13419 100644 --- a/advisories/unreviewed/2022/05/GHSA-45jx-vcw7-8j54/GHSA-45jx-vcw7-8j54.json +++ b/advisories/unreviewed/2022/05/GHSA-45jx-vcw7-8j54/GHSA-45jx-vcw7-8j54.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-45pp-8rq9-g4wh/GHSA-45pp-8rq9-g4wh.json b/advisories/unreviewed/2022/05/GHSA-45pp-8rq9-g4wh/GHSA-45pp-8rq9-g4wh.json index 3f05efb58bb..118e22e3a44 100644 --- a/advisories/unreviewed/2022/05/GHSA-45pp-8rq9-g4wh/GHSA-45pp-8rq9-g4wh.json +++ b/advisories/unreviewed/2022/05/GHSA-45pp-8rq9-g4wh/GHSA-45pp-8rq9-g4wh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/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": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4753-rgrc-fqpf/GHSA-4753-rgrc-fqpf.json b/advisories/unreviewed/2022/05/GHSA-4753-rgrc-fqpf/GHSA-4753-rgrc-fqpf.json index 8c06039a07e..0a130e7214f 100644 --- a/advisories/unreviewed/2022/05/GHSA-4753-rgrc-fqpf/GHSA-4753-rgrc-fqpf.json +++ b/advisories/unreviewed/2022/05/GHSA-4753-rgrc-fqpf/GHSA-4753-rgrc-fqpf.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-4796-rq72-4jvp/GHSA-4796-rq72-4jvp.json b/advisories/unreviewed/2022/05/GHSA-4796-rq72-4jvp/GHSA-4796-rq72-4jvp.json index fdef533e230..2dd37c4a3ef 100644 --- a/advisories/unreviewed/2022/05/GHSA-4796-rq72-4jvp/GHSA-4796-rq72-4jvp.json +++ b/advisories/unreviewed/2022/05/GHSA-4796-rq72-4jvp/GHSA-4796-rq72-4jvp.json @@ -7,12 +7,8 @@ "CVE-2020-23718" ], "details": "Cross site scripting (XSS) vulnerability in xujinliang zibbs 1.0, allows attackers to execute arbitrary code via the route parameter to index.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-497j-f639-7ww4/GHSA-497j-f639-7ww4.json b/advisories/unreviewed/2022/05/GHSA-497j-f639-7ww4/GHSA-497j-f639-7ww4.json index 217ea4b3873..70f961d4841 100644 --- a/advisories/unreviewed/2022/05/GHSA-497j-f639-7ww4/GHSA-497j-f639-7ww4.json +++ b/advisories/unreviewed/2022/05/GHSA-497j-f639-7ww4/GHSA-497j-f639-7ww4.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-49cc-qp2g-6gg3/GHSA-49cc-qp2g-6gg3.json b/advisories/unreviewed/2022/05/GHSA-49cc-qp2g-6gg3/GHSA-49cc-qp2g-6gg3.json index 3549748015d..6a1f156e3e2 100644 --- a/advisories/unreviewed/2022/05/GHSA-49cc-qp2g-6gg3/GHSA-49cc-qp2g-6gg3.json +++ b/advisories/unreviewed/2022/05/GHSA-49cc-qp2g-6gg3/GHSA-49cc-qp2g-6gg3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/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/05/GHSA-4cw2-92vp-ppvp/GHSA-4cw2-92vp-ppvp.json b/advisories/unreviewed/2022/05/GHSA-4cw2-92vp-ppvp/GHSA-4cw2-92vp-ppvp.json index 30f5c384364..fb3863ce140 100644 --- a/advisories/unreviewed/2022/05/GHSA-4cw2-92vp-ppvp/GHSA-4cw2-92vp-ppvp.json +++ b/advisories/unreviewed/2022/05/GHSA-4cw2-92vp-ppvp/GHSA-4cw2-92vp-ppvp.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-4fhr-7v46-9fwm/GHSA-4fhr-7v46-9fwm.json b/advisories/unreviewed/2022/05/GHSA-4fhr-7v46-9fwm/GHSA-4fhr-7v46-9fwm.json index 83dcb486330..d171da19b50 100644 --- a/advisories/unreviewed/2022/05/GHSA-4fhr-7v46-9fwm/GHSA-4fhr-7v46-9fwm.json +++ b/advisories/unreviewed/2022/05/GHSA-4fhr-7v46-9fwm/GHSA-4fhr-7v46-9fwm.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-4fj8-c7x8-6q88/GHSA-4fj8-c7x8-6q88.json b/advisories/unreviewed/2022/05/GHSA-4fj8-c7x8-6q88/GHSA-4fj8-c7x8-6q88.json index ed4b6e00e40..97b835d983d 100644 --- a/advisories/unreviewed/2022/05/GHSA-4fj8-c7x8-6q88/GHSA-4fj8-c7x8-6q88.json +++ b/advisories/unreviewed/2022/05/GHSA-4fj8-c7x8-6q88/GHSA-4fj8-c7x8-6q88.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-4g23-3mc5-9qf9/GHSA-4g23-3mc5-9qf9.json b/advisories/unreviewed/2022/05/GHSA-4g23-3mc5-9qf9/GHSA-4g23-3mc5-9qf9.json index eb88ff4f087..69df6354849 100644 --- a/advisories/unreviewed/2022/05/GHSA-4g23-3mc5-9qf9/GHSA-4g23-3mc5-9qf9.json +++ b/advisories/unreviewed/2022/05/GHSA-4g23-3mc5-9qf9/GHSA-4g23-3mc5-9qf9.json @@ -7,12 +7,8 @@ "CVE-2020-15940" ], "details": "An improper neutralization of input vulnerability [CWE-79] in FortiClientEMS versions 6.4.1 and below and 6.2.9 and below may allow a remote authenticated attacker to inject malicious script/tags via the name parameter of various sections of the server.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4g35-fx39-gwjh/GHSA-4g35-fx39-gwjh.json b/advisories/unreviewed/2022/05/GHSA-4g35-fx39-gwjh/GHSA-4g35-fx39-gwjh.json index 6e637d5895e..1ef51c59626 100644 --- a/advisories/unreviewed/2022/05/GHSA-4g35-fx39-gwjh/GHSA-4g35-fx39-gwjh.json +++ b/advisories/unreviewed/2022/05/GHSA-4g35-fx39-gwjh/GHSA-4g35-fx39-gwjh.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-4g44-5j4j-c7x6/GHSA-4g44-5j4j-c7x6.json b/advisories/unreviewed/2022/05/GHSA-4g44-5j4j-c7x6/GHSA-4g44-5j4j-c7x6.json index 6578da59211..30408c027ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-4g44-5j4j-c7x6/GHSA-4g44-5j4j-c7x6.json +++ b/advisories/unreviewed/2022/05/GHSA-4g44-5j4j-c7x6/GHSA-4g44-5j4j-c7x6.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-4g5q-m89g-8cvp/GHSA-4g5q-m89g-8cvp.json b/advisories/unreviewed/2022/05/GHSA-4g5q-m89g-8cvp/GHSA-4g5q-m89g-8cvp.json index 358feeba39e..d3cd1675618 100644 --- a/advisories/unreviewed/2022/05/GHSA-4g5q-m89g-8cvp/GHSA-4g5q-m89g-8cvp.json +++ b/advisories/unreviewed/2022/05/GHSA-4g5q-m89g-8cvp/GHSA-4g5q-m89g-8cvp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-4g6q-2ghm-pr4w/GHSA-4g6q-2ghm-pr4w.json b/advisories/unreviewed/2022/05/GHSA-4g6q-2ghm-pr4w/GHSA-4g6q-2ghm-pr4w.json index 752dc3c8acf..97964876533 100644 --- a/advisories/unreviewed/2022/05/GHSA-4g6q-2ghm-pr4w/GHSA-4g6q-2ghm-pr4w.json +++ b/advisories/unreviewed/2022/05/GHSA-4g6q-2ghm-pr4w/GHSA-4g6q-2ghm-pr4w.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-4hwj-vgvq-m592/GHSA-4hwj-vgvq-m592.json b/advisories/unreviewed/2022/05/GHSA-4hwj-vgvq-m592/GHSA-4hwj-vgvq-m592.json index 66ea80f1e1e..2b4d0fc6e5a 100644 --- a/advisories/unreviewed/2022/05/GHSA-4hwj-vgvq-m592/GHSA-4hwj-vgvq-m592.json +++ b/advisories/unreviewed/2022/05/GHSA-4hwj-vgvq-m592/GHSA-4hwj-vgvq-m592.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-4j3r-8wcm-632r/GHSA-4j3r-8wcm-632r.json b/advisories/unreviewed/2022/05/GHSA-4j3r-8wcm-632r/GHSA-4j3r-8wcm-632r.json index c1ed69d7eac..012cbe2f98c 100644 --- a/advisories/unreviewed/2022/05/GHSA-4j3r-8wcm-632r/GHSA-4j3r-8wcm-632r.json +++ b/advisories/unreviewed/2022/05/GHSA-4j3r-8wcm-632r/GHSA-4j3r-8wcm-632r.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", @@ -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/05/GHSA-4jjc-w6j6-3589/GHSA-4jjc-w6j6-3589.json b/advisories/unreviewed/2022/05/GHSA-4jjc-w6j6-3589/GHSA-4jjc-w6j6-3589.json index 45e238d59ec..4252614aa85 100644 --- a/advisories/unreviewed/2022/05/GHSA-4jjc-w6j6-3589/GHSA-4jjc-w6j6-3589.json +++ b/advisories/unreviewed/2022/05/GHSA-4jjc-w6j6-3589/GHSA-4jjc-w6j6-3589.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-4jjh-vjvp-6gvg/GHSA-4jjh-vjvp-6gvg.json b/advisories/unreviewed/2022/05/GHSA-4jjh-vjvp-6gvg/GHSA-4jjh-vjvp-6gvg.json index d68e85fc80b..7ebeeb2cfc6 100644 --- a/advisories/unreviewed/2022/05/GHSA-4jjh-vjvp-6gvg/GHSA-4jjh-vjvp-6gvg.json +++ b/advisories/unreviewed/2022/05/GHSA-4jjh-vjvp-6gvg/GHSA-4jjh-vjvp-6gvg.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-4jwq-qx73-v7q4/GHSA-4jwq-qx73-v7q4.json b/advisories/unreviewed/2022/05/GHSA-4jwq-qx73-v7q4/GHSA-4jwq-qx73-v7q4.json index 62e6c45c17c..b4695e3ca1d 100644 --- a/advisories/unreviewed/2022/05/GHSA-4jwq-qx73-v7q4/GHSA-4jwq-qx73-v7q4.json +++ b/advisories/unreviewed/2022/05/GHSA-4jwq-qx73-v7q4/GHSA-4jwq-qx73-v7q4.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-4jxr-5phv-qj45/GHSA-4jxr-5phv-qj45.json b/advisories/unreviewed/2022/05/GHSA-4jxr-5phv-qj45/GHSA-4jxr-5phv-qj45.json index 7ef1d3a8e17..f05909e937a 100644 --- a/advisories/unreviewed/2022/05/GHSA-4jxr-5phv-qj45/GHSA-4jxr-5phv-qj45.json +++ b/advisories/unreviewed/2022/05/GHSA-4jxr-5phv-qj45/GHSA-4jxr-5phv-qj45.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-4mx6-fjqc-4rhr/GHSA-4mx6-fjqc-4rhr.json b/advisories/unreviewed/2022/05/GHSA-4mx6-fjqc-4rhr/GHSA-4mx6-fjqc-4rhr.json index a9d9a292075..2f22a4f8b59 100644 --- a/advisories/unreviewed/2022/05/GHSA-4mx6-fjqc-4rhr/GHSA-4mx6-fjqc-4rhr.json +++ b/advisories/unreviewed/2022/05/GHSA-4mx6-fjqc-4rhr/GHSA-4mx6-fjqc-4rhr.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-4pc3-f84w-r58f/GHSA-4pc3-f84w-r58f.json b/advisories/unreviewed/2022/05/GHSA-4pc3-f84w-r58f/GHSA-4pc3-f84w-r58f.json index d45461f6711..9ba495b47fd 100644 --- a/advisories/unreviewed/2022/05/GHSA-4pc3-f84w-r58f/GHSA-4pc3-f84w-r58f.json +++ b/advisories/unreviewed/2022/05/GHSA-4pc3-f84w-r58f/GHSA-4pc3-f84w-r58f.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", @@ -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-4pp2-3663-mcw8/GHSA-4pp2-3663-mcw8.json b/advisories/unreviewed/2022/05/GHSA-4pp2-3663-mcw8/GHSA-4pp2-3663-mcw8.json index 2b1d6f396c6..decea76c46b 100644 --- a/advisories/unreviewed/2022/05/GHSA-4pp2-3663-mcw8/GHSA-4pp2-3663-mcw8.json +++ b/advisories/unreviewed/2022/05/GHSA-4pp2-3663-mcw8/GHSA-4pp2-3663-mcw8.json @@ -7,12 +7,8 @@ "CVE-2021-25742" ], "details": "A security issue was discovered in ingress-nginx where a user that can create or update ingress objects can use the custom snippets feature to obtain all secrets in the cluster.", - "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-4pxr-prw4-mcfr/GHSA-4pxr-prw4-mcfr.json b/advisories/unreviewed/2022/05/GHSA-4pxr-prw4-mcfr/GHSA-4pxr-prw4-mcfr.json index 6625d97ab4e..1d184d76b65 100644 --- a/advisories/unreviewed/2022/05/GHSA-4pxr-prw4-mcfr/GHSA-4pxr-prw4-mcfr.json +++ b/advisories/unreviewed/2022/05/GHSA-4pxr-prw4-mcfr/GHSA-4pxr-prw4-mcfr.json @@ -7,12 +7,8 @@ "CVE-2020-23546" ], "details": "IrfanView 4.54 allows attackers to cause a denial of service or possibly other unspecified impacts via a crafted XBM file, related to a \"Data from Faulting Address is used as one or more arguments in a subsequent Function Call starting at FORMATS!ReadMosaic+0x0000000000000981.", - "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-4qrp-rfxq-585m/GHSA-4qrp-rfxq-585m.json b/advisories/unreviewed/2022/05/GHSA-4qrp-rfxq-585m/GHSA-4qrp-rfxq-585m.json index a098f2747e9..cf1b731397a 100644 --- a/advisories/unreviewed/2022/05/GHSA-4qrp-rfxq-585m/GHSA-4qrp-rfxq-585m.json +++ b/advisories/unreviewed/2022/05/GHSA-4qrp-rfxq-585m/GHSA-4qrp-rfxq-585m.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-4r3g-2r86-vmh6/GHSA-4r3g-2r86-vmh6.json b/advisories/unreviewed/2022/05/GHSA-4r3g-2r86-vmh6/GHSA-4r3g-2r86-vmh6.json index d877def6b31..9396d9c338b 100644 --- a/advisories/unreviewed/2022/05/GHSA-4r3g-2r86-vmh6/GHSA-4r3g-2r86-vmh6.json +++ b/advisories/unreviewed/2022/05/GHSA-4r3g-2r86-vmh6/GHSA-4r3g-2r86-vmh6.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-4r4g-jmhw-hh6h/GHSA-4r4g-jmhw-hh6h.json b/advisories/unreviewed/2022/05/GHSA-4r4g-jmhw-hh6h/GHSA-4r4g-jmhw-hh6h.json index 787a1673e10..22eb7ab6079 100644 --- a/advisories/unreviewed/2022/05/GHSA-4r4g-jmhw-hh6h/GHSA-4r4g-jmhw-hh6h.json +++ b/advisories/unreviewed/2022/05/GHSA-4r4g-jmhw-hh6h/GHSA-4r4g-jmhw-hh6h.json @@ -7,12 +7,8 @@ "CVE-2021-38420" ], "details": "Delta Electronics DIALink versions 1.2.4.0 and prior default permissions give extensive permissions to low-privileged user accounts, which may allow an attacker to modify the installation directory and upload malicious files.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4rmj-34m5-wq4m/GHSA-4rmj-34m5-wq4m.json b/advisories/unreviewed/2022/05/GHSA-4rmj-34m5-wq4m/GHSA-4rmj-34m5-wq4m.json index 0fbba3da78a..f2f2175111e 100644 --- a/advisories/unreviewed/2022/05/GHSA-4rmj-34m5-wq4m/GHSA-4rmj-34m5-wq4m.json +++ b/advisories/unreviewed/2022/05/GHSA-4rmj-34m5-wq4m/GHSA-4rmj-34m5-wq4m.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-4v86-55fp-qc5m/GHSA-4v86-55fp-qc5m.json b/advisories/unreviewed/2022/05/GHSA-4v86-55fp-qc5m/GHSA-4v86-55fp-qc5m.json index add04d0eea1..9419a316fb0 100644 --- a/advisories/unreviewed/2022/05/GHSA-4v86-55fp-qc5m/GHSA-4v86-55fp-qc5m.json +++ b/advisories/unreviewed/2022/05/GHSA-4v86-55fp-qc5m/GHSA-4v86-55fp-qc5m.json @@ -7,12 +7,8 @@ "CVE-2021-29875" ], "details": "IBM InfoSphere Information Server 11.7 could allow an attacker to obtain sensitive information due to a insecure third party domain access vulnerability. IBM X-Force ID: 206572.", - "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-4wg2-q996-p3jp/GHSA-4wg2-q996-p3jp.json b/advisories/unreviewed/2022/05/GHSA-4wg2-q996-p3jp/GHSA-4wg2-q996-p3jp.json index 831a456fe54..544585c112f 100644 --- a/advisories/unreviewed/2022/05/GHSA-4wg2-q996-p3jp/GHSA-4wg2-q996-p3jp.json +++ b/advisories/unreviewed/2022/05/GHSA-4wg2-q996-p3jp/GHSA-4wg2-q996-p3jp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-4x6q-xv36-557v/GHSA-4x6q-xv36-557v.json b/advisories/unreviewed/2022/05/GHSA-4x6q-xv36-557v/GHSA-4x6q-xv36-557v.json index bf453386e99..d38355d5452 100644 --- a/advisories/unreviewed/2022/05/GHSA-4x6q-xv36-557v/GHSA-4x6q-xv36-557v.json +++ b/advisories/unreviewed/2022/05/GHSA-4x6q-xv36-557v/GHSA-4x6q-xv36-557v.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-4xcm-mh3g-j3v7/GHSA-4xcm-mh3g-j3v7.json b/advisories/unreviewed/2022/05/GHSA-4xcm-mh3g-j3v7/GHSA-4xcm-mh3g-j3v7.json index 55dd12896d5..3609308fedc 100644 --- a/advisories/unreviewed/2022/05/GHSA-4xcm-mh3g-j3v7/GHSA-4xcm-mh3g-j3v7.json +++ b/advisories/unreviewed/2022/05/GHSA-4xcm-mh3g-j3v7/GHSA-4xcm-mh3g-j3v7.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-4xhv-mrq3-x222/GHSA-4xhv-mrq3-x222.json b/advisories/unreviewed/2022/05/GHSA-4xhv-mrq3-x222/GHSA-4xhv-mrq3-x222.json index 9961f25034f..99e8b393c16 100644 --- a/advisories/unreviewed/2022/05/GHSA-4xhv-mrq3-x222/GHSA-4xhv-mrq3-x222.json +++ b/advisories/unreviewed/2022/05/GHSA-4xhv-mrq3-x222/GHSA-4xhv-mrq3-x222.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-4xj2-3gvc-mfvh/GHSA-4xj2-3gvc-mfvh.json b/advisories/unreviewed/2022/05/GHSA-4xj2-3gvc-mfvh/GHSA-4xj2-3gvc-mfvh.json index d42fc4dfbfe..ea878124572 100644 --- a/advisories/unreviewed/2022/05/GHSA-4xj2-3gvc-mfvh/GHSA-4xj2-3gvc-mfvh.json +++ b/advisories/unreviewed/2022/05/GHSA-4xj2-3gvc-mfvh/GHSA-4xj2-3gvc-mfvh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-4xw5-77fm-xrr6/GHSA-4xw5-77fm-xrr6.json b/advisories/unreviewed/2022/05/GHSA-4xw5-77fm-xrr6/GHSA-4xw5-77fm-xrr6.json index 33c6e397a1c..78e1f920e13 100644 --- a/advisories/unreviewed/2022/05/GHSA-4xw5-77fm-xrr6/GHSA-4xw5-77fm-xrr6.json +++ b/advisories/unreviewed/2022/05/GHSA-4xw5-77fm-xrr6/GHSA-4xw5-77fm-xrr6.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-53c8-4j57-m6p5/GHSA-53c8-4j57-m6p5.json b/advisories/unreviewed/2022/05/GHSA-53c8-4j57-m6p5/GHSA-53c8-4j57-m6p5.json index 64957dfd3f4..90b95f89224 100644 --- a/advisories/unreviewed/2022/05/GHSA-53c8-4j57-m6p5/GHSA-53c8-4j57-m6p5.json +++ b/advisories/unreviewed/2022/05/GHSA-53c8-4j57-m6p5/GHSA-53c8-4j57-m6p5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/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-53g4-q78r-c9wc/GHSA-53g4-q78r-c9wc.json b/advisories/unreviewed/2022/05/GHSA-53g4-q78r-c9wc/GHSA-53g4-q78r-c9wc.json index e6ccd17a4a6..b857e23d3f1 100644 --- a/advisories/unreviewed/2022/05/GHSA-53g4-q78r-c9wc/GHSA-53g4-q78r-c9wc.json +++ b/advisories/unreviewed/2022/05/GHSA-53g4-q78r-c9wc/GHSA-53g4-q78r-c9wc.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-54h4-gjc6-h34h/GHSA-54h4-gjc6-h34h.json b/advisories/unreviewed/2022/05/GHSA-54h4-gjc6-h34h/GHSA-54h4-gjc6-h34h.json index 244e1307f2c..46a8c701636 100644 --- a/advisories/unreviewed/2022/05/GHSA-54h4-gjc6-h34h/GHSA-54h4-gjc6-h34h.json +++ b/advisories/unreviewed/2022/05/GHSA-54h4-gjc6-h34h/GHSA-54h4-gjc6-h34h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-54w8-prj8-6v5f/GHSA-54w8-prj8-6v5f.json b/advisories/unreviewed/2022/05/GHSA-54w8-prj8-6v5f/GHSA-54w8-prj8-6v5f.json index 4db37aa99a5..21761b001c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-54w8-prj8-6v5f/GHSA-54w8-prj8-6v5f.json +++ b/advisories/unreviewed/2022/05/GHSA-54w8-prj8-6v5f/GHSA-54w8-prj8-6v5f.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-554h-cqv3-h79q/GHSA-554h-cqv3-h79q.json b/advisories/unreviewed/2022/05/GHSA-554h-cqv3-h79q/GHSA-554h-cqv3-h79q.json index 3b90563beb8..8f6ba83a6c5 100644 --- a/advisories/unreviewed/2022/05/GHSA-554h-cqv3-h79q/GHSA-554h-cqv3-h79q.json +++ b/advisories/unreviewed/2022/05/GHSA-554h-cqv3-h79q/GHSA-554h-cqv3-h79q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/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-55v8-f5wg-rq69/GHSA-55v8-f5wg-rq69.json b/advisories/unreviewed/2022/05/GHSA-55v8-f5wg-rq69/GHSA-55v8-f5wg-rq69.json index dd62b97060f..bc81a7ef8ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-55v8-f5wg-rq69/GHSA-55v8-f5wg-rq69.json +++ b/advisories/unreviewed/2022/05/GHSA-55v8-f5wg-rq69/GHSA-55v8-f5wg-rq69.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-569q-x9r8-48cw/GHSA-569q-x9r8-48cw.json b/advisories/unreviewed/2022/05/GHSA-569q-x9r8-48cw/GHSA-569q-x9r8-48cw.json index adcec91a19c..599af2d7155 100644 --- a/advisories/unreviewed/2022/05/GHSA-569q-x9r8-48cw/GHSA-569q-x9r8-48cw.json +++ b/advisories/unreviewed/2022/05/GHSA-569q-x9r8-48cw/GHSA-569q-x9r8-48cw.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-56mm-hvp4-m2ff/GHSA-56mm-hvp4-m2ff.json b/advisories/unreviewed/2022/05/GHSA-56mm-hvp4-m2ff/GHSA-56mm-hvp4-m2ff.json index ba68c664464..b13887c68d5 100644 --- a/advisories/unreviewed/2022/05/GHSA-56mm-hvp4-m2ff/GHSA-56mm-hvp4-m2ff.json +++ b/advisories/unreviewed/2022/05/GHSA-56mm-hvp4-m2ff/GHSA-56mm-hvp4-m2ff.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-57j7-j85g-2xw4/GHSA-57j7-j85g-2xw4.json b/advisories/unreviewed/2022/05/GHSA-57j7-j85g-2xw4/GHSA-57j7-j85g-2xw4.json index 8d9f6ccdf97..5a3a210f3d2 100644 --- a/advisories/unreviewed/2022/05/GHSA-57j7-j85g-2xw4/GHSA-57j7-j85g-2xw4.json +++ b/advisories/unreviewed/2022/05/GHSA-57j7-j85g-2xw4/GHSA-57j7-j85g-2xw4.json @@ -7,12 +7,8 @@ "CVE-2015-20019" ], "details": "The Content text slider on post WordPress plugin before 6.9 does not sanitise and escape the Title and Message/Content settings, which could lead to Cross-Site Scripting issues", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-58xf-6pv3-r38j/GHSA-58xf-6pv3-r38j.json b/advisories/unreviewed/2022/05/GHSA-58xf-6pv3-r38j/GHSA-58xf-6pv3-r38j.json index ec071c374b7..903a7a854b6 100644 --- a/advisories/unreviewed/2022/05/GHSA-58xf-6pv3-r38j/GHSA-58xf-6pv3-r38j.json +++ b/advisories/unreviewed/2022/05/GHSA-58xf-6pv3-r38j/GHSA-58xf-6pv3-r38j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-599w-55gq-8q3f/GHSA-599w-55gq-8q3f.json b/advisories/unreviewed/2022/05/GHSA-599w-55gq-8q3f/GHSA-599w-55gq-8q3f.json index 9c5c4ad0728..b92e05a95c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-599w-55gq-8q3f/GHSA-599w-55gq-8q3f.json +++ b/advisories/unreviewed/2022/05/GHSA-599w-55gq-8q3f/GHSA-599w-55gq-8q3f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-59x4-pccf-58xp/GHSA-59x4-pccf-58xp.json b/advisories/unreviewed/2022/05/GHSA-59x4-pccf-58xp/GHSA-59x4-pccf-58xp.json index a82f0027f65..68d322aedef 100644 --- a/advisories/unreviewed/2022/05/GHSA-59x4-pccf-58xp/GHSA-59x4-pccf-58xp.json +++ b/advisories/unreviewed/2022/05/GHSA-59x4-pccf-58xp/GHSA-59x4-pccf-58xp.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-5c58-5hxw-xhxp/GHSA-5c58-5hxw-xhxp.json b/advisories/unreviewed/2022/05/GHSA-5c58-5hxw-xhxp/GHSA-5c58-5hxw-xhxp.json index 86811d199e9..288d5720448 100644 --- a/advisories/unreviewed/2022/05/GHSA-5c58-5hxw-xhxp/GHSA-5c58-5hxw-xhxp.json +++ b/advisories/unreviewed/2022/05/GHSA-5c58-5hxw-xhxp/GHSA-5c58-5hxw-xhxp.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-5cmw-qqj7-6mpj/GHSA-5cmw-qqj7-6mpj.json b/advisories/unreviewed/2022/05/GHSA-5cmw-qqj7-6mpj/GHSA-5cmw-qqj7-6mpj.json index bfac631d08c..93ce01058db 100644 --- a/advisories/unreviewed/2022/05/GHSA-5cmw-qqj7-6mpj/GHSA-5cmw-qqj7-6mpj.json +++ b/advisories/unreviewed/2022/05/GHSA-5cmw-qqj7-6mpj/GHSA-5cmw-qqj7-6mpj.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-5fjc-h9fj-6723/GHSA-5fjc-h9fj-6723.json b/advisories/unreviewed/2022/05/GHSA-5fjc-h9fj-6723/GHSA-5fjc-h9fj-6723.json index c6574cf6bf0..31bff8c4d95 100644 --- a/advisories/unreviewed/2022/05/GHSA-5fjc-h9fj-6723/GHSA-5fjc-h9fj-6723.json +++ b/advisories/unreviewed/2022/05/GHSA-5fjc-h9fj-6723/GHSA-5fjc-h9fj-6723.json @@ -7,12 +7,8 @@ "CVE-2021-36998" ], "details": "There is an Improper verification vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability may allow attempts to read an array that is out of bounds.", - "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-5frm-69j4-hgp7/GHSA-5frm-69j4-hgp7.json b/advisories/unreviewed/2022/05/GHSA-5frm-69j4-hgp7/GHSA-5frm-69j4-hgp7.json index b9a93f1090c..a837bc39de1 100644 --- a/advisories/unreviewed/2022/05/GHSA-5frm-69j4-hgp7/GHSA-5frm-69j4-hgp7.json +++ b/advisories/unreviewed/2022/05/GHSA-5frm-69j4-hgp7/GHSA-5frm-69j4-hgp7.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-5g84-3cjh-4qxf/GHSA-5g84-3cjh-4qxf.json b/advisories/unreviewed/2022/05/GHSA-5g84-3cjh-4qxf/GHSA-5g84-3cjh-4qxf.json index 69af7c24c8f..b14b9f042fd 100644 --- a/advisories/unreviewed/2022/05/GHSA-5g84-3cjh-4qxf/GHSA-5g84-3cjh-4qxf.json +++ b/advisories/unreviewed/2022/05/GHSA-5g84-3cjh-4qxf/GHSA-5g84-3cjh-4qxf.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-5gjv-852q-rc52/GHSA-5gjv-852q-rc52.json b/advisories/unreviewed/2022/05/GHSA-5gjv-852q-rc52/GHSA-5gjv-852q-rc52.json index 3618e968c53..7c4cfc998a5 100644 --- a/advisories/unreviewed/2022/05/GHSA-5gjv-852q-rc52/GHSA-5gjv-852q-rc52.json +++ b/advisories/unreviewed/2022/05/GHSA-5gjv-852q-rc52/GHSA-5gjv-852q-rc52.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-5hc4-w525-fjv3/GHSA-5hc4-w525-fjv3.json b/advisories/unreviewed/2022/05/GHSA-5hc4-w525-fjv3/GHSA-5hc4-w525-fjv3.json index 60c7beca6b4..db36eefedd4 100644 --- a/advisories/unreviewed/2022/05/GHSA-5hc4-w525-fjv3/GHSA-5hc4-w525-fjv3.json +++ b/advisories/unreviewed/2022/05/GHSA-5hc4-w525-fjv3/GHSA-5hc4-w525-fjv3.json @@ -7,12 +7,8 @@ "CVE-2021-22038" ], "details": "On Windows, the uninstaller binary copies itself to a fixed temporary location, which is then executed (the originally called uninstaller exits, so it does not block the installation directory). This temporary location is not randomized and does not restrict access to Administrators only so a potential attacker could plant a binary to replace the copied binary right before it gets called, thus gaining Administrator privileges (if the original uninstaller was executed as Administrator). The vulnerability only affects Windows installers.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5hqc-g8vh-28gg/GHSA-5hqc-g8vh-28gg.json b/advisories/unreviewed/2022/05/GHSA-5hqc-g8vh-28gg/GHSA-5hqc-g8vh-28gg.json index 9d26e8248d4..e66e1e5ea3a 100644 --- a/advisories/unreviewed/2022/05/GHSA-5hqc-g8vh-28gg/GHSA-5hqc-g8vh-28gg.json +++ b/advisories/unreviewed/2022/05/GHSA-5hqc-g8vh-28gg/GHSA-5hqc-g8vh-28gg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5j66-c8hx-v72f/GHSA-5j66-c8hx-v72f.json b/advisories/unreviewed/2022/05/GHSA-5j66-c8hx-v72f/GHSA-5j66-c8hx-v72f.json index d307b7ced38..49d7b49558b 100644 --- a/advisories/unreviewed/2022/05/GHSA-5j66-c8hx-v72f/GHSA-5j66-c8hx-v72f.json +++ b/advisories/unreviewed/2022/05/GHSA-5j66-c8hx-v72f/GHSA-5j66-c8hx-v72f.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-5m2f-4r3g-v997/GHSA-5m2f-4r3g-v997.json b/advisories/unreviewed/2022/05/GHSA-5m2f-4r3g-v997/GHSA-5m2f-4r3g-v997.json index 4827aa990df..84a58abde7c 100644 --- a/advisories/unreviewed/2022/05/GHSA-5m2f-4r3g-v997/GHSA-5m2f-4r3g-v997.json +++ b/advisories/unreviewed/2022/05/GHSA-5m2f-4r3g-v997/GHSA-5m2f-4r3g-v997.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-5m39-fcj8-j4j9/GHSA-5m39-fcj8-j4j9.json b/advisories/unreviewed/2022/05/GHSA-5m39-fcj8-j4j9/GHSA-5m39-fcj8-j4j9.json index f46b4e11936..33b2b008ecb 100644 --- a/advisories/unreviewed/2022/05/GHSA-5m39-fcj8-j4j9/GHSA-5m39-fcj8-j4j9.json +++ b/advisories/unreviewed/2022/05/GHSA-5m39-fcj8-j4j9/GHSA-5m39-fcj8-j4j9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-5phj-fp89-fpxp/GHSA-5phj-fp89-fpxp.json b/advisories/unreviewed/2022/05/GHSA-5phj-fp89-fpxp/GHSA-5phj-fp89-fpxp.json index 5f76926dc92..0ae7bba88c0 100644 --- a/advisories/unreviewed/2022/05/GHSA-5phj-fp89-fpxp/GHSA-5phj-fp89-fpxp.json +++ b/advisories/unreviewed/2022/05/GHSA-5phj-fp89-fpxp/GHSA-5phj-fp89-fpxp.json @@ -7,12 +7,8 @@ "CVE-2021-29213" ], "details": "A potential local bypass of security restrictions vulnerability has been identified in HPE ProLiant DL20 Gen10, HPE ProLiant ML30 Gen10, and HPE ProLiant MicroServer Gen10 Plus server's system ROMs prior to version 2.52. The vulnerability could be locally exploited to cause disclosure of sensitive information, denial of service (DoS), and/or compromise system integrity.", - "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-5prc-w35f-xhqm/GHSA-5prc-w35f-xhqm.json b/advisories/unreviewed/2022/05/GHSA-5prc-w35f-xhqm/GHSA-5prc-w35f-xhqm.json index e382ab2fa9e..ab0d047ad2f 100644 --- a/advisories/unreviewed/2022/05/GHSA-5prc-w35f-xhqm/GHSA-5prc-w35f-xhqm.json +++ b/advisories/unreviewed/2022/05/GHSA-5prc-w35f-xhqm/GHSA-5prc-w35f-xhqm.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-5qfc-f4p5-x2wm/GHSA-5qfc-f4p5-x2wm.json b/advisories/unreviewed/2022/05/GHSA-5qfc-f4p5-x2wm/GHSA-5qfc-f4p5-x2wm.json index d1a333fab4b..898998fec86 100644 --- a/advisories/unreviewed/2022/05/GHSA-5qfc-f4p5-x2wm/GHSA-5qfc-f4p5-x2wm.json +++ b/advisories/unreviewed/2022/05/GHSA-5qfc-f4p5-x2wm/GHSA-5qfc-f4p5-x2wm.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-5qpr-j9ww-x44p/GHSA-5qpr-j9ww-x44p.json b/advisories/unreviewed/2022/05/GHSA-5qpr-j9ww-x44p/GHSA-5qpr-j9ww-x44p.json index 870bcf3f59e..14af9b76155 100644 --- a/advisories/unreviewed/2022/05/GHSA-5qpr-j9ww-x44p/GHSA-5qpr-j9ww-x44p.json +++ b/advisories/unreviewed/2022/05/GHSA-5qpr-j9ww-x44p/GHSA-5qpr-j9ww-x44p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-5v72-37vr-whgx/GHSA-5v72-37vr-whgx.json b/advisories/unreviewed/2022/05/GHSA-5v72-37vr-whgx/GHSA-5v72-37vr-whgx.json index f9843d7e55e..5a6bc13e0d7 100644 --- a/advisories/unreviewed/2022/05/GHSA-5v72-37vr-whgx/GHSA-5v72-37vr-whgx.json +++ b/advisories/unreviewed/2022/05/GHSA-5v72-37vr-whgx/GHSA-5v72-37vr-whgx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/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/05/GHSA-5vfc-gf4x-6fj8/GHSA-5vfc-gf4x-6fj8.json b/advisories/unreviewed/2022/05/GHSA-5vfc-gf4x-6fj8/GHSA-5vfc-gf4x-6fj8.json index fbce64001bc..de809858d93 100644 --- a/advisories/unreviewed/2022/05/GHSA-5vfc-gf4x-6fj8/GHSA-5vfc-gf4x-6fj8.json +++ b/advisories/unreviewed/2022/05/GHSA-5vfc-gf4x-6fj8/GHSA-5vfc-gf4x-6fj8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-5vh5-7q79-c2mp/GHSA-5vh5-7q79-c2mp.json b/advisories/unreviewed/2022/05/GHSA-5vh5-7q79-c2mp/GHSA-5vh5-7q79-c2mp.json index 82a6abd22f4..ed123d1a8aa 100644 --- a/advisories/unreviewed/2022/05/GHSA-5vh5-7q79-c2mp/GHSA-5vh5-7q79-c2mp.json +++ b/advisories/unreviewed/2022/05/GHSA-5vh5-7q79-c2mp/GHSA-5vh5-7q79-c2mp.json @@ -7,12 +7,8 @@ "CVE-2021-42754" ], "details": "An improper control of generation of code vulnerability [CWE-94] in FortiClientMacOS versions 7.0.0 and below and 6.4.5 and below may allow an authenticated attacker to hijack the MacOS camera without the user permission via the malicious dylib file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5vj3-gfgg-q9v5/GHSA-5vj3-gfgg-q9v5.json b/advisories/unreviewed/2022/05/GHSA-5vj3-gfgg-q9v5/GHSA-5vj3-gfgg-q9v5.json index 5e5b55a3ceb..b7e19224afb 100644 --- a/advisories/unreviewed/2022/05/GHSA-5vj3-gfgg-q9v5/GHSA-5vj3-gfgg-q9v5.json +++ b/advisories/unreviewed/2022/05/GHSA-5vj3-gfgg-q9v5/GHSA-5vj3-gfgg-q9v5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-5vpm-55vx-4xcf/GHSA-5vpm-55vx-4xcf.json b/advisories/unreviewed/2022/05/GHSA-5vpm-55vx-4xcf/GHSA-5vpm-55vx-4xcf.json index 86479653cd3..ca75a4f21bf 100644 --- a/advisories/unreviewed/2022/05/GHSA-5vpm-55vx-4xcf/GHSA-5vpm-55vx-4xcf.json +++ b/advisories/unreviewed/2022/05/GHSA-5vpm-55vx-4xcf/GHSA-5vpm-55vx-4xcf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:H/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-5vqp-64mp-pg5r/GHSA-5vqp-64mp-pg5r.json b/advisories/unreviewed/2022/05/GHSA-5vqp-64mp-pg5r/GHSA-5vqp-64mp-pg5r.json index 8e263baaab1..92a037a7677 100644 --- a/advisories/unreviewed/2022/05/GHSA-5vqp-64mp-pg5r/GHSA-5vqp-64mp-pg5r.json +++ b/advisories/unreviewed/2022/05/GHSA-5vqp-64mp-pg5r/GHSA-5vqp-64mp-pg5r.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/05/GHSA-5w4x-m7wq-hcg9/GHSA-5w4x-m7wq-hcg9.json b/advisories/unreviewed/2022/05/GHSA-5w4x-m7wq-hcg9/GHSA-5w4x-m7wq-hcg9.json index 180d3733089..66c87c3fed2 100644 --- a/advisories/unreviewed/2022/05/GHSA-5w4x-m7wq-hcg9/GHSA-5w4x-m7wq-hcg9.json +++ b/advisories/unreviewed/2022/05/GHSA-5w4x-m7wq-hcg9/GHSA-5w4x-m7wq-hcg9.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-5wjc-p3mr-28xf/GHSA-5wjc-p3mr-28xf.json b/advisories/unreviewed/2022/05/GHSA-5wjc-p3mr-28xf/GHSA-5wjc-p3mr-28xf.json index ee4c1fc0341..1fa610f26f2 100644 --- a/advisories/unreviewed/2022/05/GHSA-5wjc-p3mr-28xf/GHSA-5wjc-p3mr-28xf.json +++ b/advisories/unreviewed/2022/05/GHSA-5wjc-p3mr-28xf/GHSA-5wjc-p3mr-28xf.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-624h-qqfx-32pv/GHSA-624h-qqfx-32pv.json b/advisories/unreviewed/2022/05/GHSA-624h-qqfx-32pv/GHSA-624h-qqfx-32pv.json index fcf58aad969..b3016698932 100644 --- a/advisories/unreviewed/2022/05/GHSA-624h-qqfx-32pv/GHSA-624h-qqfx-32pv.json +++ b/advisories/unreviewed/2022/05/GHSA-624h-qqfx-32pv/GHSA-624h-qqfx-32pv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-62g4-rxq8-8m44/GHSA-62g4-rxq8-8m44.json b/advisories/unreviewed/2022/05/GHSA-62g4-rxq8-8m44/GHSA-62g4-rxq8-8m44.json index 8d31ea2064a..402fea2a996 100644 --- a/advisories/unreviewed/2022/05/GHSA-62g4-rxq8-8m44/GHSA-62g4-rxq8-8m44.json +++ b/advisories/unreviewed/2022/05/GHSA-62g4-rxq8-8m44/GHSA-62g4-rxq8-8m44.json @@ -7,12 +7,8 @@ "CVE-2021-36808" ], "details": "A local attacker could bypass the app password using a race condition in Sophos Secure Workspace for Android before version 9.7.3115.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-633x-c6p5-r6w2/GHSA-633x-c6p5-r6w2.json b/advisories/unreviewed/2022/05/GHSA-633x-c6p5-r6w2/GHSA-633x-c6p5-r6w2.json index b8a8986c1b4..7fcbac22c3e 100644 --- a/advisories/unreviewed/2022/05/GHSA-633x-c6p5-r6w2/GHSA-633x-c6p5-r6w2.json +++ b/advisories/unreviewed/2022/05/GHSA-633x-c6p5-r6w2/GHSA-633x-c6p5-r6w2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/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-63p8-qjpm-7fhm/GHSA-63p8-qjpm-7fhm.json b/advisories/unreviewed/2022/05/GHSA-63p8-qjpm-7fhm/GHSA-63p8-qjpm-7fhm.json index 8de0d88f4ce..1755f593d25 100644 --- a/advisories/unreviewed/2022/05/GHSA-63p8-qjpm-7fhm/GHSA-63p8-qjpm-7fhm.json +++ b/advisories/unreviewed/2022/05/GHSA-63p8-qjpm-7fhm/GHSA-63p8-qjpm-7fhm.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-63vq-6399-h95w/GHSA-63vq-6399-h95w.json b/advisories/unreviewed/2022/05/GHSA-63vq-6399-h95w/GHSA-63vq-6399-h95w.json index f8056d89167..4e4b8c69e2d 100644 --- a/advisories/unreviewed/2022/05/GHSA-63vq-6399-h95w/GHSA-63vq-6399-h95w.json +++ b/advisories/unreviewed/2022/05/GHSA-63vq-6399-h95w/GHSA-63vq-6399-h95w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-63vv-3cc5-2287/GHSA-63vv-3cc5-2287.json b/advisories/unreviewed/2022/05/GHSA-63vv-3cc5-2287/GHSA-63vv-3cc5-2287.json index cb02efd367c..6c3b8d6f906 100644 --- a/advisories/unreviewed/2022/05/GHSA-63vv-3cc5-2287/GHSA-63vv-3cc5-2287.json +++ b/advisories/unreviewed/2022/05/GHSA-63vv-3cc5-2287/GHSA-63vv-3cc5-2287.json @@ -7,12 +7,8 @@ "CVE-2021-36987" ], "details": "There is a issue that nodes in the linked list being freed for multiple times in Huawei Smartphone due to race conditions. Successful exploitation of this vulnerability can cause the system to restart.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6439-mgq7-859h/GHSA-6439-mgq7-859h.json b/advisories/unreviewed/2022/05/GHSA-6439-mgq7-859h/GHSA-6439-mgq7-859h.json index 0998ae95bed..0323b3479eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-6439-mgq7-859h/GHSA-6439-mgq7-859h.json +++ b/advisories/unreviewed/2022/05/GHSA-6439-mgq7-859h/GHSA-6439-mgq7-859h.json @@ -7,12 +7,8 @@ "CVE-2021-32595" ], "details": "Multiple uncontrolled resource consumption vulnerabilities in the web interface of FortiPortal before 6.0.6 may allow a single low-privileged user to induce a denial of service via multiple HTTP requests.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-64xp-v3fr-3344/GHSA-64xp-v3fr-3344.json b/advisories/unreviewed/2022/05/GHSA-64xp-v3fr-3344/GHSA-64xp-v3fr-3344.json index 47c3fc4bfec..49389e92bb9 100644 --- a/advisories/unreviewed/2022/05/GHSA-64xp-v3fr-3344/GHSA-64xp-v3fr-3344.json +++ b/advisories/unreviewed/2022/05/GHSA-64xp-v3fr-3344/GHSA-64xp-v3fr-3344.json @@ -7,12 +7,8 @@ "CVE-2021-36181" ], "details": "A concurrent execution using shared resource with improper Synchronization vulnerability ('Race Condition') in the customer database interface of FortiPortal before 6.0.6 may allow an authenticated, low-privilege user to bring the underlying database data into an inconsistent state via specific coordination of web requests.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-657p-ghh6-v8fr/GHSA-657p-ghh6-v8fr.json b/advisories/unreviewed/2022/05/GHSA-657p-ghh6-v8fr/GHSA-657p-ghh6-v8fr.json index 4a566a62815..549357e5e1a 100644 --- a/advisories/unreviewed/2022/05/GHSA-657p-ghh6-v8fr/GHSA-657p-ghh6-v8fr.json +++ b/advisories/unreviewed/2022/05/GHSA-657p-ghh6-v8fr/GHSA-657p-ghh6-v8fr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-65w8-859v-42ph/GHSA-65w8-859v-42ph.json b/advisories/unreviewed/2022/05/GHSA-65w8-859v-42ph/GHSA-65w8-859v-42ph.json index 5092d092228..0abfcca73e9 100644 --- a/advisories/unreviewed/2022/05/GHSA-65w8-859v-42ph/GHSA-65w8-859v-42ph.json +++ b/advisories/unreviewed/2022/05/GHSA-65w8-859v-42ph/GHSA-65w8-859v-42ph.json @@ -7,12 +7,8 @@ "CVE-2021-41589" ], "details": "In Gradle Enterprise before 2021.3 (and Enterprise Build Cache Node before 10.0), there is potential cache poisoning and remote code execution when running the build cache node with its default configuration. This configuration allows anonymous access to the configuration user interface and anonymous write access to the build cache. If access control to the build cache is not changed from the default open configuration, a malicious actor with network access can populate the cache with manipulated entries that may execute malicious code as part of a build process. This applies to the build cache provided with Gradle Enterprise and the separate build cache node service if used. If access control to the user interface is not changed from the default open configuration, a malicious actor can undo build cache access control in order to populate the cache with manipulated entries that may execute malicious code as part of a build process. This does not apply to the build cache provided with Gradle Enterprise, but does apply to the separate build cache node service if used.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6645-2q63-p5rq/GHSA-6645-2q63-p5rq.json b/advisories/unreviewed/2022/05/GHSA-6645-2q63-p5rq/GHSA-6645-2q63-p5rq.json index a7713b80838..db14dd58f7e 100644 --- a/advisories/unreviewed/2022/05/GHSA-6645-2q63-p5rq/GHSA-6645-2q63-p5rq.json +++ b/advisories/unreviewed/2022/05/GHSA-6645-2q63-p5rq/GHSA-6645-2q63-p5rq.json @@ -7,12 +7,8 @@ "CVE-2021-24773" ], "details": "The WordPress Download Manager WordPress plugin before 3.2.16 does not escape some of the Download settings when outputting them, allowing high privilege users to perform XSS attacks even when the unfiltered_html capability is disallowed", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-665f-r7mv-8pr7/GHSA-665f-r7mv-8pr7.json b/advisories/unreviewed/2022/05/GHSA-665f-r7mv-8pr7/GHSA-665f-r7mv-8pr7.json index 3db83509ac5..e1f7fb013a3 100644 --- a/advisories/unreviewed/2022/05/GHSA-665f-r7mv-8pr7/GHSA-665f-r7mv-8pr7.json +++ b/advisories/unreviewed/2022/05/GHSA-665f-r7mv-8pr7/GHSA-665f-r7mv-8pr7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-66q8-g876-3xqq/GHSA-66q8-g876-3xqq.json b/advisories/unreviewed/2022/05/GHSA-66q8-g876-3xqq/GHSA-66q8-g876-3xqq.json index 3a4c35045f9..c928e6879fc 100644 --- a/advisories/unreviewed/2022/05/GHSA-66q8-g876-3xqq/GHSA-66q8-g876-3xqq.json +++ b/advisories/unreviewed/2022/05/GHSA-66q8-g876-3xqq/GHSA-66q8-g876-3xqq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-674r-wf6w-rpj5/GHSA-674r-wf6w-rpj5.json b/advisories/unreviewed/2022/05/GHSA-674r-wf6w-rpj5/GHSA-674r-wf6w-rpj5.json index d7200d497d4..91a3c82eb31 100644 --- a/advisories/unreviewed/2022/05/GHSA-674r-wf6w-rpj5/GHSA-674r-wf6w-rpj5.json +++ b/advisories/unreviewed/2022/05/GHSA-674r-wf6w-rpj5/GHSA-674r-wf6w-rpj5.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-67cq-fq7w-gw8c/GHSA-67cq-fq7w-gw8c.json b/advisories/unreviewed/2022/05/GHSA-67cq-fq7w-gw8c/GHSA-67cq-fq7w-gw8c.json index 2eb7e0378ad..f8fa0cfb0dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-67cq-fq7w-gw8c/GHSA-67cq-fq7w-gw8c.json +++ b/advisories/unreviewed/2022/05/GHSA-67cq-fq7w-gw8c/GHSA-67cq-fq7w-gw8c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-67hw-j62w-x85g/GHSA-67hw-j62w-x85g.json b/advisories/unreviewed/2022/05/GHSA-67hw-j62w-x85g/GHSA-67hw-j62w-x85g.json index 81297930870..173f6965a71 100644 --- a/advisories/unreviewed/2022/05/GHSA-67hw-j62w-x85g/GHSA-67hw-j62w-x85g.json +++ b/advisories/unreviewed/2022/05/GHSA-67hw-j62w-x85g/GHSA-67hw-j62w-x85g.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-683c-cq88-f22q/GHSA-683c-cq88-f22q.json b/advisories/unreviewed/2022/05/GHSA-683c-cq88-f22q/GHSA-683c-cq88-f22q.json index be44ad3db54..7b5be43af34 100644 --- a/advisories/unreviewed/2022/05/GHSA-683c-cq88-f22q/GHSA-683c-cq88-f22q.json +++ b/advisories/unreviewed/2022/05/GHSA-683c-cq88-f22q/GHSA-683c-cq88-f22q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-68qx-pph6-q269/GHSA-68qx-pph6-q269.json b/advisories/unreviewed/2022/05/GHSA-68qx-pph6-q269/GHSA-68qx-pph6-q269.json index 9bb40350e49..45c80b5bf4e 100644 --- a/advisories/unreviewed/2022/05/GHSA-68qx-pph6-q269/GHSA-68qx-pph6-q269.json +++ b/advisories/unreviewed/2022/05/GHSA-68qx-pph6-q269/GHSA-68qx-pph6-q269.json @@ -7,12 +7,8 @@ "CVE-2021-41674" ], "details": "An SQL Injection vulnerability exists in Sourcecodester E-Negosyo System 1.0 via the user_email parameter in /admin/login.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-69pp-4r4q-jrwv/GHSA-69pp-4r4q-jrwv.json b/advisories/unreviewed/2022/05/GHSA-69pp-4r4q-jrwv/GHSA-69pp-4r4q-jrwv.json index f3d404cc944..0d21583011e 100644 --- a/advisories/unreviewed/2022/05/GHSA-69pp-4r4q-jrwv/GHSA-69pp-4r4q-jrwv.json +++ b/advisories/unreviewed/2022/05/GHSA-69pp-4r4q-jrwv/GHSA-69pp-4r4q-jrwv.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-69pp-p7cg-9wx5/GHSA-69pp-p7cg-9wx5.json b/advisories/unreviewed/2022/05/GHSA-69pp-p7cg-9wx5/GHSA-69pp-p7cg-9wx5.json index 40e02058102..91e94d2b56e 100644 --- a/advisories/unreviewed/2022/05/GHSA-69pp-p7cg-9wx5/GHSA-69pp-p7cg-9wx5.json +++ b/advisories/unreviewed/2022/05/GHSA-69pp-p7cg-9wx5/GHSA-69pp-p7cg-9wx5.json @@ -7,12 +7,8 @@ "CVE-2021-24539" ], "details": "The Coming Soon, Under Construction & Maintenance Mode By Dazzler WordPress plugin before 1.6.7 does not sanitise or escape its description setting when outputting it in the frontend when the Coming Soon mode is enabled, even when the unfiltered_html capability is disallowed, leading to an authenticated Stored Cross-Site Scripting issue", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6cp9-w78f-4qmw/GHSA-6cp9-w78f-4qmw.json b/advisories/unreviewed/2022/05/GHSA-6cp9-w78f-4qmw/GHSA-6cp9-w78f-4qmw.json index 885facab0da..341472abd34 100644 --- a/advisories/unreviewed/2022/05/GHSA-6cp9-w78f-4qmw/GHSA-6cp9-w78f-4qmw.json +++ b/advisories/unreviewed/2022/05/GHSA-6cp9-w78f-4qmw/GHSA-6cp9-w78f-4qmw.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-6cxv-8v34-hcx7/GHSA-6cxv-8v34-hcx7.json b/advisories/unreviewed/2022/05/GHSA-6cxv-8v34-hcx7/GHSA-6cxv-8v34-hcx7.json index d467447b136..3c565443d7d 100644 --- a/advisories/unreviewed/2022/05/GHSA-6cxv-8v34-hcx7/GHSA-6cxv-8v34-hcx7.json +++ b/advisories/unreviewed/2022/05/GHSA-6cxv-8v34-hcx7/GHSA-6cxv-8v34-hcx7.json @@ -7,12 +7,8 @@ "CVE-2021-1121" ], "details": "NVIDIA vGPU software contains a vulnerability in the Virtual GPU Manager kernel driver, where a vGPU can cause resource starvation among other vGPUs hosted on the same GPU, which may lead to denial of service.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6ffw-22x4-4x3r/GHSA-6ffw-22x4-4x3r.json b/advisories/unreviewed/2022/05/GHSA-6ffw-22x4-4x3r/GHSA-6ffw-22x4-4x3r.json index d7e0300f587..b270c75a368 100644 --- a/advisories/unreviewed/2022/05/GHSA-6ffw-22x4-4x3r/GHSA-6ffw-22x4-4x3r.json +++ b/advisories/unreviewed/2022/05/GHSA-6ffw-22x4-4x3r/GHSA-6ffw-22x4-4x3r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6g3h-xc5w-jq88/GHSA-6g3h-xc5w-jq88.json b/advisories/unreviewed/2022/05/GHSA-6g3h-xc5w-jq88/GHSA-6g3h-xc5w-jq88.json index aa6d90d4805..bbc70b7e691 100644 --- a/advisories/unreviewed/2022/05/GHSA-6g3h-xc5w-jq88/GHSA-6g3h-xc5w-jq88.json +++ b/advisories/unreviewed/2022/05/GHSA-6g3h-xc5w-jq88/GHSA-6g3h-xc5w-jq88.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-6gcj-5f9m-97rp/GHSA-6gcj-5f9m-97rp.json b/advisories/unreviewed/2022/05/GHSA-6gcj-5f9m-97rp/GHSA-6gcj-5f9m-97rp.json index 10e9eb3ace6..8fd00dc9264 100644 --- a/advisories/unreviewed/2022/05/GHSA-6gcj-5f9m-97rp/GHSA-6gcj-5f9m-97rp.json +++ b/advisories/unreviewed/2022/05/GHSA-6gcj-5f9m-97rp/GHSA-6gcj-5f9m-97rp.json @@ -7,12 +7,8 @@ "CVE-2021-30809" ], "details": "A use after free issue was addressed with improved memory management. This issue is fixed in Safari 15, tvOS 15, watchOS 8, iOS 15 and iPadOS 15. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6h59-64rj-g8fp/GHSA-6h59-64rj-g8fp.json b/advisories/unreviewed/2022/05/GHSA-6h59-64rj-g8fp/GHSA-6h59-64rj-g8fp.json index 0f6baf07855..0f707632ddf 100644 --- a/advisories/unreviewed/2022/05/GHSA-6h59-64rj-g8fp/GHSA-6h59-64rj-g8fp.json +++ b/advisories/unreviewed/2022/05/GHSA-6h59-64rj-g8fp/GHSA-6h59-64rj-g8fp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-6jpx-gmxf-75q7/GHSA-6jpx-gmxf-75q7.json b/advisories/unreviewed/2022/05/GHSA-6jpx-gmxf-75q7/GHSA-6jpx-gmxf-75q7.json index b97f1f26dbf..fb267e25c03 100644 --- a/advisories/unreviewed/2022/05/GHSA-6jpx-gmxf-75q7/GHSA-6jpx-gmxf-75q7.json +++ b/advisories/unreviewed/2022/05/GHSA-6jpx-gmxf-75q7/GHSA-6jpx-gmxf-75q7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-6jvq-7cj3-36wh/GHSA-6jvq-7cj3-36wh.json b/advisories/unreviewed/2022/05/GHSA-6jvq-7cj3-36wh/GHSA-6jvq-7cj3-36wh.json index d55356ecc9d..17e1b0580a2 100644 --- a/advisories/unreviewed/2022/05/GHSA-6jvq-7cj3-36wh/GHSA-6jvq-7cj3-36wh.json +++ b/advisories/unreviewed/2022/05/GHSA-6jvq-7cj3-36wh/GHSA-6jvq-7cj3-36wh.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-6jx5-cvqj-m52q/GHSA-6jx5-cvqj-m52q.json b/advisories/unreviewed/2022/05/GHSA-6jx5-cvqj-m52q/GHSA-6jx5-cvqj-m52q.json index 30b3bb164f6..82bfa1db36b 100644 --- a/advisories/unreviewed/2022/05/GHSA-6jx5-cvqj-m52q/GHSA-6jx5-cvqj-m52q.json +++ b/advisories/unreviewed/2022/05/GHSA-6jx5-cvqj-m52q/GHSA-6jx5-cvqj-m52q.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-6mjm-v4f4-mxf5/GHSA-6mjm-v4f4-mxf5.json b/advisories/unreviewed/2022/05/GHSA-6mjm-v4f4-mxf5/GHSA-6mjm-v4f4-mxf5.json index 1c7d01e9ba5..c649e9a83d6 100644 --- a/advisories/unreviewed/2022/05/GHSA-6mjm-v4f4-mxf5/GHSA-6mjm-v4f4-mxf5.json +++ b/advisories/unreviewed/2022/05/GHSA-6mjm-v4f4-mxf5/GHSA-6mjm-v4f4-mxf5.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-6mx4-p8p9-328j/GHSA-6mx4-p8p9-328j.json b/advisories/unreviewed/2022/05/GHSA-6mx4-p8p9-328j/GHSA-6mx4-p8p9-328j.json index 816605211ad..d950675832e 100644 --- a/advisories/unreviewed/2022/05/GHSA-6mx4-p8p9-328j/GHSA-6mx4-p8p9-328j.json +++ b/advisories/unreviewed/2022/05/GHSA-6mx4-p8p9-328j/GHSA-6mx4-p8p9-328j.json @@ -7,12 +7,8 @@ "CVE-2021-37748" ], "details": "Multiple buffer overflows in the limited configuration shell (/sbin/gs_config) on Grandstream HT801 devices before 1.0.29 allow remote authenticated users to execute arbitrary code as root via a crafted manage_if setting, thus bypassing the intended restrictions of this shell and taking full control of the device. There are default weak credentials that can be used to authenticate.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6pmc-6xmw-ff5m/GHSA-6pmc-6xmw-ff5m.json b/advisories/unreviewed/2022/05/GHSA-6pmc-6xmw-ff5m/GHSA-6pmc-6xmw-ff5m.json index 0487f25bd35..c7f04966ff1 100644 --- a/advisories/unreviewed/2022/05/GHSA-6pmc-6xmw-ff5m/GHSA-6pmc-6xmw-ff5m.json +++ b/advisories/unreviewed/2022/05/GHSA-6pmc-6xmw-ff5m/GHSA-6pmc-6xmw-ff5m.json @@ -7,12 +7,8 @@ "CVE-2020-23719" ], "details": "Cross site scripting (XSS) vulnerability in application/controllers/AdminController.php in xujinliang zibbs 1.0, allows attackers to execute arbitrary code via the bbsmeta parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6pwr-rr6x-wqp6/GHSA-6pwr-rr6x-wqp6.json b/advisories/unreviewed/2022/05/GHSA-6pwr-rr6x-wqp6/GHSA-6pwr-rr6x-wqp6.json index 94a51485dcc..0414e151736 100644 --- a/advisories/unreviewed/2022/05/GHSA-6pwr-rr6x-wqp6/GHSA-6pwr-rr6x-wqp6.json +++ b/advisories/unreviewed/2022/05/GHSA-6pwr-rr6x-wqp6/GHSA-6pwr-rr6x-wqp6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-6rjh-vg7m-hx4c/GHSA-6rjh-vg7m-hx4c.json b/advisories/unreviewed/2022/05/GHSA-6rjh-vg7m-hx4c/GHSA-6rjh-vg7m-hx4c.json index 889e3794a57..bd9d198ee56 100644 --- a/advisories/unreviewed/2022/05/GHSA-6rjh-vg7m-hx4c/GHSA-6rjh-vg7m-hx4c.json +++ b/advisories/unreviewed/2022/05/GHSA-6rjh-vg7m-hx4c/GHSA-6rjh-vg7m-hx4c.json @@ -7,12 +7,8 @@ "CVE-2021-22455" ], "details": "A component of the HarmonyOS has a Integer Overflow or Wraparound vulnerability. Local attackers may exploit this vulnerability to cause the memory which is not released.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6rxx-j8m3-g7f8/GHSA-6rxx-j8m3-g7f8.json b/advisories/unreviewed/2022/05/GHSA-6rxx-j8m3-g7f8/GHSA-6rxx-j8m3-g7f8.json index 011dcb0c13e..18890da527d 100644 --- a/advisories/unreviewed/2022/05/GHSA-6rxx-j8m3-g7f8/GHSA-6rxx-j8m3-g7f8.json +++ b/advisories/unreviewed/2022/05/GHSA-6rxx-j8m3-g7f8/GHSA-6rxx-j8m3-g7f8.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-6v99-v9qx-m2mr/GHSA-6v99-v9qx-m2mr.json b/advisories/unreviewed/2022/05/GHSA-6v99-v9qx-m2mr/GHSA-6v99-v9qx-m2mr.json index f2efb089983..fdeaca52a75 100644 --- a/advisories/unreviewed/2022/05/GHSA-6v99-v9qx-m2mr/GHSA-6v99-v9qx-m2mr.json +++ b/advisories/unreviewed/2022/05/GHSA-6v99-v9qx-m2mr/GHSA-6v99-v9qx-m2mr.json @@ -7,12 +7,8 @@ "CVE-2021-41022" ], "details": "A improper privilege management in Fortinet FortiSIEM Windows Agent version 4.1.4 and below allows attacker to execute privileged code or commands via powershell scripts", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6vg7-p7hj-4575/GHSA-6vg7-p7hj-4575.json b/advisories/unreviewed/2022/05/GHSA-6vg7-p7hj-4575/GHSA-6vg7-p7hj-4575.json index aee55b64671..b2484c72ca6 100644 --- a/advisories/unreviewed/2022/05/GHSA-6vg7-p7hj-4575/GHSA-6vg7-p7hj-4575.json +++ b/advisories/unreviewed/2022/05/GHSA-6vg7-p7hj-4575/GHSA-6vg7-p7hj-4575.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-6vw4-wcwf-h6g7/GHSA-6vw4-wcwf-h6g7.json b/advisories/unreviewed/2022/05/GHSA-6vw4-wcwf-h6g7/GHSA-6vw4-wcwf-h6g7.json index 16f6fce08eb..83aeae294f4 100644 --- a/advisories/unreviewed/2022/05/GHSA-6vw4-wcwf-h6g7/GHSA-6vw4-wcwf-h6g7.json +++ b/advisories/unreviewed/2022/05/GHSA-6vw4-wcwf-h6g7/GHSA-6vw4-wcwf-h6g7.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-6wj3-8j92-9vqj/GHSA-6wj3-8j92-9vqj.json b/advisories/unreviewed/2022/05/GHSA-6wj3-8j92-9vqj/GHSA-6wj3-8j92-9vqj.json index 30791be80c7..396d5e12972 100644 --- a/advisories/unreviewed/2022/05/GHSA-6wj3-8j92-9vqj/GHSA-6wj3-8j92-9vqj.json +++ b/advisories/unreviewed/2022/05/GHSA-6wj3-8j92-9vqj/GHSA-6wj3-8j92-9vqj.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-6wxc-vxm7-4wrp/GHSA-6wxc-vxm7-4wrp.json b/advisories/unreviewed/2022/05/GHSA-6wxc-vxm7-4wrp/GHSA-6wxc-vxm7-4wrp.json index b0d2cf066f8..e67ab1369e9 100644 --- a/advisories/unreviewed/2022/05/GHSA-6wxc-vxm7-4wrp/GHSA-6wxc-vxm7-4wrp.json +++ b/advisories/unreviewed/2022/05/GHSA-6wxc-vxm7-4wrp/GHSA-6wxc-vxm7-4wrp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-72c5-432g-cfc7/GHSA-72c5-432g-cfc7.json b/advisories/unreviewed/2022/05/GHSA-72c5-432g-cfc7/GHSA-72c5-432g-cfc7.json index e87cd1967c1..8b209dde27f 100644 --- a/advisories/unreviewed/2022/05/GHSA-72c5-432g-cfc7/GHSA-72c5-432g-cfc7.json +++ b/advisories/unreviewed/2022/05/GHSA-72c5-432g-cfc7/GHSA-72c5-432g-cfc7.json @@ -7,12 +7,8 @@ "CVE-2021-22466" ], "details": "A component of the HarmonyOS has a Use After Free vulnerability. Local attackers may exploit this vulnerability to cause kernel crash.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-739w-chhw-jpxj/GHSA-739w-chhw-jpxj.json b/advisories/unreviewed/2022/05/GHSA-739w-chhw-jpxj/GHSA-739w-chhw-jpxj.json index db9e663b6ef..ce58469c07c 100644 --- a/advisories/unreviewed/2022/05/GHSA-739w-chhw-jpxj/GHSA-739w-chhw-jpxj.json +++ b/advisories/unreviewed/2022/05/GHSA-739w-chhw-jpxj/GHSA-739w-chhw-jpxj.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-73vj-wxr6-3pq5/GHSA-73vj-wxr6-3pq5.json b/advisories/unreviewed/2022/05/GHSA-73vj-wxr6-3pq5/GHSA-73vj-wxr6-3pq5.json index 964ea6d033e..cdcb66566b4 100644 --- a/advisories/unreviewed/2022/05/GHSA-73vj-wxr6-3pq5/GHSA-73vj-wxr6-3pq5.json +++ b/advisories/unreviewed/2022/05/GHSA-73vj-wxr6-3pq5/GHSA-73vj-wxr6-3pq5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-74fq-mf7f-jpcg/GHSA-74fq-mf7f-jpcg.json b/advisories/unreviewed/2022/05/GHSA-74fq-mf7f-jpcg/GHSA-74fq-mf7f-jpcg.json index c61d4ace5ea..215e9cb58c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-74fq-mf7f-jpcg/GHSA-74fq-mf7f-jpcg.json +++ b/advisories/unreviewed/2022/05/GHSA-74fq-mf7f-jpcg/GHSA-74fq-mf7f-jpcg.json @@ -7,12 +7,8 @@ "CVE-2021-22457" ], "details": "A component of the HarmonyOS has a Improper Input Validation vulnerability. Local attackers may exploit this vulnerability to cause out-of-bounds write.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-74xh-52qm-qf5r/GHSA-74xh-52qm-qf5r.json b/advisories/unreviewed/2022/05/GHSA-74xh-52qm-qf5r/GHSA-74xh-52qm-qf5r.json index a99fc0aac07..dd881907131 100644 --- a/advisories/unreviewed/2022/05/GHSA-74xh-52qm-qf5r/GHSA-74xh-52qm-qf5r.json +++ b/advisories/unreviewed/2022/05/GHSA-74xh-52qm-qf5r/GHSA-74xh-52qm-qf5r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7577-w49p-2f79/GHSA-7577-w49p-2f79.json b/advisories/unreviewed/2022/05/GHSA-7577-w49p-2f79/GHSA-7577-w49p-2f79.json index 9e6b40e7701..05511133d8f 100644 --- a/advisories/unreviewed/2022/05/GHSA-7577-w49p-2f79/GHSA-7577-w49p-2f79.json +++ b/advisories/unreviewed/2022/05/GHSA-7577-w49p-2f79/GHSA-7577-w49p-2f79.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-7579-vg8j-qmq7/GHSA-7579-vg8j-qmq7.json b/advisories/unreviewed/2022/05/GHSA-7579-vg8j-qmq7/GHSA-7579-vg8j-qmq7.json index 77835375f94..b7763e36be2 100644 --- a/advisories/unreviewed/2022/05/GHSA-7579-vg8j-qmq7/GHSA-7579-vg8j-qmq7.json +++ b/advisories/unreviewed/2022/05/GHSA-7579-vg8j-qmq7/GHSA-7579-vg8j-qmq7.json @@ -7,12 +7,8 @@ "CVE-2015-20067" ], "details": "The WP Attachment Export WordPress plugin before 0.2.4 does not have proper access controls, allowing unauthenticated users to download the XML data that holds all the details of attachments/posts on a Wordpress", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-757h-4qmh-mmvg/GHSA-757h-4qmh-mmvg.json b/advisories/unreviewed/2022/05/GHSA-757h-4qmh-mmvg/GHSA-757h-4qmh-mmvg.json index a3502081446..27a83fa184b 100644 --- a/advisories/unreviewed/2022/05/GHSA-757h-4qmh-mmvg/GHSA-757h-4qmh-mmvg.json +++ b/advisories/unreviewed/2022/05/GHSA-757h-4qmh-mmvg/GHSA-757h-4qmh-mmvg.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-769g-xf8v-jx9v/GHSA-769g-xf8v-jx9v.json b/advisories/unreviewed/2022/05/GHSA-769g-xf8v-jx9v/GHSA-769g-xf8v-jx9v.json index 3980c9c1427..10c6d75b176 100644 --- a/advisories/unreviewed/2022/05/GHSA-769g-xf8v-jx9v/GHSA-769g-xf8v-jx9v.json +++ b/advisories/unreviewed/2022/05/GHSA-769g-xf8v-jx9v/GHSA-769g-xf8v-jx9v.json @@ -7,12 +7,8 @@ "CVE-2021-36172" ], "details": "An improper restriction of XML external entity reference vulnerability in the parser of XML responses of FortiPortal before 6.0.6 may allow an attacker who controls the producer of XML reports consumed by FortiPortal to trigger a denial of service or read arbitrary files from the underlying file system by means of specifically crafted XML documents.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-77ch-x5cq-x7vw/GHSA-77ch-x5cq-x7vw.json b/advisories/unreviewed/2022/05/GHSA-77ch-x5cq-x7vw/GHSA-77ch-x5cq-x7vw.json index 6cc85fd3bbe..f49c4bc9d2f 100644 --- a/advisories/unreviewed/2022/05/GHSA-77ch-x5cq-x7vw/GHSA-77ch-x5cq-x7vw.json +++ b/advisories/unreviewed/2022/05/GHSA-77ch-x5cq-x7vw/GHSA-77ch-x5cq-x7vw.json @@ -7,12 +7,8 @@ "CVE-2021-41675" ], "details": "A Remote Code Execution (RCE) vulnerabilty exists in Sourcecodester E-Negosyo System 1.0 in /admin/produts/controller.php via the doInsert function, which validates images with getImageSizei. .", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-78cx-45gm-rh3p/GHSA-78cx-45gm-rh3p.json b/advisories/unreviewed/2022/05/GHSA-78cx-45gm-rh3p/GHSA-78cx-45gm-rh3p.json index bcb272bd72c..aed39f538ce 100644 --- a/advisories/unreviewed/2022/05/GHSA-78cx-45gm-rh3p/GHSA-78cx-45gm-rh3p.json +++ b/advisories/unreviewed/2022/05/GHSA-78cx-45gm-rh3p/GHSA-78cx-45gm-rh3p.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-78ff-47m7-h26x/GHSA-78ff-47m7-h26x.json b/advisories/unreviewed/2022/05/GHSA-78ff-47m7-h26x/GHSA-78ff-47m7-h26x.json index bab04a7aede..0db07846612 100644 --- a/advisories/unreviewed/2022/05/GHSA-78ff-47m7-h26x/GHSA-78ff-47m7-h26x.json +++ b/advisories/unreviewed/2022/05/GHSA-78ff-47m7-h26x/GHSA-78ff-47m7-h26x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-79pw-7m53-3xmf/GHSA-79pw-7m53-3xmf.json b/advisories/unreviewed/2022/05/GHSA-79pw-7m53-3xmf/GHSA-79pw-7m53-3xmf.json index edc23b9dc0c..d8767d0cb9f 100644 --- a/advisories/unreviewed/2022/05/GHSA-79pw-7m53-3xmf/GHSA-79pw-7m53-3xmf.json +++ b/advisories/unreviewed/2022/05/GHSA-79pw-7m53-3xmf/GHSA-79pw-7m53-3xmf.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-7c7c-8m42-fjhc/GHSA-7c7c-8m42-fjhc.json b/advisories/unreviewed/2022/05/GHSA-7c7c-8m42-fjhc/GHSA-7c7c-8m42-fjhc.json index 901d66e7198..394f065c256 100644 --- a/advisories/unreviewed/2022/05/GHSA-7c7c-8m42-fjhc/GHSA-7c7c-8m42-fjhc.json +++ b/advisories/unreviewed/2022/05/GHSA-7c7c-8m42-fjhc/GHSA-7c7c-8m42-fjhc.json @@ -7,12 +7,8 @@ "CVE-2021-36988" ], "details": "There is a Parameter verification issue in Huawei Smartphone.Successful exploitation of this vulnerability can affect service integrity.", - "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-7cpf-464x-jv68/GHSA-7cpf-464x-jv68.json b/advisories/unreviewed/2022/05/GHSA-7cpf-464x-jv68/GHSA-7cpf-464x-jv68.json index da370e4e629..6c6683da600 100644 --- a/advisories/unreviewed/2022/05/GHSA-7cpf-464x-jv68/GHSA-7cpf-464x-jv68.json +++ b/advisories/unreviewed/2022/05/GHSA-7cpf-464x-jv68/GHSA-7cpf-464x-jv68.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-7cwc-m2r2-9fxp/GHSA-7cwc-m2r2-9fxp.json b/advisories/unreviewed/2022/05/GHSA-7cwc-m2r2-9fxp/GHSA-7cwc-m2r2-9fxp.json index e655381ad4c..e10cf65e046 100644 --- a/advisories/unreviewed/2022/05/GHSA-7cwc-m2r2-9fxp/GHSA-7cwc-m2r2-9fxp.json +++ b/advisories/unreviewed/2022/05/GHSA-7cwc-m2r2-9fxp/GHSA-7cwc-m2r2-9fxp.json @@ -7,12 +7,8 @@ "CVE-2021-27723" ], "details": "An issue was discovered in Nsasoft US LLC Product Key Explorer 4.2.7. The program can be crashed by entering 300 bytes char data into the \"Key\" or \"Name\" field while registering.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7f7r-hm5r-c8vm/GHSA-7f7r-hm5r-c8vm.json b/advisories/unreviewed/2022/05/GHSA-7f7r-hm5r-c8vm/GHSA-7f7r-hm5r-c8vm.json index cdcbed17e7a..25e34474173 100644 --- a/advisories/unreviewed/2022/05/GHSA-7f7r-hm5r-c8vm/GHSA-7f7r-hm5r-c8vm.json +++ b/advisories/unreviewed/2022/05/GHSA-7f7r-hm5r-c8vm/GHSA-7f7r-hm5r-c8vm.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-7fpp-w42q-q492/GHSA-7fpp-w42q-q492.json b/advisories/unreviewed/2022/05/GHSA-7fpp-w42q-q492/GHSA-7fpp-w42q-q492.json index 9b977d5018d..ce15c5e40d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-7fpp-w42q-q492/GHSA-7fpp-w42q-q492.json +++ b/advisories/unreviewed/2022/05/GHSA-7fpp-w42q-q492/GHSA-7fpp-w42q-q492.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7fqp-g334-ghhw/GHSA-7fqp-g334-ghhw.json b/advisories/unreviewed/2022/05/GHSA-7fqp-g334-ghhw/GHSA-7fqp-g334-ghhw.json index 95903c7d172..a4b82c93ccf 100644 --- a/advisories/unreviewed/2022/05/GHSA-7fqp-g334-ghhw/GHSA-7fqp-g334-ghhw.json +++ b/advisories/unreviewed/2022/05/GHSA-7fqp-g334-ghhw/GHSA-7fqp-g334-ghhw.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-7fw6-jr78-v4vg/GHSA-7fw6-jr78-v4vg.json b/advisories/unreviewed/2022/05/GHSA-7fw6-jr78-v4vg/GHSA-7fw6-jr78-v4vg.json index 4ccdb7ba9d9..cbfcbcf0929 100644 --- a/advisories/unreviewed/2022/05/GHSA-7fw6-jr78-v4vg/GHSA-7fw6-jr78-v4vg.json +++ b/advisories/unreviewed/2022/05/GHSA-7fw6-jr78-v4vg/GHSA-7fw6-jr78-v4vg.json @@ -7,12 +7,8 @@ "CVE-2021-26739" ], "details": "SQL Injection vulnerability in pay.php in millken doyocms 2.3, allows attackers to execute arbitrary code, via the attribute parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7g2c-539w-w69c/GHSA-7g2c-539w-w69c.json b/advisories/unreviewed/2022/05/GHSA-7g2c-539w-w69c/GHSA-7g2c-539w-w69c.json index 0fbd048f445..0620e0f6941 100644 --- a/advisories/unreviewed/2022/05/GHSA-7g2c-539w-w69c/GHSA-7g2c-539w-w69c.json +++ b/advisories/unreviewed/2022/05/GHSA-7g2c-539w-w69c/GHSA-7g2c-539w-w69c.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-7g39-c9pp-rq4p/GHSA-7g39-c9pp-rq4p.json b/advisories/unreviewed/2022/05/GHSA-7g39-c9pp-rq4p/GHSA-7g39-c9pp-rq4p.json index 9e50652dd77..384e525c39d 100644 --- a/advisories/unreviewed/2022/05/GHSA-7g39-c9pp-rq4p/GHSA-7g39-c9pp-rq4p.json +++ b/advisories/unreviewed/2022/05/GHSA-7g39-c9pp-rq4p/GHSA-7g39-c9pp-rq4p.json @@ -7,12 +7,8 @@ "CVE-2021-22451" ], "details": "A component of the HarmonyOS has a Integer Overflow or Wraparound vulnerability. Local attackers may exploit this vulnerability to cause memory overwriting.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7gvq-j6pg-875g/GHSA-7gvq-j6pg-875g.json b/advisories/unreviewed/2022/05/GHSA-7gvq-j6pg-875g/GHSA-7gvq-j6pg-875g.json index 4306880766f..3162dee4851 100644 --- a/advisories/unreviewed/2022/05/GHSA-7gvq-j6pg-875g/GHSA-7gvq-j6pg-875g.json +++ b/advisories/unreviewed/2022/05/GHSA-7gvq-j6pg-875g/GHSA-7gvq-j6pg-875g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-7hv5-hxph-jxm3/GHSA-7hv5-hxph-jxm3.json b/advisories/unreviewed/2022/05/GHSA-7hv5-hxph-jxm3/GHSA-7hv5-hxph-jxm3.json index 145092dd3cc..d456c7ab1cc 100644 --- a/advisories/unreviewed/2022/05/GHSA-7hv5-hxph-jxm3/GHSA-7hv5-hxph-jxm3.json +++ b/advisories/unreviewed/2022/05/GHSA-7hv5-hxph-jxm3/GHSA-7hv5-hxph-jxm3.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-7m2m-89hr-82qc/GHSA-7m2m-89hr-82qc.json b/advisories/unreviewed/2022/05/GHSA-7m2m-89hr-82qc/GHSA-7m2m-89hr-82qc.json index db7afb2820b..63e1d8be78c 100644 --- a/advisories/unreviewed/2022/05/GHSA-7m2m-89hr-82qc/GHSA-7m2m-89hr-82qc.json +++ b/advisories/unreviewed/2022/05/GHSA-7m2m-89hr-82qc/GHSA-7m2m-89hr-82qc.json @@ -7,12 +7,8 @@ "CVE-2021-36995" ], "details": "There is an Unauthorized file access vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability by modifying soft links may tamper with the files restored from backups.", - "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-7m72-36wh-c4fr/GHSA-7m72-36wh-c4fr.json b/advisories/unreviewed/2022/05/GHSA-7m72-36wh-c4fr/GHSA-7m72-36wh-c4fr.json index 53989084fae..c66d5a6b752 100644 --- a/advisories/unreviewed/2022/05/GHSA-7m72-36wh-c4fr/GHSA-7m72-36wh-c4fr.json +++ b/advisories/unreviewed/2022/05/GHSA-7m72-36wh-c4fr/GHSA-7m72-36wh-c4fr.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-7m8v-v3f5-7pgw/GHSA-7m8v-v3f5-7pgw.json b/advisories/unreviewed/2022/05/GHSA-7m8v-v3f5-7pgw/GHSA-7m8v-v3f5-7pgw.json index 524bbafe2b1..83e5fbd3a87 100644 --- a/advisories/unreviewed/2022/05/GHSA-7m8v-v3f5-7pgw/GHSA-7m8v-v3f5-7pgw.json +++ b/advisories/unreviewed/2022/05/GHSA-7m8v-v3f5-7pgw/GHSA-7m8v-v3f5-7pgw.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-7mc8-9hgc-6m68/GHSA-7mc8-9hgc-6m68.json b/advisories/unreviewed/2022/05/GHSA-7mc8-9hgc-6m68/GHSA-7mc8-9hgc-6m68.json index 55ab0026453..fe3c51f8693 100644 --- a/advisories/unreviewed/2022/05/GHSA-7mc8-9hgc-6m68/GHSA-7mc8-9hgc-6m68.json +++ b/advisories/unreviewed/2022/05/GHSA-7mc8-9hgc-6m68/GHSA-7mc8-9hgc-6m68.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-7mw5-6rmv-p5mm/GHSA-7mw5-6rmv-p5mm.json b/advisories/unreviewed/2022/05/GHSA-7mw5-6rmv-p5mm/GHSA-7mw5-6rmv-p5mm.json index a83963bcb70..7e7fa9c34c6 100644 --- a/advisories/unreviewed/2022/05/GHSA-7mw5-6rmv-p5mm/GHSA-7mw5-6rmv-p5mm.json +++ b/advisories/unreviewed/2022/05/GHSA-7mw5-6rmv-p5mm/GHSA-7mw5-6rmv-p5mm.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-7pj2-cqxr-mfc7/GHSA-7pj2-cqxr-mfc7.json b/advisories/unreviewed/2022/05/GHSA-7pj2-cqxr-mfc7/GHSA-7pj2-cqxr-mfc7.json index c55a4aa85ae..926a0a1ac28 100644 --- a/advisories/unreviewed/2022/05/GHSA-7pj2-cqxr-mfc7/GHSA-7pj2-cqxr-mfc7.json +++ b/advisories/unreviewed/2022/05/GHSA-7pj2-cqxr-mfc7/GHSA-7pj2-cqxr-mfc7.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-7q25-cj2m-mf87/GHSA-7q25-cj2m-mf87.json b/advisories/unreviewed/2022/05/GHSA-7q25-cj2m-mf87/GHSA-7q25-cj2m-mf87.json index 9f4b4e9ec18..ae8a840a584 100644 --- a/advisories/unreviewed/2022/05/GHSA-7q25-cj2m-mf87/GHSA-7q25-cj2m-mf87.json +++ b/advisories/unreviewed/2022/05/GHSA-7q25-cj2m-mf87/GHSA-7q25-cj2m-mf87.json @@ -7,12 +7,8 @@ "CVE-2020-23549" ], "details": "IrfanView 4.54 allows attackers to cause a denial of service or possibly other unspecified impacts via a crafted .cr2 file, related to a \"Data from Faulting Address controls Branch Selection starting at FORMATS!GetPlugInInfo+0x00000000000047f6\".", - "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-7qch-hm5h-54wx/GHSA-7qch-hm5h-54wx.json b/advisories/unreviewed/2022/05/GHSA-7qch-hm5h-54wx/GHSA-7qch-hm5h-54wx.json index 7526494d718..b4acedadbe9 100644 --- a/advisories/unreviewed/2022/05/GHSA-7qch-hm5h-54wx/GHSA-7qch-hm5h-54wx.json +++ b/advisories/unreviewed/2022/05/GHSA-7qch-hm5h-54wx/GHSA-7qch-hm5h-54wx.json @@ -7,12 +7,8 @@ "CVE-2021-22464" ], "details": "A component of the HarmonyOS has a Out-of-bounds Read vulnerability. Local attackers may exploit this vulnerability to cause system Soft Restart.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7qfj-ccv6-r868/GHSA-7qfj-ccv6-r868.json b/advisories/unreviewed/2022/05/GHSA-7qfj-ccv6-r868/GHSA-7qfj-ccv6-r868.json index b87e2257b52..c29ec904995 100644 --- a/advisories/unreviewed/2022/05/GHSA-7qfj-ccv6-r868/GHSA-7qfj-ccv6-r868.json +++ b/advisories/unreviewed/2022/05/GHSA-7qfj-ccv6-r868/GHSA-7qfj-ccv6-r868.json @@ -7,12 +7,8 @@ "CVE-2020-25912" ], "details": "A XML External Entity (XXE) vulnerability was discovered in symphony\\lib\\toolkit\\class.xmlelement.php in Symphony 2.7.10 which can lead to an information disclosure or denial of service (DOS).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7qm5-cw3m-rh88/GHSA-7qm5-cw3m-rh88.json b/advisories/unreviewed/2022/05/GHSA-7qm5-cw3m-rh88/GHSA-7qm5-cw3m-rh88.json index 8f32cc99441..10cdf411528 100644 --- a/advisories/unreviewed/2022/05/GHSA-7qm5-cw3m-rh88/GHSA-7qm5-cw3m-rh88.json +++ b/advisories/unreviewed/2022/05/GHSA-7qm5-cw3m-rh88/GHSA-7qm5-cw3m-rh88.json @@ -7,12 +7,8 @@ "CVE-2021-29771" ], "details": "IBM InfoSphere Information Server 11.7 is vulnerable to cross-site scripting. This vulnerability allows users to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7rr3-wmrv-rwrc/GHSA-7rr3-wmrv-rwrc.json b/advisories/unreviewed/2022/05/GHSA-7rr3-wmrv-rwrc/GHSA-7rr3-wmrv-rwrc.json index 0fa50e86546..d9e4ce3735b 100644 --- a/advisories/unreviewed/2022/05/GHSA-7rr3-wmrv-rwrc/GHSA-7rr3-wmrv-rwrc.json +++ b/advisories/unreviewed/2022/05/GHSA-7rr3-wmrv-rwrc/GHSA-7rr3-wmrv-rwrc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-7v7w-mw28-h7jj/GHSA-7v7w-mw28-h7jj.json b/advisories/unreviewed/2022/05/GHSA-7v7w-mw28-h7jj/GHSA-7v7w-mw28-h7jj.json index a891e99dcdd..71e03783833 100644 --- a/advisories/unreviewed/2022/05/GHSA-7v7w-mw28-h7jj/GHSA-7v7w-mw28-h7jj.json +++ b/advisories/unreviewed/2022/05/GHSA-7v7w-mw28-h7jj/GHSA-7v7w-mw28-h7jj.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-7vhw-7w73-hwxm/GHSA-7vhw-7w73-hwxm.json b/advisories/unreviewed/2022/05/GHSA-7vhw-7w73-hwxm/GHSA-7vhw-7w73-hwxm.json index 53743c1ffd6..d0393caf9dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-7vhw-7w73-hwxm/GHSA-7vhw-7w73-hwxm.json +++ b/advisories/unreviewed/2022/05/GHSA-7vhw-7w73-hwxm/GHSA-7vhw-7w73-hwxm.json @@ -7,12 +7,8 @@ "CVE-2021-24716" ], "details": "The Modern Events Calendar Lite WordPress plugin before 5.22.3 does not properly sanitize or escape values set by users with access to adjust settings withing wp-admin.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7x8m-mfmh-6cjr/GHSA-7x8m-mfmh-6cjr.json b/advisories/unreviewed/2022/05/GHSA-7x8m-mfmh-6cjr/GHSA-7x8m-mfmh-6cjr.json index 4fc412581d7..0b297dfd40d 100644 --- a/advisories/unreviewed/2022/05/GHSA-7x8m-mfmh-6cjr/GHSA-7x8m-mfmh-6cjr.json +++ b/advisories/unreviewed/2022/05/GHSA-7x8m-mfmh-6cjr/GHSA-7x8m-mfmh-6cjr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:H/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-824v-wqf6-46w4/GHSA-824v-wqf6-46w4.json b/advisories/unreviewed/2022/05/GHSA-824v-wqf6-46w4/GHSA-824v-wqf6-46w4.json index f4895c25482..119a370d2cd 100644 --- a/advisories/unreviewed/2022/05/GHSA-824v-wqf6-46w4/GHSA-824v-wqf6-46w4.json +++ b/advisories/unreviewed/2022/05/GHSA-824v-wqf6-46w4/GHSA-824v-wqf6-46w4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-828p-3mr9-7cff/GHSA-828p-3mr9-7cff.json b/advisories/unreviewed/2022/05/GHSA-828p-3mr9-7cff/GHSA-828p-3mr9-7cff.json index 66550849b07..d3a7f094518 100644 --- a/advisories/unreviewed/2022/05/GHSA-828p-3mr9-7cff/GHSA-828p-3mr9-7cff.json +++ b/advisories/unreviewed/2022/05/GHSA-828p-3mr9-7cff/GHSA-828p-3mr9-7cff.json @@ -7,12 +7,8 @@ "CVE-2020-35249" ], "details": "Cross Site Scripting (XSS) vulnerability in ElkarBackup 1.3.3, allows attackers to execute arbitrary code via the name parameter to the add client feature.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-828r-vvg2-xh7q/GHSA-828r-vvg2-xh7q.json b/advisories/unreviewed/2022/05/GHSA-828r-vvg2-xh7q/GHSA-828r-vvg2-xh7q.json index a5a9f0cbaf4..678262d8e06 100644 --- a/advisories/unreviewed/2022/05/GHSA-828r-vvg2-xh7q/GHSA-828r-vvg2-xh7q.json +++ b/advisories/unreviewed/2022/05/GHSA-828r-vvg2-xh7q/GHSA-828r-vvg2-xh7q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-829w-x8mm-gx6h/GHSA-829w-x8mm-gx6h.json b/advisories/unreviewed/2022/05/GHSA-829w-x8mm-gx6h/GHSA-829w-x8mm-gx6h.json index 0f280edf2f0..07ad5c7920a 100644 --- a/advisories/unreviewed/2022/05/GHSA-829w-x8mm-gx6h/GHSA-829w-x8mm-gx6h.json +++ b/advisories/unreviewed/2022/05/GHSA-829w-x8mm-gx6h/GHSA-829w-x8mm-gx6h.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-82cv-3w2c-c7jx/GHSA-82cv-3w2c-c7jx.json b/advisories/unreviewed/2022/05/GHSA-82cv-3w2c-c7jx/GHSA-82cv-3w2c-c7jx.json index 8f018c78bb9..58ea5cb833e 100644 --- a/advisories/unreviewed/2022/05/GHSA-82cv-3w2c-c7jx/GHSA-82cv-3w2c-c7jx.json +++ b/advisories/unreviewed/2022/05/GHSA-82cv-3w2c-c7jx/GHSA-82cv-3w2c-c7jx.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-836c-fr55-x2gp/GHSA-836c-fr55-x2gp.json b/advisories/unreviewed/2022/05/GHSA-836c-fr55-x2gp/GHSA-836c-fr55-x2gp.json index 062d4a6a742..e7a5a68b546 100644 --- a/advisories/unreviewed/2022/05/GHSA-836c-fr55-x2gp/GHSA-836c-fr55-x2gp.json +++ b/advisories/unreviewed/2022/05/GHSA-836c-fr55-x2gp/GHSA-836c-fr55-x2gp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-83r7-7p8q-v697/GHSA-83r7-7p8q-v697.json b/advisories/unreviewed/2022/05/GHSA-83r7-7p8q-v697/GHSA-83r7-7p8q-v697.json index a88a907474b..c2ab074136e 100644 --- a/advisories/unreviewed/2022/05/GHSA-83r7-7p8q-v697/GHSA-83r7-7p8q-v697.json +++ b/advisories/unreviewed/2022/05/GHSA-83r7-7p8q-v697/GHSA-83r7-7p8q-v697.json @@ -7,12 +7,8 @@ "CVE-2021-37980" ], "details": "Inappropriate implementation in Sandbox in Google Chrome prior to 94.0.4606.81 allowed a remote attacker to potentially bypass site isolation via Windows.", - "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-83r8-pm82-6w92/GHSA-83r8-pm82-6w92.json b/advisories/unreviewed/2022/05/GHSA-83r8-pm82-6w92/GHSA-83r8-pm82-6w92.json index 831099398fa..4de17a80a5f 100644 --- a/advisories/unreviewed/2022/05/GHSA-83r8-pm82-6w92/GHSA-83r8-pm82-6w92.json +++ b/advisories/unreviewed/2022/05/GHSA-83r8-pm82-6w92/GHSA-83r8-pm82-6w92.json @@ -7,12 +7,8 @@ "CVE-2021-3579" ], "details": "Incorrect Default Permissions vulnerability in the bdservicehost.exe and Vulnerability.Scan.exe components as used in Bitdefender Endpoint Security Tools for Windows, Total Security allows a local attacker to elevate privileges to NT AUTHORITY\\SYSTEM This issue affects: Bitdefender Endpoint Security Tools for Windows versions prior to 7.2.1.65. Bitdefender Total Security versions prior to 7.2.1.65.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-84r5-qw8f-pr73/GHSA-84r5-qw8f-pr73.json b/advisories/unreviewed/2022/05/GHSA-84r5-qw8f-pr73/GHSA-84r5-qw8f-pr73.json index 15eba0e4bd6..c5fa07534de 100644 --- a/advisories/unreviewed/2022/05/GHSA-84r5-qw8f-pr73/GHSA-84r5-qw8f-pr73.json +++ b/advisories/unreviewed/2022/05/GHSA-84r5-qw8f-pr73/GHSA-84r5-qw8f-pr73.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-85wg-37r3-q9fv/GHSA-85wg-37r3-q9fv.json b/advisories/unreviewed/2022/05/GHSA-85wg-37r3-q9fv/GHSA-85wg-37r3-q9fv.json index cb1b43ce317..f27a0371a0d 100644 --- a/advisories/unreviewed/2022/05/GHSA-85wg-37r3-q9fv/GHSA-85wg-37r3-q9fv.json +++ b/advisories/unreviewed/2022/05/GHSA-85wg-37r3-q9fv/GHSA-85wg-37r3-q9fv.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-8795-x9rh-f2m7/GHSA-8795-x9rh-f2m7.json b/advisories/unreviewed/2022/05/GHSA-8795-x9rh-f2m7/GHSA-8795-x9rh-f2m7.json index e8705b9e64b..15410c7c4c5 100644 --- a/advisories/unreviewed/2022/05/GHSA-8795-x9rh-f2m7/GHSA-8795-x9rh-f2m7.json +++ b/advisories/unreviewed/2022/05/GHSA-8795-x9rh-f2m7/GHSA-8795-x9rh-f2m7.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-887j-hc67-xww2/GHSA-887j-hc67-xww2.json b/advisories/unreviewed/2022/05/GHSA-887j-hc67-xww2/GHSA-887j-hc67-xww2.json index 376b360cf4b..f530d0f845d 100644 --- a/advisories/unreviewed/2022/05/GHSA-887j-hc67-xww2/GHSA-887j-hc67-xww2.json +++ b/advisories/unreviewed/2022/05/GHSA-887j-hc67-xww2/GHSA-887j-hc67-xww2.json @@ -7,12 +7,8 @@ "CVE-2021-24572" ], "details": "The Accept Donations with PayPal WordPress plugin before 1.3.1 provides a function to create donation buttons which are internally stored as posts. The deletion of a button is not CSRF protected and there is no control to check if the deleted post was a button post. As a result, an attacker could make logged in admins delete arbitrary posts", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-88g5-9vv4-hv3p/GHSA-88g5-9vv4-hv3p.json b/advisories/unreviewed/2022/05/GHSA-88g5-9vv4-hv3p/GHSA-88g5-9vv4-hv3p.json index c7bd1112350..396f93d7c9c 100644 --- a/advisories/unreviewed/2022/05/GHSA-88g5-9vv4-hv3p/GHSA-88g5-9vv4-hv3p.json +++ b/advisories/unreviewed/2022/05/GHSA-88g5-9vv4-hv3p/GHSA-88g5-9vv4-hv3p.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", @@ -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/05/GHSA-88rw-2537-fpf6/GHSA-88rw-2537-fpf6.json b/advisories/unreviewed/2022/05/GHSA-88rw-2537-fpf6/GHSA-88rw-2537-fpf6.json index 16845521d35..eecdaa59ba7 100644 --- a/advisories/unreviewed/2022/05/GHSA-88rw-2537-fpf6/GHSA-88rw-2537-fpf6.json +++ b/advisories/unreviewed/2022/05/GHSA-88rw-2537-fpf6/GHSA-88rw-2537-fpf6.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-897c-pj95-h9cf/GHSA-897c-pj95-h9cf.json b/advisories/unreviewed/2022/05/GHSA-897c-pj95-h9cf/GHSA-897c-pj95-h9cf.json index cefb3e7c02e..a60c1c4c358 100644 --- a/advisories/unreviewed/2022/05/GHSA-897c-pj95-h9cf/GHSA-897c-pj95-h9cf.json +++ b/advisories/unreviewed/2022/05/GHSA-897c-pj95-h9cf/GHSA-897c-pj95-h9cf.json @@ -7,12 +7,8 @@ "CVE-2021-36994" ], "details": "There is a issue that trustlist strings being repeatedly inserted into the linked list in Huawei Smartphone due to race conditions. Successful exploitation of this vulnerability can cause exceptions when managing the system trustlist.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-89gq-fxm9-f6xg/GHSA-89gq-fxm9-f6xg.json b/advisories/unreviewed/2022/05/GHSA-89gq-fxm9-f6xg/GHSA-89gq-fxm9-f6xg.json index a1a04d9f186..05b0a7433e9 100644 --- a/advisories/unreviewed/2022/05/GHSA-89gq-fxm9-f6xg/GHSA-89gq-fxm9-f6xg.json +++ b/advisories/unreviewed/2022/05/GHSA-89gq-fxm9-f6xg/GHSA-89gq-fxm9-f6xg.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-8cw5-vx37-fh52/GHSA-8cw5-vx37-fh52.json b/advisories/unreviewed/2022/05/GHSA-8cw5-vx37-fh52/GHSA-8cw5-vx37-fh52.json index 66354189225..9f59a1ace9d 100644 --- a/advisories/unreviewed/2022/05/GHSA-8cw5-vx37-fh52/GHSA-8cw5-vx37-fh52.json +++ b/advisories/unreviewed/2022/05/GHSA-8cw5-vx37-fh52/GHSA-8cw5-vx37-fh52.json @@ -7,12 +7,8 @@ "CVE-2020-21574" ], "details": "Buffer overflow vulnerability in YotsuyaNight c-http v0.1.0, allows attackers to cause a denial of service via a long url request which is passed to the delimitedread function.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8f54-mjwx-ghw6/GHSA-8f54-mjwx-ghw6.json b/advisories/unreviewed/2022/05/GHSA-8f54-mjwx-ghw6/GHSA-8f54-mjwx-ghw6.json index d81a0c4f411..c0ddf362791 100644 --- a/advisories/unreviewed/2022/05/GHSA-8f54-mjwx-ghw6/GHSA-8f54-mjwx-ghw6.json +++ b/advisories/unreviewed/2022/05/GHSA-8f54-mjwx-ghw6/GHSA-8f54-mjwx-ghw6.json @@ -7,12 +7,8 @@ "CVE-2020-23686" ], "details": "Cross site request forgery (CSRF) vulnerability in AyaCMS 3.1.2 allows attackers to change an administrators password or other unspecified impacts.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8f6q-8vwp-g5p5/GHSA-8f6q-8vwp-g5p5.json b/advisories/unreviewed/2022/05/GHSA-8f6q-8vwp-g5p5/GHSA-8f6q-8vwp-g5p5.json index bea092c669d..af50d7cc31e 100644 --- a/advisories/unreviewed/2022/05/GHSA-8f6q-8vwp-g5p5/GHSA-8f6q-8vwp-g5p5.json +++ b/advisories/unreviewed/2022/05/GHSA-8f6q-8vwp-g5p5/GHSA-8f6q-8vwp-g5p5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-8f95-cr4m-g6w5/GHSA-8f95-cr4m-g6w5.json b/advisories/unreviewed/2022/05/GHSA-8f95-cr4m-g6w5/GHSA-8f95-cr4m-g6w5.json index c1fcaefb950..a21aced31d6 100644 --- a/advisories/unreviewed/2022/05/GHSA-8f95-cr4m-g6w5/GHSA-8f95-cr4m-g6w5.json +++ b/advisories/unreviewed/2022/05/GHSA-8f95-cr4m-g6w5/GHSA-8f95-cr4m-g6w5.json @@ -7,12 +7,8 @@ "CVE-2021-41746" ], "details": "SQL Injection vulnerability exists in all versions of Yonyou TurboCRM.via the orgcode parameter in changepswd.php. Attackers can use the vulnerabilities to obtain sensitive database information.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8fcp-69v7-2w74/GHSA-8fcp-69v7-2w74.json b/advisories/unreviewed/2022/05/GHSA-8fcp-69v7-2w74/GHSA-8fcp-69v7-2w74.json index 4d41ecb5576..e5cad7b3693 100644 --- a/advisories/unreviewed/2022/05/GHSA-8fcp-69v7-2w74/GHSA-8fcp-69v7-2w74.json +++ b/advisories/unreviewed/2022/05/GHSA-8fcp-69v7-2w74/GHSA-8fcp-69v7-2w74.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-8fhm-6jq5-22c6/GHSA-8fhm-6jq5-22c6.json b/advisories/unreviewed/2022/05/GHSA-8fhm-6jq5-22c6/GHSA-8fhm-6jq5-22c6.json index ba7a2e0edd3..f84f09fb7a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-8fhm-6jq5-22c6/GHSA-8fhm-6jq5-22c6.json +++ b/advisories/unreviewed/2022/05/GHSA-8fhm-6jq5-22c6/GHSA-8fhm-6jq5-22c6.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-8fj5-x5p7-cpqv/GHSA-8fj5-x5p7-cpqv.json b/advisories/unreviewed/2022/05/GHSA-8fj5-x5p7-cpqv/GHSA-8fj5-x5p7-cpqv.json index d30d99a6cfe..82e381c73c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-8fj5-x5p7-cpqv/GHSA-8fj5-x5p7-cpqv.json +++ b/advisories/unreviewed/2022/05/GHSA-8fj5-x5p7-cpqv/GHSA-8fj5-x5p7-cpqv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-8ghv-f82m-w39j/GHSA-8ghv-f82m-w39j.json b/advisories/unreviewed/2022/05/GHSA-8ghv-f82m-w39j/GHSA-8ghv-f82m-w39j.json index 6ea60ab8d77..99883ccd1c7 100644 --- a/advisories/unreviewed/2022/05/GHSA-8ghv-f82m-w39j/GHSA-8ghv-f82m-w39j.json +++ b/advisories/unreviewed/2022/05/GHSA-8ghv-f82m-w39j/GHSA-8ghv-f82m-w39j.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-8hc5-v62f-53vj/GHSA-8hc5-v62f-53vj.json b/advisories/unreviewed/2022/05/GHSA-8hc5-v62f-53vj/GHSA-8hc5-v62f-53vj.json index c92248aab34..c93bf76ec85 100644 --- a/advisories/unreviewed/2022/05/GHSA-8hc5-v62f-53vj/GHSA-8hc5-v62f-53vj.json +++ b/advisories/unreviewed/2022/05/GHSA-8hc5-v62f-53vj/GHSA-8hc5-v62f-53vj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-8jmg-238v-684v/GHSA-8jmg-238v-684v.json b/advisories/unreviewed/2022/05/GHSA-8jmg-238v-684v/GHSA-8jmg-238v-684v.json index e4ecea73a89..19ccbd56ce0 100644 --- a/advisories/unreviewed/2022/05/GHSA-8jmg-238v-684v/GHSA-8jmg-238v-684v.json +++ b/advisories/unreviewed/2022/05/GHSA-8jmg-238v-684v/GHSA-8jmg-238v-684v.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-8jpj-47rv-xvr4/GHSA-8jpj-47rv-xvr4.json b/advisories/unreviewed/2022/05/GHSA-8jpj-47rv-xvr4/GHSA-8jpj-47rv-xvr4.json index de446d3683c..9a6f2993db9 100644 --- a/advisories/unreviewed/2022/05/GHSA-8jpj-47rv-xvr4/GHSA-8jpj-47rv-xvr4.json +++ b/advisories/unreviewed/2022/05/GHSA-8jpj-47rv-xvr4/GHSA-8jpj-47rv-xvr4.json @@ -7,12 +7,8 @@ "CVE-2021-24813" ], "details": "The Events Made Easy WordPress plugin before 2.2.24 does not sanitise and escape Custom Field Names, allowing high privilege users to perform Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8m4x-vrfr-vphq/GHSA-8m4x-vrfr-vphq.json b/advisories/unreviewed/2022/05/GHSA-8m4x-vrfr-vphq/GHSA-8m4x-vrfr-vphq.json index 3a820751dba..4c0852550f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-8m4x-vrfr-vphq/GHSA-8m4x-vrfr-vphq.json +++ b/advisories/unreviewed/2022/05/GHSA-8m4x-vrfr-vphq/GHSA-8m4x-vrfr-vphq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-8m6f-q6pm-9pmm/GHSA-8m6f-q6pm-9pmm.json b/advisories/unreviewed/2022/05/GHSA-8m6f-q6pm-9pmm/GHSA-8m6f-q6pm-9pmm.json index 84a795b5df4..6ec8add1840 100644 --- a/advisories/unreviewed/2022/05/GHSA-8m6f-q6pm-9pmm/GHSA-8m6f-q6pm-9pmm.json +++ b/advisories/unreviewed/2022/05/GHSA-8m6f-q6pm-9pmm/GHSA-8m6f-q6pm-9pmm.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-8mrp-4c3v-3mjr/GHSA-8mrp-4c3v-3mjr.json b/advisories/unreviewed/2022/05/GHSA-8mrp-4c3v-3mjr/GHSA-8mrp-4c3v-3mjr.json index 7b20a77d030..f9763ffcc97 100644 --- a/advisories/unreviewed/2022/05/GHSA-8mrp-4c3v-3mjr/GHSA-8mrp-4c3v-3mjr.json +++ b/advisories/unreviewed/2022/05/GHSA-8mrp-4c3v-3mjr/GHSA-8mrp-4c3v-3mjr.json @@ -7,12 +7,8 @@ "CVE-2020-36504" ], "details": "The WP-Pro-Quiz WordPress plugin through 0.37 does not have CSRF check in place when deleting a quiz, which could allow an attacker to make a logged in admin delete arbitrary quiz on the blog", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8mrq-xrf4-3jr8/GHSA-8mrq-xrf4-3jr8.json b/advisories/unreviewed/2022/05/GHSA-8mrq-xrf4-3jr8/GHSA-8mrq-xrf4-3jr8.json index 1076e6161a5..3cbb5a12a47 100644 --- a/advisories/unreviewed/2022/05/GHSA-8mrq-xrf4-3jr8/GHSA-8mrq-xrf4-3jr8.json +++ b/advisories/unreviewed/2022/05/GHSA-8mrq-xrf4-3jr8/GHSA-8mrq-xrf4-3jr8.json @@ -7,12 +7,8 @@ "CVE-2021-22436" ], "details": "There is a Logic Bypass vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability may affect service integrity and availability.", - "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-8mvp-5wcj-59wf/GHSA-8mvp-5wcj-59wf.json b/advisories/unreviewed/2022/05/GHSA-8mvp-5wcj-59wf/GHSA-8mvp-5wcj-59wf.json index b7792a16cfb..cfc4d91e6e9 100644 --- a/advisories/unreviewed/2022/05/GHSA-8mvp-5wcj-59wf/GHSA-8mvp-5wcj-59wf.json +++ b/advisories/unreviewed/2022/05/GHSA-8mvp-5wcj-59wf/GHSA-8mvp-5wcj-59wf.json @@ -7,12 +7,8 @@ "CVE-2021-3745" ], "details": "flatcore-cms is vulnerable to Unrestricted Upload of File with Dangerous Type", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8mxx-g9vw-r875/GHSA-8mxx-g9vw-r875.json b/advisories/unreviewed/2022/05/GHSA-8mxx-g9vw-r875/GHSA-8mxx-g9vw-r875.json index 04cca38326c..e51da2e7875 100644 --- a/advisories/unreviewed/2022/05/GHSA-8mxx-g9vw-r875/GHSA-8mxx-g9vw-r875.json +++ b/advisories/unreviewed/2022/05/GHSA-8mxx-g9vw-r875/GHSA-8mxx-g9vw-r875.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-8p3v-4rh7-r554/GHSA-8p3v-4rh7-r554.json b/advisories/unreviewed/2022/05/GHSA-8p3v-4rh7-r554/GHSA-8p3v-4rh7-r554.json index 66318fca5ab..bd706b70659 100644 --- a/advisories/unreviewed/2022/05/GHSA-8p3v-4rh7-r554/GHSA-8p3v-4rh7-r554.json +++ b/advisories/unreviewed/2022/05/GHSA-8p3v-4rh7-r554/GHSA-8p3v-4rh7-r554.json @@ -7,12 +7,8 @@ "CVE-2019-19810" ], "details": "Zoom Call Recording 6.3.1 from ZOOM International is vulnerable to Java Deserialization attacks targeting the inbuilt RMI service. A remote unauthenticated attacker can exploit this vulnerability by sending crafted RMI requests to execute arbitrary code on the target host.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8p59-848q-g5g8/GHSA-8p59-848q-g5g8.json b/advisories/unreviewed/2022/05/GHSA-8p59-848q-g5g8/GHSA-8p59-848q-g5g8.json index 88d973b44e9..d9dbdc23084 100644 --- a/advisories/unreviewed/2022/05/GHSA-8p59-848q-g5g8/GHSA-8p59-848q-g5g8.json +++ b/advisories/unreviewed/2022/05/GHSA-8p59-848q-g5g8/GHSA-8p59-848q-g5g8.json @@ -7,12 +7,8 @@ "CVE-2021-22452" ], "details": "A component of the HarmonyOS has a Improper Input Validation vulnerability. Local attackers may exploit this vulnerability to read at any address.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8p6v-p87j-8p3f/GHSA-8p6v-p87j-8p3f.json b/advisories/unreviewed/2022/05/GHSA-8p6v-p87j-8p3f/GHSA-8p6v-p87j-8p3f.json index 2ea88d45542..197e428c58e 100644 --- a/advisories/unreviewed/2022/05/GHSA-8p6v-p87j-8p3f/GHSA-8p6v-p87j-8p3f.json +++ b/advisories/unreviewed/2022/05/GHSA-8p6v-p87j-8p3f/GHSA-8p6v-p87j-8p3f.json @@ -7,12 +7,8 @@ "CVE-2021-37979" ], "details": "heap buffer overflow in WebRTC in Google Chrome prior to 94.0.4606.81 allowed a remote attacker who convinced a user to browse to a malicious website to potentially exploit heap corruption via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8q9m-rq6x-55f4/GHSA-8q9m-rq6x-55f4.json b/advisories/unreviewed/2022/05/GHSA-8q9m-rq6x-55f4/GHSA-8q9m-rq6x-55f4.json index 61b2e2dfbf2..7fcade31aac 100644 --- a/advisories/unreviewed/2022/05/GHSA-8q9m-rq6x-55f4/GHSA-8q9m-rq6x-55f4.json +++ b/advisories/unreviewed/2022/05/GHSA-8q9m-rq6x-55f4/GHSA-8q9m-rq6x-55f4.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-8r88-cc63-5rxm/GHSA-8r88-cc63-5rxm.json b/advisories/unreviewed/2022/05/GHSA-8r88-cc63-5rxm/GHSA-8r88-cc63-5rxm.json index a0899d87b3d..bdbc12e3c55 100644 --- a/advisories/unreviewed/2022/05/GHSA-8r88-cc63-5rxm/GHSA-8r88-cc63-5rxm.json +++ b/advisories/unreviewed/2022/05/GHSA-8r88-cc63-5rxm/GHSA-8r88-cc63-5rxm.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-8rcg-cr22-ww3f/GHSA-8rcg-cr22-ww3f.json b/advisories/unreviewed/2022/05/GHSA-8rcg-cr22-ww3f/GHSA-8rcg-cr22-ww3f.json index 92cd5222d86..94f94affa69 100644 --- a/advisories/unreviewed/2022/05/GHSA-8rcg-cr22-ww3f/GHSA-8rcg-cr22-ww3f.json +++ b/advisories/unreviewed/2022/05/GHSA-8rcg-cr22-ww3f/GHSA-8rcg-cr22-ww3f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-8rhv-c5f5-9xwh/GHSA-8rhv-c5f5-9xwh.json b/advisories/unreviewed/2022/05/GHSA-8rhv-c5f5-9xwh/GHSA-8rhv-c5f5-9xwh.json index 621c97f7c01..145c1bf603f 100644 --- a/advisories/unreviewed/2022/05/GHSA-8rhv-c5f5-9xwh/GHSA-8rhv-c5f5-9xwh.json +++ b/advisories/unreviewed/2022/05/GHSA-8rhv-c5f5-9xwh/GHSA-8rhv-c5f5-9xwh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8rvq-9cpm-9hr2/GHSA-8rvq-9cpm-9hr2.json b/advisories/unreviewed/2022/05/GHSA-8rvq-9cpm-9hr2/GHSA-8rvq-9cpm-9hr2.json index 7f8bd344ab8..7562d4f351c 100644 --- a/advisories/unreviewed/2022/05/GHSA-8rvq-9cpm-9hr2/GHSA-8rvq-9cpm-9hr2.json +++ b/advisories/unreviewed/2022/05/GHSA-8rvq-9cpm-9hr2/GHSA-8rvq-9cpm-9hr2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-8v6r-wph3-967x/GHSA-8v6r-wph3-967x.json b/advisories/unreviewed/2022/05/GHSA-8v6r-wph3-967x/GHSA-8v6r-wph3-967x.json index 3d29b71b53c..6f2c44d603d 100644 --- a/advisories/unreviewed/2022/05/GHSA-8v6r-wph3-967x/GHSA-8v6r-wph3-967x.json +++ b/advisories/unreviewed/2022/05/GHSA-8v6r-wph3-967x/GHSA-8v6r-wph3-967x.json @@ -7,12 +7,8 @@ "CVE-2021-22460" ], "details": "A component of the HarmonyOS has a Insufficient Verification of Data Authenticity vulnerability. Local attackers may exploit this vulnerability to bypass the control mechanism.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8v8c-mg3x-99cg/GHSA-8v8c-mg3x-99cg.json b/advisories/unreviewed/2022/05/GHSA-8v8c-mg3x-99cg/GHSA-8v8c-mg3x-99cg.json index f9a3d6c551a..8dd07999348 100644 --- a/advisories/unreviewed/2022/05/GHSA-8v8c-mg3x-99cg/GHSA-8v8c-mg3x-99cg.json +++ b/advisories/unreviewed/2022/05/GHSA-8v8c-mg3x-99cg/GHSA-8v8c-mg3x-99cg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8vx9-59h6-x23v/GHSA-8vx9-59h6-x23v.json b/advisories/unreviewed/2022/05/GHSA-8vx9-59h6-x23v/GHSA-8vx9-59h6-x23v.json index ff7fbdc6efd..3386c05f9a0 100644 --- a/advisories/unreviewed/2022/05/GHSA-8vx9-59h6-x23v/GHSA-8vx9-59h6-x23v.json +++ b/advisories/unreviewed/2022/05/GHSA-8vx9-59h6-x23v/GHSA-8vx9-59h6-x23v.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-8w77-53f9-9p5h/GHSA-8w77-53f9-9p5h.json b/advisories/unreviewed/2022/05/GHSA-8w77-53f9-9p5h/GHSA-8w77-53f9-9p5h.json index 6838f930e10..5593678074d 100644 --- a/advisories/unreviewed/2022/05/GHSA-8w77-53f9-9p5h/GHSA-8w77-53f9-9p5h.json +++ b/advisories/unreviewed/2022/05/GHSA-8w77-53f9-9p5h/GHSA-8w77-53f9-9p5h.json @@ -7,12 +7,8 @@ "CVE-2021-37842" ], "details": "metakv in Couchbase Server 7.0.0 uses Cleartext for Storage of Sensitive Information. Remote Cluster XDCR credentials can get leaked in debug logs. Config key tombstone purging was added in Couchbase Server 7.0.0. This issue happens when a config key, which is being logged, has a tombstone purger time-stamp attached to it.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8xvc-p9x4-w7jm/GHSA-8xvc-p9x4-w7jm.json b/advisories/unreviewed/2022/05/GHSA-8xvc-p9x4-w7jm/GHSA-8xvc-p9x4-w7jm.json index d39da05e40c..3ee72d3a350 100644 --- a/advisories/unreviewed/2022/05/GHSA-8xvc-p9x4-w7jm/GHSA-8xvc-p9x4-w7jm.json +++ b/advisories/unreviewed/2022/05/GHSA-8xvc-p9x4-w7jm/GHSA-8xvc-p9x4-w7jm.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-925j-9rm8-66vf/GHSA-925j-9rm8-66vf.json b/advisories/unreviewed/2022/05/GHSA-925j-9rm8-66vf/GHSA-925j-9rm8-66vf.json index 336a0951cff..0566bfcdae6 100644 --- a/advisories/unreviewed/2022/05/GHSA-925j-9rm8-66vf/GHSA-925j-9rm8-66vf.json +++ b/advisories/unreviewed/2022/05/GHSA-925j-9rm8-66vf/GHSA-925j-9rm8-66vf.json @@ -7,12 +7,8 @@ "CVE-2021-24793" ], "details": "The WPeMatico RSS Feed Fetcher WordPress plugin before 2.6.12 does not escape the Feed URL added to a campaign before outputting it in an attribute, allowing high privilege users to perform Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-92c7-mv3c-qh73/GHSA-92c7-mv3c-qh73.json b/advisories/unreviewed/2022/05/GHSA-92c7-mv3c-qh73/GHSA-92c7-mv3c-qh73.json index 22d1c329cad..2e16c64d236 100644 --- a/advisories/unreviewed/2022/05/GHSA-92c7-mv3c-qh73/GHSA-92c7-mv3c-qh73.json +++ b/advisories/unreviewed/2022/05/GHSA-92c7-mv3c-qh73/GHSA-92c7-mv3c-qh73.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-933r-r67f-x632/GHSA-933r-r67f-x632.json b/advisories/unreviewed/2022/05/GHSA-933r-r67f-x632/GHSA-933r-r67f-x632.json index f6abdd761fa..6fd781576b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-933r-r67f-x632/GHSA-933r-r67f-x632.json +++ b/advisories/unreviewed/2022/05/GHSA-933r-r67f-x632/GHSA-933r-r67f-x632.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/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/2022/05/GHSA-93mg-5j4h-q6w6/GHSA-93mg-5j4h-q6w6.json b/advisories/unreviewed/2022/05/GHSA-93mg-5j4h-q6w6/GHSA-93mg-5j4h-q6w6.json index 7d968407e31..1a6c178ca98 100644 --- a/advisories/unreviewed/2022/05/GHSA-93mg-5j4h-q6w6/GHSA-93mg-5j4h-q6w6.json +++ b/advisories/unreviewed/2022/05/GHSA-93mg-5j4h-q6w6/GHSA-93mg-5j4h-q6w6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-93vv-c929-gw49/GHSA-93vv-c929-gw49.json b/advisories/unreviewed/2022/05/GHSA-93vv-c929-gw49/GHSA-93vv-c929-gw49.json index a2b9e60ef9e..7d2933d449e 100644 --- a/advisories/unreviewed/2022/05/GHSA-93vv-c929-gw49/GHSA-93vv-c929-gw49.json +++ b/advisories/unreviewed/2022/05/GHSA-93vv-c929-gw49/GHSA-93vv-c929-gw49.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "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/05/GHSA-96gq-m97m-9ppg/GHSA-96gq-m97m-9ppg.json b/advisories/unreviewed/2022/05/GHSA-96gq-m97m-9ppg/GHSA-96gq-m97m-9ppg.json index 924d2cd312e..cf7a26306cf 100644 --- a/advisories/unreviewed/2022/05/GHSA-96gq-m97m-9ppg/GHSA-96gq-m97m-9ppg.json +++ b/advisories/unreviewed/2022/05/GHSA-96gq-m97m-9ppg/GHSA-96gq-m97m-9ppg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-972p-4w27-7x22/GHSA-972p-4w27-7x22.json b/advisories/unreviewed/2022/05/GHSA-972p-4w27-7x22/GHSA-972p-4w27-7x22.json index 716e69e8dfa..c3d69eb6df0 100644 --- a/advisories/unreviewed/2022/05/GHSA-972p-4w27-7x22/GHSA-972p-4w27-7x22.json +++ b/advisories/unreviewed/2022/05/GHSA-972p-4w27-7x22/GHSA-972p-4w27-7x22.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-982c-6j92-25r3/GHSA-982c-6j92-25r3.json b/advisories/unreviewed/2022/05/GHSA-982c-6j92-25r3/GHSA-982c-6j92-25r3.json index 7d1c9dad3cd..48f1619232d 100644 --- a/advisories/unreviewed/2022/05/GHSA-982c-6j92-25r3/GHSA-982c-6j92-25r3.json +++ b/advisories/unreviewed/2022/05/GHSA-982c-6j92-25r3/GHSA-982c-6j92-25r3.json @@ -7,12 +7,8 @@ "CVE-2021-24723" ], "details": "The WP Reactions Lite WordPress plugin before 1.3.6 does not properly sanitize inputs within wp-admin pages, allowing users with sufficient access to inject XSS payloads within /wp-admin/ pages.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-98hm-ch3g-c6jg/GHSA-98hm-ch3g-c6jg.json b/advisories/unreviewed/2022/05/GHSA-98hm-ch3g-c6jg/GHSA-98hm-ch3g-c6jg.json index 56e67077917..595a009e5c8 100644 --- a/advisories/unreviewed/2022/05/GHSA-98hm-ch3g-c6jg/GHSA-98hm-ch3g-c6jg.json +++ b/advisories/unreviewed/2022/05/GHSA-98hm-ch3g-c6jg/GHSA-98hm-ch3g-c6jg.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-995j-4q8r-wq8h/GHSA-995j-4q8r-wq8h.json b/advisories/unreviewed/2022/05/GHSA-995j-4q8r-wq8h/GHSA-995j-4q8r-wq8h.json index c42c2597bbd..d81f242ea9c 100644 --- a/advisories/unreviewed/2022/05/GHSA-995j-4q8r-wq8h/GHSA-995j-4q8r-wq8h.json +++ b/advisories/unreviewed/2022/05/GHSA-995j-4q8r-wq8h/GHSA-995j-4q8r-wq8h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-99wc-g6xm-mv9h/GHSA-99wc-g6xm-mv9h.json b/advisories/unreviewed/2022/05/GHSA-99wc-g6xm-mv9h/GHSA-99wc-g6xm-mv9h.json index be9ed84e2ac..3ceaea4318e 100644 --- a/advisories/unreviewed/2022/05/GHSA-99wc-g6xm-mv9h/GHSA-99wc-g6xm-mv9h.json +++ b/advisories/unreviewed/2022/05/GHSA-99wc-g6xm-mv9h/GHSA-99wc-g6xm-mv9h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-9c3m-9j2c-cg6r/GHSA-9c3m-9j2c-cg6r.json b/advisories/unreviewed/2022/05/GHSA-9c3m-9j2c-cg6r/GHSA-9c3m-9j2c-cg6r.json index 5e1c9aec7b1..cfb7a2b2243 100644 --- a/advisories/unreviewed/2022/05/GHSA-9c3m-9j2c-cg6r/GHSA-9c3m-9j2c-cg6r.json +++ b/advisories/unreviewed/2022/05/GHSA-9c3m-9j2c-cg6r/GHSA-9c3m-9j2c-cg6r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-9c5f-989m-67pm/GHSA-9c5f-989m-67pm.json b/advisories/unreviewed/2022/05/GHSA-9c5f-989m-67pm/GHSA-9c5f-989m-67pm.json index ec8b594e653..4d5038dc9b0 100644 --- a/advisories/unreviewed/2022/05/GHSA-9c5f-989m-67pm/GHSA-9c5f-989m-67pm.json +++ b/advisories/unreviewed/2022/05/GHSA-9c5f-989m-67pm/GHSA-9c5f-989m-67pm.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-9c6c-jqh5-vqv4/GHSA-9c6c-jqh5-vqv4.json b/advisories/unreviewed/2022/05/GHSA-9c6c-jqh5-vqv4/GHSA-9c6c-jqh5-vqv4.json index 8c035481bc7..fb22c3deb1a 100644 --- a/advisories/unreviewed/2022/05/GHSA-9c6c-jqh5-vqv4/GHSA-9c6c-jqh5-vqv4.json +++ b/advisories/unreviewed/2022/05/GHSA-9c6c-jqh5-vqv4/GHSA-9c6c-jqh5-vqv4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-9cv5-4389-cq8j/GHSA-9cv5-4389-cq8j.json b/advisories/unreviewed/2022/05/GHSA-9cv5-4389-cq8j/GHSA-9cv5-4389-cq8j.json index d9bf13df94c..70abdcd61f5 100644 --- a/advisories/unreviewed/2022/05/GHSA-9cv5-4389-cq8j/GHSA-9cv5-4389-cq8j.json +++ b/advisories/unreviewed/2022/05/GHSA-9cv5-4389-cq8j/GHSA-9cv5-4389-cq8j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-9f4r-3fqf-6xpg/GHSA-9f4r-3fqf-6xpg.json b/advisories/unreviewed/2022/05/GHSA-9f4r-3fqf-6xpg/GHSA-9f4r-3fqf-6xpg.json index 52aaddec99b..4af0cb5fa9c 100644 --- a/advisories/unreviewed/2022/05/GHSA-9f4r-3fqf-6xpg/GHSA-9f4r-3fqf-6xpg.json +++ b/advisories/unreviewed/2022/05/GHSA-9f4r-3fqf-6xpg/GHSA-9f4r-3fqf-6xpg.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", @@ -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/05/GHSA-9f98-6r3f-jm6g/GHSA-9f98-6r3f-jm6g.json b/advisories/unreviewed/2022/05/GHSA-9f98-6r3f-jm6g/GHSA-9f98-6r3f-jm6g.json index eedac9054ed..e6cd1f1b591 100644 --- a/advisories/unreviewed/2022/05/GHSA-9f98-6r3f-jm6g/GHSA-9f98-6r3f-jm6g.json +++ b/advisories/unreviewed/2022/05/GHSA-9f98-6r3f-jm6g/GHSA-9f98-6r3f-jm6g.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-9g65-54xp-2323/GHSA-9g65-54xp-2323.json b/advisories/unreviewed/2022/05/GHSA-9g65-54xp-2323/GHSA-9g65-54xp-2323.json index d28f201bf02..d477ba4cc08 100644 --- a/advisories/unreviewed/2022/05/GHSA-9g65-54xp-2323/GHSA-9g65-54xp-2323.json +++ b/advisories/unreviewed/2022/05/GHSA-9g65-54xp-2323/GHSA-9g65-54xp-2323.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-9g8p-pq33-qfrc/GHSA-9g8p-pq33-qfrc.json b/advisories/unreviewed/2022/05/GHSA-9g8p-pq33-qfrc/GHSA-9g8p-pq33-qfrc.json index 059675e3ef2..d55ad6ee73c 100644 --- a/advisories/unreviewed/2022/05/GHSA-9g8p-pq33-qfrc/GHSA-9g8p-pq33-qfrc.json +++ b/advisories/unreviewed/2022/05/GHSA-9g8p-pq33-qfrc/GHSA-9g8p-pq33-qfrc.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-9gw9-7wm9-5mcf/GHSA-9gw9-7wm9-5mcf.json b/advisories/unreviewed/2022/05/GHSA-9gw9-7wm9-5mcf/GHSA-9gw9-7wm9-5mcf.json index 727ab3dee34..e40985181f1 100644 --- a/advisories/unreviewed/2022/05/GHSA-9gw9-7wm9-5mcf/GHSA-9gw9-7wm9-5mcf.json +++ b/advisories/unreviewed/2022/05/GHSA-9gw9-7wm9-5mcf/GHSA-9gw9-7wm9-5mcf.json @@ -7,12 +7,8 @@ "CVE-2021-37001" ], "details": "There is a Register tampering vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability may allow the register value to be modified.", - "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-9gwh-2w78-5vgg/GHSA-9gwh-2w78-5vgg.json b/advisories/unreviewed/2022/05/GHSA-9gwh-2w78-5vgg/GHSA-9gwh-2w78-5vgg.json index de0a4a0abed..d7494ad86f0 100644 --- a/advisories/unreviewed/2022/05/GHSA-9gwh-2w78-5vgg/GHSA-9gwh-2w78-5vgg.json +++ b/advisories/unreviewed/2022/05/GHSA-9gwh-2w78-5vgg/GHSA-9gwh-2w78-5vgg.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-9j28-vv5h-vvcg/GHSA-9j28-vv5h-vvcg.json b/advisories/unreviewed/2022/05/GHSA-9j28-vv5h-vvcg/GHSA-9j28-vv5h-vvcg.json index be54650ea19..aa0605bc342 100644 --- a/advisories/unreviewed/2022/05/GHSA-9j28-vv5h-vvcg/GHSA-9j28-vv5h-vvcg.json +++ b/advisories/unreviewed/2022/05/GHSA-9j28-vv5h-vvcg/GHSA-9j28-vv5h-vvcg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-9j69-f6q8-h6wm/GHSA-9j69-f6q8-h6wm.json b/advisories/unreviewed/2022/05/GHSA-9j69-f6q8-h6wm/GHSA-9j69-f6q8-h6wm.json index 8d042d1f3d8..4fc039ff62f 100644 --- a/advisories/unreviewed/2022/05/GHSA-9j69-f6q8-h6wm/GHSA-9j69-f6q8-h6wm.json +++ b/advisories/unreviewed/2022/05/GHSA-9j69-f6q8-h6wm/GHSA-9j69-f6q8-h6wm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9jjj-wx48-hp8g/GHSA-9jjj-wx48-hp8g.json b/advisories/unreviewed/2022/05/GHSA-9jjj-wx48-hp8g/GHSA-9jjj-wx48-hp8g.json index d356af7d7d7..577d4b7acb9 100644 --- a/advisories/unreviewed/2022/05/GHSA-9jjj-wx48-hp8g/GHSA-9jjj-wx48-hp8g.json +++ b/advisories/unreviewed/2022/05/GHSA-9jjj-wx48-hp8g/GHSA-9jjj-wx48-hp8g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-9jqf-462g-52c8/GHSA-9jqf-462g-52c8.json b/advisories/unreviewed/2022/05/GHSA-9jqf-462g-52c8/GHSA-9jqf-462g-52c8.json index 219293d4872..761280bcb09 100644 --- a/advisories/unreviewed/2022/05/GHSA-9jqf-462g-52c8/GHSA-9jqf-462g-52c8.json +++ b/advisories/unreviewed/2022/05/GHSA-9jqf-462g-52c8/GHSA-9jqf-462g-52c8.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-9jvw-rxf6-4p4p/GHSA-9jvw-rxf6-4p4p.json b/advisories/unreviewed/2022/05/GHSA-9jvw-rxf6-4p4p/GHSA-9jvw-rxf6-4p4p.json index af0f05b6ed4..e723be6229d 100644 --- a/advisories/unreviewed/2022/05/GHSA-9jvw-rxf6-4p4p/GHSA-9jvw-rxf6-4p4p.json +++ b/advisories/unreviewed/2022/05/GHSA-9jvw-rxf6-4p4p/GHSA-9jvw-rxf6-4p4p.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-9mj4-mpr8-9p4h/GHSA-9mj4-mpr8-9p4h.json b/advisories/unreviewed/2022/05/GHSA-9mj4-mpr8-9p4h/GHSA-9mj4-mpr8-9p4h.json index 097364a5895..4babb74f551 100644 --- a/advisories/unreviewed/2022/05/GHSA-9mj4-mpr8-9p4h/GHSA-9mj4-mpr8-9p4h.json +++ b/advisories/unreviewed/2022/05/GHSA-9mj4-mpr8-9p4h/GHSA-9mj4-mpr8-9p4h.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-9mwp-cv4x-3pwp/GHSA-9mwp-cv4x-3pwp.json b/advisories/unreviewed/2022/05/GHSA-9mwp-cv4x-3pwp/GHSA-9mwp-cv4x-3pwp.json index 97862c5ea8a..50c7c032b62 100644 --- a/advisories/unreviewed/2022/05/GHSA-9mwp-cv4x-3pwp/GHSA-9mwp-cv4x-3pwp.json +++ b/advisories/unreviewed/2022/05/GHSA-9mwp-cv4x-3pwp/GHSA-9mwp-cv4x-3pwp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-9p38-c3jw-563p/GHSA-9p38-c3jw-563p.json b/advisories/unreviewed/2022/05/GHSA-9p38-c3jw-563p/GHSA-9p38-c3jw-563p.json index 84d5cf4529a..490498461aa 100644 --- a/advisories/unreviewed/2022/05/GHSA-9p38-c3jw-563p/GHSA-9p38-c3jw-563p.json +++ b/advisories/unreviewed/2022/05/GHSA-9p38-c3jw-563p/GHSA-9p38-c3jw-563p.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-9pgx-rw2w-2j4g/GHSA-9pgx-rw2w-2j4g.json b/advisories/unreviewed/2022/05/GHSA-9pgx-rw2w-2j4g/GHSA-9pgx-rw2w-2j4g.json index c0bb2225569..b5b5c04211c 100644 --- a/advisories/unreviewed/2022/05/GHSA-9pgx-rw2w-2j4g/GHSA-9pgx-rw2w-2j4g.json +++ b/advisories/unreviewed/2022/05/GHSA-9pgx-rw2w-2j4g/GHSA-9pgx-rw2w-2j4g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-9pj2-g8wr-592r/GHSA-9pj2-g8wr-592r.json b/advisories/unreviewed/2022/05/GHSA-9pj2-g8wr-592r/GHSA-9pj2-g8wr-592r.json index 027909464de..7a8900dc6b7 100644 --- a/advisories/unreviewed/2022/05/GHSA-9pj2-g8wr-592r/GHSA-9pj2-g8wr-592r.json +++ b/advisories/unreviewed/2022/05/GHSA-9pj2-g8wr-592r/GHSA-9pj2-g8wr-592r.json @@ -7,12 +7,8 @@ "CVE-2021-24682" ], "details": "The Cool Tag Cloud WordPress plugin before 2.26 does not escape the style attribute of the cool_tag_cloud shortcode, which could allow users with a role as low as Contributor to perform Stored Cross-Site Scripting attacks.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9q6r-hpgq-gfqm/GHSA-9q6r-hpgq-gfqm.json b/advisories/unreviewed/2022/05/GHSA-9q6r-hpgq-gfqm/GHSA-9q6r-hpgq-gfqm.json index 28406860209..472c3df9742 100644 --- a/advisories/unreviewed/2022/05/GHSA-9q6r-hpgq-gfqm/GHSA-9q6r-hpgq-gfqm.json +++ b/advisories/unreviewed/2022/05/GHSA-9q6r-hpgq-gfqm/GHSA-9q6r-hpgq-gfqm.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-9q75-mh3g-9qrq/GHSA-9q75-mh3g-9qrq.json b/advisories/unreviewed/2022/05/GHSA-9q75-mh3g-9qrq/GHSA-9q75-mh3g-9qrq.json index 501481e127e..7bd843e1ff2 100644 --- a/advisories/unreviewed/2022/05/GHSA-9q75-mh3g-9qrq/GHSA-9q75-mh3g-9qrq.json +++ b/advisories/unreviewed/2022/05/GHSA-9q75-mh3g-9qrq/GHSA-9q75-mh3g-9qrq.json @@ -7,12 +7,8 @@ "CVE-2021-36999" ], "details": "There is a Buffer overflow vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability by sending malicious images and inducing users to open the images may cause remote code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9qgf-58j9-cwmf/GHSA-9qgf-58j9-cwmf.json b/advisories/unreviewed/2022/05/GHSA-9qgf-58j9-cwmf/GHSA-9qgf-58j9-cwmf.json index c57261c5ab0..62b887cc1f3 100644 --- a/advisories/unreviewed/2022/05/GHSA-9qgf-58j9-cwmf/GHSA-9qgf-58j9-cwmf.json +++ b/advisories/unreviewed/2022/05/GHSA-9qgf-58j9-cwmf/GHSA-9qgf-58j9-cwmf.json @@ -7,12 +7,8 @@ "CVE-2021-22405" ], "details": "There is a Configuration defects in Huawei Smartphone.Successful exploitation of this vulnerability may affect service availability.", - "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-9qw9-72j6-qfpc/GHSA-9qw9-72j6-qfpc.json b/advisories/unreviewed/2022/05/GHSA-9qw9-72j6-qfpc/GHSA-9qw9-72j6-qfpc.json index 14b96f465e6..f199efd5a99 100644 --- a/advisories/unreviewed/2022/05/GHSA-9qw9-72j6-qfpc/GHSA-9qw9-72j6-qfpc.json +++ b/advisories/unreviewed/2022/05/GHSA-9qw9-72j6-qfpc/GHSA-9qw9-72j6-qfpc.json @@ -7,12 +7,8 @@ "CVE-2021-22481" ], "details": "There is a Verification errors vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability may affect service confidentiality.", - "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-9r3p-6x53-pv5f/GHSA-9r3p-6x53-pv5f.json b/advisories/unreviewed/2022/05/GHSA-9r3p-6x53-pv5f/GHSA-9r3p-6x53-pv5f.json index 20a8ed8a29c..887a87fd490 100644 --- a/advisories/unreviewed/2022/05/GHSA-9r3p-6x53-pv5f/GHSA-9r3p-6x53-pv5f.json +++ b/advisories/unreviewed/2022/05/GHSA-9r3p-6x53-pv5f/GHSA-9r3p-6x53-pv5f.json @@ -7,12 +7,8 @@ "CVE-2021-36996" ], "details": "There is an Improper verification vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability may cause transmission of certain virtual information.", - "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-9rvp-rqgc-789g/GHSA-9rvp-rqgc-789g.json b/advisories/unreviewed/2022/05/GHSA-9rvp-rqgc-789g/GHSA-9rvp-rqgc-789g.json index c86561366df..afd71250cb0 100644 --- a/advisories/unreviewed/2022/05/GHSA-9rvp-rqgc-789g/GHSA-9rvp-rqgc-789g.json +++ b/advisories/unreviewed/2022/05/GHSA-9rvp-rqgc-789g/GHSA-9rvp-rqgc-789g.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-9rwq-2qv8-4jpv/GHSA-9rwq-2qv8-4jpv.json b/advisories/unreviewed/2022/05/GHSA-9rwq-2qv8-4jpv/GHSA-9rwq-2qv8-4jpv.json index c5491fb0b7e..be445b08a40 100644 --- a/advisories/unreviewed/2022/05/GHSA-9rwq-2qv8-4jpv/GHSA-9rwq-2qv8-4jpv.json +++ b/advisories/unreviewed/2022/05/GHSA-9rwq-2qv8-4jpv/GHSA-9rwq-2qv8-4jpv.json @@ -7,12 +7,8 @@ "CVE-2020-25881" ], "details": "A vulnerability was discovered in the filename parameter in pathindex.php?r=cms-backend/attachment/delete&sub=&filename=../../../../111.txt&filetype=image/jpeg of the master version of RKCMS. This vulnerability allows for an attacker to perform a directory traversal via a crafted .txt file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9v74-rf7p-6r45/GHSA-9v74-rf7p-6r45.json b/advisories/unreviewed/2022/05/GHSA-9v74-rf7p-6r45/GHSA-9v74-rf7p-6r45.json index b7041121a4e..02d5809a89d 100644 --- a/advisories/unreviewed/2022/05/GHSA-9v74-rf7p-6r45/GHSA-9v74-rf7p-6r45.json +++ b/advisories/unreviewed/2022/05/GHSA-9v74-rf7p-6r45/GHSA-9v74-rf7p-6r45.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-9vf2-g8c8-cv28/GHSA-9vf2-g8c8-cv28.json b/advisories/unreviewed/2022/05/GHSA-9vf2-g8c8-cv28/GHSA-9vf2-g8c8-cv28.json index cb830214b46..7dcdd38f9ac 100644 --- a/advisories/unreviewed/2022/05/GHSA-9vf2-g8c8-cv28/GHSA-9vf2-g8c8-cv28.json +++ b/advisories/unreviewed/2022/05/GHSA-9vf2-g8c8-cv28/GHSA-9vf2-g8c8-cv28.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-9w3g-5c68-9696/GHSA-9w3g-5c68-9696.json b/advisories/unreviewed/2022/05/GHSA-9w3g-5c68-9696/GHSA-9w3g-5c68-9696.json index d2b54beda62..a4758350467 100644 --- a/advisories/unreviewed/2022/05/GHSA-9w3g-5c68-9696/GHSA-9w3g-5c68-9696.json +++ b/advisories/unreviewed/2022/05/GHSA-9w3g-5c68-9696/GHSA-9w3g-5c68-9696.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-9x3w-qrqc-6h9j/GHSA-9x3w-qrqc-6h9j.json b/advisories/unreviewed/2022/05/GHSA-9x3w-qrqc-6h9j/GHSA-9x3w-qrqc-6h9j.json index 8dc2b2b9c2f..9f429263e92 100644 --- a/advisories/unreviewed/2022/05/GHSA-9x3w-qrqc-6h9j/GHSA-9x3w-qrqc-6h9j.json +++ b/advisories/unreviewed/2022/05/GHSA-9x3w-qrqc-6h9j/GHSA-9x3w-qrqc-6h9j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-9x4m-r2fg-43cj/GHSA-9x4m-r2fg-43cj.json b/advisories/unreviewed/2022/05/GHSA-9x4m-r2fg-43cj/GHSA-9x4m-r2fg-43cj.json index 28fe35eec61..3d96dd156f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-9x4m-r2fg-43cj/GHSA-9x4m-r2fg-43cj.json +++ b/advisories/unreviewed/2022/05/GHSA-9x4m-r2fg-43cj/GHSA-9x4m-r2fg-43cj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-9xh9-rv54-r5w7/GHSA-9xh9-rv54-r5w7.json b/advisories/unreviewed/2022/05/GHSA-9xh9-rv54-r5w7/GHSA-9xh9-rv54-r5w7.json index b9f1f2b9e3d..81ff3fd5145 100644 --- a/advisories/unreviewed/2022/05/GHSA-9xh9-rv54-r5w7/GHSA-9xh9-rv54-r5w7.json +++ b/advisories/unreviewed/2022/05/GHSA-9xh9-rv54-r5w7/GHSA-9xh9-rv54-r5w7.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", @@ -43,9 +41,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-v8h7-ccm7/GHSA-9xmm-v8h7-ccm7.json b/advisories/unreviewed/2022/05/GHSA-9xmm-v8h7-ccm7/GHSA-9xmm-v8h7-ccm7.json index 147c5943574..331e3592337 100644 --- a/advisories/unreviewed/2022/05/GHSA-9xmm-v8h7-ccm7/GHSA-9xmm-v8h7-ccm7.json +++ b/advisories/unreviewed/2022/05/GHSA-9xmm-v8h7-ccm7/GHSA-9xmm-v8h7-ccm7.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-9xp8-655m-4jqr/GHSA-9xp8-655m-4jqr.json b/advisories/unreviewed/2022/05/GHSA-9xp8-655m-4jqr/GHSA-9xp8-655m-4jqr.json index 9ef2a6d2d9d..c19194887ad 100644 --- a/advisories/unreviewed/2022/05/GHSA-9xp8-655m-4jqr/GHSA-9xp8-655m-4jqr.json +++ b/advisories/unreviewed/2022/05/GHSA-9xp8-655m-4jqr/GHSA-9xp8-655m-4jqr.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-c4r2-c7vr-q2c9/GHSA-c4r2-c7vr-q2c9.json b/advisories/unreviewed/2022/05/GHSA-c4r2-c7vr-q2c9/GHSA-c4r2-c7vr-q2c9.json index f99f8f1be32..66c071580de 100644 --- a/advisories/unreviewed/2022/05/GHSA-c4r2-c7vr-q2c9/GHSA-c4r2-c7vr-q2c9.json +++ b/advisories/unreviewed/2022/05/GHSA-c4r2-c7vr-q2c9/GHSA-c4r2-c7vr-q2c9.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-c4v2-74rr-g59c/GHSA-c4v2-74rr-g59c.json b/advisories/unreviewed/2022/05/GHSA-c4v2-74rr-g59c/GHSA-c4v2-74rr-g59c.json index 474423dc092..cf7240c89fb 100644 --- a/advisories/unreviewed/2022/05/GHSA-c4v2-74rr-g59c/GHSA-c4v2-74rr-g59c.json +++ b/advisories/unreviewed/2022/05/GHSA-c4v2-74rr-g59c/GHSA-c4v2-74rr-g59c.json @@ -7,12 +7,8 @@ "CVE-2021-38356" ], "details": "The NextScripts: Social Networks Auto-Poster <= 4.3.20 WordPress plugin is vulnerable to Reflected Cross-Site Scripting via the $_REQUEST['page'] parameter which is echoed out on inc/nxs_class_snap.php by supplying the appropriate value 'nxssnap-post' to load the page in $_GET['page'] along with malicious JavaScript in $_POST['page'].", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c58h-qgg9-9p43/GHSA-c58h-qgg9-9p43.json b/advisories/unreviewed/2022/05/GHSA-c58h-qgg9-9p43/GHSA-c58h-qgg9-9p43.json index 1ef8d2d7e19..23c28a3ebfe 100644 --- a/advisories/unreviewed/2022/05/GHSA-c58h-qgg9-9p43/GHSA-c58h-qgg9-9p43.json +++ b/advisories/unreviewed/2022/05/GHSA-c58h-qgg9-9p43/GHSA-c58h-qgg9-9p43.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-c6mc-c882-9p3c/GHSA-c6mc-c882-9p3c.json b/advisories/unreviewed/2022/05/GHSA-c6mc-c882-9p3c/GHSA-c6mc-c882-9p3c.json index 74ac2dbbcfc..6ec09d3e354 100644 --- a/advisories/unreviewed/2022/05/GHSA-c6mc-c882-9p3c/GHSA-c6mc-c882-9p3c.json +++ b/advisories/unreviewed/2022/05/GHSA-c6mc-c882-9p3c/GHSA-c6mc-c882-9p3c.json @@ -7,12 +7,8 @@ "CVE-2020-20657" ], "details": "Buffer overflow vulnerability in fcovatti libiec_iccp_mod v1.5, allows attackers to cause a denial of service via an unexpected packet while trying to connect.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c7jp-v83f-4245/GHSA-c7jp-v83f-4245.json b/advisories/unreviewed/2022/05/GHSA-c7jp-v83f-4245/GHSA-c7jp-v83f-4245.json index 92a402f7a5c..d88e505f2c8 100644 --- a/advisories/unreviewed/2022/05/GHSA-c7jp-v83f-4245/GHSA-c7jp-v83f-4245.json +++ b/advisories/unreviewed/2022/05/GHSA-c7jp-v83f-4245/GHSA-c7jp-v83f-4245.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-c878-8ppw-6rjg/GHSA-c878-8ppw-6rjg.json b/advisories/unreviewed/2022/05/GHSA-c878-8ppw-6rjg/GHSA-c878-8ppw-6rjg.json index 64e0984e2fa..5e70af13569 100644 --- a/advisories/unreviewed/2022/05/GHSA-c878-8ppw-6rjg/GHSA-c878-8ppw-6rjg.json +++ b/advisories/unreviewed/2022/05/GHSA-c878-8ppw-6rjg/GHSA-c878-8ppw-6rjg.json @@ -7,12 +7,8 @@ "CVE-2020-25872" ], "details": "A vulnerability exists within the FileManagerController.php function in FrogCMS 0.9.5 which allows an attacker to perform a directory traversal attack via a GET request urlencode parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c89g-ghqx-95xg/GHSA-c89g-ghqx-95xg.json b/advisories/unreviewed/2022/05/GHSA-c89g-ghqx-95xg/GHSA-c89g-ghqx-95xg.json index da228ac6d96..69b5935ff96 100644 --- a/advisories/unreviewed/2022/05/GHSA-c89g-ghqx-95xg/GHSA-c89g-ghqx-95xg.json +++ b/advisories/unreviewed/2022/05/GHSA-c89g-ghqx-95xg/GHSA-c89g-ghqx-95xg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c984-xpmc-9m56/GHSA-c984-xpmc-9m56.json b/advisories/unreviewed/2022/05/GHSA-c984-xpmc-9m56/GHSA-c984-xpmc-9m56.json index b1751eba22f..e34bf3150a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-c984-xpmc-9m56/GHSA-c984-xpmc-9m56.json +++ b/advisories/unreviewed/2022/05/GHSA-c984-xpmc-9m56/GHSA-c984-xpmc-9m56.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-c98x-6gr6-vqgj/GHSA-c98x-6gr6-vqgj.json b/advisories/unreviewed/2022/05/GHSA-c98x-6gr6-vqgj/GHSA-c98x-6gr6-vqgj.json index 4e7148be6ed..00dc4c71b3a 100644 --- a/advisories/unreviewed/2022/05/GHSA-c98x-6gr6-vqgj/GHSA-c98x-6gr6-vqgj.json +++ b/advisories/unreviewed/2022/05/GHSA-c98x-6gr6-vqgj/GHSA-c98x-6gr6-vqgj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-c9gq-c7g6-cr8x/GHSA-c9gq-c7g6-cr8x.json b/advisories/unreviewed/2022/05/GHSA-c9gq-c7g6-cr8x/GHSA-c9gq-c7g6-cr8x.json index 2165ba0e180..f1bbd1a74c8 100644 --- a/advisories/unreviewed/2022/05/GHSA-c9gq-c7g6-cr8x/GHSA-c9gq-c7g6-cr8x.json +++ b/advisories/unreviewed/2022/05/GHSA-c9gq-c7g6-cr8x/GHSA-c9gq-c7g6-cr8x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-cc47-9r7p-x4hv/GHSA-cc47-9r7p-x4hv.json b/advisories/unreviewed/2022/05/GHSA-cc47-9r7p-x4hv/GHSA-cc47-9r7p-x4hv.json index 254292235ab..2dbd7feb2d3 100644 --- a/advisories/unreviewed/2022/05/GHSA-cc47-9r7p-x4hv/GHSA-cc47-9r7p-x4hv.json +++ b/advisories/unreviewed/2022/05/GHSA-cc47-9r7p-x4hv/GHSA-cc47-9r7p-x4hv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cf2r-5chq-jmm8/GHSA-cf2r-5chq-jmm8.json b/advisories/unreviewed/2022/05/GHSA-cf2r-5chq-jmm8/GHSA-cf2r-5chq-jmm8.json index 0b44d2ebf9b..508e3e0cf54 100644 --- a/advisories/unreviewed/2022/05/GHSA-cf2r-5chq-jmm8/GHSA-cf2r-5chq-jmm8.json +++ b/advisories/unreviewed/2022/05/GHSA-cf2r-5chq-jmm8/GHSA-cf2r-5chq-jmm8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-cf4p-8pcw-7422/GHSA-cf4p-8pcw-7422.json b/advisories/unreviewed/2022/05/GHSA-cf4p-8pcw-7422/GHSA-cf4p-8pcw-7422.json index 4919c5b7d37..96cc5374daa 100644 --- a/advisories/unreviewed/2022/05/GHSA-cf4p-8pcw-7422/GHSA-cf4p-8pcw-7422.json +++ b/advisories/unreviewed/2022/05/GHSA-cf4p-8pcw-7422/GHSA-cf4p-8pcw-7422.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-cg69-5r4f-47q5/GHSA-cg69-5r4f-47q5.json b/advisories/unreviewed/2022/05/GHSA-cg69-5r4f-47q5/GHSA-cg69-5r4f-47q5.json index 5547bf91fd6..5208f241c9e 100644 --- a/advisories/unreviewed/2022/05/GHSA-cg69-5r4f-47q5/GHSA-cg69-5r4f-47q5.json +++ b/advisories/unreviewed/2022/05/GHSA-cg69-5r4f-47q5/GHSA-cg69-5r4f-47q5.json @@ -7,12 +7,8 @@ "CVE-2021-34781" ], "details": "A vulnerability in the processing of SSH connections for multi-instance deployments of Cisco Firepower Threat Defense (FTD) Software could allow an unauthenticated, remote attacker to cause a denial of service (DoS) condition on the affected device. This vulnerability is due to a lack of proper error handling when an SSH session fails to be established. An attacker could exploit this vulnerability by sending a high rate of crafted SSH connections to the instance. A successful exploit could allow the attacker to cause resource exhaustion, which causes a DoS condition on the affected device. The device must be manually reloaded to recover.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cgrx-qg4h-wfh8/GHSA-cgrx-qg4h-wfh8.json b/advisories/unreviewed/2022/05/GHSA-cgrx-qg4h-wfh8/GHSA-cgrx-qg4h-wfh8.json index 04902c2e89c..5fb4f461bc7 100644 --- a/advisories/unreviewed/2022/05/GHSA-cgrx-qg4h-wfh8/GHSA-cgrx-qg4h-wfh8.json +++ b/advisories/unreviewed/2022/05/GHSA-cgrx-qg4h-wfh8/GHSA-cgrx-qg4h-wfh8.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-cjwj-vcph-67rf/GHSA-cjwj-vcph-67rf.json b/advisories/unreviewed/2022/05/GHSA-cjwj-vcph-67rf/GHSA-cjwj-vcph-67rf.json index f08ae5b3931..ff948e702b8 100644 --- a/advisories/unreviewed/2022/05/GHSA-cjwj-vcph-67rf/GHSA-cjwj-vcph-67rf.json +++ b/advisories/unreviewed/2022/05/GHSA-cjwj-vcph-67rf/GHSA-cjwj-vcph-67rf.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-cmw5-6g3q-8f7q/GHSA-cmw5-6g3q-8f7q.json b/advisories/unreviewed/2022/05/GHSA-cmw5-6g3q-8f7q/GHSA-cmw5-6g3q-8f7q.json index ac60c883eab..53ad6f60349 100644 --- a/advisories/unreviewed/2022/05/GHSA-cmw5-6g3q-8f7q/GHSA-cmw5-6g3q-8f7q.json +++ b/advisories/unreviewed/2022/05/GHSA-cmw5-6g3q-8f7q/GHSA-cmw5-6g3q-8f7q.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-cp73-7ffx-9f8c/GHSA-cp73-7ffx-9f8c.json b/advisories/unreviewed/2022/05/GHSA-cp73-7ffx-9f8c/GHSA-cp73-7ffx-9f8c.json index 8bdd4854e83..9b5611b6538 100644 --- a/advisories/unreviewed/2022/05/GHSA-cp73-7ffx-9f8c/GHSA-cp73-7ffx-9f8c.json +++ b/advisories/unreviewed/2022/05/GHSA-cp73-7ffx-9f8c/GHSA-cp73-7ffx-9f8c.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-cpcg-x4f2-x9fr/GHSA-cpcg-x4f2-x9fr.json b/advisories/unreviewed/2022/05/GHSA-cpcg-x4f2-x9fr/GHSA-cpcg-x4f2-x9fr.json index 4608bdc81df..355fbe06f82 100644 --- a/advisories/unreviewed/2022/05/GHSA-cpcg-x4f2-x9fr/GHSA-cpcg-x4f2-x9fr.json +++ b/advisories/unreviewed/2022/05/GHSA-cpcg-x4f2-x9fr/GHSA-cpcg-x4f2-x9fr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "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/05/GHSA-cq3v-p3q3-xr33/GHSA-cq3v-p3q3-xr33.json b/advisories/unreviewed/2022/05/GHSA-cq3v-p3q3-xr33/GHSA-cq3v-p3q3-xr33.json index 0df61fd8237..1a1961eb186 100644 --- a/advisories/unreviewed/2022/05/GHSA-cq3v-p3q3-xr33/GHSA-cq3v-p3q3-xr33.json +++ b/advisories/unreviewed/2022/05/GHSA-cq3v-p3q3-xr33/GHSA-cq3v-p3q3-xr33.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-cq8r-83c7-c8px/GHSA-cq8r-83c7-c8px.json b/advisories/unreviewed/2022/05/GHSA-cq8r-83c7-c8px/GHSA-cq8r-83c7-c8px.json index 62d5184559f..13395317838 100644 --- a/advisories/unreviewed/2022/05/GHSA-cq8r-83c7-c8px/GHSA-cq8r-83c7-c8px.json +++ b/advisories/unreviewed/2022/05/GHSA-cq8r-83c7-c8px/GHSA-cq8r-83c7-c8px.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-cqg8-w8fp-8gm6/GHSA-cqg8-w8fp-8gm6.json b/advisories/unreviewed/2022/05/GHSA-cqg8-w8fp-8gm6/GHSA-cqg8-w8fp-8gm6.json index 6044e48cc03..29f0e1dfaeb 100644 --- a/advisories/unreviewed/2022/05/GHSA-cqg8-w8fp-8gm6/GHSA-cqg8-w8fp-8gm6.json +++ b/advisories/unreviewed/2022/05/GHSA-cqg8-w8fp-8gm6/GHSA-cqg8-w8fp-8gm6.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", @@ -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/05/GHSA-cqhh-h956-xvwm/GHSA-cqhh-h956-xvwm.json b/advisories/unreviewed/2022/05/GHSA-cqhh-h956-xvwm/GHSA-cqhh-h956-xvwm.json index a8c8b5bba2c..215d7d305d9 100644 --- a/advisories/unreviewed/2022/05/GHSA-cqhh-h956-xvwm/GHSA-cqhh-h956-xvwm.json +++ b/advisories/unreviewed/2022/05/GHSA-cqhh-h956-xvwm/GHSA-cqhh-h956-xvwm.json @@ -7,12 +7,8 @@ "CVE-2021-22459" ], "details": "A component of the HarmonyOS has a NULL Pointer Dereference vulnerability. Local attackers may exploit this vulnerability to cause System functions which are unavailable.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cr7w-jxh8-23m4/GHSA-cr7w-jxh8-23m4.json b/advisories/unreviewed/2022/05/GHSA-cr7w-jxh8-23m4/GHSA-cr7w-jxh8-23m4.json index a0001c989c3..e54902ffa53 100644 --- a/advisories/unreviewed/2022/05/GHSA-cr7w-jxh8-23m4/GHSA-cr7w-jxh8-23m4.json +++ b/advisories/unreviewed/2022/05/GHSA-cr7w-jxh8-23m4/GHSA-cr7w-jxh8-23m4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-cv5f-rx4x-6vhx/GHSA-cv5f-rx4x-6vhx.json b/advisories/unreviewed/2022/05/GHSA-cv5f-rx4x-6vhx/GHSA-cv5f-rx4x-6vhx.json index 8dca5206aee..76160788061 100644 --- a/advisories/unreviewed/2022/05/GHSA-cv5f-rx4x-6vhx/GHSA-cv5f-rx4x-6vhx.json +++ b/advisories/unreviewed/2022/05/GHSA-cv5f-rx4x-6vhx/GHSA-cv5f-rx4x-6vhx.json @@ -7,12 +7,8 @@ "CVE-2021-30824" ], "details": "A memory corruption issue was addressed with improved state management. This issue is fixed in macOS Monterey 12.0.1, Security Update 2021-007 Catalina, macOS Big Sur 11.6.1. A malicious application may be able to execute arbitrary code with kernel privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cv8q-93v6-rxm5/GHSA-cv8q-93v6-rxm5.json b/advisories/unreviewed/2022/05/GHSA-cv8q-93v6-rxm5/GHSA-cv8q-93v6-rxm5.json index c23a5531e3f..791dd32bcb5 100644 --- a/advisories/unreviewed/2022/05/GHSA-cv8q-93v6-rxm5/GHSA-cv8q-93v6-rxm5.json +++ b/advisories/unreviewed/2022/05/GHSA-cv8q-93v6-rxm5/GHSA-cv8q-93v6-rxm5.json @@ -7,12 +7,8 @@ "CVE-2020-36503" ], "details": "The Connections Business Directory WordPress plugin before 9.7 does not validate or sanitise some connections' fields, which could lead to a CSV injection issue", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cvg2-rcw5-j6vm/GHSA-cvg2-rcw5-j6vm.json b/advisories/unreviewed/2022/05/GHSA-cvg2-rcw5-j6vm/GHSA-cvg2-rcw5-j6vm.json index 9d10d78cf61..b77c9461b9d 100644 --- a/advisories/unreviewed/2022/05/GHSA-cvg2-rcw5-j6vm/GHSA-cvg2-rcw5-j6vm.json +++ b/advisories/unreviewed/2022/05/GHSA-cvg2-rcw5-j6vm/GHSA-cvg2-rcw5-j6vm.json @@ -7,12 +7,8 @@ "CVE-2020-36505" ], "details": "The Delete All Comments Easily WordPress plugin through 1.3 is lacking Cross-Site Request Forgery (CSRF) checks, which could result in an unauthenticated attacker making a logged in admin delete all comments from the blog.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cwcj-fm93-gwcg/GHSA-cwcj-fm93-gwcg.json b/advisories/unreviewed/2022/05/GHSA-cwcj-fm93-gwcg/GHSA-cwcj-fm93-gwcg.json index ceb0ea542b7..4159c3cffef 100644 --- a/advisories/unreviewed/2022/05/GHSA-cwcj-fm93-gwcg/GHSA-cwcj-fm93-gwcg.json +++ b/advisories/unreviewed/2022/05/GHSA-cwcj-fm93-gwcg/GHSA-cwcj-fm93-gwcg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-cwjr-6hc3-vpjm/GHSA-cwjr-6hc3-vpjm.json b/advisories/unreviewed/2022/05/GHSA-cwjr-6hc3-vpjm/GHSA-cwjr-6hc3-vpjm.json index 32038425b5c..10914044af3 100644 --- a/advisories/unreviewed/2022/05/GHSA-cwjr-6hc3-vpjm/GHSA-cwjr-6hc3-vpjm.json +++ b/advisories/unreviewed/2022/05/GHSA-cwjr-6hc3-vpjm/GHSA-cwjr-6hc3-vpjm.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-cwpq-rg22-433h/GHSA-cwpq-rg22-433h.json b/advisories/unreviewed/2022/05/GHSA-cwpq-rg22-433h/GHSA-cwpq-rg22-433h.json index 743d36f23f3..f8577d43c44 100644 --- a/advisories/unreviewed/2022/05/GHSA-cwpq-rg22-433h/GHSA-cwpq-rg22-433h.json +++ b/advisories/unreviewed/2022/05/GHSA-cwpq-rg22-433h/GHSA-cwpq-rg22-433h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-cx9h-cfjw-fmc8/GHSA-cx9h-cfjw-fmc8.json b/advisories/unreviewed/2022/05/GHSA-cx9h-cfjw-fmc8/GHSA-cx9h-cfjw-fmc8.json index b9577cd0874..5b86b39eb04 100644 --- a/advisories/unreviewed/2022/05/GHSA-cx9h-cfjw-fmc8/GHSA-cx9h-cfjw-fmc8.json +++ b/advisories/unreviewed/2022/05/GHSA-cx9h-cfjw-fmc8/GHSA-cx9h-cfjw-fmc8.json @@ -7,12 +7,8 @@ "CVE-2021-36176" ], "details": "Multiple uncontrolled resource consumption vulnerabilities in the web interface of FortiPortal before 6.0.6 may allow a single low-privileged user to induce a denial of service via multiple HTTP requests.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cxm8-p7cm-8rf5/GHSA-cxm8-p7cm-8rf5.json b/advisories/unreviewed/2022/05/GHSA-cxm8-p7cm-8rf5/GHSA-cxm8-p7cm-8rf5.json index 6d36fed2cb7..0ee027f55f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-cxm8-p7cm-8rf5/GHSA-cxm8-p7cm-8rf5.json +++ b/advisories/unreviewed/2022/05/GHSA-cxm8-p7cm-8rf5/GHSA-cxm8-p7cm-8rf5.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-cxqp-m6r8-mmpg/GHSA-cxqp-m6r8-mmpg.json b/advisories/unreviewed/2022/05/GHSA-cxqp-m6r8-mmpg/GHSA-cxqp-m6r8-mmpg.json index d24fc41a225..1673ad0ecef 100644 --- a/advisories/unreviewed/2022/05/GHSA-cxqp-m6r8-mmpg/GHSA-cxqp-m6r8-mmpg.json +++ b/advisories/unreviewed/2022/05/GHSA-cxqp-m6r8-mmpg/GHSA-cxqp-m6r8-mmpg.json @@ -7,12 +7,8 @@ "CVE-2021-43338" ], "details": "In Ericsson Network Location MPS GMPC21, it is possible to creates a new admin user with a SQL Query for file_name in the export functionality.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f28v-c8gj-xcp4/GHSA-f28v-c8gj-xcp4.json b/advisories/unreviewed/2022/05/GHSA-f28v-c8gj-xcp4/GHSA-f28v-c8gj-xcp4.json index 3f7611fd670..7392d26ef88 100644 --- a/advisories/unreviewed/2022/05/GHSA-f28v-c8gj-xcp4/GHSA-f28v-c8gj-xcp4.json +++ b/advisories/unreviewed/2022/05/GHSA-f28v-c8gj-xcp4/GHSA-f28v-c8gj-xcp4.json @@ -7,12 +7,8 @@ "CVE-2021-36925" ], "details": "RtsUpx.sys in Realtek RtsUpx USB Utility Driver for Camera/Hub/Audio through 1.14.0.0 allows local low-privileged users to achieve an arbitrary read or write operation from/to physical memory (leading to Escalation of Privileges, Denial of Service, Code Execution, and Information Disclosure) via a crafted Device IO Control packet to a 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-f2vw-37xv-2cxr/GHSA-f2vw-37xv-2cxr.json b/advisories/unreviewed/2022/05/GHSA-f2vw-37xv-2cxr/GHSA-f2vw-37xv-2cxr.json index 29a259c57b4..38d4863e4e5 100644 --- a/advisories/unreviewed/2022/05/GHSA-f2vw-37xv-2cxr/GHSA-f2vw-37xv-2cxr.json +++ b/advisories/unreviewed/2022/05/GHSA-f2vw-37xv-2cxr/GHSA-f2vw-37xv-2cxr.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-f2x6-v2r6-g94v/GHSA-f2x6-v2r6-g94v.json b/advisories/unreviewed/2022/05/GHSA-f2x6-v2r6-g94v/GHSA-f2x6-v2r6-g94v.json index a98151c4dad..392b848d3c7 100644 --- a/advisories/unreviewed/2022/05/GHSA-f2x6-v2r6-g94v/GHSA-f2x6-v2r6-g94v.json +++ b/advisories/unreviewed/2022/05/GHSA-f2x6-v2r6-g94v/GHSA-f2x6-v2r6-g94v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f37q-2cvq-g869/GHSA-f37q-2cvq-g869.json b/advisories/unreviewed/2022/05/GHSA-f37q-2cvq-g869/GHSA-f37q-2cvq-g869.json index d626b05c053..97ede2b28e4 100644 --- a/advisories/unreviewed/2022/05/GHSA-f37q-2cvq-g869/GHSA-f37q-2cvq-g869.json +++ b/advisories/unreviewed/2022/05/GHSA-f37q-2cvq-g869/GHSA-f37q-2cvq-g869.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-f3vq-vcpr-h27h/GHSA-f3vq-vcpr-h27h.json b/advisories/unreviewed/2022/05/GHSA-f3vq-vcpr-h27h/GHSA-f3vq-vcpr-h27h.json index 40cd003a968..ccc16d9f347 100644 --- a/advisories/unreviewed/2022/05/GHSA-f3vq-vcpr-h27h/GHSA-f3vq-vcpr-h27h.json +++ b/advisories/unreviewed/2022/05/GHSA-f3vq-vcpr-h27h/GHSA-f3vq-vcpr-h27h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-f42w-47mq-88cg/GHSA-f42w-47mq-88cg.json b/advisories/unreviewed/2022/05/GHSA-f42w-47mq-88cg/GHSA-f42w-47mq-88cg.json index 7b6650c6852..1a1cbd4a48d 100644 --- a/advisories/unreviewed/2022/05/GHSA-f42w-47mq-88cg/GHSA-f42w-47mq-88cg.json +++ b/advisories/unreviewed/2022/05/GHSA-f42w-47mq-88cg/GHSA-f42w-47mq-88cg.json @@ -7,12 +7,8 @@ "CVE-2021-41748" ], "details": "An Incorrect Access Control issue exists in all versions of Portainer.via an unauthorized access vulnerability. The vulnerability is also CNVD-2021-49547", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f46p-jp87-7xp4/GHSA-f46p-jp87-7xp4.json b/advisories/unreviewed/2022/05/GHSA-f46p-jp87-7xp4/GHSA-f46p-jp87-7xp4.json index 9c16f951f76..6aecb2379bd 100644 --- a/advisories/unreviewed/2022/05/GHSA-f46p-jp87-7xp4/GHSA-f46p-jp87-7xp4.json +++ b/advisories/unreviewed/2022/05/GHSA-f46p-jp87-7xp4/GHSA-f46p-jp87-7xp4.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-f493-8r7x-jrv3/GHSA-f493-8r7x-jrv3.json b/advisories/unreviewed/2022/05/GHSA-f493-8r7x-jrv3/GHSA-f493-8r7x-jrv3.json index 5085be2f1a1..6562cebbb76 100644 --- a/advisories/unreviewed/2022/05/GHSA-f493-8r7x-jrv3/GHSA-f493-8r7x-jrv3.json +++ b/advisories/unreviewed/2022/05/GHSA-f493-8r7x-jrv3/GHSA-f493-8r7x-jrv3.json @@ -7,12 +7,8 @@ "CVE-2021-1122" ], "details": "NVIDIA vGPU software contains a vulnerability in the Virtual GPU Manager (vGPU plugin), where it can dereference a NULL pointer, which may lead to denial of service.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f4vr-54h3-j7pp/GHSA-f4vr-54h3-j7pp.json b/advisories/unreviewed/2022/05/GHSA-f4vr-54h3-j7pp/GHSA-f4vr-54h3-j7pp.json index 0a5a6aad528..1417ecbcdc3 100644 --- a/advisories/unreviewed/2022/05/GHSA-f4vr-54h3-j7pp/GHSA-f4vr-54h3-j7pp.json +++ b/advisories/unreviewed/2022/05/GHSA-f4vr-54h3-j7pp/GHSA-f4vr-54h3-j7pp.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-f52h-53cg-xm8m/GHSA-f52h-53cg-xm8m.json b/advisories/unreviewed/2022/05/GHSA-f52h-53cg-xm8m/GHSA-f52h-53cg-xm8m.json index fb8579bfc37..8f88fdc1f85 100644 --- a/advisories/unreviewed/2022/05/GHSA-f52h-53cg-xm8m/GHSA-f52h-53cg-xm8m.json +++ b/advisories/unreviewed/2022/05/GHSA-f52h-53cg-xm8m/GHSA-f52h-53cg-xm8m.json @@ -7,12 +7,8 @@ "CVE-2021-36187" ], "details": "A uncontrolled resource consumption in Fortinet FortiWeb version 6.4.0, version 6.3.15 and below, 6.2.5 and below allows attacker to cause a denial of service for webserver daemon via crafted HTTP requests", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f6cq-5f22-xcw9/GHSA-f6cq-5f22-xcw9.json b/advisories/unreviewed/2022/05/GHSA-f6cq-5f22-xcw9/GHSA-f6cq-5f22-xcw9.json index 82bc7b9947d..3c24ac6a599 100644 --- a/advisories/unreviewed/2022/05/GHSA-f6cq-5f22-xcw9/GHSA-f6cq-5f22-xcw9.json +++ b/advisories/unreviewed/2022/05/GHSA-f6cq-5f22-xcw9/GHSA-f6cq-5f22-xcw9.json @@ -7,12 +7,8 @@ "CVE-2021-22402" ], "details": "There is a DoS vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability may cause DoS attacks.", - "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-f6jf-8jc8-q659/GHSA-f6jf-8jc8-q659.json b/advisories/unreviewed/2022/05/GHSA-f6jf-8jc8-q659/GHSA-f6jf-8jc8-q659.json index d7cd8cd7ad6..d41ad53dad8 100644 --- a/advisories/unreviewed/2022/05/GHSA-f6jf-8jc8-q659/GHSA-f6jf-8jc8-q659.json +++ b/advisories/unreviewed/2022/05/GHSA-f6jf-8jc8-q659/GHSA-f6jf-8jc8-q659.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-f6xc-c2r9-cwch/GHSA-f6xc-c2r9-cwch.json b/advisories/unreviewed/2022/05/GHSA-f6xc-c2r9-cwch/GHSA-f6xc-c2r9-cwch.json index 7881fb21fe7..0c59dc85635 100644 --- a/advisories/unreviewed/2022/05/GHSA-f6xc-c2r9-cwch/GHSA-f6xc-c2r9-cwch.json +++ b/advisories/unreviewed/2022/05/GHSA-f6xc-c2r9-cwch/GHSA-f6xc-c2r9-cwch.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-f7gq-gwrf-f539/GHSA-f7gq-gwrf-f539.json b/advisories/unreviewed/2022/05/GHSA-f7gq-gwrf-f539/GHSA-f7gq-gwrf-f539.json index ad9ff705d04..62be42bb9e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-f7gq-gwrf-f539/GHSA-f7gq-gwrf-f539.json +++ b/advisories/unreviewed/2022/05/GHSA-f7gq-gwrf-f539/GHSA-f7gq-gwrf-f539.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-f7wv-qp6p-3f43/GHSA-f7wv-qp6p-3f43.json b/advisories/unreviewed/2022/05/GHSA-f7wv-qp6p-3f43/GHSA-f7wv-qp6p-3f43.json index e0d35fa7f42..1f3adc32694 100644 --- a/advisories/unreviewed/2022/05/GHSA-f7wv-qp6p-3f43/GHSA-f7wv-qp6p-3f43.json +++ b/advisories/unreviewed/2022/05/GHSA-f7wv-qp6p-3f43/GHSA-f7wv-qp6p-3f43.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/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-f83v-8qph-hgj6/GHSA-f83v-8qph-hgj6.json b/advisories/unreviewed/2022/05/GHSA-f83v-8qph-hgj6/GHSA-f83v-8qph-hgj6.json index 789c5e46770..f7e20342ca5 100644 --- a/advisories/unreviewed/2022/05/GHSA-f83v-8qph-hgj6/GHSA-f83v-8qph-hgj6.json +++ b/advisories/unreviewed/2022/05/GHSA-f83v-8qph-hgj6/GHSA-f83v-8qph-hgj6.json @@ -7,12 +7,8 @@ "CVE-2021-39340" ], "details": "The Notification WordPress plugin is vulnerable to Stored Cross-Site Scripting due to insufficient input validation and sanitization via several parameters found in the ~/src/classes/Utils/Settings.php file which made it possible for attackers with administrative user access to inject arbitrary web scripts, in versions up to and including 7.2.4. This affects multi-site installations where unfiltered_html is disabled for administrators, and sites where unfiltered_html is disabled.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f8hf-h2w4-55ww/GHSA-f8hf-h2w4-55ww.json b/advisories/unreviewed/2022/05/GHSA-f8hf-h2w4-55ww/GHSA-f8hf-h2w4-55ww.json index 55e7d2ba5ab..86788f960ad 100644 --- a/advisories/unreviewed/2022/05/GHSA-f8hf-h2w4-55ww/GHSA-f8hf-h2w4-55ww.json +++ b/advisories/unreviewed/2022/05/GHSA-f8hf-h2w4-55ww/GHSA-f8hf-h2w4-55ww.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-f9r5-w77x-85qf/GHSA-f9r5-w77x-85qf.json b/advisories/unreviewed/2022/05/GHSA-f9r5-w77x-85qf/GHSA-f9r5-w77x-85qf.json index e8d7b8092fd..0a13a231f6a 100644 --- a/advisories/unreviewed/2022/05/GHSA-f9r5-w77x-85qf/GHSA-f9r5-w77x-85qf.json +++ b/advisories/unreviewed/2022/05/GHSA-f9r5-w77x-85qf/GHSA-f9r5-w77x-85qf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fcm9-r389-xjjv/GHSA-fcm9-r389-xjjv.json b/advisories/unreviewed/2022/05/GHSA-fcm9-r389-xjjv/GHSA-fcm9-r389-xjjv.json index e37e64cca71..c21f5fd68ce 100644 --- a/advisories/unreviewed/2022/05/GHSA-fcm9-r389-xjjv/GHSA-fcm9-r389-xjjv.json +++ b/advisories/unreviewed/2022/05/GHSA-fcm9-r389-xjjv/GHSA-fcm9-r389-xjjv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-fcvv-549h-h48p/GHSA-fcvv-549h-h48p.json b/advisories/unreviewed/2022/05/GHSA-fcvv-549h-h48p/GHSA-fcvv-549h-h48p.json index adcefa7b71a..b606c72fc43 100644 --- a/advisories/unreviewed/2022/05/GHSA-fcvv-549h-h48p/GHSA-fcvv-549h-h48p.json +++ b/advisories/unreviewed/2022/05/GHSA-fcvv-549h-h48p/GHSA-fcvv-549h-h48p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-ffgm-hx4g-x33q/GHSA-ffgm-hx4g-x33q.json b/advisories/unreviewed/2022/05/GHSA-ffgm-hx4g-x33q/GHSA-ffgm-hx4g-x33q.json index c6a31aa8679..3306146f986 100644 --- a/advisories/unreviewed/2022/05/GHSA-ffgm-hx4g-x33q/GHSA-ffgm-hx4g-x33q.json +++ b/advisories/unreviewed/2022/05/GHSA-ffgm-hx4g-x33q/GHSA-ffgm-hx4g-x33q.json @@ -7,12 +7,8 @@ "CVE-2021-34763" ], "details": "Multiple vulnerabilities in the web-based management interface of Cisco Firepower Management Center (FMC) Software could allow an attacker to execute a cross-site scripting (XSS) attack or an open redirect attack. For more information about these vulnerabilities, see the Details section of this advisory.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-ffmh-82q7-w4gf/GHSA-ffmh-82q7-w4gf.json b/advisories/unreviewed/2022/05/GHSA-ffmh-82q7-w4gf/GHSA-ffmh-82q7-w4gf.json index 81a1b1118f6..c7dc48ba2ee 100644 --- a/advisories/unreviewed/2022/05/GHSA-ffmh-82q7-w4gf/GHSA-ffmh-82q7-w4gf.json +++ b/advisories/unreviewed/2022/05/GHSA-ffmh-82q7-w4gf/GHSA-ffmh-82q7-w4gf.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-fh5g-vvjh-6c4r/GHSA-fh5g-vvjh-6c4r.json b/advisories/unreviewed/2022/05/GHSA-fh5g-vvjh-6c4r/GHSA-fh5g-vvjh-6c4r.json index 7860f4fe2f0..d88fef8772f 100644 --- a/advisories/unreviewed/2022/05/GHSA-fh5g-vvjh-6c4r/GHSA-fh5g-vvjh-6c4r.json +++ b/advisories/unreviewed/2022/05/GHSA-fh5g-vvjh-6c4r/GHSA-fh5g-vvjh-6c4r.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-fh7c-h6pw-fjpf/GHSA-fh7c-h6pw-fjpf.json b/advisories/unreviewed/2022/05/GHSA-fh7c-h6pw-fjpf/GHSA-fh7c-h6pw-fjpf.json index ef4554bf65f..2f1880c5e1d 100644 --- a/advisories/unreviewed/2022/05/GHSA-fh7c-h6pw-fjpf/GHSA-fh7c-h6pw-fjpf.json +++ b/advisories/unreviewed/2022/05/GHSA-fh7c-h6pw-fjpf/GHSA-fh7c-h6pw-fjpf.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-fhhw-9rjc-7m26/GHSA-fhhw-9rjc-7m26.json b/advisories/unreviewed/2022/05/GHSA-fhhw-9rjc-7m26/GHSA-fhhw-9rjc-7m26.json index 3b0074bb031..db8b6335653 100644 --- a/advisories/unreviewed/2022/05/GHSA-fhhw-9rjc-7m26/GHSA-fhhw-9rjc-7m26.json +++ b/advisories/unreviewed/2022/05/GHSA-fhhw-9rjc-7m26/GHSA-fhhw-9rjc-7m26.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-fhmq-3v4x-2v22/GHSA-fhmq-3v4x-2v22.json b/advisories/unreviewed/2022/05/GHSA-fhmq-3v4x-2v22/GHSA-fhmq-3v4x-2v22.json index 6035366c7f6..12cce9b9d87 100644 --- a/advisories/unreviewed/2022/05/GHSA-fhmq-3v4x-2v22/GHSA-fhmq-3v4x-2v22.json +++ b/advisories/unreviewed/2022/05/GHSA-fhmq-3v4x-2v22/GHSA-fhmq-3v4x-2v22.json @@ -7,12 +7,8 @@ "CVE-2021-42763" ], "details": "Couchbase Server before 6.6.3 and 7.x before 7.0.2 stores Sensitive Information in Cleartext. The issue occurs when the cluster manager forwards a HTTP request from the pluggable UI (query workbench etc) to the specific service. In the backtrace, the Basic Auth Header included in the HTTP request, has the \"@\" user credentials of the node processing the UI request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fhwx-v7qv-pjh3/GHSA-fhwx-v7qv-pjh3.json b/advisories/unreviewed/2022/05/GHSA-fhwx-v7qv-pjh3/GHSA-fhwx-v7qv-pjh3.json index de4966674d3..d4cadb4b794 100644 --- a/advisories/unreviewed/2022/05/GHSA-fhwx-v7qv-pjh3/GHSA-fhwx-v7qv-pjh3.json +++ b/advisories/unreviewed/2022/05/GHSA-fhwx-v7qv-pjh3/GHSA-fhwx-v7qv-pjh3.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-fj2r-4wrv-w3gp/GHSA-fj2r-4wrv-w3gp.json b/advisories/unreviewed/2022/05/GHSA-fj2r-4wrv-w3gp/GHSA-fj2r-4wrv-w3gp.json index c415851f5b7..b3e963ac84d 100644 --- a/advisories/unreviewed/2022/05/GHSA-fj2r-4wrv-w3gp/GHSA-fj2r-4wrv-w3gp.json +++ b/advisories/unreviewed/2022/05/GHSA-fj2r-4wrv-w3gp/GHSA-fj2r-4wrv-w3gp.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-fj6w-9c57-3287/GHSA-fj6w-9c57-3287.json b/advisories/unreviewed/2022/05/GHSA-fj6w-9c57-3287/GHSA-fj6w-9c57-3287.json index 37fbc99f36c..1f9c8e6119a 100644 --- a/advisories/unreviewed/2022/05/GHSA-fj6w-9c57-3287/GHSA-fj6w-9c57-3287.json +++ b/advisories/unreviewed/2022/05/GHSA-fj6w-9c57-3287/GHSA-fj6w-9c57-3287.json @@ -7,12 +7,8 @@ "CVE-2021-22564" ], "details": "For certain valid JPEG XL images with a size slightly larger than an integer number of groups (256x256 pixels) when processing the groups out of order the decoder can perform an out of bounds copy of image pixels from an image buffer in the heap to another. This copy can occur when processing the right or bottom edges of the image, but only when groups are processed in certain order. Groups can be processed out of order in multi-threaded decoding environments with heavy thread load but also with images that contain the groups in an arbitrary order in the file. It is recommended to upgrade past 0.6.0 or patch with https://github.com/libjxl/libjxl/pull/775", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fp2w-w5rc-8fxj/GHSA-fp2w-w5rc-8fxj.json b/advisories/unreviewed/2022/05/GHSA-fp2w-w5rc-8fxj/GHSA-fp2w-w5rc-8fxj.json index f81ecaad7b2..a821fd33ed7 100644 --- a/advisories/unreviewed/2022/05/GHSA-fp2w-w5rc-8fxj/GHSA-fp2w-w5rc-8fxj.json +++ b/advisories/unreviewed/2022/05/GHSA-fp2w-w5rc-8fxj/GHSA-fp2w-w5rc-8fxj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fphq-rww5-cf7w/GHSA-fphq-rww5-cf7w.json b/advisories/unreviewed/2022/05/GHSA-fphq-rww5-cf7w/GHSA-fphq-rww5-cf7w.json index 0747b11b7d9..9059f8af777 100644 --- a/advisories/unreviewed/2022/05/GHSA-fphq-rww5-cf7w/GHSA-fphq-rww5-cf7w.json +++ b/advisories/unreviewed/2022/05/GHSA-fphq-rww5-cf7w/GHSA-fphq-rww5-cf7w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-fq22-mvgh-649f/GHSA-fq22-mvgh-649f.json b/advisories/unreviewed/2022/05/GHSA-fq22-mvgh-649f/GHSA-fq22-mvgh-649f.json index a1def011280..6c39135c7fb 100644 --- a/advisories/unreviewed/2022/05/GHSA-fq22-mvgh-649f/GHSA-fq22-mvgh-649f.json +++ b/advisories/unreviewed/2022/05/GHSA-fq22-mvgh-649f/GHSA-fq22-mvgh-649f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-fq45-h78c-mjvh/GHSA-fq45-h78c-mjvh.json b/advisories/unreviewed/2022/05/GHSA-fq45-h78c-mjvh/GHSA-fq45-h78c-mjvh.json index 699d0179676..9693b8e44a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-fq45-h78c-mjvh/GHSA-fq45-h78c-mjvh.json +++ b/advisories/unreviewed/2022/05/GHSA-fq45-h78c-mjvh/GHSA-fq45-h78c-mjvh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-fr9c-3m85-729w/GHSA-fr9c-3m85-729w.json b/advisories/unreviewed/2022/05/GHSA-fr9c-3m85-729w/GHSA-fr9c-3m85-729w.json index 7802d0309a6..2dfa2c0e4fc 100644 --- a/advisories/unreviewed/2022/05/GHSA-fr9c-3m85-729w/GHSA-fr9c-3m85-729w.json +++ b/advisories/unreviewed/2022/05/GHSA-fr9c-3m85-729w/GHSA-fr9c-3m85-729w.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-fwv7-8v33-4xv3/GHSA-fwv7-8v33-4xv3.json b/advisories/unreviewed/2022/05/GHSA-fwv7-8v33-4xv3/GHSA-fwv7-8v33-4xv3.json index 08c1b34602a..b8a4fc06331 100644 --- a/advisories/unreviewed/2022/05/GHSA-fwv7-8v33-4xv3/GHSA-fwv7-8v33-4xv3.json +++ b/advisories/unreviewed/2022/05/GHSA-fwv7-8v33-4xv3/GHSA-fwv7-8v33-4xv3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-fxcx-w2c4-vqh5/GHSA-fxcx-w2c4-vqh5.json b/advisories/unreviewed/2022/05/GHSA-fxcx-w2c4-vqh5/GHSA-fxcx-w2c4-vqh5.json index c04e9a3fd2f..36af8b00e62 100644 --- a/advisories/unreviewed/2022/05/GHSA-fxcx-w2c4-vqh5/GHSA-fxcx-w2c4-vqh5.json +++ b/advisories/unreviewed/2022/05/GHSA-fxcx-w2c4-vqh5/GHSA-fxcx-w2c4-vqh5.json @@ -7,12 +7,8 @@ "CVE-2021-29212" ], "details": "A remote unauthenticated directory traversal security vulnerability has been identified in HPE iLO Amplifier Pack versions 1.80, 1.81, 1.90 and 1.95. The vulnerability could be remotely exploited to allow an unauthenticated user to run arbitrary code leading complete impact to confidentiality, integrity, and availability of the iLO Amplifier Pack appliance.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fxxx-j2wx-9233/GHSA-fxxx-j2wx-9233.json b/advisories/unreviewed/2022/05/GHSA-fxxx-j2wx-9233/GHSA-fxxx-j2wx-9233.json index a22dbdd46e1..67f66adcd7e 100644 --- a/advisories/unreviewed/2022/05/GHSA-fxxx-j2wx-9233/GHSA-fxxx-j2wx-9233.json +++ b/advisories/unreviewed/2022/05/GHSA-fxxx-j2wx-9233/GHSA-fxxx-j2wx-9233.json @@ -7,12 +7,8 @@ "CVE-2021-37002" ], "details": "There is a Memory out-of-bounds access vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability may cause malicious code to be executed.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g22c-7jx3-r485/GHSA-g22c-7jx3-r485.json b/advisories/unreviewed/2022/05/GHSA-g22c-7jx3-r485/GHSA-g22c-7jx3-r485.json index 31e23d12b20..0b786748e80 100644 --- a/advisories/unreviewed/2022/05/GHSA-g22c-7jx3-r485/GHSA-g22c-7jx3-r485.json +++ b/advisories/unreviewed/2022/05/GHSA-g22c-7jx3-r485/GHSA-g22c-7jx3-r485.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-g2m9-r44q-78f9/GHSA-g2m9-r44q-78f9.json b/advisories/unreviewed/2022/05/GHSA-g2m9-r44q-78f9/GHSA-g2m9-r44q-78f9.json index c3e54796634..4fd12be28fd 100644 --- a/advisories/unreviewed/2022/05/GHSA-g2m9-r44q-78f9/GHSA-g2m9-r44q-78f9.json +++ b/advisories/unreviewed/2022/05/GHSA-g2m9-r44q-78f9/GHSA-g2m9-r44q-78f9.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-g32f-fjgr-p4p6/GHSA-g32f-fjgr-p4p6.json b/advisories/unreviewed/2022/05/GHSA-g32f-fjgr-p4p6/GHSA-g32f-fjgr-p4p6.json index d26ac7a6f3a..f59a6cb7c02 100644 --- a/advisories/unreviewed/2022/05/GHSA-g32f-fjgr-p4p6/GHSA-g32f-fjgr-p4p6.json +++ b/advisories/unreviewed/2022/05/GHSA-g32f-fjgr-p4p6/GHSA-g32f-fjgr-p4p6.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-g3w9-fc6h-f3q6/GHSA-g3w9-fc6h-f3q6.json b/advisories/unreviewed/2022/05/GHSA-g3w9-fc6h-f3q6/GHSA-g3w9-fc6h-f3q6.json index d6be41e0448..d01e68c2ab1 100644 --- a/advisories/unreviewed/2022/05/GHSA-g3w9-fc6h-f3q6/GHSA-g3w9-fc6h-f3q6.json +++ b/advisories/unreviewed/2022/05/GHSA-g3w9-fc6h-f3q6/GHSA-g3w9-fc6h-f3q6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g45c-cv5h-jw66/GHSA-g45c-cv5h-jw66.json b/advisories/unreviewed/2022/05/GHSA-g45c-cv5h-jw66/GHSA-g45c-cv5h-jw66.json index e0d827193aa..31b7b87605e 100644 --- a/advisories/unreviewed/2022/05/GHSA-g45c-cv5h-jw66/GHSA-g45c-cv5h-jw66.json +++ b/advisories/unreviewed/2022/05/GHSA-g45c-cv5h-jw66/GHSA-g45c-cv5h-jw66.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-g4j9-xc4c-6pmc/GHSA-g4j9-xc4c-6pmc.json b/advisories/unreviewed/2022/05/GHSA-g4j9-xc4c-6pmc/GHSA-g4j9-xc4c-6pmc.json index 56453b3f119..2691bf0c499 100644 --- a/advisories/unreviewed/2022/05/GHSA-g4j9-xc4c-6pmc/GHSA-g4j9-xc4c-6pmc.json +++ b/advisories/unreviewed/2022/05/GHSA-g4j9-xc4c-6pmc/GHSA-g4j9-xc4c-6pmc.json @@ -7,12 +7,8 @@ "CVE-2020-18440" ], "details": "Buffer overflow vulnerability in framework/init.php in qinggan phpok 5.1, allows attackers to execute arbitrary code.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g4jp-4mp2-hg5p/GHSA-g4jp-4mp2-hg5p.json b/advisories/unreviewed/2022/05/GHSA-g4jp-4mp2-hg5p/GHSA-g4jp-4mp2-hg5p.json index 6b75b3e491c..27c927353b3 100644 --- a/advisories/unreviewed/2022/05/GHSA-g4jp-4mp2-hg5p/GHSA-g4jp-4mp2-hg5p.json +++ b/advisories/unreviewed/2022/05/GHSA-g4jp-4mp2-hg5p/GHSA-g4jp-4mp2-hg5p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-g4r5-jgp4-qm3c/GHSA-g4r5-jgp4-qm3c.json b/advisories/unreviewed/2022/05/GHSA-g4r5-jgp4-qm3c/GHSA-g4r5-jgp4-qm3c.json index 7f27774dc0a..e0d21e3ed23 100644 --- a/advisories/unreviewed/2022/05/GHSA-g4r5-jgp4-qm3c/GHSA-g4r5-jgp4-qm3c.json +++ b/advisories/unreviewed/2022/05/GHSA-g4r5-jgp4-qm3c/GHSA-g4r5-jgp4-qm3c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-g4x4-m8qg-xj89/GHSA-g4x4-m8qg-xj89.json b/advisories/unreviewed/2022/05/GHSA-g4x4-m8qg-xj89/GHSA-g4x4-m8qg-xj89.json index 45a623a4287..62bba596013 100644 --- a/advisories/unreviewed/2022/05/GHSA-g4x4-m8qg-xj89/GHSA-g4x4-m8qg-xj89.json +++ b/advisories/unreviewed/2022/05/GHSA-g4x4-m8qg-xj89/GHSA-g4x4-m8qg-xj89.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-g5jj-wf98-76w5/GHSA-g5jj-wf98-76w5.json b/advisories/unreviewed/2022/05/GHSA-g5jj-wf98-76w5/GHSA-g5jj-wf98-76w5.json index 98861c92644..5aa34244522 100644 --- a/advisories/unreviewed/2022/05/GHSA-g5jj-wf98-76w5/GHSA-g5jj-wf98-76w5.json +++ b/advisories/unreviewed/2022/05/GHSA-g5jj-wf98-76w5/GHSA-g5jj-wf98-76w5.json @@ -7,12 +7,8 @@ "CVE-2021-24808" ], "details": "The BP Better Messages WordPress plugin before 1.9.9.41 sanitise (with sanitize_text_field) but does not escape the 'subject' parameter before outputting it back in an attribute, leading to a Reflected Cross-Site Scripting issue", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g895-jqpv-94x5/GHSA-g895-jqpv-94x5.json b/advisories/unreviewed/2022/05/GHSA-g895-jqpv-94x5/GHSA-g895-jqpv-94x5.json index 53c28f05bb3..fe5f87fa7fb 100644 --- a/advisories/unreviewed/2022/05/GHSA-g895-jqpv-94x5/GHSA-g895-jqpv-94x5.json +++ b/advisories/unreviewed/2022/05/GHSA-g895-jqpv-94x5/GHSA-g895-jqpv-94x5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-g93f-x4pg-4xcw/GHSA-g93f-x4pg-4xcw.json b/advisories/unreviewed/2022/05/GHSA-g93f-x4pg-4xcw/GHSA-g93f-x4pg-4xcw.json index 002f31234b6..adc6a5b9ba9 100644 --- a/advisories/unreviewed/2022/05/GHSA-g93f-x4pg-4xcw/GHSA-g93f-x4pg-4xcw.json +++ b/advisories/unreviewed/2022/05/GHSA-g93f-x4pg-4xcw/GHSA-g93f-x4pg-4xcw.json @@ -7,12 +7,8 @@ "CVE-2020-21573" ], "details": "An issue was discoverered in in abhijitnathwani image-processing v0.1.0, allows local attackers to cause a denial of service via a crafted image file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gcmf-xfgr-6789/GHSA-gcmf-xfgr-6789.json b/advisories/unreviewed/2022/05/GHSA-gcmf-xfgr-6789/GHSA-gcmf-xfgr-6789.json index 9160e205fbd..b1432d06b83 100644 --- a/advisories/unreviewed/2022/05/GHSA-gcmf-xfgr-6789/GHSA-gcmf-xfgr-6789.json +++ b/advisories/unreviewed/2022/05/GHSA-gcmf-xfgr-6789/GHSA-gcmf-xfgr-6789.json @@ -7,12 +7,8 @@ "CVE-2021-22475" ], "details": "There is an Improper permission management vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability may affect service confidentiality.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gcx3-8mj9-xgm6/GHSA-gcx3-8mj9-xgm6.json b/advisories/unreviewed/2022/05/GHSA-gcx3-8mj9-xgm6/GHSA-gcx3-8mj9-xgm6.json index 4e7b82fcd87..3dd45342cfa 100644 --- a/advisories/unreviewed/2022/05/GHSA-gcx3-8mj9-xgm6/GHSA-gcx3-8mj9-xgm6.json +++ b/advisories/unreviewed/2022/05/GHSA-gcx3-8mj9-xgm6/GHSA-gcx3-8mj9-xgm6.json @@ -7,12 +7,8 @@ "CVE-2021-20839" ], "details": "Office Server Document Converter V7.2MR4 and earlier and V7.1MR7 and earlier allows a remote unauthenticated attacker to conduct an XML External Entity (XXE) attack to cause a denial of service (DoS) condition to the other servers by processing a specially crafted XML document.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gh29-2fvf-28mm/GHSA-gh29-2fvf-28mm.json b/advisories/unreviewed/2022/05/GHSA-gh29-2fvf-28mm/GHSA-gh29-2fvf-28mm.json index 9d020f73f5a..247acb33e6d 100644 --- a/advisories/unreviewed/2022/05/GHSA-gh29-2fvf-28mm/GHSA-gh29-2fvf-28mm.json +++ b/advisories/unreviewed/2022/05/GHSA-gh29-2fvf-28mm/GHSA-gh29-2fvf-28mm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-gh58-hv6c-gx26/GHSA-gh58-hv6c-gx26.json b/advisories/unreviewed/2022/05/GHSA-gh58-hv6c-gx26/GHSA-gh58-hv6c-gx26.json index 932a46905be..5aceb2c3897 100644 --- a/advisories/unreviewed/2022/05/GHSA-gh58-hv6c-gx26/GHSA-gh58-hv6c-gx26.json +++ b/advisories/unreviewed/2022/05/GHSA-gh58-hv6c-gx26/GHSA-gh58-hv6c-gx26.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-ghfv-mcwg-v5xw/GHSA-ghfv-mcwg-v5xw.json b/advisories/unreviewed/2022/05/GHSA-ghfv-mcwg-v5xw/GHSA-ghfv-mcwg-v5xw.json index 8f8586c440d..2d7cb04e5e2 100644 --- a/advisories/unreviewed/2022/05/GHSA-ghfv-mcwg-v5xw/GHSA-ghfv-mcwg-v5xw.json +++ b/advisories/unreviewed/2022/05/GHSA-ghfv-mcwg-v5xw/GHSA-ghfv-mcwg-v5xw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/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-ghp3-jxg7-wfjq/GHSA-ghp3-jxg7-wfjq.json b/advisories/unreviewed/2022/05/GHSA-ghp3-jxg7-wfjq/GHSA-ghp3-jxg7-wfjq.json index e7e14807841..9ea81fdafc4 100644 --- a/advisories/unreviewed/2022/05/GHSA-ghp3-jxg7-wfjq/GHSA-ghp3-jxg7-wfjq.json +++ b/advisories/unreviewed/2022/05/GHSA-ghp3-jxg7-wfjq/GHSA-ghp3-jxg7-wfjq.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-gm2x-jc8g-rgwj/GHSA-gm2x-jc8g-rgwj.json b/advisories/unreviewed/2022/05/GHSA-gm2x-jc8g-rgwj/GHSA-gm2x-jc8g-rgwj.json index f132f7bb534..6117a488b61 100644 --- a/advisories/unreviewed/2022/05/GHSA-gm2x-jc8g-rgwj/GHSA-gm2x-jc8g-rgwj.json +++ b/advisories/unreviewed/2022/05/GHSA-gm2x-jc8g-rgwj/GHSA-gm2x-jc8g-rgwj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-gmm3-34hf-wcmj/GHSA-gmm3-34hf-wcmj.json b/advisories/unreviewed/2022/05/GHSA-gmm3-34hf-wcmj/GHSA-gmm3-34hf-wcmj.json index 14a87e15976..1c4621b78b0 100644 --- a/advisories/unreviewed/2022/05/GHSA-gmm3-34hf-wcmj/GHSA-gmm3-34hf-wcmj.json +++ b/advisories/unreviewed/2022/05/GHSA-gmm3-34hf-wcmj/GHSA-gmm3-34hf-wcmj.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-gpxx-2vfm-425r/GHSA-gpxx-2vfm-425r.json b/advisories/unreviewed/2022/05/GHSA-gpxx-2vfm-425r/GHSA-gpxx-2vfm-425r.json index 2be9bc89370..a959d2123cd 100644 --- a/advisories/unreviewed/2022/05/GHSA-gpxx-2vfm-425r/GHSA-gpxx-2vfm-425r.json +++ b/advisories/unreviewed/2022/05/GHSA-gpxx-2vfm-425r/GHSA-gpxx-2vfm-425r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-gq3v-pwqp-vfrw/GHSA-gq3v-pwqp-vfrw.json b/advisories/unreviewed/2022/05/GHSA-gq3v-pwqp-vfrw/GHSA-gq3v-pwqp-vfrw.json index 6c6041aaaf7..efec2bd71de 100644 --- a/advisories/unreviewed/2022/05/GHSA-gq3v-pwqp-vfrw/GHSA-gq3v-pwqp-vfrw.json +++ b/advisories/unreviewed/2022/05/GHSA-gq3v-pwqp-vfrw/GHSA-gq3v-pwqp-vfrw.json @@ -7,12 +7,8 @@ "CVE-2020-25873" ], "details": "A directory traversal vulnerability in the component system/manager/class/web/database.php was discovered in Baijiacms V4 which allows attackers to arbitrarily delete folders on the server via the \"id\" parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gqj6-vmc3-r4wc/GHSA-gqj6-vmc3-r4wc.json b/advisories/unreviewed/2022/05/GHSA-gqj6-vmc3-r4wc/GHSA-gqj6-vmc3-r4wc.json index 84dda71f515..8e3f03477c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-gqj6-vmc3-r4wc/GHSA-gqj6-vmc3-r4wc.json +++ b/advisories/unreviewed/2022/05/GHSA-gqj6-vmc3-r4wc/GHSA-gqj6-vmc3-r4wc.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-grw5-p86m-w8x6/GHSA-grw5-p86m-w8x6.json b/advisories/unreviewed/2022/05/GHSA-grw5-p86m-w8x6/GHSA-grw5-p86m-w8x6.json index f2802ecafcc..11c51814186 100644 --- a/advisories/unreviewed/2022/05/GHSA-grw5-p86m-w8x6/GHSA-grw5-p86m-w8x6.json +++ b/advisories/unreviewed/2022/05/GHSA-grw5-p86m-w8x6/GHSA-grw5-p86m-w8x6.json @@ -7,12 +7,8 @@ "CVE-2021-24789" ], "details": "The Flat Preloader WordPress plugin before 1.5.5 does not escape some of its settings when outputting them in attribute in the frontend, which could allow high privilege users to perform Cross-Site Scripting attacks even when the unfiltered_html is disallowed", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-grxw-m549-ppgw/GHSA-grxw-m549-ppgw.json b/advisories/unreviewed/2022/05/GHSA-grxw-m549-ppgw/GHSA-grxw-m549-ppgw.json index 07da19e61dc..3246a763f80 100644 --- a/advisories/unreviewed/2022/05/GHSA-grxw-m549-ppgw/GHSA-grxw-m549-ppgw.json +++ b/advisories/unreviewed/2022/05/GHSA-grxw-m549-ppgw/GHSA-grxw-m549-ppgw.json @@ -7,12 +7,8 @@ "CVE-2021-22403" ], "details": "There is a vulnerability of hijacking unverified providers in Huawei Smartphone.Successful exploitation of this vulnerability may allow attackers to hijack the device and forge UIs to induce users to execute malicious commands.", - "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-grxx-cf5f-hrxv/GHSA-grxx-cf5f-hrxv.json b/advisories/unreviewed/2022/05/GHSA-grxx-cf5f-hrxv/GHSA-grxx-cf5f-hrxv.json index 5a403b6b348..be1f12b4545 100644 --- a/advisories/unreviewed/2022/05/GHSA-grxx-cf5f-hrxv/GHSA-grxx-cf5f-hrxv.json +++ b/advisories/unreviewed/2022/05/GHSA-grxx-cf5f-hrxv/GHSA-grxx-cf5f-hrxv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/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-gv86-wf87-753x/GHSA-gv86-wf87-753x.json b/advisories/unreviewed/2022/05/GHSA-gv86-wf87-753x/GHSA-gv86-wf87-753x.json index 1f0f7fe0e83..d7a8ee935b8 100644 --- a/advisories/unreviewed/2022/05/GHSA-gv86-wf87-753x/GHSA-gv86-wf87-753x.json +++ b/advisories/unreviewed/2022/05/GHSA-gv86-wf87-753x/GHSA-gv86-wf87-753x.json @@ -7,12 +7,8 @@ "CVE-2021-24757" ], "details": "The Stylish Price List WordPress plugin before 6.9.0 does not perform capability checks in its spl_upload_ser_img AJAX action (available to both unauthenticated and authenticated users), which could allow unauthenticated users to upload images.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gx68-3vx8-qq69/GHSA-gx68-3vx8-qq69.json b/advisories/unreviewed/2022/05/GHSA-gx68-3vx8-qq69/GHSA-gx68-3vx8-qq69.json index 7a3e60d7940..0b756e1ffd7 100644 --- a/advisories/unreviewed/2022/05/GHSA-gx68-3vx8-qq69/GHSA-gx68-3vx8-qq69.json +++ b/advisories/unreviewed/2022/05/GHSA-gx68-3vx8-qq69/GHSA-gx68-3vx8-qq69.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-gxm2-6w7v-29gq/GHSA-gxm2-6w7v-29gq.json b/advisories/unreviewed/2022/05/GHSA-gxm2-6w7v-29gq/GHSA-gxm2-6w7v-29gq.json index 71a22c8397a..eaaa0ac0f25 100644 --- a/advisories/unreviewed/2022/05/GHSA-gxm2-6w7v-29gq/GHSA-gxm2-6w7v-29gq.json +++ b/advisories/unreviewed/2022/05/GHSA-gxm2-6w7v-29gq/GHSA-gxm2-6w7v-29gq.json @@ -7,12 +7,8 @@ "CVE-2021-22404" ], "details": "There is a Directory traversal vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability may affect service confidentiality.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gxxv-qg6g-737q/GHSA-gxxv-qg6g-737q.json b/advisories/unreviewed/2022/05/GHSA-gxxv-qg6g-737q/GHSA-gxxv-qg6g-737q.json index 1e435325832..6a8248e6213 100644 --- a/advisories/unreviewed/2022/05/GHSA-gxxv-qg6g-737q/GHSA-gxxv-qg6g-737q.json +++ b/advisories/unreviewed/2022/05/GHSA-gxxv-qg6g-737q/GHSA-gxxv-qg6g-737q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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-h243-hj7h-322p/GHSA-h243-hj7h-322p.json b/advisories/unreviewed/2022/05/GHSA-h243-hj7h-322p/GHSA-h243-hj7h-322p.json index c52f3c45fd0..c7dddf14f47 100644 --- a/advisories/unreviewed/2022/05/GHSA-h243-hj7h-322p/GHSA-h243-hj7h-322p.json +++ b/advisories/unreviewed/2022/05/GHSA-h243-hj7h-322p/GHSA-h243-hj7h-322p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-h24g-wm3x-rw6x/GHSA-h24g-wm3x-rw6x.json b/advisories/unreviewed/2022/05/GHSA-h24g-wm3x-rw6x/GHSA-h24g-wm3x-rw6x.json index f207a5a79a0..8c3f340edf2 100644 --- a/advisories/unreviewed/2022/05/GHSA-h24g-wm3x-rw6x/GHSA-h24g-wm3x-rw6x.json +++ b/advisories/unreviewed/2022/05/GHSA-h24g-wm3x-rw6x/GHSA-h24g-wm3x-rw6x.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-h2c5-p994-gfwf/GHSA-h2c5-p994-gfwf.json b/advisories/unreviewed/2022/05/GHSA-h2c5-p994-gfwf/GHSA-h2c5-p994-gfwf.json index f93649a7dfe..5143db9e4f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-h2c5-p994-gfwf/GHSA-h2c5-p994-gfwf.json +++ b/advisories/unreviewed/2022/05/GHSA-h2c5-p994-gfwf/GHSA-h2c5-p994-gfwf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-h3pc-8hr5-v7p4/GHSA-h3pc-8hr5-v7p4.json b/advisories/unreviewed/2022/05/GHSA-h3pc-8hr5-v7p4/GHSA-h3pc-8hr5-v7p4.json index dee3cfe6fc5..d7274f35b74 100644 --- a/advisories/unreviewed/2022/05/GHSA-h3pc-8hr5-v7p4/GHSA-h3pc-8hr5-v7p4.json +++ b/advisories/unreviewed/2022/05/GHSA-h3pc-8hr5-v7p4/GHSA-h3pc-8hr5-v7p4.json @@ -7,12 +7,8 @@ "CVE-2020-21572" ], "details": "Buffer overflow vulnerability in function src_parser_trans_stage_1_2_3 trgil gilcc before commit 803969389ca9c06237075a7f8eeb1a19e6651759, allows attackers to cause a denial of service.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h3vq-5jgm-fc6c/GHSA-h3vq-5jgm-fc6c.json b/advisories/unreviewed/2022/05/GHSA-h3vq-5jgm-fc6c/GHSA-h3vq-5jgm-fc6c.json index eee703c8837..6213b7e1ed5 100644 --- a/advisories/unreviewed/2022/05/GHSA-h3vq-5jgm-fc6c/GHSA-h3vq-5jgm-fc6c.json +++ b/advisories/unreviewed/2022/05/GHSA-h3vq-5jgm-fc6c/GHSA-h3vq-5jgm-fc6c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h3x4-h8pm-4g73/GHSA-h3x4-h8pm-4g73.json b/advisories/unreviewed/2022/05/GHSA-h3x4-h8pm-4g73/GHSA-h3x4-h8pm-4g73.json index 50b72ffa725..99680e23987 100644 --- a/advisories/unreviewed/2022/05/GHSA-h3x4-h8pm-4g73/GHSA-h3x4-h8pm-4g73.json +++ b/advisories/unreviewed/2022/05/GHSA-h3x4-h8pm-4g73/GHSA-h3x4-h8pm-4g73.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-h52r-5j4j-8cr3/GHSA-h52r-5j4j-8cr3.json b/advisories/unreviewed/2022/05/GHSA-h52r-5j4j-8cr3/GHSA-h52r-5j4j-8cr3.json index 67355a95310..a4222e29142 100644 --- a/advisories/unreviewed/2022/05/GHSA-h52r-5j4j-8cr3/GHSA-h52r-5j4j-8cr3.json +++ b/advisories/unreviewed/2022/05/GHSA-h52r-5j4j-8cr3/GHSA-h52r-5j4j-8cr3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-h5p8-3jhg-pwpj/GHSA-h5p8-3jhg-pwpj.json b/advisories/unreviewed/2022/05/GHSA-h5p8-3jhg-pwpj/GHSA-h5p8-3jhg-pwpj.json index 85fdea11588..1e666615cd4 100644 --- a/advisories/unreviewed/2022/05/GHSA-h5p8-3jhg-pwpj/GHSA-h5p8-3jhg-pwpj.json +++ b/advisories/unreviewed/2022/05/GHSA-h5p8-3jhg-pwpj/GHSA-h5p8-3jhg-pwpj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-h7cq-wjp9-9pr6/GHSA-h7cq-wjp9-9pr6.json b/advisories/unreviewed/2022/05/GHSA-h7cq-wjp9-9pr6/GHSA-h7cq-wjp9-9pr6.json index 2de10135e53..c4c5ae67325 100644 --- a/advisories/unreviewed/2022/05/GHSA-h7cq-wjp9-9pr6/GHSA-h7cq-wjp9-9pr6.json +++ b/advisories/unreviewed/2022/05/GHSA-h7cq-wjp9-9pr6/GHSA-h7cq-wjp9-9pr6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h887-vf2f-53rw/GHSA-h887-vf2f-53rw.json b/advisories/unreviewed/2022/05/GHSA-h887-vf2f-53rw/GHSA-h887-vf2f-53rw.json index d5b31ef1bc7..7406fdf6e30 100644 --- a/advisories/unreviewed/2022/05/GHSA-h887-vf2f-53rw/GHSA-h887-vf2f-53rw.json +++ b/advisories/unreviewed/2022/05/GHSA-h887-vf2f-53rw/GHSA-h887-vf2f-53rw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-h89j-v7mh-22q2/GHSA-h89j-v7mh-22q2.json b/advisories/unreviewed/2022/05/GHSA-h89j-v7mh-22q2/GHSA-h89j-v7mh-22q2.json index be458ce6df5..e23d5d78dd2 100644 --- a/advisories/unreviewed/2022/05/GHSA-h89j-v7mh-22q2/GHSA-h89j-v7mh-22q2.json +++ b/advisories/unreviewed/2022/05/GHSA-h89j-v7mh-22q2/GHSA-h89j-v7mh-22q2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-h89m-r85h-9g37/GHSA-h89m-r85h-9g37.json b/advisories/unreviewed/2022/05/GHSA-h89m-r85h-9g37/GHSA-h89m-r85h-9g37.json index d54d1bf136a..2810e5a099e 100644 --- a/advisories/unreviewed/2022/05/GHSA-h89m-r85h-9g37/GHSA-h89m-r85h-9g37.json +++ b/advisories/unreviewed/2022/05/GHSA-h89m-r85h-9g37/GHSA-h89m-r85h-9g37.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/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-h8cj-r9q8-q267/GHSA-h8cj-r9q8-q267.json b/advisories/unreviewed/2022/05/GHSA-h8cj-r9q8-q267/GHSA-h8cj-r9q8-q267.json index 3763eabe2c1..56e09b18d2e 100644 --- a/advisories/unreviewed/2022/05/GHSA-h8cj-r9q8-q267/GHSA-h8cj-r9q8-q267.json +++ b/advisories/unreviewed/2022/05/GHSA-h8cj-r9q8-q267/GHSA-h8cj-r9q8-q267.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-h8q4-p8r2-jmmm/GHSA-h8q4-p8r2-jmmm.json b/advisories/unreviewed/2022/05/GHSA-h8q4-p8r2-jmmm/GHSA-h8q4-p8r2-jmmm.json index 01fbbd53139..3b2528da74d 100644 --- a/advisories/unreviewed/2022/05/GHSA-h8q4-p8r2-jmmm/GHSA-h8q4-p8r2-jmmm.json +++ b/advisories/unreviewed/2022/05/GHSA-h8q4-p8r2-jmmm/GHSA-h8q4-p8r2-jmmm.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-h8x3-m8f4-72h3/GHSA-h8x3-m8f4-72h3.json b/advisories/unreviewed/2022/05/GHSA-h8x3-m8f4-72h3/GHSA-h8x3-m8f4-72h3.json index a8702104075..482c095ef3f 100644 --- a/advisories/unreviewed/2022/05/GHSA-h8x3-m8f4-72h3/GHSA-h8x3-m8f4-72h3.json +++ b/advisories/unreviewed/2022/05/GHSA-h8x3-m8f4-72h3/GHSA-h8x3-m8f4-72h3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-hcgj-58x4-wv26/GHSA-hcgj-58x4-wv26.json b/advisories/unreviewed/2022/05/GHSA-hcgj-58x4-wv26/GHSA-hcgj-58x4-wv26.json index f4aac8f7fee..414b3992984 100644 --- a/advisories/unreviewed/2022/05/GHSA-hcgj-58x4-wv26/GHSA-hcgj-58x4-wv26.json +++ b/advisories/unreviewed/2022/05/GHSA-hcgj-58x4-wv26/GHSA-hcgj-58x4-wv26.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-hfgj-gwp8-p5ph/GHSA-hfgj-gwp8-p5ph.json b/advisories/unreviewed/2022/05/GHSA-hfgj-gwp8-p5ph/GHSA-hfgj-gwp8-p5ph.json index 8a9c912f5b2..16ad30dc0ff 100644 --- a/advisories/unreviewed/2022/05/GHSA-hfgj-gwp8-p5ph/GHSA-hfgj-gwp8-p5ph.json +++ b/advisories/unreviewed/2022/05/GHSA-hfgj-gwp8-p5ph/GHSA-hfgj-gwp8-p5ph.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/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-hg76-9w83-fc57/GHSA-hg76-9w83-fc57.json b/advisories/unreviewed/2022/05/GHSA-hg76-9w83-fc57/GHSA-hg76-9w83-fc57.json index b9f91fd576e..554f04788f1 100644 --- a/advisories/unreviewed/2022/05/GHSA-hg76-9w83-fc57/GHSA-hg76-9w83-fc57.json +++ b/advisories/unreviewed/2022/05/GHSA-hg76-9w83-fc57/GHSA-hg76-9w83-fc57.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-hgp6-mj38-q2jf/GHSA-hgp6-mj38-q2jf.json b/advisories/unreviewed/2022/05/GHSA-hgp6-mj38-q2jf/GHSA-hgp6-mj38-q2jf.json index 926ba8486c8..4ea1be31972 100644 --- a/advisories/unreviewed/2022/05/GHSA-hgp6-mj38-q2jf/GHSA-hgp6-mj38-q2jf.json +++ b/advisories/unreviewed/2022/05/GHSA-hgp6-mj38-q2jf/GHSA-hgp6-mj38-q2jf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-hj73-5q9f-3jj4/GHSA-hj73-5q9f-3jj4.json b/advisories/unreviewed/2022/05/GHSA-hj73-5q9f-3jj4/GHSA-hj73-5q9f-3jj4.json index 6426b5cdfba..de3bd833fc9 100644 --- a/advisories/unreviewed/2022/05/GHSA-hj73-5q9f-3jj4/GHSA-hj73-5q9f-3jj4.json +++ b/advisories/unreviewed/2022/05/GHSA-hj73-5q9f-3jj4/GHSA-hj73-5q9f-3jj4.json @@ -7,12 +7,8 @@ "CVE-2021-41019" ], "details": "An improper validation of certificate with host mismatch [CWE-297] vulnerability in FortiOS versions 6.4.6 and below may allow the connection to a malicious LDAP server via options in GUI, leading to disclosure of sensitive information, such as AD credentials.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hj74-4cjg-83vm/GHSA-hj74-4cjg-83vm.json b/advisories/unreviewed/2022/05/GHSA-hj74-4cjg-83vm/GHSA-hj74-4cjg-83vm.json index e45e71409e4..f9b20cd79a0 100644 --- a/advisories/unreviewed/2022/05/GHSA-hj74-4cjg-83vm/GHSA-hj74-4cjg-83vm.json +++ b/advisories/unreviewed/2022/05/GHSA-hj74-4cjg-83vm/GHSA-hj74-4cjg-83vm.json @@ -7,12 +7,8 @@ "CVE-2021-38428" ], "details": "Delta Electronics DIALink versions 1.2.4.0 and prior is vulnerable to cross-site scripting because an authenticated attacker can inject arbitrary JavaScript code into the parameter name of the API schedule, which may allow an attacker to remotely execute code.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hmfv-7r88-hhrq/GHSA-hmfv-7r88-hhrq.json b/advisories/unreviewed/2022/05/GHSA-hmfv-7r88-hhrq/GHSA-hmfv-7r88-hhrq.json index 7aec30fd1a6..1dc117fa96e 100644 --- a/advisories/unreviewed/2022/05/GHSA-hmfv-7r88-hhrq/GHSA-hmfv-7r88-hhrq.json +++ b/advisories/unreviewed/2022/05/GHSA-hmfv-7r88-hhrq/GHSA-hmfv-7r88-hhrq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-hmg7-4c9c-v6g9/GHSA-hmg7-4c9c-v6g9.json b/advisories/unreviewed/2022/05/GHSA-hmg7-4c9c-v6g9/GHSA-hmg7-4c9c-v6g9.json index 374bf6cf676..486a437b1d2 100644 --- a/advisories/unreviewed/2022/05/GHSA-hmg7-4c9c-v6g9/GHSA-hmg7-4c9c-v6g9.json +++ b/advisories/unreviewed/2022/05/GHSA-hmg7-4c9c-v6g9/GHSA-hmg7-4c9c-v6g9.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-hmp6-wv7w-5wx2/GHSA-hmp6-wv7w-5wx2.json b/advisories/unreviewed/2022/05/GHSA-hmp6-wv7w-5wx2/GHSA-hmp6-wv7w-5wx2.json index 06ba983330b..2e388296788 100644 --- a/advisories/unreviewed/2022/05/GHSA-hmp6-wv7w-5wx2/GHSA-hmp6-wv7w-5wx2.json +++ b/advisories/unreviewed/2022/05/GHSA-hmp6-wv7w-5wx2/GHSA-hmp6-wv7w-5wx2.json @@ -7,12 +7,8 @@ "CVE-2021-41646" ], "details": "Remote Code Execution (RCE) vulnerability exists in Sourcecodester Online Reviewer System 1.0 by uploading a maliciously crafted PHP file that bypasses the image upload filters..", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hmwx-8xfx-mg6m/GHSA-hmwx-8xfx-mg6m.json b/advisories/unreviewed/2022/05/GHSA-hmwx-8xfx-mg6m/GHSA-hmwx-8xfx-mg6m.json index e63041cfef4..40df574ec0c 100644 --- a/advisories/unreviewed/2022/05/GHSA-hmwx-8xfx-mg6m/GHSA-hmwx-8xfx-mg6m.json +++ b/advisories/unreviewed/2022/05/GHSA-hmwx-8xfx-mg6m/GHSA-hmwx-8xfx-mg6m.json @@ -7,12 +7,8 @@ "CVE-2021-34586" ], "details": "In the CODESYS V2 web server prior to V1.1.9.22 crafted web server requests may cause a Null pointer dereference in the CODESYS web server and may result in a denial-of-service condition.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hp3f-7693-2xp7/GHSA-hp3f-7693-2xp7.json b/advisories/unreviewed/2022/05/GHSA-hp3f-7693-2xp7/GHSA-hp3f-7693-2xp7.json index d03b4d2eae6..5c6f762a43b 100644 --- a/advisories/unreviewed/2022/05/GHSA-hp3f-7693-2xp7/GHSA-hp3f-7693-2xp7.json +++ b/advisories/unreviewed/2022/05/GHSA-hp3f-7693-2xp7/GHSA-hp3f-7693-2xp7.json @@ -7,12 +7,8 @@ "CVE-2020-27406" ], "details": "Cross Site Scripting (XSS) vulnerability in DynPG 4.9.1, allows authenticated attackers to execute arbitrary code via the groupname.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hpcc-4xwj-4g2v/GHSA-hpcc-4xwj-4g2v.json b/advisories/unreviewed/2022/05/GHSA-hpcc-4xwj-4g2v/GHSA-hpcc-4xwj-4g2v.json index 72e46e08374..32ef59305a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-hpcc-4xwj-4g2v/GHSA-hpcc-4xwj-4g2v.json +++ b/advisories/unreviewed/2022/05/GHSA-hpcc-4xwj-4g2v/GHSA-hpcc-4xwj-4g2v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/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/05/GHSA-hphc-r6jh-rc5x/GHSA-hphc-r6jh-rc5x.json b/advisories/unreviewed/2022/05/GHSA-hphc-r6jh-rc5x/GHSA-hphc-r6jh-rc5x.json index 5a3b72d132c..f41fdafad08 100644 --- a/advisories/unreviewed/2022/05/GHSA-hphc-r6jh-rc5x/GHSA-hphc-r6jh-rc5x.json +++ b/advisories/unreviewed/2022/05/GHSA-hphc-r6jh-rc5x/GHSA-hphc-r6jh-rc5x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-hqp8-hxr4-xjg3/GHSA-hqp8-hxr4-xjg3.json b/advisories/unreviewed/2022/05/GHSA-hqp8-hxr4-xjg3/GHSA-hqp8-hxr4-xjg3.json index c90114ed627..5e3c0a3f97b 100644 --- a/advisories/unreviewed/2022/05/GHSA-hqp8-hxr4-xjg3/GHSA-hqp8-hxr4-xjg3.json +++ b/advisories/unreviewed/2022/05/GHSA-hqp8-hxr4-xjg3/GHSA-hqp8-hxr4-xjg3.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-hqvx-9r85-hhv8/GHSA-hqvx-9r85-hhv8.json b/advisories/unreviewed/2022/05/GHSA-hqvx-9r85-hhv8/GHSA-hqvx-9r85-hhv8.json index fb96c74d751..7bd9cb5fe54 100644 --- a/advisories/unreviewed/2022/05/GHSA-hqvx-9r85-hhv8/GHSA-hqvx-9r85-hhv8.json +++ b/advisories/unreviewed/2022/05/GHSA-hqvx-9r85-hhv8/GHSA-hqvx-9r85-hhv8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-hrh3-rvrh-p2vg/GHSA-hrh3-rvrh-p2vg.json b/advisories/unreviewed/2022/05/GHSA-hrh3-rvrh-p2vg/GHSA-hrh3-rvrh-p2vg.json index c2fa9cb3a5d..58f36d4bb46 100644 --- a/advisories/unreviewed/2022/05/GHSA-hrh3-rvrh-p2vg/GHSA-hrh3-rvrh-p2vg.json +++ b/advisories/unreviewed/2022/05/GHSA-hrh3-rvrh-p2vg/GHSA-hrh3-rvrh-p2vg.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-hv9g-g3q5-65c8/GHSA-hv9g-g3q5-65c8.json b/advisories/unreviewed/2022/05/GHSA-hv9g-g3q5-65c8/GHSA-hv9g-g3q5-65c8.json index 83b2469a839..06217b1ac71 100644 --- a/advisories/unreviewed/2022/05/GHSA-hv9g-g3q5-65c8/GHSA-hv9g-g3q5-65c8.json +++ b/advisories/unreviewed/2022/05/GHSA-hv9g-g3q5-65c8/GHSA-hv9g-g3q5-65c8.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-hvwp-f8cc-fxc2/GHSA-hvwp-f8cc-fxc2.json b/advisories/unreviewed/2022/05/GHSA-hvwp-f8cc-fxc2/GHSA-hvwp-f8cc-fxc2.json index dcba7450bda..d547d765e57 100644 --- a/advisories/unreviewed/2022/05/GHSA-hvwp-f8cc-fxc2/GHSA-hvwp-f8cc-fxc2.json +++ b/advisories/unreviewed/2022/05/GHSA-hvwp-f8cc-fxc2/GHSA-hvwp-f8cc-fxc2.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-hwp2-gvm5-452f/GHSA-hwp2-gvm5-452f.json b/advisories/unreviewed/2022/05/GHSA-hwp2-gvm5-452f/GHSA-hwp2-gvm5-452f.json index 17f38981f39..b60b1ff187c 100644 --- a/advisories/unreviewed/2022/05/GHSA-hwp2-gvm5-452f/GHSA-hwp2-gvm5-452f.json +++ b/advisories/unreviewed/2022/05/GHSA-hwp2-gvm5-452f/GHSA-hwp2-gvm5-452f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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-hwvp-jq48-4j48/GHSA-hwvp-jq48-4j48.json b/advisories/unreviewed/2022/05/GHSA-hwvp-jq48-4j48/GHSA-hwvp-jq48-4j48.json index 4026b5579dd..f056f1f41e5 100644 --- a/advisories/unreviewed/2022/05/GHSA-hwvp-jq48-4j48/GHSA-hwvp-jq48-4j48.json +++ b/advisories/unreviewed/2022/05/GHSA-hwvp-jq48-4j48/GHSA-hwvp-jq48-4j48.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-hx55-22f6-mp64/GHSA-hx55-22f6-mp64.json b/advisories/unreviewed/2022/05/GHSA-hx55-22f6-mp64/GHSA-hx55-22f6-mp64.json index 86f0cc5bc02..e6fdb09b229 100644 --- a/advisories/unreviewed/2022/05/GHSA-hx55-22f6-mp64/GHSA-hx55-22f6-mp64.json +++ b/advisories/unreviewed/2022/05/GHSA-hx55-22f6-mp64/GHSA-hx55-22f6-mp64.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-hx8q-242f-93m4/GHSA-hx8q-242f-93m4.json b/advisories/unreviewed/2022/05/GHSA-hx8q-242f-93m4/GHSA-hx8q-242f-93m4.json index 38b1188acae..dae62b5b425 100644 --- a/advisories/unreviewed/2022/05/GHSA-hx8q-242f-93m4/GHSA-hx8q-242f-93m4.json +++ b/advisories/unreviewed/2022/05/GHSA-hx8q-242f-93m4/GHSA-hx8q-242f-93m4.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-j26f-vqgh-5h66/GHSA-j26f-vqgh-5h66.json b/advisories/unreviewed/2022/05/GHSA-j26f-vqgh-5h66/GHSA-j26f-vqgh-5h66.json index 6795626fa0c..e6484f97d15 100644 --- a/advisories/unreviewed/2022/05/GHSA-j26f-vqgh-5h66/GHSA-j26f-vqgh-5h66.json +++ b/advisories/unreviewed/2022/05/GHSA-j26f-vqgh-5h66/GHSA-j26f-vqgh-5h66.json @@ -7,12 +7,8 @@ "CVE-2020-15935" ], "details": "A cleartext storage of sensitive information in GUI in FortiADC versions 5.4.3 and below, 6.0.0 and below may allow a remote authenticated attacker to retrieve some sensitive information such as users LDAP passwords and RADIUS shared secret by deobfuscating the passwords entry fields.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j2hw-h5px-95rv/GHSA-j2hw-h5px-95rv.json b/advisories/unreviewed/2022/05/GHSA-j2hw-h5px-95rv/GHSA-j2hw-h5px-95rv.json index c1177e4b9a2..d35cfe1ca1d 100644 --- a/advisories/unreviewed/2022/05/GHSA-j2hw-h5px-95rv/GHSA-j2hw-h5px-95rv.json +++ b/advisories/unreviewed/2022/05/GHSA-j2hw-h5px-95rv/GHSA-j2hw-h5px-95rv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-j357-mfhx-p456/GHSA-j357-mfhx-p456.json b/advisories/unreviewed/2022/05/GHSA-j357-mfhx-p456/GHSA-j357-mfhx-p456.json index 5f25de7007b..117254dcbd9 100644 --- a/advisories/unreviewed/2022/05/GHSA-j357-mfhx-p456/GHSA-j357-mfhx-p456.json +++ b/advisories/unreviewed/2022/05/GHSA-j357-mfhx-p456/GHSA-j357-mfhx-p456.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-j37x-2vq4-3mwx/GHSA-j37x-2vq4-3mwx.json b/advisories/unreviewed/2022/05/GHSA-j37x-2vq4-3mwx/GHSA-j37x-2vq4-3mwx.json index ace76a24920..923830c88ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-j37x-2vq4-3mwx/GHSA-j37x-2vq4-3mwx.json +++ b/advisories/unreviewed/2022/05/GHSA-j37x-2vq4-3mwx/GHSA-j37x-2vq4-3mwx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-j3f3-xxfp-q982/GHSA-j3f3-xxfp-q982.json b/advisories/unreviewed/2022/05/GHSA-j3f3-xxfp-q982/GHSA-j3f3-xxfp-q982.json index c2e529a5e2a..b9edc4c3afb 100644 --- a/advisories/unreviewed/2022/05/GHSA-j3f3-xxfp-q982/GHSA-j3f3-xxfp-q982.json +++ b/advisories/unreviewed/2022/05/GHSA-j3f3-xxfp-q982/GHSA-j3f3-xxfp-q982.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-j3x6-49hf-q3xq/GHSA-j3x6-49hf-q3xq.json b/advisories/unreviewed/2022/05/GHSA-j3x6-49hf-q3xq/GHSA-j3x6-49hf-q3xq.json index d927f843377..ce7856dca61 100644 --- a/advisories/unreviewed/2022/05/GHSA-j3x6-49hf-q3xq/GHSA-j3x6-49hf-q3xq.json +++ b/advisories/unreviewed/2022/05/GHSA-j3x6-49hf-q3xq/GHSA-j3x6-49hf-q3xq.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-j47j-87r4-f9cc/GHSA-j47j-87r4-f9cc.json b/advisories/unreviewed/2022/05/GHSA-j47j-87r4-f9cc/GHSA-j47j-87r4-f9cc.json index 1a4d4ef50fb..9263ba81b9f 100644 --- a/advisories/unreviewed/2022/05/GHSA-j47j-87r4-f9cc/GHSA-j47j-87r4-f9cc.json +++ b/advisories/unreviewed/2022/05/GHSA-j47j-87r4-f9cc/GHSA-j47j-87r4-f9cc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-j52m-wj96-vpr2/GHSA-j52m-wj96-vpr2.json b/advisories/unreviewed/2022/05/GHSA-j52m-wj96-vpr2/GHSA-j52m-wj96-vpr2.json index 295adbde274..9e679215bb2 100644 --- a/advisories/unreviewed/2022/05/GHSA-j52m-wj96-vpr2/GHSA-j52m-wj96-vpr2.json +++ b/advisories/unreviewed/2022/05/GHSA-j52m-wj96-vpr2/GHSA-j52m-wj96-vpr2.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-j579-gjpv-mwhp/GHSA-j579-gjpv-mwhp.json b/advisories/unreviewed/2022/05/GHSA-j579-gjpv-mwhp/GHSA-j579-gjpv-mwhp.json index 5fba5cd993b..e80364354ff 100644 --- a/advisories/unreviewed/2022/05/GHSA-j579-gjpv-mwhp/GHSA-j579-gjpv-mwhp.json +++ b/advisories/unreviewed/2022/05/GHSA-j579-gjpv-mwhp/GHSA-j579-gjpv-mwhp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-j5p7-g3mj-387r/GHSA-j5p7-g3mj-387r.json b/advisories/unreviewed/2022/05/GHSA-j5p7-g3mj-387r/GHSA-j5p7-g3mj-387r.json index db92f902af9..30ac3de7324 100644 --- a/advisories/unreviewed/2022/05/GHSA-j5p7-g3mj-387r/GHSA-j5p7-g3mj-387r.json +++ b/advisories/unreviewed/2022/05/GHSA-j5p7-g3mj-387r/GHSA-j5p7-g3mj-387r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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-j5rq-2wvx-qqx4/GHSA-j5rq-2wvx-qqx4.json b/advisories/unreviewed/2022/05/GHSA-j5rq-2wvx-qqx4/GHSA-j5rq-2wvx-qqx4.json index 2f9fba1fdc1..d87b5f53465 100644 --- a/advisories/unreviewed/2022/05/GHSA-j5rq-2wvx-qqx4/GHSA-j5rq-2wvx-qqx4.json +++ b/advisories/unreviewed/2022/05/GHSA-j5rq-2wvx-qqx4/GHSA-j5rq-2wvx-qqx4.json @@ -7,12 +7,8 @@ "CVE-2021-22487" ], "details": "There is an Out-of-bounds read vulnerability in Huawei Smartphone. Successful exploitation of this vulnerability may affect service availability.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j5v6-264g-wgmq/GHSA-j5v6-264g-wgmq.json b/advisories/unreviewed/2022/05/GHSA-j5v6-264g-wgmq/GHSA-j5v6-264g-wgmq.json index f312ecd3135..24e34b11d59 100644 --- a/advisories/unreviewed/2022/05/GHSA-j5v6-264g-wgmq/GHSA-j5v6-264g-wgmq.json +++ b/advisories/unreviewed/2022/05/GHSA-j5v6-264g-wgmq/GHSA-j5v6-264g-wgmq.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-j64f-jw3r-9c68/GHSA-j64f-jw3r-9c68.json b/advisories/unreviewed/2022/05/GHSA-j64f-jw3r-9c68/GHSA-j64f-jw3r-9c68.json index e1b17a00014..95c5ef4d7c1 100644 --- a/advisories/unreviewed/2022/05/GHSA-j64f-jw3r-9c68/GHSA-j64f-jw3r-9c68.json +++ b/advisories/unreviewed/2022/05/GHSA-j64f-jw3r-9c68/GHSA-j64f-jw3r-9c68.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j69g-vpf2-hpg6/GHSA-j69g-vpf2-hpg6.json b/advisories/unreviewed/2022/05/GHSA-j69g-vpf2-hpg6/GHSA-j69g-vpf2-hpg6.json index ae686fbb7de..9969aacdebf 100644 --- a/advisories/unreviewed/2022/05/GHSA-j69g-vpf2-hpg6/GHSA-j69g-vpf2-hpg6.json +++ b/advisories/unreviewed/2022/05/GHSA-j69g-vpf2-hpg6/GHSA-j69g-vpf2-hpg6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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-j6mg-246j-c9j2/GHSA-j6mg-246j-c9j2.json b/advisories/unreviewed/2022/05/GHSA-j6mg-246j-c9j2/GHSA-j6mg-246j-c9j2.json index d2cb8f96c0d..bbbdc46fad3 100644 --- a/advisories/unreviewed/2022/05/GHSA-j6mg-246j-c9j2/GHSA-j6mg-246j-c9j2.json +++ b/advisories/unreviewed/2022/05/GHSA-j6mg-246j-c9j2/GHSA-j6mg-246j-c9j2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j7px-cj73-4cpv/GHSA-j7px-cj73-4cpv.json b/advisories/unreviewed/2022/05/GHSA-j7px-cj73-4cpv/GHSA-j7px-cj73-4cpv.json index 2dbd7a99e13..66c0088d24c 100644 --- a/advisories/unreviewed/2022/05/GHSA-j7px-cj73-4cpv/GHSA-j7px-cj73-4cpv.json +++ b/advisories/unreviewed/2022/05/GHSA-j7px-cj73-4cpv/GHSA-j7px-cj73-4cpv.json @@ -7,12 +7,8 @@ "CVE-2021-41728" ], "details": "Cross Site Scripting (XSS) vulnerability exists in Sourcecodester News247 CMS 1.0 via the search function in articles.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j7xg-fp64-53cg/GHSA-j7xg-fp64-53cg.json b/advisories/unreviewed/2022/05/GHSA-j7xg-fp64-53cg/GHSA-j7xg-fp64-53cg.json index fd34ffa5897..0037c60786e 100644 --- a/advisories/unreviewed/2022/05/GHSA-j7xg-fp64-53cg/GHSA-j7xg-fp64-53cg.json +++ b/advisories/unreviewed/2022/05/GHSA-j7xg-fp64-53cg/GHSA-j7xg-fp64-53cg.json @@ -7,12 +7,8 @@ "CVE-2020-23754" ], "details": "Cross Site Scripting (XSS) vulnerability in infusions/member_poll_panel/poll_admin.php in PHP-Fusion 9.03.50, allows attackers to execute arbitrary code, via the polls feature.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j85g-ppxw-669h/GHSA-j85g-ppxw-669h.json b/advisories/unreviewed/2022/05/GHSA-j85g-ppxw-669h/GHSA-j85g-ppxw-669h.json index 9bb7ca99d72..555b22fa6ac 100644 --- a/advisories/unreviewed/2022/05/GHSA-j85g-ppxw-669h/GHSA-j85g-ppxw-669h.json +++ b/advisories/unreviewed/2022/05/GHSA-j85g-ppxw-669h/GHSA-j85g-ppxw-669h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-j8m6-hgfm-cp2q/GHSA-j8m6-hgfm-cp2q.json b/advisories/unreviewed/2022/05/GHSA-j8m6-hgfm-cp2q/GHSA-j8m6-hgfm-cp2q.json index 9060bd4d1ba..3f36d8555b9 100644 --- a/advisories/unreviewed/2022/05/GHSA-j8m6-hgfm-cp2q/GHSA-j8m6-hgfm-cp2q.json +++ b/advisories/unreviewed/2022/05/GHSA-j8m6-hgfm-cp2q/GHSA-j8m6-hgfm-cp2q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-j928-5x47-jv69/GHSA-j928-5x47-jv69.json b/advisories/unreviewed/2022/05/GHSA-j928-5x47-jv69/GHSA-j928-5x47-jv69.json index 046d8a30d04..bbcb0a7692f 100644 --- a/advisories/unreviewed/2022/05/GHSA-j928-5x47-jv69/GHSA-j928-5x47-jv69.json +++ b/advisories/unreviewed/2022/05/GHSA-j928-5x47-jv69/GHSA-j928-5x47-jv69.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-j97c-jghm-9f74/GHSA-j97c-jghm-9f74.json b/advisories/unreviewed/2022/05/GHSA-j97c-jghm-9f74/GHSA-j97c-jghm-9f74.json index 02bd5c63061..f291bca1098 100644 --- a/advisories/unreviewed/2022/05/GHSA-j97c-jghm-9f74/GHSA-j97c-jghm-9f74.json +++ b/advisories/unreviewed/2022/05/GHSA-j97c-jghm-9f74/GHSA-j97c-jghm-9f74.json @@ -7,12 +7,8 @@ "CVE-2020-22312" ], "details": "A cross-site scripting (XSS) vulnerability was discovered in the OJ/admin-tool /cal_scores.php function of HZNUOJ v1.0.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j9v7-592w-mmch/GHSA-j9v7-592w-mmch.json b/advisories/unreviewed/2022/05/GHSA-j9v7-592w-mmch/GHSA-j9v7-592w-mmch.json index 0fdcbd088fc..29063fd3a40 100644 --- a/advisories/unreviewed/2022/05/GHSA-j9v7-592w-mmch/GHSA-j9v7-592w-mmch.json +++ b/advisories/unreviewed/2022/05/GHSA-j9v7-592w-mmch/GHSA-j9v7-592w-mmch.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-jcm4-9qw7-r4pr/GHSA-jcm4-9qw7-r4pr.json b/advisories/unreviewed/2022/05/GHSA-jcm4-9qw7-r4pr/GHSA-jcm4-9qw7-r4pr.json index a6232c072ab..6def9111942 100644 --- a/advisories/unreviewed/2022/05/GHSA-jcm4-9qw7-r4pr/GHSA-jcm4-9qw7-r4pr.json +++ b/advisories/unreviewed/2022/05/GHSA-jcm4-9qw7-r4pr/GHSA-jcm4-9qw7-r4pr.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-jf62-vqvf-vq54/GHSA-jf62-vqvf-vq54.json b/advisories/unreviewed/2022/05/GHSA-jf62-vqvf-vq54/GHSA-jf62-vqvf-vq54.json index acff03ade6d..e6dad3bbe73 100644 --- a/advisories/unreviewed/2022/05/GHSA-jf62-vqvf-vq54/GHSA-jf62-vqvf-vq54.json +++ b/advisories/unreviewed/2022/05/GHSA-jf62-vqvf-vq54/GHSA-jf62-vqvf-vq54.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-jfx5-hxw2-q274/GHSA-jfx5-hxw2-q274.json b/advisories/unreviewed/2022/05/GHSA-jfx5-hxw2-q274/GHSA-jfx5-hxw2-q274.json index d3309eff535..2134c0f52d0 100644 --- a/advisories/unreviewed/2022/05/GHSA-jfx5-hxw2-q274/GHSA-jfx5-hxw2-q274.json +++ b/advisories/unreviewed/2022/05/GHSA-jfx5-hxw2-q274/GHSA-jfx5-hxw2-q274.json @@ -7,12 +7,8 @@ "CVE-2021-1120" ], "details": "NVIDIA vGPU software contains a vulnerability in the Virtual GPU Manager (vGPU plugin), where a string provided by the guest OS may not be properly null terminated. The guest OS or attacker has no ability to push content to the plugin through this vulnerability, which may lead to information disclosure, data tampering, unauthorized code execution, and denial of service.", - "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-jh3r-wp2v-g2f5/GHSA-jh3r-wp2v-g2f5.json b/advisories/unreviewed/2022/05/GHSA-jh3r-wp2v-g2f5/GHSA-jh3r-wp2v-g2f5.json index 97bacdf782e..040e4031edb 100644 --- a/advisories/unreviewed/2022/05/GHSA-jh3r-wp2v-g2f5/GHSA-jh3r-wp2v-g2f5.json +++ b/advisories/unreviewed/2022/05/GHSA-jh3r-wp2v-g2f5/GHSA-jh3r-wp2v-g2f5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-jhpv-9w3g-h4m8/GHSA-jhpv-9w3g-h4m8.json b/advisories/unreviewed/2022/05/GHSA-jhpv-9w3g-h4m8/GHSA-jhpv-9w3g-h4m8.json index 6615dfb3e56..b99e913bef0 100644 --- a/advisories/unreviewed/2022/05/GHSA-jhpv-9w3g-h4m8/GHSA-jhpv-9w3g-h4m8.json +++ b/advisories/unreviewed/2022/05/GHSA-jhpv-9w3g-h4m8/GHSA-jhpv-9w3g-h4m8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/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/05/GHSA-jj4j-prxw-rvrr/GHSA-jj4j-prxw-rvrr.json b/advisories/unreviewed/2022/05/GHSA-jj4j-prxw-rvrr/GHSA-jj4j-prxw-rvrr.json index e73711391f2..73e33957899 100644 --- a/advisories/unreviewed/2022/05/GHSA-jj4j-prxw-rvrr/GHSA-jj4j-prxw-rvrr.json +++ b/advisories/unreviewed/2022/05/GHSA-jj4j-prxw-rvrr/GHSA-jj4j-prxw-rvrr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-jpwv-4m4r-jf75/GHSA-jpwv-4m4r-jf75.json b/advisories/unreviewed/2022/05/GHSA-jpwv-4m4r-jf75/GHSA-jpwv-4m4r-jf75.json index 8316fc56782..1a7d0712410 100644 --- a/advisories/unreviewed/2022/05/GHSA-jpwv-4m4r-jf75/GHSA-jpwv-4m4r-jf75.json +++ b/advisories/unreviewed/2022/05/GHSA-jpwv-4m4r-jf75/GHSA-jpwv-4m4r-jf75.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-jq4c-3qxg-g7cc/GHSA-jq4c-3qxg-g7cc.json b/advisories/unreviewed/2022/05/GHSA-jq4c-3qxg-g7cc/GHSA-jq4c-3qxg-g7cc.json index 6a5728a11da..ffc990164e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-jq4c-3qxg-g7cc/GHSA-jq4c-3qxg-g7cc.json +++ b/advisories/unreviewed/2022/05/GHSA-jq4c-3qxg-g7cc/GHSA-jq4c-3qxg-g7cc.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-jqjf-54pw-3xw4/GHSA-jqjf-54pw-3xw4.json b/advisories/unreviewed/2022/05/GHSA-jqjf-54pw-3xw4/GHSA-jqjf-54pw-3xw4.json index 6c56fe932a6..f8db91bc1c5 100644 --- a/advisories/unreviewed/2022/05/GHSA-jqjf-54pw-3xw4/GHSA-jqjf-54pw-3xw4.json +++ b/advisories/unreviewed/2022/05/GHSA-jqjf-54pw-3xw4/GHSA-jqjf-54pw-3xw4.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-jr25-57j4-8x4x/GHSA-jr25-57j4-8x4x.json b/advisories/unreviewed/2022/05/GHSA-jr25-57j4-8x4x/GHSA-jr25-57j4-8x4x.json index 778b4dc7f5a..235049fd13e 100644 --- a/advisories/unreviewed/2022/05/GHSA-jr25-57j4-8x4x/GHSA-jr25-57j4-8x4x.json +++ b/advisories/unreviewed/2022/05/GHSA-jr25-57j4-8x4x/GHSA-jr25-57j4-8x4x.json @@ -7,12 +7,8 @@ "CVE-2021-24781" ], "details": "The Image Source Control WordPress plugin before 2.3.1 allows users with a role as low as Contributor to change arbitrary post meta fields of arbitrary posts (even those they should not be able to edit)", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jr99-xqj2-846c/GHSA-jr99-xqj2-846c.json b/advisories/unreviewed/2022/05/GHSA-jr99-xqj2-846c/GHSA-jr99-xqj2-846c.json index c4ab9b0120d..81d1429a013 100644 --- a/advisories/unreviewed/2022/05/GHSA-jr99-xqj2-846c/GHSA-jr99-xqj2-846c.json +++ b/advisories/unreviewed/2022/05/GHSA-jr99-xqj2-846c/GHSA-jr99-xqj2-846c.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-jrvp-wc3r-px99/GHSA-jrvp-wc3r-px99.json b/advisories/unreviewed/2022/05/GHSA-jrvp-wc3r-px99/GHSA-jrvp-wc3r-px99.json index 8fbed50409b..1115181ac21 100644 --- a/advisories/unreviewed/2022/05/GHSA-jrvp-wc3r-px99/GHSA-jrvp-wc3r-px99.json +++ b/advisories/unreviewed/2022/05/GHSA-jrvp-wc3r-px99/GHSA-jrvp-wc3r-px99.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-jv5m-f67h-gh5c/GHSA-jv5m-f67h-gh5c.json b/advisories/unreviewed/2022/05/GHSA-jv5m-f67h-gh5c/GHSA-jv5m-f67h-gh5c.json index bbe51951dc1..31435aa9ccf 100644 --- a/advisories/unreviewed/2022/05/GHSA-jv5m-f67h-gh5c/GHSA-jv5m-f67h-gh5c.json +++ b/advisories/unreviewed/2022/05/GHSA-jv5m-f67h-gh5c/GHSA-jv5m-f67h-gh5c.json @@ -7,12 +7,8 @@ "CVE-2021-22037" ], "details": "Under certain circumstances, when manipulating the Windows registry, InstallBuilder uses the reg.exe system command. The full path to the command is not enforced, which results in a search in the search path until a binary can be identified. This makes the installer/uninstaller vulnerable to Path Interception by Search Order Hijacking, potentially allowing an attacker to plant a malicious reg.exe command so it takes precedence over the system command. The vulnerability only affects Windows installers.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jvc3-8j2m-3v97/GHSA-jvc3-8j2m-3v97.json b/advisories/unreviewed/2022/05/GHSA-jvc3-8j2m-3v97/GHSA-jvc3-8j2m-3v97.json index 0384649775f..cb7cd9d64aa 100644 --- a/advisories/unreviewed/2022/05/GHSA-jvc3-8j2m-3v97/GHSA-jvc3-8j2m-3v97.json +++ b/advisories/unreviewed/2022/05/GHSA-jvc3-8j2m-3v97/GHSA-jvc3-8j2m-3v97.json @@ -7,12 +7,8 @@ "CVE-2021-25878" ], "details": "AVideo/YouPHPTube 10.0 and prior is affected by multiple reflected Cross Script Scripting vulnerabilities via the videoName parameter which allows a remote attacker to steal administrators' session cookies or perform actions as an administrator.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jw47-mjcp-rx65/GHSA-jw47-mjcp-rx65.json b/advisories/unreviewed/2022/05/GHSA-jw47-mjcp-rx65/GHSA-jw47-mjcp-rx65.json index b80f791391a..165df03401d 100644 --- a/advisories/unreviewed/2022/05/GHSA-jw47-mjcp-rx65/GHSA-jw47-mjcp-rx65.json +++ b/advisories/unreviewed/2022/05/GHSA-jw47-mjcp-rx65/GHSA-jw47-mjcp-rx65.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-jw9r-r4mj-mpxx/GHSA-jw9r-r4mj-mpxx.json b/advisories/unreviewed/2022/05/GHSA-jw9r-r4mj-mpxx/GHSA-jw9r-r4mj-mpxx.json index 8bcc86ebf2a..dc56943d207 100644 --- a/advisories/unreviewed/2022/05/GHSA-jw9r-r4mj-mpxx/GHSA-jw9r-r4mj-mpxx.json +++ b/advisories/unreviewed/2022/05/GHSA-jw9r-r4mj-mpxx/GHSA-jw9r-r4mj-mpxx.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-jwg8-85wj-r8fp/GHSA-jwg8-85wj-r8fp.json b/advisories/unreviewed/2022/05/GHSA-jwg8-85wj-r8fp/GHSA-jwg8-85wj-r8fp.json index 5c05ecd11af..5384dbabe7a 100644 --- a/advisories/unreviewed/2022/05/GHSA-jwg8-85wj-r8fp/GHSA-jwg8-85wj-r8fp.json +++ b/advisories/unreviewed/2022/05/GHSA-jwg8-85wj-r8fp/GHSA-jwg8-85wj-r8fp.json @@ -7,12 +7,8 @@ "CVE-2021-43056" ], "details": "An issue was discovered in the Linux kernel for powerpc before 5.14.15. It allows a malicious KVM guest to crash the host, when the host is running on Power8, due to an arch/powerpc/kvm/book3s_hv_rmhandlers.S implementation bug in the handling of the SRR1 register values.", - "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-jwwj-r48x-9jf9/GHSA-jwwj-r48x-9jf9.json b/advisories/unreviewed/2022/05/GHSA-jwwj-r48x-9jf9/GHSA-jwwj-r48x-9jf9.json index b8188d695a7..a2dbee6d4f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-jwwj-r48x-9jf9/GHSA-jwwj-r48x-9jf9.json +++ b/advisories/unreviewed/2022/05/GHSA-jwwj-r48x-9jf9/GHSA-jwwj-r48x-9jf9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-jx7v-2grp-7h7p/GHSA-jx7v-2grp-7h7p.json b/advisories/unreviewed/2022/05/GHSA-jx7v-2grp-7h7p/GHSA-jx7v-2grp-7h7p.json index f73f042990d..f94c9629fc5 100644 --- a/advisories/unreviewed/2022/05/GHSA-jx7v-2grp-7h7p/GHSA-jx7v-2grp-7h7p.json +++ b/advisories/unreviewed/2022/05/GHSA-jx7v-2grp-7h7p/GHSA-jx7v-2grp-7h7p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-m236-w45w-74ch/GHSA-m236-w45w-74ch.json b/advisories/unreviewed/2022/05/GHSA-m236-w45w-74ch/GHSA-m236-w45w-74ch.json index 9aa11016df1..1a6f3ccee7b 100644 --- a/advisories/unreviewed/2022/05/GHSA-m236-w45w-74ch/GHSA-m236-w45w-74ch.json +++ b/advisories/unreviewed/2022/05/GHSA-m236-w45w-74ch/GHSA-m236-w45w-74ch.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m25r-3fx6-w626/GHSA-m25r-3fx6-w626.json b/advisories/unreviewed/2022/05/GHSA-m25r-3fx6-w626/GHSA-m25r-3fx6-w626.json index 2cd8cd32117..8374debacd1 100644 --- a/advisories/unreviewed/2022/05/GHSA-m25r-3fx6-w626/GHSA-m25r-3fx6-w626.json +++ b/advisories/unreviewed/2022/05/GHSA-m25r-3fx6-w626/GHSA-m25r-3fx6-w626.json @@ -7,12 +7,8 @@ "CVE-2021-36794" ], "details": "In Siren Investigate before 11.1.4, when enabling the cluster feature of the Siren Alert application, TLS verifications are disabled globally in the Siren Investigate main process.", - "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-m2jw-qr8p-cx48/GHSA-m2jw-qr8p-cx48.json b/advisories/unreviewed/2022/05/GHSA-m2jw-qr8p-cx48/GHSA-m2jw-qr8p-cx48.json index 8f9e182af75..e29fd55e310 100644 --- a/advisories/unreviewed/2022/05/GHSA-m2jw-qr8p-cx48/GHSA-m2jw-qr8p-cx48.json +++ b/advisories/unreviewed/2022/05/GHSA-m2jw-qr8p-cx48/GHSA-m2jw-qr8p-cx48.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": "WEB", diff --git a/advisories/unreviewed/2022/05/GHSA-m36g-m68j-vjwq/GHSA-m36g-m68j-vjwq.json b/advisories/unreviewed/2022/05/GHSA-m36g-m68j-vjwq/GHSA-m36g-m68j-vjwq.json index e83056e7755..48868ec5f94 100644 --- a/advisories/unreviewed/2022/05/GHSA-m36g-m68j-vjwq/GHSA-m36g-m68j-vjwq.json +++ b/advisories/unreviewed/2022/05/GHSA-m36g-m68j-vjwq/GHSA-m36g-m68j-vjwq.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-m36m-fp4h-732r/GHSA-m36m-fp4h-732r.json b/advisories/unreviewed/2022/05/GHSA-m36m-fp4h-732r/GHSA-m36m-fp4h-732r.json index 994f7d77f2c..f9abe055157 100644 --- a/advisories/unreviewed/2022/05/GHSA-m36m-fp4h-732r/GHSA-m36m-fp4h-732r.json +++ b/advisories/unreviewed/2022/05/GHSA-m36m-fp4h-732r/GHSA-m36m-fp4h-732r.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-m3v4-f84c-r47g/GHSA-m3v4-f84c-r47g.json b/advisories/unreviewed/2022/05/GHSA-m3v4-f84c-r47g/GHSA-m3v4-f84c-r47g.json index 40d5bc43e1b..218c9bc7323 100644 --- a/advisories/unreviewed/2022/05/GHSA-m3v4-f84c-r47g/GHSA-m3v4-f84c-r47g.json +++ b/advisories/unreviewed/2022/05/GHSA-m3v4-f84c-r47g/GHSA-m3v4-f84c-r47g.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-m4jg-hxh8-hp87/GHSA-m4jg-hxh8-hp87.json b/advisories/unreviewed/2022/05/GHSA-m4jg-hxh8-hp87/GHSA-m4jg-hxh8-hp87.json index 11812bb7656..631b4563ac2 100644 --- a/advisories/unreviewed/2022/05/GHSA-m4jg-hxh8-hp87/GHSA-m4jg-hxh8-hp87.json +++ b/advisories/unreviewed/2022/05/GHSA-m4jg-hxh8-hp87/GHSA-m4jg-hxh8-hp87.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/AC:H/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-m4jj-5845-6577/GHSA-m4jj-5845-6577.json b/advisories/unreviewed/2022/05/GHSA-m4jj-5845-6577/GHSA-m4jj-5845-6577.json index 8580c47f29f..7c9a19c050a 100644 --- a/advisories/unreviewed/2022/05/GHSA-m4jj-5845-6577/GHSA-m4jj-5845-6577.json +++ b/advisories/unreviewed/2022/05/GHSA-m4jj-5845-6577/GHSA-m4jj-5845-6577.json @@ -7,12 +7,8 @@ "CVE-2021-30821" ], "details": "A memory corruption issue was addressed with improved memory handling. This issue is fixed in macOS Monterey 12.0.1, Security Update 2021-007 Catalina, macOS Big Sur 11.6.1. A malicious application may be able to execute arbitrary code with kernel 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-m4r4-fhm9-49f2/GHSA-m4r4-fhm9-49f2.json b/advisories/unreviewed/2022/05/GHSA-m4r4-fhm9-49f2/GHSA-m4r4-fhm9-49f2.json index 93861260e69..af877db35a7 100644 --- a/advisories/unreviewed/2022/05/GHSA-m4r4-fhm9-49f2/GHSA-m4r4-fhm9-49f2.json +++ b/advisories/unreviewed/2022/05/GHSA-m4r4-fhm9-49f2/GHSA-m4r4-fhm9-49f2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-m578-rvf9-23rf/GHSA-m578-rvf9-23rf.json b/advisories/unreviewed/2022/05/GHSA-m578-rvf9-23rf/GHSA-m578-rvf9-23rf.json index 7f8cea3db19..447acb8bfad 100644 --- a/advisories/unreviewed/2022/05/GHSA-m578-rvf9-23rf/GHSA-m578-rvf9-23rf.json +++ b/advisories/unreviewed/2022/05/GHSA-m578-rvf9-23rf/GHSA-m578-rvf9-23rf.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-m593-3f4r-rpqm/GHSA-m593-3f4r-rpqm.json b/advisories/unreviewed/2022/05/GHSA-m593-3f4r-rpqm/GHSA-m593-3f4r-rpqm.json index 05211b1f405..3b9189951ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-m593-3f4r-rpqm/GHSA-m593-3f4r-rpqm.json +++ b/advisories/unreviewed/2022/05/GHSA-m593-3f4r-rpqm/GHSA-m593-3f4r-rpqm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-m5wp-j42j-266w/GHSA-m5wp-j42j-266w.json b/advisories/unreviewed/2022/05/GHSA-m5wp-j42j-266w/GHSA-m5wp-j42j-266w.json index 817d6c917a3..96e64b97d06 100644 --- a/advisories/unreviewed/2022/05/GHSA-m5wp-j42j-266w/GHSA-m5wp-j42j-266w.json +++ b/advisories/unreviewed/2022/05/GHSA-m5wp-j42j-266w/GHSA-m5wp-j42j-266w.json @@ -7,12 +7,8 @@ "CVE-2021-37978" ], "details": "Heap buffer overflow in Blink in Google Chrome prior to 94.0.4606.81 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m69j-g7w3-95h5/GHSA-m69j-g7w3-95h5.json b/advisories/unreviewed/2022/05/GHSA-m69j-g7w3-95h5/GHSA-m69j-g7w3-95h5.json index 53087f10f85..30bac460d1e 100644 --- a/advisories/unreviewed/2022/05/GHSA-m69j-g7w3-95h5/GHSA-m69j-g7w3-95h5.json +++ b/advisories/unreviewed/2022/05/GHSA-m69j-g7w3-95h5/GHSA-m69j-g7w3-95h5.json @@ -7,12 +7,8 @@ "CVE-2021-41643" ], "details": "Remote Code Execution (RCE) vulnerability exists in Sourcecodester Church Management System 1.0 via the image upload field.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m7vx-ch4r-95hf/GHSA-m7vx-ch4r-95hf.json b/advisories/unreviewed/2022/05/GHSA-m7vx-ch4r-95hf/GHSA-m7vx-ch4r-95hf.json index f9be3af67a3..1e9ce9a019c 100644 --- a/advisories/unreviewed/2022/05/GHSA-m7vx-ch4r-95hf/GHSA-m7vx-ch4r-95hf.json +++ b/advisories/unreviewed/2022/05/GHSA-m7vx-ch4r-95hf/GHSA-m7vx-ch4r-95hf.json @@ -7,12 +7,8 @@ "CVE-2021-36185" ], "details": "A improper neutralization of special elements used in an OS command ('OS Command Injection') in Fortinet FortiWLM version 8.6.1 and below allows attacker to execute unauthorized code or commands via crafted HTTP requests.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mc37-423h-gg8r/GHSA-mc37-423h-gg8r.json b/advisories/unreviewed/2022/05/GHSA-mc37-423h-gg8r/GHSA-mc37-423h-gg8r.json index 4425a83f26f..0aa9cd7ebf1 100644 --- a/advisories/unreviewed/2022/05/GHSA-mc37-423h-gg8r/GHSA-mc37-423h-gg8r.json +++ b/advisories/unreviewed/2022/05/GHSA-mc37-423h-gg8r/GHSA-mc37-423h-gg8r.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-mchc-2745-9x96/GHSA-mchc-2745-9x96.json b/advisories/unreviewed/2022/05/GHSA-mchc-2745-9x96/GHSA-mchc-2745-9x96.json index 96161308899..312b551a68c 100644 --- a/advisories/unreviewed/2022/05/GHSA-mchc-2745-9x96/GHSA-mchc-2745-9x96.json +++ b/advisories/unreviewed/2022/05/GHSA-mchc-2745-9x96/GHSA-mchc-2745-9x96.json @@ -7,12 +7,8 @@ "CVE-2021-22483" ], "details": "There is a issue of IP address spoofing in Huawei Smartphone. Successful exploitation of this vulnerability may cause DoS.", - "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-mf9j-rpwf-5xgf/GHSA-mf9j-rpwf-5xgf.json b/advisories/unreviewed/2022/05/GHSA-mf9j-rpwf-5xgf/GHSA-mf9j-rpwf-5xgf.json index f8435ee4160..32fcbc9092b 100644 --- a/advisories/unreviewed/2022/05/GHSA-mf9j-rpwf-5xgf/GHSA-mf9j-rpwf-5xgf.json +++ b/advisories/unreviewed/2022/05/GHSA-mf9j-rpwf-5xgf/GHSA-mf9j-rpwf-5xgf.json @@ -7,12 +7,8 @@ "CVE-2021-38948" ], "details": "IBM InfoSphere Information Server 11.7 is vulnerable to an XML External Entity Injection (XXE) attack when processing XML data. A remote attacker could exploit this vulnerability to expose sensitive information or consume memory resources. IBM X-Force ID: 211402.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mfhv-6c62-c8w2/GHSA-mfhv-6c62-c8w2.json b/advisories/unreviewed/2022/05/GHSA-mfhv-6c62-c8w2/GHSA-mfhv-6c62-c8w2.json index 48196368bf8..767df4161e8 100644 --- a/advisories/unreviewed/2022/05/GHSA-mfhv-6c62-c8w2/GHSA-mfhv-6c62-c8w2.json +++ b/advisories/unreviewed/2022/05/GHSA-mfhv-6c62-c8w2/GHSA-mfhv-6c62-c8w2.json @@ -7,12 +7,8 @@ "CVE-2021-37915" ], "details": "An issue was discovered on the Grandstream HT801 Analog Telephone Adaptor before 1.0.29.8. From the limited configuration shell, it is possible to set the malicious gdb_debug_server variable. As a result, after a reboot, the device downloads and executes malicious scripts from an attacker-defined host.", - "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-mh3v-5rfg-h4j3/GHSA-mh3v-5rfg-h4j3.json b/advisories/unreviewed/2022/05/GHSA-mh3v-5rfg-h4j3/GHSA-mh3v-5rfg-h4j3.json index d8b6065f10d..26e4626e37e 100644 --- a/advisories/unreviewed/2022/05/GHSA-mh3v-5rfg-h4j3/GHSA-mh3v-5rfg-h4j3.json +++ b/advisories/unreviewed/2022/05/GHSA-mh3v-5rfg-h4j3/GHSA-mh3v-5rfg-h4j3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-mh56-9pvx-f58x/GHSA-mh56-9pvx-f58x.json b/advisories/unreviewed/2022/05/GHSA-mh56-9pvx-f58x/GHSA-mh56-9pvx-f58x.json index 5521d42c79c..e10754864e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-mh56-9pvx-f58x/GHSA-mh56-9pvx-f58x.json +++ b/advisories/unreviewed/2022/05/GHSA-mh56-9pvx-f58x/GHSA-mh56-9pvx-f58x.json @@ -7,12 +7,8 @@ "CVE-2021-24809" ], "details": "The BP Better Messages WordPress plugin before 1.9.9.41 does not check for CSRF in multiple of its AJAX actions: bp_better_messages_leave_chat, bp_better_messages_join_chat, bp_messages_leave_thread, bp_messages_mute_thread, bp_messages_unmute_thread, bp_better_messages_add_user_to_thread, bp_better_messages_exclude_user_from_thread. This could allow attackers to make logged in users do unwanted actions", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mhp5-4q78-qrhp/GHSA-mhp5-4q78-qrhp.json b/advisories/unreviewed/2022/05/GHSA-mhp5-4q78-qrhp/GHSA-mhp5-4q78-qrhp.json index afe52e8d7e7..2f021e88dd9 100644 --- a/advisories/unreviewed/2022/05/GHSA-mhp5-4q78-qrhp/GHSA-mhp5-4q78-qrhp.json +++ b/advisories/unreviewed/2022/05/GHSA-mhp5-4q78-qrhp/GHSA-mhp5-4q78-qrhp.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-mhr8-vxv5-m5v8/GHSA-mhr8-vxv5-m5v8.json b/advisories/unreviewed/2022/05/GHSA-mhr8-vxv5-m5v8/GHSA-mhr8-vxv5-m5v8.json index 01b17ee1fa8..f25a50ef25a 100644 --- a/advisories/unreviewed/2022/05/GHSA-mhr8-vxv5-m5v8/GHSA-mhr8-vxv5-m5v8.json +++ b/advisories/unreviewed/2022/05/GHSA-mhr8-vxv5-m5v8/GHSA-mhr8-vxv5-m5v8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-mm67-7974-qm7r/GHSA-mm67-7974-qm7r.json b/advisories/unreviewed/2022/05/GHSA-mm67-7974-qm7r/GHSA-mm67-7974-qm7r.json index bd3452b2200..c7e4d1fb0b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-mm67-7974-qm7r/GHSA-mm67-7974-qm7r.json +++ b/advisories/unreviewed/2022/05/GHSA-mm67-7974-qm7r/GHSA-mm67-7974-qm7r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-mmpf-x6c4-5pvr/GHSA-mmpf-x6c4-5pvr.json b/advisories/unreviewed/2022/05/GHSA-mmpf-x6c4-5pvr/GHSA-mmpf-x6c4-5pvr.json index 0f9a7a82e9f..72a0e52dc4c 100644 --- a/advisories/unreviewed/2022/05/GHSA-mmpf-x6c4-5pvr/GHSA-mmpf-x6c4-5pvr.json +++ b/advisories/unreviewed/2022/05/GHSA-mmpf-x6c4-5pvr/GHSA-mmpf-x6c4-5pvr.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-mp45-f49c-fg56/GHSA-mp45-f49c-fg56.json b/advisories/unreviewed/2022/05/GHSA-mp45-f49c-fg56/GHSA-mp45-f49c-fg56.json index f5673d67d37..f71594fae41 100644 --- a/advisories/unreviewed/2022/05/GHSA-mp45-f49c-fg56/GHSA-mp45-f49c-fg56.json +++ b/advisories/unreviewed/2022/05/GHSA-mp45-f49c-fg56/GHSA-mp45-f49c-fg56.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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-mpf8-2m2f-qxj6/GHSA-mpf8-2m2f-qxj6.json b/advisories/unreviewed/2022/05/GHSA-mpf8-2m2f-qxj6/GHSA-mpf8-2m2f-qxj6.json index 10701445317..b9486b0f48e 100644 --- a/advisories/unreviewed/2022/05/GHSA-mpf8-2m2f-qxj6/GHSA-mpf8-2m2f-qxj6.json +++ b/advisories/unreviewed/2022/05/GHSA-mpf8-2m2f-qxj6/GHSA-mpf8-2m2f-qxj6.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-mqx7-42qx-68xr/GHSA-mqx7-42qx-68xr.json b/advisories/unreviewed/2022/05/GHSA-mqx7-42qx-68xr/GHSA-mqx7-42qx-68xr.json index d86d4bac307..319861ae318 100644 --- a/advisories/unreviewed/2022/05/GHSA-mqx7-42qx-68xr/GHSA-mqx7-42qx-68xr.json +++ b/advisories/unreviewed/2022/05/GHSA-mqx7-42qx-68xr/GHSA-mqx7-42qx-68xr.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-mqx9-j68h-8466/GHSA-mqx9-j68h-8466.json b/advisories/unreviewed/2022/05/GHSA-mqx9-j68h-8466/GHSA-mqx9-j68h-8466.json index f664c45983a..8a0e2b89df6 100644 --- a/advisories/unreviewed/2022/05/GHSA-mqx9-j68h-8466/GHSA-mqx9-j68h-8466.json +++ b/advisories/unreviewed/2022/05/GHSA-mqx9-j68h-8466/GHSA-mqx9-j68h-8466.json @@ -7,12 +7,8 @@ "CVE-2021-24770" ], "details": "The Stylish Price List WordPress plugin before 6.9.1 does not perform capability checks in its spl_upload_ser_img AJAX action (available to authenticated users), which could allow any authenticated users, such as subscriber, to upload arbitrary images.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mr55-c2c7-jch7/GHSA-mr55-c2c7-jch7.json b/advisories/unreviewed/2022/05/GHSA-mr55-c2c7-jch7/GHSA-mr55-c2c7-jch7.json index 39dfaf5da51..4ade7313898 100644 --- a/advisories/unreviewed/2022/05/GHSA-mr55-c2c7-jch7/GHSA-mr55-c2c7-jch7.json +++ b/advisories/unreviewed/2022/05/GHSA-mr55-c2c7-jch7/GHSA-mr55-c2c7-jch7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/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-mr77-7gq4-72f2/GHSA-mr77-7gq4-72f2.json b/advisories/unreviewed/2022/05/GHSA-mr77-7gq4-72f2/GHSA-mr77-7gq4-72f2.json index e2385020df8..f6501f5b60e 100644 --- a/advisories/unreviewed/2022/05/GHSA-mr77-7gq4-72f2/GHSA-mr77-7gq4-72f2.json +++ b/advisories/unreviewed/2022/05/GHSA-mr77-7gq4-72f2/GHSA-mr77-7gq4-72f2.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-mv97-5mx7-j96m/GHSA-mv97-5mx7-j96m.json b/advisories/unreviewed/2022/05/GHSA-mv97-5mx7-j96m/GHSA-mv97-5mx7-j96m.json index 07362eedc45..f4b1ddf292b 100644 --- a/advisories/unreviewed/2022/05/GHSA-mv97-5mx7-j96m/GHSA-mv97-5mx7-j96m.json +++ b/advisories/unreviewed/2022/05/GHSA-mv97-5mx7-j96m/GHSA-mv97-5mx7-j96m.json @@ -7,12 +7,8 @@ "CVE-2020-25422" ], "details": "A cross site scripting (XSS) vulnerability in menuedit.php of Mara CMS 7.5 allows attackers to execute arbitrary web scripts or HTML via a crafted payload.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mvfx-rmxp-3xgm/GHSA-mvfx-rmxp-3xgm.json b/advisories/unreviewed/2022/05/GHSA-mvfx-rmxp-3xgm/GHSA-mvfx-rmxp-3xgm.json index 50f3adc679d..dd3f5ed7795 100644 --- a/advisories/unreviewed/2022/05/GHSA-mvfx-rmxp-3xgm/GHSA-mvfx-rmxp-3xgm.json +++ b/advisories/unreviewed/2022/05/GHSA-mvfx-rmxp-3xgm/GHSA-mvfx-rmxp-3xgm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-mw69-v2cv-29ww/GHSA-mw69-v2cv-29ww.json b/advisories/unreviewed/2022/05/GHSA-mw69-v2cv-29ww/GHSA-mw69-v2cv-29ww.json index 7349f31abfd..b9474eea4fd 100644 --- a/advisories/unreviewed/2022/05/GHSA-mw69-v2cv-29ww/GHSA-mw69-v2cv-29ww.json +++ b/advisories/unreviewed/2022/05/GHSA-mw69-v2cv-29ww/GHSA-mw69-v2cv-29ww.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-mw9h-vpc6-gfx3/GHSA-mw9h-vpc6-gfx3.json b/advisories/unreviewed/2022/05/GHSA-mw9h-vpc6-gfx3/GHSA-mw9h-vpc6-gfx3.json index 56036a86d14..1811f7edcc0 100644 --- a/advisories/unreviewed/2022/05/GHSA-mw9h-vpc6-gfx3/GHSA-mw9h-vpc6-gfx3.json +++ b/advisories/unreviewed/2022/05/GHSA-mw9h-vpc6-gfx3/GHSA-mw9h-vpc6-gfx3.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-mwvv-2fff-4jmx/GHSA-mwvv-2fff-4jmx.json b/advisories/unreviewed/2022/05/GHSA-mwvv-2fff-4jmx/GHSA-mwvv-2fff-4jmx.json index 429412ab80c..e0c03412a6d 100644 --- a/advisories/unreviewed/2022/05/GHSA-mwvv-2fff-4jmx/GHSA-mwvv-2fff-4jmx.json +++ b/advisories/unreviewed/2022/05/GHSA-mwvv-2fff-4jmx/GHSA-mwvv-2fff-4jmx.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-mx2g-mmmc-2xf2/GHSA-mx2g-mmmc-2xf2.json b/advisories/unreviewed/2022/05/GHSA-mx2g-mmmc-2xf2/GHSA-mx2g-mmmc-2xf2.json index 026981b4287..2876fc4f5a3 100644 --- a/advisories/unreviewed/2022/05/GHSA-mx2g-mmmc-2xf2/GHSA-mx2g-mmmc-2xf2.json +++ b/advisories/unreviewed/2022/05/GHSA-mx2g-mmmc-2xf2/GHSA-mx2g-mmmc-2xf2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/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/05/GHSA-mx3c-jcgc-cjwv/GHSA-mx3c-jcgc-cjwv.json b/advisories/unreviewed/2022/05/GHSA-mx3c-jcgc-cjwv/GHSA-mx3c-jcgc-cjwv.json index 78a7ed288fc..358ebc399a4 100644 --- a/advisories/unreviewed/2022/05/GHSA-mx3c-jcgc-cjwv/GHSA-mx3c-jcgc-cjwv.json +++ b/advisories/unreviewed/2022/05/GHSA-mx3c-jcgc-cjwv/GHSA-mx3c-jcgc-cjwv.json @@ -7,12 +7,8 @@ "CVE-2021-25875" ], "details": "AVideo/YouPHPTube AVideo/YouPHPTube 10.0 and prior has multiple reflected Cross Script Scripting vulnerabilities via the searchPhrase parameter which allows a remote attacker to steal administrators' session cookies or perform actions as an administrator.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mxj4-4wm2-q68p/GHSA-mxj4-4wm2-q68p.json b/advisories/unreviewed/2022/05/GHSA-mxj4-4wm2-q68p/GHSA-mxj4-4wm2-q68p.json index 2d121f64db7..5b86af4f5f8 100644 --- a/advisories/unreviewed/2022/05/GHSA-mxj4-4wm2-q68p/GHSA-mxj4-4wm2-q68p.json +++ b/advisories/unreviewed/2022/05/GHSA-mxj4-4wm2-q68p/GHSA-mxj4-4wm2-q68p.json @@ -7,12 +7,8 @@ "CVE-2020-7875" ], "details": "DEXT5 Upload 5.0.0.117 and earlier versions contain a vulnerability, which could allow remote attacker to download and execute remote file by setting the argument, variable in the activeX module. This can be leveraged for code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p279-r47q-p974/GHSA-p279-r47q-p974.json b/advisories/unreviewed/2022/05/GHSA-p279-r47q-p974/GHSA-p279-r47q-p974.json index d6b56c4fd1a..10796fc0ea8 100644 --- a/advisories/unreviewed/2022/05/GHSA-p279-r47q-p974/GHSA-p279-r47q-p974.json +++ b/advisories/unreviewed/2022/05/GHSA-p279-r47q-p974/GHSA-p279-r47q-p974.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-p28f-73x9-f7vr/GHSA-p28f-73x9-f7vr.json b/advisories/unreviewed/2022/05/GHSA-p28f-73x9-f7vr/GHSA-p28f-73x9-f7vr.json index eb7dac2d782..a2b04f93cab 100644 --- a/advisories/unreviewed/2022/05/GHSA-p28f-73x9-f7vr/GHSA-p28f-73x9-f7vr.json +++ b/advisories/unreviewed/2022/05/GHSA-p28f-73x9-f7vr/GHSA-p28f-73x9-f7vr.json @@ -7,12 +7,8 @@ "CVE-2021-41562" ], "details": "A vulnerability in Snow Snow Agent for Windows allows a non-admin user to cause arbitrary deletion of files. This issue affects: Snow Snow Agent for Windows version 5.0.0 to 6.7.1 on Windows.", - "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-p3j4-f85x-cw86/GHSA-p3j4-f85x-cw86.json b/advisories/unreviewed/2022/05/GHSA-p3j4-f85x-cw86/GHSA-p3j4-f85x-cw86.json index fd786f6295e..41c3e387519 100644 --- a/advisories/unreviewed/2022/05/GHSA-p3j4-f85x-cw86/GHSA-p3j4-f85x-cw86.json +++ b/advisories/unreviewed/2022/05/GHSA-p3j4-f85x-cw86/GHSA-p3j4-f85x-cw86.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-p3jm-v67f-9hcg/GHSA-p3jm-v67f-9hcg.json b/advisories/unreviewed/2022/05/GHSA-p3jm-v67f-9hcg/GHSA-p3jm-v67f-9hcg.json index 8a5be7b8976..9b2ce6faa42 100644 --- a/advisories/unreviewed/2022/05/GHSA-p3jm-v67f-9hcg/GHSA-p3jm-v67f-9hcg.json +++ b/advisories/unreviewed/2022/05/GHSA-p3jm-v67f-9hcg/GHSA-p3jm-v67f-9hcg.json @@ -7,12 +7,8 @@ "CVE-2021-24742" ], "details": "The Logo Slider and Showcase WordPress plugin before 1.3.37 allows Editor users to update the plugin's settings via the rtWLSSettings AJAX action because it uses a nonce for authorisation instead of a capability check.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p5mc-228w-wjfm/GHSA-p5mc-228w-wjfm.json b/advisories/unreviewed/2022/05/GHSA-p5mc-228w-wjfm/GHSA-p5mc-228w-wjfm.json index dc310004d8e..7268be98938 100644 --- a/advisories/unreviewed/2022/05/GHSA-p5mc-228w-wjfm/GHSA-p5mc-228w-wjfm.json +++ b/advisories/unreviewed/2022/05/GHSA-p5mc-228w-wjfm/GHSA-p5mc-228w-wjfm.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-p682-w72j-447w/GHSA-p682-w72j-447w.json b/advisories/unreviewed/2022/05/GHSA-p682-w72j-447w/GHSA-p682-w72j-447w.json index 8539daeae35..73c3c2e823f 100644 --- a/advisories/unreviewed/2022/05/GHSA-p682-w72j-447w/GHSA-p682-w72j-447w.json +++ b/advisories/unreviewed/2022/05/GHSA-p682-w72j-447w/GHSA-p682-w72j-447w.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-p6hw-vxmg-57qg/GHSA-p6hw-vxmg-57qg.json b/advisories/unreviewed/2022/05/GHSA-p6hw-vxmg-57qg/GHSA-p6hw-vxmg-57qg.json index 7da27e328e3..6a19e530af2 100644 --- a/advisories/unreviewed/2022/05/GHSA-p6hw-vxmg-57qg/GHSA-p6hw-vxmg-57qg.json +++ b/advisories/unreviewed/2022/05/GHSA-p6hw-vxmg-57qg/GHSA-p6hw-vxmg-57qg.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-p74w-76h9-xxqv/GHSA-p74w-76h9-xxqv.json b/advisories/unreviewed/2022/05/GHSA-p74w-76h9-xxqv/GHSA-p74w-76h9-xxqv.json index 6ae14088709..b428253834d 100644 --- a/advisories/unreviewed/2022/05/GHSA-p74w-76h9-xxqv/GHSA-p74w-76h9-xxqv.json +++ b/advisories/unreviewed/2022/05/GHSA-p74w-76h9-xxqv/GHSA-p74w-76h9-xxqv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-p7c2-69hm-4w76/GHSA-p7c2-69hm-4w76.json b/advisories/unreviewed/2022/05/GHSA-p7c2-69hm-4w76/GHSA-p7c2-69hm-4w76.json index 59727ec01e5..1f94f3fa96e 100644 --- a/advisories/unreviewed/2022/05/GHSA-p7c2-69hm-4w76/GHSA-p7c2-69hm-4w76.json +++ b/advisories/unreviewed/2022/05/GHSA-p7c2-69hm-4w76/GHSA-p7c2-69hm-4w76.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-p8h8-vqw2-www6/GHSA-p8h8-vqw2-www6.json b/advisories/unreviewed/2022/05/GHSA-p8h8-vqw2-www6/GHSA-p8h8-vqw2-www6.json index cf98bdb6ae3..5e0958d3ff6 100644 --- a/advisories/unreviewed/2022/05/GHSA-p8h8-vqw2-www6/GHSA-p8h8-vqw2-www6.json +++ b/advisories/unreviewed/2022/05/GHSA-p8h8-vqw2-www6/GHSA-p8h8-vqw2-www6.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-p925-9m9r-7rqh/GHSA-p925-9m9r-7rqh.json b/advisories/unreviewed/2022/05/GHSA-p925-9m9r-7rqh/GHSA-p925-9m9r-7rqh.json index 2f1cc27de5c..c88379771ee 100644 --- a/advisories/unreviewed/2022/05/GHSA-p925-9m9r-7rqh/GHSA-p925-9m9r-7rqh.json +++ b/advisories/unreviewed/2022/05/GHSA-p925-9m9r-7rqh/GHSA-p925-9m9r-7rqh.json @@ -7,12 +7,8 @@ "CVE-2021-30813" ], "details": "This issue was addressed with improved checks. This issue is fixed in macOS Monterey 12.0.1. A person with access to a host Mac may be able to bypass the Login Window in Remote Desktop for a locked instance of macOS.", - "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-p9hx-m56p-r6wc/GHSA-p9hx-m56p-r6wc.json b/advisories/unreviewed/2022/05/GHSA-p9hx-m56p-r6wc/GHSA-p9hx-m56p-r6wc.json index c14c1caabd2..a6e53297e9e 100644 --- a/advisories/unreviewed/2022/05/GHSA-p9hx-m56p-r6wc/GHSA-p9hx-m56p-r6wc.json +++ b/advisories/unreviewed/2022/05/GHSA-p9hx-m56p-r6wc/GHSA-p9hx-m56p-r6wc.json @@ -7,12 +7,8 @@ "CVE-2021-1821" ], "details": "A logic issue was addressed with improved state management. This issue is fixed in watchOS 7.6, macOS Big Sur 11.5. Visiting a maliciously crafted webpage may lead to a system denial of service.", - "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-pfc4-fr5v-j7rh/GHSA-pfc4-fr5v-j7rh.json b/advisories/unreviewed/2022/05/GHSA-pfc4-fr5v-j7rh/GHSA-pfc4-fr5v-j7rh.json index fd887d07232..94b71686613 100644 --- a/advisories/unreviewed/2022/05/GHSA-pfc4-fr5v-j7rh/GHSA-pfc4-fr5v-j7rh.json +++ b/advisories/unreviewed/2022/05/GHSA-pfc4-fr5v-j7rh/GHSA-pfc4-fr5v-j7rh.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-pfwq-phcg-673v/GHSA-pfwq-phcg-673v.json b/advisories/unreviewed/2022/05/GHSA-pfwq-phcg-673v/GHSA-pfwq-phcg-673v.json index 23046f2088b..4ff761e8098 100644 --- a/advisories/unreviewed/2022/05/GHSA-pfwq-phcg-673v/GHSA-pfwq-phcg-673v.json +++ b/advisories/unreviewed/2022/05/GHSA-pfwq-phcg-673v/GHSA-pfwq-phcg-673v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-ph28-r8hf-mvq7/GHSA-ph28-r8hf-mvq7.json b/advisories/unreviewed/2022/05/GHSA-ph28-r8hf-mvq7/GHSA-ph28-r8hf-mvq7.json index b6c3a9f9e9a..d983cf6e282 100644 --- a/advisories/unreviewed/2022/05/GHSA-ph28-r8hf-mvq7/GHSA-ph28-r8hf-mvq7.json +++ b/advisories/unreviewed/2022/05/GHSA-ph28-r8hf-mvq7/GHSA-ph28-r8hf-mvq7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-ph84-4hmc-hhqm/GHSA-ph84-4hmc-hhqm.json b/advisories/unreviewed/2022/05/GHSA-ph84-4hmc-hhqm/GHSA-ph84-4hmc-hhqm.json index ddd21057d43..e5c3fb2a9df 100644 --- a/advisories/unreviewed/2022/05/GHSA-ph84-4hmc-hhqm/GHSA-ph84-4hmc-hhqm.json +++ b/advisories/unreviewed/2022/05/GHSA-ph84-4hmc-hhqm/GHSA-ph84-4hmc-hhqm.json @@ -7,12 +7,8 @@ "CVE-2021-3756" ], "details": "libmysofa is vulnerable to Heap-based Buffer Overflow", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-ph9c-96g7-rqr2/GHSA-ph9c-96g7-rqr2.json b/advisories/unreviewed/2022/05/GHSA-ph9c-96g7-rqr2/GHSA-ph9c-96g7-rqr2.json index 637d508cb6e..da73a66fd74 100644 --- a/advisories/unreviewed/2022/05/GHSA-ph9c-96g7-rqr2/GHSA-ph9c-96g7-rqr2.json +++ b/advisories/unreviewed/2022/05/GHSA-ph9c-96g7-rqr2/GHSA-ph9c-96g7-rqr2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-pj6v-2vhx-c87w/GHSA-pj6v-2vhx-c87w.json b/advisories/unreviewed/2022/05/GHSA-pj6v-2vhx-c87w/GHSA-pj6v-2vhx-c87w.json index 67b57184aa8..4e4146b8bbd 100644 --- a/advisories/unreviewed/2022/05/GHSA-pj6v-2vhx-c87w/GHSA-pj6v-2vhx-c87w.json +++ b/advisories/unreviewed/2022/05/GHSA-pj6v-2vhx-c87w/GHSA-pj6v-2vhx-c87w.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-pj75-2rhg-jmhv/GHSA-pj75-2rhg-jmhv.json b/advisories/unreviewed/2022/05/GHSA-pj75-2rhg-jmhv/GHSA-pj75-2rhg-jmhv.json index c84636ae6ef..5e96007287e 100644 --- a/advisories/unreviewed/2022/05/GHSA-pj75-2rhg-jmhv/GHSA-pj75-2rhg-jmhv.json +++ b/advisories/unreviewed/2022/05/GHSA-pj75-2rhg-jmhv/GHSA-pj75-2rhg-jmhv.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-pjxv-w6mp-rr7q/GHSA-pjxv-w6mp-rr7q.json b/advisories/unreviewed/2022/05/GHSA-pjxv-w6mp-rr7q/GHSA-pjxv-w6mp-rr7q.json index 3a17a920878..959dfaf1122 100644 --- a/advisories/unreviewed/2022/05/GHSA-pjxv-w6mp-rr7q/GHSA-pjxv-w6mp-rr7q.json +++ b/advisories/unreviewed/2022/05/GHSA-pjxv-w6mp-rr7q/GHSA-pjxv-w6mp-rr7q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/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/05/GHSA-pmmc-rmcm-4j92/GHSA-pmmc-rmcm-4j92.json b/advisories/unreviewed/2022/05/GHSA-pmmc-rmcm-4j92/GHSA-pmmc-rmcm-4j92.json index a4a34607c55..157f6a30eb6 100644 --- a/advisories/unreviewed/2022/05/GHSA-pmmc-rmcm-4j92/GHSA-pmmc-rmcm-4j92.json +++ b/advisories/unreviewed/2022/05/GHSA-pmmc-rmcm-4j92/GHSA-pmmc-rmcm-4j92.json @@ -7,12 +7,8 @@ "CVE-2021-37977" ], "details": "Use after free in Garbage Collection in Google Chrome prior to 94.0.4606.81 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pmqp-2j6f-jc84/GHSA-pmqp-2j6f-jc84.json b/advisories/unreviewed/2022/05/GHSA-pmqp-2j6f-jc84/GHSA-pmqp-2j6f-jc84.json index f2c833f7df7..3a79bb7faa9 100644 --- a/advisories/unreviewed/2022/05/GHSA-pmqp-2j6f-jc84/GHSA-pmqp-2j6f-jc84.json +++ b/advisories/unreviewed/2022/05/GHSA-pmqp-2j6f-jc84/GHSA-pmqp-2j6f-jc84.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-pmr8-757f-fff8/GHSA-pmr8-757f-fff8.json b/advisories/unreviewed/2022/05/GHSA-pmr8-757f-fff8/GHSA-pmr8-757f-fff8.json index c17f30b0f63..bd43db28a59 100644 --- a/advisories/unreviewed/2022/05/GHSA-pmr8-757f-fff8/GHSA-pmr8-757f-fff8.json +++ b/advisories/unreviewed/2022/05/GHSA-pmr8-757f-fff8/GHSA-pmr8-757f-fff8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-pmwf-r7hc-gwpq/GHSA-pmwf-r7hc-gwpq.json b/advisories/unreviewed/2022/05/GHSA-pmwf-r7hc-gwpq/GHSA-pmwf-r7hc-gwpq.json index 6a3002914a4..094139beb61 100644 --- a/advisories/unreviewed/2022/05/GHSA-pmwf-r7hc-gwpq/GHSA-pmwf-r7hc-gwpq.json +++ b/advisories/unreviewed/2022/05/GHSA-pmwf-r7hc-gwpq/GHSA-pmwf-r7hc-gwpq.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-pp8q-gcv4-jjfq/GHSA-pp8q-gcv4-jjfq.json b/advisories/unreviewed/2022/05/GHSA-pp8q-gcv4-jjfq/GHSA-pp8q-gcv4-jjfq.json index e8a8d4e4c7c..ede963bda6f 100644 --- a/advisories/unreviewed/2022/05/GHSA-pp8q-gcv4-jjfq/GHSA-pp8q-gcv4-jjfq.json +++ b/advisories/unreviewed/2022/05/GHSA-pp8q-gcv4-jjfq/GHSA-pp8q-gcv4-jjfq.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-pq2w-cvxp-cmjg/GHSA-pq2w-cvxp-cmjg.json b/advisories/unreviewed/2022/05/GHSA-pq2w-cvxp-cmjg/GHSA-pq2w-cvxp-cmjg.json index f48c988abfd..1dc8413e66e 100644 --- a/advisories/unreviewed/2022/05/GHSA-pq2w-cvxp-cmjg/GHSA-pq2w-cvxp-cmjg.json +++ b/advisories/unreviewed/2022/05/GHSA-pq2w-cvxp-cmjg/GHSA-pq2w-cvxp-cmjg.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-pr9v-j68v-chg2/GHSA-pr9v-j68v-chg2.json b/advisories/unreviewed/2022/05/GHSA-pr9v-j68v-chg2/GHSA-pr9v-j68v-chg2.json index 76576e3df47..a38ba82cb92 100644 --- a/advisories/unreviewed/2022/05/GHSA-pr9v-j68v-chg2/GHSA-pr9v-j68v-chg2.json +++ b/advisories/unreviewed/2022/05/GHSA-pr9v-j68v-chg2/GHSA-pr9v-j68v-chg2.json @@ -7,12 +7,8 @@ "CVE-2021-24722" ], "details": "The Restaurant Menu by MotoPress WordPress plugin through 2.4.0 does not properly sanitize or escape inputs when creating new menu items, which could allow high privilege users to perform Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-prjj-r5f6-p9xf/GHSA-prjj-r5f6-p9xf.json b/advisories/unreviewed/2022/05/GHSA-prjj-r5f6-p9xf/GHSA-prjj-r5f6-p9xf.json index 2f6055c12f4..6b508b92948 100644 --- a/advisories/unreviewed/2022/05/GHSA-prjj-r5f6-p9xf/GHSA-prjj-r5f6-p9xf.json +++ b/advisories/unreviewed/2022/05/GHSA-prjj-r5f6-p9xf/GHSA-prjj-r5f6-p9xf.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", @@ -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-pv3r-p93c-qvjx/GHSA-pv3r-p93c-qvjx.json b/advisories/unreviewed/2022/05/GHSA-pv3r-p93c-qvjx/GHSA-pv3r-p93c-qvjx.json index e60aeb49c51..eed8173902b 100644 --- a/advisories/unreviewed/2022/05/GHSA-pv3r-p93c-qvjx/GHSA-pv3r-p93c-qvjx.json +++ b/advisories/unreviewed/2022/05/GHSA-pv3r-p93c-qvjx/GHSA-pv3r-p93c-qvjx.json @@ -7,12 +7,8 @@ "CVE-2021-3823" ], "details": "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in the UpdateServer component of Bitdefender GravityZone allows an attacker to execute arbitrary code on vulnerable instances. This issue affects: Bitdefender GravityZone versions prior to 3.3.8.249.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pv69-3373-mhhq/GHSA-pv69-3373-mhhq.json b/advisories/unreviewed/2022/05/GHSA-pv69-3373-mhhq/GHSA-pv69-3373-mhhq.json index 3458d405d2d..22023364366 100644 --- a/advisories/unreviewed/2022/05/GHSA-pv69-3373-mhhq/GHSA-pv69-3373-mhhq.json +++ b/advisories/unreviewed/2022/05/GHSA-pv69-3373-mhhq/GHSA-pv69-3373-mhhq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-pv76-f73p-j7vq/GHSA-pv76-f73p-j7vq.json b/advisories/unreviewed/2022/05/GHSA-pv76-f73p-j7vq/GHSA-pv76-f73p-j7vq.json index b3a2c671723..013c2c3f72e 100644 --- a/advisories/unreviewed/2022/05/GHSA-pv76-f73p-j7vq/GHSA-pv76-f73p-j7vq.json +++ b/advisories/unreviewed/2022/05/GHSA-pv76-f73p-j7vq/GHSA-pv76-f73p-j7vq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-pv79-5r2c-jrpq/GHSA-pv79-5r2c-jrpq.json b/advisories/unreviewed/2022/05/GHSA-pv79-5r2c-jrpq/GHSA-pv79-5r2c-jrpq.json index a7ea9021302..9ae43207c6f 100644 --- a/advisories/unreviewed/2022/05/GHSA-pv79-5r2c-jrpq/GHSA-pv79-5r2c-jrpq.json +++ b/advisories/unreviewed/2022/05/GHSA-pv79-5r2c-jrpq/GHSA-pv79-5r2c-jrpq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pvqm-26fc-q6j6/GHSA-pvqm-26fc-q6j6.json b/advisories/unreviewed/2022/05/GHSA-pvqm-26fc-q6j6/GHSA-pvqm-26fc-q6j6.json index b144cc5155a..febf1aa958b 100644 --- a/advisories/unreviewed/2022/05/GHSA-pvqm-26fc-q6j6/GHSA-pvqm-26fc-q6j6.json +++ b/advisories/unreviewed/2022/05/GHSA-pvqm-26fc-q6j6/GHSA-pvqm-26fc-q6j6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-pxcm-6cxg-vrjw/GHSA-pxcm-6cxg-vrjw.json b/advisories/unreviewed/2022/05/GHSA-pxcm-6cxg-vrjw/GHSA-pxcm-6cxg-vrjw.json index d370db284e2..1e9b2cf292c 100644 --- a/advisories/unreviewed/2022/05/GHSA-pxcm-6cxg-vrjw/GHSA-pxcm-6cxg-vrjw.json +++ b/advisories/unreviewed/2022/05/GHSA-pxcm-6cxg-vrjw/GHSA-pxcm-6cxg-vrjw.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-pxf2-5pmm-5r8f/GHSA-pxf2-5pmm-5r8f.json b/advisories/unreviewed/2022/05/GHSA-pxf2-5pmm-5r8f/GHSA-pxf2-5pmm-5r8f.json index b503ac729e3..af9de2530b9 100644 --- a/advisories/unreviewed/2022/05/GHSA-pxf2-5pmm-5r8f/GHSA-pxf2-5pmm-5r8f.json +++ b/advisories/unreviewed/2022/05/GHSA-pxf2-5pmm-5r8f/GHSA-pxf2-5pmm-5r8f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "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/2022/05/GHSA-q2cv-8m5w-p6f2/GHSA-q2cv-8m5w-p6f2.json b/advisories/unreviewed/2022/05/GHSA-q2cv-8m5w-p6f2/GHSA-q2cv-8m5w-p6f2.json index 0b65b039205..0247b335841 100644 --- a/advisories/unreviewed/2022/05/GHSA-q2cv-8m5w-p6f2/GHSA-q2cv-8m5w-p6f2.json +++ b/advisories/unreviewed/2022/05/GHSA-q2cv-8m5w-p6f2/GHSA-q2cv-8m5w-p6f2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-q2v7-8374-q2m6/GHSA-q2v7-8374-q2m6.json b/advisories/unreviewed/2022/05/GHSA-q2v7-8374-q2m6/GHSA-q2v7-8374-q2m6.json index dd83de88338..de702e229a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-q2v7-8374-q2m6/GHSA-q2v7-8374-q2m6.json +++ b/advisories/unreviewed/2022/05/GHSA-q2v7-8374-q2m6/GHSA-q2v7-8374-q2m6.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-q2wp-4p9r-fg6g/GHSA-q2wp-4p9r-fg6g.json b/advisories/unreviewed/2022/05/GHSA-q2wp-4p9r-fg6g/GHSA-q2wp-4p9r-fg6g.json index c11c8dd3f19..487684df0ca 100644 --- a/advisories/unreviewed/2022/05/GHSA-q2wp-4p9r-fg6g/GHSA-q2wp-4p9r-fg6g.json +++ b/advisories/unreviewed/2022/05/GHSA-q2wp-4p9r-fg6g/GHSA-q2wp-4p9r-fg6g.json @@ -7,12 +7,8 @@ "CVE-2021-22563" ], "details": "Invalid JPEG XL images using libjxl can cause an out of bounds access on a std::vector> when rendering splines. The OOB read access can either lead to a segfault, or rendering splines based on other process memory. It is recommended to upgrade past 0.6.0 or patch with https://github.com/libjxl/libjxl/pull/757", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q2x5-qxvr-ch2p/GHSA-q2x5-qxvr-ch2p.json b/advisories/unreviewed/2022/05/GHSA-q2x5-qxvr-ch2p/GHSA-q2x5-qxvr-ch2p.json index 2f89a0734f2..702776a71ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-q2x5-qxvr-ch2p/GHSA-q2x5-qxvr-ch2p.json +++ b/advisories/unreviewed/2022/05/GHSA-q2x5-qxvr-ch2p/GHSA-q2x5-qxvr-ch2p.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-q3xm-878j-qfwr/GHSA-q3xm-878j-qfwr.json b/advisories/unreviewed/2022/05/GHSA-q3xm-878j-qfwr/GHSA-q3xm-878j-qfwr.json index ce90dfb3007..4f8a79a4791 100644 --- a/advisories/unreviewed/2022/05/GHSA-q3xm-878j-qfwr/GHSA-q3xm-878j-qfwr.json +++ b/advisories/unreviewed/2022/05/GHSA-q3xm-878j-qfwr/GHSA-q3xm-878j-qfwr.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-q423-xqrx-xqpf/GHSA-q423-xqrx-xqpf.json b/advisories/unreviewed/2022/05/GHSA-q423-xqrx-xqpf/GHSA-q423-xqrx-xqpf.json index dc13f129b9b..a6384ecb9f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-q423-xqrx-xqpf/GHSA-q423-xqrx-xqpf.json +++ b/advisories/unreviewed/2022/05/GHSA-q423-xqrx-xqpf/GHSA-q423-xqrx-xqpf.json @@ -7,12 +7,8 @@ "CVE-2021-20838" ], "details": "Office Server Document Converter V7.2MR4 and earlier and V7.1MR7 and earlier allows a remote unauthenticated attacker to conduct an XML External Entity (XXE) attack to cause a denial of service (DoS) condition by processing a specially crafted XML document.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q4cp-jqj9-c4cv/GHSA-q4cp-jqj9-c4cv.json b/advisories/unreviewed/2022/05/GHSA-q4cp-jqj9-c4cv/GHSA-q4cp-jqj9-c4cv.json index 6063474da39..801a995083e 100644 --- a/advisories/unreviewed/2022/05/GHSA-q4cp-jqj9-c4cv/GHSA-q4cp-jqj9-c4cv.json +++ b/advisories/unreviewed/2022/05/GHSA-q4cp-jqj9-c4cv/GHSA-q4cp-jqj9-c4cv.json @@ -7,12 +7,8 @@ "CVE-2020-29629" ], "details": "An out-of-bounds read was addressed with improved input validation. This issue is fixed in macOS Big Sur 11.0.1. A malicious application may be able to read restricted memory.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q536-5rhj-7g9h/GHSA-q536-5rhj-7g9h.json b/advisories/unreviewed/2022/05/GHSA-q536-5rhj-7g9h/GHSA-q536-5rhj-7g9h.json index 31cfa6bbd8b..3fa2934b27f 100644 --- a/advisories/unreviewed/2022/05/GHSA-q536-5rhj-7g9h/GHSA-q536-5rhj-7g9h.json +++ b/advisories/unreviewed/2022/05/GHSA-q536-5rhj-7g9h/GHSA-q536-5rhj-7g9h.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", @@ -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/05/GHSA-q655-x2v6-jgmq/GHSA-q655-x2v6-jgmq.json b/advisories/unreviewed/2022/05/GHSA-q655-x2v6-jgmq/GHSA-q655-x2v6-jgmq.json index 7e7ad585648..91917d42df5 100644 --- a/advisories/unreviewed/2022/05/GHSA-q655-x2v6-jgmq/GHSA-q655-x2v6-jgmq.json +++ b/advisories/unreviewed/2022/05/GHSA-q655-x2v6-jgmq/GHSA-q655-x2v6-jgmq.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-q656-q9vw-4vg8/GHSA-q656-q9vw-4vg8.json b/advisories/unreviewed/2022/05/GHSA-q656-q9vw-4vg8/GHSA-q656-q9vw-4vg8.json index de8a6bde817..cef780bf388 100644 --- a/advisories/unreviewed/2022/05/GHSA-q656-q9vw-4vg8/GHSA-q656-q9vw-4vg8.json +++ b/advisories/unreviewed/2022/05/GHSA-q656-q9vw-4vg8/GHSA-q656-q9vw-4vg8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q73g-99mm-x54r/GHSA-q73g-99mm-x54r.json b/advisories/unreviewed/2022/05/GHSA-q73g-99mm-x54r/GHSA-q73g-99mm-x54r.json index cfb7bab5666..a2725460d12 100644 --- a/advisories/unreviewed/2022/05/GHSA-q73g-99mm-x54r/GHSA-q73g-99mm-x54r.json +++ b/advisories/unreviewed/2022/05/GHSA-q73g-99mm-x54r/GHSA-q73g-99mm-x54r.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-q965-2pff-h2w4/GHSA-q965-2pff-h2w4.json b/advisories/unreviewed/2022/05/GHSA-q965-2pff-h2w4/GHSA-q965-2pff-h2w4.json index 00561d456fc..33a5deb931e 100644 --- a/advisories/unreviewed/2022/05/GHSA-q965-2pff-h2w4/GHSA-q965-2pff-h2w4.json +++ b/advisories/unreviewed/2022/05/GHSA-q965-2pff-h2w4/GHSA-q965-2pff-h2w4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-q9g8-f5hf-9356/GHSA-q9g8-f5hf-9356.json b/advisories/unreviewed/2022/05/GHSA-q9g8-f5hf-9356/GHSA-q9g8-f5hf-9356.json index 60c6d45b861..901cfe23dd9 100644 --- a/advisories/unreviewed/2022/05/GHSA-q9g8-f5hf-9356/GHSA-q9g8-f5hf-9356.json +++ b/advisories/unreviewed/2022/05/GHSA-q9g8-f5hf-9356/GHSA-q9g8-f5hf-9356.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q9qq-hhhc-3c8x/GHSA-q9qq-hhhc-3c8x.json b/advisories/unreviewed/2022/05/GHSA-q9qq-hhhc-3c8x/GHSA-q9qq-hhhc-3c8x.json index 104c02596d4..593671f4ea1 100644 --- a/advisories/unreviewed/2022/05/GHSA-q9qq-hhhc-3c8x/GHSA-q9qq-hhhc-3c8x.json +++ b/advisories/unreviewed/2022/05/GHSA-q9qq-hhhc-3c8x/GHSA-q9qq-hhhc-3c8x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-qc5g-x3cg-494v/GHSA-qc5g-x3cg-494v.json b/advisories/unreviewed/2022/05/GHSA-qc5g-x3cg-494v/GHSA-qc5g-x3cg-494v.json index e44cd0e3baa..35e182ad2d4 100644 --- a/advisories/unreviewed/2022/05/GHSA-qc5g-x3cg-494v/GHSA-qc5g-x3cg-494v.json +++ b/advisories/unreviewed/2022/05/GHSA-qc5g-x3cg-494v/GHSA-qc5g-x3cg-494v.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-qcx3-qcrj-82h7/GHSA-qcx3-qcrj-82h7.json b/advisories/unreviewed/2022/05/GHSA-qcx3-qcrj-82h7/GHSA-qcx3-qcrj-82h7.json index 9903dcf476d..d556a968bdf 100644 --- a/advisories/unreviewed/2022/05/GHSA-qcx3-qcrj-82h7/GHSA-qcx3-qcrj-82h7.json +++ b/advisories/unreviewed/2022/05/GHSA-qcx3-qcrj-82h7/GHSA-qcx3-qcrj-82h7.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-qcx4-gfh8-w5p5/GHSA-qcx4-gfh8-w5p5.json b/advisories/unreviewed/2022/05/GHSA-qcx4-gfh8-w5p5/GHSA-qcx4-gfh8-w5p5.json index 8efb4e97da4..aaffebb5544 100644 --- a/advisories/unreviewed/2022/05/GHSA-qcx4-gfh8-w5p5/GHSA-qcx4-gfh8-w5p5.json +++ b/advisories/unreviewed/2022/05/GHSA-qcx4-gfh8-w5p5/GHSA-qcx4-gfh8-w5p5.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-qf2m-h28q-74r5/GHSA-qf2m-h28q-74r5.json b/advisories/unreviewed/2022/05/GHSA-qf2m-h28q-74r5/GHSA-qf2m-h28q-74r5.json index e9a95862b22..c37e983fb74 100644 --- a/advisories/unreviewed/2022/05/GHSA-qf2m-h28q-74r5/GHSA-qf2m-h28q-74r5.json +++ b/advisories/unreviewed/2022/05/GHSA-qf2m-h28q-74r5/GHSA-qf2m-h28q-74r5.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-qfgg-fv6m-h7j6/GHSA-qfgg-fv6m-h7j6.json b/advisories/unreviewed/2022/05/GHSA-qfgg-fv6m-h7j6/GHSA-qfgg-fv6m-h7j6.json index dc484f3ae6b..ca15cc734a1 100644 --- a/advisories/unreviewed/2022/05/GHSA-qfgg-fv6m-h7j6/GHSA-qfgg-fv6m-h7j6.json +++ b/advisories/unreviewed/2022/05/GHSA-qfgg-fv6m-h7j6/GHSA-qfgg-fv6m-h7j6.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-qfhr-mxhr-cf29/GHSA-qfhr-mxhr-cf29.json b/advisories/unreviewed/2022/05/GHSA-qfhr-mxhr-cf29/GHSA-qfhr-mxhr-cf29.json index 5d0ca05ad48..915a6c01ec3 100644 --- a/advisories/unreviewed/2022/05/GHSA-qfhr-mxhr-cf29/GHSA-qfhr-mxhr-cf29.json +++ b/advisories/unreviewed/2022/05/GHSA-qfhr-mxhr-cf29/GHSA-qfhr-mxhr-cf29.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/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/05/GHSA-qfpf-pqj6-8h2g/GHSA-qfpf-pqj6-8h2g.json b/advisories/unreviewed/2022/05/GHSA-qfpf-pqj6-8h2g/GHSA-qfpf-pqj6-8h2g.json index d6aa65e0df0..f32f68ac0d8 100644 --- a/advisories/unreviewed/2022/05/GHSA-qfpf-pqj6-8h2g/GHSA-qfpf-pqj6-8h2g.json +++ b/advisories/unreviewed/2022/05/GHSA-qfpf-pqj6-8h2g/GHSA-qfpf-pqj6-8h2g.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-qg6q-7mwr-m5vq/GHSA-qg6q-7mwr-m5vq.json b/advisories/unreviewed/2022/05/GHSA-qg6q-7mwr-m5vq/GHSA-qg6q-7mwr-m5vq.json index 87fa0ad2840..5c07ffa57f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-qg6q-7mwr-m5vq/GHSA-qg6q-7mwr-m5vq.json +++ b/advisories/unreviewed/2022/05/GHSA-qg6q-7mwr-m5vq/GHSA-qg6q-7mwr-m5vq.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-qh2h-hh8h-m97x/GHSA-qh2h-hh8h-m97x.json b/advisories/unreviewed/2022/05/GHSA-qh2h-hh8h-m97x/GHSA-qh2h-hh8h-m97x.json index 54f9ac34890..0a4a397b3cc 100644 --- a/advisories/unreviewed/2022/05/GHSA-qh2h-hh8h-m97x/GHSA-qh2h-hh8h-m97x.json +++ b/advisories/unreviewed/2022/05/GHSA-qh2h-hh8h-m97x/GHSA-qh2h-hh8h-m97x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qh4g-m5r3-5v8q/GHSA-qh4g-m5r3-5v8q.json b/advisories/unreviewed/2022/05/GHSA-qh4g-m5r3-5v8q/GHSA-qh4g-m5r3-5v8q.json index 39e2c4b2897..d8b87fa8d2d 100644 --- a/advisories/unreviewed/2022/05/GHSA-qh4g-m5r3-5v8q/GHSA-qh4g-m5r3-5v8q.json +++ b/advisories/unreviewed/2022/05/GHSA-qh4g-m5r3-5v8q/GHSA-qh4g-m5r3-5v8q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-qhjj-mjx7-wxj5/GHSA-qhjj-mjx7-wxj5.json b/advisories/unreviewed/2022/05/GHSA-qhjj-mjx7-wxj5/GHSA-qhjj-mjx7-wxj5.json index dbdac0f5b11..48492205494 100644 --- a/advisories/unreviewed/2022/05/GHSA-qhjj-mjx7-wxj5/GHSA-qhjj-mjx7-wxj5.json +++ b/advisories/unreviewed/2022/05/GHSA-qhjj-mjx7-wxj5/GHSA-qhjj-mjx7-wxj5.json @@ -7,12 +7,8 @@ "CVE-2021-36990" ], "details": "There is a vulnerability of tampering with the kernel in Huawei Smartphone.Successful exploitation of this vulnerability may escalate permissions.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qpg6-9qg9-qpwr/GHSA-qpg6-9qg9-qpwr.json b/advisories/unreviewed/2022/05/GHSA-qpg6-9qg9-qpwr/GHSA-qpg6-9qg9-qpwr.json index 0d1eb6b4fa8..8e8b0eb739c 100644 --- a/advisories/unreviewed/2022/05/GHSA-qpg6-9qg9-qpwr/GHSA-qpg6-9qg9-qpwr.json +++ b/advisories/unreviewed/2022/05/GHSA-qpg6-9qg9-qpwr/GHSA-qpg6-9qg9-qpwr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-qppv-v6vq-jq33/GHSA-qppv-v6vq-jq33.json b/advisories/unreviewed/2022/05/GHSA-qppv-v6vq-jq33/GHSA-qppv-v6vq-jq33.json index aceb8babeaa..c33260e8126 100644 --- a/advisories/unreviewed/2022/05/GHSA-qppv-v6vq-jq33/GHSA-qppv-v6vq-jq33.json +++ b/advisories/unreviewed/2022/05/GHSA-qppv-v6vq-jq33/GHSA-qppv-v6vq-jq33.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-qqwx-xvq5-wgvm/GHSA-qqwx-xvq5-wgvm.json b/advisories/unreviewed/2022/05/GHSA-qqwx-xvq5-wgvm/GHSA-qqwx-xvq5-wgvm.json index 0d58994b049..475edf6300f 100644 --- a/advisories/unreviewed/2022/05/GHSA-qqwx-xvq5-wgvm/GHSA-qqwx-xvq5-wgvm.json +++ b/advisories/unreviewed/2022/05/GHSA-qqwx-xvq5-wgvm/GHSA-qqwx-xvq5-wgvm.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-qrg7-rr43-295r/GHSA-qrg7-rr43-295r.json b/advisories/unreviewed/2022/05/GHSA-qrg7-rr43-295r/GHSA-qrg7-rr43-295r.json index dcd136c2f17..974200118e6 100644 --- a/advisories/unreviewed/2022/05/GHSA-qrg7-rr43-295r/GHSA-qrg7-rr43-295r.json +++ b/advisories/unreviewed/2022/05/GHSA-qrg7-rr43-295r/GHSA-qrg7-rr43-295r.json @@ -7,12 +7,8 @@ "CVE-2021-22486" ], "details": "There is a issue of Unstandardized field names in Huawei Smartphone. Successful exploitation of this vulnerability may affect service confidentiality.", - "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-qrmv-xr2h-3hrw/GHSA-qrmv-xr2h-3hrw.json b/advisories/unreviewed/2022/05/GHSA-qrmv-xr2h-3hrw/GHSA-qrmv-xr2h-3hrw.json index b3e5bf93836..79bbf8cf919 100644 --- a/advisories/unreviewed/2022/05/GHSA-qrmv-xr2h-3hrw/GHSA-qrmv-xr2h-3hrw.json +++ b/advisories/unreviewed/2022/05/GHSA-qrmv-xr2h-3hrw/GHSA-qrmv-xr2h-3hrw.json @@ -7,12 +7,8 @@ "CVE-2021-3906" ], "details": "bookstack is vulnerable to Unrestricted Upload of File with Dangerous Type", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qv94-w6rj-6f5p/GHSA-qv94-w6rj-6f5p.json b/advisories/unreviewed/2022/05/GHSA-qv94-w6rj-6f5p/GHSA-qv94-w6rj-6f5p.json index 7930642ae8a..2c8306494a7 100644 --- a/advisories/unreviewed/2022/05/GHSA-qv94-w6rj-6f5p/GHSA-qv94-w6rj-6f5p.json +++ b/advisories/unreviewed/2022/05/GHSA-qv94-w6rj-6f5p/GHSA-qv94-w6rj-6f5p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-qvhc-5474-w39h/GHSA-qvhc-5474-w39h.json b/advisories/unreviewed/2022/05/GHSA-qvhc-5474-w39h/GHSA-qvhc-5474-w39h.json index e8bd1c36da2..0cd793a3b40 100644 --- a/advisories/unreviewed/2022/05/GHSA-qvhc-5474-w39h/GHSA-qvhc-5474-w39h.json +++ b/advisories/unreviewed/2022/05/GHSA-qvhc-5474-w39h/GHSA-qvhc-5474-w39h.json @@ -7,12 +7,8 @@ "CVE-2021-31624" ], "details": "Buffer Overflow vulnerability in Tenda AC9 V1.0 through V15.03.05.19(6318), and AC9 V3.0 V15.03.06.42_multi, allows attackers to execute arbitrary code via the urls parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qww2-5xc6-ggf9/GHSA-qww2-5xc6-ggf9.json b/advisories/unreviewed/2022/05/GHSA-qww2-5xc6-ggf9/GHSA-qww2-5xc6-ggf9.json index 536e301f227..24a6476def4 100644 --- a/advisories/unreviewed/2022/05/GHSA-qww2-5xc6-ggf9/GHSA-qww2-5xc6-ggf9.json +++ b/advisories/unreviewed/2022/05/GHSA-qww2-5xc6-ggf9/GHSA-qww2-5xc6-ggf9.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-qx8v-q2j7-79rf/GHSA-qx8v-q2j7-79rf.json b/advisories/unreviewed/2022/05/GHSA-qx8v-q2j7-79rf/GHSA-qx8v-q2j7-79rf.json index 43072c4e6d0..7f66ac99142 100644 --- a/advisories/unreviewed/2022/05/GHSA-qx8v-q2j7-79rf/GHSA-qx8v-q2j7-79rf.json +++ b/advisories/unreviewed/2022/05/GHSA-qx8v-q2j7-79rf/GHSA-qx8v-q2j7-79rf.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-qxf3-w2rf-mhmm/GHSA-qxf3-w2rf-mhmm.json b/advisories/unreviewed/2022/05/GHSA-qxf3-w2rf-mhmm/GHSA-qxf3-w2rf-mhmm.json index 737e65c523f..eb1761c2bc2 100644 --- a/advisories/unreviewed/2022/05/GHSA-qxf3-w2rf-mhmm/GHSA-qxf3-w2rf-mhmm.json +++ b/advisories/unreviewed/2022/05/GHSA-qxf3-w2rf-mhmm/GHSA-qxf3-w2rf-mhmm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-qxq3-rcf5-vg94/GHSA-qxq3-rcf5-vg94.json b/advisories/unreviewed/2022/05/GHSA-qxq3-rcf5-vg94/GHSA-qxq3-rcf5-vg94.json index 06d402841ff..1669fd01f98 100644 --- a/advisories/unreviewed/2022/05/GHSA-qxq3-rcf5-vg94/GHSA-qxq3-rcf5-vg94.json +++ b/advisories/unreviewed/2022/05/GHSA-qxq3-rcf5-vg94/GHSA-qxq3-rcf5-vg94.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-r3c9-fr3v-w7cf/GHSA-r3c9-fr3v-w7cf.json b/advisories/unreviewed/2022/05/GHSA-r3c9-fr3v-w7cf/GHSA-r3c9-fr3v-w7cf.json index 4f30a4a4632..58700bc8b79 100644 --- a/advisories/unreviewed/2022/05/GHSA-r3c9-fr3v-w7cf/GHSA-r3c9-fr3v-w7cf.json +++ b/advisories/unreviewed/2022/05/GHSA-r3c9-fr3v-w7cf/GHSA-r3c9-fr3v-w7cf.json @@ -7,12 +7,8 @@ "CVE-2021-36992" ], "details": "There is a Public key verification vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability may affect service confidentiality.", - "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-r3jm-wmp2-rvf3/GHSA-r3jm-wmp2-rvf3.json b/advisories/unreviewed/2022/05/GHSA-r3jm-wmp2-rvf3/GHSA-r3jm-wmp2-rvf3.json index 1f4b9312d97..b39b3afeff5 100644 --- a/advisories/unreviewed/2022/05/GHSA-r3jm-wmp2-rvf3/GHSA-r3jm-wmp2-rvf3.json +++ b/advisories/unreviewed/2022/05/GHSA-r3jm-wmp2-rvf3/GHSA-r3jm-wmp2-rvf3.json @@ -7,12 +7,8 @@ "CVE-2021-29737" ], "details": "IBM InfoSphere Data Flow Designer Engine (IBM InfoSphere Information Server 11.7 ) component has improper validation of the REST API server certificate. IBM X-Force ID: 201301.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r3xp-qcg2-fr3f/GHSA-r3xp-qcg2-fr3f.json b/advisories/unreviewed/2022/05/GHSA-r3xp-qcg2-fr3f/GHSA-r3xp-qcg2-fr3f.json index dd595f6776d..e69ffa6531d 100644 --- a/advisories/unreviewed/2022/05/GHSA-r3xp-qcg2-fr3f/GHSA-r3xp-qcg2-fr3f.json +++ b/advisories/unreviewed/2022/05/GHSA-r3xp-qcg2-fr3f/GHSA-r3xp-qcg2-fr3f.json @@ -7,12 +7,8 @@ "CVE-2021-36184" ], "details": "A improper neutralization of Special Elements used in an SQL Command ('SQL Injection') in Fortinet FortiWLM version 8.6.1 and below allows attacker to disclosure device, users and database information via crafted HTTP requests.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r5c4-262p-m396/GHSA-r5c4-262p-m396.json b/advisories/unreviewed/2022/05/GHSA-r5c4-262p-m396/GHSA-r5c4-262p-m396.json index d8a306b0577..db0fa72c515 100644 --- a/advisories/unreviewed/2022/05/GHSA-r5c4-262p-m396/GHSA-r5c4-262p-m396.json +++ b/advisories/unreviewed/2022/05/GHSA-r5c4-262p-m396/GHSA-r5c4-262p-m396.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-r63g-rwmc-75w3/GHSA-r63g-rwmc-75w3.json b/advisories/unreviewed/2022/05/GHSA-r63g-rwmc-75w3/GHSA-r63g-rwmc-75w3.json index 61562313083..05df3dc316a 100644 --- a/advisories/unreviewed/2022/05/GHSA-r63g-rwmc-75w3/GHSA-r63g-rwmc-75w3.json +++ b/advisories/unreviewed/2022/05/GHSA-r63g-rwmc-75w3/GHSA-r63g-rwmc-75w3.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-r63j-4gxh-8m32/GHSA-r63j-4gxh-8m32.json b/advisories/unreviewed/2022/05/GHSA-r63j-4gxh-8m32/GHSA-r63j-4gxh-8m32.json index 085acfc8719..b936b4fde2d 100644 --- a/advisories/unreviewed/2022/05/GHSA-r63j-4gxh-8m32/GHSA-r63j-4gxh-8m32.json +++ b/advisories/unreviewed/2022/05/GHSA-r63j-4gxh-8m32/GHSA-r63j-4gxh-8m32.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-r69j-9fc4-9j2p/GHSA-r69j-9fc4-9j2p.json b/advisories/unreviewed/2022/05/GHSA-r69j-9fc4-9j2p/GHSA-r69j-9fc4-9j2p.json index 8e8400e0792..814ca0074ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-r69j-9fc4-9j2p/GHSA-r69j-9fc4-9j2p.json +++ b/advisories/unreviewed/2022/05/GHSA-r69j-9fc4-9j2p/GHSA-r69j-9fc4-9j2p.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-r6q4-gxv3-v7q7/GHSA-r6q4-gxv3-v7q7.json b/advisories/unreviewed/2022/05/GHSA-r6q4-gxv3-v7q7/GHSA-r6q4-gxv3-v7q7.json index 7871bfdaf67..d3208a1cdfb 100644 --- a/advisories/unreviewed/2022/05/GHSA-r6q4-gxv3-v7q7/GHSA-r6q4-gxv3-v7q7.json +++ b/advisories/unreviewed/2022/05/GHSA-r6q4-gxv3-v7q7/GHSA-r6q4-gxv3-v7q7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-r7cw-73w2-3p23/GHSA-r7cw-73w2-3p23.json b/advisories/unreviewed/2022/05/GHSA-r7cw-73w2-3p23/GHSA-r7cw-73w2-3p23.json index 1cde6a5afd8..a044cd890fd 100644 --- a/advisories/unreviewed/2022/05/GHSA-r7cw-73w2-3p23/GHSA-r7cw-73w2-3p23.json +++ b/advisories/unreviewed/2022/05/GHSA-r7cw-73w2-3p23/GHSA-r7cw-73w2-3p23.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-r7mx-32g8-mhc6/GHSA-r7mx-32g8-mhc6.json b/advisories/unreviewed/2022/05/GHSA-r7mx-32g8-mhc6/GHSA-r7mx-32g8-mhc6.json index f9bae0233b0..c3b0e03fc9e 100644 --- a/advisories/unreviewed/2022/05/GHSA-r7mx-32g8-mhc6/GHSA-r7mx-32g8-mhc6.json +++ b/advisories/unreviewed/2022/05/GHSA-r7mx-32g8-mhc6/GHSA-r7mx-32g8-mhc6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-r9w8-mv5h-rjj8/GHSA-r9w8-mv5h-rjj8.json b/advisories/unreviewed/2022/05/GHSA-r9w8-mv5h-rjj8/GHSA-r9w8-mv5h-rjj8.json index f49ff23e95c..cd0424be24e 100644 --- a/advisories/unreviewed/2022/05/GHSA-r9w8-mv5h-rjj8/GHSA-r9w8-mv5h-rjj8.json +++ b/advisories/unreviewed/2022/05/GHSA-r9w8-mv5h-rjj8/GHSA-r9w8-mv5h-rjj8.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-rcrf-pfqg-hxmm/GHSA-rcrf-pfqg-hxmm.json b/advisories/unreviewed/2022/05/GHSA-rcrf-pfqg-hxmm/GHSA-rcrf-pfqg-hxmm.json index 0bc3e56a18b..e300d12b4c1 100644 --- a/advisories/unreviewed/2022/05/GHSA-rcrf-pfqg-hxmm/GHSA-rcrf-pfqg-hxmm.json +++ b/advisories/unreviewed/2022/05/GHSA-rcrf-pfqg-hxmm/GHSA-rcrf-pfqg-hxmm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-rcwg-4gj2-4r2g/GHSA-rcwg-4gj2-4r2g.json b/advisories/unreviewed/2022/05/GHSA-rcwg-4gj2-4r2g/GHSA-rcwg-4gj2-4r2g.json index 9f7fa305037..b3e0316de69 100644 --- a/advisories/unreviewed/2022/05/GHSA-rcwg-4gj2-4r2g/GHSA-rcwg-4gj2-4r2g.json +++ b/advisories/unreviewed/2022/05/GHSA-rcwg-4gj2-4r2g/GHSA-rcwg-4gj2-4r2g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/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-rf3p-54wj-x9r9/GHSA-rf3p-54wj-x9r9.json b/advisories/unreviewed/2022/05/GHSA-rf3p-54wj-x9r9/GHSA-rf3p-54wj-x9r9.json index 63ee6d26090..6f3efd41486 100644 --- a/advisories/unreviewed/2022/05/GHSA-rf3p-54wj-x9r9/GHSA-rf3p-54wj-x9r9.json +++ b/advisories/unreviewed/2022/05/GHSA-rf3p-54wj-x9r9/GHSA-rf3p-54wj-x9r9.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-rfm9-3hx8-8v36/GHSA-rfm9-3hx8-8v36.json b/advisories/unreviewed/2022/05/GHSA-rfm9-3hx8-8v36/GHSA-rfm9-3hx8-8v36.json index b363f288dfa..13bde1e9341 100644 --- a/advisories/unreviewed/2022/05/GHSA-rfm9-3hx8-8v36/GHSA-rfm9-3hx8-8v36.json +++ b/advisories/unreviewed/2022/05/GHSA-rfm9-3hx8-8v36/GHSA-rfm9-3hx8-8v36.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-rgf9-4gwx-vwv9/GHSA-rgf9-4gwx-vwv9.json b/advisories/unreviewed/2022/05/GHSA-rgf9-4gwx-vwv9/GHSA-rgf9-4gwx-vwv9.json index 1180d39c82f..17cf6ca6a90 100644 --- a/advisories/unreviewed/2022/05/GHSA-rgf9-4gwx-vwv9/GHSA-rgf9-4gwx-vwv9.json +++ b/advisories/unreviewed/2022/05/GHSA-rgf9-4gwx-vwv9/GHSA-rgf9-4gwx-vwv9.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-rgpj-f9xq-fr9h/GHSA-rgpj-f9xq-fr9h.json b/advisories/unreviewed/2022/05/GHSA-rgpj-f9xq-fr9h/GHSA-rgpj-f9xq-fr9h.json index 6dc312b43fd..473ce657e44 100644 --- a/advisories/unreviewed/2022/05/GHSA-rgpj-f9xq-fr9h/GHSA-rgpj-f9xq-fr9h.json +++ b/advisories/unreviewed/2022/05/GHSA-rgpj-f9xq-fr9h/GHSA-rgpj-f9xq-fr9h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-rh22-q4j2-m68r/GHSA-rh22-q4j2-m68r.json b/advisories/unreviewed/2022/05/GHSA-rh22-q4j2-m68r/GHSA-rh22-q4j2-m68r.json index 79ff3eb395d..b385bbb4118 100644 --- a/advisories/unreviewed/2022/05/GHSA-rh22-q4j2-m68r/GHSA-rh22-q4j2-m68r.json +++ b/advisories/unreviewed/2022/05/GHSA-rh22-q4j2-m68r/GHSA-rh22-q4j2-m68r.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-rh5j-39rr-m4jh/GHSA-rh5j-39rr-m4jh.json b/advisories/unreviewed/2022/05/GHSA-rh5j-39rr-m4jh/GHSA-rh5j-39rr-m4jh.json index 93d12cc4578..3bcb72b1074 100644 --- a/advisories/unreviewed/2022/05/GHSA-rh5j-39rr-m4jh/GHSA-rh5j-39rr-m4jh.json +++ b/advisories/unreviewed/2022/05/GHSA-rh5j-39rr-m4jh/GHSA-rh5j-39rr-m4jh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-rhh4-p2qj-259f/GHSA-rhh4-p2qj-259f.json b/advisories/unreviewed/2022/05/GHSA-rhh4-p2qj-259f/GHSA-rhh4-p2qj-259f.json index 23d4d0d6814..b6bc02d8082 100644 --- a/advisories/unreviewed/2022/05/GHSA-rhh4-p2qj-259f/GHSA-rhh4-p2qj-259f.json +++ b/advisories/unreviewed/2022/05/GHSA-rhh4-p2qj-259f/GHSA-rhh4-p2qj-259f.json @@ -7,12 +7,8 @@ "CVE-2021-22462" ], "details": "A component of the HarmonyOS has a NULL Pointer Dereference vulnerability. Local attackers may exploit this vulnerability to cause kernel crash.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rhmm-fwg9-r5m5/GHSA-rhmm-fwg9-r5m5.json b/advisories/unreviewed/2022/05/GHSA-rhmm-fwg9-r5m5/GHSA-rhmm-fwg9-r5m5.json index 0e167986c75..79417ac0722 100644 --- a/advisories/unreviewed/2022/05/GHSA-rhmm-fwg9-r5m5/GHSA-rhmm-fwg9-r5m5.json +++ b/advisories/unreviewed/2022/05/GHSA-rhmm-fwg9-r5m5/GHSA-rhmm-fwg9-r5m5.json @@ -7,12 +7,8 @@ "CVE-2021-34585" ], "details": "In the CODESYS V2 web server prior to V1.1.9.22 crafted web server requests can trigger a parser error. Since the parser result is not checked under all conditions, a pointer dereference with an invalid address can occur. This leads to a denial of service situation.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rhph-5r83-p3mr/GHSA-rhph-5r83-p3mr.json b/advisories/unreviewed/2022/05/GHSA-rhph-5r83-p3mr/GHSA-rhph-5r83-p3mr.json index 86a3e10924b..7ae7cc2df71 100644 --- a/advisories/unreviewed/2022/05/GHSA-rhph-5r83-p3mr/GHSA-rhph-5r83-p3mr.json +++ b/advisories/unreviewed/2022/05/GHSA-rhph-5r83-p3mr/GHSA-rhph-5r83-p3mr.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-rj2q-3rhf-2wrq/GHSA-rj2q-3rhf-2wrq.json b/advisories/unreviewed/2022/05/GHSA-rj2q-3rhf-2wrq/GHSA-rj2q-3rhf-2wrq.json index 761e096bfa5..9d79b866178 100644 --- a/advisories/unreviewed/2022/05/GHSA-rj2q-3rhf-2wrq/GHSA-rj2q-3rhf-2wrq.json +++ b/advisories/unreviewed/2022/05/GHSA-rj2q-3rhf-2wrq/GHSA-rj2q-3rhf-2wrq.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-rm2v-wh2x-rj6w/GHSA-rm2v-wh2x-rj6w.json b/advisories/unreviewed/2022/05/GHSA-rm2v-wh2x-rj6w/GHSA-rm2v-wh2x-rj6w.json index c25d252465c..0bd07f15243 100644 --- a/advisories/unreviewed/2022/05/GHSA-rm2v-wh2x-rj6w/GHSA-rm2v-wh2x-rj6w.json +++ b/advisories/unreviewed/2022/05/GHSA-rm2v-wh2x-rj6w/GHSA-rm2v-wh2x-rj6w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-rm3r-65f5-5qcc/GHSA-rm3r-65f5-5qcc.json b/advisories/unreviewed/2022/05/GHSA-rm3r-65f5-5qcc/GHSA-rm3r-65f5-5qcc.json index 2ce84451bd5..1e82ee257a4 100644 --- a/advisories/unreviewed/2022/05/GHSA-rm3r-65f5-5qcc/GHSA-rm3r-65f5-5qcc.json +++ b/advisories/unreviewed/2022/05/GHSA-rm3r-65f5-5qcc/GHSA-rm3r-65f5-5qcc.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-rpjq-mgfq-rj73/GHSA-rpjq-mgfq-rj73.json b/advisories/unreviewed/2022/05/GHSA-rpjq-mgfq-rj73/GHSA-rpjq-mgfq-rj73.json index 5fdb5aa3368..ed1c7a9824c 100644 --- a/advisories/unreviewed/2022/05/GHSA-rpjq-mgfq-rj73/GHSA-rpjq-mgfq-rj73.json +++ b/advisories/unreviewed/2022/05/GHSA-rpjq-mgfq-rj73/GHSA-rpjq-mgfq-rj73.json @@ -7,12 +7,8 @@ "CVE-2021-43339" ], "details": "In Ericsson Network Location MPS GMPC21, it is possible to inject commands via file_name in the export functionality.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rq7g-mq77-fr66/GHSA-rq7g-mq77-fr66.json b/advisories/unreviewed/2022/05/GHSA-rq7g-mq77-fr66/GHSA-rq7g-mq77-fr66.json index 082db5b99c5..c887cfcdf7a 100644 --- a/advisories/unreviewed/2022/05/GHSA-rq7g-mq77-fr66/GHSA-rq7g-mq77-fr66.json +++ b/advisories/unreviewed/2022/05/GHSA-rq7g-mq77-fr66/GHSA-rq7g-mq77-fr66.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-rq9v-rxgf-2vq4/GHSA-rq9v-rxgf-2vq4.json b/advisories/unreviewed/2022/05/GHSA-rq9v-rxgf-2vq4/GHSA-rq9v-rxgf-2vq4.json index 6fe75a8a61d..626d3c521f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-rq9v-rxgf-2vq4/GHSA-rq9v-rxgf-2vq4.json +++ b/advisories/unreviewed/2022/05/GHSA-rq9v-rxgf-2vq4/GHSA-rq9v-rxgf-2vq4.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-rqrw-382j-j2g6/GHSA-rqrw-382j-j2g6.json b/advisories/unreviewed/2022/05/GHSA-rqrw-382j-j2g6/GHSA-rqrw-382j-j2g6.json index 3e1443ec5c1..bcd3519b869 100644 --- a/advisories/unreviewed/2022/05/GHSA-rqrw-382j-j2g6/GHSA-rqrw-382j-j2g6.json +++ b/advisories/unreviewed/2022/05/GHSA-rqrw-382j-j2g6/GHSA-rqrw-382j-j2g6.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-rrm5-pp2w-23m8/GHSA-rrm5-pp2w-23m8.json b/advisories/unreviewed/2022/05/GHSA-rrm5-pp2w-23m8/GHSA-rrm5-pp2w-23m8.json index 1b8200c6ed6..21128fa6d28 100644 --- a/advisories/unreviewed/2022/05/GHSA-rrm5-pp2w-23m8/GHSA-rrm5-pp2w-23m8.json +++ b/advisories/unreviewed/2022/05/GHSA-rrm5-pp2w-23m8/GHSA-rrm5-pp2w-23m8.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-rv4v-vfgf-hg84/GHSA-rv4v-vfgf-hg84.json b/advisories/unreviewed/2022/05/GHSA-rv4v-vfgf-hg84/GHSA-rv4v-vfgf-hg84.json index c3d787825a3..ec3f0ea56f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-rv4v-vfgf-hg84/GHSA-rv4v-vfgf-hg84.json +++ b/advisories/unreviewed/2022/05/GHSA-rv4v-vfgf-hg84/GHSA-rv4v-vfgf-hg84.json @@ -7,12 +7,8 @@ "CVE-2021-36186" ], "details": "A stack-based buffer overflow in Fortinet FortiWeb version 6.4.0, version 6.3.15 and below, 6.2.5 and below allows attacker to execute unauthorized code or commands via crafted HTTP requests", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rw5c-588j-g4qf/GHSA-rw5c-588j-g4qf.json b/advisories/unreviewed/2022/05/GHSA-rw5c-588j-g4qf/GHSA-rw5c-588j-g4qf.json index 14f737621d7..926a5dad115 100644 --- a/advisories/unreviewed/2022/05/GHSA-rw5c-588j-g4qf/GHSA-rw5c-588j-g4qf.json +++ b/advisories/unreviewed/2022/05/GHSA-rw5c-588j-g4qf/GHSA-rw5c-588j-g4qf.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-rx33-r3jc-7m3x/GHSA-rx33-r3jc-7m3x.json b/advisories/unreviewed/2022/05/GHSA-rx33-r3jc-7m3x/GHSA-rx33-r3jc-7m3x.json index e3a75a2396a..a6a4c22a844 100644 --- a/advisories/unreviewed/2022/05/GHSA-rx33-r3jc-7m3x/GHSA-rx33-r3jc-7m3x.json +++ b/advisories/unreviewed/2022/05/GHSA-rx33-r3jc-7m3x/GHSA-rx33-r3jc-7m3x.json @@ -7,12 +7,8 @@ "CVE-2021-30818" ], "details": "A type confusion issue was addressed with improved state handling. This issue is fixed in iOS 14.8 and iPadOS 14.8, tvOS 15, iOS 15 and iPadOS 15, Safari 15, watchOS 8. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rx8m-6wvh-3j5h/GHSA-rx8m-6wvh-3j5h.json b/advisories/unreviewed/2022/05/GHSA-rx8m-6wvh-3j5h/GHSA-rx8m-6wvh-3j5h.json index cfaf22537bc..6e7b6c1f2fb 100644 --- a/advisories/unreviewed/2022/05/GHSA-rx8m-6wvh-3j5h/GHSA-rx8m-6wvh-3j5h.json +++ b/advisories/unreviewed/2022/05/GHSA-rx8m-6wvh-3j5h/GHSA-rx8m-6wvh-3j5h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-rxf8-59cm-76j2/GHSA-rxf8-59cm-76j2.json b/advisories/unreviewed/2022/05/GHSA-rxf8-59cm-76j2/GHSA-rxf8-59cm-76j2.json index c3989b5dd32..3ddd8a5f332 100644 --- a/advisories/unreviewed/2022/05/GHSA-rxf8-59cm-76j2/GHSA-rxf8-59cm-76j2.json +++ b/advisories/unreviewed/2022/05/GHSA-rxf8-59cm-76j2/GHSA-rxf8-59cm-76j2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-v22h-283m-9x2j/GHSA-v22h-283m-9x2j.json b/advisories/unreviewed/2022/05/GHSA-v22h-283m-9x2j/GHSA-v22h-283m-9x2j.json index 44f2f0ae37d..db25d008cf4 100644 --- a/advisories/unreviewed/2022/05/GHSA-v22h-283m-9x2j/GHSA-v22h-283m-9x2j.json +++ b/advisories/unreviewed/2022/05/GHSA-v22h-283m-9x2j/GHSA-v22h-283m-9x2j.json @@ -7,12 +7,8 @@ "CVE-2021-31627" ], "details": "Buffer Overflow vulnerability in Tenda AC9 V1.0 through V15.03.05.19(6318), and AC9 V3.0 V15.03.06.42_multi, allows attackers to execute arbitrary code via the index parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v27j-8g9h-pg83/GHSA-v27j-8g9h-pg83.json b/advisories/unreviewed/2022/05/GHSA-v27j-8g9h-pg83/GHSA-v27j-8g9h-pg83.json index 3c5a982437a..5a97062a8f0 100644 --- a/advisories/unreviewed/2022/05/GHSA-v27j-8g9h-pg83/GHSA-v27j-8g9h-pg83.json +++ b/advisories/unreviewed/2022/05/GHSA-v27j-8g9h-pg83/GHSA-v27j-8g9h-pg83.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-v2vq-pxmp-58j6/GHSA-v2vq-pxmp-58j6.json b/advisories/unreviewed/2022/05/GHSA-v2vq-pxmp-58j6/GHSA-v2vq-pxmp-58j6.json index bc5ba0d5ef7..da07a4749fc 100644 --- a/advisories/unreviewed/2022/05/GHSA-v2vq-pxmp-58j6/GHSA-v2vq-pxmp-58j6.json +++ b/advisories/unreviewed/2022/05/GHSA-v2vq-pxmp-58j6/GHSA-v2vq-pxmp-58j6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-v46x-hjrh-hhr9/GHSA-v46x-hjrh-hhr9.json b/advisories/unreviewed/2022/05/GHSA-v46x-hjrh-hhr9/GHSA-v46x-hjrh-hhr9.json index b40d30f2369..d1d3f4c0d9d 100644 --- a/advisories/unreviewed/2022/05/GHSA-v46x-hjrh-hhr9/GHSA-v46x-hjrh-hhr9.json +++ b/advisories/unreviewed/2022/05/GHSA-v46x-hjrh-hhr9/GHSA-v46x-hjrh-hhr9.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-v4h8-m5f6-m9x6/GHSA-v4h8-m5f6-m9x6.json b/advisories/unreviewed/2022/05/GHSA-v4h8-m5f6-m9x6/GHSA-v4h8-m5f6-m9x6.json index 4846874f643..4daf0c90c7f 100644 --- a/advisories/unreviewed/2022/05/GHSA-v4h8-m5f6-m9x6/GHSA-v4h8-m5f6-m9x6.json +++ b/advisories/unreviewed/2022/05/GHSA-v4h8-m5f6-m9x6/GHSA-v4h8-m5f6-m9x6.json @@ -7,12 +7,8 @@ "CVE-2021-22469" ], "details": "A component of the HarmonyOS has a Out-of-bounds Read vulnerability. Local attackers may exploit this vulnerability to cause kernel out-of-bounds read.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v4hg-mhxh-wxf3/GHSA-v4hg-mhxh-wxf3.json b/advisories/unreviewed/2022/05/GHSA-v4hg-mhxh-wxf3/GHSA-v4hg-mhxh-wxf3.json index ce8963c8239..3a266fd5e76 100644 --- a/advisories/unreviewed/2022/05/GHSA-v4hg-mhxh-wxf3/GHSA-v4hg-mhxh-wxf3.json +++ b/advisories/unreviewed/2022/05/GHSA-v4hg-mhxh-wxf3/GHSA-v4hg-mhxh-wxf3.json @@ -7,12 +7,8 @@ "CVE-2021-33593" ], "details": "Whale browser for iOS before 1.14.0 has an inconsistent user interface issue that allows an attacker to obfuscate the address bar which may lead to address bar spoofing.", - "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-v4x5-ccfv-7685/GHSA-v4x5-ccfv-7685.json b/advisories/unreviewed/2022/05/GHSA-v4x5-ccfv-7685/GHSA-v4x5-ccfv-7685.json index 701028e7912..672bd806fde 100644 --- a/advisories/unreviewed/2022/05/GHSA-v4x5-ccfv-7685/GHSA-v4x5-ccfv-7685.json +++ b/advisories/unreviewed/2022/05/GHSA-v4x5-ccfv-7685/GHSA-v4x5-ccfv-7685.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-v59f-4mgc-749x/GHSA-v59f-4mgc-749x.json b/advisories/unreviewed/2022/05/GHSA-v59f-4mgc-749x/GHSA-v59f-4mgc-749x.json index 5325402c34d..30c3ea6dd68 100644 --- a/advisories/unreviewed/2022/05/GHSA-v59f-4mgc-749x/GHSA-v59f-4mgc-749x.json +++ b/advisories/unreviewed/2022/05/GHSA-v59f-4mgc-749x/GHSA-v59f-4mgc-749x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-v5c4-xfxj-8x84/GHSA-v5c4-xfxj-8x84.json b/advisories/unreviewed/2022/05/GHSA-v5c4-xfxj-8x84/GHSA-v5c4-xfxj-8x84.json index 1b27f018446..83004afbbcb 100644 --- a/advisories/unreviewed/2022/05/GHSA-v5c4-xfxj-8x84/GHSA-v5c4-xfxj-8x84.json +++ b/advisories/unreviewed/2022/05/GHSA-v5c4-xfxj-8x84/GHSA-v5c4-xfxj-8x84.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-v5rq-r59q-jmrf/GHSA-v5rq-r59q-jmrf.json b/advisories/unreviewed/2022/05/GHSA-v5rq-r59q-jmrf/GHSA-v5rq-r59q-jmrf.json index a25b2c3c96c..41102159c40 100644 --- a/advisories/unreviewed/2022/05/GHSA-v5rq-r59q-jmrf/GHSA-v5rq-r59q-jmrf.json +++ b/advisories/unreviewed/2022/05/GHSA-v5rq-r59q-jmrf/GHSA-v5rq-r59q-jmrf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-v5xq-942q-fwvr/GHSA-v5xq-942q-fwvr.json b/advisories/unreviewed/2022/05/GHSA-v5xq-942q-fwvr/GHSA-v5xq-942q-fwvr.json index 62dec076908..8c523ea83e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-v5xq-942q-fwvr/GHSA-v5xq-942q-fwvr.json +++ b/advisories/unreviewed/2022/05/GHSA-v5xq-942q-fwvr/GHSA-v5xq-942q-fwvr.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/05/GHSA-v66q-3xcx-65j2/GHSA-v66q-3xcx-65j2.json b/advisories/unreviewed/2022/05/GHSA-v66q-3xcx-65j2/GHSA-v66q-3xcx-65j2.json index 21d47298db2..2a005e4edbd 100644 --- a/advisories/unreviewed/2022/05/GHSA-v66q-3xcx-65j2/GHSA-v66q-3xcx-65j2.json +++ b/advisories/unreviewed/2022/05/GHSA-v66q-3xcx-65j2/GHSA-v66q-3xcx-65j2.json @@ -7,12 +7,8 @@ "CVE-2021-25876" ], "details": "AVideo/YouPHPTube 10.0 and prior has multiple reflected Cross Script Scripting vulnerabilities via the u parameter which allows a remote attacker to steal administrators' session cookies or perform actions as an administrator.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v9pf-4867-358f/GHSA-v9pf-4867-358f.json b/advisories/unreviewed/2022/05/GHSA-v9pf-4867-358f/GHSA-v9pf-4867-358f.json index ed7e072cdf1..a31f1e4a6c1 100644 --- a/advisories/unreviewed/2022/05/GHSA-v9pf-4867-358f/GHSA-v9pf-4867-358f.json +++ b/advisories/unreviewed/2022/05/GHSA-v9pf-4867-358f/GHSA-v9pf-4867-358f.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-vgcq-82fv-3w3f/GHSA-vgcq-82fv-3w3f.json b/advisories/unreviewed/2022/05/GHSA-vgcq-82fv-3w3f/GHSA-vgcq-82fv-3w3f.json index fe6777d8ecb..9b15b5cddc2 100644 --- a/advisories/unreviewed/2022/05/GHSA-vgcq-82fv-3w3f/GHSA-vgcq-82fv-3w3f.json +++ b/advisories/unreviewed/2022/05/GHSA-vgcq-82fv-3w3f/GHSA-vgcq-82fv-3w3f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vgfq-m53c-p426/GHSA-vgfq-m53c-p426.json b/advisories/unreviewed/2022/05/GHSA-vgfq-m53c-p426/GHSA-vgfq-m53c-p426.json index 85a15abb0b5..85c6f31d9d2 100644 --- a/advisories/unreviewed/2022/05/GHSA-vgfq-m53c-p426/GHSA-vgfq-m53c-p426.json +++ b/advisories/unreviewed/2022/05/GHSA-vgfq-m53c-p426/GHSA-vgfq-m53c-p426.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-vh87-pq75-243h/GHSA-vh87-pq75-243h.json b/advisories/unreviewed/2022/05/GHSA-vh87-pq75-243h/GHSA-vh87-pq75-243h.json index b7ff989d82f..b5f3639234d 100644 --- a/advisories/unreviewed/2022/05/GHSA-vh87-pq75-243h/GHSA-vh87-pq75-243h.json +++ b/advisories/unreviewed/2022/05/GHSA-vh87-pq75-243h/GHSA-vh87-pq75-243h.json @@ -7,12 +7,8 @@ "CVE-2021-24799" ], "details": "The Far Future Expiry Header WordPress plugin before 1.5 does not have CSRF check when saving its settings, which could allow attackers to make a logged in admin change them via a CSRF attack.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vh8h-jg54-v92w/GHSA-vh8h-jg54-v92w.json b/advisories/unreviewed/2022/05/GHSA-vh8h-jg54-v92w/GHSA-vh8h-jg54-v92w.json index 84f16b339ab..0499728811f 100644 --- a/advisories/unreviewed/2022/05/GHSA-vh8h-jg54-v92w/GHSA-vh8h-jg54-v92w.json +++ b/advisories/unreviewed/2022/05/GHSA-vh8h-jg54-v92w/GHSA-vh8h-jg54-v92w.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-vj43-cv8g-grx7/GHSA-vj43-cv8g-grx7.json b/advisories/unreviewed/2022/05/GHSA-vj43-cv8g-grx7/GHSA-vj43-cv8g-grx7.json index 47392e6060f..48628f79d2d 100644 --- a/advisories/unreviewed/2022/05/GHSA-vj43-cv8g-grx7/GHSA-vj43-cv8g-grx7.json +++ b/advisories/unreviewed/2022/05/GHSA-vj43-cv8g-grx7/GHSA-vj43-cv8g-grx7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:H/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-vjg6-28mm-fv75/GHSA-vjg6-28mm-fv75.json b/advisories/unreviewed/2022/05/GHSA-vjg6-28mm-fv75/GHSA-vjg6-28mm-fv75.json index 59b54878a2d..31e971c294c 100644 --- a/advisories/unreviewed/2022/05/GHSA-vjg6-28mm-fv75/GHSA-vjg6-28mm-fv75.json +++ b/advisories/unreviewed/2022/05/GHSA-vjg6-28mm-fv75/GHSA-vjg6-28mm-fv75.json @@ -7,12 +7,8 @@ "CVE-2021-43058" ], "details": "An open redirect vulnerability exists in Replicated Classic versions prior to 2.53.1 that could lead to spoofing. To exploit this vulnerability, an attacker could send a link that has a specially crafted URL and convince the user to click the link, redirecting the user to an untrusted site.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vm57-3568-49pp/GHSA-vm57-3568-49pp.json b/advisories/unreviewed/2022/05/GHSA-vm57-3568-49pp/GHSA-vm57-3568-49pp.json index 344b378fe83..f0e5647a49c 100644 --- a/advisories/unreviewed/2022/05/GHSA-vm57-3568-49pp/GHSA-vm57-3568-49pp.json +++ b/advisories/unreviewed/2022/05/GHSA-vm57-3568-49pp/GHSA-vm57-3568-49pp.json @@ -7,12 +7,8 @@ "CVE-2021-22401" ], "details": "There is a Remote DoS vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability can affect service integrity.", - "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-vm7h-4p26-7q38/GHSA-vm7h-4p26-7q38.json b/advisories/unreviewed/2022/05/GHSA-vm7h-4p26-7q38/GHSA-vm7h-4p26-7q38.json index 784491deaa3..1bd385d7546 100644 --- a/advisories/unreviewed/2022/05/GHSA-vm7h-4p26-7q38/GHSA-vm7h-4p26-7q38.json +++ b/advisories/unreviewed/2022/05/GHSA-vm7h-4p26-7q38/GHSA-vm7h-4p26-7q38.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-vm7h-gxx5-wrm7/GHSA-vm7h-gxx5-wrm7.json b/advisories/unreviewed/2022/05/GHSA-vm7h-gxx5-wrm7/GHSA-vm7h-gxx5-wrm7.json index 30a15e0c01f..6daaf62c61e 100644 --- a/advisories/unreviewed/2022/05/GHSA-vm7h-gxx5-wrm7/GHSA-vm7h-gxx5-wrm7.json +++ b/advisories/unreviewed/2022/05/GHSA-vm7h-gxx5-wrm7/GHSA-vm7h-gxx5-wrm7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-vm96-9v35-jj45/GHSA-vm96-9v35-jj45.json b/advisories/unreviewed/2022/05/GHSA-vm96-9v35-jj45/GHSA-vm96-9v35-jj45.json index dcfab774514..5c389a75a5b 100644 --- a/advisories/unreviewed/2022/05/GHSA-vm96-9v35-jj45/GHSA-vm96-9v35-jj45.json +++ b/advisories/unreviewed/2022/05/GHSA-vm96-9v35-jj45/GHSA-vm96-9v35-jj45.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vp2x-m8xv-v82v/GHSA-vp2x-m8xv-v82v.json b/advisories/unreviewed/2022/05/GHSA-vp2x-m8xv-v82v/GHSA-vp2x-m8xv-v82v.json index 83bf78219bd..8a8b7fa513e 100644 --- a/advisories/unreviewed/2022/05/GHSA-vp2x-m8xv-v82v/GHSA-vp2x-m8xv-v82v.json +++ b/advisories/unreviewed/2022/05/GHSA-vp2x-m8xv-v82v/GHSA-vp2x-m8xv-v82v.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-vp8g-cgfg-r7f6/GHSA-vp8g-cgfg-r7f6.json b/advisories/unreviewed/2022/05/GHSA-vp8g-cgfg-r7f6/GHSA-vp8g-cgfg-r7f6.json index da2e00057dc..831b8a514e5 100644 --- a/advisories/unreviewed/2022/05/GHSA-vp8g-cgfg-r7f6/GHSA-vp8g-cgfg-r7f6.json +++ b/advisories/unreviewed/2022/05/GHSA-vp8g-cgfg-r7f6/GHSA-vp8g-cgfg-r7f6.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-vp9w-cxrw-6j78/GHSA-vp9w-cxrw-6j78.json b/advisories/unreviewed/2022/05/GHSA-vp9w-cxrw-6j78/GHSA-vp9w-cxrw-6j78.json index 3c3d7cece5a..048368ee146 100644 --- a/advisories/unreviewed/2022/05/GHSA-vp9w-cxrw-6j78/GHSA-vp9w-cxrw-6j78.json +++ b/advisories/unreviewed/2022/05/GHSA-vp9w-cxrw-6j78/GHSA-vp9w-cxrw-6j78.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-vq28-jqwh-gg7q/GHSA-vq28-jqwh-gg7q.json b/advisories/unreviewed/2022/05/GHSA-vq28-jqwh-gg7q/GHSA-vq28-jqwh-gg7q.json index 59e62994fdb..357f6f9c012 100644 --- a/advisories/unreviewed/2022/05/GHSA-vq28-jqwh-gg7q/GHSA-vq28-jqwh-gg7q.json +++ b/advisories/unreviewed/2022/05/GHSA-vq28-jqwh-gg7q/GHSA-vq28-jqwh-gg7q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-vq47-4ffr-fmjh/GHSA-vq47-4ffr-fmjh.json b/advisories/unreviewed/2022/05/GHSA-vq47-4ffr-fmjh/GHSA-vq47-4ffr-fmjh.json index 469f572fbc1..3a681f42a33 100644 --- a/advisories/unreviewed/2022/05/GHSA-vq47-4ffr-fmjh/GHSA-vq47-4ffr-fmjh.json +++ b/advisories/unreviewed/2022/05/GHSA-vq47-4ffr-fmjh/GHSA-vq47-4ffr-fmjh.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-vqr6-9ggm-mq8g/GHSA-vqr6-9ggm-mq8g.json b/advisories/unreviewed/2022/05/GHSA-vqr6-9ggm-mq8g/GHSA-vqr6-9ggm-mq8g.json index f90979fc3a9..8120714fc6d 100644 --- a/advisories/unreviewed/2022/05/GHSA-vqr6-9ggm-mq8g/GHSA-vqr6-9ggm-mq8g.json +++ b/advisories/unreviewed/2022/05/GHSA-vqr6-9ggm-mq8g/GHSA-vqr6-9ggm-mq8g.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-vrc4-qvrw-2552/GHSA-vrc4-qvrw-2552.json b/advisories/unreviewed/2022/05/GHSA-vrc4-qvrw-2552/GHSA-vrc4-qvrw-2552.json index 614660da1b6..d86636a9388 100644 --- a/advisories/unreviewed/2022/05/GHSA-vrc4-qvrw-2552/GHSA-vrc4-qvrw-2552.json +++ b/advisories/unreviewed/2022/05/GHSA-vrc4-qvrw-2552/GHSA-vrc4-qvrw-2552.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-vvgj-cxq9-3437/GHSA-vvgj-cxq9-3437.json b/advisories/unreviewed/2022/05/GHSA-vvgj-cxq9-3437/GHSA-vvgj-cxq9-3437.json index 37f43b1ae63..55ba7efddc4 100644 --- a/advisories/unreviewed/2022/05/GHSA-vvgj-cxq9-3437/GHSA-vvgj-cxq9-3437.json +++ b/advisories/unreviewed/2022/05/GHSA-vvgj-cxq9-3437/GHSA-vvgj-cxq9-3437.json @@ -7,12 +7,8 @@ "CVE-2021-31862" ], "details": "SysAid 20.4.74 allows XSS via the KeepAlive.jsp stamp parameter without any authentication.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vvwg-62m7-73g6/GHSA-vvwg-62m7-73g6.json b/advisories/unreviewed/2022/05/GHSA-vvwg-62m7-73g6/GHSA-vvwg-62m7-73g6.json index 24122fc94d9..a370f3e72ac 100644 --- a/advisories/unreviewed/2022/05/GHSA-vvwg-62m7-73g6/GHSA-vvwg-62m7-73g6.json +++ b/advisories/unreviewed/2022/05/GHSA-vvwg-62m7-73g6/GHSA-vvwg-62m7-73g6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-vvx7-4gw3-r3mv/GHSA-vvx7-4gw3-r3mv.json b/advisories/unreviewed/2022/05/GHSA-vvx7-4gw3-r3mv/GHSA-vvx7-4gw3-r3mv.json index 55a98bfd1c1..c88f3b54456 100644 --- a/advisories/unreviewed/2022/05/GHSA-vvx7-4gw3-r3mv/GHSA-vvx7-4gw3-r3mv.json +++ b/advisories/unreviewed/2022/05/GHSA-vvx7-4gw3-r3mv/GHSA-vvx7-4gw3-r3mv.json @@ -7,12 +7,8 @@ "CVE-2018-25019" ], "details": "The LearnDash LMS WordPress plugin before 2.5.4 does not have any authorisation and validation of the file to be uploaded in the learndash_assignment_process_init() function, which could allow unauthenticated users to upload arbitrary files to the web server", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vw22-2cvx-m8f8/GHSA-vw22-2cvx-m8f8.json b/advisories/unreviewed/2022/05/GHSA-vw22-2cvx-m8f8/GHSA-vw22-2cvx-m8f8.json index 5107761dfec..8e464cd5162 100644 --- a/advisories/unreviewed/2022/05/GHSA-vw22-2cvx-m8f8/GHSA-vw22-2cvx-m8f8.json +++ b/advisories/unreviewed/2022/05/GHSA-vw22-2cvx-m8f8/GHSA-vw22-2cvx-m8f8.json @@ -7,12 +7,8 @@ "CVE-2021-36174" ], "details": "A memory allocation with excessive size value vulnerability in the license verification function of FortiPortal before 6.0.6 may allow an attacker to perform a denial of service attack via specially crafted license blobs.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vw2q-8f72-3gqp/GHSA-vw2q-8f72-3gqp.json b/advisories/unreviewed/2022/05/GHSA-vw2q-8f72-3gqp/GHSA-vw2q-8f72-3gqp.json index afc3f048096..1eaadfc3072 100644 --- a/advisories/unreviewed/2022/05/GHSA-vw2q-8f72-3gqp/GHSA-vw2q-8f72-3gqp.json +++ b/advisories/unreviewed/2022/05/GHSA-vw2q-8f72-3gqp/GHSA-vw2q-8f72-3gqp.json @@ -7,12 +7,8 @@ "CVE-2021-27722" ], "details": "An issue was discovered in Nsasoft US LLC SpotAuditor 5.3.5. The program can be crashed by entering 300 bytes char data into the \"Key\" or \"Name\" field while registering.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vw8g-gwgr-767g/GHSA-vw8g-gwgr-767g.json b/advisories/unreviewed/2022/05/GHSA-vw8g-gwgr-767g/GHSA-vw8g-gwgr-767g.json index 2dde1026474..ecf871e2236 100644 --- a/advisories/unreviewed/2022/05/GHSA-vw8g-gwgr-767g/GHSA-vw8g-gwgr-767g.json +++ b/advisories/unreviewed/2022/05/GHSA-vw8g-gwgr-767g/GHSA-vw8g-gwgr-767g.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-vx72-c8cv-7pvq/GHSA-vx72-c8cv-7pvq.json b/advisories/unreviewed/2022/05/GHSA-vx72-c8cv-7pvq/GHSA-vx72-c8cv-7pvq.json index ca0af568b50..5362ee20c8f 100644 --- a/advisories/unreviewed/2022/05/GHSA-vx72-c8cv-7pvq/GHSA-vx72-c8cv-7pvq.json +++ b/advisories/unreviewed/2022/05/GHSA-vx72-c8cv-7pvq/GHSA-vx72-c8cv-7pvq.json @@ -7,12 +7,8 @@ "CVE-2021-1119" ], "details": "NVIDIA vGPU software contains a vulnerability in the Virtual GPU Manager (vGPU plugin), where it can double-free a pointer, which may lead to denial of service. This flaw may result in a write-what-where condition, allowing an attacker to execute arbitrary code impacting integrity and availability.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w2gj-35cx-6h66/GHSA-w2gj-35cx-6h66.json b/advisories/unreviewed/2022/05/GHSA-w2gj-35cx-6h66/GHSA-w2gj-35cx-6h66.json index b68d901f328..508d5c57fa8 100644 --- a/advisories/unreviewed/2022/05/GHSA-w2gj-35cx-6h66/GHSA-w2gj-35cx-6h66.json +++ b/advisories/unreviewed/2022/05/GHSA-w2gj-35cx-6h66/GHSA-w2gj-35cx-6h66.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-w2vg-8h8q-7fcg/GHSA-w2vg-8h8q-7fcg.json b/advisories/unreviewed/2022/05/GHSA-w2vg-8h8q-7fcg/GHSA-w2vg-8h8q-7fcg.json index b21d5d300c8..76b86275f7d 100644 --- a/advisories/unreviewed/2022/05/GHSA-w2vg-8h8q-7fcg/GHSA-w2vg-8h8q-7fcg.json +++ b/advisories/unreviewed/2022/05/GHSA-w2vg-8h8q-7fcg/GHSA-w2vg-8h8q-7fcg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-w33m-8xwp-phpg/GHSA-w33m-8xwp-phpg.json b/advisories/unreviewed/2022/05/GHSA-w33m-8xwp-phpg/GHSA-w33m-8xwp-phpg.json index 301acf2d8e5..3512a7b3a13 100644 --- a/advisories/unreviewed/2022/05/GHSA-w33m-8xwp-phpg/GHSA-w33m-8xwp-phpg.json +++ b/advisories/unreviewed/2022/05/GHSA-w33m-8xwp-phpg/GHSA-w33m-8xwp-phpg.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-w39x-q2hf-mc75/GHSA-w39x-q2hf-mc75.json b/advisories/unreviewed/2022/05/GHSA-w39x-q2hf-mc75/GHSA-w39x-q2hf-mc75.json index 34a8f34e660..98b205a6822 100644 --- a/advisories/unreviewed/2022/05/GHSA-w39x-q2hf-mc75/GHSA-w39x-q2hf-mc75.json +++ b/advisories/unreviewed/2022/05/GHSA-w39x-q2hf-mc75/GHSA-w39x-q2hf-mc75.json @@ -7,12 +7,8 @@ "CVE-2021-22490" ], "details": "There is a Permission verification vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability may affect the device performance.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w3w2-prxj-chgg/GHSA-w3w2-prxj-chgg.json b/advisories/unreviewed/2022/05/GHSA-w3w2-prxj-chgg/GHSA-w3w2-prxj-chgg.json index 06f2af84ae7..9fd2dfb0e7e 100644 --- a/advisories/unreviewed/2022/05/GHSA-w3w2-prxj-chgg/GHSA-w3w2-prxj-chgg.json +++ b/advisories/unreviewed/2022/05/GHSA-w3w2-prxj-chgg/GHSA-w3w2-prxj-chgg.json @@ -7,12 +7,8 @@ "CVE-2021-30814" ], "details": "A memory corruption issue was addressed with improved input validation. This issue is fixed in tvOS 15, watchOS 8, iOS 15 and iPadOS 15. Processing a maliciously crafted image may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w45x-rgw2-489c/GHSA-w45x-rgw2-489c.json b/advisories/unreviewed/2022/05/GHSA-w45x-rgw2-489c/GHSA-w45x-rgw2-489c.json index 2125e652df8..865217da78d 100644 --- a/advisories/unreviewed/2022/05/GHSA-w45x-rgw2-489c/GHSA-w45x-rgw2-489c.json +++ b/advisories/unreviewed/2022/05/GHSA-w45x-rgw2-489c/GHSA-w45x-rgw2-489c.json @@ -7,12 +7,8 @@ "CVE-2021-36989" ], "details": "There is a Kernel crash vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability may escalate permissions.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w53r-j3p6-q2w6/GHSA-w53r-j3p6-q2w6.json b/advisories/unreviewed/2022/05/GHSA-w53r-j3p6-q2w6/GHSA-w53r-j3p6-q2w6.json index f7ad6bd9f6d..aab2e3f3c11 100644 --- a/advisories/unreviewed/2022/05/GHSA-w53r-j3p6-q2w6/GHSA-w53r-j3p6-q2w6.json +++ b/advisories/unreviewed/2022/05/GHSA-w53r-j3p6-q2w6/GHSA-w53r-j3p6-q2w6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-w5r9-qq83-h9qr/GHSA-w5r9-qq83-h9qr.json b/advisories/unreviewed/2022/05/GHSA-w5r9-qq83-h9qr/GHSA-w5r9-qq83-h9qr.json index e88bd75a4b0..faecfc58feb 100644 --- a/advisories/unreviewed/2022/05/GHSA-w5r9-qq83-h9qr/GHSA-w5r9-qq83-h9qr.json +++ b/advisories/unreviewed/2022/05/GHSA-w5r9-qq83-h9qr/GHSA-w5r9-qq83-h9qr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-w5v8-vh3p-62w9/GHSA-w5v8-vh3p-62w9.json b/advisories/unreviewed/2022/05/GHSA-w5v8-vh3p-62w9/GHSA-w5v8-vh3p-62w9.json index 775c35b6df5..ca63a8492cb 100644 --- a/advisories/unreviewed/2022/05/GHSA-w5v8-vh3p-62w9/GHSA-w5v8-vh3p-62w9.json +++ b/advisories/unreviewed/2022/05/GHSA-w5v8-vh3p-62w9/GHSA-w5v8-vh3p-62w9.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-w63m-q7q5-grjw/GHSA-w63m-q7q5-grjw.json b/advisories/unreviewed/2022/05/GHSA-w63m-q7q5-grjw/GHSA-w63m-q7q5-grjw.json index 60d45bb52dc..ed08679819e 100644 --- a/advisories/unreviewed/2022/05/GHSA-w63m-q7q5-grjw/GHSA-w63m-q7q5-grjw.json +++ b/advisories/unreviewed/2022/05/GHSA-w63m-q7q5-grjw/GHSA-w63m-q7q5-grjw.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-w6pc-fvcc-hjc2/GHSA-w6pc-fvcc-hjc2.json b/advisories/unreviewed/2022/05/GHSA-w6pc-fvcc-hjc2/GHSA-w6pc-fvcc-hjc2.json index 6944f2e2d8e..c2548f746de 100644 --- a/advisories/unreviewed/2022/05/GHSA-w6pc-fvcc-hjc2/GHSA-w6pc-fvcc-hjc2.json +++ b/advisories/unreviewed/2022/05/GHSA-w6pc-fvcc-hjc2/GHSA-w6pc-fvcc-hjc2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-w744-88j6-w4gf/GHSA-w744-88j6-w4gf.json b/advisories/unreviewed/2022/05/GHSA-w744-88j6-w4gf/GHSA-w744-88j6-w4gf.json index b9bee0896d5..661c7b2ff42 100644 --- a/advisories/unreviewed/2022/05/GHSA-w744-88j6-w4gf/GHSA-w744-88j6-w4gf.json +++ b/advisories/unreviewed/2022/05/GHSA-w744-88j6-w4gf/GHSA-w744-88j6-w4gf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/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-w7gq-xmg2-xcrj/GHSA-w7gq-xmg2-xcrj.json b/advisories/unreviewed/2022/05/GHSA-w7gq-xmg2-xcrj/GHSA-w7gq-xmg2-xcrj.json index 1f6c147781e..82a92a8cfcf 100644 --- a/advisories/unreviewed/2022/05/GHSA-w7gq-xmg2-xcrj/GHSA-w7gq-xmg2-xcrj.json +++ b/advisories/unreviewed/2022/05/GHSA-w7gq-xmg2-xcrj/GHSA-w7gq-xmg2-xcrj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-w7p8-rgxr-jhj7/GHSA-w7p8-rgxr-jhj7.json b/advisories/unreviewed/2022/05/GHSA-w7p8-rgxr-jhj7/GHSA-w7p8-rgxr-jhj7.json index 9d7a69af406..eb99dbd8cd2 100644 --- a/advisories/unreviewed/2022/05/GHSA-w7p8-rgxr-jhj7/GHSA-w7p8-rgxr-jhj7.json +++ b/advisories/unreviewed/2022/05/GHSA-w7p8-rgxr-jhj7/GHSA-w7p8-rgxr-jhj7.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-w7w7-8qg5-2hjc/GHSA-w7w7-8qg5-2hjc.json b/advisories/unreviewed/2022/05/GHSA-w7w7-8qg5-2hjc/GHSA-w7w7-8qg5-2hjc.json index 4de14d7eadb..40aa761261e 100644 --- a/advisories/unreviewed/2022/05/GHSA-w7w7-8qg5-2hjc/GHSA-w7w7-8qg5-2hjc.json +++ b/advisories/unreviewed/2022/05/GHSA-w7w7-8qg5-2hjc/GHSA-w7w7-8qg5-2hjc.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-w87w-64p4-f94p/GHSA-w87w-64p4-f94p.json b/advisories/unreviewed/2022/05/GHSA-w87w-64p4-f94p/GHSA-w87w-64p4-f94p.json index d5432278f32..371c74003aa 100644 --- a/advisories/unreviewed/2022/05/GHSA-w87w-64p4-f94p/GHSA-w87w-64p4-f94p.json +++ b/advisories/unreviewed/2022/05/GHSA-w87w-64p4-f94p/GHSA-w87w-64p4-f94p.json @@ -7,12 +7,8 @@ "CVE-2021-24717" ], "details": "The AutomatorWP WordPress plugin before 1.7.6 does not perform capability checks which allows users with Subscriber roles to enumerate automations, disclose title of private posts or user emails, call functions, or perform privilege escalation via Ajax actions.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w8vq-fjr4-4h8v/GHSA-w8vq-fjr4-4h8v.json b/advisories/unreviewed/2022/05/GHSA-w8vq-fjr4-4h8v/GHSA-w8vq-fjr4-4h8v.json index 2d7653eb9f6..470705a096c 100644 --- a/advisories/unreviewed/2022/05/GHSA-w8vq-fjr4-4h8v/GHSA-w8vq-fjr4-4h8v.json +++ b/advisories/unreviewed/2022/05/GHSA-w8vq-fjr4-4h8v/GHSA-w8vq-fjr4-4h8v.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-w9gv-5rr7-wr2j/GHSA-w9gv-5rr7-wr2j.json b/advisories/unreviewed/2022/05/GHSA-w9gv-5rr7-wr2j/GHSA-w9gv-5rr7-wr2j.json index 3423c3707bb..ce65713789d 100644 --- a/advisories/unreviewed/2022/05/GHSA-w9gv-5rr7-wr2j/GHSA-w9gv-5rr7-wr2j.json +++ b/advisories/unreviewed/2022/05/GHSA-w9gv-5rr7-wr2j/GHSA-w9gv-5rr7-wr2j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-w9v5-j4w6-fq3m/GHSA-w9v5-j4w6-fq3m.json b/advisories/unreviewed/2022/05/GHSA-w9v5-j4w6-fq3m/GHSA-w9v5-j4w6-fq3m.json index b5279696e66..859a9df1bfe 100644 --- a/advisories/unreviewed/2022/05/GHSA-w9v5-j4w6-fq3m/GHSA-w9v5-j4w6-fq3m.json +++ b/advisories/unreviewed/2022/05/GHSA-w9v5-j4w6-fq3m/GHSA-w9v5-j4w6-fq3m.json @@ -7,12 +7,8 @@ "CVE-2021-41310" ], "details": "Affected versions of Atlassian Jira Server and Data Center allow anonymous remote attackers to inject arbitrary HTML or JavaScript via a Cross-Site Scripting (XSS) vulnerability in the Associated Projects feature (/secure/admin/AssociatedProjectsForCustomField.jspa). The affected versions are before version 8.5.19, from version 8.6.0 before 8.13.11, and from version 8.14.0 before 8.19.1.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wc62-h53h-g8qf/GHSA-wc62-h53h-g8qf.json b/advisories/unreviewed/2022/05/GHSA-wc62-h53h-g8qf/GHSA-wc62-h53h-g8qf.json index aa12d81dc4f..8728e0cdd07 100644 --- a/advisories/unreviewed/2022/05/GHSA-wc62-h53h-g8qf/GHSA-wc62-h53h-g8qf.json +++ b/advisories/unreviewed/2022/05/GHSA-wc62-h53h-g8qf/GHSA-wc62-h53h-g8qf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wc99-j389-7h87/GHSA-wc99-j389-7h87.json b/advisories/unreviewed/2022/05/GHSA-wc99-j389-7h87/GHSA-wc99-j389-7h87.json index ce1d6db1e7c..c337fde1912 100644 --- a/advisories/unreviewed/2022/05/GHSA-wc99-j389-7h87/GHSA-wc99-j389-7h87.json +++ b/advisories/unreviewed/2022/05/GHSA-wc99-j389-7h87/GHSA-wc99-j389-7h87.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-wc9c-xp26-6w43/GHSA-wc9c-xp26-6w43.json b/advisories/unreviewed/2022/05/GHSA-wc9c-xp26-6w43/GHSA-wc9c-xp26-6w43.json index a2ddbb702a7..542e24b8251 100644 --- a/advisories/unreviewed/2022/05/GHSA-wc9c-xp26-6w43/GHSA-wc9c-xp26-6w43.json +++ b/advisories/unreviewed/2022/05/GHSA-wc9c-xp26-6w43/GHSA-wc9c-xp26-6w43.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-wf3p-vjvp-6pfh/GHSA-wf3p-vjvp-6pfh.json b/advisories/unreviewed/2022/05/GHSA-wf3p-vjvp-6pfh/GHSA-wf3p-vjvp-6pfh.json index e57c1999996..07578fbe5f1 100644 --- a/advisories/unreviewed/2022/05/GHSA-wf3p-vjvp-6pfh/GHSA-wf3p-vjvp-6pfh.json +++ b/advisories/unreviewed/2022/05/GHSA-wf3p-vjvp-6pfh/GHSA-wf3p-vjvp-6pfh.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-wfrv-224c-7qxp/GHSA-wfrv-224c-7qxp.json b/advisories/unreviewed/2022/05/GHSA-wfrv-224c-7qxp/GHSA-wfrv-224c-7qxp.json index aba1d5250ef..c7239af6815 100644 --- a/advisories/unreviewed/2022/05/GHSA-wfrv-224c-7qxp/GHSA-wfrv-224c-7qxp.json +++ b/advisories/unreviewed/2022/05/GHSA-wfrv-224c-7qxp/GHSA-wfrv-224c-7qxp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wfwm-vf76-3692/GHSA-wfwm-vf76-3692.json b/advisories/unreviewed/2022/05/GHSA-wfwm-vf76-3692/GHSA-wfwm-vf76-3692.json index 09d2334bd6a..664c328eb7b 100644 --- a/advisories/unreviewed/2022/05/GHSA-wfwm-vf76-3692/GHSA-wfwm-vf76-3692.json +++ b/advisories/unreviewed/2022/05/GHSA-wfwm-vf76-3692/GHSA-wfwm-vf76-3692.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-wg44-x9gh-5r62/GHSA-wg44-x9gh-5r62.json b/advisories/unreviewed/2022/05/GHSA-wg44-x9gh-5r62/GHSA-wg44-x9gh-5r62.json index 600f7617ca1..79ed263877a 100644 --- a/advisories/unreviewed/2022/05/GHSA-wg44-x9gh-5r62/GHSA-wg44-x9gh-5r62.json +++ b/advisories/unreviewed/2022/05/GHSA-wg44-x9gh-5r62/GHSA-wg44-x9gh-5r62.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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-wgp3-8qxm-xhvf/GHSA-wgp3-8qxm-xhvf.json b/advisories/unreviewed/2022/05/GHSA-wgp3-8qxm-xhvf/GHSA-wgp3-8qxm-xhvf.json index 95bbe722a3f..64bbce51c7d 100644 --- a/advisories/unreviewed/2022/05/GHSA-wgp3-8qxm-xhvf/GHSA-wgp3-8qxm-xhvf.json +++ b/advisories/unreviewed/2022/05/GHSA-wgp3-8qxm-xhvf/GHSA-wgp3-8qxm-xhvf.json @@ -7,12 +7,8 @@ "CVE-2021-22485" ], "details": "There is a SSID vulnerability with Wi-Fi network connections in Huawei devices.Successful exploitation of this vulnerability may affect service confidentiality.", - "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-wgv6-36hx-xr4w/GHSA-wgv6-36hx-xr4w.json b/advisories/unreviewed/2022/05/GHSA-wgv6-36hx-xr4w/GHSA-wgv6-36hx-xr4w.json index df9de66b43c..a0c9570a27f 100644 --- a/advisories/unreviewed/2022/05/GHSA-wgv6-36hx-xr4w/GHSA-wgv6-36hx-xr4w.json +++ b/advisories/unreviewed/2022/05/GHSA-wgv6-36hx-xr4w/GHSA-wgv6-36hx-xr4w.json @@ -7,12 +7,8 @@ "CVE-2021-22471" ], "details": "A component of the HarmonyOS has a NULL Pointer Dereference vulnerability. Local attackers may exploit this vulnerability to cause nearby process crash.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-whr6-hjp9-24fh/GHSA-whr6-hjp9-24fh.json b/advisories/unreviewed/2022/05/GHSA-whr6-hjp9-24fh/GHSA-whr6-hjp9-24fh.json index 6ac1481fb15..029e53330bb 100644 --- a/advisories/unreviewed/2022/05/GHSA-whr6-hjp9-24fh/GHSA-whr6-hjp9-24fh.json +++ b/advisories/unreviewed/2022/05/GHSA-whr6-hjp9-24fh/GHSA-whr6-hjp9-24fh.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/05/GHSA-wjpq-8j8h-3392/GHSA-wjpq-8j8h-3392.json b/advisories/unreviewed/2022/05/GHSA-wjpq-8j8h-3392/GHSA-wjpq-8j8h-3392.json index 6ea94497d63..9733d981e66 100644 --- a/advisories/unreviewed/2022/05/GHSA-wjpq-8j8h-3392/GHSA-wjpq-8j8h-3392.json +++ b/advisories/unreviewed/2022/05/GHSA-wjpq-8j8h-3392/GHSA-wjpq-8j8h-3392.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-wp5c-6542-j5w6/GHSA-wp5c-6542-j5w6.json b/advisories/unreviewed/2022/05/GHSA-wp5c-6542-j5w6/GHSA-wp5c-6542-j5w6.json index 1151405e9aa..020db40ce67 100644 --- a/advisories/unreviewed/2022/05/GHSA-wp5c-6542-j5w6/GHSA-wp5c-6542-j5w6.json +++ b/advisories/unreviewed/2022/05/GHSA-wp5c-6542-j5w6/GHSA-wp5c-6542-j5w6.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-wqvr-3mqv-m62m/GHSA-wqvr-3mqv-m62m.json b/advisories/unreviewed/2022/05/GHSA-wqvr-3mqv-m62m/GHSA-wqvr-3mqv-m62m.json index e5bc5fa3799..9a9926cdf72 100644 --- a/advisories/unreviewed/2022/05/GHSA-wqvr-3mqv-m62m/GHSA-wqvr-3mqv-m62m.json +++ b/advisories/unreviewed/2022/05/GHSA-wqvr-3mqv-m62m/GHSA-wqvr-3mqv-m62m.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-wr5c-vxww-fv8g/GHSA-wr5c-vxww-fv8g.json b/advisories/unreviewed/2022/05/GHSA-wr5c-vxww-fv8g/GHSA-wr5c-vxww-fv8g.json index 230f8342031..9b40e39f623 100644 --- a/advisories/unreviewed/2022/05/GHSA-wr5c-vxww-fv8g/GHSA-wr5c-vxww-fv8g.json +++ b/advisories/unreviewed/2022/05/GHSA-wr5c-vxww-fv8g/GHSA-wr5c-vxww-fv8g.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-wr8j-hpcv-cgmx/GHSA-wr8j-hpcv-cgmx.json b/advisories/unreviewed/2022/05/GHSA-wr8j-hpcv-cgmx/GHSA-wr8j-hpcv-cgmx.json index 1766f63ed93..553410d6847 100644 --- a/advisories/unreviewed/2022/05/GHSA-wr8j-hpcv-cgmx/GHSA-wr8j-hpcv-cgmx.json +++ b/advisories/unreviewed/2022/05/GHSA-wr8j-hpcv-cgmx/GHSA-wr8j-hpcv-cgmx.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-wv6g-qwmr-mc4x/GHSA-wv6g-qwmr-mc4x.json b/advisories/unreviewed/2022/05/GHSA-wv6g-qwmr-mc4x/GHSA-wv6g-qwmr-mc4x.json index 998e823e314..018a1379d62 100644 --- a/advisories/unreviewed/2022/05/GHSA-wv6g-qwmr-mc4x/GHSA-wv6g-qwmr-mc4x.json +++ b/advisories/unreviewed/2022/05/GHSA-wv6g-qwmr-mc4x/GHSA-wv6g-qwmr-mc4x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-wv9w-gw9c-464q/GHSA-wv9w-gw9c-464q.json b/advisories/unreviewed/2022/05/GHSA-wv9w-gw9c-464q/GHSA-wv9w-gw9c-464q.json index 44caf8d0e70..0aeac41a033 100644 --- a/advisories/unreviewed/2022/05/GHSA-wv9w-gw9c-464q/GHSA-wv9w-gw9c-464q.json +++ b/advisories/unreviewed/2022/05/GHSA-wv9w-gw9c-464q/GHSA-wv9w-gw9c-464q.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-wvf8-425c-m86m/GHSA-wvf8-425c-m86m.json b/advisories/unreviewed/2022/05/GHSA-wvf8-425c-m86m/GHSA-wvf8-425c-m86m.json index f6be1396d9f..7923d60ff22 100644 --- a/advisories/unreviewed/2022/05/GHSA-wvf8-425c-m86m/GHSA-wvf8-425c-m86m.json +++ b/advisories/unreviewed/2022/05/GHSA-wvf8-425c-m86m/GHSA-wvf8-425c-m86m.json @@ -7,12 +7,8 @@ "CVE-2021-22472" ], "details": "There is an Improper verification vulnerability in Huawei Smartphone.Successful exploitation of this vulnerability may affect service confidentiality.", - "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-wwgh-q742-2242/GHSA-wwgh-q742-2242.json b/advisories/unreviewed/2022/05/GHSA-wwgh-q742-2242/GHSA-wwgh-q742-2242.json index 7f47f892f3f..52a39c38299 100644 --- a/advisories/unreviewed/2022/05/GHSA-wwgh-q742-2242/GHSA-wwgh-q742-2242.json +++ b/advisories/unreviewed/2022/05/GHSA-wwgh-q742-2242/GHSA-wwgh-q742-2242.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-wwv5-q25v-6677/GHSA-wwv5-q25v-6677.json b/advisories/unreviewed/2022/05/GHSA-wwv5-q25v-6677/GHSA-wwv5-q25v-6677.json index 4948fc47cce..7e89521c271 100644 --- a/advisories/unreviewed/2022/05/GHSA-wwv5-q25v-6677/GHSA-wwv5-q25v-6677.json +++ b/advisories/unreviewed/2022/05/GHSA-wwv5-q25v-6677/GHSA-wwv5-q25v-6677.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-wxr2-p327-97jr/GHSA-wxr2-p327-97jr.json b/advisories/unreviewed/2022/05/GHSA-wxr2-p327-97jr/GHSA-wxr2-p327-97jr.json index 27565e3ea55..eed17f958df 100644 --- a/advisories/unreviewed/2022/05/GHSA-wxr2-p327-97jr/GHSA-wxr2-p327-97jr.json +++ b/advisories/unreviewed/2022/05/GHSA-wxr2-p327-97jr/GHSA-wxr2-p327-97jr.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-x24h-fr56-p2hq/GHSA-x24h-fr56-p2hq.json b/advisories/unreviewed/2022/05/GHSA-x24h-fr56-p2hq/GHSA-x24h-fr56-p2hq.json index 7f7d4c555fe..806695d023a 100644 --- a/advisories/unreviewed/2022/05/GHSA-x24h-fr56-p2hq/GHSA-x24h-fr56-p2hq.json +++ b/advisories/unreviewed/2022/05/GHSA-x24h-fr56-p2hq/GHSA-x24h-fr56-p2hq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-x384-w54q-v324/GHSA-x384-w54q-v324.json b/advisories/unreviewed/2022/05/GHSA-x384-w54q-v324/GHSA-x384-w54q-v324.json index ec7b537a675..91c10e0cd1f 100644 --- a/advisories/unreviewed/2022/05/GHSA-x384-w54q-v324/GHSA-x384-w54q-v324.json +++ b/advisories/unreviewed/2022/05/GHSA-x384-w54q-v324/GHSA-x384-w54q-v324.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/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-x42c-77f9-6fgh/GHSA-x42c-77f9-6fgh.json b/advisories/unreviewed/2022/05/GHSA-x42c-77f9-6fgh/GHSA-x42c-77f9-6fgh.json index 685b804950b..d9968c416cd 100644 --- a/advisories/unreviewed/2022/05/GHSA-x42c-77f9-6fgh/GHSA-x42c-77f9-6fgh.json +++ b/advisories/unreviewed/2022/05/GHSA-x42c-77f9-6fgh/GHSA-x42c-77f9-6fgh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-x42r-3m27-mhv7/GHSA-x42r-3m27-mhv7.json b/advisories/unreviewed/2022/05/GHSA-x42r-3m27-mhv7/GHSA-x42r-3m27-mhv7.json index 0d7afae2513..8183c542d1a 100644 --- a/advisories/unreviewed/2022/05/GHSA-x42r-3m27-mhv7/GHSA-x42r-3m27-mhv7.json +++ b/advisories/unreviewed/2022/05/GHSA-x42r-3m27-mhv7/GHSA-x42r-3m27-mhv7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-x4q2-9q8g-3mmf/GHSA-x4q2-9q8g-3mmf.json b/advisories/unreviewed/2022/05/GHSA-x4q2-9q8g-3mmf/GHSA-x4q2-9q8g-3mmf.json index f2ae653f784..f3be6b29281 100644 --- a/advisories/unreviewed/2022/05/GHSA-x4q2-9q8g-3mmf/GHSA-x4q2-9q8g-3mmf.json +++ b/advisories/unreviewed/2022/05/GHSA-x4q2-9q8g-3mmf/GHSA-x4q2-9q8g-3mmf.json @@ -7,12 +7,8 @@ "CVE-2021-3662" ], "details": "Certain HP Enterprise LaserJet and PageWide MFPs may be vulnerable to stored cross site scripting (XSS).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x5cj-69cr-cfj3/GHSA-x5cj-69cr-cfj3.json b/advisories/unreviewed/2022/05/GHSA-x5cj-69cr-cfj3/GHSA-x5cj-69cr-cfj3.json index 4adc5ffdfa4..632cbe29807 100644 --- a/advisories/unreviewed/2022/05/GHSA-x5cj-69cr-cfj3/GHSA-x5cj-69cr-cfj3.json +++ b/advisories/unreviewed/2022/05/GHSA-x5cj-69cr-cfj3/GHSA-x5cj-69cr-cfj3.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-x63h-x8xw-cq89/GHSA-x63h-x8xw-cq89.json b/advisories/unreviewed/2022/05/GHSA-x63h-x8xw-cq89/GHSA-x63h-x8xw-cq89.json index c974854a3c4..961d61e7a74 100644 --- a/advisories/unreviewed/2022/05/GHSA-x63h-x8xw-cq89/GHSA-x63h-x8xw-cq89.json +++ b/advisories/unreviewed/2022/05/GHSA-x63h-x8xw-cq89/GHSA-x63h-x8xw-cq89.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-x6xf-9vgf-7wgc/GHSA-x6xf-9vgf-7wgc.json b/advisories/unreviewed/2022/05/GHSA-x6xf-9vgf-7wgc/GHSA-x6xf-9vgf-7wgc.json index 9bd88ac1df6..e37c0203e08 100644 --- a/advisories/unreviewed/2022/05/GHSA-x6xf-9vgf-7wgc/GHSA-x6xf-9vgf-7wgc.json +++ b/advisories/unreviewed/2022/05/GHSA-x6xf-9vgf-7wgc/GHSA-x6xf-9vgf-7wgc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:H/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-x777-x9mc-9qhq/GHSA-x777-x9mc-9qhq.json b/advisories/unreviewed/2022/05/GHSA-x777-x9mc-9qhq/GHSA-x777-x9mc-9qhq.json index 2b9240f9ab2..01f8b6cc373 100644 --- a/advisories/unreviewed/2022/05/GHSA-x777-x9mc-9qhq/GHSA-x777-x9mc-9qhq.json +++ b/advisories/unreviewed/2022/05/GHSA-x777-x9mc-9qhq/GHSA-x777-x9mc-9qhq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-x85m-5xj6-fj3p/GHSA-x85m-5xj6-fj3p.json b/advisories/unreviewed/2022/05/GHSA-x85m-5xj6-fj3p/GHSA-x85m-5xj6-fj3p.json index ae315dbe767..1f892ca2c25 100644 --- a/advisories/unreviewed/2022/05/GHSA-x85m-5xj6-fj3p/GHSA-x85m-5xj6-fj3p.json +++ b/advisories/unreviewed/2022/05/GHSA-x85m-5xj6-fj3p/GHSA-x85m-5xj6-fj3p.json @@ -7,12 +7,8 @@ "CVE-2021-24624" ], "details": "The MP3 Audio Player for Music, Radio & Podcast by Sonaar WordPress plugin before 2.4.2 does not properly sanitize or escape data in some of its Playlist settings, allowing high privilege users to perform Cross-Site Scripting attacks", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x8g2-2xmm-vgmc/GHSA-x8g2-2xmm-vgmc.json b/advisories/unreviewed/2022/05/GHSA-x8g2-2xmm-vgmc/GHSA-x8g2-2xmm-vgmc.json index 42d4c2c0eaa..3f56cfb04a7 100644 --- a/advisories/unreviewed/2022/05/GHSA-x8g2-2xmm-vgmc/GHSA-x8g2-2xmm-vgmc.json +++ b/advisories/unreviewed/2022/05/GHSA-x8g2-2xmm-vgmc/GHSA-x8g2-2xmm-vgmc.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-x8p3-vvm6-jw6j/GHSA-x8p3-vvm6-jw6j.json b/advisories/unreviewed/2022/05/GHSA-x8p3-vvm6-jw6j/GHSA-x8p3-vvm6-jw6j.json index 9c410a95a38..126cb456ebc 100644 --- a/advisories/unreviewed/2022/05/GHSA-x8p3-vvm6-jw6j/GHSA-x8p3-vvm6-jw6j.json +++ b/advisories/unreviewed/2022/05/GHSA-x8p3-vvm6-jw6j/GHSA-x8p3-vvm6-jw6j.json @@ -7,12 +7,8 @@ "CVE-2021-24715" ], "details": "The WP Sitemap Page WordPress plugin before 1.7.0 does not properly sanitise and escape some of its settings, which could allow high privilege users to perform Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x8xm-hqh8-g7pw/GHSA-x8xm-hqh8-g7pw.json b/advisories/unreviewed/2022/05/GHSA-x8xm-hqh8-g7pw/GHSA-x8xm-hqh8-g7pw.json index 1207ac7b1bc..ded40c0bf18 100644 --- a/advisories/unreviewed/2022/05/GHSA-x8xm-hqh8-g7pw/GHSA-x8xm-hqh8-g7pw.json +++ b/advisories/unreviewed/2022/05/GHSA-x8xm-hqh8-g7pw/GHSA-x8xm-hqh8-g7pw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-x958-96gq-xmx6/GHSA-x958-96gq-xmx6.json b/advisories/unreviewed/2022/05/GHSA-x958-96gq-xmx6/GHSA-x958-96gq-xmx6.json index 886321d7c81..312a56a97dd 100644 --- a/advisories/unreviewed/2022/05/GHSA-x958-96gq-xmx6/GHSA-x958-96gq-xmx6.json +++ b/advisories/unreviewed/2022/05/GHSA-x958-96gq-xmx6/GHSA-x958-96gq-xmx6.json @@ -7,12 +7,8 @@ "CVE-2020-12814" ], "details": "A improper neutralization of input during web page generation ('cross-site scripting') in Fortinet FortiAnalyzer version 6.0.6 and below, version 6.4.4 allows attacker to execute unauthorized code or commands via specifically crafted requests to the web GUI.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xcmm-84q5-43xv/GHSA-xcmm-84q5-43xv.json b/advisories/unreviewed/2022/05/GHSA-xcmm-84q5-43xv/GHSA-xcmm-84q5-43xv.json index 8413f6d7c94..41c27e741a2 100644 --- a/advisories/unreviewed/2022/05/GHSA-xcmm-84q5-43xv/GHSA-xcmm-84q5-43xv.json +++ b/advisories/unreviewed/2022/05/GHSA-xcmm-84q5-43xv/GHSA-xcmm-84q5-43xv.json @@ -7,12 +7,8 @@ "CVE-2021-29738" ], "details": "IBM InfoSphere Data Flow Designer (IBM InfoSphere Information Server 11.7 ) is vulnerable to server-side request forgery (SSRF). This may allow an authenticated attacker to send unauthorized requests from the system, potentially leading to network enumeration or facilitating other attacks. IBM X-Force ID: 201302.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xg9m-9pg9-92j4/GHSA-xg9m-9pg9-92j4.json b/advisories/unreviewed/2022/05/GHSA-xg9m-9pg9-92j4/GHSA-xg9m-9pg9-92j4.json index 4986ed747da..ca7d80fde3a 100644 --- a/advisories/unreviewed/2022/05/GHSA-xg9m-9pg9-92j4/GHSA-xg9m-9pg9-92j4.json +++ b/advisories/unreviewed/2022/05/GHSA-xg9m-9pg9-92j4/GHSA-xg9m-9pg9-92j4.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-xggp-8vgq-qrwx/GHSA-xggp-8vgq-qrwx.json b/advisories/unreviewed/2022/05/GHSA-xggp-8vgq-qrwx/GHSA-xggp-8vgq-qrwx.json index 4245217f9e2..65ad3ef0921 100644 --- a/advisories/unreviewed/2022/05/GHSA-xggp-8vgq-qrwx/GHSA-xggp-8vgq-qrwx.json +++ b/advisories/unreviewed/2022/05/GHSA-xggp-8vgq-qrwx/GHSA-xggp-8vgq-qrwx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-xj72-54ch-xhfx/GHSA-xj72-54ch-xhfx.json b/advisories/unreviewed/2022/05/GHSA-xj72-54ch-xhfx/GHSA-xj72-54ch-xhfx.json index f13b0f9b074..add73a6e720 100644 --- a/advisories/unreviewed/2022/05/GHSA-xj72-54ch-xhfx/GHSA-xj72-54ch-xhfx.json +++ b/advisories/unreviewed/2022/05/GHSA-xj72-54ch-xhfx/GHSA-xj72-54ch-xhfx.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-xjhq-6wq5-hhvx/GHSA-xjhq-6wq5-hhvx.json b/advisories/unreviewed/2022/05/GHSA-xjhq-6wq5-hhvx/GHSA-xjhq-6wq5-hhvx.json index 4e3e52c9799..ec165fed8cd 100644 --- a/advisories/unreviewed/2022/05/GHSA-xjhq-6wq5-hhvx/GHSA-xjhq-6wq5-hhvx.json +++ b/advisories/unreviewed/2022/05/GHSA-xjhq-6wq5-hhvx/GHSA-xjhq-6wq5-hhvx.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-xjmr-f49m-496p/GHSA-xjmr-f49m-496p.json b/advisories/unreviewed/2022/05/GHSA-xjmr-f49m-496p/GHSA-xjmr-f49m-496p.json index 0ad1c33245d..d6b7a1edbe6 100644 --- a/advisories/unreviewed/2022/05/GHSA-xjmr-f49m-496p/GHSA-xjmr-f49m-496p.json +++ b/advisories/unreviewed/2022/05/GHSA-xjmr-f49m-496p/GHSA-xjmr-f49m-496p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-xp2m-mr92-wfjx/GHSA-xp2m-mr92-wfjx.json b/advisories/unreviewed/2022/05/GHSA-xp2m-mr92-wfjx/GHSA-xp2m-mr92-wfjx.json index 65ccf4ca860..b6ffed5a9f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-xp2m-mr92-wfjx/GHSA-xp2m-mr92-wfjx.json +++ b/advisories/unreviewed/2022/05/GHSA-xp2m-mr92-wfjx/GHSA-xp2m-mr92-wfjx.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-xq42-73v3-g528/GHSA-xq42-73v3-g528.json b/advisories/unreviewed/2022/05/GHSA-xq42-73v3-g528/GHSA-xq42-73v3-g528.json index b6431d5978e..5d86a0c7718 100644 --- a/advisories/unreviewed/2022/05/GHSA-xq42-73v3-g528/GHSA-xq42-73v3-g528.json +++ b/advisories/unreviewed/2022/05/GHSA-xq42-73v3-g528/GHSA-xq42-73v3-g528.json @@ -7,12 +7,8 @@ "CVE-2020-18439" ], "details": "An issue was discoverered in in function edit_save_f in framework/admin/tpl_control.php in qinggan phpok 5.1, allows attackers to write arbitrary files or get a shell.", - "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-xq98-75xh-x359/GHSA-xq98-75xh-x359.json b/advisories/unreviewed/2022/05/GHSA-xq98-75xh-x359/GHSA-xq98-75xh-x359.json index 68fdbbca5a1..31c5c613637 100644 --- a/advisories/unreviewed/2022/05/GHSA-xq98-75xh-x359/GHSA-xq98-75xh-x359.json +++ b/advisories/unreviewed/2022/05/GHSA-xq98-75xh-x359/GHSA-xq98-75xh-x359.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-xr28-f4wv-gfp3/GHSA-xr28-f4wv-gfp3.json b/advisories/unreviewed/2022/05/GHSA-xr28-f4wv-gfp3/GHSA-xr28-f4wv-gfp3.json index 9f1d9a89658..23879a22d41 100644 --- a/advisories/unreviewed/2022/05/GHSA-xr28-f4wv-gfp3/GHSA-xr28-f4wv-gfp3.json +++ b/advisories/unreviewed/2022/05/GHSA-xr28-f4wv-gfp3/GHSA-xr28-f4wv-gfp3.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-xrjf-xqgq-8525/GHSA-xrjf-xqgq-8525.json b/advisories/unreviewed/2022/05/GHSA-xrjf-xqgq-8525/GHSA-xrjf-xqgq-8525.json index 7a68c06be5c..dfc7f21c930 100644 --- a/advisories/unreviewed/2022/05/GHSA-xrjf-xqgq-8525/GHSA-xrjf-xqgq-8525.json +++ b/advisories/unreviewed/2022/05/GHSA-xrjf-xqgq-8525/GHSA-xrjf-xqgq-8525.json @@ -7,12 +7,8 @@ "CVE-2021-36997" ], "details": "There is a Low memory error in Huawei Smartphone due to the unlimited size of images to be parsed.Successful exploitation of this vulnerability may cause the Gallery or Files app to exit unexpectedly.", - "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-xv7g-x679-jf4c/GHSA-xv7g-x679-jf4c.json b/advisories/unreviewed/2022/05/GHSA-xv7g-x679-jf4c/GHSA-xv7g-x679-jf4c.json index 37d51e450aa..7489c15a15e 100644 --- a/advisories/unreviewed/2022/05/GHSA-xv7g-x679-jf4c/GHSA-xv7g-x679-jf4c.json +++ b/advisories/unreviewed/2022/05/GHSA-xv7g-x679-jf4c/GHSA-xv7g-x679-jf4c.json @@ -7,12 +7,8 @@ "CVE-2021-3441" ], "details": "A potential security vulnerability has been identified for the HP OfficeJet 7110 Wide Format ePrinter that enables Cross-Site Scripting (XSS).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xv7v-rr53-498m/GHSA-xv7v-rr53-498m.json b/advisories/unreviewed/2022/05/GHSA-xv7v-rr53-498m/GHSA-xv7v-rr53-498m.json index 2254b7de1be..657da891ec6 100644 --- a/advisories/unreviewed/2022/05/GHSA-xv7v-rr53-498m/GHSA-xv7v-rr53-498m.json +++ b/advisories/unreviewed/2022/05/GHSA-xv7v-rr53-498m/GHSA-xv7v-rr53-498m.json @@ -7,12 +7,8 @@ "CVE-2021-22450" ], "details": "A component of the HarmonyOS has a Incomplete Cleanup vulnerability. Local attackers may exploit this vulnerability to cause memory exhaustion.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xv82-93gj-h8jq/GHSA-xv82-93gj-h8jq.json b/advisories/unreviewed/2022/05/GHSA-xv82-93gj-h8jq/GHSA-xv82-93gj-h8jq.json index 687880c1653..94763ea9610 100644 --- a/advisories/unreviewed/2022/05/GHSA-xv82-93gj-h8jq/GHSA-xv82-93gj-h8jq.json +++ b/advisories/unreviewed/2022/05/GHSA-xv82-93gj-h8jq/GHSA-xv82-93gj-h8jq.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/12/GHSA-356q-44f6-58cf/GHSA-356q-44f6-58cf.json b/advisories/unreviewed/2022/12/GHSA-356q-44f6-58cf/GHSA-356q-44f6-58cf.json index a4f0f3d45d3..1eb6b3255d6 100644 --- a/advisories/unreviewed/2022/12/GHSA-356q-44f6-58cf/GHSA-356q-44f6-58cf.json +++ b/advisories/unreviewed/2022/12/GHSA-356q-44f6-58cf/GHSA-356q-44f6-58cf.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/12/GHSA-46rh-mcf3-6v59/GHSA-46rh-mcf3-6v59.json b/advisories/unreviewed/2022/12/GHSA-46rh-mcf3-6v59/GHSA-46rh-mcf3-6v59.json index a8d42c24174..cb793c05240 100644 --- a/advisories/unreviewed/2022/12/GHSA-46rh-mcf3-6v59/GHSA-46rh-mcf3-6v59.json +++ b/advisories/unreviewed/2022/12/GHSA-46rh-mcf3-6v59/GHSA-46rh-mcf3-6v59.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/12/GHSA-57rw-93xc-4hpv/GHSA-57rw-93xc-4hpv.json b/advisories/unreviewed/2022/12/GHSA-57rw-93xc-4hpv/GHSA-57rw-93xc-4hpv.json index 9b580abb179..e4cdbdb7e11 100644 --- a/advisories/unreviewed/2022/12/GHSA-57rw-93xc-4hpv/GHSA-57rw-93xc-4hpv.json +++ b/advisories/unreviewed/2022/12/GHSA-57rw-93xc-4hpv/GHSA-57rw-93xc-4hpv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/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/12/GHSA-5mgf-9mwf-m64w/GHSA-5mgf-9mwf-m64w.json b/advisories/unreviewed/2022/12/GHSA-5mgf-9mwf-m64w/GHSA-5mgf-9mwf-m64w.json index aecab5d2e8d..7bd61fe2b84 100644 --- a/advisories/unreviewed/2022/12/GHSA-5mgf-9mwf-m64w/GHSA-5mgf-9mwf-m64w.json +++ b/advisories/unreviewed/2022/12/GHSA-5mgf-9mwf-m64w/GHSA-5mgf-9mwf-m64w.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/12/GHSA-5v7m-mx75-9j7g/GHSA-5v7m-mx75-9j7g.json b/advisories/unreviewed/2022/12/GHSA-5v7m-mx75-9j7g/GHSA-5v7m-mx75-9j7g.json index 3caa91b2293..ec9564bd151 100644 --- a/advisories/unreviewed/2022/12/GHSA-5v7m-mx75-9j7g/GHSA-5v7m-mx75-9j7g.json +++ b/advisories/unreviewed/2022/12/GHSA-5v7m-mx75-9j7g/GHSA-5v7m-mx75-9j7g.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/12/GHSA-5xmr-4hp2-hm52/GHSA-5xmr-4hp2-hm52.json b/advisories/unreviewed/2022/12/GHSA-5xmr-4hp2-hm52/GHSA-5xmr-4hp2-hm52.json index e4c8133f74c..3a202336483 100644 --- a/advisories/unreviewed/2022/12/GHSA-5xmr-4hp2-hm52/GHSA-5xmr-4hp2-hm52.json +++ b/advisories/unreviewed/2022/12/GHSA-5xmr-4hp2-hm52/GHSA-5xmr-4hp2-hm52.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/12/GHSA-62ff-q4g6-fj3j/GHSA-62ff-q4g6-fj3j.json b/advisories/unreviewed/2022/12/GHSA-62ff-q4g6-fj3j/GHSA-62ff-q4g6-fj3j.json index fc330e34276..bb5a9c33396 100644 --- a/advisories/unreviewed/2022/12/GHSA-62ff-q4g6-fj3j/GHSA-62ff-q4g6-fj3j.json +++ b/advisories/unreviewed/2022/12/GHSA-62ff-q4g6-fj3j/GHSA-62ff-q4g6-fj3j.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/12/GHSA-6chh-6c6m-xqrh/GHSA-6chh-6c6m-xqrh.json b/advisories/unreviewed/2022/12/GHSA-6chh-6c6m-xqrh/GHSA-6chh-6c6m-xqrh.json index 2b5e40a924a..70ca2c71a1f 100644 --- a/advisories/unreviewed/2022/12/GHSA-6chh-6c6m-xqrh/GHSA-6chh-6c6m-xqrh.json +++ b/advisories/unreviewed/2022/12/GHSA-6chh-6c6m-xqrh/GHSA-6chh-6c6m-xqrh.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/12/GHSA-6vrj-5r6c-cp4f/GHSA-6vrj-5r6c-cp4f.json b/advisories/unreviewed/2022/12/GHSA-6vrj-5r6c-cp4f/GHSA-6vrj-5r6c-cp4f.json index 2a903f9f238..7b1a2c4c837 100644 --- a/advisories/unreviewed/2022/12/GHSA-6vrj-5r6c-cp4f/GHSA-6vrj-5r6c-cp4f.json +++ b/advisories/unreviewed/2022/12/GHSA-6vrj-5r6c-cp4f/GHSA-6vrj-5r6c-cp4f.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/12/GHSA-7qjh-9xmf-42f9/GHSA-7qjh-9xmf-42f9.json b/advisories/unreviewed/2022/12/GHSA-7qjh-9xmf-42f9/GHSA-7qjh-9xmf-42f9.json index 3959bce3326..fd6f1e949c6 100644 --- a/advisories/unreviewed/2022/12/GHSA-7qjh-9xmf-42f9/GHSA-7qjh-9xmf-42f9.json +++ b/advisories/unreviewed/2022/12/GHSA-7qjh-9xmf-42f9/GHSA-7qjh-9xmf-42f9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-8vgr-hc2x-gh7h/GHSA-8vgr-hc2x-gh7h.json b/advisories/unreviewed/2022/12/GHSA-8vgr-hc2x-gh7h/GHSA-8vgr-hc2x-gh7h.json index da480c98405..5ce2dc57feb 100644 --- a/advisories/unreviewed/2022/12/GHSA-8vgr-hc2x-gh7h/GHSA-8vgr-hc2x-gh7h.json +++ b/advisories/unreviewed/2022/12/GHSA-8vgr-hc2x-gh7h/GHSA-8vgr-hc2x-gh7h.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/12/GHSA-9795-p8hc-23wx/GHSA-9795-p8hc-23wx.json b/advisories/unreviewed/2022/12/GHSA-9795-p8hc-23wx/GHSA-9795-p8hc-23wx.json index 49dbc05d23a..fe402bf2daa 100644 --- a/advisories/unreviewed/2022/12/GHSA-9795-p8hc-23wx/GHSA-9795-p8hc-23wx.json +++ b/advisories/unreviewed/2022/12/GHSA-9795-p8hc-23wx/GHSA-9795-p8hc-23wx.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/12/GHSA-99h8-7p7x-vjc6/GHSA-99h8-7p7x-vjc6.json b/advisories/unreviewed/2022/12/GHSA-99h8-7p7x-vjc6/GHSA-99h8-7p7x-vjc6.json index d245a4da91f..e469e8fa6d6 100644 --- a/advisories/unreviewed/2022/12/GHSA-99h8-7p7x-vjc6/GHSA-99h8-7p7x-vjc6.json +++ b/advisories/unreviewed/2022/12/GHSA-99h8-7p7x-vjc6/GHSA-99h8-7p7x-vjc6.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/12/GHSA-9cph-hcr9-fvgm/GHSA-9cph-hcr9-fvgm.json b/advisories/unreviewed/2022/12/GHSA-9cph-hcr9-fvgm/GHSA-9cph-hcr9-fvgm.json index bdb30c8aa92..8cd32717300 100644 --- a/advisories/unreviewed/2022/12/GHSA-9cph-hcr9-fvgm/GHSA-9cph-hcr9-fvgm.json +++ b/advisories/unreviewed/2022/12/GHSA-9cph-hcr9-fvgm/GHSA-9cph-hcr9-fvgm.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", @@ -67,9 +65,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/12/GHSA-c553-7q8c-vqg8/GHSA-c553-7q8c-vqg8.json b/advisories/unreviewed/2022/12/GHSA-c553-7q8c-vqg8/GHSA-c553-7q8c-vqg8.json index ab15d65af08..ac78c06defc 100644 --- a/advisories/unreviewed/2022/12/GHSA-c553-7q8c-vqg8/GHSA-c553-7q8c-vqg8.json +++ b/advisories/unreviewed/2022/12/GHSA-c553-7q8c-vqg8/GHSA-c553-7q8c-vqg8.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/12/GHSA-cpcw-3j2g-7q8g/GHSA-cpcw-3j2g-7q8g.json b/advisories/unreviewed/2022/12/GHSA-cpcw-3j2g-7q8g/GHSA-cpcw-3j2g-7q8g.json index 4c5b9861ce2..de6de70354b 100644 --- a/advisories/unreviewed/2022/12/GHSA-cpcw-3j2g-7q8g/GHSA-cpcw-3j2g-7q8g.json +++ b/advisories/unreviewed/2022/12/GHSA-cpcw-3j2g-7q8g/GHSA-cpcw-3j2g-7q8g.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/12/GHSA-fmhg-h49x-72gp/GHSA-fmhg-h49x-72gp.json b/advisories/unreviewed/2022/12/GHSA-fmhg-h49x-72gp/GHSA-fmhg-h49x-72gp.json index 51519af38be..72921e10c96 100644 --- a/advisories/unreviewed/2022/12/GHSA-fmhg-h49x-72gp/GHSA-fmhg-h49x-72gp.json +++ b/advisories/unreviewed/2022/12/GHSA-fmhg-h49x-72gp/GHSA-fmhg-h49x-72gp.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", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/12/GHSA-g583-4mg8-hq84/GHSA-g583-4mg8-hq84.json b/advisories/unreviewed/2022/12/GHSA-g583-4mg8-hq84/GHSA-g583-4mg8-hq84.json index 89d2f737263..4b71f202704 100644 --- a/advisories/unreviewed/2022/12/GHSA-g583-4mg8-hq84/GHSA-g583-4mg8-hq84.json +++ b/advisories/unreviewed/2022/12/GHSA-g583-4mg8-hq84/GHSA-g583-4mg8-hq84.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/12/GHSA-gvhr-fq94-q7h9/GHSA-gvhr-fq94-q7h9.json b/advisories/unreviewed/2022/12/GHSA-gvhr-fq94-q7h9/GHSA-gvhr-fq94-q7h9.json index 0d2fbe88476..7a5d01cbd34 100644 --- a/advisories/unreviewed/2022/12/GHSA-gvhr-fq94-q7h9/GHSA-gvhr-fq94-q7h9.json +++ b/advisories/unreviewed/2022/12/GHSA-gvhr-fq94-q7h9/GHSA-gvhr-fq94-q7h9.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", diff --git a/advisories/unreviewed/2022/12/GHSA-h3mp-j53v-44vx/GHSA-h3mp-j53v-44vx.json b/advisories/unreviewed/2022/12/GHSA-h3mp-j53v-44vx/GHSA-h3mp-j53v-44vx.json index dfa5eee4d56..049aecf0cae 100644 --- a/advisories/unreviewed/2022/12/GHSA-h3mp-j53v-44vx/GHSA-h3mp-j53v-44vx.json +++ b/advisories/unreviewed/2022/12/GHSA-h3mp-j53v-44vx/GHSA-h3mp-j53v-44vx.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/12/GHSA-h97p-r383-p42m/GHSA-h97p-r383-p42m.json b/advisories/unreviewed/2022/12/GHSA-h97p-r383-p42m/GHSA-h97p-r383-p42m.json index fe9b1d33377..0a2e24fd5c4 100644 --- a/advisories/unreviewed/2022/12/GHSA-h97p-r383-p42m/GHSA-h97p-r383-p42m.json +++ b/advisories/unreviewed/2022/12/GHSA-h97p-r383-p42m/GHSA-h97p-r383-p42m.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/12/GHSA-p5h8-cwcq-q5g2/GHSA-p5h8-cwcq-q5g2.json b/advisories/unreviewed/2022/12/GHSA-p5h8-cwcq-q5g2/GHSA-p5h8-cwcq-q5g2.json index 506d88d55a7..da9ca126f30 100644 --- a/advisories/unreviewed/2022/12/GHSA-p5h8-cwcq-q5g2/GHSA-p5h8-cwcq-q5g2.json +++ b/advisories/unreviewed/2022/12/GHSA-p5h8-cwcq-q5g2/GHSA-p5h8-cwcq-q5g2.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/12/GHSA-q68w-fq74-6jp9/GHSA-q68w-fq74-6jp9.json b/advisories/unreviewed/2022/12/GHSA-q68w-fq74-6jp9/GHSA-q68w-fq74-6jp9.json index 83d43913b84..5abc61ec587 100644 --- a/advisories/unreviewed/2022/12/GHSA-q68w-fq74-6jp9/GHSA-q68w-fq74-6jp9.json +++ b/advisories/unreviewed/2022/12/GHSA-q68w-fq74-6jp9/GHSA-q68w-fq74-6jp9.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", diff --git a/advisories/unreviewed/2022/12/GHSA-qh9q-rjpp-hqc3/GHSA-qh9q-rjpp-hqc3.json b/advisories/unreviewed/2022/12/GHSA-qh9q-rjpp-hqc3/GHSA-qh9q-rjpp-hqc3.json index 4658c0669fe..03fb328b708 100644 --- a/advisories/unreviewed/2022/12/GHSA-qh9q-rjpp-hqc3/GHSA-qh9q-rjpp-hqc3.json +++ b/advisories/unreviewed/2022/12/GHSA-qh9q-rjpp-hqc3/GHSA-qh9q-rjpp-hqc3.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/12/GHSA-qhr9-wjgv-2r72/GHSA-qhr9-wjgv-2r72.json b/advisories/unreviewed/2022/12/GHSA-qhr9-wjgv-2r72/GHSA-qhr9-wjgv-2r72.json index 1307eb81b7d..f36040d74a1 100644 --- a/advisories/unreviewed/2022/12/GHSA-qhr9-wjgv-2r72/GHSA-qhr9-wjgv-2r72.json +++ b/advisories/unreviewed/2022/12/GHSA-qhr9-wjgv-2r72/GHSA-qhr9-wjgv-2r72.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", @@ -55,9 +53,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/12/GHSA-rhh8-vf3p-5mx3/GHSA-rhh8-vf3p-5mx3.json b/advisories/unreviewed/2022/12/GHSA-rhh8-vf3p-5mx3/GHSA-rhh8-vf3p-5mx3.json index beb6c460f1c..37ddc9f783f 100644 --- a/advisories/unreviewed/2022/12/GHSA-rhh8-vf3p-5mx3/GHSA-rhh8-vf3p-5mx3.json +++ b/advisories/unreviewed/2022/12/GHSA-rhh8-vf3p-5mx3/GHSA-rhh8-vf3p-5mx3.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", @@ -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/12/GHSA-w54j-3mgp-xm9q/GHSA-w54j-3mgp-xm9q.json b/advisories/unreviewed/2022/12/GHSA-w54j-3mgp-xm9q/GHSA-w54j-3mgp-xm9q.json index a96f844fed5..f057c4b4cc6 100644 --- a/advisories/unreviewed/2022/12/GHSA-w54j-3mgp-xm9q/GHSA-w54j-3mgp-xm9q.json +++ b/advisories/unreviewed/2022/12/GHSA-w54j-3mgp-xm9q/GHSA-w54j-3mgp-xm9q.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", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/12/GHSA-w696-j5x3-hhvj/GHSA-w696-j5x3-hhvj.json b/advisories/unreviewed/2022/12/GHSA-w696-j5x3-hhvj/GHSA-w696-j5x3-hhvj.json index cc2538de04c..58590907311 100644 --- a/advisories/unreviewed/2022/12/GHSA-w696-j5x3-hhvj/GHSA-w696-j5x3-hhvj.json +++ b/advisories/unreviewed/2022/12/GHSA-w696-j5x3-hhvj/GHSA-w696-j5x3-hhvj.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", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/12/GHSA-wcx8-5vxf-rv69/GHSA-wcx8-5vxf-rv69.json b/advisories/unreviewed/2022/12/GHSA-wcx8-5vxf-rv69/GHSA-wcx8-5vxf-rv69.json index 74699e00063..e608d03096b 100644 --- a/advisories/unreviewed/2022/12/GHSA-wcx8-5vxf-rv69/GHSA-wcx8-5vxf-rv69.json +++ b/advisories/unreviewed/2022/12/GHSA-wcx8-5vxf-rv69/GHSA-wcx8-5vxf-rv69.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", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-2cm4-gp34-f42x/GHSA-2cm4-gp34-f42x.json b/advisories/unreviewed/2023/01/GHSA-2cm4-gp34-f42x/GHSA-2cm4-gp34-f42x.json index d20d421609d..ed7838a7e68 100644 --- a/advisories/unreviewed/2023/01/GHSA-2cm4-gp34-f42x/GHSA-2cm4-gp34-f42x.json +++ b/advisories/unreviewed/2023/01/GHSA-2cm4-gp34-f42x/GHSA-2cm4-gp34-f42x.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/2023/01/GHSA-2xwg-7hvq-gvq8/GHSA-2xwg-7hvq-gvq8.json b/advisories/unreviewed/2023/01/GHSA-2xwg-7hvq-gvq8/GHSA-2xwg-7hvq-gvq8.json index cd7651ad85b..9fdc2bc4857 100644 --- a/advisories/unreviewed/2023/01/GHSA-2xwg-7hvq-gvq8/GHSA-2xwg-7hvq-gvq8.json +++ b/advisories/unreviewed/2023/01/GHSA-2xwg-7hvq-gvq8/GHSA-2xwg-7hvq-gvq8.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/01/GHSA-35p7-xx3v-q6v2/GHSA-35p7-xx3v-q6v2.json b/advisories/unreviewed/2023/01/GHSA-35p7-xx3v-q6v2/GHSA-35p7-xx3v-q6v2.json index a085a12693b..ec9edcad3eb 100644 --- a/advisories/unreviewed/2023/01/GHSA-35p7-xx3v-q6v2/GHSA-35p7-xx3v-q6v2.json +++ b/advisories/unreviewed/2023/01/GHSA-35p7-xx3v-q6v2/GHSA-35p7-xx3v-q6v2.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/2023/01/GHSA-3f4w-mffw-rqx9/GHSA-3f4w-mffw-rqx9.json b/advisories/unreviewed/2023/01/GHSA-3f4w-mffw-rqx9/GHSA-3f4w-mffw-rqx9.json index 5b35f844997..94aad7edca6 100644 --- a/advisories/unreviewed/2023/01/GHSA-3f4w-mffw-rqx9/GHSA-3f4w-mffw-rqx9.json +++ b/advisories/unreviewed/2023/01/GHSA-3f4w-mffw-rqx9/GHSA-3f4w-mffw-rqx9.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/2023/01/GHSA-3j5g-pgw8-92vr/GHSA-3j5g-pgw8-92vr.json b/advisories/unreviewed/2023/01/GHSA-3j5g-pgw8-92vr/GHSA-3j5g-pgw8-92vr.json index c30c1a58aed..e5719eb8d6d 100644 --- a/advisories/unreviewed/2023/01/GHSA-3j5g-pgw8-92vr/GHSA-3j5g-pgw8-92vr.json +++ b/advisories/unreviewed/2023/01/GHSA-3j5g-pgw8-92vr/GHSA-3j5g-pgw8-92vr.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/2023/01/GHSA-5428-jhfr-7hxg/GHSA-5428-jhfr-7hxg.json b/advisories/unreviewed/2023/01/GHSA-5428-jhfr-7hxg/GHSA-5428-jhfr-7hxg.json index 7952c4223a1..044b2ef3858 100644 --- a/advisories/unreviewed/2023/01/GHSA-5428-jhfr-7hxg/GHSA-5428-jhfr-7hxg.json +++ b/advisories/unreviewed/2023/01/GHSA-5428-jhfr-7hxg/GHSA-5428-jhfr-7hxg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-6366-2h38-jf23/GHSA-6366-2h38-jf23.json b/advisories/unreviewed/2023/01/GHSA-6366-2h38-jf23/GHSA-6366-2h38-jf23.json index 924d4204a7f..9577e52ee12 100644 --- a/advisories/unreviewed/2023/01/GHSA-6366-2h38-jf23/GHSA-6366-2h38-jf23.json +++ b/advisories/unreviewed/2023/01/GHSA-6366-2h38-jf23/GHSA-6366-2h38-jf23.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-643p-43m5-cqgx/GHSA-643p-43m5-cqgx.json b/advisories/unreviewed/2023/01/GHSA-643p-43m5-cqgx/GHSA-643p-43m5-cqgx.json index 90d0a9cc1f8..3e1818c93ea 100644 --- a/advisories/unreviewed/2023/01/GHSA-643p-43m5-cqgx/GHSA-643p-43m5-cqgx.json +++ b/advisories/unreviewed/2023/01/GHSA-643p-43m5-cqgx/GHSA-643p-43m5-cqgx.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/2023/01/GHSA-7f63-rxj5-2547/GHSA-7f63-rxj5-2547.json b/advisories/unreviewed/2023/01/GHSA-7f63-rxj5-2547/GHSA-7f63-rxj5-2547.json index 751b6a4695a..041f833aad6 100644 --- a/advisories/unreviewed/2023/01/GHSA-7f63-rxj5-2547/GHSA-7f63-rxj5-2547.json +++ b/advisories/unreviewed/2023/01/GHSA-7f63-rxj5-2547/GHSA-7f63-rxj5-2547.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/2023/01/GHSA-7g4w-jr36-jfhg/GHSA-7g4w-jr36-jfhg.json b/advisories/unreviewed/2023/01/GHSA-7g4w-jr36-jfhg/GHSA-7g4w-jr36-jfhg.json index b5e90cbba77..0b4a4e16716 100644 --- a/advisories/unreviewed/2023/01/GHSA-7g4w-jr36-jfhg/GHSA-7g4w-jr36-jfhg.json +++ b/advisories/unreviewed/2023/01/GHSA-7g4w-jr36-jfhg/GHSA-7g4w-jr36-jfhg.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/2023/01/GHSA-8jpc-xwjw-7jcx/GHSA-8jpc-xwjw-7jcx.json b/advisories/unreviewed/2023/01/GHSA-8jpc-xwjw-7jcx/GHSA-8jpc-xwjw-7jcx.json index 2b9d6ddecc4..ba4141fe8ec 100644 --- a/advisories/unreviewed/2023/01/GHSA-8jpc-xwjw-7jcx/GHSA-8jpc-xwjw-7jcx.json +++ b/advisories/unreviewed/2023/01/GHSA-8jpc-xwjw-7jcx/GHSA-8jpc-xwjw-7jcx.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-98qx-42h7-g53p/GHSA-98qx-42h7-g53p.json b/advisories/unreviewed/2023/01/GHSA-98qx-42h7-g53p/GHSA-98qx-42h7-g53p.json index d074e1dd931..afd4a654f3e 100644 --- a/advisories/unreviewed/2023/01/GHSA-98qx-42h7-g53p/GHSA-98qx-42h7-g53p.json +++ b/advisories/unreviewed/2023/01/GHSA-98qx-42h7-g53p/GHSA-98qx-42h7-g53p.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/2023/01/GHSA-cq6r-f9cc-jg4w/GHSA-cq6r-f9cc-jg4w.json b/advisories/unreviewed/2023/01/GHSA-cq6r-f9cc-jg4w/GHSA-cq6r-f9cc-jg4w.json index aa17432c148..0d15fec07ef 100644 --- a/advisories/unreviewed/2023/01/GHSA-cq6r-f9cc-jg4w/GHSA-cq6r-f9cc-jg4w.json +++ b/advisories/unreviewed/2023/01/GHSA-cq6r-f9cc-jg4w/GHSA-cq6r-f9cc-jg4w.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/01/GHSA-cxfq-cc8j-j2pp/GHSA-cxfq-cc8j-j2pp.json b/advisories/unreviewed/2023/01/GHSA-cxfq-cc8j-j2pp/GHSA-cxfq-cc8j-j2pp.json index 1014d90fef3..4efa39c012c 100644 --- a/advisories/unreviewed/2023/01/GHSA-cxfq-cc8j-j2pp/GHSA-cxfq-cc8j-j2pp.json +++ b/advisories/unreviewed/2023/01/GHSA-cxfq-cc8j-j2pp/GHSA-cxfq-cc8j-j2pp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-g39q-wwrq-p5cv/GHSA-g39q-wwrq-p5cv.json b/advisories/unreviewed/2023/01/GHSA-g39q-wwrq-p5cv/GHSA-g39q-wwrq-p5cv.json index a14c770b162..977917ab9df 100644 --- a/advisories/unreviewed/2023/01/GHSA-g39q-wwrq-p5cv/GHSA-g39q-wwrq-p5cv.json +++ b/advisories/unreviewed/2023/01/GHSA-g39q-wwrq-p5cv/GHSA-g39q-wwrq-p5cv.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", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-h62j-pfp9-r54f/GHSA-h62j-pfp9-r54f.json b/advisories/unreviewed/2023/01/GHSA-h62j-pfp9-r54f/GHSA-h62j-pfp9-r54f.json index 31d6ec050b5..262b02cbcc7 100644 --- a/advisories/unreviewed/2023/01/GHSA-h62j-pfp9-r54f/GHSA-h62j-pfp9-r54f.json +++ b/advisories/unreviewed/2023/01/GHSA-h62j-pfp9-r54f/GHSA-h62j-pfp9-r54f.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/2023/01/GHSA-hr2h-gpm8-8hqc/GHSA-hr2h-gpm8-8hqc.json b/advisories/unreviewed/2023/01/GHSA-hr2h-gpm8-8hqc/GHSA-hr2h-gpm8-8hqc.json index 5d526ed9654..18489479ab8 100644 --- a/advisories/unreviewed/2023/01/GHSA-hr2h-gpm8-8hqc/GHSA-hr2h-gpm8-8hqc.json +++ b/advisories/unreviewed/2023/01/GHSA-hr2h-gpm8-8hqc/GHSA-hr2h-gpm8-8hqc.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/01/GHSA-p3gh-ph86-vc5x/GHSA-p3gh-ph86-vc5x.json b/advisories/unreviewed/2023/01/GHSA-p3gh-ph86-vc5x/GHSA-p3gh-ph86-vc5x.json index 8ebf995b7fc..4e23730d603 100644 --- a/advisories/unreviewed/2023/01/GHSA-p3gh-ph86-vc5x/GHSA-p3gh-ph86-vc5x.json +++ b/advisories/unreviewed/2023/01/GHSA-p3gh-ph86-vc5x/GHSA-p3gh-ph86-vc5x.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-prhf-hmjv-qr62/GHSA-prhf-hmjv-qr62.json b/advisories/unreviewed/2023/01/GHSA-prhf-hmjv-qr62/GHSA-prhf-hmjv-qr62.json index cf467be19a7..d6ce3912284 100644 --- a/advisories/unreviewed/2023/01/GHSA-prhf-hmjv-qr62/GHSA-prhf-hmjv-qr62.json +++ b/advisories/unreviewed/2023/01/GHSA-prhf-hmjv-qr62/GHSA-prhf-hmjv-qr62.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/01/GHSA-q3fg-223f-3hvq/GHSA-q3fg-223f-3hvq.json b/advisories/unreviewed/2023/01/GHSA-q3fg-223f-3hvq/GHSA-q3fg-223f-3hvq.json index 6044d36975d..eca9ecc2f98 100644 --- a/advisories/unreviewed/2023/01/GHSA-q3fg-223f-3hvq/GHSA-q3fg-223f-3hvq.json +++ b/advisories/unreviewed/2023/01/GHSA-q3fg-223f-3hvq/GHSA-q3fg-223f-3hvq.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/2023/01/GHSA-rphr-gf93-vggr/GHSA-rphr-gf93-vggr.json b/advisories/unreviewed/2023/01/GHSA-rphr-gf93-vggr/GHSA-rphr-gf93-vggr.json index ce58bf83042..1555f757d63 100644 --- a/advisories/unreviewed/2023/01/GHSA-rphr-gf93-vggr/GHSA-rphr-gf93-vggr.json +++ b/advisories/unreviewed/2023/01/GHSA-rphr-gf93-vggr/GHSA-rphr-gf93-vggr.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-rr8q-hjpq-9wx8/GHSA-rr8q-hjpq-9wx8.json b/advisories/unreviewed/2023/01/GHSA-rr8q-hjpq-9wx8/GHSA-rr8q-hjpq-9wx8.json index cadd1fd6655..5eefebfd878 100644 --- a/advisories/unreviewed/2023/01/GHSA-rr8q-hjpq-9wx8/GHSA-rr8q-hjpq-9wx8.json +++ b/advisories/unreviewed/2023/01/GHSA-rr8q-hjpq-9wx8/GHSA-rr8q-hjpq-9wx8.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/2023/01/GHSA-v5q9-jw9j-25cw/GHSA-v5q9-jw9j-25cw.json b/advisories/unreviewed/2023/01/GHSA-v5q9-jw9j-25cw/GHSA-v5q9-jw9j-25cw.json index 86838149981..72f04bdb92a 100644 --- a/advisories/unreviewed/2023/01/GHSA-v5q9-jw9j-25cw/GHSA-v5q9-jw9j-25cw.json +++ b/advisories/unreviewed/2023/01/GHSA-v5q9-jw9j-25cw/GHSA-v5q9-jw9j-25cw.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/2023/01/GHSA-x53x-v2cq-q98v/GHSA-x53x-v2cq-q98v.json b/advisories/unreviewed/2023/01/GHSA-x53x-v2cq-q98v/GHSA-x53x-v2cq-q98v.json index 2dc82a5ae46..bad03d10bb2 100644 --- a/advisories/unreviewed/2023/01/GHSA-x53x-v2cq-q98v/GHSA-x53x-v2cq-q98v.json +++ b/advisories/unreviewed/2023/01/GHSA-x53x-v2cq-q98v/GHSA-x53x-v2cq-q98v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-x6hj-8gmr-q6jx/GHSA-x6hj-8gmr-q6jx.json b/advisories/unreviewed/2023/01/GHSA-x6hj-8gmr-q6jx/GHSA-x6hj-8gmr-q6jx.json index b93a2fc2c7e..3e7bc7d5a75 100644 --- a/advisories/unreviewed/2023/01/GHSA-x6hj-8gmr-q6jx/GHSA-x6hj-8gmr-q6jx.json +++ b/advisories/unreviewed/2023/01/GHSA-x6hj-8gmr-q6jx/GHSA-x6hj-8gmr-q6jx.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/03/GHSA-488p-w8x3-xh6m/GHSA-488p-w8x3-xh6m.json b/advisories/unreviewed/2023/03/GHSA-488p-w8x3-xh6m/GHSA-488p-w8x3-xh6m.json index db707928d22..44d154a75ce 100644 --- a/advisories/unreviewed/2023/03/GHSA-488p-w8x3-xh6m/GHSA-488p-w8x3-xh6m.json +++ b/advisories/unreviewed/2023/03/GHSA-488p-w8x3-xh6m/GHSA-488p-w8x3-xh6m.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/03/GHSA-5mp4-wxfp-wpvw/GHSA-5mp4-wxfp-wpvw.json b/advisories/unreviewed/2023/03/GHSA-5mp4-wxfp-wpvw/GHSA-5mp4-wxfp-wpvw.json index d532d9b65bb..1c724b033dc 100644 --- a/advisories/unreviewed/2023/03/GHSA-5mp4-wxfp-wpvw/GHSA-5mp4-wxfp-wpvw.json +++ b/advisories/unreviewed/2023/03/GHSA-5mp4-wxfp-wpvw/GHSA-5mp4-wxfp-wpvw.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", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-93fv-965w-2985/GHSA-93fv-965w-2985.json b/advisories/unreviewed/2023/03/GHSA-93fv-965w-2985/GHSA-93fv-965w-2985.json index 42ff701fed1..e291b961329 100644 --- a/advisories/unreviewed/2023/03/GHSA-93fv-965w-2985/GHSA-93fv-965w-2985.json +++ b/advisories/unreviewed/2023/03/GHSA-93fv-965w-2985/GHSA-93fv-965w-2985.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-fjgj-7xgj-vmh7/GHSA-fjgj-7xgj-vmh7.json b/advisories/unreviewed/2023/03/GHSA-fjgj-7xgj-vmh7/GHSA-fjgj-7xgj-vmh7.json index a5f3e6f7d26..a7df9950d78 100644 --- a/advisories/unreviewed/2023/03/GHSA-fjgj-7xgj-vmh7/GHSA-fjgj-7xgj-vmh7.json +++ b/advisories/unreviewed/2023/03/GHSA-fjgj-7xgj-vmh7/GHSA-fjgj-7xgj-vmh7.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/2023/03/GHSA-j9xq-95fc-pqv2/GHSA-j9xq-95fc-pqv2.json b/advisories/unreviewed/2023/03/GHSA-j9xq-95fc-pqv2/GHSA-j9xq-95fc-pqv2.json index 623e0d91f33..c0c48310365 100644 --- a/advisories/unreviewed/2023/03/GHSA-j9xq-95fc-pqv2/GHSA-j9xq-95fc-pqv2.json +++ b/advisories/unreviewed/2023/03/GHSA-j9xq-95fc-pqv2/GHSA-j9xq-95fc-pqv2.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/2023/03/GHSA-q7cf-mx43-6qm5/GHSA-q7cf-mx43-6qm5.json b/advisories/unreviewed/2023/03/GHSA-q7cf-mx43-6qm5/GHSA-q7cf-mx43-6qm5.json index 3fea5b2fb0b..03352a084dd 100644 --- a/advisories/unreviewed/2023/03/GHSA-q7cf-mx43-6qm5/GHSA-q7cf-mx43-6qm5.json +++ b/advisories/unreviewed/2023/03/GHSA-q7cf-mx43-6qm5/GHSA-q7cf-mx43-6qm5.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/2023/04/GHSA-4hp5-9mp9-5574/GHSA-4hp5-9mp9-5574.json b/advisories/unreviewed/2023/04/GHSA-4hp5-9mp9-5574/GHSA-4hp5-9mp9-5574.json index b8b7a90ace7..a0b0bbd6e02 100644 --- a/advisories/unreviewed/2023/04/GHSA-4hp5-9mp9-5574/GHSA-4hp5-9mp9-5574.json +++ b/advisories/unreviewed/2023/04/GHSA-4hp5-9mp9-5574/GHSA-4hp5-9mp9-5574.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-5j8j-gxqm-7cm8/GHSA-5j8j-gxqm-7cm8.json b/advisories/unreviewed/2023/04/GHSA-5j8j-gxqm-7cm8/GHSA-5j8j-gxqm-7cm8.json index fac77b97895..ed2c8535930 100644 --- a/advisories/unreviewed/2023/04/GHSA-5j8j-gxqm-7cm8/GHSA-5j8j-gxqm-7cm8.json +++ b/advisories/unreviewed/2023/04/GHSA-5j8j-gxqm-7cm8/GHSA-5j8j-gxqm-7cm8.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/2023/04/GHSA-79q7-jr7g-q445/GHSA-79q7-jr7g-q445.json b/advisories/unreviewed/2023/04/GHSA-79q7-jr7g-q445/GHSA-79q7-jr7g-q445.json index 8b5764ddfb2..a30b119be99 100644 --- a/advisories/unreviewed/2023/04/GHSA-79q7-jr7g-q445/GHSA-79q7-jr7g-q445.json +++ b/advisories/unreviewed/2023/04/GHSA-79q7-jr7g-q445/GHSA-79q7-jr7g-q445.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/04/GHSA-gwqg-c8v8-rw76/GHSA-gwqg-c8v8-rw76.json b/advisories/unreviewed/2023/04/GHSA-gwqg-c8v8-rw76/GHSA-gwqg-c8v8-rw76.json index 1a056fbaff3..ad7694e2411 100644 --- a/advisories/unreviewed/2023/04/GHSA-gwqg-c8v8-rw76/GHSA-gwqg-c8v8-rw76.json +++ b/advisories/unreviewed/2023/04/GHSA-gwqg-c8v8-rw76/GHSA-gwqg-c8v8-rw76.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/2023/04/GHSA-rmp9-7hg8-mcq4/GHSA-rmp9-7hg8-mcq4.json b/advisories/unreviewed/2023/04/GHSA-rmp9-7hg8-mcq4/GHSA-rmp9-7hg8-mcq4.json index 3618e568987..018fcf691f6 100644 --- a/advisories/unreviewed/2023/04/GHSA-rmp9-7hg8-mcq4/GHSA-rmp9-7hg8-mcq4.json +++ b/advisories/unreviewed/2023/04/GHSA-rmp9-7hg8-mcq4/GHSA-rmp9-7hg8-mcq4.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/2023/04/GHSA-w4fp-2356-fr6f/GHSA-w4fp-2356-fr6f.json b/advisories/unreviewed/2023/04/GHSA-w4fp-2356-fr6f/GHSA-w4fp-2356-fr6f.json index 842105d6239..da896770bc0 100644 --- a/advisories/unreviewed/2023/04/GHSA-w4fp-2356-fr6f/GHSA-w4fp-2356-fr6f.json +++ b/advisories/unreviewed/2023/04/GHSA-w4fp-2356-fr6f/GHSA-w4fp-2356-fr6f.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/2023/11/GHSA-wv85-vm3v-v274/GHSA-wv85-vm3v-v274.json b/advisories/unreviewed/2023/11/GHSA-wv85-vm3v-v274/GHSA-wv85-vm3v-v274.json index 40f00dfc45a..58e8247033e 100644 --- a/advisories/unreviewed/2023/11/GHSA-wv85-vm3v-v274/GHSA-wv85-vm3v-v274.json +++ b/advisories/unreviewed/2023/11/GHSA-wv85-vm3v-v274/GHSA-wv85-vm3v-v274.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/2024/01/GHSA-2vwj-p4xr-gwcv/GHSA-2vwj-p4xr-gwcv.json b/advisories/unreviewed/2024/01/GHSA-2vwj-p4xr-gwcv/GHSA-2vwj-p4xr-gwcv.json index 70e8b645912..f4709418659 100644 --- a/advisories/unreviewed/2024/01/GHSA-2vwj-p4xr-gwcv/GHSA-2vwj-p4xr-gwcv.json +++ b/advisories/unreviewed/2024/01/GHSA-2vwj-p4xr-gwcv/GHSA-2vwj-p4xr-gwcv.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/01/GHSA-37m4-w5jp-r3px/GHSA-37m4-w5jp-r3px.json b/advisories/unreviewed/2024/01/GHSA-37m4-w5jp-r3px/GHSA-37m4-w5jp-r3px.json index b61912f79e6..15d5ddc16cc 100644 --- a/advisories/unreviewed/2024/01/GHSA-37m4-w5jp-r3px/GHSA-37m4-w5jp-r3px.json +++ b/advisories/unreviewed/2024/01/GHSA-37m4-w5jp-r3px/GHSA-37m4-w5jp-r3px.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/01/GHSA-47qq-qw5p-448r/GHSA-47qq-qw5p-448r.json b/advisories/unreviewed/2024/01/GHSA-47qq-qw5p-448r/GHSA-47qq-qw5p-448r.json index 39dbc5ee5ff..cfe0d30299e 100644 --- a/advisories/unreviewed/2024/01/GHSA-47qq-qw5p-448r/GHSA-47qq-qw5p-448r.json +++ b/advisories/unreviewed/2024/01/GHSA-47qq-qw5p-448r/GHSA-47qq-qw5p-448r.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/01/GHSA-4rgp-rfp9-r9wv/GHSA-4rgp-rfp9-r9wv.json b/advisories/unreviewed/2024/01/GHSA-4rgp-rfp9-r9wv/GHSA-4rgp-rfp9-r9wv.json index a558e9d2451..0322889b86b 100644 --- a/advisories/unreviewed/2024/01/GHSA-4rgp-rfp9-r9wv/GHSA-4rgp-rfp9-r9wv.json +++ b/advisories/unreviewed/2024/01/GHSA-4rgp-rfp9-r9wv/GHSA-4rgp-rfp9-r9wv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-58jj-f9fm-h5qv/GHSA-58jj-f9fm-h5qv.json b/advisories/unreviewed/2024/01/GHSA-58jj-f9fm-h5qv/GHSA-58jj-f9fm-h5qv.json index 136467f716a..6a4fff58ae5 100644 --- a/advisories/unreviewed/2024/01/GHSA-58jj-f9fm-h5qv/GHSA-58jj-f9fm-h5qv.json +++ b/advisories/unreviewed/2024/01/GHSA-58jj-f9fm-h5qv/GHSA-58jj-f9fm-h5qv.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/01/GHSA-5cw3-5rmf-j5f2/GHSA-5cw3-5rmf-j5f2.json b/advisories/unreviewed/2024/01/GHSA-5cw3-5rmf-j5f2/GHSA-5cw3-5rmf-j5f2.json index c703bc635a6..6733db64c22 100644 --- a/advisories/unreviewed/2024/01/GHSA-5cw3-5rmf-j5f2/GHSA-5cw3-5rmf-j5f2.json +++ b/advisories/unreviewed/2024/01/GHSA-5cw3-5rmf-j5f2/GHSA-5cw3-5rmf-j5f2.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/01/GHSA-c47g-rffx-p97p/GHSA-c47g-rffx-p97p.json b/advisories/unreviewed/2024/01/GHSA-c47g-rffx-p97p/GHSA-c47g-rffx-p97p.json index 38d7bf85a3c..1da60a4b6cd 100644 --- a/advisories/unreviewed/2024/01/GHSA-c47g-rffx-p97p/GHSA-c47g-rffx-p97p.json +++ b/advisories/unreviewed/2024/01/GHSA-c47g-rffx-p97p/GHSA-c47g-rffx-p97p.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/01/GHSA-fm73-gmgv-w8rr/GHSA-fm73-gmgv-w8rr.json b/advisories/unreviewed/2024/01/GHSA-fm73-gmgv-w8rr/GHSA-fm73-gmgv-w8rr.json index 69371dc4951..ceea07f5faa 100644 --- a/advisories/unreviewed/2024/01/GHSA-fm73-gmgv-w8rr/GHSA-fm73-gmgv-w8rr.json +++ b/advisories/unreviewed/2024/01/GHSA-fm73-gmgv-w8rr/GHSA-fm73-gmgv-w8rr.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/01/GHSA-fw6m-hgqv-hr8c/GHSA-fw6m-hgqv-hr8c.json b/advisories/unreviewed/2024/01/GHSA-fw6m-hgqv-hr8c/GHSA-fw6m-hgqv-hr8c.json index f7fbbf8cd8a..361da102b22 100644 --- a/advisories/unreviewed/2024/01/GHSA-fw6m-hgqv-hr8c/GHSA-fw6m-hgqv-hr8c.json +++ b/advisories/unreviewed/2024/01/GHSA-fw6m-hgqv-hr8c/GHSA-fw6m-hgqv-hr8c.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/01/GHSA-fxc6-56pm-fq99/GHSA-fxc6-56pm-fq99.json b/advisories/unreviewed/2024/01/GHSA-fxc6-56pm-fq99/GHSA-fxc6-56pm-fq99.json index 3ee629090be..e79dd512966 100644 --- a/advisories/unreviewed/2024/01/GHSA-fxc6-56pm-fq99/GHSA-fxc6-56pm-fq99.json +++ b/advisories/unreviewed/2024/01/GHSA-fxc6-56pm-fq99/GHSA-fxc6-56pm-fq99.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/01/GHSA-m89q-5h24-2xm5/GHSA-m89q-5h24-2xm5.json b/advisories/unreviewed/2024/01/GHSA-m89q-5h24-2xm5/GHSA-m89q-5h24-2xm5.json index a79e84e399b..bc3a797da7e 100644 --- a/advisories/unreviewed/2024/01/GHSA-m89q-5h24-2xm5/GHSA-m89q-5h24-2xm5.json +++ b/advisories/unreviewed/2024/01/GHSA-m89q-5h24-2xm5/GHSA-m89q-5h24-2xm5.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/01/GHSA-mm6p-hjx4-8rx3/GHSA-mm6p-hjx4-8rx3.json b/advisories/unreviewed/2024/01/GHSA-mm6p-hjx4-8rx3/GHSA-mm6p-hjx4-8rx3.json index 4b003f518b5..e38d75c2edd 100644 --- a/advisories/unreviewed/2024/01/GHSA-mm6p-hjx4-8rx3/GHSA-mm6p-hjx4-8rx3.json +++ b/advisories/unreviewed/2024/01/GHSA-mm6p-hjx4-8rx3/GHSA-mm6p-hjx4-8rx3.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/01/GHSA-mr7g-4crw-jcpj/GHSA-mr7g-4crw-jcpj.json b/advisories/unreviewed/2024/01/GHSA-mr7g-4crw-jcpj/GHSA-mr7g-4crw-jcpj.json index f33d2ac0256..59c632801b1 100644 --- a/advisories/unreviewed/2024/01/GHSA-mr7g-4crw-jcpj/GHSA-mr7g-4crw-jcpj.json +++ b/advisories/unreviewed/2024/01/GHSA-mr7g-4crw-jcpj/GHSA-mr7g-4crw-jcpj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/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/2024/01/GHSA-p7pv-w5qm-8pxv/GHSA-p7pv-w5qm-8pxv.json b/advisories/unreviewed/2024/01/GHSA-p7pv-w5qm-8pxv/GHSA-p7pv-w5qm-8pxv.json index 266f4e51fe7..dfb5c77fda2 100644 --- a/advisories/unreviewed/2024/01/GHSA-p7pv-w5qm-8pxv/GHSA-p7pv-w5qm-8pxv.json +++ b/advisories/unreviewed/2024/01/GHSA-p7pv-w5qm-8pxv/GHSA-p7pv-w5qm-8pxv.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/2024/01/GHSA-pxmv-x94g-j48f/GHSA-pxmv-x94g-j48f.json b/advisories/unreviewed/2024/01/GHSA-pxmv-x94g-j48f/GHSA-pxmv-x94g-j48f.json index 96531b7fb10..8f4767a29aa 100644 --- a/advisories/unreviewed/2024/01/GHSA-pxmv-x94g-j48f/GHSA-pxmv-x94g-j48f.json +++ b/advisories/unreviewed/2024/01/GHSA-pxmv-x94g-j48f/GHSA-pxmv-x94g-j48f.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/2024/01/GHSA-rcrf-j4mf-2fp6/GHSA-rcrf-j4mf-2fp6.json b/advisories/unreviewed/2024/01/GHSA-rcrf-j4mf-2fp6/GHSA-rcrf-j4mf-2fp6.json index d2edb7f5fe5..adcfa55c21d 100644 --- a/advisories/unreviewed/2024/01/GHSA-rcrf-j4mf-2fp6/GHSA-rcrf-j4mf-2fp6.json +++ b/advisories/unreviewed/2024/01/GHSA-rcrf-j4mf-2fp6/GHSA-rcrf-j4mf-2fp6.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/01/GHSA-rw5p-hq5q-gf73/GHSA-rw5p-hq5q-gf73.json b/advisories/unreviewed/2024/01/GHSA-rw5p-hq5q-gf73/GHSA-rw5p-hq5q-gf73.json index 8175272006e..61f774a17d6 100644 --- a/advisories/unreviewed/2024/01/GHSA-rw5p-hq5q-gf73/GHSA-rw5p-hq5q-gf73.json +++ b/advisories/unreviewed/2024/01/GHSA-rw5p-hq5q-gf73/GHSA-rw5p-hq5q-gf73.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/01/GHSA-ww73-qp64-xm6q/GHSA-ww73-qp64-xm6q.json b/advisories/unreviewed/2024/01/GHSA-ww73-qp64-xm6q/GHSA-ww73-qp64-xm6q.json index aa046c5bfd8..56948325ea8 100644 --- a/advisories/unreviewed/2024/01/GHSA-ww73-qp64-xm6q/GHSA-ww73-qp64-xm6q.json +++ b/advisories/unreviewed/2024/01/GHSA-ww73-qp64-xm6q/GHSA-ww73-qp64-xm6q.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/01/GHSA-wwvh-g99g-xv29/GHSA-wwvh-g99g-xv29.json b/advisories/unreviewed/2024/01/GHSA-wwvh-g99g-xv29/GHSA-wwvh-g99g-xv29.json index 65484039c6e..f40e8f3ece0 100644 --- a/advisories/unreviewed/2024/01/GHSA-wwvh-g99g-xv29/GHSA-wwvh-g99g-xv29.json +++ b/advisories/unreviewed/2024/01/GHSA-wwvh-g99g-xv29/GHSA-wwvh-g99g-xv29.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/01/GHSA-x7v8-7cpc-hv73/GHSA-x7v8-7cpc-hv73.json b/advisories/unreviewed/2024/01/GHSA-x7v8-7cpc-hv73/GHSA-x7v8-7cpc-hv73.json index b169e2310b6..00678c60dd4 100644 --- a/advisories/unreviewed/2024/01/GHSA-x7v8-7cpc-hv73/GHSA-x7v8-7cpc-hv73.json +++ b/advisories/unreviewed/2024/01/GHSA-x7v8-7cpc-hv73/GHSA-x7v8-7cpc-hv73.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-xj97-9w9q-ffjp/GHSA-xj97-9w9q-ffjp.json b/advisories/unreviewed/2024/01/GHSA-xj97-9w9q-ffjp/GHSA-xj97-9w9q-ffjp.json index ff0efff6452..fb52ecb4e44 100644 --- a/advisories/unreviewed/2024/01/GHSA-xj97-9w9q-ffjp/GHSA-xj97-9w9q-ffjp.json +++ b/advisories/unreviewed/2024/01/GHSA-xj97-9w9q-ffjp/GHSA-xj97-9w9q-ffjp.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/01/GHSA-xr94-cv8c-7r6v/GHSA-xr94-cv8c-7r6v.json b/advisories/unreviewed/2024/01/GHSA-xr94-cv8c-7r6v/GHSA-xr94-cv8c-7r6v.json index b63cf33e937..9e65f0a3e38 100644 --- a/advisories/unreviewed/2024/01/GHSA-xr94-cv8c-7r6v/GHSA-xr94-cv8c-7r6v.json +++ b/advisories/unreviewed/2024/01/GHSA-xr94-cv8c-7r6v/GHSA-xr94-cv8c-7r6v.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-2425-64hv-g99c/GHSA-2425-64hv-g99c.json b/advisories/unreviewed/2024/04/GHSA-2425-64hv-g99c/GHSA-2425-64hv-g99c.json index ef8e4129541..32ef871427a 100644 --- a/advisories/unreviewed/2024/04/GHSA-2425-64hv-g99c/GHSA-2425-64hv-g99c.json +++ b/advisories/unreviewed/2024/04/GHSA-2425-64hv-g99c/GHSA-2425-64hv-g99c.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/04/GHSA-24g5-r7q6-hhmg/GHSA-24g5-r7q6-hhmg.json b/advisories/unreviewed/2024/04/GHSA-24g5-r7q6-hhmg/GHSA-24g5-r7q6-hhmg.json index b5df0a3a4a9..97eaea7b7ca 100644 --- a/advisories/unreviewed/2024/04/GHSA-24g5-r7q6-hhmg/GHSA-24g5-r7q6-hhmg.json +++ b/advisories/unreviewed/2024/04/GHSA-24g5-r7q6-hhmg/GHSA-24g5-r7q6-hhmg.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/04/GHSA-2mcw-fg5h-w8g7/GHSA-2mcw-fg5h-w8g7.json b/advisories/unreviewed/2024/04/GHSA-2mcw-fg5h-w8g7/GHSA-2mcw-fg5h-w8g7.json index 7ede1c98bd1..cc637183ca3 100644 --- a/advisories/unreviewed/2024/04/GHSA-2mcw-fg5h-w8g7/GHSA-2mcw-fg5h-w8g7.json +++ b/advisories/unreviewed/2024/04/GHSA-2mcw-fg5h-w8g7/GHSA-2mcw-fg5h-w8g7.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", @@ -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/04/GHSA-3q3m-ghwm-59r3/GHSA-3q3m-ghwm-59r3.json b/advisories/unreviewed/2024/04/GHSA-3q3m-ghwm-59r3/GHSA-3q3m-ghwm-59r3.json index ace54c4e03a..71cf641449e 100644 --- a/advisories/unreviewed/2024/04/GHSA-3q3m-ghwm-59r3/GHSA-3q3m-ghwm-59r3.json +++ b/advisories/unreviewed/2024/04/GHSA-3q3m-ghwm-59r3/GHSA-3q3m-ghwm-59r3.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/04/GHSA-474g-v543-635g/GHSA-474g-v543-635g.json b/advisories/unreviewed/2024/04/GHSA-474g-v543-635g/GHSA-474g-v543-635g.json index 852f17363bd..749d0a93f71 100644 --- a/advisories/unreviewed/2024/04/GHSA-474g-v543-635g/GHSA-474g-v543-635g.json +++ b/advisories/unreviewed/2024/04/GHSA-474g-v543-635g/GHSA-474g-v543-635g.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", diff --git a/advisories/unreviewed/2024/04/GHSA-4qwp-4p88-ww2v/GHSA-4qwp-4p88-ww2v.json b/advisories/unreviewed/2024/04/GHSA-4qwp-4p88-ww2v/GHSA-4qwp-4p88-ww2v.json index e288ae3d120..6ac3828200f 100644 --- a/advisories/unreviewed/2024/04/GHSA-4qwp-4p88-ww2v/GHSA-4qwp-4p88-ww2v.json +++ b/advisories/unreviewed/2024/04/GHSA-4qwp-4p88-ww2v/GHSA-4qwp-4p88-ww2v.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", @@ -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/04/GHSA-53r8-h9fr-mwc7/GHSA-53r8-h9fr-mwc7.json b/advisories/unreviewed/2024/04/GHSA-53r8-h9fr-mwc7/GHSA-53r8-h9fr-mwc7.json index 229059e3ca2..ff7d3bd8e04 100644 --- a/advisories/unreviewed/2024/04/GHSA-53r8-h9fr-mwc7/GHSA-53r8-h9fr-mwc7.json +++ b/advisories/unreviewed/2024/04/GHSA-53r8-h9fr-mwc7/GHSA-53r8-h9fr-mwc7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:H/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-56g5-jx28-fxxf/GHSA-56g5-jx28-fxxf.json b/advisories/unreviewed/2024/04/GHSA-56g5-jx28-fxxf/GHSA-56g5-jx28-fxxf.json index ad7fa922db0..3c6be06a03a 100644 --- a/advisories/unreviewed/2024/04/GHSA-56g5-jx28-fxxf/GHSA-56g5-jx28-fxxf.json +++ b/advisories/unreviewed/2024/04/GHSA-56g5-jx28-fxxf/GHSA-56g5-jx28-fxxf.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/04/GHSA-5xpg-f8qh-qg36/GHSA-5xpg-f8qh-qg36.json b/advisories/unreviewed/2024/04/GHSA-5xpg-f8qh-qg36/GHSA-5xpg-f8qh-qg36.json index 0414b4e72b2..abe659d5492 100644 --- a/advisories/unreviewed/2024/04/GHSA-5xpg-f8qh-qg36/GHSA-5xpg-f8qh-qg36.json +++ b/advisories/unreviewed/2024/04/GHSA-5xpg-f8qh-qg36/GHSA-5xpg-f8qh-qg36.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-65gq-qmhg-3qjh/GHSA-65gq-qmhg-3qjh.json b/advisories/unreviewed/2024/04/GHSA-65gq-qmhg-3qjh/GHSA-65gq-qmhg-3qjh.json index 95cec7209c3..d764a24b33e 100644 --- a/advisories/unreviewed/2024/04/GHSA-65gq-qmhg-3qjh/GHSA-65gq-qmhg-3qjh.json +++ b/advisories/unreviewed/2024/04/GHSA-65gq-qmhg-3qjh/GHSA-65gq-qmhg-3qjh.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/2024/04/GHSA-6gj8-fxh3-h3j9/GHSA-6gj8-fxh3-h3j9.json b/advisories/unreviewed/2024/04/GHSA-6gj8-fxh3-h3j9/GHSA-6gj8-fxh3-h3j9.json index 54025a704d7..3ea96991a55 100644 --- a/advisories/unreviewed/2024/04/GHSA-6gj8-fxh3-h3j9/GHSA-6gj8-fxh3-h3j9.json +++ b/advisories/unreviewed/2024/04/GHSA-6gj8-fxh3-h3j9/GHSA-6gj8-fxh3-h3j9.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-6pxr-m8m6-vvh2/GHSA-6pxr-m8m6-vvh2.json b/advisories/unreviewed/2024/04/GHSA-6pxr-m8m6-vvh2/GHSA-6pxr-m8m6-vvh2.json index 16c72b3f122..2363223cceb 100644 --- a/advisories/unreviewed/2024/04/GHSA-6pxr-m8m6-vvh2/GHSA-6pxr-m8m6-vvh2.json +++ b/advisories/unreviewed/2024/04/GHSA-6pxr-m8m6-vvh2/GHSA-6pxr-m8m6-vvh2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-6rj9-5jww-q88j/GHSA-6rj9-5jww-q88j.json b/advisories/unreviewed/2024/04/GHSA-6rj9-5jww-q88j/GHSA-6rj9-5jww-q88j.json index d833e1a1d40..3a9b18cbab3 100644 --- a/advisories/unreviewed/2024/04/GHSA-6rj9-5jww-q88j/GHSA-6rj9-5jww-q88j.json +++ b/advisories/unreviewed/2024/04/GHSA-6rj9-5jww-q88j/GHSA-6rj9-5jww-q88j.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/04/GHSA-6w3v-8x64-r348/GHSA-6w3v-8x64-r348.json b/advisories/unreviewed/2024/04/GHSA-6w3v-8x64-r348/GHSA-6w3v-8x64-r348.json index c56b07c6f11..7d64f4a6656 100644 --- a/advisories/unreviewed/2024/04/GHSA-6w3v-8x64-r348/GHSA-6w3v-8x64-r348.json +++ b/advisories/unreviewed/2024/04/GHSA-6w3v-8x64-r348/GHSA-6w3v-8x64-r348.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", diff --git a/advisories/unreviewed/2024/04/GHSA-6w72-x59c-h2c9/GHSA-6w72-x59c-h2c9.json b/advisories/unreviewed/2024/04/GHSA-6w72-x59c-h2c9/GHSA-6w72-x59c-h2c9.json index 4d48ccb2932..16d1893348e 100644 --- a/advisories/unreviewed/2024/04/GHSA-6w72-x59c-h2c9/GHSA-6w72-x59c-h2c9.json +++ b/advisories/unreviewed/2024/04/GHSA-6w72-x59c-h2c9/GHSA-6w72-x59c-h2c9.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", diff --git a/advisories/unreviewed/2024/04/GHSA-76fc-hwwm-wmhg/GHSA-76fc-hwwm-wmhg.json b/advisories/unreviewed/2024/04/GHSA-76fc-hwwm-wmhg/GHSA-76fc-hwwm-wmhg.json index 20d4327de40..8dab7e0f1e3 100644 --- a/advisories/unreviewed/2024/04/GHSA-76fc-hwwm-wmhg/GHSA-76fc-hwwm-wmhg.json +++ b/advisories/unreviewed/2024/04/GHSA-76fc-hwwm-wmhg/GHSA-76fc-hwwm-wmhg.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/04/GHSA-7qhc-wh2f-7458/GHSA-7qhc-wh2f-7458.json b/advisories/unreviewed/2024/04/GHSA-7qhc-wh2f-7458/GHSA-7qhc-wh2f-7458.json index 4056e7b3823..e85e6d77468 100644 --- a/advisories/unreviewed/2024/04/GHSA-7qhc-wh2f-7458/GHSA-7qhc-wh2f-7458.json +++ b/advisories/unreviewed/2024/04/GHSA-7qhc-wh2f-7458/GHSA-7qhc-wh2f-7458.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-83pq-frch-8xf2/GHSA-83pq-frch-8xf2.json b/advisories/unreviewed/2024/04/GHSA-83pq-frch-8xf2/GHSA-83pq-frch-8xf2.json index ee6e41bcc4f..d54b6990623 100644 --- a/advisories/unreviewed/2024/04/GHSA-83pq-frch-8xf2/GHSA-83pq-frch-8xf2.json +++ b/advisories/unreviewed/2024/04/GHSA-83pq-frch-8xf2/GHSA-83pq-frch-8xf2.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-8vc5-fgcg-4vh9/GHSA-8vc5-fgcg-4vh9.json b/advisories/unreviewed/2024/04/GHSA-8vc5-fgcg-4vh9/GHSA-8vc5-fgcg-4vh9.json index c5b593b810b..2631afd7cf6 100644 --- a/advisories/unreviewed/2024/04/GHSA-8vc5-fgcg-4vh9/GHSA-8vc5-fgcg-4vh9.json +++ b/advisories/unreviewed/2024/04/GHSA-8vc5-fgcg-4vh9/GHSA-8vc5-fgcg-4vh9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/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-8vjr-8rfp-6qqp/GHSA-8vjr-8rfp-6qqp.json b/advisories/unreviewed/2024/04/GHSA-8vjr-8rfp-6qqp/GHSA-8vjr-8rfp-6qqp.json index b2c4f153a6f..1256747aea9 100644 --- a/advisories/unreviewed/2024/04/GHSA-8vjr-8rfp-6qqp/GHSA-8vjr-8rfp-6qqp.json +++ b/advisories/unreviewed/2024/04/GHSA-8vjr-8rfp-6qqp/GHSA-8vjr-8rfp-6qqp.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", @@ -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/04/GHSA-96r2-52xr-8x9x/GHSA-96r2-52xr-8x9x.json b/advisories/unreviewed/2024/04/GHSA-96r2-52xr-8x9x/GHSA-96r2-52xr-8x9x.json index 1f6021c4e09..3d9e1232a3e 100644 --- a/advisories/unreviewed/2024/04/GHSA-96r2-52xr-8x9x/GHSA-96r2-52xr-8x9x.json +++ b/advisories/unreviewed/2024/04/GHSA-96r2-52xr-8x9x/GHSA-96r2-52xr-8x9x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-99g6-3hjh-hcxr/GHSA-99g6-3hjh-hcxr.json b/advisories/unreviewed/2024/04/GHSA-99g6-3hjh-hcxr/GHSA-99g6-3hjh-hcxr.json index bdf98c69169..41ce36e1477 100644 --- a/advisories/unreviewed/2024/04/GHSA-99g6-3hjh-hcxr/GHSA-99g6-3hjh-hcxr.json +++ b/advisories/unreviewed/2024/04/GHSA-99g6-3hjh-hcxr/GHSA-99g6-3hjh-hcxr.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-9m9g-22qr-r37x/GHSA-9m9g-22qr-r37x.json b/advisories/unreviewed/2024/04/GHSA-9m9g-22qr-r37x/GHSA-9m9g-22qr-r37x.json index bafc82426ff..8e8987920e9 100644 --- a/advisories/unreviewed/2024/04/GHSA-9m9g-22qr-r37x/GHSA-9m9g-22qr-r37x.json +++ b/advisories/unreviewed/2024/04/GHSA-9m9g-22qr-r37x/GHSA-9m9g-22qr-r37x.json @@ -7,12 +7,8 @@ "CVE-2024-26819" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm: limit the number of targets and parameter size area\n\nThe kvmalloc function fails with a warning if the size is larger than\nINT_MAX. The warning was triggered by a syscall testing robot.\n\nIn order to avoid the warning, this commit limits the number of targets to\n1048576 and the size of the parameter area to 1073741824.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/04/GHSA-c746-9qc6-c5x4/GHSA-c746-9qc6-c5x4.json b/advisories/unreviewed/2024/04/GHSA-c746-9qc6-c5x4/GHSA-c746-9qc6-c5x4.json index 04afc8dc900..5d7d58b1dd6 100644 --- a/advisories/unreviewed/2024/04/GHSA-c746-9qc6-c5x4/GHSA-c746-9qc6-c5x4.json +++ b/advisories/unreviewed/2024/04/GHSA-c746-9qc6-c5x4/GHSA-c746-9qc6-c5x4.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/04/GHSA-chjj-m6f7-j5g6/GHSA-chjj-m6f7-j5g6.json b/advisories/unreviewed/2024/04/GHSA-chjj-m6f7-j5g6/GHSA-chjj-m6f7-j5g6.json index 1d20638309b..9fb6a7e89a0 100644 --- a/advisories/unreviewed/2024/04/GHSA-chjj-m6f7-j5g6/GHSA-chjj-m6f7-j5g6.json +++ b/advisories/unreviewed/2024/04/GHSA-chjj-m6f7-j5g6/GHSA-chjj-m6f7-j5g6.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/04/GHSA-chxx-844v-jrr7/GHSA-chxx-844v-jrr7.json b/advisories/unreviewed/2024/04/GHSA-chxx-844v-jrr7/GHSA-chxx-844v-jrr7.json index 5bff9e1fbff..bc668ae09aa 100644 --- a/advisories/unreviewed/2024/04/GHSA-chxx-844v-jrr7/GHSA-chxx-844v-jrr7.json +++ b/advisories/unreviewed/2024/04/GHSA-chxx-844v-jrr7/GHSA-chxx-844v-jrr7.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/04/GHSA-cw8f-mxfw-5mrx/GHSA-cw8f-mxfw-5mrx.json b/advisories/unreviewed/2024/04/GHSA-cw8f-mxfw-5mrx/GHSA-cw8f-mxfw-5mrx.json index fa30b23e31d..24262cf65a7 100644 --- a/advisories/unreviewed/2024/04/GHSA-cw8f-mxfw-5mrx/GHSA-cw8f-mxfw-5mrx.json +++ b/advisories/unreviewed/2024/04/GHSA-cw8f-mxfw-5mrx/GHSA-cw8f-mxfw-5mrx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-f339-9246-7542/GHSA-f339-9246-7542.json b/advisories/unreviewed/2024/04/GHSA-f339-9246-7542/GHSA-f339-9246-7542.json index 5a084de79ac..905561b44d1 100644 --- a/advisories/unreviewed/2024/04/GHSA-f339-9246-7542/GHSA-f339-9246-7542.json +++ b/advisories/unreviewed/2024/04/GHSA-f339-9246-7542/GHSA-f339-9246-7542.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-f9m6-x3qc-mvwg/GHSA-f9m6-x3qc-mvwg.json b/advisories/unreviewed/2024/04/GHSA-f9m6-x3qc-mvwg/GHSA-f9m6-x3qc-mvwg.json index d281bb593b0..81964711206 100644 --- a/advisories/unreviewed/2024/04/GHSA-f9m6-x3qc-mvwg/GHSA-f9m6-x3qc-mvwg.json +++ b/advisories/unreviewed/2024/04/GHSA-f9m6-x3qc-mvwg/GHSA-f9m6-x3qc-mvwg.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", @@ -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/04/GHSA-ffg5-77xm-p7h2/GHSA-ffg5-77xm-p7h2.json b/advisories/unreviewed/2024/04/GHSA-ffg5-77xm-p7h2/GHSA-ffg5-77xm-p7h2.json index 353092d0dd0..d0f0adc73cb 100644 --- a/advisories/unreviewed/2024/04/GHSA-ffg5-77xm-p7h2/GHSA-ffg5-77xm-p7h2.json +++ b/advisories/unreviewed/2024/04/GHSA-ffg5-77xm-p7h2/GHSA-ffg5-77xm-p7h2.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/04/GHSA-fhrq-x65x-r754/GHSA-fhrq-x65x-r754.json b/advisories/unreviewed/2024/04/GHSA-fhrq-x65x-r754/GHSA-fhrq-x65x-r754.json index 752e784b30f..e8f77d7b13e 100644 --- a/advisories/unreviewed/2024/04/GHSA-fhrq-x65x-r754/GHSA-fhrq-x65x-r754.json +++ b/advisories/unreviewed/2024/04/GHSA-fhrq-x65x-r754/GHSA-fhrq-x65x-r754.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-fqqv-5qhq-7fgf/GHSA-fqqv-5qhq-7fgf.json b/advisories/unreviewed/2024/04/GHSA-fqqv-5qhq-7fgf/GHSA-fqqv-5qhq-7fgf.json index a13966ac4f0..3a1bcd616c0 100644 --- a/advisories/unreviewed/2024/04/GHSA-fqqv-5qhq-7fgf/GHSA-fqqv-5qhq-7fgf.json +++ b/advisories/unreviewed/2024/04/GHSA-fqqv-5qhq-7fgf/GHSA-fqqv-5qhq-7fgf.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/04/GHSA-fvjg-5365-f9jr/GHSA-fvjg-5365-f9jr.json b/advisories/unreviewed/2024/04/GHSA-fvjg-5365-f9jr/GHSA-fvjg-5365-f9jr.json index b3bda8a2b6e..755617a9439 100644 --- a/advisories/unreviewed/2024/04/GHSA-fvjg-5365-f9jr/GHSA-fvjg-5365-f9jr.json +++ b/advisories/unreviewed/2024/04/GHSA-fvjg-5365-f9jr/GHSA-fvjg-5365-f9jr.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/2024/04/GHSA-fwcw-wmg8-r4vq/GHSA-fwcw-wmg8-r4vq.json b/advisories/unreviewed/2024/04/GHSA-fwcw-wmg8-r4vq/GHSA-fwcw-wmg8-r4vq.json index c7bc1967748..59602df3a96 100644 --- a/advisories/unreviewed/2024/04/GHSA-fwcw-wmg8-r4vq/GHSA-fwcw-wmg8-r4vq.json +++ b/advisories/unreviewed/2024/04/GHSA-fwcw-wmg8-r4vq/GHSA-fwcw-wmg8-r4vq.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/04/GHSA-g8h6-3qp4-fcgg/GHSA-g8h6-3qp4-fcgg.json b/advisories/unreviewed/2024/04/GHSA-g8h6-3qp4-fcgg/GHSA-g8h6-3qp4-fcgg.json index 18982e48dee..cacf3f4c056 100644 --- a/advisories/unreviewed/2024/04/GHSA-g8h6-3qp4-fcgg/GHSA-g8h6-3qp4-fcgg.json +++ b/advisories/unreviewed/2024/04/GHSA-g8h6-3qp4-fcgg/GHSA-g8h6-3qp4-fcgg.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/04/GHSA-gfmf-6ghh-gjwr/GHSA-gfmf-6ghh-gjwr.json b/advisories/unreviewed/2024/04/GHSA-gfmf-6ghh-gjwr/GHSA-gfmf-6ghh-gjwr.json index c3f666a6e68..5081f450001 100644 --- a/advisories/unreviewed/2024/04/GHSA-gfmf-6ghh-gjwr/GHSA-gfmf-6ghh-gjwr.json +++ b/advisories/unreviewed/2024/04/GHSA-gfmf-6ghh-gjwr/GHSA-gfmf-6ghh-gjwr.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-gr6p-xcfc-qj5r/GHSA-gr6p-xcfc-qj5r.json b/advisories/unreviewed/2024/04/GHSA-gr6p-xcfc-qj5r/GHSA-gr6p-xcfc-qj5r.json index 4c6df279d6d..0536b0dc043 100644 --- a/advisories/unreviewed/2024/04/GHSA-gr6p-xcfc-qj5r/GHSA-gr6p-xcfc-qj5r.json +++ b/advisories/unreviewed/2024/04/GHSA-gr6p-xcfc-qj5r/GHSA-gr6p-xcfc-qj5r.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", diff --git a/advisories/unreviewed/2024/04/GHSA-gv29-5jrh-hrxg/GHSA-gv29-5jrh-hrxg.json b/advisories/unreviewed/2024/04/GHSA-gv29-5jrh-hrxg/GHSA-gv29-5jrh-hrxg.json index ef2fe297c11..6ab03df512b 100644 --- a/advisories/unreviewed/2024/04/GHSA-gv29-5jrh-hrxg/GHSA-gv29-5jrh-hrxg.json +++ b/advisories/unreviewed/2024/04/GHSA-gv29-5jrh-hrxg/GHSA-gv29-5jrh-hrxg.json @@ -7,12 +7,8 @@ "CVE-2024-26821" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nfs: relax mount_setattr() permission checks\n\nWhen we added mount_setattr() I added additional checks compared to the\nlegacy do_reconfigure_mnt() and do_change_type() helpers used by regular\nmount(2). If that mount had a parent then verify that the caller and the\nmount namespace the mount is attached to match and if not make sure that\nit's an anonymous mount.\n\nThe real rootfs falls into neither category. It is neither an anoymous\nmount because it is obviously attached to the initial mount namespace\nbut it also obviously doesn't have a parent mount. So that means legacy\nmount(2) allows changing mount properties on the real rootfs but\nmount_setattr(2) blocks this. I never thought much about this but of\ncourse someone on this planet of earth changes properties on the real\nrootfs as can be seen in [1].\n\nSince util-linux finally switched to the new mount api in 2.39 not so\nlong ago it also relies on mount_setattr() and that surfaced this issue\nwhen Fedora 39 finally switched to it. Fix this.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/04/GHSA-gv7c-xx2h-vr5g/GHSA-gv7c-xx2h-vr5g.json b/advisories/unreviewed/2024/04/GHSA-gv7c-xx2h-vr5g/GHSA-gv7c-xx2h-vr5g.json index 1484449f17e..3f37e144b8d 100644 --- a/advisories/unreviewed/2024/04/GHSA-gv7c-xx2h-vr5g/GHSA-gv7c-xx2h-vr5g.json +++ b/advisories/unreviewed/2024/04/GHSA-gv7c-xx2h-vr5g/GHSA-gv7c-xx2h-vr5g.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/04/GHSA-h843-jc82-h6jf/GHSA-h843-jc82-h6jf.json b/advisories/unreviewed/2024/04/GHSA-h843-jc82-h6jf/GHSA-h843-jc82-h6jf.json index 005355d63ec..9652bd5a14a 100644 --- a/advisories/unreviewed/2024/04/GHSA-h843-jc82-h6jf/GHSA-h843-jc82-h6jf.json +++ b/advisories/unreviewed/2024/04/GHSA-h843-jc82-h6jf/GHSA-h843-jc82-h6jf.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/04/GHSA-hm2q-8f77-qrwh/GHSA-hm2q-8f77-qrwh.json b/advisories/unreviewed/2024/04/GHSA-hm2q-8f77-qrwh/GHSA-hm2q-8f77-qrwh.json index cf212eff709..61bef52f33d 100644 --- a/advisories/unreviewed/2024/04/GHSA-hm2q-8f77-qrwh/GHSA-hm2q-8f77-qrwh.json +++ b/advisories/unreviewed/2024/04/GHSA-hm2q-8f77-qrwh/GHSA-hm2q-8f77-qrwh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-hprj-m5vj-5r44/GHSA-hprj-m5vj-5r44.json b/advisories/unreviewed/2024/04/GHSA-hprj-m5vj-5r44/GHSA-hprj-m5vj-5r44.json index 4c63201cf72..2121f11cb0a 100644 --- a/advisories/unreviewed/2024/04/GHSA-hprj-m5vj-5r44/GHSA-hprj-m5vj-5r44.json +++ b/advisories/unreviewed/2024/04/GHSA-hprj-m5vj-5r44/GHSA-hprj-m5vj-5r44.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-hvhj-8mqf-w2rh/GHSA-hvhj-8mqf-w2rh.json b/advisories/unreviewed/2024/04/GHSA-hvhj-8mqf-w2rh/GHSA-hvhj-8mqf-w2rh.json index ce920908d5c..c0967275c0a 100644 --- a/advisories/unreviewed/2024/04/GHSA-hvhj-8mqf-w2rh/GHSA-hvhj-8mqf-w2rh.json +++ b/advisories/unreviewed/2024/04/GHSA-hvhj-8mqf-w2rh/GHSA-hvhj-8mqf-w2rh.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", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/04/GHSA-hxmw-j74g-j23w/GHSA-hxmw-j74g-j23w.json b/advisories/unreviewed/2024/04/GHSA-hxmw-j74g-j23w/GHSA-hxmw-j74g-j23w.json index 831c48cddcd..fd6942fffcc 100644 --- a/advisories/unreviewed/2024/04/GHSA-hxmw-j74g-j23w/GHSA-hxmw-j74g-j23w.json +++ b/advisories/unreviewed/2024/04/GHSA-hxmw-j74g-j23w/GHSA-hxmw-j74g-j23w.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/04/GHSA-j75v-vrvj-57fc/GHSA-j75v-vrvj-57fc.json b/advisories/unreviewed/2024/04/GHSA-j75v-vrvj-57fc/GHSA-j75v-vrvj-57fc.json index fa344fa8317..86eee9f21bb 100644 --- a/advisories/unreviewed/2024/04/GHSA-j75v-vrvj-57fc/GHSA-j75v-vrvj-57fc.json +++ b/advisories/unreviewed/2024/04/GHSA-j75v-vrvj-57fc/GHSA-j75v-vrvj-57fc.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/04/GHSA-jqhc-3v3m-gjx4/GHSA-jqhc-3v3m-gjx4.json b/advisories/unreviewed/2024/04/GHSA-jqhc-3v3m-gjx4/GHSA-jqhc-3v3m-gjx4.json index d53d76659af..bf74c204179 100644 --- a/advisories/unreviewed/2024/04/GHSA-jqhc-3v3m-gjx4/GHSA-jqhc-3v3m-gjx4.json +++ b/advisories/unreviewed/2024/04/GHSA-jqhc-3v3m-gjx4/GHSA-jqhc-3v3m-gjx4.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-jxrj-72jp-j9h8/GHSA-jxrj-72jp-j9h8.json b/advisories/unreviewed/2024/04/GHSA-jxrj-72jp-j9h8/GHSA-jxrj-72jp-j9h8.json index 1bb490e20c5..0a8788cf5cb 100644 --- a/advisories/unreviewed/2024/04/GHSA-jxrj-72jp-j9h8/GHSA-jxrj-72jp-j9h8.json +++ b/advisories/unreviewed/2024/04/GHSA-jxrj-72jp-j9h8/GHSA-jxrj-72jp-j9h8.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", diff --git a/advisories/unreviewed/2024/04/GHSA-m2rv-2ggp-66m7/GHSA-m2rv-2ggp-66m7.json b/advisories/unreviewed/2024/04/GHSA-m2rv-2ggp-66m7/GHSA-m2rv-2ggp-66m7.json index a000c4cd150..2e256ee61e4 100644 --- a/advisories/unreviewed/2024/04/GHSA-m2rv-2ggp-66m7/GHSA-m2rv-2ggp-66m7.json +++ b/advisories/unreviewed/2024/04/GHSA-m2rv-2ggp-66m7/GHSA-m2rv-2ggp-66m7.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-mh33-wmc6-gjhq/GHSA-mh33-wmc6-gjhq.json b/advisories/unreviewed/2024/04/GHSA-mh33-wmc6-gjhq/GHSA-mh33-wmc6-gjhq.json index b61d3919177..b78732daedb 100644 --- a/advisories/unreviewed/2024/04/GHSA-mh33-wmc6-gjhq/GHSA-mh33-wmc6-gjhq.json +++ b/advisories/unreviewed/2024/04/GHSA-mh33-wmc6-gjhq/GHSA-mh33-wmc6-gjhq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-p5h3-wwqf-f5rv/GHSA-p5h3-wwqf-f5rv.json b/advisories/unreviewed/2024/04/GHSA-p5h3-wwqf-f5rv/GHSA-p5h3-wwqf-f5rv.json index c541453fa55..acdd1052210 100644 --- a/advisories/unreviewed/2024/04/GHSA-p5h3-wwqf-f5rv/GHSA-p5h3-wwqf-f5rv.json +++ b/advisories/unreviewed/2024/04/GHSA-p5h3-wwqf-f5rv/GHSA-p5h3-wwqf-f5rv.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-pf2w-4hq2-9jv6/GHSA-pf2w-4hq2-9jv6.json b/advisories/unreviewed/2024/04/GHSA-pf2w-4hq2-9jv6/GHSA-pf2w-4hq2-9jv6.json index 119df178831..c5b55f97b5e 100644 --- a/advisories/unreviewed/2024/04/GHSA-pf2w-4hq2-9jv6/GHSA-pf2w-4hq2-9jv6.json +++ b/advisories/unreviewed/2024/04/GHSA-pf2w-4hq2-9jv6/GHSA-pf2w-4hq2-9jv6.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", diff --git a/advisories/unreviewed/2024/04/GHSA-pp8r-cm3h-q624/GHSA-pp8r-cm3h-q624.json b/advisories/unreviewed/2024/04/GHSA-pp8r-cm3h-q624/GHSA-pp8r-cm3h-q624.json index ddecc1e2c02..8c13a1cebee 100644 --- a/advisories/unreviewed/2024/04/GHSA-pp8r-cm3h-q624/GHSA-pp8r-cm3h-q624.json +++ b/advisories/unreviewed/2024/04/GHSA-pp8r-cm3h-q624/GHSA-pp8r-cm3h-q624.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-pqmg-f829-g3ww/GHSA-pqmg-f829-g3ww.json b/advisories/unreviewed/2024/04/GHSA-pqmg-f829-g3ww/GHSA-pqmg-f829-g3ww.json index 0251b002c38..3503076ac9a 100644 --- a/advisories/unreviewed/2024/04/GHSA-pqmg-f829-g3ww/GHSA-pqmg-f829-g3ww.json +++ b/advisories/unreviewed/2024/04/GHSA-pqmg-f829-g3ww/GHSA-pqmg-f829-g3ww.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/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-pxx3-8xw2-8x5x/GHSA-pxx3-8xw2-8x5x.json b/advisories/unreviewed/2024/04/GHSA-pxx3-8xw2-8x5x/GHSA-pxx3-8xw2-8x5x.json index 0b259fcfb0c..32b91243363 100644 --- a/advisories/unreviewed/2024/04/GHSA-pxx3-8xw2-8x5x/GHSA-pxx3-8xw2-8x5x.json +++ b/advisories/unreviewed/2024/04/GHSA-pxx3-8xw2-8x5x/GHSA-pxx3-8xw2-8x5x.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/04/GHSA-qg29-wgvq-qrjr/GHSA-qg29-wgvq-qrjr.json b/advisories/unreviewed/2024/04/GHSA-qg29-wgvq-qrjr/GHSA-qg29-wgvq-qrjr.json index d209e749718..37b71e110bb 100644 --- a/advisories/unreviewed/2024/04/GHSA-qg29-wgvq-qrjr/GHSA-qg29-wgvq-qrjr.json +++ b/advisories/unreviewed/2024/04/GHSA-qg29-wgvq-qrjr/GHSA-qg29-wgvq-qrjr.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", @@ -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/04/GHSA-qjp8-892j-r8hq/GHSA-qjp8-892j-r8hq.json b/advisories/unreviewed/2024/04/GHSA-qjp8-892j-r8hq/GHSA-qjp8-892j-r8hq.json index 8f9ea5c8c2d..878ad3a8105 100644 --- a/advisories/unreviewed/2024/04/GHSA-qjp8-892j-r8hq/GHSA-qjp8-892j-r8hq.json +++ b/advisories/unreviewed/2024/04/GHSA-qjp8-892j-r8hq/GHSA-qjp8-892j-r8hq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-qq59-h2gh-4pfp/GHSA-qq59-h2gh-4pfp.json b/advisories/unreviewed/2024/04/GHSA-qq59-h2gh-4pfp/GHSA-qq59-h2gh-4pfp.json index 2a2c64c2975..15e97ae5b3a 100644 --- a/advisories/unreviewed/2024/04/GHSA-qq59-h2gh-4pfp/GHSA-qq59-h2gh-4pfp.json +++ b/advisories/unreviewed/2024/04/GHSA-qq59-h2gh-4pfp/GHSA-qq59-h2gh-4pfp.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-qr57-vvq6-cv59/GHSA-qr57-vvq6-cv59.json b/advisories/unreviewed/2024/04/GHSA-qr57-vvq6-cv59/GHSA-qr57-vvq6-cv59.json index 8e5da8d3a16..54f1e81b2d9 100644 --- a/advisories/unreviewed/2024/04/GHSA-qr57-vvq6-cv59/GHSA-qr57-vvq6-cv59.json +++ b/advisories/unreviewed/2024/04/GHSA-qr57-vvq6-cv59/GHSA-qr57-vvq6-cv59.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/04/GHSA-qx47-rwwf-w92p/GHSA-qx47-rwwf-w92p.json b/advisories/unreviewed/2024/04/GHSA-qx47-rwwf-w92p/GHSA-qx47-rwwf-w92p.json index a6c560cae46..e29ac91f92d 100644 --- a/advisories/unreviewed/2024/04/GHSA-qx47-rwwf-w92p/GHSA-qx47-rwwf-w92p.json +++ b/advisories/unreviewed/2024/04/GHSA-qx47-rwwf-w92p/GHSA-qx47-rwwf-w92p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-r4g7-rp4j-9cv7/GHSA-r4g7-rp4j-9cv7.json b/advisories/unreviewed/2024/04/GHSA-r4g7-rp4j-9cv7/GHSA-r4g7-rp4j-9cv7.json index a912623451c..a8af7c92b9a 100644 --- a/advisories/unreviewed/2024/04/GHSA-r4g7-rp4j-9cv7/GHSA-r4g7-rp4j-9cv7.json +++ b/advisories/unreviewed/2024/04/GHSA-r4g7-rp4j-9cv7/GHSA-r4g7-rp4j-9cv7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:H/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-r9qf-w2c7-fjr5/GHSA-r9qf-w2c7-fjr5.json b/advisories/unreviewed/2024/04/GHSA-r9qf-w2c7-fjr5/GHSA-r9qf-w2c7-fjr5.json index 92a0e9e17d0..d9d61c12228 100644 --- a/advisories/unreviewed/2024/04/GHSA-r9qf-w2c7-fjr5/GHSA-r9qf-w2c7-fjr5.json +++ b/advisories/unreviewed/2024/04/GHSA-r9qf-w2c7-fjr5/GHSA-r9qf-w2c7-fjr5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-rh3c-7xc7-jjwj/GHSA-rh3c-7xc7-jjwj.json b/advisories/unreviewed/2024/04/GHSA-rh3c-7xc7-jjwj/GHSA-rh3c-7xc7-jjwj.json index 9b2cfd9c827..426d98b2470 100644 --- a/advisories/unreviewed/2024/04/GHSA-rh3c-7xc7-jjwj/GHSA-rh3c-7xc7-jjwj.json +++ b/advisories/unreviewed/2024/04/GHSA-rh3c-7xc7-jjwj/GHSA-rh3c-7xc7-jjwj.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/04/GHSA-rjjj-7qhx-jcr6/GHSA-rjjj-7qhx-jcr6.json b/advisories/unreviewed/2024/04/GHSA-rjjj-7qhx-jcr6/GHSA-rjjj-7qhx-jcr6.json index 7b16637211f..004c01b8cf1 100644 --- a/advisories/unreviewed/2024/04/GHSA-rjjj-7qhx-jcr6/GHSA-rjjj-7qhx-jcr6.json +++ b/advisories/unreviewed/2024/04/GHSA-rjjj-7qhx-jcr6/GHSA-rjjj-7qhx-jcr6.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/04/GHSA-rjq7-vh8h-ppm3/GHSA-rjq7-vh8h-ppm3.json b/advisories/unreviewed/2024/04/GHSA-rjq7-vh8h-ppm3/GHSA-rjq7-vh8h-ppm3.json index 5c23306a487..3271ff49448 100644 --- a/advisories/unreviewed/2024/04/GHSA-rjq7-vh8h-ppm3/GHSA-rjq7-vh8h-ppm3.json +++ b/advisories/unreviewed/2024/04/GHSA-rjq7-vh8h-ppm3/GHSA-rjq7-vh8h-ppm3.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/04/GHSA-rmrv-fwx3-pwq8/GHSA-rmrv-fwx3-pwq8.json b/advisories/unreviewed/2024/04/GHSA-rmrv-fwx3-pwq8/GHSA-rmrv-fwx3-pwq8.json index 3bdbe8ea510..7b903b7c1fc 100644 --- a/advisories/unreviewed/2024/04/GHSA-rmrv-fwx3-pwq8/GHSA-rmrv-fwx3-pwq8.json +++ b/advisories/unreviewed/2024/04/GHSA-rmrv-fwx3-pwq8/GHSA-rmrv-fwx3-pwq8.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/04/GHSA-v43f-6mhr-gwc4/GHSA-v43f-6mhr-gwc4.json b/advisories/unreviewed/2024/04/GHSA-v43f-6mhr-gwc4/GHSA-v43f-6mhr-gwc4.json index 83f5aa4291b..d0fd34d97be 100644 --- a/advisories/unreviewed/2024/04/GHSA-v43f-6mhr-gwc4/GHSA-v43f-6mhr-gwc4.json +++ b/advisories/unreviewed/2024/04/GHSA-v43f-6mhr-gwc4/GHSA-v43f-6mhr-gwc4.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/04/GHSA-v4hx-5qgp-299x/GHSA-v4hx-5qgp-299x.json b/advisories/unreviewed/2024/04/GHSA-v4hx-5qgp-299x/GHSA-v4hx-5qgp-299x.json index 9a3d90bc255..bd64f8bfe3d 100644 --- a/advisories/unreviewed/2024/04/GHSA-v4hx-5qgp-299x/GHSA-v4hx-5qgp-299x.json +++ b/advisories/unreviewed/2024/04/GHSA-v4hx-5qgp-299x/GHSA-v4hx-5qgp-299x.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/04/GHSA-v4qv-r5g6-wxrp/GHSA-v4qv-r5g6-wxrp.json b/advisories/unreviewed/2024/04/GHSA-v4qv-r5g6-wxrp/GHSA-v4qv-r5g6-wxrp.json index 444d3283de0..c8216415db8 100644 --- a/advisories/unreviewed/2024/04/GHSA-v4qv-r5g6-wxrp/GHSA-v4qv-r5g6-wxrp.json +++ b/advisories/unreviewed/2024/04/GHSA-v4qv-r5g6-wxrp/GHSA-v4qv-r5g6-wxrp.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", @@ -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/04/GHSA-v5vg-h8hh-xq92/GHSA-v5vg-h8hh-xq92.json b/advisories/unreviewed/2024/04/GHSA-v5vg-h8hh-xq92/GHSA-v5vg-h8hh-xq92.json index 567c8acc7dd..884f58c2fd8 100644 --- a/advisories/unreviewed/2024/04/GHSA-v5vg-h8hh-xq92/GHSA-v5vg-h8hh-xq92.json +++ b/advisories/unreviewed/2024/04/GHSA-v5vg-h8hh-xq92/GHSA-v5vg-h8hh-xq92.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-vgc6-c45c-9998/GHSA-vgc6-c45c-9998.json b/advisories/unreviewed/2024/04/GHSA-vgc6-c45c-9998/GHSA-vgc6-c45c-9998.json index 768262a4a49..f887b4d6dd6 100644 --- a/advisories/unreviewed/2024/04/GHSA-vgc6-c45c-9998/GHSA-vgc6-c45c-9998.json +++ b/advisories/unreviewed/2024/04/GHSA-vgc6-c45c-9998/GHSA-vgc6-c45c-9998.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-vpfm-675m-rfm8/GHSA-vpfm-675m-rfm8.json b/advisories/unreviewed/2024/04/GHSA-vpfm-675m-rfm8/GHSA-vpfm-675m-rfm8.json index 27928687e3a..3837c5b8035 100644 --- a/advisories/unreviewed/2024/04/GHSA-vpfm-675m-rfm8/GHSA-vpfm-675m-rfm8.json +++ b/advisories/unreviewed/2024/04/GHSA-vpfm-675m-rfm8/GHSA-vpfm-675m-rfm8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-vwf7-cp5m-924g/GHSA-vwf7-cp5m-924g.json b/advisories/unreviewed/2024/04/GHSA-vwf7-cp5m-924g/GHSA-vwf7-cp5m-924g.json index 69b88b911c1..d79d6e0b746 100644 --- a/advisories/unreviewed/2024/04/GHSA-vwf7-cp5m-924g/GHSA-vwf7-cp5m-924g.json +++ b/advisories/unreviewed/2024/04/GHSA-vwf7-cp5m-924g/GHSA-vwf7-cp5m-924g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-w37p-9fqc-g3gp/GHSA-w37p-9fqc-g3gp.json b/advisories/unreviewed/2024/04/GHSA-w37p-9fqc-g3gp/GHSA-w37p-9fqc-g3gp.json index ef21a9e5f00..9d85e1778eb 100644 --- a/advisories/unreviewed/2024/04/GHSA-w37p-9fqc-g3gp/GHSA-w37p-9fqc-g3gp.json +++ b/advisories/unreviewed/2024/04/GHSA-w37p-9fqc-g3gp/GHSA-w37p-9fqc-g3gp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-w4r6-cjx2-64gc/GHSA-w4r6-cjx2-64gc.json b/advisories/unreviewed/2024/04/GHSA-w4r6-cjx2-64gc/GHSA-w4r6-cjx2-64gc.json index f3520a1c1ef..9d9fb042c8d 100644 --- a/advisories/unreviewed/2024/04/GHSA-w4r6-cjx2-64gc/GHSA-w4r6-cjx2-64gc.json +++ b/advisories/unreviewed/2024/04/GHSA-w4r6-cjx2-64gc/GHSA-w4r6-cjx2-64gc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/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/2024/04/GHSA-wmqf-xv94-hx62/GHSA-wmqf-xv94-hx62.json b/advisories/unreviewed/2024/04/GHSA-wmqf-xv94-hx62/GHSA-wmqf-xv94-hx62.json index f82ad73798b..39469ab88e9 100644 --- a/advisories/unreviewed/2024/04/GHSA-wmqf-xv94-hx62/GHSA-wmqf-xv94-hx62.json +++ b/advisories/unreviewed/2024/04/GHSA-wmqf-xv94-hx62/GHSA-wmqf-xv94-hx62.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", @@ -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/04/GHSA-wp5q-4qc3-582g/GHSA-wp5q-4qc3-582g.json b/advisories/unreviewed/2024/04/GHSA-wp5q-4qc3-582g/GHSA-wp5q-4qc3-582g.json index b999607c7c6..a165c3dbc5f 100644 --- a/advisories/unreviewed/2024/04/GHSA-wp5q-4qc3-582g/GHSA-wp5q-4qc3-582g.json +++ b/advisories/unreviewed/2024/04/GHSA-wp5q-4qc3-582g/GHSA-wp5q-4qc3-582g.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/2024/04/GHSA-x368-w88j-3c3r/GHSA-x368-w88j-3c3r.json b/advisories/unreviewed/2024/04/GHSA-x368-w88j-3c3r/GHSA-x368-w88j-3c3r.json index 7bc61ed5083..608db9bfc27 100644 --- a/advisories/unreviewed/2024/04/GHSA-x368-w88j-3c3r/GHSA-x368-w88j-3c3r.json +++ b/advisories/unreviewed/2024/04/GHSA-x368-w88j-3c3r/GHSA-x368-w88j-3c3r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-x3m5-7cpw-xq9j/GHSA-x3m5-7cpw-xq9j.json b/advisories/unreviewed/2024/04/GHSA-x3m5-7cpw-xq9j/GHSA-x3m5-7cpw-xq9j.json index 63d76d26f33..d0e7bcebae2 100644 --- a/advisories/unreviewed/2024/04/GHSA-x3m5-7cpw-xq9j/GHSA-x3m5-7cpw-xq9j.json +++ b/advisories/unreviewed/2024/04/GHSA-x3m5-7cpw-xq9j/GHSA-x3m5-7cpw-xq9j.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-x5c9-rrjf-32hg/GHSA-x5c9-rrjf-32hg.json b/advisories/unreviewed/2024/04/GHSA-x5c9-rrjf-32hg/GHSA-x5c9-rrjf-32hg.json index ab2ee2584d9..23e87b841be 100644 --- a/advisories/unreviewed/2024/04/GHSA-x5c9-rrjf-32hg/GHSA-x5c9-rrjf-32hg.json +++ b/advisories/unreviewed/2024/04/GHSA-x5c9-rrjf-32hg/GHSA-x5c9-rrjf-32hg.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/04/GHSA-x7p5-c683-6jrp/GHSA-x7p5-c683-6jrp.json b/advisories/unreviewed/2024/04/GHSA-x7p5-c683-6jrp/GHSA-x7p5-c683-6jrp.json index 6d42a561707..b88c2897c7c 100644 --- a/advisories/unreviewed/2024/04/GHSA-x7p5-c683-6jrp/GHSA-x7p5-c683-6jrp.json +++ b/advisories/unreviewed/2024/04/GHSA-x7p5-c683-6jrp/GHSA-x7p5-c683-6jrp.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/04/GHSA-xq7q-w5x9-hwm7/GHSA-xq7q-w5x9-hwm7.json b/advisories/unreviewed/2024/04/GHSA-xq7q-w5x9-hwm7/GHSA-xq7q-w5x9-hwm7.json index 2722fedb64a..147bd64ff82 100644 --- a/advisories/unreviewed/2024/04/GHSA-xq7q-w5x9-hwm7/GHSA-xq7q-w5x9-hwm7.json +++ b/advisories/unreviewed/2024/04/GHSA-xq7q-w5x9-hwm7/GHSA-xq7q-w5x9-hwm7.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/04/GHSA-xrp2-cc4r-f45v/GHSA-xrp2-cc4r-f45v.json b/advisories/unreviewed/2024/04/GHSA-xrp2-cc4r-f45v/GHSA-xrp2-cc4r-f45v.json index 9c62d944467..fe23db9d3af 100644 --- a/advisories/unreviewed/2024/04/GHSA-xrp2-cc4r-f45v/GHSA-xrp2-cc4r-f45v.json +++ b/advisories/unreviewed/2024/04/GHSA-xrp2-cc4r-f45v/GHSA-xrp2-cc4r-f45v.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/04/GHSA-xwc6-f3w2-2jmm/GHSA-xwc6-f3w2-2jmm.json b/advisories/unreviewed/2024/04/GHSA-xwc6-f3w2-2jmm/GHSA-xwc6-f3w2-2jmm.json index 17c04547b38..541f9e75cc5 100644 --- a/advisories/unreviewed/2024/04/GHSA-xwc6-f3w2-2jmm/GHSA-xwc6-f3w2-2jmm.json +++ b/advisories/unreviewed/2024/04/GHSA-xwc6-f3w2-2jmm/GHSA-xwc6-f3w2-2jmm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-293x-92j8-gvrh/GHSA-293x-92j8-gvrh.json b/advisories/unreviewed/2024/05/GHSA-293x-92j8-gvrh/GHSA-293x-92j8-gvrh.json index 559196a1df1..d6f4af4a24c 100644 --- a/advisories/unreviewed/2024/05/GHSA-293x-92j8-gvrh/GHSA-293x-92j8-gvrh.json +++ b/advisories/unreviewed/2024/05/GHSA-293x-92j8-gvrh/GHSA-293x-92j8-gvrh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-2gvw-r9m5-r3m7/GHSA-2gvw-r9m5-r3m7.json b/advisories/unreviewed/2024/05/GHSA-2gvw-r9m5-r3m7/GHSA-2gvw-r9m5-r3m7.json index a8b9eff1a92..9a30b4ead08 100644 --- a/advisories/unreviewed/2024/05/GHSA-2gvw-r9m5-r3m7/GHSA-2gvw-r9m5-r3m7.json +++ b/advisories/unreviewed/2024/05/GHSA-2gvw-r9m5-r3m7/GHSA-2gvw-r9m5-r3m7.json @@ -7,12 +7,8 @@ "CVE-2023-26862" ], "details": "Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -20,9 +16,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-3m85-f52p-p5wh/GHSA-3m85-f52p-p5wh.json b/advisories/unreviewed/2024/05/GHSA-3m85-f52p-p5wh/GHSA-3m85-f52p-p5wh.json index 9ba7a6a5d1d..163608f6da9 100644 --- a/advisories/unreviewed/2024/05/GHSA-3m85-f52p-p5wh/GHSA-3m85-f52p-p5wh.json +++ b/advisories/unreviewed/2024/05/GHSA-3m85-f52p-p5wh/GHSA-3m85-f52p-p5wh.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/2024/05/GHSA-45wq-mwwf-98qf/GHSA-45wq-mwwf-98qf.json b/advisories/unreviewed/2024/05/GHSA-45wq-mwwf-98qf/GHSA-45wq-mwwf-98qf.json index 9915feb9df2..cdec4ce9938 100644 --- a/advisories/unreviewed/2024/05/GHSA-45wq-mwwf-98qf/GHSA-45wq-mwwf-98qf.json +++ b/advisories/unreviewed/2024/05/GHSA-45wq-mwwf-98qf/GHSA-45wq-mwwf-98qf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-482r-2hv2-p3x7/GHSA-482r-2hv2-p3x7.json b/advisories/unreviewed/2024/05/GHSA-482r-2hv2-p3x7/GHSA-482r-2hv2-p3x7.json index 050bda25d5e..38c420525c8 100644 --- a/advisories/unreviewed/2024/05/GHSA-482r-2hv2-p3x7/GHSA-482r-2hv2-p3x7.json +++ b/advisories/unreviewed/2024/05/GHSA-482r-2hv2-p3x7/GHSA-482r-2hv2-p3x7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-4mgq-xc5h-f57m/GHSA-4mgq-xc5h-f57m.json b/advisories/unreviewed/2024/05/GHSA-4mgq-xc5h-f57m/GHSA-4mgq-xc5h-f57m.json index 5d3e9ef1b9a..370b2242c7f 100644 --- a/advisories/unreviewed/2024/05/GHSA-4mgq-xc5h-f57m/GHSA-4mgq-xc5h-f57m.json +++ b/advisories/unreviewed/2024/05/GHSA-4mgq-xc5h-f57m/GHSA-4mgq-xc5h-f57m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-55c5-qvfc-69mh/GHSA-55c5-qvfc-69mh.json b/advisories/unreviewed/2024/05/GHSA-55c5-qvfc-69mh/GHSA-55c5-qvfc-69mh.json index d3d0d2f0367..e6fc9e40557 100644 --- a/advisories/unreviewed/2024/05/GHSA-55c5-qvfc-69mh/GHSA-55c5-qvfc-69mh.json +++ b/advisories/unreviewed/2024/05/GHSA-55c5-qvfc-69mh/GHSA-55c5-qvfc-69mh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-6m5f-g7q2-34cf/GHSA-6m5f-g7q2-34cf.json b/advisories/unreviewed/2024/05/GHSA-6m5f-g7q2-34cf/GHSA-6m5f-g7q2-34cf.json index f1c57fc6008..af6b5514356 100644 --- a/advisories/unreviewed/2024/05/GHSA-6m5f-g7q2-34cf/GHSA-6m5f-g7q2-34cf.json +++ b/advisories/unreviewed/2024/05/GHSA-6m5f-g7q2-34cf/GHSA-6m5f-g7q2-34cf.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/05/GHSA-7qp4-rx6j-p84p/GHSA-7qp4-rx6j-p84p.json b/advisories/unreviewed/2024/05/GHSA-7qp4-rx6j-p84p/GHSA-7qp4-rx6j-p84p.json index 53e3cc6b5c6..8135e1c3a2e 100644 --- a/advisories/unreviewed/2024/05/GHSA-7qp4-rx6j-p84p/GHSA-7qp4-rx6j-p84p.json +++ b/advisories/unreviewed/2024/05/GHSA-7qp4-rx6j-p84p/GHSA-7qp4-rx6j-p84p.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", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-7whq-7mgr-97jx/GHSA-7whq-7mgr-97jx.json b/advisories/unreviewed/2024/05/GHSA-7whq-7mgr-97jx/GHSA-7whq-7mgr-97jx.json index ca265fdcf64..1d92d5c042f 100644 --- a/advisories/unreviewed/2024/05/GHSA-7whq-7mgr-97jx/GHSA-7whq-7mgr-97jx.json +++ b/advisories/unreviewed/2024/05/GHSA-7whq-7mgr-97jx/GHSA-7whq-7mgr-97jx.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/2024/05/GHSA-9g24-597j-w83m/GHSA-9g24-597j-w83m.json b/advisories/unreviewed/2024/05/GHSA-9g24-597j-w83m/GHSA-9g24-597j-w83m.json index ca3932b8bf9..6d194a0db09 100644 --- a/advisories/unreviewed/2024/05/GHSA-9g24-597j-w83m/GHSA-9g24-597j-w83m.json +++ b/advisories/unreviewed/2024/05/GHSA-9g24-597j-w83m/GHSA-9g24-597j-w83m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-f4gv-fqjx-xhmg/GHSA-f4gv-fqjx-xhmg.json b/advisories/unreviewed/2024/05/GHSA-f4gv-fqjx-xhmg/GHSA-f4gv-fqjx-xhmg.json index b7edd018a28..c061312b3c6 100644 --- a/advisories/unreviewed/2024/05/GHSA-f4gv-fqjx-xhmg/GHSA-f4gv-fqjx-xhmg.json +++ b/advisories/unreviewed/2024/05/GHSA-f4gv-fqjx-xhmg/GHSA-f4gv-fqjx-xhmg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-f9j9-5rg9-7h5g/GHSA-f9j9-5rg9-7h5g.json b/advisories/unreviewed/2024/05/GHSA-f9j9-5rg9-7h5g/GHSA-f9j9-5rg9-7h5g.json index 1f982e02f09..c3feedcdbfb 100644 --- a/advisories/unreviewed/2024/05/GHSA-f9j9-5rg9-7h5g/GHSA-f9j9-5rg9-7h5g.json +++ b/advisories/unreviewed/2024/05/GHSA-f9j9-5rg9-7h5g/GHSA-f9j9-5rg9-7h5g.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/05/GHSA-fg3p-42cv-c5cm/GHSA-fg3p-42cv-c5cm.json b/advisories/unreviewed/2024/05/GHSA-fg3p-42cv-c5cm/GHSA-fg3p-42cv-c5cm.json index d989e14b05a..c950d63db9d 100644 --- a/advisories/unreviewed/2024/05/GHSA-fg3p-42cv-c5cm/GHSA-fg3p-42cv-c5cm.json +++ b/advisories/unreviewed/2024/05/GHSA-fg3p-42cv-c5cm/GHSA-fg3p-42cv-c5cm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-g7qc-r5p9-r36r/GHSA-g7qc-r5p9-r36r.json b/advisories/unreviewed/2024/05/GHSA-g7qc-r5p9-r36r/GHSA-g7qc-r5p9-r36r.json index ff3ae7bf268..76c96c336f6 100644 --- a/advisories/unreviewed/2024/05/GHSA-g7qc-r5p9-r36r/GHSA-g7qc-r5p9-r36r.json +++ b/advisories/unreviewed/2024/05/GHSA-g7qc-r5p9-r36r/GHSA-g7qc-r5p9-r36r.json @@ -7,12 +7,8 @@ "CVE-2024-31142" ], "details": "Because of a logical error in XSA-407 (Branch Type Confusion), the\nmitigation is not applied properly when it is intended to be used.\nXSA-434 (Speculative Return Stack Overflow) uses the same\ninfrastructure, so is equally impacted.\n\nFor more details, see:\n https://xenbits.xen.org/xsa/advisory-407.html\n https://xenbits.xen.org/xsa/advisory-434.html\n", - "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/05/GHSA-hcr5-hp8w-36q9/GHSA-hcr5-hp8w-36q9.json b/advisories/unreviewed/2024/05/GHSA-hcr5-hp8w-36q9/GHSA-hcr5-hp8w-36q9.json index e1920078452..8ce1c3aae48 100644 --- a/advisories/unreviewed/2024/05/GHSA-hcr5-hp8w-36q9/GHSA-hcr5-hp8w-36q9.json +++ b/advisories/unreviewed/2024/05/GHSA-hcr5-hp8w-36q9/GHSA-hcr5-hp8w-36q9.json @@ -7,12 +7,8 @@ "CVE-2023-46842" ], "details": "Unlike 32-bit PV guests, HVM guests may switch freely between 64-bit and\nother modes. This in particular means that they may set registers used\nto pass 32-bit-mode hypercall arguments to values outside of the range\n32-bit code would be able to set them to.\n\nWhen processing of hypercalls takes a considerable amount of time,\nthe hypervisor may choose to invoke a hypercall continuation. Doing so\ninvolves putting (perhaps updated) hypercall arguments in respective\nregisters. For guests not running in 64-bit mode this further involves\na certain amount of translation of the values.\n\nUnfortunately internal sanity checking of these translated values\nassumes high halves of registers to always be clear when invoking a\nhypercall. When this is found not to be the case, it triggers a\nconsistency check in the hypervisor and causes a crash.\n", - "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/05/GHSA-hmpc-h8ww-8c7c/GHSA-hmpc-h8ww-8c7c.json b/advisories/unreviewed/2024/05/GHSA-hmpc-h8ww-8c7c/GHSA-hmpc-h8ww-8c7c.json index 3feb0140187..85225aaddd5 100644 --- a/advisories/unreviewed/2024/05/GHSA-hmpc-h8ww-8c7c/GHSA-hmpc-h8ww-8c7c.json +++ b/advisories/unreviewed/2024/05/GHSA-hmpc-h8ww-8c7c/GHSA-hmpc-h8ww-8c7c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-jgmp-p428-99m5/GHSA-jgmp-p428-99m5.json b/advisories/unreviewed/2024/05/GHSA-jgmp-p428-99m5/GHSA-jgmp-p428-99m5.json index 31d0da90f9f..cb25a98ff4b 100644 --- a/advisories/unreviewed/2024/05/GHSA-jgmp-p428-99m5/GHSA-jgmp-p428-99m5.json +++ b/advisories/unreviewed/2024/05/GHSA-jgmp-p428-99m5/GHSA-jgmp-p428-99m5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-m28h-92r7-f7rw/GHSA-m28h-92r7-f7rw.json b/advisories/unreviewed/2024/05/GHSA-m28h-92r7-f7rw/GHSA-m28h-92r7-f7rw.json index 177e1e741c0..9bebabcb104 100644 --- a/advisories/unreviewed/2024/05/GHSA-m28h-92r7-f7rw/GHSA-m28h-92r7-f7rw.json +++ b/advisories/unreviewed/2024/05/GHSA-m28h-92r7-f7rw/GHSA-m28h-92r7-f7rw.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-m3m5-w4hq-w7x6/GHSA-m3m5-w4hq-w7x6.json b/advisories/unreviewed/2024/05/GHSA-m3m5-w4hq-w7x6/GHSA-m3m5-w4hq-w7x6.json index c477cd69495..2627bd3ba9c 100644 --- a/advisories/unreviewed/2024/05/GHSA-m3m5-w4hq-w7x6/GHSA-m3m5-w4hq-w7x6.json +++ b/advisories/unreviewed/2024/05/GHSA-m3m5-w4hq-w7x6/GHSA-m3m5-w4hq-w7x6.json @@ -7,12 +7,8 @@ "CVE-2024-3641" ], "details": "The Newsletter Popup WordPress plugin through 1.2 does not sanitise and escape some parameters, which could allow unauthenticated visitors to perform Cross-Site Scripting attacks against admins", - "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/05/GHSA-m59v-vrfw-f5j3/GHSA-m59v-vrfw-f5j3.json b/advisories/unreviewed/2024/05/GHSA-m59v-vrfw-f5j3/GHSA-m59v-vrfw-f5j3.json index fb8581836ae..f30474fb292 100644 --- a/advisories/unreviewed/2024/05/GHSA-m59v-vrfw-f5j3/GHSA-m59v-vrfw-f5j3.json +++ b/advisories/unreviewed/2024/05/GHSA-m59v-vrfw-f5j3/GHSA-m59v-vrfw-f5j3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-mgm2-9hxc-cx8q/GHSA-mgm2-9hxc-cx8q.json b/advisories/unreviewed/2024/05/GHSA-mgm2-9hxc-cx8q/GHSA-mgm2-9hxc-cx8q.json index 9c627eb812d..891ee7342a0 100644 --- a/advisories/unreviewed/2024/05/GHSA-mgm2-9hxc-cx8q/GHSA-mgm2-9hxc-cx8q.json +++ b/advisories/unreviewed/2024/05/GHSA-mgm2-9hxc-cx8q/GHSA-mgm2-9hxc-cx8q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-mx8p-8f7v-r77c/GHSA-mx8p-8f7v-r77c.json b/advisories/unreviewed/2024/05/GHSA-mx8p-8f7v-r77c/GHSA-mx8p-8f7v-r77c.json index baa772f829a..fe82f2017dc 100644 --- a/advisories/unreviewed/2024/05/GHSA-mx8p-8f7v-r77c/GHSA-mx8p-8f7v-r77c.json +++ b/advisories/unreviewed/2024/05/GHSA-mx8p-8f7v-r77c/GHSA-mx8p-8f7v-r77c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-pp54-3h2g-f979/GHSA-pp54-3h2g-f979.json b/advisories/unreviewed/2024/05/GHSA-pp54-3h2g-f979/GHSA-pp54-3h2g-f979.json index e466f62eacc..12259b2f61a 100644 --- a/advisories/unreviewed/2024/05/GHSA-pp54-3h2g-f979/GHSA-pp54-3h2g-f979.json +++ b/advisories/unreviewed/2024/05/GHSA-pp54-3h2g-f979/GHSA-pp54-3h2g-f979.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/2024/05/GHSA-rq9g-8pvx-hrqx/GHSA-rq9g-8pvx-hrqx.json b/advisories/unreviewed/2024/05/GHSA-rq9g-8pvx-hrqx/GHSA-rq9g-8pvx-hrqx.json index 349ebdb279e..a0e7f26b487 100644 --- a/advisories/unreviewed/2024/05/GHSA-rq9g-8pvx-hrqx/GHSA-rq9g-8pvx-hrqx.json +++ b/advisories/unreviewed/2024/05/GHSA-rq9g-8pvx-hrqx/GHSA-rq9g-8pvx-hrqx.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/05/GHSA-rqx6-xfgj-645g/GHSA-rqx6-xfgj-645g.json b/advisories/unreviewed/2024/05/GHSA-rqx6-xfgj-645g/GHSA-rqx6-xfgj-645g.json index 6f1fa9b8f42..36727184668 100644 --- a/advisories/unreviewed/2024/05/GHSA-rqx6-xfgj-645g/GHSA-rqx6-xfgj-645g.json +++ b/advisories/unreviewed/2024/05/GHSA-rqx6-xfgj-645g/GHSA-rqx6-xfgj-645g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-w7mw-wxm9-mpmc/GHSA-w7mw-wxm9-mpmc.json b/advisories/unreviewed/2024/05/GHSA-w7mw-wxm9-mpmc/GHSA-w7mw-wxm9-mpmc.json index 84b198a3709..18935690b3f 100644 --- a/advisories/unreviewed/2024/05/GHSA-w7mw-wxm9-mpmc/GHSA-w7mw-wxm9-mpmc.json +++ b/advisories/unreviewed/2024/05/GHSA-w7mw-wxm9-mpmc/GHSA-w7mw-wxm9-mpmc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-wg59-mh85-fvg4/GHSA-wg59-mh85-fvg4.json b/advisories/unreviewed/2024/05/GHSA-wg59-mh85-fvg4/GHSA-wg59-mh85-fvg4.json index 33c62618206..fdf901edcef 100644 --- a/advisories/unreviewed/2024/05/GHSA-wg59-mh85-fvg4/GHSA-wg59-mh85-fvg4.json +++ b/advisories/unreviewed/2024/05/GHSA-wg59-mh85-fvg4/GHSA-wg59-mh85-fvg4.json @@ -7,12 +7,8 @@ "CVE-2024-33386" ], "details": "An issue in SoundCloud Prometheu v.2.5.1 and before allows a remote attacker to execute arbitrary code via the query parameter.", - "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/05/GHSA-xj5x-22m5-2p88/GHSA-xj5x-22m5-2p88.json b/advisories/unreviewed/2024/05/GHSA-xj5x-22m5-2p88/GHSA-xj5x-22m5-2p88.json index 163f2860832..61e0a134bee 100644 --- a/advisories/unreviewed/2024/05/GHSA-xj5x-22m5-2p88/GHSA-xj5x-22m5-2p88.json +++ b/advisories/unreviewed/2024/05/GHSA-xj5x-22m5-2p88/GHSA-xj5x-22m5-2p88.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-xmv2-92jh-84fp/GHSA-xmv2-92jh-84fp.json b/advisories/unreviewed/2024/05/GHSA-xmv2-92jh-84fp/GHSA-xmv2-92jh-84fp.json index d057675ade0..46b3f610fc2 100644 --- a/advisories/unreviewed/2024/05/GHSA-xmv2-92jh-84fp/GHSA-xmv2-92jh-84fp.json +++ b/advisories/unreviewed/2024/05/GHSA-xmv2-92jh-84fp/GHSA-xmv2-92jh-84fp.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/2024/06/GHSA-3q35-5gfc-qvf8/GHSA-3q35-5gfc-qvf8.json b/advisories/unreviewed/2024/06/GHSA-3q35-5gfc-qvf8/GHSA-3q35-5gfc-qvf8.json index d3379e3c2fb..0df2049a9f5 100644 --- a/advisories/unreviewed/2024/06/GHSA-3q35-5gfc-qvf8/GHSA-3q35-5gfc-qvf8.json +++ b/advisories/unreviewed/2024/06/GHSA-3q35-5gfc-qvf8/GHSA-3q35-5gfc-qvf8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/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/06/GHSA-8gc7-mjjc-5vm3/GHSA-8gc7-mjjc-5vm3.json b/advisories/unreviewed/2024/06/GHSA-8gc7-mjjc-5vm3/GHSA-8gc7-mjjc-5vm3.json index 7d79bb03553..0c7493a0e15 100644 --- a/advisories/unreviewed/2024/06/GHSA-8gc7-mjjc-5vm3/GHSA-8gc7-mjjc-5vm3.json +++ b/advisories/unreviewed/2024/06/GHSA-8gc7-mjjc-5vm3/GHSA-8gc7-mjjc-5vm3.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",