diff --git a/advisories/github-reviewed/2018/07/GHSA-m85c-9mf8-m2m6/GHSA-m85c-9mf8-m2m6.json b/advisories/github-reviewed/2018/07/GHSA-m85c-9mf8-m2m6/GHSA-m85c-9mf8-m2m6.json index c1c9abd0e9c..54aac4fd706 100644 --- a/advisories/github-reviewed/2018/07/GHSA-m85c-9mf8-m2m6/GHSA-m85c-9mf8-m2m6.json +++ b/advisories/github-reviewed/2018/07/GHSA-m85c-9mf8-m2m6/GHSA-m85c-9mf8-m2m6.json @@ -75,9 +75,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": true, "github_reviewed_at": "2020-06-16T21:45:21Z", diff --git a/advisories/github-reviewed/2019/05/GHSA-5f7m-mmpc-qhh4/GHSA-5f7m-mmpc-qhh4.json b/advisories/github-reviewed/2019/05/GHSA-5f7m-mmpc-qhh4/GHSA-5f7m-mmpc-qhh4.json index a2dbffc94fc..5d1edf194cf 100644 --- a/advisories/github-reviewed/2019/05/GHSA-5f7m-mmpc-qhh4/GHSA-5f7m-mmpc-qhh4.json +++ b/advisories/github-reviewed/2019/05/GHSA-5f7m-mmpc-qhh4/GHSA-5f7m-mmpc-qhh4.json @@ -3,14 +3,10 @@ "id": "GHSA-5f7m-mmpc-qhh4", "modified": "2022-08-03T20:30:06Z", "published": "2019-05-23T09:27:00Z", - "aliases": [ - - ], + "aliases": [], "summary": "mysql Node.JS Module Vulnerable to Remote Memory Exposure", "details": "Versions of `mysql` before 2.14.0 are vulnerable to remove memory exposure.\n\nAffected versions of `mysql` package allocate and send an uninitialized memory over the network when a number is provided as a password.\n\nOnly `mysql` running on Node.js versions below 6.0.0 are affected due to a throw added in newer node.js versions.\n\nProof of Concept:\n\n```\nrequire('mysql').createConnection({\n host: 'localhost',\n user: 'user',\n password : USERPROVIDEDINPUT, // number\n database : 'my_db'\n}).connect();\n```\n\n\n\n## Recommendation\n\nUpdate to version 2.14.0 or later.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2021/03/GHSA-cqff-fx2x-p86v/GHSA-cqff-fx2x-p86v.json b/advisories/github-reviewed/2021/03/GHSA-cqff-fx2x-p86v/GHSA-cqff-fx2x-p86v.json index cb2a2011f83..af4f4585952 100644 --- a/advisories/github-reviewed/2021/03/GHSA-cqff-fx2x-p86v/GHSA-cqff-fx2x-p86v.json +++ b/advisories/github-reviewed/2021/03/GHSA-cqff-fx2x-p86v/GHSA-cqff-fx2x-p86v.json @@ -3,9 +3,7 @@ "id": "GHSA-cqff-fx2x-p86v", "modified": "2024-09-13T15:07:22Z", "published": "2021-03-08T15:50:10Z", - "aliases": [ - - ], + "aliases": [], "summary": "botframework-connector vulnerable to Improper Authentication", "details": "### Impact\nA maliciously crafted claim may be incorrectly authenticated by the bot. Impacts bots that are not configured to be used as a Skill. This vulnerability requires an attacker to have internal knowledge of the bot.\n\n### Patches\nThe problem has been patched in all affected versions. Please see the list of patched versions for the most appropiate one for your individual case.\n\n### Workarounds\nUsers who do not wish or are not able to upgrade can add an authentication configuration containing ClaimsValidator, which throws an exception if Claims are Skill Claims. \n\nFor detailed instructions, see the link in the References section.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [Microsoft Bot Builder SDK](https://github.com/microsoft/botframework-sdk)\n* Email us at [bf-reports@microsoft.com](mailto:bf-reports@microsoft.com)", "severity": [ diff --git a/advisories/github-reviewed/2022/02/GHSA-fqfh-778m-2v32/GHSA-fqfh-778m-2v32.json b/advisories/github-reviewed/2022/02/GHSA-fqfh-778m-2v32/GHSA-fqfh-778m-2v32.json index 64291018582..edb1dc3a353 100644 --- a/advisories/github-reviewed/2022/02/GHSA-fqfh-778m-2v32/GHSA-fqfh-778m-2v32.json +++ b/advisories/github-reviewed/2022/02/GHSA-fqfh-778m-2v32/GHSA-fqfh-778m-2v32.json @@ -3,14 +3,10 @@ "id": "GHSA-fqfh-778m-2v32", "modified": "2021-05-21T22:06:12Z", "published": "2022-02-11T23:41:11Z", - "aliases": [ - - ], + "aliases": [], "summary": "GitHub CLI can execute a git binary from the current directory", "details": "### Impact\nGitHub CLI depends on a `git.exe` executable being found in system `%PATH%` on Windows. However, if a malicious `.\\git.exe` or `.\\git.bat` is found in the current working directory at the time of running `gh`, the malicious command will be invoked instead of the system one.\n\nWindows users who run `gh` inside untrusted directories are affected.\n\n### Patches\nUsers should upgrade to GitHub CLI v1.2.1.\n\n### Workarounds\nOther than avoiding untrusted repositories, there is no workaround.\n\n### References\nhttps://github.com/golang/go/issues/38736", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -39,9 +35,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2021-05-21T22:06:12Z", diff --git a/advisories/github-reviewed/2022/02/GHSA-v3mr-gp7j-pw5w/GHSA-v3mr-gp7j-pw5w.json b/advisories/github-reviewed/2022/02/GHSA-v3mr-gp7j-pw5w/GHSA-v3mr-gp7j-pw5w.json index 4830a105cbc..5e7c0cd7731 100644 --- a/advisories/github-reviewed/2022/02/GHSA-v3mr-gp7j-pw5w/GHSA-v3mr-gp7j-pw5w.json +++ b/advisories/github-reviewed/2022/02/GHSA-v3mr-gp7j-pw5w/GHSA-v3mr-gp7j-pw5w.json @@ -3,14 +3,10 @@ "id": "GHSA-v3mr-gp7j-pw5w", "modified": "2022-02-04T17:26:40Z", "published": "2022-02-10T22:33:46Z", - "aliases": [ - - ], + "aliases": [], "summary": "Possible SQL injection in tablelookupwizard Contao Extension", "details": "### Impact\nThe currently selected widget values were not correctly sanitized before passing it to the database, leading to an SQL injection possibility.\n\n### Patches\nThe issue has been patched in `tablelookupwizard` version 3.3.5 and version 4.0.0.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in https://github.com/terminal42/contao-tablelookupwizard\n* Email us at [info@terminal42.ch](mailto:info@terminal42.ch)\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/05/GHSA-28r2-q6m8-9hpx/GHSA-28r2-q6m8-9hpx.json b/advisories/github-reviewed/2022/05/GHSA-28r2-q6m8-9hpx/GHSA-28r2-q6m8-9hpx.json index 7d87e4891a0..a604d459234 100644 --- a/advisories/github-reviewed/2022/05/GHSA-28r2-q6m8-9hpx/GHSA-28r2-q6m8-9hpx.json +++ b/advisories/github-reviewed/2022/05/GHSA-28r2-q6m8-9hpx/GHSA-28r2-q6m8-9hpx.json @@ -158,9 +158,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2022-06-01T21:21:26Z", diff --git a/advisories/github-reviewed/2022/05/GHSA-664q-mrxx-2x2v/GHSA-664q-mrxx-2x2v.json b/advisories/github-reviewed/2022/05/GHSA-664q-mrxx-2x2v/GHSA-664q-mrxx-2x2v.json index f7b93624958..0924e42d60f 100644 --- a/advisories/github-reviewed/2022/05/GHSA-664q-mrxx-2x2v/GHSA-664q-mrxx-2x2v.json +++ b/advisories/github-reviewed/2022/05/GHSA-664q-mrxx-2x2v/GHSA-664q-mrxx-2x2v.json @@ -8,9 +8,7 @@ ], "summary": "Moodle does not properly manage privileges for WebDAV repositories", "details": "Moodle 2.x through 2.1.10, 2.2.x before 2.2.8, 2.3.x before 2.3.5, and 2.4.x before 2.4.2 does not properly manage privileges for WebDAV repositories, which allows remote authenticated users to read, modify, or delete arbitrary site-wide repositories by leveraging certain read access.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -129,9 +127,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-01-22T21:22:23Z", diff --git a/advisories/github-reviewed/2022/05/GHSA-89f3-74m6-g27g/GHSA-89f3-74m6-g27g.json b/advisories/github-reviewed/2022/05/GHSA-89f3-74m6-g27g/GHSA-89f3-74m6-g27g.json index 95fe1bc6741..bb094438d03 100644 --- a/advisories/github-reviewed/2022/05/GHSA-89f3-74m6-g27g/GHSA-89f3-74m6-g27g.json +++ b/advisories/github-reviewed/2022/05/GHSA-89f3-74m6-g27g/GHSA-89f3-74m6-g27g.json @@ -8,9 +8,7 @@ ], "summary": "Moodle Multiple cross-site scripting (XSS) vulnerabilities in the File Picker module", "details": "Multiple cross-site scripting (XSS) vulnerabilities in the File Picker module in Moodle 2.x through 2.1.10, 2.2.x before 2.2.8, 2.3.x before 2.3.5, and 2.4.x before 2.4.2 allow remote authenticated users to inject arbitrary web script or HTML via a crafted filename.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/05/GHSA-cjr4-fv6c-f3mv/GHSA-cjr4-fv6c-f3mv.json b/advisories/github-reviewed/2022/05/GHSA-cjr4-fv6c-f3mv/GHSA-cjr4-fv6c-f3mv.json index aff1095c8e6..767326c9127 100644 --- a/advisories/github-reviewed/2022/05/GHSA-cjr4-fv6c-f3mv/GHSA-cjr4-fv6c-f3mv.json +++ b/advisories/github-reviewed/2022/05/GHSA-cjr4-fv6c-f3mv/GHSA-cjr4-fv6c-f3mv.json @@ -158,9 +158,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2022-06-01T21:19:25Z", diff --git a/advisories/github-reviewed/2022/05/GHSA-pgp5-rcwp-qvfg/GHSA-pgp5-rcwp-qvfg.json b/advisories/github-reviewed/2022/05/GHSA-pgp5-rcwp-qvfg/GHSA-pgp5-rcwp-qvfg.json index 8c26b4e3d38..06c291ceb2d 100644 --- a/advisories/github-reviewed/2022/05/GHSA-pgp5-rcwp-qvfg/GHSA-pgp5-rcwp-qvfg.json +++ b/advisories/github-reviewed/2022/05/GHSA-pgp5-rcwp-qvfg/GHSA-pgp5-rcwp-qvfg.json @@ -8,9 +8,7 @@ ], "summary": "Moodle includes the WebDAV password in the configuration form", "details": "repository/webdav/lib.php in Moodle 2.x through 2.1.10, 2.2.x before 2.2.8, 2.3.x before 2.3.5, and 2.4.x before 2.4.2 includes the WebDAV password in the configuration form, which allows remote authenticated administrators to obtain sensitive information by configuring an instance.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/05/GHSA-prrh-679x-79qh/GHSA-prrh-679x-79qh.json b/advisories/github-reviewed/2022/05/GHSA-prrh-679x-79qh/GHSA-prrh-679x-79qh.json index 1ff215d861b..2b1279651b3 100644 --- a/advisories/github-reviewed/2022/05/GHSA-prrh-679x-79qh/GHSA-prrh-679x-79qh.json +++ b/advisories/github-reviewed/2022/05/GHSA-prrh-679x-79qh/GHSA-prrh-679x-79qh.json @@ -8,9 +8,7 @@ ], "summary": "Moodle allows remote authenticated users to reassign notes", "details": "notes/edit.php in Moodle 1.9.x through 1.9.19, 2.x through 2.1.10, 2.2.x before 2.2.8, 2.3.x before 2.3.5, and 2.4.x before 2.4.2 allows remote authenticated users to reassign notes via a modified (1) userid or (2) courseid field.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/05/GHSA-xr24-jp5c-6c4v/GHSA-xr24-jp5c-6c4v.json b/advisories/github-reviewed/2022/05/GHSA-xr24-jp5c-6c4v/GHSA-xr24-jp5c-6c4v.json index c3435245eeb..523d325aa71 100644 --- a/advisories/github-reviewed/2022/05/GHSA-xr24-jp5c-6c4v/GHSA-xr24-jp5c-6c4v.json +++ b/advisories/github-reviewed/2022/05/GHSA-xr24-jp5c-6c4v/GHSA-xr24-jp5c-6c4v.json @@ -8,9 +8,7 @@ ], "summary": "Moodle reveals absolute path in exception message", "details": "lib/setuplib.php in Moodle through 2.1.10, 2.2.x before 2.2.8, 2.3.x before 2.3.5, and 2.4.x before 2.4.2 allows remote attackers to obtain sensitive information via an invalid request, which reveals the absolute path in an exception message.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/09/GHSA-3633-5h82-39pq/GHSA-3633-5h82-39pq.json b/advisories/github-reviewed/2022/09/GHSA-3633-5h82-39pq/GHSA-3633-5h82-39pq.json index c6c7418e4b9..df69baced4d 100644 --- a/advisories/github-reviewed/2022/09/GHSA-3633-5h82-39pq/GHSA-3633-5h82-39pq.json +++ b/advisories/github-reviewed/2022/09/GHSA-3633-5h82-39pq/GHSA-3633-5h82-39pq.json @@ -3,14 +3,10 @@ "id": "GHSA-3633-5h82-39pq", "modified": "2024-05-20T21:34:17Z", "published": "2022-09-16T17:17:13Z", - "aliases": [ - - ], + "aliases": [], "summary": "Go-tuf Improperly handles multiple key IDs for the same public keys in attacker-controlled metadata", "details": "### Issue\n\nIf an attacker is able to control a threshold of keys to insert the same public key more than once with different key IDs into signed, trusted metadata on a TUF repository, then go-tuf [clients](https://github.com/theupdateframework/go-tuf#client) < [0.3.2](https://github.com/theupdateframework/go-tuf/releases/tag/v0.3.2) are susceptible to an attack where attackers can cause the same signature from the same public key to be counted more than once against the threshold of signatures because they were mistakenly distinguished due to having different key IDs.\n\nFor example, suppose that in the root metadata file, there were a threshold of 2 self-signatures required from 2 different keys KA and KB belonging to Alice and Bob respectively. Bob has either mistakenly or maliciously produced a signed a malicious version of the root metadata file where Alice's key is listed once with the keyid SHA2256KA, but his public key is listed twice, once with the keyid SHA2256KB, and the other with SHA2512KB. If Bob can convince Alice to mistakenly sign this root metadata file without noticing this error, then clients < 0.3.2 would mistakenly count the same signature from Bob twice, once with the keyid SHA2256KB, and the other with SHA2512KB.\n\n### Impact\n\nWhile the impact is potentially high, the severity is low as it requires either attackers or the repository (deliberately or mistakenly respectively) to have produced such an incorrect distribution of public keys, causing clients < 0.3.2 to fall prey to this issue.\n\n### Patches\n\nA fix is available for clients with versions >= [0.3.2](https://github.com/theupdateframework/go-tuf/releases/tag/v0.3.2).\n\n### Workarounds\n\nUsers can work around this vulnerability in previous clients by checking for and removing _duplicate_ public keys with different key IDs (e.g., SHA2-256 and SHA2-512 hashes of the same public key) in all signed metadata on their TUF repositories.\n\n### References\n\n* The PR fixing this issue is #369.\n* The [latest](https://theupdateframework.github.io/specification/v1.0.30/index.html#role-keyid) TUF specification advises using only SHA2-256 hashes of public keys.\n* Commit b383bafd27472310a650f3733e686163a868b71a removed support for clients generating multiple key IDs for the same public key. This commit is older than the first [v.0.1.0 tag](https://github.com/theupdateframework/go-tuf/releases/tag/v0.1.0) for go-tuf.\n* There is an outstanding [issue](https://github.com/theupdateframework/go-tuf/issues/368) for removing the non-standard `keyid_hash_algorithms` field in TUF metadata which arguably led to this issue.\n* A more robust solution is discussed (but not necessarily recommended) in [TAP 12](https://github.com/theupdateframework/taps/blob/master/tap12.md), which suggests deduplicating public keys even more strongly on the basis of the fundamental parameters (e.g., exponents) to the cryptosystem rather than specific encodings (e.g., PEM) of public keys.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open an issue in [go-tuf](https://github.com/theupdateframework/go-tuf/issues)\n* Email us at TUF's [mailing list](mailto:theupdateframework@googlegroups.com)\n* The [#tuf](https://cloud-native.slack.com/archives/C8NMD3QJ3) channel on [CNCF Slack](https://slack.cncf.io/).", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -51,9 +47,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": true, "github_reviewed_at": "2022-09-16T17:17:13Z", diff --git a/advisories/github-reviewed/2022/09/GHSA-69cg-p879-7622/GHSA-69cg-p879-7622.json b/advisories/github-reviewed/2022/09/GHSA-69cg-p879-7622/GHSA-69cg-p879-7622.json index a5d9a79e4cf..0c000946a39 100644 --- a/advisories/github-reviewed/2022/09/GHSA-69cg-p879-7622/GHSA-69cg-p879-7622.json +++ b/advisories/github-reviewed/2022/09/GHSA-69cg-p879-7622/GHSA-69cg-p879-7622.json @@ -101,9 +101,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2023-01-18T00:05:31Z", diff --git a/advisories/github-reviewed/2022/10/GHSA-c6w8-7mp3-34j9/GHSA-c6w8-7mp3-34j9.json b/advisories/github-reviewed/2022/10/GHSA-c6w8-7mp3-34j9/GHSA-c6w8-7mp3-34j9.json index 2efa93e6155..51aa05069bd 100644 --- a/advisories/github-reviewed/2022/10/GHSA-c6w8-7mp3-34j9/GHSA-c6w8-7mp3-34j9.json +++ b/advisories/github-reviewed/2022/10/GHSA-c6w8-7mp3-34j9/GHSA-c6w8-7mp3-34j9.json @@ -2856,9 +2856,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2022-10-18T21:46:08Z", diff --git a/advisories/github-reviewed/2022/10/GHSA-x279-68rr-jp4p/GHSA-x279-68rr-jp4p.json b/advisories/github-reviewed/2022/10/GHSA-x279-68rr-jp4p/GHSA-x279-68rr-jp4p.json index 00e8f10460a..2a96502660f 100644 --- a/advisories/github-reviewed/2022/10/GHSA-x279-68rr-jp4p/GHSA-x279-68rr-jp4p.json +++ b/advisories/github-reviewed/2022/10/GHSA-x279-68rr-jp4p/GHSA-x279-68rr-jp4p.json @@ -3,14 +3,10 @@ "id": "GHSA-x279-68rr-jp4p", "modified": "2024-05-20T21:32:00Z", "published": "2022-10-07T07:25:33Z", - "aliases": [ - - ], + "aliases": [], "summary": "Blst vulnerable to incorrect results for some inputs in blst_fp_eucl_inverse function", "details": "### Impact\nBlst versions v0.3.0 to v0.3.2 can produce the incorrect outputs for some inputs to the blst_fp_eucl_inverse function. This could theoretically result in the creation of an invalid signature from correct inputs. However, fuzzing of higher level functions such as sign and verify were unable to produce incorrect results and there has been no reported occurrences of this issue being encountered in production use.\n\n### Description\nDuring the course of differential fuzzing of the blst library by @guidovranken it was discovered that blst would produce the incorrect result for some input values in the inverse function. This was the result of the introduction of a new inversion formula in version v0.3.0. This source of these incorrect outputs was due to two issues:\n\n1. The amount of inner loop iterations was not sufficient for the algorithm to converge.\n2. It was erroneously assumed that the absolute value of the intermediate result would be capped at 767-bits. As a result, some output values were truncated by one bit or the most significant bit was misinterpreted as the sign.\n\n### Patches\nThis issue has been resolved in the v0.3.3 release and users are recommended to upgrade immediately.\n\n### References\nThe software used to uncover this issue can be found [here](https://github.com/guidovranken/cryptofuzz).\n\n### Credits\nA special thanks to Guido Vranken (@guidovranken) for his discovery and disclosure of this vulnerability.\n\n### For more information\nIf you have any questions or comments about this advisory please email us at [hello@supranational.net](mailto:hello@supranational.net)", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -51,9 +47,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2022-10-07T07:25:33Z", diff --git a/advisories/github-reviewed/2023/02/GHSA-j2wh-wrv3-4x4g/GHSA-j2wh-wrv3-4x4g.json b/advisories/github-reviewed/2023/02/GHSA-j2wh-wrv3-4x4g/GHSA-j2wh-wrv3-4x4g.json index 6e7f03bb510..496745e07f4 100644 --- a/advisories/github-reviewed/2023/02/GHSA-j2wh-wrv3-4x4g/GHSA-j2wh-wrv3-4x4g.json +++ b/advisories/github-reviewed/2023/02/GHSA-j2wh-wrv3-4x4g/GHSA-j2wh-wrv3-4x4g.json @@ -3,9 +3,7 @@ "id": "GHSA-j2wh-wrv3-4x4g", "modified": "2023-02-16T18:41:07Z", "published": "2023-02-16T18:41:07Z", - "aliases": [ - - ], + "aliases": [], "summary": "Unwanted access to the entire file system vulnerability due to a missing check in `staticFiles` HTTP handler", "details": "### Summary\nMissing check vulnerability in the static file handler allows any client to access the files in the server's file system\n\n### Details\nWhen `staticFiles` is set in the `serve` settings in the configuration file, the following handler doesn't check if `absolutePath` is still under the directory provided as `staticFiles`;\n\n```ts\n if (staticFiles) {\n router.get('/:relativePath+', async request => {\n let { relativePath } = request.params;\n if (!relativePath) {\n relativePath = 'index.html';\n }\n const absolutePath = path.join(baseDir, staticFiles, relativePath);\n if (absolutePath.includes(staticFiles) && (await pathExists(absolutePath))) {\n const readStream = fs.createReadStream(absolutePath);\n return new Response(readStream as any, {\n status: 200,\n });\n }\n return undefined;\n });\n ```\n\n### Example scenario\nTo reproduce it, set `staticFiles` to the relative path of a directory in `.meshrc.yml`;\n\n```yml\nserve:\n staticFiles: ./public\n```\n\nThen start the server with `mesh dev`, and browse to `/..%2fpackage.json` then you will see the content of `package.json`. You can even go deeper to see sensitive data; `/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd`\n\n### Impact and solution\nIf `staticFiles` is set under `serve` in the configuration file. you have two options to fix vulnerability;\n\n- Update `@graphql-mesh/cli` to a version higher than `0.82.21`, and if you use `@graphql-mesh/http`, update it to a version higher than `0.3.18`\n- Remove `staticFiles` option from the configuration, and use other solutions to serve static files.\n\n### Credits\nThanks [alanwillms@gmail.com](mailto:alanwillms@gmail.com) for reporting this vulnerability with details", "severity": [ @@ -69,9 +67,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-02-16T18:41:07Z", diff --git a/advisories/github-reviewed/2023/05/GHSA-4rhq-vq24-88gw/GHSA-4rhq-vq24-88gw.json b/advisories/github-reviewed/2023/05/GHSA-4rhq-vq24-88gw/GHSA-4rhq-vq24-88gw.json index 5faa01f4eac..4d2e51a6afe 100644 --- a/advisories/github-reviewed/2023/05/GHSA-4rhq-vq24-88gw/GHSA-4rhq-vq24-88gw.json +++ b/advisories/github-reviewed/2023/05/GHSA-4rhq-vq24-88gw/GHSA-4rhq-vq24-88gw.json @@ -8,9 +8,7 @@ ], "summary": "Uncontrolled Recursion in HTTP2ToRawGRPCServerCodec", "details": "### Impact\n\nAffected gRPC Swift servers are vulnerable to uncontrolled recursion and stack consumption when parsing certain payloads. This may lead to a denial of service.\n\n### Patches\n\nThe problem has been fixed in 1.2.0.\n\n### Workarounds\n\nNo workaround is available. Users must upgrade.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2023/05/GHSA-hgv6-w7r3-w4qw/GHSA-hgv6-w7r3-w4qw.json b/advisories/github-reviewed/2023/05/GHSA-hgv6-w7r3-w4qw/GHSA-hgv6-w7r3-w4qw.json index baebbc33b05..d420b167110 100644 --- a/advisories/github-reviewed/2023/05/GHSA-hgv6-w7r3-w4qw/GHSA-hgv6-w7r3-w4qw.json +++ b/advisories/github-reviewed/2023/05/GHSA-hgv6-w7r3-w4qw/GHSA-hgv6-w7r3-w4qw.json @@ -3,14 +3,10 @@ "id": "GHSA-hgv6-w7r3-w4qw", "modified": "2023-05-30T20:07:06Z", "published": "2023-05-30T20:07:06Z", - "aliases": [ - - ], + "aliases": [], "summary": "Kyverno vulnerable due to usage of insecure cipher", "details": "### Summary\nInsecure 3DES ciphers are used which may lead to exploitation of the [Sweet32 vulnerability](https://sweet32.info/). Specifically, the ciphers TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA (secp256r1) and TLS_RSA_WITH_3DES_EDE_CBC_SHA (rsa 2048) are allowed. See CVE-2016-2183. This is fixed in Kyverno v1.9.5 and v1.10.0 and no known users have been affected.\n\n### Details\n\nThe ciphers in affected versions can be read using the following command which uses `nmap`:\n\n```sh\n$ kubectl exec -it mypod -n kyverno sh \nkubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.\n**nmap -sV --script ssl-enum-ciphers -p 443 kyverno-cleanup-controller** or \n**nmap -sV --script ssl-enum-ciphers -p 443 kyverno-svc**\nStarting Nmap 7.92 ( https://nmap.org ) at 2023-05-26 10:55 UTC\nNmap scan report for kyverno-cleanup-controller (10.103.199.233)\nHost is up (0.000058s latency).\nrDNS record for 10.103.199.233: kyverno-cleanup-controller.kyverno.svc.cluster.local\n\nPORT STATE SERVICE VERSION\n443/tcp open ssl/http Golang net/http server (Go-IPFS json-rpc or InfluxDB API)\n| ssl-enum-ciphers: \n| TLSv1.2: \n| ciphers: \n**| TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA (secp256r1) - C**\n| TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA (secp256r1) - A\n| TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (secp256r1) - A\n| TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA (secp256r1) - A\n| TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (secp256r1) - A\n| TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (secp256r1) - A\n**| TLS_RSA_WITH_3DES_EDE_CBC_SHA (rsa 2048) - C**\n| TLS_RSA_WITH_AES_128_CBC_SHA (rsa 2048) - A\n| TLS_RSA_WITH_AES_128_GCM_SHA256 (rsa 2048) - A\n| TLS_RSA_WITH_AES_256_CBC_SHA (rsa 2048) - A\n| TLS_RSA_WITH_AES_256_GCM_SHA384 (rsa 2048) - A\n| compressors: \n| NULL\n| cipher preference: client\n| warnings: \n| 64-bit block cipher 3DES vulnerable to SWEET32 attack\n| TLSv1.3: \n| ciphers: \n| TLS_AKE_WITH_AES_128_GCM_SHA256 (ecdh_x25519) - A\n| TLS_AKE_WITH_AES_256_GCM_SHA384 (ecdh_x25519) - A\n| TLS_AKE_WITH_CHACHA20_POLY1305_SHA256 (ecdh_x25519) - A\n| cipher preference: server\n|_ least strength: C\n\nService detection performed. Please report any incorrect results at https://nmap.org/submit/ .\nNmap done: 1 IP address (1 host up) scanned in 12.72 seconds\n```", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -51,9 +47,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-05-30T20:07:06Z", diff --git a/advisories/github-reviewed/2023/06/GHSA-q36x-r5x4-h4q6/GHSA-q36x-r5x4-h4q6.json b/advisories/github-reviewed/2023/06/GHSA-q36x-r5x4-h4q6/GHSA-q36x-r5x4-h4q6.json index fff59145d0b..01f1049b913 100644 --- a/advisories/github-reviewed/2023/06/GHSA-q36x-r5x4-h4q6/GHSA-q36x-r5x4-h4q6.json +++ b/advisories/github-reviewed/2023/06/GHSA-q36x-r5x4-h4q6/GHSA-q36x-r5x4-h4q6.json @@ -54,9 +54,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2023-06-09T19:32:49Z", diff --git a/advisories/github-reviewed/2023/07/GHSA-8hc6-w44m-wfxf/GHSA-8hc6-w44m-wfxf.json b/advisories/github-reviewed/2023/07/GHSA-8hc6-w44m-wfxf/GHSA-8hc6-w44m-wfxf.json index 9cf35683264..e42cf446a28 100644 --- a/advisories/github-reviewed/2023/07/GHSA-8hc6-w44m-wfxf/GHSA-8hc6-w44m-wfxf.json +++ b/advisories/github-reviewed/2023/07/GHSA-8hc6-w44m-wfxf/GHSA-8hc6-w44m-wfxf.json @@ -57,9 +57,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": true, "github_reviewed_at": "2024-01-30T23:04:11Z", diff --git a/advisories/github-reviewed/2023/07/GHSA-px39-5h8c-j3c8/GHSA-px39-5h8c-j3c8.json b/advisories/github-reviewed/2023/07/GHSA-px39-5h8c-j3c8/GHSA-px39-5h8c-j3c8.json index e320ab56a49..c1fbffd23c6 100644 --- a/advisories/github-reviewed/2023/07/GHSA-px39-5h8c-j3c8/GHSA-px39-5h8c-j3c8.json +++ b/advisories/github-reviewed/2023/07/GHSA-px39-5h8c-j3c8/GHSA-px39-5h8c-j3c8.json @@ -57,9 +57,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-01-30T23:03:23Z", diff --git a/advisories/github-reviewed/2024/05/GHSA-chfm-68vv-pvw5/GHSA-chfm-68vv-pvw5.json b/advisories/github-reviewed/2024/05/GHSA-chfm-68vv-pvw5/GHSA-chfm-68vv-pvw5.json index 7b046b6ef69..e4b2abb9185 100644 --- a/advisories/github-reviewed/2024/05/GHSA-chfm-68vv-pvw5/GHSA-chfm-68vv-pvw5.json +++ b/advisories/github-reviewed/2024/05/GHSA-chfm-68vv-pvw5/GHSA-chfm-68vv-pvw5.json @@ -8,9 +8,7 @@ ], "summary": "XMLUnit for Java has Insecure Defaults when Processing XSLT Stylesheets", "details": "### Impact\nWhen performing XSLT transformations XMLUnit for Java did not disable XSLT extension functions by default. Depending on the XSLT processor being used this could allow arbitrary code to be executed when XMLUnit is used to transform data with a stylesheet who's source can not be trusted. If the stylesheet can be provided externally this may even lead to a remote code execution.\n\n## Patches\nUsers are advised to upgrade to XMLUnit for Java 2.10.0 where the default has been changed by means of https://github.com/xmlunit/xmlunit/commit/b81d48b71dfd2868bdfc30a3e17ff973f32bc15b\n\n### Workarounds\nXMLUnit's main use-case is performing tests on code that generates or processes XML. Most users will not use it to perform arbitrary XSLT transformations.\n\nUsers running XSLT transformations with untrusted stylesheets should explicitly use XMLUnit's APIs to pass in a pre-configured TraX `TransformerFactory` with extension functions disabled via features and attributes. The required `setFactory` or `setTransformerFactory` methods have been available since XMLUnit for Java 2.0.0.\n\n### References\n[Bug Report](https://github.com/xmlunit/xmlunit/issues/264)\n[JAXP Security Guide](https://docs.oracle.com/en/java/javase/22/security/java-api-xml-processing-jaxp-security-guide.html#GUID-E345AA09-801E-4B95-B83D-7F0C452538AA)\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -55,9 +53,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": true, "github_reviewed_at": "2024-05-01T16:40:01Z", diff --git a/advisories/unreviewed/2021/12/GHSA-26x4-q6jr-jj73/GHSA-26x4-q6jr-jj73.json b/advisories/unreviewed/2021/12/GHSA-26x4-q6jr-jj73/GHSA-26x4-q6jr-jj73.json index a133c909e60..7383dd75482 100644 --- a/advisories/unreviewed/2021/12/GHSA-26x4-q6jr-jj73/GHSA-26x4-q6jr-jj73.json +++ b/advisories/unreviewed/2021/12/GHSA-26x4-q6jr-jj73/GHSA-26x4-q6jr-jj73.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/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/2021/12/GHSA-32c7-mv5c-m5rr/GHSA-32c7-mv5c-m5rr.json b/advisories/unreviewed/2021/12/GHSA-32c7-mv5c-m5rr/GHSA-32c7-mv5c-m5rr.json index 97a8426833b..83fca09b1d2 100644 --- a/advisories/unreviewed/2021/12/GHSA-32c7-mv5c-m5rr/GHSA-32c7-mv5c-m5rr.json +++ b/advisories/unreviewed/2021/12/GHSA-32c7-mv5c-m5rr/GHSA-32c7-mv5c-m5rr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-35xq-5wph-pxqw/GHSA-35xq-5wph-pxqw.json b/advisories/unreviewed/2021/12/GHSA-35xq-5wph-pxqw/GHSA-35xq-5wph-pxqw.json index 4dbd5afcf1c..15bd951ef79 100644 --- a/advisories/unreviewed/2021/12/GHSA-35xq-5wph-pxqw/GHSA-35xq-5wph-pxqw.json +++ b/advisories/unreviewed/2021/12/GHSA-35xq-5wph-pxqw/GHSA-35xq-5wph-pxqw.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/2021/12/GHSA-3fmg-j52q-2cm9/GHSA-3fmg-j52q-2cm9.json b/advisories/unreviewed/2021/12/GHSA-3fmg-j52q-2cm9/GHSA-3fmg-j52q-2cm9.json index dd7bdba6831..7c996053c1f 100644 --- a/advisories/unreviewed/2021/12/GHSA-3fmg-j52q-2cm9/GHSA-3fmg-j52q-2cm9.json +++ b/advisories/unreviewed/2021/12/GHSA-3fmg-j52q-2cm9/GHSA-3fmg-j52q-2cm9.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/2021/12/GHSA-3m9h-8r9r-7c84/GHSA-3m9h-8r9r-7c84.json b/advisories/unreviewed/2021/12/GHSA-3m9h-8r9r-7c84/GHSA-3m9h-8r9r-7c84.json index 5825017f970..df6736978ec 100644 --- a/advisories/unreviewed/2021/12/GHSA-3m9h-8r9r-7c84/GHSA-3m9h-8r9r-7c84.json +++ b/advisories/unreviewed/2021/12/GHSA-3m9h-8r9r-7c84/GHSA-3m9h-8r9r-7c84.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/2021/12/GHSA-3v67-76rr-2qc3/GHSA-3v67-76rr-2qc3.json b/advisories/unreviewed/2021/12/GHSA-3v67-76rr-2qc3/GHSA-3v67-76rr-2qc3.json index 7385bc193f9..f9e5bdc9648 100644 --- a/advisories/unreviewed/2021/12/GHSA-3v67-76rr-2qc3/GHSA-3v67-76rr-2qc3.json +++ b/advisories/unreviewed/2021/12/GHSA-3v67-76rr-2qc3/GHSA-3v67-76rr-2qc3.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/2021/12/GHSA-3w4f-p666-hmhq/GHSA-3w4f-p666-hmhq.json b/advisories/unreviewed/2021/12/GHSA-3w4f-p666-hmhq/GHSA-3w4f-p666-hmhq.json index 0429cac94ec..96be71245ea 100644 --- a/advisories/unreviewed/2021/12/GHSA-3w4f-p666-hmhq/GHSA-3w4f-p666-hmhq.json +++ b/advisories/unreviewed/2021/12/GHSA-3w4f-p666-hmhq/GHSA-3w4f-p666-hmhq.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/2021/12/GHSA-45q8-6828-qghj/GHSA-45q8-6828-qghj.json b/advisories/unreviewed/2021/12/GHSA-45q8-6828-qghj/GHSA-45q8-6828-qghj.json index 435cb5997f2..7f666a8f053 100644 --- a/advisories/unreviewed/2021/12/GHSA-45q8-6828-qghj/GHSA-45q8-6828-qghj.json +++ b/advisories/unreviewed/2021/12/GHSA-45q8-6828-qghj/GHSA-45q8-6828-qghj.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/2021/12/GHSA-46qw-g75p-jr7h/GHSA-46qw-g75p-jr7h.json b/advisories/unreviewed/2021/12/GHSA-46qw-g75p-jr7h/GHSA-46qw-g75p-jr7h.json index e8452187fb5..0da57828fd6 100644 --- a/advisories/unreviewed/2021/12/GHSA-46qw-g75p-jr7h/GHSA-46qw-g75p-jr7h.json +++ b/advisories/unreviewed/2021/12/GHSA-46qw-g75p-jr7h/GHSA-46qw-g75p-jr7h.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/2021/12/GHSA-4f95-9c7f-vgp9/GHSA-4f95-9c7f-vgp9.json b/advisories/unreviewed/2021/12/GHSA-4f95-9c7f-vgp9/GHSA-4f95-9c7f-vgp9.json index 7efa5166d19..19388f20c10 100644 --- a/advisories/unreviewed/2021/12/GHSA-4f95-9c7f-vgp9/GHSA-4f95-9c7f-vgp9.json +++ b/advisories/unreviewed/2021/12/GHSA-4f95-9c7f-vgp9/GHSA-4f95-9c7f-vgp9.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/2021/12/GHSA-4xpq-67q3-73xv/GHSA-4xpq-67q3-73xv.json b/advisories/unreviewed/2021/12/GHSA-4xpq-67q3-73xv/GHSA-4xpq-67q3-73xv.json index e49da454b5f..d047b4e7504 100644 --- a/advisories/unreviewed/2021/12/GHSA-4xpq-67q3-73xv/GHSA-4xpq-67q3-73xv.json +++ b/advisories/unreviewed/2021/12/GHSA-4xpq-67q3-73xv/GHSA-4xpq-67q3-73xv.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/2021/12/GHSA-53h9-3mwx-gwqq/GHSA-53h9-3mwx-gwqq.json b/advisories/unreviewed/2021/12/GHSA-53h9-3mwx-gwqq/GHSA-53h9-3mwx-gwqq.json index af4524771cd..40e8e9528ec 100644 --- a/advisories/unreviewed/2021/12/GHSA-53h9-3mwx-gwqq/GHSA-53h9-3mwx-gwqq.json +++ b/advisories/unreviewed/2021/12/GHSA-53h9-3mwx-gwqq/GHSA-53h9-3mwx-gwqq.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/2021/12/GHSA-54h4-5526-7jv6/GHSA-54h4-5526-7jv6.json b/advisories/unreviewed/2021/12/GHSA-54h4-5526-7jv6/GHSA-54h4-5526-7jv6.json index 4f6024ff4a1..dd0243ad022 100644 --- a/advisories/unreviewed/2021/12/GHSA-54h4-5526-7jv6/GHSA-54h4-5526-7jv6.json +++ b/advisories/unreviewed/2021/12/GHSA-54h4-5526-7jv6/GHSA-54h4-5526-7jv6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-568f-hgvf-96x7/GHSA-568f-hgvf-96x7.json b/advisories/unreviewed/2021/12/GHSA-568f-hgvf-96x7/GHSA-568f-hgvf-96x7.json index 8e7c9e4df16..793a1d74380 100644 --- a/advisories/unreviewed/2021/12/GHSA-568f-hgvf-96x7/GHSA-568f-hgvf-96x7.json +++ b/advisories/unreviewed/2021/12/GHSA-568f-hgvf-96x7/GHSA-568f-hgvf-96x7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-6w3p-5v24-hp57/GHSA-6w3p-5v24-hp57.json b/advisories/unreviewed/2021/12/GHSA-6w3p-5v24-hp57/GHSA-6w3p-5v24-hp57.json index d5be3837fd3..c01b4de4b0e 100644 --- a/advisories/unreviewed/2021/12/GHSA-6w3p-5v24-hp57/GHSA-6w3p-5v24-hp57.json +++ b/advisories/unreviewed/2021/12/GHSA-6w3p-5v24-hp57/GHSA-6w3p-5v24-hp57.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/2021/12/GHSA-76cr-vqwc-2c5p/GHSA-76cr-vqwc-2c5p.json b/advisories/unreviewed/2021/12/GHSA-76cr-vqwc-2c5p/GHSA-76cr-vqwc-2c5p.json index 4dbcb6344d5..a34917ce3c1 100644 --- a/advisories/unreviewed/2021/12/GHSA-76cr-vqwc-2c5p/GHSA-76cr-vqwc-2c5p.json +++ b/advisories/unreviewed/2021/12/GHSA-76cr-vqwc-2c5p/GHSA-76cr-vqwc-2c5p.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/2021/12/GHSA-8235-wx5q-8wrv/GHSA-8235-wx5q-8wrv.json b/advisories/unreviewed/2021/12/GHSA-8235-wx5q-8wrv/GHSA-8235-wx5q-8wrv.json index af1497423e5..7c5c33dfd1f 100644 --- a/advisories/unreviewed/2021/12/GHSA-8235-wx5q-8wrv/GHSA-8235-wx5q-8wrv.json +++ b/advisories/unreviewed/2021/12/GHSA-8235-wx5q-8wrv/GHSA-8235-wx5q-8wrv.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/2021/12/GHSA-8m4j-m77c-p6v2/GHSA-8m4j-m77c-p6v2.json b/advisories/unreviewed/2021/12/GHSA-8m4j-m77c-p6v2/GHSA-8m4j-m77c-p6v2.json index 9b8619aa2d4..b18868a92dc 100644 --- a/advisories/unreviewed/2021/12/GHSA-8m4j-m77c-p6v2/GHSA-8m4j-m77c-p6v2.json +++ b/advisories/unreviewed/2021/12/GHSA-8m4j-m77c-p6v2/GHSA-8m4j-m77c-p6v2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-8xc3-v842-jhxq/GHSA-8xc3-v842-jhxq.json b/advisories/unreviewed/2021/12/GHSA-8xc3-v842-jhxq/GHSA-8xc3-v842-jhxq.json index f6794661ba7..7433f467c40 100644 --- a/advisories/unreviewed/2021/12/GHSA-8xc3-v842-jhxq/GHSA-8xc3-v842-jhxq.json +++ b/advisories/unreviewed/2021/12/GHSA-8xc3-v842-jhxq/GHSA-8xc3-v842-jhxq.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/2021/12/GHSA-9388-pxcv-qr7p/GHSA-9388-pxcv-qr7p.json b/advisories/unreviewed/2021/12/GHSA-9388-pxcv-qr7p/GHSA-9388-pxcv-qr7p.json index ff37cfd38cf..c30a5796b21 100644 --- a/advisories/unreviewed/2021/12/GHSA-9388-pxcv-qr7p/GHSA-9388-pxcv-qr7p.json +++ b/advisories/unreviewed/2021/12/GHSA-9388-pxcv-qr7p/GHSA-9388-pxcv-qr7p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-9979-g965-v2mq/GHSA-9979-g965-v2mq.json b/advisories/unreviewed/2021/12/GHSA-9979-g965-v2mq/GHSA-9979-g965-v2mq.json index 6ecf8c947d1..2ddd269d80c 100644 --- a/advisories/unreviewed/2021/12/GHSA-9979-g965-v2mq/GHSA-9979-g965-v2mq.json +++ b/advisories/unreviewed/2021/12/GHSA-9979-g965-v2mq/GHSA-9979-g965-v2mq.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/2021/12/GHSA-9gw2-p8mj-gvh2/GHSA-9gw2-p8mj-gvh2.json b/advisories/unreviewed/2021/12/GHSA-9gw2-p8mj-gvh2/GHSA-9gw2-p8mj-gvh2.json index c7436320d81..709f0011b90 100644 --- a/advisories/unreviewed/2021/12/GHSA-9gw2-p8mj-gvh2/GHSA-9gw2-p8mj-gvh2.json +++ b/advisories/unreviewed/2021/12/GHSA-9gw2-p8mj-gvh2/GHSA-9gw2-p8mj-gvh2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-9wwg-wc9c-x3qc/GHSA-9wwg-wc9c-x3qc.json b/advisories/unreviewed/2021/12/GHSA-9wwg-wc9c-x3qc/GHSA-9wwg-wc9c-x3qc.json index 3749467fe86..8189a2825d6 100644 --- a/advisories/unreviewed/2021/12/GHSA-9wwg-wc9c-x3qc/GHSA-9wwg-wc9c-x3qc.json +++ b/advisories/unreviewed/2021/12/GHSA-9wwg-wc9c-x3qc/GHSA-9wwg-wc9c-x3qc.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/2021/12/GHSA-c67g-q7vp-987c/GHSA-c67g-q7vp-987c.json b/advisories/unreviewed/2021/12/GHSA-c67g-q7vp-987c/GHSA-c67g-q7vp-987c.json index c425d0acf2a..fe3a1c228d5 100644 --- a/advisories/unreviewed/2021/12/GHSA-c67g-q7vp-987c/GHSA-c67g-q7vp-987c.json +++ b/advisories/unreviewed/2021/12/GHSA-c67g-q7vp-987c/GHSA-c67g-q7vp-987c.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/2021/12/GHSA-cmxp-qj8c-q64f/GHSA-cmxp-qj8c-q64f.json b/advisories/unreviewed/2021/12/GHSA-cmxp-qj8c-q64f/GHSA-cmxp-qj8c-q64f.json index d1d2c8f7b2d..84872471c34 100644 --- a/advisories/unreviewed/2021/12/GHSA-cmxp-qj8c-q64f/GHSA-cmxp-qj8c-q64f.json +++ b/advisories/unreviewed/2021/12/GHSA-cmxp-qj8c-q64f/GHSA-cmxp-qj8c-q64f.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/2021/12/GHSA-cxxv-5c8r-2cfh/GHSA-cxxv-5c8r-2cfh.json b/advisories/unreviewed/2021/12/GHSA-cxxv-5c8r-2cfh/GHSA-cxxv-5c8r-2cfh.json index 2df1996c111..2f14ea2f307 100644 --- a/advisories/unreviewed/2021/12/GHSA-cxxv-5c8r-2cfh/GHSA-cxxv-5c8r-2cfh.json +++ b/advisories/unreviewed/2021/12/GHSA-cxxv-5c8r-2cfh/GHSA-cxxv-5c8r-2cfh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-f73v-rm28-j7c4/GHSA-f73v-rm28-j7c4.json b/advisories/unreviewed/2021/12/GHSA-f73v-rm28-j7c4/GHSA-f73v-rm28-j7c4.json index 86b5b4f34ce..aa9bb9af390 100644 --- a/advisories/unreviewed/2021/12/GHSA-f73v-rm28-j7c4/GHSA-f73v-rm28-j7c4.json +++ b/advisories/unreviewed/2021/12/GHSA-f73v-rm28-j7c4/GHSA-f73v-rm28-j7c4.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/2021/12/GHSA-fc98-j6vr-xfjf/GHSA-fc98-j6vr-xfjf.json b/advisories/unreviewed/2021/12/GHSA-fc98-j6vr-xfjf/GHSA-fc98-j6vr-xfjf.json index 85b82ae2d23..ba146e6f0b6 100644 --- a/advisories/unreviewed/2021/12/GHSA-fc98-j6vr-xfjf/GHSA-fc98-j6vr-xfjf.json +++ b/advisories/unreviewed/2021/12/GHSA-fc98-j6vr-xfjf/GHSA-fc98-j6vr-xfjf.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/2021/12/GHSA-fm2x-qjqp-86fv/GHSA-fm2x-qjqp-86fv.json b/advisories/unreviewed/2021/12/GHSA-fm2x-qjqp-86fv/GHSA-fm2x-qjqp-86fv.json index 5309eb7d001..0fc228548dc 100644 --- a/advisories/unreviewed/2021/12/GHSA-fm2x-qjqp-86fv/GHSA-fm2x-qjqp-86fv.json +++ b/advisories/unreviewed/2021/12/GHSA-fm2x-qjqp-86fv/GHSA-fm2x-qjqp-86fv.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/2021/12/GHSA-gwq3-p84g-w4c9/GHSA-gwq3-p84g-w4c9.json b/advisories/unreviewed/2021/12/GHSA-gwq3-p84g-w4c9/GHSA-gwq3-p84g-w4c9.json index 4cbb7cdd5da..f7680eb34fe 100644 --- a/advisories/unreviewed/2021/12/GHSA-gwq3-p84g-w4c9/GHSA-gwq3-p84g-w4c9.json +++ b/advisories/unreviewed/2021/12/GHSA-gwq3-p84g-w4c9/GHSA-gwq3-p84g-w4c9.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/2021/12/GHSA-h697-9g7m-5g7w/GHSA-h697-9g7m-5g7w.json b/advisories/unreviewed/2021/12/GHSA-h697-9g7m-5g7w/GHSA-h697-9g7m-5g7w.json index 7f47d4305b7..b61ed0149d9 100644 --- a/advisories/unreviewed/2021/12/GHSA-h697-9g7m-5g7w/GHSA-h697-9g7m-5g7w.json +++ b/advisories/unreviewed/2021/12/GHSA-h697-9g7m-5g7w/GHSA-h697-9g7m-5g7w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-h8x7-v99m-g63r/GHSA-h8x7-v99m-g63r.json b/advisories/unreviewed/2021/12/GHSA-h8x7-v99m-g63r/GHSA-h8x7-v99m-g63r.json index 01b79dda54d..68fe2cb0f2a 100644 --- a/advisories/unreviewed/2021/12/GHSA-h8x7-v99m-g63r/GHSA-h8x7-v99m-g63r.json +++ b/advisories/unreviewed/2021/12/GHSA-h8x7-v99m-g63r/GHSA-h8x7-v99m-g63r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-hq36-29fh-grcg/GHSA-hq36-29fh-grcg.json b/advisories/unreviewed/2021/12/GHSA-hq36-29fh-grcg/GHSA-hq36-29fh-grcg.json index 62d8d1afdfa..c1cbd0a37b4 100644 --- a/advisories/unreviewed/2021/12/GHSA-hq36-29fh-grcg/GHSA-hq36-29fh-grcg.json +++ b/advisories/unreviewed/2021/12/GHSA-hq36-29fh-grcg/GHSA-hq36-29fh-grcg.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/2021/12/GHSA-j7jm-xwrj-8m3c/GHSA-j7jm-xwrj-8m3c.json b/advisories/unreviewed/2021/12/GHSA-j7jm-xwrj-8m3c/GHSA-j7jm-xwrj-8m3c.json index 398f3ab04ae..847b8a9cb05 100644 --- a/advisories/unreviewed/2021/12/GHSA-j7jm-xwrj-8m3c/GHSA-j7jm-xwrj-8m3c.json +++ b/advisories/unreviewed/2021/12/GHSA-j7jm-xwrj-8m3c/GHSA-j7jm-xwrj-8m3c.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/2021/12/GHSA-j7vq-gw7g-j543/GHSA-j7vq-gw7g-j543.json b/advisories/unreviewed/2021/12/GHSA-j7vq-gw7g-j543/GHSA-j7vq-gw7g-j543.json index f880832bad9..a2e25f9c314 100644 --- a/advisories/unreviewed/2021/12/GHSA-j7vq-gw7g-j543/GHSA-j7vq-gw7g-j543.json +++ b/advisories/unreviewed/2021/12/GHSA-j7vq-gw7g-j543/GHSA-j7vq-gw7g-j543.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/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/2021/12/GHSA-j9m7-v9vc-r99f/GHSA-j9m7-v9vc-r99f.json b/advisories/unreviewed/2021/12/GHSA-j9m7-v9vc-r99f/GHSA-j9m7-v9vc-r99f.json index ded02093ead..0bdcb4b5816 100644 --- a/advisories/unreviewed/2021/12/GHSA-j9m7-v9vc-r99f/GHSA-j9m7-v9vc-r99f.json +++ b/advisories/unreviewed/2021/12/GHSA-j9m7-v9vc-r99f/GHSA-j9m7-v9vc-r99f.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/2021/12/GHSA-jcfc-rpmc-pcm7/GHSA-jcfc-rpmc-pcm7.json b/advisories/unreviewed/2021/12/GHSA-jcfc-rpmc-pcm7/GHSA-jcfc-rpmc-pcm7.json index 08edd73e11a..a2a8c7a1e95 100644 --- a/advisories/unreviewed/2021/12/GHSA-jcfc-rpmc-pcm7/GHSA-jcfc-rpmc-pcm7.json +++ b/advisories/unreviewed/2021/12/GHSA-jcfc-rpmc-pcm7/GHSA-jcfc-rpmc-pcm7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-m4cx-xcwh-wp6h/GHSA-m4cx-xcwh-wp6h.json b/advisories/unreviewed/2021/12/GHSA-m4cx-xcwh-wp6h/GHSA-m4cx-xcwh-wp6h.json index b407ca22c8c..cae521e3740 100644 --- a/advisories/unreviewed/2021/12/GHSA-m4cx-xcwh-wp6h/GHSA-m4cx-xcwh-wp6h.json +++ b/advisories/unreviewed/2021/12/GHSA-m4cx-xcwh-wp6h/GHSA-m4cx-xcwh-wp6h.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/2021/12/GHSA-m6jm-mwmf-g97v/GHSA-m6jm-mwmf-g97v.json b/advisories/unreviewed/2021/12/GHSA-m6jm-mwmf-g97v/GHSA-m6jm-mwmf-g97v.json index b696cfe9852..1ab139d4e3f 100644 --- a/advisories/unreviewed/2021/12/GHSA-m6jm-mwmf-g97v/GHSA-m6jm-mwmf-g97v.json +++ b/advisories/unreviewed/2021/12/GHSA-m6jm-mwmf-g97v/GHSA-m6jm-mwmf-g97v.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/2021/12/GHSA-mqq4-vjgx-22jj/GHSA-mqq4-vjgx-22jj.json b/advisories/unreviewed/2021/12/GHSA-mqq4-vjgx-22jj/GHSA-mqq4-vjgx-22jj.json index 8cb316a88de..9929aef3609 100644 --- a/advisories/unreviewed/2021/12/GHSA-mqq4-vjgx-22jj/GHSA-mqq4-vjgx-22jj.json +++ b/advisories/unreviewed/2021/12/GHSA-mqq4-vjgx-22jj/GHSA-mqq4-vjgx-22jj.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/2021/12/GHSA-mwcq-x893-65x5/GHSA-mwcq-x893-65x5.json b/advisories/unreviewed/2021/12/GHSA-mwcq-x893-65x5/GHSA-mwcq-x893-65x5.json index da3ab589784..9d12779cb43 100644 --- a/advisories/unreviewed/2021/12/GHSA-mwcq-x893-65x5/GHSA-mwcq-x893-65x5.json +++ b/advisories/unreviewed/2021/12/GHSA-mwcq-x893-65x5/GHSA-mwcq-x893-65x5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-pjrw-278g-7f38/GHSA-pjrw-278g-7f38.json b/advisories/unreviewed/2021/12/GHSA-pjrw-278g-7f38/GHSA-pjrw-278g-7f38.json index de504bb7071..e8829bff246 100644 --- a/advisories/unreviewed/2021/12/GHSA-pjrw-278g-7f38/GHSA-pjrw-278g-7f38.json +++ b/advisories/unreviewed/2021/12/GHSA-pjrw-278g-7f38/GHSA-pjrw-278g-7f38.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/2021/12/GHSA-pxpp-hc6h-qqqg/GHSA-pxpp-hc6h-qqqg.json b/advisories/unreviewed/2021/12/GHSA-pxpp-hc6h-qqqg/GHSA-pxpp-hc6h-qqqg.json index 4cc8b37d605..065c75a517e 100644 --- a/advisories/unreviewed/2021/12/GHSA-pxpp-hc6h-qqqg/GHSA-pxpp-hc6h-qqqg.json +++ b/advisories/unreviewed/2021/12/GHSA-pxpp-hc6h-qqqg/GHSA-pxpp-hc6h-qqqg.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/2021/12/GHSA-qhw5-g2xc-xpwq/GHSA-qhw5-g2xc-xpwq.json b/advisories/unreviewed/2021/12/GHSA-qhw5-g2xc-xpwq/GHSA-qhw5-g2xc-xpwq.json index b53b29aea9f..1465ab0b9d2 100644 --- a/advisories/unreviewed/2021/12/GHSA-qhw5-g2xc-xpwq/GHSA-qhw5-g2xc-xpwq.json +++ b/advisories/unreviewed/2021/12/GHSA-qhw5-g2xc-xpwq/GHSA-qhw5-g2xc-xpwq.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/2021/12/GHSA-qrgf-2v3c-gv8m/GHSA-qrgf-2v3c-gv8m.json b/advisories/unreviewed/2021/12/GHSA-qrgf-2v3c-gv8m/GHSA-qrgf-2v3c-gv8m.json index 732962be175..03c04682920 100644 --- a/advisories/unreviewed/2021/12/GHSA-qrgf-2v3c-gv8m/GHSA-qrgf-2v3c-gv8m.json +++ b/advisories/unreviewed/2021/12/GHSA-qrgf-2v3c-gv8m/GHSA-qrgf-2v3c-gv8m.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/2021/12/GHSA-r93f-j2vf-vmc4/GHSA-r93f-j2vf-vmc4.json b/advisories/unreviewed/2021/12/GHSA-r93f-j2vf-vmc4/GHSA-r93f-j2vf-vmc4.json index f60712b1136..92ceb942a09 100644 --- a/advisories/unreviewed/2021/12/GHSA-r93f-j2vf-vmc4/GHSA-r93f-j2vf-vmc4.json +++ b/advisories/unreviewed/2021/12/GHSA-r93f-j2vf-vmc4/GHSA-r93f-j2vf-vmc4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-rcw4-4c2j-r7wh/GHSA-rcw4-4c2j-r7wh.json b/advisories/unreviewed/2021/12/GHSA-rcw4-4c2j-r7wh/GHSA-rcw4-4c2j-r7wh.json index 6c5012d0ca4..6b7ce6bc704 100644 --- a/advisories/unreviewed/2021/12/GHSA-rcw4-4c2j-r7wh/GHSA-rcw4-4c2j-r7wh.json +++ b/advisories/unreviewed/2021/12/GHSA-rcw4-4c2j-r7wh/GHSA-rcw4-4c2j-r7wh.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/2021/12/GHSA-v52j-x783-j885/GHSA-v52j-x783-j885.json b/advisories/unreviewed/2021/12/GHSA-v52j-x783-j885/GHSA-v52j-x783-j885.json index db9223ebe3b..db31f252ab4 100644 --- a/advisories/unreviewed/2021/12/GHSA-v52j-x783-j885/GHSA-v52j-x783-j885.json +++ b/advisories/unreviewed/2021/12/GHSA-v52j-x783-j885/GHSA-v52j-x783-j885.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/2021/12/GHSA-v69j-xjp2-jhm8/GHSA-v69j-xjp2-jhm8.json b/advisories/unreviewed/2021/12/GHSA-v69j-xjp2-jhm8/GHSA-v69j-xjp2-jhm8.json index c640844dd98..d6799fb7083 100644 --- a/advisories/unreviewed/2021/12/GHSA-v69j-xjp2-jhm8/GHSA-v69j-xjp2-jhm8.json +++ b/advisories/unreviewed/2021/12/GHSA-v69j-xjp2-jhm8/GHSA-v69j-xjp2-jhm8.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/2021/12/GHSA-vj2x-h34v-wpwp/GHSA-vj2x-h34v-wpwp.json b/advisories/unreviewed/2021/12/GHSA-vj2x-h34v-wpwp/GHSA-vj2x-h34v-wpwp.json index d2acb30f73a..86eb5337132 100644 --- a/advisories/unreviewed/2021/12/GHSA-vj2x-h34v-wpwp/GHSA-vj2x-h34v-wpwp.json +++ b/advisories/unreviewed/2021/12/GHSA-vj2x-h34v-wpwp/GHSA-vj2x-h34v-wpwp.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/2021/12/GHSA-vvrp-5qgw-cc82/GHSA-vvrp-5qgw-cc82.json b/advisories/unreviewed/2021/12/GHSA-vvrp-5qgw-cc82/GHSA-vvrp-5qgw-cc82.json index 5e214c7aec1..e299f45cde3 100644 --- a/advisories/unreviewed/2021/12/GHSA-vvrp-5qgw-cc82/GHSA-vvrp-5qgw-cc82.json +++ b/advisories/unreviewed/2021/12/GHSA-vvrp-5qgw-cc82/GHSA-vvrp-5qgw-cc82.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/2021/12/GHSA-wg2c-jc4j-gg9c/GHSA-wg2c-jc4j-gg9c.json b/advisories/unreviewed/2021/12/GHSA-wg2c-jc4j-gg9c/GHSA-wg2c-jc4j-gg9c.json index 9444555588f..053ec3df3c6 100644 --- a/advisories/unreviewed/2021/12/GHSA-wg2c-jc4j-gg9c/GHSA-wg2c-jc4j-gg9c.json +++ b/advisories/unreviewed/2021/12/GHSA-wg2c-jc4j-gg9c/GHSA-wg2c-jc4j-gg9c.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/2021/12/GHSA-wj3h-4j27-9x6q/GHSA-wj3h-4j27-9x6q.json b/advisories/unreviewed/2021/12/GHSA-wj3h-4j27-9x6q/GHSA-wj3h-4j27-9x6q.json index 06dfabe3466..7652e555c14 100644 --- a/advisories/unreviewed/2021/12/GHSA-wj3h-4j27-9x6q/GHSA-wj3h-4j27-9x6q.json +++ b/advisories/unreviewed/2021/12/GHSA-wj3h-4j27-9x6q/GHSA-wj3h-4j27-9x6q.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/2021/12/GHSA-wrwj-r75g-4vx9/GHSA-wrwj-r75g-4vx9.json b/advisories/unreviewed/2021/12/GHSA-wrwj-r75g-4vx9/GHSA-wrwj-r75g-4vx9.json index bd14e718827..18115f4432a 100644 --- a/advisories/unreviewed/2021/12/GHSA-wrwj-r75g-4vx9/GHSA-wrwj-r75g-4vx9.json +++ b/advisories/unreviewed/2021/12/GHSA-wrwj-r75g-4vx9/GHSA-wrwj-r75g-4vx9.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/2021/12/GHSA-wvcw-rv39-83m4/GHSA-wvcw-rv39-83m4.json b/advisories/unreviewed/2021/12/GHSA-wvcw-rv39-83m4/GHSA-wvcw-rv39-83m4.json index 73c116bf1a1..1613f8eb631 100644 --- a/advisories/unreviewed/2021/12/GHSA-wvcw-rv39-83m4/GHSA-wvcw-rv39-83m4.json +++ b/advisories/unreviewed/2021/12/GHSA-wvcw-rv39-83m4/GHSA-wvcw-rv39-83m4.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/2021/12/GHSA-wxm7-hj84-7p5w/GHSA-wxm7-hj84-7p5w.json b/advisories/unreviewed/2021/12/GHSA-wxm7-hj84-7p5w/GHSA-wxm7-hj84-7p5w.json index 39fa731e26b..40df1c715b1 100644 --- a/advisories/unreviewed/2021/12/GHSA-wxm7-hj84-7p5w/GHSA-wxm7-hj84-7p5w.json +++ b/advisories/unreviewed/2021/12/GHSA-wxm7-hj84-7p5w/GHSA-wxm7-hj84-7p5w.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/2021/12/GHSA-x39c-h6fx-jr3f/GHSA-x39c-h6fx-jr3f.json b/advisories/unreviewed/2021/12/GHSA-x39c-h6fx-jr3f/GHSA-x39c-h6fx-jr3f.json index eaf0b1ea797..cd97e994f88 100644 --- a/advisories/unreviewed/2021/12/GHSA-x39c-h6fx-jr3f/GHSA-x39c-h6fx-jr3f.json +++ b/advisories/unreviewed/2021/12/GHSA-x39c-h6fx-jr3f/GHSA-x39c-h6fx-jr3f.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/2021/12/GHSA-x56g-74q4-x3xc/GHSA-x56g-74q4-x3xc.json b/advisories/unreviewed/2021/12/GHSA-x56g-74q4-x3xc/GHSA-x56g-74q4-x3xc.json index d3d361fe711..63154a4c240 100644 --- a/advisories/unreviewed/2021/12/GHSA-x56g-74q4-x3xc/GHSA-x56g-74q4-x3xc.json +++ b/advisories/unreviewed/2021/12/GHSA-x56g-74q4-x3xc/GHSA-x56g-74q4-x3xc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-xf3r-x9j5-vv92/GHSA-xf3r-x9j5-vv92.json b/advisories/unreviewed/2021/12/GHSA-xf3r-x9j5-vv92/GHSA-xf3r-x9j5-vv92.json index face2dcceac..274352541cd 100644 --- a/advisories/unreviewed/2021/12/GHSA-xf3r-x9j5-vv92/GHSA-xf3r-x9j5-vv92.json +++ b/advisories/unreviewed/2021/12/GHSA-xf3r-x9j5-vv92/GHSA-xf3r-x9j5-vv92.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/2021/12/GHSA-xgp6-p5fm-pgv5/GHSA-xgp6-p5fm-pgv5.json b/advisories/unreviewed/2021/12/GHSA-xgp6-p5fm-pgv5/GHSA-xgp6-p5fm-pgv5.json index 923d1d4d564..20c97ef2833 100644 --- a/advisories/unreviewed/2021/12/GHSA-xgp6-p5fm-pgv5/GHSA-xgp6-p5fm-pgv5.json +++ b/advisories/unreviewed/2021/12/GHSA-xgp6-p5fm-pgv5/GHSA-xgp6-p5fm-pgv5.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/2021/12/GHSA-xj6m-g8xh-h3xc/GHSA-xj6m-g8xh-h3xc.json b/advisories/unreviewed/2021/12/GHSA-xj6m-g8xh-h3xc/GHSA-xj6m-g8xh-h3xc.json index 5a44df32e60..b306af1fb07 100644 --- a/advisories/unreviewed/2021/12/GHSA-xj6m-g8xh-h3xc/GHSA-xj6m-g8xh-h3xc.json +++ b/advisories/unreviewed/2021/12/GHSA-xj6m-g8xh-h3xc/GHSA-xj6m-g8xh-h3xc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2021/12/GHSA-xm3w-4959-2496/GHSA-xm3w-4959-2496.json b/advisories/unreviewed/2021/12/GHSA-xm3w-4959-2496/GHSA-xm3w-4959-2496.json index 088dd725ba0..7df5f4e6b43 100644 --- a/advisories/unreviewed/2021/12/GHSA-xm3w-4959-2496/GHSA-xm3w-4959-2496.json +++ b/advisories/unreviewed/2021/12/GHSA-xm3w-4959-2496/GHSA-xm3w-4959-2496.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/01/GHSA-267q-rqmv-wvqq/GHSA-267q-rqmv-wvqq.json b/advisories/unreviewed/2022/01/GHSA-267q-rqmv-wvqq/GHSA-267q-rqmv-wvqq.json index dcb2db106d5..53bced9a34e 100644 --- a/advisories/unreviewed/2022/01/GHSA-267q-rqmv-wvqq/GHSA-267q-rqmv-wvqq.json +++ b/advisories/unreviewed/2022/01/GHSA-267q-rqmv-wvqq/GHSA-267q-rqmv-wvqq.json @@ -7,12 +7,8 @@ "CVE-2022-22868" ], "details": "Gibbon CMS v22.0.01 was discovered to contain a cross-site scripting (XSS) vulnerability, that allows attackers to inject arbitrary script via name parameters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-27h5-6x4r-4343/GHSA-27h5-6x4r-4343.json b/advisories/unreviewed/2022/01/GHSA-27h5-6x4r-4343/GHSA-27h5-6x4r-4343.json index 5818425c151..357401c1671 100644 --- a/advisories/unreviewed/2022/01/GHSA-27h5-6x4r-4343/GHSA-27h5-6x4r-4343.json +++ b/advisories/unreviewed/2022/01/GHSA-27h5-6x4r-4343/GHSA-27h5-6x4r-4343.json @@ -7,12 +7,8 @@ "CVE-2021-22819" ], "details": "A CWE-1021 Improper Restriction of Rendered UI Layers or Frames vulnerability exists that could cause unintended modifications of the product settings or user accounts when deceiving the user to use the web interface rendered within iframes. Affected Products: EVlink City EVC1S22P4 / EVC1S7P4 (All versions prior to R8 V3.4.0.2 ), EVlink Parking EVW2 / EVF2 / EVP2PE (All versions prior to R8 V3.4.0.2), and EVlink Smart Wallbox EVB1A (All versions prior to R8 V3.4.0.2)", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-2c5p-55qj-5p58/GHSA-2c5p-55qj-5p58.json b/advisories/unreviewed/2022/01/GHSA-2c5p-55qj-5p58/GHSA-2c5p-55qj-5p58.json index d04a29d969c..f73337867a7 100644 --- a/advisories/unreviewed/2022/01/GHSA-2c5p-55qj-5p58/GHSA-2c5p-55qj-5p58.json +++ b/advisories/unreviewed/2022/01/GHSA-2c5p-55qj-5p58/GHSA-2c5p-55qj-5p58.json @@ -7,12 +7,8 @@ "CVE-2021-22820" ], "details": "A CWE-614 Insufficient Session Expiration vulnerability exists that could allow an attacker to maintain an unauthorized access over a hijacked session to the charger station web server even after the legitimate user account holder has changed his password. Affected Products: EVlink City EVC1S22P4 / EVC1S7P4 (All versions prior to R8 V3.4.0.2 ), EVlink Parking EVW2 / EVF2 / EVP2PE (All versions prior to R8 V3.4.0.2), and EVlink Smart Wallbox EVB1A (All versions prior to R8 V3.4.0.2)", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-2vgr-c24v-3xf3/GHSA-2vgr-c24v-3xf3.json b/advisories/unreviewed/2022/01/GHSA-2vgr-c24v-3xf3/GHSA-2vgr-c24v-3xf3.json index 976fa68c6f0..6f6e4d3d8e3 100644 --- a/advisories/unreviewed/2022/01/GHSA-2vgr-c24v-3xf3/GHSA-2vgr-c24v-3xf3.json +++ b/advisories/unreviewed/2022/01/GHSA-2vgr-c24v-3xf3/GHSA-2vgr-c24v-3xf3.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/01/GHSA-3jm6-hp27-2j48/GHSA-3jm6-hp27-2j48.json b/advisories/unreviewed/2022/01/GHSA-3jm6-hp27-2j48/GHSA-3jm6-hp27-2j48.json index 72fccace7ff..746f81a8fd4 100644 --- a/advisories/unreviewed/2022/01/GHSA-3jm6-hp27-2j48/GHSA-3jm6-hp27-2j48.json +++ b/advisories/unreviewed/2022/01/GHSA-3jm6-hp27-2j48/GHSA-3jm6-hp27-2j48.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/01/GHSA-3q6r-ghxh-24g9/GHSA-3q6r-ghxh-24g9.json b/advisories/unreviewed/2022/01/GHSA-3q6r-ghxh-24g9/GHSA-3q6r-ghxh-24g9.json index 1f997101a0f..6b8c3f9d476 100644 --- a/advisories/unreviewed/2022/01/GHSA-3q6r-ghxh-24g9/GHSA-3q6r-ghxh-24g9.json +++ b/advisories/unreviewed/2022/01/GHSA-3q6r-ghxh-24g9/GHSA-3q6r-ghxh-24g9.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/01/GHSA-3qqv-wmpg-38v7/GHSA-3qqv-wmpg-38v7.json b/advisories/unreviewed/2022/01/GHSA-3qqv-wmpg-38v7/GHSA-3qqv-wmpg-38v7.json index 1fa14e9a759..a5058af58ad 100644 --- a/advisories/unreviewed/2022/01/GHSA-3qqv-wmpg-38v7/GHSA-3qqv-wmpg-38v7.json +++ b/advisories/unreviewed/2022/01/GHSA-3qqv-wmpg-38v7/GHSA-3qqv-wmpg-38v7.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/01/GHSA-3w42-xvwv-qc2q/GHSA-3w42-xvwv-qc2q.json b/advisories/unreviewed/2022/01/GHSA-3w42-xvwv-qc2q/GHSA-3w42-xvwv-qc2q.json index 9b5f6331e86..d720335ec31 100644 --- a/advisories/unreviewed/2022/01/GHSA-3w42-xvwv-qc2q/GHSA-3w42-xvwv-qc2q.json +++ b/advisories/unreviewed/2022/01/GHSA-3w42-xvwv-qc2q/GHSA-3w42-xvwv-qc2q.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/01/GHSA-3x57-7r9m-7xwv/GHSA-3x57-7r9m-7xwv.json b/advisories/unreviewed/2022/01/GHSA-3x57-7r9m-7xwv/GHSA-3x57-7r9m-7xwv.json index bdab504070e..27ba39adf9a 100644 --- a/advisories/unreviewed/2022/01/GHSA-3x57-7r9m-7xwv/GHSA-3x57-7r9m-7xwv.json +++ b/advisories/unreviewed/2022/01/GHSA-3x57-7r9m-7xwv/GHSA-3x57-7r9m-7xwv.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/01/GHSA-4cjc-5mhc-fw55/GHSA-4cjc-5mhc-fw55.json b/advisories/unreviewed/2022/01/GHSA-4cjc-5mhc-fw55/GHSA-4cjc-5mhc-fw55.json index 9a7c845e3c6..0032fe3bae7 100644 --- a/advisories/unreviewed/2022/01/GHSA-4cjc-5mhc-fw55/GHSA-4cjc-5mhc-fw55.json +++ b/advisories/unreviewed/2022/01/GHSA-4cjc-5mhc-fw55/GHSA-4cjc-5mhc-fw55.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/01/GHSA-4fw8-6hp7-5whp/GHSA-4fw8-6hp7-5whp.json b/advisories/unreviewed/2022/01/GHSA-4fw8-6hp7-5whp/GHSA-4fw8-6hp7-5whp.json index a10c02a0380..79c98a34dea 100644 --- a/advisories/unreviewed/2022/01/GHSA-4fw8-6hp7-5whp/GHSA-4fw8-6hp7-5whp.json +++ b/advisories/unreviewed/2022/01/GHSA-4fw8-6hp7-5whp/GHSA-4fw8-6hp7-5whp.json @@ -7,12 +7,8 @@ "CVE-2022-22919" ], "details": "Adenza AxiomSL ControllerView through 10.8.1 allows redirection for SSO login URLs.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-4x8v-5q76-ppwc/GHSA-4x8v-5q76-ppwc.json b/advisories/unreviewed/2022/01/GHSA-4x8v-5q76-ppwc/GHSA-4x8v-5q76-ppwc.json index 5bfe5a0db96..d16fede15ad 100644 --- a/advisories/unreviewed/2022/01/GHSA-4x8v-5q76-ppwc/GHSA-4x8v-5q76-ppwc.json +++ b/advisories/unreviewed/2022/01/GHSA-4x8v-5q76-ppwc/GHSA-4x8v-5q76-ppwc.json @@ -7,12 +7,8 @@ "CVE-2021-42791" ], "details": "An issue was discovered in VeridiumID VeridiumAD 2.5.3.0. The HTTP request to trigger push notifications for VeridiumAD enrolled users does not enforce proper access control. A user can trigger push notifications for any other user. The text contained in the push notification can also be modified. If a user who receives the notification accepts it, then the user who triggered the notification can obtain the accepting user's login certificate.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-63hq-456x-7wc8/GHSA-63hq-456x-7wc8.json b/advisories/unreviewed/2022/01/GHSA-63hq-456x-7wc8/GHSA-63hq-456x-7wc8.json index 4212b0c3ccd..37e197634ab 100644 --- a/advisories/unreviewed/2022/01/GHSA-63hq-456x-7wc8/GHSA-63hq-456x-7wc8.json +++ b/advisories/unreviewed/2022/01/GHSA-63hq-456x-7wc8/GHSA-63hq-456x-7wc8.json @@ -7,12 +7,8 @@ "CVE-2021-23863" ], "details": "HTML code injection vulnerability in Android Application, Bosch Video Security, version 3.2.3. or earlier, when successfully exploited allows an attacker to inject random HTML code into a component loaded by WebView, thus allowing the Application to display web resources controlled by the attacker.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-6pr6-8hpw-j459/GHSA-6pr6-8hpw-j459.json b/advisories/unreviewed/2022/01/GHSA-6pr6-8hpw-j459/GHSA-6pr6-8hpw-j459.json index 04595419eb3..964c18a5ddf 100644 --- a/advisories/unreviewed/2022/01/GHSA-6pr6-8hpw-j459/GHSA-6pr6-8hpw-j459.json +++ b/advisories/unreviewed/2022/01/GHSA-6pr6-8hpw-j459/GHSA-6pr6-8hpw-j459.json @@ -7,12 +7,8 @@ "CVE-2021-22814" ], "details": "A CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability exists which could cause arbritrary script execution when a malicious file is read and displayed. Affected Products: 1-Phase Uninterruptible Power Supply (UPS) using NMC2 including Smart-UPS, Symmetra, and Galaxy 3500 with Network Management Card 2 (NMC2): AP9630/AP9630CH/AP9630J, AP9631/AP9631CH/AP9631J, AP9635/AP9635J (NMC2 AOS V6.9.8 and earlier), 3-Phase Uninterruptible Power Supply (UPS) using NMC2 including Symmetra PX 250/500 (SYPX) Network Management Card 2 (NMC2): AP9630/AP9630CH/AP9630J, AP9631/AP9631CH/AP9631J, AP9635/AP9635J (NMC2 AOS V6.9.6 and earlier), 3-Phase Uninterruptible Power Supply (UPS) using NMC2 including Symmetra PX 48/96/100/160 kW UPS (PX2), Symmetra PX 20/40 kW UPS (SY3P), Gutor (SXW, GVX), and Galaxy (GVMTS, GVMSA, GVXTS, GVXSA, G7K, GFC, G9KCHU): AP9630/AP9630CH/AP9630J, AP9631/AP9631CH/AP9631J, AP9635/AP9635CH (NMC2 AOS V6.9.6 and earlier), 1-Phase Uninterruptible Power Supply (UPS) using NMC3 including Smart-UPS, Symmetra, and Galaxy 3500 with Network Management Card 3 (NMC3): AP9640/AP9640J, AP9641/AP9641J, AP9643/AP9643J (NMC3 AOS V1.4.2.1 and earlier), APC Rack Power Distribution Units (PDU) using NMC2 2G Metered/Switched Rack PDUs with embedded NMC2: AP84XX, AP86XX, AP88XX, AP89XX (NMC2 AOS V6.9.6 and earlier), APC Rack Power Distribution Units (PDU) using NMC3 2G Metered/Switched Rack PDUs with embedded NMC3: APDU99xx (NMC3 AOS V1.4.0 and earlier), APC 3-Phase Power Distribution Products using NMC2 Galaxy RPP: GRPPIP2X84 (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 (NMC2) for InfraStruxure 150 kVA PDU with 84 Poles (X84P): PDPB150G6F (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 for InfraStruxure 40/60kVA PDU (XPDU) PD40G6FK1-M, PD40F6FK1-M, PD40L6FK1-M, PDRPPNX10 M,PD60G6FK1, PD60F6FK1, PD60L6FK1, PDRPPNX10, PD40E5EK20-M, PD40H5EK20-M (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 for Modular 150/175kVA PDU (XRDP): PDPM150G6F, PDPM150L6F, PDPM175G6H (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 for 400 and 500 kVA (PMM): PMM400-ALA, PMM400-ALAX, PMM400-CUB, PMM500-ALA, PMM500-ALAX, PMM500-CUB (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 for Modular PDU (XRDP2G): PDPM72F-5U, PDPM138H-5U, PDPM144F, PDPM138H-R, PDPM277H, PDPM288G6H (NMC2 AOS V6.9.6 and earlier), Rack Automatic Transfer Switches (ATS) Embedded NMC2: Rack Automatic Transfer Switches - AP44XX (ATS4G) (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 (NMC2) Cooling Products: InRow Cooling for series ACRP5xx, ACRP1xx, ACRD5xx, and ACRC5xx SKUs (ACRP2G), InRow Cooling for series ACRC10x SKUs (RC10X2G), InRow Cooling for series ACRD6xx and ACRC6xx SKUs (ACRD2G), InRow Cooling Display for series ACRD3xx (ACRC2G), InRow Cooling for series ACSC1xx SKUs (SC2G), InRow Cooling for series ACRD1xx and ACRD2xx (ACRPTK2G), Ecoflair IAEC25/50 Air Economizer Display (EB2G), Uniflair SP UCF0481I, UCF0341I (UNFLRSP), Uniflair LE DX Perimeter Cooling Display for SKUs: IDAV, IDEV, IDWV, IUAV, IUEV, IUWV, IXAV, IXEV, IXWV, LDAV, LDEV, and LDWV (LEDX2G), Refrigerant Distribution Unit: ACDA9xx (RDU) (NMC2 AOS V6.9.6 and earlier), Environmental Monitoring Unit with embedded NMC2 (NB250): NetBotz NBRK0250 (NMC2 AOS V6.9.6 and earlier), and Network Management Card 2 (NMC2): AP9922 Battery Management System (BM4) (NMC2 AOS V6.9.6 and earlier)", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-7m5r-wr25-fvwc/GHSA-7m5r-wr25-fvwc.json b/advisories/unreviewed/2022/01/GHSA-7m5r-wr25-fvwc/GHSA-7m5r-wr25-fvwc.json index 158e3bc3a30..c567d949322 100644 --- a/advisories/unreviewed/2022/01/GHSA-7m5r-wr25-fvwc/GHSA-7m5r-wr25-fvwc.json +++ b/advisories/unreviewed/2022/01/GHSA-7m5r-wr25-fvwc/GHSA-7m5r-wr25-fvwc.json @@ -7,12 +7,8 @@ "CVE-2021-22813" ], "details": "A CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability exists that could cause arbritrary script execution when a privileged account clicks on a malicious URL specifically crafted for the NMC pointing to an edit policy file. Affected Products: 1-Phase Uninterruptible Power Supply (UPS) using NMC2 including Smart-UPS, Symmetra, and Galaxy 3500 with Network Management Card 2 (NMC2): AP9630/AP9630CH/AP9630J, AP9631/AP9631CH/AP9631J, AP9635/AP9635J (NMC2 AOS V6.9.8 and earlier), 3-Phase Uninterruptible Power Supply (UPS) using NMC2 including Symmetra PX 250/500 (SYPX) Network Management Card 2 (NMC2): AP9630/AP9630CH/AP9630J, AP9631/AP9631CH/AP9631J, AP9635/AP9635J (NMC2 AOS V6.9.6 and earlier), 3-Phase Uninterruptible Power Supply (UPS) using NMC2 including Symmetra PX 48/96/100/160 kW UPS (PX2), Symmetra PX 20/40 kW UPS (SY3P), Gutor (SXW, GVX), and Galaxy (GVMTS, GVMSA, GVXTS, GVXSA, G7K, GFC, G9KCHU): AP9630/AP9630CH/AP9630J, AP9631/AP9631CH/AP9631J, AP9635/AP9635CH (NMC2 AOS V6.9.6 and earlier), 1-Phase Uninterruptible Power Supply (UPS) using NMC3 including Smart-UPS, Symmetra, and Galaxy 3500 with Network Management Card 3 (NMC3): AP9640/AP9640J, AP9641/AP9641J, AP9643/AP9643J (NMC3 AOS V1.4.2.1 and earlier), APC Rack Power Distribution Units (PDU) using NMC2 2G Metered/Switched Rack PDUs with embedded NMC2: AP84XX, AP86XX, AP88XX, AP89XX (NMC2 AOS V6.9.6 and earlier), APC Rack Power Distribution Units (PDU) using NMC3 2G Metered/Switched Rack PDUs with embedded NMC3: APDU99xx (NMC3 AOS V1.4.0 and earlier), APC 3-Phase Power Distribution Products using NMC2 Galaxy RPP: GRPPIP2X84 (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 (NMC2) for InfraStruxure 150 kVA PDU with 84 Poles (X84P): PDPB150G6F (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 for InfraStruxure 40/60kVA PDU (XPDU) PD40G6FK1-M, PD40F6FK1-M, PD40L6FK1-M, PDRPPNX10 M,PD60G6FK1, PD60F6FK1, PD60L6FK1, PDRPPNX10, PD40E5EK20-M, PD40H5EK20-M (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 for Modular 150/175kVA PDU (XRDP): PDPM150G6F, PDPM150L6F, PDPM175G6H (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 for 400 and 500 kVA (PMM): PMM400-ALA, PMM400-ALAX, PMM400-CUB, PMM500-ALA, PMM500-ALAX, PMM500-CUB (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 for Modular PDU (XRDP2G): PDPM72F-5U, PDPM138H-5U, PDPM144F, PDPM138H-R, PDPM277H, PDPM288G6H (NMC2 AOS V6.9.6 and earlier), Rack Automatic Transfer Switches (ATS) Embedded NMC2: Rack Automatic Transfer Switches - AP44XX (ATS4G) (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 (NMC2) Cooling Products: InRow Cooling for series ACRP5xx, ACRP1xx, ACRD5xx, and ACRC5xx SKUs (ACRP2G), InRow Cooling for series ACRC10x SKUs (RC10X2G), InRow Cooling for series ACRD6xx and ACRC6xx SKUs (ACRD2G), InRow Cooling Display for series ACRD3xx (ACRC2G), InRow Cooling for series ACSC1xx SKUs (SC2G), InRow Cooling for series ACRD1xx and ACRD2xx (ACRPTK2G), Ecoflair IAEC25/50 Air Economizer Display (EB2G), Uniflair SP UCF0481I, UCF0341I (UNFLRSP), Uniflair LE DX Perimeter Cooling Display for SKUs: IDAV, IDEV, IDWV, IUAV, IUEV, IUWV, IXAV, IXEV, IXWV, LDAV, LDEV, and LDWV (LEDX2G), Refrigerant Distribution Unit: ACDA9xx (RDU) (NMC2 AOS V6.9.6 and earlier), Environmental Monitoring Unit with embedded NMC2 (NB250): NetBotz NBRK0250 (NMC2 AOS V6.9.6 and earlier), and Network Management Card 2 (NMC2): AP9922 Battery Management System (BM4) (NMC2 AOS V6.9.6 and earlier)", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-7q5c-gm5x-mj54/GHSA-7q5c-gm5x-mj54.json b/advisories/unreviewed/2022/01/GHSA-7q5c-gm5x-mj54/GHSA-7q5c-gm5x-mj54.json index e9bf9b6bbd5..29bec9b76cb 100644 --- a/advisories/unreviewed/2022/01/GHSA-7q5c-gm5x-mj54/GHSA-7q5c-gm5x-mj54.json +++ b/advisories/unreviewed/2022/01/GHSA-7q5c-gm5x-mj54/GHSA-7q5c-gm5x-mj54.json @@ -7,12 +7,8 @@ "CVE-2021-31567" ], "details": "Authenticated (admin+) Arbitrary File Download vulnerability discovered in Download Monitor WordPress plugin (versions <= 4.4.6). The plugin allows arbitrary files, including sensitive configuration files such as wp-config.php, to be downloaded via the &downloadable_file_urls[0] parameter data. It's also possible to escape from the web server home directory and download any file within the OS.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-8frv-q5f8-46jf/GHSA-8frv-q5f8-46jf.json b/advisories/unreviewed/2022/01/GHSA-8frv-q5f8-46jf/GHSA-8frv-q5f8-46jf.json index 98a2d471b23..8d5f165720c 100644 --- a/advisories/unreviewed/2022/01/GHSA-8frv-q5f8-46jf/GHSA-8frv-q5f8-46jf.json +++ b/advisories/unreviewed/2022/01/GHSA-8frv-q5f8-46jf/GHSA-8frv-q5f8-46jf.json @@ -7,12 +7,8 @@ "CVE-2022-24071" ], "details": "A Built-in extension in Whale browser before 3.12.129.46 allows attackers to compromise the rendering process which could lead to controlling browser internal APIs.", - "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/01/GHSA-c776-rv55-q779/GHSA-c776-rv55-q779.json b/advisories/unreviewed/2022/01/GHSA-c776-rv55-q779/GHSA-c776-rv55-q779.json index acdb973bd7a..995b8ec7c05 100644 --- a/advisories/unreviewed/2022/01/GHSA-c776-rv55-q779/GHSA-c776-rv55-q779.json +++ b/advisories/unreviewed/2022/01/GHSA-c776-rv55-q779/GHSA-c776-rv55-q779.json @@ -7,12 +7,8 @@ "CVE-2021-40340" ], "details": "Information Exposure vulnerability in Hitachi Energy LinkOne application, due to a misconfiguration in the ASP server exposes server and ASP.net information, an attacker that manages to exploit this vulnerability can use the exposed information as a reconnaissance for further exploitation. This issue affects: Hitachi Energy LinkOne 3.20; 3.22; 3.23; 3.24; 3.25; 3.26.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-crgx-28x2-6m7q/GHSA-crgx-28x2-6m7q.json b/advisories/unreviewed/2022/01/GHSA-crgx-28x2-6m7q/GHSA-crgx-28x2-6m7q.json index c9c2f7972f1..a034a79b5d7 100644 --- a/advisories/unreviewed/2022/01/GHSA-crgx-28x2-6m7q/GHSA-crgx-28x2-6m7q.json +++ b/advisories/unreviewed/2022/01/GHSA-crgx-28x2-6m7q/GHSA-crgx-28x2-6m7q.json @@ -7,12 +7,8 @@ "CVE-2021-22811" ], "details": "A CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability exists that could cause script execution when the request of a privileged account accessing the vulnerable web page is intercepted. Affected Products: 1-Phase Uninterruptible Power Supply (UPS) using NMC2 including Smart-UPS, Symmetra, and Galaxy 3500 with Network Management Card 2 (NMC2): AP9630/AP9630CH/AP9630J, AP9631/AP9631CH/AP9631J, AP9635/AP9635J (NMC2 AOS V6.9.8 and earlier), 3-Phase Uninterruptible Power Supply (UPS) using NMC2 including Symmetra PX 250/500 (SYPX) Network Management Card 2 (NMC2): AP9630/AP9630CH/AP9630J, AP9631/AP9631CH/AP9631J, AP9635/AP9635J (NMC2 AOS V6.9.6 and earlier), 3-Phase Uninterruptible Power Supply (UPS) using NMC2 including Symmetra PX 48/96/100/160 kW UPS (PX2), Symmetra PX 20/40 kW UPS (SY3P), Gutor (SXW, GVX), and Galaxy (GVMTS, GVMSA, GVXTS, GVXSA, G7K, GFC, G9KCHU): AP9630/AP9630CH/AP9630J, AP9631/AP9631CH/AP9631J, AP9635/AP9635CH (NMC2 AOS V6.9.6 and earlier), 1-Phase Uninterruptible Power Supply (UPS) using NMC3 including Smart-UPS, Symmetra, and Galaxy 3500 with Network Management Card 3 (NMC3): AP9640/AP9640J, AP9641/AP9641J, AP9643/AP9643J (NMC3 AOS V1.4.2.1 and earlier), APC Rack Power Distribution Units (PDU) using NMC2 2G Metered/Switched Rack PDUs with embedded NMC2: AP84XX, AP86XX, AP88XX, AP89XX (NMC2 AOS V6.9.6 and earlier), APC Rack Power Distribution Units (PDU) using NMC3 2G Metered/Switched Rack PDUs with embedded NMC3: APDU99xx (NMC3 AOS V1.4.0 and earlier), APC 3-Phase Power Distribution Products using NMC2 Galaxy RPP: GRPPIP2X84 (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 (NMC2) for InfraStruxure 150 kVA PDU with 84 Poles (X84P): PDPB150G6F (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 for InfraStruxure 40/60kVA PDU (XPDU) PD40G6FK1-M, PD40F6FK1-M, PD40L6FK1-M, PDRPPNX10 M,PD60G6FK1, PD60F6FK1, PD60L6FK1, PDRPPNX10, PD40E5EK20-M, PD40H5EK20-M (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 for Modular 150/175kVA PDU (XRDP): PDPM150G6F, PDPM150L6F, PDPM175G6H (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 for 400 and 500 kVA (PMM): PMM400-ALA, PMM400-ALAX, PMM400-CUB, PMM500-ALA, PMM500-ALAX, PMM500-CUB (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 for Modular PDU (XRDP2G): PDPM72F-5U, PDPM138H-5U, PDPM144F, PDPM138H-R, PDPM277H, PDPM288G6H (NMC2 AOS V6.9.6 and earlier), Rack Automatic Transfer Switches (ATS) Embedded NMC2: Rack Automatic Transfer Switches - AP44XX (ATS4G) (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 (NMC2) Cooling Products: InRow Cooling for series ACRP5xx, ACRP1xx, ACRD5xx, and ACRC5xx SKUs (ACRP2G), InRow Cooling for series ACRC10x SKUs (RC10X2G), InRow Cooling for series ACRD6xx and ACRC6xx SKUs (ACRD2G), InRow Cooling Display for series ACRD3xx (ACRC2G), InRow Cooling for series ACSC1xx SKUs (SC2G), InRow Cooling for series ACRD1xx and ACRD2xx (ACRPTK2G), Ecoflair IAEC25/50 Air Economizer Display (EB2G), Uniflair SP UCF0481I, UCF0341I (UNFLRSP), Uniflair LE DX Perimeter Cooling Display for SKUs: IDAV, IDEV, IDWV, IUAV, IUEV, IUWV, IXAV, IXEV, IXWV, LDAV, LDEV, and LDWV (LEDX2G), Refrigerant Distribution Unit: ACDA9xx (RDU) (NMC2 AOS V6.9.6 and earlier), Environmental Monitoring Unit with embedded NMC2 (NB250): NetBotz NBRK0250 (NMC2 AOS V6.9.6 and earlier), and Network Management Card 2 (NMC2): AP9922 Battery Management System (BM4) (NMC2 AOS V6.9.6 and earlier)", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-f68h-xxfw-9xqv/GHSA-f68h-xxfw-9xqv.json b/advisories/unreviewed/2022/01/GHSA-f68h-xxfw-9xqv/GHSA-f68h-xxfw-9xqv.json index 7465a948faa..bf4eb696834 100644 --- a/advisories/unreviewed/2022/01/GHSA-f68h-xxfw-9xqv/GHSA-f68h-xxfw-9xqv.json +++ b/advisories/unreviewed/2022/01/GHSA-f68h-xxfw-9xqv/GHSA-f68h-xxfw-9xqv.json @@ -7,12 +7,8 @@ "CVE-2021-34073" ], "details": "A Cross Site Scripting (XSS) vulnerabilty exists in Sourcecodester Gadget Works Online Ordering System in PHP/MySQLi 1.0 via the Category parameter in an add function in category/index.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-fgfr-mpqv-pfv7/GHSA-fgfr-mpqv-pfv7.json b/advisories/unreviewed/2022/01/GHSA-fgfr-mpqv-pfv7/GHSA-fgfr-mpqv-pfv7.json index 8a6e67c5917..de1fdbbc8ea 100644 --- a/advisories/unreviewed/2022/01/GHSA-fgfr-mpqv-pfv7/GHSA-fgfr-mpqv-pfv7.json +++ b/advisories/unreviewed/2022/01/GHSA-fgfr-mpqv-pfv7/GHSA-fgfr-mpqv-pfv7.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/01/GHSA-g234-r5wx-qx69/GHSA-g234-r5wx-qx69.json b/advisories/unreviewed/2022/01/GHSA-g234-r5wx-qx69/GHSA-g234-r5wx-qx69.json index 362cb93181b..9505071f19e 100644 --- a/advisories/unreviewed/2022/01/GHSA-g234-r5wx-qx69/GHSA-g234-r5wx-qx69.json +++ b/advisories/unreviewed/2022/01/GHSA-g234-r5wx-qx69/GHSA-g234-r5wx-qx69.json @@ -7,12 +7,8 @@ "CVE-2021-22818" ], "details": "A CWE-307 Improper Restriction of Excessive Authentication Attempts vulnerability exists that could allow an attacker to gain unauthorized access to the charging station web interface by performing brute force attacks. Affected Products: EVlink City EVC1S22P4 / EVC1S7P4 (All versions prior to R8 V3.4.0.2 ), EVlink Parking EVW2 / EVF2 / EVP2PE (All versions prior to R8 V3.4.0.2), and EVlink Smart Wallbox EVB1A (All versions prior to R8 V3.4.0.2)", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-g39c-3xf9-vjph/GHSA-g39c-3xf9-vjph.json b/advisories/unreviewed/2022/01/GHSA-g39c-3xf9-vjph/GHSA-g39c-3xf9-vjph.json index 0d23e1c6a32..a9f1a569c6b 100644 --- a/advisories/unreviewed/2022/01/GHSA-g39c-3xf9-vjph/GHSA-g39c-3xf9-vjph.json +++ b/advisories/unreviewed/2022/01/GHSA-g39c-3xf9-vjph/GHSA-g39c-3xf9-vjph.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/01/GHSA-gm4h-pwxv-92fp/GHSA-gm4h-pwxv-92fp.json b/advisories/unreviewed/2022/01/GHSA-gm4h-pwxv-92fp/GHSA-gm4h-pwxv-92fp.json index e3b14d5a9cb..dea69d9d538 100644 --- a/advisories/unreviewed/2022/01/GHSA-gm4h-pwxv-92fp/GHSA-gm4h-pwxv-92fp.json +++ b/advisories/unreviewed/2022/01/GHSA-gm4h-pwxv-92fp/GHSA-gm4h-pwxv-92fp.json @@ -7,12 +7,8 @@ "CVE-2021-45898" ], "details": "SuiteCRM before 7.12.3 and 8.x before 8.0.2 allows local file inclusion.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/01/GHSA-gx8q-f4px-p448/GHSA-gx8q-f4px-p448.json b/advisories/unreviewed/2022/01/GHSA-gx8q-f4px-p448/GHSA-gx8q-f4px-p448.json index 743ab7fd830..75fa4393bb9 100644 --- a/advisories/unreviewed/2022/01/GHSA-gx8q-f4px-p448/GHSA-gx8q-f4px-p448.json +++ b/advisories/unreviewed/2022/01/GHSA-gx8q-f4px-p448/GHSA-gx8q-f4px-p448.json @@ -7,12 +7,8 @@ "CVE-2021-22809" ], "details": "A CWE-125:Out-of-Bounds Read vulnerability exists that could cause unintended data disclosure when a malicious *.gd1 configuration file is loaded into the GUIcon tool. Affected Product: Eurotherm by Schneider Electric GUIcon Version 2.0 (Build 683.003) and prior", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-h3w9-267q-297p/GHSA-h3w9-267q-297p.json b/advisories/unreviewed/2022/01/GHSA-h3w9-267q-297p/GHSA-h3w9-267q-297p.json index 3345768e83b..adfcd55655e 100644 --- a/advisories/unreviewed/2022/01/GHSA-h3w9-267q-297p/GHSA-h3w9-267q-297p.json +++ b/advisories/unreviewed/2022/01/GHSA-h3w9-267q-297p/GHSA-h3w9-267q-297p.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/01/GHSA-h572-23qr-5763/GHSA-h572-23qr-5763.json b/advisories/unreviewed/2022/01/GHSA-h572-23qr-5763/GHSA-h572-23qr-5763.json index 95b638e37ce..273d6f9c1b2 100644 --- a/advisories/unreviewed/2022/01/GHSA-h572-23qr-5763/GHSA-h572-23qr-5763.json +++ b/advisories/unreviewed/2022/01/GHSA-h572-23qr-5763/GHSA-h572-23qr-5763.json @@ -7,12 +7,8 @@ "CVE-2021-22799" ], "details": "A CWE-331: Insufficient Entropy vulnerability exists that could cause unintended connection from an internal network to an external network when an attacker manages to decrypt the SESU proxy password from the registry. Affected Product: Schneider Electric Software Update, V2.3.0 through V2.5.1", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-hgrg-c42g-vhwp/GHSA-hgrg-c42g-vhwp.json b/advisories/unreviewed/2022/01/GHSA-hgrg-c42g-vhwp/GHSA-hgrg-c42g-vhwp.json index d7d0249db02..06a52515e4c 100644 --- a/advisories/unreviewed/2022/01/GHSA-hgrg-c42g-vhwp/GHSA-hgrg-c42g-vhwp.json +++ b/advisories/unreviewed/2022/01/GHSA-hgrg-c42g-vhwp/GHSA-hgrg-c42g-vhwp.json @@ -7,12 +7,8 @@ "CVE-2021-22807" ], "details": "A CWE-787: Out-of-bounds Write vulnerability exists that could cause arbitrary code execution when a malicious *.gd1 configuration file is loaded into the GUIcon tool. Affected Product: Eurotherm by Schneider Electric GUIcon Version 2.0 (Build 683.003) and prior", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-hpgh-p2hm-xrpr/GHSA-hpgh-p2hm-xrpr.json b/advisories/unreviewed/2022/01/GHSA-hpgh-p2hm-xrpr/GHSA-hpgh-p2hm-xrpr.json index ac5993425c1..3c95451476d 100644 --- a/advisories/unreviewed/2022/01/GHSA-hpgh-p2hm-xrpr/GHSA-hpgh-p2hm-xrpr.json +++ b/advisories/unreviewed/2022/01/GHSA-hpgh-p2hm-xrpr/GHSA-hpgh-p2hm-xrpr.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", @@ -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/01/GHSA-jvph-7chh-mvh9/GHSA-jvph-7chh-mvh9.json b/advisories/unreviewed/2022/01/GHSA-jvph-7chh-mvh9/GHSA-jvph-7chh-mvh9.json index ffb637264a1..138c7df22f0 100644 --- a/advisories/unreviewed/2022/01/GHSA-jvph-7chh-mvh9/GHSA-jvph-7chh-mvh9.json +++ b/advisories/unreviewed/2022/01/GHSA-jvph-7chh-mvh9/GHSA-jvph-7chh-mvh9.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/01/GHSA-jx6q-6477-j7q5/GHSA-jx6q-6477-j7q5.json b/advisories/unreviewed/2022/01/GHSA-jx6q-6477-j7q5/GHSA-jx6q-6477-j7q5.json index bf6de9275f9..32b2e5c0cea 100644 --- a/advisories/unreviewed/2022/01/GHSA-jx6q-6477-j7q5/GHSA-jx6q-6477-j7q5.json +++ b/advisories/unreviewed/2022/01/GHSA-jx6q-6477-j7q5/GHSA-jx6q-6477-j7q5.json @@ -7,12 +7,8 @@ "CVE-2021-41609" ], "details": "SQL injection in the ID parameter of the UploadedImageDisplay.aspx endpoint of SelectSurvey.NET before 5.052.000 allows a remote, unauthenticated attacker to retrieve data from the application's backend database via boolean-based blind and UNION injection.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-mfxr-wxm4-4j5r/GHSA-mfxr-wxm4-4j5r.json b/advisories/unreviewed/2022/01/GHSA-mfxr-wxm4-4j5r/GHSA-mfxr-wxm4-4j5r.json index 8d81b5bacfd..9e3c57b29de 100644 --- a/advisories/unreviewed/2022/01/GHSA-mfxr-wxm4-4j5r/GHSA-mfxr-wxm4-4j5r.json +++ b/advisories/unreviewed/2022/01/GHSA-mfxr-wxm4-4j5r/GHSA-mfxr-wxm4-4j5r.json @@ -7,12 +7,8 @@ "CVE-2021-22825" ], "details": "A CWE-200: Exposure of Sensitive Information to an Unauthorized Actor vulnerability exists that could allow an attacker to access the system with elevated privileges when a privileged account clicks on a malicious URL that compromises the security token. Affected Products: AP7xxxx and AP8xxx with NMC2 (V6.9.6 or earlier), AP7xxx and AP8xxx with NMC3 (V1.1.0.3 or earlier), and APDU9xxx with NMC3 (V1.0.0.28 or earlier)", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-p2hq-x27f-8mx5/GHSA-p2hq-x27f-8mx5.json b/advisories/unreviewed/2022/01/GHSA-p2hq-x27f-8mx5/GHSA-p2hq-x27f-8mx5.json index ad02148fb70..f9e0db14b85 100644 --- a/advisories/unreviewed/2022/01/GHSA-p2hq-x27f-8mx5/GHSA-p2hq-x27f-8mx5.json +++ b/advisories/unreviewed/2022/01/GHSA-p2hq-x27f-8mx5/GHSA-p2hq-x27f-8mx5.json @@ -7,12 +7,8 @@ "CVE-2021-46660" ], "details": "Signiant Manager+Agents before 15.1 allows XML External Entity (XXE) attacks.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-pf5r-8q35-xv4w/GHSA-pf5r-8q35-xv4w.json b/advisories/unreviewed/2022/01/GHSA-pf5r-8q35-xv4w/GHSA-pf5r-8q35-xv4w.json index 0485099e970..bf23b12f7ae 100644 --- a/advisories/unreviewed/2022/01/GHSA-pf5r-8q35-xv4w/GHSA-pf5r-8q35-xv4w.json +++ b/advisories/unreviewed/2022/01/GHSA-pf5r-8q35-xv4w/GHSA-pf5r-8q35-xv4w.json @@ -7,12 +7,8 @@ "CVE-2021-27654" ], "details": "Forgotten password reset functionality for local accounts can be used to bypass local authentication checks.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-pv9w-h33g-7w3x/GHSA-pv9w-h33g-7w3x.json b/advisories/unreviewed/2022/01/GHSA-pv9w-h33g-7w3x/GHSA-pv9w-h33g-7w3x.json index 8f34be5f17b..c1923b34ea7 100644 --- a/advisories/unreviewed/2022/01/GHSA-pv9w-h33g-7w3x/GHSA-pv9w-h33g-7w3x.json +++ b/advisories/unreviewed/2022/01/GHSA-pv9w-h33g-7w3x/GHSA-pv9w-h33g-7w3x.json @@ -7,12 +7,8 @@ "CVE-2021-45899" ], "details": "SuiteCRM before 7.12.3 and 8.x before 8.0.2 allows PHAR deserialization that can lead to remote code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-q2c2-fqwq-hxfx/GHSA-q2c2-fqwq-hxfx.json b/advisories/unreviewed/2022/01/GHSA-q2c2-fqwq-hxfx/GHSA-q2c2-fqwq-hxfx.json index 45a5e0fd5be..4b15d97c52b 100644 --- a/advisories/unreviewed/2022/01/GHSA-q2c2-fqwq-hxfx/GHSA-q2c2-fqwq-hxfx.json +++ b/advisories/unreviewed/2022/01/GHSA-q2c2-fqwq-hxfx/GHSA-q2c2-fqwq-hxfx.json @@ -7,12 +7,8 @@ "CVE-2021-22812" ], "details": "A CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability exists that could cause arbritrary script execution when a privileged account clicks on a malicious URL specifically crafted for the NMC. Affected Products: 1-Phase Uninterruptible Power Supply (UPS) using NMC2 including Smart-UPS, Symmetra, and Galaxy 3500 with Network Management Card 2 (NMC2): AP9630/AP9630CH/AP9630J, AP9631/AP9631CH/AP9631J, AP9635/AP9635J (NMC2 AOS V6.9.8 and earlier), 3-Phase Uninterruptible Power Supply (UPS) using NMC2 including Symmetra PX 250/500 (SYPX) Network Management Card 2 (NMC2): AP9630/AP9630CH/AP9630J, AP9631/AP9631CH/AP9631J, AP9635/AP9635J (NMC2 AOS V6.9.6 and earlier), 3-Phase Uninterruptible Power Supply (UPS) using NMC2 including Symmetra PX 48/96/100/160 kW UPS (PX2), Symmetra PX 20/40 kW UPS (SY3P), Gutor (SXW, GVX), and Galaxy (GVMTS, GVMSA, GVXTS, GVXSA, G7K, GFC, G9KCHU): AP9630/AP9630CH/AP9630J, AP9631/AP9631CH/AP9631J, AP9635/AP9635CH (NMC2 AOS V6.9.6 and earlier), 1-Phase Uninterruptible Power Supply (UPS) using NMC3 including Smart-UPS, Symmetra, and Galaxy 3500 with Network Management Card 3 (NMC3): AP9640/AP9640J, AP9641/AP9641J, AP9643/AP9643J (NMC3 AOS V1.4.2.1 and earlier), APC Rack Power Distribution Units (PDU) using NMC2 2G Metered/Switched Rack PDUs with embedded NMC2: AP84XX, AP86XX, AP88XX, AP89XX (NMC2 AOS V6.9.6 and earlier), APC Rack Power Distribution Units (PDU) using NMC3 2G Metered/Switched Rack PDUs with embedded NMC3: APDU99xx (NMC3 AOS V1.4.0 and earlier), APC 3-Phase Power Distribution Products using NMC2 Galaxy RPP: GRPPIP2X84 (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 (NMC2) for InfraStruxure 150 kVA PDU with 84 Poles (X84P): PDPB150G6F (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 for InfraStruxure 40/60kVA PDU (XPDU) PD40G6FK1-M, PD40F6FK1-M, PD40L6FK1-M, PDRPPNX10 M,PD60G6FK1, PD60F6FK1, PD60L6FK1, PDRPPNX10, PD40E5EK20-M, PD40H5EK20-M (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 for Modular 150/175kVA PDU (XRDP): PDPM150G6F, PDPM150L6F, PDPM175G6H (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 for 400 and 500 kVA (PMM): PMM400-ALA, PMM400-ALAX, PMM400-CUB, PMM500-ALA, PMM500-ALAX, PMM500-CUB (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 for Modular PDU (XRDP2G): PDPM72F-5U, PDPM138H-5U, PDPM144F, PDPM138H-R, PDPM277H, PDPM288G6H (NMC2 AOS V6.9.6 and earlier), Rack Automatic Transfer Switches (ATS) Embedded NMC2: Rack Automatic Transfer Switches - AP44XX (ATS4G) (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 (NMC2) Cooling Products: InRow Cooling for series ACRP5xx, ACRP1xx, ACRD5xx, and ACRC5xx SKUs (ACRP2G), InRow Cooling for series ACRC10x SKUs (RC10X2G), InRow Cooling for series ACRD6xx and ACRC6xx SKUs (ACRD2G), InRow Cooling Display for series ACRD3xx (ACRC2G), InRow Cooling for series ACSC1xx SKUs (SC2G), InRow Cooling for series ACRD1xx and ACRD2xx (ACRPTK2G), Ecoflair IAEC25/50 Air Economizer Display (EB2G), Uniflair SP UCF0481I, UCF0341I (UNFLRSP), Uniflair LE DX Perimeter Cooling Display for SKUs: IDAV, IDEV, IDWV, IUAV, IUEV, IUWV, IXAV, IXEV, IXWV, LDAV, LDEV, and LDWV (LEDX2G), Refrigerant Distribution Unit: ACDA9xx (RDU) (NMC2 AOS V6.9.6 and earlier), Environmental Monitoring Unit with embedded NMC2 (NB250): NetBotz NBRK0250 (NMC2 AOS V6.9.6 and earlier), and Network Management Card 2 (NMC2): AP9922 Battery Management System (BM4) (NMC2 AOS V6.9.6 and earlier)", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-q4pw-hphq-p8qf/GHSA-q4pw-hphq-p8qf.json b/advisories/unreviewed/2022/01/GHSA-q4pw-hphq-p8qf/GHSA-q4pw-hphq-p8qf.json index 847c2b96d5e..7e79e3b9033 100644 --- a/advisories/unreviewed/2022/01/GHSA-q4pw-hphq-p8qf/GHSA-q4pw-hphq-p8qf.json +++ b/advisories/unreviewed/2022/01/GHSA-q4pw-hphq-p8qf/GHSA-q4pw-hphq-p8qf.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/01/GHSA-q54x-hj9c-4x2v/GHSA-q54x-hj9c-4x2v.json b/advisories/unreviewed/2022/01/GHSA-q54x-hj9c-4x2v/GHSA-q54x-hj9c-4x2v.json index dbc9eedfc67..dc3e0c67cb4 100644 --- a/advisories/unreviewed/2022/01/GHSA-q54x-hj9c-4x2v/GHSA-q54x-hj9c-4x2v.json +++ b/advisories/unreviewed/2022/01/GHSA-q54x-hj9c-4x2v/GHSA-q54x-hj9c-4x2v.json @@ -7,12 +7,8 @@ "CVE-2022-22294" ], "details": "A SQL injection vulnerability exists in ZFAKA<=1.43 which an attacker can use to complete SQL injection in the foreground and add a background administrator account.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-q7pf-9h4g-q875/GHSA-q7pf-9h4g-q875.json b/advisories/unreviewed/2022/01/GHSA-q7pf-9h4g-q875/GHSA-q7pf-9h4g-q875.json index 5506158a5e1..4c6963264ee 100644 --- a/advisories/unreviewed/2022/01/GHSA-q7pf-9h4g-q875/GHSA-q7pf-9h4g-q875.json +++ b/advisories/unreviewed/2022/01/GHSA-q7pf-9h4g-q875/GHSA-q7pf-9h4g-q875.json @@ -7,12 +7,8 @@ "CVE-2021-44249" ], "details": "Online Motorcycle (Bike) Rental System 1.0 is vulnerable to a Blind Time-Based SQL Injection attack within the login portal. This can lead attackers to remotely dump MySQL database credentials.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-q89c-2293-ppjp/GHSA-q89c-2293-ppjp.json b/advisories/unreviewed/2022/01/GHSA-q89c-2293-ppjp/GHSA-q89c-2293-ppjp.json index ca8019f3e2f..c3a15632248 100644 --- a/advisories/unreviewed/2022/01/GHSA-q89c-2293-ppjp/GHSA-q89c-2293-ppjp.json +++ b/advisories/unreviewed/2022/01/GHSA-q89c-2293-ppjp/GHSA-q89c-2293-ppjp.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/01/GHSA-qm5p-m3pg-gj6g/GHSA-qm5p-m3pg-gj6g.json b/advisories/unreviewed/2022/01/GHSA-qm5p-m3pg-gj6g/GHSA-qm5p-m3pg-gj6g.json index 09703e40568..cdea47b8724 100644 --- a/advisories/unreviewed/2022/01/GHSA-qm5p-m3pg-gj6g/GHSA-qm5p-m3pg-gj6g.json +++ b/advisories/unreviewed/2022/01/GHSA-qm5p-m3pg-gj6g/GHSA-qm5p-m3pg-gj6g.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/01/GHSA-qmwr-66qq-hwrh/GHSA-qmwr-66qq-hwrh.json b/advisories/unreviewed/2022/01/GHSA-qmwr-66qq-hwrh/GHSA-qmwr-66qq-hwrh.json index 544b95c1996..0440f4a5384 100644 --- a/advisories/unreviewed/2022/01/GHSA-qmwr-66qq-hwrh/GHSA-qmwr-66qq-hwrh.json +++ b/advisories/unreviewed/2022/01/GHSA-qmwr-66qq-hwrh/GHSA-qmwr-66qq-hwrh.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/01/GHSA-qpf2-w9g6-82x6/GHSA-qpf2-w9g6-82x6.json b/advisories/unreviewed/2022/01/GHSA-qpf2-w9g6-82x6/GHSA-qpf2-w9g6-82x6.json index 13cfe64c08b..4b36fa9a3cc 100644 --- a/advisories/unreviewed/2022/01/GHSA-qpf2-w9g6-82x6/GHSA-qpf2-w9g6-82x6.json +++ b/advisories/unreviewed/2022/01/GHSA-qpf2-w9g6-82x6/GHSA-qpf2-w9g6-82x6.json @@ -7,12 +7,8 @@ "CVE-2021-22810" ], "details": "A CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability exists that could cause arbritrary script execution when a privileged account clicks on a malicious URL specifically crafted for the NMC pointing to a delete policy file. Affected Products: 1-Phase Uninterruptible Power Supply (UPS) using NMC2 including Smart-UPS, Symmetra, and Galaxy 3500 with Network Management Card 2 (NMC2): AP9630/AP9630CH/AP9630J, AP9631/AP9631CH/AP9631J, AP9635/AP9635J (NMC2 AOS V6.9.8 and earlier), 3-Phase Uninterruptible Power Supply (UPS) using NMC2 including Symmetra PX 250/500 (SYPX) Network Management Card 2 (NMC2): AP9630/AP9630CH/AP9630J, AP9631/AP9631CH/AP9631J, AP9635/AP9635J (NMC2 AOS V6.9.6 and earlier), 3-Phase Uninterruptible Power Supply (UPS) using NMC2 including Symmetra PX 48/96/100/160 kW UPS (PX2), Symmetra PX 20/40 kW UPS (SY3P), Gutor (SXW, GVX), and Galaxy (GVMTS, GVMSA, GVXTS, GVXSA, G7K, GFC, G9KCHU): AP9630/AP9630CH/AP9630J, AP9631/AP9631CH/AP9631J, AP9635/AP9635CH (NMC2 AOS V6.9.6 and earlier), 1-Phase Uninterruptible Power Supply (UPS) using NMC3 including Smart-UPS, Symmetra, and Galaxy 3500 with Network Management Card 3 (NMC3): AP9640/AP9640J, AP9641/AP9641J, AP9643/AP9643J (NMC3 AOS V1.4.2.1 and earlier), APC Rack Power Distribution Units (PDU) using NMC2 2G Metered/Switched Rack PDUs with embedded NMC2: AP84XX, AP86XX, AP88XX, AP89XX (NMC2 AOS V6.9.6 and earlier), APC Rack Power Distribution Units (PDU) using NMC3 2G Metered/Switched Rack PDUs with embedded NMC3: APDU99xx (NMC3 AOS V1.4.0 and earlier), APC 3-Phase Power Distribution Products using NMC2 Galaxy RPP: GRPPIP2X84 (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 (NMC2) for InfraStruxure 150 kVA PDU with 84 Poles (X84P): PDPB150G6F (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 for InfraStruxure 40/60kVA PDU (XPDU) PD40G6FK1-M, PD40F6FK1-M, PD40L6FK1-M, PDRPPNX10 M,PD60G6FK1, PD60F6FK1, PD60L6FK1, PDRPPNX10, PD40E5EK20-M, PD40H5EK20-M (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 for Modular 150/175kVA PDU (XRDP): PDPM150G6F, PDPM150L6F, PDPM175G6H (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 for 400 and 500 kVA (PMM): PMM400-ALA, PMM400-ALAX, PMM400-CUB, PMM500-ALA, PMM500-ALAX, PMM500-CUB (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 for Modular PDU (XRDP2G): PDPM72F-5U, PDPM138H-5U, PDPM144F, PDPM138H-R, PDPM277H, PDPM288G6H (NMC2 AOS V6.9.6 and earlier), Rack Automatic Transfer Switches (ATS) Embedded NMC2: Rack Automatic Transfer Switches - AP44XX (ATS4G) (NMC2 AOS V6.9.6 and earlier), Network Management Card 2 (NMC2) Cooling Products: InRow Cooling for series ACRP5xx, ACRP1xx, ACRD5xx, and ACRC5xx SKUs (ACRP2G), InRow Cooling for series ACRC10x SKUs (RC10X2G), InRow Cooling for series ACRD6xx and ACRC6xx SKUs (ACRD2G), InRow Cooling Display for series ACRD3xx (ACRC2G), InRow Cooling for series ACSC1xx SKUs (SC2G), InRow Cooling for series ACRD1xx and ACRD2xx (ACRPTK2G), Ecoflair IAEC25/50 Air Economizer Display (EB2G), Uniflair SP UCF0481I, UCF0341I (UNFLRSP), Uniflair LE DX Perimeter Cooling Display for SKUs: IDAV, IDEV, IDWV, IUAV, IUEV, IUWV, IXAV, IXEV, IXWV, LDAV, LDEV, and LDWV (LEDX2G), Refrigerant Distribution Unit: ACDA9xx (RDU) (NMC2 AOS V6.9.6 and earlier), Environmental Monitoring Unit with embedded NMC2 (NB250): NetBotz NBRK0250 (NMC2 AOS V6.9.6 and earlier), and Network Management Card 2 (NMC2): AP9922 Battery Management System (BM4) (NMC2 AOS V6.9.6 and earlier)", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-qv9r-x3cv-cghr/GHSA-qv9r-x3cv-cghr.json b/advisories/unreviewed/2022/01/GHSA-qv9r-x3cv-cghr/GHSA-qv9r-x3cv-cghr.json index 49bbc8fa37f..db1a5b99bc2 100644 --- a/advisories/unreviewed/2022/01/GHSA-qv9r-x3cv-cghr/GHSA-qv9r-x3cv-cghr.json +++ b/advisories/unreviewed/2022/01/GHSA-qv9r-x3cv-cghr/GHSA-qv9r-x3cv-cghr.json @@ -7,12 +7,8 @@ "CVE-2021-40339" ], "details": "Configuration vulnerability in Hitachi Energy LinkOne application due to the lack of HTTP Headers, allows an attacker that manages to exploit this vulnerability to retrieve sensitive information. This issue affects: Hitachi Energy LinkOne 3.20; 3.22; 3.23; 3.24; 3.25; 3.26.", - "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/01/GHSA-wfqr-2wcw-6gjv/GHSA-wfqr-2wcw-6gjv.json b/advisories/unreviewed/2022/01/GHSA-wfqr-2wcw-6gjv/GHSA-wfqr-2wcw-6gjv.json index 792e98ab6c8..97e7f5def4b 100644 --- a/advisories/unreviewed/2022/01/GHSA-wfqr-2wcw-6gjv/GHSA-wfqr-2wcw-6gjv.json +++ b/advisories/unreviewed/2022/01/GHSA-wfqr-2wcw-6gjv/GHSA-wfqr-2wcw-6gjv.json @@ -7,12 +7,8 @@ "CVE-2022-24123" ], "details": "MarkText through 0.16.3 does not sanitize the input of a mermaid block before rendering. This could lead to Remote Code Execution via a .md file containing a mutation Cross-Site Scripting (XSS) payload.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-wjf2-8m9f-c656/GHSA-wjf2-8m9f-c656.json b/advisories/unreviewed/2022/01/GHSA-wjf2-8m9f-c656/GHSA-wjf2-8m9f-c656.json index 090c370dcb4..d16031e2b1b 100644 --- a/advisories/unreviewed/2022/01/GHSA-wjf2-8m9f-c656/GHSA-wjf2-8m9f-c656.json +++ b/advisories/unreviewed/2022/01/GHSA-wjf2-8m9f-c656/GHSA-wjf2-8m9f-c656.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/01/GHSA-x46h-6fmr-m5fr/GHSA-x46h-6fmr-m5fr.json b/advisories/unreviewed/2022/01/GHSA-x46h-6fmr-m5fr/GHSA-x46h-6fmr-m5fr.json index f3483dbc582..1a8b21483fa 100644 --- a/advisories/unreviewed/2022/01/GHSA-x46h-6fmr-m5fr/GHSA-x46h-6fmr-m5fr.json +++ b/advisories/unreviewed/2022/01/GHSA-x46h-6fmr-m5fr/GHSA-x46h-6fmr-m5fr.json @@ -7,12 +7,8 @@ "CVE-2021-26264" ], "details": "A specially crafted script could cause the DeltaV Distributed Control System Controllers (All Versions) to restart and cause a denial-of-service condition.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-x4x8-fc23-7gg9/GHSA-x4x8-fc23-7gg9.json b/advisories/unreviewed/2022/01/GHSA-x4x8-fc23-7gg9/GHSA-x4x8-fc23-7gg9.json index c601c00d833..c693bf85317 100644 --- a/advisories/unreviewed/2022/01/GHSA-x4x8-fc23-7gg9/GHSA-x4x8-fc23-7gg9.json +++ b/advisories/unreviewed/2022/01/GHSA-x4x8-fc23-7gg9/GHSA-x4x8-fc23-7gg9.json @@ -7,12 +7,8 @@ "CVE-2021-22816" ], "details": "A CWE-754: Improper Check for Unusual or Exceptional Conditions vulnerability exists that could cause a Denial of Service of the RTU when receiving a specially crafted request over Modbus, and the RTU is configured as a Modbus server. Affected Products: SCADAPack 312E, 313E, 314E, 330E, 333E, 334E, 337E, 350E and 357E RTUs with firmware V8.18.1 and prior", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-xf3j-cfrc-6wx5/GHSA-xf3j-cfrc-6wx5.json b/advisories/unreviewed/2022/01/GHSA-xf3j-cfrc-6wx5/GHSA-xf3j-cfrc-6wx5.json index 517dfb8bbdd..ee510b7fd06 100644 --- a/advisories/unreviewed/2022/01/GHSA-xf3j-cfrc-6wx5/GHSA-xf3j-cfrc-6wx5.json +++ b/advisories/unreviewed/2022/01/GHSA-xf3j-cfrc-6wx5/GHSA-xf3j-cfrc-6wx5.json @@ -7,12 +7,8 @@ "CVE-2021-22808" ], "details": "A CWE-416: Use After Free vulnerability exists that could cause arbitrary code execution when a malicious *.gd1 configuration file is loaded into the GUIcon tool. Affected Product: Eurotherm by Schneider Electric GUIcon Version 2.0 (Build 683.003) and prior", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-xp5x-9h6p-q3rf/GHSA-xp5x-9h6p-q3rf.json b/advisories/unreviewed/2022/01/GHSA-xp5x-9h6p-q3rf/GHSA-xp5x-9h6p-q3rf.json index 01f7e36a6b8..85fe81e82b6 100644 --- a/advisories/unreviewed/2022/01/GHSA-xp5x-9h6p-q3rf/GHSA-xp5x-9h6p-q3rf.json +++ b/advisories/unreviewed/2022/01/GHSA-xp5x-9h6p-q3rf/GHSA-xp5x-9h6p-q3rf.json @@ -7,12 +7,8 @@ "CVE-2021-22821" ], "details": "A CWE-918 Server-Side Request Forgery (SSRF) vulnerability exists that could cause the station web server to forward requests to unintended network targets when crafted malicious parameters are submitted to the charging station web server. Affected Products: EVlink City EVC1S22P4 / EVC1S7P4 (All versions prior to R8 V3.4.0.2 ), EVlink Parking EVW2 / EVF2 / EVP2PE (All versions prior to R8 V3.4.0.2), and EVlink Smart Wallbox EVB1A (All versions prior to R8 V3.4.0.2)", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-27rf-x255-jv68/GHSA-27rf-x255-jv68.json b/advisories/unreviewed/2022/02/GHSA-27rf-x255-jv68/GHSA-27rf-x255-jv68.json index a35b57d017b..6425c054b59 100644 --- a/advisories/unreviewed/2022/02/GHSA-27rf-x255-jv68/GHSA-27rf-x255-jv68.json +++ b/advisories/unreviewed/2022/02/GHSA-27rf-x255-jv68/GHSA-27rf-x255-jv68.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/02/GHSA-289g-75hj-mg9m/GHSA-289g-75hj-mg9m.json b/advisories/unreviewed/2022/02/GHSA-289g-75hj-mg9m/GHSA-289g-75hj-mg9m.json index cd07f77f8e5..d6ee59e7b32 100644 --- a/advisories/unreviewed/2022/02/GHSA-289g-75hj-mg9m/GHSA-289g-75hj-mg9m.json +++ b/advisories/unreviewed/2022/02/GHSA-289g-75hj-mg9m/GHSA-289g-75hj-mg9m.json @@ -7,12 +7,8 @@ "CVE-2021-29393" ], "details": "Remote Code Execution in cominput.jsp and comoutput.jsp in Northstar Technologies Inc NorthStar Club Management 6.3 allows remote unauthenticated users to inject and execute arbitrary system commands via the unsanitized user-controlled \"command\" and \"commandvalues\" parameters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-2m37-rjqx-pvcg/GHSA-2m37-rjqx-pvcg.json b/advisories/unreviewed/2022/02/GHSA-2m37-rjqx-pvcg/GHSA-2m37-rjqx-pvcg.json index 831b9c6569a..af0a3e37696 100644 --- a/advisories/unreviewed/2022/02/GHSA-2m37-rjqx-pvcg/GHSA-2m37-rjqx-pvcg.json +++ b/advisories/unreviewed/2022/02/GHSA-2m37-rjqx-pvcg/GHSA-2m37-rjqx-pvcg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/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/2022/02/GHSA-2r3f-c2cg-qfw6/GHSA-2r3f-c2cg-qfw6.json b/advisories/unreviewed/2022/02/GHSA-2r3f-c2cg-qfw6/GHSA-2r3f-c2cg-qfw6.json index 64501c2c396..3fa1db010b3 100644 --- a/advisories/unreviewed/2022/02/GHSA-2r3f-c2cg-qfw6/GHSA-2r3f-c2cg-qfw6.json +++ b/advisories/unreviewed/2022/02/GHSA-2r3f-c2cg-qfw6/GHSA-2r3f-c2cg-qfw6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-3h6w-w73g-4wv9/GHSA-3h6w-w73g-4wv9.json b/advisories/unreviewed/2022/02/GHSA-3h6w-w73g-4wv9/GHSA-3h6w-w73g-4wv9.json index a164f0ee559..32582a4e95f 100644 --- a/advisories/unreviewed/2022/02/GHSA-3h6w-w73g-4wv9/GHSA-3h6w-w73g-4wv9.json +++ b/advisories/unreviewed/2022/02/GHSA-3h6w-w73g-4wv9/GHSA-3h6w-w73g-4wv9.json @@ -7,12 +7,8 @@ "CVE-2022-24163" ], "details": "Tenda AX3 v16.03.12.10_CN was discovered to contain a stack overflow in the function fromSetSysTime. This vulnerability allows attackers to cause a Denial of Service (DoS) via the timeZone parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-3x4x-hc86-9f39/GHSA-3x4x-hc86-9f39.json b/advisories/unreviewed/2022/02/GHSA-3x4x-hc86-9f39/GHSA-3x4x-hc86-9f39.json index 5beeb287ce2..db7fb1c5cbc 100644 --- a/advisories/unreviewed/2022/02/GHSA-3x4x-hc86-9f39/GHSA-3x4x-hc86-9f39.json +++ b/advisories/unreviewed/2022/02/GHSA-3x4x-hc86-9f39/GHSA-3x4x-hc86-9f39.json @@ -7,12 +7,8 @@ "CVE-2022-24167" ], "details": "Tenda routers G1 and G3 v15.11.0.17(9502)_CN were discovered to contain a command injection vulnerability in the function formSetDMZ. This vulnerability allows attackers to execute arbitrary commands via the dmzHost1 parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-44ff-mg3w-w3pw/GHSA-44ff-mg3w-w3pw.json b/advisories/unreviewed/2022/02/GHSA-44ff-mg3w-w3pw/GHSA-44ff-mg3w-w3pw.json index ef601b85851..67203ca915c 100644 --- a/advisories/unreviewed/2022/02/GHSA-44ff-mg3w-w3pw/GHSA-44ff-mg3w-w3pw.json +++ b/advisories/unreviewed/2022/02/GHSA-44ff-mg3w-w3pw/GHSA-44ff-mg3w-w3pw.json @@ -7,12 +7,8 @@ "CVE-2022-23873" ], "details": "Victor CMS v1.0 was discovered to contain a SQL injection vulnerability that allows attackers to inject arbitrary commands via 'user_firstname' parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-4cw5-565x-w786/GHSA-4cw5-565x-w786.json b/advisories/unreviewed/2022/02/GHSA-4cw5-565x-w786/GHSA-4cw5-565x-w786.json index f088011e9e4..97568524e7f 100644 --- a/advisories/unreviewed/2022/02/GHSA-4cw5-565x-w786/GHSA-4cw5-565x-w786.json +++ b/advisories/unreviewed/2022/02/GHSA-4cw5-565x-w786/GHSA-4cw5-565x-w786.json @@ -7,12 +7,8 @@ "CVE-2021-29397" ], "details": "Cleartext Transmission of Sensitive Information in /northstar/Admin/login.jsp in Northstar Technologies Inc NorthStar Club Management 6.3 allows remote local user to intercept users credentials transmitted in cleartext over HTTP.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-58gh-84hg-q2pm/GHSA-58gh-84hg-q2pm.json b/advisories/unreviewed/2022/02/GHSA-58gh-84hg-q2pm/GHSA-58gh-84hg-q2pm.json index b565b14f5c6..170148ac765 100644 --- a/advisories/unreviewed/2022/02/GHSA-58gh-84hg-q2pm/GHSA-58gh-84hg-q2pm.json +++ b/advisories/unreviewed/2022/02/GHSA-58gh-84hg-q2pm/GHSA-58gh-84hg-q2pm.json @@ -7,12 +7,8 @@ "CVE-2022-23330" ], "details": "A remote code execution (RCE) vulnerability in HelloWorldAddonController.java of jpress v4.2.0 allows attackers to execute arbitrary code via a crafted JAR package.", - "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/02/GHSA-655g-pxvh-gr5j/GHSA-655g-pxvh-gr5j.json b/advisories/unreviewed/2022/02/GHSA-655g-pxvh-gr5j/GHSA-655g-pxvh-gr5j.json index b03ba4a75dd..f432b51814c 100644 --- a/advisories/unreviewed/2022/02/GHSA-655g-pxvh-gr5j/GHSA-655g-pxvh-gr5j.json +++ b/advisories/unreviewed/2022/02/GHSA-655g-pxvh-gr5j/GHSA-655g-pxvh-gr5j.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/02/GHSA-6jpg-pc7j-f52v/GHSA-6jpg-pc7j-f52v.json b/advisories/unreviewed/2022/02/GHSA-6jpg-pc7j-f52v/GHSA-6jpg-pc7j-f52v.json index 48f3bdd4c64..8d436022695 100644 --- a/advisories/unreviewed/2022/02/GHSA-6jpg-pc7j-f52v/GHSA-6jpg-pc7j-f52v.json +++ b/advisories/unreviewed/2022/02/GHSA-6jpg-pc7j-f52v/GHSA-6jpg-pc7j-f52v.json @@ -7,12 +7,8 @@ "CVE-2022-24166" ], "details": "Tenda routers G1 and G3 v15.11.0.17(9502)_CN were discovered to contain a stack overflow in the function formSetSysTime. This vulnerability allows attackers to cause a Denial of Service (DoS) via the manualTime parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-6vgr-qp37-h94g/GHSA-6vgr-qp37-h94g.json b/advisories/unreviewed/2022/02/GHSA-6vgr-qp37-h94g/GHSA-6vgr-qp37-h94g.json index e59e0761d21..7972847787e 100644 --- a/advisories/unreviewed/2022/02/GHSA-6vgr-qp37-h94g/GHSA-6vgr-qp37-h94g.json +++ b/advisories/unreviewed/2022/02/GHSA-6vgr-qp37-h94g/GHSA-6vgr-qp37-h94g.json @@ -7,12 +7,8 @@ "CVE-2022-24164" ], "details": "Tenda routers G1 and G3 v15.11.0.17(9502)_CN were discovered to contain a stack overflow in the function formSetVirtualSer. This vulnerability allows attackers to cause a Denial of Service (DoS) via the DnsHijackRule parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-6vj3-w9x6-w867/GHSA-6vj3-w9x6-w867.json b/advisories/unreviewed/2022/02/GHSA-6vj3-w9x6-w867/GHSA-6vj3-w9x6-w867.json index e3fee11d0f2..06af397f6cb 100644 --- a/advisories/unreviewed/2022/02/GHSA-6vj3-w9x6-w867/GHSA-6vj3-w9x6-w867.json +++ b/advisories/unreviewed/2022/02/GHSA-6vj3-w9x6-w867/GHSA-6vj3-w9x6-w867.json @@ -7,12 +7,8 @@ "CVE-2022-24165" ], "details": "Tenda routers G1 and G3 v15.11.0.17(9502)_CN were discovered to contain a command injection vulnerability in the function formSetQvlanList. This vulnerability allows attackers to execute arbitrary commands via the qvlanIP parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-79c8-pc25-j96r/GHSA-79c8-pc25-j96r.json b/advisories/unreviewed/2022/02/GHSA-79c8-pc25-j96r/GHSA-79c8-pc25-j96r.json index e7ff95c7e18..2a78d6f88fe 100644 --- a/advisories/unreviewed/2022/02/GHSA-79c8-pc25-j96r/GHSA-79c8-pc25-j96r.json +++ b/advisories/unreviewed/2022/02/GHSA-79c8-pc25-j96r/GHSA-79c8-pc25-j96r.json @@ -7,12 +7,8 @@ "CVE-2021-29398" ], "details": "Directory traversal in /northstar/Common/NorthFileManager/fileManagerObjects.jsp Northstar Technologies Inc NorthStar Club Management 6.3 allows remote unauthenticated users to browse and list the directories across the entire filesystem of the host of the web application.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-7fhj-r9fj-xv23/GHSA-7fhj-r9fj-xv23.json b/advisories/unreviewed/2022/02/GHSA-7fhj-r9fj-xv23/GHSA-7fhj-r9fj-xv23.json index 21e276ff10e..a46a76fc2aa 100644 --- a/advisories/unreviewed/2022/02/GHSA-7fhj-r9fj-xv23/GHSA-7fhj-r9fj-xv23.json +++ b/advisories/unreviewed/2022/02/GHSA-7fhj-r9fj-xv23/GHSA-7fhj-r9fj-xv23.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/02/GHSA-7rrj-w9j8-j87x/GHSA-7rrj-w9j8-j87x.json b/advisories/unreviewed/2022/02/GHSA-7rrj-w9j8-j87x/GHSA-7rrj-w9j8-j87x.json index 0a4721f777c..81252056290 100644 --- a/advisories/unreviewed/2022/02/GHSA-7rrj-w9j8-j87x/GHSA-7rrj-w9j8-j87x.json +++ b/advisories/unreviewed/2022/02/GHSA-7rrj-w9j8-j87x/GHSA-7rrj-w9j8-j87x.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/02/GHSA-8982-hm8r-945r/GHSA-8982-hm8r-945r.json b/advisories/unreviewed/2022/02/GHSA-8982-hm8r-945r/GHSA-8982-hm8r-945r.json index 4503a91b73a..4c0f4af1347 100644 --- a/advisories/unreviewed/2022/02/GHSA-8982-hm8r-945r/GHSA-8982-hm8r-945r.json +++ b/advisories/unreviewed/2022/02/GHSA-8982-hm8r-945r/GHSA-8982-hm8r-945r.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/02/GHSA-8wjw-69wq-gjqj/GHSA-8wjw-69wq-gjqj.json b/advisories/unreviewed/2022/02/GHSA-8wjw-69wq-gjqj/GHSA-8wjw-69wq-gjqj.json index 518cb4eb5bd..c1675bca83a 100644 --- a/advisories/unreviewed/2022/02/GHSA-8wjw-69wq-gjqj/GHSA-8wjw-69wq-gjqj.json +++ b/advisories/unreviewed/2022/02/GHSA-8wjw-69wq-gjqj/GHSA-8wjw-69wq-gjqj.json @@ -7,12 +7,8 @@ "CVE-2022-24152" ], "details": "Tenda AX3 v16.03.12.10_CN was discovered to contain a stack overflow in the function fromSetRouteStatic. This vulnerability allows attackers to cause a Denial of Service (DoS) via the list parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-928c-mw7v-gxfh/GHSA-928c-mw7v-gxfh.json b/advisories/unreviewed/2022/02/GHSA-928c-mw7v-gxfh/GHSA-928c-mw7v-gxfh.json index 97d2d4b7285..7ed1980cafb 100644 --- a/advisories/unreviewed/2022/02/GHSA-928c-mw7v-gxfh/GHSA-928c-mw7v-gxfh.json +++ b/advisories/unreviewed/2022/02/GHSA-928c-mw7v-gxfh/GHSA-928c-mw7v-gxfh.json @@ -7,12 +7,8 @@ "CVE-2021-41838" ], "details": "An unsafe pointer vulnerability exists in SMM (System Management Mode) branch that registers a SWSMI handler. An attacker can use this unsafe pointer \"ptr\" to read or write or manipulate data in the SMRAM. Exploitation of this vulnerability can lead to escalation of privileges reserved only for SMM using the SwSMI handler.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-9493-8hw4-j4xf/GHSA-9493-8hw4-j4xf.json b/advisories/unreviewed/2022/02/GHSA-9493-8hw4-j4xf/GHSA-9493-8hw4-j4xf.json index 2e639aa95e2..5a2517028d6 100644 --- a/advisories/unreviewed/2022/02/GHSA-9493-8hw4-j4xf/GHSA-9493-8hw4-j4xf.json +++ b/advisories/unreviewed/2022/02/GHSA-9493-8hw4-j4xf/GHSA-9493-8hw4-j4xf.json @@ -7,12 +7,8 @@ "CVE-2022-23316" ], "details": "An issue was discovered in taoCMS v3.0.2. There is an arbitrary file read vulnerability that can read any files via admin.php?action=file&ctrl=download&path=../../1.txt.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-9fr3-m8v5-v6g9/GHSA-9fr3-m8v5-v6g9.json b/advisories/unreviewed/2022/02/GHSA-9fr3-m8v5-v6g9/GHSA-9fr3-m8v5-v6g9.json index d98f6c854cd..ea63a34ed47 100644 --- a/advisories/unreviewed/2022/02/GHSA-9fr3-m8v5-v6g9/GHSA-9fr3-m8v5-v6g9.json +++ b/advisories/unreviewed/2022/02/GHSA-9fr3-m8v5-v6g9/GHSA-9fr3-m8v5-v6g9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-9hwg-wq94-95pr/GHSA-9hwg-wq94-95pr.json b/advisories/unreviewed/2022/02/GHSA-9hwg-wq94-95pr/GHSA-9hwg-wq94-95pr.json index d5b21dd6b51..282743537ab 100644 --- a/advisories/unreviewed/2022/02/GHSA-9hwg-wq94-95pr/GHSA-9hwg-wq94-95pr.json +++ b/advisories/unreviewed/2022/02/GHSA-9hwg-wq94-95pr/GHSA-9hwg-wq94-95pr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-c33v-j96v-576w/GHSA-c33v-j96v-576w.json b/advisories/unreviewed/2022/02/GHSA-c33v-j96v-576w/GHSA-c33v-j96v-576w.json index 6f9c35d93db..f3759d74edc 100644 --- a/advisories/unreviewed/2022/02/GHSA-c33v-j96v-576w/GHSA-c33v-j96v-576w.json +++ b/advisories/unreviewed/2022/02/GHSA-c33v-j96v-576w/GHSA-c33v-j96v-576w.json @@ -7,12 +7,8 @@ "CVE-2021-43635" ], "details": "A Cross Site Scripting (XSS) vulnerability exists in Codex before 1.4.0 via Notebook/Page name field, which allows malicious users to execute arbitrary code via a crafted http code in a .json file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-c653-hqcq-9r8j/GHSA-c653-hqcq-9r8j.json b/advisories/unreviewed/2022/02/GHSA-c653-hqcq-9r8j/GHSA-c653-hqcq-9r8j.json index bdbfaf95b99..63069a391f5 100644 --- a/advisories/unreviewed/2022/02/GHSA-c653-hqcq-9r8j/GHSA-c653-hqcq-9r8j.json +++ b/advisories/unreviewed/2022/02/GHSA-c653-hqcq-9r8j/GHSA-c653-hqcq-9r8j.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/02/GHSA-cc9h-wr8f-982q/GHSA-cc9h-wr8f-982q.json b/advisories/unreviewed/2022/02/GHSA-cc9h-wr8f-982q/GHSA-cc9h-wr8f-982q.json index c1ef6693bfd..f9bc1565ebd 100644 --- a/advisories/unreviewed/2022/02/GHSA-cc9h-wr8f-982q/GHSA-cc9h-wr8f-982q.json +++ b/advisories/unreviewed/2022/02/GHSA-cc9h-wr8f-982q/GHSA-cc9h-wr8f-982q.json @@ -7,12 +7,8 @@ "CVE-2021-44866" ], "details": "An issue was discovered in Online-Movie-Ticket-Booking-System 1.0. The file about.php does not perform input validation on the 'id' paramter. An attacker can append SQL queries to the input to extract sensitive information from the database.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-cfvf-fgr2-g84q/GHSA-cfvf-fgr2-g84q.json b/advisories/unreviewed/2022/02/GHSA-cfvf-fgr2-g84q/GHSA-cfvf-fgr2-g84q.json index 32ae909b2b7..7ecfa393612 100644 --- a/advisories/unreviewed/2022/02/GHSA-cfvf-fgr2-g84q/GHSA-cfvf-fgr2-g84q.json +++ b/advisories/unreviewed/2022/02/GHSA-cfvf-fgr2-g84q/GHSA-cfvf-fgr2-g84q.json @@ -7,12 +7,8 @@ "CVE-2021-44977" ], "details": "In iCMS <=8.0.0, a directory traversal vulnerability allows an attacker to read arbitrary files.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-cm8v-jccf-47qv/GHSA-cm8v-jccf-47qv.json b/advisories/unreviewed/2022/02/GHSA-cm8v-jccf-47qv/GHSA-cm8v-jccf-47qv.json index 404593f0868..c985648497f 100644 --- a/advisories/unreviewed/2022/02/GHSA-cm8v-jccf-47qv/GHSA-cm8v-jccf-47qv.json +++ b/advisories/unreviewed/2022/02/GHSA-cm8v-jccf-47qv/GHSA-cm8v-jccf-47qv.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/02/GHSA-cpjh-mg32-7v7m/GHSA-cpjh-mg32-7v7m.json b/advisories/unreviewed/2022/02/GHSA-cpjh-mg32-7v7m/GHSA-cpjh-mg32-7v7m.json index c9fb30d1797..6d392294194 100644 --- a/advisories/unreviewed/2022/02/GHSA-cpjh-mg32-7v7m/GHSA-cpjh-mg32-7v7m.json +++ b/advisories/unreviewed/2022/02/GHSA-cpjh-mg32-7v7m/GHSA-cpjh-mg32-7v7m.json @@ -7,12 +7,8 @@ "CVE-2022-24154" ], "details": "Tenda AX3 v16.03.12.10_CN was discovered to contain a stack overflow in the function formSetRebootTimer. This vulnerability allows attackers to cause a Denial of Service (DoS) via the rebootTime parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-cxwr-f33p-q65g/GHSA-cxwr-f33p-q65g.json b/advisories/unreviewed/2022/02/GHSA-cxwr-f33p-q65g/GHSA-cxwr-f33p-q65g.json index c955880a83f..09fdcc76ca7 100644 --- a/advisories/unreviewed/2022/02/GHSA-cxwr-f33p-q65g/GHSA-cxwr-f33p-q65g.json +++ b/advisories/unreviewed/2022/02/GHSA-cxwr-f33p-q65g/GHSA-cxwr-f33p-q65g.json @@ -7,12 +7,8 @@ "CVE-2022-24158" ], "details": "Tenda AX3 v16.03.12.10_CN was discovered to contain a stack overflow in the function fromSetIpMacBind. This vulnerability allows attackers to cause a Denial of Service (DoS) via the list parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-f8pw-77pg-8gv6/GHSA-f8pw-77pg-8gv6.json b/advisories/unreviewed/2022/02/GHSA-f8pw-77pg-8gv6/GHSA-f8pw-77pg-8gv6.json index 16d64be339f..9d9b1e19c24 100644 --- a/advisories/unreviewed/2022/02/GHSA-f8pw-77pg-8gv6/GHSA-f8pw-77pg-8gv6.json +++ b/advisories/unreviewed/2022/02/GHSA-f8pw-77pg-8gv6/GHSA-f8pw-77pg-8gv6.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", @@ -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/02/GHSA-fh39-3mgf-f647/GHSA-fh39-3mgf-f647.json b/advisories/unreviewed/2022/02/GHSA-fh39-3mgf-f647/GHSA-fh39-3mgf-f647.json index 4dd1f68a622..cf1110a4142 100644 --- a/advisories/unreviewed/2022/02/GHSA-fh39-3mgf-f647/GHSA-fh39-3mgf-f647.json +++ b/advisories/unreviewed/2022/02/GHSA-fh39-3mgf-f647/GHSA-fh39-3mgf-f647.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/02/GHSA-fv98-f7rx-3p5q/GHSA-fv98-f7rx-3p5q.json b/advisories/unreviewed/2022/02/GHSA-fv98-f7rx-3p5q/GHSA-fv98-f7rx-3p5q.json index 611944d6791..087c9cead84 100644 --- a/advisories/unreviewed/2022/02/GHSA-fv98-f7rx-3p5q/GHSA-fv98-f7rx-3p5q.json +++ b/advisories/unreviewed/2022/02/GHSA-fv98-f7rx-3p5q/GHSA-fv98-f7rx-3p5q.json @@ -7,12 +7,8 @@ "CVE-2022-24170" ], "details": "Tenda routers G1 and G3 v15.11.0.17(9502)_CN were discovered to contain a command injection vulnerability in the function formSetIpSecTunnel. This vulnerability allows attackers to execute arbitrary commands via the IPsecLocalNet and IPsecRemoteNet parameters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-gfqr-73mw-r2gj/GHSA-gfqr-73mw-r2gj.json b/advisories/unreviewed/2022/02/GHSA-gfqr-73mw-r2gj/GHSA-gfqr-73mw-r2gj.json index c1d0783a75b..ee5d9d0527f 100644 --- a/advisories/unreviewed/2022/02/GHSA-gfqr-73mw-r2gj/GHSA-gfqr-73mw-r2gj.json +++ b/advisories/unreviewed/2022/02/GHSA-gfqr-73mw-r2gj/GHSA-gfqr-73mw-r2gj.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/2022/02/GHSA-ggfm-3f7h-8v8w/GHSA-ggfm-3f7h-8v8w.json b/advisories/unreviewed/2022/02/GHSA-ggfm-3f7h-8v8w/GHSA-ggfm-3f7h-8v8w.json index f8a4d482f0e..d920243cf71 100644 --- a/advisories/unreviewed/2022/02/GHSA-ggfm-3f7h-8v8w/GHSA-ggfm-3f7h-8v8w.json +++ b/advisories/unreviewed/2022/02/GHSA-ggfm-3f7h-8v8w/GHSA-ggfm-3f7h-8v8w.json @@ -7,12 +7,8 @@ "CVE-2022-24159" ], "details": "Tenda AX3 v16.03.12.10_CN was discovered to contain a stack overflow in the function formSetPPTPServer. This vulnerability allows attackers to cause a Denial of Service (DoS) via the startIp and endIp parameters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-ghv4-pw8v-9g7q/GHSA-ghv4-pw8v-9g7q.json b/advisories/unreviewed/2022/02/GHSA-ghv4-pw8v-9g7q/GHSA-ghv4-pw8v-9g7q.json index e5688100cbb..f2db07052fa 100644 --- a/advisories/unreviewed/2022/02/GHSA-ghv4-pw8v-9g7q/GHSA-ghv4-pw8v-9g7q.json +++ b/advisories/unreviewed/2022/02/GHSA-ghv4-pw8v-9g7q/GHSA-ghv4-pw8v-9g7q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-grj6-95wm-6gmg/GHSA-grj6-95wm-6gmg.json b/advisories/unreviewed/2022/02/GHSA-grj6-95wm-6gmg/GHSA-grj6-95wm-6gmg.json index 4b88197b65b..6b7f39fe50f 100644 --- a/advisories/unreviewed/2022/02/GHSA-grj6-95wm-6gmg/GHSA-grj6-95wm-6gmg.json +++ b/advisories/unreviewed/2022/02/GHSA-grj6-95wm-6gmg/GHSA-grj6-95wm-6gmg.json @@ -7,12 +7,8 @@ "CVE-2021-41837" ], "details": "An unsafe pointer vulnerability exists in SMM (System Management Mode) branch that registers a SWSMI handler. An attacker can use this unsafe pointer \"current_ptr\" to read or write or manipulate data into SMRAM. Exploitation of this vulnerability can lead to escalation of privileges reserved only for SMM using the SwSMI handler.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-grwh-jh55-xcch/GHSA-grwh-jh55-xcch.json b/advisories/unreviewed/2022/02/GHSA-grwh-jh55-xcch/GHSA-grwh-jh55-xcch.json index d3fda9d4919..429807a8a93 100644 --- a/advisories/unreviewed/2022/02/GHSA-grwh-jh55-xcch/GHSA-grwh-jh55-xcch.json +++ b/advisories/unreviewed/2022/02/GHSA-grwh-jh55-xcch/GHSA-grwh-jh55-xcch.json @@ -7,12 +7,8 @@ "CVE-2022-24162" ], "details": "Tenda AX3 v16.03.12.10_CN was discovered to contain a stack overflow in the function saveParentControlInfo. This vulnerability allows attackers to cause a Denial of Service (DoS) via the time parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-gwhc-3pwr-mv87/GHSA-gwhc-3pwr-mv87.json b/advisories/unreviewed/2022/02/GHSA-gwhc-3pwr-mv87/GHSA-gwhc-3pwr-mv87.json index c114d5084bf..e63e512ca49 100644 --- a/advisories/unreviewed/2022/02/GHSA-gwhc-3pwr-mv87/GHSA-gwhc-3pwr-mv87.json +++ b/advisories/unreviewed/2022/02/GHSA-gwhc-3pwr-mv87/GHSA-gwhc-3pwr-mv87.json @@ -7,12 +7,8 @@ "CVE-2022-24155" ], "details": "Tenda AX3 v16.03.12.10_CN was discovered to contain a heap overflow in the function setSchedWifi. This vulnerability allows attackers to cause a Denial of Service (DoS) via the schedStartTime and schedEndTime parameters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-h4c9-5784-r394/GHSA-h4c9-5784-r394.json b/advisories/unreviewed/2022/02/GHSA-h4c9-5784-r394/GHSA-h4c9-5784-r394.json index 191240d4ca1..8ee1c5ee3f7 100644 --- a/advisories/unreviewed/2022/02/GHSA-h4c9-5784-r394/GHSA-h4c9-5784-r394.json +++ b/advisories/unreviewed/2022/02/GHSA-h4c9-5784-r394/GHSA-h4c9-5784-r394.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/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/2022/02/GHSA-hhmc-xhrx-76pq/GHSA-hhmc-xhrx-76pq.json b/advisories/unreviewed/2022/02/GHSA-hhmc-xhrx-76pq/GHSA-hhmc-xhrx-76pq.json index 1d272c43fb3..6c8097473be 100644 --- a/advisories/unreviewed/2022/02/GHSA-hhmc-xhrx-76pq/GHSA-hhmc-xhrx-76pq.json +++ b/advisories/unreviewed/2022/02/GHSA-hhmc-xhrx-76pq/GHSA-hhmc-xhrx-76pq.json @@ -7,12 +7,8 @@ "CVE-2022-24153" ], "details": "Tenda AX3 v16.03.12.10_CN was discovered to contain a stack overflow in the function formAddMacfilterRule. This vulnerability allows attackers to cause a Denial of Service (DoS) via the devName parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-j49m-fvhp-27f5/GHSA-j49m-fvhp-27f5.json b/advisories/unreviewed/2022/02/GHSA-j49m-fvhp-27f5/GHSA-j49m-fvhp-27f5.json index 1085a1e9900..99b23e78338 100644 --- a/advisories/unreviewed/2022/02/GHSA-j49m-fvhp-27f5/GHSA-j49m-fvhp-27f5.json +++ b/advisories/unreviewed/2022/02/GHSA-j49m-fvhp-27f5/GHSA-j49m-fvhp-27f5.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/02/GHSA-j5h9-x637-6rv2/GHSA-j5h9-x637-6rv2.json b/advisories/unreviewed/2022/02/GHSA-j5h9-x637-6rv2/GHSA-j5h9-x637-6rv2.json index 3fd4e76c756..27aead07fd3 100644 --- a/advisories/unreviewed/2022/02/GHSA-j5h9-x637-6rv2/GHSA-j5h9-x637-6rv2.json +++ b/advisories/unreviewed/2022/02/GHSA-j5h9-x637-6rv2/GHSA-j5h9-x637-6rv2.json @@ -7,12 +7,8 @@ "CVE-2022-24157" ], "details": "Tenda AX3 v16.03.12.10_CN was discovered to contain a stack overflow in the function formSetMacFilterCfg. This vulnerability allows attackers to cause a Denial of Service (DoS) via the deviceList parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-j744-j5x2-w49p/GHSA-j744-j5x2-w49p.json b/advisories/unreviewed/2022/02/GHSA-j744-j5x2-w49p/GHSA-j744-j5x2-w49p.json index 47ed1497fd0..b7c4f0755f3 100644 --- a/advisories/unreviewed/2022/02/GHSA-j744-j5x2-w49p/GHSA-j744-j5x2-w49p.json +++ b/advisories/unreviewed/2022/02/GHSA-j744-j5x2-w49p/GHSA-j744-j5x2-w49p.json @@ -7,12 +7,8 @@ "CVE-2021-44978" ], "details": "iCMS <= 8.0.0 allows users to add and render a comtom template, which has a SSTI vulnerability which causes remote code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-jhf6-v54v-3q55/GHSA-jhf6-v54v-3q55.json b/advisories/unreviewed/2022/02/GHSA-jhf6-v54v-3q55/GHSA-jhf6-v54v-3q55.json index cb6fbfc5da7..a2466971ccb 100644 --- a/advisories/unreviewed/2022/02/GHSA-jhf6-v54v-3q55/GHSA-jhf6-v54v-3q55.json +++ b/advisories/unreviewed/2022/02/GHSA-jhf6-v54v-3q55/GHSA-jhf6-v54v-3q55.json @@ -7,12 +7,8 @@ "CVE-2022-24265" ], "details": "Cuppa CMS v1.0 was discovered to contain a SQL injection vulnerability in /administrator/components/menu/ via the path=component/menu/&menu_filter=3 parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-jhqf-jvqv-2g9v/GHSA-jhqf-jvqv-2g9v.json b/advisories/unreviewed/2022/02/GHSA-jhqf-jvqv-2g9v/GHSA-jhqf-jvqv-2g9v.json index 520871bbfa1..633f2c7b5b9 100644 --- a/advisories/unreviewed/2022/02/GHSA-jhqf-jvqv-2g9v/GHSA-jhqf-jvqv-2g9v.json +++ b/advisories/unreviewed/2022/02/GHSA-jhqf-jvqv-2g9v/GHSA-jhqf-jvqv-2g9v.json @@ -7,12 +7,8 @@ "CVE-2022-24161" ], "details": "Tenda AX3 v16.03.12.10_CN was discovered to contain a heap overflow in the function GetParentControlInfo. This vulnerability allows attackers to cause a Denial of Service (DoS) via the mac parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-mgq8-cgrr-q7fj/GHSA-mgq8-cgrr-q7fj.json b/advisories/unreviewed/2022/02/GHSA-mgq8-cgrr-q7fj/GHSA-mgq8-cgrr-q7fj.json index b4add58eda9..c638eaf228b 100644 --- a/advisories/unreviewed/2022/02/GHSA-mgq8-cgrr-q7fj/GHSA-mgq8-cgrr-q7fj.json +++ b/advisories/unreviewed/2022/02/GHSA-mgq8-cgrr-q7fj/GHSA-mgq8-cgrr-q7fj.json @@ -7,12 +7,8 @@ "CVE-2022-23329" ], "details": "A vulnerability in ${\"freemarker.template.utility.Execute\"?new() of UJCMS Jspxcms v10.2.0 allows attackers to execute arbitrary commands via uploading malicious files.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-mwg3-7pf4-cm53/GHSA-mwg3-7pf4-cm53.json b/advisories/unreviewed/2022/02/GHSA-mwg3-7pf4-cm53/GHSA-mwg3-7pf4-cm53.json index eadd6d19d2c..ff42c303b26 100644 --- a/advisories/unreviewed/2022/02/GHSA-mwg3-7pf4-cm53/GHSA-mwg3-7pf4-cm53.json +++ b/advisories/unreviewed/2022/02/GHSA-mwg3-7pf4-cm53/GHSA-mwg3-7pf4-cm53.json @@ -7,12 +7,8 @@ "CVE-2022-24160" ], "details": "Tenda AX3 v16.03.12.10_CN was discovered to contain a stack overflow in the function formSetDeviceName. This vulnerability allows attackers to cause a Denial of Service (DoS) via the devName parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-mxqq-8hhr-mqww/GHSA-mxqq-8hhr-mqww.json b/advisories/unreviewed/2022/02/GHSA-mxqq-8hhr-mqww/GHSA-mxqq-8hhr-mqww.json index 28849caf53b..6afd8b37d7e 100644 --- a/advisories/unreviewed/2022/02/GHSA-mxqq-8hhr-mqww/GHSA-mxqq-8hhr-mqww.json +++ b/advisories/unreviewed/2022/02/GHSA-mxqq-8hhr-mqww/GHSA-mxqq-8hhr-mqww.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/2022/02/GHSA-p6hr-4mfw-6r4j/GHSA-p6hr-4mfw-6r4j.json b/advisories/unreviewed/2022/02/GHSA-p6hr-4mfw-6r4j/GHSA-p6hr-4mfw-6r4j.json index 29170794036..a1384cc8504 100644 --- a/advisories/unreviewed/2022/02/GHSA-p6hr-4mfw-6r4j/GHSA-p6hr-4mfw-6r4j.json +++ b/advisories/unreviewed/2022/02/GHSA-p6hr-4mfw-6r4j/GHSA-p6hr-4mfw-6r4j.json @@ -7,12 +7,8 @@ "CVE-2022-24172" ], "details": "Tenda routers G1 and G3 v15.11.0.17(9502)_CN were discovered to contain a stack overflow in the function formAddDhcpBindRule. This vulnerability allows attackers to cause a Denial of Service (DoS) via the addDhcpRules parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-pfm8-cf33-8rhf/GHSA-pfm8-cf33-8rhf.json b/advisories/unreviewed/2022/02/GHSA-pfm8-cf33-8rhf/GHSA-pfm8-cf33-8rhf.json index bc017c7d569..f68fb3d8f8e 100644 --- a/advisories/unreviewed/2022/02/GHSA-pfm8-cf33-8rhf/GHSA-pfm8-cf33-8rhf.json +++ b/advisories/unreviewed/2022/02/GHSA-pfm8-cf33-8rhf/GHSA-pfm8-cf33-8rhf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-pjmr-mr6j-2v2f/GHSA-pjmr-mr6j-2v2f.json b/advisories/unreviewed/2022/02/GHSA-pjmr-mr6j-2v2f/GHSA-pjmr-mr6j-2v2f.json index 649acbef2d7..8a32d7da17d 100644 --- a/advisories/unreviewed/2022/02/GHSA-pjmr-mr6j-2v2f/GHSA-pjmr-mr6j-2v2f.json +++ b/advisories/unreviewed/2022/02/GHSA-pjmr-mr6j-2v2f/GHSA-pjmr-mr6j-2v2f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/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/02/GHSA-ppg8-h3x2-9f2m/GHSA-ppg8-h3x2-9f2m.json b/advisories/unreviewed/2022/02/GHSA-ppg8-h3x2-9f2m/GHSA-ppg8-h3x2-9f2m.json index 0a5c4e2973a..2e2bdf21d71 100644 --- a/advisories/unreviewed/2022/02/GHSA-ppg8-h3x2-9f2m/GHSA-ppg8-h3x2-9f2m.json +++ b/advisories/unreviewed/2022/02/GHSA-ppg8-h3x2-9f2m/GHSA-ppg8-h3x2-9f2m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-pq4v-8cpp-x9jj/GHSA-pq4v-8cpp-x9jj.json b/advisories/unreviewed/2022/02/GHSA-pq4v-8cpp-x9jj/GHSA-pq4v-8cpp-x9jj.json index 319ddf954a1..a5216016a73 100644 --- a/advisories/unreviewed/2022/02/GHSA-pq4v-8cpp-x9jj/GHSA-pq4v-8cpp-x9jj.json +++ b/advisories/unreviewed/2022/02/GHSA-pq4v-8cpp-x9jj/GHSA-pq4v-8cpp-x9jj.json @@ -7,12 +7,8 @@ "CVE-2021-29395" ], "details": "Directory travesal in /northstar/filemanager/download.jsp in Northstar Technologies Inc NorthStar Club Management 6.3 allows remote unauthenticated users to download arbitrary files, including JSP source code, across the filesystem of the host of the web application.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-pw72-xm42-hr32/GHSA-pw72-xm42-hr32.json b/advisories/unreviewed/2022/02/GHSA-pw72-xm42-hr32/GHSA-pw72-xm42-hr32.json index 15c7b7660e9..d7fa3958b18 100644 --- a/advisories/unreviewed/2022/02/GHSA-pw72-xm42-hr32/GHSA-pw72-xm42-hr32.json +++ b/advisories/unreviewed/2022/02/GHSA-pw72-xm42-hr32/GHSA-pw72-xm42-hr32.json @@ -7,12 +7,8 @@ "CVE-2022-24129" ], "details": "The OIDC OP plugin before 3.0.4 for Shibboleth Identity Provider allows server-side request forgery (SSRF) due to insufficient restriction of the request_uri parameter. This allows attackers to interact with arbitrary third-party HTTP services.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-pwrm-wpmh-6qg9/GHSA-pwrm-wpmh-6qg9.json b/advisories/unreviewed/2022/02/GHSA-pwrm-wpmh-6qg9/GHSA-pwrm-wpmh-6qg9.json index 4ce6d5c510b..a270517a631 100644 --- a/advisories/unreviewed/2022/02/GHSA-pwrm-wpmh-6qg9/GHSA-pwrm-wpmh-6qg9.json +++ b/advisories/unreviewed/2022/02/GHSA-pwrm-wpmh-6qg9/GHSA-pwrm-wpmh-6qg9.json @@ -7,12 +7,8 @@ "CVE-2022-23871" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in the component outcomes_addProcess.php of Gibbon CMS v22.0.01 allow attackers to execute arbitrary web scripts or HTML via a crafted payload insterted into the name, category, description parameters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-q4h6-g8v7-rxfv/GHSA-q4h6-g8v7-rxfv.json b/advisories/unreviewed/2022/02/GHSA-q4h6-g8v7-rxfv/GHSA-q4h6-g8v7-rxfv.json index ae1b4a01f3e..9006088a87a 100644 --- a/advisories/unreviewed/2022/02/GHSA-q4h6-g8v7-rxfv/GHSA-q4h6-g8v7-rxfv.json +++ b/advisories/unreviewed/2022/02/GHSA-q4h6-g8v7-rxfv/GHSA-q4h6-g8v7-rxfv.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/2022/02/GHSA-r2q8-69cw-vjpc/GHSA-r2q8-69cw-vjpc.json b/advisories/unreviewed/2022/02/GHSA-r2q8-69cw-vjpc/GHSA-r2q8-69cw-vjpc.json index 8c88661a369..6920f08312e 100644 --- a/advisories/unreviewed/2022/02/GHSA-r2q8-69cw-vjpc/GHSA-r2q8-69cw-vjpc.json +++ b/advisories/unreviewed/2022/02/GHSA-r2q8-69cw-vjpc/GHSA-r2q8-69cw-vjpc.json @@ -7,12 +7,8 @@ "CVE-2022-24169" ], "details": "Tenda routers G1 and G3 v15.11.0.17(9502)_CN were discovered to contain a stack overflow in the function formIPMacBindAdd. This vulnerability allows attackers to cause a Denial of Service (DoS) via the IPMacBindRule parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-rc9q-r7g9-f52x/GHSA-rc9q-r7g9-f52x.json b/advisories/unreviewed/2022/02/GHSA-rc9q-r7g9-f52x/GHSA-rc9q-r7g9-f52x.json index 4867ca3ba36..bb1f4816aa3 100644 --- a/advisories/unreviewed/2022/02/GHSA-rc9q-r7g9-f52x/GHSA-rc9q-r7g9-f52x.json +++ b/advisories/unreviewed/2022/02/GHSA-rc9q-r7g9-f52x/GHSA-rc9q-r7g9-f52x.json @@ -7,12 +7,8 @@ "CVE-2022-24168" ], "details": "Tenda routers G1 and G3 v15.11.0.17(9502)_CN were discovered to contain a command injection vulnerability in the function formSetIpGroup. This vulnerability allows attackers to execute arbitrary commands via the IPGroupStartIP and IPGroupEndIP parameters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-rvm4-5r6r-g2mp/GHSA-rvm4-5r6r-g2mp.json b/advisories/unreviewed/2022/02/GHSA-rvm4-5r6r-g2mp/GHSA-rvm4-5r6r-g2mp.json index 5f64e71fd4c..4eb078ca2d0 100644 --- a/advisories/unreviewed/2022/02/GHSA-rvm4-5r6r-g2mp/GHSA-rvm4-5r6r-g2mp.json +++ b/advisories/unreviewed/2022/02/GHSA-rvm4-5r6r-g2mp/GHSA-rvm4-5r6r-g2mp.json @@ -7,12 +7,8 @@ "CVE-2022-24151" ], "details": "Tenda AX3 v16.03.12.10_CN was discovered to contain a stack overflow in the function fromSetWifiGusetBasic. This vulnerability allows attackers to cause a Denial of Service (DoS) via the shareSpeed parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-v6h3-3hh9-32cf/GHSA-v6h3-3hh9-32cf.json b/advisories/unreviewed/2022/02/GHSA-v6h3-3hh9-32cf/GHSA-v6h3-3hh9-32cf.json index 2f80ca80e70..af1d4fec281 100644 --- a/advisories/unreviewed/2022/02/GHSA-v6h3-3hh9-32cf/GHSA-v6h3-3hh9-32cf.json +++ b/advisories/unreviewed/2022/02/GHSA-v6h3-3hh9-32cf/GHSA-v6h3-3hh9-32cf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/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/02/GHSA-v9v2-h9rf-2p2j/GHSA-v9v2-h9rf-2p2j.json b/advisories/unreviewed/2022/02/GHSA-v9v2-h9rf-2p2j/GHSA-v9v2-h9rf-2p2j.json index 3e863b43a11..782cf92a994 100644 --- a/advisories/unreviewed/2022/02/GHSA-v9v2-h9rf-2p2j/GHSA-v9v2-h9rf-2p2j.json +++ b/advisories/unreviewed/2022/02/GHSA-v9v2-h9rf-2p2j/GHSA-v9v2-h9rf-2p2j.json @@ -7,12 +7,8 @@ "CVE-2022-24156" ], "details": "Tenda AX3 v16.03.12.10_CN was discovered to contain a stack overflow in the function formSetVirtualSer. This vulnerability allows attackers to cause a Denial of Service (DoS) via the list parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-vjhc-hv8m-w466/GHSA-vjhc-hv8m-w466.json b/advisories/unreviewed/2022/02/GHSA-vjhc-hv8m-w466/GHSA-vjhc-hv8m-w466.json index cdd406cd586..5a54dbfc864 100644 --- a/advisories/unreviewed/2022/02/GHSA-vjhc-hv8m-w466/GHSA-vjhc-hv8m-w466.json +++ b/advisories/unreviewed/2022/02/GHSA-vjhc-hv8m-w466/GHSA-vjhc-hv8m-w466.json @@ -7,12 +7,8 @@ "CVE-2022-24171" ], "details": "Tenda routers G1 and G3 v15.11.0.17(9502)_CN were discovered to contain a command injection vulnerability in the function formSetPppoeServer. This vulnerability allows attackers to execute arbitrary commands via the pppoeServerIP, pppoeServerStartIP, and pppoeServerEndIP parameters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-w3pj-mp82-r9qh/GHSA-w3pj-mp82-r9qh.json b/advisories/unreviewed/2022/02/GHSA-w3pj-mp82-r9qh/GHSA-w3pj-mp82-r9qh.json index 7e52134cc3b..9036f696e5c 100644 --- a/advisories/unreviewed/2022/02/GHSA-w3pj-mp82-r9qh/GHSA-w3pj-mp82-r9qh.json +++ b/advisories/unreviewed/2022/02/GHSA-w3pj-mp82-r9qh/GHSA-w3pj-mp82-r9qh.json @@ -7,12 +7,8 @@ "CVE-2022-24121" ], "details": "SQL Injection vulnerability discovered in Unified Office Total Connect Now that would allow an attacker to extract sensitive information through a cookie parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-w4m5-jxqr-pf8g/GHSA-w4m5-jxqr-pf8g.json b/advisories/unreviewed/2022/02/GHSA-w4m5-jxqr-pf8g/GHSA-w4m5-jxqr-pf8g.json index 7dd099c0946..6e1d031413a 100644 --- a/advisories/unreviewed/2022/02/GHSA-w4m5-jxqr-pf8g/GHSA-w4m5-jxqr-pf8g.json +++ b/advisories/unreviewed/2022/02/GHSA-w4m5-jxqr-pf8g/GHSA-w4m5-jxqr-pf8g.json @@ -7,12 +7,8 @@ "CVE-2021-29394" ], "details": "Account Hijacking in /northstar/Admin/changePassword.jsp in Northstar Technologies Inc NorthStar Club Management 6.3 allows remote authenticated users to change the password of any targeted user accounts via lack of proper authorization in the user-controlled \"userID\" parameter of the HTTP POST request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-w6vr-43hm-fg5g/GHSA-w6vr-43hm-fg5g.json b/advisories/unreviewed/2022/02/GHSA-w6vr-43hm-fg5g/GHSA-w6vr-43hm-fg5g.json index 15f8fbba731..f5cc377bc2c 100644 --- a/advisories/unreviewed/2022/02/GHSA-w6vr-43hm-fg5g/GHSA-w6vr-43hm-fg5g.json +++ b/advisories/unreviewed/2022/02/GHSA-w6vr-43hm-fg5g/GHSA-w6vr-43hm-fg5g.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/02/GHSA-wqfj-fhm6-228j/GHSA-wqfj-fhm6-228j.json b/advisories/unreviewed/2022/02/GHSA-wqfj-fhm6-228j/GHSA-wqfj-fhm6-228j.json index 2b344ecd521..e9f2a156302 100644 --- a/advisories/unreviewed/2022/02/GHSA-wqfj-fhm6-228j/GHSA-wqfj-fhm6-228j.json +++ b/advisories/unreviewed/2022/02/GHSA-wqfj-fhm6-228j/GHSA-wqfj-fhm6-228j.json @@ -7,12 +7,8 @@ "CVE-2022-24266" ], "details": "Cuppa CMS v1.0 was discovered to contain a SQL injection vulnerability in /administrator/components/table_manager/ via the order_by parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-x7fq-6476-543v/GHSA-x7fq-6476-543v.json b/advisories/unreviewed/2022/02/GHSA-x7fq-6476-543v/GHSA-x7fq-6476-543v.json index 37613ed5a7e..27d43f3b47d 100644 --- a/advisories/unreviewed/2022/02/GHSA-x7fq-6476-543v/GHSA-x7fq-6476-543v.json +++ b/advisories/unreviewed/2022/02/GHSA-x7fq-6476-543v/GHSA-x7fq-6476-543v.json @@ -7,12 +7,8 @@ "CVE-2022-24307" ], "details": "Mastodon before 3.3.2 and 3.4.x before 3.4.6 has incorrect access control because it does not compact incoming signed JSON-LD activities. (JSON-LD signing has been supported since version 1.6.0.)", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-xmmf-x347-442h/GHSA-xmmf-x347-442h.json b/advisories/unreviewed/2022/02/GHSA-xmmf-x347-442h/GHSA-xmmf-x347-442h.json index 5d36064f5a4..126f9daed80 100644 --- a/advisories/unreviewed/2022/02/GHSA-xmmf-x347-442h/GHSA-xmmf-x347-442h.json +++ b/advisories/unreviewed/2022/02/GHSA-xmmf-x347-442h/GHSA-xmmf-x347-442h.json @@ -7,12 +7,8 @@ "CVE-2021-45408" ], "details": "Open Redirect vulnerability exists in SeedDMS 6.0.15 in out.Login.php, which llows remote malicious users to redirect users to malicious sites using the \"referuri\" parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-xxf3-jj8v-mccf/GHSA-xxf3-jj8v-mccf.json b/advisories/unreviewed/2022/02/GHSA-xxf3-jj8v-mccf/GHSA-xxf3-jj8v-mccf.json index a0d33f3ecf1..c4851db38e0 100644 --- a/advisories/unreviewed/2022/02/GHSA-xxf3-jj8v-mccf/GHSA-xxf3-jj8v-mccf.json +++ b/advisories/unreviewed/2022/02/GHSA-xxf3-jj8v-mccf/GHSA-xxf3-jj8v-mccf.json @@ -7,12 +7,8 @@ "CVE-2021-44983" ], "details": "In taocms 3.0.1 after logging in to the background, there is an Arbitrary file download vulnerability at the File Management column.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-26pm-x559-r4h2/GHSA-26pm-x559-r4h2.json b/advisories/unreviewed/2022/05/GHSA-26pm-x559-r4h2/GHSA-26pm-x559-r4h2.json index 0ab66d8f420..795c0e1abdd 100644 --- a/advisories/unreviewed/2022/05/GHSA-26pm-x559-r4h2/GHSA-26pm-x559-r4h2.json +++ b/advisories/unreviewed/2022/05/GHSA-26pm-x559-r4h2/GHSA-26pm-x559-r4h2.json @@ -7,12 +7,8 @@ "CVE-2011-1953" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in common.php in Post Revolution before 0.8.0c-2 allow remote attackers to inject arbitrary web script or HTML via an attribute of a (1) P, a (2) STRONG, a (3) A, a (4) EM, a (5) I, a (6) IMG, a (7) LI, an (8) OL, a (9) VIDEO, or a (10) BLOCKQUOTE element.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-26qr-5f59-55qh/GHSA-26qr-5f59-55qh.json b/advisories/unreviewed/2022/05/GHSA-26qr-5f59-55qh/GHSA-26qr-5f59-55qh.json index c6bc1195644..8a6e52e5eb3 100644 --- a/advisories/unreviewed/2022/05/GHSA-26qr-5f59-55qh/GHSA-26qr-5f59-55qh.json +++ b/advisories/unreviewed/2022/05/GHSA-26qr-5f59-55qh/GHSA-26qr-5f59-55qh.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-28rp-84rv-mvr2/GHSA-28rp-84rv-mvr2.json b/advisories/unreviewed/2022/05/GHSA-28rp-84rv-mvr2/GHSA-28rp-84rv-mvr2.json index 18761f9769e..0b08eac313b 100644 --- a/advisories/unreviewed/2022/05/GHSA-28rp-84rv-mvr2/GHSA-28rp-84rv-mvr2.json +++ b/advisories/unreviewed/2022/05/GHSA-28rp-84rv-mvr2/GHSA-28rp-84rv-mvr2.json @@ -7,12 +7,8 @@ "CVE-2011-0975" ], "details": "Stack-based buffer overflow in BMC PATROL Agent Service Daemon for in Performance Analysis for Servers, Performance Assurance for Servers, and Performance Assurance for Virtual Servers 7.4.00 through 7.5.10; Performance Analyzer and Performance Predictor for Servers 7.4.00 through 7.5.10; and Capacity Management Essentials 1.2.00 (7.4.15) allows remote attackers to execute arbitrary code via a crafted length value in a BGS_MULTIPLE_READS command to TCP port 6768.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-29h7-cpmq-mh8j/GHSA-29h7-cpmq-mh8j.json b/advisories/unreviewed/2022/05/GHSA-29h7-cpmq-mh8j/GHSA-29h7-cpmq-mh8j.json index 70750b17516..6567fd86b38 100644 --- a/advisories/unreviewed/2022/05/GHSA-29h7-cpmq-mh8j/GHSA-29h7-cpmq-mh8j.json +++ b/advisories/unreviewed/2022/05/GHSA-29h7-cpmq-mh8j/GHSA-29h7-cpmq-mh8j.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-2cf2-299c-gg46/GHSA-2cf2-299c-gg46.json b/advisories/unreviewed/2022/05/GHSA-2cf2-299c-gg46/GHSA-2cf2-299c-gg46.json index 7474e75fa30..5346eab56e0 100644 --- a/advisories/unreviewed/2022/05/GHSA-2cf2-299c-gg46/GHSA-2cf2-299c-gg46.json +++ b/advisories/unreviewed/2022/05/GHSA-2cf2-299c-gg46/GHSA-2cf2-299c-gg46.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-2g4p-864h-334x/GHSA-2g4p-864h-334x.json b/advisories/unreviewed/2022/05/GHSA-2g4p-864h-334x/GHSA-2g4p-864h-334x.json index f554a0dce4f..f707032a540 100644 --- a/advisories/unreviewed/2022/05/GHSA-2g4p-864h-334x/GHSA-2g4p-864h-334x.json +++ b/advisories/unreviewed/2022/05/GHSA-2g4p-864h-334x/GHSA-2g4p-864h-334x.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-2gxw-4wp7-72hf/GHSA-2gxw-4wp7-72hf.json b/advisories/unreviewed/2022/05/GHSA-2gxw-4wp7-72hf/GHSA-2gxw-4wp7-72hf.json index c60bba05db3..cf4a0eb873b 100644 --- a/advisories/unreviewed/2022/05/GHSA-2gxw-4wp7-72hf/GHSA-2gxw-4wp7-72hf.json +++ b/advisories/unreviewed/2022/05/GHSA-2gxw-4wp7-72hf/GHSA-2gxw-4wp7-72hf.json @@ -7,12 +7,8 @@ "CVE-2011-0926" ], "details": "A certain ActiveX control in CSDWebInstaller.ocx in Cisco Secure Desktop (CSD) does not properly verify the signature of an unspecified downloaded program, which allows remote attackers to execute arbitrary code by spoofing the CSD installation process, a different vulnerability than CVE-2010-0589.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2j8v-wf82-m8qv/GHSA-2j8v-wf82-m8qv.json b/advisories/unreviewed/2022/05/GHSA-2j8v-wf82-m8qv/GHSA-2j8v-wf82-m8qv.json index ac5afd7a6ef..ce3e78a80b6 100644 --- a/advisories/unreviewed/2022/05/GHSA-2j8v-wf82-m8qv/GHSA-2j8v-wf82-m8qv.json +++ b/advisories/unreviewed/2022/05/GHSA-2j8v-wf82-m8qv/GHSA-2j8v-wf82-m8qv.json @@ -7,12 +7,8 @@ "CVE-2011-1907" ], "details": "ISC BIND 9.8.x before 9.8.0-P1, when Response Policy Zones (RPZ) RRset replacement is enabled, allows remote attackers to cause a denial of service (assertion failure and daemon exit) via an RRSIG query.", - "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-2mr4-86fw-5c9r/GHSA-2mr4-86fw-5c9r.json b/advisories/unreviewed/2022/05/GHSA-2mr4-86fw-5c9r/GHSA-2mr4-86fw-5c9r.json index 00def90cd92..763a942ac48 100644 --- a/advisories/unreviewed/2022/05/GHSA-2mr4-86fw-5c9r/GHSA-2mr4-86fw-5c9r.json +++ b/advisories/unreviewed/2022/05/GHSA-2mr4-86fw-5c9r/GHSA-2mr4-86fw-5c9r.json @@ -7,12 +7,8 @@ "CVE-2011-1033" ], "details": "Stack-based buffer overflow in oninit in IBM Informix Dynamic Server (IDS) 11.50 allows remote attackers to execute arbitrary code via crafted arguments in the USELASTCOMMITTED session environment option in a SQL SET ENVIRONMENT statement.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2q53-66m5-xfx3/GHSA-2q53-66m5-xfx3.json b/advisories/unreviewed/2022/05/GHSA-2q53-66m5-xfx3/GHSA-2q53-66m5-xfx3.json index fe91e52441a..40b155c7328 100644 --- a/advisories/unreviewed/2022/05/GHSA-2q53-66m5-xfx3/GHSA-2q53-66m5-xfx3.json +++ b/advisories/unreviewed/2022/05/GHSA-2q53-66m5-xfx3/GHSA-2q53-66m5-xfx3.json @@ -7,12 +7,8 @@ "CVE-2011-0885" ], "details": "A certain Comcast Business Gateway configuration of the SMC SMCD3G-CCR with firmware before 1.4.0.49.2 has a default password of D0nt4g3tme for the mso account, which makes it easier for remote attackers to obtain administrative access via the (1) web interface or (2) TELNET interface.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2q54-4w4q-ghg2/GHSA-2q54-4w4q-ghg2.json b/advisories/unreviewed/2022/05/GHSA-2q54-4w4q-ghg2/GHSA-2q54-4w4q-ghg2.json index c7e2d9065b2..fa7c6d0f976 100644 --- a/advisories/unreviewed/2022/05/GHSA-2q54-4w4q-ghg2/GHSA-2q54-4w4q-ghg2.json +++ b/advisories/unreviewed/2022/05/GHSA-2q54-4w4q-ghg2/GHSA-2q54-4w4q-ghg2.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-2q9r-qxxc-wgh3/GHSA-2q9r-qxxc-wgh3.json b/advisories/unreviewed/2022/05/GHSA-2q9r-qxxc-wgh3/GHSA-2q9r-qxxc-wgh3.json index 47dea1c6330..642b9e95d64 100644 --- a/advisories/unreviewed/2022/05/GHSA-2q9r-qxxc-wgh3/GHSA-2q9r-qxxc-wgh3.json +++ b/advisories/unreviewed/2022/05/GHSA-2q9r-qxxc-wgh3/GHSA-2q9r-qxxc-wgh3.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-2qjf-gm4f-4hxc/GHSA-2qjf-gm4f-4hxc.json b/advisories/unreviewed/2022/05/GHSA-2qjf-gm4f-4hxc/GHSA-2qjf-gm4f-4hxc.json index b4583253ac5..8ee395ebaba 100644 --- a/advisories/unreviewed/2022/05/GHSA-2qjf-gm4f-4hxc/GHSA-2qjf-gm4f-4hxc.json +++ b/advisories/unreviewed/2022/05/GHSA-2qjf-gm4f-4hxc/GHSA-2qjf-gm4f-4hxc.json @@ -7,12 +7,8 @@ "CVE-2011-2764" ], "details": "The FS_CheckFilenameIsNotExecutable function in qcommon/files.c in the ioQuake3 engine 1.36 and earlier, as used in World of Padman, Smokin' Guns, OpenArena, Tremulous, and ioUrbanTerror, does not properly determine dangerous file extensions, which allows remote attackers to execute arbitrary code via a crafted third-party addon that creates a Trojan horse DLL file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2v4m-jrfw-pm9p/GHSA-2v4m-jrfw-pm9p.json b/advisories/unreviewed/2022/05/GHSA-2v4m-jrfw-pm9p/GHSA-2v4m-jrfw-pm9p.json index 78dd719c8b8..9ed2bf2caa3 100644 --- a/advisories/unreviewed/2022/05/GHSA-2v4m-jrfw-pm9p/GHSA-2v4m-jrfw-pm9p.json +++ b/advisories/unreviewed/2022/05/GHSA-2v4m-jrfw-pm9p/GHSA-2v4m-jrfw-pm9p.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-2xx2-7jhq-rw7v/GHSA-2xx2-7jhq-rw7v.json b/advisories/unreviewed/2022/05/GHSA-2xx2-7jhq-rw7v/GHSA-2xx2-7jhq-rw7v.json index 12ae2b418bc..d0501f194f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-2xx2-7jhq-rw7v/GHSA-2xx2-7jhq-rw7v.json +++ b/advisories/unreviewed/2022/05/GHSA-2xx2-7jhq-rw7v/GHSA-2xx2-7jhq-rw7v.json @@ -7,12 +7,8 @@ "CVE-2011-1952" ], "details": "common.php in Post Revolution before 0.8.0c-2 allows remote attackers to cause a denial of service (infinite loop) via malformed HTML markup, as demonstrated by an a< sequence.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2xx8-62cr-6w92/GHSA-2xx8-62cr-6w92.json b/advisories/unreviewed/2022/05/GHSA-2xx8-62cr-6w92/GHSA-2xx8-62cr-6w92.json index 28f80ae2103..bb6d18bddf5 100644 --- a/advisories/unreviewed/2022/05/GHSA-2xx8-62cr-6w92/GHSA-2xx8-62cr-6w92.json +++ b/advisories/unreviewed/2022/05/GHSA-2xx8-62cr-6w92/GHSA-2xx8-62cr-6w92.json @@ -7,12 +7,8 @@ "CVE-2011-1666" ], "details": "Metaways Tine 2.0 allows remote attackers to obtain sensitive information via unknown vectors in (1) Crm/Controller.php, (2) Crm/Export/Csv.php, or (3) Calendar/Model/Attender.php, which reveal the full installation path.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-34p3-c86q-c8j4/GHSA-34p3-c86q-c8j4.json b/advisories/unreviewed/2022/05/GHSA-34p3-c86q-c8j4/GHSA-34p3-c86q-c8j4.json index b72cff46522..d37f752bc26 100644 --- a/advisories/unreviewed/2022/05/GHSA-34p3-c86q-c8j4/GHSA-34p3-c86q-c8j4.json +++ b/advisories/unreviewed/2022/05/GHSA-34p3-c86q-c8j4/GHSA-34p3-c86q-c8j4.json @@ -7,12 +7,8 @@ "CVE-2011-1730" ], "details": "Stack-based buffer overflow in OmniInet.exe in the Backup Client Service in HP OpenView Storage Data Protector 6.00, 6.10, and 6.11 allows remote attackers to execute arbitrary code via a malformed EXEC_SCRIPT message.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-367j-phrj-8hv2/GHSA-367j-phrj-8hv2.json b/advisories/unreviewed/2022/05/GHSA-367j-phrj-8hv2/GHSA-367j-phrj-8hv2.json index 46d9abd4e9f..09def7d2c67 100644 --- a/advisories/unreviewed/2022/05/GHSA-367j-phrj-8hv2/GHSA-367j-phrj-8hv2.json +++ b/advisories/unreviewed/2022/05/GHSA-367j-phrj-8hv2/GHSA-367j-phrj-8hv2.json @@ -7,12 +7,8 @@ "CVE-2013-6735" ], "details": "IBM WebSphere Portal 6.0.0.x through 6.0.0.1, 6.0.1.x through 6.0.1.7, 6.1.0.x through 6.1.0.6 CF27, 6.1.5.x through 6.1.5.3 CF27, 7.0.0.x through 7.0.0.2 CF26, and 8.0.0.x through 8.0.0.1 CF08 allows remote attackers to obtain sensitive Java Content Repository (JCR) information via a modified Web Content Manager (WCM) URL.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3fcp-jc98-wc37/GHSA-3fcp-jc98-wc37.json b/advisories/unreviewed/2022/05/GHSA-3fcp-jc98-wc37/GHSA-3fcp-jc98-wc37.json index b3c3749d6a9..058ede4829d 100644 --- a/advisories/unreviewed/2022/05/GHSA-3fcp-jc98-wc37/GHSA-3fcp-jc98-wc37.json +++ b/advisories/unreviewed/2022/05/GHSA-3fcp-jc98-wc37/GHSA-3fcp-jc98-wc37.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-3g5g-jqgq-pgf2/GHSA-3g5g-jqgq-pgf2.json b/advisories/unreviewed/2022/05/GHSA-3g5g-jqgq-pgf2/GHSA-3g5g-jqgq-pgf2.json index 3e6cd13824d..86167528682 100644 --- a/advisories/unreviewed/2022/05/GHSA-3g5g-jqgq-pgf2/GHSA-3g5g-jqgq-pgf2.json +++ b/advisories/unreviewed/2022/05/GHSA-3g5g-jqgq-pgf2/GHSA-3g5g-jqgq-pgf2.json @@ -7,12 +7,8 @@ "CVE-2011-1422" ], "details": "Cross-site scripting (XSS) vulnerability in an unspecified Shockwave Flash file in EMC RSA Adaptive Authentication On-Premise (AAOP) 2.x, 5.7.x, and 6.x allows remote attackers to inject arbitrary web script or HTML via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3h97-h7g6-m9hp/GHSA-3h97-h7g6-m9hp.json b/advisories/unreviewed/2022/05/GHSA-3h97-h7g6-m9hp/GHSA-3h97-h7g6-m9hp.json index 7ca20d26ccb..84b76c88551 100644 --- a/advisories/unreviewed/2022/05/GHSA-3h97-h7g6-m9hp/GHSA-3h97-h7g6-m9hp.json +++ b/advisories/unreviewed/2022/05/GHSA-3h97-h7g6-m9hp/GHSA-3h97-h7g6-m9hp.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", @@ -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-3hpp-m956-p9wj/GHSA-3hpp-m956-p9wj.json b/advisories/unreviewed/2022/05/GHSA-3hpp-m956-p9wj/GHSA-3hpp-m956-p9wj.json index fdceac53099..7ef5d036bb6 100644 --- a/advisories/unreviewed/2022/05/GHSA-3hpp-m956-p9wj/GHSA-3hpp-m956-p9wj.json +++ b/advisories/unreviewed/2022/05/GHSA-3hpp-m956-p9wj/GHSA-3hpp-m956-p9wj.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-3hvf-c8rp-98pv/GHSA-3hvf-c8rp-98pv.json b/advisories/unreviewed/2022/05/GHSA-3hvf-c8rp-98pv/GHSA-3hvf-c8rp-98pv.json index 073c213623c..7d3fa963835 100644 --- a/advisories/unreviewed/2022/05/GHSA-3hvf-c8rp-98pv/GHSA-3hvf-c8rp-98pv.json +++ b/advisories/unreviewed/2022/05/GHSA-3hvf-c8rp-98pv/GHSA-3hvf-c8rp-98pv.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", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3m7r-w3xm-qwcj/GHSA-3m7r-w3xm-qwcj.json b/advisories/unreviewed/2022/05/GHSA-3m7r-w3xm-qwcj/GHSA-3m7r-w3xm-qwcj.json index 4ca52a84700..54d60268ceb 100644 --- a/advisories/unreviewed/2022/05/GHSA-3m7r-w3xm-qwcj/GHSA-3m7r-w3xm-qwcj.json +++ b/advisories/unreviewed/2022/05/GHSA-3m7r-w3xm-qwcj/GHSA-3m7r-w3xm-qwcj.json @@ -7,12 +7,8 @@ "CVE-2011-2701" ], "details": "The ocsp_check function in rlm_eap_tls.c in FreeRADIUS 2.1.11, when OCSP is enabled, does not properly parse replies from OCSP responders, which allows remote attackers to bypass authentication by using the EAP-TLS protocol with a revoked X.509 client certificate.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3mh6-r7m6-r42x/GHSA-3mh6-r7m6-r42x.json b/advisories/unreviewed/2022/05/GHSA-3mh6-r7m6-r42x/GHSA-3mh6-r7m6-r42x.json index 3f35e412480..c9cb8cca1b2 100644 --- a/advisories/unreviewed/2022/05/GHSA-3mh6-r7m6-r42x/GHSA-3mh6-r7m6-r42x.json +++ b/advisories/unreviewed/2022/05/GHSA-3mh6-r7m6-r42x/GHSA-3mh6-r7m6-r42x.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-3p2p-cj2p-f89p/GHSA-3p2p-cj2p-f89p.json b/advisories/unreviewed/2022/05/GHSA-3p2p-cj2p-f89p/GHSA-3p2p-cj2p-f89p.json index f0c99db04c6..8165629c3be 100644 --- a/advisories/unreviewed/2022/05/GHSA-3p2p-cj2p-f89p/GHSA-3p2p-cj2p-f89p.json +++ b/advisories/unreviewed/2022/05/GHSA-3p2p-cj2p-f89p/GHSA-3p2p-cj2p-f89p.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-3p78-2x5r-gjpp/GHSA-3p78-2x5r-gjpp.json b/advisories/unreviewed/2022/05/GHSA-3p78-2x5r-gjpp/GHSA-3p78-2x5r-gjpp.json index 5b4d2dc30a6..104acd8b483 100644 --- a/advisories/unreviewed/2022/05/GHSA-3p78-2x5r-gjpp/GHSA-3p78-2x5r-gjpp.json +++ b/advisories/unreviewed/2022/05/GHSA-3p78-2x5r-gjpp/GHSA-3p78-2x5r-gjpp.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-3q8f-9qwv-4cxw/GHSA-3q8f-9qwv-4cxw.json b/advisories/unreviewed/2022/05/GHSA-3q8f-9qwv-4cxw/GHSA-3q8f-9qwv-4cxw.json index dcb27bdc1ec..1aacbf5e993 100644 --- a/advisories/unreviewed/2022/05/GHSA-3q8f-9qwv-4cxw/GHSA-3q8f-9qwv-4cxw.json +++ b/advisories/unreviewed/2022/05/GHSA-3q8f-9qwv-4cxw/GHSA-3q8f-9qwv-4cxw.json @@ -7,12 +7,8 @@ "CVE-2011-0545" ], "details": "Cross-site request forgery (CSRF) vulnerability in adduser.do in Symantec LiveUpdate Administrator (LUA) before 2.3 allows remote attackers to hijack the authentication of administrators for requests that create new administrative accounts, and possibly have unspecified other impact, via the userRole parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3qp2-qh33-29hx/GHSA-3qp2-qh33-29hx.json b/advisories/unreviewed/2022/05/GHSA-3qp2-qh33-29hx/GHSA-3qp2-qh33-29hx.json index b198a0a79fa..ed05221c181 100644 --- a/advisories/unreviewed/2022/05/GHSA-3qp2-qh33-29hx/GHSA-3qp2-qh33-29hx.json +++ b/advisories/unreviewed/2022/05/GHSA-3qp2-qh33-29hx/GHSA-3qp2-qh33-29hx.json @@ -7,12 +7,8 @@ "CVE-2013-6450" ], "details": "The DTLS retransmission implementation in OpenSSL 1.0.0 before 1.0.0l and 1.0.1 before 1.0.1f does not properly maintain data structures for digest and encryption contexts, which might allow man-in-the-middle attackers to trigger the use of a different context and cause a denial of service (application crash) by interfering with packet delivery, related to ssl/d1_both.c and ssl/t1_enc.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -108,9 +104,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3qwg-2g6v-2fg4/GHSA-3qwg-2g6v-2fg4.json b/advisories/unreviewed/2022/05/GHSA-3qwg-2g6v-2fg4/GHSA-3qwg-2g6v-2fg4.json index 661d0a160c7..02849e6c10a 100644 --- a/advisories/unreviewed/2022/05/GHSA-3qwg-2g6v-2fg4/GHSA-3qwg-2g6v-2fg4.json +++ b/advisories/unreviewed/2022/05/GHSA-3qwg-2g6v-2fg4/GHSA-3qwg-2g6v-2fg4.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-3r87-cgc8-24q7/GHSA-3r87-cgc8-24q7.json b/advisories/unreviewed/2022/05/GHSA-3r87-cgc8-24q7/GHSA-3r87-cgc8-24q7.json index 79e480d3f0e..db7b820da11 100644 --- a/advisories/unreviewed/2022/05/GHSA-3r87-cgc8-24q7/GHSA-3r87-cgc8-24q7.json +++ b/advisories/unreviewed/2022/05/GHSA-3r87-cgc8-24q7/GHSA-3r87-cgc8-24q7.json @@ -7,12 +7,8 @@ "CVE-2013-6232" ], "details": "Cross-site scripting (XSS) vulnerability in SpagoBI before 4.1 allows remote authenticated users to inject arbitrary web script or HTML via a document note in the execution page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3w96-rhq8-qmh8/GHSA-3w96-rhq8-qmh8.json b/advisories/unreviewed/2022/05/GHSA-3w96-rhq8-qmh8/GHSA-3w96-rhq8-qmh8.json index b4439d33194..7a4da865932 100644 --- a/advisories/unreviewed/2022/05/GHSA-3w96-rhq8-qmh8/GHSA-3w96-rhq8-qmh8.json +++ b/advisories/unreviewed/2022/05/GHSA-3w96-rhq8-qmh8/GHSA-3w96-rhq8-qmh8.json @@ -7,12 +7,8 @@ "CVE-2011-1723" ], "details": "Cross-site scripting (XSS) vulnerability in app/views/layouts/base.rhtml in Redmine 1.0.1 through 1.1.1 allows remote attackers to inject arbitrary web script or HTML via the PATH_INFO to projects/hg-helloworld/news/. NOTE: some of these details are obtained from third party information.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3x6x-rwvf-87gv/GHSA-3x6x-rwvf-87gv.json b/advisories/unreviewed/2022/05/GHSA-3x6x-rwvf-87gv/GHSA-3x6x-rwvf-87gv.json index 770f40ee803..789c72c1aca 100644 --- a/advisories/unreviewed/2022/05/GHSA-3x6x-rwvf-87gv/GHSA-3x6x-rwvf-87gv.json +++ b/advisories/unreviewed/2022/05/GHSA-3x6x-rwvf-87gv/GHSA-3x6x-rwvf-87gv.json @@ -7,12 +7,8 @@ "CVE-2011-0919" ], "details": "Multiple stack-based buffer overflows in the (1) POP3 and (2) IMAP services in IBM Lotus Domino allow remote attackers to execute arbitrary code via non-printable characters in an envelope sender address, aka SPR KLYH87LLVJ.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4248-p64f-3j9w/GHSA-4248-p64f-3j9w.json b/advisories/unreviewed/2022/05/GHSA-4248-p64f-3j9w/GHSA-4248-p64f-3j9w.json index f7e30d0448c..5957af19ef7 100644 --- a/advisories/unreviewed/2022/05/GHSA-4248-p64f-3j9w/GHSA-4248-p64f-3j9w.json +++ b/advisories/unreviewed/2022/05/GHSA-4248-p64f-3j9w/GHSA-4248-p64f-3j9w.json @@ -7,12 +7,8 @@ "CVE-2011-1785" ], "details": "VMware ESXi 4.0 and 4.1 and ESX 4.0 and 4.1 allow remote attackers to cause a denial of service (socket exhaustion) via unspecified network traffic.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4288-wphc-vc7w/GHSA-4288-wphc-vc7w.json b/advisories/unreviewed/2022/05/GHSA-4288-wphc-vc7w/GHSA-4288-wphc-vc7w.json index b164c75a788..b1a13a48f60 100644 --- a/advisories/unreviewed/2022/05/GHSA-4288-wphc-vc7w/GHSA-4288-wphc-vc7w.json +++ b/advisories/unreviewed/2022/05/GHSA-4288-wphc-vc7w/GHSA-4288-wphc-vc7w.json @@ -7,12 +7,8 @@ "CVE-2011-2543" ], "details": "Buffer overflow in the cuil component in Cisco Telepresence System Integrator C Series 4.x before TC4.2.0 allows remote authenticated users to cause a denial of service (endpoint reboot or process crash) or possibly execute arbitrary code via a long location parameter to the getxml program, aka Bug ID CSCtq46496.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-42v4-3ghc-v5xh/GHSA-42v4-3ghc-v5xh.json b/advisories/unreviewed/2022/05/GHSA-42v4-3ghc-v5xh/GHSA-42v4-3ghc-v5xh.json index e3c75a518bc..4dcd8eda7a7 100644 --- a/advisories/unreviewed/2022/05/GHSA-42v4-3ghc-v5xh/GHSA-42v4-3ghc-v5xh.json +++ b/advisories/unreviewed/2022/05/GHSA-42v4-3ghc-v5xh/GHSA-42v4-3ghc-v5xh.json @@ -7,12 +7,8 @@ "CVE-2011-1707" ], "details": "Stack-based buffer overflow in nipplib.dll in Novell iPrint Client before 5.64 allows remote attackers to execute arbitrary code via a crafted op-printer-list-all-jobs parameter in a printer-url.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-435q-8pxf-fr67/GHSA-435q-8pxf-fr67.json b/advisories/unreviewed/2022/05/GHSA-435q-8pxf-fr67/GHSA-435q-8pxf-fr67.json index 638dd7246fc..bb420e6bbaf 100644 --- a/advisories/unreviewed/2022/05/GHSA-435q-8pxf-fr67/GHSA-435q-8pxf-fr67.json +++ b/advisories/unreviewed/2022/05/GHSA-435q-8pxf-fr67/GHSA-435q-8pxf-fr67.json @@ -7,12 +7,8 @@ "CVE-2011-0647" ], "details": "The irccd.exe service in EMC Replication Manager Client before 5.3 and NetWorker Module for Microsoft Applications 2.1.x and 2.2.x allows remote attackers to execute arbitrary commands via the RunProgram function to TCP port 6542.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-43jr-65gg-fq95/GHSA-43jr-65gg-fq95.json b/advisories/unreviewed/2022/05/GHSA-43jr-65gg-fq95/GHSA-43jr-65gg-fq95.json index 89feceace98..7f01e18f5d8 100644 --- a/advisories/unreviewed/2022/05/GHSA-43jr-65gg-fq95/GHSA-43jr-65gg-fq95.json +++ b/advisories/unreviewed/2022/05/GHSA-43jr-65gg-fq95/GHSA-43jr-65gg-fq95.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-446x-f9hh-hqmm/GHSA-446x-f9hh-hqmm.json b/advisories/unreviewed/2022/05/GHSA-446x-f9hh-hqmm/GHSA-446x-f9hh-hqmm.json index da75ca83934..799dbe60e59 100644 --- a/advisories/unreviewed/2022/05/GHSA-446x-f9hh-hqmm/GHSA-446x-f9hh-hqmm.json +++ b/advisories/unreviewed/2022/05/GHSA-446x-f9hh-hqmm/GHSA-446x-f9hh-hqmm.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-44gj-57cg-mxj8/GHSA-44gj-57cg-mxj8.json b/advisories/unreviewed/2022/05/GHSA-44gj-57cg-mxj8/GHSA-44gj-57cg-mxj8.json index 19ba8fcef0e..e3950713052 100644 --- a/advisories/unreviewed/2022/05/GHSA-44gj-57cg-mxj8/GHSA-44gj-57cg-mxj8.json +++ b/advisories/unreviewed/2022/05/GHSA-44gj-57cg-mxj8/GHSA-44gj-57cg-mxj8.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-45w9-36j2-4p58/GHSA-45w9-36j2-4p58.json b/advisories/unreviewed/2022/05/GHSA-45w9-36j2-4p58/GHSA-45w9-36j2-4p58.json index d3056217a11..9e5b2268839 100644 --- a/advisories/unreviewed/2022/05/GHSA-45w9-36j2-4p58/GHSA-45w9-36j2-4p58.json +++ b/advisories/unreviewed/2022/05/GHSA-45w9-36j2-4p58/GHSA-45w9-36j2-4p58.json @@ -7,12 +7,8 @@ "CVE-2011-1220" ], "details": "Stack-based buffer overflow in lcfd.exe in Tivoli Endpoint in IBM Tivoli Management Framework 3.7.1, 4.1, 4.1.1, and 4.3.1 allows remote authenticated users to execute arbitrary code via a long opts field.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-46c3-xc8j-9qg7/GHSA-46c3-xc8j-9qg7.json b/advisories/unreviewed/2022/05/GHSA-46c3-xc8j-9qg7/GHSA-46c3-xc8j-9qg7.json index bc2cd58efe8..6b2493cfb6e 100644 --- a/advisories/unreviewed/2022/05/GHSA-46c3-xc8j-9qg7/GHSA-46c3-xc8j-9qg7.json +++ b/advisories/unreviewed/2022/05/GHSA-46c3-xc8j-9qg7/GHSA-46c3-xc8j-9qg7.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-46hc-wxjq-78p9/GHSA-46hc-wxjq-78p9.json b/advisories/unreviewed/2022/05/GHSA-46hc-wxjq-78p9/GHSA-46hc-wxjq-78p9.json index 079ecd8189c..1678a81f2f5 100644 --- a/advisories/unreviewed/2022/05/GHSA-46hc-wxjq-78p9/GHSA-46hc-wxjq-78p9.json +++ b/advisories/unreviewed/2022/05/GHSA-46hc-wxjq-78p9/GHSA-46hc-wxjq-78p9.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-47f6-pj9c-f35v/GHSA-47f6-pj9c-f35v.json b/advisories/unreviewed/2022/05/GHSA-47f6-pj9c-f35v/GHSA-47f6-pj9c-f35v.json index 78dff2be6dd..812fc710512 100644 --- a/advisories/unreviewed/2022/05/GHSA-47f6-pj9c-f35v/GHSA-47f6-pj9c-f35v.json +++ b/advisories/unreviewed/2022/05/GHSA-47f6-pj9c-f35v/GHSA-47f6-pj9c-f35v.json @@ -7,12 +7,8 @@ "CVE-2011-1658" ], "details": "ld.so in the GNU C Library (aka glibc or libc6) 2.13 and earlier expands the $ORIGIN dynamic string token when RPATH is composed entirely of this token, which might allow local users to gain privileges by creating a hard link in an arbitrary directory to a (1) setuid or (2) setgid program with this RPATH value, and then executing the program with a crafted value for the LD_PRELOAD environment variable, a different vulnerability than CVE-2010-3847 and CVE-2011-0536. NOTE: it is not expected that any standard operating-system distribution would ship an applicable setuid or setgid program.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-47wr-prj3-v89g/GHSA-47wr-prj3-v89g.json b/advisories/unreviewed/2022/05/GHSA-47wr-prj3-v89g/GHSA-47wr-prj3-v89g.json index 288cc6f7895..ab1404f30c7 100644 --- a/advisories/unreviewed/2022/05/GHSA-47wr-prj3-v89g/GHSA-47wr-prj3-v89g.json +++ b/advisories/unreviewed/2022/05/GHSA-47wr-prj3-v89g/GHSA-47wr-prj3-v89g.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-48ww-7497-cmhw/GHSA-48ww-7497-cmhw.json b/advisories/unreviewed/2022/05/GHSA-48ww-7497-cmhw/GHSA-48ww-7497-cmhw.json index 16a3d7a2305..94ada067b66 100644 --- a/advisories/unreviewed/2022/05/GHSA-48ww-7497-cmhw/GHSA-48ww-7497-cmhw.json +++ b/advisories/unreviewed/2022/05/GHSA-48ww-7497-cmhw/GHSA-48ww-7497-cmhw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-48xw-wgx8-g7pr/GHSA-48xw-wgx8-g7pr.json b/advisories/unreviewed/2022/05/GHSA-48xw-wgx8-g7pr/GHSA-48xw-wgx8-g7pr.json index f73ff5ef248..a49b8bb322b 100644 --- a/advisories/unreviewed/2022/05/GHSA-48xw-wgx8-g7pr/GHSA-48xw-wgx8-g7pr.json +++ b/advisories/unreviewed/2022/05/GHSA-48xw-wgx8-g7pr/GHSA-48xw-wgx8-g7pr.json @@ -7,12 +7,8 @@ "CVE-2011-1509" ], "details": "The encryptPassword function in Login.js in ManageEngine ServiceDesk Plus (SDP) 8012 and earlier uses a Caesar cipher for encryption of passwords in cookies, which makes it easier for remote attackers to obtain sensitive information by sniffing the network.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-49wr-6x3m-4p8x/GHSA-49wr-6x3m-4p8x.json b/advisories/unreviewed/2022/05/GHSA-49wr-6x3m-4p8x/GHSA-49wr-6x3m-4p8x.json index 99f16999723..9c6fdec1659 100644 --- a/advisories/unreviewed/2022/05/GHSA-49wr-6x3m-4p8x/GHSA-49wr-6x3m-4p8x.json +++ b/advisories/unreviewed/2022/05/GHSA-49wr-6x3m-4p8x/GHSA-49wr-6x3m-4p8x.json @@ -7,12 +7,8 @@ "CVE-2011-0746" ], "details": "Cross-site request forgery (CSRF) vulnerability in Forms/PortForwarding_Edit_1 on the ZyXEL O2 DSL Router Classic allows remote attackers to hijack the authentication of administrators for requests that insert cross-site scripting (XSS) sequences via the PortRule_Name parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4c5c-mh4v-prwp/GHSA-4c5c-mh4v-prwp.json b/advisories/unreviewed/2022/05/GHSA-4c5c-mh4v-prwp/GHSA-4c5c-mh4v-prwp.json index 5c78ee2de34..e88c65af35a 100644 --- a/advisories/unreviewed/2022/05/GHSA-4c5c-mh4v-prwp/GHSA-4c5c-mh4v-prwp.json +++ b/advisories/unreviewed/2022/05/GHSA-4c5c-mh4v-prwp/GHSA-4c5c-mh4v-prwp.json @@ -7,12 +7,8 @@ "CVE-2011-2330" ], "details": "Tivoli Endpoint in IBM Tivoli Management Framework 3.7.1, 4.1, 4.1.1, and 4.3.1 has an unspecified \"built-in account\" that is \"trivially\" accessed, which makes it easier for remote attackers to send requests to restricted pages via a session on TCP port 9495, a different vulnerability than CVE-2011-1220.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4c7v-wvrw-qr33/GHSA-4c7v-wvrw-qr33.json b/advisories/unreviewed/2022/05/GHSA-4c7v-wvrw-qr33/GHSA-4c7v-wvrw-qr33.json index 8bb5ab45418..16689406a95 100644 --- a/advisories/unreviewed/2022/05/GHSA-4c7v-wvrw-qr33/GHSA-4c7v-wvrw-qr33.json +++ b/advisories/unreviewed/2022/05/GHSA-4c7v-wvrw-qr33/GHSA-4c7v-wvrw-qr33.json @@ -7,12 +7,8 @@ "CVE-2011-0694" ], "details": "RealNetworks RealPlayer 11.0 through 11.1, SP 1.0 through 1.1.5, and 14.0.0 through 14.0.1, and Enterprise 2.0 through 2.1.4, uses predictable names for temporary files, which allows remote attackers to conduct cross-domain scripting attacks and execute arbitrary code via the OpenURLinPlayerBrowser function.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4cfg-5pr6-jx55/GHSA-4cfg-5pr6-jx55.json b/advisories/unreviewed/2022/05/GHSA-4cfg-5pr6-jx55/GHSA-4cfg-5pr6-jx55.json index 2df416ff281..f104e71efb0 100644 --- a/advisories/unreviewed/2022/05/GHSA-4cfg-5pr6-jx55/GHSA-4cfg-5pr6-jx55.json +++ b/advisories/unreviewed/2022/05/GHSA-4cfg-5pr6-jx55/GHSA-4cfg-5pr6-jx55.json @@ -7,12 +7,8 @@ "CVE-2011-1702" ], "details": "Heap-based buffer overflow in nipplib.dll in Novell iPrint Client before 5.64 allows remote attackers to execute arbitrary code via a crafted file-date-time parameter in a printer-url.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4ffw-q78r-2442/GHSA-4ffw-q78r-2442.json b/advisories/unreviewed/2022/05/GHSA-4ffw-q78r-2442/GHSA-4ffw-q78r-2442.json index 3b540626462..e2540256891 100644 --- a/advisories/unreviewed/2022/05/GHSA-4ffw-q78r-2442/GHSA-4ffw-q78r-2442.json +++ b/advisories/unreviewed/2022/05/GHSA-4ffw-q78r-2442/GHSA-4ffw-q78r-2442.json @@ -7,12 +7,8 @@ "CVE-2011-3140" ], "details": "IBM Web Application Firewall, as used on the G400 IPS-G400-IB-1 and GX4004 IPS-GX4004-IB-2 appliances with update 31.030, does not properly handle query strings with multiple instances of the same parameter, which allows remote attackers to bypass intended intrusion prevention by dividing a dangerous parameter value into substrings, as demonstrated by a SQL statement that is split across multiple iid parameters and then sent to a .aspx file on an IIS web server.", - "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-4fgw-ccjj-q53m/GHSA-4fgw-ccjj-q53m.json b/advisories/unreviewed/2022/05/GHSA-4fgw-ccjj-q53m/GHSA-4fgw-ccjj-q53m.json index ffccd4a5cfd..3cc543c530a 100644 --- a/advisories/unreviewed/2022/05/GHSA-4fgw-ccjj-q53m/GHSA-4fgw-ccjj-q53m.json +++ b/advisories/unreviewed/2022/05/GHSA-4fgw-ccjj-q53m/GHSA-4fgw-ccjj-q53m.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-4h59-jg65-9v45/GHSA-4h59-jg65-9v45.json b/advisories/unreviewed/2022/05/GHSA-4h59-jg65-9v45/GHSA-4h59-jg65-9v45.json index d41fd3c927d..d613f3bd42f 100644 --- a/advisories/unreviewed/2022/05/GHSA-4h59-jg65-9v45/GHSA-4h59-jg65-9v45.json +++ b/advisories/unreviewed/2022/05/GHSA-4h59-jg65-9v45/GHSA-4h59-jg65-9v45.json @@ -7,12 +7,8 @@ "CVE-2011-0925" ], "details": "The CSDWebInstallerCtrl ActiveX control in CSDWebInstaller.ocx in Cisco Secure Desktop (CSD) allows remote attackers to download an unintended Cisco program onto a client machine, and execute this program, by identifying a Cisco program with a Cisco digital signature and then renaming this program to inst.exe, a different vulnerability than CVE-2010-0589 and CVE-2011-0926.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4hr6-jqg2-5hf4/GHSA-4hr6-jqg2-5hf4.json b/advisories/unreviewed/2022/05/GHSA-4hr6-jqg2-5hf4/GHSA-4hr6-jqg2-5hf4.json index 8a6e9c48d72..a53813925cc 100644 --- a/advisories/unreviewed/2022/05/GHSA-4hr6-jqg2-5hf4/GHSA-4hr6-jqg2-5hf4.json +++ b/advisories/unreviewed/2022/05/GHSA-4hr6-jqg2-5hf4/GHSA-4hr6-jqg2-5hf4.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-4jgm-xpqf-vqrj/GHSA-4jgm-xpqf-vqrj.json b/advisories/unreviewed/2022/05/GHSA-4jgm-xpqf-vqrj/GHSA-4jgm-xpqf-vqrj.json index a6294ae0c14..141be2caa75 100644 --- a/advisories/unreviewed/2022/05/GHSA-4jgm-xpqf-vqrj/GHSA-4jgm-xpqf-vqrj.json +++ b/advisories/unreviewed/2022/05/GHSA-4jgm-xpqf-vqrj/GHSA-4jgm-xpqf-vqrj.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-4q76-78f5-qm92/GHSA-4q76-78f5-qm92.json b/advisories/unreviewed/2022/05/GHSA-4q76-78f5-qm92/GHSA-4q76-78f5-qm92.json index 13655b00370..ffc61468ae0 100644 --- a/advisories/unreviewed/2022/05/GHSA-4q76-78f5-qm92/GHSA-4q76-78f5-qm92.json +++ b/advisories/unreviewed/2022/05/GHSA-4q76-78f5-qm92/GHSA-4q76-78f5-qm92.json @@ -7,12 +7,8 @@ "CVE-2011-1708" ], "details": "Stack-based buffer overflow in nipplib.dll in Novell iPrint Client before 5.64 allows remote attackers to execute arbitrary code via a crafted op-printer-list-all-jobs cookie.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4v9q-9vcj-g43w/GHSA-4v9q-9vcj-g43w.json b/advisories/unreviewed/2022/05/GHSA-4v9q-9vcj-g43w/GHSA-4v9q-9vcj-g43w.json index aa220cc5415..b519e765ef0 100644 --- a/advisories/unreviewed/2022/05/GHSA-4v9q-9vcj-g43w/GHSA-4v9q-9vcj-g43w.json +++ b/advisories/unreviewed/2022/05/GHSA-4v9q-9vcj-g43w/GHSA-4v9q-9vcj-g43w.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-53m7-6549-4h85/GHSA-53m7-6549-4h85.json b/advisories/unreviewed/2022/05/GHSA-53m7-6549-4h85/GHSA-53m7-6549-4h85.json index bb5679c9977..38ab1651c1a 100644 --- a/advisories/unreviewed/2022/05/GHSA-53m7-6549-4h85/GHSA-53m7-6549-4h85.json +++ b/advisories/unreviewed/2022/05/GHSA-53m7-6549-4h85/GHSA-53m7-6549-4h85.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-542c-3359-m5v9/GHSA-542c-3359-m5v9.json b/advisories/unreviewed/2022/05/GHSA-542c-3359-m5v9/GHSA-542c-3359-m5v9.json index 3f40c8a8c8d..95bce77115f 100644 --- a/advisories/unreviewed/2022/05/GHSA-542c-3359-m5v9/GHSA-542c-3359-m5v9.json +++ b/advisories/unreviewed/2022/05/GHSA-542c-3359-m5v9/GHSA-542c-3359-m5v9.json @@ -7,12 +7,8 @@ "CVE-2011-2736" ], "details": "RSA enVision 4.x before 4 SP4 P3 places cleartext administrative credentials in Task Escalation e-mail messages, which allows remote attackers to obtain sensitive information by sniffing the network or leveraging access to a recipient mailbox.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5753-gp8w-7p39/GHSA-5753-gp8w-7p39.json b/advisories/unreviewed/2022/05/GHSA-5753-gp8w-7p39/GHSA-5753-gp8w-7p39.json index 53d85b2a920..c8c3fe2a6cf 100644 --- a/advisories/unreviewed/2022/05/GHSA-5753-gp8w-7p39/GHSA-5753-gp8w-7p39.json +++ b/advisories/unreviewed/2022/05/GHSA-5753-gp8w-7p39/GHSA-5753-gp8w-7p39.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-57jq-hp37-xcc8/GHSA-57jq-hp37-xcc8.json b/advisories/unreviewed/2022/05/GHSA-57jq-hp37-xcc8/GHSA-57jq-hp37-xcc8.json index 741f856d7af..f55eb066cc7 100644 --- a/advisories/unreviewed/2022/05/GHSA-57jq-hp37-xcc8/GHSA-57jq-hp37-xcc8.json +++ b/advisories/unreviewed/2022/05/GHSA-57jq-hp37-xcc8/GHSA-57jq-hp37-xcc8.json @@ -7,12 +7,8 @@ "CVE-2011-1705" ], "details": "Heap-based buffer overflow in nipplib.dll in Novell iPrint Client before 5.64 allows remote attackers to execute arbitrary code via a crafted client-file-name parameter in a printer-url.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-59fm-p4x5-qvjv/GHSA-59fm-p4x5-qvjv.json b/advisories/unreviewed/2022/05/GHSA-59fm-p4x5-qvjv/GHSA-59fm-p4x5-qvjv.json index 94804bd140d..f1f3ceddb0f 100644 --- a/advisories/unreviewed/2022/05/GHSA-59fm-p4x5-qvjv/GHSA-59fm-p4x5-qvjv.json +++ b/advisories/unreviewed/2022/05/GHSA-59fm-p4x5-qvjv/GHSA-59fm-p4x5-qvjv.json @@ -7,12 +7,8 @@ "CVE-2011-1786" ], "details": "lsassd in Likewise Open /Enterprise 5.3 before build 7845, Open 6.0 before build 8325, and Enterprise 6.0 before build 178, as distributed in VMware ESXi 4.1 and ESX 4.1 and possibly other products, allows remote attackers to cause a denial of service (daemon crash) via an Active Directory login attempt that provides a username containing an invalid byte sequence.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5cq6-j3hg-gxhm/GHSA-5cq6-j3hg-gxhm.json b/advisories/unreviewed/2022/05/GHSA-5cq6-j3hg-gxhm/GHSA-5cq6-j3hg-gxhm.json index b4652f52b78..4ad3fd9b57c 100644 --- a/advisories/unreviewed/2022/05/GHSA-5cq6-j3hg-gxhm/GHSA-5cq6-j3hg-gxhm.json +++ b/advisories/unreviewed/2022/05/GHSA-5cq6-j3hg-gxhm/GHSA-5cq6-j3hg-gxhm.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-5jh3-8qhh-f7pp/GHSA-5jh3-8qhh-f7pp.json b/advisories/unreviewed/2022/05/GHSA-5jh3-8qhh-f7pp/GHSA-5jh3-8qhh-f7pp.json index f482e0ec25b..b585480476f 100644 --- a/advisories/unreviewed/2022/05/GHSA-5jh3-8qhh-f7pp/GHSA-5jh3-8qhh-f7pp.json +++ b/advisories/unreviewed/2022/05/GHSA-5jh3-8qhh-f7pp/GHSA-5jh3-8qhh-f7pp.json @@ -7,12 +7,8 @@ "CVE-2011-1063" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in Cherry-Design Photopad 1.2.0 allow remote attackers to inject arbitrary web script or HTML via the (1) id or (2) data[title] parameters in an edit action to files.php, or (3) id parameter in a view action to gallery.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5jh9-6hmv-94jw/GHSA-5jh9-6hmv-94jw.json b/advisories/unreviewed/2022/05/GHSA-5jh9-6hmv-94jw/GHSA-5jh9-6hmv-94jw.json index 1cdbb47bd36..f75d2bbe739 100644 --- a/advisories/unreviewed/2022/05/GHSA-5jh9-6hmv-94jw/GHSA-5jh9-6hmv-94jw.json +++ b/advisories/unreviewed/2022/05/GHSA-5jh9-6hmv-94jw/GHSA-5jh9-6hmv-94jw.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-5qm3-r528-v25h/GHSA-5qm3-r528-v25h.json b/advisories/unreviewed/2022/05/GHSA-5qm3-r528-v25h/GHSA-5qm3-r528-v25h.json index 41265423ff0..d63d59f7b70 100644 --- a/advisories/unreviewed/2022/05/GHSA-5qm3-r528-v25h/GHSA-5qm3-r528-v25h.json +++ b/advisories/unreviewed/2022/05/GHSA-5qm3-r528-v25h/GHSA-5qm3-r528-v25h.json @@ -7,12 +7,8 @@ "CVE-2011-0742" ], "details": "Buffer overflow in ZfHIPCND.exe in Novell ZENworks Handheld Management 7.0 allows remote attackers to execute arbitrary code via a crafted IP Conduit packet to TCP port 2400.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5r2f-3mmm-6xmp/GHSA-5r2f-3mmm-6xmp.json b/advisories/unreviewed/2022/05/GHSA-5r2f-3mmm-6xmp/GHSA-5r2f-3mmm-6xmp.json index 95141b7dd1e..66f06a42355 100644 --- a/advisories/unreviewed/2022/05/GHSA-5r2f-3mmm-6xmp/GHSA-5r2f-3mmm-6xmp.json +++ b/advisories/unreviewed/2022/05/GHSA-5r2f-3mmm-6xmp/GHSA-5r2f-3mmm-6xmp.json @@ -7,12 +7,8 @@ "CVE-2011-2220" ], "details": "Stack-based buffer overflow in NFREngine.exe in Novell File Reporter Engine before 1.0.2.53, as used in Novell File Reporter and other products, allows remote attackers to execute arbitrary code via a crafted RECORD element.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5r3q-hg53-xg47/GHSA-5r3q-hg53-xg47.json b/advisories/unreviewed/2022/05/GHSA-5r3q-hg53-xg47/GHSA-5r3q-hg53-xg47.json index 6b763e8190e..d748b5b74e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-5r3q-hg53-xg47/GHSA-5r3q-hg53-xg47.json +++ b/advisories/unreviewed/2022/05/GHSA-5r3q-hg53-xg47/GHSA-5r3q-hg53-xg47.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-5r42-r8g9-wcrx/GHSA-5r42-r8g9-wcrx.json b/advisories/unreviewed/2022/05/GHSA-5r42-r8g9-wcrx/GHSA-5r42-r8g9-wcrx.json index 7a50e5b3fcb..c777cc0920b 100644 --- a/advisories/unreviewed/2022/05/GHSA-5r42-r8g9-wcrx/GHSA-5r42-r8g9-wcrx.json +++ b/advisories/unreviewed/2022/05/GHSA-5r42-r8g9-wcrx/GHSA-5r42-r8g9-wcrx.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-5rq7-2qmm-8925/GHSA-5rq7-2qmm-8925.json b/advisories/unreviewed/2022/05/GHSA-5rq7-2qmm-8925/GHSA-5rq7-2qmm-8925.json index 502b03850fb..86cdf7fec95 100644 --- a/advisories/unreviewed/2022/05/GHSA-5rq7-2qmm-8925/GHSA-5rq7-2qmm-8925.json +++ b/advisories/unreviewed/2022/05/GHSA-5rq7-2qmm-8925/GHSA-5rq7-2qmm-8925.json @@ -7,12 +7,8 @@ "CVE-2011-2357" ], "details": "Cross-application scripting vulnerability in the Browser URL loading functionality in Android 2.3.4 and 3.1 allows local applications to bypass the sandbox and execute arbitrary Javascript in arbitrary domains by (1) causing the MAX_TAB number of tabs to be opened, then loading a URI to the targeted domain into the current tab, or (2) making two startActivity function calls beginning with the targeted domain's URI followed by the malicious Javascript while the UI focus is still associated with the targeted domain.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-62xg-9rr5-qjfw/GHSA-62xg-9rr5-qjfw.json b/advisories/unreviewed/2022/05/GHSA-62xg-9rr5-qjfw/GHSA-62xg-9rr5-qjfw.json index c48eafffeb1..dfd31088e2c 100644 --- a/advisories/unreviewed/2022/05/GHSA-62xg-9rr5-qjfw/GHSA-62xg-9rr5-qjfw.json +++ b/advisories/unreviewed/2022/05/GHSA-62xg-9rr5-qjfw/GHSA-62xg-9rr5-qjfw.json @@ -7,12 +7,8 @@ "CVE-2011-1838" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in TemplateLogin.pm in TWiki before 5.0.2 allow remote attackers to inject arbitrary web script or HTML via the origurl parameter to a (1) view script or (2) login script.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6399-c226-99jr/GHSA-6399-c226-99jr.json b/advisories/unreviewed/2022/05/GHSA-6399-c226-99jr/GHSA-6399-c226-99jr.json index cb6e0bbea11..a93ecb33387 100644 --- a/advisories/unreviewed/2022/05/GHSA-6399-c226-99jr/GHSA-6399-c226-99jr.json +++ b/advisories/unreviewed/2022/05/GHSA-6399-c226-99jr/GHSA-6399-c226-99jr.json @@ -7,12 +7,8 @@ "CVE-2008-5317" ], "details": "Integer signedness error in the cmsAllocGamma function in src/cmsgamma.c in Little cms color engine (aka lcms) before 1.17 allows attackers to have an unknown impact via a file containing a certain \"number of entries\" value, which is interpreted improperly, leading to an allocation of insufficient memory.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-64m7-3v2x-c999/GHSA-64m7-3v2x-c999.json b/advisories/unreviewed/2022/05/GHSA-64m7-3v2x-c999/GHSA-64m7-3v2x-c999.json index 49575b8de6c..e602ac4ce03 100644 --- a/advisories/unreviewed/2022/05/GHSA-64m7-3v2x-c999/GHSA-64m7-3v2x-c999.json +++ b/advisories/unreviewed/2022/05/GHSA-64m7-3v2x-c999/GHSA-64m7-3v2x-c999.json @@ -7,12 +7,8 @@ "CVE-2008-5134" ], "details": "Buffer overflow in the lbs_process_bss function in drivers/net/wireless/libertas/scan.c in the libertas subsystem in the Linux kernel before 2.6.27.5 allows remote attackers to have an unknown impact via an \"invalid beacon/probe response.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-64wx-9889-v8xp/GHSA-64wx-9889-v8xp.json b/advisories/unreviewed/2022/05/GHSA-64wx-9889-v8xp/GHSA-64wx-9889-v8xp.json index 1a39b2975ee..e988a68b04a 100644 --- a/advisories/unreviewed/2022/05/GHSA-64wx-9889-v8xp/GHSA-64wx-9889-v8xp.json +++ b/advisories/unreviewed/2022/05/GHSA-64wx-9889-v8xp/GHSA-64wx-9889-v8xp.json @@ -7,12 +7,8 @@ "CVE-2011-1038" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in stconf.nsf in the server in IBM Lotus Sametime 8.0.1 allow remote attackers to inject arbitrary web script or HTML via (1) the messageString parameter in a WebMessage action or (2) the PATH_INFO.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-66pf-28xp-fqp6/GHSA-66pf-28xp-fqp6.json b/advisories/unreviewed/2022/05/GHSA-66pf-28xp-fqp6/GHSA-66pf-28xp-fqp6.json index 5edd1e8c3d3..9ada806ead2 100644 --- a/advisories/unreviewed/2022/05/GHSA-66pf-28xp-fqp6/GHSA-66pf-28xp-fqp6.json +++ b/advisories/unreviewed/2022/05/GHSA-66pf-28xp-fqp6/GHSA-66pf-28xp-fqp6.json @@ -7,12 +7,8 @@ "CVE-2011-0748" ], "details": "Multiple cross-site request forgery (CSRF) vulnerabilities in phpList before 2.10.13 allow remote attackers to hijack the authentication of administrators for requests that (1) add or (2) edit administrator accounts.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-686x-c2q2-h7xv/GHSA-686x-c2q2-h7xv.json b/advisories/unreviewed/2022/05/GHSA-686x-c2q2-h7xv/GHSA-686x-c2q2-h7xv.json index 2ab1956b9b6..9492db57130 100644 --- a/advisories/unreviewed/2022/05/GHSA-686x-c2q2-h7xv/GHSA-686x-c2q2-h7xv.json +++ b/advisories/unreviewed/2022/05/GHSA-686x-c2q2-h7xv/GHSA-686x-c2q2-h7xv.json @@ -7,12 +7,8 @@ "CVE-2011-1866" ], "details": "Buffer overflow in omniinet.exe in the inet service in HP OpenView Storage Data Protector 6.00 through 6.20 allows remote attackers to execute arbitrary code via a crafted request, related to the EXEC_CMD functionality.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-68pp-pqvq-w6jg/GHSA-68pp-pqvq-w6jg.json b/advisories/unreviewed/2022/05/GHSA-68pp-pqvq-w6jg/GHSA-68pp-pqvq-w6jg.json index 38d6b60dfca..779d01f70ef 100644 --- a/advisories/unreviewed/2022/05/GHSA-68pp-pqvq-w6jg/GHSA-68pp-pqvq-w6jg.json +++ b/advisories/unreviewed/2022/05/GHSA-68pp-pqvq-w6jg/GHSA-68pp-pqvq-w6jg.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-69h5-9vj8-c9pg/GHSA-69h5-9vj8-c9pg.json b/advisories/unreviewed/2022/05/GHSA-69h5-9vj8-c9pg/GHSA-69h5-9vj8-c9pg.json index cef263320fa..9636176ee17 100644 --- a/advisories/unreviewed/2022/05/GHSA-69h5-9vj8-c9pg/GHSA-69h5-9vj8-c9pg.json +++ b/advisories/unreviewed/2022/05/GHSA-69h5-9vj8-c9pg/GHSA-69h5-9vj8-c9pg.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-69mr-pxw9-2m8r/GHSA-69mr-pxw9-2m8r.json b/advisories/unreviewed/2022/05/GHSA-69mr-pxw9-2m8r/GHSA-69mr-pxw9-2m8r.json index 56ec68ea6ff..9cf3e810e23 100644 --- a/advisories/unreviewed/2022/05/GHSA-69mr-pxw9-2m8r/GHSA-69mr-pxw9-2m8r.json +++ b/advisories/unreviewed/2022/05/GHSA-69mr-pxw9-2m8r/GHSA-69mr-pxw9-2m8r.json @@ -7,12 +7,8 @@ "CVE-2011-1732" ], "details": "Stack-based buffer overflow in OmniInet.exe in the Backup Client Service in HP OpenView Storage Data Protector 6.00, 6.10, and 6.11 allows remote attackers to execute arbitrary code via a malformed stutil message.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6c3v-h837-jcq5/GHSA-6c3v-h837-jcq5.json b/advisories/unreviewed/2022/05/GHSA-6c3v-h837-jcq5/GHSA-6c3v-h837-jcq5.json index cf04be62d7d..b87dd79b9f2 100644 --- a/advisories/unreviewed/2022/05/GHSA-6c3v-h837-jcq5/GHSA-6c3v-h837-jcq5.json +++ b/advisories/unreviewed/2022/05/GHSA-6c3v-h837-jcq5/GHSA-6c3v-h837-jcq5.json @@ -7,12 +7,8 @@ "CVE-2011-1706" ], "details": "Stack-based buffer overflow in nipplib.dll in Novell iPrint Client before 5.64 allows remote attackers to execute arbitrary code via a crafted iprint-client-config-info parameter in a printer-url.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6f5f-6fg8-34q8/GHSA-6f5f-6fg8-34q8.json b/advisories/unreviewed/2022/05/GHSA-6f5f-6fg8-34q8/GHSA-6f5f-6fg8-34q8.json index 87d180b32e9..19fe00d850e 100644 --- a/advisories/unreviewed/2022/05/GHSA-6f5f-6fg8-34q8/GHSA-6f5f-6fg8-34q8.json +++ b/advisories/unreviewed/2022/05/GHSA-6f5f-6fg8-34q8/GHSA-6f5f-6fg8-34q8.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-6h23-97m6-983m/GHSA-6h23-97m6-983m.json b/advisories/unreviewed/2022/05/GHSA-6h23-97m6-983m/GHSA-6h23-97m6-983m.json index 9d281458364..36842bdb231 100644 --- a/advisories/unreviewed/2022/05/GHSA-6h23-97m6-983m/GHSA-6h23-97m6-983m.json +++ b/advisories/unreviewed/2022/05/GHSA-6h23-97m6-983m/GHSA-6h23-97m6-983m.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-6hqj-hpcq-8jfc/GHSA-6hqj-hpcq-8jfc.json b/advisories/unreviewed/2022/05/GHSA-6hqj-hpcq-8jfc/GHSA-6hqj-hpcq-8jfc.json index a0a5f502fd8..f6bacf9bfe0 100644 --- a/advisories/unreviewed/2022/05/GHSA-6hqj-hpcq-8jfc/GHSA-6hqj-hpcq-8jfc.json +++ b/advisories/unreviewed/2022/05/GHSA-6hqj-hpcq-8jfc/GHSA-6hqj-hpcq-8jfc.json @@ -7,12 +7,8 @@ "CVE-2011-2762" ], "details": "The web interface on the LifeSize Room appliance LS_RM1_3.5.3 (11) allows remote attackers to bypass authentication via unspecified data associated with a \"true\" authentication status, related to AMF data and the LSRoom_Remoting.authenticate function in gateway.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6mgv-55gg-27x2/GHSA-6mgv-55gg-27x2.json b/advisories/unreviewed/2022/05/GHSA-6mgv-55gg-27x2/GHSA-6mgv-55gg-27x2.json index e1f0f6ae326..4478fb0113b 100644 --- a/advisories/unreviewed/2022/05/GHSA-6mgv-55gg-27x2/GHSA-6mgv-55gg-27x2.json +++ b/advisories/unreviewed/2022/05/GHSA-6mgv-55gg-27x2/GHSA-6mgv-55gg-27x2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6pf5-h6gw-hqjw/GHSA-6pf5-h6gw-hqjw.json b/advisories/unreviewed/2022/05/GHSA-6pf5-h6gw-hqjw/GHSA-6pf5-h6gw-hqjw.json index 64d7c4242c4..c204cbdb0b7 100644 --- a/advisories/unreviewed/2022/05/GHSA-6pf5-h6gw-hqjw/GHSA-6pf5-h6gw-hqjw.json +++ b/advisories/unreviewed/2022/05/GHSA-6pf5-h6gw-hqjw/GHSA-6pf5-h6gw-hqjw.json @@ -7,12 +7,8 @@ "CVE-2011-0650" ], "details": "Cross-site request forgery (CSRF) vulnerability in Greenbone Security Assistant (GSA) before 2.0+rc3 allows remote attackers to hijack the authentication of users for requests that send email via an OMP request to OpenVAS Manager. NOTE: this issue can be leveraged to bypass authentication requirements for exploiting CVE-2011-0018.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6ph9-8g4v-9g63/GHSA-6ph9-8g4v-9g63.json b/advisories/unreviewed/2022/05/GHSA-6ph9-8g4v-9g63/GHSA-6ph9-8g4v-9g63.json index 9f4d43c1d4b..dfd839a3f63 100644 --- a/advisories/unreviewed/2022/05/GHSA-6ph9-8g4v-9g63/GHSA-6ph9-8g4v-9g63.json +++ b/advisories/unreviewed/2022/05/GHSA-6ph9-8g4v-9g63/GHSA-6ph9-8g4v-9g63.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6qjj-m48x-xwwr/GHSA-6qjj-m48x-xwwr.json b/advisories/unreviewed/2022/05/GHSA-6qjj-m48x-xwwr/GHSA-6qjj-m48x-xwwr.json index 77028bebcce..ce8ab7d0889 100644 --- a/advisories/unreviewed/2022/05/GHSA-6qjj-m48x-xwwr/GHSA-6qjj-m48x-xwwr.json +++ b/advisories/unreviewed/2022/05/GHSA-6qjj-m48x-xwwr/GHSA-6qjj-m48x-xwwr.json @@ -7,12 +7,8 @@ "CVE-2011-0751" ], "details": "Directory traversal vulnerability in nhttpd (aka Nostromo webserver) before 1.9.4 allows remote attackers to execute arbitrary programs or read arbitrary files via a ..%2f (encoded dot dot slash) in a URI.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6wjw-6mqv-9jqj/GHSA-6wjw-6mqv-9jqj.json b/advisories/unreviewed/2022/05/GHSA-6wjw-6mqv-9jqj/GHSA-6wjw-6mqv-9jqj.json index a646f19d0e1..b0b6e6115d6 100644 --- a/advisories/unreviewed/2022/05/GHSA-6wjw-6mqv-9jqj/GHSA-6wjw-6mqv-9jqj.json +++ b/advisories/unreviewed/2022/05/GHSA-6wjw-6mqv-9jqj/GHSA-6wjw-6mqv-9jqj.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/2022/05/GHSA-7222-82wf-3qpq/GHSA-7222-82wf-3qpq.json b/advisories/unreviewed/2022/05/GHSA-7222-82wf-3qpq/GHSA-7222-82wf-3qpq.json index 49f64013bed..f015951429a 100644 --- a/advisories/unreviewed/2022/05/GHSA-7222-82wf-3qpq/GHSA-7222-82wf-3qpq.json +++ b/advisories/unreviewed/2022/05/GHSA-7222-82wf-3qpq/GHSA-7222-82wf-3qpq.json @@ -7,12 +7,8 @@ "CVE-2011-2193" ], "details": "Multiple buffer overflows in Terascale Open-Source Resource and Queue Manager (aka TORQUE Resource Manager) 2.x before 2.4.14, 2.5.x before 2.5.6, and 3.x before 3.0.2 allow (1) remote authenticated users to gain privileges via a long Job_Name field in a qsub command to the server, and might allow (2) local users to gain privileges via vectors involving a long host variable in pbs_iff.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-72qp-gx9g-jjcr/GHSA-72qp-gx9g-jjcr.json b/advisories/unreviewed/2022/05/GHSA-72qp-gx9g-jjcr/GHSA-72qp-gx9g-jjcr.json index 2222770871a..2b04e5111ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-72qp-gx9g-jjcr/GHSA-72qp-gx9g-jjcr.json +++ b/advisories/unreviewed/2022/05/GHSA-72qp-gx9g-jjcr/GHSA-72qp-gx9g-jjcr.json @@ -7,12 +7,8 @@ "CVE-2011-2663" ], "details": "Array index error in GroupWise Internet Agent (GWIA) in Novell GroupWise 8.0 before HP3 allows remote attackers to execute arbitrary code via a crafted yearly RRULE variable in a VCALENDAR attachment in an e-mail message.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7382-fv7p-v9v3/GHSA-7382-fv7p-v9v3.json b/advisories/unreviewed/2022/05/GHSA-7382-fv7p-v9v3/GHSA-7382-fv7p-v9v3.json index f0f73a85785..3cd630264c0 100644 --- a/advisories/unreviewed/2022/05/GHSA-7382-fv7p-v9v3/GHSA-7382-fv7p-v9v3.json +++ b/advisories/unreviewed/2022/05/GHSA-7382-fv7p-v9v3/GHSA-7382-fv7p-v9v3.json @@ -7,12 +7,8 @@ "CVE-2011-0533" ], "details": "Cross-site scripting (XSS) vulnerability in Apache Continuum 1.1 through 1.2.3.1, 1.3.6, and 1.4.0 Beta; and Archiva 1.3.0 through 1.3.3 and 1.0 through 1.22 allows remote attackers to inject arbitrary web script or HTML via a crafted parameter, related to the autoIncludeParameters setting for the extremecomponents table.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-744m-7fp3-wpm2/GHSA-744m-7fp3-wpm2.json b/advisories/unreviewed/2022/05/GHSA-744m-7fp3-wpm2/GHSA-744m-7fp3-wpm2.json index 50e454c69e9..d3f7fa033f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-744m-7fp3-wpm2/GHSA-744m-7fp3-wpm2.json +++ b/advisories/unreviewed/2022/05/GHSA-744m-7fp3-wpm2/GHSA-744m-7fp3-wpm2.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-7458-cf6p-xwfg/GHSA-7458-cf6p-xwfg.json b/advisories/unreviewed/2022/05/GHSA-7458-cf6p-xwfg/GHSA-7458-cf6p-xwfg.json index 125a5fd25a5..624527cba48 100644 --- a/advisories/unreviewed/2022/05/GHSA-7458-cf6p-xwfg/GHSA-7458-cf6p-xwfg.json +++ b/advisories/unreviewed/2022/05/GHSA-7458-cf6p-xwfg/GHSA-7458-cf6p-xwfg.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-74gh-5j33-vg4w/GHSA-74gh-5j33-vg4w.json b/advisories/unreviewed/2022/05/GHSA-74gh-5j33-vg4w/GHSA-74gh-5j33-vg4w.json index 4c17c1b7a77..0dc9f85408a 100644 --- a/advisories/unreviewed/2022/05/GHSA-74gh-5j33-vg4w/GHSA-74gh-5j33-vg4w.json +++ b/advisories/unreviewed/2022/05/GHSA-74gh-5j33-vg4w/GHSA-74gh-5j33-vg4w.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-75px-8w84-pvhf/GHSA-75px-8w84-pvhf.json b/advisories/unreviewed/2022/05/GHSA-75px-8w84-pvhf/GHSA-75px-8w84-pvhf.json index 901209b5f85..e5e7a24b225 100644 --- a/advisories/unreviewed/2022/05/GHSA-75px-8w84-pvhf/GHSA-75px-8w84-pvhf.json +++ b/advisories/unreviewed/2022/05/GHSA-75px-8w84-pvhf/GHSA-75px-8w84-pvhf.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-78gg-x5p5-75mq/GHSA-78gg-x5p5-75mq.json b/advisories/unreviewed/2022/05/GHSA-78gg-x5p5-75mq/GHSA-78gg-x5p5-75mq.json index 760167f0d29..88d51559c47 100644 --- a/advisories/unreviewed/2022/05/GHSA-78gg-x5p5-75mq/GHSA-78gg-x5p5-75mq.json +++ b/advisories/unreviewed/2022/05/GHSA-78gg-x5p5-75mq/GHSA-78gg-x5p5-75mq.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-78p7-7646-6phh/GHSA-78p7-7646-6phh.json b/advisories/unreviewed/2022/05/GHSA-78p7-7646-6phh/GHSA-78p7-7646-6phh.json index 060c0c9d51c..d70ea9136ab 100644 --- a/advisories/unreviewed/2022/05/GHSA-78p7-7646-6phh/GHSA-78p7-7646-6phh.json +++ b/advisories/unreviewed/2022/05/GHSA-78p7-7646-6phh/GHSA-78p7-7646-6phh.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-7933-ccm5-83cf/GHSA-7933-ccm5-83cf.json b/advisories/unreviewed/2022/05/GHSA-7933-ccm5-83cf/GHSA-7933-ccm5-83cf.json index d2a9e3370da..100cb9f587c 100644 --- a/advisories/unreviewed/2022/05/GHSA-7933-ccm5-83cf/GHSA-7933-ccm5-83cf.json +++ b/advisories/unreviewed/2022/05/GHSA-7933-ccm5-83cf/GHSA-7933-ccm5-83cf.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-7cfv-mqgf-48cv/GHSA-7cfv-mqgf-48cv.json b/advisories/unreviewed/2022/05/GHSA-7cfv-mqgf-48cv/GHSA-7cfv-mqgf-48cv.json index 318569c58d9..e254564eef1 100644 --- a/advisories/unreviewed/2022/05/GHSA-7cfv-mqgf-48cv/GHSA-7cfv-mqgf-48cv.json +++ b/advisories/unreviewed/2022/05/GHSA-7cfv-mqgf-48cv/GHSA-7cfv-mqgf-48cv.json @@ -7,12 +7,8 @@ "CVE-2011-1704" ], "details": "Heap-based buffer overflow in nipplib.dll in Novell iPrint Client before 5.64 allows remote attackers to execute arbitrary code via a crafted core-package parameter in a printer-url.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7jh2-69fh-9cxh/GHSA-7jh2-69fh-9cxh.json b/advisories/unreviewed/2022/05/GHSA-7jh2-69fh-9cxh/GHSA-7jh2-69fh-9cxh.json index 72187464ebe..8cea2b30e27 100644 --- a/advisories/unreviewed/2022/05/GHSA-7jh2-69fh-9cxh/GHSA-7jh2-69fh-9cxh.json +++ b/advisories/unreviewed/2022/05/GHSA-7jh2-69fh-9cxh/GHSA-7jh2-69fh-9cxh.json @@ -7,12 +7,8 @@ "CVE-2011-1510" ], "details": "Cross-site scripting (XSS) vulnerability in SolutionSearch.do in ManageEngine ServiceDesk Plus (SDP) before 8012 allows remote attackers to inject arbitrary web script or HTML via the searchText parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7mrh-6j82-q7vf/GHSA-7mrh-6j82-q7vf.json b/advisories/unreviewed/2022/05/GHSA-7mrh-6j82-q7vf/GHSA-7mrh-6j82-q7vf.json index b76dec9673d..fb29bd1d475 100644 --- a/advisories/unreviewed/2022/05/GHSA-7mrh-6j82-q7vf/GHSA-7mrh-6j82-q7vf.json +++ b/advisories/unreviewed/2022/05/GHSA-7mrh-6j82-q7vf/GHSA-7mrh-6j82-q7vf.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-7pwv-8mx2-mvg9/GHSA-7pwv-8mx2-mvg9.json b/advisories/unreviewed/2022/05/GHSA-7pwv-8mx2-mvg9/GHSA-7pwv-8mx2-mvg9.json index ee444317bc8..e3ac87d453b 100644 --- a/advisories/unreviewed/2022/05/GHSA-7pwv-8mx2-mvg9/GHSA-7pwv-8mx2-mvg9.json +++ b/advisories/unreviewed/2022/05/GHSA-7pwv-8mx2-mvg9/GHSA-7pwv-8mx2-mvg9.json @@ -7,12 +7,8 @@ "CVE-2011-1741" ], "details": "Stack-based buffer overflow in ftserver.exe in the OpenText Hummingbird Client Connector, as used in the Indexing Server in EMC Documentum eRoom 7.x before 7.4.3.f and other products, allows remote attackers to execute arbitrary code by sending a crafted message over TCP.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7qq2-vhg3-r8g8/GHSA-7qq2-vhg3-r8g8.json b/advisories/unreviewed/2022/05/GHSA-7qq2-vhg3-r8g8/GHSA-7qq2-vhg3-r8g8.json index a5141435124..1db038c163c 100644 --- a/advisories/unreviewed/2022/05/GHSA-7qq2-vhg3-r8g8/GHSA-7qq2-vhg3-r8g8.json +++ b/advisories/unreviewed/2022/05/GHSA-7qq2-vhg3-r8g8/GHSA-7qq2-vhg3-r8g8.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-7v4g-r7pp-w973/GHSA-7v4g-r7pp-w973.json b/advisories/unreviewed/2022/05/GHSA-7v4g-r7pp-w973/GHSA-7v4g-r7pp-w973.json index c03d19d08b8..091d724bdb6 100644 --- a/advisories/unreviewed/2022/05/GHSA-7v4g-r7pp-w973/GHSA-7v4g-r7pp-w973.json +++ b/advisories/unreviewed/2022/05/GHSA-7v4g-r7pp-w973/GHSA-7v4g-r7pp-w973.json @@ -7,12 +7,8 @@ "CVE-2011-1716" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in the Web UI in Xymon before 4.3.1 allow remote attackers to inject arbitrary web script or HTML via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7v9j-67p6-63jv/GHSA-7v9j-67p6-63jv.json b/advisories/unreviewed/2022/05/GHSA-7v9j-67p6-63jv/GHSA-7v9j-67p6-63jv.json index 645e8e1c957..78ee0349543 100644 --- a/advisories/unreviewed/2022/05/GHSA-7v9j-67p6-63jv/GHSA-7v9j-67p6-63jv.json +++ b/advisories/unreviewed/2022/05/GHSA-7v9j-67p6-63jv/GHSA-7v9j-67p6-63jv.json @@ -7,12 +7,8 @@ "CVE-2008-5505" ], "details": "Mozilla Firefox 3.x before 3.0.5 allows remote attackers to bypass intended privacy restrictions by using the persist attribute in an XUL element to create and access data entities that are similar to cookies.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -80,9 +76,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7w28-fr42-754c/GHSA-7w28-fr42-754c.json b/advisories/unreviewed/2022/05/GHSA-7w28-fr42-754c/GHSA-7w28-fr42-754c.json index 1b898ec4c94..c0542ee9dc4 100644 --- a/advisories/unreviewed/2022/05/GHSA-7w28-fr42-754c/GHSA-7w28-fr42-754c.json +++ b/advisories/unreviewed/2022/05/GHSA-7w28-fr42-754c/GHSA-7w28-fr42-754c.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-8488-4hwv-3vc5/GHSA-8488-4hwv-3vc5.json b/advisories/unreviewed/2022/05/GHSA-8488-4hwv-3vc5/GHSA-8488-4hwv-3vc5.json index 794b3f22e3a..7dc54bcaa86 100644 --- a/advisories/unreviewed/2022/05/GHSA-8488-4hwv-3vc5/GHSA-8488-4hwv-3vc5.json +++ b/advisories/unreviewed/2022/05/GHSA-8488-4hwv-3vc5/GHSA-8488-4hwv-3vc5.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-86mg-g365-h7m3/GHSA-86mg-g365-h7m3.json b/advisories/unreviewed/2022/05/GHSA-86mg-g365-h7m3/GHSA-86mg-g365-h7m3.json index c83d7f1b370..24beda30a94 100644 --- a/advisories/unreviewed/2022/05/GHSA-86mg-g365-h7m3/GHSA-86mg-g365-h7m3.json +++ b/advisories/unreviewed/2022/05/GHSA-86mg-g365-h7m3/GHSA-86mg-g365-h7m3.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-8cw5-4pj3-6hp9/GHSA-8cw5-4pj3-6hp9.json b/advisories/unreviewed/2022/05/GHSA-8cw5-4pj3-6hp9/GHSA-8cw5-4pj3-6hp9.json index 92840de1cc3..fa4f5fc2c2c 100644 --- a/advisories/unreviewed/2022/05/GHSA-8cw5-4pj3-6hp9/GHSA-8cw5-4pj3-6hp9.json +++ b/advisories/unreviewed/2022/05/GHSA-8cw5-4pj3-6hp9/GHSA-8cw5-4pj3-6hp9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8g59-p5rg-45g2/GHSA-8g59-p5rg-45g2.json b/advisories/unreviewed/2022/05/GHSA-8g59-p5rg-45g2/GHSA-8g59-p5rg-45g2.json index 229d966ed4f..ef0f0ba9fa3 100644 --- a/advisories/unreviewed/2022/05/GHSA-8g59-p5rg-45g2/GHSA-8g59-p5rg-45g2.json +++ b/advisories/unreviewed/2022/05/GHSA-8g59-p5rg-45g2/GHSA-8g59-p5rg-45g2.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-8gcf-w7r4-3qhx/GHSA-8gcf-w7r4-3qhx.json b/advisories/unreviewed/2022/05/GHSA-8gcf-w7r4-3qhx/GHSA-8gcf-w7r4-3qhx.json index 2be3bd36271..7066992c7ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-8gcf-w7r4-3qhx/GHSA-8gcf-w7r4-3qhx.json +++ b/advisories/unreviewed/2022/05/GHSA-8gcf-w7r4-3qhx/GHSA-8gcf-w7r4-3qhx.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-8gh5-q987-j2pv/GHSA-8gh5-q987-j2pv.json b/advisories/unreviewed/2022/05/GHSA-8gh5-q987-j2pv/GHSA-8gh5-q987-j2pv.json index cfd9b5eae0a..6276163470a 100644 --- a/advisories/unreviewed/2022/05/GHSA-8gh5-q987-j2pv/GHSA-8gh5-q987-j2pv.json +++ b/advisories/unreviewed/2022/05/GHSA-8gh5-q987-j2pv/GHSA-8gh5-q987-j2pv.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-8h63-fg9m-p25p/GHSA-8h63-fg9m-p25p.json b/advisories/unreviewed/2022/05/GHSA-8h63-fg9m-p25p/GHSA-8h63-fg9m-p25p.json index 2b5be082a0c..d08e13cbc7e 100644 --- a/advisories/unreviewed/2022/05/GHSA-8h63-fg9m-p25p/GHSA-8h63-fg9m-p25p.json +++ b/advisories/unreviewed/2022/05/GHSA-8h63-fg9m-p25p/GHSA-8h63-fg9m-p25p.json @@ -7,12 +7,8 @@ "CVE-2011-0994" ], "details": "Stack-based buffer overflow in NFRAgent.exe in Novell File Reporter (NFR) before 1.0.2 allows remote attackers to execute arbitrary code via unspecified XML data.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8hch-7jrh-5gj5/GHSA-8hch-7jrh-5gj5.json b/advisories/unreviewed/2022/05/GHSA-8hch-7jrh-5gj5/GHSA-8hch-7jrh-5gj5.json index 77371c29beb..4eb1275b157 100644 --- a/advisories/unreviewed/2022/05/GHSA-8hch-7jrh-5gj5/GHSA-8hch-7jrh-5gj5.json +++ b/advisories/unreviewed/2022/05/GHSA-8hch-7jrh-5gj5/GHSA-8hch-7jrh-5gj5.json @@ -7,12 +7,8 @@ "CVE-2011-2214" ], "details": "Unspecified vulnerability in the Open Database Connectivity (ODBC) component in 7T Interactive Graphical SCADA System (IGSS) before 9.0.0.11143 allows remote attackers to execute arbitrary code via a crafted packet to TCP port 20222, which triggers memory corruption related to an \"invalid structure being used.\"", - "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-8j5r-6hhw-hf9g/GHSA-8j5r-6hhw-hf9g.json b/advisories/unreviewed/2022/05/GHSA-8j5r-6hhw-hf9g/GHSA-8j5r-6hhw-hf9g.json index c170765ab2b..735ce4d8444 100644 --- a/advisories/unreviewed/2022/05/GHSA-8j5r-6hhw-hf9g/GHSA-8j5r-6hhw-hf9g.json +++ b/advisories/unreviewed/2022/05/GHSA-8j5r-6hhw-hf9g/GHSA-8j5r-6hhw-hf9g.json @@ -7,12 +7,8 @@ "CVE-2011-1720" ], "details": "The SMTP server in Postfix before 2.5.13, 2.6.x before 2.6.10, 2.7.x before 2.7.4, and 2.8.x before 2.8.3, when certain Cyrus SASL authentication methods are enabled, does not create a new server handle after client authentication fails, which allows remote attackers to cause a denial of service (heap memory corruption and daemon crash) or possibly execute arbitrary code via an invalid AUTH command with one method followed by an AUTH command with a different method.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8jq4-569v-m5w2/GHSA-8jq4-569v-m5w2.json b/advisories/unreviewed/2022/05/GHSA-8jq4-569v-m5w2/GHSA-8jq4-569v-m5w2.json index 5f32a85e408..50a800558b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-8jq4-569v-m5w2/GHSA-8jq4-569v-m5w2.json +++ b/advisories/unreviewed/2022/05/GHSA-8jq4-569v-m5w2/GHSA-8jq4-569v-m5w2.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-8mf5-9v48-r2h3/GHSA-8mf5-9v48-r2h3.json b/advisories/unreviewed/2022/05/GHSA-8mf5-9v48-r2h3/GHSA-8mf5-9v48-r2h3.json index 4e475f6979d..4f3f48ad443 100644 --- a/advisories/unreviewed/2022/05/GHSA-8mf5-9v48-r2h3/GHSA-8mf5-9v48-r2h3.json +++ b/advisories/unreviewed/2022/05/GHSA-8mf5-9v48-r2h3/GHSA-8mf5-9v48-r2h3.json @@ -7,12 +7,8 @@ "CVE-2011-1099" ], "details": "Multiple directory traversal vulnerabilities in FocalMedia.Net Quick Polls before 1.0.2 allow remote attackers to (1) read arbitrary files via a .. (dot dot) in the p parameter in a preview action to index.php, or (2) delete arbitrary files via a .. (dot dot) in the p parameter in a delete action to index.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8mjv-h83m-pg7h/GHSA-8mjv-h83m-pg7h.json b/advisories/unreviewed/2022/05/GHSA-8mjv-h83m-pg7h/GHSA-8mjv-h83m-pg7h.json index d73c2387137..ea62319b6dd 100644 --- a/advisories/unreviewed/2022/05/GHSA-8mjv-h83m-pg7h/GHSA-8mjv-h83m-pg7h.json +++ b/advisories/unreviewed/2022/05/GHSA-8mjv-h83m-pg7h/GHSA-8mjv-h83m-pg7h.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-8r4r-fpc5-g7v5/GHSA-8r4r-fpc5-g7v5.json b/advisories/unreviewed/2022/05/GHSA-8r4r-fpc5-g7v5/GHSA-8r4r-fpc5-g7v5.json index 9fdd9aba510..f548876b50f 100644 --- a/advisories/unreviewed/2022/05/GHSA-8r4r-fpc5-g7v5/GHSA-8r4r-fpc5-g7v5.json +++ b/advisories/unreviewed/2022/05/GHSA-8r4r-fpc5-g7v5/GHSA-8r4r-fpc5-g7v5.json @@ -7,12 +7,8 @@ "CVE-2011-1512" ], "details": "Heap-based buffer overflow in xlssr.dll in Autonomy KeyView, as used in IBM Lotus Notes before 8.5.2 FP3, allows remote attackers to execute arbitrary code via a malformed BIFF record in a .xls Excel spreadsheet attachment, aka SPR PRAD8E3HKR.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8r77-6885-9g5c/GHSA-8r77-6885-9g5c.json b/advisories/unreviewed/2022/05/GHSA-8r77-6885-9g5c/GHSA-8r77-6885-9g5c.json index 44c544a5ebc..a5c8af2fd26 100644 --- a/advisories/unreviewed/2022/05/GHSA-8r77-6885-9g5c/GHSA-8r77-6885-9g5c.json +++ b/advisories/unreviewed/2022/05/GHSA-8r77-6885-9g5c/GHSA-8r77-6885-9g5c.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-8r7g-67jf-qxpc/GHSA-8r7g-67jf-qxpc.json b/advisories/unreviewed/2022/05/GHSA-8r7g-67jf-qxpc/GHSA-8r7g-67jf-qxpc.json index d1c9a77a647..420fd10e013 100644 --- a/advisories/unreviewed/2022/05/GHSA-8r7g-67jf-qxpc/GHSA-8r7g-67jf-qxpc.json +++ b/advisories/unreviewed/2022/05/GHSA-8r7g-67jf-qxpc/GHSA-8r7g-67jf-qxpc.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-8x78-mq69-cjvr/GHSA-8x78-mq69-cjvr.json b/advisories/unreviewed/2022/05/GHSA-8x78-mq69-cjvr/GHSA-8x78-mq69-cjvr.json index 8b5b69d8d80..d5838a5c068 100644 --- a/advisories/unreviewed/2022/05/GHSA-8x78-mq69-cjvr/GHSA-8x78-mq69-cjvr.json +++ b/advisories/unreviewed/2022/05/GHSA-8x78-mq69-cjvr/GHSA-8x78-mq69-cjvr.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-92mw-w5hc-8qc3/GHSA-92mw-w5hc-8qc3.json b/advisories/unreviewed/2022/05/GHSA-92mw-w5hc-8qc3/GHSA-92mw-w5hc-8qc3.json index bb89346a060..c2ada46f52a 100644 --- a/advisories/unreviewed/2022/05/GHSA-92mw-w5hc-8qc3/GHSA-92mw-w5hc-8qc3.json +++ b/advisories/unreviewed/2022/05/GHSA-92mw-w5hc-8qc3/GHSA-92mw-w5hc-8qc3.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-9392-6xxp-45ch/GHSA-9392-6xxp-45ch.json b/advisories/unreviewed/2022/05/GHSA-9392-6xxp-45ch/GHSA-9392-6xxp-45ch.json index e75f5c5c1e7..0820027a746 100644 --- a/advisories/unreviewed/2022/05/GHSA-9392-6xxp-45ch/GHSA-9392-6xxp-45ch.json +++ b/advisories/unreviewed/2022/05/GHSA-9392-6xxp-45ch/GHSA-9392-6xxp-45ch.json @@ -7,12 +7,8 @@ "CVE-2011-1701" ], "details": "Heap-based buffer overflow in nipplib.dll in Novell iPrint Client before 5.64 allows remote attackers to execute arbitrary code via a crafted profile-name parameter in a printer-url.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-97r3-f3fh-2pjg/GHSA-97r3-f3fh-2pjg.json b/advisories/unreviewed/2022/05/GHSA-97r3-f3fh-2pjg/GHSA-97r3-f3fh-2pjg.json index 6819d209d69..f35213280b0 100644 --- a/advisories/unreviewed/2022/05/GHSA-97r3-f3fh-2pjg/GHSA-97r3-f3fh-2pjg.json +++ b/advisories/unreviewed/2022/05/GHSA-97r3-f3fh-2pjg/GHSA-97r3-f3fh-2pjg.json @@ -7,12 +7,8 @@ "CVE-2011-3356" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in config_defaults_inc.php in MantisBT before 1.2.8 allow remote attackers to inject arbitrary web script or HTML via the PATH_INFO, as demonstrated by the PATH_INFO to (1) manage_config_email_page.php, (2) manage_config_workflow_page.php, or (3) bugs/plugin.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-97x4-5fr8-qqw4/GHSA-97x4-5fr8-qqw4.json b/advisories/unreviewed/2022/05/GHSA-97x4-5fr8-qqw4/GHSA-97x4-5fr8-qqw4.json index 40f5410dcb6..d675b8b6533 100644 --- a/advisories/unreviewed/2022/05/GHSA-97x4-5fr8-qqw4/GHSA-97x4-5fr8-qqw4.json +++ b/advisories/unreviewed/2022/05/GHSA-97x4-5fr8-qqw4/GHSA-97x4-5fr8-qqw4.json @@ -7,12 +7,8 @@ "CVE-2013-6991" ], "details": "Cross-site scripting (XSS) vulnerability in the WP-Cron Dashboard plugin 1.1.5 and earlier for WordPress allows remote attackers to inject arbitrary web script or HTML via the procname parameter to wp-admin/tools.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9cfq-x3vp-v35p/GHSA-9cfq-x3vp-v35p.json b/advisories/unreviewed/2022/05/GHSA-9cfq-x3vp-v35p/GHSA-9cfq-x3vp-v35p.json index 11806482e12..16b56cd6866 100644 --- a/advisories/unreviewed/2022/05/GHSA-9cfq-x3vp-v35p/GHSA-9cfq-x3vp-v35p.json +++ b/advisories/unreviewed/2022/05/GHSA-9cfq-x3vp-v35p/GHSA-9cfq-x3vp-v35p.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-9crm-2rr9-4pjx/GHSA-9crm-2rr9-4pjx.json b/advisories/unreviewed/2022/05/GHSA-9crm-2rr9-4pjx/GHSA-9crm-2rr9-4pjx.json index 471f8cf13b4..fdd81511119 100644 --- a/advisories/unreviewed/2022/05/GHSA-9crm-2rr9-4pjx/GHSA-9crm-2rr9-4pjx.json +++ b/advisories/unreviewed/2022/05/GHSA-9crm-2rr9-4pjx/GHSA-9crm-2rr9-4pjx.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-9cx7-5fvv-fhcf/GHSA-9cx7-5fvv-fhcf.json b/advisories/unreviewed/2022/05/GHSA-9cx7-5fvv-fhcf/GHSA-9cx7-5fvv-fhcf.json index 2dbeb87f0fe..cc0ef22ad87 100644 --- a/advisories/unreviewed/2022/05/GHSA-9cx7-5fvv-fhcf/GHSA-9cx7-5fvv-fhcf.json +++ b/advisories/unreviewed/2022/05/GHSA-9cx7-5fvv-fhcf/GHSA-9cx7-5fvv-fhcf.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-9gg8-xvhp-2q7g/GHSA-9gg8-xvhp-2q7g.json b/advisories/unreviewed/2022/05/GHSA-9gg8-xvhp-2q7g/GHSA-9gg8-xvhp-2q7g.json index 04910afce9f..9c40f422b04 100644 --- a/advisories/unreviewed/2022/05/GHSA-9gg8-xvhp-2q7g/GHSA-9gg8-xvhp-2q7g.json +++ b/advisories/unreviewed/2022/05/GHSA-9gg8-xvhp-2q7g/GHSA-9gg8-xvhp-2q7g.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-9h9q-3vm4-r57m/GHSA-9h9q-3vm4-r57m.json b/advisories/unreviewed/2022/05/GHSA-9h9q-3vm4-r57m/GHSA-9h9q-3vm4-r57m.json index f8d0ad2198f..d274bfbd307 100644 --- a/advisories/unreviewed/2022/05/GHSA-9h9q-3vm4-r57m/GHSA-9h9q-3vm4-r57m.json +++ b/advisories/unreviewed/2022/05/GHSA-9h9q-3vm4-r57m/GHSA-9h9q-3vm4-r57m.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-9hh8-jw9v-6483/GHSA-9hh8-jw9v-6483.json b/advisories/unreviewed/2022/05/GHSA-9hh8-jw9v-6483/GHSA-9hh8-jw9v-6483.json index 3f284640dd4..f98d44c17ad 100644 --- a/advisories/unreviewed/2022/05/GHSA-9hh8-jw9v-6483/GHSA-9hh8-jw9v-6483.json +++ b/advisories/unreviewed/2022/05/GHSA-9hh8-jw9v-6483/GHSA-9hh8-jw9v-6483.json @@ -7,12 +7,8 @@ "CVE-2011-1569" ], "details": "download.aspx in Douran Portal 3.9.7.8 allows remote attackers to obtain source code of arbitrary files under the web root via (1) a trailing \".\", (2) a trailing space, or (3) mixed case in the FileNameAttach parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9hp5-3cg7-w7v5/GHSA-9hp5-3cg7-w7v5.json b/advisories/unreviewed/2022/05/GHSA-9hp5-3cg7-w7v5/GHSA-9hp5-3cg7-w7v5.json index 41a908244a2..5dd5ea002da 100644 --- a/advisories/unreviewed/2022/05/GHSA-9hp5-3cg7-w7v5/GHSA-9hp5-3cg7-w7v5.json +++ b/advisories/unreviewed/2022/05/GHSA-9hp5-3cg7-w7v5/GHSA-9hp5-3cg7-w7v5.json @@ -7,12 +7,8 @@ "CVE-2011-2122" ], "details": "Dirapi.dll in Adobe Shockwave Player before 11.6.0.626 allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors related to rcsL substructures, a different vulnerability than CVE-2011-0317, CVE-2011-0318, CVE-2011-0319, CVE-2011-0320, CVE-2011-0335, and CVE-2011-2119.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9hqf-65x5-gh6f/GHSA-9hqf-65x5-gh6f.json b/advisories/unreviewed/2022/05/GHSA-9hqf-65x5-gh6f/GHSA-9hqf-65x5-gh6f.json index 545c85e045b..98b5b7e9061 100644 --- a/advisories/unreviewed/2022/05/GHSA-9hqf-65x5-gh6f/GHSA-9hqf-65x5-gh6f.json +++ b/advisories/unreviewed/2022/05/GHSA-9hqf-65x5-gh6f/GHSA-9hqf-65x5-gh6f.json @@ -7,12 +7,8 @@ "CVE-2011-1729" ], "details": "Stack-based buffer overflow in OmniInet.exe in the Backup Client Service in HP OpenView Storage Data Protector 6.00, 6.10, and 6.11 allows remote attackers to execute arbitrary code via a malformed GET_FILE message.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9jhf-c2r9-9vhh/GHSA-9jhf-c2r9-9vhh.json b/advisories/unreviewed/2022/05/GHSA-9jhf-c2r9-9vhh/GHSA-9jhf-c2r9-9vhh.json index 60bec1708fd..4394b4da49e 100644 --- a/advisories/unreviewed/2022/05/GHSA-9jhf-c2r9-9vhh/GHSA-9jhf-c2r9-9vhh.json +++ b/advisories/unreviewed/2022/05/GHSA-9jhf-c2r9-9vhh/GHSA-9jhf-c2r9-9vhh.json @@ -7,12 +7,8 @@ "CVE-2011-1412" ], "details": "sys/sys_unix.c in the ioQuake3 engine on Unix and Linux, as used in World of Padman 1.5.x before 1.5.1.1 and OpenArena 0.8.x-15 and 0.8.x-16, allows remote game servers to execute arbitrary commands via shell metacharacters in a long fs_game variable.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9jhf-hp83-qv6f/GHSA-9jhf-hp83-qv6f.json b/advisories/unreviewed/2022/05/GHSA-9jhf-hp83-qv6f/GHSA-9jhf-hp83-qv6f.json index 95684a2f0c7..5288c86f291 100644 --- a/advisories/unreviewed/2022/05/GHSA-9jhf-hp83-qv6f/GHSA-9jhf-hp83-qv6f.json +++ b/advisories/unreviewed/2022/05/GHSA-9jhf-hp83-qv6f/GHSA-9jhf-hp83-qv6f.json @@ -7,12 +7,8 @@ "CVE-2011-1733" ], "details": "Stack-based buffer overflow in OmniInet.exe in the Backup Client Service in HP OpenView Storage Data Protector 6.00, 6.10, and 6.11 allows remote attackers to execute arbitrary code via a malformed HPFGConfig message.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9m5c-7x86-6g8r/GHSA-9m5c-7x86-6g8r.json b/advisories/unreviewed/2022/05/GHSA-9m5c-7x86-6g8r/GHSA-9m5c-7x86-6g8r.json index 57ef786b693..bd7ebae4b38 100644 --- a/advisories/unreviewed/2022/05/GHSA-9m5c-7x86-6g8r/GHSA-9m5c-7x86-6g8r.json +++ b/advisories/unreviewed/2022/05/GHSA-9m5c-7x86-6g8r/GHSA-9m5c-7x86-6g8r.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-9mx9-9444-4h58/GHSA-9mx9-9444-4h58.json b/advisories/unreviewed/2022/05/GHSA-9mx9-9444-4h58/GHSA-9mx9-9444-4h58.json index 81c57b8f7f5..994e1ccfaaf 100644 --- a/advisories/unreviewed/2022/05/GHSA-9mx9-9444-4h58/GHSA-9mx9-9444-4h58.json +++ b/advisories/unreviewed/2022/05/GHSA-9mx9-9444-4h58/GHSA-9mx9-9444-4h58.json @@ -7,12 +7,8 @@ "CVE-2011-1420" ], "details": "EMC Data Protection Advisor Collector 5.7 and 5.7.1 on Solaris SPARC platforms uses weak permissions for unspecified files, which allows local users to gain privileges via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -48,9 +44,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9qc4-372j-5862/GHSA-9qc4-372j-5862.json b/advisories/unreviewed/2022/05/GHSA-9qc4-372j-5862/GHSA-9qc4-372j-5862.json index 7198698be5e..e6d32b7ed4b 100644 --- a/advisories/unreviewed/2022/05/GHSA-9qc4-372j-5862/GHSA-9qc4-372j-5862.json +++ b/advisories/unreviewed/2022/05/GHSA-9qc4-372j-5862/GHSA-9qc4-372j-5862.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-9vcf-cf55-hwj8/GHSA-9vcf-cf55-hwj8.json b/advisories/unreviewed/2022/05/GHSA-9vcf-cf55-hwj8/GHSA-9vcf-cf55-hwj8.json index ce61f992c02..1f4a78246c8 100644 --- a/advisories/unreviewed/2022/05/GHSA-9vcf-cf55-hwj8/GHSA-9vcf-cf55-hwj8.json +++ b/advisories/unreviewed/2022/05/GHSA-9vcf-cf55-hwj8/GHSA-9vcf-cf55-hwj8.json @@ -7,12 +7,8 @@ "CVE-2011-1671" ], "details": "Cross-site scripting (XSS) vulnerability in app/controllers/todos_controller.rb in Tracks 1.7.2, 2.0RC2, and 2.0devel allows remote attackers to inject arbitrary web script or HTML via the PATH_INFO to todos/tag/. NOTE: some of these details are obtained from third party information.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9x62-v8r8-3f3p/GHSA-9x62-v8r8-3f3p.json b/advisories/unreviewed/2022/05/GHSA-9x62-v8r8-3f3p/GHSA-9x62-v8r8-3f3p.json index 7a068ca698c..0c8c52122a0 100644 --- a/advisories/unreviewed/2022/05/GHSA-9x62-v8r8-3f3p/GHSA-9x62-v8r8-3f3p.json +++ b/advisories/unreviewed/2022/05/GHSA-9x62-v8r8-3f3p/GHSA-9x62-v8r8-3f3p.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-9x6w-j2c3-jwfp/GHSA-9x6w-j2c3-jwfp.json b/advisories/unreviewed/2022/05/GHSA-9x6w-j2c3-jwfp/GHSA-9x6w-j2c3-jwfp.json index 92d35a27412..973e2dc1a79 100644 --- a/advisories/unreviewed/2022/05/GHSA-9x6w-j2c3-jwfp/GHSA-9x6w-j2c3-jwfp.json +++ b/advisories/unreviewed/2022/05/GHSA-9x6w-j2c3-jwfp/GHSA-9x6w-j2c3-jwfp.json @@ -7,12 +7,8 @@ "CVE-2011-2744" ], "details": "Directory traversal vulnerability in Chyrp 2.1 and earlier allows remote attackers to include and execute arbitrary local files via a ..%2F (encoded dot dot slash) in the action parameter to the default URI.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9xf4-22r3-7ccc/GHSA-9xf4-22r3-7ccc.json b/advisories/unreviewed/2022/05/GHSA-9xf4-22r3-7ccc/GHSA-9xf4-22r3-7ccc.json index 76224824c2e..c1c97f0c85d 100644 --- a/advisories/unreviewed/2022/05/GHSA-9xf4-22r3-7ccc/GHSA-9xf4-22r3-7ccc.json +++ b/advisories/unreviewed/2022/05/GHSA-9xf4-22r3-7ccc/GHSA-9xf4-22r3-7ccc.json @@ -7,12 +7,8 @@ "CVE-2013-6825" ], "details": "(1) movescu.cc and (2) storescp.cc in dcmnet/apps/, (3) dcmnet/libsrc/scp.cc, (4) dcmwlm/libsrc/wlmactmg.cc, (5) dcmprscp.cc and (6) dcmpsrcv.cc in dcmpstat/apps/, (7) dcmpstat/tests/msgserv.cc, and (8) dcmqrdb/apps/dcmqrscp.cc in DCMTK 3.6.1 and earlier does not check the return value of the setuid system call, which allows local users to gain privileges by creating a large number of processes.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9xgm-6crh-mvqq/GHSA-9xgm-6crh-mvqq.json b/advisories/unreviewed/2022/05/GHSA-9xgm-6crh-mvqq/GHSA-9xgm-6crh-mvqq.json index 2ffe0160a49..005e8338d21 100644 --- a/advisories/unreviewed/2022/05/GHSA-9xgm-6crh-mvqq/GHSA-9xgm-6crh-mvqq.json +++ b/advisories/unreviewed/2022/05/GHSA-9xgm-6crh-mvqq/GHSA-9xgm-6crh-mvqq.json @@ -7,12 +7,8 @@ "CVE-2011-1077" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in Apache Archiva 1.0 through 1.2.2, and 1.3.x before 1.3.5, allow remote attackers to inject arbitrary web script or HTML via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c27j-283m-6cf8/GHSA-c27j-283m-6cf8.json b/advisories/unreviewed/2022/05/GHSA-c27j-283m-6cf8/GHSA-c27j-283m-6cf8.json index b35ab7ac013..7ecfa72a12c 100644 --- a/advisories/unreviewed/2022/05/GHSA-c27j-283m-6cf8/GHSA-c27j-283m-6cf8.json +++ b/advisories/unreviewed/2022/05/GHSA-c27j-283m-6cf8/GHSA-c27j-283m-6cf8.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-c2p4-mhp2-gh73/GHSA-c2p4-mhp2-gh73.json b/advisories/unreviewed/2022/05/GHSA-c2p4-mhp2-gh73/GHSA-c2p4-mhp2-gh73.json index bbc46dca907..b50720b5789 100644 --- a/advisories/unreviewed/2022/05/GHSA-c2p4-mhp2-gh73/GHSA-c2p4-mhp2-gh73.json +++ b/advisories/unreviewed/2022/05/GHSA-c2p4-mhp2-gh73/GHSA-c2p4-mhp2-gh73.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-c32p-hj2m-2vqp/GHSA-c32p-hj2m-2vqp.json b/advisories/unreviewed/2022/05/GHSA-c32p-hj2m-2vqp/GHSA-c32p-hj2m-2vqp.json index 1d184f3ca79..bd8decf2069 100644 --- a/advisories/unreviewed/2022/05/GHSA-c32p-hj2m-2vqp/GHSA-c32p-hj2m-2vqp.json +++ b/advisories/unreviewed/2022/05/GHSA-c32p-hj2m-2vqp/GHSA-c32p-hj2m-2vqp.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-c33m-7985-hj4w/GHSA-c33m-7985-hj4w.json b/advisories/unreviewed/2022/05/GHSA-c33m-7985-hj4w/GHSA-c33m-7985-hj4w.json index 5a19ba01dff..83da2b48bf2 100644 --- a/advisories/unreviewed/2022/05/GHSA-c33m-7985-hj4w/GHSA-c33m-7985-hj4w.json +++ b/advisories/unreviewed/2022/05/GHSA-c33m-7985-hj4w/GHSA-c33m-7985-hj4w.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-c4g5-6gmm-6j9r/GHSA-c4g5-6gmm-6j9r.json b/advisories/unreviewed/2022/05/GHSA-c4g5-6gmm-6j9r/GHSA-c4g5-6gmm-6j9r.json index b9da8d32880..5f7413b233c 100644 --- a/advisories/unreviewed/2022/05/GHSA-c4g5-6gmm-6j9r/GHSA-c4g5-6gmm-6j9r.json +++ b/advisories/unreviewed/2022/05/GHSA-c4g5-6gmm-6j9r/GHSA-c4g5-6gmm-6j9r.json @@ -7,12 +7,8 @@ "CVE-2011-3828" ], "details": "DVRemoteAx.ax 2.1.0.39 in the DVR Remote ActiveX control allows remote attackers to execute arbitrary code via a crafted DVRobot.dll file in a manifest directory on a web server.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c8p8-h5qq-jf8g/GHSA-c8p8-h5qq-jf8g.json b/advisories/unreviewed/2022/05/GHSA-c8p8-h5qq-jf8g/GHSA-c8p8-h5qq-jf8g.json index e7b4c34ebed..31d3e5e18a5 100644 --- a/advisories/unreviewed/2022/05/GHSA-c8p8-h5qq-jf8g/GHSA-c8p8-h5qq-jf8g.json +++ b/advisories/unreviewed/2022/05/GHSA-c8p8-h5qq-jf8g/GHSA-c8p8-h5qq-jf8g.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-cc8f-q7rc-7wcv/GHSA-cc8f-q7rc-7wcv.json b/advisories/unreviewed/2022/05/GHSA-cc8f-q7rc-7wcv/GHSA-cc8f-q7rc-7wcv.json index e290572c588..86b759e993f 100644 --- a/advisories/unreviewed/2022/05/GHSA-cc8f-q7rc-7wcv/GHSA-cc8f-q7rc-7wcv.json +++ b/advisories/unreviewed/2022/05/GHSA-cc8f-q7rc-7wcv/GHSA-cc8f-q7rc-7wcv.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-ccrv-76wr-hvfc/GHSA-ccrv-76wr-hvfc.json b/advisories/unreviewed/2022/05/GHSA-ccrv-76wr-hvfc/GHSA-ccrv-76wr-hvfc.json index 79927e61f08..dae8431bd86 100644 --- a/advisories/unreviewed/2022/05/GHSA-ccrv-76wr-hvfc/GHSA-ccrv-76wr-hvfc.json +++ b/advisories/unreviewed/2022/05/GHSA-ccrv-76wr-hvfc/GHSA-ccrv-76wr-hvfc.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-cj2c-q753-9h5g/GHSA-cj2c-q753-9h5g.json b/advisories/unreviewed/2022/05/GHSA-cj2c-q753-9h5g/GHSA-cj2c-q753-9h5g.json index 9c30ac677e8..7c89b9d73ca 100644 --- a/advisories/unreviewed/2022/05/GHSA-cj2c-q753-9h5g/GHSA-cj2c-q753-9h5g.json +++ b/advisories/unreviewed/2022/05/GHSA-cj2c-q753-9h5g/GHSA-cj2c-q753-9h5g.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-cj74-v6mc-xhm8/GHSA-cj74-v6mc-xhm8.json b/advisories/unreviewed/2022/05/GHSA-cj74-v6mc-xhm8/GHSA-cj74-v6mc-xhm8.json index ba894ef1c68..0a8b337bc99 100644 --- a/advisories/unreviewed/2022/05/GHSA-cj74-v6mc-xhm8/GHSA-cj74-v6mc-xhm8.json +++ b/advisories/unreviewed/2022/05/GHSA-cj74-v6mc-xhm8/GHSA-cj74-v6mc-xhm8.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-cjp2-4rww-387p/GHSA-cjp2-4rww-387p.json b/advisories/unreviewed/2022/05/GHSA-cjp2-4rww-387p/GHSA-cjp2-4rww-387p.json index 36708924dcf..203cd7a4984 100644 --- a/advisories/unreviewed/2022/05/GHSA-cjp2-4rww-387p/GHSA-cjp2-4rww-387p.json +++ b/advisories/unreviewed/2022/05/GHSA-cjp2-4rww-387p/GHSA-cjp2-4rww-387p.json @@ -7,12 +7,8 @@ "CVE-2011-1073" ], "details": "crontab.c in crontab in FreeBSD and Apple Mac OS X allows local users to (1) determine the existence of arbitrary files via a symlink attack on a /tmp/crontab.XXXXXXXXXX temporary file and (2) perform MD5 checksum comparisons on arbitrary pairs of files via two symlink attacks on /tmp/crontab.XXXXXXXXXX temporary files.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cp73-qp3j-g84v/GHSA-cp73-qp3j-g84v.json b/advisories/unreviewed/2022/05/GHSA-cp73-qp3j-g84v/GHSA-cp73-qp3j-g84v.json index 447168e6ee1..7e5f4c67f63 100644 --- a/advisories/unreviewed/2022/05/GHSA-cp73-qp3j-g84v/GHSA-cp73-qp3j-g84v.json +++ b/advisories/unreviewed/2022/05/GHSA-cp73-qp3j-g84v/GHSA-cp73-qp3j-g84v.json @@ -7,12 +7,8 @@ "CVE-2011-1721" ], "details": "Cross-site request forgery (CSRF) vulnerability in php/partie_administrateur/administration.php in WebJaxe 1.02 allows remote attackers to hijack the authentication of administrators for requests that (1) modify passwords or (2) add new projects. NOTE: some of these details are obtained from third party information.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cpfg-m6hm-7jj4/GHSA-cpfg-m6hm-7jj4.json b/advisories/unreviewed/2022/05/GHSA-cpfg-m6hm-7jj4/GHSA-cpfg-m6hm-7jj4.json index ab21a5606f7..1d492f520d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-cpfg-m6hm-7jj4/GHSA-cpfg-m6hm-7jj4.json +++ b/advisories/unreviewed/2022/05/GHSA-cpfg-m6hm-7jj4/GHSA-cpfg-m6hm-7jj4.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-cw2v-h2mm-6m7m/GHSA-cw2v-h2mm-6m7m.json b/advisories/unreviewed/2022/05/GHSA-cw2v-h2mm-6m7m/GHSA-cw2v-h2mm-6m7m.json index 831328b36d6..04958354a24 100644 --- a/advisories/unreviewed/2022/05/GHSA-cw2v-h2mm-6m7m/GHSA-cw2v-h2mm-6m7m.json +++ b/advisories/unreviewed/2022/05/GHSA-cw2v-h2mm-6m7m/GHSA-cw2v-h2mm-6m7m.json @@ -7,12 +7,8 @@ "CVE-2011-0924" ], "details": "The client in HP Data Protector does not verify the contents of files associated with the EXEC_CMD command, which allows remote attackers to execute arbitrary script code by providing this code with a trusted filename, as demonstrated by omni_chk_ds.sh.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cw6g-hqgc-xf24/GHSA-cw6g-hqgc-xf24.json b/advisories/unreviewed/2022/05/GHSA-cw6g-hqgc-xf24/GHSA-cw6g-hqgc-xf24.json index 0f3569620ac..cab9632f398 100644 --- a/advisories/unreviewed/2022/05/GHSA-cw6g-hqgc-xf24/GHSA-cw6g-hqgc-xf24.json +++ b/advisories/unreviewed/2022/05/GHSA-cw6g-hqgc-xf24/GHSA-cw6g-hqgc-xf24.json @@ -7,12 +7,8 @@ "CVE-2013-5954" ], "details": "Multiple cross-site request forgery (CSRF) vulnerabilities in OpenX 2.8.11 and earlier allow remote attackers to hijack the authentication of administrators for requests that delete (1) users via admin/agency-user-unlink.php, (2) advertisers via admin/advertiser-delete.php, (3) banners via admin/banner-delete.php, (4) campaigns via admin/campaign-delete.php, (5) channels via admin/channel-delete.php, (6) affiliate websites via admin/affiliate-delete.php, or (7) zones via admin/zone-delete.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cx28-p23f-pwpq/GHSA-cx28-p23f-pwpq.json b/advisories/unreviewed/2022/05/GHSA-cx28-p23f-pwpq/GHSA-cx28-p23f-pwpq.json index 52030a8125c..bf3e64f4077 100644 --- a/advisories/unreviewed/2022/05/GHSA-cx28-p23f-pwpq/GHSA-cx28-p23f-pwpq.json +++ b/advisories/unreviewed/2022/05/GHSA-cx28-p23f-pwpq/GHSA-cx28-p23f-pwpq.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-f2w7-fpfp-vmw5/GHSA-f2w7-fpfp-vmw5.json b/advisories/unreviewed/2022/05/GHSA-f2w7-fpfp-vmw5/GHSA-f2w7-fpfp-vmw5.json index b100d1650bf..92489638174 100644 --- a/advisories/unreviewed/2022/05/GHSA-f2w7-fpfp-vmw5/GHSA-f2w7-fpfp-vmw5.json +++ b/advisories/unreviewed/2022/05/GHSA-f2w7-fpfp-vmw5/GHSA-f2w7-fpfp-vmw5.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-f647-2p86-g4x9/GHSA-f647-2p86-g4x9.json b/advisories/unreviewed/2022/05/GHSA-f647-2p86-g4x9/GHSA-f647-2p86-g4x9.json index cf8402a0015..3b8b0b3e5e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-f647-2p86-g4x9/GHSA-f647-2p86-g4x9.json +++ b/advisories/unreviewed/2022/05/GHSA-f647-2p86-g4x9/GHSA-f647-2p86-g4x9.json @@ -7,12 +7,8 @@ "CVE-2014-0198" ], "details": "The do_ssl3_write function in s3_pkt.c in OpenSSL 1.x through 1.0.1g, when SSL_MODE_RELEASE_BUFFERS is enabled, does not properly manage a buffer pointer during certain recursive calls, which allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via vectors that trigger an alert condition.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f7fj-q2xv-w4qf/GHSA-f7fj-q2xv-w4qf.json b/advisories/unreviewed/2022/05/GHSA-f7fj-q2xv-w4qf/GHSA-f7fj-q2xv-w4qf.json index 4a13ec42faa..89678242e9e 100644 --- a/advisories/unreviewed/2022/05/GHSA-f7fj-q2xv-w4qf/GHSA-f7fj-q2xv-w4qf.json +++ b/advisories/unreviewed/2022/05/GHSA-f7fj-q2xv-w4qf/GHSA-f7fj-q2xv-w4qf.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-f9jq-mjrw-mqfw/GHSA-f9jq-mjrw-mqfw.json b/advisories/unreviewed/2022/05/GHSA-f9jq-mjrw-mqfw/GHSA-f9jq-mjrw-mqfw.json index a3d3e456629..68e06703961 100644 --- a/advisories/unreviewed/2022/05/GHSA-f9jq-mjrw-mqfw/GHSA-f9jq-mjrw-mqfw.json +++ b/advisories/unreviewed/2022/05/GHSA-f9jq-mjrw-mqfw/GHSA-f9jq-mjrw-mqfw.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-ffr7-pf5x-4wg9/GHSA-ffr7-pf5x-4wg9.json b/advisories/unreviewed/2022/05/GHSA-ffr7-pf5x-4wg9/GHSA-ffr7-pf5x-4wg9.json index 886cdcd8300..1da46cef0e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-ffr7-pf5x-4wg9/GHSA-ffr7-pf5x-4wg9.json +++ b/advisories/unreviewed/2022/05/GHSA-ffr7-pf5x-4wg9/GHSA-ffr7-pf5x-4wg9.json @@ -7,12 +7,8 @@ "CVE-2011-0555" ], "details": "The TextXtra.x32 module in Adobe Shockwave Player before 11.5.9.620 allows remote attackers to execute arbitrary code or cause a denial of service (heap memory corruption) via a Director file with a crafted DEMX RIFF chunk that triggers incorrect buffer allocation, a different vulnerability than CVE-2010-4093, CVE-2010-4187, CVE-2010-4190, CVE-2010-4191, CVE-2010-4192, and CVE-2010-4306.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fjj7-rgph-3r38/GHSA-fjj7-rgph-3r38.json b/advisories/unreviewed/2022/05/GHSA-fjj7-rgph-3r38/GHSA-fjj7-rgph-3r38.json index bdb825ad4ee..e92cd1ef94d 100644 --- a/advisories/unreviewed/2022/05/GHSA-fjj7-rgph-3r38/GHSA-fjj7-rgph-3r38.json +++ b/advisories/unreviewed/2022/05/GHSA-fjj7-rgph-3r38/GHSA-fjj7-rgph-3r38.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-fmvx-4h3c-25gf/GHSA-fmvx-4h3c-25gf.json b/advisories/unreviewed/2022/05/GHSA-fmvx-4h3c-25gf/GHSA-fmvx-4h3c-25gf.json index 8e0f0dbabaf..5635aab19fc 100644 --- a/advisories/unreviewed/2022/05/GHSA-fmvx-4h3c-25gf/GHSA-fmvx-4h3c-25gf.json +++ b/advisories/unreviewed/2022/05/GHSA-fmvx-4h3c-25gf/GHSA-fmvx-4h3c-25gf.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-fp94-42gv-p934/GHSA-fp94-42gv-p934.json b/advisories/unreviewed/2022/05/GHSA-fp94-42gv-p934/GHSA-fp94-42gv-p934.json index 5f3b5acad7b..263a7160b4a 100644 --- a/advisories/unreviewed/2022/05/GHSA-fp94-42gv-p934/GHSA-fp94-42gv-p934.json +++ b/advisories/unreviewed/2022/05/GHSA-fp94-42gv-p934/GHSA-fp94-42gv-p934.json @@ -7,12 +7,8 @@ "CVE-2013-6717" ], "details": "The OLAP query engine in IBM DB2 and DB2 Connect 9.7 through FP9, 9.8 through FP5, 10.1 through FP3, and 10.5 through FP2, and the DB2 pureScale Feature 9.8 for Enterprise Server Edition, allows remote authenticated users to cause a denial of service (database outage and deactivation) via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -56,9 +52,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-fpxv-w2jp-mwfq/GHSA-fpxv-w2jp-mwfq.json b/advisories/unreviewed/2022/05/GHSA-fpxv-w2jp-mwfq/GHSA-fpxv-w2jp-mwfq.json index 72968ccf42f..cbb2d445488 100644 --- a/advisories/unreviewed/2022/05/GHSA-fpxv-w2jp-mwfq/GHSA-fpxv-w2jp-mwfq.json +++ b/advisories/unreviewed/2022/05/GHSA-fpxv-w2jp-mwfq/GHSA-fpxv-w2jp-mwfq.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-fq9c-g5pq-h4ww/GHSA-fq9c-g5pq-h4ww.json b/advisories/unreviewed/2022/05/GHSA-fq9c-g5pq-h4ww/GHSA-fq9c-g5pq-h4ww.json index 20bcc27897d..07d9b74cc93 100644 --- a/advisories/unreviewed/2022/05/GHSA-fq9c-g5pq-h4ww/GHSA-fq9c-g5pq-h4ww.json +++ b/advisories/unreviewed/2022/05/GHSA-fq9c-g5pq-h4ww/GHSA-fq9c-g5pq-h4ww.json @@ -7,12 +7,8 @@ "CVE-2011-3357" ], "details": "Directory traversal vulnerability in bug_actiongroup_ext_page.php in MantisBT before 1.2.8 allows remote attackers to include and execute arbitrary local files via a .. (dot dot) in the action parameter, related to bug_actiongroup_page.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fw3v-4vv7-58qx/GHSA-fw3v-4vv7-58qx.json b/advisories/unreviewed/2022/05/GHSA-fw3v-4vv7-58qx/GHSA-fw3v-4vv7-58qx.json index 9aaa846b27c..2f832cc0a86 100644 --- a/advisories/unreviewed/2022/05/GHSA-fw3v-4vv7-58qx/GHSA-fw3v-4vv7-58qx.json +++ b/advisories/unreviewed/2022/05/GHSA-fw3v-4vv7-58qx/GHSA-fw3v-4vv7-58qx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-fx2c-g644-r876/GHSA-fx2c-g644-r876.json b/advisories/unreviewed/2022/05/GHSA-fx2c-g644-r876/GHSA-fx2c-g644-r876.json index 1de203ba8a4..47f572be3b3 100644 --- a/advisories/unreviewed/2022/05/GHSA-fx2c-g644-r876/GHSA-fx2c-g644-r876.json +++ b/advisories/unreviewed/2022/05/GHSA-fx2c-g644-r876/GHSA-fx2c-g644-r876.json @@ -7,12 +7,8 @@ "CVE-2011-1731" ], "details": "Stack-based buffer overflow in OmniInet.exe in the Backup Client Service in HP OpenView Storage Data Protector 6.00, 6.10, and 6.11 allows remote attackers to execute arbitrary code via a malformed EXEC_INTEGUTIL message.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g442-wmq5-w676/GHSA-g442-wmq5-w676.json b/advisories/unreviewed/2022/05/GHSA-g442-wmq5-w676/GHSA-g442-wmq5-w676.json index 967faa3c82f..3e7cb874e8d 100644 --- a/advisories/unreviewed/2022/05/GHSA-g442-wmq5-w676/GHSA-g442-wmq5-w676.json +++ b/advisories/unreviewed/2022/05/GHSA-g442-wmq5-w676/GHSA-g442-wmq5-w676.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/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-g49w-85xj-qf2q/GHSA-g49w-85xj-qf2q.json b/advisories/unreviewed/2022/05/GHSA-g49w-85xj-qf2q/GHSA-g49w-85xj-qf2q.json index 8e9923c323b..1b33b323670 100644 --- a/advisories/unreviewed/2022/05/GHSA-g49w-85xj-qf2q/GHSA-g49w-85xj-qf2q.json +++ b/advisories/unreviewed/2022/05/GHSA-g49w-85xj-qf2q/GHSA-g49w-85xj-qf2q.json @@ -7,12 +7,8 @@ "CVE-2011-1426" ], "details": "The OpenURLInDefaultBrowser method in RealNetworks RealPlayer 11.0 through 11.1 and 14.0.0 through 14.0.2, and RealPlayer SP 1.0 through 1.1.5, launches a default handler for the filename specified in the first argument, which allows remote attackers to execute arbitrary code via a .rnx filename corresponding to a crafted RNX file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -48,9 +44,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-g584-6m2j-8cq4/GHSA-g584-6m2j-8cq4.json b/advisories/unreviewed/2022/05/GHSA-g584-6m2j-8cq4/GHSA-g584-6m2j-8cq4.json index 782942dff9e..bf62b444046 100644 --- a/advisories/unreviewed/2022/05/GHSA-g584-6m2j-8cq4/GHSA-g584-6m2j-8cq4.json +++ b/advisories/unreviewed/2022/05/GHSA-g584-6m2j-8cq4/GHSA-g584-6m2j-8cq4.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-g6qr-h2w5-v6xc/GHSA-g6qr-h2w5-v6xc.json b/advisories/unreviewed/2022/05/GHSA-g6qr-h2w5-v6xc/GHSA-g6qr-h2w5-v6xc.json index 55355702944..b742f86b1e2 100644 --- a/advisories/unreviewed/2022/05/GHSA-g6qr-h2w5-v6xc/GHSA-g6qr-h2w5-v6xc.json +++ b/advisories/unreviewed/2022/05/GHSA-g6qr-h2w5-v6xc/GHSA-g6qr-h2w5-v6xc.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-g6xf-xq8f-56f4/GHSA-g6xf-xq8f-56f4.json b/advisories/unreviewed/2022/05/GHSA-g6xf-xq8f-56f4/GHSA-g6xf-xq8f-56f4.json index ee496509720..ccb56d64e6f 100644 --- a/advisories/unreviewed/2022/05/GHSA-g6xf-xq8f-56f4/GHSA-g6xf-xq8f-56f4.json +++ b/advisories/unreviewed/2022/05/GHSA-g6xf-xq8f-56f4/GHSA-g6xf-xq8f-56f4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g7q9-qxrf-ffcr/GHSA-g7q9-qxrf-ffcr.json b/advisories/unreviewed/2022/05/GHSA-g7q9-qxrf-ffcr/GHSA-g7q9-qxrf-ffcr.json index 9723066723e..d47f64ad6db 100644 --- a/advisories/unreviewed/2022/05/GHSA-g7q9-qxrf-ffcr/GHSA-g7q9-qxrf-ffcr.json +++ b/advisories/unreviewed/2022/05/GHSA-g7q9-qxrf-ffcr/GHSA-g7q9-qxrf-ffcr.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-g8rg-fgr5-jxrm/GHSA-g8rg-fgr5-jxrm.json b/advisories/unreviewed/2022/05/GHSA-g8rg-fgr5-jxrm/GHSA-g8rg-fgr5-jxrm.json index ff81f723baf..3e02338d570 100644 --- a/advisories/unreviewed/2022/05/GHSA-g8rg-fgr5-jxrm/GHSA-g8rg-fgr5-jxrm.json +++ b/advisories/unreviewed/2022/05/GHSA-g8rg-fgr5-jxrm/GHSA-g8rg-fgr5-jxrm.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-gcc6-6jc3-v432/GHSA-gcc6-6jc3-v432.json b/advisories/unreviewed/2022/05/GHSA-gcc6-6jc3-v432/GHSA-gcc6-6jc3-v432.json index c4783bad0c4..54c7db6b163 100644 --- a/advisories/unreviewed/2022/05/GHSA-gcc6-6jc3-v432/GHSA-gcc6-6jc3-v432.json +++ b/advisories/unreviewed/2022/05/GHSA-gcc6-6jc3-v432/GHSA-gcc6-6jc3-v432.json @@ -7,12 +7,8 @@ "CVE-2011-2577" ], "details": "Unspecified vulnerability in Cisco TelePresence C Series Endpoints, E/EX Personal Video units, and MXP Series Codecs, when using software versions before TC 4.0.0 or F9.1, allows remote attackers to cause a denial of service (crash) via a crafted SIP packet to port 5060 or 5061, aka Bug ID CSCtq46500.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gfg7-fg26-2g7j/GHSA-gfg7-fg26-2g7j.json b/advisories/unreviewed/2022/05/GHSA-gfg7-fg26-2g7j/GHSA-gfg7-fg26-2g7j.json index 016d4f85ab4..9e1de6d4dea 100644 --- a/advisories/unreviewed/2022/05/GHSA-gfg7-fg26-2g7j/GHSA-gfg7-fg26-2g7j.json +++ b/advisories/unreviewed/2022/05/GHSA-gfg7-fg26-2g7j/GHSA-gfg7-fg26-2g7j.json @@ -7,12 +7,8 @@ "CVE-2011-0508" ], "details": "Cross-site scripting (XSS) vulnerability in system/modules/comments/Comments.php in Contao CMS 2.9.2, and possibly other versions before 2.9.3, allows remote attackers to inject arbitrary web script or HTML via the HTTP X_FORWARDED_FOR header, which is stored by system/libraries/Environment.php but not properly handled by a comments action to main.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gg63-f8cx-66q8/GHSA-gg63-f8cx-66q8.json b/advisories/unreviewed/2022/05/GHSA-gg63-f8cx-66q8/GHSA-gg63-f8cx-66q8.json index 7c255fff62b..8e636bb8e03 100644 --- a/advisories/unreviewed/2022/05/GHSA-gg63-f8cx-66q8/GHSA-gg63-f8cx-66q8.json +++ b/advisories/unreviewed/2022/05/GHSA-gg63-f8cx-66q8/GHSA-gg63-f8cx-66q8.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-gmrq-4x3w-3rjh/GHSA-gmrq-4x3w-3rjh.json b/advisories/unreviewed/2022/05/GHSA-gmrq-4x3w-3rjh/GHSA-gmrq-4x3w-3rjh.json index 78bcb50282a..c6b4d8acc4c 100644 --- a/advisories/unreviewed/2022/05/GHSA-gmrq-4x3w-3rjh/GHSA-gmrq-4x3w-3rjh.json +++ b/advisories/unreviewed/2022/05/GHSA-gmrq-4x3w-3rjh/GHSA-gmrq-4x3w-3rjh.json @@ -7,12 +7,8 @@ "CVE-2011-0503" ], "details": "Cross-site request forgery (CSRF) vulnerability in VaM Shop 1.6, 1.6.1, and probably earlier versions allows remote attackers to hijack the authentication of administrators for requests that (1) change user status via admin/customers.php or (2) change user permissions via admin/accounting.php. NOTE: some of these details are obtained from third party information.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gpxq-r8wx-qxgw/GHSA-gpxq-r8wx-qxgw.json b/advisories/unreviewed/2022/05/GHSA-gpxq-r8wx-qxgw/GHSA-gpxq-r8wx-qxgw.json index 5e8a16f0de2..77cdc6a3051 100644 --- a/advisories/unreviewed/2022/05/GHSA-gpxq-r8wx-qxgw/GHSA-gpxq-r8wx-qxgw.json +++ b/advisories/unreviewed/2022/05/GHSA-gpxq-r8wx-qxgw/GHSA-gpxq-r8wx-qxgw.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-gr37-qg3m-8xqp/GHSA-gr37-qg3m-8xqp.json b/advisories/unreviewed/2022/05/GHSA-gr37-qg3m-8xqp/GHSA-gr37-qg3m-8xqp.json index 96967eb004f..f1d7141f267 100644 --- a/advisories/unreviewed/2022/05/GHSA-gr37-qg3m-8xqp/GHSA-gr37-qg3m-8xqp.json +++ b/advisories/unreviewed/2022/05/GHSA-gr37-qg3m-8xqp/GHSA-gr37-qg3m-8xqp.json @@ -7,12 +7,8 @@ "CVE-2011-1036" ], "details": "The XML Security Database Parser class in the XMLSecDB ActiveX control in the HIPSEngine component in the Management Server before 8.1.0.88, and the client before 1.6.450, in CA Host-Based Intrusion Prevention System (HIPS) 8.1, as used in CA Internet Security Suite (ISS) 2010, allows remote attackers to download an arbitrary program onto a client machine, and execute this program, via vectors involving the SetXml and Save methods.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -64,9 +60,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gv97-jrx5-pj3x/GHSA-gv97-jrx5-pj3x.json b/advisories/unreviewed/2022/05/GHSA-gv97-jrx5-pj3x/GHSA-gv97-jrx5-pj3x.json index fc6736f7b75..8b43a1827af 100644 --- a/advisories/unreviewed/2022/05/GHSA-gv97-jrx5-pj3x/GHSA-gv97-jrx5-pj3x.json +++ b/advisories/unreviewed/2022/05/GHSA-gv97-jrx5-pj3x/GHSA-gv97-jrx5-pj3x.json @@ -7,12 +7,8 @@ "CVE-2011-1424" ], "details": "The default configuration of ExShortcut\\Web.config in EMC SourceOne Email Management before 6.6 SP1, when the Mobile Services component is used, does not properly set the localOnly attribute of the trace element, which allows remote authenticated users to obtain sensitive information via ASP.NET Application Tracing.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gw29-qp68-r97c/GHSA-gw29-qp68-r97c.json b/advisories/unreviewed/2022/05/GHSA-gw29-qp68-r97c/GHSA-gw29-qp68-r97c.json index b3ef223e275..e7440d3fccb 100644 --- a/advisories/unreviewed/2022/05/GHSA-gw29-qp68-r97c/GHSA-gw29-qp68-r97c.json +++ b/advisories/unreviewed/2022/05/GHSA-gw29-qp68-r97c/GHSA-gw29-qp68-r97c.json @@ -7,12 +7,8 @@ "CVE-2013-5973" ], "details": "VMware ESXi 4.0 through 5.5 and ESX 4.0 and 4.1 allow local users to read or modify arbitrary files by leveraging the Virtual Machine Power User or Resource Pool Administrator role for a vCenter Server Add Existing Disk action with a (1) -flat, (2) -rdm, or (3) -rdmp filename.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gw6p-vqh5-qjh8/GHSA-gw6p-vqh5-qjh8.json b/advisories/unreviewed/2022/05/GHSA-gw6p-vqh5-qjh8/GHSA-gw6p-vqh5-qjh8.json index 67ef2822ef5..0a54de4be34 100644 --- a/advisories/unreviewed/2022/05/GHSA-gw6p-vqh5-qjh8/GHSA-gw6p-vqh5-qjh8.json +++ b/advisories/unreviewed/2022/05/GHSA-gw6p-vqh5-qjh8/GHSA-gw6p-vqh5-qjh8.json @@ -7,12 +7,8 @@ "CVE-2011-1699" ], "details": "Heap-based buffer overflow in nipplib.dll in Novell iPrint Client before 5.64 allows remote attackers to execute arbitrary code via a crafted uri parameter in a printer-url.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h46q-44pm-ghrg/GHSA-h46q-44pm-ghrg.json b/advisories/unreviewed/2022/05/GHSA-h46q-44pm-ghrg/GHSA-h46q-44pm-ghrg.json index ae338e46ff0..ab7c4068873 100644 --- a/advisories/unreviewed/2022/05/GHSA-h46q-44pm-ghrg/GHSA-h46q-44pm-ghrg.json +++ b/advisories/unreviewed/2022/05/GHSA-h46q-44pm-ghrg/GHSA-h46q-44pm-ghrg.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-h4pp-978c-885j/GHSA-h4pp-978c-885j.json b/advisories/unreviewed/2022/05/GHSA-h4pp-978c-885j/GHSA-h4pp-978c-885j.json index 2fb89e4ce39..487658c251d 100644 --- a/advisories/unreviewed/2022/05/GHSA-h4pp-978c-885j/GHSA-h4pp-978c-885j.json +++ b/advisories/unreviewed/2022/05/GHSA-h4pp-978c-885j/GHSA-h4pp-978c-885j.json @@ -7,12 +7,8 @@ "CVE-2011-3266" ], "details": "The proto_tree_add_item function in Wireshark 1.6.0 through 1.6.1 and 1.4.0 through 1.4.8, when the IKEv1 protocol dissector is used, allows user-assisted remote attackers to cause a denial of service (infinite loop) via vectors involving a malformed IKE packet and many items in a tree.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h542-cv7w-qh66/GHSA-h542-cv7w-qh66.json b/advisories/unreviewed/2022/05/GHSA-h542-cv7w-qh66/GHSA-h542-cv7w-qh66.json index c4503f05ff7..6217e8ba29b 100644 --- a/advisories/unreviewed/2022/05/GHSA-h542-cv7w-qh66/GHSA-h542-cv7w-qh66.json +++ b/advisories/unreviewed/2022/05/GHSA-h542-cv7w-qh66/GHSA-h542-cv7w-qh66.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-h5rv-hx8g-fjqx/GHSA-h5rv-hx8g-fjqx.json b/advisories/unreviewed/2022/05/GHSA-h5rv-hx8g-fjqx/GHSA-h5rv-hx8g-fjqx.json index b310fb90e11..2378a901cbf 100644 --- a/advisories/unreviewed/2022/05/GHSA-h5rv-hx8g-fjqx/GHSA-h5rv-hx8g-fjqx.json +++ b/advisories/unreviewed/2022/05/GHSA-h5rv-hx8g-fjqx/GHSA-h5rv-hx8g-fjqx.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-h75x-rw46-3m77/GHSA-h75x-rw46-3m77.json b/advisories/unreviewed/2022/05/GHSA-h75x-rw46-3m77/GHSA-h75x-rw46-3m77.json index 8d2e9c76df9..a05509a5e16 100644 --- a/advisories/unreviewed/2022/05/GHSA-h75x-rw46-3m77/GHSA-h75x-rw46-3m77.json +++ b/advisories/unreviewed/2022/05/GHSA-h75x-rw46-3m77/GHSA-h75x-rw46-3m77.json @@ -7,12 +7,8 @@ "CVE-2011-1700" ], "details": "Heap-based buffer overflow in nipplib.dll in Novell iPrint Client before 5.64 allows remote attackers to execute arbitrary code via a crafted profile-time parameter in a printer-url.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h84w-39m4-37j6/GHSA-h84w-39m4-37j6.json b/advisories/unreviewed/2022/05/GHSA-h84w-39m4-37j6/GHSA-h84w-39m4-37j6.json index 542d0f36e72..fb7445fbcc5 100644 --- a/advisories/unreviewed/2022/05/GHSA-h84w-39m4-37j6/GHSA-h84w-39m4-37j6.json +++ b/advisories/unreviewed/2022/05/GHSA-h84w-39m4-37j6/GHSA-h84w-39m4-37j6.json @@ -7,12 +7,8 @@ "CVE-2013-6449" ], "details": "The ssl_get_algorithm2 function in ssl/s3_lib.c in OpenSSL before 1.0.2 obtains a certain version number from an incorrect data structure, which allows remote attackers to cause a denial of service (daemon crash) via crafted traffic from a TLS 1.2 client.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -128,9 +124,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h9c6-h3q2-gq6x/GHSA-h9c6-h3q2-gq6x.json b/advisories/unreviewed/2022/05/GHSA-h9c6-h3q2-gq6x/GHSA-h9c6-h3q2-gq6x.json index 343f4cb13c1..c6dddd559db 100644 --- a/advisories/unreviewed/2022/05/GHSA-h9c6-h3q2-gq6x/GHSA-h9c6-h3q2-gq6x.json +++ b/advisories/unreviewed/2022/05/GHSA-h9c6-h3q2-gq6x/GHSA-h9c6-h3q2-gq6x.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-h9hj-45x9-ffg3/GHSA-h9hj-45x9-ffg3.json b/advisories/unreviewed/2022/05/GHSA-h9hj-45x9-ffg3/GHSA-h9hj-45x9-ffg3.json index e90dcc7adcb..65e834cd477 100644 --- a/advisories/unreviewed/2022/05/GHSA-h9hj-45x9-ffg3/GHSA-h9hj-45x9-ffg3.json +++ b/advisories/unreviewed/2022/05/GHSA-h9hj-45x9-ffg3/GHSA-h9hj-45x9-ffg3.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-hcxw-prp6-q3jq/GHSA-hcxw-prp6-q3jq.json b/advisories/unreviewed/2022/05/GHSA-hcxw-prp6-q3jq/GHSA-hcxw-prp6-q3jq.json index 7cdb496df2a..c53ad1d534b 100644 --- a/advisories/unreviewed/2022/05/GHSA-hcxw-prp6-q3jq/GHSA-hcxw-prp6-q3jq.json +++ b/advisories/unreviewed/2022/05/GHSA-hcxw-prp6-q3jq/GHSA-hcxw-prp6-q3jq.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/2022/05/GHSA-hq5r-7qq4-ph65/GHSA-hq5r-7qq4-ph65.json b/advisories/unreviewed/2022/05/GHSA-hq5r-7qq4-ph65/GHSA-hq5r-7qq4-ph65.json index 5a2f5696f80..0ac7a542f14 100644 --- a/advisories/unreviewed/2022/05/GHSA-hq5r-7qq4-ph65/GHSA-hq5r-7qq4-ph65.json +++ b/advisories/unreviewed/2022/05/GHSA-hq5r-7qq4-ph65/GHSA-hq5r-7qq4-ph65.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-hrhm-m57v-7gcj/GHSA-hrhm-m57v-7gcj.json b/advisories/unreviewed/2022/05/GHSA-hrhm-m57v-7gcj/GHSA-hrhm-m57v-7gcj.json index ee929ffcf43..64815151055 100644 --- a/advisories/unreviewed/2022/05/GHSA-hrhm-m57v-7gcj/GHSA-hrhm-m57v-7gcj.json +++ b/advisories/unreviewed/2022/05/GHSA-hrhm-m57v-7gcj/GHSA-hrhm-m57v-7gcj.json @@ -7,12 +7,8 @@ "CVE-2011-1703" ], "details": "Heap-based buffer overflow in nipplib.dll in Novell iPrint Client before 5.64 allows remote attackers to execute arbitrary code via a crafted driver-version parameter in a printer-url.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hvjf-hmjv-m5w5/GHSA-hvjf-hmjv-m5w5.json b/advisories/unreviewed/2022/05/GHSA-hvjf-hmjv-m5w5/GHSA-hvjf-hmjv-m5w5.json index a06d75dfb14..4aa9d2dd69e 100644 --- a/advisories/unreviewed/2022/05/GHSA-hvjf-hmjv-m5w5/GHSA-hvjf-hmjv-m5w5.json +++ b/advisories/unreviewed/2022/05/GHSA-hvjf-hmjv-m5w5/GHSA-hvjf-hmjv-m5w5.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-hw7w-7xwc-3wvp/GHSA-hw7w-7xwc-3wvp.json b/advisories/unreviewed/2022/05/GHSA-hw7w-7xwc-3wvp/GHSA-hw7w-7xwc-3wvp.json index c2ec1726775..ede8a12623c 100644 --- a/advisories/unreviewed/2022/05/GHSA-hw7w-7xwc-3wvp/GHSA-hw7w-7xwc-3wvp.json +++ b/advisories/unreviewed/2022/05/GHSA-hw7w-7xwc-3wvp/GHSA-hw7w-7xwc-3wvp.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-j2v5-cw33-rvx6/GHSA-j2v5-cw33-rvx6.json b/advisories/unreviewed/2022/05/GHSA-j2v5-cw33-rvx6/GHSA-j2v5-cw33-rvx6.json index 4f5b4cd8646..ba4e852a7c5 100644 --- a/advisories/unreviewed/2022/05/GHSA-j2v5-cw33-rvx6/GHSA-j2v5-cw33-rvx6.json +++ b/advisories/unreviewed/2022/05/GHSA-j2v5-cw33-rvx6/GHSA-j2v5-cw33-rvx6.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/2022/05/GHSA-j3mc-884p-f75v/GHSA-j3mc-884p-f75v.json b/advisories/unreviewed/2022/05/GHSA-j3mc-884p-f75v/GHSA-j3mc-884p-f75v.json index c85c81f466f..1f6f5868e9f 100644 --- a/advisories/unreviewed/2022/05/GHSA-j3mc-884p-f75v/GHSA-j3mc-884p-f75v.json +++ b/advisories/unreviewed/2022/05/GHSA-j3mc-884p-f75v/GHSA-j3mc-884p-f75v.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-j3wx-x95h-jpch/GHSA-j3wx-x95h-jpch.json b/advisories/unreviewed/2022/05/GHSA-j3wx-x95h-jpch/GHSA-j3wx-x95h-jpch.json index cffd5795fa2..0d2c200e195 100644 --- a/advisories/unreviewed/2022/05/GHSA-j3wx-x95h-jpch/GHSA-j3wx-x95h-jpch.json +++ b/advisories/unreviewed/2022/05/GHSA-j3wx-x95h-jpch/GHSA-j3wx-x95h-jpch.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-j4gg-xqpj-95x8/GHSA-j4gg-xqpj-95x8.json b/advisories/unreviewed/2022/05/GHSA-j4gg-xqpj-95x8/GHSA-j4gg-xqpj-95x8.json index d0a2d4a76b6..a57b707c457 100644 --- a/advisories/unreviewed/2022/05/GHSA-j4gg-xqpj-95x8/GHSA-j4gg-xqpj-95x8.json +++ b/advisories/unreviewed/2022/05/GHSA-j4gg-xqpj-95x8/GHSA-j4gg-xqpj-95x8.json @@ -7,12 +7,8 @@ "CVE-2013-3678" ], "details": "Multiple unspecified vulnerabilities in SAP Governance, Risk, and Compliance (GRC) allow remote authenticated users to gain privileges and execute arbitrary programs via a crafted (1) RFC or (2) SOAP-RFC request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -48,9 +44,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j4vg-xpv6-9x2m/GHSA-j4vg-xpv6-9x2m.json b/advisories/unreviewed/2022/05/GHSA-j4vg-xpv6-9x2m/GHSA-j4vg-xpv6-9x2m.json index db52e633aab..26ca2dd902b 100644 --- a/advisories/unreviewed/2022/05/GHSA-j4vg-xpv6-9x2m/GHSA-j4vg-xpv6-9x2m.json +++ b/advisories/unreviewed/2022/05/GHSA-j4vg-xpv6-9x2m/GHSA-j4vg-xpv6-9x2m.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-j5c4-hhx2-g557/GHSA-j5c4-hhx2-g557.json b/advisories/unreviewed/2022/05/GHSA-j5c4-hhx2-g557/GHSA-j5c4-hhx2-g557.json index 3ddf839ae0a..7fd395de09a 100644 --- a/advisories/unreviewed/2022/05/GHSA-j5c4-hhx2-g557/GHSA-j5c4-hhx2-g557.json +++ b/advisories/unreviewed/2022/05/GHSA-j5c4-hhx2-g557/GHSA-j5c4-hhx2-g557.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-j76c-p2r2-qrqv/GHSA-j76c-p2r2-qrqv.json b/advisories/unreviewed/2022/05/GHSA-j76c-p2r2-qrqv/GHSA-j76c-p2r2-qrqv.json index 551fed8bbc0..248733073a2 100644 --- a/advisories/unreviewed/2022/05/GHSA-j76c-p2r2-qrqv/GHSA-j76c-p2r2-qrqv.json +++ b/advisories/unreviewed/2022/05/GHSA-j76c-p2r2-qrqv/GHSA-j76c-p2r2-qrqv.json @@ -7,12 +7,8 @@ "CVE-2011-1061" ], "details": "SQL injection vulnerability in memberlist.php in WSN Guest 1.24 allows remote attackers to execute arbitrary SQL commands via the time parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j7qf-vq2m-64m9/GHSA-j7qf-vq2m-64m9.json b/advisories/unreviewed/2022/05/GHSA-j7qf-vq2m-64m9/GHSA-j7qf-vq2m-64m9.json index 0b87d8852f9..aa0ded9d3f3 100644 --- a/advisories/unreviewed/2022/05/GHSA-j7qf-vq2m-64m9/GHSA-j7qf-vq2m-64m9.json +++ b/advisories/unreviewed/2022/05/GHSA-j7qf-vq2m-64m9/GHSA-j7qf-vq2m-64m9.json @@ -7,12 +7,8 @@ "CVE-2011-1824" ], "details": "The VEGAOpBitmap::AddLine function in Opera before 10.61 does not properly initialize memory during processing of the SIZE attribute of a SELECT element, which allows remote attackers to trigger an invalid memory write operation, and consequently cause a denial of service (application crash) or possibly execute arbitrary code, via a large integer attribute value.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j7rh-9v4x-gmm2/GHSA-j7rh-9v4x-gmm2.json b/advisories/unreviewed/2022/05/GHSA-j7rh-9v4x-gmm2/GHSA-j7rh-9v4x-gmm2.json index d4930a3cc55..ddf99646a23 100644 --- a/advisories/unreviewed/2022/05/GHSA-j7rh-9v4x-gmm2/GHSA-j7rh-9v4x-gmm2.json +++ b/advisories/unreviewed/2022/05/GHSA-j7rh-9v4x-gmm2/GHSA-j7rh-9v4x-gmm2.json @@ -7,12 +7,8 @@ "CVE-2011-1670" ], "details": "Cross-site scripting (XSS) vulnerability in actions/add.php in InTerra Blog Machine 1.84, and possibly earlier versions, allows remote attackers to inject arbitrary web script or HTML via the subject parameter to post_url/edit.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j824-jv3m-j84m/GHSA-j824-jv3m-j84m.json b/advisories/unreviewed/2022/05/GHSA-j824-jv3m-j84m/GHSA-j824-jv3m-j84m.json index c12c30f4ecb..0bbd6a3716c 100644 --- a/advisories/unreviewed/2022/05/GHSA-j824-jv3m-j84m/GHSA-j824-jv3m-j84m.json +++ b/advisories/unreviewed/2022/05/GHSA-j824-jv3m-j84m/GHSA-j824-jv3m-j84m.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-j9xx-mm5h-wf2h/GHSA-j9xx-mm5h-wf2h.json b/advisories/unreviewed/2022/05/GHSA-j9xx-mm5h-wf2h/GHSA-j9xx-mm5h-wf2h.json index 7a4ce042396..8692e924ef8 100644 --- a/advisories/unreviewed/2022/05/GHSA-j9xx-mm5h-wf2h/GHSA-j9xx-mm5h-wf2h.json +++ b/advisories/unreviewed/2022/05/GHSA-j9xx-mm5h-wf2h/GHSA-j9xx-mm5h-wf2h.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-jc65-f9pg-fp95/GHSA-jc65-f9pg-fp95.json b/advisories/unreviewed/2022/05/GHSA-jc65-f9pg-fp95/GHSA-jc65-f9pg-fp95.json index 07099253433..20a412fa8eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-jc65-f9pg-fp95/GHSA-jc65-f9pg-fp95.json +++ b/advisories/unreviewed/2022/05/GHSA-jc65-f9pg-fp95/GHSA-jc65-f9pg-fp95.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-jc75-9m2c-cj6m/GHSA-jc75-9m2c-cj6m.json b/advisories/unreviewed/2022/05/GHSA-jc75-9m2c-cj6m/GHSA-jc75-9m2c-cj6m.json index bcf24d24ca6..0d563dce340 100644 --- a/advisories/unreviewed/2022/05/GHSA-jc75-9m2c-cj6m/GHSA-jc75-9m2c-cj6m.json +++ b/advisories/unreviewed/2022/05/GHSA-jc75-9m2c-cj6m/GHSA-jc75-9m2c-cj6m.json @@ -7,12 +7,8 @@ "CVE-2013-3751" ], "details": "Unspecified vulnerability in the XML Parser component in Oracle Database Server 11.2.0.2, 11.2.0.3, and 12.1.0.1 allows remote authenticated users to affect confidentiality, integrity, and availability via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -56,9 +52,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jf4m-xpp7-pqm2/GHSA-jf4m-xpp7-pqm2.json b/advisories/unreviewed/2022/05/GHSA-jf4m-xpp7-pqm2/GHSA-jf4m-xpp7-pqm2.json index 1e5eb5f279d..6eb31a09721 100644 --- a/advisories/unreviewed/2022/05/GHSA-jf4m-xpp7-pqm2/GHSA-jf4m-xpp7-pqm2.json +++ b/advisories/unreviewed/2022/05/GHSA-jf4m-xpp7-pqm2/GHSA-jf4m-xpp7-pqm2.json @@ -7,12 +7,8 @@ "CVE-2013-6997" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in Open-Xchange (OX) AppSuite 7.4.0 and earlier allow remote attackers to inject arbitrary web script or HTML via (1) an HTML email with crafted CSS code containing wildcards or (2) office documents containing \"crafted hyperlinks with script URL handlers.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jghm-h6jr-7r5q/GHSA-jghm-h6jr-7r5q.json b/advisories/unreviewed/2022/05/GHSA-jghm-h6jr-7r5q/GHSA-jghm-h6jr-7r5q.json index a7fe090d0d3..1df3be7952b 100644 --- a/advisories/unreviewed/2022/05/GHSA-jghm-h6jr-7r5q/GHSA-jghm-h6jr-7r5q.json +++ b/advisories/unreviewed/2022/05/GHSA-jghm-h6jr-7r5q/GHSA-jghm-h6jr-7r5q.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-jgvf-rg2h-x75x/GHSA-jgvf-rg2h-x75x.json b/advisories/unreviewed/2022/05/GHSA-jgvf-rg2h-x75x/GHSA-jgvf-rg2h-x75x.json index 989d6756dd4..3c96cae286e 100644 --- a/advisories/unreviewed/2022/05/GHSA-jgvf-rg2h-x75x/GHSA-jgvf-rg2h-x75x.json +++ b/advisories/unreviewed/2022/05/GHSA-jgvf-rg2h-x75x/GHSA-jgvf-rg2h-x75x.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-jh56-j7wq-5q62/GHSA-jh56-j7wq-5q62.json b/advisories/unreviewed/2022/05/GHSA-jh56-j7wq-5q62/GHSA-jh56-j7wq-5q62.json index b6cb6fdac42..0cd3396ec90 100644 --- a/advisories/unreviewed/2022/05/GHSA-jh56-j7wq-5q62/GHSA-jh56-j7wq-5q62.json +++ b/advisories/unreviewed/2022/05/GHSA-jh56-j7wq-5q62/GHSA-jh56-j7wq-5q62.json @@ -7,12 +7,8 @@ "CVE-2011-0636" ], "details": "The (1) cudaHostAlloc and (2) cuMemHostAlloc functions in the NVIDIA CUDA Toolkit 3.2 developer drivers for Linux 260.19.26, and possibly other versions, do not initialize pinned memory, which allows local users to read potentially sensitive memory, such as file fragments during read or write operations.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jmhj-wq27-83jg/GHSA-jmhj-wq27-83jg.json b/advisories/unreviewed/2022/05/GHSA-jmhj-wq27-83jg/GHSA-jmhj-wq27-83jg.json index f7d90ae603f..7ca4915ef3b 100644 --- a/advisories/unreviewed/2022/05/GHSA-jmhj-wq27-83jg/GHSA-jmhj-wq27-83jg.json +++ b/advisories/unreviewed/2022/05/GHSA-jmhj-wq27-83jg/GHSA-jmhj-wq27-83jg.json @@ -7,12 +7,8 @@ "CVE-2011-0635" ], "details": "Static code injection vulnerability in Simploo CMS 1.7.1 and earlier allows remote authenticated users to inject arbitrary PHP code into config/custom/base.ini.php via the ftpserver parameter (FTP-Server field) to the sicore/updates/optionssav operation for index.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jq2v-7564-648j/GHSA-jq2v-7564-648j.json b/advisories/unreviewed/2022/05/GHSA-jq2v-7564-648j/GHSA-jq2v-7564-648j.json index bd32c4029b6..42586837551 100644 --- a/advisories/unreviewed/2022/05/GHSA-jq2v-7564-648j/GHSA-jq2v-7564-648j.json +++ b/advisories/unreviewed/2022/05/GHSA-jq2v-7564-648j/GHSA-jq2v-7564-648j.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-jqw5-mcm2-2gp8/GHSA-jqw5-mcm2-2gp8.json b/advisories/unreviewed/2022/05/GHSA-jqw5-mcm2-2gp8/GHSA-jqw5-mcm2-2gp8.json index 1f2c610c429..d606056dc7d 100644 --- a/advisories/unreviewed/2022/05/GHSA-jqw5-mcm2-2gp8/GHSA-jqw5-mcm2-2gp8.json +++ b/advisories/unreviewed/2022/05/GHSA-jqw5-mcm2-2gp8/GHSA-jqw5-mcm2-2gp8.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-jr5p-cp4r-9w3c/GHSA-jr5p-cp4r-9w3c.json b/advisories/unreviewed/2022/05/GHSA-jr5p-cp4r-9w3c/GHSA-jr5p-cp4r-9w3c.json index 2367b0aaa8f..e2e2ea9424a 100644 --- a/advisories/unreviewed/2022/05/GHSA-jr5p-cp4r-9w3c/GHSA-jr5p-cp4r-9w3c.json +++ b/advisories/unreviewed/2022/05/GHSA-jr5p-cp4r-9w3c/GHSA-jr5p-cp4r-9w3c.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-jrqj-cm3f-3w7q/GHSA-jrqj-cm3f-3w7q.json b/advisories/unreviewed/2022/05/GHSA-jrqj-cm3f-3w7q/GHSA-jrqj-cm3f-3w7q.json index c5af437ab40..90b34e8271e 100644 --- a/advisories/unreviewed/2022/05/GHSA-jrqj-cm3f-3w7q/GHSA-jrqj-cm3f-3w7q.json +++ b/advisories/unreviewed/2022/05/GHSA-jrqj-cm3f-3w7q/GHSA-jrqj-cm3f-3w7q.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-jwg2-h4rx-f4gm/GHSA-jwg2-h4rx-f4gm.json b/advisories/unreviewed/2022/05/GHSA-jwg2-h4rx-f4gm/GHSA-jwg2-h4rx-f4gm.json index cabd4a429ea..444a3f2809f 100644 --- a/advisories/unreviewed/2022/05/GHSA-jwg2-h4rx-f4gm/GHSA-jwg2-h4rx-f4gm.json +++ b/advisories/unreviewed/2022/05/GHSA-jwg2-h4rx-f4gm/GHSA-jwg2-h4rx-f4gm.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-m2vw-7m25-8cqq/GHSA-m2vw-7m25-8cqq.json b/advisories/unreviewed/2022/05/GHSA-m2vw-7m25-8cqq/GHSA-m2vw-7m25-8cqq.json index d996e28d3a5..ad635254bef 100644 --- a/advisories/unreviewed/2022/05/GHSA-m2vw-7m25-8cqq/GHSA-m2vw-7m25-8cqq.json +++ b/advisories/unreviewed/2022/05/GHSA-m2vw-7m25-8cqq/GHSA-m2vw-7m25-8cqq.json @@ -7,12 +7,8 @@ "CVE-2011-0442" ], "details": "The service utility in EMC Avamar 5.x before 5.0.4 uses cleartext to transmit event details in (1) service requests and (2) e-mail messages, which might allow remote attackers to obtain sensitive information by sniffing the network.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m2xf-6xr9-22pv/GHSA-m2xf-6xr9-22pv.json b/advisories/unreviewed/2022/05/GHSA-m2xf-6xr9-22pv/GHSA-m2xf-6xr9-22pv.json index 20e1398b566..4405a98f7c1 100644 --- a/advisories/unreviewed/2022/05/GHSA-m2xf-6xr9-22pv/GHSA-m2xf-6xr9-22pv.json +++ b/advisories/unreviewed/2022/05/GHSA-m2xf-6xr9-22pv/GHSA-m2xf-6xr9-22pv.json @@ -7,12 +7,8 @@ "CVE-2011-1657" ], "details": "The (1) ZipArchive::addGlob and (2) ZipArchive::addPattern functions in ext/zip/php_zip.c in PHP 5.3.6 allow context-dependent attackers to cause a denial of service (application crash) via certain flags arguments, as demonstrated by (a) GLOB_ALTDIRFUNC and (b) GLOB_APPEND.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -76,9 +72,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m3vw-5x9w-rpjf/GHSA-m3vw-5x9w-rpjf.json b/advisories/unreviewed/2022/05/GHSA-m3vw-5x9w-rpjf/GHSA-m3vw-5x9w-rpjf.json index 2c55109f31b..4e6d683680f 100644 --- a/advisories/unreviewed/2022/05/GHSA-m3vw-5x9w-rpjf/GHSA-m3vw-5x9w-rpjf.json +++ b/advisories/unreviewed/2022/05/GHSA-m3vw-5x9w-rpjf/GHSA-m3vw-5x9w-rpjf.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-m75c-vjmm-36x2/GHSA-m75c-vjmm-36x2.json b/advisories/unreviewed/2022/05/GHSA-m75c-vjmm-36x2/GHSA-m75c-vjmm-36x2.json index 246fc55e601..2b13d5b99c5 100644 --- a/advisories/unreviewed/2022/05/GHSA-m75c-vjmm-36x2/GHSA-m75c-vjmm-36x2.json +++ b/advisories/unreviewed/2022/05/GHSA-m75c-vjmm-36x2/GHSA-m75c-vjmm-36x2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m9jp-hmvw-m8rm/GHSA-m9jp-hmvw-m8rm.json b/advisories/unreviewed/2022/05/GHSA-m9jp-hmvw-m8rm/GHSA-m9jp-hmvw-m8rm.json index 69ea4999759..bc3abbaac69 100644 --- a/advisories/unreviewed/2022/05/GHSA-m9jp-hmvw-m8rm/GHSA-m9jp-hmvw-m8rm.json +++ b/advisories/unreviewed/2022/05/GHSA-m9jp-hmvw-m8rm/GHSA-m9jp-hmvw-m8rm.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-mchm-pc4r-wc74/GHSA-mchm-pc4r-wc74.json b/advisories/unreviewed/2022/05/GHSA-mchm-pc4r-wc74/GHSA-mchm-pc4r-wc74.json index f685e6a92e2..13ab774f17d 100644 --- a/advisories/unreviewed/2022/05/GHSA-mchm-pc4r-wc74/GHSA-mchm-pc4r-wc74.json +++ b/advisories/unreviewed/2022/05/GHSA-mchm-pc4r-wc74/GHSA-mchm-pc4r-wc74.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-mcvh-v2vq-2ch7/GHSA-mcvh-v2vq-2ch7.json b/advisories/unreviewed/2022/05/GHSA-mcvh-v2vq-2ch7/GHSA-mcvh-v2vq-2ch7.json index d398d4b2df5..dba50ecf38c 100644 --- a/advisories/unreviewed/2022/05/GHSA-mcvh-v2vq-2ch7/GHSA-mcvh-v2vq-2ch7.json +++ b/advisories/unreviewed/2022/05/GHSA-mcvh-v2vq-2ch7/GHSA-mcvh-v2vq-2ch7.json @@ -7,12 +7,8 @@ "CVE-2014-4509" ], "details": "The MKDQUOTESAFE function in the Fan-out driver scripts in Fan-Out Platform Services in Novell Identity Manager (aka IDM) 4.0.2 allows local users to execute arbitrary commands by leveraging eDirectory POSIX attribute changes to insert shell metacharacters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mf3q-685p-g4hg/GHSA-mf3q-685p-g4hg.json b/advisories/unreviewed/2022/05/GHSA-mf3q-685p-g4hg/GHSA-mf3q-685p-g4hg.json index b26741eb23f..4ea6d3873f8 100644 --- a/advisories/unreviewed/2022/05/GHSA-mf3q-685p-g4hg/GHSA-mf3q-685p-g4hg.json +++ b/advisories/unreviewed/2022/05/GHSA-mf3q-685p-g4hg/GHSA-mf3q-685p-g4hg.json @@ -7,12 +7,8 @@ "CVE-2011-1421" ], "details": "EMC NetWorker 7.5.x before 7.5.4.3 and 7.6.x before 7.6.1.5, when the client push feature is enabled, uses weak permissions for an unspecified file, which allows local users to gain privileges via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mf73-ph8w-ggjg/GHSA-mf73-ph8w-ggjg.json b/advisories/unreviewed/2022/05/GHSA-mf73-ph8w-ggjg/GHSA-mf73-ph8w-ggjg.json index 0634fa7f7c2..ea4372e464e 100644 --- a/advisories/unreviewed/2022/05/GHSA-mf73-ph8w-ggjg/GHSA-mf73-ph8w-ggjg.json +++ b/advisories/unreviewed/2022/05/GHSA-mf73-ph8w-ggjg/GHSA-mf73-ph8w-ggjg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mgrv-62mh-rx2q/GHSA-mgrv-62mh-rx2q.json b/advisories/unreviewed/2022/05/GHSA-mgrv-62mh-rx2q/GHSA-mgrv-62mh-rx2q.json index 49a73894c71..b96db7edd91 100644 --- a/advisories/unreviewed/2022/05/GHSA-mgrv-62mh-rx2q/GHSA-mgrv-62mh-rx2q.json +++ b/advisories/unreviewed/2022/05/GHSA-mgrv-62mh-rx2q/GHSA-mgrv-62mh-rx2q.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-mgw6-g6vp-gh86/GHSA-mgw6-g6vp-gh86.json b/advisories/unreviewed/2022/05/GHSA-mgw6-g6vp-gh86/GHSA-mgw6-g6vp-gh86.json index 2e592e5288d..45020bb82a8 100644 --- a/advisories/unreviewed/2022/05/GHSA-mgw6-g6vp-gh86/GHSA-mgw6-g6vp-gh86.json +++ b/advisories/unreviewed/2022/05/GHSA-mgw6-g6vp-gh86/GHSA-mgw6-g6vp-gh86.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-mj3r-rx46-8p5m/GHSA-mj3r-rx46-8p5m.json b/advisories/unreviewed/2022/05/GHSA-mj3r-rx46-8p5m/GHSA-mj3r-rx46-8p5m.json index fd9c2400419..91caccc6774 100644 --- a/advisories/unreviewed/2022/05/GHSA-mj3r-rx46-8p5m/GHSA-mj3r-rx46-8p5m.json +++ b/advisories/unreviewed/2022/05/GHSA-mj3r-rx46-8p5m/GHSA-mj3r-rx46-8p5m.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-mj78-gf29-j6xp/GHSA-mj78-gf29-j6xp.json b/advisories/unreviewed/2022/05/GHSA-mj78-gf29-j6xp/GHSA-mj78-gf29-j6xp.json index 06c17274dfa..9d75443a0dd 100644 --- a/advisories/unreviewed/2022/05/GHSA-mj78-gf29-j6xp/GHSA-mj78-gf29-j6xp.json +++ b/advisories/unreviewed/2022/05/GHSA-mj78-gf29-j6xp/GHSA-mj78-gf29-j6xp.json @@ -7,12 +7,8 @@ "CVE-2012-2180" ], "details": "The chaining functionality in the Distributed Relational Database Architecture (DRDA) module in IBM DB2 9.7 before FP6 and 9.8 before FP5 allows remote attackers to cause a denial of service (NULL pointer dereference, and resource consumption or daemon crash) via a crafted request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mjm2-8mv5-jccr/GHSA-mjm2-8mv5-jccr.json b/advisories/unreviewed/2022/05/GHSA-mjm2-8mv5-jccr/GHSA-mjm2-8mv5-jccr.json index 654e91c465d..d23b66ffafc 100644 --- a/advisories/unreviewed/2022/05/GHSA-mjm2-8mv5-jccr/GHSA-mjm2-8mv5-jccr.json +++ b/advisories/unreviewed/2022/05/GHSA-mjm2-8mv5-jccr/GHSA-mjm2-8mv5-jccr.json @@ -7,12 +7,8 @@ "CVE-2011-1423" ], "details": "Cross-site scripting (XSS) vulnerability in RSA Data Loss Prevention (DLP) Enterprise Manager 8.x before 8.5 SP1 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mjp7-97w4-jwhc/GHSA-mjp7-97w4-jwhc.json b/advisories/unreviewed/2022/05/GHSA-mjp7-97w4-jwhc/GHSA-mjp7-97w4-jwhc.json index bfca4085e39..a4243d5b2bb 100644 --- a/advisories/unreviewed/2022/05/GHSA-mjp7-97w4-jwhc/GHSA-mjp7-97w4-jwhc.json +++ b/advisories/unreviewed/2022/05/GHSA-mjp7-97w4-jwhc/GHSA-mjp7-97w4-jwhc.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-mmh9-xwfj-whgw/GHSA-mmh9-xwfj-whgw.json b/advisories/unreviewed/2022/05/GHSA-mmh9-xwfj-whgw/GHSA-mmh9-xwfj-whgw.json index 20e843301b9..20b6522da91 100644 --- a/advisories/unreviewed/2022/05/GHSA-mmh9-xwfj-whgw/GHSA-mmh9-xwfj-whgw.json +++ b/advisories/unreviewed/2022/05/GHSA-mmh9-xwfj-whgw/GHSA-mmh9-xwfj-whgw.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-mmv5-472c-pf4c/GHSA-mmv5-472c-pf4c.json b/advisories/unreviewed/2022/05/GHSA-mmv5-472c-pf4c/GHSA-mmv5-472c-pf4c.json index 624f0f47d15..7633cf2e3e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-mmv5-472c-pf4c/GHSA-mmv5-472c-pf4c.json +++ b/advisories/unreviewed/2022/05/GHSA-mmv5-472c-pf4c/GHSA-mmv5-472c-pf4c.json @@ -7,12 +7,8 @@ "CVE-2011-0761" ], "details": "Perl 5.10.x allows context-dependent attackers to cause a denial of service (NULL pointer dereference and application crash) by leveraging an ability to inject arguments into a (1) getpeername, (2) readdir, (3) closedir, (4) getsockname, (5) rewinddir, (6) tell, or (7) telldir function call.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mq4f-gx53-59fr/GHSA-mq4f-gx53-59fr.json b/advisories/unreviewed/2022/05/GHSA-mq4f-gx53-59fr/GHSA-mq4f-gx53-59fr.json index b656aa3a834..12cb8e476ae 100644 --- a/advisories/unreviewed/2022/05/GHSA-mq4f-gx53-59fr/GHSA-mq4f-gx53-59fr.json +++ b/advisories/unreviewed/2022/05/GHSA-mq4f-gx53-59fr/GHSA-mq4f-gx53-59fr.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-mq6m-4p32-2pqg/GHSA-mq6m-4p32-2pqg.json b/advisories/unreviewed/2022/05/GHSA-mq6m-4p32-2pqg/GHSA-mq6m-4p32-2pqg.json index 5c683677509..00c08aa954a 100644 --- a/advisories/unreviewed/2022/05/GHSA-mq6m-4p32-2pqg/GHSA-mq6m-4p32-2pqg.json +++ b/advisories/unreviewed/2022/05/GHSA-mq6m-4p32-2pqg/GHSA-mq6m-4p32-2pqg.json @@ -7,12 +7,8 @@ "CVE-2011-0887" ], "details": "The web management portal on the SMC SMCD3G-CCR (aka Comcast Business Gateway) with firmware before 1.4.0.49.2 uses predictable session IDs based on time values, which makes it easier for remote attackers to hijack sessions via a brute-force attack on the userid cookie.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mq74-8cvr-9xcm/GHSA-mq74-8cvr-9xcm.json b/advisories/unreviewed/2022/05/GHSA-mq74-8cvr-9xcm/GHSA-mq74-8cvr-9xcm.json index ed611ade93a..108dc68d7da 100644 --- a/advisories/unreviewed/2022/05/GHSA-mq74-8cvr-9xcm/GHSA-mq74-8cvr-9xcm.json +++ b/advisories/unreviewed/2022/05/GHSA-mq74-8cvr-9xcm/GHSA-mq74-8cvr-9xcm.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-mq9v-93wj-m5jw/GHSA-mq9v-93wj-m5jw.json b/advisories/unreviewed/2022/05/GHSA-mq9v-93wj-m5jw/GHSA-mq9v-93wj-m5jw.json index 45468cb30ba..0c90cff17d4 100644 --- a/advisories/unreviewed/2022/05/GHSA-mq9v-93wj-m5jw/GHSA-mq9v-93wj-m5jw.json +++ b/advisories/unreviewed/2022/05/GHSA-mq9v-93wj-m5jw/GHSA-mq9v-93wj-m5jw.json @@ -7,12 +7,8 @@ "CVE-2011-2465" ], "details": "Unspecified vulnerability in ISC BIND 9 9.8.0, 9.8.0-P1, 9.8.0-P2, and 9.8.1b1, when recursion is enabled and the Response Policy Zone (RPZ) contains DNAME or certain CNAME records, allows remote attackers to cause a denial of service (named daemon crash) via an unspecified query.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mrjc-249f-j6hc/GHSA-mrjc-249f-j6hc.json b/advisories/unreviewed/2022/05/GHSA-mrjc-249f-j6hc/GHSA-mrjc-249f-j6hc.json index 7dc207998d9..94bf70787ef 100644 --- a/advisories/unreviewed/2022/05/GHSA-mrjc-249f-j6hc/GHSA-mrjc-249f-j6hc.json +++ b/advisories/unreviewed/2022/05/GHSA-mrjc-249f-j6hc/GHSA-mrjc-249f-j6hc.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-mv87-4w29-5g7x/GHSA-mv87-4w29-5g7x.json b/advisories/unreviewed/2022/05/GHSA-mv87-4w29-5g7x/GHSA-mv87-4w29-5g7x.json index b13379eb698..7eee479c381 100644 --- a/advisories/unreviewed/2022/05/GHSA-mv87-4w29-5g7x/GHSA-mv87-4w29-5g7x.json +++ b/advisories/unreviewed/2022/05/GHSA-mv87-4w29-5g7x/GHSA-mv87-4w29-5g7x.json @@ -7,12 +7,8 @@ "CVE-2013-5605" ], "details": "Mozilla Network Security Services (NSS) 3.14 before 3.14.5 and 3.15 before 3.15.3 allows remote attackers to cause a denial of service or possibly have unspecified other impact via invalid handshake packets.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mv9w-4qcx-3jmc/GHSA-mv9w-4qcx-3jmc.json b/advisories/unreviewed/2022/05/GHSA-mv9w-4qcx-3jmc/GHSA-mv9w-4qcx-3jmc.json index c992b2a5c67..7a9340ec976 100644 --- a/advisories/unreviewed/2022/05/GHSA-mv9w-4qcx-3jmc/GHSA-mv9w-4qcx-3jmc.json +++ b/advisories/unreviewed/2022/05/GHSA-mv9w-4qcx-3jmc/GHSA-mv9w-4qcx-3jmc.json @@ -7,12 +7,8 @@ "CVE-2008-5713" ], "details": "The __qdisc_run function in net/sched/sch_generic.c in the Linux kernel before 2.6.25 on SMP machines allows local users to cause a denial of service (soft lockup) by sending a large amount of network traffic, as demonstrated by multiple simultaneous invocations of the Netperf benchmark application in UDP_STREAM mode.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -68,9 +64,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mx92-qc4p-wpv8/GHSA-mx92-qc4p-wpv8.json b/advisories/unreviewed/2022/05/GHSA-mx92-qc4p-wpv8/GHSA-mx92-qc4p-wpv8.json index a5aebbff691..616de973e8b 100644 --- a/advisories/unreviewed/2022/05/GHSA-mx92-qc4p-wpv8/GHSA-mx92-qc4p-wpv8.json +++ b/advisories/unreviewed/2022/05/GHSA-mx92-qc4p-wpv8/GHSA-mx92-qc4p-wpv8.json @@ -7,12 +7,8 @@ "CVE-2011-1026" ], "details": "Multiple cross-site request forgery (CSRF) vulnerabilities in Apache Archiva 1.0 through 1.2.2, and 1.3.x before 1.3.5, allow remote attackers to hijack the authentication of administrators.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p2ww-36fq-xhvh/GHSA-p2ww-36fq-xhvh.json b/advisories/unreviewed/2022/05/GHSA-p2ww-36fq-xhvh/GHSA-p2ww-36fq-xhvh.json index addd67275ca..ce9d18e2dea 100644 --- a/advisories/unreviewed/2022/05/GHSA-p2ww-36fq-xhvh/GHSA-p2ww-36fq-xhvh.json +++ b/advisories/unreviewed/2022/05/GHSA-p2ww-36fq-xhvh/GHSA-p2ww-36fq-xhvh.json @@ -7,12 +7,8 @@ "CVE-2011-0557" ], "details": "Integer overflow in Adobe Shockwave Player before 11.5.9.620 allows remote attackers to execute arbitrary code via a Director movie with a large count value in 3D assets type 0xFFFFFF45 record, which triggers a \"faulty allocation\" and memory corruption.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-p3x8-4hx6-wg6w/GHSA-p3x8-4hx6-wg6w.json b/advisories/unreviewed/2022/05/GHSA-p3x8-4hx6-wg6w/GHSA-p3x8-4hx6-wg6w.json index 536b125b83d..0633c54b0de 100644 --- a/advisories/unreviewed/2022/05/GHSA-p3x8-4hx6-wg6w/GHSA-p3x8-4hx6-wg6w.json +++ b/advisories/unreviewed/2022/05/GHSA-p3x8-4hx6-wg6w/GHSA-p3x8-4hx6-wg6w.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-p4mh-jr9f-4mp9/GHSA-p4mh-jr9f-4mp9.json b/advisories/unreviewed/2022/05/GHSA-p4mh-jr9f-4mp9/GHSA-p4mh-jr9f-4mp9.json index 1a4f98ded15..dfcba5c0a98 100644 --- a/advisories/unreviewed/2022/05/GHSA-p4mh-jr9f-4mp9/GHSA-p4mh-jr9f-4mp9.json +++ b/advisories/unreviewed/2022/05/GHSA-p4mh-jr9f-4mp9/GHSA-p4mh-jr9f-4mp9.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-p4wm-rj32-63x3/GHSA-p4wm-rj32-63x3.json b/advisories/unreviewed/2022/05/GHSA-p4wm-rj32-63x3/GHSA-p4wm-rj32-63x3.json index 9a6c0fb0937..18c3885112e 100644 --- a/advisories/unreviewed/2022/05/GHSA-p4wm-rj32-63x3/GHSA-p4wm-rj32-63x3.json +++ b/advisories/unreviewed/2022/05/GHSA-p4wm-rj32-63x3/GHSA-p4wm-rj32-63x3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p564-rrjr-fhwq/GHSA-p564-rrjr-fhwq.json b/advisories/unreviewed/2022/05/GHSA-p564-rrjr-fhwq/GHSA-p564-rrjr-fhwq.json index 14d74c8c7e2..5874eb41551 100644 --- a/advisories/unreviewed/2022/05/GHSA-p564-rrjr-fhwq/GHSA-p564-rrjr-fhwq.json +++ b/advisories/unreviewed/2022/05/GHSA-p564-rrjr-fhwq/GHSA-p564-rrjr-fhwq.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-p673-9wxq-39cc/GHSA-p673-9wxq-39cc.json b/advisories/unreviewed/2022/05/GHSA-p673-9wxq-39cc/GHSA-p673-9wxq-39cc.json index c7bbc30829f..4055ca6dc56 100644 --- a/advisories/unreviewed/2022/05/GHSA-p673-9wxq-39cc/GHSA-p673-9wxq-39cc.json +++ b/advisories/unreviewed/2022/05/GHSA-p673-9wxq-39cc/GHSA-p673-9wxq-39cc.json @@ -7,12 +7,8 @@ "CVE-2011-2738" ], "details": "Multiple unspecified vulnerabilities in Cisco Unified Service Monitor before 8.6, as used in Unified Operations Manager before 8.6 and CiscoWorks LAN Management Solution 3.x and 4.x before 4.1; and multiple EMC Ionix products including Application Connectivity Monitor (Ionix ACM) 2.3 and earlier, Adapter for Alcatel-Lucent 5620 SAM EMS (Ionix ASAM) 3.2.0.2 and earlier, IP Management Suite (Ionix IP) 8.1.1.1 and earlier, and other Ionix products; allow remote attackers to execute arbitrary code via crafted packets to TCP port 9002, aka Bug IDs CSCtn42961 and CSCtn64922, related to a buffer overflow.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -80,9 +76,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-p7g5-w8fm-mjc5/GHSA-p7g5-w8fm-mjc5.json b/advisories/unreviewed/2022/05/GHSA-p7g5-w8fm-mjc5/GHSA-p7g5-w8fm-mjc5.json index 0c3f932208a..0a35fa51e5d 100644 --- a/advisories/unreviewed/2022/05/GHSA-p7g5-w8fm-mjc5/GHSA-p7g5-w8fm-mjc5.json +++ b/advisories/unreviewed/2022/05/GHSA-p7g5-w8fm-mjc5/GHSA-p7g5-w8fm-mjc5.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-p7gq-5m2c-hfh3/GHSA-p7gq-5m2c-hfh3.json b/advisories/unreviewed/2022/05/GHSA-p7gq-5m2c-hfh3/GHSA-p7gq-5m2c-hfh3.json index e4bfa844b72..868d54dbf83 100644 --- a/advisories/unreviewed/2022/05/GHSA-p7gq-5m2c-hfh3/GHSA-p7gq-5m2c-hfh3.json +++ b/advisories/unreviewed/2022/05/GHSA-p7gq-5m2c-hfh3/GHSA-p7gq-5m2c-hfh3.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-p7pv-f2ch-vv7g/GHSA-p7pv-f2ch-vv7g.json b/advisories/unreviewed/2022/05/GHSA-p7pv-f2ch-vv7g/GHSA-p7pv-f2ch-vv7g.json index 4dd1ea85ed2..4547b532df0 100644 --- a/advisories/unreviewed/2022/05/GHSA-p7pv-f2ch-vv7g/GHSA-p7pv-f2ch-vv7g.json +++ b/advisories/unreviewed/2022/05/GHSA-p7pv-f2ch-vv7g/GHSA-p7pv-f2ch-vv7g.json @@ -7,12 +7,8 @@ "CVE-2011-0487" ], "details": "ICQ 7 does not verify the authenticity of updates, which allows man-in-the-middle attackers to execute arbitrary code via a crafted file that is fetched through an automatic-update mechanism.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p7q6-f9rg-3rj6/GHSA-p7q6-f9rg-3rj6.json b/advisories/unreviewed/2022/05/GHSA-p7q6-f9rg-3rj6/GHSA-p7q6-f9rg-3rj6.json index 6da366b0ac6..1383a6fb6d3 100644 --- a/advisories/unreviewed/2022/05/GHSA-p7q6-f9rg-3rj6/GHSA-p7q6-f9rg-3rj6.json +++ b/advisories/unreviewed/2022/05/GHSA-p7q6-f9rg-3rj6/GHSA-p7q6-f9rg-3rj6.json @@ -7,12 +7,8 @@ "CVE-2011-0915" ], "details": "Stack-based buffer overflow in nrouter.exe in IBM Lotus Domino before 8.5.3 allows remote attackers to execute arbitrary code via a long name parameter in a Content-Type header in a malformed Notes calendar (aka iCalendar or iCal) meeting request, aka SPR KLYH87LL23.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p83q-g7pp-2qxq/GHSA-p83q-g7pp-2qxq.json b/advisories/unreviewed/2022/05/GHSA-p83q-g7pp-2qxq/GHSA-p83q-g7pp-2qxq.json index be3df3bffc8..a436bd14d73 100644 --- a/advisories/unreviewed/2022/05/GHSA-p83q-g7pp-2qxq/GHSA-p83q-g7pp-2qxq.json +++ b/advisories/unreviewed/2022/05/GHSA-p83q-g7pp-2qxq/GHSA-p83q-g7pp-2qxq.json @@ -7,12 +7,8 @@ "CVE-2011-0504" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in VaM Shop 1.6, 1.6.1, and probably earlier versions llow remote attackers to inject arbitrary web script or HTML via the (1) status parameter to admin/orders.php, (2) search parameter to admin/customers.php, or (3) STORE_NAME parameter to admin/configuration.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p84p-mg49-xwvx/GHSA-p84p-mg49-xwvx.json b/advisories/unreviewed/2022/05/GHSA-p84p-mg49-xwvx/GHSA-p84p-mg49-xwvx.json index 59b258747a6..e03127c4168 100644 --- a/advisories/unreviewed/2022/05/GHSA-p84p-mg49-xwvx/GHSA-p84p-mg49-xwvx.json +++ b/advisories/unreviewed/2022/05/GHSA-p84p-mg49-xwvx/GHSA-p84p-mg49-xwvx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/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-p8q3-wf3c-v265/GHSA-p8q3-wf3c-v265.json b/advisories/unreviewed/2022/05/GHSA-p8q3-wf3c-v265/GHSA-p8q3-wf3c-v265.json index e5061a35ee9..ab8015c1323 100644 --- a/advisories/unreviewed/2022/05/GHSA-p8q3-wf3c-v265/GHSA-p8q3-wf3c-v265.json +++ b/advisories/unreviewed/2022/05/GHSA-p8q3-wf3c-v265/GHSA-p8q3-wf3c-v265.json @@ -7,12 +7,8 @@ "CVE-2011-1047" ], "details": "Multiple SQL injection vulnerabilities in VastHTML Forum Server (aka ForumPress) plugin 1.6.1 and 1.6.5 for WordPress allow remote attackers to execute arbitrary SQL commands via the (1) search_max parameter in a search action to index.php, which is not properly handled by wpf.class.php, (2) id parameter in an editpost action to index.php, which is not properly handled by wpf-post.php, or (3) topic parameter to feed.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p9f6-cwf6-ccqv/GHSA-p9f6-cwf6-ccqv.json b/advisories/unreviewed/2022/05/GHSA-p9f6-cwf6-ccqv/GHSA-p9f6-cwf6-ccqv.json index f99a1b1d10e..7e1befa277b 100644 --- a/advisories/unreviewed/2022/05/GHSA-p9f6-cwf6-ccqv/GHSA-p9f6-cwf6-ccqv.json +++ b/advisories/unreviewed/2022/05/GHSA-p9f6-cwf6-ccqv/GHSA-p9f6-cwf6-ccqv.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-pc29-2vfm-99wh/GHSA-pc29-2vfm-99wh.json b/advisories/unreviewed/2022/05/GHSA-pc29-2vfm-99wh/GHSA-pc29-2vfm-99wh.json index 77cfc43252c..a5e9269ba08 100644 --- a/advisories/unreviewed/2022/05/GHSA-pc29-2vfm-99wh/GHSA-pc29-2vfm-99wh.json +++ b/advisories/unreviewed/2022/05/GHSA-pc29-2vfm-99wh/GHSA-pc29-2vfm-99wh.json @@ -7,12 +7,8 @@ "CVE-2011-0772" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in PivotX 2.2.0, and possibly other versions before 2.2.2, allow remote attackers to inject arbitrary web script or HTML via the (1) color parameter to includes/blogroll.php or (2) src parameter to includes/timwrapper.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pcw3-p344-q7jr/GHSA-pcw3-p344-q7jr.json b/advisories/unreviewed/2022/05/GHSA-pcw3-p344-q7jr/GHSA-pcw3-p344-q7jr.json index 2196fbddf4d..84c1086d5eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-pcw3-p344-q7jr/GHSA-pcw3-p344-q7jr.json +++ b/advisories/unreviewed/2022/05/GHSA-pcw3-p344-q7jr/GHSA-pcw3-p344-q7jr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pcwc-j72p-vmhm/GHSA-pcwc-j72p-vmhm.json b/advisories/unreviewed/2022/05/GHSA-pcwc-j72p-vmhm/GHSA-pcwc-j72p-vmhm.json index 22cd03ade66..4a1f81c5cc8 100644 --- a/advisories/unreviewed/2022/05/GHSA-pcwc-j72p-vmhm/GHSA-pcwc-j72p-vmhm.json +++ b/advisories/unreviewed/2022/05/GHSA-pcwc-j72p-vmhm/GHSA-pcwc-j72p-vmhm.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-pf98-mv3q-xgv6/GHSA-pf98-mv3q-xgv6.json b/advisories/unreviewed/2022/05/GHSA-pf98-mv3q-xgv6/GHSA-pf98-mv3q-xgv6.json index 6cce7bc5add..a059e91b426 100644 --- a/advisories/unreviewed/2022/05/GHSA-pf98-mv3q-xgv6/GHSA-pf98-mv3q-xgv6.json +++ b/advisories/unreviewed/2022/05/GHSA-pf98-mv3q-xgv6/GHSA-pf98-mv3q-xgv6.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-pfv2-j9hc-m6f8/GHSA-pfv2-j9hc-m6f8.json b/advisories/unreviewed/2022/05/GHSA-pfv2-j9hc-m6f8/GHSA-pfv2-j9hc-m6f8.json index 137ead55b1e..1fefcc172e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-pfv2-j9hc-m6f8/GHSA-pfv2-j9hc-m6f8.json +++ b/advisories/unreviewed/2022/05/GHSA-pfv2-j9hc-m6f8/GHSA-pfv2-j9hc-m6f8.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-pj94-34p9-c3wf/GHSA-pj94-34p9-c3wf.json b/advisories/unreviewed/2022/05/GHSA-pj94-34p9-c3wf/GHSA-pj94-34p9-c3wf.json index b241ffbbce1..baf8772a8e2 100644 --- a/advisories/unreviewed/2022/05/GHSA-pj94-34p9-c3wf/GHSA-pj94-34p9-c3wf.json +++ b/advisories/unreviewed/2022/05/GHSA-pj94-34p9-c3wf/GHSA-pj94-34p9-c3wf.json @@ -7,12 +7,8 @@ "CVE-2011-1525" ], "details": "Heap-based buffer overflow in rvrender.dll in RealNetworks RealPlayer 11.0 through 11.1 and 14.0.0 through 14.0.2, and RealPlayer SP 1.0 through 1.1.5, allows remote attackers to execute arbitrary code via a crafted frame in an Internet Video Recording (IVR) file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pjv5-2x72-8674/GHSA-pjv5-2x72-8674.json b/advisories/unreviewed/2022/05/GHSA-pjv5-2x72-8674/GHSA-pjv5-2x72-8674.json index 8c732b35e77..747cfb05e38 100644 --- a/advisories/unreviewed/2022/05/GHSA-pjv5-2x72-8674/GHSA-pjv5-2x72-8674.json +++ b/advisories/unreviewed/2022/05/GHSA-pjv5-2x72-8674/GHSA-pjv5-2x72-8674.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-pmm2-7944-2hf8/GHSA-pmm2-7944-2hf8.json b/advisories/unreviewed/2022/05/GHSA-pmm2-7944-2hf8/GHSA-pmm2-7944-2hf8.json index e3ef2cacc5e..7fda13c2131 100644 --- a/advisories/unreviewed/2022/05/GHSA-pmm2-7944-2hf8/GHSA-pmm2-7944-2hf8.json +++ b/advisories/unreviewed/2022/05/GHSA-pmm2-7944-2hf8/GHSA-pmm2-7944-2hf8.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-ppg7-5cr7-7v24/GHSA-ppg7-5cr7-7v24.json b/advisories/unreviewed/2022/05/GHSA-ppg7-5cr7-7v24/GHSA-ppg7-5cr7-7v24.json index 61a2683916b..a32a7576ff5 100644 --- a/advisories/unreviewed/2022/05/GHSA-ppg7-5cr7-7v24/GHSA-ppg7-5cr7-7v24.json +++ b/advisories/unreviewed/2022/05/GHSA-ppg7-5cr7-7v24/GHSA-ppg7-5cr7-7v24.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-ppp5-cf3c-5m4p/GHSA-ppp5-cf3c-5m4p.json b/advisories/unreviewed/2022/05/GHSA-ppp5-cf3c-5m4p/GHSA-ppp5-cf3c-5m4p.json index c8794c997fb..036d29986de 100644 --- a/advisories/unreviewed/2022/05/GHSA-ppp5-cf3c-5m4p/GHSA-ppp5-cf3c-5m4p.json +++ b/advisories/unreviewed/2022/05/GHSA-ppp5-cf3c-5m4p/GHSA-ppp5-cf3c-5m4p.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-pvc6-734p-r5m3/GHSA-pvc6-734p-r5m3.json b/advisories/unreviewed/2022/05/GHSA-pvc6-734p-r5m3/GHSA-pvc6-734p-r5m3.json index de6767151a6..936d6d65cbc 100644 --- a/advisories/unreviewed/2022/05/GHSA-pvc6-734p-r5m3/GHSA-pvc6-734p-r5m3.json +++ b/advisories/unreviewed/2022/05/GHSA-pvc6-734p-r5m3/GHSA-pvc6-734p-r5m3.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-pvcf-6vj4-mpr5/GHSA-pvcf-6vj4-mpr5.json b/advisories/unreviewed/2022/05/GHSA-pvcf-6vj4-mpr5/GHSA-pvcf-6vj4-mpr5.json index 8c7609e79b1..1c2d8cde40d 100644 --- a/advisories/unreviewed/2022/05/GHSA-pvcf-6vj4-mpr5/GHSA-pvcf-6vj4-mpr5.json +++ b/advisories/unreviewed/2022/05/GHSA-pvcf-6vj4-mpr5/GHSA-pvcf-6vj4-mpr5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pvx4-8cjx-478q/GHSA-pvx4-8cjx-478q.json b/advisories/unreviewed/2022/05/GHSA-pvx4-8cjx-478q/GHSA-pvx4-8cjx-478q.json index d27e944b11b..4ebf23e18d9 100644 --- a/advisories/unreviewed/2022/05/GHSA-pvx4-8cjx-478q/GHSA-pvx4-8cjx-478q.json +++ b/advisories/unreviewed/2022/05/GHSA-pvx4-8cjx-478q/GHSA-pvx4-8cjx-478q.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-pw6x-cqq7-96hm/GHSA-pw6x-cqq7-96hm.json b/advisories/unreviewed/2022/05/GHSA-pw6x-cqq7-96hm/GHSA-pw6x-cqq7-96hm.json index cff74ff4356..bffddb92765 100644 --- a/advisories/unreviewed/2022/05/GHSA-pw6x-cqq7-96hm/GHSA-pw6x-cqq7-96hm.json +++ b/advisories/unreviewed/2022/05/GHSA-pw6x-cqq7-96hm/GHSA-pw6x-cqq7-96hm.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-pxf6-9cfw-xrwc/GHSA-pxf6-9cfw-xrwc.json b/advisories/unreviewed/2022/05/GHSA-pxf6-9cfw-xrwc/GHSA-pxf6-9cfw-xrwc.json index 9cbeb1e5821..3c347b09078 100644 --- a/advisories/unreviewed/2022/05/GHSA-pxf6-9cfw-xrwc/GHSA-pxf6-9cfw-xrwc.json +++ b/advisories/unreviewed/2022/05/GHSA-pxf6-9cfw-xrwc/GHSA-pxf6-9cfw-xrwc.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-q26f-7q9x-36jm/GHSA-q26f-7q9x-36jm.json b/advisories/unreviewed/2022/05/GHSA-q26f-7q9x-36jm/GHSA-q26f-7q9x-36jm.json index 1d93ff70101..b948e42cd0f 100644 --- a/advisories/unreviewed/2022/05/GHSA-q26f-7q9x-36jm/GHSA-q26f-7q9x-36jm.json +++ b/advisories/unreviewed/2022/05/GHSA-q26f-7q9x-36jm/GHSA-q26f-7q9x-36jm.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-q38f-rrwp-2h7x/GHSA-q38f-rrwp-2h7x.json b/advisories/unreviewed/2022/05/GHSA-q38f-rrwp-2h7x/GHSA-q38f-rrwp-2h7x.json index 7aa1f1b235f..e0021043d92 100644 --- a/advisories/unreviewed/2022/05/GHSA-q38f-rrwp-2h7x/GHSA-q38f-rrwp-2h7x.json +++ b/advisories/unreviewed/2022/05/GHSA-q38f-rrwp-2h7x/GHSA-q38f-rrwp-2h7x.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-q39r-hf24-68hj/GHSA-q39r-hf24-68hj.json b/advisories/unreviewed/2022/05/GHSA-q39r-hf24-68hj/GHSA-q39r-hf24-68hj.json index 432b0b11bd5..a8753e5de56 100644 --- a/advisories/unreviewed/2022/05/GHSA-q39r-hf24-68hj/GHSA-q39r-hf24-68hj.json +++ b/advisories/unreviewed/2022/05/GHSA-q39r-hf24-68hj/GHSA-q39r-hf24-68hj.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-q3h5-wxx8-7xc8/GHSA-q3h5-wxx8-7xc8.json b/advisories/unreviewed/2022/05/GHSA-q3h5-wxx8-7xc8/GHSA-q3h5-wxx8-7xc8.json index 34d9205e69b..ea7e07ca59c 100644 --- a/advisories/unreviewed/2022/05/GHSA-q3h5-wxx8-7xc8/GHSA-q3h5-wxx8-7xc8.json +++ b/advisories/unreviewed/2022/05/GHSA-q3h5-wxx8-7xc8/GHSA-q3h5-wxx8-7xc8.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-q439-vprm-5c8j/GHSA-q439-vprm-5c8j.json b/advisories/unreviewed/2022/05/GHSA-q439-vprm-5c8j/GHSA-q439-vprm-5c8j.json index d3fbb4ddcaa..cfdb9ebf4ff 100644 --- a/advisories/unreviewed/2022/05/GHSA-q439-vprm-5c8j/GHSA-q439-vprm-5c8j.json +++ b/advisories/unreviewed/2022/05/GHSA-q439-vprm-5c8j/GHSA-q439-vprm-5c8j.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-q4mj-8p33-mh5h/GHSA-q4mj-8p33-mh5h.json b/advisories/unreviewed/2022/05/GHSA-q4mj-8p33-mh5h/GHSA-q4mj-8p33-mh5h.json index 357342eac9a..9ead1323af9 100644 --- a/advisories/unreviewed/2022/05/GHSA-q4mj-8p33-mh5h/GHSA-q4mj-8p33-mh5h.json +++ b/advisories/unreviewed/2022/05/GHSA-q4mj-8p33-mh5h/GHSA-q4mj-8p33-mh5h.json @@ -7,12 +7,8 @@ "CVE-2011-1668" ], "details": "Cross-site scripting (XSS) vulnerability in search.php in AR Web Content Manager (AWCM) 2.1, 2.2, and possibly other versions allows remote attackers to inject arbitrary web script or HTML via the search parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q56m-58hq-cwx7/GHSA-q56m-58hq-cwx7.json b/advisories/unreviewed/2022/05/GHSA-q56m-58hq-cwx7/GHSA-q56m-58hq-cwx7.json index 19f1e453c09..aa2d0cb5400 100644 --- a/advisories/unreviewed/2022/05/GHSA-q56m-58hq-cwx7/GHSA-q56m-58hq-cwx7.json +++ b/advisories/unreviewed/2022/05/GHSA-q56m-58hq-cwx7/GHSA-q56m-58hq-cwx7.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-q5rg-jqvh-mj2q/GHSA-q5rg-jqvh-mj2q.json b/advisories/unreviewed/2022/05/GHSA-q5rg-jqvh-mj2q/GHSA-q5rg-jqvh-mj2q.json index fe1f2213386..12ca81e4e95 100644 --- a/advisories/unreviewed/2022/05/GHSA-q5rg-jqvh-mj2q/GHSA-q5rg-jqvh-mj2q.json +++ b/advisories/unreviewed/2022/05/GHSA-q5rg-jqvh-mj2q/GHSA-q5rg-jqvh-mj2q.json @@ -7,12 +7,8 @@ "CVE-2011-1659" ], "details": "Integer overflow in posix/fnmatch.c in the GNU C Library (aka glibc or libc6) 2.13 and earlier allows context-dependent attackers to cause a denial of service (application crash) via a long UTF8 string that is used in an fnmatch call with a crafted pattern argument, a different vulnerability than CVE-2011-1071.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -72,9 +68,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q5rp-2853-hc2m/GHSA-q5rp-2853-hc2m.json b/advisories/unreviewed/2022/05/GHSA-q5rp-2853-hc2m/GHSA-q5rp-2853-hc2m.json index 7898889bca2..26c8d27c75c 100644 --- a/advisories/unreviewed/2022/05/GHSA-q5rp-2853-hc2m/GHSA-q5rp-2853-hc2m.json +++ b/advisories/unreviewed/2022/05/GHSA-q5rp-2853-hc2m/GHSA-q5rp-2853-hc2m.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-q643-f44q-62h7/GHSA-q643-f44q-62h7.json b/advisories/unreviewed/2022/05/GHSA-q643-f44q-62h7/GHSA-q643-f44q-62h7.json index 0b1d30583ad..ead8fdf850a 100644 --- a/advisories/unreviewed/2022/05/GHSA-q643-f44q-62h7/GHSA-q643-f44q-62h7.json +++ b/advisories/unreviewed/2022/05/GHSA-q643-f44q-62h7/GHSA-q643-f44q-62h7.json @@ -7,12 +7,8 @@ "CVE-2011-1867" ], "details": "Stack-based buffer overflow in iNodeMngChecker.exe in the User Access Manager (UAM) 5.0 before SP1 E0101P03 and Endpoint Admission Defense (EAD) 5.0 before SP1 E0101P03 components in HP Intelligent Management Center (aka iNode Management Center) allows remote attackers to execute arbitrary code via a 0x0A0BF007 packet.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q6vw-39cg-wjjf/GHSA-q6vw-39cg-wjjf.json b/advisories/unreviewed/2022/05/GHSA-q6vw-39cg-wjjf/GHSA-q6vw-39cg-wjjf.json index 8943d710b9c..64cd091ed98 100644 --- a/advisories/unreviewed/2022/05/GHSA-q6vw-39cg-wjjf/GHSA-q6vw-39cg-wjjf.json +++ b/advisories/unreviewed/2022/05/GHSA-q6vw-39cg-wjjf/GHSA-q6vw-39cg-wjjf.json @@ -7,12 +7,8 @@ "CVE-2011-2508" ], "details": "Directory traversal vulnerability in libraries/display_tbl.lib.php in phpMyAdmin 3.x before 3.3.10.2 and 3.4.x before 3.4.3.1, when a certain MIME transformation feature is enabled, allows remote authenticated users to include and execute arbitrary local files via a .. (dot dot) in a GLOBALS[mime_map][$meta->name][transformation] parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q76v-gxg3-wx5g/GHSA-q76v-gxg3-wx5g.json b/advisories/unreviewed/2022/05/GHSA-q76v-gxg3-wx5g/GHSA-q76v-gxg3-wx5g.json index 3105c5b3b3d..fa058658264 100644 --- a/advisories/unreviewed/2022/05/GHSA-q76v-gxg3-wx5g/GHSA-q76v-gxg3-wx5g.json +++ b/advisories/unreviewed/2022/05/GHSA-q76v-gxg3-wx5g/GHSA-q76v-gxg3-wx5g.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-q7w4-fcc5-r63h/GHSA-q7w4-fcc5-r63h.json b/advisories/unreviewed/2022/05/GHSA-q7w4-fcc5-r63h/GHSA-q7w4-fcc5-r63h.json index f19ed504ee1..49eb7e9dc5f 100644 --- a/advisories/unreviewed/2022/05/GHSA-q7w4-fcc5-r63h/GHSA-q7w4-fcc5-r63h.json +++ b/advisories/unreviewed/2022/05/GHSA-q7w4-fcc5-r63h/GHSA-q7w4-fcc5-r63h.json @@ -7,12 +7,8 @@ "CVE-2011-2216" ], "details": "reqresp_parser.c in the SIP channel driver in Asterisk Open Source 1.8.x before 1.8.4.2 does not initialize certain strings, which allows remote attackers to cause a denial of service (NULL pointer dereference and daemon crash) via a malformed Contact header.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -56,9 +52,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q86w-c9hx-83fq/GHSA-q86w-c9hx-83fq.json b/advisories/unreviewed/2022/05/GHSA-q86w-c9hx-83fq/GHSA-q86w-c9hx-83fq.json index 3cdb9bca5e7..1f54d8631c0 100644 --- a/advisories/unreviewed/2022/05/GHSA-q86w-c9hx-83fq/GHSA-q86w-c9hx-83fq.json +++ b/advisories/unreviewed/2022/05/GHSA-q86w-c9hx-83fq/GHSA-q86w-c9hx-83fq.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-q98x-gf8h-c44j/GHSA-q98x-gf8h-c44j.json b/advisories/unreviewed/2022/05/GHSA-q98x-gf8h-c44j/GHSA-q98x-gf8h-c44j.json index 6ae65458b75..88dd4df3ac1 100644 --- a/advisories/unreviewed/2022/05/GHSA-q98x-gf8h-c44j/GHSA-q98x-gf8h-c44j.json +++ b/advisories/unreviewed/2022/05/GHSA-q98x-gf8h-c44j/GHSA-q98x-gf8h-c44j.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-qfxr-83x7-qjhf/GHSA-qfxr-83x7-qjhf.json b/advisories/unreviewed/2022/05/GHSA-qfxr-83x7-qjhf/GHSA-qfxr-83x7-qjhf.json index 06a80b1d510..1f866a94b1d 100644 --- a/advisories/unreviewed/2022/05/GHSA-qfxr-83x7-qjhf/GHSA-qfxr-83x7-qjhf.json +++ b/advisories/unreviewed/2022/05/GHSA-qfxr-83x7-qjhf/GHSA-qfxr-83x7-qjhf.json @@ -7,12 +7,8 @@ "CVE-2011-0922" ], "details": "The client in HP Data Protector allows remote attackers to execute arbitrary programs via an EXEC_SETUP command that references a UNC share pathname.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qgh2-wrrh-xwch/GHSA-qgh2-wrrh-xwch.json b/advisories/unreviewed/2022/05/GHSA-qgh2-wrrh-xwch/GHSA-qgh2-wrrh-xwch.json index 90ef9a59b87..a1dcbbd4afe 100644 --- a/advisories/unreviewed/2022/05/GHSA-qgh2-wrrh-xwch/GHSA-qgh2-wrrh-xwch.json +++ b/advisories/unreviewed/2022/05/GHSA-qgh2-wrrh-xwch/GHSA-qgh2-wrrh-xwch.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-qh4v-8jg2-fp3q/GHSA-qh4v-8jg2-fp3q.json b/advisories/unreviewed/2022/05/GHSA-qh4v-8jg2-fp3q/GHSA-qh4v-8jg2-fp3q.json index 300d872ef21..f6ae20b7cca 100644 --- a/advisories/unreviewed/2022/05/GHSA-qh4v-8jg2-fp3q/GHSA-qh4v-8jg2-fp3q.json +++ b/advisories/unreviewed/2022/05/GHSA-qh4v-8jg2-fp3q/GHSA-qh4v-8jg2-fp3q.json @@ -7,12 +7,8 @@ "CVE-2011-0758" ], "details": "The eCS component (ECSQdmn.exe) in CA ETrust Secure Content Manager 8.0 and CA Gateway Security 8.1 allows remote attackers to cause a denial of service (crash) and execute arbitrary code via a crafted request to port 1882, involving an incorrect integer calculation and a heap-based buffer overflow.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qh9h-p2j2-wwjf/GHSA-qh9h-p2j2-wwjf.json b/advisories/unreviewed/2022/05/GHSA-qh9h-p2j2-wwjf/GHSA-qh9h-p2j2-wwjf.json index 67e5768090c..210d4e1dd8a 100644 --- a/advisories/unreviewed/2022/05/GHSA-qh9h-p2j2-wwjf/GHSA-qh9h-p2j2-wwjf.json +++ b/advisories/unreviewed/2022/05/GHSA-qh9h-p2j2-wwjf/GHSA-qh9h-p2j2-wwjf.json @@ -7,12 +7,8 @@ "CVE-2011-1427" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in Kodak InSite 5.5.2 allow remote attackers to inject arbitrary web script or HTML via the (1) Language parameter to Pages/login.aspx, (2) HeaderWarning parameter to Troubleshooting/DiagnosticReport.asp, or (3) User-Agent header to troubleshooting/speedtest.asp.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qjcq-w253-2fv7/GHSA-qjcq-w253-2fv7.json b/advisories/unreviewed/2022/05/GHSA-qjcq-w253-2fv7/GHSA-qjcq-w253-2fv7.json index 457a0f7cf2d..c7a1a5de738 100644 --- a/advisories/unreviewed/2022/05/GHSA-qjcq-w253-2fv7/GHSA-qjcq-w253-2fv7.json +++ b/advisories/unreviewed/2022/05/GHSA-qjcq-w253-2fv7/GHSA-qjcq-w253-2fv7.json @@ -7,12 +7,8 @@ "CVE-2011-1826" ], "details": "Open redirect vulnerability in the Administrative Console in CA Arcot WebFort Versatile Authentication Server (VAS) before 6.2.5 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qm89-39pm-99vj/GHSA-qm89-39pm-99vj.json b/advisories/unreviewed/2022/05/GHSA-qm89-39pm-99vj/GHSA-qm89-39pm-99vj.json index 1311b313fc2..deb6d7f8885 100644 --- a/advisories/unreviewed/2022/05/GHSA-qm89-39pm-99vj/GHSA-qm89-39pm-99vj.json +++ b/advisories/unreviewed/2022/05/GHSA-qm89-39pm-99vj/GHSA-qm89-39pm-99vj.json @@ -7,12 +7,8 @@ "CVE-2011-1074" ], "details": "crontab.c in crontab in FreeBSD allows local users to determine the existence of arbitrary directories via a command-line argument composed of a directory name concatenated with a directory traversal sequence that leads to the /etc/crontab pathname.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qp96-xpcw-x33j/GHSA-qp96-xpcw-x33j.json b/advisories/unreviewed/2022/05/GHSA-qp96-xpcw-x33j/GHSA-qp96-xpcw-x33j.json index 24538003591..0e7f30529cb 100644 --- a/advisories/unreviewed/2022/05/GHSA-qp96-xpcw-x33j/GHSA-qp96-xpcw-x33j.json +++ b/advisories/unreviewed/2022/05/GHSA-qp96-xpcw-x33j/GHSA-qp96-xpcw-x33j.json @@ -7,12 +7,8 @@ "CVE-2013-6233" ], "details": "Cross-site scripting (XSS) vulnerability in SpagoBI before 4.1 allows remote authenticated users to inject arbitrary web script or HTML via the Description field in the \"Short document metadata.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qqg3-j34f-9rxh/GHSA-qqg3-j34f-9rxh.json b/advisories/unreviewed/2022/05/GHSA-qqg3-j34f-9rxh/GHSA-qqg3-j34f-9rxh.json index 3e60b37e95f..0e40a387690 100644 --- a/advisories/unreviewed/2022/05/GHSA-qqg3-j34f-9rxh/GHSA-qqg3-j34f-9rxh.json +++ b/advisories/unreviewed/2022/05/GHSA-qqg3-j34f-9rxh/GHSA-qqg3-j34f-9rxh.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-qrq6-m6p6-cqvp/GHSA-qrq6-m6p6-cqvp.json b/advisories/unreviewed/2022/05/GHSA-qrq6-m6p6-cqvp/GHSA-qrq6-m6p6-cqvp.json index fd395267b9b..f8e19122528 100644 --- a/advisories/unreviewed/2022/05/GHSA-qrq6-m6p6-cqvp/GHSA-qrq6-m6p6-cqvp.json +++ b/advisories/unreviewed/2022/05/GHSA-qrq6-m6p6-cqvp/GHSA-qrq6-m6p6-cqvp.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-qvr4-782c-mc2w/GHSA-qvr4-782c-mc2w.json b/advisories/unreviewed/2022/05/GHSA-qvr4-782c-mc2w/GHSA-qvr4-782c-mc2w.json index cbeeeee65a1..dff7793c934 100644 --- a/advisories/unreviewed/2022/05/GHSA-qvr4-782c-mc2w/GHSA-qvr4-782c-mc2w.json +++ b/advisories/unreviewed/2022/05/GHSA-qvr4-782c-mc2w/GHSA-qvr4-782c-mc2w.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-qw6m-hx2p-g8cc/GHSA-qw6m-hx2p-g8cc.json b/advisories/unreviewed/2022/05/GHSA-qw6m-hx2p-g8cc/GHSA-qw6m-hx2p-g8cc.json index 5b9cba55939..baf93a1449a 100644 --- a/advisories/unreviewed/2022/05/GHSA-qw6m-hx2p-g8cc/GHSA-qw6m-hx2p-g8cc.json +++ b/advisories/unreviewed/2022/05/GHSA-qw6m-hx2p-g8cc/GHSA-qw6m-hx2p-g8cc.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-qwcr-wrmg-gpqr/GHSA-qwcr-wrmg-gpqr.json b/advisories/unreviewed/2022/05/GHSA-qwcr-wrmg-gpqr/GHSA-qwcr-wrmg-gpqr.json index 0752b0a8800..fd237d1bfd0 100644 --- a/advisories/unreviewed/2022/05/GHSA-qwcr-wrmg-gpqr/GHSA-qwcr-wrmg-gpqr.json +++ b/advisories/unreviewed/2022/05/GHSA-qwcr-wrmg-gpqr/GHSA-qwcr-wrmg-gpqr.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-qwww-69cf-rrq6/GHSA-qwww-69cf-rrq6.json b/advisories/unreviewed/2022/05/GHSA-qwww-69cf-rrq6/GHSA-qwww-69cf-rrq6.json index debbf3d7b48..34f7ba1f74e 100644 --- a/advisories/unreviewed/2022/05/GHSA-qwww-69cf-rrq6/GHSA-qwww-69cf-rrq6.json +++ b/advisories/unreviewed/2022/05/GHSA-qwww-69cf-rrq6/GHSA-qwww-69cf-rrq6.json @@ -7,12 +7,8 @@ "CVE-2011-2733" ], "details": "EMC RSA Adaptive Authentication On-Premise (AAOP) 6.0.2.1 SP1 Patch 2, SP1 Patch 3, SP2, SP2 Patch 1, and SP3 does not prevent reuse of authentication information during a session, which allows remote authenticated users to bypass intended access restrictions via vectors related to knowledge of the originally used authentication information and unspecified other session information.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qxrx-mx2h-xjr9/GHSA-qxrx-mx2h-xjr9.json b/advisories/unreviewed/2022/05/GHSA-qxrx-mx2h-xjr9/GHSA-qxrx-mx2h-xjr9.json index c315f7b8f87..2a6e9f103f5 100644 --- a/advisories/unreviewed/2022/05/GHSA-qxrx-mx2h-xjr9/GHSA-qxrx-mx2h-xjr9.json +++ b/advisories/unreviewed/2022/05/GHSA-qxrx-mx2h-xjr9/GHSA-qxrx-mx2h-xjr9.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", @@ -51,9 +49,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qxwr-vp86-5c3h/GHSA-qxwr-vp86-5c3h.json b/advisories/unreviewed/2022/05/GHSA-qxwr-vp86-5c3h/GHSA-qxwr-vp86-5c3h.json index 0d8bdc90926..31231d4c32e 100644 --- a/advisories/unreviewed/2022/05/GHSA-qxwr-vp86-5c3h/GHSA-qxwr-vp86-5c3h.json +++ b/advisories/unreviewed/2022/05/GHSA-qxwr-vp86-5c3h/GHSA-qxwr-vp86-5c3h.json @@ -7,12 +7,8 @@ "CVE-2011-0556" ], "details": "The Font Xtra.x32 module in Adobe Shockwave Player before 11.5.9.620 allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via a crafted PFR1 chunk that leads to an unexpected sign extension and an invalid pointer dereference, a different vulnerability than CVE-2011-0569.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r675-x77v-rppv/GHSA-r675-x77v-rppv.json b/advisories/unreviewed/2022/05/GHSA-r675-x77v-rppv/GHSA-r675-x77v-rppv.json index f58fb784097..dc1a95a2dfa 100644 --- a/advisories/unreviewed/2022/05/GHSA-r675-x77v-rppv/GHSA-r675-x77v-rppv.json +++ b/advisories/unreviewed/2022/05/GHSA-r675-x77v-rppv/GHSA-r675-x77v-rppv.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-r994-7487-j377/GHSA-r994-7487-j377.json b/advisories/unreviewed/2022/05/GHSA-r994-7487-j377/GHSA-r994-7487-j377.json index 82f49d50521..a63a9b43203 100644 --- a/advisories/unreviewed/2022/05/GHSA-r994-7487-j377/GHSA-r994-7487-j377.json +++ b/advisories/unreviewed/2022/05/GHSA-r994-7487-j377/GHSA-r994-7487-j377.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-r9hr-g977-8299/GHSA-r9hr-g977-8299.json b/advisories/unreviewed/2022/05/GHSA-r9hr-g977-8299/GHSA-r9hr-g977-8299.json index 3b25e62ff2b..aef608fbc65 100644 --- a/advisories/unreviewed/2022/05/GHSA-r9hr-g977-8299/GHSA-r9hr-g977-8299.json +++ b/advisories/unreviewed/2022/05/GHSA-r9hr-g977-8299/GHSA-r9hr-g977-8299.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r9mw-f2c2-56rh/GHSA-r9mw-f2c2-56rh.json b/advisories/unreviewed/2022/05/GHSA-r9mw-f2c2-56rh/GHSA-r9mw-f2c2-56rh.json index b0defbb1ef6..d9d13833fc5 100644 --- a/advisories/unreviewed/2022/05/GHSA-r9mw-f2c2-56rh/GHSA-r9mw-f2c2-56rh.json +++ b/advisories/unreviewed/2022/05/GHSA-r9mw-f2c2-56rh/GHSA-r9mw-f2c2-56rh.json @@ -7,12 +7,8 @@ "CVE-2011-1060" ], "details": "SQL injection vulnerability in the member function in classes/member.php in WSN Guest 1.24 allows remote attackers to execute arbitrary SQL commands via the wsnuser cookie to index.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rf89-xrvf-3jv2/GHSA-rf89-xrvf-3jv2.json b/advisories/unreviewed/2022/05/GHSA-rf89-xrvf-3jv2/GHSA-rf89-xrvf-3jv2.json index 81bbc4d1a13..8b9abf68b2f 100644 --- a/advisories/unreviewed/2022/05/GHSA-rf89-xrvf-3jv2/GHSA-rf89-xrvf-3jv2.json +++ b/advisories/unreviewed/2022/05/GHSA-rf89-xrvf-3jv2/GHSA-rf89-xrvf-3jv2.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-rf96-8hxp-6gf2/GHSA-rf96-8hxp-6gf2.json b/advisories/unreviewed/2022/05/GHSA-rf96-8hxp-6gf2/GHSA-rf96-8hxp-6gf2.json index 77c6e2ff9b4..13a5f2d3bf5 100644 --- a/advisories/unreviewed/2022/05/GHSA-rf96-8hxp-6gf2/GHSA-rf96-8hxp-6gf2.json +++ b/advisories/unreviewed/2022/05/GHSA-rf96-8hxp-6gf2/GHSA-rf96-8hxp-6gf2.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-rfj3-c83f-5vg6/GHSA-rfj3-c83f-5vg6.json b/advisories/unreviewed/2022/05/GHSA-rfj3-c83f-5vg6/GHSA-rfj3-c83f-5vg6.json index 5a043123b67..bb2445fc787 100644 --- a/advisories/unreviewed/2022/05/GHSA-rfj3-c83f-5vg6/GHSA-rfj3-c83f-5vg6.json +++ b/advisories/unreviewed/2022/05/GHSA-rfj3-c83f-5vg6/GHSA-rfj3-c83f-5vg6.json @@ -7,12 +7,8 @@ "CVE-2011-1899" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in CA eHealth 6.0.x, 6.1.x, 6.2.1, and 6.2.2 allow remote attackers to inject arbitrary web script or HTML via unspecified parameters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rgpj-2vfr-gw98/GHSA-rgpj-2vfr-gw98.json b/advisories/unreviewed/2022/05/GHSA-rgpj-2vfr-gw98/GHSA-rgpj-2vfr-gw98.json index d531850ee0e..40688f98add 100644 --- a/advisories/unreviewed/2022/05/GHSA-rgpj-2vfr-gw98/GHSA-rgpj-2vfr-gw98.json +++ b/advisories/unreviewed/2022/05/GHSA-rgpj-2vfr-gw98/GHSA-rgpj-2vfr-gw98.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-rh22-cvrm-xhr6/GHSA-rh22-cvrm-xhr6.json b/advisories/unreviewed/2022/05/GHSA-rh22-cvrm-xhr6/GHSA-rh22-cvrm-xhr6.json index 698b0076666..1d656c859ad 100644 --- a/advisories/unreviewed/2022/05/GHSA-rh22-cvrm-xhr6/GHSA-rh22-cvrm-xhr6.json +++ b/advisories/unreviewed/2022/05/GHSA-rh22-cvrm-xhr6/GHSA-rh22-cvrm-xhr6.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-rj3w-x92q-j2g5/GHSA-rj3w-x92q-j2g5.json b/advisories/unreviewed/2022/05/GHSA-rj3w-x92q-j2g5/GHSA-rj3w-x92q-j2g5.json index 29bdf594032..f2ab9e8c08c 100644 --- a/advisories/unreviewed/2022/05/GHSA-rj3w-x92q-j2g5/GHSA-rj3w-x92q-j2g5.json +++ b/advisories/unreviewed/2022/05/GHSA-rj3w-x92q-j2g5/GHSA-rj3w-x92q-j2g5.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-rm5v-f378-qgp9/GHSA-rm5v-f378-qgp9.json b/advisories/unreviewed/2022/05/GHSA-rm5v-f378-qgp9/GHSA-rm5v-f378-qgp9.json index 5f7192b8baf..d3519ed3310 100644 --- a/advisories/unreviewed/2022/05/GHSA-rm5v-f378-qgp9/GHSA-rm5v-f378-qgp9.json +++ b/advisories/unreviewed/2022/05/GHSA-rm5v-f378-qgp9/GHSA-rm5v-f378-qgp9.json @@ -7,12 +7,8 @@ "CVE-2011-2507" ], "details": "libraries/server_synchronize.lib.php in the Synchronize implementation in phpMyAdmin 3.x before 3.3.10.2 and 3.4.x before 3.4.3.1 does not properly quote regular expressions, which allows remote authenticated users to inject a PCRE e (aka PREG_REPLACE_EVAL) modifier, and consequently execute arbitrary PHP code, by leveraging the ability to modify the SESSION superglobal array.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rp4v-jwqp-68p6/GHSA-rp4v-jwqp-68p6.json b/advisories/unreviewed/2022/05/GHSA-rp4v-jwqp-68p6/GHSA-rp4v-jwqp-68p6.json index f637891cfb3..4ff434219a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-rp4v-jwqp-68p6/GHSA-rp4v-jwqp-68p6.json +++ b/advisories/unreviewed/2022/05/GHSA-rp4v-jwqp-68p6/GHSA-rp4v-jwqp-68p6.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-rp8m-q5pp-m86r/GHSA-rp8m-q5pp-m86r.json b/advisories/unreviewed/2022/05/GHSA-rp8m-q5pp-m86r/GHSA-rp8m-q5pp-m86r.json index d150a0297cf..533c4f4fd25 100644 --- a/advisories/unreviewed/2022/05/GHSA-rp8m-q5pp-m86r/GHSA-rp8m-q5pp-m86r.json +++ b/advisories/unreviewed/2022/05/GHSA-rp8m-q5pp-m86r/GHSA-rp8m-q5pp-m86r.json @@ -7,12 +7,8 @@ "CVE-2011-1546" ], "details": "Multiple SQL injection vulnerabilities in Andy's PHP Knowledgebase (Aphpkb) before 0.95.3 allow remote attackers to execute arbitrary SQL commands via the s parameter to (1) a_viewusers.php or (2) keysearch.php; and allow remote authenticated administrators to execute arbitrary SQL commands via the (3) id or (4) start parameter to pending.php, or the (5) aid parameter to a_authordetails.php. NOTE: some of these details are obtained from third party information.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rpm4-2vv9-4p54/GHSA-rpm4-2vv9-4p54.json b/advisories/unreviewed/2022/05/GHSA-rpm4-2vv9-4p54/GHSA-rpm4-2vv9-4p54.json index 1f5ad2694c6..87768b6433f 100644 --- a/advisories/unreviewed/2022/05/GHSA-rpm4-2vv9-4p54/GHSA-rpm4-2vv9-4p54.json +++ b/advisories/unreviewed/2022/05/GHSA-rpm4-2vv9-4p54/GHSA-rpm4-2vv9-4p54.json @@ -7,12 +7,8 @@ "CVE-2011-0745" ], "details": "SugarCRM before 6.1.3 does not properly handle reloads and direct requests for a warning page produced by a certain duplicate check, which allows remote authenticated users to discover (1) the names of customers via a ShowDuplicates action to the Accounts module, reachable through index.php; or (2) the names of contact persons via a ShowDuplicates action to the Contacts module, reachable through index.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rqpp-6c9q-xpf8/GHSA-rqpp-6c9q-xpf8.json b/advisories/unreviewed/2022/05/GHSA-rqpp-6c9q-xpf8/GHSA-rqpp-6c9q-xpf8.json index 688bf3a5574..96125834a7a 100644 --- a/advisories/unreviewed/2022/05/GHSA-rqpp-6c9q-xpf8/GHSA-rqpp-6c9q-xpf8.json +++ b/advisories/unreviewed/2022/05/GHSA-rqpp-6c9q-xpf8/GHSA-rqpp-6c9q-xpf8.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-rqxj-58fq-78fr/GHSA-rqxj-58fq-78fr.json b/advisories/unreviewed/2022/05/GHSA-rqxj-58fq-78fr/GHSA-rqxj-58fq-78fr.json index 331fd362260..0da89cc8c2d 100644 --- a/advisories/unreviewed/2022/05/GHSA-rqxj-58fq-78fr/GHSA-rqxj-58fq-78fr.json +++ b/advisories/unreviewed/2022/05/GHSA-rqxj-58fq-78fr/GHSA-rqxj-58fq-78fr.json @@ -7,12 +7,8 @@ "CVE-2013-7195" ], "details": "PHPFox 3.7.3 and 3.7.4 allows remote authenticated users to bypass intended \"Only Me\" restrictions and \"like\" a publication via a request that specifies the ID for the publication.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rv2w-5cww-2mqm/GHSA-rv2w-5cww-2mqm.json b/advisories/unreviewed/2022/05/GHSA-rv2w-5cww-2mqm/GHSA-rv2w-5cww-2mqm.json index 0e65da153bf..63ef60c65c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-rv2w-5cww-2mqm/GHSA-rv2w-5cww-2mqm.json +++ b/advisories/unreviewed/2022/05/GHSA-rv2w-5cww-2mqm/GHSA-rv2w-5cww-2mqm.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-rwh4-9pfg-vx5j/GHSA-rwh4-9pfg-vx5j.json b/advisories/unreviewed/2022/05/GHSA-rwh4-9pfg-vx5j/GHSA-rwh4-9pfg-vx5j.json index 821a20c9d17..ad958aee064 100644 --- a/advisories/unreviewed/2022/05/GHSA-rwh4-9pfg-vx5j/GHSA-rwh4-9pfg-vx5j.json +++ b/advisories/unreviewed/2022/05/GHSA-rwh4-9pfg-vx5j/GHSA-rwh4-9pfg-vx5j.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-rx44-2j89-7x63/GHSA-rx44-2j89-7x63.json b/advisories/unreviewed/2022/05/GHSA-rx44-2j89-7x63/GHSA-rx44-2j89-7x63.json index 88ea96fc222..f1d11c2907b 100644 --- a/advisories/unreviewed/2022/05/GHSA-rx44-2j89-7x63/GHSA-rx44-2j89-7x63.json +++ b/advisories/unreviewed/2022/05/GHSA-rx44-2j89-7x63/GHSA-rx44-2j89-7x63.json @@ -7,12 +7,8 @@ "CVE-2011-0486" ], "details": "Cross-site scripting (XSS) vulnerability in cognos.cgi in IBM Cognos 8 Business Intelligence (BI) 8.4.1 before FP1 allows remote attackers to inject arbitrary web script or HTML via the pathinfo parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v2h5-cprh-x4hr/GHSA-v2h5-cprh-x4hr.json b/advisories/unreviewed/2022/05/GHSA-v2h5-cprh-x4hr/GHSA-v2h5-cprh-x4hr.json index f7b68e63954..09f7c7f202f 100644 --- a/advisories/unreviewed/2022/05/GHSA-v2h5-cprh-x4hr/GHSA-v2h5-cprh-x4hr.json +++ b/advisories/unreviewed/2022/05/GHSA-v2h5-cprh-x4hr/GHSA-v2h5-cprh-x4hr.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-v4qv-fcmj-64w9/GHSA-v4qv-fcmj-64w9.json b/advisories/unreviewed/2022/05/GHSA-v4qv-fcmj-64w9/GHSA-v4qv-fcmj-64w9.json index 5caf94faae4..4e592ae9a04 100644 --- a/advisories/unreviewed/2022/05/GHSA-v4qv-fcmj-64w9/GHSA-v4qv-fcmj-64w9.json +++ b/advisories/unreviewed/2022/05/GHSA-v4qv-fcmj-64w9/GHSA-v4qv-fcmj-64w9.json @@ -7,12 +7,8 @@ "CVE-2012-4430" ], "details": "The dump_resource function in dird/dird_conf.c in Bacula before 5.2.11 does not properly enforce ACL rules, which allows remote authenticated users to obtain resource dump information via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -64,9 +60,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-v5fc-jhcf-9h9r/GHSA-v5fc-jhcf-9h9r.json b/advisories/unreviewed/2022/05/GHSA-v5fc-jhcf-9h9r/GHSA-v5fc-jhcf-9h9r.json index 28a038909aa..90e620d6b19 100644 --- a/advisories/unreviewed/2022/05/GHSA-v5fc-jhcf-9h9r/GHSA-v5fc-jhcf-9h9r.json +++ b/advisories/unreviewed/2022/05/GHSA-v5fc-jhcf-9h9r/GHSA-v5fc-jhcf-9h9r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/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-v5jf-xrp6-xcrp/GHSA-v5jf-xrp6-xcrp.json b/advisories/unreviewed/2022/05/GHSA-v5jf-xrp6-xcrp/GHSA-v5jf-xrp6-xcrp.json index d7e4ea503a2..7c5308e8af1 100644 --- a/advisories/unreviewed/2022/05/GHSA-v5jf-xrp6-xcrp/GHSA-v5jf-xrp6-xcrp.json +++ b/advisories/unreviewed/2022/05/GHSA-v5jf-xrp6-xcrp/GHSA-v5jf-xrp6-xcrp.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-v69w-p56p-x5m3/GHSA-v69w-p56p-x5m3.json b/advisories/unreviewed/2022/05/GHSA-v69w-p56p-x5m3/GHSA-v69w-p56p-x5m3.json index 912ca41e93f..8a6b8987d99 100644 --- a/advisories/unreviewed/2022/05/GHSA-v69w-p56p-x5m3/GHSA-v69w-p56p-x5m3.json +++ b/advisories/unreviewed/2022/05/GHSA-v69w-p56p-x5m3/GHSA-v69w-p56p-x5m3.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-v6mg-69hj-52gp/GHSA-v6mg-69hj-52gp.json b/advisories/unreviewed/2022/05/GHSA-v6mg-69hj-52gp/GHSA-v6mg-69hj-52gp.json index 3274d858a69..8f323fe2a85 100644 --- a/advisories/unreviewed/2022/05/GHSA-v6mg-69hj-52gp/GHSA-v6mg-69hj-52gp.json +++ b/advisories/unreviewed/2022/05/GHSA-v6mg-69hj-52gp/GHSA-v6mg-69hj-52gp.json @@ -7,12 +7,8 @@ "CVE-2011-2735" ], "details": "Multiple buffer overflows in EMC AutoStart 5.3.x and 5.4.x before 5.4.1 allow remote attackers to cause a denial of service (daemon crash) or possibly execute arbitrary code by sending a crafted message over TCP.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v76g-6p6j-7485/GHSA-v76g-6p6j-7485.json b/advisories/unreviewed/2022/05/GHSA-v76g-6p6j-7485/GHSA-v76g-6p6j-7485.json index 87edcff620a..eaafc4e2b1a 100644 --- a/advisories/unreviewed/2022/05/GHSA-v76g-6p6j-7485/GHSA-v76g-6p6j-7485.json +++ b/advisories/unreviewed/2022/05/GHSA-v76g-6p6j-7485/GHSA-v76g-6p6j-7485.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-v8rv-j5gp-8rx6/GHSA-v8rv-j5gp-8rx6.json b/advisories/unreviewed/2022/05/GHSA-v8rv-j5gp-8rx6/GHSA-v8rv-j5gp-8rx6.json index 00168dac3a5..d68dda56fb3 100644 --- a/advisories/unreviewed/2022/05/GHSA-v8rv-j5gp-8rx6/GHSA-v8rv-j5gp-8rx6.json +++ b/advisories/unreviewed/2022/05/GHSA-v8rv-j5gp-8rx6/GHSA-v8rv-j5gp-8rx6.json @@ -7,12 +7,8 @@ "CVE-2011-1524" ], "details": "Cross-site scripting (XSS) vulnerability in the management login GUI page in Symantec LiveUpdate Administrator (LUA) before 2.3 allows remote attackers to inject arbitrary web script or HTML via the username field, as demonstrated by injecting an IFRAME element into the event log, a different vulnerability than CVE-2011-0545.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v9h7-8m32-frwv/GHSA-v9h7-8m32-frwv.json b/advisories/unreviewed/2022/05/GHSA-v9h7-8m32-frwv/GHSA-v9h7-8m32-frwv.json index e4a037946c0..23dbac4cde6 100644 --- a/advisories/unreviewed/2022/05/GHSA-v9h7-8m32-frwv/GHSA-v9h7-8m32-frwv.json +++ b/advisories/unreviewed/2022/05/GHSA-v9h7-8m32-frwv/GHSA-v9h7-8m32-frwv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v9hr-22mv-qf8g/GHSA-v9hr-22mv-qf8g.json b/advisories/unreviewed/2022/05/GHSA-v9hr-22mv-qf8g/GHSA-v9hr-22mv-qf8g.json index 2d52bc7ebe0..f5c866debf7 100644 --- a/advisories/unreviewed/2022/05/GHSA-v9hr-22mv-qf8g/GHSA-v9hr-22mv-qf8g.json +++ b/advisories/unreviewed/2022/05/GHSA-v9hr-22mv-qf8g/GHSA-v9hr-22mv-qf8g.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-vcm5-2mfc-h2p5/GHSA-vcm5-2mfc-h2p5.json b/advisories/unreviewed/2022/05/GHSA-vcm5-2mfc-h2p5/GHSA-vcm5-2mfc-h2p5.json index ac2a39e8fe0..0e94a72e054 100644 --- a/advisories/unreviewed/2022/05/GHSA-vcm5-2mfc-h2p5/GHSA-vcm5-2mfc-h2p5.json +++ b/advisories/unreviewed/2022/05/GHSA-vcm5-2mfc-h2p5/GHSA-vcm5-2mfc-h2p5.json @@ -7,12 +7,8 @@ "CVE-2011-0886" ], "details": "Multiple cross-site request forgery (CSRF) vulnerabilities in the web interface on the SMC SMCD3G-CCR (aka Comcast Business Gateway) with firmware before 1.4.0.49.2 allow remote attackers to (1) hijack the intranet connectivity of arbitrary users for requests that perform a login via goform/login, or hijack the authentication of administrators for requests that (2) enable external logins via an mso_remote_enable action to goform/RemoteRange or (3) change DNS settings via a manual_dns_enable action to goform/Basic.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vfgx-wq23-gc98/GHSA-vfgx-wq23-gc98.json b/advisories/unreviewed/2022/05/GHSA-vfgx-wq23-gc98/GHSA-vfgx-wq23-gc98.json index d62685a03cb..b619e5b140d 100644 --- a/advisories/unreviewed/2022/05/GHSA-vfgx-wq23-gc98/GHSA-vfgx-wq23-gc98.json +++ b/advisories/unreviewed/2022/05/GHSA-vfgx-wq23-gc98/GHSA-vfgx-wq23-gc98.json @@ -7,12 +7,8 @@ "CVE-2011-0648" ], "details": "Unspecified vulnerability in EMC Avamar before 5.0.4-30 allows remote authenticated users to gain privileges via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vfjj-3vj8-j7m5/GHSA-vfjj-3vj8-j7m5.json b/advisories/unreviewed/2022/05/GHSA-vfjj-3vj8-j7m5/GHSA-vfjj-3vj8-j7m5.json index c8a3d841fe6..e7b699a0707 100644 --- a/advisories/unreviewed/2022/05/GHSA-vfjj-3vj8-j7m5/GHSA-vfjj-3vj8-j7m5.json +++ b/advisories/unreviewed/2022/05/GHSA-vfjj-3vj8-j7m5/GHSA-vfjj-3vj8-j7m5.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-vgj4-vxc2-7gcf/GHSA-vgj4-vxc2-7gcf.json b/advisories/unreviewed/2022/05/GHSA-vgj4-vxc2-7gcf/GHSA-vgj4-vxc2-7gcf.json index 49284acc55c..64cfa64dc75 100644 --- a/advisories/unreviewed/2022/05/GHSA-vgj4-vxc2-7gcf/GHSA-vgj4-vxc2-7gcf.json +++ b/advisories/unreviewed/2022/05/GHSA-vgj4-vxc2-7gcf/GHSA-vgj4-vxc2-7gcf.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-vgwj-fv3c-ww5m/GHSA-vgwj-fv3c-ww5m.json b/advisories/unreviewed/2022/05/GHSA-vgwj-fv3c-ww5m/GHSA-vgwj-fv3c-ww5m.json index 906ea196b5c..c835762ad3d 100644 --- a/advisories/unreviewed/2022/05/GHSA-vgwj-fv3c-ww5m/GHSA-vgwj-fv3c-ww5m.json +++ b/advisories/unreviewed/2022/05/GHSA-vgwj-fv3c-ww5m/GHSA-vgwj-fv3c-ww5m.json @@ -7,12 +7,8 @@ "CVE-2011-1519" ], "details": "The remote console in the Server Controller in IBM Lotus Domino 7.x and 8.x verifies credentials against a file located at a UNC share pathname specified by the client, which allows remote attackers to bypass authentication, and consequently execute arbitrary code, by placing this pathname in the COOKIEFILE field. NOTE: this might overlap CVE-2011-0920.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vh9h-rqmg-gq5g/GHSA-vh9h-rqmg-gq5g.json b/advisories/unreviewed/2022/05/GHSA-vh9h-rqmg-gq5g/GHSA-vh9h-rqmg-gq5g.json index 1e11214c3d9..00f087970f2 100644 --- a/advisories/unreviewed/2022/05/GHSA-vh9h-rqmg-gq5g/GHSA-vh9h-rqmg-gq5g.json +++ b/advisories/unreviewed/2022/05/GHSA-vh9h-rqmg-gq5g/GHSA-vh9h-rqmg-gq5g.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-vpjw-cwmj-229x/GHSA-vpjw-cwmj-229x.json b/advisories/unreviewed/2022/05/GHSA-vpjw-cwmj-229x/GHSA-vpjw-cwmj-229x.json index ddeb6b016ea..6192d1bde6b 100644 --- a/advisories/unreviewed/2022/05/GHSA-vpjw-cwmj-229x/GHSA-vpjw-cwmj-229x.json +++ b/advisories/unreviewed/2022/05/GHSA-vpjw-cwmj-229x/GHSA-vpjw-cwmj-229x.json @@ -7,12 +7,8 @@ "CVE-2011-3578" ], "details": "Cross-site scripting (XSS) vulnerability in bug_actiongroup_ext_page.php in MantisBT before 1.2.8 allows remote attackers to inject arbitrary web script or HTML via the action parameter, related to bug_actiongroup_page.php, a different vulnerability than CVE-2011-3357.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vprf-3xmv-j9fj/GHSA-vprf-3xmv-j9fj.json b/advisories/unreviewed/2022/05/GHSA-vprf-3xmv-j9fj/GHSA-vprf-3xmv-j9fj.json index 86da460687a..6b79986851c 100644 --- a/advisories/unreviewed/2022/05/GHSA-vprf-3xmv-j9fj/GHSA-vprf-3xmv-j9fj.json +++ b/advisories/unreviewed/2022/05/GHSA-vprf-3xmv-j9fj/GHSA-vprf-3xmv-j9fj.json @@ -7,12 +7,8 @@ "CVE-2011-1516" ], "details": "The kSBXProfileNoNetwork and kSBXProfileNoInternet sandbox profiles in Apple Mac OS X 10.5.x through 10.7.x do not propagate restrictions to all created processes, which allows remote attackers to access network resources via a crafted application, as demonstrated by use of osascript to send Apple events to the launchd daemon, a related issue to CVE-2008-7303.", - "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-vwm5-h778-c3rw/GHSA-vwm5-h778-c3rw.json b/advisories/unreviewed/2022/05/GHSA-vwm5-h778-c3rw/GHSA-vwm5-h778-c3rw.json index 397b9ddb430..09ac79953c5 100644 --- a/advisories/unreviewed/2022/05/GHSA-vwm5-h778-c3rw/GHSA-vwm5-h778-c3rw.json +++ b/advisories/unreviewed/2022/05/GHSA-vwm5-h778-c3rw/GHSA-vwm5-h778-c3rw.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-vwp3-vgrh-7h84/GHSA-vwp3-vgrh-7h84.json b/advisories/unreviewed/2022/05/GHSA-vwp3-vgrh-7h84/GHSA-vwp3-vgrh-7h84.json index 0a5cc6ea662..2e8fbb5c1ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-vwp3-vgrh-7h84/GHSA-vwp3-vgrh-7h84.json +++ b/advisories/unreviewed/2022/05/GHSA-vwp3-vgrh-7h84/GHSA-vwp3-vgrh-7h84.json @@ -7,12 +7,8 @@ "CVE-2012-0713" ], "details": "Unspecified vulnerability in the XML feature in IBM DB2 9.7 before FP6 on Linux, UNIX, and Windows allows remote authenticated users to read arbitrary XML files via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vx9v-59q7-8f6w/GHSA-vx9v-59q7-8f6w.json b/advisories/unreviewed/2022/05/GHSA-vx9v-59q7-8f6w/GHSA-vx9v-59q7-8f6w.json index e2f0dfb641f..4e30390ce6d 100644 --- a/advisories/unreviewed/2022/05/GHSA-vx9v-59q7-8f6w/GHSA-vx9v-59q7-8f6w.json +++ b/advisories/unreviewed/2022/05/GHSA-vx9v-59q7-8f6w/GHSA-vx9v-59q7-8f6w.json @@ -7,12 +7,8 @@ "CVE-2011-1660" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in the DataDynamics.Reports.Web class library in GrapeCity Data Dynamics Reports before 1.6.2084.14 allow remote attackers to inject arbitrary web script or HTML via (1) the reportName or (2) uniqueId parameter to CoreViewerInit.js, or the (3) uniqueId or (4) traceLevel parameter to CoreController.js, as reachable by CoreHandler.ashx.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vxg5-4c37-45r8/GHSA-vxg5-4c37-45r8.json b/advisories/unreviewed/2022/05/GHSA-vxg5-4c37-45r8/GHSA-vxg5-4c37-45r8.json index ee94332f68d..b64ad344d40 100644 --- a/advisories/unreviewed/2022/05/GHSA-vxg5-4c37-45r8/GHSA-vxg5-4c37-45r8.json +++ b/advisories/unreviewed/2022/05/GHSA-vxg5-4c37-45r8/GHSA-vxg5-4c37-45r8.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-vxhr-q438-7gx3/GHSA-vxhr-q438-7gx3.json b/advisories/unreviewed/2022/05/GHSA-vxhr-q438-7gx3/GHSA-vxhr-q438-7gx3.json index b40473ef0a3..e79cca52230 100644 --- a/advisories/unreviewed/2022/05/GHSA-vxhr-q438-7gx3/GHSA-vxhr-q438-7gx3.json +++ b/advisories/unreviewed/2022/05/GHSA-vxhr-q438-7gx3/GHSA-vxhr-q438-7gx3.json @@ -7,12 +7,8 @@ "CVE-2008-5702" ], "details": "Buffer underflow in the ibwdt_ioctl function in drivers/watchdog/ib700wdt.c in the Linux kernel before 2.6.28-rc1 might allow local users to have an unknown impact via a certain /dev/watchdog WDIOC_SETTIMEOUT IOCTL call.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w5h8-693r-qmf6/GHSA-w5h8-693r-qmf6.json b/advisories/unreviewed/2022/05/GHSA-w5h8-693r-qmf6/GHSA-w5h8-693r-qmf6.json index a70699bae03..775ecfc9aed 100644 --- a/advisories/unreviewed/2022/05/GHSA-w5h8-693r-qmf6/GHSA-w5h8-693r-qmf6.json +++ b/advisories/unreviewed/2022/05/GHSA-w5h8-693r-qmf6/GHSA-w5h8-693r-qmf6.json @@ -7,12 +7,8 @@ "CVE-2011-2763" ], "details": "The web interface on the LifeSize Room appliance LS_RM1_3.5.3 (11) and 4.7.18 allows remote attackers to execute arbitrary commands via a modified request to the LSRoom_Remoting.doCommand function in gateway.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w5r2-842q-f7rx/GHSA-w5r2-842q-f7rx.json b/advisories/unreviewed/2022/05/GHSA-w5r2-842q-f7rx/GHSA-w5r2-842q-f7rx.json index 6cce6964715..00920db4a7a 100644 --- a/advisories/unreviewed/2022/05/GHSA-w5r2-842q-f7rx/GHSA-w5r2-842q-f7rx.json +++ b/advisories/unreviewed/2022/05/GHSA-w5r2-842q-f7rx/GHSA-w5r2-842q-f7rx.json @@ -7,12 +7,8 @@ "CVE-2011-1610" ], "details": "Multiple SQL injection vulnerabilities in xmldirectorylist.jsp in the embedded Apache HTTP Server component in Cisco Unified Communications Manager (aka CUCM, formerly CallManager) 6.x before 6.1(5)su3, 7.x before 7.1(5)su4, 8.0 before 8.0(3a)su2, and 8.5 before 8.5(1)su1 allow remote attackers to execute arbitrary SQL commands via the (1) f, (2) l, or (3) n parameter, aka Bug ID CSCtj42064.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w72q-pr5j-gvx4/GHSA-w72q-pr5j-gvx4.json b/advisories/unreviewed/2022/05/GHSA-w72q-pr5j-gvx4/GHSA-w72q-pr5j-gvx4.json index 48629cf3d1e..15d87494b09 100644 --- a/advisories/unreviewed/2022/05/GHSA-w72q-pr5j-gvx4/GHSA-w72q-pr5j-gvx4.json +++ b/advisories/unreviewed/2022/05/GHSA-w72q-pr5j-gvx4/GHSA-w72q-pr5j-gvx4.json @@ -7,12 +7,8 @@ "CVE-2011-1954" ], "details": "Multiple cross-site request forgery (CSRF) vulnerabilities in Post Revolution 0.8.0c-2 and earlier allow remote attackers to hijack the authentication of arbitrary users for requests to (1) ajax-weblog-guardar.php, (2) verpost.php, (3) comments.php, or (4) perfil.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w7ch-3pxv-5g4m/GHSA-w7ch-3pxv-5g4m.json b/advisories/unreviewed/2022/05/GHSA-w7ch-3pxv-5g4m/GHSA-w7ch-3pxv-5g4m.json index 742d2508829..8adb2eb580d 100644 --- a/advisories/unreviewed/2022/05/GHSA-w7ch-3pxv-5g4m/GHSA-w7ch-3pxv-5g4m.json +++ b/advisories/unreviewed/2022/05/GHSA-w7ch-3pxv-5g4m/GHSA-w7ch-3pxv-5g4m.json @@ -7,12 +7,8 @@ "CVE-2011-3012" ], "details": "The ioQuake3 engine, as used in World of Padman 1.2 and earlier, Tremulous 1.1.0, and ioUrbanTerror 2007-12-20, does not check for dangerous file extensions before writing to the quake3 directory, which allows remote attackers to execute arbitrary code via a crafted third-party addon that creates a Trojan horse DLL file, a different vulnerability than CVE-2011-2764.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w973-rg33-v5p7/GHSA-w973-rg33-v5p7.json b/advisories/unreviewed/2022/05/GHSA-w973-rg33-v5p7/GHSA-w973-rg33-v5p7.json index ec495e706eb..5b36b094720 100644 --- a/advisories/unreviewed/2022/05/GHSA-w973-rg33-v5p7/GHSA-w973-rg33-v5p7.json +++ b/advisories/unreviewed/2022/05/GHSA-w973-rg33-v5p7/GHSA-w973-rg33-v5p7.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-w9qv-jvmq-xw89/GHSA-w9qv-jvmq-xw89.json b/advisories/unreviewed/2022/05/GHSA-w9qv-jvmq-xw89/GHSA-w9qv-jvmq-xw89.json index ab030e01e5f..36aeabc06a0 100644 --- a/advisories/unreviewed/2022/05/GHSA-w9qv-jvmq-xw89/GHSA-w9qv-jvmq-xw89.json +++ b/advisories/unreviewed/2022/05/GHSA-w9qv-jvmq-xw89/GHSA-w9qv-jvmq-xw89.json @@ -7,12 +7,8 @@ "CVE-2011-0569" ], "details": "The Font Xtra.x32 module in Adobe Shockwave Player before 11.5.9.620 allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via a PFR1 chunk containing an invalid size value that leads to an unexpected sign extension and a buffer overflow, a different vulnerability than CVE-2011-0556.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wcmw-28hj-qfc5/GHSA-wcmw-28hj-qfc5.json b/advisories/unreviewed/2022/05/GHSA-wcmw-28hj-qfc5/GHSA-wcmw-28hj-qfc5.json index b24b1cea83c..751fa04fc7d 100644 --- a/advisories/unreviewed/2022/05/GHSA-wcmw-28hj-qfc5/GHSA-wcmw-28hj-qfc5.json +++ b/advisories/unreviewed/2022/05/GHSA-wcmw-28hj-qfc5/GHSA-wcmw-28hj-qfc5.json @@ -7,12 +7,8 @@ "CVE-2011-1728" ], "details": "Stack-based buffer overflow in OmniInet.exe in the Backup Client Service in HP OpenView Storage Data Protector 6.00, 6.10, and 6.11 allows remote attackers to execute arbitrary code via a malformed EXEC_BAR message.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wgw7-vghc-qc29/GHSA-wgw7-vghc-qc29.json b/advisories/unreviewed/2022/05/GHSA-wgw7-vghc-qc29/GHSA-wgw7-vghc-qc29.json index 41824406ae3..5863f2db2a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-wgw7-vghc-qc29/GHSA-wgw7-vghc-qc29.json +++ b/advisories/unreviewed/2022/05/GHSA-wgw7-vghc-qc29/GHSA-wgw7-vghc-qc29.json @@ -7,12 +7,8 @@ "CVE-2011-2743" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in Chyrp 2.1 and earlier allow remote attackers to inject arbitrary web script or HTML via the action parameter to (1) the default URI or (2) includes/javascript.php, or the (3) title or (4) body parameter to admin/help.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-whpx-425x-r5pc/GHSA-whpx-425x-r5pc.json b/advisories/unreviewed/2022/05/GHSA-whpx-425x-r5pc/GHSA-whpx-425x-r5pc.json index 94510eea0ba..aea3490a612 100644 --- a/advisories/unreviewed/2022/05/GHSA-whpx-425x-r5pc/GHSA-whpx-425x-r5pc.json +++ b/advisories/unreviewed/2022/05/GHSA-whpx-425x-r5pc/GHSA-whpx-425x-r5pc.json @@ -7,12 +7,8 @@ "CVE-2011-1734" ], "details": "Stack-based buffer overflow in OmniInet.exe in the Backup Client Service in HP OpenView Storage Data Protector 6.00, 6.10, and 6.11 allows remote attackers to execute arbitrary code via a malformed omniiaputil message.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wjx9-6w47-93m3/GHSA-wjx9-6w47-93m3.json b/advisories/unreviewed/2022/05/GHSA-wjx9-6w47-93m3/GHSA-wjx9-6w47-93m3.json index aa876747b44..9085eef3616 100644 --- a/advisories/unreviewed/2022/05/GHSA-wjx9-6w47-93m3/GHSA-wjx9-6w47-93m3.json +++ b/advisories/unreviewed/2022/05/GHSA-wjx9-6w47-93m3/GHSA-wjx9-6w47-93m3.json @@ -7,12 +7,8 @@ "CVE-2011-2712" ], "details": "Cross-site scripting (XSS) vulnerability in Apache Wicket 1.4.x before 1.4.18, when setAutomaticMultiWindowSupport is enabled, allows remote attackers to inject arbitrary web script or HTML via unspecified parameters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wp8g-6v2p-4vfv/GHSA-wp8g-6v2p-4vfv.json b/advisories/unreviewed/2022/05/GHSA-wp8g-6v2p-4vfv/GHSA-wp8g-6v2p-4vfv.json index 2963417998b..4c77624df9e 100644 --- a/advisories/unreviewed/2022/05/GHSA-wp8g-6v2p-4vfv/GHSA-wp8g-6v2p-4vfv.json +++ b/advisories/unreviewed/2022/05/GHSA-wp8g-6v2p-4vfv/GHSA-wp8g-6v2p-4vfv.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-wq9h-f2pm-3cx5/GHSA-wq9h-f2pm-3cx5.json b/advisories/unreviewed/2022/05/GHSA-wq9h-f2pm-3cx5/GHSA-wq9h-f2pm-3cx5.json index 826c6a30c30..b54c564d3a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-wq9h-f2pm-3cx5/GHSA-wq9h-f2pm-3cx5.json +++ b/advisories/unreviewed/2022/05/GHSA-wq9h-f2pm-3cx5/GHSA-wq9h-f2pm-3cx5.json @@ -7,12 +7,8 @@ "CVE-2011-3340" ], "details": "SQL injection vulnerability in ATCOM Netvolution 2.5.8 ASP allows remote attackers to execute arbitrary SQL commands via the Referer HTTP header.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wqp8-r4fm-6p49/GHSA-wqp8-r4fm-6p49.json b/advisories/unreviewed/2022/05/GHSA-wqp8-r4fm-6p49/GHSA-wqp8-r4fm-6p49.json index 686eafbbca0..799c1bc87ef 100644 --- a/advisories/unreviewed/2022/05/GHSA-wqp8-r4fm-6p49/GHSA-wqp8-r4fm-6p49.json +++ b/advisories/unreviewed/2022/05/GHSA-wqp8-r4fm-6p49/GHSA-wqp8-r4fm-6p49.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-wqxc-f9mw-h5xw/GHSA-wqxc-f9mw-h5xw.json b/advisories/unreviewed/2022/05/GHSA-wqxc-f9mw-h5xw/GHSA-wqxc-f9mw-h5xw.json index bd696a2eadf..f10c5ac4f4a 100644 --- a/advisories/unreviewed/2022/05/GHSA-wqxc-f9mw-h5xw/GHSA-wqxc-f9mw-h5xw.json +++ b/advisories/unreviewed/2022/05/GHSA-wqxc-f9mw-h5xw/GHSA-wqxc-f9mw-h5xw.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-x3p6-6j82-7c7q/GHSA-x3p6-6j82-7c7q.json b/advisories/unreviewed/2022/05/GHSA-x3p6-6j82-7c7q/GHSA-x3p6-6j82-7c7q.json index 94abc946bbc..40d3a3b6e5b 100644 --- a/advisories/unreviewed/2022/05/GHSA-x3p6-6j82-7c7q/GHSA-x3p6-6j82-7c7q.json +++ b/advisories/unreviewed/2022/05/GHSA-x3p6-6j82-7c7q/GHSA-x3p6-6j82-7c7q.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-x466-5qmq-qrjv/GHSA-x466-5qmq-qrjv.json b/advisories/unreviewed/2022/05/GHSA-x466-5qmq-qrjv/GHSA-x466-5qmq-qrjv.json index aa94792bc91..36c83cb1d40 100644 --- a/advisories/unreviewed/2022/05/GHSA-x466-5qmq-qrjv/GHSA-x466-5qmq-qrjv.json +++ b/advisories/unreviewed/2022/05/GHSA-x466-5qmq-qrjv/GHSA-x466-5qmq-qrjv.json @@ -7,12 +7,8 @@ "CVE-2014-8901" ], "details": "IBM DB2 9.5 through FP10, 9.7 through FP10, 9.8 through FP5, 10.1 through FP4, and 10.5 before FP5 allows remote authenticated users to cause a denial of service (CPU consumption) via a crafted XML query.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-x46j-m9hq-6vwm/GHSA-x46j-m9hq-6vwm.json b/advisories/unreviewed/2022/05/GHSA-x46j-m9hq-6vwm/GHSA-x46j-m9hq-6vwm.json index 236e15a91fb..840fd27bdd7 100644 --- a/advisories/unreviewed/2022/05/GHSA-x46j-m9hq-6vwm/GHSA-x46j-m9hq-6vwm.json +++ b/advisories/unreviewed/2022/05/GHSA-x46j-m9hq-6vwm/GHSA-x46j-m9hq-6vwm.json @@ -7,12 +7,8 @@ "CVE-2011-1344" ], "details": "Use-after-free vulnerability in WebKit, as used in Apple Safari before 5.0.5; iOS before 4.3.2 for iPhone, iPod, and iPad; iOS before 4.2.7 for iPhone 4 (CDMA); and possibly other products allows remote attackers to execute arbitrary code by adding children to a WBR tag and then removing the tag, related to text nodes, as demonstrated by Chaouki Bekrar during a Pwn2Own competition at CanSecWest 2011.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -92,9 +88,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-x4c8-p6r9-9v52/GHSA-x4c8-p6r9-9v52.json b/advisories/unreviewed/2022/05/GHSA-x4c8-p6r9-9v52/GHSA-x4c8-p6r9-9v52.json index 70b372ffb1a..aea55119c60 100644 --- a/advisories/unreviewed/2022/05/GHSA-x4c8-p6r9-9v52/GHSA-x4c8-p6r9-9v52.json +++ b/advisories/unreviewed/2022/05/GHSA-x4c8-p6r9-9v52/GHSA-x4c8-p6r9-9v52.json @@ -7,12 +7,8 @@ "CVE-2011-2544" ], "details": "Cross-site scripting (XSS) vulnerability in the web interface in Cisco TelePresence System MXP Series F9.1 and earlier allows remote authenticated users to inject arbitrary web script or HTML via a crafted Call ID, as demonstrated by resultant cross-site request forgery (CSRF) attacks that change passwords or cause a denial of service, aka Bug ID CSCtq46488.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x6wx-wj3h-736h/GHSA-x6wx-wj3h-736h.json b/advisories/unreviewed/2022/05/GHSA-x6wx-wj3h-736h/GHSA-x6wx-wj3h-736h.json index 370c9c56aae..30e7d95eb31 100644 --- a/advisories/unreviewed/2022/05/GHSA-x6wx-wj3h-736h/GHSA-x6wx-wj3h-736h.json +++ b/advisories/unreviewed/2022/05/GHSA-x6wx-wj3h-736h/GHSA-x6wx-wj3h-736h.json @@ -7,12 +7,8 @@ "CVE-2011-1736" ], "details": "Directory traversal vulnerability in OmniInet.exe in the Backup Client Service in HP OpenView Storage Data Protector 6.00, 6.10, and 6.11 allows remote attackers to read arbitrary files via directory traversal sequences in a filename in a GET_FILE message.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x83v-gq5q-g4c4/GHSA-x83v-gq5q-g4c4.json b/advisories/unreviewed/2022/05/GHSA-x83v-gq5q-g4c4/GHSA-x83v-gq5q-g4c4.json index c518f3aa674..17f4a3fa08e 100644 --- a/advisories/unreviewed/2022/05/GHSA-x83v-gq5q-g4c4/GHSA-x83v-gq5q-g4c4.json +++ b/advisories/unreviewed/2022/05/GHSA-x83v-gq5q-g4c4/GHSA-x83v-gq5q-g4c4.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-x8p9-278c-xp3q/GHSA-x8p9-278c-xp3q.json b/advisories/unreviewed/2022/05/GHSA-x8p9-278c-xp3q/GHSA-x8p9-278c-xp3q.json index 87d5d5a8930..c98086bdce6 100644 --- a/advisories/unreviewed/2022/05/GHSA-x8p9-278c-xp3q/GHSA-x8p9-278c-xp3q.json +++ b/advisories/unreviewed/2022/05/GHSA-x8p9-278c-xp3q/GHSA-x8p9-278c-xp3q.json @@ -7,12 +7,8 @@ "CVE-2011-1735" ], "details": "Stack-based buffer overflow in OmniInet.exe in the Backup Client Service in HP OpenView Storage Data Protector 6.00, 6.10, and 6.11 allows remote attackers to execute arbitrary code via a malformed bm message.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xcwh-7f9r-53h8/GHSA-xcwh-7f9r-53h8.json b/advisories/unreviewed/2022/05/GHSA-xcwh-7f9r-53h8/GHSA-xcwh-7f9r-53h8.json index 9c02f3f93a4..ded59d0d145 100644 --- a/advisories/unreviewed/2022/05/GHSA-xcwh-7f9r-53h8/GHSA-xcwh-7f9r-53h8.json +++ b/advisories/unreviewed/2022/05/GHSA-xcwh-7f9r-53h8/GHSA-xcwh-7f9r-53h8.json @@ -7,12 +7,8 @@ "CVE-2011-1520" ], "details": "The default configuration of the server console in IBM Lotus Domino does not require a password (aka Server_Console_Password), which allows physically proximate attackers to perform administrative changes or obtain sensitive information via a (1) Load, (2) Tell, or (3) Set Configuration command.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xg8c-2xjc-w37r/GHSA-xg8c-2xjc-w37r.json b/advisories/unreviewed/2022/05/GHSA-xg8c-2xjc-w37r/GHSA-xg8c-2xjc-w37r.json index 1578c0de19b..d9e054ee588 100644 --- a/advisories/unreviewed/2022/05/GHSA-xg8c-2xjc-w37r/GHSA-xg8c-2xjc-w37r.json +++ b/advisories/unreviewed/2022/05/GHSA-xg8c-2xjc-w37r/GHSA-xg8c-2xjc-w37r.json @@ -7,12 +7,8 @@ "CVE-2011-1825" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in the Administrative Console in CA Arcot WebFort Versatile Authentication Server (VAS) before 6.2.5 allow remote attackers to inject arbitrary web script or HTML via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xgpj-r9f2-8ghw/GHSA-xgpj-r9f2-8ghw.json b/advisories/unreviewed/2022/05/GHSA-xgpj-r9f2-8ghw/GHSA-xgpj-r9f2-8ghw.json index e0767919135..4a76c517a34 100644 --- a/advisories/unreviewed/2022/05/GHSA-xgpj-r9f2-8ghw/GHSA-xgpj-r9f2-8ghw.json +++ b/advisories/unreviewed/2022/05/GHSA-xgpj-r9f2-8ghw/GHSA-xgpj-r9f2-8ghw.json @@ -7,12 +7,8 @@ "CVE-2008-5373" ], "details": "mtx-changer.Adic-Scalar-24 in bacula-common 2.4.2 allows local users to overwrite arbitrary files via a symlink attack on a /tmp/mtx.##### temporary file, probably a related issue to CVE-2005-2995.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xmfc-3wmp-72qq/GHSA-xmfc-3wmp-72qq.json b/advisories/unreviewed/2022/05/GHSA-xmfc-3wmp-72qq/GHSA-xmfc-3wmp-72qq.json index 96f467b0115..756eae84a13 100644 --- a/advisories/unreviewed/2022/05/GHSA-xmfc-3wmp-72qq/GHSA-xmfc-3wmp-72qq.json +++ b/advisories/unreviewed/2022/05/GHSA-xmfc-3wmp-72qq/GHSA-xmfc-3wmp-72qq.json @@ -7,12 +7,8 @@ "CVE-2008-5503" ], "details": "The loadBindingDocument function in Mozilla Firefox 2.x before 2.0.0.19, Thunderbird 2.x before 2.0.0.19, and SeaMonkey 1.x before 1.1.14 does not perform any security checks related to the same-domain policy, which allows remote attackers to read or access data from other domains via crafted XBL bindings.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -164,9 +160,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-xmm5-6qh4-9f74/GHSA-xmm5-6qh4-9f74.json b/advisories/unreviewed/2022/05/GHSA-xmm5-6qh4-9f74/GHSA-xmm5-6qh4-9f74.json index 18b991fcc5f..cd30ada4dd6 100644 --- a/advisories/unreviewed/2022/05/GHSA-xmm5-6qh4-9f74/GHSA-xmm5-6qh4-9f74.json +++ b/advisories/unreviewed/2022/05/GHSA-xmm5-6qh4-9f74/GHSA-xmm5-6qh4-9f74.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xpg3-mpgm-gxqh/GHSA-xpg3-mpgm-gxqh.json b/advisories/unreviewed/2022/05/GHSA-xpg3-mpgm-gxqh/GHSA-xpg3-mpgm-gxqh.json index 8268a8fde46..634fac6c338 100644 --- a/advisories/unreviewed/2022/05/GHSA-xpg3-mpgm-gxqh/GHSA-xpg3-mpgm-gxqh.json +++ b/advisories/unreviewed/2022/05/GHSA-xpg3-mpgm-gxqh/GHSA-xpg3-mpgm-gxqh.json @@ -7,12 +7,8 @@ "CVE-2013-6992" ], "details": "Cross-site request forgery (CSRF) vulnerability in askapache-firefox-adsense.php in the AskApache Firefox Adsense plugin 3.0 and earlier for WordPress allows remote attackers to hijack the authentication of administrators for requests that conduct cross-site scripting (XSS) attacks via the aafireadcode parameter to wp-admin/options-general.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xr2c-4prw-6479/GHSA-xr2c-4prw-6479.json b/advisories/unreviewed/2022/05/GHSA-xr2c-4prw-6479/GHSA-xr2c-4prw-6479.json index cfa50238257..2963748871b 100644 --- a/advisories/unreviewed/2022/05/GHSA-xr2c-4prw-6479/GHSA-xr2c-4prw-6479.json +++ b/advisories/unreviewed/2022/05/GHSA-xr2c-4prw-6479/GHSA-xr2c-4prw-6479.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", diff --git a/advisories/unreviewed/2022/05/GHSA-xrcr-j9jp-xv96/GHSA-xrcr-j9jp-xv96.json b/advisories/unreviewed/2022/05/GHSA-xrcr-j9jp-xv96/GHSA-xrcr-j9jp-xv96.json index 5c3b55217f1..b0525569b80 100644 --- a/advisories/unreviewed/2022/05/GHSA-xrcr-j9jp-xv96/GHSA-xrcr-j9jp-xv96.json +++ b/advisories/unreviewed/2022/05/GHSA-xrcr-j9jp-xv96/GHSA-xrcr-j9jp-xv96.json @@ -7,12 +7,8 @@ "CVE-2011-1947" ], "details": "fetchmail 5.9.9 through 6.3.19 does not properly limit the wait time after issuing a (1) STARTTLS or (2) STLS request, which allows remote servers to cause a denial of service (application hang) by acknowledging the request but not sending additional packets.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -76,9 +72,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-xw82-gwhg-j9gf/GHSA-xw82-gwhg-j9gf.json b/advisories/unreviewed/2022/05/GHSA-xw82-gwhg-j9gf/GHSA-xw82-gwhg-j9gf.json index 3540e055124..48f9f8f4d00 100644 --- a/advisories/unreviewed/2022/05/GHSA-xw82-gwhg-j9gf/GHSA-xw82-gwhg-j9gf.json +++ b/advisories/unreviewed/2022/05/GHSA-xw82-gwhg-j9gf/GHSA-xw82-gwhg-j9gf.json @@ -7,12 +7,8 @@ "CVE-2011-2678" ], "details": "The Cisco VPN Client 5.0.7.0240 and 5.0.7.0290 on 64-bit Windows platforms uses weak permissions (NT AUTHORITY\\INTERACTIVE:F) for cvpnd.exe, which allows local users to gain privileges by replacing this executable file with an arbitrary program, aka Bug ID CSCtn50645. NOTE: this vulnerability exists because of a CVE-2007-4415 regression.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/06/GHSA-3m77-wvgm-wjf3/GHSA-3m77-wvgm-wjf3.json b/advisories/unreviewed/2022/06/GHSA-3m77-wvgm-wjf3/GHSA-3m77-wvgm-wjf3.json index 438191f1194..9c4ebc6de94 100644 --- a/advisories/unreviewed/2022/06/GHSA-3m77-wvgm-wjf3/GHSA-3m77-wvgm-wjf3.json +++ b/advisories/unreviewed/2022/06/GHSA-3m77-wvgm-wjf3/GHSA-3m77-wvgm-wjf3.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/06/GHSA-5hj6-g43j-3gj5/GHSA-5hj6-g43j-3gj5.json b/advisories/unreviewed/2022/06/GHSA-5hj6-g43j-3gj5/GHSA-5hj6-g43j-3gj5.json index 3ff7778f3ac..cdffc7a8d90 100644 --- a/advisories/unreviewed/2022/06/GHSA-5hj6-g43j-3gj5/GHSA-5hj6-g43j-3gj5.json +++ b/advisories/unreviewed/2022/06/GHSA-5hj6-g43j-3gj5/GHSA-5hj6-g43j-3gj5.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/06/GHSA-5xhh-3gjf-pf84/GHSA-5xhh-3gjf-pf84.json b/advisories/unreviewed/2022/06/GHSA-5xhh-3gjf-pf84/GHSA-5xhh-3gjf-pf84.json index 08a1096a201..d9eecd3a051 100644 --- a/advisories/unreviewed/2022/06/GHSA-5xhh-3gjf-pf84/GHSA-5xhh-3gjf-pf84.json +++ b/advisories/unreviewed/2022/06/GHSA-5xhh-3gjf-pf84/GHSA-5xhh-3gjf-pf84.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/06/GHSA-6p68-6r83-gc73/GHSA-6p68-6r83-gc73.json b/advisories/unreviewed/2022/06/GHSA-6p68-6r83-gc73/GHSA-6p68-6r83-gc73.json index c0f543c8972..4a75065b562 100644 --- a/advisories/unreviewed/2022/06/GHSA-6p68-6r83-gc73/GHSA-6p68-6r83-gc73.json +++ b/advisories/unreviewed/2022/06/GHSA-6p68-6r83-gc73/GHSA-6p68-6r83-gc73.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/06/GHSA-7x9g-vgx6-j7ch/GHSA-7x9g-vgx6-j7ch.json b/advisories/unreviewed/2022/06/GHSA-7x9g-vgx6-j7ch/GHSA-7x9g-vgx6-j7ch.json index 0716741e6ad..ee8d49e5fa8 100644 --- a/advisories/unreviewed/2022/06/GHSA-7x9g-vgx6-j7ch/GHSA-7x9g-vgx6-j7ch.json +++ b/advisories/unreviewed/2022/06/GHSA-7x9g-vgx6-j7ch/GHSA-7x9g-vgx6-j7ch.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/06/GHSA-8pcc-94cg-8pr4/GHSA-8pcc-94cg-8pr4.json b/advisories/unreviewed/2022/06/GHSA-8pcc-94cg-8pr4/GHSA-8pcc-94cg-8pr4.json index eaa45078048..611f8a54771 100644 --- a/advisories/unreviewed/2022/06/GHSA-8pcc-94cg-8pr4/GHSA-8pcc-94cg-8pr4.json +++ b/advisories/unreviewed/2022/06/GHSA-8pcc-94cg-8pr4/GHSA-8pcc-94cg-8pr4.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/06/GHSA-fx47-prh9-mj6x/GHSA-fx47-prh9-mj6x.json b/advisories/unreviewed/2022/06/GHSA-fx47-prh9-mj6x/GHSA-fx47-prh9-mj6x.json index 1a7577c110f..04df99d3547 100644 --- a/advisories/unreviewed/2022/06/GHSA-fx47-prh9-mj6x/GHSA-fx47-prh9-mj6x.json +++ b/advisories/unreviewed/2022/06/GHSA-fx47-prh9-mj6x/GHSA-fx47-prh9-mj6x.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/06/GHSA-g2gm-2gf5-vpg3/GHSA-g2gm-2gf5-vpg3.json b/advisories/unreviewed/2022/06/GHSA-g2gm-2gf5-vpg3/GHSA-g2gm-2gf5-vpg3.json index fc83c6a0929..e2648ae8223 100644 --- a/advisories/unreviewed/2022/06/GHSA-g2gm-2gf5-vpg3/GHSA-g2gm-2gf5-vpg3.json +++ b/advisories/unreviewed/2022/06/GHSA-g2gm-2gf5-vpg3/GHSA-g2gm-2gf5-vpg3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/06/GHSA-pp22-gvh9-5p2m/GHSA-pp22-gvh9-5p2m.json b/advisories/unreviewed/2022/06/GHSA-pp22-gvh9-5p2m/GHSA-pp22-gvh9-5p2m.json index 4840182f633..0aa5b18eecf 100644 --- a/advisories/unreviewed/2022/06/GHSA-pp22-gvh9-5p2m/GHSA-pp22-gvh9-5p2m.json +++ b/advisories/unreviewed/2022/06/GHSA-pp22-gvh9-5p2m/GHSA-pp22-gvh9-5p2m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-6f4g-hm4f-cqp3/GHSA-6f4g-hm4f-cqp3.json b/advisories/unreviewed/2022/07/GHSA-6f4g-hm4f-cqp3/GHSA-6f4g-hm4f-cqp3.json index 02e5c2e42a4..c6e2ead4f43 100644 --- a/advisories/unreviewed/2022/07/GHSA-6f4g-hm4f-cqp3/GHSA-6f4g-hm4f-cqp3.json +++ b/advisories/unreviewed/2022/07/GHSA-6f4g-hm4f-cqp3/GHSA-6f4g-hm4f-cqp3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-7v4x-v824-898c/GHSA-7v4x-v824-898c.json b/advisories/unreviewed/2022/07/GHSA-7v4x-v824-898c/GHSA-7v4x-v824-898c.json index 96348f4c8ce..a0a5ade0261 100644 --- a/advisories/unreviewed/2022/07/GHSA-7v4x-v824-898c/GHSA-7v4x-v824-898c.json +++ b/advisories/unreviewed/2022/07/GHSA-7v4x-v824-898c/GHSA-7v4x-v824-898c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-vqj4-mpgw-jrqv/GHSA-vqj4-mpgw-jrqv.json b/advisories/unreviewed/2022/07/GHSA-vqj4-mpgw-jrqv/GHSA-vqj4-mpgw-jrqv.json index edac1e0ec27..c8baddbefdc 100644 --- a/advisories/unreviewed/2022/07/GHSA-vqj4-mpgw-jrqv/GHSA-vqj4-mpgw-jrqv.json +++ b/advisories/unreviewed/2022/07/GHSA-vqj4-mpgw-jrqv/GHSA-vqj4-mpgw-jrqv.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/2022/08/GHSA-j7gp-2jqv-76gj/GHSA-j7gp-2jqv-76gj.json b/advisories/unreviewed/2022/08/GHSA-j7gp-2jqv-76gj/GHSA-j7gp-2jqv-76gj.json index 2fb23d16614..793f6de29b4 100644 --- a/advisories/unreviewed/2022/08/GHSA-j7gp-2jqv-76gj/GHSA-j7gp-2jqv-76gj.json +++ b/advisories/unreviewed/2022/08/GHSA-j7gp-2jqv-76gj/GHSA-j7gp-2jqv-76gj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/08/GHSA-prgv-w33h-5m73/GHSA-prgv-w33h-5m73.json b/advisories/unreviewed/2022/08/GHSA-prgv-w33h-5m73/GHSA-prgv-w33h-5m73.json index b559dc50423..a43e0537071 100644 --- a/advisories/unreviewed/2022/08/GHSA-prgv-w33h-5m73/GHSA-prgv-w33h-5m73.json +++ b/advisories/unreviewed/2022/08/GHSA-prgv-w33h-5m73/GHSA-prgv-w33h-5m73.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/08/GHSA-q5rm-35r4-95hh/GHSA-q5rm-35r4-95hh.json b/advisories/unreviewed/2022/08/GHSA-q5rm-35r4-95hh/GHSA-q5rm-35r4-95hh.json index 8d8b18f52fe..37f82ed3862 100644 --- a/advisories/unreviewed/2022/08/GHSA-q5rm-35r4-95hh/GHSA-q5rm-35r4-95hh.json +++ b/advisories/unreviewed/2022/08/GHSA-q5rm-35r4-95hh/GHSA-q5rm-35r4-95hh.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/08/GHSA-w7rf-qxv9-mpv7/GHSA-w7rf-qxv9-mpv7.json b/advisories/unreviewed/2022/08/GHSA-w7rf-qxv9-mpv7/GHSA-w7rf-qxv9-mpv7.json index 3fc1bef78ad..458bc3b5b99 100644 --- a/advisories/unreviewed/2022/08/GHSA-w7rf-qxv9-mpv7/GHSA-w7rf-qxv9-mpv7.json +++ b/advisories/unreviewed/2022/08/GHSA-w7rf-qxv9-mpv7/GHSA-w7rf-qxv9-mpv7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-2g39-c72r-5g49/GHSA-2g39-c72r-5g49.json b/advisories/unreviewed/2022/09/GHSA-2g39-c72r-5g49/GHSA-2g39-c72r-5g49.json index 7387dcf50c1..d09f5a2fd7e 100644 --- a/advisories/unreviewed/2022/09/GHSA-2g39-c72r-5g49/GHSA-2g39-c72r-5g49.json +++ b/advisories/unreviewed/2022/09/GHSA-2g39-c72r-5g49/GHSA-2g39-c72r-5g49.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/09/GHSA-6rgg-g947-g2f8/GHSA-6rgg-g947-g2f8.json b/advisories/unreviewed/2022/09/GHSA-6rgg-g947-g2f8/GHSA-6rgg-g947-g2f8.json index 96f8726783f..e311ca2ca38 100644 --- a/advisories/unreviewed/2022/09/GHSA-6rgg-g947-g2f8/GHSA-6rgg-g947-g2f8.json +++ b/advisories/unreviewed/2022/09/GHSA-6rgg-g947-g2f8/GHSA-6rgg-g947-g2f8.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/09/GHSA-96gf-78vj-m35m/GHSA-96gf-78vj-m35m.json b/advisories/unreviewed/2022/09/GHSA-96gf-78vj-m35m/GHSA-96gf-78vj-m35m.json index 01f8964859b..22fdc4cdaad 100644 --- a/advisories/unreviewed/2022/09/GHSA-96gf-78vj-m35m/GHSA-96gf-78vj-m35m.json +++ b/advisories/unreviewed/2022/09/GHSA-96gf-78vj-m35m/GHSA-96gf-78vj-m35m.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/09/GHSA-99h4-v6gx-v3qp/GHSA-99h4-v6gx-v3qp.json b/advisories/unreviewed/2022/09/GHSA-99h4-v6gx-v3qp/GHSA-99h4-v6gx-v3qp.json index f3d98162cc0..7fd63e36ff7 100644 --- a/advisories/unreviewed/2022/09/GHSA-99h4-v6gx-v3qp/GHSA-99h4-v6gx-v3qp.json +++ b/advisories/unreviewed/2022/09/GHSA-99h4-v6gx-v3qp/GHSA-99h4-v6gx-v3qp.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/09/GHSA-v5j7-5w29-28r9/GHSA-v5j7-5w29-28r9.json b/advisories/unreviewed/2022/09/GHSA-v5j7-5w29-28r9/GHSA-v5j7-5w29-28r9.json index 361e114df45..06de3bfc4fe 100644 --- a/advisories/unreviewed/2022/09/GHSA-v5j7-5w29-28r9/GHSA-v5j7-5w29-28r9.json +++ b/advisories/unreviewed/2022/09/GHSA-v5j7-5w29-28r9/GHSA-v5j7-5w29-28r9.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/10/GHSA-23mm-62vv-wv83/GHSA-23mm-62vv-wv83.json b/advisories/unreviewed/2022/10/GHSA-23mm-62vv-wv83/GHSA-23mm-62vv-wv83.json index 45ceae94c25..6b55ae53ac8 100644 --- a/advisories/unreviewed/2022/10/GHSA-23mm-62vv-wv83/GHSA-23mm-62vv-wv83.json +++ b/advisories/unreviewed/2022/10/GHSA-23mm-62vv-wv83/GHSA-23mm-62vv-wv83.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/10/GHSA-6855-rwxj-9xgr/GHSA-6855-rwxj-9xgr.json b/advisories/unreviewed/2022/10/GHSA-6855-rwxj-9xgr/GHSA-6855-rwxj-9xgr.json index f44b79812f7..d93356fa99d 100644 --- a/advisories/unreviewed/2022/10/GHSA-6855-rwxj-9xgr/GHSA-6855-rwxj-9xgr.json +++ b/advisories/unreviewed/2022/10/GHSA-6855-rwxj-9xgr/GHSA-6855-rwxj-9xgr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-8gjv-jwgc-cx6r/GHSA-8gjv-jwgc-cx6r.json b/advisories/unreviewed/2022/10/GHSA-8gjv-jwgc-cx6r/GHSA-8gjv-jwgc-cx6r.json index 3a8fb5e9127..c21fe27f99d 100644 --- a/advisories/unreviewed/2022/10/GHSA-8gjv-jwgc-cx6r/GHSA-8gjv-jwgc-cx6r.json +++ b/advisories/unreviewed/2022/10/GHSA-8gjv-jwgc-cx6r/GHSA-8gjv-jwgc-cx6r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-r3mf-wrm4-mjqq/GHSA-r3mf-wrm4-mjqq.json b/advisories/unreviewed/2022/10/GHSA-r3mf-wrm4-mjqq/GHSA-r3mf-wrm4-mjqq.json index 0e0c092a9f1..53215f83074 100644 --- a/advisories/unreviewed/2022/10/GHSA-r3mf-wrm4-mjqq/GHSA-r3mf-wrm4-mjqq.json +++ b/advisories/unreviewed/2022/10/GHSA-r3mf-wrm4-mjqq/GHSA-r3mf-wrm4-mjqq.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/10/GHSA-w594-hmpv-qhh5/GHSA-w594-hmpv-qhh5.json b/advisories/unreviewed/2022/10/GHSA-w594-hmpv-qhh5/GHSA-w594-hmpv-qhh5.json index d908b2091ba..08e592389ad 100644 --- a/advisories/unreviewed/2022/10/GHSA-w594-hmpv-qhh5/GHSA-w594-hmpv-qhh5.json +++ b/advisories/unreviewed/2022/10/GHSA-w594-hmpv-qhh5/GHSA-w594-hmpv-qhh5.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/11/GHSA-2wrc-43vf-7fhc/GHSA-2wrc-43vf-7fhc.json b/advisories/unreviewed/2022/11/GHSA-2wrc-43vf-7fhc/GHSA-2wrc-43vf-7fhc.json index 271c7b0e1e3..e48c4c91bd7 100644 --- a/advisories/unreviewed/2022/11/GHSA-2wrc-43vf-7fhc/GHSA-2wrc-43vf-7fhc.json +++ b/advisories/unreviewed/2022/11/GHSA-2wrc-43vf-7fhc/GHSA-2wrc-43vf-7fhc.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/11/GHSA-5x8p-x36c-4gwr/GHSA-5x8p-x36c-4gwr.json b/advisories/unreviewed/2022/11/GHSA-5x8p-x36c-4gwr/GHSA-5x8p-x36c-4gwr.json index cea787463d5..da746b32d5a 100644 --- a/advisories/unreviewed/2022/11/GHSA-5x8p-x36c-4gwr/GHSA-5x8p-x36c-4gwr.json +++ b/advisories/unreviewed/2022/11/GHSA-5x8p-x36c-4gwr/GHSA-5x8p-x36c-4gwr.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/11/GHSA-9v3x-wc2x-3794/GHSA-9v3x-wc2x-3794.json b/advisories/unreviewed/2022/11/GHSA-9v3x-wc2x-3794/GHSA-9v3x-wc2x-3794.json index 5e4bcb67081..f11b4335f1e 100644 --- a/advisories/unreviewed/2022/11/GHSA-9v3x-wc2x-3794/GHSA-9v3x-wc2x-3794.json +++ b/advisories/unreviewed/2022/11/GHSA-9v3x-wc2x-3794/GHSA-9v3x-wc2x-3794.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/11/GHSA-c7xm-pc9f-6xw4/GHSA-c7xm-pc9f-6xw4.json b/advisories/unreviewed/2022/11/GHSA-c7xm-pc9f-6xw4/GHSA-c7xm-pc9f-6xw4.json index e90c58feab7..e3ff6f37804 100644 --- a/advisories/unreviewed/2022/11/GHSA-c7xm-pc9f-6xw4/GHSA-c7xm-pc9f-6xw4.json +++ b/advisories/unreviewed/2022/11/GHSA-c7xm-pc9f-6xw4/GHSA-c7xm-pc9f-6xw4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-cgw9-8m6f-j9w3/GHSA-cgw9-8m6f-j9w3.json b/advisories/unreviewed/2022/11/GHSA-cgw9-8m6f-j9w3/GHSA-cgw9-8m6f-j9w3.json index 455ebb2eba8..f71e647d258 100644 --- a/advisories/unreviewed/2022/11/GHSA-cgw9-8m6f-j9w3/GHSA-cgw9-8m6f-j9w3.json +++ b/advisories/unreviewed/2022/11/GHSA-cgw9-8m6f-j9w3/GHSA-cgw9-8m6f-j9w3.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/11/GHSA-g42w-w25x-7hww/GHSA-g42w-w25x-7hww.json b/advisories/unreviewed/2022/11/GHSA-g42w-w25x-7hww/GHSA-g42w-w25x-7hww.json index bb51c6f815d..8fa6d09447e 100644 --- a/advisories/unreviewed/2022/11/GHSA-g42w-w25x-7hww/GHSA-g42w-w25x-7hww.json +++ b/advisories/unreviewed/2022/11/GHSA-g42w-w25x-7hww/GHSA-g42w-w25x-7hww.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/11/GHSA-gxvp-6gxm-ghqv/GHSA-gxvp-6gxm-ghqv.json b/advisories/unreviewed/2022/11/GHSA-gxvp-6gxm-ghqv/GHSA-gxvp-6gxm-ghqv.json index 8327931b1df..d467e62cf56 100644 --- a/advisories/unreviewed/2022/11/GHSA-gxvp-6gxm-ghqv/GHSA-gxvp-6gxm-ghqv.json +++ b/advisories/unreviewed/2022/11/GHSA-gxvp-6gxm-ghqv/GHSA-gxvp-6gxm-ghqv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-q65c-jg2w-cfcq/GHSA-q65c-jg2w-cfcq.json b/advisories/unreviewed/2022/11/GHSA-q65c-jg2w-cfcq/GHSA-q65c-jg2w-cfcq.json index 36843c5a683..c2eb900ba7f 100644 --- a/advisories/unreviewed/2022/11/GHSA-q65c-jg2w-cfcq/GHSA-q65c-jg2w-cfcq.json +++ b/advisories/unreviewed/2022/11/GHSA-q65c-jg2w-cfcq/GHSA-q65c-jg2w-cfcq.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/11/GHSA-v593-864p-wp43/GHSA-v593-864p-wp43.json b/advisories/unreviewed/2022/11/GHSA-v593-864p-wp43/GHSA-v593-864p-wp43.json index ddce5aca60b..7f2eada382c 100644 --- a/advisories/unreviewed/2022/11/GHSA-v593-864p-wp43/GHSA-v593-864p-wp43.json +++ b/advisories/unreviewed/2022/11/GHSA-v593-864p-wp43/GHSA-v593-864p-wp43.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/11/GHSA-wxc6-2xqr-q2pg/GHSA-wxc6-2xqr-q2pg.json b/advisories/unreviewed/2022/11/GHSA-wxc6-2xqr-q2pg/GHSA-wxc6-2xqr-q2pg.json index 01136de1014..d7480141453 100644 --- a/advisories/unreviewed/2022/11/GHSA-wxc6-2xqr-q2pg/GHSA-wxc6-2xqr-q2pg.json +++ b/advisories/unreviewed/2022/11/GHSA-wxc6-2xqr-q2pg/GHSA-wxc6-2xqr-q2pg.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/12/GHSA-2xmh-3jxc-r2w6/GHSA-2xmh-3jxc-r2w6.json b/advisories/unreviewed/2022/12/GHSA-2xmh-3jxc-r2w6/GHSA-2xmh-3jxc-r2w6.json index 5c2357fb909..77b3eec9e7d 100644 --- a/advisories/unreviewed/2022/12/GHSA-2xmh-3jxc-r2w6/GHSA-2xmh-3jxc-r2w6.json +++ b/advisories/unreviewed/2022/12/GHSA-2xmh-3jxc-r2w6/GHSA-2xmh-3jxc-r2w6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-394q-589m-ppr4/GHSA-394q-589m-ppr4.json b/advisories/unreviewed/2023/01/GHSA-394q-589m-ppr4/GHSA-394q-589m-ppr4.json index 8aaa9f0dd8f..aa60223ea42 100644 --- a/advisories/unreviewed/2023/01/GHSA-394q-589m-ppr4/GHSA-394q-589m-ppr4.json +++ b/advisories/unreviewed/2023/01/GHSA-394q-589m-ppr4/GHSA-394q-589m-ppr4.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/01/GHSA-43pr-7gqx-7qmm/GHSA-43pr-7gqx-7qmm.json b/advisories/unreviewed/2023/01/GHSA-43pr-7gqx-7qmm/GHSA-43pr-7gqx-7qmm.json index 6a869bed898..7d8a8efc728 100644 --- a/advisories/unreviewed/2023/01/GHSA-43pr-7gqx-7qmm/GHSA-43pr-7gqx-7qmm.json +++ b/advisories/unreviewed/2023/01/GHSA-43pr-7gqx-7qmm/GHSA-43pr-7gqx-7qmm.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/2023/01/GHSA-cfm7-f9p7-7m2w/GHSA-cfm7-f9p7-7m2w.json b/advisories/unreviewed/2023/01/GHSA-cfm7-f9p7-7m2w/GHSA-cfm7-f9p7-7m2w.json index d1b340ac6bb..c7b9a5b206c 100644 --- a/advisories/unreviewed/2023/01/GHSA-cfm7-f9p7-7m2w/GHSA-cfm7-f9p7-7m2w.json +++ b/advisories/unreviewed/2023/01/GHSA-cfm7-f9p7-7m2w/GHSA-cfm7-f9p7-7m2w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-g9c9-v54c-gj4f/GHSA-g9c9-v54c-gj4f.json b/advisories/unreviewed/2023/01/GHSA-g9c9-v54c-gj4f/GHSA-g9c9-v54c-gj4f.json index 778ffe252a9..473bf615e36 100644 --- a/advisories/unreviewed/2023/01/GHSA-g9c9-v54c-gj4f/GHSA-g9c9-v54c-gj4f.json +++ b/advisories/unreviewed/2023/01/GHSA-g9c9-v54c-gj4f/GHSA-g9c9-v54c-gj4f.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-hv9j-pr23-x4hf/GHSA-hv9j-pr23-x4hf.json b/advisories/unreviewed/2023/01/GHSA-hv9j-pr23-x4hf/GHSA-hv9j-pr23-x4hf.json index 5a4efae06df..d2974437523 100644 --- a/advisories/unreviewed/2023/01/GHSA-hv9j-pr23-x4hf/GHSA-hv9j-pr23-x4hf.json +++ b/advisories/unreviewed/2023/01/GHSA-hv9j-pr23-x4hf/GHSA-hv9j-pr23-x4hf.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-mcm8-gg2j-q8vh/GHSA-mcm8-gg2j-q8vh.json b/advisories/unreviewed/2023/01/GHSA-mcm8-gg2j-q8vh/GHSA-mcm8-gg2j-q8vh.json index 8e1b28d79c0..6a8a22887d0 100644 --- a/advisories/unreviewed/2023/01/GHSA-mcm8-gg2j-q8vh/GHSA-mcm8-gg2j-q8vh.json +++ b/advisories/unreviewed/2023/01/GHSA-mcm8-gg2j-q8vh/GHSA-mcm8-gg2j-q8vh.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-mqgr-q79p-6pg5/GHSA-mqgr-q79p-6pg5.json b/advisories/unreviewed/2023/01/GHSA-mqgr-q79p-6pg5/GHSA-mqgr-q79p-6pg5.json index 0f9d6c43f05..94dd5be7243 100644 --- a/advisories/unreviewed/2023/01/GHSA-mqgr-q79p-6pg5/GHSA-mqgr-q79p-6pg5.json +++ b/advisories/unreviewed/2023/01/GHSA-mqgr-q79p-6pg5/GHSA-mqgr-q79p-6pg5.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-p89m-g5v5-4f9m/GHSA-p89m-g5v5-4f9m.json b/advisories/unreviewed/2023/01/GHSA-p89m-g5v5-4f9m/GHSA-p89m-g5v5-4f9m.json index 6a89c6485f7..19f700d89cf 100644 --- a/advisories/unreviewed/2023/01/GHSA-p89m-g5v5-4f9m/GHSA-p89m-g5v5-4f9m.json +++ b/advisories/unreviewed/2023/01/GHSA-p89m-g5v5-4f9m/GHSA-p89m-g5v5-4f9m.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/02/GHSA-2mmc-97mx-9r37/GHSA-2mmc-97mx-9r37.json b/advisories/unreviewed/2023/02/GHSA-2mmc-97mx-9r37/GHSA-2mmc-97mx-9r37.json index af6ea61b7a1..10c4a43b974 100644 --- a/advisories/unreviewed/2023/02/GHSA-2mmc-97mx-9r37/GHSA-2mmc-97mx-9r37.json +++ b/advisories/unreviewed/2023/02/GHSA-2mmc-97mx-9r37/GHSA-2mmc-97mx-9r37.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/2023/02/GHSA-2v8q-fhx5-gwp2/GHSA-2v8q-fhx5-gwp2.json b/advisories/unreviewed/2023/02/GHSA-2v8q-fhx5-gwp2/GHSA-2v8q-fhx5-gwp2.json index d2a83252b7d..8d77d58705e 100644 --- a/advisories/unreviewed/2023/02/GHSA-2v8q-fhx5-gwp2/GHSA-2v8q-fhx5-gwp2.json +++ b/advisories/unreviewed/2023/02/GHSA-2v8q-fhx5-gwp2/GHSA-2v8q-fhx5-gwp2.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/02/GHSA-37g8-cx8g-rxvj/GHSA-37g8-cx8g-rxvj.json b/advisories/unreviewed/2023/02/GHSA-37g8-cx8g-rxvj/GHSA-37g8-cx8g-rxvj.json index bf70000e10a..5532a5d334e 100644 --- a/advisories/unreviewed/2023/02/GHSA-37g8-cx8g-rxvj/GHSA-37g8-cx8g-rxvj.json +++ b/advisories/unreviewed/2023/02/GHSA-37g8-cx8g-rxvj/GHSA-37g8-cx8g-rxvj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-3p3g-v9c5-jwvw/GHSA-3p3g-v9c5-jwvw.json b/advisories/unreviewed/2023/02/GHSA-3p3g-v9c5-jwvw/GHSA-3p3g-v9c5-jwvw.json index ee51e3d40ce..bde00092341 100644 --- a/advisories/unreviewed/2023/02/GHSA-3p3g-v9c5-jwvw/GHSA-3p3g-v9c5-jwvw.json +++ b/advisories/unreviewed/2023/02/GHSA-3p3g-v9c5-jwvw/GHSA-3p3g-v9c5-jwvw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/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/2023/02/GHSA-3r34-xx92-673h/GHSA-3r34-xx92-673h.json b/advisories/unreviewed/2023/02/GHSA-3r34-xx92-673h/GHSA-3r34-xx92-673h.json index 85bc8cbfcc7..bfe4ca62ff8 100644 --- a/advisories/unreviewed/2023/02/GHSA-3r34-xx92-673h/GHSA-3r34-xx92-673h.json +++ b/advisories/unreviewed/2023/02/GHSA-3r34-xx92-673h/GHSA-3r34-xx92-673h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-4882-wqhm-2474/GHSA-4882-wqhm-2474.json b/advisories/unreviewed/2023/02/GHSA-4882-wqhm-2474/GHSA-4882-wqhm-2474.json index 6c9ac091eee..5dae5737ba8 100644 --- a/advisories/unreviewed/2023/02/GHSA-4882-wqhm-2474/GHSA-4882-wqhm-2474.json +++ b/advisories/unreviewed/2023/02/GHSA-4882-wqhm-2474/GHSA-4882-wqhm-2474.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/02/GHSA-499w-c4pr-hwwh/GHSA-499w-c4pr-hwwh.json b/advisories/unreviewed/2023/02/GHSA-499w-c4pr-hwwh/GHSA-499w-c4pr-hwwh.json index 74b3ff14c7c..2cdfe0cc229 100644 --- a/advisories/unreviewed/2023/02/GHSA-499w-c4pr-hwwh/GHSA-499w-c4pr-hwwh.json +++ b/advisories/unreviewed/2023/02/GHSA-499w-c4pr-hwwh/GHSA-499w-c4pr-hwwh.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/02/GHSA-4v52-6x48-9c47/GHSA-4v52-6x48-9c47.json b/advisories/unreviewed/2023/02/GHSA-4v52-6x48-9c47/GHSA-4v52-6x48-9c47.json index d5ed764ff8e..8d977ecbffb 100644 --- a/advisories/unreviewed/2023/02/GHSA-4v52-6x48-9c47/GHSA-4v52-6x48-9c47.json +++ b/advisories/unreviewed/2023/02/GHSA-4v52-6x48-9c47/GHSA-4v52-6x48-9c47.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/02/GHSA-52ch-ghxv-66qc/GHSA-52ch-ghxv-66qc.json b/advisories/unreviewed/2023/02/GHSA-52ch-ghxv-66qc/GHSA-52ch-ghxv-66qc.json index c2f3c296782..a069873f73c 100644 --- a/advisories/unreviewed/2023/02/GHSA-52ch-ghxv-66qc/GHSA-52ch-ghxv-66qc.json +++ b/advisories/unreviewed/2023/02/GHSA-52ch-ghxv-66qc/GHSA-52ch-ghxv-66qc.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/02/GHSA-5gjp-557x-hq5g/GHSA-5gjp-557x-hq5g.json b/advisories/unreviewed/2023/02/GHSA-5gjp-557x-hq5g/GHSA-5gjp-557x-hq5g.json index 32a4a89c657..5a289bc6b02 100644 --- a/advisories/unreviewed/2023/02/GHSA-5gjp-557x-hq5g/GHSA-5gjp-557x-hq5g.json +++ b/advisories/unreviewed/2023/02/GHSA-5gjp-557x-hq5g/GHSA-5gjp-557x-hq5g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-5jxr-6rhg-7frf/GHSA-5jxr-6rhg-7frf.json b/advisories/unreviewed/2023/02/GHSA-5jxr-6rhg-7frf/GHSA-5jxr-6rhg-7frf.json index c6ccc0f2745..95b6df7354d 100644 --- a/advisories/unreviewed/2023/02/GHSA-5jxr-6rhg-7frf/GHSA-5jxr-6rhg-7frf.json +++ b/advisories/unreviewed/2023/02/GHSA-5jxr-6rhg-7frf/GHSA-5jxr-6rhg-7frf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-69ch-324r-wxh6/GHSA-69ch-324r-wxh6.json b/advisories/unreviewed/2023/02/GHSA-69ch-324r-wxh6/GHSA-69ch-324r-wxh6.json index 33fc1afa702..838b7260508 100644 --- a/advisories/unreviewed/2023/02/GHSA-69ch-324r-wxh6/GHSA-69ch-324r-wxh6.json +++ b/advisories/unreviewed/2023/02/GHSA-69ch-324r-wxh6/GHSA-69ch-324r-wxh6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/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/2023/02/GHSA-6jr5-896x-ff5x/GHSA-6jr5-896x-ff5x.json b/advisories/unreviewed/2023/02/GHSA-6jr5-896x-ff5x/GHSA-6jr5-896x-ff5x.json index f533f77c40f..2de49ad698e 100644 --- a/advisories/unreviewed/2023/02/GHSA-6jr5-896x-ff5x/GHSA-6jr5-896x-ff5x.json +++ b/advisories/unreviewed/2023/02/GHSA-6jr5-896x-ff5x/GHSA-6jr5-896x-ff5x.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", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/02/GHSA-768p-9g3v-688p/GHSA-768p-9g3v-688p.json b/advisories/unreviewed/2023/02/GHSA-768p-9g3v-688p/GHSA-768p-9g3v-688p.json index 773b0140822..7065685bdce 100644 --- a/advisories/unreviewed/2023/02/GHSA-768p-9g3v-688p/GHSA-768p-9g3v-688p.json +++ b/advisories/unreviewed/2023/02/GHSA-768p-9g3v-688p/GHSA-768p-9g3v-688p.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", @@ -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/02/GHSA-7m6h-9635-ggwf/GHSA-7m6h-9635-ggwf.json b/advisories/unreviewed/2023/02/GHSA-7m6h-9635-ggwf/GHSA-7m6h-9635-ggwf.json index 3ba40b6d05c..2d6920e2c20 100644 --- a/advisories/unreviewed/2023/02/GHSA-7m6h-9635-ggwf/GHSA-7m6h-9635-ggwf.json +++ b/advisories/unreviewed/2023/02/GHSA-7m6h-9635-ggwf/GHSA-7m6h-9635-ggwf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-876c-vcrv-xpmc/GHSA-876c-vcrv-xpmc.json b/advisories/unreviewed/2023/02/GHSA-876c-vcrv-xpmc/GHSA-876c-vcrv-xpmc.json index 80a15f4b219..2e364649377 100644 --- a/advisories/unreviewed/2023/02/GHSA-876c-vcrv-xpmc/GHSA-876c-vcrv-xpmc.json +++ b/advisories/unreviewed/2023/02/GHSA-876c-vcrv-xpmc/GHSA-876c-vcrv-xpmc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-8gp2-vgr2-6649/GHSA-8gp2-vgr2-6649.json b/advisories/unreviewed/2023/02/GHSA-8gp2-vgr2-6649/GHSA-8gp2-vgr2-6649.json index 19e86f0c464..1cc21c72ca4 100644 --- a/advisories/unreviewed/2023/02/GHSA-8gp2-vgr2-6649/GHSA-8gp2-vgr2-6649.json +++ b/advisories/unreviewed/2023/02/GHSA-8gp2-vgr2-6649/GHSA-8gp2-vgr2-6649.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/02/GHSA-8hhw-p6vr-v3wv/GHSA-8hhw-p6vr-v3wv.json b/advisories/unreviewed/2023/02/GHSA-8hhw-p6vr-v3wv/GHSA-8hhw-p6vr-v3wv.json index 32d8a6b0efd..4b14cccd043 100644 --- a/advisories/unreviewed/2023/02/GHSA-8hhw-p6vr-v3wv/GHSA-8hhw-p6vr-v3wv.json +++ b/advisories/unreviewed/2023/02/GHSA-8hhw-p6vr-v3wv/GHSA-8hhw-p6vr-v3wv.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/02/GHSA-9qr8-h5jr-2gmw/GHSA-9qr8-h5jr-2gmw.json b/advisories/unreviewed/2023/02/GHSA-9qr8-h5jr-2gmw/GHSA-9qr8-h5jr-2gmw.json index 4949bd84e72..2ebf111366a 100644 --- a/advisories/unreviewed/2023/02/GHSA-9qr8-h5jr-2gmw/GHSA-9qr8-h5jr-2gmw.json +++ b/advisories/unreviewed/2023/02/GHSA-9qr8-h5jr-2gmw/GHSA-9qr8-h5jr-2gmw.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/02/GHSA-9v82-m8xc-gm44/GHSA-9v82-m8xc-gm44.json b/advisories/unreviewed/2023/02/GHSA-9v82-m8xc-gm44/GHSA-9v82-m8xc-gm44.json index e6def7b9454..bf2975e193a 100644 --- a/advisories/unreviewed/2023/02/GHSA-9v82-m8xc-gm44/GHSA-9v82-m8xc-gm44.json +++ b/advisories/unreviewed/2023/02/GHSA-9v82-m8xc-gm44/GHSA-9v82-m8xc-gm44.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/02/GHSA-crmj-55ch-cm5v/GHSA-crmj-55ch-cm5v.json b/advisories/unreviewed/2023/02/GHSA-crmj-55ch-cm5v/GHSA-crmj-55ch-cm5v.json index 8e7a4013f43..f53ed185583 100644 --- a/advisories/unreviewed/2023/02/GHSA-crmj-55ch-cm5v/GHSA-crmj-55ch-cm5v.json +++ b/advisories/unreviewed/2023/02/GHSA-crmj-55ch-cm5v/GHSA-crmj-55ch-cm5v.json @@ -7,12 +7,8 @@ "CVE-2021-34064" ], "details": "An issue found in Koel v.5.1.4 and before allows remote attackers to gain access to sensitive information via the login form parameters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/02/GHSA-f2cw-h779-q8jh/GHSA-f2cw-h779-q8jh.json b/advisories/unreviewed/2023/02/GHSA-f2cw-h779-q8jh/GHSA-f2cw-h779-q8jh.json index 511e2fcef22..42e115b358b 100644 --- a/advisories/unreviewed/2023/02/GHSA-f2cw-h779-q8jh/GHSA-f2cw-h779-q8jh.json +++ b/advisories/unreviewed/2023/02/GHSA-f2cw-h779-q8jh/GHSA-f2cw-h779-q8jh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-fcgx-8f7g-hw7g/GHSA-fcgx-8f7g-hw7g.json b/advisories/unreviewed/2023/02/GHSA-fcgx-8f7g-hw7g/GHSA-fcgx-8f7g-hw7g.json index 3862d75fe46..212c45e4ee6 100644 --- a/advisories/unreviewed/2023/02/GHSA-fcgx-8f7g-hw7g/GHSA-fcgx-8f7g-hw7g.json +++ b/advisories/unreviewed/2023/02/GHSA-fcgx-8f7g-hw7g/GHSA-fcgx-8f7g-hw7g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-g389-p63j-mfgq/GHSA-g389-p63j-mfgq.json b/advisories/unreviewed/2023/02/GHSA-g389-p63j-mfgq/GHSA-g389-p63j-mfgq.json index b5ec3de6a9c..04835267356 100644 --- a/advisories/unreviewed/2023/02/GHSA-g389-p63j-mfgq/GHSA-g389-p63j-mfgq.json +++ b/advisories/unreviewed/2023/02/GHSA-g389-p63j-mfgq/GHSA-g389-p63j-mfgq.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/02/GHSA-g58p-hgrm-327x/GHSA-g58p-hgrm-327x.json b/advisories/unreviewed/2023/02/GHSA-g58p-hgrm-327x/GHSA-g58p-hgrm-327x.json index c1552976365..c44d44bbdab 100644 --- a/advisories/unreviewed/2023/02/GHSA-g58p-hgrm-327x/GHSA-g58p-hgrm-327x.json +++ b/advisories/unreviewed/2023/02/GHSA-g58p-hgrm-327x/GHSA-g58p-hgrm-327x.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/02/GHSA-g89m-r2gh-92r6/GHSA-g89m-r2gh-92r6.json b/advisories/unreviewed/2023/02/GHSA-g89m-r2gh-92r6/GHSA-g89m-r2gh-92r6.json index 07c1ca32555..c9996c3f593 100644 --- a/advisories/unreviewed/2023/02/GHSA-g89m-r2gh-92r6/GHSA-g89m-r2gh-92r6.json +++ b/advisories/unreviewed/2023/02/GHSA-g89m-r2gh-92r6/GHSA-g89m-r2gh-92r6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/02/GHSA-h5fc-q8mj-rvq7/GHSA-h5fc-q8mj-rvq7.json b/advisories/unreviewed/2023/02/GHSA-h5fc-q8mj-rvq7/GHSA-h5fc-q8mj-rvq7.json index 9d58dbdfa39..60689ec639d 100644 --- a/advisories/unreviewed/2023/02/GHSA-h5fc-q8mj-rvq7/GHSA-h5fc-q8mj-rvq7.json +++ b/advisories/unreviewed/2023/02/GHSA-h5fc-q8mj-rvq7/GHSA-h5fc-q8mj-rvq7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-h7h4-prfx-rvwf/GHSA-h7h4-prfx-rvwf.json b/advisories/unreviewed/2023/02/GHSA-h7h4-prfx-rvwf/GHSA-h7h4-prfx-rvwf.json index c89ec261fb2..956ddacdfe8 100644 --- a/advisories/unreviewed/2023/02/GHSA-h7h4-prfx-rvwf/GHSA-h7h4-prfx-rvwf.json +++ b/advisories/unreviewed/2023/02/GHSA-h7h4-prfx-rvwf/GHSA-h7h4-prfx-rvwf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-hqw3-7ccf-2jm6/GHSA-hqw3-7ccf-2jm6.json b/advisories/unreviewed/2023/02/GHSA-hqw3-7ccf-2jm6/GHSA-hqw3-7ccf-2jm6.json index f75e41b7fd9..9975e79ef12 100644 --- a/advisories/unreviewed/2023/02/GHSA-hqw3-7ccf-2jm6/GHSA-hqw3-7ccf-2jm6.json +++ b/advisories/unreviewed/2023/02/GHSA-hqw3-7ccf-2jm6/GHSA-hqw3-7ccf-2jm6.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/02/GHSA-hw7g-6g5x-3p53/GHSA-hw7g-6g5x-3p53.json b/advisories/unreviewed/2023/02/GHSA-hw7g-6g5x-3p53/GHSA-hw7g-6g5x-3p53.json index 8297b6a75bd..061a431869e 100644 --- a/advisories/unreviewed/2023/02/GHSA-hw7g-6g5x-3p53/GHSA-hw7g-6g5x-3p53.json +++ b/advisories/unreviewed/2023/02/GHSA-hw7g-6g5x-3p53/GHSA-hw7g-6g5x-3p53.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", @@ -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/02/GHSA-hxmr-8629-frhp/GHSA-hxmr-8629-frhp.json b/advisories/unreviewed/2023/02/GHSA-hxmr-8629-frhp/GHSA-hxmr-8629-frhp.json index 003882108fd..f96808182a4 100644 --- a/advisories/unreviewed/2023/02/GHSA-hxmr-8629-frhp/GHSA-hxmr-8629-frhp.json +++ b/advisories/unreviewed/2023/02/GHSA-hxmr-8629-frhp/GHSA-hxmr-8629-frhp.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/02/GHSA-j7mq-cgj9-mvr8/GHSA-j7mq-cgj9-mvr8.json b/advisories/unreviewed/2023/02/GHSA-j7mq-cgj9-mvr8/GHSA-j7mq-cgj9-mvr8.json index c1126c53bfb..2657388a618 100644 --- a/advisories/unreviewed/2023/02/GHSA-j7mq-cgj9-mvr8/GHSA-j7mq-cgj9-mvr8.json +++ b/advisories/unreviewed/2023/02/GHSA-j7mq-cgj9-mvr8/GHSA-j7mq-cgj9-mvr8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-jhgh-g92p-x9x5/GHSA-jhgh-g92p-x9x5.json b/advisories/unreviewed/2023/02/GHSA-jhgh-g92p-x9x5/GHSA-jhgh-g92p-x9x5.json index 57de56b5fd7..19092a9eec8 100644 --- a/advisories/unreviewed/2023/02/GHSA-jhgh-g92p-x9x5/GHSA-jhgh-g92p-x9x5.json +++ b/advisories/unreviewed/2023/02/GHSA-jhgh-g92p-x9x5/GHSA-jhgh-g92p-x9x5.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/02/GHSA-m6q6-w5rh-w74g/GHSA-m6q6-w5rh-w74g.json b/advisories/unreviewed/2023/02/GHSA-m6q6-w5rh-w74g/GHSA-m6q6-w5rh-w74g.json index 1c5c42a2228..44c2d338211 100644 --- a/advisories/unreviewed/2023/02/GHSA-m6q6-w5rh-w74g/GHSA-m6q6-w5rh-w74g.json +++ b/advisories/unreviewed/2023/02/GHSA-m6q6-w5rh-w74g/GHSA-m6q6-w5rh-w74g.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/02/GHSA-mqc4-86mc-gj45/GHSA-mqc4-86mc-gj45.json b/advisories/unreviewed/2023/02/GHSA-mqc4-86mc-gj45/GHSA-mqc4-86mc-gj45.json index 5fbcc765374..ffcbb0d98ca 100644 --- a/advisories/unreviewed/2023/02/GHSA-mqc4-86mc-gj45/GHSA-mqc4-86mc-gj45.json +++ b/advisories/unreviewed/2023/02/GHSA-mqc4-86mc-gj45/GHSA-mqc4-86mc-gj45.json @@ -7,12 +7,8 @@ "CVE-2021-34248" ], "details": "SQL injection vulnerability in sourcecodester mobile-shop-system-php-mysql 1.0 allows remote attackers to log in via crafterdstring in the email field of the log in page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/02/GHSA-mw3m-9rcr-8j8q/GHSA-mw3m-9rcr-8j8q.json b/advisories/unreviewed/2023/02/GHSA-mw3m-9rcr-8j8q/GHSA-mw3m-9rcr-8j8q.json index 49a5d835586..e90dfe4436d 100644 --- a/advisories/unreviewed/2023/02/GHSA-mw3m-9rcr-8j8q/GHSA-mw3m-9rcr-8j8q.json +++ b/advisories/unreviewed/2023/02/GHSA-mw3m-9rcr-8j8q/GHSA-mw3m-9rcr-8j8q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-pm9g-2hv5-xfp2/GHSA-pm9g-2hv5-xfp2.json b/advisories/unreviewed/2023/02/GHSA-pm9g-2hv5-xfp2/GHSA-pm9g-2hv5-xfp2.json index 29bdf39173b..86649b30fa0 100644 --- a/advisories/unreviewed/2023/02/GHSA-pm9g-2hv5-xfp2/GHSA-pm9g-2hv5-xfp2.json +++ b/advisories/unreviewed/2023/02/GHSA-pm9g-2hv5-xfp2/GHSA-pm9g-2hv5-xfp2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/02/GHSA-q6rf-9rw8-vqf5/GHSA-q6rf-9rw8-vqf5.json b/advisories/unreviewed/2023/02/GHSA-q6rf-9rw8-vqf5/GHSA-q6rf-9rw8-vqf5.json index e9995970471..250c6c53110 100644 --- a/advisories/unreviewed/2023/02/GHSA-q6rf-9rw8-vqf5/GHSA-q6rf-9rw8-vqf5.json +++ b/advisories/unreviewed/2023/02/GHSA-q6rf-9rw8-vqf5/GHSA-q6rf-9rw8-vqf5.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/02/GHSA-qrgp-9jwv-233w/GHSA-qrgp-9jwv-233w.json b/advisories/unreviewed/2023/02/GHSA-qrgp-9jwv-233w/GHSA-qrgp-9jwv-233w.json index 68b2b8ea769..6529f92d3e2 100644 --- a/advisories/unreviewed/2023/02/GHSA-qrgp-9jwv-233w/GHSA-qrgp-9jwv-233w.json +++ b/advisories/unreviewed/2023/02/GHSA-qrgp-9jwv-233w/GHSA-qrgp-9jwv-233w.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/02/GHSA-qvw2-4h5w-2c5p/GHSA-qvw2-4h5w-2c5p.json b/advisories/unreviewed/2023/02/GHSA-qvw2-4h5w-2c5p/GHSA-qvw2-4h5w-2c5p.json index 07d8050b946..85e0cac3f33 100644 --- a/advisories/unreviewed/2023/02/GHSA-qvw2-4h5w-2c5p/GHSA-qvw2-4h5w-2c5p.json +++ b/advisories/unreviewed/2023/02/GHSA-qvw2-4h5w-2c5p/GHSA-qvw2-4h5w-2c5p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-qwmj-m695-7c2c/GHSA-qwmj-m695-7c2c.json b/advisories/unreviewed/2023/02/GHSA-qwmj-m695-7c2c/GHSA-qwmj-m695-7c2c.json index 4ce55b2b62d..1e74727ee7c 100644 --- a/advisories/unreviewed/2023/02/GHSA-qwmj-m695-7c2c/GHSA-qwmj-m695-7c2c.json +++ b/advisories/unreviewed/2023/02/GHSA-qwmj-m695-7c2c/GHSA-qwmj-m695-7c2c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-r32r-rqw2-wv5m/GHSA-r32r-rqw2-wv5m.json b/advisories/unreviewed/2023/02/GHSA-r32r-rqw2-wv5m/GHSA-r32r-rqw2-wv5m.json index 79ef03637e3..ec2d00e7c43 100644 --- a/advisories/unreviewed/2023/02/GHSA-r32r-rqw2-wv5m/GHSA-r32r-rqw2-wv5m.json +++ b/advisories/unreviewed/2023/02/GHSA-r32r-rqw2-wv5m/GHSA-r32r-rqw2-wv5m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-rp2p-7x3w-7q4q/GHSA-rp2p-7x3w-7q4q.json b/advisories/unreviewed/2023/02/GHSA-rp2p-7x3w-7q4q/GHSA-rp2p-7x3w-7q4q.json index 1d2f3ea29b7..2d3c0db0813 100644 --- a/advisories/unreviewed/2023/02/GHSA-rp2p-7x3w-7q4q/GHSA-rp2p-7x3w-7q4q.json +++ b/advisories/unreviewed/2023/02/GHSA-rp2p-7x3w-7q4q/GHSA-rp2p-7x3w-7q4q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-rp7v-crhj-652h/GHSA-rp7v-crhj-652h.json b/advisories/unreviewed/2023/02/GHSA-rp7v-crhj-652h/GHSA-rp7v-crhj-652h.json index 31fdc520fa4..7cfe7e93b8d 100644 --- a/advisories/unreviewed/2023/02/GHSA-rp7v-crhj-652h/GHSA-rp7v-crhj-652h.json +++ b/advisories/unreviewed/2023/02/GHSA-rp7v-crhj-652h/GHSA-rp7v-crhj-652h.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/2023/02/GHSA-vg42-338r-prwm/GHSA-vg42-338r-prwm.json b/advisories/unreviewed/2023/02/GHSA-vg42-338r-prwm/GHSA-vg42-338r-prwm.json index fab1e6cf525..defc06db3d9 100644 --- a/advisories/unreviewed/2023/02/GHSA-vg42-338r-prwm/GHSA-vg42-338r-prwm.json +++ b/advisories/unreviewed/2023/02/GHSA-vg42-338r-prwm/GHSA-vg42-338r-prwm.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/02/GHSA-vvv3-m835-966v/GHSA-vvv3-m835-966v.json b/advisories/unreviewed/2023/02/GHSA-vvv3-m835-966v/GHSA-vvv3-m835-966v.json index 44214548ed8..3c6750d4336 100644 --- a/advisories/unreviewed/2023/02/GHSA-vvv3-m835-966v/GHSA-vvv3-m835-966v.json +++ b/advisories/unreviewed/2023/02/GHSA-vvv3-m835-966v/GHSA-vvv3-m835-966v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-w3gc-crw4-rmrm/GHSA-w3gc-crw4-rmrm.json b/advisories/unreviewed/2023/02/GHSA-w3gc-crw4-rmrm/GHSA-w3gc-crw4-rmrm.json index 9f284f7a3e6..da2f74be5ea 100644 --- a/advisories/unreviewed/2023/02/GHSA-w3gc-crw4-rmrm/GHSA-w3gc-crw4-rmrm.json +++ b/advisories/unreviewed/2023/02/GHSA-w3gc-crw4-rmrm/GHSA-w3gc-crw4-rmrm.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/02/GHSA-w5f6-wm5p-vwm3/GHSA-w5f6-wm5p-vwm3.json b/advisories/unreviewed/2023/02/GHSA-w5f6-wm5p-vwm3/GHSA-w5f6-wm5p-vwm3.json index ca99fa108c3..537aa546171 100644 --- a/advisories/unreviewed/2023/02/GHSA-w5f6-wm5p-vwm3/GHSA-w5f6-wm5p-vwm3.json +++ b/advisories/unreviewed/2023/02/GHSA-w5f6-wm5p-vwm3/GHSA-w5f6-wm5p-vwm3.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/02/GHSA-w5f8-g225-cm8h/GHSA-w5f8-g225-cm8h.json b/advisories/unreviewed/2023/02/GHSA-w5f8-g225-cm8h/GHSA-w5f8-g225-cm8h.json index b4c6341b832..708f1c1ef00 100644 --- a/advisories/unreviewed/2023/02/GHSA-w5f8-g225-cm8h/GHSA-w5f8-g225-cm8h.json +++ b/advisories/unreviewed/2023/02/GHSA-w5f8-g225-cm8h/GHSA-w5f8-g225-cm8h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/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/2023/02/GHSA-w62j-g234-3f6f/GHSA-w62j-g234-3f6f.json b/advisories/unreviewed/2023/02/GHSA-w62j-g234-3f6f/GHSA-w62j-g234-3f6f.json index 614a585b3c9..5310d7a020f 100644 --- a/advisories/unreviewed/2023/02/GHSA-w62j-g234-3f6f/GHSA-w62j-g234-3f6f.json +++ b/advisories/unreviewed/2023/02/GHSA-w62j-g234-3f6f/GHSA-w62j-g234-3f6f.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/02/GHSA-wcqx-g82p-992c/GHSA-wcqx-g82p-992c.json b/advisories/unreviewed/2023/02/GHSA-wcqx-g82p-992c/GHSA-wcqx-g82p-992c.json index 68a0ad8a8e8..6d55da566db 100644 --- a/advisories/unreviewed/2023/02/GHSA-wcqx-g82p-992c/GHSA-wcqx-g82p-992c.json +++ b/advisories/unreviewed/2023/02/GHSA-wcqx-g82p-992c/GHSA-wcqx-g82p-992c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-wjmr-m5q4-p45g/GHSA-wjmr-m5q4-p45g.json b/advisories/unreviewed/2023/02/GHSA-wjmr-m5q4-p45g/GHSA-wjmr-m5q4-p45g.json index f1eb1ce7466..79fcda9647d 100644 --- a/advisories/unreviewed/2023/02/GHSA-wjmr-m5q4-p45g/GHSA-wjmr-m5q4-p45g.json +++ b/advisories/unreviewed/2023/02/GHSA-wjmr-m5q4-p45g/GHSA-wjmr-m5q4-p45g.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/02/GHSA-wqmg-f43p-5ccf/GHSA-wqmg-f43p-5ccf.json b/advisories/unreviewed/2023/02/GHSA-wqmg-f43p-5ccf/GHSA-wqmg-f43p-5ccf.json index 740a1855f67..78de6620448 100644 --- a/advisories/unreviewed/2023/02/GHSA-wqmg-f43p-5ccf/GHSA-wqmg-f43p-5ccf.json +++ b/advisories/unreviewed/2023/02/GHSA-wqmg-f43p-5ccf/GHSA-wqmg-f43p-5ccf.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/02/GHSA-wvcg-79hq-qf6v/GHSA-wvcg-79hq-qf6v.json b/advisories/unreviewed/2023/02/GHSA-wvcg-79hq-qf6v/GHSA-wvcg-79hq-qf6v.json index d75241715ec..2fe57fc4c53 100644 --- a/advisories/unreviewed/2023/02/GHSA-wvcg-79hq-qf6v/GHSA-wvcg-79hq-qf6v.json +++ b/advisories/unreviewed/2023/02/GHSA-wvcg-79hq-qf6v/GHSA-wvcg-79hq-qf6v.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/02/GHSA-ww7q-jpm3-9c64/GHSA-ww7q-jpm3-9c64.json b/advisories/unreviewed/2023/02/GHSA-ww7q-jpm3-9c64/GHSA-ww7q-jpm3-9c64.json index 394d9985dfa..218d24107fb 100644 --- a/advisories/unreviewed/2023/02/GHSA-ww7q-jpm3-9c64/GHSA-ww7q-jpm3-9c64.json +++ b/advisories/unreviewed/2023/02/GHSA-ww7q-jpm3-9c64/GHSA-ww7q-jpm3-9c64.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-x2p9-gm8g-4xvp/GHSA-x2p9-gm8g-4xvp.json b/advisories/unreviewed/2023/02/GHSA-x2p9-gm8g-4xvp/GHSA-x2p9-gm8g-4xvp.json index 15fd1b8fada..cc50c4fc673 100644 --- a/advisories/unreviewed/2023/02/GHSA-x2p9-gm8g-4xvp/GHSA-x2p9-gm8g-4xvp.json +++ b/advisories/unreviewed/2023/02/GHSA-x2p9-gm8g-4xvp/GHSA-x2p9-gm8g-4xvp.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/02/GHSA-xg6w-qq7g-f5fh/GHSA-xg6w-qq7g-f5fh.json b/advisories/unreviewed/2023/02/GHSA-xg6w-qq7g-f5fh/GHSA-xg6w-qq7g-f5fh.json index 52dff19c9a9..19a2a1bd208 100644 --- a/advisories/unreviewed/2023/02/GHSA-xg6w-qq7g-f5fh/GHSA-xg6w-qq7g-f5fh.json +++ b/advisories/unreviewed/2023/02/GHSA-xg6w-qq7g-f5fh/GHSA-xg6w-qq7g-f5fh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-xgcg-f8g4-r3mp/GHSA-xgcg-f8g4-r3mp.json b/advisories/unreviewed/2023/02/GHSA-xgcg-f8g4-r3mp/GHSA-xgcg-f8g4-r3mp.json index 6bcb95aae9b..2a0a93b0143 100644 --- a/advisories/unreviewed/2023/02/GHSA-xgcg-f8g4-r3mp/GHSA-xgcg-f8g4-r3mp.json +++ b/advisories/unreviewed/2023/02/GHSA-xgcg-f8g4-r3mp/GHSA-xgcg-f8g4-r3mp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-xh92-w56h-3jjm/GHSA-xh92-w56h-3jjm.json b/advisories/unreviewed/2023/02/GHSA-xh92-w56h-3jjm/GHSA-xh92-w56h-3jjm.json index cd04d331964..fb80e06b780 100644 --- a/advisories/unreviewed/2023/02/GHSA-xh92-w56h-3jjm/GHSA-xh92-w56h-3jjm.json +++ b/advisories/unreviewed/2023/02/GHSA-xh92-w56h-3jjm/GHSA-xh92-w56h-3jjm.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/02/GHSA-xmcc-cx53-xxg3/GHSA-xmcc-cx53-xxg3.json b/advisories/unreviewed/2023/02/GHSA-xmcc-cx53-xxg3/GHSA-xmcc-cx53-xxg3.json index efb739532db..e1ec5cd63f9 100644 --- a/advisories/unreviewed/2023/02/GHSA-xmcc-cx53-xxg3/GHSA-xmcc-cx53-xxg3.json +++ b/advisories/unreviewed/2023/02/GHSA-xmcc-cx53-xxg3/GHSA-xmcc-cx53-xxg3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-xwrq-j8pg-pqxm/GHSA-xwrq-j8pg-pqxm.json b/advisories/unreviewed/2023/02/GHSA-xwrq-j8pg-pqxm/GHSA-xwrq-j8pg-pqxm.json index 40ffc2df270..b6abc2d47fb 100644 --- a/advisories/unreviewed/2023/02/GHSA-xwrq-j8pg-pqxm/GHSA-xwrq-j8pg-pqxm.json +++ b/advisories/unreviewed/2023/02/GHSA-xwrq-j8pg-pqxm/GHSA-xwrq-j8pg-pqxm.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/03/GHSA-3wvp-gvcp-8c2q/GHSA-3wvp-gvcp-8c2q.json b/advisories/unreviewed/2023/03/GHSA-3wvp-gvcp-8c2q/GHSA-3wvp-gvcp-8c2q.json index 6942a930edf..c45788150ea 100644 --- a/advisories/unreviewed/2023/03/GHSA-3wvp-gvcp-8c2q/GHSA-3wvp-gvcp-8c2q.json +++ b/advisories/unreviewed/2023/03/GHSA-3wvp-gvcp-8c2q/GHSA-3wvp-gvcp-8c2q.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-5v6x-2hpj-c37x/GHSA-5v6x-2hpj-c37x.json b/advisories/unreviewed/2023/03/GHSA-5v6x-2hpj-c37x/GHSA-5v6x-2hpj-c37x.json index 17c2e140bce..5a6e89327a5 100644 --- a/advisories/unreviewed/2023/03/GHSA-5v6x-2hpj-c37x/GHSA-5v6x-2hpj-c37x.json +++ b/advisories/unreviewed/2023/03/GHSA-5v6x-2hpj-c37x/GHSA-5v6x-2hpj-c37x.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/03/GHSA-66g8-4pj2-65hv/GHSA-66g8-4pj2-65hv.json b/advisories/unreviewed/2023/03/GHSA-66g8-4pj2-65hv/GHSA-66g8-4pj2-65hv.json index f266de7f77b..3ba07f1ce32 100644 --- a/advisories/unreviewed/2023/03/GHSA-66g8-4pj2-65hv/GHSA-66g8-4pj2-65hv.json +++ b/advisories/unreviewed/2023/03/GHSA-66g8-4pj2-65hv/GHSA-66g8-4pj2-65hv.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/03/GHSA-9v46-jrv7-p6fh/GHSA-9v46-jrv7-p6fh.json b/advisories/unreviewed/2023/03/GHSA-9v46-jrv7-p6fh/GHSA-9v46-jrv7-p6fh.json index 1e4e32f8d6d..9188da230bd 100644 --- a/advisories/unreviewed/2023/03/GHSA-9v46-jrv7-p6fh/GHSA-9v46-jrv7-p6fh.json +++ b/advisories/unreviewed/2023/03/GHSA-9v46-jrv7-p6fh/GHSA-9v46-jrv7-p6fh.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/03/GHSA-cmhp-wmw8-6hrq/GHSA-cmhp-wmw8-6hrq.json b/advisories/unreviewed/2023/03/GHSA-cmhp-wmw8-6hrq/GHSA-cmhp-wmw8-6hrq.json index 8885151b976..ed5ce5f2763 100644 --- a/advisories/unreviewed/2023/03/GHSA-cmhp-wmw8-6hrq/GHSA-cmhp-wmw8-6hrq.json +++ b/advisories/unreviewed/2023/03/GHSA-cmhp-wmw8-6hrq/GHSA-cmhp-wmw8-6hrq.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/03/GHSA-hqcm-rrgq-jv8q/GHSA-hqcm-rrgq-jv8q.json b/advisories/unreviewed/2023/03/GHSA-hqcm-rrgq-jv8q/GHSA-hqcm-rrgq-jv8q.json index 0c54f0da8ee..16357df8533 100644 --- a/advisories/unreviewed/2023/03/GHSA-hqcm-rrgq-jv8q/GHSA-hqcm-rrgq-jv8q.json +++ b/advisories/unreviewed/2023/03/GHSA-hqcm-rrgq-jv8q/GHSA-hqcm-rrgq-jv8q.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-m6fv-rjwf-hmj9/GHSA-m6fv-rjwf-hmj9.json b/advisories/unreviewed/2023/03/GHSA-m6fv-rjwf-hmj9/GHSA-m6fv-rjwf-hmj9.json index 16ce52c6273..39d1691ed1d 100644 --- a/advisories/unreviewed/2023/03/GHSA-m6fv-rjwf-hmj9/GHSA-m6fv-rjwf-hmj9.json +++ b/advisories/unreviewed/2023/03/GHSA-m6fv-rjwf-hmj9/GHSA-m6fv-rjwf-hmj9.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-q52j-c5xj-88qf/GHSA-q52j-c5xj-88qf.json b/advisories/unreviewed/2023/03/GHSA-q52j-c5xj-88qf/GHSA-q52j-c5xj-88qf.json index 932c784be18..fdbb42b3df7 100644 --- a/advisories/unreviewed/2023/03/GHSA-q52j-c5xj-88qf/GHSA-q52j-c5xj-88qf.json +++ b/advisories/unreviewed/2023/03/GHSA-q52j-c5xj-88qf/GHSA-q52j-c5xj-88qf.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-q9xc-grj5-jc25/GHSA-q9xc-grj5-jc25.json b/advisories/unreviewed/2023/03/GHSA-q9xc-grj5-jc25/GHSA-q9xc-grj5-jc25.json index 0eeaafd59af..d164de21e2f 100644 --- a/advisories/unreviewed/2023/03/GHSA-q9xc-grj5-jc25/GHSA-q9xc-grj5-jc25.json +++ b/advisories/unreviewed/2023/03/GHSA-q9xc-grj5-jc25/GHSA-q9xc-grj5-jc25.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/2023/03/GHSA-qmwv-362w-25hm/GHSA-qmwv-362w-25hm.json b/advisories/unreviewed/2023/03/GHSA-qmwv-362w-25hm/GHSA-qmwv-362w-25hm.json index 541f4810dac..4e87fa80980 100644 --- a/advisories/unreviewed/2023/03/GHSA-qmwv-362w-25hm/GHSA-qmwv-362w-25hm.json +++ b/advisories/unreviewed/2023/03/GHSA-qmwv-362w-25hm/GHSA-qmwv-362w-25hm.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/03/GHSA-w5w3-546h-h8fc/GHSA-w5w3-546h-h8fc.json b/advisories/unreviewed/2023/03/GHSA-w5w3-546h-h8fc/GHSA-w5w3-546h-h8fc.json index dcfc6f9d8c7..8d358de335c 100644 --- a/advisories/unreviewed/2023/03/GHSA-w5w3-546h-h8fc/GHSA-w5w3-546h-h8fc.json +++ b/advisories/unreviewed/2023/03/GHSA-w5w3-546h-h8fc/GHSA-w5w3-546h-h8fc.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-wjwh-3f92-h6f4/GHSA-wjwh-3f92-h6f4.json b/advisories/unreviewed/2023/03/GHSA-wjwh-3f92-h6f4/GHSA-wjwh-3f92-h6f4.json index 9cd038886bc..6a351d38901 100644 --- a/advisories/unreviewed/2023/03/GHSA-wjwh-3f92-h6f4/GHSA-wjwh-3f92-h6f4.json +++ b/advisories/unreviewed/2023/03/GHSA-wjwh-3f92-h6f4/GHSA-wjwh-3f92-h6f4.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-xcc8-3vrq-wjg2/GHSA-xcc8-3vrq-wjg2.json b/advisories/unreviewed/2023/03/GHSA-xcc8-3vrq-wjg2/GHSA-xcc8-3vrq-wjg2.json index 8e07f7d7247..857d0b0248c 100644 --- a/advisories/unreviewed/2023/03/GHSA-xcc8-3vrq-wjg2/GHSA-xcc8-3vrq-wjg2.json +++ b/advisories/unreviewed/2023/03/GHSA-xcc8-3vrq-wjg2/GHSA-xcc8-3vrq-wjg2.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-385j-3gwh-pjgr/GHSA-385j-3gwh-pjgr.json b/advisories/unreviewed/2023/04/GHSA-385j-3gwh-pjgr/GHSA-385j-3gwh-pjgr.json index a54d854b63f..fd02a5f74d6 100644 --- a/advisories/unreviewed/2023/04/GHSA-385j-3gwh-pjgr/GHSA-385j-3gwh-pjgr.json +++ b/advisories/unreviewed/2023/04/GHSA-385j-3gwh-pjgr/GHSA-385j-3gwh-pjgr.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/04/GHSA-5gxv-52gp-vmhp/GHSA-5gxv-52gp-vmhp.json b/advisories/unreviewed/2023/04/GHSA-5gxv-52gp-vmhp/GHSA-5gxv-52gp-vmhp.json index ae6db384d2d..0ef78befb22 100644 --- a/advisories/unreviewed/2023/04/GHSA-5gxv-52gp-vmhp/GHSA-5gxv-52gp-vmhp.json +++ b/advisories/unreviewed/2023/04/GHSA-5gxv-52gp-vmhp/GHSA-5gxv-52gp-vmhp.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-cfg6-7x4x-p3pj/GHSA-cfg6-7x4x-p3pj.json b/advisories/unreviewed/2023/04/GHSA-cfg6-7x4x-p3pj/GHSA-cfg6-7x4x-p3pj.json index 6f6c4657dfc..ff2c1c8b82a 100644 --- a/advisories/unreviewed/2023/04/GHSA-cfg6-7x4x-p3pj/GHSA-cfg6-7x4x-p3pj.json +++ b/advisories/unreviewed/2023/04/GHSA-cfg6-7x4x-p3pj/GHSA-cfg6-7x4x-p3pj.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/2023/04/GHSA-vh2x-5rx6-qqhv/GHSA-vh2x-5rx6-qqhv.json b/advisories/unreviewed/2023/04/GHSA-vh2x-5rx6-qqhv/GHSA-vh2x-5rx6-qqhv.json index 6261594fa97..21ec57a426a 100644 --- a/advisories/unreviewed/2023/04/GHSA-vh2x-5rx6-qqhv/GHSA-vh2x-5rx6-qqhv.json +++ b/advisories/unreviewed/2023/04/GHSA-vh2x-5rx6-qqhv/GHSA-vh2x-5rx6-qqhv.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/06/GHSA-8mwf-hvfp-6xfg/GHSA-8mwf-hvfp-6xfg.json b/advisories/unreviewed/2023/06/GHSA-8mwf-hvfp-6xfg/GHSA-8mwf-hvfp-6xfg.json index 96d4f6468f0..0e1023805a3 100644 --- a/advisories/unreviewed/2023/06/GHSA-8mwf-hvfp-6xfg/GHSA-8mwf-hvfp-6xfg.json +++ b/advisories/unreviewed/2023/06/GHSA-8mwf-hvfp-6xfg/GHSA-8mwf-hvfp-6xfg.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/07/GHSA-f4m8-c8f7-hw6q/GHSA-f4m8-c8f7-hw6q.json b/advisories/unreviewed/2023/07/GHSA-f4m8-c8f7-hw6q/GHSA-f4m8-c8f7-hw6q.json index ef4e5ca63da..175e8b6ee95 100644 --- a/advisories/unreviewed/2023/07/GHSA-f4m8-c8f7-hw6q/GHSA-f4m8-c8f7-hw6q.json +++ b/advisories/unreviewed/2023/07/GHSA-f4m8-c8f7-hw6q/GHSA-f4m8-c8f7-hw6q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/07/GHSA-gwrc-vqcf-v9v4/GHSA-gwrc-vqcf-v9v4.json b/advisories/unreviewed/2023/07/GHSA-gwrc-vqcf-v9v4/GHSA-gwrc-vqcf-v9v4.json index 46f4d09d248..a045d551f84 100644 --- a/advisories/unreviewed/2023/07/GHSA-gwrc-vqcf-v9v4/GHSA-gwrc-vqcf-v9v4.json +++ b/advisories/unreviewed/2023/07/GHSA-gwrc-vqcf-v9v4/GHSA-gwrc-vqcf-v9v4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:H/PR:H/UI:R/S:U/C:N/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/07/GHSA-p72q-v88c-rprq/GHSA-p72q-v88c-rprq.json b/advisories/unreviewed/2023/07/GHSA-p72q-v88c-rprq/GHSA-p72q-v88c-rprq.json index 469c78bbb3f..11f75e6fa26 100644 --- a/advisories/unreviewed/2023/07/GHSA-p72q-v88c-rprq/GHSA-p72q-v88c-rprq.json +++ b/advisories/unreviewed/2023/07/GHSA-p72q-v88c-rprq/GHSA-p72q-v88c-rprq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/08/GHSA-33ff-v6qp-8qqf/GHSA-33ff-v6qp-8qqf.json b/advisories/unreviewed/2023/08/GHSA-33ff-v6qp-8qqf/GHSA-33ff-v6qp-8qqf.json index 9cd2053a8cb..fb01e6b3d0f 100644 --- a/advisories/unreviewed/2023/08/GHSA-33ff-v6qp-8qqf/GHSA-33ff-v6qp-8qqf.json +++ b/advisories/unreviewed/2023/08/GHSA-33ff-v6qp-8qqf/GHSA-33ff-v6qp-8qqf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/08/GHSA-7xhq-g53m-h2mx/GHSA-7xhq-g53m-h2mx.json b/advisories/unreviewed/2023/08/GHSA-7xhq-g53m-h2mx/GHSA-7xhq-g53m-h2mx.json index 907f508c53e..15d33efef56 100644 --- a/advisories/unreviewed/2023/08/GHSA-7xhq-g53m-h2mx/GHSA-7xhq-g53m-h2mx.json +++ b/advisories/unreviewed/2023/08/GHSA-7xhq-g53m-h2mx/GHSA-7xhq-g53m-h2mx.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/2023/08/GHSA-83r5-vgrv-g724/GHSA-83r5-vgrv-g724.json b/advisories/unreviewed/2023/08/GHSA-83r5-vgrv-g724/GHSA-83r5-vgrv-g724.json index 1797b3f73b4..803082b4960 100644 --- a/advisories/unreviewed/2023/08/GHSA-83r5-vgrv-g724/GHSA-83r5-vgrv-g724.json +++ b/advisories/unreviewed/2023/08/GHSA-83r5-vgrv-g724/GHSA-83r5-vgrv-g724.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/08/GHSA-85ww-7mwg-v7f6/GHSA-85ww-7mwg-v7f6.json b/advisories/unreviewed/2023/08/GHSA-85ww-7mwg-v7f6/GHSA-85ww-7mwg-v7f6.json index 83d3261f31a..1dbfbd24b4e 100644 --- a/advisories/unreviewed/2023/08/GHSA-85ww-7mwg-v7f6/GHSA-85ww-7mwg-v7f6.json +++ b/advisories/unreviewed/2023/08/GHSA-85ww-7mwg-v7f6/GHSA-85ww-7mwg-v7f6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/08/GHSA-c38p-r7xc-grgp/GHSA-c38p-r7xc-grgp.json b/advisories/unreviewed/2023/08/GHSA-c38p-r7xc-grgp/GHSA-c38p-r7xc-grgp.json index e9ee34dd9a0..15e265115c7 100644 --- a/advisories/unreviewed/2023/08/GHSA-c38p-r7xc-grgp/GHSA-c38p-r7xc-grgp.json +++ b/advisories/unreviewed/2023/08/GHSA-c38p-r7xc-grgp/GHSA-c38p-r7xc-grgp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/08/GHSA-m4qj-9cr4-hrw4/GHSA-m4qj-9cr4-hrw4.json b/advisories/unreviewed/2023/08/GHSA-m4qj-9cr4-hrw4/GHSA-m4qj-9cr4-hrw4.json index 39b74b1195e..b11f94e4cd5 100644 --- a/advisories/unreviewed/2023/08/GHSA-m4qj-9cr4-hrw4/GHSA-m4qj-9cr4-hrw4.json +++ b/advisories/unreviewed/2023/08/GHSA-m4qj-9cr4-hrw4/GHSA-m4qj-9cr4-hrw4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/08/GHSA-xv9r-2ff8-gxxc/GHSA-xv9r-2ff8-gxxc.json b/advisories/unreviewed/2023/08/GHSA-xv9r-2ff8-gxxc/GHSA-xv9r-2ff8-gxxc.json index ce6cb6bb6eb..317ac418e98 100644 --- a/advisories/unreviewed/2023/08/GHSA-xv9r-2ff8-gxxc/GHSA-xv9r-2ff8-gxxc.json +++ b/advisories/unreviewed/2023/08/GHSA-xv9r-2ff8-gxxc/GHSA-xv9r-2ff8-gxxc.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/2023/09/GHSA-3ghq-g9vp-wwq2/GHSA-3ghq-g9vp-wwq2.json b/advisories/unreviewed/2023/09/GHSA-3ghq-g9vp-wwq2/GHSA-3ghq-g9vp-wwq2.json index 831a95341fa..0574fdfcee7 100644 --- a/advisories/unreviewed/2023/09/GHSA-3ghq-g9vp-wwq2/GHSA-3ghq-g9vp-wwq2.json +++ b/advisories/unreviewed/2023/09/GHSA-3ghq-g9vp-wwq2/GHSA-3ghq-g9vp-wwq2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/09/GHSA-f2mp-x3rj-623w/GHSA-f2mp-x3rj-623w.json b/advisories/unreviewed/2023/09/GHSA-f2mp-x3rj-623w/GHSA-f2mp-x3rj-623w.json index edc18216a5f..000d5f51984 100644 --- a/advisories/unreviewed/2023/09/GHSA-f2mp-x3rj-623w/GHSA-f2mp-x3rj-623w.json +++ b/advisories/unreviewed/2023/09/GHSA-f2mp-x3rj-623w/GHSA-f2mp-x3rj-623w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2023/09/GHSA-gfjc-h3w7-h2j9/GHSA-gfjc-h3w7-h2j9.json b/advisories/unreviewed/2023/09/GHSA-gfjc-h3w7-h2j9/GHSA-gfjc-h3w7-h2j9.json index d3d2c4d0469..0f99b11baaf 100644 --- a/advisories/unreviewed/2023/09/GHSA-gfjc-h3w7-h2j9/GHSA-gfjc-h3w7-h2j9.json +++ b/advisories/unreviewed/2023/09/GHSA-gfjc-h3w7-h2j9/GHSA-gfjc-h3w7-h2j9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/09/GHSA-jpm5-xqcv-wcrj/GHSA-jpm5-xqcv-wcrj.json b/advisories/unreviewed/2023/09/GHSA-jpm5-xqcv-wcrj/GHSA-jpm5-xqcv-wcrj.json index 19c566ad24c..7a473b32d2a 100644 --- a/advisories/unreviewed/2023/09/GHSA-jpm5-xqcv-wcrj/GHSA-jpm5-xqcv-wcrj.json +++ b/advisories/unreviewed/2023/09/GHSA-jpm5-xqcv-wcrj/GHSA-jpm5-xqcv-wcrj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2023/09/GHSA-ppmf-rp3c-49x9/GHSA-ppmf-rp3c-49x9.json b/advisories/unreviewed/2023/09/GHSA-ppmf-rp3c-49x9/GHSA-ppmf-rp3c-49x9.json index 3fb9b046181..12b985971e7 100644 --- a/advisories/unreviewed/2023/09/GHSA-ppmf-rp3c-49x9/GHSA-ppmf-rp3c-49x9.json +++ b/advisories/unreviewed/2023/09/GHSA-ppmf-rp3c-49x9/GHSA-ppmf-rp3c-49x9.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/2023/09/GHSA-q6rg-p2v8-vmp5/GHSA-q6rg-p2v8-vmp5.json b/advisories/unreviewed/2023/09/GHSA-q6rg-p2v8-vmp5/GHSA-q6rg-p2v8-vmp5.json index 98aeceaadee..21ac3740ccd 100644 --- a/advisories/unreviewed/2023/09/GHSA-q6rg-p2v8-vmp5/GHSA-q6rg-p2v8-vmp5.json +++ b/advisories/unreviewed/2023/09/GHSA-q6rg-p2v8-vmp5/GHSA-q6rg-p2v8-vmp5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/09/GHSA-r94h-fmv5-7p5f/GHSA-r94h-fmv5-7p5f.json b/advisories/unreviewed/2023/09/GHSA-r94h-fmv5-7p5f/GHSA-r94h-fmv5-7p5f.json index 7d0dcfd787c..a95e7cab590 100644 --- a/advisories/unreviewed/2023/09/GHSA-r94h-fmv5-7p5f/GHSA-r94h-fmv5-7p5f.json +++ b/advisories/unreviewed/2023/09/GHSA-r94h-fmv5-7p5f/GHSA-r94h-fmv5-7p5f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/09/GHSA-rv9g-j3r6-3pp9/GHSA-rv9g-j3r6-3pp9.json b/advisories/unreviewed/2023/09/GHSA-rv9g-j3r6-3pp9/GHSA-rv9g-j3r6-3pp9.json index 6b0ac1dfa0d..416aade1e5f 100644 --- a/advisories/unreviewed/2023/09/GHSA-rv9g-j3r6-3pp9/GHSA-rv9g-j3r6-3pp9.json +++ b/advisories/unreviewed/2023/09/GHSA-rv9g-j3r6-3pp9/GHSA-rv9g-j3r6-3pp9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-2fpj-cv6p-p352/GHSA-2fpj-cv6p-p352.json b/advisories/unreviewed/2023/11/GHSA-2fpj-cv6p-p352/GHSA-2fpj-cv6p-p352.json index 1e102b7e014..39fe697e514 100644 --- a/advisories/unreviewed/2023/11/GHSA-2fpj-cv6p-p352/GHSA-2fpj-cv6p-p352.json +++ b/advisories/unreviewed/2023/11/GHSA-2fpj-cv6p-p352/GHSA-2fpj-cv6p-p352.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-3w6v-5j67-jj7h/GHSA-3w6v-5j67-jj7h.json b/advisories/unreviewed/2023/11/GHSA-3w6v-5j67-jj7h/GHSA-3w6v-5j67-jj7h.json index c11f1e195a4..22d64e5a980 100644 --- a/advisories/unreviewed/2023/11/GHSA-3w6v-5j67-jj7h/GHSA-3w6v-5j67-jj7h.json +++ b/advisories/unreviewed/2023/11/GHSA-3w6v-5j67-jj7h/GHSA-3w6v-5j67-jj7h.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/11/GHSA-75f9-xr67-g7hj/GHSA-75f9-xr67-g7hj.json b/advisories/unreviewed/2023/11/GHSA-75f9-xr67-g7hj/GHSA-75f9-xr67-g7hj.json index e5c9089df35..f4070717b80 100644 --- a/advisories/unreviewed/2023/11/GHSA-75f9-xr67-g7hj/GHSA-75f9-xr67-g7hj.json +++ b/advisories/unreviewed/2023/11/GHSA-75f9-xr67-g7hj/GHSA-75f9-xr67-g7hj.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/2023/11/GHSA-7mw5-v379-5f57/GHSA-7mw5-v379-5f57.json b/advisories/unreviewed/2023/11/GHSA-7mw5-v379-5f57/GHSA-7mw5-v379-5f57.json index 78f908dbb22..73970b9f447 100644 --- a/advisories/unreviewed/2023/11/GHSA-7mw5-v379-5f57/GHSA-7mw5-v379-5f57.json +++ b/advisories/unreviewed/2023/11/GHSA-7mw5-v379-5f57/GHSA-7mw5-v379-5f57.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/2023/11/GHSA-cxrw-jr5w-6fgv/GHSA-cxrw-jr5w-6fgv.json b/advisories/unreviewed/2023/11/GHSA-cxrw-jr5w-6fgv/GHSA-cxrw-jr5w-6fgv.json index fbc62e17cfc..ed3200c1c31 100644 --- a/advisories/unreviewed/2023/11/GHSA-cxrw-jr5w-6fgv/GHSA-cxrw-jr5w-6fgv.json +++ b/advisories/unreviewed/2023/11/GHSA-cxrw-jr5w-6fgv/GHSA-cxrw-jr5w-6fgv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-f2gq-74f6-v2f7/GHSA-f2gq-74f6-v2f7.json b/advisories/unreviewed/2023/11/GHSA-f2gq-74f6-v2f7/GHSA-f2gq-74f6-v2f7.json index 19c6562cefe..080d66b028f 100644 --- a/advisories/unreviewed/2023/11/GHSA-f2gq-74f6-v2f7/GHSA-f2gq-74f6-v2f7.json +++ b/advisories/unreviewed/2023/11/GHSA-f2gq-74f6-v2f7/GHSA-f2gq-74f6-v2f7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-fq88-7wmr-qmrc/GHSA-fq88-7wmr-qmrc.json b/advisories/unreviewed/2023/11/GHSA-fq88-7wmr-qmrc/GHSA-fq88-7wmr-qmrc.json index 44633917871..badb9ba955f 100644 --- a/advisories/unreviewed/2023/11/GHSA-fq88-7wmr-qmrc/GHSA-fq88-7wmr-qmrc.json +++ b/advisories/unreviewed/2023/11/GHSA-fq88-7wmr-qmrc/GHSA-fq88-7wmr-qmrc.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/12/GHSA-8p5h-3mcg-frjf/GHSA-8p5h-3mcg-frjf.json b/advisories/unreviewed/2023/12/GHSA-8p5h-3mcg-frjf/GHSA-8p5h-3mcg-frjf.json index 52b3231c9b9..f7af911a94a 100644 --- a/advisories/unreviewed/2023/12/GHSA-8p5h-3mcg-frjf/GHSA-8p5h-3mcg-frjf.json +++ b/advisories/unreviewed/2023/12/GHSA-8p5h-3mcg-frjf/GHSA-8p5h-3mcg-frjf.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", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/01/GHSA-2vwx-chw3-xxm7/GHSA-2vwx-chw3-xxm7.json b/advisories/unreviewed/2024/01/GHSA-2vwx-chw3-xxm7/GHSA-2vwx-chw3-xxm7.json index fa1d70f2b7b..e02841f4ddd 100644 --- a/advisories/unreviewed/2024/01/GHSA-2vwx-chw3-xxm7/GHSA-2vwx-chw3-xxm7.json +++ b/advisories/unreviewed/2024/01/GHSA-2vwx-chw3-xxm7/GHSA-2vwx-chw3-xxm7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-33p8-v8q2-mx53/GHSA-33p8-v8q2-mx53.json b/advisories/unreviewed/2024/01/GHSA-33p8-v8q2-mx53/GHSA-33p8-v8q2-mx53.json index 87fb6190ec5..b6665657e89 100644 --- a/advisories/unreviewed/2024/01/GHSA-33p8-v8q2-mx53/GHSA-33p8-v8q2-mx53.json +++ b/advisories/unreviewed/2024/01/GHSA-33p8-v8q2-mx53/GHSA-33p8-v8q2-mx53.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-3gqv-8h4q-fff4/GHSA-3gqv-8h4q-fff4.json b/advisories/unreviewed/2024/01/GHSA-3gqv-8h4q-fff4/GHSA-3gqv-8h4q-fff4.json index be2bdd2e7c1..24ed93593d8 100644 --- a/advisories/unreviewed/2024/01/GHSA-3gqv-8h4q-fff4/GHSA-3gqv-8h4q-fff4.json +++ b/advisories/unreviewed/2024/01/GHSA-3gqv-8h4q-fff4/GHSA-3gqv-8h4q-fff4.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/01/GHSA-3mv9-fmvf-xvmx/GHSA-3mv9-fmvf-xvmx.json b/advisories/unreviewed/2024/01/GHSA-3mv9-fmvf-xvmx/GHSA-3mv9-fmvf-xvmx.json index ca4e53f89eb..6c4c86d1b7a 100644 --- a/advisories/unreviewed/2024/01/GHSA-3mv9-fmvf-xvmx/GHSA-3mv9-fmvf-xvmx.json +++ b/advisories/unreviewed/2024/01/GHSA-3mv9-fmvf-xvmx/GHSA-3mv9-fmvf-xvmx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-3r4r-ffrp-777w/GHSA-3r4r-ffrp-777w.json b/advisories/unreviewed/2024/01/GHSA-3r4r-ffrp-777w/GHSA-3r4r-ffrp-777w.json index 055a062f044..e2818000874 100644 --- a/advisories/unreviewed/2024/01/GHSA-3r4r-ffrp-777w/GHSA-3r4r-ffrp-777w.json +++ b/advisories/unreviewed/2024/01/GHSA-3r4r-ffrp-777w/GHSA-3r4r-ffrp-777w.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/01/GHSA-3rwp-9p3r-82c4/GHSA-3rwp-9p3r-82c4.json b/advisories/unreviewed/2024/01/GHSA-3rwp-9p3r-82c4/GHSA-3rwp-9p3r-82c4.json index ceef3e6d29d..d9b0fa2e6eb 100644 --- a/advisories/unreviewed/2024/01/GHSA-3rwp-9p3r-82c4/GHSA-3rwp-9p3r-82c4.json +++ b/advisories/unreviewed/2024/01/GHSA-3rwp-9p3r-82c4/GHSA-3rwp-9p3r-82c4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-43j3-m25r-2r6h/GHSA-43j3-m25r-2r6h.json b/advisories/unreviewed/2024/01/GHSA-43j3-m25r-2r6h/GHSA-43j3-m25r-2r6h.json index 5da38538bc7..fba8d95f1c6 100644 --- a/advisories/unreviewed/2024/01/GHSA-43j3-m25r-2r6h/GHSA-43j3-m25r-2r6h.json +++ b/advisories/unreviewed/2024/01/GHSA-43j3-m25r-2r6h/GHSA-43j3-m25r-2r6h.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-46g9-6366-qgqc/GHSA-46g9-6366-qgqc.json b/advisories/unreviewed/2024/01/GHSA-46g9-6366-qgqc/GHSA-46g9-6366-qgqc.json index 55396aaef9f..17a30ef634a 100644 --- a/advisories/unreviewed/2024/01/GHSA-46g9-6366-qgqc/GHSA-46g9-6366-qgqc.json +++ b/advisories/unreviewed/2024/01/GHSA-46g9-6366-qgqc/GHSA-46g9-6366-qgqc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -63,9 +61,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/01/GHSA-473g-mg7p-x4q7/GHSA-473g-mg7p-x4q7.json b/advisories/unreviewed/2024/01/GHSA-473g-mg7p-x4q7/GHSA-473g-mg7p-x4q7.json index aa1ec6e34a9..3c8cf73e06b 100644 --- a/advisories/unreviewed/2024/01/GHSA-473g-mg7p-x4q7/GHSA-473g-mg7p-x4q7.json +++ b/advisories/unreviewed/2024/01/GHSA-473g-mg7p-x4q7/GHSA-473g-mg7p-x4q7.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/01/GHSA-665g-f6h6-83g8/GHSA-665g-f6h6-83g8.json b/advisories/unreviewed/2024/01/GHSA-665g-f6h6-83g8/GHSA-665g-f6h6-83g8.json index 4b385b40984..cb652d0a7c8 100644 --- a/advisories/unreviewed/2024/01/GHSA-665g-f6h6-83g8/GHSA-665g-f6h6-83g8.json +++ b/advisories/unreviewed/2024/01/GHSA-665g-f6h6-83g8/GHSA-665g-f6h6-83g8.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/01/GHSA-6grj-h983-99rg/GHSA-6grj-h983-99rg.json b/advisories/unreviewed/2024/01/GHSA-6grj-h983-99rg/GHSA-6grj-h983-99rg.json index 18ddce4aaa0..7c573fac994 100644 --- a/advisories/unreviewed/2024/01/GHSA-6grj-h983-99rg/GHSA-6grj-h983-99rg.json +++ b/advisories/unreviewed/2024/01/GHSA-6grj-h983-99rg/GHSA-6grj-h983-99rg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-6jhr-xfqr-826m/GHSA-6jhr-xfqr-826m.json b/advisories/unreviewed/2024/01/GHSA-6jhr-xfqr-826m/GHSA-6jhr-xfqr-826m.json index 30c148c11aa..c8cfb70a01a 100644 --- a/advisories/unreviewed/2024/01/GHSA-6jhr-xfqr-826m/GHSA-6jhr-xfqr-826m.json +++ b/advisories/unreviewed/2024/01/GHSA-6jhr-xfqr-826m/GHSA-6jhr-xfqr-826m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-7qfc-6cw5-2ppm/GHSA-7qfc-6cw5-2ppm.json b/advisories/unreviewed/2024/01/GHSA-7qfc-6cw5-2ppm/GHSA-7qfc-6cw5-2ppm.json index 6551334e86a..5d5d7313d42 100644 --- a/advisories/unreviewed/2024/01/GHSA-7qfc-6cw5-2ppm/GHSA-7qfc-6cw5-2ppm.json +++ b/advisories/unreviewed/2024/01/GHSA-7qfc-6cw5-2ppm/GHSA-7qfc-6cw5-2ppm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/01/GHSA-7v3h-fr8r-9pvm/GHSA-7v3h-fr8r-9pvm.json b/advisories/unreviewed/2024/01/GHSA-7v3h-fr8r-9pvm/GHSA-7v3h-fr8r-9pvm.json index 9e037cb4785..8ab111e6269 100644 --- a/advisories/unreviewed/2024/01/GHSA-7v3h-fr8r-9pvm/GHSA-7v3h-fr8r-9pvm.json +++ b/advisories/unreviewed/2024/01/GHSA-7v3h-fr8r-9pvm/GHSA-7v3h-fr8r-9pvm.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", diff --git a/advisories/unreviewed/2024/01/GHSA-82vc-jg89-jq37/GHSA-82vc-jg89-jq37.json b/advisories/unreviewed/2024/01/GHSA-82vc-jg89-jq37/GHSA-82vc-jg89-jq37.json index 456a8792773..09326b4da95 100644 --- a/advisories/unreviewed/2024/01/GHSA-82vc-jg89-jq37/GHSA-82vc-jg89-jq37.json +++ b/advisories/unreviewed/2024/01/GHSA-82vc-jg89-jq37/GHSA-82vc-jg89-jq37.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-8j8p-j2w4-2qvh/GHSA-8j8p-j2w4-2qvh.json b/advisories/unreviewed/2024/01/GHSA-8j8p-j2w4-2qvh/GHSA-8j8p-j2w4-2qvh.json index 93b19765188..ba1bf8bddcb 100644 --- a/advisories/unreviewed/2024/01/GHSA-8j8p-j2w4-2qvh/GHSA-8j8p-j2w4-2qvh.json +++ b/advisories/unreviewed/2024/01/GHSA-8j8p-j2w4-2qvh/GHSA-8j8p-j2w4-2qvh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-8jhr-fg59-5f7w/GHSA-8jhr-fg59-5f7w.json b/advisories/unreviewed/2024/01/GHSA-8jhr-fg59-5f7w/GHSA-8jhr-fg59-5f7w.json index 0f80117ef05..fee990d746c 100644 --- a/advisories/unreviewed/2024/01/GHSA-8jhr-fg59-5f7w/GHSA-8jhr-fg59-5f7w.json +++ b/advisories/unreviewed/2024/01/GHSA-8jhr-fg59-5f7w/GHSA-8jhr-fg59-5f7w.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", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/01/GHSA-8m3j-w2qr-v6w7/GHSA-8m3j-w2qr-v6w7.json b/advisories/unreviewed/2024/01/GHSA-8m3j-w2qr-v6w7/GHSA-8m3j-w2qr-v6w7.json index b62078862a7..fb27411e1e8 100644 --- a/advisories/unreviewed/2024/01/GHSA-8m3j-w2qr-v6w7/GHSA-8m3j-w2qr-v6w7.json +++ b/advisories/unreviewed/2024/01/GHSA-8m3j-w2qr-v6w7/GHSA-8m3j-w2qr-v6w7.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-8r5c-mgwc-qg49/GHSA-8r5c-mgwc-qg49.json b/advisories/unreviewed/2024/01/GHSA-8r5c-mgwc-qg49/GHSA-8r5c-mgwc-qg49.json index 969eec6a66c..568730b97d6 100644 --- a/advisories/unreviewed/2024/01/GHSA-8r5c-mgwc-qg49/GHSA-8r5c-mgwc-qg49.json +++ b/advisories/unreviewed/2024/01/GHSA-8r5c-mgwc-qg49/GHSA-8r5c-mgwc-qg49.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/01/GHSA-9gjc-h498-ff34/GHSA-9gjc-h498-ff34.json b/advisories/unreviewed/2024/01/GHSA-9gjc-h498-ff34/GHSA-9gjc-h498-ff34.json index f24947eff3a..28707d91636 100644 --- a/advisories/unreviewed/2024/01/GHSA-9gjc-h498-ff34/GHSA-9gjc-h498-ff34.json +++ b/advisories/unreviewed/2024/01/GHSA-9gjc-h498-ff34/GHSA-9gjc-h498-ff34.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-9mw7-8x3h-gcqc/GHSA-9mw7-8x3h-gcqc.json b/advisories/unreviewed/2024/01/GHSA-9mw7-8x3h-gcqc/GHSA-9mw7-8x3h-gcqc.json index 3ed3f15e867..73a2beee6cb 100644 --- a/advisories/unreviewed/2024/01/GHSA-9mw7-8x3h-gcqc/GHSA-9mw7-8x3h-gcqc.json +++ b/advisories/unreviewed/2024/01/GHSA-9mw7-8x3h-gcqc/GHSA-9mw7-8x3h-gcqc.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-c6mw-5fmv-25qx/GHSA-c6mw-5fmv-25qx.json b/advisories/unreviewed/2024/01/GHSA-c6mw-5fmv-25qx/GHSA-c6mw-5fmv-25qx.json index 18a096f6a44..7ab2fca5abd 100644 --- a/advisories/unreviewed/2024/01/GHSA-c6mw-5fmv-25qx/GHSA-c6mw-5fmv-25qx.json +++ b/advisories/unreviewed/2024/01/GHSA-c6mw-5fmv-25qx/GHSA-c6mw-5fmv-25qx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-c978-j9mm-m34q/GHSA-c978-j9mm-m34q.json b/advisories/unreviewed/2024/01/GHSA-c978-j9mm-m34q/GHSA-c978-j9mm-m34q.json index ea7437bc85f..aae8a19a0b8 100644 --- a/advisories/unreviewed/2024/01/GHSA-c978-j9mm-m34q/GHSA-c978-j9mm-m34q.json +++ b/advisories/unreviewed/2024/01/GHSA-c978-j9mm-m34q/GHSA-c978-j9mm-m34q.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-f63q-6c68-mrcx/GHSA-f63q-6c68-mrcx.json b/advisories/unreviewed/2024/01/GHSA-f63q-6c68-mrcx/GHSA-f63q-6c68-mrcx.json index 30f34b83412..b2ce9bdcedb 100644 --- a/advisories/unreviewed/2024/01/GHSA-f63q-6c68-mrcx/GHSA-f63q-6c68-mrcx.json +++ b/advisories/unreviewed/2024/01/GHSA-f63q-6c68-mrcx/GHSA-f63q-6c68-mrcx.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/2024/01/GHSA-f96h-7c9x-735r/GHSA-f96h-7c9x-735r.json b/advisories/unreviewed/2024/01/GHSA-f96h-7c9x-735r/GHSA-f96h-7c9x-735r.json index 332e25edee7..566167d3f2e 100644 --- a/advisories/unreviewed/2024/01/GHSA-f96h-7c9x-735r/GHSA-f96h-7c9x-735r.json +++ b/advisories/unreviewed/2024/01/GHSA-f96h-7c9x-735r/GHSA-f96h-7c9x-735r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-frwh-x637-x626/GHSA-frwh-x637-x626.json b/advisories/unreviewed/2024/01/GHSA-frwh-x637-x626/GHSA-frwh-x637-x626.json index 110f57c69fa..d846a15153b 100644 --- a/advisories/unreviewed/2024/01/GHSA-frwh-x637-x626/GHSA-frwh-x637-x626.json +++ b/advisories/unreviewed/2024/01/GHSA-frwh-x637-x626/GHSA-frwh-x637-x626.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-g566-qqx6-fg4r/GHSA-g566-qqx6-fg4r.json b/advisories/unreviewed/2024/01/GHSA-g566-qqx6-fg4r/GHSA-g566-qqx6-fg4r.json index a1c46a19f87..90fcc127b8d 100644 --- a/advisories/unreviewed/2024/01/GHSA-g566-qqx6-fg4r/GHSA-g566-qqx6-fg4r.json +++ b/advisories/unreviewed/2024/01/GHSA-g566-qqx6-fg4r/GHSA-g566-qqx6-fg4r.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/01/GHSA-h3x8-jx27-7vw4/GHSA-h3x8-jx27-7vw4.json b/advisories/unreviewed/2024/01/GHSA-h3x8-jx27-7vw4/GHSA-h3x8-jx27-7vw4.json index c92daa69b4d..5ccc32b6078 100644 --- a/advisories/unreviewed/2024/01/GHSA-h3x8-jx27-7vw4/GHSA-h3x8-jx27-7vw4.json +++ b/advisories/unreviewed/2024/01/GHSA-h3x8-jx27-7vw4/GHSA-h3x8-jx27-7vw4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -55,9 +53,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/01/GHSA-h6xq-j8xx-3fv4/GHSA-h6xq-j8xx-3fv4.json b/advisories/unreviewed/2024/01/GHSA-h6xq-j8xx-3fv4/GHSA-h6xq-j8xx-3fv4.json index 1278cedb071..9b67ffbec03 100644 --- a/advisories/unreviewed/2024/01/GHSA-h6xq-j8xx-3fv4/GHSA-h6xq-j8xx-3fv4.json +++ b/advisories/unreviewed/2024/01/GHSA-h6xq-j8xx-3fv4/GHSA-h6xq-j8xx-3fv4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/01/GHSA-hjc5-g972-rc2j/GHSA-hjc5-g972-rc2j.json b/advisories/unreviewed/2024/01/GHSA-hjc5-g972-rc2j/GHSA-hjc5-g972-rc2j.json index 68f91747a11..00ffbf50a13 100644 --- a/advisories/unreviewed/2024/01/GHSA-hjc5-g972-rc2j/GHSA-hjc5-g972-rc2j.json +++ b/advisories/unreviewed/2024/01/GHSA-hjc5-g972-rc2j/GHSA-hjc5-g972-rc2j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-hwv9-7vf2-6394/GHSA-hwv9-7vf2-6394.json b/advisories/unreviewed/2024/01/GHSA-hwv9-7vf2-6394/GHSA-hwv9-7vf2-6394.json index 0a0483fe0ac..c91b72e1479 100644 --- a/advisories/unreviewed/2024/01/GHSA-hwv9-7vf2-6394/GHSA-hwv9-7vf2-6394.json +++ b/advisories/unreviewed/2024/01/GHSA-hwv9-7vf2-6394/GHSA-hwv9-7vf2-6394.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-j2wh-3mg8-x62m/GHSA-j2wh-3mg8-x62m.json b/advisories/unreviewed/2024/01/GHSA-j2wh-3mg8-x62m/GHSA-j2wh-3mg8-x62m.json index 042c9a8d919..a9dcf98ce5f 100644 --- a/advisories/unreviewed/2024/01/GHSA-j2wh-3mg8-x62m/GHSA-j2wh-3mg8-x62m.json +++ b/advisories/unreviewed/2024/01/GHSA-j2wh-3mg8-x62m/GHSA-j2wh-3mg8-x62m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-j47j-pv8m-wm25/GHSA-j47j-pv8m-wm25.json b/advisories/unreviewed/2024/01/GHSA-j47j-pv8m-wm25/GHSA-j47j-pv8m-wm25.json index d0135d4603e..23193e558f0 100644 --- a/advisories/unreviewed/2024/01/GHSA-j47j-pv8m-wm25/GHSA-j47j-pv8m-wm25.json +++ b/advisories/unreviewed/2024/01/GHSA-j47j-pv8m-wm25/GHSA-j47j-pv8m-wm25.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/01/GHSA-jhrj-gw3m-wqx7/GHSA-jhrj-gw3m-wqx7.json b/advisories/unreviewed/2024/01/GHSA-jhrj-gw3m-wqx7/GHSA-jhrj-gw3m-wqx7.json index 410715d4823..b865b6d6321 100644 --- a/advisories/unreviewed/2024/01/GHSA-jhrj-gw3m-wqx7/GHSA-jhrj-gw3m-wqx7.json +++ b/advisories/unreviewed/2024/01/GHSA-jhrj-gw3m-wqx7/GHSA-jhrj-gw3m-wqx7.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/01/GHSA-jjfr-pq2x-mf69/GHSA-jjfr-pq2x-mf69.json b/advisories/unreviewed/2024/01/GHSA-jjfr-pq2x-mf69/GHSA-jjfr-pq2x-mf69.json index 126d2789af5..3f139a0eed4 100644 --- a/advisories/unreviewed/2024/01/GHSA-jjfr-pq2x-mf69/GHSA-jjfr-pq2x-mf69.json +++ b/advisories/unreviewed/2024/01/GHSA-jjfr-pq2x-mf69/GHSA-jjfr-pq2x-mf69.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/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/2024/01/GHSA-jjrm-h8pr-rf2f/GHSA-jjrm-h8pr-rf2f.json b/advisories/unreviewed/2024/01/GHSA-jjrm-h8pr-rf2f/GHSA-jjrm-h8pr-rf2f.json index e8ca648d020..eaa9f28130a 100644 --- a/advisories/unreviewed/2024/01/GHSA-jjrm-h8pr-rf2f/GHSA-jjrm-h8pr-rf2f.json +++ b/advisories/unreviewed/2024/01/GHSA-jjrm-h8pr-rf2f/GHSA-jjrm-h8pr-rf2f.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-jm27-8g8p-3jmp/GHSA-jm27-8g8p-3jmp.json b/advisories/unreviewed/2024/01/GHSA-jm27-8g8p-3jmp/GHSA-jm27-8g8p-3jmp.json index a885e9d58de..31562bafc50 100644 --- a/advisories/unreviewed/2024/01/GHSA-jm27-8g8p-3jmp/GHSA-jm27-8g8p-3jmp.json +++ b/advisories/unreviewed/2024/01/GHSA-jm27-8g8p-3jmp/GHSA-jm27-8g8p-3jmp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-jx98-3pvf-2mfp/GHSA-jx98-3pvf-2mfp.json b/advisories/unreviewed/2024/01/GHSA-jx98-3pvf-2mfp/GHSA-jx98-3pvf-2mfp.json index a489997af80..000c815f6aa 100644 --- a/advisories/unreviewed/2024/01/GHSA-jx98-3pvf-2mfp/GHSA-jx98-3pvf-2mfp.json +++ b/advisories/unreviewed/2024/01/GHSA-jx98-3pvf-2mfp/GHSA-jx98-3pvf-2mfp.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-mff6-fp66-7vrp/GHSA-mff6-fp66-7vrp.json b/advisories/unreviewed/2024/01/GHSA-mff6-fp66-7vrp/GHSA-mff6-fp66-7vrp.json index 0da4fdcb48f..fe7caa3e757 100644 --- a/advisories/unreviewed/2024/01/GHSA-mff6-fp66-7vrp/GHSA-mff6-fp66-7vrp.json +++ b/advisories/unreviewed/2024/01/GHSA-mff6-fp66-7vrp/GHSA-mff6-fp66-7vrp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-mfm9-9c5w-7f5g/GHSA-mfm9-9c5w-7f5g.json b/advisories/unreviewed/2024/01/GHSA-mfm9-9c5w-7f5g/GHSA-mfm9-9c5w-7f5g.json index 76ab25491b6..d81abf962ab 100644 --- a/advisories/unreviewed/2024/01/GHSA-mfm9-9c5w-7f5g/GHSA-mfm9-9c5w-7f5g.json +++ b/advisories/unreviewed/2024/01/GHSA-mfm9-9c5w-7f5g/GHSA-mfm9-9c5w-7f5g.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-mgr5-ggf9-pgjr/GHSA-mgr5-ggf9-pgjr.json b/advisories/unreviewed/2024/01/GHSA-mgr5-ggf9-pgjr/GHSA-mgr5-ggf9-pgjr.json index ddacb80bc3b..a456c994607 100644 --- a/advisories/unreviewed/2024/01/GHSA-mgr5-ggf9-pgjr/GHSA-mgr5-ggf9-pgjr.json +++ b/advisories/unreviewed/2024/01/GHSA-mgr5-ggf9-pgjr/GHSA-mgr5-ggf9-pgjr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-p52c-9f7h-pxpj/GHSA-p52c-9f7h-pxpj.json b/advisories/unreviewed/2024/01/GHSA-p52c-9f7h-pxpj/GHSA-p52c-9f7h-pxpj.json index 3cc89acb15c..e6fd09d7846 100644 --- a/advisories/unreviewed/2024/01/GHSA-p52c-9f7h-pxpj/GHSA-p52c-9f7h-pxpj.json +++ b/advisories/unreviewed/2024/01/GHSA-p52c-9f7h-pxpj/GHSA-p52c-9f7h-pxpj.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-p626-3xpc-x4f6/GHSA-p626-3xpc-x4f6.json b/advisories/unreviewed/2024/01/GHSA-p626-3xpc-x4f6/GHSA-p626-3xpc-x4f6.json index a8efa3e439b..24704231137 100644 --- a/advisories/unreviewed/2024/01/GHSA-p626-3xpc-x4f6/GHSA-p626-3xpc-x4f6.json +++ b/advisories/unreviewed/2024/01/GHSA-p626-3xpc-x4f6/GHSA-p626-3xpc-x4f6.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/2024/01/GHSA-qcpg-pwrc-8xc5/GHSA-qcpg-pwrc-8xc5.json b/advisories/unreviewed/2024/01/GHSA-qcpg-pwrc-8xc5/GHSA-qcpg-pwrc-8xc5.json index 1d3e3eb4af3..540bdfe28c2 100644 --- a/advisories/unreviewed/2024/01/GHSA-qcpg-pwrc-8xc5/GHSA-qcpg-pwrc-8xc5.json +++ b/advisories/unreviewed/2024/01/GHSA-qcpg-pwrc-8xc5/GHSA-qcpg-pwrc-8xc5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:L/I:L/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/01/GHSA-qwm3-5pgj-28qh/GHSA-qwm3-5pgj-28qh.json b/advisories/unreviewed/2024/01/GHSA-qwm3-5pgj-28qh/GHSA-qwm3-5pgj-28qh.json index 86256dad1e8..6a72f93cbfe 100644 --- a/advisories/unreviewed/2024/01/GHSA-qwm3-5pgj-28qh/GHSA-qwm3-5pgj-28qh.json +++ b/advisories/unreviewed/2024/01/GHSA-qwm3-5pgj-28qh/GHSA-qwm3-5pgj-28qh.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", @@ -79,9 +77,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/01/GHSA-rf89-gmj8-r696/GHSA-rf89-gmj8-r696.json b/advisories/unreviewed/2024/01/GHSA-rf89-gmj8-r696/GHSA-rf89-gmj8-r696.json index 8ef5a93e1de..746bae0c455 100644 --- a/advisories/unreviewed/2024/01/GHSA-rf89-gmj8-r696/GHSA-rf89-gmj8-r696.json +++ b/advisories/unreviewed/2024/01/GHSA-rf89-gmj8-r696/GHSA-rf89-gmj8-r696.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-rv57-pvch-f98r/GHSA-rv57-pvch-f98r.json b/advisories/unreviewed/2024/01/GHSA-rv57-pvch-f98r/GHSA-rv57-pvch-f98r.json index 7e337da8fbd..93ecddded0a 100644 --- a/advisories/unreviewed/2024/01/GHSA-rv57-pvch-f98r/GHSA-rv57-pvch-f98r.json +++ b/advisories/unreviewed/2024/01/GHSA-rv57-pvch-f98r/GHSA-rv57-pvch-f98r.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/01/GHSA-v4r8-6m3f-gvv4/GHSA-v4r8-6m3f-gvv4.json b/advisories/unreviewed/2024/01/GHSA-v4r8-6m3f-gvv4/GHSA-v4r8-6m3f-gvv4.json index d67828ca60d..d0ffda6c9e4 100644 --- a/advisories/unreviewed/2024/01/GHSA-v4r8-6m3f-gvv4/GHSA-v4r8-6m3f-gvv4.json +++ b/advisories/unreviewed/2024/01/GHSA-v4r8-6m3f-gvv4/GHSA-v4r8-6m3f-gvv4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-v576-wfmr-x3x7/GHSA-v576-wfmr-x3x7.json b/advisories/unreviewed/2024/01/GHSA-v576-wfmr-x3x7/GHSA-v576-wfmr-x3x7.json index 27f358cfa1b..31d698fbd3d 100644 --- a/advisories/unreviewed/2024/01/GHSA-v576-wfmr-x3x7/GHSA-v576-wfmr-x3x7.json +++ b/advisories/unreviewed/2024/01/GHSA-v576-wfmr-x3x7/GHSA-v576-wfmr-x3x7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-vggm-vvxj-ggq4/GHSA-vggm-vvxj-ggq4.json b/advisories/unreviewed/2024/01/GHSA-vggm-vvxj-ggq4/GHSA-vggm-vvxj-ggq4.json index 60f033f03be..25b8a0926ef 100644 --- a/advisories/unreviewed/2024/01/GHSA-vggm-vvxj-ggq4/GHSA-vggm-vvxj-ggq4.json +++ b/advisories/unreviewed/2024/01/GHSA-vggm-vvxj-ggq4/GHSA-vggm-vvxj-ggq4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-w85m-xv37-g9v4/GHSA-w85m-xv37-g9v4.json b/advisories/unreviewed/2024/01/GHSA-w85m-xv37-g9v4/GHSA-w85m-xv37-g9v4.json index ce87a07cc43..92598380f84 100644 --- a/advisories/unreviewed/2024/01/GHSA-w85m-xv37-g9v4/GHSA-w85m-xv37-g9v4.json +++ b/advisories/unreviewed/2024/01/GHSA-w85m-xv37-g9v4/GHSA-w85m-xv37-g9v4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/01/GHSA-wj2p-g4wr-m64x/GHSA-wj2p-g4wr-m64x.json b/advisories/unreviewed/2024/01/GHSA-wj2p-g4wr-m64x/GHSA-wj2p-g4wr-m64x.json index 08b0e972c43..1eda3d0a702 100644 --- a/advisories/unreviewed/2024/01/GHSA-wj2p-g4wr-m64x/GHSA-wj2p-g4wr-m64x.json +++ b/advisories/unreviewed/2024/01/GHSA-wj2p-g4wr-m64x/GHSA-wj2p-g4wr-m64x.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/01/GHSA-wp5q-c3xq-gh4v/GHSA-wp5q-c3xq-gh4v.json b/advisories/unreviewed/2024/01/GHSA-wp5q-c3xq-gh4v/GHSA-wp5q-c3xq-gh4v.json index 54790770ef7..69e2c1bf16a 100644 --- a/advisories/unreviewed/2024/01/GHSA-wp5q-c3xq-gh4v/GHSA-wp5q-c3xq-gh4v.json +++ b/advisories/unreviewed/2024/01/GHSA-wp5q-c3xq-gh4v/GHSA-wp5q-c3xq-gh4v.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/01/GHSA-wph3-4v72-8x34/GHSA-wph3-4v72-8x34.json b/advisories/unreviewed/2024/01/GHSA-wph3-4v72-8x34/GHSA-wph3-4v72-8x34.json index af976803e7a..36789d71f42 100644 --- a/advisories/unreviewed/2024/01/GHSA-wph3-4v72-8x34/GHSA-wph3-4v72-8x34.json +++ b/advisories/unreviewed/2024/01/GHSA-wph3-4v72-8x34/GHSA-wph3-4v72-8x34.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-x73f-6qwm-hh3x/GHSA-x73f-6qwm-hh3x.json b/advisories/unreviewed/2024/01/GHSA-x73f-6qwm-hh3x/GHSA-x73f-6qwm-hh3x.json index aefd9cb5a78..21d408009d2 100644 --- a/advisories/unreviewed/2024/01/GHSA-x73f-6qwm-hh3x/GHSA-x73f-6qwm-hh3x.json +++ b/advisories/unreviewed/2024/01/GHSA-x73f-6qwm-hh3x/GHSA-x73f-6qwm-hh3x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/01/GHSA-x77j-46hj-595v/GHSA-x77j-46hj-595v.json b/advisories/unreviewed/2024/01/GHSA-x77j-46hj-595v/GHSA-x77j-46hj-595v.json index ddc7e04ae93..1507288ae92 100644 --- a/advisories/unreviewed/2024/01/GHSA-x77j-46hj-595v/GHSA-x77j-46hj-595v.json +++ b/advisories/unreviewed/2024/01/GHSA-x77j-46hj-595v/GHSA-x77j-46hj-595v.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", @@ -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/03/GHSA-3qpw-mwvv-hvxg/GHSA-3qpw-mwvv-hvxg.json b/advisories/unreviewed/2024/03/GHSA-3qpw-mwvv-hvxg/GHSA-3qpw-mwvv-hvxg.json index adbb2c4c29c..d39528d6cbd 100644 --- a/advisories/unreviewed/2024/03/GHSA-3qpw-mwvv-hvxg/GHSA-3qpw-mwvv-hvxg.json +++ b/advisories/unreviewed/2024/03/GHSA-3qpw-mwvv-hvxg/GHSA-3qpw-mwvv-hvxg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-5wpm-59m4-cxh5/GHSA-5wpm-59m4-cxh5.json b/advisories/unreviewed/2024/03/GHSA-5wpm-59m4-cxh5/GHSA-5wpm-59m4-cxh5.json index 100791ec2a0..8302d0fa43d 100644 --- a/advisories/unreviewed/2024/03/GHSA-5wpm-59m4-cxh5/GHSA-5wpm-59m4-cxh5.json +++ b/advisories/unreviewed/2024/03/GHSA-5wpm-59m4-cxh5/GHSA-5wpm-59m4-cxh5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-6x5m-7q5p-875p/GHSA-6x5m-7q5p-875p.json b/advisories/unreviewed/2024/03/GHSA-6x5m-7q5p-875p/GHSA-6x5m-7q5p-875p.json index 08c206f0f8e..6bfc228c9b7 100644 --- a/advisories/unreviewed/2024/03/GHSA-6x5m-7q5p-875p/GHSA-6x5m-7q5p-875p.json +++ b/advisories/unreviewed/2024/03/GHSA-6x5m-7q5p-875p/GHSA-6x5m-7q5p-875p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-7qj4-xv62-vj42/GHSA-7qj4-xv62-vj42.json b/advisories/unreviewed/2024/03/GHSA-7qj4-xv62-vj42/GHSA-7qj4-xv62-vj42.json index 138131c2ffc..c3d40fd2a87 100644 --- a/advisories/unreviewed/2024/03/GHSA-7qj4-xv62-vj42/GHSA-7qj4-xv62-vj42.json +++ b/advisories/unreviewed/2024/03/GHSA-7qj4-xv62-vj42/GHSA-7qj4-xv62-vj42.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-cm7x-f2pr-p24p/GHSA-cm7x-f2pr-p24p.json b/advisories/unreviewed/2024/03/GHSA-cm7x-f2pr-p24p/GHSA-cm7x-f2pr-p24p.json index cf4c12d502b..4253a9dc5c9 100644 --- a/advisories/unreviewed/2024/03/GHSA-cm7x-f2pr-p24p/GHSA-cm7x-f2pr-p24p.json +++ b/advisories/unreviewed/2024/03/GHSA-cm7x-f2pr-p24p/GHSA-cm7x-f2pr-p24p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-p66f-379f-mm3c/GHSA-p66f-379f-mm3c.json b/advisories/unreviewed/2024/03/GHSA-p66f-379f-mm3c/GHSA-p66f-379f-mm3c.json index 4199e36afdd..3006fc138d4 100644 --- a/advisories/unreviewed/2024/03/GHSA-p66f-379f-mm3c/GHSA-p66f-379f-mm3c.json +++ b/advisories/unreviewed/2024/03/GHSA-p66f-379f-mm3c/GHSA-p66f-379f-mm3c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-qm77-8xm2-w572/GHSA-qm77-8xm2-w572.json b/advisories/unreviewed/2024/03/GHSA-qm77-8xm2-w572/GHSA-qm77-8xm2-w572.json index 3dd041199d4..f5907fd9495 100644 --- a/advisories/unreviewed/2024/03/GHSA-qm77-8xm2-w572/GHSA-qm77-8xm2-w572.json +++ b/advisories/unreviewed/2024/03/GHSA-qm77-8xm2-w572/GHSA-qm77-8xm2-w572.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-2595-73wg-wgrp/GHSA-2595-73wg-wgrp.json b/advisories/unreviewed/2024/04/GHSA-2595-73wg-wgrp/GHSA-2595-73wg-wgrp.json index f74d77cdf53..b4d49376bd9 100644 --- a/advisories/unreviewed/2024/04/GHSA-2595-73wg-wgrp/GHSA-2595-73wg-wgrp.json +++ b/advisories/unreviewed/2024/04/GHSA-2595-73wg-wgrp/GHSA-2595-73wg-wgrp.json @@ -7,12 +7,8 @@ "CVE-2023-52638" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ncan: j1939: prevent deadlock by changing j1939_socks_lock to rwlock\n\nThe following 3 locks would race against each other, causing the\ndeadlock situation in the Syzbot bug report:\n\n- j1939_socks_lock\n- active_session_list_lock\n- sk_session_queue_lock\n\nA reasonable fix is to change j1939_socks_lock to an rwlock, since in\nthe rare situations where a write lock is required for the linked list\nthat j1939_socks_lock is protecting, the code does not attempt to\nacquire any more locks. This would break the circular lock dependency,\nwhere, for example, the current thread already locks j1939_socks_lock\nand attempts to acquire sk_session_queue_lock, and at the same time,\nanother thread attempts to acquire j1939_socks_lock while holding\nsk_session_queue_lock.\n\nNOTE: This patch along does not fix the unregister_netdevice bug\nreported by Syzbot; instead, it solves a deadlock situation to prepare\nfor one or more further patches to actually fix the Syzbot bug, which\nappears to be a reference counting problem within the j1939 codebase.\n\n[mkl: remove unrelated newline change]", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/04/GHSA-2xw4-f54v-r826/GHSA-2xw4-f54v-r826.json b/advisories/unreviewed/2024/04/GHSA-2xw4-f54v-r826/GHSA-2xw4-f54v-r826.json index c8f8e9e541e..0494c04fe17 100644 --- a/advisories/unreviewed/2024/04/GHSA-2xw4-f54v-r826/GHSA-2xw4-f54v-r826.json +++ b/advisories/unreviewed/2024/04/GHSA-2xw4-f54v-r826/GHSA-2xw4-f54v-r826.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-3c53-5p2q-p9qm/GHSA-3c53-5p2q-p9qm.json b/advisories/unreviewed/2024/04/GHSA-3c53-5p2q-p9qm/GHSA-3c53-5p2q-p9qm.json index 67a9d13fd67..9d6e2130c35 100644 --- a/advisories/unreviewed/2024/04/GHSA-3c53-5p2q-p9qm/GHSA-3c53-5p2q-p9qm.json +++ b/advisories/unreviewed/2024/04/GHSA-3c53-5p2q-p9qm/GHSA-3c53-5p2q-p9qm.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-3w39-v724-v74w/GHSA-3w39-v724-v74w.json b/advisories/unreviewed/2024/04/GHSA-3w39-v724-v74w/GHSA-3w39-v724-v74w.json index dbfa0b7e08a..2bf3a942daa 100644 --- a/advisories/unreviewed/2024/04/GHSA-3w39-v724-v74w/GHSA-3w39-v724-v74w.json +++ b/advisories/unreviewed/2024/04/GHSA-3w39-v724-v74w/GHSA-3w39-v724-v74w.json @@ -7,12 +7,8 @@ "CVE-2024-26693" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: iwlwifi: mvm: fix a crash when we run out of stations\n\nA DoS tool that injects loads of authentication frames made our AP\ncrash. The iwl_mvm_is_dup() function couldn't find the per-queue\ndup_data which was not allocated.\n\nThe root cause for that is that we ran out of stations in the firmware\nand we didn't really add the station to the firmware, yet we didn't\nreturn an error to mac80211.\nMac80211 was thinking that we have the station and because of that,\nsta_info::uploaded was set to 1. This allowed\nieee80211_find_sta_by_ifaddr() to return a valid station object, but\nthat ieee80211_sta didn't have any iwl_mvm_sta object initialized and\nthat caused the crash mentioned earlier when we got Rx on that station.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/04/GHSA-5q37-x55w-w66j/GHSA-5q37-x55w-w66j.json b/advisories/unreviewed/2024/04/GHSA-5q37-x55w-w66j/GHSA-5q37-x55w-w66j.json index 551999bc5f9..b61cdd56e82 100644 --- a/advisories/unreviewed/2024/04/GHSA-5q37-x55w-w66j/GHSA-5q37-x55w-w66j.json +++ b/advisories/unreviewed/2024/04/GHSA-5q37-x55w-w66j/GHSA-5q37-x55w-w66j.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/04/GHSA-5rcw-5rq5-g5x2/GHSA-5rcw-5rq5-g5x2.json b/advisories/unreviewed/2024/04/GHSA-5rcw-5rq5-g5x2/GHSA-5rcw-5rq5-g5x2.json index 6bc00eabc64..a4183b2ccd2 100644 --- a/advisories/unreviewed/2024/04/GHSA-5rcw-5rq5-g5x2/GHSA-5rcw-5rq5-g5x2.json +++ b/advisories/unreviewed/2024/04/GHSA-5rcw-5rq5-g5x2/GHSA-5rcw-5rq5-g5x2.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-798v-p58f-mw7j/GHSA-798v-p58f-mw7j.json b/advisories/unreviewed/2024/04/GHSA-798v-p58f-mw7j/GHSA-798v-p58f-mw7j.json index 261ce346e98..fbb4479bd79 100644 --- a/advisories/unreviewed/2024/04/GHSA-798v-p58f-mw7j/GHSA-798v-p58f-mw7j.json +++ b/advisories/unreviewed/2024/04/GHSA-798v-p58f-mw7j/GHSA-798v-p58f-mw7j.json @@ -7,12 +7,8 @@ "CVE-2024-26726" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nbtrfs: don't drop extent_map for free space inode on write error\n\nWhile running the CI for an unrelated change I hit the following panic\nwith generic/648 on btrfs_holes_spacecache.\n\nassertion failed: block_start != EXTENT_MAP_HOLE, in fs/btrfs/extent_io.c:1385\n------------[ cut here ]------------\nkernel BUG at fs/btrfs/extent_io.c:1385!\ninvalid opcode: 0000 [#1] PREEMPT SMP NOPTI\nCPU: 1 PID: 2695096 Comm: fsstress Kdump: loaded Tainted: G W 6.8.0-rc2+ #1\nRIP: 0010:__extent_writepage_io.constprop.0+0x4c1/0x5c0\nCall Trace:\n \n extent_write_cache_pages+0x2ac/0x8f0\n extent_writepages+0x87/0x110\n do_writepages+0xd5/0x1f0\n filemap_fdatawrite_wbc+0x63/0x90\n __filemap_fdatawrite_range+0x5c/0x80\n btrfs_fdatawrite_range+0x1f/0x50\n btrfs_write_out_cache+0x507/0x560\n btrfs_write_dirty_block_groups+0x32a/0x420\n commit_cowonly_roots+0x21b/0x290\n btrfs_commit_transaction+0x813/0x1360\n btrfs_sync_file+0x51a/0x640\n __x64_sys_fdatasync+0x52/0x90\n do_syscall_64+0x9c/0x190\n entry_SYSCALL_64_after_hwframe+0x6e/0x76\n\nThis happens because we fail to write out the free space cache in one\ninstance, come back around and attempt to write it again. However on\nthe second pass through we go to call btrfs_get_extent() on the inode to\nget the extent mapping. Because this is a new block group, and with the\nfree space inode we always search the commit root to avoid deadlocking\nwith the tree, we find nothing and return a EXTENT_MAP_HOLE for the\nrequested range.\n\nThis happens because the first time we try to write the space cache out\nwe hit an error, and on an error we drop the extent mapping. This is\nnormal for normal files, but the free space cache inode is special. We\nalways expect the extent map to be correct. Thus the second time\nthrough we end up with a bogus extent map.\n\nSince we're deprecating this feature, the most straightforward way to\nfix this is to simply skip dropping the extent map range for this failed\nrange.\n\nI shortened the test by using error injection to stress the area to make\nit easier to reproduce. With this patch in place we no longer panic\nwith my error injection test.", - "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-82mq-c3x3-cpp9/GHSA-82mq-c3x3-cpp9.json b/advisories/unreviewed/2024/04/GHSA-82mq-c3x3-cpp9/GHSA-82mq-c3x3-cpp9.json index 43011eb1678..e1879ef2698 100644 --- a/advisories/unreviewed/2024/04/GHSA-82mq-c3x3-cpp9/GHSA-82mq-c3x3-cpp9.json +++ b/advisories/unreviewed/2024/04/GHSA-82mq-c3x3-cpp9/GHSA-82mq-c3x3-cpp9.json @@ -7,12 +7,8 @@ "CVE-2023-52639" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: s390: vsie: fix race during shadow creation\n\nRight now it is possible to see gmap->private being zero in\nkvm_s390_vsie_gmap_notifier resulting in a crash. This is due to the\nfact that we add gmap->private == kvm after creation:\n\nstatic int acquire_gmap_shadow(struct kvm_vcpu *vcpu,\n struct vsie_page *vsie_page)\n{\n[...]\n gmap = gmap_shadow(vcpu->arch.gmap, asce, edat);\n if (IS_ERR(gmap))\n return PTR_ERR(gmap);\n gmap->private = vcpu->kvm;\n\nLet children inherit the private field of the parent.", - "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-f6g6-gf5g-h3f3/GHSA-f6g6-gf5g-h3f3.json b/advisories/unreviewed/2024/04/GHSA-f6g6-gf5g-h3f3/GHSA-f6g6-gf5g-h3f3.json index c0bdd9e827b..fe2fb5fddd5 100644 --- a/advisories/unreviewed/2024/04/GHSA-f6g6-gf5g-h3f3/GHSA-f6g6-gf5g-h3f3.json +++ b/advisories/unreviewed/2024/04/GHSA-f6g6-gf5g-h3f3/GHSA-f6g6-gf5g-h3f3.json @@ -7,12 +7,8 @@ "CVE-2024-26700" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amd/display: Fix MST Null Ptr for RV\n\nThe change try to fix below error specific to RV platform:\n\nBUG: kernel NULL pointer dereference, address: 0000000000000008\nPGD 0 P4D 0\nOops: 0000 [#1] PREEMPT SMP NOPTI\nCPU: 4 PID: 917 Comm: sway Not tainted 6.3.9-arch1-1 #1 124dc55df4f5272ccb409f39ef4872fc2b3376a2\nHardware name: LENOVO 20NKS01Y00/20NKS01Y00, BIOS R12ET61W(1.31 ) 07/28/2022\nRIP: 0010:drm_dp_atomic_find_time_slots+0x5e/0x260 [drm_display_helper]\nCode: 01 00 00 48 8b 85 60 05 00 00 48 63 80 88 00 00 00 3b 43 28 0f 8d 2e 01 00 00 48 8b 53 30 48 8d 04 80 48 8d 04 c2 48 8b 40 18 <48> 8>\nRSP: 0018:ffff960cc2df77d8 EFLAGS: 00010293\nRAX: 0000000000000000 RBX: ffff8afb87e81280 RCX: 0000000000000224\nRDX: ffff8afb9ee37c00 RSI: ffff8afb8da1a578 RDI: ffff8afb87e81280\nRBP: ffff8afb83d67000 R08: 0000000000000001 R09: ffff8afb9652f850\nR10: ffff960cc2df7908 R11: 0000000000000002 R12: 0000000000000000\nR13: ffff8afb8d7688a0 R14: ffff8afb8da1a578 R15: 0000000000000224\nFS: 00007f4dac35ce00(0000) GS:ffff8afe30b00000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 0000000000000008 CR3: 000000010ddc6000 CR4: 00000000003506e0\nCall Trace:\n \n ? __die+0x23/0x70\n ? page_fault_oops+0x171/0x4e0\n ? plist_add+0xbe/0x100\n ? exc_page_fault+0x7c/0x180\n ? asm_exc_page_fault+0x26/0x30\n ? drm_dp_atomic_find_time_slots+0x5e/0x260 [drm_display_helper 0e67723696438d8e02b741593dd50d80b44c2026]\n ? drm_dp_atomic_find_time_slots+0x28/0x260 [drm_display_helper 0e67723696438d8e02b741593dd50d80b44c2026]\n compute_mst_dsc_configs_for_link+0x2ff/0xa40 [amdgpu 62e600d2a75e9158e1cd0a243bdc8e6da040c054]\n ? fill_plane_buffer_attributes+0x419/0x510 [amdgpu 62e600d2a75e9158e1cd0a243bdc8e6da040c054]\n compute_mst_dsc_configs_for_state+0x1e1/0x250 [amdgpu 62e600d2a75e9158e1cd0a243bdc8e6da040c054]\n amdgpu_dm_atomic_check+0xecd/0x1190 [amdgpu 62e600d2a75e9158e1cd0a243bdc8e6da040c054]\n drm_atomic_check_only+0x5c5/0xa40\n drm_mode_atomic_ioctl+0x76e/0xbc0\n ? _copy_to_user+0x25/0x30\n ? drm_ioctl+0x296/0x4b0\n ? __pfx_drm_mode_atomic_ioctl+0x10/0x10\n drm_ioctl_kernel+0xcd/0x170\n drm_ioctl+0x26d/0x4b0\n ? __pfx_drm_mode_atomic_ioctl+0x10/0x10\n amdgpu_drm_ioctl+0x4e/0x90 [amdgpu 62e600d2a75e9158e1cd0a243bdc8e6da040c054]\n __x64_sys_ioctl+0x94/0xd0\n do_syscall_64+0x60/0x90\n ? do_syscall_64+0x6c/0x90\n entry_SYSCALL_64_after_hwframe+0x72/0xdc\nRIP: 0033:0x7f4dad17f76f\nCode: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c>\nRSP: 002b:00007ffd9ae859f0 EFLAGS: 00000246 ORIG_RAX: 0000000000000010\nRAX: ffffffffffffffda RBX: 000055e255a55900 RCX: 00007f4dad17f76f\nRDX: 00007ffd9ae85a90 RSI: 00000000c03864bc RDI: 000000000000000b\nRBP: 00007ffd9ae85a90 R08: 0000000000000003 R09: 0000000000000003\nR10: 0000000000000000 R11: 0000000000000246 R12: 00000000c03864bc\nR13: 000000000000000b R14: 000055e255a7fc60 R15: 000055e255a01eb0\n \nModules linked in: rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device ccm cmac algif_hash algif_skcipher af_alg joydev mousedev bnep >\n typec libphy k10temp ipmi_msghandler roles i2c_scmi acpi_cpufreq mac_hid nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_mas>\nCR2: 0000000000000008\n---[ end trace 0000000000000000 ]---\nRIP: 0010:drm_dp_atomic_find_time_slots+0x5e/0x260 [drm_display_helper]\nCode: 01 00 00 48 8b 85 60 05 00 00 48 63 80 88 00 00 00 3b 43 28 0f 8d 2e 01 00 00 48 8b 53 30 48 8d 04 80 48 8d 04 c2 48 8b 40 18 <48> 8>\nRSP: 0018:ffff960cc2df77d8 EFLAGS: 00010293\nRAX: 0000000000000000 RBX: ffff8afb87e81280 RCX: 0000000000000224\nRDX: ffff8afb9ee37c00 RSI: ffff8afb8da1a578 RDI: ffff8afb87e81280\nRBP: ffff8afb83d67000 R08: 0000000000000001 R09: ffff8afb9652f850\nR10: ffff960cc2df7908 R11: 0000000000000002 R12: 0000000000000000\nR13: ffff8afb8d7688a0 R14: ffff8afb8da1a578 R15: 0000000000000224\nFS: 00007f4dac35ce00(0000) GS:ffff8afe30b00000(0000\n---truncated---", - "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-j9gv-7x6c-3hqg/GHSA-j9gv-7x6c-3hqg.json b/advisories/unreviewed/2024/04/GHSA-j9gv-7x6c-3hqg/GHSA-j9gv-7x6c-3hqg.json index ac31d6c63c5..014228cd698 100644 --- a/advisories/unreviewed/2024/04/GHSA-j9gv-7x6c-3hqg/GHSA-j9gv-7x6c-3hqg.json +++ b/advisories/unreviewed/2024/04/GHSA-j9gv-7x6c-3hqg/GHSA-j9gv-7x6c-3hqg.json @@ -7,12 +7,8 @@ "CVE-2023-5755" ], "details": "Rejected reason: **REJECT** Duplicate of CVE-2023-46784. Please refer to CVE-2023-46784.", - "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/04/GHSA-jc4v-c4mw-rmf8/GHSA-jc4v-c4mw-rmf8.json b/advisories/unreviewed/2024/04/GHSA-jc4v-c4mw-rmf8/GHSA-jc4v-c4mw-rmf8.json index bfe47e506fe..dbc01744190 100644 --- a/advisories/unreviewed/2024/04/GHSA-jc4v-c4mw-rmf8/GHSA-jc4v-c4mw-rmf8.json +++ b/advisories/unreviewed/2024/04/GHSA-jc4v-c4mw-rmf8/GHSA-jc4v-c4mw-rmf8.json @@ -7,12 +7,8 @@ "CVE-2024-26692" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nsmb: Fix regression in writes when non-standard maximum write size negotiated\n\nThe conversion to netfs in the 6.3 kernel caused a regression when\nmaximum write size is set by the server to an unexpected value which is\nnot a multiple of 4096 (similarly if the user overrides the maximum\nwrite size by setting mount parm \"wsize\", but sets it to a value that\nis not a multiple of 4096). When negotiated write size is not a\nmultiple of 4096 the netfs code can skip the end of the final\npage when doing large sequential writes, causing data corruption.\n\nThis section of code is being rewritten/removed due to a large\nnetfs change, but until that point (ie for the 6.3 kernel until now)\nwe can not support non-standard maximum write sizes.\n\nAdd a warning if a user specifies a wsize on mount that is not\na multiple of 4096 (and round down), also add a change where we\nround down the maximum write size if the server negotiates a value\nthat is not a multiple of 4096 (we also have to check to make sure that\nwe do not round it down to zero).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/04/GHSA-mgx5-jrhq-g7rg/GHSA-mgx5-jrhq-g7rg.json b/advisories/unreviewed/2024/04/GHSA-mgx5-jrhq-g7rg/GHSA-mgx5-jrhq-g7rg.json index 68ee944e2ad..6ad895bafdb 100644 --- a/advisories/unreviewed/2024/04/GHSA-mgx5-jrhq-g7rg/GHSA-mgx5-jrhq-g7rg.json +++ b/advisories/unreviewed/2024/04/GHSA-mgx5-jrhq-g7rg/GHSA-mgx5-jrhq-g7rg.json @@ -7,12 +7,8 @@ "CVE-2024-26686" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nfs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats\n\nlock_task_sighand() can trigger a hard lockup. If NR_CPUS threads call\ndo_task_stat() at the same time and the process has NR_THREADS, it will\nspin with irqs disabled O(NR_CPUS * NR_THREADS) time.\n\nChange do_task_stat() to use sig->stats_lock to gather the statistics\noutside of ->siglock protected section, in the likely case this code will\nrun lockless.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/04/GHSA-vhpg-m2r9-345p/GHSA-vhpg-m2r9-345p.json b/advisories/unreviewed/2024/04/GHSA-vhpg-m2r9-345p/GHSA-vhpg-m2r9-345p.json index 7604b96319c..95c2a64f8d4 100644 --- a/advisories/unreviewed/2024/04/GHSA-vhpg-m2r9-345p/GHSA-vhpg-m2r9-345p.json +++ b/advisories/unreviewed/2024/04/GHSA-vhpg-m2r9-345p/GHSA-vhpg-m2r9-345p.json @@ -7,12 +7,8 @@ "CVE-2024-26694" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: iwlwifi: fix double-free bug\n\nThe storage for the TLV PC register data wasn't done like all\nthe other storage in the drv->fw area, which is cleared at the\nend of deallocation. Therefore, the freeing must also be done\ndifferently, explicitly NULL'ing it out after the free, since\notherwise there's a nasty double-free bug here if a file fails\nto load after this has been parsed, and we get another free\nlater (e.g. because no other file exists.) Fix that by adding\nthe missing NULL assignment.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/04/GHSA-wh9w-6vgj-372j/GHSA-wh9w-6vgj-372j.json b/advisories/unreviewed/2024/04/GHSA-wh9w-6vgj-372j/GHSA-wh9w-6vgj-372j.json index 36babc5a290..76c37785b92 100644 --- a/advisories/unreviewed/2024/04/GHSA-wh9w-6vgj-372j/GHSA-wh9w-6vgj-372j.json +++ b/advisories/unreviewed/2024/04/GHSA-wh9w-6vgj-372j/GHSA-wh9w-6vgj-372j.json @@ -7,12 +7,8 @@ "CVE-2024-26719" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nnouveau: offload fence uevents work to workqueue\n\nThis should break the deadlock between the fctx lock and the irq lock.\n\nThis offloads the processing off the work from the irq into a workqueue.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-4xq5-6j3q-5rgw/GHSA-4xq5-6j3q-5rgw.json b/advisories/unreviewed/2024/05/GHSA-4xq5-6j3q-5rgw/GHSA-4xq5-6j3q-5rgw.json index d75c9d2f91d..8016aea44cc 100644 --- a/advisories/unreviewed/2024/05/GHSA-4xq5-6j3q-5rgw/GHSA-4xq5-6j3q-5rgw.json +++ b/advisories/unreviewed/2024/05/GHSA-4xq5-6j3q-5rgw/GHSA-4xq5-6j3q-5rgw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-65fw-2c82-m8v2/GHSA-65fw-2c82-m8v2.json b/advisories/unreviewed/2024/05/GHSA-65fw-2c82-m8v2/GHSA-65fw-2c82-m8v2.json index eca8c89b04f..28c38e25cc7 100644 --- a/advisories/unreviewed/2024/05/GHSA-65fw-2c82-m8v2/GHSA-65fw-2c82-m8v2.json +++ b/advisories/unreviewed/2024/05/GHSA-65fw-2c82-m8v2/GHSA-65fw-2c82-m8v2.json @@ -7,12 +7,8 @@ "CVE-2024-33307" ], "details": "SourceCodester Laboratory Management System 1.0 is vulnerable to Cross Site Scripting (XSS) via \"Last Name\" parameter in Create User.", - "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-7x39-8rpm-5hm4/GHSA-7x39-8rpm-5hm4.json b/advisories/unreviewed/2024/05/GHSA-7x39-8rpm-5hm4/GHSA-7x39-8rpm-5hm4.json index 3c858df27d6..9137c34f1cc 100644 --- a/advisories/unreviewed/2024/05/GHSA-7x39-8rpm-5hm4/GHSA-7x39-8rpm-5hm4.json +++ b/advisories/unreviewed/2024/05/GHSA-7x39-8rpm-5hm4/GHSA-7x39-8rpm-5hm4.json @@ -7,12 +7,8 @@ "CVE-2023-23022" ], "details": "Cross site scripting (XSS) vulnerability in sourcecodester oretnom23 employee's payroll management system 1.0, allows attackers to execute arbitrary code via the code, title, from_date and to_date inputs in file Main.php.", - "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-87r7-45xw-v92f/GHSA-87r7-45xw-v92f.json b/advisories/unreviewed/2024/05/GHSA-87r7-45xw-v92f/GHSA-87r7-45xw-v92f.json index a2e6607c044..9b7afe2a1f0 100644 --- a/advisories/unreviewed/2024/05/GHSA-87r7-45xw-v92f/GHSA-87r7-45xw-v92f.json +++ b/advisories/unreviewed/2024/05/GHSA-87r7-45xw-v92f/GHSA-87r7-45xw-v92f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-97jf-xcmh-9j8r/GHSA-97jf-xcmh-9j8r.json b/advisories/unreviewed/2024/05/GHSA-97jf-xcmh-9j8r/GHSA-97jf-xcmh-9j8r.json index e8fb1d8dade..af932c7fd6b 100644 --- a/advisories/unreviewed/2024/05/GHSA-97jf-xcmh-9j8r/GHSA-97jf-xcmh-9j8r.json +++ b/advisories/unreviewed/2024/05/GHSA-97jf-xcmh-9j8r/GHSA-97jf-xcmh-9j8r.json @@ -7,12 +7,8 @@ "CVE-2024-27068" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nthermal/drivers/mediatek/lvts_thermal: Fix a memory leak in an error handling path\n\nIf devm_krealloc() fails, then 'efuse' is leaking.\nSo free it to avoid a leak.", - "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/05/GHSA-f57x-jw9v-3cxx/GHSA-f57x-jw9v-3cxx.json b/advisories/unreviewed/2024/05/GHSA-f57x-jw9v-3cxx/GHSA-f57x-jw9v-3cxx.json index f6f1b92efce..3a1ea80cac8 100644 --- a/advisories/unreviewed/2024/05/GHSA-f57x-jw9v-3cxx/GHSA-f57x-jw9v-3cxx.json +++ b/advisories/unreviewed/2024/05/GHSA-f57x-jw9v-3cxx/GHSA-f57x-jw9v-3cxx.json @@ -7,12 +7,8 @@ "CVE-2024-27048" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: brcm80211: handle pmk_op allocation failure\n\nThe kzalloc() in brcmf_pmksa_v3_op() will return null if the\nphysical memory has run out. As a result, if we dereference\nthe null value, the null pointer dereference bug will happen.\n\nReturn -ENOMEM from brcmf_pmksa_v3_op() if kzalloc() fails\nfor pmk_op.", - "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/05/GHSA-h9vw-8427-h758/GHSA-h9vw-8427-h758.json b/advisories/unreviewed/2024/05/GHSA-h9vw-8427-h758/GHSA-h9vw-8427-h758.json index 73c7d811788..aa012400e56 100644 --- a/advisories/unreviewed/2024/05/GHSA-h9vw-8427-h758/GHSA-h9vw-8427-h758.json +++ b/advisories/unreviewed/2024/05/GHSA-h9vw-8427-h758/GHSA-h9vw-8427-h758.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/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-jmm5-hjqm-wq94/GHSA-jmm5-hjqm-wq94.json b/advisories/unreviewed/2024/05/GHSA-jmm5-hjqm-wq94/GHSA-jmm5-hjqm-wq94.json index 5a3a9267243..2d591d9cced 100644 --- a/advisories/unreviewed/2024/05/GHSA-jmm5-hjqm-wq94/GHSA-jmm5-hjqm-wq94.json +++ b/advisories/unreviewed/2024/05/GHSA-jmm5-hjqm-wq94/GHSA-jmm5-hjqm-wq94.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-mj8c-j6w6-jgxm/GHSA-mj8c-j6w6-jgxm.json b/advisories/unreviewed/2024/05/GHSA-mj8c-j6w6-jgxm/GHSA-mj8c-j6w6-jgxm.json index a4611165f9c..bd8c0183c07 100644 --- a/advisories/unreviewed/2024/05/GHSA-mj8c-j6w6-jgxm/GHSA-mj8c-j6w6-jgxm.json +++ b/advisories/unreviewed/2024/05/GHSA-mj8c-j6w6-jgxm/GHSA-mj8c-j6w6-jgxm.json @@ -7,12 +7,8 @@ "CVE-2024-27049" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mt76: mt7925e: fix use-after-free in free_irq()\n\nFrom commit a304e1b82808 (\"[PATCH] Debug shared irqs\"), there is a test\nto make sure the shared irq handler should be able to handle the unexpected\nevent after deregistration. For this case, let's apply MT76_REMOVED flag to\nindicate the device was removed and do not run into the resource access\nanymore.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-rf6j-8jq6-g935/GHSA-rf6j-8jq6-g935.json b/advisories/unreviewed/2024/05/GHSA-rf6j-8jq6-g935/GHSA-rf6j-8jq6-g935.json index 03414a51212..8957d671ed5 100644 --- a/advisories/unreviewed/2024/05/GHSA-rf6j-8jq6-g935/GHSA-rf6j-8jq6-g935.json +++ b/advisories/unreviewed/2024/05/GHSA-rf6j-8jq6-g935/GHSA-rf6j-8jq6-g935.json @@ -7,12 +7,8 @@ "CVE-2024-27061" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: sun8i-ce - Fix use after free in unprepare\n\nsun8i_ce_cipher_unprepare should be called before\ncrypto_finalize_skcipher_request, because client callbacks may\nimmediately free memory, that isn't needed anymore. But it will be\nused by unprepare after free. Before removing prepare/unprepare\ncallbacks it was handled by crypto engine in crypto_finalize_request.\n\nUsually that results in a pointer dereference problem during a in\ncrypto selftest.\n Unable to handle kernel NULL pointer dereference at\n virtual address 0000000000000030\n Mem abort info:\n ESR = 0x0000000096000004\n EC = 0x25: DABT (current EL), IL = 32 bits\n SET = 0, FnV = 0\n EA = 0, S1PTW = 0\n FSC = 0x04: level 0 translation fault\n Data abort info:\n ISV = 0, ISS = 0x00000004, ISS2 = 0x00000000\n CM = 0, WnR = 0, TnD = 0, TagAccess = 0\n GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0\n user pgtable: 4k pages, 48-bit VAs, pgdp=000000004716d000\n [0000000000000030] pgd=0000000000000000, p4d=0000000000000000\n Internal error: Oops: 0000000096000004 [#1] SMP\n\nThis problem is detected by KASAN as well.\n ==================================================================\n BUG: KASAN: slab-use-after-free in sun8i_ce_cipher_do_one+0x6e8/0xf80 [sun8i_ce]\n Read of size 8 at addr ffff00000dcdc040 by task 1c15000.crypto-/373\n\n Hardware name: Pine64 PinePhone (1.2) (DT)\n Call trace:\n dump_backtrace+0x9c/0x128\n show_stack+0x20/0x38\n dump_stack_lvl+0x48/0x60\n print_report+0xf8/0x5d8\n kasan_report+0x90/0xd0\n __asan_load8+0x9c/0xc0\n sun8i_ce_cipher_do_one+0x6e8/0xf80 [sun8i_ce]\n crypto_pump_work+0x354/0x620 [crypto_engine]\n kthread_worker_fn+0x244/0x498\n kthread+0x168/0x178\n ret_from_fork+0x10/0x20\n\n Allocated by task 379:\n kasan_save_stack+0x3c/0x68\n kasan_set_track+0x2c/0x40\n kasan_save_alloc_info+0x24/0x38\n __kasan_kmalloc+0xd4/0xd8\n __kmalloc+0x74/0x1d0\n alg_test_skcipher+0x90/0x1f0\n alg_test+0x24c/0x830\n cryptomgr_test+0x38/0x60\n kthread+0x168/0x178\n ret_from_fork+0x10/0x20\n\n Freed by task 379:\n kasan_save_stack+0x3c/0x68\n kasan_set_track+0x2c/0x40\n kasan_save_free_info+0x38/0x60\n __kasan_slab_free+0x100/0x170\n slab_free_freelist_hook+0xd4/0x1e8\n __kmem_cache_free+0x15c/0x290\n kfree+0x74/0x100\n kfree_sensitive+0x80/0xb0\n alg_test_skcipher+0x12c/0x1f0\n alg_test+0x24c/0x830\n cryptomgr_test+0x38/0x60\n kthread+0x168/0x178\n ret_from_fork+0x10/0x20\n\n The buggy address belongs to the object at ffff00000dcdc000\n which belongs to the cache kmalloc-256 of size 256\n The buggy address is located 64 bytes inside of\n freed 256-byte region [ffff00000dcdc000, ffff00000dcdc100)", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-rrr2-mvjv-hw48/GHSA-rrr2-mvjv-hw48.json b/advisories/unreviewed/2024/05/GHSA-rrr2-mvjv-hw48/GHSA-rrr2-mvjv-hw48.json index bc287c13828..f3ba4f91a40 100644 --- a/advisories/unreviewed/2024/05/GHSA-rrr2-mvjv-hw48/GHSA-rrr2-mvjv-hw48.json +++ b/advisories/unreviewed/2024/05/GHSA-rrr2-mvjv-hw48/GHSA-rrr2-mvjv-hw48.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-wgvj-j87f-295m/GHSA-wgvj-j87f-295m.json b/advisories/unreviewed/2024/05/GHSA-wgvj-j87f-295m/GHSA-wgvj-j87f-295m.json index 252d8b1068e..9f46b836033 100644 --- a/advisories/unreviewed/2024/05/GHSA-wgvj-j87f-295m/GHSA-wgvj-j87f-295m.json +++ b/advisories/unreviewed/2024/05/GHSA-wgvj-j87f-295m/GHSA-wgvj-j87f-295m.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/06/GHSA-2g6c-r55g-m734/GHSA-2g6c-r55g-m734.json b/advisories/unreviewed/2024/06/GHSA-2g6c-r55g-m734/GHSA-2g6c-r55g-m734.json index 5805be017ab..7fd969fc84b 100644 --- a/advisories/unreviewed/2024/06/GHSA-2g6c-r55g-m734/GHSA-2g6c-r55g-m734.json +++ b/advisories/unreviewed/2024/06/GHSA-2g6c-r55g-m734/GHSA-2g6c-r55g-m734.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-6jf6-455v-8c5m/GHSA-6jf6-455v-8c5m.json b/advisories/unreviewed/2024/06/GHSA-6jf6-455v-8c5m/GHSA-6jf6-455v-8c5m.json index 47873d30d87..c546ae40bc0 100644 --- a/advisories/unreviewed/2024/06/GHSA-6jf6-455v-8c5m/GHSA-6jf6-455v-8c5m.json +++ b/advisories/unreviewed/2024/06/GHSA-6jf6-455v-8c5m/GHSA-6jf6-455v-8c5m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-9fgp-7m5x-pf3v/GHSA-9fgp-7m5x-pf3v.json b/advisories/unreviewed/2024/06/GHSA-9fgp-7m5x-pf3v/GHSA-9fgp-7m5x-pf3v.json index a80e72ab632..e5df958a5df 100644 --- a/advisories/unreviewed/2024/06/GHSA-9fgp-7m5x-pf3v/GHSA-9fgp-7m5x-pf3v.json +++ b/advisories/unreviewed/2024/06/GHSA-9fgp-7m5x-pf3v/GHSA-9fgp-7m5x-pf3v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-h3ff-8xv4-2222/GHSA-h3ff-8xv4-2222.json b/advisories/unreviewed/2024/06/GHSA-h3ff-8xv4-2222/GHSA-h3ff-8xv4-2222.json index bd89eaf830d..ad654e63178 100644 --- a/advisories/unreviewed/2024/06/GHSA-h3ff-8xv4-2222/GHSA-h3ff-8xv4-2222.json +++ b/advisories/unreviewed/2024/06/GHSA-h3ff-8xv4-2222/GHSA-h3ff-8xv4-2222.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-jf8v-99g3-rx6h/GHSA-jf8v-99g3-rx6h.json b/advisories/unreviewed/2024/06/GHSA-jf8v-99g3-rx6h/GHSA-jf8v-99g3-rx6h.json index 56147c03b7c..07cbb93b9e7 100644 --- a/advisories/unreviewed/2024/06/GHSA-jf8v-99g3-rx6h/GHSA-jf8v-99g3-rx6h.json +++ b/advisories/unreviewed/2024/06/GHSA-jf8v-99g3-rx6h/GHSA-jf8v-99g3-rx6h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-w2r4-hcq9-mf2m/GHSA-w2r4-hcq9-mf2m.json b/advisories/unreviewed/2024/06/GHSA-w2r4-hcq9-mf2m/GHSA-w2r4-hcq9-mf2m.json index 5e5f4967c84..dc97d2e125e 100644 --- a/advisories/unreviewed/2024/06/GHSA-w2r4-hcq9-mf2m/GHSA-w2r4-hcq9-mf2m.json +++ b/advisories/unreviewed/2024/06/GHSA-w2r4-hcq9-mf2m/GHSA-w2r4-hcq9-mf2m.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/07/GHSA-2vfh-6ppw-453g/GHSA-2vfh-6ppw-453g.json b/advisories/unreviewed/2024/07/GHSA-2vfh-6ppw-453g/GHSA-2vfh-6ppw-453g.json index a90a9bfe83c..a19232bce28 100644 --- a/advisories/unreviewed/2024/07/GHSA-2vfh-6ppw-453g/GHSA-2vfh-6ppw-453g.json +++ b/advisories/unreviewed/2024/07/GHSA-2vfh-6ppw-453g/GHSA-2vfh-6ppw-453g.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", diff --git a/advisories/unreviewed/2024/07/GHSA-4pmv-jg56-hh93/GHSA-4pmv-jg56-hh93.json b/advisories/unreviewed/2024/07/GHSA-4pmv-jg56-hh93/GHSA-4pmv-jg56-hh93.json index cd6e35a5e71..4404e1e735e 100644 --- a/advisories/unreviewed/2024/07/GHSA-4pmv-jg56-hh93/GHSA-4pmv-jg56-hh93.json +++ b/advisories/unreviewed/2024/07/GHSA-4pmv-jg56-hh93/GHSA-4pmv-jg56-hh93.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/07/GHSA-69p4-mgmf-pphx/GHSA-69p4-mgmf-pphx.json b/advisories/unreviewed/2024/07/GHSA-69p4-mgmf-pphx/GHSA-69p4-mgmf-pphx.json index 698d0b13651..ad484ca3f23 100644 --- a/advisories/unreviewed/2024/07/GHSA-69p4-mgmf-pphx/GHSA-69p4-mgmf-pphx.json +++ b/advisories/unreviewed/2024/07/GHSA-69p4-mgmf-pphx/GHSA-69p4-mgmf-pphx.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/2024/07/GHSA-7vg8-pfw4-vmjp/GHSA-7vg8-pfw4-vmjp.json b/advisories/unreviewed/2024/07/GHSA-7vg8-pfw4-vmjp/GHSA-7vg8-pfw4-vmjp.json index 0a710d43c33..ea3e674a640 100644 --- a/advisories/unreviewed/2024/07/GHSA-7vg8-pfw4-vmjp/GHSA-7vg8-pfw4-vmjp.json +++ b/advisories/unreviewed/2024/07/GHSA-7vg8-pfw4-vmjp/GHSA-7vg8-pfw4-vmjp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-f7wp-vx7r-p4vf/GHSA-f7wp-vx7r-p4vf.json b/advisories/unreviewed/2024/07/GHSA-f7wp-vx7r-p4vf/GHSA-f7wp-vx7r-p4vf.json index 4d9eeb4f4c7..d3728755d25 100644 --- a/advisories/unreviewed/2024/07/GHSA-f7wp-vx7r-p4vf/GHSA-f7wp-vx7r-p4vf.json +++ b/advisories/unreviewed/2024/07/GHSA-f7wp-vx7r-p4vf/GHSA-f7wp-vx7r-p4vf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-r768-6rj3-3r5q/GHSA-r768-6rj3-3r5q.json b/advisories/unreviewed/2024/07/GHSA-r768-6rj3-3r5q/GHSA-r768-6rj3-3r5q.json index c24b65122ff..ee0a152c0df 100644 --- a/advisories/unreviewed/2024/07/GHSA-r768-6rj3-3r5q/GHSA-r768-6rj3-3r5q.json +++ b/advisories/unreviewed/2024/07/GHSA-r768-6rj3-3r5q/GHSA-r768-6rj3-3r5q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-588q-52qp-c4h8/GHSA-588q-52qp-c4h8.json b/advisories/unreviewed/2024/08/GHSA-588q-52qp-c4h8/GHSA-588q-52qp-c4h8.json index 9c4914b8cc1..9a647a98e02 100644 --- a/advisories/unreviewed/2024/08/GHSA-588q-52qp-c4h8/GHSA-588q-52qp-c4h8.json +++ b/advisories/unreviewed/2024/08/GHSA-588q-52qp-c4h8/GHSA-588q-52qp-c4h8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-7pp9-59r6-x3f6/GHSA-7pp9-59r6-x3f6.json b/advisories/unreviewed/2024/08/GHSA-7pp9-59r6-x3f6/GHSA-7pp9-59r6-x3f6.json index 51320bedfd7..eb6b96d9655 100644 --- a/advisories/unreviewed/2024/08/GHSA-7pp9-59r6-x3f6/GHSA-7pp9-59r6-x3f6.json +++ b/advisories/unreviewed/2024/08/GHSA-7pp9-59r6-x3f6/GHSA-7pp9-59r6-x3f6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-cg4j-f388-m354/GHSA-cg4j-f388-m354.json b/advisories/unreviewed/2024/08/GHSA-cg4j-f388-m354/GHSA-cg4j-f388-m354.json index d5fb1419ed7..0d2e6f7c13c 100644 --- a/advisories/unreviewed/2024/08/GHSA-cg4j-f388-m354/GHSA-cg4j-f388-m354.json +++ b/advisories/unreviewed/2024/08/GHSA-cg4j-f388-m354/GHSA-cg4j-f388-m354.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/2024/08/GHSA-fgqq-q43f-65jf/GHSA-fgqq-q43f-65jf.json b/advisories/unreviewed/2024/08/GHSA-fgqq-q43f-65jf/GHSA-fgqq-q43f-65jf.json index 38664984771..086a679b31b 100644 --- a/advisories/unreviewed/2024/08/GHSA-fgqq-q43f-65jf/GHSA-fgqq-q43f-65jf.json +++ b/advisories/unreviewed/2024/08/GHSA-fgqq-q43f-65jf/GHSA-fgqq-q43f-65jf.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/2024/08/GHSA-fxrf-h5v6-vcj7/GHSA-fxrf-h5v6-vcj7.json b/advisories/unreviewed/2024/08/GHSA-fxrf-h5v6-vcj7/GHSA-fxrf-h5v6-vcj7.json index da95828ab35..3820c3cdc7f 100644 --- a/advisories/unreviewed/2024/08/GHSA-fxrf-h5v6-vcj7/GHSA-fxrf-h5v6-vcj7.json +++ b/advisories/unreviewed/2024/08/GHSA-fxrf-h5v6-vcj7/GHSA-fxrf-h5v6-vcj7.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/08/GHSA-gr9w-68pr-98wp/GHSA-gr9w-68pr-98wp.json b/advisories/unreviewed/2024/08/GHSA-gr9w-68pr-98wp/GHSA-gr9w-68pr-98wp.json index 5d79a11653a..f33bf53b4c9 100644 --- a/advisories/unreviewed/2024/08/GHSA-gr9w-68pr-98wp/GHSA-gr9w-68pr-98wp.json +++ b/advisories/unreviewed/2024/08/GHSA-gr9w-68pr-98wp/GHSA-gr9w-68pr-98wp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-x973-f6rm-j4v5/GHSA-x973-f6rm-j4v5.json b/advisories/unreviewed/2024/08/GHSA-x973-f6rm-j4v5/GHSA-x973-f6rm-j4v5.json index 74c2f4095fa..a0256b68514 100644 --- a/advisories/unreviewed/2024/08/GHSA-x973-f6rm-j4v5/GHSA-x973-f6rm-j4v5.json +++ b/advisories/unreviewed/2024/08/GHSA-x973-f6rm-j4v5/GHSA-x973-f6rm-j4v5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-67qh-39h4-8p22/GHSA-67qh-39h4-8p22.json b/advisories/unreviewed/2024/09/GHSA-67qh-39h4-8p22/GHSA-67qh-39h4-8p22.json index 55dbc056579..e94e81dfb06 100644 --- a/advisories/unreviewed/2024/09/GHSA-67qh-39h4-8p22/GHSA-67qh-39h4-8p22.json +++ b/advisories/unreviewed/2024/09/GHSA-67qh-39h4-8p22/GHSA-67qh-39h4-8p22.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/09/GHSA-v6f8-qv9p-xgc4/GHSA-v6f8-qv9p-xgc4.json b/advisories/unreviewed/2024/09/GHSA-v6f8-qv9p-xgc4/GHSA-v6f8-qv9p-xgc4.json index 91092c50992..78751d66ae4 100644 --- a/advisories/unreviewed/2024/09/GHSA-v6f8-qv9p-xgc4/GHSA-v6f8-qv9p-xgc4.json +++ b/advisories/unreviewed/2024/09/GHSA-v6f8-qv9p-xgc4/GHSA-v6f8-qv9p-xgc4.json @@ -7,12 +7,8 @@ "CVE-2024-8371" ], "details": "Rejected reason: Duplicate of CVE-2024-45305.", - "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/09/GHSA-wqr2-8c98-rxv3/GHSA-wqr2-8c98-rxv3.json b/advisories/unreviewed/2024/09/GHSA-wqr2-8c98-rxv3/GHSA-wqr2-8c98-rxv3.json index ba52b09d31f..dfc9ea63957 100644 --- a/advisories/unreviewed/2024/09/GHSA-wqr2-8c98-rxv3/GHSA-wqr2-8c98-rxv3.json +++ b/advisories/unreviewed/2024/09/GHSA-wqr2-8c98-rxv3/GHSA-wqr2-8c98-rxv3.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",