diff --git a/advisories/github-reviewed/2017/11/GHSA-3v3c-r5v2-68ph/GHSA-3v3c-r5v2-68ph.json b/advisories/github-reviewed/2017/11/GHSA-3v3c-r5v2-68ph/GHSA-3v3c-r5v2-68ph.json index 2a9d10e3436..f9048cf48d6 100644 --- a/advisories/github-reviewed/2017/11/GHSA-3v3c-r5v2-68ph/GHSA-3v3c-r5v2-68ph.json +++ b/advisories/github-reviewed/2017/11/GHSA-3v3c-r5v2-68ph/GHSA-3v3c-r5v2-68ph.json @@ -8,9 +8,7 @@ ], "summary": "private_address_check contains Incomplete List of Disallowed Inputs", "details": "The private_address_check ruby gem before 0.4.1 is vulnerable to a bypass due to an incomplete blacklist of common private/local network addresses used to prevent server-side request forgery.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2018/07/GHSA-3cgg-gh9j-w8vm/GHSA-3cgg-gh9j-w8vm.json b/advisories/github-reviewed/2018/07/GHSA-3cgg-gh9j-w8vm/GHSA-3cgg-gh9j-w8vm.json index 69dbf525c77..6d222d9a830 100644 --- a/advisories/github-reviewed/2018/07/GHSA-3cgg-gh9j-w8vm/GHSA-3cgg-gh9j-w8vm.json +++ b/advisories/github-reviewed/2018/07/GHSA-3cgg-gh9j-w8vm/GHSA-3cgg-gh9j-w8vm.json @@ -8,9 +8,7 @@ ], "summary": "Directory Traversal in iter-http", "details": "Affected versions of `iter-http` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2018/09/GHSA-685w-vc84-wxcx/GHSA-685w-vc84-wxcx.json b/advisories/github-reviewed/2018/09/GHSA-685w-vc84-wxcx/GHSA-685w-vc84-wxcx.json index 65dfea76a89..42d9eea16a3 100644 --- a/advisories/github-reviewed/2018/09/GHSA-685w-vc84-wxcx/GHSA-685w-vc84-wxcx.json +++ b/advisories/github-reviewed/2018/09/GHSA-685w-vc84-wxcx/GHSA-685w-vc84-wxcx.json @@ -8,9 +8,7 @@ ], "summary": "Doorkeeper contains Cross-site Request Forgery", "details": "Cross-site request forgery (CSRF) vulnerability in doorkeeper before 1.4.1 allows remote attackers to hijack the authentication of unspecified victims for requests that read a user OAuth authorization code via unknown vectors.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/05/GHSA-4pmp-38hf-rmwj/GHSA-4pmp-38hf-rmwj.json b/advisories/github-reviewed/2022/05/GHSA-4pmp-38hf-rmwj/GHSA-4pmp-38hf-rmwj.json index ec5c4cce1c0..cd08d67a6d7 100644 --- a/advisories/github-reviewed/2022/05/GHSA-4pmp-38hf-rmwj/GHSA-4pmp-38hf-rmwj.json +++ b/advisories/github-reviewed/2022/05/GHSA-4pmp-38hf-rmwj/GHSA-4pmp-38hf-rmwj.json @@ -9,9 +9,7 @@ ], "summary": "OpenStack Neutron allows remote authenticated users to cause a denial of service", "details": "OpenStack Neutron before 2013.2.4, 2014.x before 2014.1.2, and Juno before Juno-2 allows remote authenticated users to cause a denial of service (crash or long firewall rule updates) by creating a large number of allowed address pairs.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -107,9 +105,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-02-08T19:55:29Z", diff --git a/advisories/github-reviewed/2022/11/GHSA-vp35-85q5-9f25/GHSA-vp35-85q5-9f25.json b/advisories/github-reviewed/2022/11/GHSA-vp35-85q5-9f25/GHSA-vp35-85q5-9f25.json index 665fe2c84be..631aba67e60 100644 --- a/advisories/github-reviewed/2022/11/GHSA-vp35-85q5-9f25/GHSA-vp35-85q5-9f25.json +++ b/advisories/github-reviewed/2022/11/GHSA-vp35-85q5-9f25/GHSA-vp35-85q5-9f25.json @@ -3,14 +3,10 @@ "id": "GHSA-vp35-85q5-9f25", "modified": "2024-07-08T15:52:59Z", "published": "2022-11-11T00:03:31Z", - "aliases": [ - - ], + "aliases": [], "summary": "Container build can leak any path on the host into the container", "details": "### Description\n\nMoby is the open source Linux container runtime and set of components used to build a variety of downstream container runtimes, including Docker CE, Mirantis Container Runtime (formerly Docker EE), and Docker Desktop. Moby allows for building container images using a set of build instructions (usually named and referred to as a \"Dockerfile\"), and a build context, which is not unlike the CWD in which the Dockerfile instructions are executed.\n\nContainers may be built using a variety of tools and build backends available in the Moby ecosystem; in all cases, builds may not include files outside of the build context (such as using absolute or relative-parent paths). This is enforced through both checks in the build backends, and the containerization of the build process itself.\n\nVersions of Git where CVE-2022-39253 is present and exploited by a malicious repository, when used in combination with Moby, are subject to an unexpected inclusion of arbitrary filesystem paths in the build context, without any visible warning to the user.\n\nThis issue was originally reported by Wenxiang Qian of Tencent Blade Team, and the root-cause analysis was performed by Cory Snider of Mirantis, with assistance from Bjorn Neergaard of the same. The issue was then reported to the Git project, and Taylor Blau led the process resolving the root issue in Git.\n\n### Impact\n\nThis vulnerability originates in Git, but can be used to violate assumptions that may have security implications for users of Moby and related components. Users may rely on the fact that a build context ensures that outside files cannot be referenced or incorporated using multiple enforcement mechanisms, or expect a warning if this does not hold true. A maliciously crafted Git repository exploiting CVE-2022-39253 can violate this assumption, and potentially include sensitive files that are subsequently uploaded to a container image repository, or disclosed by code inside the resulting container image.\n\nAs this issue cannot be triggered remotely, except by users who already have full control over the daemon through the API, and it requires exploiting a vulnerability in Git by convincing a user to build a maliciously crafted repository, the impact in Moby is considered low.\n\n### Patches\n\nMoby 20.10.20, and Mirantis Container Runtime (formerly Docker Enterprise Edition) 20.10.14 will contain mitigations for CVE-2022-39253 when a Git clone is performed by Moby components (on either the daemon or API client side). However, as these mitigations only apply to certain scenarios (build of `git+://...` URL contexts) and cannot protect against a malicious repository already on disk, users should update to a version of Git containing patches for CVE-2022-39253 on all their systems running both API clients and daemons.\n\nSpecifically, patches in Moby (including patches incorporated from BuildKit) protect against the following:\n\n* `docker build` with the legacy builder (e.g. `DOCKER_BUILDKIT` unset or set to 0) of a Git URL context. Note that depending on available API versions and the CLI version, the Git clone operation can take place on either the client or the daemon side. Both must be updated (or have Git updated) to fully protect this build method.\n* `docker build` with the BuildKit builder (e.g. `DOCKER_BUILDKIT=1`) of a Git URL context.\n* `docker buildx build` with `BUILDKIT_CONTEXT_KEEP_GIT_DIR=1` of a Git URL context.\n\nPatches in BuildKit incorporated into Docker Compose protect against CVE-2022-39253 during Compose-driven builds of Git URL contexts.\n\nPatches in Moby and related projects such as BuildKit, the Docker CLI, and Docker Compose **cannot** fully protect against CVE-2022-39253, as it may be triggered by a malicious repository already on disk that a unpatched Git client has interacted with (specifically, commands that check out submodules such as `git clone --recursive`, `git submodule update`, etc. may have already triggered the Git vulnerability).\n\n### Workarounds\n\nWhile this behavior is unexpected and undesirable, and has resulted in this security advisory, users should keep in mind that building a container entails arbitrary code execution. Users should not build a repository/build context they do not trust, as containerization cannot protect against all possible attacks.\n\nWhen building with BuildKit (e.g. `docker buildx build` or `docker build` with `DOCKER_BUILDKIT=1`), this issue cannot be exploited unless `--build-arg BUILDKIT_CONTEXT_KEEP_GIT_DIR=1` was also passed, as by default BuildKit will discard the `.git` directory of a Git URL context immediately after cloning and checking out the repository.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n* [Open an issue](https://github.com/moby/moby/issues/new)\n* Email us at [security@docker.com](mailto:security@docker.com)", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2023/04/GHSA-g5h3-w546-pj7f/GHSA-g5h3-w546-pj7f.json b/advisories/github-reviewed/2023/04/GHSA-g5h3-w546-pj7f/GHSA-g5h3-w546-pj7f.json index b875b664eab..6cab168c86a 100644 --- a/advisories/github-reviewed/2023/04/GHSA-g5h3-w546-pj7f/GHSA-g5h3-w546-pj7f.json +++ b/advisories/github-reviewed/2023/04/GHSA-g5h3-w546-pj7f/GHSA-g5h3-w546-pj7f.json @@ -139,9 +139,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": true, "github_reviewed_at": "2023-04-24T20:14:42Z", diff --git a/advisories/github-reviewed/2023/07/GHSA-8c6x-g4fw-8rf4/GHSA-8c6x-g4fw-8rf4.json b/advisories/github-reviewed/2023/07/GHSA-8c6x-g4fw-8rf4/GHSA-8c6x-g4fw-8rf4.json index 877d32d2415..372003490c0 100644 --- a/advisories/github-reviewed/2023/07/GHSA-8c6x-g4fw-8rf4/GHSA-8c6x-g4fw-8rf4.json +++ b/advisories/github-reviewed/2023/07/GHSA-8c6x-g4fw-8rf4/GHSA-8c6x-g4fw-8rf4.json @@ -3,9 +3,7 @@ "id": "GHSA-8c6x-g4fw-8rf4", "modified": "2023-07-10T21:54:36Z", "published": "2023-07-10T21:54:36Z", - "aliases": [ - - ], + "aliases": [], "summary": "Whatsapp-Chat-Exporter has Cross-Site Scripting vulnerability in HTML output of chats.", "details": "### Impact\nA Cross-Site Scripting (XSS) vulnerability was found in the HTML output of chats. XSS is intended to be mitigated by Jinja's escape function. However, `autoescape=True` was missing when setting the environment. Although the actual impact is low, considering the HTML file is being viewed offline, an adversary may still be able to inject malicious payloads into the chat through WhatsApp. All users are affected.\n\n### Patches\nThe vulnerability is patched in 0.9.5. All users are strongly advised to update the exporter to the latest version.\n\n### Workarounds\nNo workaround is available. Please update the exporter to the latest version.\n\n### References\nhttps://github.com/KnugiHK/WhatsApp-Chat-Exporter/commit/bfdc68cd6ad53ceecf132773f9aaba50dd80fe79\nhttps://owasp.org/www-community/attacks/xss/", "severity": [ diff --git a/advisories/unreviewed/2022/01/GHSA-rf8w-v9v8-mq6h/GHSA-rf8w-v9v8-mq6h.json b/advisories/unreviewed/2022/01/GHSA-rf8w-v9v8-mq6h/GHSA-rf8w-v9v8-mq6h.json index ac68a634f97..fdc4a97521a 100644 --- a/advisories/unreviewed/2022/01/GHSA-rf8w-v9v8-mq6h/GHSA-rf8w-v9v8-mq6h.json +++ b/advisories/unreviewed/2022/01/GHSA-rf8w-v9v8-mq6h/GHSA-rf8w-v9v8-mq6h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-x8wv-6288-qp73/GHSA-x8wv-6288-qp73.json b/advisories/unreviewed/2022/01/GHSA-x8wv-6288-qp73/GHSA-x8wv-6288-qp73.json index a014877cc0e..9cc4f3d0008 100644 --- a/advisories/unreviewed/2022/01/GHSA-x8wv-6288-qp73/GHSA-x8wv-6288-qp73.json +++ b/advisories/unreviewed/2022/01/GHSA-x8wv-6288-qp73/GHSA-x8wv-6288-qp73.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-67q4-7j7w-j6hx/GHSA-67q4-7j7w-j6hx.json b/advisories/unreviewed/2022/02/GHSA-67q4-7j7w-j6hx/GHSA-67q4-7j7w-j6hx.json index 5df413d9426..cf6fb335863 100644 --- a/advisories/unreviewed/2022/02/GHSA-67q4-7j7w-j6hx/GHSA-67q4-7j7w-j6hx.json +++ b/advisories/unreviewed/2022/02/GHSA-67q4-7j7w-j6hx/GHSA-67q4-7j7w-j6hx.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-8pc8-96q3-294c/GHSA-8pc8-96q3-294c.json b/advisories/unreviewed/2022/02/GHSA-8pc8-96q3-294c/GHSA-8pc8-96q3-294c.json index f2925d38f22..23e9eef3983 100644 --- a/advisories/unreviewed/2022/02/GHSA-8pc8-96q3-294c/GHSA-8pc8-96q3-294c.json +++ b/advisories/unreviewed/2022/02/GHSA-8pc8-96q3-294c/GHSA-8pc8-96q3-294c.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-225f-m3g5-9c8q/GHSA-225f-m3g5-9c8q.json b/advisories/unreviewed/2022/05/GHSA-225f-m3g5-9c8q/GHSA-225f-m3g5-9c8q.json index 26ab543a0c7..f5d6a4bdb42 100644 --- a/advisories/unreviewed/2022/05/GHSA-225f-m3g5-9c8q/GHSA-225f-m3g5-9c8q.json +++ b/advisories/unreviewed/2022/05/GHSA-225f-m3g5-9c8q/GHSA-225f-m3g5-9c8q.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-22f3-4r93-w2x5/GHSA-22f3-4r93-w2x5.json b/advisories/unreviewed/2022/05/GHSA-22f3-4r93-w2x5/GHSA-22f3-4r93-w2x5.json index 415eea25af3..a11e91b0437 100644 --- a/advisories/unreviewed/2022/05/GHSA-22f3-4r93-w2x5/GHSA-22f3-4r93-w2x5.json +++ b/advisories/unreviewed/2022/05/GHSA-22f3-4r93-w2x5/GHSA-22f3-4r93-w2x5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-239p-q346-3xw9/GHSA-239p-q346-3xw9.json b/advisories/unreviewed/2022/05/GHSA-239p-q346-3xw9/GHSA-239p-q346-3xw9.json index 0292805bd1d..94688bd6caa 100644 --- a/advisories/unreviewed/2022/05/GHSA-239p-q346-3xw9/GHSA-239p-q346-3xw9.json +++ b/advisories/unreviewed/2022/05/GHSA-239p-q346-3xw9/GHSA-239p-q346-3xw9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-23fp-mccx-jgj3/GHSA-23fp-mccx-jgj3.json b/advisories/unreviewed/2022/05/GHSA-23fp-mccx-jgj3/GHSA-23fp-mccx-jgj3.json index 832302354db..203dadc7512 100644 --- a/advisories/unreviewed/2022/05/GHSA-23fp-mccx-jgj3/GHSA-23fp-mccx-jgj3.json +++ b/advisories/unreviewed/2022/05/GHSA-23fp-mccx-jgj3/GHSA-23fp-mccx-jgj3.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-2578-mq3j-6qq4/GHSA-2578-mq3j-6qq4.json b/advisories/unreviewed/2022/05/GHSA-2578-mq3j-6qq4/GHSA-2578-mq3j-6qq4.json index e9124d16fe5..6e3e8f1b31d 100644 --- a/advisories/unreviewed/2022/05/GHSA-2578-mq3j-6qq4/GHSA-2578-mq3j-6qq4.json +++ b/advisories/unreviewed/2022/05/GHSA-2578-mq3j-6qq4/GHSA-2578-mq3j-6qq4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-26rm-6fp3-xxhj/GHSA-26rm-6fp3-xxhj.json b/advisories/unreviewed/2022/05/GHSA-26rm-6fp3-xxhj/GHSA-26rm-6fp3-xxhj.json index e7d2f0f738b..ce54a3348e9 100644 --- a/advisories/unreviewed/2022/05/GHSA-26rm-6fp3-xxhj/GHSA-26rm-6fp3-xxhj.json +++ b/advisories/unreviewed/2022/05/GHSA-26rm-6fp3-xxhj/GHSA-26rm-6fp3-xxhj.json @@ -7,12 +7,8 @@ "CVE-2015-6341" ], "details": "The Web Management GUI on Cisco Wireless LAN Controller (WLC) devices with software 7.4(140.0) and 8.0(120.0) allows remote attackers to cause a denial of service (client disconnection) via unspecified vectors, aka Bug ID CSCuw10610.", - "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-26x4-v2c2-q7rx/GHSA-26x4-v2c2-q7rx.json b/advisories/unreviewed/2022/05/GHSA-26x4-v2c2-q7rx/GHSA-26x4-v2c2-q7rx.json index adb8c1e4cae..271f5683b4c 100644 --- a/advisories/unreviewed/2022/05/GHSA-26x4-v2c2-q7rx/GHSA-26x4-v2c2-q7rx.json +++ b/advisories/unreviewed/2022/05/GHSA-26x4-v2c2-q7rx/GHSA-26x4-v2c2-q7rx.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-276q-3hcm-m928/GHSA-276q-3hcm-m928.json b/advisories/unreviewed/2022/05/GHSA-276q-3hcm-m928/GHSA-276q-3hcm-m928.json index 6a76eddb09e..a536de46b0e 100644 --- a/advisories/unreviewed/2022/05/GHSA-276q-3hcm-m928/GHSA-276q-3hcm-m928.json +++ b/advisories/unreviewed/2022/05/GHSA-276q-3hcm-m928/GHSA-276q-3hcm-m928.json @@ -7,12 +7,8 @@ "CVE-2014-2617" ], "details": "Unspecified vulnerability in HP Universal CMDB 10.01 and 10.10 allows remote attackers to execute arbitrary code or obtain sensitive information via unknown vectors, aka ZDI-CAN-2104.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-27c7-r685-f6vw/GHSA-27c7-r685-f6vw.json b/advisories/unreviewed/2022/05/GHSA-27c7-r685-f6vw/GHSA-27c7-r685-f6vw.json index 7f9159b78fa..a6a5b403816 100644 --- a/advisories/unreviewed/2022/05/GHSA-27c7-r685-f6vw/GHSA-27c7-r685-f6vw.json +++ b/advisories/unreviewed/2022/05/GHSA-27c7-r685-f6vw/GHSA-27c7-r685-f6vw.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-27gv-hmxx-3r2x/GHSA-27gv-hmxx-3r2x.json b/advisories/unreviewed/2022/05/GHSA-27gv-hmxx-3r2x/GHSA-27gv-hmxx-3r2x.json index 79d23e047bf..ec01d6211ac 100644 --- a/advisories/unreviewed/2022/05/GHSA-27gv-hmxx-3r2x/GHSA-27gv-hmxx-3r2x.json +++ b/advisories/unreviewed/2022/05/GHSA-27gv-hmxx-3r2x/GHSA-27gv-hmxx-3r2x.json @@ -7,12 +7,8 @@ "CVE-2013-6835" ], "details": "TelephonyUI Framework in Apple iOS 7 before 7.1, when Safari is used, does not require user confirmation for FaceTime audio calls, which allows remote attackers to obtain telephone number or e-mail address information via a facetime-audio: URL.", - "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-27v3-wp78-r8ww/GHSA-27v3-wp78-r8ww.json b/advisories/unreviewed/2022/05/GHSA-27v3-wp78-r8ww/GHSA-27v3-wp78-r8ww.json index 75e64006712..889408b940b 100644 --- a/advisories/unreviewed/2022/05/GHSA-27v3-wp78-r8ww/GHSA-27v3-wp78-r8ww.json +++ b/advisories/unreviewed/2022/05/GHSA-27v3-wp78-r8ww/GHSA-27v3-wp78-r8ww.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-283g-59hf-7q7h/GHSA-283g-59hf-7q7h.json b/advisories/unreviewed/2022/05/GHSA-283g-59hf-7q7h/GHSA-283g-59hf-7q7h.json index 33876cc1081..d5cd54647ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-283g-59hf-7q7h/GHSA-283g-59hf-7q7h.json +++ b/advisories/unreviewed/2022/05/GHSA-283g-59hf-7q7h/GHSA-283g-59hf-7q7h.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-28f5-mg2c-r34c/GHSA-28f5-mg2c-r34c.json b/advisories/unreviewed/2022/05/GHSA-28f5-mg2c-r34c/GHSA-28f5-mg2c-r34c.json index 3ece6563f27..d148c17945b 100644 --- a/advisories/unreviewed/2022/05/GHSA-28f5-mg2c-r34c/GHSA-28f5-mg2c-r34c.json +++ b/advisories/unreviewed/2022/05/GHSA-28f5-mg2c-r34c/GHSA-28f5-mg2c-r34c.json @@ -7,12 +7,8 @@ "CVE-2015-3073" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to bypass intended restrictions on JavaScript API execution via unspecified vectors, a different vulnerability than CVE-2015-3060, CVE-2015-3061, CVE-2015-3062, CVE-2015-3063, CVE-2015-3064, CVE-2015-3065, CVE-2015-3066, CVE-2015-3067, CVE-2015-3068, CVE-2015-3069, CVE-2015-3071, CVE-2015-3072, and CVE-2015-3074.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-28g2-8prg-qmrx/GHSA-28g2-8prg-qmrx.json b/advisories/unreviewed/2022/05/GHSA-28g2-8prg-qmrx/GHSA-28g2-8prg-qmrx.json index 7dfe1c52fac..ffc30db9cbd 100644 --- a/advisories/unreviewed/2022/05/GHSA-28g2-8prg-qmrx/GHSA-28g2-8prg-qmrx.json +++ b/advisories/unreviewed/2022/05/GHSA-28g2-8prg-qmrx/GHSA-28g2-8prg-qmrx.json @@ -7,12 +7,8 @@ "CVE-2014-3088" ], "details": "stconf.nsf in IBM Sametime Meeting Server 8.5.1 relies on the client to validate the file format used in wAttach?OpenForm multipart/form-data POST requests, which allows remote authenticated users to bypass intended upload restrictions by modifying the Content-Type header and file extension, as demonstrated by replacing a text/plain .txt upload with an application/octet-stream .exe upload.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-28qp-98vv-5xqx/GHSA-28qp-98vv-5xqx.json b/advisories/unreviewed/2022/05/GHSA-28qp-98vv-5xqx/GHSA-28qp-98vv-5xqx.json index 818bedede07..70e7cc343cc 100644 --- a/advisories/unreviewed/2022/05/GHSA-28qp-98vv-5xqx/GHSA-28qp-98vv-5xqx.json +++ b/advisories/unreviewed/2022/05/GHSA-28qp-98vv-5xqx/GHSA-28qp-98vv-5xqx.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-2924-22w3-7pm7/GHSA-2924-22w3-7pm7.json b/advisories/unreviewed/2022/05/GHSA-2924-22w3-7pm7/GHSA-2924-22w3-7pm7.json index 3ef597a80be..0ff353715f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-2924-22w3-7pm7/GHSA-2924-22w3-7pm7.json +++ b/advisories/unreviewed/2022/05/GHSA-2924-22w3-7pm7/GHSA-2924-22w3-7pm7.json @@ -7,12 +7,8 @@ "CVE-2014-2616" ], "details": "Unspecified vulnerability in HP Universal CMDB 10.01 and 10.10 allows remote attackers to execute arbitrary code or obtain sensitive information via unknown vectors, aka ZDI-CAN-2091.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-294r-c888-mvp7/GHSA-294r-c888-mvp7.json b/advisories/unreviewed/2022/05/GHSA-294r-c888-mvp7/GHSA-294r-c888-mvp7.json index 4af737593fd..6662bdfec8c 100644 --- a/advisories/unreviewed/2022/05/GHSA-294r-c888-mvp7/GHSA-294r-c888-mvp7.json +++ b/advisories/unreviewed/2022/05/GHSA-294r-c888-mvp7/GHSA-294r-c888-mvp7.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-297g-9658-43jh/GHSA-297g-9658-43jh.json b/advisories/unreviewed/2022/05/GHSA-297g-9658-43jh/GHSA-297g-9658-43jh.json index 8f633034def..7cc344402f0 100644 --- a/advisories/unreviewed/2022/05/GHSA-297g-9658-43jh/GHSA-297g-9658-43jh.json +++ b/advisories/unreviewed/2022/05/GHSA-297g-9658-43jh/GHSA-297g-9658-43jh.json @@ -7,12 +7,8 @@ "CVE-2015-0698" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in filter search forms in admin web pages on Cisco Web Security Appliance (WSA) devices with software 8.5.0-497 allow remote attackers to inject arbitrary web script or HTML via a crafted URL, aka Bug ID CSCut39213.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-29pg-266p-f6j2/GHSA-29pg-266p-f6j2.json b/advisories/unreviewed/2022/05/GHSA-29pg-266p-f6j2/GHSA-29pg-266p-f6j2.json index 3a1f0a4c65e..1b4cf0d5ab9 100644 --- a/advisories/unreviewed/2022/05/GHSA-29pg-266p-f6j2/GHSA-29pg-266p-f6j2.json +++ b/advisories/unreviewed/2022/05/GHSA-29pg-266p-f6j2/GHSA-29pg-266p-f6j2.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-29v6-j9p2-6qxc/GHSA-29v6-j9p2-6qxc.json b/advisories/unreviewed/2022/05/GHSA-29v6-j9p2-6qxc/GHSA-29v6-j9p2-6qxc.json index 5bc62b13955..633db6a6846 100644 --- a/advisories/unreviewed/2022/05/GHSA-29v6-j9p2-6qxc/GHSA-29v6-j9p2-6qxc.json +++ b/advisories/unreviewed/2022/05/GHSA-29v6-j9p2-6qxc/GHSA-29v6-j9p2-6qxc.json @@ -7,12 +7,8 @@ "CVE-2015-4226" ], "details": "The packet-storing feature on Cisco 9900 phones with firmware 9.3(2) does not properly support the RTP protocol, which allows remote attackers to cause a denial of service (device hang) by sending malformed RTP packets after a call is answered, aka Bug ID CSCur39976.", - "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-2c3f-m3m3-476h/GHSA-2c3f-m3m3-476h.json b/advisories/unreviewed/2022/05/GHSA-2c3f-m3m3-476h/GHSA-2c3f-m3m3-476h.json index 5dc784c2086..0d59e919120 100644 --- a/advisories/unreviewed/2022/05/GHSA-2c3f-m3m3-476h/GHSA-2c3f-m3m3-476h.json +++ b/advisories/unreviewed/2022/05/GHSA-2c3f-m3m3-476h/GHSA-2c3f-m3m3-476h.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-2cp9-94x9-wvvx/GHSA-2cp9-94x9-wvvx.json b/advisories/unreviewed/2022/05/GHSA-2cp9-94x9-wvvx/GHSA-2cp9-94x9-wvvx.json index 1a9ad8e9e96..ba617143926 100644 --- a/advisories/unreviewed/2022/05/GHSA-2cp9-94x9-wvvx/GHSA-2cp9-94x9-wvvx.json +++ b/advisories/unreviewed/2022/05/GHSA-2cp9-94x9-wvvx/GHSA-2cp9-94x9-wvvx.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-2g9r-8jcw-8cxp/GHSA-2g9r-8jcw-8cxp.json b/advisories/unreviewed/2022/05/GHSA-2g9r-8jcw-8cxp/GHSA-2g9r-8jcw-8cxp.json index dc8c0182841..ecd18340cb3 100644 --- a/advisories/unreviewed/2022/05/GHSA-2g9r-8jcw-8cxp/GHSA-2g9r-8jcw-8cxp.json +++ b/advisories/unreviewed/2022/05/GHSA-2g9r-8jcw-8cxp/GHSA-2g9r-8jcw-8cxp.json @@ -7,12 +7,8 @@ "CVE-2015-0768" ], "details": "The Device Work Center (DWC) component in Cisco Prime Network Control System (NCS) 2.1(0.0.85), 2.2(0.0.58), and 2.2(0.0.69) does not properly implement AAA roles, which allows remote authenticated users to bypass intended access restrictions and execute commands via a login session, aka Bug ID CSCur27371.", - "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-2gvx-cpxc-42hj/GHSA-2gvx-cpxc-42hj.json b/advisories/unreviewed/2022/05/GHSA-2gvx-cpxc-42hj/GHSA-2gvx-cpxc-42hj.json index 169252cfffb..e19764421a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-2gvx-cpxc-42hj/GHSA-2gvx-cpxc-42hj.json +++ b/advisories/unreviewed/2022/05/GHSA-2gvx-cpxc-42hj/GHSA-2gvx-cpxc-42hj.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-2hc2-j336-j495/GHSA-2hc2-j336-j495.json b/advisories/unreviewed/2022/05/GHSA-2hc2-j336-j495/GHSA-2hc2-j336-j495.json index 8332a74b275..96b96497fe2 100644 --- a/advisories/unreviewed/2022/05/GHSA-2hc2-j336-j495/GHSA-2hc2-j336-j495.json +++ b/advisories/unreviewed/2022/05/GHSA-2hc2-j336-j495/GHSA-2hc2-j336-j495.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-2j53-wh2m-93x6/GHSA-2j53-wh2m-93x6.json b/advisories/unreviewed/2022/05/GHSA-2j53-wh2m-93x6/GHSA-2j53-wh2m-93x6.json index 5618bad239c..84158c07529 100644 --- a/advisories/unreviewed/2022/05/GHSA-2j53-wh2m-93x6/GHSA-2j53-wh2m-93x6.json +++ b/advisories/unreviewed/2022/05/GHSA-2j53-wh2m-93x6/GHSA-2j53-wh2m-93x6.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-2j7g-j9qp-627h/GHSA-2j7g-j9qp-627h.json b/advisories/unreviewed/2022/05/GHSA-2j7g-j9qp-627h/GHSA-2j7g-j9qp-627h.json index 6b683a5b558..14acdefa624 100644 --- a/advisories/unreviewed/2022/05/GHSA-2j7g-j9qp-627h/GHSA-2j7g-j9qp-627h.json +++ b/advisories/unreviewed/2022/05/GHSA-2j7g-j9qp-627h/GHSA-2j7g-j9qp-627h.json @@ -7,12 +7,8 @@ "CVE-2014-0540" ], "details": "Adobe Flash Player before 13.0.0.241 and 14.x before 14.0.0.176 on Windows and OS X and before 11.2.202.400 on Linux, Adobe AIR before 14.0.0.178 on Windows and OS X and before 14.0.0.179 on Android, Adobe AIR SDK before 14.0.0.178, and Adobe AIR SDK & Compiler before 14.0.0.178 do not properly restrict discovery of memory addresses, which allows attackers to bypass the ASLR protection mechanism via unspecified vectors, a different vulnerability than CVE-2014-0542, CVE-2014-0543, CVE-2014-0544, and CVE-2014-0545.", - "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-2jc5-gq79-mgfc/GHSA-2jc5-gq79-mgfc.json b/advisories/unreviewed/2022/05/GHSA-2jc5-gq79-mgfc/GHSA-2jc5-gq79-mgfc.json index 45b237ae457..b104a29ad44 100644 --- a/advisories/unreviewed/2022/05/GHSA-2jc5-gq79-mgfc/GHSA-2jc5-gq79-mgfc.json +++ b/advisories/unreviewed/2022/05/GHSA-2jc5-gq79-mgfc/GHSA-2jc5-gq79-mgfc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2mp7-hxhq-256h/GHSA-2mp7-hxhq-256h.json b/advisories/unreviewed/2022/05/GHSA-2mp7-hxhq-256h/GHSA-2mp7-hxhq-256h.json index e1f67bc9a1a..2c3fdfd5cd1 100644 --- a/advisories/unreviewed/2022/05/GHSA-2mp7-hxhq-256h/GHSA-2mp7-hxhq-256h.json +++ b/advisories/unreviewed/2022/05/GHSA-2mp7-hxhq-256h/GHSA-2mp7-hxhq-256h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-2mqc-3p57-rvmw/GHSA-2mqc-3p57-rvmw.json b/advisories/unreviewed/2022/05/GHSA-2mqc-3p57-rvmw/GHSA-2mqc-3p57-rvmw.json index add029f437d..0c98e565877 100644 --- a/advisories/unreviewed/2022/05/GHSA-2mqc-3p57-rvmw/GHSA-2mqc-3p57-rvmw.json +++ b/advisories/unreviewed/2022/05/GHSA-2mqc-3p57-rvmw/GHSA-2mqc-3p57-rvmw.json @@ -7,12 +7,8 @@ "CVE-2015-0176" ], "details": "Cross-site scripting (XSS) vulnerability in MQ XR WebSockets Listener in WMQ Telemetry in IBM WebSphere MQ 8.0 before 8.0.0.2 allows remote attackers to inject arbitrary web script or HTML via a crafted URI that is included in an error response.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2p5x-6x62-jgxf/GHSA-2p5x-6x62-jgxf.json b/advisories/unreviewed/2022/05/GHSA-2p5x-6x62-jgxf/GHSA-2p5x-6x62-jgxf.json index 7b084df2717..6750c69d0db 100644 --- a/advisories/unreviewed/2022/05/GHSA-2p5x-6x62-jgxf/GHSA-2p5x-6x62-jgxf.json +++ b/advisories/unreviewed/2022/05/GHSA-2p5x-6x62-jgxf/GHSA-2p5x-6x62-jgxf.json @@ -7,12 +7,8 @@ "CVE-2014-5031" ], "details": "The web interface in CUPS before 2.0 does not check that files have world-readable permissions, which allows remote attackers to obtains sensitive information via unspecified vectors.", - "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-2pg2-fqwq-2432/GHSA-2pg2-fqwq-2432.json b/advisories/unreviewed/2022/05/GHSA-2pg2-fqwq-2432/GHSA-2pg2-fqwq-2432.json index 9d988282588..d1f2d68e5ae 100644 --- a/advisories/unreviewed/2022/05/GHSA-2pg2-fqwq-2432/GHSA-2pg2-fqwq-2432.json +++ b/advisories/unreviewed/2022/05/GHSA-2pg2-fqwq-2432/GHSA-2pg2-fqwq-2432.json @@ -7,12 +7,8 @@ "CVE-2015-0717" ], "details": "Cisco Unified Communications Manager 10.0(1.10000.12) allows local users to gain privileges via a command string in an unspecified parameter, aka Bug ID CSCut19546.", - "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-2pw5-gqhj-5pj7/GHSA-2pw5-gqhj-5pj7.json b/advisories/unreviewed/2022/05/GHSA-2pw5-gqhj-5pj7/GHSA-2pw5-gqhj-5pj7.json index 815d16c52b9..49c63217e55 100644 --- a/advisories/unreviewed/2022/05/GHSA-2pw5-gqhj-5pj7/GHSA-2pw5-gqhj-5pj7.json +++ b/advisories/unreviewed/2022/05/GHSA-2pw5-gqhj-5pj7/GHSA-2pw5-gqhj-5pj7.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-2pxc-92c8-j37f/GHSA-2pxc-92c8-j37f.json b/advisories/unreviewed/2022/05/GHSA-2pxc-92c8-j37f/GHSA-2pxc-92c8-j37f.json index fc4d5c08da6..e423df54048 100644 --- a/advisories/unreviewed/2022/05/GHSA-2pxc-92c8-j37f/GHSA-2pxc-92c8-j37f.json +++ b/advisories/unreviewed/2022/05/GHSA-2pxc-92c8-j37f/GHSA-2pxc-92c8-j37f.json @@ -7,12 +7,8 @@ "CVE-2014-1345" ], "details": "WebKit in Apple iOS before 7.1.2 and Apple Safari before 6.1.5 and 7.x before 7.0.5 does not properly encode domain names in URLs, which allows remote attackers to spoof the address bar via a crafted web site.", - "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-2q69-vjhx-9vhf/GHSA-2q69-vjhx-9vhf.json b/advisories/unreviewed/2022/05/GHSA-2q69-vjhx-9vhf/GHSA-2q69-vjhx-9vhf.json index 9dd8fac1a1f..6cff5b4c295 100644 --- a/advisories/unreviewed/2022/05/GHSA-2q69-vjhx-9vhf/GHSA-2q69-vjhx-9vhf.json +++ b/advisories/unreviewed/2022/05/GHSA-2q69-vjhx-9vhf/GHSA-2q69-vjhx-9vhf.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-2qrc-2p98-7jhh/GHSA-2qrc-2p98-7jhh.json b/advisories/unreviewed/2022/05/GHSA-2qrc-2p98-7jhh/GHSA-2qrc-2p98-7jhh.json index ecac7baab17..1499cafaee4 100644 --- a/advisories/unreviewed/2022/05/GHSA-2qrc-2p98-7jhh/GHSA-2qrc-2p98-7jhh.json +++ b/advisories/unreviewed/2022/05/GHSA-2qrc-2p98-7jhh/GHSA-2qrc-2p98-7jhh.json @@ -7,12 +7,8 @@ "CVE-2014-1700" ], "details": "Use-after-free vulnerability in modules/speech/SpeechSynthesis.cpp in Blink, as used in Google Chrome before 33.0.1750.149, allows remote attackers to cause a denial of service or possibly have unspecified other impact by leveraging improper handling of a certain utterance data structure.", - "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-2r7x-gm4g-xxwx/GHSA-2r7x-gm4g-xxwx.json b/advisories/unreviewed/2022/05/GHSA-2r7x-gm4g-xxwx/GHSA-2r7x-gm4g-xxwx.json index b8651f70265..4d0a0220b96 100644 --- a/advisories/unreviewed/2022/05/GHSA-2r7x-gm4g-xxwx/GHSA-2r7x-gm4g-xxwx.json +++ b/advisories/unreviewed/2022/05/GHSA-2r7x-gm4g-xxwx/GHSA-2r7x-gm4g-xxwx.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-2v46-7p76-gcjm/GHSA-2v46-7p76-gcjm.json b/advisories/unreviewed/2022/05/GHSA-2v46-7p76-gcjm/GHSA-2v46-7p76-gcjm.json index 97f87dd0027..7998220ed37 100644 --- a/advisories/unreviewed/2022/05/GHSA-2v46-7p76-gcjm/GHSA-2v46-7p76-gcjm.json +++ b/advisories/unreviewed/2022/05/GHSA-2v46-7p76-gcjm/GHSA-2v46-7p76-gcjm.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", @@ -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-2v59-gf35-6hpx/GHSA-2v59-gf35-6hpx.json b/advisories/unreviewed/2022/05/GHSA-2v59-gf35-6hpx/GHSA-2v59-gf35-6hpx.json index 84c14921682..9b7a8be4e80 100644 --- a/advisories/unreviewed/2022/05/GHSA-2v59-gf35-6hpx/GHSA-2v59-gf35-6hpx.json +++ b/advisories/unreviewed/2022/05/GHSA-2v59-gf35-6hpx/GHSA-2v59-gf35-6hpx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2wcq-c54q-w79p/GHSA-2wcq-c54q-w79p.json b/advisories/unreviewed/2022/05/GHSA-2wcq-c54q-w79p/GHSA-2wcq-c54q-w79p.json index b1227cf7cd4..bfb4f0e9494 100644 --- a/advisories/unreviewed/2022/05/GHSA-2wcq-c54q-w79p/GHSA-2wcq-c54q-w79p.json +++ b/advisories/unreviewed/2022/05/GHSA-2wcq-c54q-w79p/GHSA-2wcq-c54q-w79p.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-2whq-wq68-cc6m/GHSA-2whq-wq68-cc6m.json b/advisories/unreviewed/2022/05/GHSA-2whq-wq68-cc6m/GHSA-2whq-wq68-cc6m.json index cd33a62e030..c31f92ab3a1 100644 --- a/advisories/unreviewed/2022/05/GHSA-2whq-wq68-cc6m/GHSA-2whq-wq68-cc6m.json +++ b/advisories/unreviewed/2022/05/GHSA-2whq-wq68-cc6m/GHSA-2whq-wq68-cc6m.json @@ -7,12 +7,8 @@ "CVE-2015-4330" ], "details": "A local file script in Cisco TelePresence Video Communication Server (VCS) Expressway X8.5.2 allows local users to gain privileges for OS command execution via invalid parameters, aka Bug ID CSCuv10556.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2wm5-c3g6-vrfw/GHSA-2wm5-c3g6-vrfw.json b/advisories/unreviewed/2022/05/GHSA-2wm5-c3g6-vrfw/GHSA-2wm5-c3g6-vrfw.json index c5ea3972302..175357a1bb3 100644 --- a/advisories/unreviewed/2022/05/GHSA-2wm5-c3g6-vrfw/GHSA-2wm5-c3g6-vrfw.json +++ b/advisories/unreviewed/2022/05/GHSA-2wm5-c3g6-vrfw/GHSA-2wm5-c3g6-vrfw.json @@ -7,12 +7,8 @@ "CVE-2015-3068" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to bypass intended restrictions on JavaScript API execution via unspecified vectors, a different vulnerability than CVE-2015-3060, CVE-2015-3061, CVE-2015-3062, CVE-2015-3063, CVE-2015-3064, CVE-2015-3065, CVE-2015-3066, CVE-2015-3067, CVE-2015-3069, CVE-2015-3071, CVE-2015-3072, CVE-2015-3073, and CVE-2015-3074.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2x35-j3p2-5qfh/GHSA-2x35-j3p2-5qfh.json b/advisories/unreviewed/2022/05/GHSA-2x35-j3p2-5qfh/GHSA-2x35-j3p2-5qfh.json index 1d50c64781e..6e8852210dd 100644 --- a/advisories/unreviewed/2022/05/GHSA-2x35-j3p2-5qfh/GHSA-2x35-j3p2-5qfh.json +++ b/advisories/unreviewed/2022/05/GHSA-2x35-j3p2-5qfh/GHSA-2x35-j3p2-5qfh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2x6m-hh92-r9cf/GHSA-2x6m-hh92-r9cf.json b/advisories/unreviewed/2022/05/GHSA-2x6m-hh92-r9cf/GHSA-2x6m-hh92-r9cf.json index 823b14951b0..982bef757a0 100644 --- a/advisories/unreviewed/2022/05/GHSA-2x6m-hh92-r9cf/GHSA-2x6m-hh92-r9cf.json +++ b/advisories/unreviewed/2022/05/GHSA-2x6m-hh92-r9cf/GHSA-2x6m-hh92-r9cf.json @@ -7,12 +7,8 @@ "CVE-2015-0730" ], "details": "The SMB module in Cisco Wide Area Application Services (WAAS) 6.0(1) allows remote attackers to cause a denial of service (module reload) via an invalid field in a Negotiate Protocol request, aka Bug ID CSCuo75645.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2xj5-crq7-q9j9/GHSA-2xj5-crq7-q9j9.json b/advisories/unreviewed/2022/05/GHSA-2xj5-crq7-q9j9/GHSA-2xj5-crq7-q9j9.json index b957783f8ab..d0401f6d946 100644 --- a/advisories/unreviewed/2022/05/GHSA-2xj5-crq7-q9j9/GHSA-2xj5-crq7-q9j9.json +++ b/advisories/unreviewed/2022/05/GHSA-2xj5-crq7-q9j9/GHSA-2xj5-crq7-q9j9.json @@ -7,12 +7,8 @@ "CVE-2014-1719" ], "details": "Use-after-free vulnerability in the WebSharedWorkerStub::OnTerminateWorkerContext function in content/worker/websharedworker_stub.cc in the Web Workers implementation in Google Chrome before 34.0.1847.116 allows remote attackers to cause a denial of service (heap memory corruption) or possibly have unspecified other impact via vectors that trigger a SharedWorker termination during script loading.", - "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-33f5-5f45-vcqg/GHSA-33f5-5f45-vcqg.json b/advisories/unreviewed/2022/05/GHSA-33f5-5f45-vcqg/GHSA-33f5-5f45-vcqg.json index e9ccc4b8bd7..490ab6c3507 100644 --- a/advisories/unreviewed/2022/05/GHSA-33f5-5f45-vcqg/GHSA-33f5-5f45-vcqg.json +++ b/advisories/unreviewed/2022/05/GHSA-33f5-5f45-vcqg/GHSA-33f5-5f45-vcqg.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-33hm-x4hv-3825/GHSA-33hm-x4hv-3825.json b/advisories/unreviewed/2022/05/GHSA-33hm-x4hv-3825/GHSA-33hm-x4hv-3825.json index 60a4e07cba4..94d666b6f24 100644 --- a/advisories/unreviewed/2022/05/GHSA-33hm-x4hv-3825/GHSA-33hm-x4hv-3825.json +++ b/advisories/unreviewed/2022/05/GHSA-33hm-x4hv-3825/GHSA-33hm-x4hv-3825.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-34g8-f786-j67w/GHSA-34g8-f786-j67w.json b/advisories/unreviewed/2022/05/GHSA-34g8-f786-j67w/GHSA-34g8-f786-j67w.json index 887d61362a7..37dc0750687 100644 --- a/advisories/unreviewed/2022/05/GHSA-34g8-f786-j67w/GHSA-34g8-f786-j67w.json +++ b/advisories/unreviewed/2022/05/GHSA-34g8-f786-j67w/GHSA-34g8-f786-j67w.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-34pj-24jp-2jcf/GHSA-34pj-24jp-2jcf.json b/advisories/unreviewed/2022/05/GHSA-34pj-24jp-2jcf/GHSA-34pj-24jp-2jcf.json index eb53878dfc7..5994efe1ffd 100644 --- a/advisories/unreviewed/2022/05/GHSA-34pj-24jp-2jcf/GHSA-34pj-24jp-2jcf.json +++ b/advisories/unreviewed/2022/05/GHSA-34pj-24jp-2jcf/GHSA-34pj-24jp-2jcf.json @@ -7,12 +7,8 @@ "CVE-2013-5786" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.6.12 and earlier allows remote authenticated users to affect availability via unknown vectors related to InnoDB, a different vulnerability than CVE-2013-5793.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-34pw-wpqp-v5mm/GHSA-34pw-wpqp-v5mm.json b/advisories/unreviewed/2022/05/GHSA-34pw-wpqp-v5mm/GHSA-34pw-wpqp-v5mm.json index 2b2ea211e51..8da6e5b6b02 100644 --- a/advisories/unreviewed/2022/05/GHSA-34pw-wpqp-v5mm/GHSA-34pw-wpqp-v5mm.json +++ b/advisories/unreviewed/2022/05/GHSA-34pw-wpqp-v5mm/GHSA-34pw-wpqp-v5mm.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-34vf-569h-6rj4/GHSA-34vf-569h-6rj4.json b/advisories/unreviewed/2022/05/GHSA-34vf-569h-6rj4/GHSA-34vf-569h-6rj4.json index 2aa1129e907..09c32f1c8ac 100644 --- a/advisories/unreviewed/2022/05/GHSA-34vf-569h-6rj4/GHSA-34vf-569h-6rj4.json +++ b/advisories/unreviewed/2022/05/GHSA-34vf-569h-6rj4/GHSA-34vf-569h-6rj4.json @@ -7,12 +7,8 @@ "CVE-2014-1556" ], "details": "Mozilla Firefox before 31.0, Firefox ESR 24.x before 24.7, and Thunderbird before 24.7 allow remote attackers to execute arbitrary code via crafted WebGL content constructed with the Cesium JavaScript library.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-35qx-9vmg-3r4c/GHSA-35qx-9vmg-3r4c.json b/advisories/unreviewed/2022/05/GHSA-35qx-9vmg-3r4c/GHSA-35qx-9vmg-3r4c.json index 2dcbe56427c..d4f0b4b0eea 100644 --- a/advisories/unreviewed/2022/05/GHSA-35qx-9vmg-3r4c/GHSA-35qx-9vmg-3r4c.json +++ b/advisories/unreviewed/2022/05/GHSA-35qx-9vmg-3r4c/GHSA-35qx-9vmg-3r4c.json @@ -7,12 +7,8 @@ "CVE-2011-4129" ], "details": "(1) services/twitter/twitter-contact-view.c and (2) services/twitter/twitter-item-view.c in libsocialweb before 0.25.20 automatically connect to Twitter when no Twitter account is set, which might allow remote attackers to obtain sensitive information via a man-in-the-middle (MITM) attack.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-37x6-phq8-3rmq/GHSA-37x6-phq8-3rmq.json b/advisories/unreviewed/2022/05/GHSA-37x6-phq8-3rmq/GHSA-37x6-phq8-3rmq.json index 3962368cfbd..cc75396a788 100644 --- a/advisories/unreviewed/2022/05/GHSA-37x6-phq8-3rmq/GHSA-37x6-phq8-3rmq.json +++ b/advisories/unreviewed/2022/05/GHSA-37x6-phq8-3rmq/GHSA-37x6-phq8-3rmq.json @@ -7,12 +7,8 @@ "CVE-2015-3062" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to bypass intended restrictions on JavaScript API execution via unspecified vectors, a different vulnerability than CVE-2015-3060, CVE-2015-3061, CVE-2015-3063, CVE-2015-3064, CVE-2015-3065, CVE-2015-3066, CVE-2015-3067, CVE-2015-3068, CVE-2015-3069, CVE-2015-3071, CVE-2015-3072, CVE-2015-3073, and CVE-2015-3074.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-38jr-793m-8jh2/GHSA-38jr-793m-8jh2.json b/advisories/unreviewed/2022/05/GHSA-38jr-793m-8jh2/GHSA-38jr-793m-8jh2.json index 1a691064e5d..3967dbc2881 100644 --- a/advisories/unreviewed/2022/05/GHSA-38jr-793m-8jh2/GHSA-38jr-793m-8jh2.json +++ b/advisories/unreviewed/2022/05/GHSA-38jr-793m-8jh2/GHSA-38jr-793m-8jh2.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-38m7-p7j8-c694/GHSA-38m7-p7j8-c694.json b/advisories/unreviewed/2022/05/GHSA-38m7-p7j8-c694/GHSA-38m7-p7j8-c694.json index 8a042205e46..3af000d486f 100644 --- a/advisories/unreviewed/2022/05/GHSA-38m7-p7j8-c694/GHSA-38m7-p7j8-c694.json +++ b/advisories/unreviewed/2022/05/GHSA-38m7-p7j8-c694/GHSA-38m7-p7j8-c694.json @@ -7,12 +7,8 @@ "CVE-2012-2751" ], "details": "ModSecurity before 2.6.6, when used with PHP, does not properly handle single quotes not at the beginning of a request parameter value in the Content-Disposition field of a request with a multipart/form-data Content-Type header, which allows remote attackers to bypass filtering rules and perform other attacks such as cross-site scripting (XSS) attacks. NOTE: this vulnerability exists because of an incomplete fix for CVE-2009-5031.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -84,9 +80,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-399h-c495-rg37/GHSA-399h-c495-rg37.json b/advisories/unreviewed/2022/05/GHSA-399h-c495-rg37/GHSA-399h-c495-rg37.json index 0bb8ef7f879..d269e0a6eed 100644 --- a/advisories/unreviewed/2022/05/GHSA-399h-c495-rg37/GHSA-399h-c495-rg37.json +++ b/advisories/unreviewed/2022/05/GHSA-399h-c495-rg37/GHSA-399h-c495-rg37.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", @@ -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-3cgp-7r5h-7g9g/GHSA-3cgp-7r5h-7g9g.json b/advisories/unreviewed/2022/05/GHSA-3cgp-7r5h-7g9g/GHSA-3cgp-7r5h-7g9g.json index df71ef62705..2bb9b193b1a 100644 --- a/advisories/unreviewed/2022/05/GHSA-3cgp-7r5h-7g9g/GHSA-3cgp-7r5h-7g9g.json +++ b/advisories/unreviewed/2022/05/GHSA-3cgp-7r5h-7g9g/GHSA-3cgp-7r5h-7g9g.json @@ -7,12 +7,8 @@ "CVE-2015-0724" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in dncs 7.0.0.12 in Cisco Headend Digital Broadband Delivery System allow remote attackers to inject arbitrary web script or HTML via unspecified parameters in a (1) GET or (2) POST request, aka Bug ID CSCur25604.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3cq9-9wpc-c893/GHSA-3cq9-9wpc-c893.json b/advisories/unreviewed/2022/05/GHSA-3cq9-9wpc-c893/GHSA-3cq9-9wpc-c893.json index cfdb3b80f6a..42e015db14c 100644 --- a/advisories/unreviewed/2022/05/GHSA-3cq9-9wpc-c893/GHSA-3cq9-9wpc-c893.json +++ b/advisories/unreviewed/2022/05/GHSA-3cq9-9wpc-c893/GHSA-3cq9-9wpc-c893.json @@ -7,12 +7,8 @@ "CVE-2015-3074" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to bypass intended restrictions on JavaScript API execution via unspecified vectors, a different vulnerability than CVE-2015-3060, CVE-2015-3061, CVE-2015-3062, CVE-2015-3063, CVE-2015-3064, CVE-2015-3065, CVE-2015-3066, CVE-2015-3067, CVE-2015-3068, CVE-2015-3069, CVE-2015-3071, CVE-2015-3072, and CVE-2015-3073.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3cvr-7qv6-j2f2/GHSA-3cvr-7qv6-j2f2.json b/advisories/unreviewed/2022/05/GHSA-3cvr-7qv6-j2f2/GHSA-3cvr-7qv6-j2f2.json index 6b08031c442..491fd7967ab 100644 --- a/advisories/unreviewed/2022/05/GHSA-3cvr-7qv6-j2f2/GHSA-3cvr-7qv6-j2f2.json +++ b/advisories/unreviewed/2022/05/GHSA-3cvr-7qv6-j2f2/GHSA-3cvr-7qv6-j2f2.json @@ -7,12 +7,8 @@ "CVE-2015-0774" ], "details": "Cross-site scripting (XSS) vulnerability in Cisco Application and Content Networking System (ACNS) 5.5(9) allows remote attackers to inject arbitrary web script or HTML via a crafted URL, aka Bug ID CSCuu70650.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3fv7-2vc4-p8c9/GHSA-3fv7-2vc4-p8c9.json b/advisories/unreviewed/2022/05/GHSA-3fv7-2vc4-p8c9/GHSA-3fv7-2vc4-p8c9.json index 71a49e2c2cb..52e421a586d 100644 --- a/advisories/unreviewed/2022/05/GHSA-3fv7-2vc4-p8c9/GHSA-3fv7-2vc4-p8c9.json +++ b/advisories/unreviewed/2022/05/GHSA-3fv7-2vc4-p8c9/GHSA-3fv7-2vc4-p8c9.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3gh6-9qjr-2jmg/GHSA-3gh6-9qjr-2jmg.json b/advisories/unreviewed/2022/05/GHSA-3gh6-9qjr-2jmg/GHSA-3gh6-9qjr-2jmg.json index 934a4de8a87..110b5ea2e7c 100644 --- a/advisories/unreviewed/2022/05/GHSA-3gh6-9qjr-2jmg/GHSA-3gh6-9qjr-2jmg.json +++ b/advisories/unreviewed/2022/05/GHSA-3gh6-9qjr-2jmg/GHSA-3gh6-9qjr-2jmg.json @@ -7,12 +7,8 @@ "CVE-2014-0544" ], "details": "Adobe Flash Player before 13.0.0.241 and 14.x before 14.0.0.176 on Windows and OS X and before 11.2.202.400 on Linux, Adobe AIR before 14.0.0.178 on Windows and OS X and before 14.0.0.179 on Android, Adobe AIR SDK before 14.0.0.178, and Adobe AIR SDK & Compiler before 14.0.0.178 do not properly restrict discovery of memory addresses, which allows attackers to bypass the ASLR protection mechanism via unspecified vectors, a different vulnerability than CVE-2014-0540, CVE-2014-0542, CVE-2014-0543, and CVE-2014-0545.", - "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-3hhv-jc96-p35v/GHSA-3hhv-jc96-p35v.json b/advisories/unreviewed/2022/05/GHSA-3hhv-jc96-p35v/GHSA-3hhv-jc96-p35v.json index 5bd38a9cf03..2257419d897 100644 --- a/advisories/unreviewed/2022/05/GHSA-3hhv-jc96-p35v/GHSA-3hhv-jc96-p35v.json +++ b/advisories/unreviewed/2022/05/GHSA-3hhv-jc96-p35v/GHSA-3hhv-jc96-p35v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3hjr-2qmj-c4wj/GHSA-3hjr-2qmj-c4wj.json b/advisories/unreviewed/2022/05/GHSA-3hjr-2qmj-c4wj/GHSA-3hjr-2qmj-c4wj.json index bb74eef0ead..41dc40d3325 100644 --- a/advisories/unreviewed/2022/05/GHSA-3hjr-2qmj-c4wj/GHSA-3hjr-2qmj-c4wj.json +++ b/advisories/unreviewed/2022/05/GHSA-3hjr-2qmj-c4wj/GHSA-3hjr-2qmj-c4wj.json @@ -7,12 +7,8 @@ "CVE-2013-4371" ], "details": "Use-after-free vulnerability in the libxl_list_cpupool function in the libxl toolstack library in Xen 4.2.x and 4.3.x, when running \"under memory pressure,\" returns the original pointer when the realloc function fails, which allows local users to cause a denial of service (heap corruption and crash) and possibly execute arbitrary code via unspecified vectors.", - "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-3j48-6389-rp2g/GHSA-3j48-6389-rp2g.json b/advisories/unreviewed/2022/05/GHSA-3j48-6389-rp2g/GHSA-3j48-6389-rp2g.json index 65427a24c8d..f1ab294ec01 100644 --- a/advisories/unreviewed/2022/05/GHSA-3j48-6389-rp2g/GHSA-3j48-6389-rp2g.json +++ b/advisories/unreviewed/2022/05/GHSA-3j48-6389-rp2g/GHSA-3j48-6389-rp2g.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-3j64-fv5j-4hpw/GHSA-3j64-fv5j-4hpw.json b/advisories/unreviewed/2022/05/GHSA-3j64-fv5j-4hpw/GHSA-3j64-fv5j-4hpw.json index d83204438f7..2b490faef85 100644 --- a/advisories/unreviewed/2022/05/GHSA-3j64-fv5j-4hpw/GHSA-3j64-fv5j-4hpw.json +++ b/advisories/unreviewed/2022/05/GHSA-3j64-fv5j-4hpw/GHSA-3j64-fv5j-4hpw.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-3jfc-fh8w-4r9g/GHSA-3jfc-fh8w-4r9g.json b/advisories/unreviewed/2022/05/GHSA-3jfc-fh8w-4r9g/GHSA-3jfc-fh8w-4r9g.json index 99fa03214bd..0064670966c 100644 --- a/advisories/unreviewed/2022/05/GHSA-3jfc-fh8w-4r9g/GHSA-3jfc-fh8w-4r9g.json +++ b/advisories/unreviewed/2022/05/GHSA-3jfc-fh8w-4r9g/GHSA-3jfc-fh8w-4r9g.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-3jw2-x2xv-fjh8/GHSA-3jw2-x2xv-fjh8.json b/advisories/unreviewed/2022/05/GHSA-3jw2-x2xv-fjh8/GHSA-3jw2-x2xv-fjh8.json index 6ff4913fae8..dff9b4c86ef 100644 --- a/advisories/unreviewed/2022/05/GHSA-3jw2-x2xv-fjh8/GHSA-3jw2-x2xv-fjh8.json +++ b/advisories/unreviewed/2022/05/GHSA-3jw2-x2xv-fjh8/GHSA-3jw2-x2xv-fjh8.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", @@ -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-3m3c-3279-wprv/GHSA-3m3c-3279-wprv.json b/advisories/unreviewed/2022/05/GHSA-3m3c-3279-wprv/GHSA-3m3c-3279-wprv.json index 73de85ce953..cc78228fe2e 100644 --- a/advisories/unreviewed/2022/05/GHSA-3m3c-3279-wprv/GHSA-3m3c-3279-wprv.json +++ b/advisories/unreviewed/2022/05/GHSA-3m3c-3279-wprv/GHSA-3m3c-3279-wprv.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3m6w-9vp8-r8g8/GHSA-3m6w-9vp8-r8g8.json b/advisories/unreviewed/2022/05/GHSA-3m6w-9vp8-r8g8/GHSA-3m6w-9vp8-r8g8.json index 819922269d6..ea8e8505b58 100644 --- a/advisories/unreviewed/2022/05/GHSA-3m6w-9vp8-r8g8/GHSA-3m6w-9vp8-r8g8.json +++ b/advisories/unreviewed/2022/05/GHSA-3m6w-9vp8-r8g8/GHSA-3m6w-9vp8-r8g8.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-3mgw-r2j9-j49w/GHSA-3mgw-r2j9-j49w.json b/advisories/unreviewed/2022/05/GHSA-3mgw-r2j9-j49w/GHSA-3mgw-r2j9-j49w.json index 5dc59f6311d..f07484868bd 100644 --- a/advisories/unreviewed/2022/05/GHSA-3mgw-r2j9-j49w/GHSA-3mgw-r2j9-j49w.json +++ b/advisories/unreviewed/2022/05/GHSA-3mgw-r2j9-j49w/GHSA-3mgw-r2j9-j49w.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-3p8x-pc99-4p67/GHSA-3p8x-pc99-4p67.json b/advisories/unreviewed/2022/05/GHSA-3p8x-pc99-4p67/GHSA-3p8x-pc99-4p67.json index 19f6356e7e0..63fdea02eaf 100644 --- a/advisories/unreviewed/2022/05/GHSA-3p8x-pc99-4p67/GHSA-3p8x-pc99-4p67.json +++ b/advisories/unreviewed/2022/05/GHSA-3p8x-pc99-4p67/GHSA-3p8x-pc99-4p67.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-3q62-h7x3-478p/GHSA-3q62-h7x3-478p.json b/advisories/unreviewed/2022/05/GHSA-3q62-h7x3-478p/GHSA-3q62-h7x3-478p.json index f68991008a9..593a267c971 100644 --- a/advisories/unreviewed/2022/05/GHSA-3q62-h7x3-478p/GHSA-3q62-h7x3-478p.json +++ b/advisories/unreviewed/2022/05/GHSA-3q62-h7x3-478p/GHSA-3q62-h7x3-478p.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-3qgg-x8gm-v5qm/GHSA-3qgg-x8gm-v5qm.json b/advisories/unreviewed/2022/05/GHSA-3qgg-x8gm-v5qm/GHSA-3qgg-x8gm-v5qm.json index 13512d846f7..b94a3762726 100644 --- a/advisories/unreviewed/2022/05/GHSA-3qgg-x8gm-v5qm/GHSA-3qgg-x8gm-v5qm.json +++ b/advisories/unreviewed/2022/05/GHSA-3qgg-x8gm-v5qm/GHSA-3qgg-x8gm-v5qm.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-3qgm-2h8m-458c/GHSA-3qgm-2h8m-458c.json b/advisories/unreviewed/2022/05/GHSA-3qgm-2h8m-458c/GHSA-3qgm-2h8m-458c.json index 78996944f97..049e36e34f1 100644 --- a/advisories/unreviewed/2022/05/GHSA-3qgm-2h8m-458c/GHSA-3qgm-2h8m-458c.json +++ b/advisories/unreviewed/2022/05/GHSA-3qgm-2h8m-458c/GHSA-3qgm-2h8m-458c.json @@ -7,12 +7,8 @@ "CVE-2014-5241" ], "details": "The JSONP endpoint in includes/api/ApiFormatJson.php in MediaWiki before 1.19.18, 1.20.x through 1.22.x before 1.22.9, and 1.23.x before 1.23.2 accepts certain long callback values and does not restrict the initial bytes of a JSONP response, which allows remote attackers to conduct cross-site request forgery (CSRF) attacks, and obtain sensitive information, via a crafted OBJECT element with SWF content consistent with a restricted character set.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3qmh-69j2-8hj7/GHSA-3qmh-69j2-8hj7.json b/advisories/unreviewed/2022/05/GHSA-3qmh-69j2-8hj7/GHSA-3qmh-69j2-8hj7.json index b4707591ae1..41c2d5753e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-3qmh-69j2-8hj7/GHSA-3qmh-69j2-8hj7.json +++ b/advisories/unreviewed/2022/05/GHSA-3qmh-69j2-8hj7/GHSA-3qmh-69j2-8hj7.json @@ -7,12 +7,8 @@ "CVE-2013-5227" ], "details": "Apple Safari before 6.1.1 and 7.x before 7.0.1 allows remote attackers to bypass the Same Origin Policy and discover credentials by triggering autofill of subframe form fields.", - "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-3qmw-9h4q-fjvj/GHSA-3qmw-9h4q-fjvj.json b/advisories/unreviewed/2022/05/GHSA-3qmw-9h4q-fjvj/GHSA-3qmw-9h4q-fjvj.json index daa55f7f069..2e041a6d0b1 100644 --- a/advisories/unreviewed/2022/05/GHSA-3qmw-9h4q-fjvj/GHSA-3qmw-9h4q-fjvj.json +++ b/advisories/unreviewed/2022/05/GHSA-3qmw-9h4q-fjvj/GHSA-3qmw-9h4q-fjvj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3r93-c4x2-hj85/GHSA-3r93-c4x2-hj85.json b/advisories/unreviewed/2022/05/GHSA-3r93-c4x2-hj85/GHSA-3r93-c4x2-hj85.json index b704d0a6a84..fe49910d6de 100644 --- a/advisories/unreviewed/2022/05/GHSA-3r93-c4x2-hj85/GHSA-3r93-c4x2-hj85.json +++ b/advisories/unreviewed/2022/05/GHSA-3r93-c4x2-hj85/GHSA-3r93-c4x2-hj85.json @@ -7,12 +7,8 @@ "CVE-2013-4353" ], "details": "The ssl3_take_mac function in ssl/s3_both.c in OpenSSL 1.0.1 before 1.0.1f allows remote TLS servers to cause a denial of service (NULL pointer dereference and application crash) via a crafted Next Protocol Negotiation record in a TLS handshake.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3v45-w9r6-863p/GHSA-3v45-w9r6-863p.json b/advisories/unreviewed/2022/05/GHSA-3v45-w9r6-863p/GHSA-3v45-w9r6-863p.json index 18f4444da4d..44209486f33 100644 --- a/advisories/unreviewed/2022/05/GHSA-3v45-w9r6-863p/GHSA-3v45-w9r6-863p.json +++ b/advisories/unreviewed/2022/05/GHSA-3v45-w9r6-863p/GHSA-3v45-w9r6-863p.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-3v6r-vhg4-9m9j/GHSA-3v6r-vhg4-9m9j.json b/advisories/unreviewed/2022/05/GHSA-3v6r-vhg4-9m9j/GHSA-3v6r-vhg4-9m9j.json index 29da2474846..f42512b1230 100644 --- a/advisories/unreviewed/2022/05/GHSA-3v6r-vhg4-9m9j/GHSA-3v6r-vhg4-9m9j.json +++ b/advisories/unreviewed/2022/05/GHSA-3v6r-vhg4-9m9j/GHSA-3v6r-vhg4-9m9j.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-3v6x-9mfm-xp5x/GHSA-3v6x-9mfm-xp5x.json b/advisories/unreviewed/2022/05/GHSA-3v6x-9mfm-xp5x/GHSA-3v6x-9mfm-xp5x.json index 568a15fbd7b..829b8f49984 100644 --- a/advisories/unreviewed/2022/05/GHSA-3v6x-9mfm-xp5x/GHSA-3v6x-9mfm-xp5x.json +++ b/advisories/unreviewed/2022/05/GHSA-3v6x-9mfm-xp5x/GHSA-3v6x-9mfm-xp5x.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-3v9x-96vg-cf42/GHSA-3v9x-96vg-cf42.json b/advisories/unreviewed/2022/05/GHSA-3v9x-96vg-cf42/GHSA-3v9x-96vg-cf42.json index fd562a1ab5e..1cb250692bf 100644 --- a/advisories/unreviewed/2022/05/GHSA-3v9x-96vg-cf42/GHSA-3v9x-96vg-cf42.json +++ b/advisories/unreviewed/2022/05/GHSA-3v9x-96vg-cf42/GHSA-3v9x-96vg-cf42.json @@ -7,12 +7,8 @@ "CVE-2014-1702" ], "details": "Use-after-free vulnerability in the DatabaseThread::cleanupDatabaseThread function in modules/webdatabase/DatabaseThread.cpp in the web database implementation in Blink, as used in Google Chrome before 33.0.1750.149, allows remote attackers to cause a denial of service or possibly have unspecified other impact by leveraging improper handling of scheduled tasks during shutdown of a thread.", - "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-3w77-cv9r-g8qj/GHSA-3w77-cv9r-g8qj.json b/advisories/unreviewed/2022/05/GHSA-3w77-cv9r-g8qj/GHSA-3w77-cv9r-g8qj.json index 63fa50b2370..cb7e8a1fd7b 100644 --- a/advisories/unreviewed/2022/05/GHSA-3w77-cv9r-g8qj/GHSA-3w77-cv9r-g8qj.json +++ b/advisories/unreviewed/2022/05/GHSA-3w77-cv9r-g8qj/GHSA-3w77-cv9r-g8qj.json @@ -7,12 +7,8 @@ "CVE-2014-4747" ], "details": "The Classic Meeting Server in IBM Sametime 8.x through 8.5.2.1 allows physically proximate attackers to discover a meeting password hash by leveraging access to an unattended workstation to read HTML source code within a victim's browser.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3wp6-w2rj-8433/GHSA-3wp6-w2rj-8433.json b/advisories/unreviewed/2022/05/GHSA-3wp6-w2rj-8433/GHSA-3wp6-w2rj-8433.json index 2a171f4462c..c540f552c47 100644 --- a/advisories/unreviewed/2022/05/GHSA-3wp6-w2rj-8433/GHSA-3wp6-w2rj-8433.json +++ b/advisories/unreviewed/2022/05/GHSA-3wp6-w2rj-8433/GHSA-3wp6-w2rj-8433.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", @@ -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-3x5x-3g9q-3qwr/GHSA-3x5x-3g9q-3qwr.json b/advisories/unreviewed/2022/05/GHSA-3x5x-3g9q-3qwr/GHSA-3x5x-3g9q-3qwr.json index 1514941a6e3..da3457c1888 100644 --- a/advisories/unreviewed/2022/05/GHSA-3x5x-3g9q-3qwr/GHSA-3x5x-3g9q-3qwr.json +++ b/advisories/unreviewed/2022/05/GHSA-3x5x-3g9q-3qwr/GHSA-3x5x-3g9q-3qwr.json @@ -7,12 +7,8 @@ "CVE-2014-5163" ], "details": "The APN decode functionality in (1) epan/dissectors/packet-gtp.c and (2) epan/dissectors/packet-gsm_a_gm.c in the GTP and GSM Management dissectors in Wireshark 1.10.x before 1.10.9 does not completely initialize a certain buffer, which allows remote attackers to cause a denial of service (application crash) via a crafted packet.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3xqg-5854-vr8m/GHSA-3xqg-5854-vr8m.json b/advisories/unreviewed/2022/05/GHSA-3xqg-5854-vr8m/GHSA-3xqg-5854-vr8m.json index 9f4629cf2fe..15f57bcd8e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-3xqg-5854-vr8m/GHSA-3xqg-5854-vr8m.json +++ b/advisories/unreviewed/2022/05/GHSA-3xqg-5854-vr8m/GHSA-3xqg-5854-vr8m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-3xqm-48xm-6r9w/GHSA-3xqm-48xm-6r9w.json b/advisories/unreviewed/2022/05/GHSA-3xqm-48xm-6r9w/GHSA-3xqm-48xm-6r9w.json index e882cf6e374..c3d7ff68bb1 100644 --- a/advisories/unreviewed/2022/05/GHSA-3xqm-48xm-6r9w/GHSA-3xqm-48xm-6r9w.json +++ b/advisories/unreviewed/2022/05/GHSA-3xqm-48xm-6r9w/GHSA-3xqm-48xm-6r9w.json @@ -7,12 +7,8 @@ "CVE-2014-1562" ], "details": "Unspecified vulnerability in the browser engine in Mozilla Firefox before 32.0, Firefox ESR 24.x before 24.8 and 31.x before 31.1, and Thunderbird 24.x before 24.8 and 31.x before 31.1 allows remote attackers to cause a denial of service (memory corruption and application crash) or possibly execute arbitrary code via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-42c9-mw7r-66f3/GHSA-42c9-mw7r-66f3.json b/advisories/unreviewed/2022/05/GHSA-42c9-mw7r-66f3/GHSA-42c9-mw7r-66f3.json index 4eef47ff67c..992766c6de2 100644 --- a/advisories/unreviewed/2022/05/GHSA-42c9-mw7r-66f3/GHSA-42c9-mw7r-66f3.json +++ b/advisories/unreviewed/2022/05/GHSA-42c9-mw7r-66f3/GHSA-42c9-mw7r-66f3.json @@ -7,12 +7,8 @@ "CVE-2014-0058" ], "details": "The security audit functionality in Red Hat JBoss Enterprise Application Platform (EAP) 6.x before 6.2.1 logs request parameters in plaintext, which might allow local users to obtain passwords by reading the log files.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-433j-r9f7-6q7g/GHSA-433j-r9f7-6q7g.json b/advisories/unreviewed/2022/05/GHSA-433j-r9f7-6q7g/GHSA-433j-r9f7-6q7g.json index ea82ec98093..a91d03c58b7 100644 --- a/advisories/unreviewed/2022/05/GHSA-433j-r9f7-6q7g/GHSA-433j-r9f7-6q7g.json +++ b/advisories/unreviewed/2022/05/GHSA-433j-r9f7-6q7g/GHSA-433j-r9f7-6q7g.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-433x-mwqf-j53f/GHSA-433x-mwqf-j53f.json b/advisories/unreviewed/2022/05/GHSA-433x-mwqf-j53f/GHSA-433x-mwqf-j53f.json index 15f8e0828b7..a160021518c 100644 --- a/advisories/unreviewed/2022/05/GHSA-433x-mwqf-j53f/GHSA-433x-mwqf-j53f.json +++ b/advisories/unreviewed/2022/05/GHSA-433x-mwqf-j53f/GHSA-433x-mwqf-j53f.json @@ -7,12 +7,8 @@ "CVE-2014-3300" ], "details": "The BVSMWeb portal in the web framework in Cisco Unified Communications Domain Manager (CDM) in Unified CDM Application Software before 10 does not properly implement access control, which allows remote attackers to modify user information via a crafted URL, aka Bug ID CSCum77041.", - "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-434c-grmw-6675/GHSA-434c-grmw-6675.json b/advisories/unreviewed/2022/05/GHSA-434c-grmw-6675/GHSA-434c-grmw-6675.json index ee96b93b3e9..c874f023c24 100644 --- a/advisories/unreviewed/2022/05/GHSA-434c-grmw-6675/GHSA-434c-grmw-6675.json +++ b/advisories/unreviewed/2022/05/GHSA-434c-grmw-6675/GHSA-434c-grmw-6675.json @@ -7,12 +7,8 @@ "CVE-2015-6310" ], "details": "The REST interface in Cisco Unified Communications Manager IM and Presence Service 11.5(1) allows remote attackers to cause a denial of service (SIP proxy service restart) via a crafted HTTP request, aka Bug ID CSCuw31632.", - "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-4444-m42x-r3q8/GHSA-4444-m42x-r3q8.json b/advisories/unreviewed/2022/05/GHSA-4444-m42x-r3q8/GHSA-4444-m42x-r3q8.json index bc141574740..cda63b410a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-4444-m42x-r3q8/GHSA-4444-m42x-r3q8.json +++ b/advisories/unreviewed/2022/05/GHSA-4444-m42x-r3q8/GHSA-4444-m42x-r3q8.json @@ -7,12 +7,8 @@ "CVE-2014-1565" ], "details": "The mozilla::dom::AudioEventTimeline function in the Web Audio API implementation in Mozilla Firefox before 32.0, Firefox ESR 31.x before 31.1, and Thunderbird 31.x before 31.1 does not properly create audio timelines, which allows remote attackers to obtain sensitive information from process memory or cause a denial of service (out-of-bounds read) via crafted API calls.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4484-gfhj-qfpj/GHSA-4484-gfhj-qfpj.json b/advisories/unreviewed/2022/05/GHSA-4484-gfhj-qfpj/GHSA-4484-gfhj-qfpj.json index e34e8105bc3..e4fd1ca0d1a 100644 --- a/advisories/unreviewed/2022/05/GHSA-4484-gfhj-qfpj/GHSA-4484-gfhj-qfpj.json +++ b/advisories/unreviewed/2022/05/GHSA-4484-gfhj-qfpj/GHSA-4484-gfhj-qfpj.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-44jf-xm9h-rr34/GHSA-44jf-xm9h-rr34.json b/advisories/unreviewed/2022/05/GHSA-44jf-xm9h-rr34/GHSA-44jf-xm9h-rr34.json index d76dee64586..31460cb40f5 100644 --- a/advisories/unreviewed/2022/05/GHSA-44jf-xm9h-rr34/GHSA-44jf-xm9h-rr34.json +++ b/advisories/unreviewed/2022/05/GHSA-44jf-xm9h-rr34/GHSA-44jf-xm9h-rr34.json @@ -7,12 +7,8 @@ "CVE-2015-0759" ], "details": "Cross-site request forgery (CSRF) vulnerability in Cisco Headend Digital Broadband Delivery System allows remote attackers to hijack the authentication of arbitrary users.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4629-w9q3-57jr/GHSA-4629-w9q3-57jr.json b/advisories/unreviewed/2022/05/GHSA-4629-w9q3-57jr/GHSA-4629-w9q3-57jr.json index e9aa5f191bb..6c334d7023d 100644 --- a/advisories/unreviewed/2022/05/GHSA-4629-w9q3-57jr/GHSA-4629-w9q3-57jr.json +++ b/advisories/unreviewed/2022/05/GHSA-4629-w9q3-57jr/GHSA-4629-w9q3-57jr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-467p-9ph7-w7hw/GHSA-467p-9ph7-w7hw.json b/advisories/unreviewed/2022/05/GHSA-467p-9ph7-w7hw/GHSA-467p-9ph7-w7hw.json index 1054439a03a..acfc60694f4 100644 --- a/advisories/unreviewed/2022/05/GHSA-467p-9ph7-w7hw/GHSA-467p-9ph7-w7hw.json +++ b/advisories/unreviewed/2022/05/GHSA-467p-9ph7-w7hw/GHSA-467p-9ph7-w7hw.json @@ -7,12 +7,8 @@ "CVE-2015-6324" ], "details": "The DHCPv6 relay implementation in Cisco Adaptive Security Appliance (ASA) software 9.0 before 9.0(4.37), 9.1 before 9.1(6.6), 9.2 before 9.2(4), 9.3 before 9.3(3.5), and 9.4 before 9.4(2) allows remote attackers to cause a denial of service (device reload) via crafted DHCPv6 packets, aka Bug IDs CSCus56252 and CSCus57142.", - "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-4682-rvgc-chq7/GHSA-4682-rvgc-chq7.json b/advisories/unreviewed/2022/05/GHSA-4682-rvgc-chq7/GHSA-4682-rvgc-chq7.json index 5993d328f67..61b6c5e4028 100644 --- a/advisories/unreviewed/2022/05/GHSA-4682-rvgc-chq7/GHSA-4682-rvgc-chq7.json +++ b/advisories/unreviewed/2022/05/GHSA-4682-rvgc-chq7/GHSA-4682-rvgc-chq7.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-46x9-rgr5-ww92/GHSA-46x9-rgr5-ww92.json b/advisories/unreviewed/2022/05/GHSA-46x9-rgr5-ww92/GHSA-46x9-rgr5-ww92.json index 73ec1f94ff2..3d0c9756b1c 100644 --- a/advisories/unreviewed/2022/05/GHSA-46x9-rgr5-ww92/GHSA-46x9-rgr5-ww92.json +++ b/advisories/unreviewed/2022/05/GHSA-46x9-rgr5-ww92/GHSA-46x9-rgr5-ww92.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-4764-4fxh-657m/GHSA-4764-4fxh-657m.json b/advisories/unreviewed/2022/05/GHSA-4764-4fxh-657m/GHSA-4764-4fxh-657m.json index 86ffd5cf9d6..763d3421999 100644 --- a/advisories/unreviewed/2022/05/GHSA-4764-4fxh-657m/GHSA-4764-4fxh-657m.json +++ b/advisories/unreviewed/2022/05/GHSA-4764-4fxh-657m/GHSA-4764-4fxh-657m.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-48p9-7jxv-9qm6/GHSA-48p9-7jxv-9qm6.json b/advisories/unreviewed/2022/05/GHSA-48p9-7jxv-9qm6/GHSA-48p9-7jxv-9qm6.json index 383d5cd323a..3ae2bb05cea 100644 --- a/advisories/unreviewed/2022/05/GHSA-48p9-7jxv-9qm6/GHSA-48p9-7jxv-9qm6.json +++ b/advisories/unreviewed/2022/05/GHSA-48p9-7jxv-9qm6/GHSA-48p9-7jxv-9qm6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-494p-v8gw-x4mq/GHSA-494p-v8gw-x4mq.json b/advisories/unreviewed/2022/05/GHSA-494p-v8gw-x4mq/GHSA-494p-v8gw-x4mq.json index 7d1f4792814..9aad61d1714 100644 --- a/advisories/unreviewed/2022/05/GHSA-494p-v8gw-x4mq/GHSA-494p-v8gw-x4mq.json +++ b/advisories/unreviewed/2022/05/GHSA-494p-v8gw-x4mq/GHSA-494p-v8gw-x4mq.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-4cf8-4m9p-2qv2/GHSA-4cf8-4m9p-2qv2.json b/advisories/unreviewed/2022/05/GHSA-4cf8-4m9p-2qv2/GHSA-4cf8-4m9p-2qv2.json index 6e27f63e9d3..4df32b5ddf6 100644 --- a/advisories/unreviewed/2022/05/GHSA-4cf8-4m9p-2qv2/GHSA-4cf8-4m9p-2qv2.json +++ b/advisories/unreviewed/2022/05/GHSA-4cf8-4m9p-2qv2/GHSA-4cf8-4m9p-2qv2.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", @@ -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-4cqg-g3vf-73q9/GHSA-4cqg-g3vf-73q9.json b/advisories/unreviewed/2022/05/GHSA-4cqg-g3vf-73q9/GHSA-4cqg-g3vf-73q9.json index 9733e572d66..1b0de8dbc42 100644 --- a/advisories/unreviewed/2022/05/GHSA-4cqg-g3vf-73q9/GHSA-4cqg-g3vf-73q9.json +++ b/advisories/unreviewed/2022/05/GHSA-4cqg-g3vf-73q9/GHSA-4cqg-g3vf-73q9.json @@ -7,12 +7,8 @@ "CVE-2014-1729" ], "details": "Multiple unspecified vulnerabilities in Google V8 before 3.24.35.22, as used in Google Chrome before 34.0.1847.116, allow attackers to cause a denial of service or possibly have other impact via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -88,9 +84,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4g2q-5g5w-fgqx/GHSA-4g2q-5g5w-fgqx.json b/advisories/unreviewed/2022/05/GHSA-4g2q-5g5w-fgqx/GHSA-4g2q-5g5w-fgqx.json index 3b69d8aa37e..7de80ef6cc8 100644 --- a/advisories/unreviewed/2022/05/GHSA-4g2q-5g5w-fgqx/GHSA-4g2q-5g5w-fgqx.json +++ b/advisories/unreviewed/2022/05/GHSA-4g2q-5g5w-fgqx/GHSA-4g2q-5g5w-fgqx.json @@ -7,12 +7,8 @@ "CVE-2014-1723" ], "details": "The UnescapeURLWithOffsetsImpl function in net/base/escape.cc in Google Chrome before 34.0.1847.116 does not properly handle bidirectional Internationalized Resource Identifiers (IRIs), which makes it easier for remote attackers to spoof URLs via crafted use of right-to-left (RTL) Unicode text.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4g8v-wmw6-8v54/GHSA-4g8v-wmw6-8v54.json b/advisories/unreviewed/2022/05/GHSA-4g8v-wmw6-8v54/GHSA-4g8v-wmw6-8v54.json index 5f738611c02..57a198c77ca 100644 --- a/advisories/unreviewed/2022/05/GHSA-4g8v-wmw6-8v54/GHSA-4g8v-wmw6-8v54.json +++ b/advisories/unreviewed/2022/05/GHSA-4g8v-wmw6-8v54/GHSA-4g8v-wmw6-8v54.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-4gcw-qw28-f9mp/GHSA-4gcw-qw28-f9mp.json b/advisories/unreviewed/2022/05/GHSA-4gcw-qw28-f9mp/GHSA-4gcw-qw28-f9mp.json index d8a3dc84bd1..180c089c294 100644 --- a/advisories/unreviewed/2022/05/GHSA-4gcw-qw28-f9mp/GHSA-4gcw-qw28-f9mp.json +++ b/advisories/unreviewed/2022/05/GHSA-4gcw-qw28-f9mp/GHSA-4gcw-qw28-f9mp.json @@ -7,12 +7,8 @@ "CVE-2010-4299" ], "details": "Heap-based buffer overflow in ZfHIPCND.exe in Novell Zenworks 7 Handheld Management (ZHM) allows remote attackers to execute arbitrary code via a crafted request to TCP port 2400.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4h4r-xvmr-v723/GHSA-4h4r-xvmr-v723.json b/advisories/unreviewed/2022/05/GHSA-4h4r-xvmr-v723/GHSA-4h4r-xvmr-v723.json index c600e4b13d2..38ae8ab224e 100644 --- a/advisories/unreviewed/2022/05/GHSA-4h4r-xvmr-v723/GHSA-4h4r-xvmr-v723.json +++ b/advisories/unreviewed/2022/05/GHSA-4h4r-xvmr-v723/GHSA-4h4r-xvmr-v723.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-4hrr-9ph7-2w2p/GHSA-4hrr-9ph7-2w2p.json b/advisories/unreviewed/2022/05/GHSA-4hrr-9ph7-2w2p/GHSA-4hrr-9ph7-2w2p.json index 1ee43b15851..89406a64d1d 100644 --- a/advisories/unreviewed/2022/05/GHSA-4hrr-9ph7-2w2p/GHSA-4hrr-9ph7-2w2p.json +++ b/advisories/unreviewed/2022/05/GHSA-4hrr-9ph7-2w2p/GHSA-4hrr-9ph7-2w2p.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-4j32-72jw-m8v4/GHSA-4j32-72jw-m8v4.json b/advisories/unreviewed/2022/05/GHSA-4j32-72jw-m8v4/GHSA-4j32-72jw-m8v4.json index 646428b6379..3b217ade3be 100644 --- a/advisories/unreviewed/2022/05/GHSA-4j32-72jw-m8v4/GHSA-4j32-72jw-m8v4.json +++ b/advisories/unreviewed/2022/05/GHSA-4j32-72jw-m8v4/GHSA-4j32-72jw-m8v4.json @@ -7,12 +7,8 @@ "CVE-2014-1728" ], "details": "Multiple unspecified vulnerabilities in Google Chrome before 34.0.1847.116 allow attackers to cause a denial of service or possibly have other impact via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -96,9 +92,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4jpf-c3p7-8jx7/GHSA-4jpf-c3p7-8jx7.json b/advisories/unreviewed/2022/05/GHSA-4jpf-c3p7-8jx7/GHSA-4jpf-c3p7-8jx7.json index 0649e2e2cd4..0d077dec67a 100644 --- a/advisories/unreviewed/2022/05/GHSA-4jpf-c3p7-8jx7/GHSA-4jpf-c3p7-8jx7.json +++ b/advisories/unreviewed/2022/05/GHSA-4jpf-c3p7-8jx7/GHSA-4jpf-c3p7-8jx7.json @@ -7,12 +7,8 @@ "CVE-2014-1891" ], "details": "Multiple integer overflows in the (1) FLASK_GETBOOL, (2) FLASK_SETBOOL, (3) FLASK_USER, and (4) FLASK_CONTEXT_TO_SID suboperations in the flask hypercall in Xen 4.3.x, 4.2.x, 4.1.x, 3.2.x, and earlier, when XSM is enabled, allow local users to cause a denial of service (processor fault) via unspecified vectors, a different vulnerability than CVE-2014-1892, CVE-2014-1893, and CVE-2014-1894.", - "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-4mfv-78wv-cc6j/GHSA-4mfv-78wv-cc6j.json b/advisories/unreviewed/2022/05/GHSA-4mfv-78wv-cc6j/GHSA-4mfv-78wv-cc6j.json index 82a8a081880..a5b1e06d5c0 100644 --- a/advisories/unreviewed/2022/05/GHSA-4mfv-78wv-cc6j/GHSA-4mfv-78wv-cc6j.json +++ b/advisories/unreviewed/2022/05/GHSA-4mfv-78wv-cc6j/GHSA-4mfv-78wv-cc6j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4mmx-4w74-g4x8/GHSA-4mmx-4w74-g4x8.json b/advisories/unreviewed/2022/05/GHSA-4mmx-4w74-g4x8/GHSA-4mmx-4w74-g4x8.json index 5b8268e1e68..3113deebeae 100644 --- a/advisories/unreviewed/2022/05/GHSA-4mmx-4w74-g4x8/GHSA-4mmx-4w74-g4x8.json +++ b/advisories/unreviewed/2022/05/GHSA-4mmx-4w74-g4x8/GHSA-4mmx-4w74-g4x8.json @@ -7,12 +7,8 @@ "CVE-2015-4324" ], "details": "Buffer overflow in Cisco NX-OS on Nexus 1000V devices for VMware vSphere 7.3(0)ZN(0.81), Nexus 3000 devices 7.3(0)ZN(0.81), Nexus 4000 devices 4.1(2)E1(1c), Nexus 7000 devices 7.2(0)N1(0.1), and Nexus 9000 devices 7.3(0)ZN(0.81) allows remote attackers to cause a denial of service (IGMP process restart) via a malformed IGMPv3 packet that is mishandled during memory allocation, aka Bug IDs CSCuv69713, CSCuv69717, CSCuv69723, CSCuv69732, and CSCuv48908.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4mvp-29c3-w67w/GHSA-4mvp-29c3-w67w.json b/advisories/unreviewed/2022/05/GHSA-4mvp-29c3-w67w/GHSA-4mvp-29c3-w67w.json index df6f864c90d..f608005e2b6 100644 --- a/advisories/unreviewed/2022/05/GHSA-4mvp-29c3-w67w/GHSA-4mvp-29c3-w67w.json +++ b/advisories/unreviewed/2022/05/GHSA-4mvp-29c3-w67w/GHSA-4mvp-29c3-w67w.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-4p64-24wv-2jwq/GHSA-4p64-24wv-2jwq.json b/advisories/unreviewed/2022/05/GHSA-4p64-24wv-2jwq/GHSA-4p64-24wv-2jwq.json index ae9525e1717..96eaa523d34 100644 --- a/advisories/unreviewed/2022/05/GHSA-4p64-24wv-2jwq/GHSA-4p64-24wv-2jwq.json +++ b/advisories/unreviewed/2022/05/GHSA-4p64-24wv-2jwq/GHSA-4p64-24wv-2jwq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-4rm5-v8f4-mx8v/GHSA-4rm5-v8f4-mx8v.json b/advisories/unreviewed/2022/05/GHSA-4rm5-v8f4-mx8v/GHSA-4rm5-v8f4-mx8v.json index 5e17a51e90a..15038a548cb 100644 --- a/advisories/unreviewed/2022/05/GHSA-4rm5-v8f4-mx8v/GHSA-4rm5-v8f4-mx8v.json +++ b/advisories/unreviewed/2022/05/GHSA-4rm5-v8f4-mx8v/GHSA-4rm5-v8f4-mx8v.json @@ -7,12 +7,8 @@ "CVE-2014-0239" ], "details": "The internal DNS server in Samba 4.x before 4.0.18 does not check the QR field in the header section of an incoming DNS message before sending a response, which allows remote attackers to cause a denial of service (CPU and bandwidth consumption) via a forged response packet that triggers a communication loop, a related issue to CVE-1999-0103.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4rph-jf58-r356/GHSA-4rph-jf58-r356.json b/advisories/unreviewed/2022/05/GHSA-4rph-jf58-r356/GHSA-4rph-jf58-r356.json index d8f4be213b6..a2d1974b5fa 100644 --- a/advisories/unreviewed/2022/05/GHSA-4rph-jf58-r356/GHSA-4rph-jf58-r356.json +++ b/advisories/unreviewed/2022/05/GHSA-4rph-jf58-r356/GHSA-4rph-jf58-r356.json @@ -7,12 +7,8 @@ "CVE-2015-3050" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2014-9161, CVE-2015-3046, CVE-2015-3049, CVE-2015-3051, CVE-2015-3052, CVE-2015-3056, CVE-2015-3057, CVE-2015-3070, and CVE-2015-3076.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4whh-43rv-83wp/GHSA-4whh-43rv-83wp.json b/advisories/unreviewed/2022/05/GHSA-4whh-43rv-83wp/GHSA-4whh-43rv-83wp.json index 2e72090e196..80714f12b6c 100644 --- a/advisories/unreviewed/2022/05/GHSA-4whh-43rv-83wp/GHSA-4whh-43rv-83wp.json +++ b/advisories/unreviewed/2022/05/GHSA-4whh-43rv-83wp/GHSA-4whh-43rv-83wp.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-4wmh-7vgv-pj9c/GHSA-4wmh-7vgv-pj9c.json b/advisories/unreviewed/2022/05/GHSA-4wmh-7vgv-pj9c/GHSA-4wmh-7vgv-pj9c.json index e1e3493c22b..56775e84548 100644 --- a/advisories/unreviewed/2022/05/GHSA-4wmh-7vgv-pj9c/GHSA-4wmh-7vgv-pj9c.json +++ b/advisories/unreviewed/2022/05/GHSA-4wmh-7vgv-pj9c/GHSA-4wmh-7vgv-pj9c.json @@ -7,12 +7,8 @@ "CVE-2014-2626" ], "details": "Directory traversal vulnerability in the toServerObject function in HP Network Virtualization 8.6 (aka Shunra Network Virtualization) allows remote attackers to create files, and consequently execute arbitrary code, via crafted input, aka ZDI-CAN-2024.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4wrf-2w9m-mh9f/GHSA-4wrf-2w9m-mh9f.json b/advisories/unreviewed/2022/05/GHSA-4wrf-2w9m-mh9f/GHSA-4wrf-2w9m-mh9f.json index b3d70a1036e..2a6bf2aabf3 100644 --- a/advisories/unreviewed/2022/05/GHSA-4wrf-2w9m-mh9f/GHSA-4wrf-2w9m-mh9f.json +++ b/advisories/unreviewed/2022/05/GHSA-4wrf-2w9m-mh9f/GHSA-4wrf-2w9m-mh9f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-528q-xxm6-3x57/GHSA-528q-xxm6-3x57.json b/advisories/unreviewed/2022/05/GHSA-528q-xxm6-3x57/GHSA-528q-xxm6-3x57.json index a6050e2a8a9..3c6854bed77 100644 --- a/advisories/unreviewed/2022/05/GHSA-528q-xxm6-3x57/GHSA-528q-xxm6-3x57.json +++ b/advisories/unreviewed/2022/05/GHSA-528q-xxm6-3x57/GHSA-528q-xxm6-3x57.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-52r2-7jx8-c8gc/GHSA-52r2-7jx8-c8gc.json b/advisories/unreviewed/2022/05/GHSA-52r2-7jx8-c8gc/GHSA-52r2-7jx8-c8gc.json index ba4808f69ec..f70a8f08f9b 100644 --- a/advisories/unreviewed/2022/05/GHSA-52r2-7jx8-c8gc/GHSA-52r2-7jx8-c8gc.json +++ b/advisories/unreviewed/2022/05/GHSA-52r2-7jx8-c8gc/GHSA-52r2-7jx8-c8gc.json @@ -7,12 +7,8 @@ "CVE-2014-2653" ], "details": "The verify_host_key function in sshconnect.c in the client in OpenSSH 6.6 and earlier allows remote servers to trigger the skipping of SSHFP DNS RR checking by presenting an unacceptable HostCertificate.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-533p-c3mr-3w8m/GHSA-533p-c3mr-3w8m.json b/advisories/unreviewed/2022/05/GHSA-533p-c3mr-3w8m/GHSA-533p-c3mr-3w8m.json index 133ae007679..af5bab2f464 100644 --- a/advisories/unreviewed/2022/05/GHSA-533p-c3mr-3w8m/GHSA-533p-c3mr-3w8m.json +++ b/advisories/unreviewed/2022/05/GHSA-533p-c3mr-3w8m/GHSA-533p-c3mr-3w8m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-54fp-2qxq-mm63/GHSA-54fp-2qxq-mm63.json b/advisories/unreviewed/2022/05/GHSA-54fp-2qxq-mm63/GHSA-54fp-2qxq-mm63.json index 4abef3aeb60..9945e00ee7d 100644 --- a/advisories/unreviewed/2022/05/GHSA-54fp-2qxq-mm63/GHSA-54fp-2qxq-mm63.json +++ b/advisories/unreviewed/2022/05/GHSA-54fp-2qxq-mm63/GHSA-54fp-2qxq-mm63.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-54hm-8f53-q973/GHSA-54hm-8f53-q973.json b/advisories/unreviewed/2022/05/GHSA-54hm-8f53-q973/GHSA-54hm-8f53-q973.json index 480e519103d..0193cf0774a 100644 --- a/advisories/unreviewed/2022/05/GHSA-54hm-8f53-q973/GHSA-54hm-8f53-q973.json +++ b/advisories/unreviewed/2022/05/GHSA-54hm-8f53-q973/GHSA-54hm-8f53-q973.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-54pv-p9r3-2936/GHSA-54pv-p9r3-2936.json b/advisories/unreviewed/2022/05/GHSA-54pv-p9r3-2936/GHSA-54pv-p9r3-2936.json index f0bae534188..d77121f2aeb 100644 --- a/advisories/unreviewed/2022/05/GHSA-54pv-p9r3-2936/GHSA-54pv-p9r3-2936.json +++ b/advisories/unreviewed/2022/05/GHSA-54pv-p9r3-2936/GHSA-54pv-p9r3-2936.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-5559-hrwm-fcx5/GHSA-5559-hrwm-fcx5.json b/advisories/unreviewed/2022/05/GHSA-5559-hrwm-fcx5/GHSA-5559-hrwm-fcx5.json index b5002d36918..ba545d66ee5 100644 --- a/advisories/unreviewed/2022/05/GHSA-5559-hrwm-fcx5/GHSA-5559-hrwm-fcx5.json +++ b/advisories/unreviewed/2022/05/GHSA-5559-hrwm-fcx5/GHSA-5559-hrwm-fcx5.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-55hg-465f-gp62/GHSA-55hg-465f-gp62.json b/advisories/unreviewed/2022/05/GHSA-55hg-465f-gp62/GHSA-55hg-465f-gp62.json index 3d1af1e3819..3a771bcb335 100644 --- a/advisories/unreviewed/2022/05/GHSA-55hg-465f-gp62/GHSA-55hg-465f-gp62.json +++ b/advisories/unreviewed/2022/05/GHSA-55hg-465f-gp62/GHSA-55hg-465f-gp62.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5655-4wv8-88fx/GHSA-5655-4wv8-88fx.json b/advisories/unreviewed/2022/05/GHSA-5655-4wv8-88fx/GHSA-5655-4wv8-88fx.json index 24e9983d14b..d8cb761f48f 100644 --- a/advisories/unreviewed/2022/05/GHSA-5655-4wv8-88fx/GHSA-5655-4wv8-88fx.json +++ b/advisories/unreviewed/2022/05/GHSA-5655-4wv8-88fx/GHSA-5655-4wv8-88fx.json @@ -7,12 +7,8 @@ "CVE-2014-0093" ], "details": "Red Hat JBoss Enterprise Application Platform (JBEAP) 6.2.2, when using a Java Security Manager (JSM), does not properly apply permissions defined by a policy file, which causes applications to be granted the java.security.AllPermission permission and allows remote attackers to bypass intended access restrictions.", - "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-565h-f96p-rpm8/GHSA-565h-f96p-rpm8.json b/advisories/unreviewed/2022/05/GHSA-565h-f96p-rpm8/GHSA-565h-f96p-rpm8.json index 5ce402152ef..a063a258c42 100644 --- a/advisories/unreviewed/2022/05/GHSA-565h-f96p-rpm8/GHSA-565h-f96p-rpm8.json +++ b/advisories/unreviewed/2022/05/GHSA-565h-f96p-rpm8/GHSA-565h-f96p-rpm8.json @@ -7,12 +7,8 @@ "CVE-2015-4328" ], "details": "Cisco TelePresence Video Communication Server (VCS) Expressway X8.5.2 improperly checks for a user account's read-only attribute, which allows remote authenticated users to execute arbitrary OS commands via crafted HTTP requests, as demonstrated by read or write operations on the Unified Communications lookup page, aka Bug ID CSCuv12552.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-565p-fhwf-hq35/GHSA-565p-fhwf-hq35.json b/advisories/unreviewed/2022/05/GHSA-565p-fhwf-hq35/GHSA-565p-fhwf-hq35.json index aef8c1c9b4f..931942f8bdf 100644 --- a/advisories/unreviewed/2022/05/GHSA-565p-fhwf-hq35/GHSA-565p-fhwf-hq35.json +++ b/advisories/unreviewed/2022/05/GHSA-565p-fhwf-hq35/GHSA-565p-fhwf-hq35.json @@ -7,12 +7,8 @@ "CVE-2014-1560" ], "details": "Mozilla Firefox before 31.0 and Thunderbird before 31.0 allow remote attackers to cause a denial of service (X.509 certificate parsing outage) via a crafted certificate that does not use ASCII character encoding in a required context.", - "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-56jx-8qxp-gmv8/GHSA-56jx-8qxp-gmv8.json b/advisories/unreviewed/2022/05/GHSA-56jx-8qxp-gmv8/GHSA-56jx-8qxp-gmv8.json index 506e349078a..b6e50e63e3d 100644 --- a/advisories/unreviewed/2022/05/GHSA-56jx-8qxp-gmv8/GHSA-56jx-8qxp-gmv8.json +++ b/advisories/unreviewed/2022/05/GHSA-56jx-8qxp-gmv8/GHSA-56jx-8qxp-gmv8.json @@ -7,12 +7,8 @@ "CVE-2015-0449" ], "details": "Unspecified vulnerability in the Oracle WebLogic Server component in Oracle Fusion Middleware 10.3.6.0, 12.1.1.0, and 12.1.2.0 allows remote attackers to affect integrity via unknown vectors related to Console.", - "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-56rf-56mm-64f9/GHSA-56rf-56mm-64f9.json b/advisories/unreviewed/2022/05/GHSA-56rf-56mm-64f9/GHSA-56rf-56mm-64f9.json index 65e04a2fb13..d0f9595d0c5 100644 --- a/advisories/unreviewed/2022/05/GHSA-56rf-56mm-64f9/GHSA-56rf-56mm-64f9.json +++ b/advisories/unreviewed/2022/05/GHSA-56rf-56mm-64f9/GHSA-56rf-56mm-64f9.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-56v2-82g7-86h7/GHSA-56v2-82g7-86h7.json b/advisories/unreviewed/2022/05/GHSA-56v2-82g7-86h7/GHSA-56v2-82g7-86h7.json index f4dbdfe1e09..ea8790d4e06 100644 --- a/advisories/unreviewed/2022/05/GHSA-56v2-82g7-86h7/GHSA-56v2-82g7-86h7.json +++ b/advisories/unreviewed/2022/05/GHSA-56v2-82g7-86h7/GHSA-56v2-82g7-86h7.json @@ -7,12 +7,8 @@ "CVE-2015-0752" ], "details": "Cross-site scripting (XSS) vulnerability in Cisco TelePresence Video Communication Server (VCS) X8.5.1 allows remote attackers to inject arbitrary web script or HTML via a crafted URL, aka Bug ID CSCut27635.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-56xv-9v42-q2cf/GHSA-56xv-9v42-q2cf.json b/advisories/unreviewed/2022/05/GHSA-56xv-9v42-q2cf/GHSA-56xv-9v42-q2cf.json index 90779697f11..46c643d3bb6 100644 --- a/advisories/unreviewed/2022/05/GHSA-56xv-9v42-q2cf/GHSA-56xv-9v42-q2cf.json +++ b/advisories/unreviewed/2022/05/GHSA-56xv-9v42-q2cf/GHSA-56xv-9v42-q2cf.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-57q3-hjp8-9m7r/GHSA-57q3-hjp8-9m7r.json b/advisories/unreviewed/2022/05/GHSA-57q3-hjp8-9m7r/GHSA-57q3-hjp8-9m7r.json index 46eef2b4e13..bd0549843fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-57q3-hjp8-9m7r/GHSA-57q3-hjp8-9m7r.json +++ b/advisories/unreviewed/2022/05/GHSA-57q3-hjp8-9m7r/GHSA-57q3-hjp8-9m7r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-58pj-ggrw-2vcj/GHSA-58pj-ggrw-2vcj.json b/advisories/unreviewed/2022/05/GHSA-58pj-ggrw-2vcj/GHSA-58pj-ggrw-2vcj.json index 9f2686e7a30..b10f94df921 100644 --- a/advisories/unreviewed/2022/05/GHSA-58pj-ggrw-2vcj/GHSA-58pj-ggrw-2vcj.json +++ b/advisories/unreviewed/2022/05/GHSA-58pj-ggrw-2vcj/GHSA-58pj-ggrw-2vcj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-58vq-q6wx-3f85/GHSA-58vq-q6wx-3f85.json b/advisories/unreviewed/2022/05/GHSA-58vq-q6wx-3f85/GHSA-58vq-q6wx-3f85.json index 2de67043e6c..b3b07d291c0 100644 --- a/advisories/unreviewed/2022/05/GHSA-58vq-q6wx-3f85/GHSA-58vq-q6wx-3f85.json +++ b/advisories/unreviewed/2022/05/GHSA-58vq-q6wx-3f85/GHSA-58vq-q6wx-3f85.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5966-w9rc-g878/GHSA-5966-w9rc-g878.json b/advisories/unreviewed/2022/05/GHSA-5966-w9rc-g878/GHSA-5966-w9rc-g878.json index f7afb75df4c..49fc440a2f0 100644 --- a/advisories/unreviewed/2022/05/GHSA-5966-w9rc-g878/GHSA-5966-w9rc-g878.json +++ b/advisories/unreviewed/2022/05/GHSA-5966-w9rc-g878/GHSA-5966-w9rc-g878.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-59v7-gfmm-4wvf/GHSA-59v7-gfmm-4wvf.json b/advisories/unreviewed/2022/05/GHSA-59v7-gfmm-4wvf/GHSA-59v7-gfmm-4wvf.json index c471a4ae544..3f4c424a171 100644 --- a/advisories/unreviewed/2022/05/GHSA-59v7-gfmm-4wvf/GHSA-59v7-gfmm-4wvf.json +++ b/advisories/unreviewed/2022/05/GHSA-59v7-gfmm-4wvf/GHSA-59v7-gfmm-4wvf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5fjh-x6m8-qw24/GHSA-5fjh-x6m8-qw24.json b/advisories/unreviewed/2022/05/GHSA-5fjh-x6m8-qw24/GHSA-5fjh-x6m8-qw24.json index 011f0ff6895..44626cdf60d 100644 --- a/advisories/unreviewed/2022/05/GHSA-5fjh-x6m8-qw24/GHSA-5fjh-x6m8-qw24.json +++ b/advisories/unreviewed/2022/05/GHSA-5fjh-x6m8-qw24/GHSA-5fjh-x6m8-qw24.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-5g9m-x68j-5mr2/GHSA-5g9m-x68j-5mr2.json b/advisories/unreviewed/2022/05/GHSA-5g9m-x68j-5mr2/GHSA-5g9m-x68j-5mr2.json index 3f53ad74638..f283caada81 100644 --- a/advisories/unreviewed/2022/05/GHSA-5g9m-x68j-5mr2/GHSA-5g9m-x68j-5mr2.json +++ b/advisories/unreviewed/2022/05/GHSA-5g9m-x68j-5mr2/GHSA-5g9m-x68j-5mr2.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-5gf7-6q77-r2pv/GHSA-5gf7-6q77-r2pv.json b/advisories/unreviewed/2022/05/GHSA-5gf7-6q77-r2pv/GHSA-5gf7-6q77-r2pv.json index d41efd84715..e95ac0451cd 100644 --- a/advisories/unreviewed/2022/05/GHSA-5gf7-6q77-r2pv/GHSA-5gf7-6q77-r2pv.json +++ b/advisories/unreviewed/2022/05/GHSA-5gf7-6q77-r2pv/GHSA-5gf7-6q77-r2pv.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-5gfr-qc5f-grmj/GHSA-5gfr-qc5f-grmj.json b/advisories/unreviewed/2022/05/GHSA-5gfr-qc5f-grmj/GHSA-5gfr-qc5f-grmj.json index f6117f7e73e..c7678d66373 100644 --- a/advisories/unreviewed/2022/05/GHSA-5gfr-qc5f-grmj/GHSA-5gfr-qc5f-grmj.json +++ b/advisories/unreviewed/2022/05/GHSA-5gfr-qc5f-grmj/GHSA-5gfr-qc5f-grmj.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5h59-mr8x-4c4q/GHSA-5h59-mr8x-4c4q.json b/advisories/unreviewed/2022/05/GHSA-5h59-mr8x-4c4q/GHSA-5h59-mr8x-4c4q.json index 8672e96aa0b..46ef5440432 100644 --- a/advisories/unreviewed/2022/05/GHSA-5h59-mr8x-4c4q/GHSA-5h59-mr8x-4c4q.json +++ b/advisories/unreviewed/2022/05/GHSA-5h59-mr8x-4c4q/GHSA-5h59-mr8x-4c4q.json @@ -7,12 +7,8 @@ "CVE-2015-4310" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in Cisco Finesse 10.5(1) allow remote attackers to inject arbitrary web script or HTML via unspecified parameters in a (1) GET or (2) POST request, aka Bug IDs CSCuq82322, CSCut95853, and CSCuq73975.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5hcp-4cp6-w924/GHSA-5hcp-4cp6-w924.json b/advisories/unreviewed/2022/05/GHSA-5hcp-4cp6-w924/GHSA-5hcp-4cp6-w924.json index 2d90350ac89..652a9acf872 100644 --- a/advisories/unreviewed/2022/05/GHSA-5hcp-4cp6-w924/GHSA-5hcp-4cp6-w924.json +++ b/advisories/unreviewed/2022/05/GHSA-5hcp-4cp6-w924/GHSA-5hcp-4cp6-w924.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5hh7-vqxx-v3cj/GHSA-5hh7-vqxx-v3cj.json b/advisories/unreviewed/2022/05/GHSA-5hh7-vqxx-v3cj/GHSA-5hh7-vqxx-v3cj.json index 31fe01bdeb1..92510879386 100644 --- a/advisories/unreviewed/2022/05/GHSA-5hh7-vqxx-v3cj/GHSA-5hh7-vqxx-v3cj.json +++ b/advisories/unreviewed/2022/05/GHSA-5hh7-vqxx-v3cj/GHSA-5hh7-vqxx-v3cj.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-5hx6-qhrr-8vv5/GHSA-5hx6-qhrr-8vv5.json b/advisories/unreviewed/2022/05/GHSA-5hx6-qhrr-8vv5/GHSA-5hx6-qhrr-8vv5.json index 7997e774068..931819fc6ac 100644 --- a/advisories/unreviewed/2022/05/GHSA-5hx6-qhrr-8vv5/GHSA-5hx6-qhrr-8vv5.json +++ b/advisories/unreviewed/2022/05/GHSA-5hx6-qhrr-8vv5/GHSA-5hx6-qhrr-8vv5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5jpj-wxw3-jrpj/GHSA-5jpj-wxw3-jrpj.json b/advisories/unreviewed/2022/05/GHSA-5jpj-wxw3-jrpj/GHSA-5jpj-wxw3-jrpj.json index 6757da677b7..27b003b1ec1 100644 --- a/advisories/unreviewed/2022/05/GHSA-5jpj-wxw3-jrpj/GHSA-5jpj-wxw3-jrpj.json +++ b/advisories/unreviewed/2022/05/GHSA-5jpj-wxw3-jrpj/GHSA-5jpj-wxw3-jrpj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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-5mfv-779g-c9j3/GHSA-5mfv-779g-c9j3.json b/advisories/unreviewed/2022/05/GHSA-5mfv-779g-c9j3/GHSA-5mfv-779g-c9j3.json index a855a9fed86..0b82d33d8be 100644 --- a/advisories/unreviewed/2022/05/GHSA-5mfv-779g-c9j3/GHSA-5mfv-779g-c9j3.json +++ b/advisories/unreviewed/2022/05/GHSA-5mfv-779g-c9j3/GHSA-5mfv-779g-c9j3.json @@ -7,12 +7,8 @@ "CVE-2015-0775" ], "details": "The banner (aka MOTD) implementation in Cisco NX-OS 4.1(2)E1(1f) on Nexus 4000 devices, 5.2(1)SV3(2.1) on Nexus 1000V devices, 6.0(2)N2(2) on Nexus 5000 devices, 6.2(11) on MDS 9000 devices, 6.2(12) on Nexus 7000 devices, 7.0(3) on Nexus 9000 devices, and 7.2(0)ZN(99.67) on Nexus 3000 devices allows remote attackers to cause a denial of service (login process reset) via an unspecified terminal-session request during TELNET session setup, aka Bug IDs CSCuo10554, CSCuu75466, CSCuu75471, CSCuu75484, CSCuu75498, CSCuu77170, and CSCuu77182.", - "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-5qcv-vq3q-6hmj/GHSA-5qcv-vq3q-6hmj.json b/advisories/unreviewed/2022/05/GHSA-5qcv-vq3q-6hmj/GHSA-5qcv-vq3q-6hmj.json index 22b3a6a5637..11072104d33 100644 --- a/advisories/unreviewed/2022/05/GHSA-5qcv-vq3q-6hmj/GHSA-5qcv-vq3q-6hmj.json +++ b/advisories/unreviewed/2022/05/GHSA-5qcv-vq3q-6hmj/GHSA-5qcv-vq3q-6hmj.json @@ -7,12 +7,8 @@ "CVE-2015-0758" ], "details": "The web-based user interface in Cisco Unified MeetingPlace 8.6(1.9) allows remote attackers to read arbitrary files via an XML document containing an external entity declaration in conjunction with an entity reference, related to an XML External Entity (XXE) issue, aka Bug ID CSCus97452.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5qwc-hrc2-8ggm/GHSA-5qwc-hrc2-8ggm.json b/advisories/unreviewed/2022/05/GHSA-5qwc-hrc2-8ggm/GHSA-5qwc-hrc2-8ggm.json index 7032f020b93..31221e05af4 100644 --- a/advisories/unreviewed/2022/05/GHSA-5qwc-hrc2-8ggm/GHSA-5qwc-hrc2-8ggm.json +++ b/advisories/unreviewed/2022/05/GHSA-5qwc-hrc2-8ggm/GHSA-5qwc-hrc2-8ggm.json @@ -7,12 +7,8 @@ "CVE-2015-0769" ], "details": "Cisco IOS XR 4.0.1 through 4.2.0 for CRS-3 Carrier Routing System allows remote attackers to cause a denial of service (NPU ASIC scan and line-card reload) via crafted IPv6 extension headers, aka Bug ID CSCtx03546.", - "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-5r65-qqg2-jhp5/GHSA-5r65-qqg2-jhp5.json b/advisories/unreviewed/2022/05/GHSA-5r65-qqg2-jhp5/GHSA-5r65-qqg2-jhp5.json index a679308e737..ce390c9d126 100644 --- a/advisories/unreviewed/2022/05/GHSA-5r65-qqg2-jhp5/GHSA-5r65-qqg2-jhp5.json +++ b/advisories/unreviewed/2022/05/GHSA-5r65-qqg2-jhp5/GHSA-5r65-qqg2-jhp5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-5rrv-7pqq-xw59/GHSA-5rrv-7pqq-xw59.json b/advisories/unreviewed/2022/05/GHSA-5rrv-7pqq-xw59/GHSA-5rrv-7pqq-xw59.json index 87810052bb5..a301f1868b0 100644 --- a/advisories/unreviewed/2022/05/GHSA-5rrv-7pqq-xw59/GHSA-5rrv-7pqq-xw59.json +++ b/advisories/unreviewed/2022/05/GHSA-5rrv-7pqq-xw59/GHSA-5rrv-7pqq-xw59.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-5rx7-hpq2-m494/GHSA-5rx7-hpq2-m494.json b/advisories/unreviewed/2022/05/GHSA-5rx7-hpq2-m494/GHSA-5rx7-hpq2-m494.json index e3ebaed77df..88b110bac1f 100644 --- a/advisories/unreviewed/2022/05/GHSA-5rx7-hpq2-m494/GHSA-5rx7-hpq2-m494.json +++ b/advisories/unreviewed/2022/05/GHSA-5rx7-hpq2-m494/GHSA-5rx7-hpq2-m494.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-5w25-7wj5-8rf5/GHSA-5w25-7wj5-8rf5.json b/advisories/unreviewed/2022/05/GHSA-5w25-7wj5-8rf5/GHSA-5w25-7wj5-8rf5.json index 7898eebb90f..8e974de8e01 100644 --- a/advisories/unreviewed/2022/05/GHSA-5w25-7wj5-8rf5/GHSA-5w25-7wj5-8rf5.json +++ b/advisories/unreviewed/2022/05/GHSA-5w25-7wj5-8rf5/GHSA-5w25-7wj5-8rf5.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-5w9m-x99x-rq2w/GHSA-5w9m-x99x-rq2w.json b/advisories/unreviewed/2022/05/GHSA-5w9m-x99x-rq2w/GHSA-5w9m-x99x-rq2w.json index 1930c96b2c4..eadbb05bab5 100644 --- a/advisories/unreviewed/2022/05/GHSA-5w9m-x99x-rq2w/GHSA-5w9m-x99x-rq2w.json +++ b/advisories/unreviewed/2022/05/GHSA-5w9m-x99x-rq2w/GHSA-5w9m-x99x-rq2w.json @@ -7,12 +7,8 @@ "CVE-2014-1360" ], "details": "Lockdown in Apple iOS before 7.1.2 does not properly verify data from activation servers, which makes it easier for physically proximate attackers to bypass the Activation Lock protection mechanism via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5whc-28x3-qq8h/GHSA-5whc-28x3-qq8h.json b/advisories/unreviewed/2022/05/GHSA-5whc-28x3-qq8h/GHSA-5whc-28x3-qq8h.json index 390098bd277..656368103ca 100644 --- a/advisories/unreviewed/2022/05/GHSA-5whc-28x3-qq8h/GHSA-5whc-28x3-qq8h.json +++ b/advisories/unreviewed/2022/05/GHSA-5whc-28x3-qq8h/GHSA-5whc-28x3-qq8h.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-62jc-v45x-88m6/GHSA-62jc-v45x-88m6.json b/advisories/unreviewed/2022/05/GHSA-62jc-v45x-88m6/GHSA-62jc-v45x-88m6.json index 6bf59e1b18c..7b1c75d17f4 100644 --- a/advisories/unreviewed/2022/05/GHSA-62jc-v45x-88m6/GHSA-62jc-v45x-88m6.json +++ b/advisories/unreviewed/2022/05/GHSA-62jc-v45x-88m6/GHSA-62jc-v45x-88m6.json @@ -7,12 +7,8 @@ "CVE-2015-3065" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to bypass intended restrictions on JavaScript API execution via unspecified vectors, a different vulnerability than CVE-2015-3060, CVE-2015-3061, CVE-2015-3062, CVE-2015-3063, CVE-2015-3064, CVE-2015-3066, CVE-2015-3067, CVE-2015-3068, CVE-2015-3069, CVE-2015-3071, CVE-2015-3072, CVE-2015-3073, and CVE-2015-3074.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-62m8-v88q-hv32/GHSA-62m8-v88q-hv32.json b/advisories/unreviewed/2022/05/GHSA-62m8-v88q-hv32/GHSA-62m8-v88q-hv32.json index 538e156db9a..828248d6815 100644 --- a/advisories/unreviewed/2022/05/GHSA-62m8-v88q-hv32/GHSA-62m8-v88q-hv32.json +++ b/advisories/unreviewed/2022/05/GHSA-62m8-v88q-hv32/GHSA-62m8-v88q-hv32.json @@ -7,12 +7,8 @@ "CVE-2015-0745" ], "details": "Cisco Headend System Release allows remote attackers to read temporary script files or archive files, and consequently obtain sensitive information, via a crafted header in an HTTP request, aka Bug ID CSCus44909.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-62w8-c83g-5xm5/GHSA-62w8-c83g-5xm5.json b/advisories/unreviewed/2022/05/GHSA-62w8-c83g-5xm5/GHSA-62w8-c83g-5xm5.json index 81a8aec7195..74026696638 100644 --- a/advisories/unreviewed/2022/05/GHSA-62w8-c83g-5xm5/GHSA-62w8-c83g-5xm5.json +++ b/advisories/unreviewed/2022/05/GHSA-62w8-c83g-5xm5/GHSA-62w8-c83g-5xm5.json @@ -7,12 +7,8 @@ "CVE-2014-1722" ], "details": "Use-after-free vulnerability in the RenderBlock::addChildIgnoringAnonymousColumnBlocks function in core/rendering/RenderBlock.cpp in Blink, as used in Google Chrome before 34.0.1847.116, allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors involving addition of a child node.", - "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-6383-pc77-7rvv/GHSA-6383-pc77-7rvv.json b/advisories/unreviewed/2022/05/GHSA-6383-pc77-7rvv/GHSA-6383-pc77-7rvv.json index b006aeb24c3..b53ccfb734f 100644 --- a/advisories/unreviewed/2022/05/GHSA-6383-pc77-7rvv/GHSA-6383-pc77-7rvv.json +++ b/advisories/unreviewed/2022/05/GHSA-6383-pc77-7rvv/GHSA-6383-pc77-7rvv.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-63h4-x3xx-53hw/GHSA-63h4-x3xx-53hw.json b/advisories/unreviewed/2022/05/GHSA-63h4-x3xx-53hw/GHSA-63h4-x3xx-53hw.json index deaa928fabc..da07951077d 100644 --- a/advisories/unreviewed/2022/05/GHSA-63h4-x3xx-53hw/GHSA-63h4-x3xx-53hw.json +++ b/advisories/unreviewed/2022/05/GHSA-63h4-x3xx-53hw/GHSA-63h4-x3xx-53hw.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-645c-cwcv-g4w3/GHSA-645c-cwcv-g4w3.json b/advisories/unreviewed/2022/05/GHSA-645c-cwcv-g4w3/GHSA-645c-cwcv-g4w3.json index 3da7585917b..3dfb4cf22df 100644 --- a/advisories/unreviewed/2022/05/GHSA-645c-cwcv-g4w3/GHSA-645c-cwcv-g4w3.json +++ b/advisories/unreviewed/2022/05/GHSA-645c-cwcv-g4w3/GHSA-645c-cwcv-g4w3.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-656p-93mq-rx8g/GHSA-656p-93mq-rx8g.json b/advisories/unreviewed/2022/05/GHSA-656p-93mq-rx8g/GHSA-656p-93mq-rx8g.json index ea7b0d03ca9..4718f9bd892 100644 --- a/advisories/unreviewed/2022/05/GHSA-656p-93mq-rx8g/GHSA-656p-93mq-rx8g.json +++ b/advisories/unreviewed/2022/05/GHSA-656p-93mq-rx8g/GHSA-656p-93mq-rx8g.json @@ -7,12 +7,8 @@ "CVE-2015-6256" ], "details": "Cisco ASR 5000 devices with software 19.0.M0.60828 allow remote attackers to cause a denial of service (OSPF process restart) via crafted length fields in headers of OSPF packets, aka Bug ID CSCuv62820.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6598-rf5p-fvh2/GHSA-6598-rf5p-fvh2.json b/advisories/unreviewed/2022/05/GHSA-6598-rf5p-fvh2/GHSA-6598-rf5p-fvh2.json index 506a97b23d9..66ccf36f33c 100644 --- a/advisories/unreviewed/2022/05/GHSA-6598-rf5p-fvh2/GHSA-6598-rf5p-fvh2.json +++ b/advisories/unreviewed/2022/05/GHSA-6598-rf5p-fvh2/GHSA-6598-rf5p-fvh2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-659x-8694-84c2/GHSA-659x-8694-84c2.json b/advisories/unreviewed/2022/05/GHSA-659x-8694-84c2/GHSA-659x-8694-84c2.json index 87f7b79e414..481065ba821 100644 --- a/advisories/unreviewed/2022/05/GHSA-659x-8694-84c2/GHSA-659x-8694-84c2.json +++ b/advisories/unreviewed/2022/05/GHSA-659x-8694-84c2/GHSA-659x-8694-84c2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-65h5-996j-w6qc/GHSA-65h5-996j-w6qc.json b/advisories/unreviewed/2022/05/GHSA-65h5-996j-w6qc/GHSA-65h5-996j-w6qc.json index f5eda1126c6..299cdd8d705 100644 --- a/advisories/unreviewed/2022/05/GHSA-65h5-996j-w6qc/GHSA-65h5-996j-w6qc.json +++ b/advisories/unreviewed/2022/05/GHSA-65h5-996j-w6qc/GHSA-65h5-996j-w6qc.json @@ -7,12 +7,8 @@ "CVE-2015-4304" ], "details": "The web framework in Cisco Prime Collaboration Assurance before 10.5.1.53684-1 allows remote authenticated users to bypass intended access restrictions, and create administrative accounts or read data from arbitrary tenant domains, via a crafted URL, aka Bug IDs CSCus62671 and CSCus62652.", - "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-65q8-2h4w-pqq6/GHSA-65q8-2h4w-pqq6.json b/advisories/unreviewed/2022/05/GHSA-65q8-2h4w-pqq6/GHSA-65q8-2h4w-pqq6.json index 5a79fd632c2..793d308ecf7 100644 --- a/advisories/unreviewed/2022/05/GHSA-65q8-2h4w-pqq6/GHSA-65q8-2h4w-pqq6.json +++ b/advisories/unreviewed/2022/05/GHSA-65q8-2h4w-pqq6/GHSA-65q8-2h4w-pqq6.json @@ -7,12 +7,8 @@ "CVE-2012-6150" ], "details": "The winbind_name_list_to_sid_string_list function in nsswitch/pam_winbind.c in Samba through 4.1.2 handles invalid require_membership_of group names by accepting authentication by any user, which allows remote authenticated users to bypass intended access restrictions in opportunistic circumstances by leveraging an administrator's pam_winbind configuration-file mistake.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6645-hwjw-cqf4/GHSA-6645-hwjw-cqf4.json b/advisories/unreviewed/2022/05/GHSA-6645-hwjw-cqf4/GHSA-6645-hwjw-cqf4.json index 1b16595d4e7..ab4a06ee301 100644 --- a/advisories/unreviewed/2022/05/GHSA-6645-hwjw-cqf4/GHSA-6645-hwjw-cqf4.json +++ b/advisories/unreviewed/2022/05/GHSA-6645-hwjw-cqf4/GHSA-6645-hwjw-cqf4.json @@ -7,12 +7,8 @@ "CVE-2014-1352" ], "details": "Lock Screen in Apple iOS before 7.1.2 does not properly enforce the limit on failed passcode attempts, which makes it easier for physically proximate attackers to conduct brute-force passcode-guessing attacks via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-666r-6mfg-455c/GHSA-666r-6mfg-455c.json b/advisories/unreviewed/2022/05/GHSA-666r-6mfg-455c/GHSA-666r-6mfg-455c.json index 53e4ae20102..29429ef28d3 100644 --- a/advisories/unreviewed/2022/05/GHSA-666r-6mfg-455c/GHSA-666r-6mfg-455c.json +++ b/advisories/unreviewed/2022/05/GHSA-666r-6mfg-455c/GHSA-666r-6mfg-455c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-66r4-mrh6-vw83/GHSA-66r4-mrh6-vw83.json b/advisories/unreviewed/2022/05/GHSA-66r4-mrh6-vw83/GHSA-66r4-mrh6-vw83.json index a2209ff9836..6334ddb344e 100644 --- a/advisories/unreviewed/2022/05/GHSA-66r4-mrh6-vw83/GHSA-66r4-mrh6-vw83.json +++ b/advisories/unreviewed/2022/05/GHSA-66r4-mrh6-vw83/GHSA-66r4-mrh6-vw83.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-674c-6v72-jq3q/GHSA-674c-6v72-jq3q.json b/advisories/unreviewed/2022/05/GHSA-674c-6v72-jq3q/GHSA-674c-6v72-jq3q.json index d56e4a53f61..a7c3ffb5abc 100644 --- a/advisories/unreviewed/2022/05/GHSA-674c-6v72-jq3q/GHSA-674c-6v72-jq3q.json +++ b/advisories/unreviewed/2022/05/GHSA-674c-6v72-jq3q/GHSA-674c-6v72-jq3q.json @@ -7,12 +7,8 @@ "CVE-2014-2197" ], "details": "The Administration GUI in the web framework in Cisco Unified Communications Domain Manager (CDM) in Unified CDM Application Software before 8.1.4 does not properly implement access control, which allows remote authenticated users to modify administrative credentials via a crafted URL, aka Bug ID CSCun49862.", - "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-68m5-j845-c5j8/GHSA-68m5-j845-c5j8.json b/advisories/unreviewed/2022/05/GHSA-68m5-j845-c5j8/GHSA-68m5-j845-c5j8.json index c69d929cb5d..1491a7a1351 100644 --- a/advisories/unreviewed/2022/05/GHSA-68m5-j845-c5j8/GHSA-68m5-j845-c5j8.json +++ b/advisories/unreviewed/2022/05/GHSA-68m5-j845-c5j8/GHSA-68m5-j845-c5j8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/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-68x4-crpm-89qf/GHSA-68x4-crpm-89qf.json b/advisories/unreviewed/2022/05/GHSA-68x4-crpm-89qf/GHSA-68x4-crpm-89qf.json index fcc1dbe6765..df7611bef3a 100644 --- a/advisories/unreviewed/2022/05/GHSA-68x4-crpm-89qf/GHSA-68x4-crpm-89qf.json +++ b/advisories/unreviewed/2022/05/GHSA-68x4-crpm-89qf/GHSA-68x4-crpm-89qf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-695x-3gmc-3vj9/GHSA-695x-3gmc-3vj9.json b/advisories/unreviewed/2022/05/GHSA-695x-3gmc-3vj9/GHSA-695x-3gmc-3vj9.json index 671703f8aa0..b600806ded1 100644 --- a/advisories/unreviewed/2022/05/GHSA-695x-3gmc-3vj9/GHSA-695x-3gmc-3vj9.json +++ b/advisories/unreviewed/2022/05/GHSA-695x-3gmc-3vj9/GHSA-695x-3gmc-3vj9.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-69hv-fj75-fm2p/GHSA-69hv-fj75-fm2p.json b/advisories/unreviewed/2022/05/GHSA-69hv-fj75-fm2p/GHSA-69hv-fj75-fm2p.json index f18c9300a6c..782386c5e5f 100644 --- a/advisories/unreviewed/2022/05/GHSA-69hv-fj75-fm2p/GHSA-69hv-fj75-fm2p.json +++ b/advisories/unreviewed/2022/05/GHSA-69hv-fj75-fm2p/GHSA-69hv-fj75-fm2p.json @@ -7,12 +7,8 @@ "CVE-2014-2435" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.6.16 and earlier allows remote authenticated users to affect availability via unknown vectors related to InnoDB.", - "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-6cf8-wrcg-w8rr/GHSA-6cf8-wrcg-w8rr.json b/advisories/unreviewed/2022/05/GHSA-6cf8-wrcg-w8rr/GHSA-6cf8-wrcg-w8rr.json index 6d7dfa2c479..f83438aab18 100644 --- a/advisories/unreviewed/2022/05/GHSA-6cf8-wrcg-w8rr/GHSA-6cf8-wrcg-w8rr.json +++ b/advisories/unreviewed/2022/05/GHSA-6cf8-wrcg-w8rr/GHSA-6cf8-wrcg-w8rr.json @@ -7,12 +7,8 @@ "CVE-2007-4571" ], "details": "The snd_mem_proc_read function in sound/core/memalloc.c in the Advanced Linux Sound Architecture (ALSA) in the Linux kernel before 2.6.22.8 does not return the correct write size, which allows local users to obtain sensitive information (kernel memory contents) via a small count argument, as demonstrated by multiple reads of /proc/driver/snd-page-alloc.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -140,9 +136,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6fp3-r4pr-85gr/GHSA-6fp3-r4pr-85gr.json b/advisories/unreviewed/2022/05/GHSA-6fp3-r4pr-85gr/GHSA-6fp3-r4pr-85gr.json index 261c658b1e3..07188fd1f03 100644 --- a/advisories/unreviewed/2022/05/GHSA-6fp3-r4pr-85gr/GHSA-6fp3-r4pr-85gr.json +++ b/advisories/unreviewed/2022/05/GHSA-6fp3-r4pr-85gr/GHSA-6fp3-r4pr-85gr.json @@ -7,12 +7,8 @@ "CVE-2015-3072" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to bypass intended restrictions on JavaScript API execution via unspecified vectors, a different vulnerability than CVE-2015-3060, CVE-2015-3061, CVE-2015-3062, CVE-2015-3063, CVE-2015-3064, CVE-2015-3065, CVE-2015-3066, CVE-2015-3067, CVE-2015-3068, CVE-2015-3069, CVE-2015-3071, CVE-2015-3073, and CVE-2015-3074.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6gc2-q6xw-3c8q/GHSA-6gc2-q6xw-3c8q.json b/advisories/unreviewed/2022/05/GHSA-6gc2-q6xw-3c8q/GHSA-6gc2-q6xw-3c8q.json index 1645309e57c..af4700e5c01 100644 --- a/advisories/unreviewed/2022/05/GHSA-6gc2-q6xw-3c8q/GHSA-6gc2-q6xw-3c8q.json +++ b/advisories/unreviewed/2022/05/GHSA-6gc2-q6xw-3c8q/GHSA-6gc2-q6xw-3c8q.json @@ -7,12 +7,8 @@ "CVE-2015-4185" ], "details": "The TCL interpreter in Cisco IOS 15.2 does not properly maintain the vty state, which allows local users to gain privileges by starting a session very soon after a TCL script execution, aka Bug ID CSCuq24202.", - "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-6gm9-f8h3-h7x6/GHSA-6gm9-f8h3-h7x6.json b/advisories/unreviewed/2022/05/GHSA-6gm9-f8h3-h7x6/GHSA-6gm9-f8h3-h7x6.json index d96b8d34012..752ff7c4e5d 100644 --- a/advisories/unreviewed/2022/05/GHSA-6gm9-f8h3-h7x6/GHSA-6gm9-f8h3-h7x6.json +++ b/advisories/unreviewed/2022/05/GHSA-6gm9-f8h3-h7x6/GHSA-6gm9-f8h3-h7x6.json @@ -7,12 +7,8 @@ "CVE-2014-2510" ], "details": "The JAXB XML parser in EMC Documentum Foundation Services (DFS) 6.6 before P39, 6.7 SP1 before P28, and 6.7 SP2 before P15, as used in My Documentum for Desktop, My Documentum for Microsoft Outlook, and CenterStage, allows remote authenticated users to read arbitrary files via an external entity declaration in conjunction with an entity reference, related to an XML External Entity (XXE) issue.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6hjp-gc44-j7vr/GHSA-6hjp-gc44-j7vr.json b/advisories/unreviewed/2022/05/GHSA-6hjp-gc44-j7vr/GHSA-6hjp-gc44-j7vr.json index ca9b1f67dbc..0022069676c 100644 --- a/advisories/unreviewed/2022/05/GHSA-6hjp-gc44-j7vr/GHSA-6hjp-gc44-j7vr.json +++ b/advisories/unreviewed/2022/05/GHSA-6hjp-gc44-j7vr/GHSA-6hjp-gc44-j7vr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "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-6jwh-r89p-vcc3/GHSA-6jwh-r89p-vcc3.json b/advisories/unreviewed/2022/05/GHSA-6jwh-r89p-vcc3/GHSA-6jwh-r89p-vcc3.json index 7736f4b9c2d..b132887f87e 100644 --- a/advisories/unreviewed/2022/05/GHSA-6jwh-r89p-vcc3/GHSA-6jwh-r89p-vcc3.json +++ b/advisories/unreviewed/2022/05/GHSA-6jwh-r89p-vcc3/GHSA-6jwh-r89p-vcc3.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", @@ -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-6m83-j259-h73g/GHSA-6m83-j259-h73g.json b/advisories/unreviewed/2022/05/GHSA-6m83-j259-h73g/GHSA-6m83-j259-h73g.json index 98766806e99..b9fc66eece3 100644 --- a/advisories/unreviewed/2022/05/GHSA-6m83-j259-h73g/GHSA-6m83-j259-h73g.json +++ b/advisories/unreviewed/2022/05/GHSA-6m83-j259-h73g/GHSA-6m83-j259-h73g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6mr6-ghhg-rwhx/GHSA-6mr6-ghhg-rwhx.json b/advisories/unreviewed/2022/05/GHSA-6mr6-ghhg-rwhx/GHSA-6mr6-ghhg-rwhx.json index beaa3648e21..1c050581cc5 100644 --- a/advisories/unreviewed/2022/05/GHSA-6mr6-ghhg-rwhx/GHSA-6mr6-ghhg-rwhx.json +++ b/advisories/unreviewed/2022/05/GHSA-6mr6-ghhg-rwhx/GHSA-6mr6-ghhg-rwhx.json @@ -7,12 +7,8 @@ "CVE-2014-1549" ], "details": "The mozilla::dom::AudioBufferSourceNodeEngine::CopyFromInputBuffer function in Mozilla Firefox before 31.0 and Thunderbird before 31.0 does not properly allocate Web Audio buffer memory, which allows remote attackers to execute arbitrary code or cause a denial of service (buffer overflow and application crash) via crafted audio content that is improperly handled during playback buffering.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6p7f-fgg5-pfgg/GHSA-6p7f-fgg5-pfgg.json b/advisories/unreviewed/2022/05/GHSA-6p7f-fgg5-pfgg/GHSA-6p7f-fgg5-pfgg.json index 53db6cfed16..ceaef97776a 100644 --- a/advisories/unreviewed/2022/05/GHSA-6p7f-fgg5-pfgg/GHSA-6p7f-fgg5-pfgg.json +++ b/advisories/unreviewed/2022/05/GHSA-6p7f-fgg5-pfgg/GHSA-6p7f-fgg5-pfgg.json @@ -7,12 +7,8 @@ "CVE-2015-0776" ], "details": "telnetd in Cisco IOS XR 5.0.1 on Network Convergence System 6000 devices allows remote attackers to cause a denial of service (device reload) via a malformed TELNET packet, aka Bug ID CSCuq31566.", - "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-6p86-pc26-436v/GHSA-6p86-pc26-436v.json b/advisories/unreviewed/2022/05/GHSA-6p86-pc26-436v/GHSA-6p86-pc26-436v.json index e1d9b270192..92766c57f95 100644 --- a/advisories/unreviewed/2022/05/GHSA-6p86-pc26-436v/GHSA-6p86-pc26-436v.json +++ b/advisories/unreviewed/2022/05/GHSA-6p86-pc26-436v/GHSA-6p86-pc26-436v.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-6pf5-7qg8-j93f/GHSA-6pf5-7qg8-j93f.json b/advisories/unreviewed/2022/05/GHSA-6pf5-7qg8-j93f/GHSA-6pf5-7qg8-j93f.json index 16062b85469..55ba4fb9e21 100644 --- a/advisories/unreviewed/2022/05/GHSA-6pf5-7qg8-j93f/GHSA-6pf5-7qg8-j93f.json +++ b/advisories/unreviewed/2022/05/GHSA-6pf5-7qg8-j93f/GHSA-6pf5-7qg8-j93f.json @@ -7,12 +7,8 @@ "CVE-2015-0763" ], "details": "Cisco Unified MeetingPlace 8.6(1.2) does not properly validate session IDs in http URLs, which allows remote attackers to obtain sensitive session information via a crafted URL, aka Bug ID CSCuu60338.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6pw4-8q94-66cr/GHSA-6pw4-8q94-66cr.json b/advisories/unreviewed/2022/05/GHSA-6pw4-8q94-66cr/GHSA-6pw4-8q94-66cr.json index a789ecbaadc..efadfccfb47 100644 --- a/advisories/unreviewed/2022/05/GHSA-6pw4-8q94-66cr/GHSA-6pw4-8q94-66cr.json +++ b/advisories/unreviewed/2022/05/GHSA-6pw4-8q94-66cr/GHSA-6pw4-8q94-66cr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6v45-f3g5-j96m/GHSA-6v45-f3g5-j96m.json b/advisories/unreviewed/2022/05/GHSA-6v45-f3g5-j96m/GHSA-6v45-f3g5-j96m.json index 45f0bd2a8c0..4ed561ae982 100644 --- a/advisories/unreviewed/2022/05/GHSA-6v45-f3g5-j96m/GHSA-6v45-f3g5-j96m.json +++ b/advisories/unreviewed/2022/05/GHSA-6v45-f3g5-j96m/GHSA-6v45-f3g5-j96m.json @@ -7,12 +7,8 @@ "CVE-2014-1348" ], "details": "Mail in Apple iOS before 7.1.2 advertises the availability of data protection for attachments but stores cleartext attachments under mobile/Library/Mail/, which makes it easier for physically proximate attackers to obtain sensitive information by mounting the data partition.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -48,9 +44,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6wr5-4h5x-7w4v/GHSA-6wr5-4h5x-7w4v.json b/advisories/unreviewed/2022/05/GHSA-6wr5-4h5x-7w4v/GHSA-6wr5-4h5x-7w4v.json index 7f30635804f..0973c3a706b 100644 --- a/advisories/unreviewed/2022/05/GHSA-6wr5-4h5x-7w4v/GHSA-6wr5-4h5x-7w4v.json +++ b/advisories/unreviewed/2022/05/GHSA-6wr5-4h5x-7w4v/GHSA-6wr5-4h5x-7w4v.json @@ -7,12 +7,8 @@ "CVE-2015-6278" ], "details": "The IPv6 snooping functionality in the first-hop security subsystem in Cisco IOS 12.2, 15.0, 15.1, 15.2, 15.3, 15.4, and 15.5 and IOS XE 3.2SE, 3.3SE, 3.3XO, 3.4SG, 3.5E, and 3.6E before 3.6.3E; 3.7E before 3.7.2E; 3.9S and 3.10S before 3.10.6S; 3.11S before 3.11.4S; 3.12S and 3.13S before 3.13.3S; and 3.14S before 3.14.2S does not properly implement the Control Plane Protection (aka CPPr) feature, which allows remote attackers to cause a denial of service (device reload) via a flood of ND packets, aka Bug ID CSCus19794.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6xgp-g8jw-5rvv/GHSA-6xgp-g8jw-5rvv.json b/advisories/unreviewed/2022/05/GHSA-6xgp-g8jw-5rvv/GHSA-6xgp-g8jw-5rvv.json index 6e2d2055771..787c407a870 100644 --- a/advisories/unreviewed/2022/05/GHSA-6xgp-g8jw-5rvv/GHSA-6xgp-g8jw-5rvv.json +++ b/advisories/unreviewed/2022/05/GHSA-6xgp-g8jw-5rvv/GHSA-6xgp-g8jw-5rvv.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", @@ -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-7342-qgvc-m343/GHSA-7342-qgvc-m343.json b/advisories/unreviewed/2022/05/GHSA-7342-qgvc-m343/GHSA-7342-qgvc-m343.json index 069f9636fe5..8260fd2b73d 100644 --- a/advisories/unreviewed/2022/05/GHSA-7342-qgvc-m343/GHSA-7342-qgvc-m343.json +++ b/advisories/unreviewed/2022/05/GHSA-7342-qgvc-m343/GHSA-7342-qgvc-m343.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-736f-7x7w-xw4g/GHSA-736f-7x7w-xw4g.json b/advisories/unreviewed/2022/05/GHSA-736f-7x7w-xw4g/GHSA-736f-7x7w-xw4g.json index 4fc0fa0ceec..dfa23a5e813 100644 --- a/advisories/unreviewed/2022/05/GHSA-736f-7x7w-xw4g/GHSA-736f-7x7w-xw4g.json +++ b/advisories/unreviewed/2022/05/GHSA-736f-7x7w-xw4g/GHSA-736f-7x7w-xw4g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-73j8-52vp-m475/GHSA-73j8-52vp-m475.json b/advisories/unreviewed/2022/05/GHSA-73j8-52vp-m475/GHSA-73j8-52vp-m475.json index 97d1d645970..315c4ff891d 100644 --- a/advisories/unreviewed/2022/05/GHSA-73j8-52vp-m475/GHSA-73j8-52vp-m475.json +++ b/advisories/unreviewed/2022/05/GHSA-73j8-52vp-m475/GHSA-73j8-52vp-m475.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-73ww-8w9m-69vc/GHSA-73ww-8w9m-69vc.json b/advisories/unreviewed/2022/05/GHSA-73ww-8w9m-69vc/GHSA-73ww-8w9m-69vc.json index 4201c71a1b7..3cfe509b885 100644 --- a/advisories/unreviewed/2022/05/GHSA-73ww-8w9m-69vc/GHSA-73ww-8w9m-69vc.json +++ b/advisories/unreviewed/2022/05/GHSA-73ww-8w9m-69vc/GHSA-73ww-8w9m-69vc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-74ff-gjvr-p97p/GHSA-74ff-gjvr-p97p.json b/advisories/unreviewed/2022/05/GHSA-74ff-gjvr-p97p/GHSA-74ff-gjvr-p97p.json index 39a907a02a9..4f7bc33f62b 100644 --- a/advisories/unreviewed/2022/05/GHSA-74ff-gjvr-p97p/GHSA-74ff-gjvr-p97p.json +++ b/advisories/unreviewed/2022/05/GHSA-74ff-gjvr-p97p/GHSA-74ff-gjvr-p97p.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-74rx-7c78-8jm5/GHSA-74rx-7c78-8jm5.json b/advisories/unreviewed/2022/05/GHSA-74rx-7c78-8jm5/GHSA-74rx-7c78-8jm5.json index f470a04837d..742319097e6 100644 --- a/advisories/unreviewed/2022/05/GHSA-74rx-7c78-8jm5/GHSA-74rx-7c78-8jm5.json +++ b/advisories/unreviewed/2022/05/GHSA-74rx-7c78-8jm5/GHSA-74rx-7c78-8jm5.json @@ -7,12 +7,8 @@ "CVE-2014-2198" ], "details": "Cisco Unified Communications Domain Manager (CDM) in Unified CDM Platform Software before 4.4.2 has a hardcoded SSH private key, which makes it easier for remote attackers to obtain access to the support and root accounts by extracting this key from a binary file found in a different installation of the product, aka Bug ID CSCud41130.", - "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-7594-89x5-4cr4/GHSA-7594-89x5-4cr4.json b/advisories/unreviewed/2022/05/GHSA-7594-89x5-4cr4/GHSA-7594-89x5-4cr4.json index 9b614ebc3b7..0ca3cecac93 100644 --- a/advisories/unreviewed/2022/05/GHSA-7594-89x5-4cr4/GHSA-7594-89x5-4cr4.json +++ b/advisories/unreviewed/2022/05/GHSA-7594-89x5-4cr4/GHSA-7594-89x5-4cr4.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-775v-7jqm-2469/GHSA-775v-7jqm-2469.json b/advisories/unreviewed/2022/05/GHSA-775v-7jqm-2469/GHSA-775v-7jqm-2469.json index bc99d5e9170..d3ca81f6d59 100644 --- a/advisories/unreviewed/2022/05/GHSA-775v-7jqm-2469/GHSA-775v-7jqm-2469.json +++ b/advisories/unreviewed/2022/05/GHSA-775v-7jqm-2469/GHSA-775v-7jqm-2469.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-77g2-87r7-62m4/GHSA-77g2-87r7-62m4.json b/advisories/unreviewed/2022/05/GHSA-77g2-87r7-62m4/GHSA-77g2-87r7-62m4.json index 2948b575dc3..83ac1229c97 100644 --- a/advisories/unreviewed/2022/05/GHSA-77g2-87r7-62m4/GHSA-77g2-87r7-62m4.json +++ b/advisories/unreviewed/2022/05/GHSA-77g2-87r7-62m4/GHSA-77g2-87r7-62m4.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-77gp-7427-w37r/GHSA-77gp-7427-w37r.json b/advisories/unreviewed/2022/05/GHSA-77gp-7427-w37r/GHSA-77gp-7427-w37r.json index 570dd2fdedb..b0aaefc14be 100644 --- a/advisories/unreviewed/2022/05/GHSA-77gp-7427-w37r/GHSA-77gp-7427-w37r.json +++ b/advisories/unreviewed/2022/05/GHSA-77gp-7427-w37r/GHSA-77gp-7427-w37r.json @@ -7,12 +7,8 @@ "CVE-2015-3076" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2014-9161, CVE-2015-3046, CVE-2015-3049, CVE-2015-3050, CVE-2015-3051, CVE-2015-3052, CVE-2015-3056, CVE-2015-3057, and CVE-2015-3070.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7832-v88q-ggqq/GHSA-7832-v88q-ggqq.json b/advisories/unreviewed/2022/05/GHSA-7832-v88q-ggqq/GHSA-7832-v88q-ggqq.json index 53019362816..e3cd2e87e99 100644 --- a/advisories/unreviewed/2022/05/GHSA-7832-v88q-ggqq/GHSA-7832-v88q-ggqq.json +++ b/advisories/unreviewed/2022/05/GHSA-7832-v88q-ggqq/GHSA-7832-v88q-ggqq.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-7864-7224-jwf2/GHSA-7864-7224-jwf2.json b/advisories/unreviewed/2022/05/GHSA-7864-7224-jwf2/GHSA-7864-7224-jwf2.json index 0aa3eab68bf..13929414c40 100644 --- a/advisories/unreviewed/2022/05/GHSA-7864-7224-jwf2/GHSA-7864-7224-jwf2.json +++ b/advisories/unreviewed/2022/05/GHSA-7864-7224-jwf2/GHSA-7864-7224-jwf2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-78gj-hp65-vh47/GHSA-78gj-hp65-vh47.json b/advisories/unreviewed/2022/05/GHSA-78gj-hp65-vh47/GHSA-78gj-hp65-vh47.json index 100d283cadc..e39ff7e4e58 100644 --- a/advisories/unreviewed/2022/05/GHSA-78gj-hp65-vh47/GHSA-78gj-hp65-vh47.json +++ b/advisories/unreviewed/2022/05/GHSA-78gj-hp65-vh47/GHSA-78gj-hp65-vh47.json @@ -7,12 +7,8 @@ "CVE-2014-1725" ], "details": "The base64DecodeInternal function in wtf/text/Base64.cpp in Blink, as used in Google Chrome before 34.0.1847.116, does not properly handle string data composed exclusively of whitespace characters, which allows remote attackers to cause a denial of service (out-of-bounds read) via a window.atob method call.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-79m9-mggg-xpg9/GHSA-79m9-mggg-xpg9.json b/advisories/unreviewed/2022/05/GHSA-79m9-mggg-xpg9/GHSA-79m9-mggg-xpg9.json index b07cde33d88..45a0a323868 100644 --- a/advisories/unreviewed/2022/05/GHSA-79m9-mggg-xpg9/GHSA-79m9-mggg-xpg9.json +++ b/advisories/unreviewed/2022/05/GHSA-79m9-mggg-xpg9/GHSA-79m9-mggg-xpg9.json @@ -7,12 +7,8 @@ "CVE-2015-0692" ], "details": "Cisco Web Security Appliance (WSA) devices with software 8.5.0-ise-147 do not properly restrict use of the pickle Python module during certain tunnel-status checks, which allows local users to execute arbitrary Python code and gain privileges via crafted serialized objects, aka Bug ID CSCut39230.", - "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-79pm-wfxc-j388/GHSA-79pm-wfxc-j388.json b/advisories/unreviewed/2022/05/GHSA-79pm-wfxc-j388/GHSA-79pm-wfxc-j388.json index cbf09bcad29..c6b01ce3818 100644 --- a/advisories/unreviewed/2022/05/GHSA-79pm-wfxc-j388/GHSA-79pm-wfxc-j388.json +++ b/advisories/unreviewed/2022/05/GHSA-79pm-wfxc-j388/GHSA-79pm-wfxc-j388.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7c2w-fcqx-c393/GHSA-7c2w-fcqx-c393.json b/advisories/unreviewed/2022/05/GHSA-7c2w-fcqx-c393/GHSA-7c2w-fcqx-c393.json index f5fc5a86c37..784e8151d65 100644 --- a/advisories/unreviewed/2022/05/GHSA-7c2w-fcqx-c393/GHSA-7c2w-fcqx-c393.json +++ b/advisories/unreviewed/2022/05/GHSA-7c2w-fcqx-c393/GHSA-7c2w-fcqx-c393.json @@ -7,12 +7,8 @@ "CVE-2014-1351" ], "details": "Siri in Apple iOS before 7.1.2 allows physically proximate attackers to bypass an intended lock-screen passcode requirement, and read a contact list, via a Siri request that refers to a contact ambiguously.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7c3v-793j-crwq/GHSA-7c3v-793j-crwq.json b/advisories/unreviewed/2022/05/GHSA-7c3v-793j-crwq/GHSA-7c3v-793j-crwq.json index 55989008cbb..d67dabd6dbc 100644 --- a/advisories/unreviewed/2022/05/GHSA-7c3v-793j-crwq/GHSA-7c3v-793j-crwq.json +++ b/advisories/unreviewed/2022/05/GHSA-7c3v-793j-crwq/GHSA-7c3v-793j-crwq.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-7cp9-4wv9-jv54/GHSA-7cp9-4wv9-jv54.json b/advisories/unreviewed/2022/05/GHSA-7cp9-4wv9-jv54/GHSA-7cp9-4wv9-jv54.json index bafd8014742..15ad2c4839a 100644 --- a/advisories/unreviewed/2022/05/GHSA-7cp9-4wv9-jv54/GHSA-7cp9-4wv9-jv54.json +++ b/advisories/unreviewed/2022/05/GHSA-7cp9-4wv9-jv54/GHSA-7cp9-4wv9-jv54.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7f94-cjc3-884p/GHSA-7f94-cjc3-884p.json b/advisories/unreviewed/2022/05/GHSA-7f94-cjc3-884p/GHSA-7f94-cjc3-884p.json index 205cd0b2275..7544767e5a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-7f94-cjc3-884p/GHSA-7f94-cjc3-884p.json +++ b/advisories/unreviewed/2022/05/GHSA-7f94-cjc3-884p/GHSA-7f94-cjc3-884p.json @@ -7,12 +7,8 @@ "CVE-2015-0735" ], "details": "Cross-site request forgery (CSRF) vulnerability in Cisco Unified Customer Voice Portal (CVP) 10.5(1) allows remote attackers to hijack the authentication of arbitrary users, aka Bug ID CSCut93970.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7j74-wphj-vm9c/GHSA-7j74-wphj-vm9c.json b/advisories/unreviewed/2022/05/GHSA-7j74-wphj-vm9c/GHSA-7j74-wphj-vm9c.json index 4952643a443..ede4aa20335 100644 --- a/advisories/unreviewed/2022/05/GHSA-7j74-wphj-vm9c/GHSA-7j74-wphj-vm9c.json +++ b/advisories/unreviewed/2022/05/GHSA-7j74-wphj-vm9c/GHSA-7j74-wphj-vm9c.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-7j8m-p4vw-4597/GHSA-7j8m-p4vw-4597.json b/advisories/unreviewed/2022/05/GHSA-7j8m-p4vw-4597/GHSA-7j8m-p4vw-4597.json index 72894c09171..670a9061304 100644 --- a/advisories/unreviewed/2022/05/GHSA-7j8m-p4vw-4597/GHSA-7j8m-p4vw-4597.json +++ b/advisories/unreviewed/2022/05/GHSA-7j8m-p4vw-4597/GHSA-7j8m-p4vw-4597.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7jmh-hm6w-m6vh/GHSA-7jmh-hm6w-m6vh.json b/advisories/unreviewed/2022/05/GHSA-7jmh-hm6w-m6vh/GHSA-7jmh-hm6w-m6vh.json index 2aa880910d5..ac55e2536dd 100644 --- a/advisories/unreviewed/2022/05/GHSA-7jmh-hm6w-m6vh/GHSA-7jmh-hm6w-m6vh.json +++ b/advisories/unreviewed/2022/05/GHSA-7jmh-hm6w-m6vh/GHSA-7jmh-hm6w-m6vh.json @@ -7,12 +7,8 @@ "CVE-2015-8081" ], "details": "The Field as Block module 7.x-1.x before 7.x-1.4 for Drupal might allow remote attackers to obtain sensitive field information by reading a cached block.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7m35-6ww3-2vmv/GHSA-7m35-6ww3-2vmv.json b/advisories/unreviewed/2022/05/GHSA-7m35-6ww3-2vmv/GHSA-7m35-6ww3-2vmv.json index bf3d5a44349..889d9398819 100644 --- a/advisories/unreviewed/2022/05/GHSA-7m35-6ww3-2vmv/GHSA-7m35-6ww3-2vmv.json +++ b/advisories/unreviewed/2022/05/GHSA-7m35-6ww3-2vmv/GHSA-7m35-6ww3-2vmv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7m73-q993-vw77/GHSA-7m73-q993-vw77.json b/advisories/unreviewed/2022/05/GHSA-7m73-q993-vw77/GHSA-7m73-q993-vw77.json index ed52b570814..4a6465e7f15 100644 --- a/advisories/unreviewed/2022/05/GHSA-7m73-q993-vw77/GHSA-7m73-q993-vw77.json +++ b/advisories/unreviewed/2022/05/GHSA-7m73-q993-vw77/GHSA-7m73-q993-vw77.json @@ -7,12 +7,8 @@ "CVE-2011-1025" ], "details": "bind.cpp in back-ndb in OpenLDAP 2.4.x before 2.4.24 does not require authentication for the root Distinguished Name (DN), which allows remote attackers to bypass intended access restrictions via an arbitrary password.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7mcj-xrm8-cwqf/GHSA-7mcj-xrm8-cwqf.json b/advisories/unreviewed/2022/05/GHSA-7mcj-xrm8-cwqf/GHSA-7mcj-xrm8-cwqf.json index e728cdb838f..74e87e3b5ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-7mcj-xrm8-cwqf/GHSA-7mcj-xrm8-cwqf.json +++ b/advisories/unreviewed/2022/05/GHSA-7mcj-xrm8-cwqf/GHSA-7mcj-xrm8-cwqf.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-7mv2-gxmv-9mfg/GHSA-7mv2-gxmv-9mfg.json b/advisories/unreviewed/2022/05/GHSA-7mv2-gxmv-9mfg/GHSA-7mv2-gxmv-9mfg.json index d3e001d6626..fbf508e3a62 100644 --- a/advisories/unreviewed/2022/05/GHSA-7mv2-gxmv-9mfg/GHSA-7mv2-gxmv-9mfg.json +++ b/advisories/unreviewed/2022/05/GHSA-7mv2-gxmv-9mfg/GHSA-7mv2-gxmv-9mfg.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-7mwq-g359-c2pc/GHSA-7mwq-g359-c2pc.json b/advisories/unreviewed/2022/05/GHSA-7mwq-g359-c2pc/GHSA-7mwq-g359-c2pc.json index 1727e481d86..ee4977c873d 100644 --- a/advisories/unreviewed/2022/05/GHSA-7mwq-g359-c2pc/GHSA-7mwq-g359-c2pc.json +++ b/advisories/unreviewed/2022/05/GHSA-7mwq-g359-c2pc/GHSA-7mwq-g359-c2pc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7pq3-q85x-rv74/GHSA-7pq3-q85x-rv74.json b/advisories/unreviewed/2022/05/GHSA-7pq3-q85x-rv74/GHSA-7pq3-q85x-rv74.json index 11a0bad9f5c..d3e69d94c54 100644 --- a/advisories/unreviewed/2022/05/GHSA-7pq3-q85x-rv74/GHSA-7pq3-q85x-rv74.json +++ b/advisories/unreviewed/2022/05/GHSA-7pq3-q85x-rv74/GHSA-7pq3-q85x-rv74.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7qcp-rc3f-jqjv/GHSA-7qcp-rc3f-jqjv.json b/advisories/unreviewed/2022/05/GHSA-7qcp-rc3f-jqjv/GHSA-7qcp-rc3f-jqjv.json index 28115ba224f..2ad22444113 100644 --- a/advisories/unreviewed/2022/05/GHSA-7qcp-rc3f-jqjv/GHSA-7qcp-rc3f-jqjv.json +++ b/advisories/unreviewed/2022/05/GHSA-7qcp-rc3f-jqjv/GHSA-7qcp-rc3f-jqjv.json @@ -7,12 +7,8 @@ "CVE-2015-0742" ], "details": "The Protocol Independent Multicast (PIM) application in Cisco Adaptive Security Appliance (ASA) Software 9.2(0.0), 9.2(0.104), 9.2(3.1), 9.2(3.4), 9.3(1.105), 9.3(2.100), 9.4(0.115), 100.13(0.21), 100.13(20.3), 100.13(21.9), and 100.14(1.1) does not properly implement multicast-forwarding registration, which allows remote attackers to cause a denial of service (forwarding outage) via a crafted multicast packet, aka Bug ID CSCus74398.", - "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-7r32-fwv5-9xr5/GHSA-7r32-fwv5-9xr5.json b/advisories/unreviewed/2022/05/GHSA-7r32-fwv5-9xr5/GHSA-7r32-fwv5-9xr5.json index 7586f7d6220..69e625bd527 100644 --- a/advisories/unreviewed/2022/05/GHSA-7r32-fwv5-9xr5/GHSA-7r32-fwv5-9xr5.json +++ b/advisories/unreviewed/2022/05/GHSA-7r32-fwv5-9xr5/GHSA-7r32-fwv5-9xr5.json @@ -7,12 +7,8 @@ "CVE-2015-0747" ], "details": "Cisco Conductor for Videoscape 3.0 and Cisco Headend System Release allow remote attackers to inject arbitrary cookies via a crafted HTTP request, aka Bug ID CSCuh25408.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7r7x-g5gw-9rgv/GHSA-7r7x-g5gw-9rgv.json b/advisories/unreviewed/2022/05/GHSA-7r7x-g5gw-9rgv/GHSA-7r7x-g5gw-9rgv.json index defe05fe70d..1af09b23c48 100644 --- a/advisories/unreviewed/2022/05/GHSA-7r7x-g5gw-9rgv/GHSA-7r7x-g5gw-9rgv.json +++ b/advisories/unreviewed/2022/05/GHSA-7r7x-g5gw-9rgv/GHSA-7r7x-g5gw-9rgv.json @@ -7,12 +7,8 @@ "CVE-2014-1557" ], "details": "The ConvolveHorizontally function in Skia, as used in Mozilla Firefox before 31.0, Firefox ESR 24.x before 24.7, and Thunderbird before 24.7, does not properly handle the discarding of image data during function execution, which allows remote attackers to execute arbitrary code by triggering prolonged image scaling, as demonstrated by scaling of a high-quality image.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7r9q-pw5v-pg48/GHSA-7r9q-pw5v-pg48.json b/advisories/unreviewed/2022/05/GHSA-7r9q-pw5v-pg48/GHSA-7r9q-pw5v-pg48.json index 9d56eefb838..c2aa3629151 100644 --- a/advisories/unreviewed/2022/05/GHSA-7r9q-pw5v-pg48/GHSA-7r9q-pw5v-pg48.json +++ b/advisories/unreviewed/2022/05/GHSA-7r9q-pw5v-pg48/GHSA-7r9q-pw5v-pg48.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7rm7-q7fq-4mq4/GHSA-7rm7-q7fq-4mq4.json b/advisories/unreviewed/2022/05/GHSA-7rm7-q7fq-4mq4/GHSA-7rm7-q7fq-4mq4.json index 3fc53c8a7b6..a89b2b69df2 100644 --- a/advisories/unreviewed/2022/05/GHSA-7rm7-q7fq-4mq4/GHSA-7rm7-q7fq-4mq4.json +++ b/advisories/unreviewed/2022/05/GHSA-7rm7-q7fq-4mq4/GHSA-7rm7-q7fq-4mq4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7vx4-gqc7-xcv8/GHSA-7vx4-gqc7-xcv8.json b/advisories/unreviewed/2022/05/GHSA-7vx4-gqc7-xcv8/GHSA-7vx4-gqc7-xcv8.json index b7731f811c0..6ca9078c6d5 100644 --- a/advisories/unreviewed/2022/05/GHSA-7vx4-gqc7-xcv8/GHSA-7vx4-gqc7-xcv8.json +++ b/advisories/unreviewed/2022/05/GHSA-7vx4-gqc7-xcv8/GHSA-7vx4-gqc7-xcv8.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-7w8r-vmhh-7vf4/GHSA-7w8r-vmhh-7vf4.json b/advisories/unreviewed/2022/05/GHSA-7w8r-vmhh-7vf4/GHSA-7w8r-vmhh-7vf4.json index 48dd69017fe..2af2821f246 100644 --- a/advisories/unreviewed/2022/05/GHSA-7w8r-vmhh-7vf4/GHSA-7w8r-vmhh-7vf4.json +++ b/advisories/unreviewed/2022/05/GHSA-7w8r-vmhh-7vf4/GHSA-7w8r-vmhh-7vf4.json @@ -7,12 +7,8 @@ "CVE-2015-0634" ], "details": "Cross-site scripting (XSS) vulnerability in the administrative interface in Cisco WebEx Meetings Server 2.5 and 2.5.0.997 allows remote attackers to inject arbitrary web script or HTML via a crafted URL, aka Bug ID CSCuq86310.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7x54-3j5f-jcr9/GHSA-7x54-3j5f-jcr9.json b/advisories/unreviewed/2022/05/GHSA-7x54-3j5f-jcr9/GHSA-7x54-3j5f-jcr9.json index 1ea0f2e8c33..a110bf04720 100644 --- a/advisories/unreviewed/2022/05/GHSA-7x54-3j5f-jcr9/GHSA-7x54-3j5f-jcr9.json +++ b/advisories/unreviewed/2022/05/GHSA-7x54-3j5f-jcr9/GHSA-7x54-3j5f-jcr9.json @@ -7,12 +7,8 @@ "CVE-2014-2497" ], "details": "The gdImageCreateFromXpm function in gdxpm.c in libgd, as used in PHP 5.4.26 and earlier, allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted color table in an XPM file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7x5j-vqwr-gg77/GHSA-7x5j-vqwr-gg77.json b/advisories/unreviewed/2022/05/GHSA-7x5j-vqwr-gg77/GHSA-7x5j-vqwr-gg77.json index 44d97b206fa..acbdad035d0 100644 --- a/advisories/unreviewed/2022/05/GHSA-7x5j-vqwr-gg77/GHSA-7x5j-vqwr-gg77.json +++ b/advisories/unreviewed/2022/05/GHSA-7x5j-vqwr-gg77/GHSA-7x5j-vqwr-gg77.json @@ -7,12 +7,8 @@ "CVE-2015-0691" ], "details": "A certain Cisco JAR file, as distributed in Cache Cleaner in Cisco Secure Desktop (CSD), allows remote attackers to execute arbitrary commands via a crafted web site, aka Bug ID CSCup83001.", - "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-7x7g-6wq5-m98p/GHSA-7x7g-6wq5-m98p.json b/advisories/unreviewed/2022/05/GHSA-7x7g-6wq5-m98p/GHSA-7x7g-6wq5-m98p.json index 742e9565de5..a4a15b25c8d 100644 --- a/advisories/unreviewed/2022/05/GHSA-7x7g-6wq5-m98p/GHSA-7x7g-6wq5-m98p.json +++ b/advisories/unreviewed/2022/05/GHSA-7x7g-6wq5-m98p/GHSA-7x7g-6wq5-m98p.json @@ -7,12 +7,8 @@ "CVE-2014-1558" ], "details": "Mozilla Firefox before 31.0 and Thunderbird before 31.0 allow remote attackers to cause a denial of service (X.509 certificate parsing outage) via a crafted certificate that does not use UTF-8 character encoding in a required context, a different vulnerability than CVE-2014-1559.", - "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-7xf8-x4wh-25c5/GHSA-7xf8-x4wh-25c5.json b/advisories/unreviewed/2022/05/GHSA-7xf8-x4wh-25c5/GHSA-7xf8-x4wh-25c5.json index 8980784d20d..d3a3d88a715 100644 --- a/advisories/unreviewed/2022/05/GHSA-7xf8-x4wh-25c5/GHSA-7xf8-x4wh-25c5.json +++ b/advisories/unreviewed/2022/05/GHSA-7xf8-x4wh-25c5/GHSA-7xf8-x4wh-25c5.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-82fc-gv4r-v2jq/GHSA-82fc-gv4r-v2jq.json b/advisories/unreviewed/2022/05/GHSA-82fc-gv4r-v2jq/GHSA-82fc-gv4r-v2jq.json index 9cf4ddd3353..5f2d011d583 100644 --- a/advisories/unreviewed/2022/05/GHSA-82fc-gv4r-v2jq/GHSA-82fc-gv4r-v2jq.json +++ b/advisories/unreviewed/2022/05/GHSA-82fc-gv4r-v2jq/GHSA-82fc-gv4r-v2jq.json @@ -7,12 +7,8 @@ "CVE-2015-6258" ], "details": "The Internet Access Point Protocol (IAPP) module on Cisco Wireless LAN Controller (WLC) devices with software 8.1(104.37) allows remote attackers to trigger incorrect traffic forwarding via crafted IPv6 packets, aka Bug ID CSCuv40033.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-83vr-m785-6cfc/GHSA-83vr-m785-6cfc.json b/advisories/unreviewed/2022/05/GHSA-83vr-m785-6cfc/GHSA-83vr-m785-6cfc.json index 935c3c01f3b..94cfb31d544 100644 --- a/advisories/unreviewed/2022/05/GHSA-83vr-m785-6cfc/GHSA-83vr-m785-6cfc.json +++ b/advisories/unreviewed/2022/05/GHSA-83vr-m785-6cfc/GHSA-83vr-m785-6cfc.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-8429-c5x8-7qw9/GHSA-8429-c5x8-7qw9.json b/advisories/unreviewed/2022/05/GHSA-8429-c5x8-7qw9/GHSA-8429-c5x8-7qw9.json index a36b5fdf816..1ae2cc7315e 100644 --- a/advisories/unreviewed/2022/05/GHSA-8429-c5x8-7qw9/GHSA-8429-c5x8-7qw9.json +++ b/advisories/unreviewed/2022/05/GHSA-8429-c5x8-7qw9/GHSA-8429-c5x8-7qw9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-843q-mr2g-9852/GHSA-843q-mr2g-9852.json b/advisories/unreviewed/2022/05/GHSA-843q-mr2g-9852/GHSA-843q-mr2g-9852.json index 27eff2bd618..63794fc84e3 100644 --- a/advisories/unreviewed/2022/05/GHSA-843q-mr2g-9852/GHSA-843q-mr2g-9852.json +++ b/advisories/unreviewed/2022/05/GHSA-843q-mr2g-9852/GHSA-843q-mr2g-9852.json @@ -7,12 +7,8 @@ "CVE-2014-0542" ], "details": "Adobe Flash Player before 13.0.0.241 and 14.x before 14.0.0.176 on Windows and OS X and before 11.2.202.400 on Linux, Adobe AIR before 14.0.0.178 on Windows and OS X and before 14.0.0.179 on Android, Adobe AIR SDK before 14.0.0.178, and Adobe AIR SDK & Compiler before 14.0.0.178 do not properly restrict discovery of memory addresses, which allows attackers to bypass the ASLR protection mechanism via unspecified vectors, a different vulnerability than CVE-2014-0540, CVE-2014-0543, CVE-2014-0544, and CVE-2014-0545.", - "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-84mq-6c9x-6p8p/GHSA-84mq-6c9x-6p8p.json b/advisories/unreviewed/2022/05/GHSA-84mq-6c9x-6p8p/GHSA-84mq-6c9x-6p8p.json index e7f6403e420..4d4ee86fbd0 100644 --- a/advisories/unreviewed/2022/05/GHSA-84mq-6c9x-6p8p/GHSA-84mq-6c9x-6p8p.json +++ b/advisories/unreviewed/2022/05/GHSA-84mq-6c9x-6p8p/GHSA-84mq-6c9x-6p8p.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-8838-82f9-r3w2/GHSA-8838-82f9-r3w2.json b/advisories/unreviewed/2022/05/GHSA-8838-82f9-r3w2/GHSA-8838-82f9-r3w2.json index be63e0706ac..d0c8b5d1945 100644 --- a/advisories/unreviewed/2022/05/GHSA-8838-82f9-r3w2/GHSA-8838-82f9-r3w2.json +++ b/advisories/unreviewed/2022/05/GHSA-8838-82f9-r3w2/GHSA-8838-82f9-r3w2.json @@ -7,12 +7,8 @@ "CVE-2013-5770" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.6.11 and earlier allows remote authenticated users to affect availability via unknown vectors related to Locking.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-88r6-hpm9-7rph/GHSA-88r6-hpm9-7rph.json b/advisories/unreviewed/2022/05/GHSA-88r6-hpm9-7rph/GHSA-88r6-hpm9-7rph.json index 19be31c2a19..90b697bb298 100644 --- a/advisories/unreviewed/2022/05/GHSA-88r6-hpm9-7rph/GHSA-88r6-hpm9-7rph.json +++ b/advisories/unreviewed/2022/05/GHSA-88r6-hpm9-7rph/GHSA-88r6-hpm9-7rph.json @@ -7,12 +7,8 @@ "CVE-2014-1734" ], "details": "Multiple unspecified vulnerabilities in Google Chrome before 34.0.1847.131 on Windows and OS X and before 34.0.1847.132 on Linux allow attackers to cause a denial of service or possibly have other impact 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-89h8-vm89-88m9/GHSA-89h8-vm89-88m9.json b/advisories/unreviewed/2022/05/GHSA-89h8-vm89-88m9/GHSA-89h8-vm89-88m9.json index 9a19cc332f2..fd3d8e8c4c7 100644 --- a/advisories/unreviewed/2022/05/GHSA-89h8-vm89-88m9/GHSA-89h8-vm89-88m9.json +++ b/advisories/unreviewed/2022/05/GHSA-89h8-vm89-88m9/GHSA-89h8-vm89-88m9.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", @@ -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-89vh-wwvw-xxh6/GHSA-89vh-wwvw-xxh6.json b/advisories/unreviewed/2022/05/GHSA-89vh-wwvw-xxh6/GHSA-89vh-wwvw-xxh6.json index be9a23cdcbd..d63154ce14f 100644 --- a/advisories/unreviewed/2022/05/GHSA-89vh-wwvw-xxh6/GHSA-89vh-wwvw-xxh6.json +++ b/advisories/unreviewed/2022/05/GHSA-89vh-wwvw-xxh6/GHSA-89vh-wwvw-xxh6.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-89x3-hvxc-fwcx/GHSA-89x3-hvxc-fwcx.json b/advisories/unreviewed/2022/05/GHSA-89x3-hvxc-fwcx/GHSA-89x3-hvxc-fwcx.json index 2fd7fa6737e..fa68416796e 100644 --- a/advisories/unreviewed/2022/05/GHSA-89x3-hvxc-fwcx/GHSA-89x3-hvxc-fwcx.json +++ b/advisories/unreviewed/2022/05/GHSA-89x3-hvxc-fwcx/GHSA-89x3-hvxc-fwcx.json @@ -7,12 +7,8 @@ "CVE-2014-2623" ], "details": "Unspecified vulnerability in HP Storage Data Protector 8.x allows remote attackers to execute arbitrary code 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-8g74-wr2p-hm55/GHSA-8g74-wr2p-hm55.json b/advisories/unreviewed/2022/05/GHSA-8g74-wr2p-hm55/GHSA-8g74-wr2p-hm55.json index b12d40f99e6..7e0e2d9d12b 100644 --- a/advisories/unreviewed/2022/05/GHSA-8g74-wr2p-hm55/GHSA-8g74-wr2p-hm55.json +++ b/advisories/unreviewed/2022/05/GHSA-8g74-wr2p-hm55/GHSA-8g74-wr2p-hm55.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-8g78-7gc4-jx8q/GHSA-8g78-7gc4-jx8q.json b/advisories/unreviewed/2022/05/GHSA-8g78-7gc4-jx8q/GHSA-8g78-7gc4-jx8q.json index ed2feb93055..d436034570f 100644 --- a/advisories/unreviewed/2022/05/GHSA-8g78-7gc4-jx8q/GHSA-8g78-7gc4-jx8q.json +++ b/advisories/unreviewed/2022/05/GHSA-8g78-7gc4-jx8q/GHSA-8g78-7gc4-jx8q.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-8gvg-vxvq-qh2r/GHSA-8gvg-vxvq-qh2r.json b/advisories/unreviewed/2022/05/GHSA-8gvg-vxvq-qh2r/GHSA-8gvg-vxvq-qh2r.json index 5053657cc6e..e6f125e76eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-8gvg-vxvq-qh2r/GHSA-8gvg-vxvq-qh2r.json +++ b/advisories/unreviewed/2022/05/GHSA-8gvg-vxvq-qh2r/GHSA-8gvg-vxvq-qh2r.json @@ -7,12 +7,8 @@ "CVE-2014-4038" ], "details": "ppc64-diag 2.6.1 allows local users to overwrite arbitrary files via a symlink attack related to (1) rtas_errd/diag_support.c and /tmp/get_dt_files, (2) scripts/ppc64_diag_mkrsrc and /tmp/diagSEsnap/snapH.tar.gz, or (3) lpd/test/lpd_ela_test.sh and /var/tmp/ras.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8h59-25x6-x33h/GHSA-8h59-25x6-x33h.json b/advisories/unreviewed/2022/05/GHSA-8h59-25x6-x33h/GHSA-8h59-25x6-x33h.json index aee90307154..809bf863d53 100644 --- a/advisories/unreviewed/2022/05/GHSA-8h59-25x6-x33h/GHSA-8h59-25x6-x33h.json +++ b/advisories/unreviewed/2022/05/GHSA-8h59-25x6-x33h/GHSA-8h59-25x6-x33h.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-8hw3-6cv2-9ff4/GHSA-8hw3-6cv2-9ff4.json b/advisories/unreviewed/2022/05/GHSA-8hw3-6cv2-9ff4/GHSA-8hw3-6cv2-9ff4.json index 9e943cf3ce8..47b5ee80eaa 100644 --- a/advisories/unreviewed/2022/05/GHSA-8hw3-6cv2-9ff4/GHSA-8hw3-6cv2-9ff4.json +++ b/advisories/unreviewed/2022/05/GHSA-8hw3-6cv2-9ff4/GHSA-8hw3-6cv2-9ff4.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-8m85-74wh-r3m4/GHSA-8m85-74wh-r3m4.json b/advisories/unreviewed/2022/05/GHSA-8m85-74wh-r3m4/GHSA-8m85-74wh-r3m4.json index 8c0cbe35435..c837a050065 100644 --- a/advisories/unreviewed/2022/05/GHSA-8m85-74wh-r3m4/GHSA-8m85-74wh-r3m4.json +++ b/advisories/unreviewed/2022/05/GHSA-8m85-74wh-r3m4/GHSA-8m85-74wh-r3m4.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-8mh2-rwr7-p739/GHSA-8mh2-rwr7-p739.json b/advisories/unreviewed/2022/05/GHSA-8mh2-rwr7-p739/GHSA-8mh2-rwr7-p739.json index 0c7e29ef71d..74719bb7d1d 100644 --- a/advisories/unreviewed/2022/05/GHSA-8mh2-rwr7-p739/GHSA-8mh2-rwr7-p739.json +++ b/advisories/unreviewed/2022/05/GHSA-8mh2-rwr7-p739/GHSA-8mh2-rwr7-p739.json @@ -7,12 +7,8 @@ "CVE-2014-3320" ], "details": "Multiple open redirect vulnerabilities in the admin web interface in the web framework in Cisco Unified Communications Domain Manager (CDM) 8.1(.4) and earlier allow remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via crafted URLs for unspecified scripts, aka Bug ID CSCuo48835.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8p37-98j5-xm75/GHSA-8p37-98j5-xm75.json b/advisories/unreviewed/2022/05/GHSA-8p37-98j5-xm75/GHSA-8p37-98j5-xm75.json index 618da913dad..0207d1056ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-8p37-98j5-xm75/GHSA-8p37-98j5-xm75.json +++ b/advisories/unreviewed/2022/05/GHSA-8p37-98j5-xm75/GHSA-8p37-98j5-xm75.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8p3m-rpr9-fjj6/GHSA-8p3m-rpr9-fjj6.json b/advisories/unreviewed/2022/05/GHSA-8p3m-rpr9-fjj6/GHSA-8p3m-rpr9-fjj6.json index abdb1e07cc4..f7acd01899a 100644 --- a/advisories/unreviewed/2022/05/GHSA-8p3m-rpr9-fjj6/GHSA-8p3m-rpr9-fjj6.json +++ b/advisories/unreviewed/2022/05/GHSA-8p3m-rpr9-fjj6/GHSA-8p3m-rpr9-fjj6.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-8pg3-wwm7-xq2v/GHSA-8pg3-wwm7-xq2v.json b/advisories/unreviewed/2022/05/GHSA-8pg3-wwm7-xq2v/GHSA-8pg3-wwm7-xq2v.json index 2255f50cad4..1c97a07f123 100644 --- a/advisories/unreviewed/2022/05/GHSA-8pg3-wwm7-xq2v/GHSA-8pg3-wwm7-xq2v.json +++ b/advisories/unreviewed/2022/05/GHSA-8pg3-wwm7-xq2v/GHSA-8pg3-wwm7-xq2v.json @@ -7,12 +7,8 @@ "CVE-2014-2599" ], "details": "The HVMOP_set_mem_access HVM control operations in Xen 4.1.x for 32-bit and 4.1.x through 4.4.x for 64-bit allow local guest administrators to cause a denial of service (CPU consumption) by leveraging access to certain service domains for HVM guests and a large input.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8q3f-94v5-w475/GHSA-8q3f-94v5-w475.json b/advisories/unreviewed/2022/05/GHSA-8q3f-94v5-w475/GHSA-8q3f-94v5-w475.json index 90ea8d1fe2a..2241b6d53fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-8q3f-94v5-w475/GHSA-8q3f-94v5-w475.json +++ b/advisories/unreviewed/2022/05/GHSA-8q3f-94v5-w475/GHSA-8q3f-94v5-w475.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-8q9h-49m6-wq58/GHSA-8q9h-49m6-wq58.json b/advisories/unreviewed/2022/05/GHSA-8q9h-49m6-wq58/GHSA-8q9h-49m6-wq58.json index ba6cebdf771..2d3d2968a30 100644 --- a/advisories/unreviewed/2022/05/GHSA-8q9h-49m6-wq58/GHSA-8q9h-49m6-wq58.json +++ b/advisories/unreviewed/2022/05/GHSA-8q9h-49m6-wq58/GHSA-8q9h-49m6-wq58.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8rmq-jwcc-5rg4/GHSA-8rmq-jwcc-5rg4.json b/advisories/unreviewed/2022/05/GHSA-8rmq-jwcc-5rg4/GHSA-8rmq-jwcc-5rg4.json index e6b967b2edf..109f0e2f271 100644 --- a/advisories/unreviewed/2022/05/GHSA-8rmq-jwcc-5rg4/GHSA-8rmq-jwcc-5rg4.json +++ b/advisories/unreviewed/2022/05/GHSA-8rmq-jwcc-5rg4/GHSA-8rmq-jwcc-5rg4.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-8v69-q7gj-68hp/GHSA-8v69-q7gj-68hp.json b/advisories/unreviewed/2022/05/GHSA-8v69-q7gj-68hp/GHSA-8v69-q7gj-68hp.json index bfc8b132784..c675799c17c 100644 --- a/advisories/unreviewed/2022/05/GHSA-8v69-q7gj-68hp/GHSA-8v69-q7gj-68hp.json +++ b/advisories/unreviewed/2022/05/GHSA-8v69-q7gj-68hp/GHSA-8v69-q7gj-68hp.json @@ -7,12 +7,8 @@ "CVE-2014-3162" ], "details": "Multiple unspecified vulnerabilities in Google Chrome before 36.0.1985.125 allow attackers to cause a denial of service or possibly have other impact via unknown vectors.", - "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-8v7j-mrfp-6rp4/GHSA-8v7j-mrfp-6rp4.json b/advisories/unreviewed/2022/05/GHSA-8v7j-mrfp-6rp4/GHSA-8v7j-mrfp-6rp4.json index 30782c7ebc7..16d5a7119ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-8v7j-mrfp-6rp4/GHSA-8v7j-mrfp-6rp4.json +++ b/advisories/unreviewed/2022/05/GHSA-8v7j-mrfp-6rp4/GHSA-8v7j-mrfp-6rp4.json @@ -7,12 +7,8 @@ "CVE-2014-1354" ], "details": "CoreGraphics in Apple iOS before 7.1.2 does not properly restrict allocation of stack memory for processing of XBM images, which allows remote attackers to execute arbitrary code or cause a denial of service (application crash) via crafted image data.", - "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-8vx2-wpwf-g426/GHSA-8vx2-wpwf-g426.json b/advisories/unreviewed/2022/05/GHSA-8vx2-wpwf-g426/GHSA-8vx2-wpwf-g426.json index a8eea0b88a0..4baf1db8569 100644 --- a/advisories/unreviewed/2022/05/GHSA-8vx2-wpwf-g426/GHSA-8vx2-wpwf-g426.json +++ b/advisories/unreviewed/2022/05/GHSA-8vx2-wpwf-g426/GHSA-8vx2-wpwf-g426.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-8wjg-hhrx-c89r/GHSA-8wjg-hhrx-c89r.json b/advisories/unreviewed/2022/05/GHSA-8wjg-hhrx-c89r/GHSA-8wjg-hhrx-c89r.json index e313dc286df..14616929e14 100644 --- a/advisories/unreviewed/2022/05/GHSA-8wjg-hhrx-c89r/GHSA-8wjg-hhrx-c89r.json +++ b/advisories/unreviewed/2022/05/GHSA-8wjg-hhrx-c89r/GHSA-8wjg-hhrx-c89r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8wqv-6mh5-48m6/GHSA-8wqv-6mh5-48m6.json b/advisories/unreviewed/2022/05/GHSA-8wqv-6mh5-48m6/GHSA-8wqv-6mh5-48m6.json index ef88394a595..d5fb8dc9408 100644 --- a/advisories/unreviewed/2022/05/GHSA-8wqv-6mh5-48m6/GHSA-8wqv-6mh5-48m6.json +++ b/advisories/unreviewed/2022/05/GHSA-8wqv-6mh5-48m6/GHSA-8wqv-6mh5-48m6.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-8wwh-wv27-42xx/GHSA-8wwh-wv27-42xx.json b/advisories/unreviewed/2022/05/GHSA-8wwh-wv27-42xx/GHSA-8wwh-wv27-42xx.json index 4756d926e86..70e33be57e6 100644 --- a/advisories/unreviewed/2022/05/GHSA-8wwh-wv27-42xx/GHSA-8wwh-wv27-42xx.json +++ b/advisories/unreviewed/2022/05/GHSA-8wwh-wv27-42xx/GHSA-8wwh-wv27-42xx.json @@ -7,12 +7,8 @@ "CVE-2014-1726" ], "details": "The drag implementation in Google Chrome before 34.0.1847.116 allows user-assisted remote attackers to bypass the Same Origin Policy and forge local pathnames by leveraging renderer access.", - "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-8x2p-j6hr-m6g5/GHSA-8x2p-j6hr-m6g5.json b/advisories/unreviewed/2022/05/GHSA-8x2p-j6hr-m6g5/GHSA-8x2p-j6hr-m6g5.json index bf34544d4dd..6c7165de52c 100644 --- a/advisories/unreviewed/2022/05/GHSA-8x2p-j6hr-m6g5/GHSA-8x2p-j6hr-m6g5.json +++ b/advisories/unreviewed/2022/05/GHSA-8x2p-j6hr-m6g5/GHSA-8x2p-j6hr-m6g5.json @@ -7,12 +7,8 @@ "CVE-2013-7020" ], "details": "The read_header function in libavcodec/ffv1dec.c in FFmpeg before 2.1 does not properly enforce certain bit-count and colorspace constraints, which allows remote attackers to cause a denial of service (out-of-bounds array access) or possibly have unspecified other impact via crafted FFV1 data.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8xr2-qvfg-j8q4/GHSA-8xr2-qvfg-j8q4.json b/advisories/unreviewed/2022/05/GHSA-8xr2-qvfg-j8q4/GHSA-8xr2-qvfg-j8q4.json index 964f2adba01..1084fa756be 100644 --- a/advisories/unreviewed/2022/05/GHSA-8xr2-qvfg-j8q4/GHSA-8xr2-qvfg-j8q4.json +++ b/advisories/unreviewed/2022/05/GHSA-8xr2-qvfg-j8q4/GHSA-8xr2-qvfg-j8q4.json @@ -7,12 +7,8 @@ "CVE-2014-1896" ], "details": "The (1) do_send and (2) do_recv functions in io.c in libvchan in Xen 4.2.x, 4.3.x, and 4.4-RC series allows local guests to cause a denial of service or possibly gain privileges via crafted xenstore ring indexes, which triggers a \"read or write past the end of the ring.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8xwx-vr27-85pp/GHSA-8xwx-vr27-85pp.json b/advisories/unreviewed/2022/05/GHSA-8xwx-vr27-85pp/GHSA-8xwx-vr27-85pp.json index a0f37664760..3e5e22fb6ad 100644 --- a/advisories/unreviewed/2022/05/GHSA-8xwx-vr27-85pp/GHSA-8xwx-vr27-85pp.json +++ b/advisories/unreviewed/2022/05/GHSA-8xwx-vr27-85pp/GHSA-8xwx-vr27-85pp.json @@ -7,12 +7,8 @@ "CVE-2014-2514" ], "details": "EMC Documentum Content Server before 6.7 SP1 P28, 6.7 SP2 before P15, 7.0 before P15, and 7.1 before P06 does not properly check authorization and does not properly restrict object types, which allows remote authenticated users to run save RPC commands with super-user privileges, and consequently execute arbitrary code, via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-929q-4qhw-gx56/GHSA-929q-4qhw-gx56.json b/advisories/unreviewed/2022/05/GHSA-929q-4qhw-gx56/GHSA-929q-4qhw-gx56.json index e45a3c82ea0..ae6a53d9a59 100644 --- a/advisories/unreviewed/2022/05/GHSA-929q-4qhw-gx56/GHSA-929q-4qhw-gx56.json +++ b/advisories/unreviewed/2022/05/GHSA-929q-4qhw-gx56/GHSA-929q-4qhw-gx56.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-92vx-5hcq-2xpf/GHSA-92vx-5hcq-2xpf.json b/advisories/unreviewed/2022/05/GHSA-92vx-5hcq-2xpf/GHSA-92vx-5hcq-2xpf.json index 1dc78f79f18..bb625afb9fa 100644 --- a/advisories/unreviewed/2022/05/GHSA-92vx-5hcq-2xpf/GHSA-92vx-5hcq-2xpf.json +++ b/advisories/unreviewed/2022/05/GHSA-92vx-5hcq-2xpf/GHSA-92vx-5hcq-2xpf.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", @@ -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-935q-79qc-vg2r/GHSA-935q-79qc-vg2r.json b/advisories/unreviewed/2022/05/GHSA-935q-79qc-vg2r/GHSA-935q-79qc-vg2r.json index 71a966e8963..fd680837b43 100644 --- a/advisories/unreviewed/2022/05/GHSA-935q-79qc-vg2r/GHSA-935q-79qc-vg2r.json +++ b/advisories/unreviewed/2022/05/GHSA-935q-79qc-vg2r/GHSA-935q-79qc-vg2r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9446-7g9r-rg8v/GHSA-9446-7g9r-rg8v.json b/advisories/unreviewed/2022/05/GHSA-9446-7g9r-rg8v/GHSA-9446-7g9r-rg8v.json index da50e65c82f..b3cd3c2ffbb 100644 --- a/advisories/unreviewed/2022/05/GHSA-9446-7g9r-rg8v/GHSA-9446-7g9r-rg8v.json +++ b/advisories/unreviewed/2022/05/GHSA-9446-7g9r-rg8v/GHSA-9446-7g9r-rg8v.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-948w-pgmc-vcxp/GHSA-948w-pgmc-vcxp.json b/advisories/unreviewed/2022/05/GHSA-948w-pgmc-vcxp/GHSA-948w-pgmc-vcxp.json index b7a539cf31c..f7c02b5a665 100644 --- a/advisories/unreviewed/2022/05/GHSA-948w-pgmc-vcxp/GHSA-948w-pgmc-vcxp.json +++ b/advisories/unreviewed/2022/05/GHSA-948w-pgmc-vcxp/GHSA-948w-pgmc-vcxp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-94c7-grvp-xm27/GHSA-94c7-grvp-xm27.json b/advisories/unreviewed/2022/05/GHSA-94c7-grvp-xm27/GHSA-94c7-grvp-xm27.json index c68654e87cc..6a47aa21b45 100644 --- a/advisories/unreviewed/2022/05/GHSA-94c7-grvp-xm27/GHSA-94c7-grvp-xm27.json +++ b/advisories/unreviewed/2022/05/GHSA-94c7-grvp-xm27/GHSA-94c7-grvp-xm27.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-956h-48vq-3q8p/GHSA-956h-48vq-3q8p.json b/advisories/unreviewed/2022/05/GHSA-956h-48vq-3q8p/GHSA-956h-48vq-3q8p.json index 89e13268729..edb67b7c345 100644 --- a/advisories/unreviewed/2022/05/GHSA-956h-48vq-3q8p/GHSA-956h-48vq-3q8p.json +++ b/advisories/unreviewed/2022/05/GHSA-956h-48vq-3q8p/GHSA-956h-48vq-3q8p.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-956j-9v4c-m8hh/GHSA-956j-9v4c-m8hh.json b/advisories/unreviewed/2022/05/GHSA-956j-9v4c-m8hh/GHSA-956j-9v4c-m8hh.json index 2c4a84829ec..9dcbb96d2bd 100644 --- a/advisories/unreviewed/2022/05/GHSA-956j-9v4c-m8hh/GHSA-956j-9v4c-m8hh.json +++ b/advisories/unreviewed/2022/05/GHSA-956j-9v4c-m8hh/GHSA-956j-9v4c-m8hh.json @@ -7,12 +7,8 @@ "CVE-2014-1892" ], "details": "Xen 3.3 through 4.1, when XSM is enabled, allows local users to cause a denial of service via vectors related to a \"large memory allocation,\" a different vulnerability than CVE-2014-1891, CVE-2014-1893, and CVE-2014-1894.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-95mp-483v-x6wh/GHSA-95mp-483v-x6wh.json b/advisories/unreviewed/2022/05/GHSA-95mp-483v-x6wh/GHSA-95mp-483v-x6wh.json index 272bb877791..05b91bb6310 100644 --- a/advisories/unreviewed/2022/05/GHSA-95mp-483v-x6wh/GHSA-95mp-483v-x6wh.json +++ b/advisories/unreviewed/2022/05/GHSA-95mp-483v-x6wh/GHSA-95mp-483v-x6wh.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-9659-pqfr-cff6/GHSA-9659-pqfr-cff6.json b/advisories/unreviewed/2022/05/GHSA-9659-pqfr-cff6/GHSA-9659-pqfr-cff6.json index d1a45da39e9..eaf62a41dd7 100644 --- a/advisories/unreviewed/2022/05/GHSA-9659-pqfr-cff6/GHSA-9659-pqfr-cff6.json +++ b/advisories/unreviewed/2022/05/GHSA-9659-pqfr-cff6/GHSA-9659-pqfr-cff6.json @@ -7,12 +7,8 @@ "CVE-2015-3046" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2014-9161, CVE-2015-3049, CVE-2015-3050, CVE-2015-3051, CVE-2015-3052, CVE-2015-3056, CVE-2015-3057, CVE-2015-3070, and CVE-2015-3076.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-96fx-2vmq-2952/GHSA-96fx-2vmq-2952.json b/advisories/unreviewed/2022/05/GHSA-96fx-2vmq-2952/GHSA-96fx-2vmq-2952.json index c10c8e2940f..9b5119821a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-96fx-2vmq-2952/GHSA-96fx-2vmq-2952.json +++ b/advisories/unreviewed/2022/05/GHSA-96fx-2vmq-2952/GHSA-96fx-2vmq-2952.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-96qq-q3wg-46mx/GHSA-96qq-q3wg-46mx.json b/advisories/unreviewed/2022/05/GHSA-96qq-q3wg-46mx/GHSA-96qq-q3wg-46mx.json index ff915f8d0ec..4288f782479 100644 --- a/advisories/unreviewed/2022/05/GHSA-96qq-q3wg-46mx/GHSA-96qq-q3wg-46mx.json +++ b/advisories/unreviewed/2022/05/GHSA-96qq-q3wg-46mx/GHSA-96qq-q3wg-46mx.json @@ -7,12 +7,8 @@ "CVE-2015-0739" ], "details": "The Lights-Out Management (LOM) implementation in Cisco FireSIGHT System Software 5.3.0 on Sourcefire 3D Sensor devices allows remote authenticated users to perform arbitrary Baseboard Management Controller (BMC) file uploads via unspecified vectors, aka Bug ID CSCus87938.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-977g-q8w5-59p4/GHSA-977g-q8w5-59p4.json b/advisories/unreviewed/2022/05/GHSA-977g-q8w5-59p4/GHSA-977g-q8w5-59p4.json index ca486257054..2cc8e755a3b 100644 --- a/advisories/unreviewed/2022/05/GHSA-977g-q8w5-59p4/GHSA-977g-q8w5-59p4.json +++ b/advisories/unreviewed/2022/05/GHSA-977g-q8w5-59p4/GHSA-977g-q8w5-59p4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-977m-h3qq-3266/GHSA-977m-h3qq-3266.json b/advisories/unreviewed/2022/05/GHSA-977m-h3qq-3266/GHSA-977m-h3qq-3266.json index 6bcb6a948e8..7d837330f23 100644 --- a/advisories/unreviewed/2022/05/GHSA-977m-h3qq-3266/GHSA-977m-h3qq-3266.json +++ b/advisories/unreviewed/2022/05/GHSA-977m-h3qq-3266/GHSA-977m-h3qq-3266.json @@ -7,12 +7,8 @@ "CVE-2015-4182" ], "details": "The administrative web interface in Cisco Identity Services Engine (ISE) before 1.3 allows remote authenticated users to bypass intended access restrictions, and obtain sensitive information or change settings, via unspecified vectors, aka Bug ID CSCui72087.", - "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-97j9-m52p-mwr5/GHSA-97j9-m52p-mwr5.json b/advisories/unreviewed/2022/05/GHSA-97j9-m52p-mwr5/GHSA-97j9-m52p-mwr5.json index 4a26af14a7b..8472913050d 100644 --- a/advisories/unreviewed/2022/05/GHSA-97j9-m52p-mwr5/GHSA-97j9-m52p-mwr5.json +++ b/advisories/unreviewed/2022/05/GHSA-97j9-m52p-mwr5/GHSA-97j9-m52p-mwr5.json @@ -7,12 +7,8 @@ "CVE-2014-5161" ], "details": "The dissect_log function in plugins/irda/packet-irda.c in the IrDA dissector in Wireshark 1.10.x before 1.10.9 does not properly strip '\\n' characters, which allows remote attackers to cause a denial of service (buffer underflow and application crash) via a crafted packet.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-98qp-j4c5-f834/GHSA-98qp-j4c5-f834.json b/advisories/unreviewed/2022/05/GHSA-98qp-j4c5-f834/GHSA-98qp-j4c5-f834.json index 8e746e51195..2a7eb2d50b0 100644 --- a/advisories/unreviewed/2022/05/GHSA-98qp-j4c5-f834/GHSA-98qp-j4c5-f834.json +++ b/advisories/unreviewed/2022/05/GHSA-98qp-j4c5-f834/GHSA-98qp-j4c5-f834.json @@ -7,12 +7,8 @@ "CVE-2014-3970" ], "details": "The pa_rtp_recv function in modules/rtp/rtp.c in the module-rtp-recv module in PulseAudio 5.0 and earlier allows remote attackers to cause a denial of service (assertion failure and abort) via an empty UDP packet.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -48,9 +44,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-99jg-4cmm-w5c7/GHSA-99jg-4cmm-w5c7.json b/advisories/unreviewed/2022/05/GHSA-99jg-4cmm-w5c7/GHSA-99jg-4cmm-w5c7.json index 2f651880c34..c18b1cb6363 100644 --- a/advisories/unreviewed/2022/05/GHSA-99jg-4cmm-w5c7/GHSA-99jg-4cmm-w5c7.json +++ b/advisories/unreviewed/2022/05/GHSA-99jg-4cmm-w5c7/GHSA-99jg-4cmm-w5c7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-99qq-rjrp-5v3c/GHSA-99qq-rjrp-5v3c.json b/advisories/unreviewed/2022/05/GHSA-99qq-rjrp-5v3c/GHSA-99qq-rjrp-5v3c.json index dddf1ab1efc..4f2e4d1387f 100644 --- a/advisories/unreviewed/2022/05/GHSA-99qq-rjrp-5v3c/GHSA-99qq-rjrp-5v3c.json +++ b/advisories/unreviewed/2022/05/GHSA-99qq-rjrp-5v3c/GHSA-99qq-rjrp-5v3c.json @@ -7,12 +7,8 @@ "CVE-2015-0760" ], "details": "The IKEv1 implementation in Cisco ASA Software 7.x, 8.0.x, 8.1.x, and 8.2.x before 8.2.2.13 allows remote authenticated users to bypass XAUTH authentication via crafted IKEv1 packets, aka Bug ID CSCus47259.", - "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-9c9j-mccw-3f78/GHSA-9c9j-mccw-3f78.json b/advisories/unreviewed/2022/05/GHSA-9c9j-mccw-3f78/GHSA-9c9j-mccw-3f78.json index da327402578..5068887d97a 100644 --- a/advisories/unreviewed/2022/05/GHSA-9c9j-mccw-3f78/GHSA-9c9j-mccw-3f78.json +++ b/advisories/unreviewed/2022/05/GHSA-9c9j-mccw-3f78/GHSA-9c9j-mccw-3f78.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-9cgj-rhjc-pjpc/GHSA-9cgj-rhjc-pjpc.json b/advisories/unreviewed/2022/05/GHSA-9cgj-rhjc-pjpc/GHSA-9cgj-rhjc-pjpc.json index da442d3da13..03ece2ddd39 100644 --- a/advisories/unreviewed/2022/05/GHSA-9cgj-rhjc-pjpc/GHSA-9cgj-rhjc-pjpc.json +++ b/advisories/unreviewed/2022/05/GHSA-9cgj-rhjc-pjpc/GHSA-9cgj-rhjc-pjpc.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-9f63-6gmg-2983/GHSA-9f63-6gmg-2983.json b/advisories/unreviewed/2022/05/GHSA-9f63-6gmg-2983/GHSA-9f63-6gmg-2983.json index 29b760540a9..acbb51e836c 100644 --- a/advisories/unreviewed/2022/05/GHSA-9f63-6gmg-2983/GHSA-9f63-6gmg-2983.json +++ b/advisories/unreviewed/2022/05/GHSA-9f63-6gmg-2983/GHSA-9f63-6gmg-2983.json @@ -7,12 +7,8 @@ "CVE-2014-0237" ], "details": "The cdf_unpack_summary_info function in cdf.c in the Fileinfo component in PHP before 5.4.29 and 5.5.x before 5.5.13 allows remote attackers to cause a denial of service (performance degradation) by triggering many file_printf calls.", - "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-9f97-rgpx-3p5f/GHSA-9f97-rgpx-3p5f.json b/advisories/unreviewed/2022/05/GHSA-9f97-rgpx-3p5f/GHSA-9f97-rgpx-3p5f.json index 091a9dcc4a8..498a8567e6b 100644 --- a/advisories/unreviewed/2022/05/GHSA-9f97-rgpx-3p5f/GHSA-9f97-rgpx-3p5f.json +++ b/advisories/unreviewed/2022/05/GHSA-9f97-rgpx-3p5f/GHSA-9f97-rgpx-3p5f.json @@ -7,12 +7,8 @@ "CVE-2015-0738" ], "details": "Cross-site scripting (XSS) vulnerability in the Web Tracking Report page on Cisco Web Security Appliance (WSA) devices 8.5.0-497 allows remote attackers to inject arbitrary web script or HTML via an unspecified field, aka Bug ID CSCuu16008.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9fc5-rqh6-qhwg/GHSA-9fc5-rqh6-qhwg.json b/advisories/unreviewed/2022/05/GHSA-9fc5-rqh6-qhwg/GHSA-9fc5-rqh6-qhwg.json index 14782e33c0c..aae94498f00 100644 --- a/advisories/unreviewed/2022/05/GHSA-9fc5-rqh6-qhwg/GHSA-9fc5-rqh6-qhwg.json +++ b/advisories/unreviewed/2022/05/GHSA-9fc5-rqh6-qhwg/GHSA-9fc5-rqh6-qhwg.json @@ -7,12 +7,8 @@ "CVE-2015-4331" ], "details": "Cisco Prime Infrastructure (PI) 1.4(0.45) and earlier, when AAA authentication is used, allows remote authenticated users to bypass intended access restrictions via a username with a modified composition of lowercase and uppercase characters, aka Bug ID CSum59958.", - "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-9fp8-j5gx-w9pc/GHSA-9fp8-j5gx-w9pc.json b/advisories/unreviewed/2022/05/GHSA-9fp8-j5gx-w9pc/GHSA-9fp8-j5gx-w9pc.json index 643656b225b..35ef04750bb 100644 --- a/advisories/unreviewed/2022/05/GHSA-9fp8-j5gx-w9pc/GHSA-9fp8-j5gx-w9pc.json +++ b/advisories/unreviewed/2022/05/GHSA-9fp8-j5gx-w9pc/GHSA-9fp8-j5gx-w9pc.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-9fw8-5645-4346/GHSA-9fw8-5645-4346.json b/advisories/unreviewed/2022/05/GHSA-9fw8-5645-4346/GHSA-9fw8-5645-4346.json index 0ba3d81d55f..4aadc967aae 100644 --- a/advisories/unreviewed/2022/05/GHSA-9fw8-5645-4346/GHSA-9fw8-5645-4346.json +++ b/advisories/unreviewed/2022/05/GHSA-9fw8-5645-4346/GHSA-9fw8-5645-4346.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-9g96-9w6q-2hpv/GHSA-9g96-9w6q-2hpv.json b/advisories/unreviewed/2022/05/GHSA-9g96-9w6q-2hpv/GHSA-9g96-9w6q-2hpv.json index 57ceac30df0..f06be8432c5 100644 --- a/advisories/unreviewed/2022/05/GHSA-9g96-9w6q-2hpv/GHSA-9g96-9w6q-2hpv.json +++ b/advisories/unreviewed/2022/05/GHSA-9g96-9w6q-2hpv/GHSA-9g96-9w6q-2hpv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-9jhg-r465-4xfg/GHSA-9jhg-r465-4xfg.json b/advisories/unreviewed/2022/05/GHSA-9jhg-r465-4xfg/GHSA-9jhg-r465-4xfg.json index c817ab09ef6..71b64afc321 100644 --- a/advisories/unreviewed/2022/05/GHSA-9jhg-r465-4xfg/GHSA-9jhg-r465-4xfg.json +++ b/advisories/unreviewed/2022/05/GHSA-9jhg-r465-4xfg/GHSA-9jhg-r465-4xfg.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-9mrv-c5r7-p6wx/GHSA-9mrv-c5r7-p6wx.json b/advisories/unreviewed/2022/05/GHSA-9mrv-c5r7-p6wx/GHSA-9mrv-c5r7-p6wx.json index 7db4e984812..c866bfee6fc 100644 --- a/advisories/unreviewed/2022/05/GHSA-9mrv-c5r7-p6wx/GHSA-9mrv-c5r7-p6wx.json +++ b/advisories/unreviewed/2022/05/GHSA-9mrv-c5r7-p6wx/GHSA-9mrv-c5r7-p6wx.json @@ -7,12 +7,8 @@ "CVE-2014-5162" ], "details": "The read_new_line function in wiretap/catapult_dct2000.c in the Catapult DCT2000 dissector in Wireshark 1.10.x before 1.10.9 does not properly strip '\\n' and '\\r' characters, which allows remote attackers to cause a denial of service (off-by-one buffer underflow and application crash) via a crafted packet.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9pff-fvrm-4g25/GHSA-9pff-fvrm-4g25.json b/advisories/unreviewed/2022/05/GHSA-9pff-fvrm-4g25/GHSA-9pff-fvrm-4g25.json index f23fec074aa..2c1e03f531a 100644 --- a/advisories/unreviewed/2022/05/GHSA-9pff-fvrm-4g25/GHSA-9pff-fvrm-4g25.json +++ b/advisories/unreviewed/2022/05/GHSA-9pff-fvrm-4g25/GHSA-9pff-fvrm-4g25.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9pfr-grw4-7phc/GHSA-9pfr-grw4-7phc.json b/advisories/unreviewed/2022/05/GHSA-9pfr-grw4-7phc/GHSA-9pfr-grw4-7phc.json index 90c42713bf6..aee856bc637 100644 --- a/advisories/unreviewed/2022/05/GHSA-9pfr-grw4-7phc/GHSA-9pfr-grw4-7phc.json +++ b/advisories/unreviewed/2022/05/GHSA-9pfr-grw4-7phc/GHSA-9pfr-grw4-7phc.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-9qp5-4vcg-h7fx/GHSA-9qp5-4vcg-h7fx.json b/advisories/unreviewed/2022/05/GHSA-9qp5-4vcg-h7fx/GHSA-9qp5-4vcg-h7fx.json index b65919dbd66..cf65d946531 100644 --- a/advisories/unreviewed/2022/05/GHSA-9qp5-4vcg-h7fx/GHSA-9qp5-4vcg-h7fx.json +++ b/advisories/unreviewed/2022/05/GHSA-9qp5-4vcg-h7fx/GHSA-9qp5-4vcg-h7fx.json @@ -7,12 +7,8 @@ "CVE-2014-0541" ], "details": "Adobe Flash Player before 13.0.0.241 and 14.x before 14.0.0.176 on Windows and OS X and before 11.2.202.400 on Linux, Adobe AIR before 14.0.0.178 on Windows and OS X and before 14.0.0.179 on Android, Adobe AIR SDK before 14.0.0.178, and Adobe AIR SDK & Compiler before 14.0.0.178 allow attackers to bypass intended access restrictions via unspecified 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-9qpg-75cw-6c38/GHSA-9qpg-75cw-6c38.json b/advisories/unreviewed/2022/05/GHSA-9qpg-75cw-6c38/GHSA-9qpg-75cw-6c38.json index c1216149cd1..af38c9f5f6e 100644 --- a/advisories/unreviewed/2022/05/GHSA-9qpg-75cw-6c38/GHSA-9qpg-75cw-6c38.json +++ b/advisories/unreviewed/2022/05/GHSA-9qpg-75cw-6c38/GHSA-9qpg-75cw-6c38.json @@ -7,12 +7,8 @@ "CVE-2014-0238" ], "details": "The cdf_read_property_info function in cdf.c in the Fileinfo component in PHP before 5.4.29 and 5.5.x before 5.5.13 allows remote attackers to cause a denial of service (infinite loop or out-of-bounds memory access) via a vector that (1) has zero length or (2) is too long.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9r6f-v598-gx85/GHSA-9r6f-v598-gx85.json b/advisories/unreviewed/2022/05/GHSA-9r6f-v598-gx85/GHSA-9r6f-v598-gx85.json index 4a6a3109a31..b03976b6484 100644 --- a/advisories/unreviewed/2022/05/GHSA-9r6f-v598-gx85/GHSA-9r6f-v598-gx85.json +++ b/advisories/unreviewed/2022/05/GHSA-9r6f-v598-gx85/GHSA-9r6f-v598-gx85.json @@ -7,12 +7,8 @@ "CVE-2014-2629" ], "details": "HP NonStop Safeguard Security Software G, H06.03 through H06.28.01, and J06.03 through J06.17.01 does not properly evaluate the DISKFILE-PATTERN ACL of a program object file, which allows remote authenticated users to bypass intended restrictions on program access via vectors related to process-creation time.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9r9q-xgmr-c8wv/GHSA-9r9q-xgmr-c8wv.json b/advisories/unreviewed/2022/05/GHSA-9r9q-xgmr-c8wv/GHSA-9r9q-xgmr-c8wv.json index 6646365e380..442ecd3199f 100644 --- a/advisories/unreviewed/2022/05/GHSA-9r9q-xgmr-c8wv/GHSA-9r9q-xgmr-c8wv.json +++ b/advisories/unreviewed/2022/05/GHSA-9r9q-xgmr-c8wv/GHSA-9r9q-xgmr-c8wv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9v4j-w7f3-5cw9/GHSA-9v4j-w7f3-5cw9.json b/advisories/unreviewed/2022/05/GHSA-9v4j-w7f3-5cw9/GHSA-9v4j-w7f3-5cw9.json index 6e95354eee0..c1c20ac713c 100644 --- a/advisories/unreviewed/2022/05/GHSA-9v4j-w7f3-5cw9/GHSA-9v4j-w7f3-5cw9.json +++ b/advisories/unreviewed/2022/05/GHSA-9v4j-w7f3-5cw9/GHSA-9v4j-w7f3-5cw9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9v9j-h73g-wgrg/GHSA-9v9j-h73g-wgrg.json b/advisories/unreviewed/2022/05/GHSA-9v9j-h73g-wgrg/GHSA-9v9j-h73g-wgrg.json index d9e31126764..708ee6342d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-9v9j-h73g-wgrg/GHSA-9v9j-h73g-wgrg.json +++ b/advisories/unreviewed/2022/05/GHSA-9v9j-h73g-wgrg/GHSA-9v9j-h73g-wgrg.json @@ -7,12 +7,8 @@ "CVE-2015-0764" ], "details": "Cisco Unified MeetingPlace 8.6(1.9) allows remote attackers to read arbitrary files via a crafted resource request, aka Bug ID CSCus95603.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9vfv-f5vf-mq6m/GHSA-9vfv-f5vf-mq6m.json b/advisories/unreviewed/2022/05/GHSA-9vfv-f5vf-mq6m/GHSA-9vfv-f5vf-mq6m.json index f6e8f70a9ab..02fdb0dd957 100644 --- a/advisories/unreviewed/2022/05/GHSA-9vfv-f5vf-mq6m/GHSA-9vfv-f5vf-mq6m.json +++ b/advisories/unreviewed/2022/05/GHSA-9vfv-f5vf-mq6m/GHSA-9vfv-f5vf-mq6m.json @@ -7,12 +7,8 @@ "CVE-2012-4511" ], "details": "services/flickr/flickr.c in libsocialweb before 0.25.21 automatically connects to Flickr when no Flickr account is set, which might allow remote attackers to obtain sensitive information via a man-in-the-middle (MITM) attack.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9vxf-8w9h-4566/GHSA-9vxf-8w9h-4566.json b/advisories/unreviewed/2022/05/GHSA-9vxf-8w9h-4566/GHSA-9vxf-8w9h-4566.json index 6dcd99dfe44..c04a2cb9f25 100644 --- a/advisories/unreviewed/2022/05/GHSA-9vxf-8w9h-4566/GHSA-9vxf-8w9h-4566.json +++ b/advisories/unreviewed/2022/05/GHSA-9vxf-8w9h-4566/GHSA-9vxf-8w9h-4566.json @@ -7,12 +7,8 @@ "CVE-2014-5318" ], "details": "The jigbrowser+ application 1.8.1 and earlier for iOS allows remote attackers to bypass the Same Origin Policy via crafted JavaScript code.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9w2c-9wm9-hvcg/GHSA-9w2c-9wm9-hvcg.json b/advisories/unreviewed/2022/05/GHSA-9w2c-9wm9-hvcg/GHSA-9w2c-9wm9-hvcg.json index a71aaa5b0e8..eecee30734d 100644 --- a/advisories/unreviewed/2022/05/GHSA-9w2c-9wm9-hvcg/GHSA-9w2c-9wm9-hvcg.json +++ b/advisories/unreviewed/2022/05/GHSA-9w2c-9wm9-hvcg/GHSA-9w2c-9wm9-hvcg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9wrh-vfjh-96rg/GHSA-9wrh-vfjh-96rg.json b/advisories/unreviewed/2022/05/GHSA-9wrh-vfjh-96rg/GHSA-9wrh-vfjh-96rg.json index 82573150cfa..dc2edebb8f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-9wrh-vfjh-96rg/GHSA-9wrh-vfjh-96rg.json +++ b/advisories/unreviewed/2022/05/GHSA-9wrh-vfjh-96rg/GHSA-9wrh-vfjh-96rg.json @@ -7,12 +7,8 @@ "CVE-2014-4615" ], "details": "The notifier middleware in OpenStack PyCADF 0.5.0 and earlier, Telemetry (Ceilometer) 2013.2 before 2013.2.4 and 2014.x before 2014.1.2, Neutron 2014.x before 2014.1.2 and Juno before Juno-2, and Oslo allows remote authenticated users to obtain X_AUTH_TOKEN values by reading the message queue (v2/meters/http.request).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9x7c-6h5w-qmpg/GHSA-9x7c-6h5w-qmpg.json b/advisories/unreviewed/2022/05/GHSA-9x7c-6h5w-qmpg/GHSA-9x7c-6h5w-qmpg.json index 356db4f3dc7..5b87113c5eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-9x7c-6h5w-qmpg/GHSA-9x7c-6h5w-qmpg.json +++ b/advisories/unreviewed/2022/05/GHSA-9x7c-6h5w-qmpg/GHSA-9x7c-6h5w-qmpg.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", @@ -255,9 +253,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9xp9-c64p-p7qv/GHSA-9xp9-c64p-p7qv.json b/advisories/unreviewed/2022/05/GHSA-9xp9-c64p-p7qv/GHSA-9xp9-c64p-p7qv.json index 2a739751286..86eba57fdbe 100644 --- a/advisories/unreviewed/2022/05/GHSA-9xp9-c64p-p7qv/GHSA-9xp9-c64p-p7qv.json +++ b/advisories/unreviewed/2022/05/GHSA-9xp9-c64p-p7qv/GHSA-9xp9-c64p-p7qv.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-9xw5-w2cf-cxfp/GHSA-9xw5-w2cf-cxfp.json b/advisories/unreviewed/2022/05/GHSA-9xw5-w2cf-cxfp/GHSA-9xw5-w2cf-cxfp.json index 2abc42c19c3..2e7d4ce6f26 100644 --- a/advisories/unreviewed/2022/05/GHSA-9xw5-w2cf-cxfp/GHSA-9xw5-w2cf-cxfp.json +++ b/advisories/unreviewed/2022/05/GHSA-9xw5-w2cf-cxfp/GHSA-9xw5-w2cf-cxfp.json @@ -7,12 +7,8 @@ "CVE-2015-0741" ], "details": "Multiple cross-site request forgery (CSRF) vulnerabilities in Cisco Prime Central for Hosted Collaboration Solution (PC4HCS) 10.6(1) and earlier allow remote attackers to hijack the authentication of arbitrary users, aka Bug ID CSCut04596.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c273-jjf4-fr9f/GHSA-c273-jjf4-fr9f.json b/advisories/unreviewed/2022/05/GHSA-c273-jjf4-fr9f/GHSA-c273-jjf4-fr9f.json index bcde0005d98..de4a3d41c3b 100644 --- a/advisories/unreviewed/2022/05/GHSA-c273-jjf4-fr9f/GHSA-c273-jjf4-fr9f.json +++ b/advisories/unreviewed/2022/05/GHSA-c273-jjf4-fr9f/GHSA-c273-jjf4-fr9f.json @@ -7,12 +7,8 @@ "CVE-2015-4319" ], "details": "The password-change feature in the administrative web interface in Cisco TelePresence Video Communication Server (VCS) Expressway X8.5.1 improperly performs authorization, which allows remote authenticated users to reset arbitrary active-user passwords via unspecified vectors, aka Bug ID CSCuv12338.", - "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-c2pp-vm7c-3r42/GHSA-c2pp-vm7c-3r42.json b/advisories/unreviewed/2022/05/GHSA-c2pp-vm7c-3r42/GHSA-c2pp-vm7c-3r42.json index d88ff44ae6b..4798eb224d7 100644 --- a/advisories/unreviewed/2022/05/GHSA-c2pp-vm7c-3r42/GHSA-c2pp-vm7c-3r42.json +++ b/advisories/unreviewed/2022/05/GHSA-c2pp-vm7c-3r42/GHSA-c2pp-vm7c-3r42.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c2q4-gpw8-8qcv/GHSA-c2q4-gpw8-8qcv.json b/advisories/unreviewed/2022/05/GHSA-c2q4-gpw8-8qcv/GHSA-c2q4-gpw8-8qcv.json index 9b98ffb9856..a658c5ee319 100644 --- a/advisories/unreviewed/2022/05/GHSA-c2q4-gpw8-8qcv/GHSA-c2q4-gpw8-8qcv.json +++ b/advisories/unreviewed/2022/05/GHSA-c2q4-gpw8-8qcv/GHSA-c2q4-gpw8-8qcv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c35w-7j4x-j365/GHSA-c35w-7j4x-j365.json b/advisories/unreviewed/2022/05/GHSA-c35w-7j4x-j365/GHSA-c35w-7j4x-j365.json index 7a5800c19cc..4035934d5a2 100644 --- a/advisories/unreviewed/2022/05/GHSA-c35w-7j4x-j365/GHSA-c35w-7j4x-j365.json +++ b/advisories/unreviewed/2022/05/GHSA-c35w-7j4x-j365/GHSA-c35w-7j4x-j365.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-c3c9-qf38-h542/GHSA-c3c9-qf38-h542.json b/advisories/unreviewed/2022/05/GHSA-c3c9-qf38-h542/GHSA-c3c9-qf38-h542.json index 86a501d91d3..5ec8b9e7482 100644 --- a/advisories/unreviewed/2022/05/GHSA-c3c9-qf38-h542/GHSA-c3c9-qf38-h542.json +++ b/advisories/unreviewed/2022/05/GHSA-c3c9-qf38-h542/GHSA-c3c9-qf38-h542.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-c3hc-7834-gf3g/GHSA-c3hc-7834-gf3g.json b/advisories/unreviewed/2022/05/GHSA-c3hc-7834-gf3g/GHSA-c3hc-7834-gf3g.json index 48412b43af8..75ced3ee089 100644 --- a/advisories/unreviewed/2022/05/GHSA-c3hc-7834-gf3g/GHSA-c3hc-7834-gf3g.json +++ b/advisories/unreviewed/2022/05/GHSA-c3hc-7834-gf3g/GHSA-c3hc-7834-gf3g.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-c46c-4gvr-3cwm/GHSA-c46c-4gvr-3cwm.json b/advisories/unreviewed/2022/05/GHSA-c46c-4gvr-3cwm/GHSA-c46c-4gvr-3cwm.json index eb367bfe8ae..f126a941976 100644 --- a/advisories/unreviewed/2022/05/GHSA-c46c-4gvr-3cwm/GHSA-c46c-4gvr-3cwm.json +++ b/advisories/unreviewed/2022/05/GHSA-c46c-4gvr-3cwm/GHSA-c46c-4gvr-3cwm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c4f9-xqxp-hcrv/GHSA-c4f9-xqxp-hcrv.json b/advisories/unreviewed/2022/05/GHSA-c4f9-xqxp-hcrv/GHSA-c4f9-xqxp-hcrv.json index e09b14d8442..55f81da36ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-c4f9-xqxp-hcrv/GHSA-c4f9-xqxp-hcrv.json +++ b/advisories/unreviewed/2022/05/GHSA-c4f9-xqxp-hcrv/GHSA-c4f9-xqxp-hcrv.json @@ -7,12 +7,8 @@ "CVE-2015-6318" ], "details": "Cisco TelePresence Video Communication Server (VCS) Expressway X8.5.1 and X8.5.2 allows local users to write to arbitrary files via an unspecified symlink attack, aka Bug ID CSCuv11969.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c4m9-pfjj-fvfp/GHSA-c4m9-pfjj-fvfp.json b/advisories/unreviewed/2022/05/GHSA-c4m9-pfjj-fvfp/GHSA-c4m9-pfjj-fvfp.json index bbd40b8fee2..96dc5e8c1d0 100644 --- a/advisories/unreviewed/2022/05/GHSA-c4m9-pfjj-fvfp/GHSA-c4m9-pfjj-fvfp.json +++ b/advisories/unreviewed/2022/05/GHSA-c4m9-pfjj-fvfp/GHSA-c4m9-pfjj-fvfp.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c4mh-mf74-4fcf/GHSA-c4mh-mf74-4fcf.json b/advisories/unreviewed/2022/05/GHSA-c4mh-mf74-4fcf/GHSA-c4mh-mf74-4fcf.json index 4bc9a00aa99..4fb1b8128fa 100644 --- a/advisories/unreviewed/2022/05/GHSA-c4mh-mf74-4fcf/GHSA-c4mh-mf74-4fcf.json +++ b/advisories/unreviewed/2022/05/GHSA-c4mh-mf74-4fcf/GHSA-c4mh-mf74-4fcf.json @@ -7,12 +7,8 @@ "CVE-2013-4356" ], "details": "Xen 4.3.x writes hypervisor mappings to certain shadow pagetables when live migration is performed on hosts with more than 5TB of RAM, which allows local 64-bit PV guests to read or write to invalid memory and cause a denial of service (crash).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c4mx-98gv-gxm8/GHSA-c4mx-98gv-gxm8.json b/advisories/unreviewed/2022/05/GHSA-c4mx-98gv-gxm8/GHSA-c4mx-98gv-gxm8.json index b695cfc389c..7fe3b3e90c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-c4mx-98gv-gxm8/GHSA-c4mx-98gv-gxm8.json +++ b/advisories/unreviewed/2022/05/GHSA-c4mx-98gv-gxm8/GHSA-c4mx-98gv-gxm8.json @@ -7,12 +7,8 @@ "CVE-2008-4309" ], "details": "Integer overflow in the netsnmp_create_subtree_cache function in agent/snmp_agent.c in net-snmp 5.4 before 5.4.2.1, 5.3 before 5.3.2.3, and 5.2 before 5.2.5.1 allows remote attackers to cause a denial of service (crash) via a crafted SNMP GETBULK request, which triggers a heap-based buffer overflow, related to the number of responses or repeats.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c4r6-4jpf-4j4r/GHSA-c4r6-4jpf-4j4r.json b/advisories/unreviewed/2022/05/GHSA-c4r6-4jpf-4j4r/GHSA-c4r6-4jpf-4j4r.json index 209bb0e6233..07ca6f11095 100644 --- a/advisories/unreviewed/2022/05/GHSA-c4r6-4jpf-4j4r/GHSA-c4r6-4jpf-4j4r.json +++ b/advisories/unreviewed/2022/05/GHSA-c4r6-4jpf-4j4r/GHSA-c4r6-4jpf-4j4r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-c63j-44g4-8p4x/GHSA-c63j-44g4-8p4x.json b/advisories/unreviewed/2022/05/GHSA-c63j-44g4-8p4x/GHSA-c63j-44g4-8p4x.json index a29e999518a..349964f55e6 100644 --- a/advisories/unreviewed/2022/05/GHSA-c63j-44g4-8p4x/GHSA-c63j-44g4-8p4x.json +++ b/advisories/unreviewed/2022/05/GHSA-c63j-44g4-8p4x/GHSA-c63j-44g4-8p4x.json @@ -7,12 +7,8 @@ "CVE-2014-5165" ], "details": "The dissect_ber_constrained_bitstring function in epan/dissectors/packet-ber.c in the ASN.1 BER dissector in Wireshark 1.10.x before 1.10.9 does not properly validate padding values, which allows remote attackers to cause a denial of service (buffer underflow and application crash) via a crafted packet.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c74f-j2jr-56qj/GHSA-c74f-j2jr-56qj.json b/advisories/unreviewed/2022/05/GHSA-c74f-j2jr-56qj/GHSA-c74f-j2jr-56qj.json index ba6d93da476..7c2c2b2c450 100644 --- a/advisories/unreviewed/2022/05/GHSA-c74f-j2jr-56qj/GHSA-c74f-j2jr-56qj.json +++ b/advisories/unreviewed/2022/05/GHSA-c74f-j2jr-56qj/GHSA-c74f-j2jr-56qj.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-c86h-r59x-c7j5/GHSA-c86h-r59x-c7j5.json b/advisories/unreviewed/2022/05/GHSA-c86h-r59x-c7j5/GHSA-c86h-r59x-c7j5.json index a5f3bc2221a..29da3dd9f05 100644 --- a/advisories/unreviewed/2022/05/GHSA-c86h-r59x-c7j5/GHSA-c86h-r59x-c7j5.json +++ b/advisories/unreviewed/2022/05/GHSA-c86h-r59x-c7j5/GHSA-c86h-r59x-c7j5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c8fh-cq7g-679p/GHSA-c8fh-cq7g-679p.json b/advisories/unreviewed/2022/05/GHSA-c8fh-cq7g-679p/GHSA-c8fh-cq7g-679p.json index d68a61f101d..c7876301b00 100644 --- a/advisories/unreviewed/2022/05/GHSA-c8fh-cq7g-679p/GHSA-c8fh-cq7g-679p.json +++ b/advisories/unreviewed/2022/05/GHSA-c8fh-cq7g-679p/GHSA-c8fh-cq7g-679p.json @@ -7,12 +7,8 @@ "CVE-2012-1139" ], "details": "Array index error in FreeType before 2.4.9, as used in Mozilla Firefox Mobile before 10.0.4 and other products, allows remote attackers to cause a denial of service (invalid stack read operation and memory corruption) or possibly execute arbitrary code via crafted glyph data in a BDF font.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c947-wh56-7wqm/GHSA-c947-wh56-7wqm.json b/advisories/unreviewed/2022/05/GHSA-c947-wh56-7wqm/GHSA-c947-wh56-7wqm.json index ee00f195a46..bb0c6a56b3f 100644 --- a/advisories/unreviewed/2022/05/GHSA-c947-wh56-7wqm/GHSA-c947-wh56-7wqm.json +++ b/advisories/unreviewed/2022/05/GHSA-c947-wh56-7wqm/GHSA-c947-wh56-7wqm.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-c96f-8q77-rg26/GHSA-c96f-8q77-rg26.json b/advisories/unreviewed/2022/05/GHSA-c96f-8q77-rg26/GHSA-c96f-8q77-rg26.json index 46363b85109..c8484253287 100644 --- a/advisories/unreviewed/2022/05/GHSA-c96f-8q77-rg26/GHSA-c96f-8q77-rg26.json +++ b/advisories/unreviewed/2022/05/GHSA-c96f-8q77-rg26/GHSA-c96f-8q77-rg26.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-c96x-7f8w-qqfg/GHSA-c96x-7f8w-qqfg.json b/advisories/unreviewed/2022/05/GHSA-c96x-7f8w-qqfg/GHSA-c96x-7f8w-qqfg.json index 73ccbba442a..f13ab859b9b 100644 --- a/advisories/unreviewed/2022/05/GHSA-c96x-7f8w-qqfg/GHSA-c96x-7f8w-qqfg.json +++ b/advisories/unreviewed/2022/05/GHSA-c96x-7f8w-qqfg/GHSA-c96x-7f8w-qqfg.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-c97m-p245-x627/GHSA-c97m-p245-x627.json b/advisories/unreviewed/2022/05/GHSA-c97m-p245-x627/GHSA-c97m-p245-x627.json index 382ee1eab32..4470166de39 100644 --- a/advisories/unreviewed/2022/05/GHSA-c97m-p245-x627/GHSA-c97m-p245-x627.json +++ b/advisories/unreviewed/2022/05/GHSA-c97m-p245-x627/GHSA-c97m-p245-x627.json @@ -7,12 +7,8 @@ "CVE-2014-3431" ], "details": "Symantec PGP Desktop 10.x, and Encryption Desktop Professional 10.3.x before 10.3.2 MP2, on OS X uses world-writable permissions for temporary files, which allows local users to bypass intended restrictions on file reading, modification, creation, and permission changes via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c9vc-596v-cxc3/GHSA-c9vc-596v-cxc3.json b/advisories/unreviewed/2022/05/GHSA-c9vc-596v-cxc3/GHSA-c9vc-596v-cxc3.json index 31af634102c..f66d20e8a17 100644 --- a/advisories/unreviewed/2022/05/GHSA-c9vc-596v-cxc3/GHSA-c9vc-596v-cxc3.json +++ b/advisories/unreviewed/2022/05/GHSA-c9vc-596v-cxc3/GHSA-c9vc-596v-cxc3.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-cc9x-rch9-9fff/GHSA-cc9x-rch9-9fff.json b/advisories/unreviewed/2022/05/GHSA-cc9x-rch9-9fff/GHSA-cc9x-rch9-9fff.json index 030a7bb1d86..83dd1085d2c 100644 --- a/advisories/unreviewed/2022/05/GHSA-cc9x-rch9-9fff/GHSA-cc9x-rch9-9fff.json +++ b/advisories/unreviewed/2022/05/GHSA-cc9x-rch9-9fff/GHSA-cc9x-rch9-9fff.json @@ -7,12 +7,8 @@ "CVE-2015-3459" ], "details": "The communication module on the Hospira LifeCare PCA Infusion System before 7.0 does not require authentication for root TELNET sessions, which allows remote attackers to modify the pump configuration via unspecified commands.", - "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-ccg6-gvwm-fgpg/GHSA-ccg6-gvwm-fgpg.json b/advisories/unreviewed/2022/05/GHSA-ccg6-gvwm-fgpg/GHSA-ccg6-gvwm-fgpg.json index 822ab5d1055..9429c41639a 100644 --- a/advisories/unreviewed/2022/05/GHSA-ccg6-gvwm-fgpg/GHSA-ccg6-gvwm-fgpg.json +++ b/advisories/unreviewed/2022/05/GHSA-ccg6-gvwm-fgpg/GHSA-ccg6-gvwm-fgpg.json @@ -7,12 +7,8 @@ "CVE-2014-4039" ], "details": "ppc64-diag 2.6.1 uses 0775 permissions for /tmp/diagSEsnap and does not properly restrict permissions for /tmp/diagSEsnap/snapH.tar.gz, which allows local users to obtain sensitive information by reading files in this archive, as demonstrated by /var/log/messages and /etc/yaboot.conf.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -48,9 +44,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cf9h-6v77-3345/GHSA-cf9h-6v77-3345.json b/advisories/unreviewed/2022/05/GHSA-cf9h-6v77-3345/GHSA-cf9h-6v77-3345.json index 34cce6a532a..18c261d235d 100644 --- a/advisories/unreviewed/2022/05/GHSA-cf9h-6v77-3345/GHSA-cf9h-6v77-3345.json +++ b/advisories/unreviewed/2022/05/GHSA-cf9h-6v77-3345/GHSA-cf9h-6v77-3345.json @@ -7,12 +7,8 @@ "CVE-2015-3061" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to bypass intended restrictions on JavaScript API execution via unspecified vectors, a different vulnerability than CVE-2015-3060, CVE-2015-3062, CVE-2015-3063, CVE-2015-3064, CVE-2015-3065, CVE-2015-3066, CVE-2015-3067, CVE-2015-3068, CVE-2015-3069, CVE-2015-3071, CVE-2015-3072, CVE-2015-3073, and CVE-2015-3074.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cfp2-7f6v-37pm/GHSA-cfp2-7f6v-37pm.json b/advisories/unreviewed/2022/05/GHSA-cfp2-7f6v-37pm/GHSA-cfp2-7f6v-37pm.json index 2c1c28df261..58f95cedbbc 100644 --- a/advisories/unreviewed/2022/05/GHSA-cfp2-7f6v-37pm/GHSA-cfp2-7f6v-37pm.json +++ b/advisories/unreviewed/2022/05/GHSA-cfp2-7f6v-37pm/GHSA-cfp2-7f6v-37pm.json @@ -7,12 +7,8 @@ "CVE-2015-0447" ], "details": "Unspecified vulnerability in the Oracle Applications Technology Stack component in Oracle E-Business Suite 11.5.10.2, 12.0.6, 12.1.3, 12.2.3, and 12.2.4 allows remote attackers to affect confidentiality via vectors related to Configurator DMZ rules.", - "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-cgrr-qv6f-g8ww/GHSA-cgrr-qv6f-g8ww.json b/advisories/unreviewed/2022/05/GHSA-cgrr-qv6f-g8ww/GHSA-cgrr-qv6f-g8ww.json index 105f6943136..3a8ccfbba1f 100644 --- a/advisories/unreviewed/2022/05/GHSA-cgrr-qv6f-g8ww/GHSA-cgrr-qv6f-g8ww.json +++ b/advisories/unreviewed/2022/05/GHSA-cgrr-qv6f-g8ww/GHSA-cgrr-qv6f-g8ww.json @@ -7,12 +7,8 @@ "CVE-2015-0695" ], "details": "Cisco IOS XR 4.3.4 through 5.3.0 on ASR 9000 devices, when uRPF, PBR, QoS, or an ACL is configured, does not properly handle bridge-group virtual interface (BVI) traffic, which allows remote attackers to cause a denial of service (chip and card hangs and reloads) by triggering use of a BVI interface for IPv4 packets, aka Bug ID CSCur62957.", - "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-chhc-4m43-hfhm/GHSA-chhc-4m43-hfhm.json b/advisories/unreviewed/2022/05/GHSA-chhc-4m43-hfhm/GHSA-chhc-4m43-hfhm.json index 6c2fa3eec8c..37b4b587e13 100644 --- a/advisories/unreviewed/2022/05/GHSA-chhc-4m43-hfhm/GHSA-chhc-4m43-hfhm.json +++ b/advisories/unreviewed/2022/05/GHSA-chhc-4m43-hfhm/GHSA-chhc-4m43-hfhm.json @@ -7,12 +7,8 @@ "CVE-2014-1704" ], "details": "Multiple unspecified vulnerabilities in Google V8 before 3.23.17.18, as used in Google Chrome before 33.0.1750.149, allow attackers to cause a denial of service or possibly have other impact via unknown vectors.", - "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-cm65-473w-q4v9/GHSA-cm65-473w-q4v9.json b/advisories/unreviewed/2022/05/GHSA-cm65-473w-q4v9/GHSA-cm65-473w-q4v9.json index 17fea021adb..fd778bf5d4e 100644 --- a/advisories/unreviewed/2022/05/GHSA-cm65-473w-q4v9/GHSA-cm65-473w-q4v9.json +++ b/advisories/unreviewed/2022/05/GHSA-cm65-473w-q4v9/GHSA-cm65-473w-q4v9.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", @@ -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-cmgm-hrg8-r7v6/GHSA-cmgm-hrg8-r7v6.json b/advisories/unreviewed/2022/05/GHSA-cmgm-hrg8-r7v6/GHSA-cmgm-hrg8-r7v6.json index 60e3c12863e..db5a04a229d 100644 --- a/advisories/unreviewed/2022/05/GHSA-cmgm-hrg8-r7v6/GHSA-cmgm-hrg8-r7v6.json +++ b/advisories/unreviewed/2022/05/GHSA-cmgm-hrg8-r7v6/GHSA-cmgm-hrg8-r7v6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cph9-jfr4-v78q/GHSA-cph9-jfr4-v78q.json b/advisories/unreviewed/2022/05/GHSA-cph9-jfr4-v78q/GHSA-cph9-jfr4-v78q.json index 4f05c507622..c36992fed73 100644 --- a/advisories/unreviewed/2022/05/GHSA-cph9-jfr4-v78q/GHSA-cph9-jfr4-v78q.json +++ b/advisories/unreviewed/2022/05/GHSA-cph9-jfr4-v78q/GHSA-cph9-jfr4-v78q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cpj2-rr99-jx3f/GHSA-cpj2-rr99-jx3f.json b/advisories/unreviewed/2022/05/GHSA-cpj2-rr99-jx3f/GHSA-cpj2-rr99-jx3f.json index f7aee8b8377..ddb94d63643 100644 --- a/advisories/unreviewed/2022/05/GHSA-cpj2-rr99-jx3f/GHSA-cpj2-rr99-jx3f.json +++ b/advisories/unreviewed/2022/05/GHSA-cpj2-rr99-jx3f/GHSA-cpj2-rr99-jx3f.json @@ -7,12 +7,8 @@ "CVE-2015-0755" ], "details": "The Posture module for Cisco Identity Services Engine (ISE), as distributed in Cisco AnyConnect Secure Mobility Client 4.0(64), allows local users to gain privileges via unspecified commands, aka Bug ID CSCut05797.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cpvh-4gx4-j54g/GHSA-cpvh-4gx4-j54g.json b/advisories/unreviewed/2022/05/GHSA-cpvh-4gx4-j54g/GHSA-cpvh-4gx4-j54g.json index 9fba23753ae..22f54de32b6 100644 --- a/advisories/unreviewed/2022/05/GHSA-cpvh-4gx4-j54g/GHSA-cpvh-4gx4-j54g.json +++ b/advisories/unreviewed/2022/05/GHSA-cpvh-4gx4-j54g/GHSA-cpvh-4gx4-j54g.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cpx9-rrhj-3267/GHSA-cpx9-rrhj-3267.json b/advisories/unreviewed/2022/05/GHSA-cpx9-rrhj-3267/GHSA-cpx9-rrhj-3267.json index 87f4b215820..fd8761b7a1d 100644 --- a/advisories/unreviewed/2022/05/GHSA-cpx9-rrhj-3267/GHSA-cpx9-rrhj-3267.json +++ b/advisories/unreviewed/2022/05/GHSA-cpx9-rrhj-3267/GHSA-cpx9-rrhj-3267.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-cq3j-mhjm-j845/GHSA-cq3j-mhjm-j845.json b/advisories/unreviewed/2022/05/GHSA-cq3j-mhjm-j845/GHSA-cq3j-mhjm-j845.json index 6e1548813c9..798727c17d2 100644 --- a/advisories/unreviewed/2022/05/GHSA-cq3j-mhjm-j845/GHSA-cq3j-mhjm-j845.json +++ b/advisories/unreviewed/2022/05/GHSA-cq3j-mhjm-j845/GHSA-cq3j-mhjm-j845.json @@ -7,12 +7,8 @@ "CVE-2014-3803" ], "details": "The SpeechInput feature in Blink, as used in Google Chrome before 35.0.1916.114, allows remote attackers to enable microphone access and obtain speech-recognition text without indication via an INPUT element with a -x-webkit-speech attribute.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cq7v-vrjg-jccw/GHSA-cq7v-vrjg-jccw.json b/advisories/unreviewed/2022/05/GHSA-cq7v-vrjg-jccw/GHSA-cq7v-vrjg-jccw.json index e8f4462db5f..2a8009cad8b 100644 --- a/advisories/unreviewed/2022/05/GHSA-cq7v-vrjg-jccw/GHSA-cq7v-vrjg-jccw.json +++ b/advisories/unreviewed/2022/05/GHSA-cq7v-vrjg-jccw/GHSA-cq7v-vrjg-jccw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cqqf-fcm2-h8vx/GHSA-cqqf-fcm2-h8vx.json b/advisories/unreviewed/2022/05/GHSA-cqqf-fcm2-h8vx/GHSA-cqqf-fcm2-h8vx.json index 2c00d8b61ad..eee45f03621 100644 --- a/advisories/unreviewed/2022/05/GHSA-cqqf-fcm2-h8vx/GHSA-cqqf-fcm2-h8vx.json +++ b/advisories/unreviewed/2022/05/GHSA-cqqf-fcm2-h8vx/GHSA-cqqf-fcm2-h8vx.json @@ -7,12 +7,8 @@ "CVE-2014-1727" ], "details": "Use-after-free vulnerability in content/renderer/renderer_webcolorchooser_impl.h in Google Chrome before 34.0.1847.116 allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors related to forms.", - "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-crjr-3gpp-8g9q/GHSA-crjr-3gpp-8g9q.json b/advisories/unreviewed/2022/05/GHSA-crjr-3gpp-8g9q/GHSA-crjr-3gpp-8g9q.json index 52fdcb805ea..e4f980bea66 100644 --- a/advisories/unreviewed/2022/05/GHSA-crjr-3gpp-8g9q/GHSA-crjr-3gpp-8g9q.json +++ b/advisories/unreviewed/2022/05/GHSA-crjr-3gpp-8g9q/GHSA-crjr-3gpp-8g9q.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", @@ -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-crm6-vr74-2fvq/GHSA-crm6-vr74-2fvq.json b/advisories/unreviewed/2022/05/GHSA-crm6-vr74-2fvq/GHSA-crm6-vr74-2fvq.json index a86597d4c85..beb30285148 100644 --- a/advisories/unreviewed/2022/05/GHSA-crm6-vr74-2fvq/GHSA-crm6-vr74-2fvq.json +++ b/advisories/unreviewed/2022/05/GHSA-crm6-vr74-2fvq/GHSA-crm6-vr74-2fvq.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-crxc-8h2p-6c8g/GHSA-crxc-8h2p-6c8g.json b/advisories/unreviewed/2022/05/GHSA-crxc-8h2p-6c8g/GHSA-crxc-8h2p-6c8g.json index f799ba6597e..afa00288e85 100644 --- a/advisories/unreviewed/2022/05/GHSA-crxc-8h2p-6c8g/GHSA-crxc-8h2p-6c8g.json +++ b/advisories/unreviewed/2022/05/GHSA-crxc-8h2p-6c8g/GHSA-crxc-8h2p-6c8g.json @@ -7,12 +7,8 @@ "CVE-2014-4721" ], "details": "The phpinfo implementation in ext/standard/info.c in PHP before 5.4.30 and 5.5.x before 5.5.14 does not ensure use of the string data type for the PHP_AUTH_PW, PHP_AUTH_TYPE, PHP_AUTH_USER, and PHP_SELF variables, which might allow context-dependent attackers to obtain sensitive information from process memory by using the integer data type with crafted values, related to a \"type confusion\" vulnerability, as demonstrated by reading a private SSL key in an Apache HTTP Server web-hosting environment with mod_ssl and a PHP 5.3.x mod_php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-crxv-hwq9-wj7h/GHSA-crxv-hwq9-wj7h.json b/advisories/unreviewed/2022/05/GHSA-crxv-hwq9-wj7h/GHSA-crxv-hwq9-wj7h.json index 85328f784ee..c57f92a9487 100644 --- a/advisories/unreviewed/2022/05/GHSA-crxv-hwq9-wj7h/GHSA-crxv-hwq9-wj7h.json +++ b/advisories/unreviewed/2022/05/GHSA-crxv-hwq9-wj7h/GHSA-crxv-hwq9-wj7h.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-cvjx-wv6p-p287/GHSA-cvjx-wv6p-p287.json b/advisories/unreviewed/2022/05/GHSA-cvjx-wv6p-p287/GHSA-cvjx-wv6p-p287.json index 059e6795c48..2c5ca5755de 100644 --- a/advisories/unreviewed/2022/05/GHSA-cvjx-wv6p-p287/GHSA-cvjx-wv6p-p287.json +++ b/advisories/unreviewed/2022/05/GHSA-cvjx-wv6p-p287/GHSA-cvjx-wv6p-p287.json @@ -7,12 +7,8 @@ "CVE-2015-6340" ], "details": "The Proxy Mobile IPv6 (PMIPv6) component in the CDMA implementation on Cisco ASR 5000 devices with software 19.0.M0.60737 allows remote attackers to cause a denial of service (hamgr process restart) via a crafted header in a PMIPv6 packet, aka Bug ID CSCuv63280.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cvmw-3c66-5wx9/GHSA-cvmw-3c66-5wx9.json b/advisories/unreviewed/2022/05/GHSA-cvmw-3c66-5wx9/GHSA-cvmw-3c66-5wx9.json index 0b92082c3ee..656578f1e7f 100644 --- a/advisories/unreviewed/2022/05/GHSA-cvmw-3c66-5wx9/GHSA-cvmw-3c66-5wx9.json +++ b/advisories/unreviewed/2022/05/GHSA-cvmw-3c66-5wx9/GHSA-cvmw-3c66-5wx9.json @@ -7,12 +7,8 @@ "CVE-2012-1164" ], "details": "slapd in OpenLDAP before 2.4.30 allows remote attackers to cause a denial of service (assertion failure and daemon exit) via an LDAP search query with attrsOnly set to true, which causes empty attributes to be returned.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cvv5-jq3p-gqgx/GHSA-cvv5-jq3p-gqgx.json b/advisories/unreviewed/2022/05/GHSA-cvv5-jq3p-gqgx/GHSA-cvv5-jq3p-gqgx.json index 54817ea0bc8..420ebc0a5ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-cvv5-jq3p-gqgx/GHSA-cvv5-jq3p-gqgx.json +++ b/advisories/unreviewed/2022/05/GHSA-cvv5-jq3p-gqgx/GHSA-cvv5-jq3p-gqgx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cw38-5qv8-jjhq/GHSA-cw38-5qv8-jjhq.json b/advisories/unreviewed/2022/05/GHSA-cw38-5qv8-jjhq/GHSA-cw38-5qv8-jjhq.json index 07ecb3614f9..0f2003cf9ae 100644 --- a/advisories/unreviewed/2022/05/GHSA-cw38-5qv8-jjhq/GHSA-cw38-5qv8-jjhq.json +++ b/advisories/unreviewed/2022/05/GHSA-cw38-5qv8-jjhq/GHSA-cw38-5qv8-jjhq.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", @@ -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-cw6f-88w3-42v4/GHSA-cw6f-88w3-42v4.json b/advisories/unreviewed/2022/05/GHSA-cw6f-88w3-42v4/GHSA-cw6f-88w3-42v4.json index bdd8b05e225..9485b91522a 100644 --- a/advisories/unreviewed/2022/05/GHSA-cw6f-88w3-42v4/GHSA-cw6f-88w3-42v4.json +++ b/advisories/unreviewed/2022/05/GHSA-cw6f-88w3-42v4/GHSA-cw6f-88w3-42v4.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", @@ -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-cwqw-mv4m-vqgq/GHSA-cwqw-mv4m-vqgq.json b/advisories/unreviewed/2022/05/GHSA-cwqw-mv4m-vqgq/GHSA-cwqw-mv4m-vqgq.json index f04c038ed4d..8a062384f26 100644 --- a/advisories/unreviewed/2022/05/GHSA-cwqw-mv4m-vqgq/GHSA-cwqw-mv4m-vqgq.json +++ b/advisories/unreviewed/2022/05/GHSA-cwqw-mv4m-vqgq/GHSA-cwqw-mv4m-vqgq.json @@ -7,12 +7,8 @@ "CVE-2015-6285" ], "details": "Format string vulnerability in Cisco Email Security Appliance (ESA) 7.6.0 and 8.0.0 allows remote attackers to cause a denial of service (memory overwrite or service outage) via format string specifiers in an HTTP request, aka Bug ID CSCug21497.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cx8v-w8g2-4492/GHSA-cx8v-w8g2-4492.json b/advisories/unreviewed/2022/05/GHSA-cx8v-w8g2-4492/GHSA-cx8v-w8g2-4492.json index 96ce6a39dbd..e6431e980ff 100644 --- a/advisories/unreviewed/2022/05/GHSA-cx8v-w8g2-4492/GHSA-cx8v-w8g2-4492.json +++ b/advisories/unreviewed/2022/05/GHSA-cx8v-w8g2-4492/GHSA-cx8v-w8g2-4492.json @@ -7,12 +7,8 @@ "CVE-2015-0703" ], "details": "Cross-site scripting (XSS) vulnerability in the administrative web interface in Cisco Unified MeetingPlace 8.6(1.9) allows remote attackers to inject arbitrary web script or HTML via unspecified vectors, aka Bug ID CSCus95857.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cxxg-8gh7-rf4q/GHSA-cxxg-8gh7-rf4q.json b/advisories/unreviewed/2022/05/GHSA-cxxg-8gh7-rf4q/GHSA-cxxg-8gh7-rf4q.json index b3792b10675..87faa8b47b2 100644 --- a/advisories/unreviewed/2022/05/GHSA-cxxg-8gh7-rf4q/GHSA-cxxg-8gh7-rf4q.json +++ b/advisories/unreviewed/2022/05/GHSA-cxxg-8gh7-rf4q/GHSA-cxxg-8gh7-rf4q.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-f2gv-hp27-8fjf/GHSA-f2gv-hp27-8fjf.json b/advisories/unreviewed/2022/05/GHSA-f2gv-hp27-8fjf/GHSA-f2gv-hp27-8fjf.json index 76c81339ef0..4ee18f63092 100644 --- a/advisories/unreviewed/2022/05/GHSA-f2gv-hp27-8fjf/GHSA-f2gv-hp27-8fjf.json +++ b/advisories/unreviewed/2022/05/GHSA-f2gv-hp27-8fjf/GHSA-f2gv-hp27-8fjf.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-f2hc-5rqr-r3c2/GHSA-f2hc-5rqr-r3c2.json b/advisories/unreviewed/2022/05/GHSA-f2hc-5rqr-r3c2/GHSA-f2hc-5rqr-r3c2.json index 058b611ed7d..b57e34fcb63 100644 --- a/advisories/unreviewed/2022/05/GHSA-f2hc-5rqr-r3c2/GHSA-f2hc-5rqr-r3c2.json +++ b/advisories/unreviewed/2022/05/GHSA-f2hc-5rqr-r3c2/GHSA-f2hc-5rqr-r3c2.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-f2r2-94gx-948p/GHSA-f2r2-94gx-948p.json b/advisories/unreviewed/2022/05/GHSA-f2r2-94gx-948p/GHSA-f2r2-94gx-948p.json index ec838b80c11..ab4883eee93 100644 --- a/advisories/unreviewed/2022/05/GHSA-f2r2-94gx-948p/GHSA-f2r2-94gx-948p.json +++ b/advisories/unreviewed/2022/05/GHSA-f2r2-94gx-948p/GHSA-f2r2-94gx-948p.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-f36f-3jm9-3v8g/GHSA-f36f-3jm9-3v8g.json b/advisories/unreviewed/2022/05/GHSA-f36f-3jm9-3v8g/GHSA-f36f-3jm9-3v8g.json index b08b62fd4ac..b9ed3d68582 100644 --- a/advisories/unreviewed/2022/05/GHSA-f36f-3jm9-3v8g/GHSA-f36f-3jm9-3v8g.json +++ b/advisories/unreviewed/2022/05/GHSA-f36f-3jm9-3v8g/GHSA-f36f-3jm9-3v8g.json @@ -7,12 +7,8 @@ "CVE-2014-2434" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.6.15 and earlier allows remote authenticated users to affect availability via vectors related to DML.", - "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-f466-c4p5-c7pj/GHSA-f466-c4p5-c7pj.json b/advisories/unreviewed/2022/05/GHSA-f466-c4p5-c7pj/GHSA-f466-c4p5-c7pj.json index 62a6b5418e2..219c520e2c7 100644 --- a/advisories/unreviewed/2022/05/GHSA-f466-c4p5-c7pj/GHSA-f466-c4p5-c7pj.json +++ b/advisories/unreviewed/2022/05/GHSA-f466-c4p5-c7pj/GHSA-f466-c4p5-c7pj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f46g-7w88-2qv4/GHSA-f46g-7w88-2qv4.json b/advisories/unreviewed/2022/05/GHSA-f46g-7w88-2qv4/GHSA-f46g-7w88-2qv4.json index 0a5317357be..a9b710dd07b 100644 --- a/advisories/unreviewed/2022/05/GHSA-f46g-7w88-2qv4/GHSA-f46g-7w88-2qv4.json +++ b/advisories/unreviewed/2022/05/GHSA-f46g-7w88-2qv4/GHSA-f46g-7w88-2qv4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-f46p-6w68-qx89/GHSA-f46p-6w68-qx89.json b/advisories/unreviewed/2022/05/GHSA-f46p-6w68-qx89/GHSA-f46p-6w68-qx89.json index ddfaa67dc11..5f31a945fc9 100644 --- a/advisories/unreviewed/2022/05/GHSA-f46p-6w68-qx89/GHSA-f46p-6w68-qx89.json +++ b/advisories/unreviewed/2022/05/GHSA-f46p-6w68-qx89/GHSA-f46p-6w68-qx89.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-f4q9-g8vj-q74x/GHSA-f4q9-g8vj-q74x.json b/advisories/unreviewed/2022/05/GHSA-f4q9-g8vj-q74x/GHSA-f4q9-g8vj-q74x.json index c5f7e433313..c36ddba2be4 100644 --- a/advisories/unreviewed/2022/05/GHSA-f4q9-g8vj-q74x/GHSA-f4q9-g8vj-q74x.json +++ b/advisories/unreviewed/2022/05/GHSA-f4q9-g8vj-q74x/GHSA-f4q9-g8vj-q74x.json @@ -7,12 +7,8 @@ "CVE-2014-5030" ], "details": "CUPS before 2.0 allows local users to read arbitrary files via a symlink attack on (1) index.html, (2) index.class, (3) index.pl, (4) index.php, (5) index.pyc, or (6) index.py.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f5m6-3f6c-gvvm/GHSA-f5m6-3f6c-gvvm.json b/advisories/unreviewed/2022/05/GHSA-f5m6-3f6c-gvvm/GHSA-f5m6-3f6c-gvvm.json index 1e6b4449c1e..db773c0d503 100644 --- a/advisories/unreviewed/2022/05/GHSA-f5m6-3f6c-gvvm/GHSA-f5m6-3f6c-gvvm.json +++ b/advisories/unreviewed/2022/05/GHSA-f5m6-3f6c-gvvm/GHSA-f5m6-3f6c-gvvm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f5qr-chhp-9g8p/GHSA-f5qr-chhp-9g8p.json b/advisories/unreviewed/2022/05/GHSA-f5qr-chhp-9g8p/GHSA-f5qr-chhp-9g8p.json index 1fc0e5b150d..8d9f75ccdfb 100644 --- a/advisories/unreviewed/2022/05/GHSA-f5qr-chhp-9g8p/GHSA-f5qr-chhp-9g8p.json +++ b/advisories/unreviewed/2022/05/GHSA-f5qr-chhp-9g8p/GHSA-f5qr-chhp-9g8p.json @@ -7,12 +7,8 @@ "CVE-2015-3075" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-3053, CVE-2015-3054, CVE-2015-3055, and CVE-2015-3059.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f66w-c3vw-894p/GHSA-f66w-c3vw-894p.json b/advisories/unreviewed/2022/05/GHSA-f66w-c3vw-894p/GHSA-f66w-c3vw-894p.json index 2717b05acb1..25eb92ce0a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-f66w-c3vw-894p/GHSA-f66w-c3vw-894p.json +++ b/advisories/unreviewed/2022/05/GHSA-f66w-c3vw-894p/GHSA-f66w-c3vw-894p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f6m8-h84x-xg8h/GHSA-f6m8-h84x-xg8h.json b/advisories/unreviewed/2022/05/GHSA-f6m8-h84x-xg8h/GHSA-f6m8-h84x-xg8h.json index cb482672ca3..de3e756e3fc 100644 --- a/advisories/unreviewed/2022/05/GHSA-f6m8-h84x-xg8h/GHSA-f6m8-h84x-xg8h.json +++ b/advisories/unreviewed/2022/05/GHSA-f6m8-h84x-xg8h/GHSA-f6m8-h84x-xg8h.json @@ -7,12 +7,8 @@ "CVE-2015-0699" ], "details": "SQL injection vulnerability in the Interactive Voice Response (IVR) component in Cisco Unified Communications Manager (UCM) 10.5(1.98991.13) allows remote attackers to execute arbitrary SQL commands via unspecified vectors, aka Bug ID CSCut21563.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f6vw-6f22-77wv/GHSA-f6vw-6f22-77wv.json b/advisories/unreviewed/2022/05/GHSA-f6vw-6f22-77wv/GHSA-f6vw-6f22-77wv.json index da3f9f04619..726c1a4d564 100644 --- a/advisories/unreviewed/2022/05/GHSA-f6vw-6f22-77wv/GHSA-f6vw-6f22-77wv.json +++ b/advisories/unreviewed/2022/05/GHSA-f6vw-6f22-77wv/GHSA-f6vw-6f22-77wv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-f6x8-9q7w-8j23/GHSA-f6x8-9q7w-8j23.json b/advisories/unreviewed/2022/05/GHSA-f6x8-9q7w-8j23/GHSA-f6x8-9q7w-8j23.json index 705de2c3f78..bbe7f13a9ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-f6x8-9q7w-8j23/GHSA-f6x8-9q7w-8j23.json +++ b/advisories/unreviewed/2022/05/GHSA-f6x8-9q7w-8j23/GHSA-f6x8-9q7w-8j23.json @@ -7,12 +7,8 @@ "CVE-2013-6400" ], "details": "Xen 4.2.x and 4.3.x, when using Intel VT-d and a PCI device has been assigned, does not clear the flag that suppresses IOMMU TLB flushes when unspecified errors occur, which causes the TLB entries to not be flushed and allows local guest administrators to cause a denial of service (host crash) or gain privileges via unspecified vectors.", - "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-f76j-25f8-frg7/GHSA-f76j-25f8-frg7.json b/advisories/unreviewed/2022/05/GHSA-f76j-25f8-frg7/GHSA-f76j-25f8-frg7.json index 52279f2f297..ddda335ed7d 100644 --- a/advisories/unreviewed/2022/05/GHSA-f76j-25f8-frg7/GHSA-f76j-25f8-frg7.json +++ b/advisories/unreviewed/2022/05/GHSA-f76j-25f8-frg7/GHSA-f76j-25f8-frg7.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-f7mf-pr3c-ffjp/GHSA-f7mf-pr3c-ffjp.json b/advisories/unreviewed/2022/05/GHSA-f7mf-pr3c-ffjp/GHSA-f7mf-pr3c-ffjp.json index 950a74ecc01..541d3b6c2eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-f7mf-pr3c-ffjp/GHSA-f7mf-pr3c-ffjp.json +++ b/advisories/unreviewed/2022/05/GHSA-f7mf-pr3c-ffjp/GHSA-f7mf-pr3c-ffjp.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-f8c7-vjvp-2396/GHSA-f8c7-vjvp-2396.json b/advisories/unreviewed/2022/05/GHSA-f8c7-vjvp-2396/GHSA-f8c7-vjvp-2396.json index 01867f6c739..3882519e6ea 100644 --- a/advisories/unreviewed/2022/05/GHSA-f8c7-vjvp-2396/GHSA-f8c7-vjvp-2396.json +++ b/advisories/unreviewed/2022/05/GHSA-f8c7-vjvp-2396/GHSA-f8c7-vjvp-2396.json @@ -7,12 +7,8 @@ "CVE-2015-0414" ], "details": "Unspecified vulnerability in the Oracle SOA Suite component in Oracle Fusion Middleware 11.1.1.7 and 12.1.3.0 allows remote authenticated users to affect confidentiality via unknown vectors related to Fabric Layer.", - "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-f8fq-8pvw-p4xw/GHSA-f8fq-8pvw-p4xw.json b/advisories/unreviewed/2022/05/GHSA-f8fq-8pvw-p4xw/GHSA-f8fq-8pvw-p4xw.json index e70ab2f6f28..030719f0f0a 100644 --- a/advisories/unreviewed/2022/05/GHSA-f8fq-8pvw-p4xw/GHSA-f8fq-8pvw-p4xw.json +++ b/advisories/unreviewed/2022/05/GHSA-f8fq-8pvw-p4xw/GHSA-f8fq-8pvw-p4xw.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-f8qr-cw4c-jcj3/GHSA-f8qr-cw4c-jcj3.json b/advisories/unreviewed/2022/05/GHSA-f8qr-cw4c-jcj3/GHSA-f8qr-cw4c-jcj3.json index af903b2428a..65128e4ac29 100644 --- a/advisories/unreviewed/2022/05/GHSA-f8qr-cw4c-jcj3/GHSA-f8qr-cw4c-jcj3.json +++ b/advisories/unreviewed/2022/05/GHSA-f8qr-cw4c-jcj3/GHSA-f8qr-cw4c-jcj3.json @@ -7,12 +7,8 @@ "CVE-2014-1893" ], "details": "Multiple integer overflows in the (1) FLASK_GETBOOL and (2) FLASK_SETBOOL suboperations in the flask hypercall in Xen 4.1.x, 3.3.x, 3.2.x, and earlier, when XSM is enabled, allow local users to cause a denial of service (processor fault) via unspecified vectors, a different vulnerability than CVE-2014-1891, CVE-2014-1892, and CVE-2014-1894.", - "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-f94r-vch9-6352/GHSA-f94r-vch9-6352.json b/advisories/unreviewed/2022/05/GHSA-f94r-vch9-6352/GHSA-f94r-vch9-6352.json index 64c374fad4d..60a16445849 100644 --- a/advisories/unreviewed/2022/05/GHSA-f94r-vch9-6352/GHSA-f94r-vch9-6352.json +++ b/advisories/unreviewed/2022/05/GHSA-f94r-vch9-6352/GHSA-f94r-vch9-6352.json @@ -7,12 +7,8 @@ "CVE-2014-1567" ], "details": "Use-after-free vulnerability in DirectionalityUtils.cpp in Mozilla Firefox before 32.0, Firefox ESR 24.x before 24.8 and 31.x before 31.1, and Thunderbird 24.x before 24.8 and 31.x before 31.1 allows remote attackers to execute arbitrary code via text that is improperly handled during the interaction between directionality resolution and layout.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -100,9 +96,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-f98j-x99g-pj9q/GHSA-f98j-x99g-pj9q.json b/advisories/unreviewed/2022/05/GHSA-f98j-x99g-pj9q/GHSA-f98j-x99g-pj9q.json index 386eef2034f..795799d02f5 100644 --- a/advisories/unreviewed/2022/05/GHSA-f98j-x99g-pj9q/GHSA-f98j-x99g-pj9q.json +++ b/advisories/unreviewed/2022/05/GHSA-f98j-x99g-pj9q/GHSA-f98j-x99g-pj9q.json @@ -7,12 +7,8 @@ "CVE-2015-4184" ], "details": "The anti-spam scanner on Cisco Email Security Appliance (ESA) devices 3.3.1-09, 7.5.1-gpl-022, and 8.5.6-074 allows remote attackers to bypass intended e-mail restrictions via a malformed DNS SPF record, aka Bug IDs CSCuu35853 and CSCuu37733.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fc2f-r9p9-rcqq/GHSA-fc2f-r9p9-rcqq.json b/advisories/unreviewed/2022/05/GHSA-fc2f-r9p9-rcqq/GHSA-fc2f-r9p9-rcqq.json index 2143cc97439..a59f785d17c 100644 --- a/advisories/unreviewed/2022/05/GHSA-fc2f-r9p9-rcqq/GHSA-fc2f-r9p9-rcqq.json +++ b/advisories/unreviewed/2022/05/GHSA-fc2f-r9p9-rcqq/GHSA-fc2f-r9p9-rcqq.json @@ -7,12 +7,8 @@ "CVE-2015-3051" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2014-9161, CVE-2015-3046, CVE-2015-3049, CVE-2015-3050, CVE-2015-3052, CVE-2015-3056, CVE-2015-3057, CVE-2015-3070, and CVE-2015-3076.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fc44-mphx-vpc6/GHSA-fc44-mphx-vpc6.json b/advisories/unreviewed/2022/05/GHSA-fc44-mphx-vpc6/GHSA-fc44-mphx-vpc6.json index b2ad2e4ef81..138eb71e1ce 100644 --- a/advisories/unreviewed/2022/05/GHSA-fc44-mphx-vpc6/GHSA-fc44-mphx-vpc6.json +++ b/advisories/unreviewed/2022/05/GHSA-fc44-mphx-vpc6/GHSA-fc44-mphx-vpc6.json @@ -7,12 +7,8 @@ "CVE-2014-4670" ], "details": "Use-after-free vulnerability in ext/spl/spl_dllist.c in the SPL component in PHP through 5.5.14 allows context-dependent attackers to cause a denial of service or possibly have unspecified other impact via crafted iterator usage within applications in certain web-hosting environments.", - "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-fc67-fvvj-cxvr/GHSA-fc67-fvvj-cxvr.json b/advisories/unreviewed/2022/05/GHSA-fc67-fvvj-cxvr/GHSA-fc67-fvvj-cxvr.json index 806dbc776b1..b1898337b07 100644 --- a/advisories/unreviewed/2022/05/GHSA-fc67-fvvj-cxvr/GHSA-fc67-fvvj-cxvr.json +++ b/advisories/unreviewed/2022/05/GHSA-fc67-fvvj-cxvr/GHSA-fc67-fvvj-cxvr.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-ff67-8gvg-mp8f/GHSA-ff67-8gvg-mp8f.json b/advisories/unreviewed/2022/05/GHSA-ff67-8gvg-mp8f/GHSA-ff67-8gvg-mp8f.json index a69db461ddc..00c44d971d4 100644 --- a/advisories/unreviewed/2022/05/GHSA-ff67-8gvg-mp8f/GHSA-ff67-8gvg-mp8f.json +++ b/advisories/unreviewed/2022/05/GHSA-ff67-8gvg-mp8f/GHSA-ff67-8gvg-mp8f.json @@ -7,12 +7,8 @@ "CVE-2015-1155" ], "details": "The history implementation in WebKit, as used in Apple Safari before 6.2.6, 7.x before 7.1.6, and 8.x before 8.0.6, allows remote attackers to bypass the Same Origin Policy and read arbitrary files via a crafted web site.", - "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-ffv7-cxh7-pfjm/GHSA-ffv7-cxh7-pfjm.json b/advisories/unreviewed/2022/05/GHSA-ffv7-cxh7-pfjm/GHSA-ffv7-cxh7-pfjm.json index 158439abb97..a20013c5c1f 100644 --- a/advisories/unreviewed/2022/05/GHSA-ffv7-cxh7-pfjm/GHSA-ffv7-cxh7-pfjm.json +++ b/advisories/unreviewed/2022/05/GHSA-ffv7-cxh7-pfjm/GHSA-ffv7-cxh7-pfjm.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-fhwr-83wg-jjhq/GHSA-fhwr-83wg-jjhq.json b/advisories/unreviewed/2022/05/GHSA-fhwr-83wg-jjhq/GHSA-fhwr-83wg-jjhq.json index aa46a67635f..7e2bd04a61a 100644 --- a/advisories/unreviewed/2022/05/GHSA-fhwr-83wg-jjhq/GHSA-fhwr-83wg-jjhq.json +++ b/advisories/unreviewed/2022/05/GHSA-fhwr-83wg-jjhq/GHSA-fhwr-83wg-jjhq.json @@ -7,12 +7,8 @@ "CVE-2014-1715" ], "details": "Directory traversal vulnerability in Google Chrome before 33.0.1750.152 on OS X and Linux and before 33.0.1750.154 on Windows has unspecified impact and attack vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fhwv-x286-vrwh/GHSA-fhwv-x286-vrwh.json b/advisories/unreviewed/2022/05/GHSA-fhwv-x286-vrwh/GHSA-fhwv-x286-vrwh.json index bd39de44528..53e2427b6d7 100644 --- a/advisories/unreviewed/2022/05/GHSA-fhwv-x286-vrwh/GHSA-fhwv-x286-vrwh.json +++ b/advisories/unreviewed/2022/05/GHSA-fhwv-x286-vrwh/GHSA-fhwv-x286-vrwh.json @@ -7,12 +7,8 @@ "CVE-2014-3859" ], "details": "libdns in ISC BIND 9.10.0 before P2 does not properly handle EDNS options, which allows remote attackers to cause a denial of service (REQUIRE assertion failure and daemon exit) via a crafted packet, as demonstrated by an attack against named, dig, or delv.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fjmr-jwp3-2g59/GHSA-fjmr-jwp3-2g59.json b/advisories/unreviewed/2022/05/GHSA-fjmr-jwp3-2g59/GHSA-fjmr-jwp3-2g59.json index 5a7b53bb559..205af194207 100644 --- a/advisories/unreviewed/2022/05/GHSA-fjmr-jwp3-2g59/GHSA-fjmr-jwp3-2g59.json +++ b/advisories/unreviewed/2022/05/GHSA-fjmr-jwp3-2g59/GHSA-fjmr-jwp3-2g59.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-fpc4-2vcc-ch77/GHSA-fpc4-2vcc-ch77.json b/advisories/unreviewed/2022/05/GHSA-fpc4-2vcc-ch77/GHSA-fpc4-2vcc-ch77.json index eae6325a783..f6e93661fe4 100644 --- a/advisories/unreviewed/2022/05/GHSA-fpc4-2vcc-ch77/GHSA-fpc4-2vcc-ch77.json +++ b/advisories/unreviewed/2022/05/GHSA-fpc4-2vcc-ch77/GHSA-fpc4-2vcc-ch77.json @@ -7,12 +7,8 @@ "CVE-2014-1701" ], "details": "The GenerateFunction function in bindings/scripts/code_generator_v8.pm in Blink, as used in Google Chrome before 33.0.1750.149, does not implement a certain cross-origin restriction for the EventTarget::dispatchEvent function, which allows remote attackers to conduct Universal XSS (UXSS) attacks via vectors involving events.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fpq5-qvqr-5pw9/GHSA-fpq5-qvqr-5pw9.json b/advisories/unreviewed/2022/05/GHSA-fpq5-qvqr-5pw9/GHSA-fpq5-qvqr-5pw9.json index dc046f60835..265dffc59db 100644 --- a/advisories/unreviewed/2022/05/GHSA-fpq5-qvqr-5pw9/GHSA-fpq5-qvqr-5pw9.json +++ b/advisories/unreviewed/2022/05/GHSA-fpq5-qvqr-5pw9/GHSA-fpq5-qvqr-5pw9.json @@ -7,12 +7,8 @@ "CVE-2015-3066" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to bypass intended restrictions on JavaScript API execution via unspecified vectors, a different vulnerability than CVE-2015-3060, CVE-2015-3061, CVE-2015-3062, CVE-2015-3063, CVE-2015-3064, CVE-2015-3065, CVE-2015-3067, CVE-2015-3068, CVE-2015-3069, CVE-2015-3071, CVE-2015-3072, CVE-2015-3073, and CVE-2015-3074.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fq3c-5xjj-62c9/GHSA-fq3c-5xjj-62c9.json b/advisories/unreviewed/2022/05/GHSA-fq3c-5xjj-62c9/GHSA-fq3c-5xjj-62c9.json index 26b8d9e26fa..4515963f2e8 100644 --- a/advisories/unreviewed/2022/05/GHSA-fq3c-5xjj-62c9/GHSA-fq3c-5xjj-62c9.json +++ b/advisories/unreviewed/2022/05/GHSA-fq3c-5xjj-62c9/GHSA-fq3c-5xjj-62c9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fq55-62q2-54wq/GHSA-fq55-62q2-54wq.json b/advisories/unreviewed/2022/05/GHSA-fq55-62q2-54wq/GHSA-fq55-62q2-54wq.json index 3bc8e4cfcbe..52d114ae7b1 100644 --- a/advisories/unreviewed/2022/05/GHSA-fq55-62q2-54wq/GHSA-fq55-62q2-54wq.json +++ b/advisories/unreviewed/2022/05/GHSA-fq55-62q2-54wq/GHSA-fq55-62q2-54wq.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-fqrm-g3fv-x64c/GHSA-fqrm-g3fv-x64c.json b/advisories/unreviewed/2022/05/GHSA-fqrm-g3fv-x64c/GHSA-fqrm-g3fv-x64c.json index 16334b41596..c30f93c2016 100644 --- a/advisories/unreviewed/2022/05/GHSA-fqrm-g3fv-x64c/GHSA-fqrm-g3fv-x64c.json +++ b/advisories/unreviewed/2022/05/GHSA-fqrm-g3fv-x64c/GHSA-fqrm-g3fv-x64c.json @@ -7,12 +7,8 @@ "CVE-2014-1721" ], "details": "Google V8, as used in Google Chrome before 34.0.1847.116, does not properly implement lazy deoptimization, which allows remote attackers to cause a denial of service (memory corruption) or possibly have unspecified other impact via crafted JavaScript code, as demonstrated by improper handling of a heap allocation of a number outside the Small Integer (aka smi) range.", - "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-fqxc-92f5-9f9x/GHSA-fqxc-92f5-9f9x.json b/advisories/unreviewed/2022/05/GHSA-fqxc-92f5-9f9x/GHSA-fqxc-92f5-9f9x.json index 62b028ad7fe..08ca6d12343 100644 --- a/advisories/unreviewed/2022/05/GHSA-fqxc-92f5-9f9x/GHSA-fqxc-92f5-9f9x.json +++ b/advisories/unreviewed/2022/05/GHSA-fqxc-92f5-9f9x/GHSA-fqxc-92f5-9f9x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fr4q-m8p5-w8cv/GHSA-fr4q-m8p5-w8cv.json b/advisories/unreviewed/2022/05/GHSA-fr4q-m8p5-w8cv/GHSA-fr4q-m8p5-w8cv.json index 572749df622..0b1f3338c0d 100644 --- a/advisories/unreviewed/2022/05/GHSA-fr4q-m8p5-w8cv/GHSA-fr4q-m8p5-w8cv.json +++ b/advisories/unreviewed/2022/05/GHSA-fr4q-m8p5-w8cv/GHSA-fr4q-m8p5-w8cv.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-frj5-6v5r-wvhp/GHSA-frj5-6v5r-wvhp.json b/advisories/unreviewed/2022/05/GHSA-frj5-6v5r-wvhp/GHSA-frj5-6v5r-wvhp.json index 529813bcefc..d527b811b7d 100644 --- a/advisories/unreviewed/2022/05/GHSA-frj5-6v5r-wvhp/GHSA-frj5-6v5r-wvhp.json +++ b/advisories/unreviewed/2022/05/GHSA-frj5-6v5r-wvhp/GHSA-frj5-6v5r-wvhp.json @@ -7,12 +7,8 @@ "CVE-2015-6265" ], "details": "The CLI in Cisco Application Control Engine (ACE) 4700 A5 3.0 and earlier allows local users to bypass intended access restrictions, and read or write to files, by entering an unspecified CLI command with a crafted file as this command's input, aka Bug ID CSCur23662.", - "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-fv5w-43hw-m7h2/GHSA-fv5w-43hw-m7h2.json b/advisories/unreviewed/2022/05/GHSA-fv5w-43hw-m7h2/GHSA-fv5w-43hw-m7h2.json index 271f3cd5d04..c7f60239b69 100644 --- a/advisories/unreviewed/2022/05/GHSA-fv5w-43hw-m7h2/GHSA-fv5w-43hw-m7h2.json +++ b/advisories/unreviewed/2022/05/GHSA-fv5w-43hw-m7h2/GHSA-fv5w-43hw-m7h2.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-fvpv-pjqh-3r46/GHSA-fvpv-pjqh-3r46.json b/advisories/unreviewed/2022/05/GHSA-fvpv-pjqh-3r46/GHSA-fvpv-pjqh-3r46.json index 9ccdca80caa..bd236f55272 100644 --- a/advisories/unreviewed/2022/05/GHSA-fvpv-pjqh-3r46/GHSA-fvpv-pjqh-3r46.json +++ b/advisories/unreviewed/2022/05/GHSA-fvpv-pjqh-3r46/GHSA-fvpv-pjqh-3r46.json @@ -7,12 +7,8 @@ "CVE-2015-0771" ], "details": "The IKE implementation in the WS-IPSEC-3 service module in Cisco IOS 12.2 on Catalyst 6500 devices allows remote authenticated users to cause a denial of service (device reload) by sending a crafted message during IPsec tunnel setup, aka Bug ID CSCur70505.", - "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-fw7w-c66r-4hw9/GHSA-fw7w-c66r-4hw9.json b/advisories/unreviewed/2022/05/GHSA-fw7w-c66r-4hw9/GHSA-fw7w-c66r-4hw9.json index 25746ccd891..dbab64b02bb 100644 --- a/advisories/unreviewed/2022/05/GHSA-fw7w-c66r-4hw9/GHSA-fw7w-c66r-4hw9.json +++ b/advisories/unreviewed/2022/05/GHSA-fw7w-c66r-4hw9/GHSA-fw7w-c66r-4hw9.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", @@ -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-fw9m-qhpg-r3m4/GHSA-fw9m-qhpg-r3m4.json b/advisories/unreviewed/2022/05/GHSA-fw9m-qhpg-r3m4/GHSA-fw9m-qhpg-r3m4.json index 56dfe0e89fa..80bbaa328dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-fw9m-qhpg-r3m4/GHSA-fw9m-qhpg-r3m4.json +++ b/advisories/unreviewed/2022/05/GHSA-fw9m-qhpg-r3m4/GHSA-fw9m-qhpg-r3m4.json @@ -7,12 +7,8 @@ "CVE-2014-1720" ], "details": "Use-after-free vulnerability in the HTMLBodyElement::insertedInto function in core/html/HTMLBodyElement.cpp in Blink, as used in Google Chrome before 34.0.1847.116, allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors involving attributes.", - "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-fwhf-h3cv-c43m/GHSA-fwhf-h3cv-c43m.json b/advisories/unreviewed/2022/05/GHSA-fwhf-h3cv-c43m/GHSA-fwhf-h3cv-c43m.json index 8610096ec44..2b7b2e0be35 100644 --- a/advisories/unreviewed/2022/05/GHSA-fwhf-h3cv-c43m/GHSA-fwhf-h3cv-c43m.json +++ b/advisories/unreviewed/2022/05/GHSA-fwhf-h3cv-c43m/GHSA-fwhf-h3cv-c43m.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-fxpg-gcxw-66mj/GHSA-fxpg-gcxw-66mj.json b/advisories/unreviewed/2022/05/GHSA-fxpg-gcxw-66mj/GHSA-fxpg-gcxw-66mj.json index b013893b22a..037826c6113 100644 --- a/advisories/unreviewed/2022/05/GHSA-fxpg-gcxw-66mj/GHSA-fxpg-gcxw-66mj.json +++ b/advisories/unreviewed/2022/05/GHSA-fxpg-gcxw-66mj/GHSA-fxpg-gcxw-66mj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fxqm-4c8h-5v9p/GHSA-fxqm-4c8h-5v9p.json b/advisories/unreviewed/2022/05/GHSA-fxqm-4c8h-5v9p/GHSA-fxqm-4c8h-5v9p.json index faa99a4bc88..cea5e7d8097 100644 --- a/advisories/unreviewed/2022/05/GHSA-fxqm-4c8h-5v9p/GHSA-fxqm-4c8h-5v9p.json +++ b/advisories/unreviewed/2022/05/GHSA-fxqm-4c8h-5v9p/GHSA-fxqm-4c8h-5v9p.json @@ -7,12 +7,8 @@ "CVE-2014-1566" ], "details": "Mozilla Firefox before 31.1 on Android does not properly restrict copying of local files onto the SD card during processing of file: URLs, which allows attackers to obtain sensitive information from the Firefox profile directory via a crafted application. NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-1515.", - "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-g232-rhmm-6jj5/GHSA-g232-rhmm-6jj5.json b/advisories/unreviewed/2022/05/GHSA-g232-rhmm-6jj5/GHSA-g232-rhmm-6jj5.json index d0fe7294437..ce89ba80e95 100644 --- a/advisories/unreviewed/2022/05/GHSA-g232-rhmm-6jj5/GHSA-g232-rhmm-6jj5.json +++ b/advisories/unreviewed/2022/05/GHSA-g232-rhmm-6jj5/GHSA-g232-rhmm-6jj5.json @@ -7,12 +7,8 @@ "CVE-2015-0731" ], "details": "The ISDN implementation in Cisco IOS 15.3S allows remote attackers to cause a denial of service (device reload) via malformed Q931 SETUP messages, aka Bug ID CSCut37890.", - "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-g266-84x9-9m56/GHSA-g266-84x9-9m56.json b/advisories/unreviewed/2022/05/GHSA-g266-84x9-9m56/GHSA-g266-84x9-9m56.json index a742c25e1e3..2aa8b5ab62d 100644 --- a/advisories/unreviewed/2022/05/GHSA-g266-84x9-9m56/GHSA-g266-84x9-9m56.json +++ b/advisories/unreviewed/2022/05/GHSA-g266-84x9-9m56/GHSA-g266-84x9-9m56.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-g28w-8cq6-mgh6/GHSA-g28w-8cq6-mgh6.json b/advisories/unreviewed/2022/05/GHSA-g28w-8cq6-mgh6/GHSA-g28w-8cq6-mgh6.json index 870fc5627c8..3182103ed24 100644 --- a/advisories/unreviewed/2022/05/GHSA-g28w-8cq6-mgh6/GHSA-g28w-8cq6-mgh6.json +++ b/advisories/unreviewed/2022/05/GHSA-g28w-8cq6-mgh6/GHSA-g28w-8cq6-mgh6.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-g386-8w5p-9mq7/GHSA-g386-8w5p-9mq7.json b/advisories/unreviewed/2022/05/GHSA-g386-8w5p-9mq7/GHSA-g386-8w5p-9mq7.json index 1c5f2c66b5f..666c5d836c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-g386-8w5p-9mq7/GHSA-g386-8w5p-9mq7.json +++ b/advisories/unreviewed/2022/05/GHSA-g386-8w5p-9mq7/GHSA-g386-8w5p-9mq7.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-g3jm-8357-v948/GHSA-g3jm-8357-v948.json b/advisories/unreviewed/2022/05/GHSA-g3jm-8357-v948/GHSA-g3jm-8357-v948.json index 03d267afa5f..4aabedfb590 100644 --- a/advisories/unreviewed/2022/05/GHSA-g3jm-8357-v948/GHSA-g3jm-8357-v948.json +++ b/advisories/unreviewed/2022/05/GHSA-g3jm-8357-v948/GHSA-g3jm-8357-v948.json @@ -7,12 +7,8 @@ "CVE-2014-0545" ], "details": "Adobe Flash Player before 13.0.0.241 and 14.x before 14.0.0.176 on Windows and OS X and before 11.2.202.400 on Linux, Adobe AIR before 14.0.0.178 on Windows and OS X and before 14.0.0.179 on Android, Adobe AIR SDK before 14.0.0.178, and Adobe AIR SDK & Compiler before 14.0.0.178 do not properly restrict discovery of memory addresses, which allows attackers to bypass the ASLR protection mechanism via unspecified vectors, a different vulnerability than CVE-2014-0540, CVE-2014-0542, CVE-2014-0543, and CVE-2014-0544.", - "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-g3qh-2588-9cfp/GHSA-g3qh-2588-9cfp.json b/advisories/unreviewed/2022/05/GHSA-g3qh-2588-9cfp/GHSA-g3qh-2588-9cfp.json index bce984b414e..90e92fe405b 100644 --- a/advisories/unreviewed/2022/05/GHSA-g3qh-2588-9cfp/GHSA-g3qh-2588-9cfp.json +++ b/advisories/unreviewed/2022/05/GHSA-g3qh-2588-9cfp/GHSA-g3qh-2588-9cfp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g4f6-64jg-82rv/GHSA-g4f6-64jg-82rv.json b/advisories/unreviewed/2022/05/GHSA-g4f6-64jg-82rv/GHSA-g4f6-64jg-82rv.json index b2eab9d864c..4fc30f0119f 100644 --- a/advisories/unreviewed/2022/05/GHSA-g4f6-64jg-82rv/GHSA-g4f6-64jg-82rv.json +++ b/advisories/unreviewed/2022/05/GHSA-g4f6-64jg-82rv/GHSA-g4f6-64jg-82rv.json @@ -7,12 +7,8 @@ "CVE-2014-1724" ], "details": "Use-after-free vulnerability in Free(b)soft Laboratory Speech Dispatcher 0.7.1, as used in Google Chrome before 34.0.1847.116, allows remote attackers to cause a denial of service (application hang) or possibly have unspecified other impact via a text-to-speech request.", - "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-g4gm-776f-6rqq/GHSA-g4gm-776f-6rqq.json b/advisories/unreviewed/2022/05/GHSA-g4gm-776f-6rqq/GHSA-g4gm-776f-6rqq.json index d5e6786d2d3..8cc747c1975 100644 --- a/advisories/unreviewed/2022/05/GHSA-g4gm-776f-6rqq/GHSA-g4gm-776f-6rqq.json +++ b/advisories/unreviewed/2022/05/GHSA-g4gm-776f-6rqq/GHSA-g4gm-776f-6rqq.json @@ -7,12 +7,8 @@ "CVE-2015-0579" ], "details": "Cisco TelePresence Video Communication Server (VCS) and Cisco Expressway allow remote attackers to cause a denial of service (memory and CPU consumption, and partial outage) via crafted SIP packets, aka Bug ID CSCur12473.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-g4gp-3r42-pqgm/GHSA-g4gp-3r42-pqgm.json b/advisories/unreviewed/2022/05/GHSA-g4gp-3r42-pqgm/GHSA-g4gp-3r42-pqgm.json index 957987ebfa9..f17b92795e4 100644 --- a/advisories/unreviewed/2022/05/GHSA-g4gp-3r42-pqgm/GHSA-g4gp-3r42-pqgm.json +++ b/advisories/unreviewed/2022/05/GHSA-g4gp-3r42-pqgm/GHSA-g4gp-3r42-pqgm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g69r-r64x-m67v/GHSA-g69r-r64x-m67v.json b/advisories/unreviewed/2022/05/GHSA-g69r-r64x-m67v/GHSA-g69r-r64x-m67v.json index 72c02e4b967..212aa70322c 100644 --- a/advisories/unreviewed/2022/05/GHSA-g69r-r64x-m67v/GHSA-g69r-r64x-m67v.json +++ b/advisories/unreviewed/2022/05/GHSA-g69r-r64x-m67v/GHSA-g69r-r64x-m67v.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-g732-v5qw-rgmx/GHSA-g732-v5qw-rgmx.json b/advisories/unreviewed/2022/05/GHSA-g732-v5qw-rgmx/GHSA-g732-v5qw-rgmx.json index 0bbe7bb0cf2..00c72744327 100644 --- a/advisories/unreviewed/2022/05/GHSA-g732-v5qw-rgmx/GHSA-g732-v5qw-rgmx.json +++ b/advisories/unreviewed/2022/05/GHSA-g732-v5qw-rgmx/GHSA-g732-v5qw-rgmx.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-g737-hc9q-f5p5/GHSA-g737-hc9q-f5p5.json b/advisories/unreviewed/2022/05/GHSA-g737-hc9q-f5p5/GHSA-g737-hc9q-f5p5.json index b1fb05561e3..63b63ea2010 100644 --- a/advisories/unreviewed/2022/05/GHSA-g737-hc9q-f5p5/GHSA-g737-hc9q-f5p5.json +++ b/advisories/unreviewed/2022/05/GHSA-g737-hc9q-f5p5/GHSA-g737-hc9q-f5p5.json @@ -7,12 +7,8 @@ "CVE-2015-4325" ], "details": "The process-management implementation in Cisco TelePresence Video Communication Server (VCS) Expressway X8.5.2 allows local users to gain privileges by terminating a firestarter.py supervised process and then triggering the restart of a process by the root account, aka Bug ID CSCuv12272.", - "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-g7xr-pqqf-vpjw/GHSA-g7xr-pqqf-vpjw.json b/advisories/unreviewed/2022/05/GHSA-g7xr-pqqf-vpjw/GHSA-g7xr-pqqf-vpjw.json index 6af9b93146f..778746e81c7 100644 --- a/advisories/unreviewed/2022/05/GHSA-g7xr-pqqf-vpjw/GHSA-g7xr-pqqf-vpjw.json +++ b/advisories/unreviewed/2022/05/GHSA-g7xr-pqqf-vpjw/GHSA-g7xr-pqqf-vpjw.json @@ -7,12 +7,8 @@ "CVE-2014-0185" ], "details": "sapi/fpm/fpm/fpm_unix.c in the FastCGI Process Manager (FPM) in PHP before 5.4.28 and 5.5.x before 5.5.12 uses 0666 permissions for the UNIX socket, which allows local users to gain privileges via a crafted FastCGI client.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g84v-9jqm-v3c4/GHSA-g84v-9jqm-v3c4.json b/advisories/unreviewed/2022/05/GHSA-g84v-9jqm-v3c4/GHSA-g84v-9jqm-v3c4.json index ef3faacaa0e..e1d0e96cc47 100644 --- a/advisories/unreviewed/2022/05/GHSA-g84v-9jqm-v3c4/GHSA-g84v-9jqm-v3c4.json +++ b/advisories/unreviewed/2022/05/GHSA-g84v-9jqm-v3c4/GHSA-g84v-9jqm-v3c4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-g852-xcg2-2w9v/GHSA-g852-xcg2-2w9v.json b/advisories/unreviewed/2022/05/GHSA-g852-xcg2-2w9v/GHSA-g852-xcg2-2w9v.json index 831faf9e924..30a5c1d7f43 100644 --- a/advisories/unreviewed/2022/05/GHSA-g852-xcg2-2w9v/GHSA-g852-xcg2-2w9v.json +++ b/advisories/unreviewed/2022/05/GHSA-g852-xcg2-2w9v/GHSA-g852-xcg2-2w9v.json @@ -7,12 +7,8 @@ "CVE-2013-1896" ], "details": "mod_dav.c in the Apache HTTP Server before 2.2.25 does not properly determine whether DAV is enabled for a URI, which allows remote attackers to cause a denial of service (segmentation fault) via a MERGE request in which the URI is configured for handling by the mod_dav_svn module, but a certain href attribute in XML data refers to a non-DAV URI.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -252,9 +248,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-g89x-fv92-p98w/GHSA-g89x-fv92-p98w.json b/advisories/unreviewed/2022/05/GHSA-g89x-fv92-p98w/GHSA-g89x-fv92-p98w.json index 6840b994e51..64f69dcc567 100644 --- a/advisories/unreviewed/2022/05/GHSA-g89x-fv92-p98w/GHSA-g89x-fv92-p98w.json +++ b/advisories/unreviewed/2022/05/GHSA-g89x-fv92-p98w/GHSA-g89x-fv92-p98w.json @@ -7,12 +7,8 @@ "CVE-2015-0743" ], "details": "Cisco Headend System Release allows remote attackers to cause a denial of service (DHCP and TFTP outage) via a flood of crafted UDP traffic, aka Bug ID CSCus04097.", - "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-g996-x3qr-fm83/GHSA-g996-x3qr-fm83.json b/advisories/unreviewed/2022/05/GHSA-g996-x3qr-fm83/GHSA-g996-x3qr-fm83.json index 3630a6d076b..49c35116f4a 100644 --- a/advisories/unreviewed/2022/05/GHSA-g996-x3qr-fm83/GHSA-g996-x3qr-fm83.json +++ b/advisories/unreviewed/2022/05/GHSA-g996-x3qr-fm83/GHSA-g996-x3qr-fm83.json @@ -7,12 +7,8 @@ "CVE-2015-3070" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2014-9161, CVE-2015-3046, CVE-2015-3049, CVE-2015-3050, CVE-2015-3051, CVE-2015-3052, CVE-2015-3056, CVE-2015-3057, and CVE-2015-3076.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gcr8-c572-x97j/GHSA-gcr8-c572-x97j.json b/advisories/unreviewed/2022/05/GHSA-gcr8-c572-x97j/GHSA-gcr8-c572-x97j.json index ee08b58f7a6..e021285026a 100644 --- a/advisories/unreviewed/2022/05/GHSA-gcr8-c572-x97j/GHSA-gcr8-c572-x97j.json +++ b/advisories/unreviewed/2022/05/GHSA-gcr8-c572-x97j/GHSA-gcr8-c572-x97j.json @@ -7,12 +7,8 @@ "CVE-2015-3056" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2014-9161, CVE-2015-3046, CVE-2015-3049, CVE-2015-3050, CVE-2015-3051, CVE-2015-3052, CVE-2015-3057, CVE-2015-3070, and CVE-2015-3076.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gf82-7742-3hw8/GHSA-gf82-7742-3hw8.json b/advisories/unreviewed/2022/05/GHSA-gf82-7742-3hw8/GHSA-gf82-7742-3hw8.json index 9bb791eacf5..fdc0b45a6a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-gf82-7742-3hw8/GHSA-gf82-7742-3hw8.json +++ b/advisories/unreviewed/2022/05/GHSA-gf82-7742-3hw8/GHSA-gf82-7742-3hw8.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-gf92-h6xm-4g8p/GHSA-gf92-h6xm-4g8p.json b/advisories/unreviewed/2022/05/GHSA-gf92-h6xm-4g8p/GHSA-gf92-h6xm-4g8p.json index 520e677b2b5..7a6150868cf 100644 --- a/advisories/unreviewed/2022/05/GHSA-gf92-h6xm-4g8p/GHSA-gf92-h6xm-4g8p.json +++ b/advisories/unreviewed/2022/05/GHSA-gf92-h6xm-4g8p/GHSA-gf92-h6xm-4g8p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gffc-hhrm-xfv2/GHSA-gffc-hhrm-xfv2.json b/advisories/unreviewed/2022/05/GHSA-gffc-hhrm-xfv2/GHSA-gffc-hhrm-xfv2.json index a003dd6927d..833de3195cc 100644 --- a/advisories/unreviewed/2022/05/GHSA-gffc-hhrm-xfv2/GHSA-gffc-hhrm-xfv2.json +++ b/advisories/unreviewed/2022/05/GHSA-gffc-hhrm-xfv2/GHSA-gffc-hhrm-xfv2.json @@ -7,12 +7,8 @@ "CVE-2015-0754" ], "details": "Cisco Finesse 10.5(1) allows remote authenticated users to obtain sensitive information or cause a denial of service (CPU and memory consumption) via a crafted XML document, aka Bug ID CSCut95810.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gg8c-3ww5-6v38/GHSA-gg8c-3ww5-6v38.json b/advisories/unreviewed/2022/05/GHSA-gg8c-3ww5-6v38/GHSA-gg8c-3ww5-6v38.json index 530078593fe..ba5b5814243 100644 --- a/advisories/unreviewed/2022/05/GHSA-gg8c-3ww5-6v38/GHSA-gg8c-3ww5-6v38.json +++ b/advisories/unreviewed/2022/05/GHSA-gg8c-3ww5-6v38/GHSA-gg8c-3ww5-6v38.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-ggfp-67xc-rvm7/GHSA-ggfp-67xc-rvm7.json b/advisories/unreviewed/2022/05/GHSA-ggfp-67xc-rvm7/GHSA-ggfp-67xc-rvm7.json index fceb11b39fa..de2cca5c8fa 100644 --- a/advisories/unreviewed/2022/05/GHSA-ggfp-67xc-rvm7/GHSA-ggfp-67xc-rvm7.json +++ b/advisories/unreviewed/2022/05/GHSA-ggfp-67xc-rvm7/GHSA-ggfp-67xc-rvm7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-ggwp-6vxp-fx75/GHSA-ggwp-6vxp-fx75.json b/advisories/unreviewed/2022/05/GHSA-ggwp-6vxp-fx75/GHSA-ggwp-6vxp-fx75.json index a6e0f3eeb7a..47ed03cfd35 100644 --- a/advisories/unreviewed/2022/05/GHSA-ggwp-6vxp-fx75/GHSA-ggwp-6vxp-fx75.json +++ b/advisories/unreviewed/2022/05/GHSA-ggwp-6vxp-fx75/GHSA-ggwp-6vxp-fx75.json @@ -7,12 +7,8 @@ "CVE-2015-6255" ], "details": "Cross-site scripting (XSS) vulnerability in Cisco Unified Web and E-Mail Interaction Manager 9.0(2) allows remote attackers to inject arbitrary web script or HTML via a crafted chat message, aka Bug ID CSCuo89051.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gj8m-gcc5-r6h7/GHSA-gj8m-gcc5-r6h7.json b/advisories/unreviewed/2022/05/GHSA-gj8m-gcc5-r6h7/GHSA-gj8m-gcc5-r6h7.json index c56b122a118..6568087cc50 100644 --- a/advisories/unreviewed/2022/05/GHSA-gj8m-gcc5-r6h7/GHSA-gj8m-gcc5-r6h7.json +++ b/advisories/unreviewed/2022/05/GHSA-gj8m-gcc5-r6h7/GHSA-gj8m-gcc5-r6h7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gjhp-q42m-324x/GHSA-gjhp-q42m-324x.json b/advisories/unreviewed/2022/05/GHSA-gjhp-q42m-324x/GHSA-gjhp-q42m-324x.json index 0171d26aeec..96e3f76a263 100644 --- a/advisories/unreviewed/2022/05/GHSA-gjhp-q42m-324x/GHSA-gjhp-q42m-324x.json +++ b/advisories/unreviewed/2022/05/GHSA-gjhp-q42m-324x/GHSA-gjhp-q42m-324x.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gjv3-v7c3-jr39/GHSA-gjv3-v7c3-jr39.json b/advisories/unreviewed/2022/05/GHSA-gjv3-v7c3-jr39/GHSA-gjv3-v7c3-jr39.json index 166e2782be3..6157ec89f1b 100644 --- a/advisories/unreviewed/2022/05/GHSA-gjv3-v7c3-jr39/GHSA-gjv3-v7c3-jr39.json +++ b/advisories/unreviewed/2022/05/GHSA-gjv3-v7c3-jr39/GHSA-gjv3-v7c3-jr39.json @@ -7,12 +7,8 @@ "CVE-2015-0700" ], "details": "Cross-site request forgery (CSRF) vulnerability in the Dashboard page in the monitoring-and-report section in Cisco Secure Access Control Server Solution Engine before 5.5(0.46.5) allows remote attackers to hijack the authentication of arbitrary users, aka Bug ID CSCuj62924.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gm2f-vjp3-xm46/GHSA-gm2f-vjp3-xm46.json b/advisories/unreviewed/2022/05/GHSA-gm2f-vjp3-xm46/GHSA-gm2f-vjp3-xm46.json index 422de859da8..c72f348b4e3 100644 --- a/advisories/unreviewed/2022/05/GHSA-gm2f-vjp3-xm46/GHSA-gm2f-vjp3-xm46.json +++ b/advisories/unreviewed/2022/05/GHSA-gm2f-vjp3-xm46/GHSA-gm2f-vjp3-xm46.json @@ -7,12 +7,8 @@ "CVE-2015-6280" ], "details": "The SSHv2 functionality in Cisco IOS 15.2, 15.3, 15.4, and 15.5 and IOS XE 3.6E before 3.6.3E, 3.7E before 3.7.1E, 3.10S before 3.10.6S, 3.11S before 3.11.4S, 3.12S before 3.12.3S, 3.13S before 3.13.3S, and 3.14S before 3.14.1S does not properly implement RSA authentication, which allows remote attackers to obtain login access by leveraging knowledge of a username and the associated public key, aka Bug ID CSCus73013.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gm38-cvmc-g9r7/GHSA-gm38-cvmc-g9r7.json b/advisories/unreviewed/2022/05/GHSA-gm38-cvmc-g9r7/GHSA-gm38-cvmc-g9r7.json index 4c0d25ff2f0..82bce23c26e 100644 --- a/advisories/unreviewed/2022/05/GHSA-gm38-cvmc-g9r7/GHSA-gm38-cvmc-g9r7.json +++ b/advisories/unreviewed/2022/05/GHSA-gm38-cvmc-g9r7/GHSA-gm38-cvmc-g9r7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-gm3g-q53r-rm89/GHSA-gm3g-q53r-rm89.json b/advisories/unreviewed/2022/05/GHSA-gm3g-q53r-rm89/GHSA-gm3g-q53r-rm89.json index 9ae6536383f..3ec9f9eaf2c 100644 --- a/advisories/unreviewed/2022/05/GHSA-gm3g-q53r-rm89/GHSA-gm3g-q53r-rm89.json +++ b/advisories/unreviewed/2022/05/GHSA-gm3g-q53r-rm89/GHSA-gm3g-q53r-rm89.json @@ -7,12 +7,8 @@ "CVE-2015-7905" ], "details": "Unitronics VisiLogic OPLC IDE before 9.8.02 allows remote attackers to execute unspecified code via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gmmx-gqqf-wp2p/GHSA-gmmx-gqqf-wp2p.json b/advisories/unreviewed/2022/05/GHSA-gmmx-gqqf-wp2p/GHSA-gmmx-gqqf-wp2p.json index ff40d68a712..93edb2e78d5 100644 --- a/advisories/unreviewed/2022/05/GHSA-gmmx-gqqf-wp2p/GHSA-gmmx-gqqf-wp2p.json +++ b/advisories/unreviewed/2022/05/GHSA-gmmx-gqqf-wp2p/GHSA-gmmx-gqqf-wp2p.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", @@ -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-gmr5-mjx8-3c9q/GHSA-gmr5-mjx8-3c9q.json b/advisories/unreviewed/2022/05/GHSA-gmr5-mjx8-3c9q/GHSA-gmr5-mjx8-3c9q.json index dcd5b10b019..9defa9fdc52 100644 --- a/advisories/unreviewed/2022/05/GHSA-gmr5-mjx8-3c9q/GHSA-gmr5-mjx8-3c9q.json +++ b/advisories/unreviewed/2022/05/GHSA-gmr5-mjx8-3c9q/GHSA-gmr5-mjx8-3c9q.json @@ -7,12 +7,8 @@ "CVE-2015-3063" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to bypass intended restrictions on JavaScript API execution via unspecified vectors, a different vulnerability than CVE-2015-3060, CVE-2015-3061, CVE-2015-3062, CVE-2015-3064, CVE-2015-3065, CVE-2015-3066, CVE-2015-3067, CVE-2015-3068, CVE-2015-3069, CVE-2015-3071, CVE-2015-3072, CVE-2015-3073, and CVE-2015-3074.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gp79-c384-6cqv/GHSA-gp79-c384-6cqv.json b/advisories/unreviewed/2022/05/GHSA-gp79-c384-6cqv/GHSA-gp79-c384-6cqv.json index 2f279ec84df..0fe7f6b8d97 100644 --- a/advisories/unreviewed/2022/05/GHSA-gp79-c384-6cqv/GHSA-gp79-c384-6cqv.json +++ b/advisories/unreviewed/2022/05/GHSA-gp79-c384-6cqv/GHSA-gp79-c384-6cqv.json @@ -7,12 +7,8 @@ "CVE-2013-4553" ], "details": "The XEN_DOMCTL_getmemlist hypercall in Xen 3.4.x through 4.3.x (possibly 4.3.1) does not always obtain the page_alloc_lock and mm_rwlock in the same order, which allows local guest administrators to cause a denial of service (host deadlock).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gp9c-rxvg-7qh7/GHSA-gp9c-rxvg-7qh7.json b/advisories/unreviewed/2022/05/GHSA-gp9c-rxvg-7qh7/GHSA-gp9c-rxvg-7qh7.json index 9afc45edb60..83cbec93c21 100644 --- a/advisories/unreviewed/2022/05/GHSA-gp9c-rxvg-7qh7/GHSA-gp9c-rxvg-7qh7.json +++ b/advisories/unreviewed/2022/05/GHSA-gp9c-rxvg-7qh7/GHSA-gp9c-rxvg-7qh7.json @@ -7,12 +7,8 @@ "CVE-2012-4599" ], "details": "McAfee SmartFilter Administration, and SmartFilter Administration Bess Edition, before 4.2.1.01 does not require authentication for access to the JBoss Remote Method Invocation (RMI) interface, which allows remote attackers to execute arbitrary code via a crafted .war file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gq5v-9p2w-97m2/GHSA-gq5v-9p2w-97m2.json b/advisories/unreviewed/2022/05/GHSA-gq5v-9p2w-97m2/GHSA-gq5v-9p2w-97m2.json index 8b25a012741..c94542b2699 100644 --- a/advisories/unreviewed/2022/05/GHSA-gq5v-9p2w-97m2/GHSA-gq5v-9p2w-97m2.json +++ b/advisories/unreviewed/2022/05/GHSA-gq5v-9p2w-97m2/GHSA-gq5v-9p2w-97m2.json @@ -7,12 +7,8 @@ "CVE-2015-3067" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to bypass intended restrictions on JavaScript API execution via unspecified vectors, a different vulnerability than CVE-2015-3060, CVE-2015-3061, CVE-2015-3062, CVE-2015-3063, CVE-2015-3064, CVE-2015-3065, CVE-2015-3066, CVE-2015-3068, CVE-2015-3069, CVE-2015-3071, CVE-2015-3072, CVE-2015-3073, and CVE-2015-3074.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gqpv-phh2-84fh/GHSA-gqpv-phh2-84fh.json b/advisories/unreviewed/2022/05/GHSA-gqpv-phh2-84fh/GHSA-gqpv-phh2-84fh.json index 09890bf69b7..ba143f24073 100644 --- a/advisories/unreviewed/2022/05/GHSA-gqpv-phh2-84fh/GHSA-gqpv-phh2-84fh.json +++ b/advisories/unreviewed/2022/05/GHSA-gqpv-phh2-84fh/GHSA-gqpv-phh2-84fh.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", @@ -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-gqw2-24hf-qv8p/GHSA-gqw2-24hf-qv8p.json b/advisories/unreviewed/2022/05/GHSA-gqw2-24hf-qv8p/GHSA-gqw2-24hf-qv8p.json index b160ebb95be..5e525832976 100644 --- a/advisories/unreviewed/2022/05/GHSA-gqw2-24hf-qv8p/GHSA-gqw2-24hf-qv8p.json +++ b/advisories/unreviewed/2022/05/GHSA-gqw2-24hf-qv8p/GHSA-gqw2-24hf-qv8p.json @@ -7,12 +7,8 @@ "CVE-2015-3052" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2014-9161, CVE-2015-3046, CVE-2015-3049, CVE-2015-3050, CVE-2015-3051, CVE-2015-3056, CVE-2015-3057, CVE-2015-3070, and CVE-2015-3076.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gv5m-498p-x725/GHSA-gv5m-498p-x725.json b/advisories/unreviewed/2022/05/GHSA-gv5m-498p-x725/GHSA-gv5m-498p-x725.json index 18a49b4659c..b271827892c 100644 --- a/advisories/unreviewed/2022/05/GHSA-gv5m-498p-x725/GHSA-gv5m-498p-x725.json +++ b/advisories/unreviewed/2022/05/GHSA-gv5m-498p-x725/GHSA-gv5m-498p-x725.json @@ -7,12 +7,8 @@ "CVE-2015-4305" ], "details": "The web framework in Cisco Prime Collaboration Assurance before 10.5.1.53684-1 allows remote authenticated users to bypass intended system-database read restrictions, and discover credentials or SNMP communities for arbitrary tenant domains, via a crafted URL, aka Bug ID CSCus62656.", - "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-gv5v-vgx2-hgvr/GHSA-gv5v-vgx2-hgvr.json b/advisories/unreviewed/2022/05/GHSA-gv5v-vgx2-hgvr/GHSA-gv5v-vgx2-hgvr.json index 8e0677c113a..bfdfe28dd05 100644 --- a/advisories/unreviewed/2022/05/GHSA-gv5v-vgx2-hgvr/GHSA-gv5v-vgx2-hgvr.json +++ b/advisories/unreviewed/2022/05/GHSA-gv5v-vgx2-hgvr/GHSA-gv5v-vgx2-hgvr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gvpm-mhx8-jm28/GHSA-gvpm-mhx8-jm28.json b/advisories/unreviewed/2022/05/GHSA-gvpm-mhx8-jm28/GHSA-gvpm-mhx8-jm28.json index 07bb309b08b..05e17133942 100644 --- a/advisories/unreviewed/2022/05/GHSA-gvpm-mhx8-jm28/GHSA-gvpm-mhx8-jm28.json +++ b/advisories/unreviewed/2022/05/GHSA-gvpm-mhx8-jm28/GHSA-gvpm-mhx8-jm28.json @@ -7,12 +7,8 @@ "CVE-2014-2625" ], "details": "Directory traversal vulnerability in the storedNtxFile function in HP Network Virtualization 8.6 (aka Shunra Network Virtualization) allows remote attackers to read arbitrary files via crafted input, aka ZDI-CAN-2023.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gvxg-76h7-ff56/GHSA-gvxg-76h7-ff56.json b/advisories/unreviewed/2022/05/GHSA-gvxg-76h7-ff56/GHSA-gvxg-76h7-ff56.json index dff56974fe3..19c9411bfc6 100644 --- a/advisories/unreviewed/2022/05/GHSA-gvxg-76h7-ff56/GHSA-gvxg-76h7-ff56.json +++ b/advisories/unreviewed/2022/05/GHSA-gvxg-76h7-ff56/GHSA-gvxg-76h7-ff56.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gw3r-3j9r-9c6f/GHSA-gw3r-3j9r-9c6f.json b/advisories/unreviewed/2022/05/GHSA-gw3r-3j9r-9c6f/GHSA-gw3r-3j9r-9c6f.json index b02416818a9..6a513a8a5c3 100644 --- a/advisories/unreviewed/2022/05/GHSA-gw3r-3j9r-9c6f/GHSA-gw3r-3j9r-9c6f.json +++ b/advisories/unreviewed/2022/05/GHSA-gw3r-3j9r-9c6f/GHSA-gw3r-3j9r-9c6f.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-gwv4-rqw3-4w2c/GHSA-gwv4-rqw3-4w2c.json b/advisories/unreviewed/2022/05/GHSA-gwv4-rqw3-4w2c/GHSA-gwv4-rqw3-4w2c.json index cc2f97c9fba..5cd9185af6c 100644 --- a/advisories/unreviewed/2022/05/GHSA-gwv4-rqw3-4w2c/GHSA-gwv4-rqw3-4w2c.json +++ b/advisories/unreviewed/2022/05/GHSA-gwv4-rqw3-4w2c/GHSA-gwv4-rqw3-4w2c.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-gx5g-w3r2-cxj2/GHSA-gx5g-w3r2-cxj2.json b/advisories/unreviewed/2022/05/GHSA-gx5g-w3r2-cxj2/GHSA-gx5g-w3r2-cxj2.json index 707739ab191..5c9cd6391d6 100644 --- a/advisories/unreviewed/2022/05/GHSA-gx5g-w3r2-cxj2/GHSA-gx5g-w3r2-cxj2.json +++ b/advisories/unreviewed/2022/05/GHSA-gx5g-w3r2-cxj2/GHSA-gx5g-w3r2-cxj2.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-gxfv-4j87-2g8p/GHSA-gxfv-4j87-2g8p.json b/advisories/unreviewed/2022/05/GHSA-gxfv-4j87-2g8p/GHSA-gxfv-4j87-2g8p.json index 7e5fb93c7fe..9c9ff48cd3e 100644 --- a/advisories/unreviewed/2022/05/GHSA-gxfv-4j87-2g8p/GHSA-gxfv-4j87-2g8p.json +++ b/advisories/unreviewed/2022/05/GHSA-gxfv-4j87-2g8p/GHSA-gxfv-4j87-2g8p.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-gxx5-h743-7mxx/GHSA-gxx5-h743-7mxx.json b/advisories/unreviewed/2022/05/GHSA-gxx5-h743-7mxx/GHSA-gxx5-h743-7mxx.json index ed77bd86484..29ecd3cc45a 100644 --- a/advisories/unreviewed/2022/05/GHSA-gxx5-h743-7mxx/GHSA-gxx5-h743-7mxx.json +++ b/advisories/unreviewed/2022/05/GHSA-gxx5-h743-7mxx/GHSA-gxx5-h743-7mxx.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/2022/05/GHSA-gxxg-46w4-8xx4/GHSA-gxxg-46w4-8xx4.json b/advisories/unreviewed/2022/05/GHSA-gxxg-46w4-8xx4/GHSA-gxxg-46w4-8xx4.json index fe8363487a6..d655a122e4d 100644 --- a/advisories/unreviewed/2022/05/GHSA-gxxg-46w4-8xx4/GHSA-gxxg-46w4-8xx4.json +++ b/advisories/unreviewed/2022/05/GHSA-gxxg-46w4-8xx4/GHSA-gxxg-46w4-8xx4.json @@ -7,12 +7,8 @@ "CVE-2015-4306" ], "details": "The web framework in Cisco Prime Collaboration Assurance before 10.5.1.53684-1 allows remote authenticated users to bypass intended login-session read restrictions, and impersonate administrators of arbitrary tenant domains, by discovering a session identifier and constructing a crafted URL, aka Bug IDs CSCus88343 and CSCus88334.", - "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-h225-x2r7-r2m9/GHSA-h225-x2r7-r2m9.json b/advisories/unreviewed/2022/05/GHSA-h225-x2r7-r2m9/GHSA-h225-x2r7-r2m9.json index 94ad2bdede7..e45ca02fce6 100644 --- a/advisories/unreviewed/2022/05/GHSA-h225-x2r7-r2m9/GHSA-h225-x2r7-r2m9.json +++ b/advisories/unreviewed/2022/05/GHSA-h225-x2r7-r2m9/GHSA-h225-x2r7-r2m9.json @@ -7,12 +7,8 @@ "CVE-2013-6668" ], "details": "Multiple unspecified vulnerabilities in Google V8 before 3.24.35.10, as used in Google Chrome before 33.0.1750.146, allow attackers to cause a denial of service or possibly have other impact via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -72,9 +68,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h29m-55jq-jm6f/GHSA-h29m-55jq-jm6f.json b/advisories/unreviewed/2022/05/GHSA-h29m-55jq-jm6f/GHSA-h29m-55jq-jm6f.json index ff393ce2c8b..35da8f3e04c 100644 --- a/advisories/unreviewed/2022/05/GHSA-h29m-55jq-jm6f/GHSA-h29m-55jq-jm6f.json +++ b/advisories/unreviewed/2022/05/GHSA-h29m-55jq-jm6f/GHSA-h29m-55jq-jm6f.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/2022/05/GHSA-h3xh-vr9w-22w5/GHSA-h3xh-vr9w-22w5.json b/advisories/unreviewed/2022/05/GHSA-h3xh-vr9w-22w5/GHSA-h3xh-vr9w-22w5.json index 243e28ccdba..ea952c03530 100644 --- a/advisories/unreviewed/2022/05/GHSA-h3xh-vr9w-22w5/GHSA-h3xh-vr9w-22w5.json +++ b/advisories/unreviewed/2022/05/GHSA-h3xh-vr9w-22w5/GHSA-h3xh-vr9w-22w5.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h6cc-vr2r-vfmx/GHSA-h6cc-vr2r-vfmx.json b/advisories/unreviewed/2022/05/GHSA-h6cc-vr2r-vfmx/GHSA-h6cc-vr2r-vfmx.json index de6e3cbea28..c19fa789063 100644 --- a/advisories/unreviewed/2022/05/GHSA-h6cc-vr2r-vfmx/GHSA-h6cc-vr2r-vfmx.json +++ b/advisories/unreviewed/2022/05/GHSA-h6cc-vr2r-vfmx/GHSA-h6cc-vr2r-vfmx.json @@ -7,12 +7,8 @@ "CVE-2014-1554" ], "details": "Multiple unspecified vulnerabilities in the browser engine in Mozilla Firefox before 32.0 allow remote attackers to cause a denial of service (memory corruption and application crash) or possibly execute arbitrary code via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h6q2-vv4r-j9g4/GHSA-h6q2-vv4r-j9g4.json b/advisories/unreviewed/2022/05/GHSA-h6q2-vv4r-j9g4/GHSA-h6q2-vv4r-j9g4.json index 3b2a71f48f8..3a4f8c82176 100644 --- a/advisories/unreviewed/2022/05/GHSA-h6q2-vv4r-j9g4/GHSA-h6q2-vv4r-j9g4.json +++ b/advisories/unreviewed/2022/05/GHSA-h6q2-vv4r-j9g4/GHSA-h6q2-vv4r-j9g4.json @@ -7,12 +7,8 @@ "CVE-2015-0696" ], "details": "Cross-site scripting (XSS) vulnerability in the login page in Cisco TC Software before 7.1.0 on Cisco TelePresence Collaboration Desk and Room Endpoints devices allows remote attackers to inject arbitrary web script or HTML via unspecified vectors, aka Bug ID CSCuq94977.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h739-4jqv-jm52/GHSA-h739-4jqv-jm52.json b/advisories/unreviewed/2022/05/GHSA-h739-4jqv-jm52/GHSA-h739-4jqv-jm52.json index e509a701a54..f4128350f08 100644 --- a/advisories/unreviewed/2022/05/GHSA-h739-4jqv-jm52/GHSA-h739-4jqv-jm52.json +++ b/advisories/unreviewed/2022/05/GHSA-h739-4jqv-jm52/GHSA-h739-4jqv-jm52.json @@ -7,12 +7,8 @@ "CVE-2015-0762" ], "details": "Cross-site scripting (XSS) vulnerability in the management interface in Cisco Unified MeetingPlace 8.6(1.2) and 8.6(1.9) for Microsoft Outlook allows remote attackers to inject arbitrary web script or HTML via a crafted value in a URL, aka Bug ID CSCuu51400.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h78p-6x92-8qgr/GHSA-h78p-6x92-8qgr.json b/advisories/unreviewed/2022/05/GHSA-h78p-6x92-8qgr/GHSA-h78p-6x92-8qgr.json index c1609956c62..53caeb258b8 100644 --- a/advisories/unreviewed/2022/05/GHSA-h78p-6x92-8qgr/GHSA-h78p-6x92-8qgr.json +++ b/advisories/unreviewed/2022/05/GHSA-h78p-6x92-8qgr/GHSA-h78p-6x92-8qgr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-h7j8-wjqh-mw9r/GHSA-h7j8-wjqh-mw9r.json b/advisories/unreviewed/2022/05/GHSA-h7j8-wjqh-mw9r/GHSA-h7j8-wjqh-mw9r.json index 1ca7ae4c1dd..4e95cf17187 100644 --- a/advisories/unreviewed/2022/05/GHSA-h7j8-wjqh-mw9r/GHSA-h7j8-wjqh-mw9r.json +++ b/advisories/unreviewed/2022/05/GHSA-h7j8-wjqh-mw9r/GHSA-h7j8-wjqh-mw9r.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-h7v7-5ph3-4v3p/GHSA-h7v7-5ph3-4v3p.json b/advisories/unreviewed/2022/05/GHSA-h7v7-5ph3-4v3p/GHSA-h7v7-5ph3-4v3p.json index a51b4f6c7ae..ae4354caddb 100644 --- a/advisories/unreviewed/2022/05/GHSA-h7v7-5ph3-4v3p/GHSA-h7v7-5ph3-4v3p.json +++ b/advisories/unreviewed/2022/05/GHSA-h7v7-5ph3-4v3p/GHSA-h7v7-5ph3-4v3p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -51,9 +49,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h84g-xq42-7q7f/GHSA-h84g-xq42-7q7f.json b/advisories/unreviewed/2022/05/GHSA-h84g-xq42-7q7f/GHSA-h84g-xq42-7q7f.json index 90106f2c158..cb40f8e01bb 100644 --- a/advisories/unreviewed/2022/05/GHSA-h84g-xq42-7q7f/GHSA-h84g-xq42-7q7f.json +++ b/advisories/unreviewed/2022/05/GHSA-h84g-xq42-7q7f/GHSA-h84g-xq42-7q7f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h86q-v7x4-qx4x/GHSA-h86q-v7x4-qx4x.json b/advisories/unreviewed/2022/05/GHSA-h86q-v7x4-qx4x/GHSA-h86q-v7x4-qx4x.json index 0fc6eada1f3..e01093cf388 100644 --- a/advisories/unreviewed/2022/05/GHSA-h86q-v7x4-qx4x/GHSA-h86q-v7x4-qx4x.json +++ b/advisories/unreviewed/2022/05/GHSA-h86q-v7x4-qx4x/GHSA-h86q-v7x4-qx4x.json @@ -7,12 +7,8 @@ "CVE-2014-1895" ], "details": "Off-by-one error in the flask_security_avc_cachestats function in xsm/flask/flask_op.c in Xen 4.2.x and 4.3.x, when the maximum number of physical CPUs are in use, allows local users to cause a denial of service (host crash) or obtain sensitive information from hypervisor memory by leveraging a FLASK_AVC_CACHESTAT hypercall, which triggers a buffer over-read.", - "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-h8m5-xx2h-c8jm/GHSA-h8m5-xx2h-c8jm.json b/advisories/unreviewed/2022/05/GHSA-h8m5-xx2h-c8jm/GHSA-h8m5-xx2h-c8jm.json index 894d4fe3238..20e049ffb73 100644 --- a/advisories/unreviewed/2022/05/GHSA-h8m5-xx2h-c8jm/GHSA-h8m5-xx2h-c8jm.json +++ b/advisories/unreviewed/2022/05/GHSA-h8m5-xx2h-c8jm/GHSA-h8m5-xx2h-c8jm.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", @@ -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-h8x6-23c3-3g6v/GHSA-h8x6-23c3-3g6v.json b/advisories/unreviewed/2022/05/GHSA-h8x6-23c3-3g6v/GHSA-h8x6-23c3-3g6v.json index 42bea1db2b2..d0d1d2995d5 100644 --- a/advisories/unreviewed/2022/05/GHSA-h8x6-23c3-3g6v/GHSA-h8x6-23c3-3g6v.json +++ b/advisories/unreviewed/2022/05/GHSA-h8x6-23c3-3g6v/GHSA-h8x6-23c3-3g6v.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", @@ -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-h92v-j4j5-v87x/GHSA-h92v-j4j5-v87x.json b/advisories/unreviewed/2022/05/GHSA-h92v-j4j5-v87x/GHSA-h92v-j4j5-v87x.json index 57fc94d1bfd..ec0761326f2 100644 --- a/advisories/unreviewed/2022/05/GHSA-h92v-j4j5-v87x/GHSA-h92v-j4j5-v87x.json +++ b/advisories/unreviewed/2022/05/GHSA-h92v-j4j5-v87x/GHSA-h92v-j4j5-v87x.json @@ -7,12 +7,8 @@ "CVE-2015-4327" ], "details": "The CLI in Cisco TelePresence Video Communication Server (VCS) Expressway X8.5.2 allows local users to obtain root privileges by writing script arguments to an unspecified file, aka Bug ID CSCuv12542.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h9wx-jrc2-x5f5/GHSA-h9wx-jrc2-x5f5.json b/advisories/unreviewed/2022/05/GHSA-h9wx-jrc2-x5f5/GHSA-h9wx-jrc2-x5f5.json index d0a9eb01f2d..31fc997d607 100644 --- a/advisories/unreviewed/2022/05/GHSA-h9wx-jrc2-x5f5/GHSA-h9wx-jrc2-x5f5.json +++ b/advisories/unreviewed/2022/05/GHSA-h9wx-jrc2-x5f5/GHSA-h9wx-jrc2-x5f5.json @@ -7,12 +7,8 @@ "CVE-2013-5807" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.5.x through 5.5.32 and 5.6.x through 5.6.12 allows remote authenticated users to affect confidentiality and integrity via unknown vectors related to Replication.", - "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-hcxq-m379-hxr9/GHSA-hcxq-m379-hxr9.json b/advisories/unreviewed/2022/05/GHSA-hcxq-m379-hxr9/GHSA-hcxq-m379-hxr9.json index af40193d41f..b31b726bbe3 100644 --- a/advisories/unreviewed/2022/05/GHSA-hcxq-m379-hxr9/GHSA-hcxq-m379-hxr9.json +++ b/advisories/unreviewed/2022/05/GHSA-hcxq-m379-hxr9/GHSA-hcxq-m379-hxr9.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-hh84-rh24-3v6x/GHSA-hh84-rh24-3v6x.json b/advisories/unreviewed/2022/05/GHSA-hh84-rh24-3v6x/GHSA-hh84-rh24-3v6x.json index b3af72b67dc..2926241977f 100644 --- a/advisories/unreviewed/2022/05/GHSA-hh84-rh24-3v6x/GHSA-hh84-rh24-3v6x.json +++ b/advisories/unreviewed/2022/05/GHSA-hh84-rh24-3v6x/GHSA-hh84-rh24-3v6x.json @@ -7,12 +7,8 @@ "CVE-2013-6664" ], "details": "Use-after-free vulnerability in the FormAssociatedElement::formRemovedFromTree function in core/html/FormAssociatedElement.cpp in Blink, as used in Google Chrome before 33.0.1750.146, allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors involving FORM elements, as demonstrated by use of the speech-recognition feature.", - "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-hh9h-fmf6-wj4h/GHSA-hh9h-fmf6-wj4h.json b/advisories/unreviewed/2022/05/GHSA-hh9h-fmf6-wj4h/GHSA-hh9h-fmf6-wj4h.json index 2973d34986f..131188c63b3 100644 --- a/advisories/unreviewed/2022/05/GHSA-hh9h-fmf6-wj4h/GHSA-hh9h-fmf6-wj4h.json +++ b/advisories/unreviewed/2022/05/GHSA-hh9h-fmf6-wj4h/GHSA-hh9h-fmf6-wj4h.json @@ -7,12 +7,8 @@ "CVE-2014-3597" ], "details": "Multiple buffer overflows in the php_parserr function in ext/standard/dns.c in PHP before 5.4.32 and 5.5.x before 5.5.16 allow remote DNS servers to cause a denial of service (application crash) or possibly execute arbitrary code via a crafted DNS record, related to the dns_get_record function and the dn_expand function. NOTE: this issue exists because of an incomplete fix for CVE-2014-4049.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hj8m-pvc8-rg7m/GHSA-hj8m-pvc8-rg7m.json b/advisories/unreviewed/2022/05/GHSA-hj8m-pvc8-rg7m/GHSA-hj8m-pvc8-rg7m.json index 438a8193d61..9f5f3c34a59 100644 --- a/advisories/unreviewed/2022/05/GHSA-hj8m-pvc8-rg7m/GHSA-hj8m-pvc8-rg7m.json +++ b/advisories/unreviewed/2022/05/GHSA-hj8m-pvc8-rg7m/GHSA-hj8m-pvc8-rg7m.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-hjjm-8478-x675/GHSA-hjjm-8478-x675.json b/advisories/unreviewed/2022/05/GHSA-hjjm-8478-x675/GHSA-hjjm-8478-x675.json index c28cca2e1ce..6058097e72e 100644 --- a/advisories/unreviewed/2022/05/GHSA-hjjm-8478-x675/GHSA-hjjm-8478-x675.json +++ b/advisories/unreviewed/2022/05/GHSA-hjjm-8478-x675/GHSA-hjjm-8478-x675.json @@ -7,12 +7,8 @@ "CVE-2014-0543" ], "details": "Adobe Flash Player before 13.0.0.241 and 14.x before 14.0.0.176 on Windows and OS X and before 11.2.202.400 on Linux, Adobe AIR before 14.0.0.178 on Windows and OS X and before 14.0.0.179 on Android, Adobe AIR SDK before 14.0.0.178, and Adobe AIR SDK & Compiler before 14.0.0.178 do not properly restrict discovery of memory addresses, which allows attackers to bypass the ASLR protection mechanism via unspecified vectors, a different vulnerability than CVE-2014-0540, CVE-2014-0542, CVE-2014-0544, and CVE-2014-0545.", - "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-hmp8-9885-jg5c/GHSA-hmp8-9885-jg5c.json b/advisories/unreviewed/2022/05/GHSA-hmp8-9885-jg5c/GHSA-hmp8-9885-jg5c.json index 05658b5a7bd..f16bc0915a0 100644 --- a/advisories/unreviewed/2022/05/GHSA-hmp8-9885-jg5c/GHSA-hmp8-9885-jg5c.json +++ b/advisories/unreviewed/2022/05/GHSA-hmp8-9885-jg5c/GHSA-hmp8-9885-jg5c.json @@ -7,12 +7,8 @@ "CVE-2014-3299" ], "details": "Cisco IOS allows remote authenticated users to cause a denial of service (device reload) via malformed IPsec packets, aka Bug ID CSCui79745.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hp5j-8pgf-2v2c/GHSA-hp5j-8pgf-2v2c.json b/advisories/unreviewed/2022/05/GHSA-hp5j-8pgf-2v2c/GHSA-hp5j-8pgf-2v2c.json index 4001fca402c..e0a329816d0 100644 --- a/advisories/unreviewed/2022/05/GHSA-hp5j-8pgf-2v2c/GHSA-hp5j-8pgf-2v2c.json +++ b/advisories/unreviewed/2022/05/GHSA-hp5j-8pgf-2v2c/GHSA-hp5j-8pgf-2v2c.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-hqh5-x7wr-q63c/GHSA-hqh5-x7wr-q63c.json b/advisories/unreviewed/2022/05/GHSA-hqh5-x7wr-q63c/GHSA-hqh5-x7wr-q63c.json index eed2f65d482..5b1cb42757a 100644 --- a/advisories/unreviewed/2022/05/GHSA-hqh5-x7wr-q63c/GHSA-hqh5-x7wr-q63c.json +++ b/advisories/unreviewed/2022/05/GHSA-hqh5-x7wr-q63c/GHSA-hqh5-x7wr-q63c.json @@ -7,12 +7,8 @@ "CVE-2015-3054" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-3053, CVE-2015-3055, CVE-2015-3059, and CVE-2015-3075.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hqwr-j5rm-8vgf/GHSA-hqwr-j5rm-8vgf.json b/advisories/unreviewed/2022/05/GHSA-hqwr-j5rm-8vgf/GHSA-hqwr-j5rm-8vgf.json index f81b4ae3208..58da1f7e86c 100644 --- a/advisories/unreviewed/2022/05/GHSA-hqwr-j5rm-8vgf/GHSA-hqwr-j5rm-8vgf.json +++ b/advisories/unreviewed/2022/05/GHSA-hqwr-j5rm-8vgf/GHSA-hqwr-j5rm-8vgf.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-hv65-hmj5-p9wh/GHSA-hv65-hmj5-p9wh.json b/advisories/unreviewed/2022/05/GHSA-hv65-hmj5-p9wh/GHSA-hv65-hmj5-p9wh.json index 5fe7ae617fb..a3f98a542a5 100644 --- a/advisories/unreviewed/2022/05/GHSA-hv65-hmj5-p9wh/GHSA-hv65-hmj5-p9wh.json +++ b/advisories/unreviewed/2022/05/GHSA-hv65-hmj5-p9wh/GHSA-hv65-hmj5-p9wh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hv7q-x2pj-jxxv/GHSA-hv7q-x2pj-jxxv.json b/advisories/unreviewed/2022/05/GHSA-hv7q-x2pj-jxxv/GHSA-hv7q-x2pj-jxxv.json index ece1f7fa5b1..e4dd8cd7f09 100644 --- a/advisories/unreviewed/2022/05/GHSA-hv7q-x2pj-jxxv/GHSA-hv7q-x2pj-jxxv.json +++ b/advisories/unreviewed/2022/05/GHSA-hv7q-x2pj-jxxv/GHSA-hv7q-x2pj-jxxv.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-hvmw-wvjj-3h3x/GHSA-hvmw-wvjj-3h3x.json b/advisories/unreviewed/2022/05/GHSA-hvmw-wvjj-3h3x/GHSA-hvmw-wvjj-3h3x.json index 614a3aa59c0..0f8be68aee1 100644 --- a/advisories/unreviewed/2022/05/GHSA-hvmw-wvjj-3h3x/GHSA-hvmw-wvjj-3h3x.json +++ b/advisories/unreviewed/2022/05/GHSA-hvmw-wvjj-3h3x/GHSA-hvmw-wvjj-3h3x.json @@ -7,12 +7,8 @@ "CVE-2015-3059" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-3053, CVE-2015-3054, CVE-2015-3055, and CVE-2015-3075.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hw3v-rw3r-9pgj/GHSA-hw3v-rw3r-9pgj.json b/advisories/unreviewed/2022/05/GHSA-hw3v-rw3r-9pgj/GHSA-hw3v-rw3r-9pgj.json index 868045adde0..3a7821651eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-hw3v-rw3r-9pgj/GHSA-hw3v-rw3r-9pgj.json +++ b/advisories/unreviewed/2022/05/GHSA-hw3v-rw3r-9pgj/GHSA-hw3v-rw3r-9pgj.json @@ -7,12 +7,8 @@ "CVE-2015-3320" ], "details": "Lenovo USB Enhanced Performance Keyboard software before 2.0.2.2 includes active debugging code in SKHOOKS.DLL, which allows local users to obtain keypress information by accessing debug output.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hx7p-837f-q9pq/GHSA-hx7p-837f-q9pq.json b/advisories/unreviewed/2022/05/GHSA-hx7p-837f-q9pq/GHSA-hx7p-837f-q9pq.json index ae85652976c..ba8db7ec931 100644 --- a/advisories/unreviewed/2022/05/GHSA-hx7p-837f-q9pq/GHSA-hx7p-837f-q9pq.json +++ b/advisories/unreviewed/2022/05/GHSA-hx7p-837f-q9pq/GHSA-hx7p-837f-q9pq.json @@ -7,12 +7,8 @@ "CVE-2014-2615" ], "details": "Unspecified vulnerability in HP Universal CMDB 10.01 and 10.10 allows remote attackers to execute arbitrary code or obtain sensitive information via unknown vectors, aka ZDI-CAN-2083.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j3jv-v3fv-4jx5/GHSA-j3jv-v3fv-4jx5.json b/advisories/unreviewed/2022/05/GHSA-j3jv-v3fv-4jx5/GHSA-j3jv-v3fv-4jx5.json index 906f0981a02..3abc00dd2ce 100644 --- a/advisories/unreviewed/2022/05/GHSA-j3jv-v3fv-4jx5/GHSA-j3jv-v3fv-4jx5.json +++ b/advisories/unreviewed/2022/05/GHSA-j3jv-v3fv-4jx5/GHSA-j3jv-v3fv-4jx5.json @@ -7,12 +7,8 @@ "CVE-2014-4979" ], "details": "Apple QuickTime allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via a malformed version number and flags in an mvhd atom.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j43x-5546-gfgm/GHSA-j43x-5546-gfgm.json b/advisories/unreviewed/2022/05/GHSA-j43x-5546-gfgm/GHSA-j43x-5546-gfgm.json index b32a74c699f..cd79abd1ec5 100644 --- a/advisories/unreviewed/2022/05/GHSA-j43x-5546-gfgm/GHSA-j43x-5546-gfgm.json +++ b/advisories/unreviewed/2022/05/GHSA-j43x-5546-gfgm/GHSA-j43x-5546-gfgm.json @@ -7,12 +7,8 @@ "CVE-2015-3071" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to bypass intended restrictions on JavaScript API execution via unspecified vectors, a different vulnerability than CVE-2015-3060, CVE-2015-3061, CVE-2015-3062, CVE-2015-3063, CVE-2015-3064, CVE-2015-3065, CVE-2015-3066, CVE-2015-3067, CVE-2015-3068, CVE-2015-3069, CVE-2015-3072, CVE-2015-3073, and CVE-2015-3074.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j5fp-32j6-2xmr/GHSA-j5fp-32j6-2xmr.json b/advisories/unreviewed/2022/05/GHSA-j5fp-32j6-2xmr/GHSA-j5fp-32j6-2xmr.json index f53ddd7d2ce..535765f2486 100644 --- a/advisories/unreviewed/2022/05/GHSA-j5fp-32j6-2xmr/GHSA-j5fp-32j6-2xmr.json +++ b/advisories/unreviewed/2022/05/GHSA-j5fp-32j6-2xmr/GHSA-j5fp-32j6-2xmr.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-j5j6-54xj-x4jx/GHSA-j5j6-54xj-x4jx.json b/advisories/unreviewed/2022/05/GHSA-j5j6-54xj-x4jx/GHSA-j5j6-54xj-x4jx.json index 2f199b7ae63..752045d1437 100644 --- a/advisories/unreviewed/2022/05/GHSA-j5j6-54xj-x4jx/GHSA-j5j6-54xj-x4jx.json +++ b/advisories/unreviewed/2022/05/GHSA-j5j6-54xj-x4jx/GHSA-j5j6-54xj-x4jx.json @@ -7,12 +7,8 @@ "CVE-2014-3981" ], "details": "acinclude.m4, as used in the configure script in PHP 5.5.13 and earlier, allows local users to overwrite arbitrary files via a symlink attack on the /tmp/phpglibccheck file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j63m-5345-6m74/GHSA-j63m-5345-6m74.json b/advisories/unreviewed/2022/05/GHSA-j63m-5345-6m74/GHSA-j63m-5345-6m74.json index 227a4525128..85ced37e00e 100644 --- a/advisories/unreviewed/2022/05/GHSA-j63m-5345-6m74/GHSA-j63m-5345-6m74.json +++ b/advisories/unreviewed/2022/05/GHSA-j63m-5345-6m74/GHSA-j63m-5345-6m74.json @@ -7,12 +7,8 @@ "CVE-2014-3411" ], "details": "Unspecified vulnerability in the NSM XDB service in Juniper NSM before 2012.2R8 allows remote attackers to execute arbitrary code via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j6ff-73m6-rqcf/GHSA-j6ff-73m6-rqcf.json b/advisories/unreviewed/2022/05/GHSA-j6ff-73m6-rqcf/GHSA-j6ff-73m6-rqcf.json index 10e8198a6c6..6c49ddef211 100644 --- a/advisories/unreviewed/2022/05/GHSA-j6ff-73m6-rqcf/GHSA-j6ff-73m6-rqcf.json +++ b/advisories/unreviewed/2022/05/GHSA-j6ff-73m6-rqcf/GHSA-j6ff-73m6-rqcf.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j6gq-8954-2rw9/GHSA-j6gq-8954-2rw9.json b/advisories/unreviewed/2022/05/GHSA-j6gq-8954-2rw9/GHSA-j6gq-8954-2rw9.json index 824465be2a9..325d77efa83 100644 --- a/advisories/unreviewed/2022/05/GHSA-j6gq-8954-2rw9/GHSA-j6gq-8954-2rw9.json +++ b/advisories/unreviewed/2022/05/GHSA-j6gq-8954-2rw9/GHSA-j6gq-8954-2rw9.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-j72j-jwxm-g3h3/GHSA-j72j-jwxm-g3h3.json b/advisories/unreviewed/2022/05/GHSA-j72j-jwxm-g3h3/GHSA-j72j-jwxm-g3h3.json index 03febe653ef..d718f79dfeb 100644 --- a/advisories/unreviewed/2022/05/GHSA-j72j-jwxm-g3h3/GHSA-j72j-jwxm-g3h3.json +++ b/advisories/unreviewed/2022/05/GHSA-j72j-jwxm-g3h3/GHSA-j72j-jwxm-g3h3.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-j7fc-43h4-cpmw/GHSA-j7fc-43h4-cpmw.json b/advisories/unreviewed/2022/05/GHSA-j7fc-43h4-cpmw/GHSA-j7fc-43h4-cpmw.json index 1020e3f0058..c3a3532fd90 100644 --- a/advisories/unreviewed/2022/05/GHSA-j7fc-43h4-cpmw/GHSA-j7fc-43h4-cpmw.json +++ b/advisories/unreviewed/2022/05/GHSA-j7fc-43h4-cpmw/GHSA-j7fc-43h4-cpmw.json @@ -7,12 +7,8 @@ "CVE-2009-0024" ], "details": "The sys_remap_file_pages function in mm/fremap.c in the Linux kernel before 2.6.24.1 allows local users to cause a denial of service or gain privileges via unspecified vectors, related to the vm_file structure member, and the mmap_region and do_munmap functions.", - "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-j89p-9ppx-p8gj/GHSA-j89p-9ppx-p8gj.json b/advisories/unreviewed/2022/05/GHSA-j89p-9ppx-p8gj/GHSA-j89p-9ppx-p8gj.json index d01c63c217a..ea855de3562 100644 --- a/advisories/unreviewed/2022/05/GHSA-j89p-9ppx-p8gj/GHSA-j89p-9ppx-p8gj.json +++ b/advisories/unreviewed/2022/05/GHSA-j89p-9ppx-p8gj/GHSA-j89p-9ppx-p8gj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j8vw-8vjx-v8gg/GHSA-j8vw-8vjx-v8gg.json b/advisories/unreviewed/2022/05/GHSA-j8vw-8vjx-v8gg/GHSA-j8vw-8vjx-v8gg.json index 163ea9cef69..89f87c8f987 100644 --- a/advisories/unreviewed/2022/05/GHSA-j8vw-8vjx-v8gg/GHSA-j8vw-8vjx-v8gg.json +++ b/advisories/unreviewed/2022/05/GHSA-j8vw-8vjx-v8gg/GHSA-j8vw-8vjx-v8gg.json @@ -7,12 +7,8 @@ "CVE-2015-0733" ], "details": "CRLF injection vulnerability in the HTTP Header Handler in Digital Broadband Delivery System in Cisco Headend System Release allows remote attackers to inject arbitrary HTTP headers, and conduct HTTP response splitting attacks or cross-site scripting (XSS) attacks, via a crafted request, aka Bug ID CSCur25580.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jc27-9xfg-8pmw/GHSA-jc27-9xfg-8pmw.json b/advisories/unreviewed/2022/05/GHSA-jc27-9xfg-8pmw/GHSA-jc27-9xfg-8pmw.json index e0321c99168..a2062d6999f 100644 --- a/advisories/unreviewed/2022/05/GHSA-jc27-9xfg-8pmw/GHSA-jc27-9xfg-8pmw.json +++ b/advisories/unreviewed/2022/05/GHSA-jc27-9xfg-8pmw/GHSA-jc27-9xfg-8pmw.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-jchp-2m7r-cc5v/GHSA-jchp-2m7r-cc5v.json b/advisories/unreviewed/2022/05/GHSA-jchp-2m7r-cc5v/GHSA-jchp-2m7r-cc5v.json index a6d8ef48622..940ed56f4d6 100644 --- a/advisories/unreviewed/2022/05/GHSA-jchp-2m7r-cc5v/GHSA-jchp-2m7r-cc5v.json +++ b/advisories/unreviewed/2022/05/GHSA-jchp-2m7r-cc5v/GHSA-jchp-2m7r-cc5v.json @@ -7,12 +7,8 @@ "CVE-2014-1551" ], "details": "Use-after-free vulnerability in the FontTableRec destructor in Mozilla Firefox before 31.0, Firefox ESR 24.x before 24.7, and Thunderbird before 24.7 on Windows allows remote attackers to execute arbitrary code via crafted use of fonts in MathML content, leading to improper handling of a DirectWrite font-face object.", - "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-jf5r-5m2h-p5mc/GHSA-jf5r-5m2h-p5mc.json b/advisories/unreviewed/2022/05/GHSA-jf5r-5m2h-p5mc/GHSA-jf5r-5m2h-p5mc.json index e26641548b7..37cb25b1e51 100644 --- a/advisories/unreviewed/2022/05/GHSA-jf5r-5m2h-p5mc/GHSA-jf5r-5m2h-p5mc.json +++ b/advisories/unreviewed/2022/05/GHSA-jf5r-5m2h-p5mc/GHSA-jf5r-5m2h-p5mc.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-jfh4-9458-8w9g/GHSA-jfh4-9458-8w9g.json b/advisories/unreviewed/2022/05/GHSA-jfh4-9458-8w9g/GHSA-jfh4-9458-8w9g.json index b0404fd5636..e308df7276f 100644 --- a/advisories/unreviewed/2022/05/GHSA-jfh4-9458-8w9g/GHSA-jfh4-9458-8w9g.json +++ b/advisories/unreviewed/2022/05/GHSA-jfh4-9458-8w9g/GHSA-jfh4-9458-8w9g.json @@ -7,12 +7,8 @@ "CVE-2013-4496" ], "details": "Samba 3.x before 3.6.23, 4.0.x before 4.0.16, and 4.1.x before 4.1.6 does not enforce the password-guessing protection mechanism for all interfaces, which makes it easier for remote attackers to obtain access via brute-force ChangePasswordUser2 (1) SAMR or (2) RAP attempts.", - "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-jh73-52m6-cx8p/GHSA-jh73-52m6-cx8p.json b/advisories/unreviewed/2022/05/GHSA-jh73-52m6-cx8p/GHSA-jh73-52m6-cx8p.json index 17030b16614..8fa0989fb94 100644 --- a/advisories/unreviewed/2022/05/GHSA-jh73-52m6-cx8p/GHSA-jh73-52m6-cx8p.json +++ b/advisories/unreviewed/2022/05/GHSA-jh73-52m6-cx8p/GHSA-jh73-52m6-cx8p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jh7c-62vv-m75j/GHSA-jh7c-62vv-m75j.json b/advisories/unreviewed/2022/05/GHSA-jh7c-62vv-m75j/GHSA-jh7c-62vv-m75j.json index 5d4b539e446..e91354950d6 100644 --- a/advisories/unreviewed/2022/05/GHSA-jh7c-62vv-m75j/GHSA-jh7c-62vv-m75j.json +++ b/advisories/unreviewed/2022/05/GHSA-jh7c-62vv-m75j/GHSA-jh7c-62vv-m75j.json @@ -7,12 +7,8 @@ "CVE-2015-0744" ], "details": "Cisco DTA Control System (DTACS) 4.0.0.9 and Cisco Headend System Release allow remote attackers to cause a denial of service (CPU and memory consumption, and TCP service outage) via (1) a SYN flood or (2) another type of TCP traffic flood, aka Bug IDs CSCus50642, CSCus50662, CSCus50625, CSCus50657, and CSCus68315.", - "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-jhq8-v7j2-6c7h/GHSA-jhq8-v7j2-6c7h.json b/advisories/unreviewed/2022/05/GHSA-jhq8-v7j2-6c7h/GHSA-jhq8-v7j2-6c7h.json index 663e8d4f25f..f8475f4f90c 100644 --- a/advisories/unreviewed/2022/05/GHSA-jhq8-v7j2-6c7h/GHSA-jhq8-v7j2-6c7h.json +++ b/advisories/unreviewed/2022/05/GHSA-jhq8-v7j2-6c7h/GHSA-jhq8-v7j2-6c7h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jhvm-j3gg-ph57/GHSA-jhvm-j3gg-ph57.json b/advisories/unreviewed/2022/05/GHSA-jhvm-j3gg-ph57/GHSA-jhvm-j3gg-ph57.json index 990e4268cb9..5b2e3bf4b3f 100644 --- a/advisories/unreviewed/2022/05/GHSA-jhvm-j3gg-ph57/GHSA-jhvm-j3gg-ph57.json +++ b/advisories/unreviewed/2022/05/GHSA-jhvm-j3gg-ph57/GHSA-jhvm-j3gg-ph57.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jj3m-6359-8pjg/GHSA-jj3m-6359-8pjg.json b/advisories/unreviewed/2022/05/GHSA-jj3m-6359-8pjg/GHSA-jj3m-6359-8pjg.json index 0912cc86ebd..62a0e78e1e3 100644 --- a/advisories/unreviewed/2022/05/GHSA-jj3m-6359-8pjg/GHSA-jj3m-6359-8pjg.json +++ b/advisories/unreviewed/2022/05/GHSA-jj3m-6359-8pjg/GHSA-jj3m-6359-8pjg.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-jj7v-94xm-w37v/GHSA-jj7v-94xm-w37v.json b/advisories/unreviewed/2022/05/GHSA-jj7v-94xm-w37v/GHSA-jj7v-94xm-w37v.json index a19c757419e..4b7d19f94af 100644 --- a/advisories/unreviewed/2022/05/GHSA-jj7v-94xm-w37v/GHSA-jj7v-94xm-w37v.json +++ b/advisories/unreviewed/2022/05/GHSA-jj7v-94xm-w37v/GHSA-jj7v-94xm-w37v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jm6q-95rx-rp99/GHSA-jm6q-95rx-rp99.json b/advisories/unreviewed/2022/05/GHSA-jm6q-95rx-rp99/GHSA-jm6q-95rx-rp99.json index 18d48ee1390..83e692bc663 100644 --- a/advisories/unreviewed/2022/05/GHSA-jm6q-95rx-rp99/GHSA-jm6q-95rx-rp99.json +++ b/advisories/unreviewed/2022/05/GHSA-jm6q-95rx-rp99/GHSA-jm6q-95rx-rp99.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jmgg-m7r5-7296/GHSA-jmgg-m7r5-7296.json b/advisories/unreviewed/2022/05/GHSA-jmgg-m7r5-7296/GHSA-jmgg-m7r5-7296.json index 52de6b2b5c7..9eb30289b0a 100644 --- a/advisories/unreviewed/2022/05/GHSA-jmgg-m7r5-7296/GHSA-jmgg-m7r5-7296.json +++ b/advisories/unreviewed/2022/05/GHSA-jmgg-m7r5-7296/GHSA-jmgg-m7r5-7296.json @@ -7,12 +7,8 @@ "CVE-2013-4361" ], "details": "The fbld instruction emulation in Xen 3.3.x through 4.3.x does not use the correct variable for the source effective address, which allows local HVM guests to obtain hypervisor stack information by reading the values used by the instruction.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jp5w-c8p9-mq89/GHSA-jp5w-c8p9-mq89.json b/advisories/unreviewed/2022/05/GHSA-jp5w-c8p9-mq89/GHSA-jp5w-c8p9-mq89.json index 518c1503a06..a74349373f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-jp5w-c8p9-mq89/GHSA-jp5w-c8p9-mq89.json +++ b/advisories/unreviewed/2022/05/GHSA-jp5w-c8p9-mq89/GHSA-jp5w-c8p9-mq89.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-jqgc-w3wf-c38r/GHSA-jqgc-w3wf-c38r.json b/advisories/unreviewed/2022/05/GHSA-jqgc-w3wf-c38r/GHSA-jqgc-w3wf-c38r.json index 63d56d91ef9..c417508e1f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-jqgc-w3wf-c38r/GHSA-jqgc-w3wf-c38r.json +++ b/advisories/unreviewed/2022/05/GHSA-jqgc-w3wf-c38r/GHSA-jqgc-w3wf-c38r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jrr4-mgvr-2jhm/GHSA-jrr4-mgvr-2jhm.json b/advisories/unreviewed/2022/05/GHSA-jrr4-mgvr-2jhm/GHSA-jrr4-mgvr-2jhm.json index c6ee7a1fd65..4544bc6c35c 100644 --- a/advisories/unreviewed/2022/05/GHSA-jrr4-mgvr-2jhm/GHSA-jrr4-mgvr-2jhm.json +++ b/advisories/unreviewed/2022/05/GHSA-jrr4-mgvr-2jhm/GHSA-jrr4-mgvr-2jhm.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", @@ -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-jrxj-vh2x-2cc8/GHSA-jrxj-vh2x-2cc8.json b/advisories/unreviewed/2022/05/GHSA-jrxj-vh2x-2cc8/GHSA-jrxj-vh2x-2cc8.json index 53e4fb40e33..dbc81819fb6 100644 --- a/advisories/unreviewed/2022/05/GHSA-jrxj-vh2x-2cc8/GHSA-jrxj-vh2x-2cc8.json +++ b/advisories/unreviewed/2022/05/GHSA-jrxj-vh2x-2cc8/GHSA-jrxj-vh2x-2cc8.json @@ -7,12 +7,8 @@ "CVE-2013-5528" ], "details": "Directory traversal vulnerability in the Tomcat administrative web interface in Cisco Unified Communications Manager allows remote authenticated users to read arbitrary files via directory traversal sequences in an unspecified input string, aka Bug ID CSCui78815.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jwf2-rf7v-3p4f/GHSA-jwf2-rf7v-3p4f.json b/advisories/unreviewed/2022/05/GHSA-jwf2-rf7v-3p4f/GHSA-jwf2-rf7v-3p4f.json index bd74a0c1574..46e5858da72 100644 --- a/advisories/unreviewed/2022/05/GHSA-jwf2-rf7v-3p4f/GHSA-jwf2-rf7v-3p4f.json +++ b/advisories/unreviewed/2022/05/GHSA-jwf2-rf7v-3p4f/GHSA-jwf2-rf7v-3p4f.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-jwm4-2m8m-jwjc/GHSA-jwm4-2m8m-jwjc.json b/advisories/unreviewed/2022/05/GHSA-jwm4-2m8m-jwjc/GHSA-jwm4-2m8m-jwjc.json index 9d20b02ecdb..f58ba56f453 100644 --- a/advisories/unreviewed/2022/05/GHSA-jwm4-2m8m-jwjc/GHSA-jwm4-2m8m-jwjc.json +++ b/advisories/unreviewed/2022/05/GHSA-jwm4-2m8m-jwjc/GHSA-jwm4-2m8m-jwjc.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-jxhf-r3w6-4pgq/GHSA-jxhf-r3w6-4pgq.json b/advisories/unreviewed/2022/05/GHSA-jxhf-r3w6-4pgq/GHSA-jxhf-r3w6-4pgq.json index e38959e4436..07fd2b8d665 100644 --- a/advisories/unreviewed/2022/05/GHSA-jxhf-r3w6-4pgq/GHSA-jxhf-r3w6-4pgq.json +++ b/advisories/unreviewed/2022/05/GHSA-jxhf-r3w6-4pgq/GHSA-jxhf-r3w6-4pgq.json @@ -7,12 +7,8 @@ "CVE-2015-0772" ], "details": "Cisco TelePresence Video Communication Server (VCS) X8.5RC4 allows remote attackers to cause a denial of service (CPU consumption or device outage) via a crafted SDP parameter-negotiation request in an SDP session during a SIP connection, aka Bug ID CSCut42422.", - "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-jxp8-7966-cm98/GHSA-jxp8-7966-cm98.json b/advisories/unreviewed/2022/05/GHSA-jxp8-7966-cm98/GHSA-jxp8-7966-cm98.json index edda11db1bd..2b57a220ffb 100644 --- a/advisories/unreviewed/2022/05/GHSA-jxp8-7966-cm98/GHSA-jxp8-7966-cm98.json +++ b/advisories/unreviewed/2022/05/GHSA-jxp8-7966-cm98/GHSA-jxp8-7966-cm98.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jxpq-c7wx-p6h2/GHSA-jxpq-c7wx-p6h2.json b/advisories/unreviewed/2022/05/GHSA-jxpq-c7wx-p6h2/GHSA-jxpq-c7wx-p6h2.json index 551e3915797..6c383cda3d5 100644 --- a/advisories/unreviewed/2022/05/GHSA-jxpq-c7wx-p6h2/GHSA-jxpq-c7wx-p6h2.json +++ b/advisories/unreviewed/2022/05/GHSA-jxpq-c7wx-p6h2/GHSA-jxpq-c7wx-p6h2.json @@ -7,12 +7,8 @@ "CVE-2014-5029" ], "details": "The web interface in CUPS 1.7.4 allows local users in the lp group to read arbitrary files via a symlink attack on a file in /var/cache/cups/rss/ and language[0] set to null. NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-3537.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m2v7-4478-359w/GHSA-m2v7-4478-359w.json b/advisories/unreviewed/2022/05/GHSA-m2v7-4478-359w/GHSA-m2v7-4478-359w.json index ba6de8e116a..c296078437c 100644 --- a/advisories/unreviewed/2022/05/GHSA-m2v7-4478-359w/GHSA-m2v7-4478-359w.json +++ b/advisories/unreviewed/2022/05/GHSA-m2v7-4478-359w/GHSA-m2v7-4478-359w.json @@ -7,12 +7,8 @@ "CVE-2015-0756" ], "details": "Cisco Wireless LAN Controller (WLC) devices with software 7.4(1.1) allow remote attackers to cause a denial of service (wireless-networking outage) via crafted TCP traffic on the local network, aka Bug ID CSCug67104.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m3x6-gjrv-jj63/GHSA-m3x6-gjrv-jj63.json b/advisories/unreviewed/2022/05/GHSA-m3x6-gjrv-jj63/GHSA-m3x6-gjrv-jj63.json index 6083ed3dcd7..72d1b1bab90 100644 --- a/advisories/unreviewed/2022/05/GHSA-m3x6-gjrv-jj63/GHSA-m3x6-gjrv-jj63.json +++ b/advisories/unreviewed/2022/05/GHSA-m3x6-gjrv-jj63/GHSA-m3x6-gjrv-jj63.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-m3x9-gf6g-whwx/GHSA-m3x9-gf6g-whwx.json b/advisories/unreviewed/2022/05/GHSA-m3x9-gf6g-whwx/GHSA-m3x9-gf6g-whwx.json index 957bb6c99a1..a1bc04197c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-m3x9-gf6g-whwx/GHSA-m3x9-gf6g-whwx.json +++ b/advisories/unreviewed/2022/05/GHSA-m3x9-gf6g-whwx/GHSA-m3x9-gf6g-whwx.json @@ -7,12 +7,8 @@ "CVE-2015-0728" ], "details": "Cross-site scripting (XSS) vulnerability in Cisco Access Control Server (ACS) 5.5(0.1) allows remote attackers to inject arbitrary web script or HTML via a crafted URL, aka Bug ID CSCuu11002.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m4c8-vxwx-56h6/GHSA-m4c8-vxwx-56h6.json b/advisories/unreviewed/2022/05/GHSA-m4c8-vxwx-56h6/GHSA-m4c8-vxwx-56h6.json index 5ea58994015..68c0133dfdd 100644 --- a/advisories/unreviewed/2022/05/GHSA-m4c8-vxwx-56h6/GHSA-m4c8-vxwx-56h6.json +++ b/advisories/unreviewed/2022/05/GHSA-m4c8-vxwx-56h6/GHSA-m4c8-vxwx-56h6.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-m4g2-5p86-3px6/GHSA-m4g2-5p86-3px6.json b/advisories/unreviewed/2022/05/GHSA-m4g2-5p86-3px6/GHSA-m4g2-5p86-3px6.json index 4c8d7a680a8..071adb747a1 100644 --- a/advisories/unreviewed/2022/05/GHSA-m4g2-5p86-3px6/GHSA-m4g2-5p86-3px6.json +++ b/advisories/unreviewed/2022/05/GHSA-m4g2-5p86-3px6/GHSA-m4g2-5p86-3px6.json @@ -7,12 +7,8 @@ "CVE-2013-5767" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.6.12 and earlier allows remote authenticated users to affect availability via unknown vectors related to Optimizer.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m62w-37gh-m9j3/GHSA-m62w-37gh-m9j3.json b/advisories/unreviewed/2022/05/GHSA-m62w-37gh-m9j3/GHSA-m62w-37gh-m9j3.json index 113d80cd6f8..822e880ea5e 100644 --- a/advisories/unreviewed/2022/05/GHSA-m62w-37gh-m9j3/GHSA-m62w-37gh-m9j3.json +++ b/advisories/unreviewed/2022/05/GHSA-m62w-37gh-m9j3/GHSA-m62w-37gh-m9j3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m64r-vm62-7r8g/GHSA-m64r-vm62-7r8g.json b/advisories/unreviewed/2022/05/GHSA-m64r-vm62-7r8g/GHSA-m64r-vm62-7r8g.json index b0181623a2f..776e8e65ab1 100644 --- a/advisories/unreviewed/2022/05/GHSA-m64r-vm62-7r8g/GHSA-m64r-vm62-7r8g.json +++ b/advisories/unreviewed/2022/05/GHSA-m64r-vm62-7r8g/GHSA-m64r-vm62-7r8g.json @@ -7,12 +7,8 @@ "CVE-2014-1547" ], "details": "Multiple unspecified vulnerabilities in the browser engine in Mozilla Firefox before 31.0, Firefox ESR 24.x before 24.7, and Thunderbird before 24.7 allow remote attackers to cause a denial of service (memory corruption and application crash) or possibly execute arbitrary code via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -104,9 +100,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m6gf-pvqc-4xcm/GHSA-m6gf-pvqc-4xcm.json b/advisories/unreviewed/2022/05/GHSA-m6gf-pvqc-4xcm/GHSA-m6gf-pvqc-4xcm.json index 887230060eb..630487fd35b 100644 --- a/advisories/unreviewed/2022/05/GHSA-m6gf-pvqc-4xcm/GHSA-m6gf-pvqc-4xcm.json +++ b/advisories/unreviewed/2022/05/GHSA-m6gf-pvqc-4xcm/GHSA-m6gf-pvqc-4xcm.json @@ -7,12 +7,8 @@ "CVE-2014-1735" ], "details": "Multiple unspecified vulnerabilities in Google V8 before 3.24.35.33, as used in Google Chrome before 34.0.1847.131 on Windows and OS X and before 34.0.1847.132 on Linux, allow attackers to cause a denial of service or possibly have other impact via unknown vectors.", - "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-m6p7-5mj3-hmp2/GHSA-m6p7-5mj3-hmp2.json b/advisories/unreviewed/2022/05/GHSA-m6p7-5mj3-hmp2/GHSA-m6p7-5mj3-hmp2.json index bc808322729..72247f713fb 100644 --- a/advisories/unreviewed/2022/05/GHSA-m6p7-5mj3-hmp2/GHSA-m6p7-5mj3-hmp2.json +++ b/advisories/unreviewed/2022/05/GHSA-m6p7-5mj3-hmp2/GHSA-m6p7-5mj3-hmp2.json @@ -7,12 +7,8 @@ "CVE-2013-4329" ], "details": "The xenlight library (libxl) in Xen 4.0.x through 4.2.x, when IOMMU is disabled, provides access to a busmastering-capable PCI passthrough device before the IOMMU setup is complete, which allows local HVM guest domains to gain privileges or cause a denial of service via a DMA instruction.", - "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-m6q5-8596-f8v2/GHSA-m6q5-8596-f8v2.json b/advisories/unreviewed/2022/05/GHSA-m6q5-8596-f8v2/GHSA-m6q5-8596-f8v2.json index 1c19260c66c..f2609a6fb93 100644 --- a/advisories/unreviewed/2022/05/GHSA-m6q5-8596-f8v2/GHSA-m6q5-8596-f8v2.json +++ b/advisories/unreviewed/2022/05/GHSA-m6q5-8596-f8v2/GHSA-m6q5-8596-f8v2.json @@ -7,12 +7,8 @@ "CVE-2009-1186" ], "details": "Buffer overflow in the util_path_encode function in udev/lib/libudev-util.c in udev before 1.4.1 allows local users to cause a denial of service (service outage) via vectors that trigger a call with crafted arguments.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m924-ggx6-jfpw/GHSA-m924-ggx6-jfpw.json b/advisories/unreviewed/2022/05/GHSA-m924-ggx6-jfpw/GHSA-m924-ggx6-jfpw.json index ed683d787a1..51ee6ae5975 100644 --- a/advisories/unreviewed/2022/05/GHSA-m924-ggx6-jfpw/GHSA-m924-ggx6-jfpw.json +++ b/advisories/unreviewed/2022/05/GHSA-m924-ggx6-jfpw/GHSA-m924-ggx6-jfpw.json @@ -7,12 +7,8 @@ "CVE-2014-2519" ], "details": "The default configuration of EMC RecoverPoint Appliance (RPA) 4.1 before 4.1.0.1 does not enable a firewall, which allows remote attackers to obtain potentially sensitive information about open ports, or cause a denial of service, by sending packets to many ports.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m92h-xg74-c2hm/GHSA-m92h-xg74-c2hm.json b/advisories/unreviewed/2022/05/GHSA-m92h-xg74-c2hm/GHSA-m92h-xg74-c2hm.json index b3cb1ba39d1..375cdaa6ee6 100644 --- a/advisories/unreviewed/2022/05/GHSA-m92h-xg74-c2hm/GHSA-m92h-xg74-c2hm.json +++ b/advisories/unreviewed/2022/05/GHSA-m92h-xg74-c2hm/GHSA-m92h-xg74-c2hm.json @@ -7,12 +7,8 @@ "CVE-2008-1720" ], "details": "Buffer overflow in rsync 2.6.9 to 3.0.1, with extended attribute (xattr) support enabled, might allow remote attackers to execute arbitrary code via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m999-fwg7-3vpp/GHSA-m999-fwg7-3vpp.json b/advisories/unreviewed/2022/05/GHSA-m999-fwg7-3vpp/GHSA-m999-fwg7-3vpp.json index 0a97d008990..0adf38d82d2 100644 --- a/advisories/unreviewed/2022/05/GHSA-m999-fwg7-3vpp/GHSA-m999-fwg7-3vpp.json +++ b/advisories/unreviewed/2022/05/GHSA-m999-fwg7-3vpp/GHSA-m999-fwg7-3vpp.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", @@ -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-mcv8-6886-g6ph/GHSA-mcv8-6886-g6ph.json b/advisories/unreviewed/2022/05/GHSA-mcv8-6886-g6ph/GHSA-mcv8-6886-g6ph.json index c3aa84473e3..7151bd733f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-mcv8-6886-g6ph/GHSA-mcv8-6886-g6ph.json +++ b/advisories/unreviewed/2022/05/GHSA-mcv8-6886-g6ph/GHSA-mcv8-6886-g6ph.json @@ -7,12 +7,8 @@ "CVE-2014-2614" ], "details": "Unspecified vulnerability in HP SiteScope 11.1x through 11.13 and 11.2x through 11.24 allows remote attackers to bypass authentication via unknown vectors, aka ZDI-CAN-2140.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mgw7-6f2m-wg36/GHSA-mgw7-6f2m-wg36.json b/advisories/unreviewed/2022/05/GHSA-mgw7-6f2m-wg36/GHSA-mgw7-6f2m-wg36.json index f696cf007f2..8cd6d7434e4 100644 --- a/advisories/unreviewed/2022/05/GHSA-mgw7-6f2m-wg36/GHSA-mgw7-6f2m-wg36.json +++ b/advisories/unreviewed/2022/05/GHSA-mgw7-6f2m-wg36/GHSA-mgw7-6f2m-wg36.json @@ -7,12 +7,8 @@ "CVE-2009-1183" ], "details": "The JBIG2 MMR decoder in Xpdf 3.02pl2 and earlier, CUPS 1.3.9 and earlier, Poppler before 0.10.6, and other products allows remote attackers to cause a denial of service (infinite loop and hang) via a crafted PDF file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -220,9 +216,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mjrx-v73w-6p2j/GHSA-mjrx-v73w-6p2j.json b/advisories/unreviewed/2022/05/GHSA-mjrx-v73w-6p2j/GHSA-mjrx-v73w-6p2j.json index 7ca08df102e..42d2eb1bd71 100644 --- a/advisories/unreviewed/2022/05/GHSA-mjrx-v73w-6p2j/GHSA-mjrx-v73w-6p2j.json +++ b/advisories/unreviewed/2022/05/GHSA-mjrx-v73w-6p2j/GHSA-mjrx-v73w-6p2j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mm83-hc7p-5mw5/GHSA-mm83-hc7p-5mw5.json b/advisories/unreviewed/2022/05/GHSA-mm83-hc7p-5mw5/GHSA-mm83-hc7p-5mw5.json index 058f04a32e5..7999bf76cc7 100644 --- a/advisories/unreviewed/2022/05/GHSA-mm83-hc7p-5mw5/GHSA-mm83-hc7p-5mw5.json +++ b/advisories/unreviewed/2022/05/GHSA-mm83-hc7p-5mw5/GHSA-mm83-hc7p-5mw5.json @@ -7,12 +7,8 @@ "CVE-2015-3069" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to bypass intended restrictions on JavaScript API execution via unspecified vectors, a different vulnerability than CVE-2015-3060, CVE-2015-3061, CVE-2015-3062, CVE-2015-3063, CVE-2015-3064, CVE-2015-3065, CVE-2015-3066, CVE-2015-3067, CVE-2015-3068, CVE-2015-3071, CVE-2015-3072, CVE-2015-3073, and CVE-2015-3074.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mp29-4rm7-9m26/GHSA-mp29-4rm7-9m26.json b/advisories/unreviewed/2022/05/GHSA-mp29-4rm7-9m26/GHSA-mp29-4rm7-9m26.json index 920097c466c..7810e2bdb77 100644 --- a/advisories/unreviewed/2022/05/GHSA-mp29-4rm7-9m26/GHSA-mp29-4rm7-9m26.json +++ b/advisories/unreviewed/2022/05/GHSA-mp29-4rm7-9m26/GHSA-mp29-4rm7-9m26.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-mq38-hch7-37p6/GHSA-mq38-hch7-37p6.json b/advisories/unreviewed/2022/05/GHSA-mq38-hch7-37p6/GHSA-mq38-hch7-37p6.json index 31d4602778b..b1fcac215de 100644 --- a/advisories/unreviewed/2022/05/GHSA-mq38-hch7-37p6/GHSA-mq38-hch7-37p6.json +++ b/advisories/unreviewed/2022/05/GHSA-mq38-hch7-37p6/GHSA-mq38-hch7-37p6.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", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mqrq-6cmc-xx7v/GHSA-mqrq-6cmc-xx7v.json b/advisories/unreviewed/2022/05/GHSA-mqrq-6cmc-xx7v/GHSA-mqrq-6cmc-xx7v.json index a31a104c67a..5ce472e3498 100644 --- a/advisories/unreviewed/2022/05/GHSA-mqrq-6cmc-xx7v/GHSA-mqrq-6cmc-xx7v.json +++ b/advisories/unreviewed/2022/05/GHSA-mqrq-6cmc-xx7v/GHSA-mqrq-6cmc-xx7v.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-mr2q-p2q6-h85q/GHSA-mr2q-p2q6-h85q.json b/advisories/unreviewed/2022/05/GHSA-mr2q-p2q6-h85q/GHSA-mr2q-p2q6-h85q.json index 58d5cf1803d..19faf3418a5 100644 --- a/advisories/unreviewed/2022/05/GHSA-mr2q-p2q6-h85q/GHSA-mr2q-p2q6-h85q.json +++ b/advisories/unreviewed/2022/05/GHSA-mr2q-p2q6-h85q/GHSA-mr2q-p2q6-h85q.json @@ -7,12 +7,8 @@ "CVE-2013-5793" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.6.12 and earlier allows remote authenticated users to affect availability via unknown vectors related to InnoDB, a different vulnerability than CVE-2013-5786.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mr3c-7329-m56v/GHSA-mr3c-7329-m56v.json b/advisories/unreviewed/2022/05/GHSA-mr3c-7329-m56v/GHSA-mr3c-7329-m56v.json index f06e5d4d363..49e891be073 100644 --- a/advisories/unreviewed/2022/05/GHSA-mr3c-7329-m56v/GHSA-mr3c-7329-m56v.json +++ b/advisories/unreviewed/2022/05/GHSA-mr3c-7329-m56v/GHSA-mr3c-7329-m56v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-mrqg-m8w4-cprx/GHSA-mrqg-m8w4-cprx.json b/advisories/unreviewed/2022/05/GHSA-mrqg-m8w4-cprx/GHSA-mrqg-m8w4-cprx.json index eb74f12f65b..d7af141dc40 100644 --- a/advisories/unreviewed/2022/05/GHSA-mrqg-m8w4-cprx/GHSA-mrqg-m8w4-cprx.json +++ b/advisories/unreviewed/2022/05/GHSA-mrqg-m8w4-cprx/GHSA-mrqg-m8w4-cprx.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mv66-58mr-wjh5/GHSA-mv66-58mr-wjh5.json b/advisories/unreviewed/2022/05/GHSA-mv66-58mr-wjh5/GHSA-mv66-58mr-wjh5.json index 99f2eb748eb..12fff137b17 100644 --- a/advisories/unreviewed/2022/05/GHSA-mv66-58mr-wjh5/GHSA-mv66-58mr-wjh5.json +++ b/advisories/unreviewed/2022/05/GHSA-mv66-58mr-wjh5/GHSA-mv66-58mr-wjh5.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", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mw4x-7r43-cv95/GHSA-mw4x-7r43-cv95.json b/advisories/unreviewed/2022/05/GHSA-mw4x-7r43-cv95/GHSA-mw4x-7r43-cv95.json index 2e1df79bcae..9421cbb49e8 100644 --- a/advisories/unreviewed/2022/05/GHSA-mw4x-7r43-cv95/GHSA-mw4x-7r43-cv95.json +++ b/advisories/unreviewed/2022/05/GHSA-mw4x-7r43-cv95/GHSA-mw4x-7r43-cv95.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-mxv4-hqqr-c5rm/GHSA-mxv4-hqqr-c5rm.json b/advisories/unreviewed/2022/05/GHSA-mxv4-hqqr-c5rm/GHSA-mxv4-hqqr-c5rm.json index 622d05fb197..d34b6022d67 100644 --- a/advisories/unreviewed/2022/05/GHSA-mxv4-hqqr-c5rm/GHSA-mxv4-hqqr-c5rm.json +++ b/advisories/unreviewed/2022/05/GHSA-mxv4-hqqr-c5rm/GHSA-mxv4-hqqr-c5rm.json @@ -7,12 +7,8 @@ "CVE-2014-0018" ], "details": "Red Hat JBoss Enterprise Application Platform (JBEAP) 6.2.0 and JBoss WildFly Application Server, when run under a security manager, do not properly restrict access to the Modular Service Container (MSC) service registry, which allows local users to modify the server via a crafted deployment.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-p274-6jm7-638m/GHSA-p274-6jm7-638m.json b/advisories/unreviewed/2022/05/GHSA-p274-6jm7-638m/GHSA-p274-6jm7-638m.json index dd38d80c8c2..e50c18cb478 100644 --- a/advisories/unreviewed/2022/05/GHSA-p274-6jm7-638m/GHSA-p274-6jm7-638m.json +++ b/advisories/unreviewed/2022/05/GHSA-p274-6jm7-638m/GHSA-p274-6jm7-638m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p2fx-5559-g9cr/GHSA-p2fx-5559-g9cr.json b/advisories/unreviewed/2022/05/GHSA-p2fx-5559-g9cr/GHSA-p2fx-5559-g9cr.json index cd7e14ced7b..8b388dbda81 100644 --- a/advisories/unreviewed/2022/05/GHSA-p2fx-5559-g9cr/GHSA-p2fx-5559-g9cr.json +++ b/advisories/unreviewed/2022/05/GHSA-p2fx-5559-g9cr/GHSA-p2fx-5559-g9cr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p39v-3r75-m2x2/GHSA-p39v-3r75-m2x2.json b/advisories/unreviewed/2022/05/GHSA-p39v-3r75-m2x2/GHSA-p39v-3r75-m2x2.json index 7401834bbaa..91176e2d496 100644 --- a/advisories/unreviewed/2022/05/GHSA-p39v-3r75-m2x2/GHSA-p39v-3r75-m2x2.json +++ b/advisories/unreviewed/2022/05/GHSA-p39v-3r75-m2x2/GHSA-p39v-3r75-m2x2.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-p3c9-4fvw-5262/GHSA-p3c9-4fvw-5262.json b/advisories/unreviewed/2022/05/GHSA-p3c9-4fvw-5262/GHSA-p3c9-4fvw-5262.json index 01e54572e80..6bbcf91eaf8 100644 --- a/advisories/unreviewed/2022/05/GHSA-p3c9-4fvw-5262/GHSA-p3c9-4fvw-5262.json +++ b/advisories/unreviewed/2022/05/GHSA-p3c9-4fvw-5262/GHSA-p3c9-4fvw-5262.json @@ -7,12 +7,8 @@ "CVE-2015-6263" ], "details": "The RADIUS client implementation in Cisco IOS 15.4(3)M2.2, when a shared RADIUS secret is configured, allows remote RADIUS servers to cause a denial of service (device reload) via malformed answers, aka Bug ID CSCuu59324.", - "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-p3q7-qq4w-p579/GHSA-p3q7-qq4w-p579.json b/advisories/unreviewed/2022/05/GHSA-p3q7-qq4w-p579/GHSA-p3q7-qq4w-p579.json index 238dd9f8745..20649db89ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-p3q7-qq4w-p579/GHSA-p3q7-qq4w-p579.json +++ b/advisories/unreviewed/2022/05/GHSA-p3q7-qq4w-p579/GHSA-p3q7-qq4w-p579.json @@ -7,12 +7,8 @@ "CVE-2014-2631" ], "details": "Unspecified vulnerability in HP Application Lifecycle Management (aka Quality Center) 11.5x and 12.0x allows local users to gain privileges via unknown vectors, aka ZDI-CAN-2138.", - "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-p4x5-v2ff-r639/GHSA-p4x5-v2ff-r639.json b/advisories/unreviewed/2022/05/GHSA-p4x5-v2ff-r639/GHSA-p4x5-v2ff-r639.json index f06c79e11f2..27829a2157f 100644 --- a/advisories/unreviewed/2022/05/GHSA-p4x5-v2ff-r639/GHSA-p4x5-v2ff-r639.json +++ b/advisories/unreviewed/2022/05/GHSA-p4x5-v2ff-r639/GHSA-p4x5-v2ff-r639.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p5rw-9673-832m/GHSA-p5rw-9673-832m.json b/advisories/unreviewed/2022/05/GHSA-p5rw-9673-832m/GHSA-p5rw-9673-832m.json index 7871cbbf4d1..872c1d735bf 100644 --- a/advisories/unreviewed/2022/05/GHSA-p5rw-9673-832m/GHSA-p5rw-9673-832m.json +++ b/advisories/unreviewed/2022/05/GHSA-p5rw-9673-832m/GHSA-p5rw-9673-832m.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-p74p-hrj9-8v93/GHSA-p74p-hrj9-8v93.json b/advisories/unreviewed/2022/05/GHSA-p74p-hrj9-8v93/GHSA-p74p-hrj9-8v93.json index 6fe038e8967..42aa9bed729 100644 --- a/advisories/unreviewed/2022/05/GHSA-p74p-hrj9-8v93/GHSA-p74p-hrj9-8v93.json +++ b/advisories/unreviewed/2022/05/GHSA-p74p-hrj9-8v93/GHSA-p74p-hrj9-8v93.json @@ -7,12 +7,8 @@ "CVE-2012-1141" ], "details": "FreeType before 2.4.9, as used in Mozilla Firefox Mobile before 10.0.4 and other products, allows remote attackers to cause a denial of service (invalid heap read operation and memory corruption) or possibly execute arbitrary code via a crafted ASCII string in a BDF font.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p77r-p748-87qx/GHSA-p77r-p748-87qx.json b/advisories/unreviewed/2022/05/GHSA-p77r-p748-87qx/GHSA-p77r-p748-87qx.json index 7da755297d3..b04a242acc5 100644 --- a/advisories/unreviewed/2022/05/GHSA-p77r-p748-87qx/GHSA-p77r-p748-87qx.json +++ b/advisories/unreviewed/2022/05/GHSA-p77r-p748-87qx/GHSA-p77r-p748-87qx.json @@ -7,12 +7,8 @@ "CVE-2015-3064" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to bypass intended restrictions on JavaScript API execution via unspecified vectors, a different vulnerability than CVE-2015-3060, CVE-2015-3061, CVE-2015-3062, CVE-2015-3063, CVE-2015-3065, CVE-2015-3066, CVE-2015-3067, CVE-2015-3068, CVE-2015-3069, CVE-2015-3071, CVE-2015-3072, CVE-2015-3073, and CVE-2015-3074.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p79q-phv9-m8c4/GHSA-p79q-phv9-m8c4.json b/advisories/unreviewed/2022/05/GHSA-p79q-phv9-m8c4/GHSA-p79q-phv9-m8c4.json index 45ed8fda07c..6078dae60c3 100644 --- a/advisories/unreviewed/2022/05/GHSA-p79q-phv9-m8c4/GHSA-p79q-phv9-m8c4.json +++ b/advisories/unreviewed/2022/05/GHSA-p79q-phv9-m8c4/GHSA-p79q-phv9-m8c4.json @@ -7,12 +7,8 @@ "CVE-2014-5243" ], "details": "MediaWiki before 1.19.18, 1.20.x through 1.22.x before 1.22.9, and 1.23.x before 1.23.2 does not enforce an IFRAME protection mechanism for transcluded pages, which makes it easier for remote attackers to conduct clickjacking attacks via a crafted web site.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p83f-8vjf-254c/GHSA-p83f-8vjf-254c.json b/advisories/unreviewed/2022/05/GHSA-p83f-8vjf-254c/GHSA-p83f-8vjf-254c.json index b1d4195b65b..df3d268cc80 100644 --- a/advisories/unreviewed/2022/05/GHSA-p83f-8vjf-254c/GHSA-p83f-8vjf-254c.json +++ b/advisories/unreviewed/2022/05/GHSA-p83f-8vjf-254c/GHSA-p83f-8vjf-254c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p9v9-mf59-wf95/GHSA-p9v9-mf59-wf95.json b/advisories/unreviewed/2022/05/GHSA-p9v9-mf59-wf95/GHSA-p9v9-mf59-wf95.json index 29bcb8cdd55..01bc6e8c0b6 100644 --- a/advisories/unreviewed/2022/05/GHSA-p9v9-mf59-wf95/GHSA-p9v9-mf59-wf95.json +++ b/advisories/unreviewed/2022/05/GHSA-p9v9-mf59-wf95/GHSA-p9v9-mf59-wf95.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-pc34-r93m-6qjp/GHSA-pc34-r93m-6qjp.json b/advisories/unreviewed/2022/05/GHSA-pc34-r93m-6qjp/GHSA-pc34-r93m-6qjp.json index 95d2231d44f..9f162d49941 100644 --- a/advisories/unreviewed/2022/05/GHSA-pc34-r93m-6qjp/GHSA-pc34-r93m-6qjp.json +++ b/advisories/unreviewed/2022/05/GHSA-pc34-r93m-6qjp/GHSA-pc34-r93m-6qjp.json @@ -7,12 +7,8 @@ "CVE-2015-6261" ], "details": "Cisco TelePresence Video Communication Server (VCS) Expressway X8.5.2 allows remote authenticated users to bypass intended access restrictions and read configuration files by leveraging the Mobile and Remote Access (MRA) role and establishing a TFTP session, aka Bug ID CSCuv78531.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pc62-4qq4-jrq2/GHSA-pc62-4qq4-jrq2.json b/advisories/unreviewed/2022/05/GHSA-pc62-4qq4-jrq2/GHSA-pc62-4qq4-jrq2.json index ef29cfa8cdb..41e119006f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-pc62-4qq4-jrq2/GHSA-pc62-4qq4-jrq2.json +++ b/advisories/unreviewed/2022/05/GHSA-pc62-4qq4-jrq2/GHSA-pc62-4qq4-jrq2.json @@ -7,12 +7,8 @@ "CVE-2014-2470" ], "details": "Unspecified vulnerability in the Oracle WebLogic Server component in Oracle Fusion Middleware 10.0.2.0, 10.3.6.0, 12.1.1.0, and 12.1.2.0 allows remote attackers to affect confidentiality, integrity, and availability via vectors related to WLS Security.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-pf95-m598-rjmw/GHSA-pf95-m598-rjmw.json b/advisories/unreviewed/2022/05/GHSA-pf95-m598-rjmw/GHSA-pf95-m598-rjmw.json index 4a408c2f1cb..f9a2c1f9c9e 100644 --- a/advisories/unreviewed/2022/05/GHSA-pf95-m598-rjmw/GHSA-pf95-m598-rjmw.json +++ b/advisories/unreviewed/2022/05/GHSA-pf95-m598-rjmw/GHSA-pf95-m598-rjmw.json @@ -7,12 +7,8 @@ "CVE-2015-2574" ], "details": "Unspecified vulnerability in Oracle Sun Solaris 10 allows local users to affect confidentiality via unknown vectors related to Text Utilities.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-pfmp-3fqm-qphc/GHSA-pfmp-3fqm-qphc.json b/advisories/unreviewed/2022/05/GHSA-pfmp-3fqm-qphc/GHSA-pfmp-3fqm-qphc.json index dec61663f3c..5e6b25a5faf 100644 --- a/advisories/unreviewed/2022/05/GHSA-pfmp-3fqm-qphc/GHSA-pfmp-3fqm-qphc.json +++ b/advisories/unreviewed/2022/05/GHSA-pfmp-3fqm-qphc/GHSA-pfmp-3fqm-qphc.json @@ -7,12 +7,8 @@ "CVE-2014-1714" ], "details": "The ScopedClipboardWriter::WritePickledData function in ui/base/clipboard/scoped_clipboard_writer.cc in Google Chrome before 33.0.1750.152 on OS X and Linux and before 33.0.1750.154 on Windows does not verify a certain format value, which allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors related to the clipboard.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pgxq-frjh-qv78/GHSA-pgxq-frjh-qv78.json b/advisories/unreviewed/2022/05/GHSA-pgxq-frjh-qv78/GHSA-pgxq-frjh-qv78.json index 527d0e2ab5d..16d834d5836 100644 --- a/advisories/unreviewed/2022/05/GHSA-pgxq-frjh-qv78/GHSA-pgxq-frjh-qv78.json +++ b/advisories/unreviewed/2022/05/GHSA-pgxq-frjh-qv78/GHSA-pgxq-frjh-qv78.json @@ -7,12 +7,8 @@ "CVE-2015-0770" ], "details": "CRLF injection vulnerability in Cisco TelePresence TC 6.x before 6.3.4 and 7.x before 7.3.3 on Integrator C SX20 devices allows remote attackers to inject arbitrary HTTP headers and conduct HTTP response splitting attacks via a crafted URL, aka Bug ID CSCut79341.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pjcq-p3fr-jpj9/GHSA-pjcq-p3fr-jpj9.json b/advisories/unreviewed/2022/05/GHSA-pjcq-p3fr-jpj9/GHSA-pjcq-p3fr-jpj9.json index e087f6ca1c2..38e405f055e 100644 --- a/advisories/unreviewed/2022/05/GHSA-pjcq-p3fr-jpj9/GHSA-pjcq-p3fr-jpj9.json +++ b/advisories/unreviewed/2022/05/GHSA-pjcq-p3fr-jpj9/GHSA-pjcq-p3fr-jpj9.json @@ -7,12 +7,8 @@ "CVE-2013-6663" ], "details": "Use-after-free vulnerability in the SVGImage::setContainerSize function in core/svg/graphics/SVGImage.cpp in the SVG implementation in Blink, as used in Google Chrome before 33.0.1750.146, allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors related to the resizing of a view.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -72,9 +68,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-pmq5-6qcv-88q4/GHSA-pmq5-6qcv-88q4.json b/advisories/unreviewed/2022/05/GHSA-pmq5-6qcv-88q4/GHSA-pmq5-6qcv-88q4.json index ff8a899981d..c1dfd59edc8 100644 --- a/advisories/unreviewed/2022/05/GHSA-pmq5-6qcv-88q4/GHSA-pmq5-6qcv-88q4.json +++ b/advisories/unreviewed/2022/05/GHSA-pmq5-6qcv-88q4/GHSA-pmq5-6qcv-88q4.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-pp62-p6gv-gqgj/GHSA-pp62-p6gv-gqgj.json b/advisories/unreviewed/2022/05/GHSA-pp62-p6gv-gqgj/GHSA-pp62-p6gv-gqgj.json index 656cf45a9b2..b9e6e154f1b 100644 --- a/advisories/unreviewed/2022/05/GHSA-pp62-p6gv-gqgj/GHSA-pp62-p6gv-gqgj.json +++ b/advisories/unreviewed/2022/05/GHSA-pp62-p6gv-gqgj/GHSA-pp62-p6gv-gqgj.json @@ -7,12 +7,8 @@ "CVE-2014-1561" ], "details": "Mozilla Firefox before 31.0 does not properly restrict use of drag-and-drop events to spoof customization events, which allows remote attackers to alter the placement of UI icons via crafted JavaScript code that is encountered during (1) page, (2) panel, or (3) toolbar customization.", - "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-pq8f-m2fp-4jv5/GHSA-pq8f-m2fp-4jv5.json b/advisories/unreviewed/2022/05/GHSA-pq8f-m2fp-4jv5/GHSA-pq8f-m2fp-4jv5.json index 0eb265d1f84..df43bc61de6 100644 --- a/advisories/unreviewed/2022/05/GHSA-pq8f-m2fp-4jv5/GHSA-pq8f-m2fp-4jv5.json +++ b/advisories/unreviewed/2022/05/GHSA-pq8f-m2fp-4jv5/GHSA-pq8f-m2fp-4jv5.json @@ -7,12 +7,8 @@ "CVE-2013-1442" ], "details": "Xen 4.0 through 4.3.x, when using AVX or LWP capable CPUs, does not properly clear previous data from registers when using an XSAVE or XRSTOR to extend the state components of a saved or restored vCPU after touching other restored extended registers, which allows local guest OSes to obtain sensitive information by reading the registers.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pqjh-69h3-r8f2/GHSA-pqjh-69h3-r8f2.json b/advisories/unreviewed/2022/05/GHSA-pqjh-69h3-r8f2/GHSA-pqjh-69h3-r8f2.json index 4a47b4d3471..e151fde4fb4 100644 --- a/advisories/unreviewed/2022/05/GHSA-pqjh-69h3-r8f2/GHSA-pqjh-69h3-r8f2.json +++ b/advisories/unreviewed/2022/05/GHSA-pqjh-69h3-r8f2/GHSA-pqjh-69h3-r8f2.json @@ -7,12 +7,8 @@ "CVE-2014-5506" ], "details": "Double free vulnerability in SAP Crystal Reports allows remote attackers to execute arbitrary code via crafted connection string record in an RPT file.", - "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-pqqq-jxh9-pv3r/GHSA-pqqq-jxh9-pv3r.json b/advisories/unreviewed/2022/05/GHSA-pqqq-jxh9-pv3r/GHSA-pqqq-jxh9-pv3r.json index adb03e8adfb..f3811c7b0b8 100644 --- a/advisories/unreviewed/2022/05/GHSA-pqqq-jxh9-pv3r/GHSA-pqqq-jxh9-pv3r.json +++ b/advisories/unreviewed/2022/05/GHSA-pqqq-jxh9-pv3r/GHSA-pqqq-jxh9-pv3r.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-prc2-gwpw-8w6f/GHSA-prc2-gwpw-8w6f.json b/advisories/unreviewed/2022/05/GHSA-prc2-gwpw-8w6f/GHSA-prc2-gwpw-8w6f.json index 175d0bacc78..674df61a638 100644 --- a/advisories/unreviewed/2022/05/GHSA-prc2-gwpw-8w6f/GHSA-prc2-gwpw-8w6f.json +++ b/advisories/unreviewed/2022/05/GHSA-prc2-gwpw-8w6f/GHSA-prc2-gwpw-8w6f.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-pvcp-73cg-6f77/GHSA-pvcp-73cg-6f77.json b/advisories/unreviewed/2022/05/GHSA-pvcp-73cg-6f77/GHSA-pvcp-73cg-6f77.json index 16bfe9d22fe..d12f0876386 100644 --- a/advisories/unreviewed/2022/05/GHSA-pvcp-73cg-6f77/GHSA-pvcp-73cg-6f77.json +++ b/advisories/unreviewed/2022/05/GHSA-pvcp-73cg-6f77/GHSA-pvcp-73cg-6f77.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-pvcq-89fj-q56f/GHSA-pvcq-89fj-q56f.json b/advisories/unreviewed/2022/05/GHSA-pvcq-89fj-q56f/GHSA-pvcq-89fj-q56f.json index 9151f4aa267..b1b98ddb336 100644 --- a/advisories/unreviewed/2022/05/GHSA-pvcq-89fj-q56f/GHSA-pvcq-89fj-q56f.json +++ b/advisories/unreviewed/2022/05/GHSA-pvcq-89fj-q56f/GHSA-pvcq-89fj-q56f.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-pvgh-6wjg-x887/GHSA-pvgh-6wjg-x887.json b/advisories/unreviewed/2022/05/GHSA-pvgh-6wjg-x887/GHSA-pvgh-6wjg-x887.json index cd6b3f9e485..dfba5c9bbdf 100644 --- a/advisories/unreviewed/2022/05/GHSA-pvgh-6wjg-x887/GHSA-pvgh-6wjg-x887.json +++ b/advisories/unreviewed/2022/05/GHSA-pvgh-6wjg-x887/GHSA-pvgh-6wjg-x887.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-pwp6-rmm8-g5j6/GHSA-pwp6-rmm8-g5j6.json b/advisories/unreviewed/2022/05/GHSA-pwp6-rmm8-g5j6/GHSA-pwp6-rmm8-g5j6.json index aeaddfd4c84..3a5451e61d5 100644 --- a/advisories/unreviewed/2022/05/GHSA-pwp6-rmm8-g5j6/GHSA-pwp6-rmm8-g5j6.json +++ b/advisories/unreviewed/2022/05/GHSA-pwp6-rmm8-g5j6/GHSA-pwp6-rmm8-g5j6.json @@ -7,12 +7,8 @@ "CVE-2014-1544" ], "details": "Use-after-free vulnerability in the CERT_DestroyCertificate function in libnss3.so in Mozilla Network Security Services (NSS) 3.x, as used in Firefox before 31.0, Firefox ESR 24.x before 24.7, and Thunderbird before 24.7, allows remote attackers to execute arbitrary code via vectors that trigger certain improper removal of an NSSCertificate structure from a trust domain.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -84,9 +80,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-px5j-hgrq-5r7m/GHSA-px5j-hgrq-5r7m.json b/advisories/unreviewed/2022/05/GHSA-px5j-hgrq-5r7m/GHSA-px5j-hgrq-5r7m.json index 917bab2dbb8..011e3c3a105 100644 --- a/advisories/unreviewed/2022/05/GHSA-px5j-hgrq-5r7m/GHSA-px5j-hgrq-5r7m.json +++ b/advisories/unreviewed/2022/05/GHSA-px5j-hgrq-5r7m/GHSA-px5j-hgrq-5r7m.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", @@ -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-px8p-3wpv-m92r/GHSA-px8p-3wpv-m92r.json b/advisories/unreviewed/2022/05/GHSA-px8p-3wpv-m92r/GHSA-px8p-3wpv-m92r.json index ea436479153..93c432a39b6 100644 --- a/advisories/unreviewed/2022/05/GHSA-px8p-3wpv-m92r/GHSA-px8p-3wpv-m92r.json +++ b/advisories/unreviewed/2022/05/GHSA-px8p-3wpv-m92r/GHSA-px8p-3wpv-m92r.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-pxqm-p9p2-q93c/GHSA-pxqm-p9p2-q93c.json b/advisories/unreviewed/2022/05/GHSA-pxqm-p9p2-q93c/GHSA-pxqm-p9p2-q93c.json index 944f468ecd4..1fd6b22d9d3 100644 --- a/advisories/unreviewed/2022/05/GHSA-pxqm-p9p2-q93c/GHSA-pxqm-p9p2-q93c.json +++ b/advisories/unreviewed/2022/05/GHSA-pxqm-p9p2-q93c/GHSA-pxqm-p9p2-q93c.json @@ -7,12 +7,8 @@ "CVE-2015-0761" ], "details": "Cisco AnyConnect Secure Mobility Client before 3.1(8009) and 4.x before 4.0(2052) on Linux does not properly implement unspecified internal functions, which allows local users to obtain root privileges via crafted vpnagent options, aka Bug ID CSCus86790.", - "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-q345-fgmq-3pf3/GHSA-q345-fgmq-3pf3.json b/advisories/unreviewed/2022/05/GHSA-q345-fgmq-3pf3/GHSA-q345-fgmq-3pf3.json index 0a16d9c7c0b..33a827f8f94 100644 --- a/advisories/unreviewed/2022/05/GHSA-q345-fgmq-3pf3/GHSA-q345-fgmq-3pf3.json +++ b/advisories/unreviewed/2022/05/GHSA-q345-fgmq-3pf3/GHSA-q345-fgmq-3pf3.json @@ -7,12 +7,8 @@ "CVE-2008-1238" ], "details": "Mozilla Firefox before 2.0.0.13 and SeaMonkey before 1.1.9, when generating the HTTP Referer header, does not list the entire URL when it contains Basic Authentication credentials without a username, which makes it easier for remote attackers to bypass application protection mechanisms that rely on Referer headers, such as with some Cross-Site Request Forgery (CSRF) mechanisms.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q45q-f4pw-7ch8/GHSA-q45q-f4pw-7ch8.json b/advisories/unreviewed/2022/05/GHSA-q45q-f4pw-7ch8/GHSA-q45q-f4pw-7ch8.json index 1a2ebc9527d..381991fdad7 100644 --- a/advisories/unreviewed/2022/05/GHSA-q45q-f4pw-7ch8/GHSA-q45q-f4pw-7ch8.json +++ b/advisories/unreviewed/2022/05/GHSA-q45q-f4pw-7ch8/GHSA-q45q-f4pw-7ch8.json @@ -7,12 +7,8 @@ "CVE-2014-1555" ], "details": "Use-after-free vulnerability in the nsDocLoader::OnProgress function in Mozilla Firefox before 31.0, Firefox ESR 24.x before 24.7, and Thunderbird before 24.7 allows remote attackers to execute arbitrary code via vectors that trigger a FireOnStateChange event.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -92,9 +88,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q494-cp95-c73f/GHSA-q494-cp95-c73f.json b/advisories/unreviewed/2022/05/GHSA-q494-cp95-c73f/GHSA-q494-cp95-c73f.json index ef2db376210..6d4ab6eb78c 100644 --- a/advisories/unreviewed/2022/05/GHSA-q494-cp95-c73f/GHSA-q494-cp95-c73f.json +++ b/advisories/unreviewed/2022/05/GHSA-q494-cp95-c73f/GHSA-q494-cp95-c73f.json @@ -7,12 +7,8 @@ "CVE-2014-1894" ], "details": "Multiple integer overflows in unspecified suboperations in the flask hypercall in Xen 3.2.x and earlier, when XSM is enabled, allow local users to cause a denial of service (processor fault) via unspecified vectors, a different vulnerability than CVE-2014-1891, CVE-2014-1892, and CVE-2014-1893.", - "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-q4r5-4gjj-jww9/GHSA-q4r5-4gjj-jww9.json b/advisories/unreviewed/2022/05/GHSA-q4r5-4gjj-jww9/GHSA-q4r5-4gjj-jww9.json index 916dbe96af2..ec26f60cd77 100644 --- a/advisories/unreviewed/2022/05/GHSA-q4r5-4gjj-jww9/GHSA-q4r5-4gjj-jww9.json +++ b/advisories/unreviewed/2022/05/GHSA-q4r5-4gjj-jww9/GHSA-q4r5-4gjj-jww9.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-q5cq-pgpp-cq8v/GHSA-q5cq-pgpp-cq8v.json b/advisories/unreviewed/2022/05/GHSA-q5cq-pgpp-cq8v/GHSA-q5cq-pgpp-cq8v.json index eabeeae7dcf..53d8d82d12c 100644 --- a/advisories/unreviewed/2022/05/GHSA-q5cq-pgpp-cq8v/GHSA-q5cq-pgpp-cq8v.json +++ b/advisories/unreviewed/2022/05/GHSA-q5cq-pgpp-cq8v/GHSA-q5cq-pgpp-cq8v.json @@ -7,12 +7,8 @@ "CVE-2015-0723" ], "details": "The wireless web-authentication subsystem on Cisco Wireless LAN Controller (WLC) devices 7.5.x and 7.6.x before 7.6.120 allows remote attackers to cause a denial of service (process crash and device restart) via a crafted value, aka Bug ID CSCum03269.", - "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-q642-pw99-8mx6/GHSA-q642-pw99-8mx6.json b/advisories/unreviewed/2022/05/GHSA-q642-pw99-8mx6/GHSA-q642-pw99-8mx6.json index 7eb69a09160..fefd3ce81cf 100644 --- a/advisories/unreviewed/2022/05/GHSA-q642-pw99-8mx6/GHSA-q642-pw99-8mx6.json +++ b/advisories/unreviewed/2022/05/GHSA-q642-pw99-8mx6/GHSA-q642-pw99-8mx6.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-q676-gqf4-qc58/GHSA-q676-gqf4-qc58.json b/advisories/unreviewed/2022/05/GHSA-q676-gqf4-qc58/GHSA-q676-gqf4-qc58.json index 7b9c332d394..e537ab241fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-q676-gqf4-qc58/GHSA-q676-gqf4-qc58.json +++ b/advisories/unreviewed/2022/05/GHSA-q676-gqf4-qc58/GHSA-q676-gqf4-qc58.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q72j-7jh9-2m5f/GHSA-q72j-7jh9-2m5f.json b/advisories/unreviewed/2022/05/GHSA-q72j-7jh9-2m5f/GHSA-q72j-7jh9-2m5f.json index 14429137ceb..1ea346a9577 100644 --- a/advisories/unreviewed/2022/05/GHSA-q72j-7jh9-2m5f/GHSA-q72j-7jh9-2m5f.json +++ b/advisories/unreviewed/2022/05/GHSA-q72j-7jh9-2m5f/GHSA-q72j-7jh9-2m5f.json @@ -7,12 +7,8 @@ "CVE-2015-0753" ], "details": "SQL injection vulnerability in Cisco Unified Email Interaction Manager (EIM) and Unified Web Interaction Manager (WIM) 9.0(2) allows remote attackers to execute arbitrary SQL commands via unspecified vectors, aka Bug ID CSCuu30028.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q74v-5rv8-9qjj/GHSA-q74v-5rv8-9qjj.json b/advisories/unreviewed/2022/05/GHSA-q74v-5rv8-9qjj/GHSA-q74v-5rv8-9qjj.json index 4040cf87a54..7dc19aad0da 100644 --- a/advisories/unreviewed/2022/05/GHSA-q74v-5rv8-9qjj/GHSA-q74v-5rv8-9qjj.json +++ b/advisories/unreviewed/2022/05/GHSA-q74v-5rv8-9qjj/GHSA-q74v-5rv8-9qjj.json @@ -7,12 +7,8 @@ "CVE-2015-0697" ], "details": "Open redirect vulnerability in the login page in Cisco TC Software before 6.3-26 and 7.x before 7.3.0 on Cisco TelePresence Collaboration Desk and Room Endpoints devices allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via unspecified vectors, aka Bug ID CSCuq94980.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q7x3-rwv6-2pf6/GHSA-q7x3-rwv6-2pf6.json b/advisories/unreviewed/2022/05/GHSA-q7x3-rwv6-2pf6/GHSA-q7x3-rwv6-2pf6.json index 282c9e62024..e29f1115fe1 100644 --- a/advisories/unreviewed/2022/05/GHSA-q7x3-rwv6-2pf6/GHSA-q7x3-rwv6-2pf6.json +++ b/advisories/unreviewed/2022/05/GHSA-q7x3-rwv6-2pf6/GHSA-q7x3-rwv6-2pf6.json @@ -7,12 +7,8 @@ "CVE-2016-0451" ], "details": "Unspecified vulnerability in the Oracle GoldenGate component in Oracle GoldenGate 11.2 and 12.1.2 allows remote attackers to affect confidentiality, integrity, and availability via unknown vectors, a different vulnerability than CVE-2016-0452.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q98q-vph7-x77f/GHSA-q98q-vph7-x77f.json b/advisories/unreviewed/2022/05/GHSA-q98q-vph7-x77f/GHSA-q98q-vph7-x77f.json index f8836f3fb18..6a4504caf9e 100644 --- a/advisories/unreviewed/2022/05/GHSA-q98q-vph7-x77f/GHSA-q98q-vph7-x77f.json +++ b/advisories/unreviewed/2022/05/GHSA-q98q-vph7-x77f/GHSA-q98q-vph7-x77f.json @@ -7,12 +7,8 @@ "CVE-2014-3296" ], "details": "The XML programmatic interface (XML PI) in Cisco WebEx Meeting Server 1.5(.1.131) and earlier allows remote authenticated users to obtain sensitive meeting information via a crafted URL, aka Bug ID CSCum03527.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q9x4-rf37-mqh3/GHSA-q9x4-rf37-mqh3.json b/advisories/unreviewed/2022/05/GHSA-q9x4-rf37-mqh3/GHSA-q9x4-rf37-mqh3.json index 059e53bc583..c70c4d6eab4 100644 --- a/advisories/unreviewed/2022/05/GHSA-q9x4-rf37-mqh3/GHSA-q9x4-rf37-mqh3.json +++ b/advisories/unreviewed/2022/05/GHSA-q9x4-rf37-mqh3/GHSA-q9x4-rf37-mqh3.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-qc49-j45h-mwgm/GHSA-qc49-j45h-mwgm.json b/advisories/unreviewed/2022/05/GHSA-qc49-j45h-mwgm/GHSA-qc49-j45h-mwgm.json index c12171c5420..4a8911022fa 100644 --- a/advisories/unreviewed/2022/05/GHSA-qc49-j45h-mwgm/GHSA-qc49-j45h-mwgm.json +++ b/advisories/unreviewed/2022/05/GHSA-qc49-j45h-mwgm/GHSA-qc49-j45h-mwgm.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-qfmx-j5pw-rv5p/GHSA-qfmx-j5pw-rv5p.json b/advisories/unreviewed/2022/05/GHSA-qfmx-j5pw-rv5p/GHSA-qfmx-j5pw-rv5p.json index 580df55d1e1..b40f22851de 100644 --- a/advisories/unreviewed/2022/05/GHSA-qfmx-j5pw-rv5p/GHSA-qfmx-j5pw-rv5p.json +++ b/advisories/unreviewed/2022/05/GHSA-qfmx-j5pw-rv5p/GHSA-qfmx-j5pw-rv5p.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qfrp-89jw-777c/GHSA-qfrp-89jw-777c.json b/advisories/unreviewed/2022/05/GHSA-qfrp-89jw-777c/GHSA-qfrp-89jw-777c.json index 69e78492020..50657980376 100644 --- a/advisories/unreviewed/2022/05/GHSA-qfrp-89jw-777c/GHSA-qfrp-89jw-777c.json +++ b/advisories/unreviewed/2022/05/GHSA-qfrp-89jw-777c/GHSA-qfrp-89jw-777c.json @@ -7,12 +7,8 @@ "CVE-2015-6325" ], "details": "Cisco Adaptive Security Appliance (ASA) software 7.2 and 8.2 before 8.2(5.58), 8.3 and 8.4 before 8.4(7.29), 8.5 through 8.7 before 8.7(1.17), 9.0 before 9.0(4.37), 9.1 before 9.1(6.4), 9.2 before 9.2(4), 9.3 before 9.3(3.1), and 9.4 before 9.4(1.1) allows remote attackers to cause a denial of service (device reload) via a crafted DNS response, aka Bug ID CSCut03495.", - "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-qfvx-qh4h-983h/GHSA-qfvx-qh4h-983h.json b/advisories/unreviewed/2022/05/GHSA-qfvx-qh4h-983h/GHSA-qfvx-qh4h-983h.json index ef51af6c17e..453fe4c6015 100644 --- a/advisories/unreviewed/2022/05/GHSA-qfvx-qh4h-983h/GHSA-qfvx-qh4h-983h.json +++ b/advisories/unreviewed/2022/05/GHSA-qfvx-qh4h-983h/GHSA-qfvx-qh4h-983h.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", @@ -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-qg2c-j2gc-cjp5/GHSA-qg2c-j2gc-cjp5.json b/advisories/unreviewed/2022/05/GHSA-qg2c-j2gc-cjp5/GHSA-qg2c-j2gc-cjp5.json index a05fefed48b..08565409912 100644 --- a/advisories/unreviewed/2022/05/GHSA-qg2c-j2gc-cjp5/GHSA-qg2c-j2gc-cjp5.json +++ b/advisories/unreviewed/2022/05/GHSA-qg2c-j2gc-cjp5/GHSA-qg2c-j2gc-cjp5.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-qgqp-hrvv-cxc3/GHSA-qgqp-hrvv-cxc3.json b/advisories/unreviewed/2022/05/GHSA-qgqp-hrvv-cxc3/GHSA-qgqp-hrvv-cxc3.json index 042fde970d2..ed5f469d38d 100644 --- a/advisories/unreviewed/2022/05/GHSA-qgqp-hrvv-cxc3/GHSA-qgqp-hrvv-cxc3.json +++ b/advisories/unreviewed/2022/05/GHSA-qgqp-hrvv-cxc3/GHSA-qgqp-hrvv-cxc3.json @@ -7,12 +7,8 @@ "CVE-2013-6442" ], "details": "The owner_set function in smbcacls.c in smbcacls in Samba 4.0.x before 4.0.16 and 4.1.x before 4.1.6 removes an ACL during use of a --chown or --chgrp option, which allows remote attackers to bypass intended access restrictions in opportunistic circumstances by leveraging an unintended administrative change.", - "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-qgrx-jf28-gmm8/GHSA-qgrx-jf28-gmm8.json b/advisories/unreviewed/2022/05/GHSA-qgrx-jf28-gmm8/GHSA-qgrx-jf28-gmm8.json index 90ed210dbf2..91a294005d2 100644 --- a/advisories/unreviewed/2022/05/GHSA-qgrx-jf28-gmm8/GHSA-qgrx-jf28-gmm8.json +++ b/advisories/unreviewed/2022/05/GHSA-qgrx-jf28-gmm8/GHSA-qgrx-jf28-gmm8.json @@ -7,12 +7,8 @@ "CVE-2015-0736" ], "details": "Cross-site request forgery (CSRF) vulnerability in Cisco MediaSense 10.5(1) and earlier allows remote attackers to hijack the authentication of arbitrary users, aka Bug ID CSCuu16728.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qh56-pj29-rjh8/GHSA-qh56-pj29-rjh8.json b/advisories/unreviewed/2022/05/GHSA-qh56-pj29-rjh8/GHSA-qh56-pj29-rjh8.json index 5ca4c05c361..48c2f91e053 100644 --- a/advisories/unreviewed/2022/05/GHSA-qh56-pj29-rjh8/GHSA-qh56-pj29-rjh8.json +++ b/advisories/unreviewed/2022/05/GHSA-qh56-pj29-rjh8/GHSA-qh56-pj29-rjh8.json @@ -7,12 +7,8 @@ "CVE-2015-6316" ], "details": "The default configuration of sshd_config in Cisco Mobility Services Engine (MSE) through 8.0.120.7 allows logins by the oracle account, which makes it easier for remote attackers to obtain access by entering this account's hardcoded password in an SSH session, aka Bug ID CSCuv40501.", - "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-qhx6-j2hf-9j4g/GHSA-qhx6-j2hf-9j4g.json b/advisories/unreviewed/2022/05/GHSA-qhx6-j2hf-9j4g/GHSA-qhx6-j2hf-9j4g.json index 68f8c847cb5..95c3e3da24d 100644 --- a/advisories/unreviewed/2022/05/GHSA-qhx6-j2hf-9j4g/GHSA-qhx6-j2hf-9j4g.json +++ b/advisories/unreviewed/2022/05/GHSA-qhx6-j2hf-9j4g/GHSA-qhx6-j2hf-9j4g.json @@ -7,12 +7,8 @@ "CVE-2013-3839" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.70 and earlier, 5.5.32 and earlier, and 5.6.12 and earlier allows remote authenticated users to affect availability via unknown vectors related to Optimizer.", - "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-qj3x-4qq5-763f/GHSA-qj3x-4qq5-763f.json b/advisories/unreviewed/2022/05/GHSA-qj3x-4qq5-763f/GHSA-qj3x-4qq5-763f.json index 8d2860ed628..d82c025011d 100644 --- a/advisories/unreviewed/2022/05/GHSA-qj3x-4qq5-763f/GHSA-qj3x-4qq5-763f.json +++ b/advisories/unreviewed/2022/05/GHSA-qj3x-4qq5-763f/GHSA-qj3x-4qq5-763f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qjq9-qgx9-ff7r/GHSA-qjq9-qgx9-ff7r.json b/advisories/unreviewed/2022/05/GHSA-qjq9-qgx9-ff7r/GHSA-qjq9-qgx9-ff7r.json index dc00cfefb3b..6e9be9404eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-qjq9-qgx9-ff7r/GHSA-qjq9-qgx9-ff7r.json +++ b/advisories/unreviewed/2022/05/GHSA-qjq9-qgx9-ff7r/GHSA-qjq9-qgx9-ff7r.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-qjvm-m4mm-3r2j/GHSA-qjvm-m4mm-3r2j.json b/advisories/unreviewed/2022/05/GHSA-qjvm-m4mm-3r2j/GHSA-qjvm-m4mm-3r2j.json index fc562ace221..7bc3347988f 100644 --- a/advisories/unreviewed/2022/05/GHSA-qjvm-m4mm-3r2j/GHSA-qjvm-m4mm-3r2j.json +++ b/advisories/unreviewed/2022/05/GHSA-qjvm-m4mm-3r2j/GHSA-qjvm-m4mm-3r2j.json @@ -7,12 +7,8 @@ "CVE-2014-3322" ], "details": "Cisco IOS XR 4.3(.2) and earlier on ASR 9000 devices does not properly perform NetFlow sampling of IP packets, which allows remote attackers to cause a denial of service (chip and card hangs) via malformed (1) IPv4 or (2) IPv6 packets, aka Bug ID CSCuo68417.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qp9p-p38x-xjv3/GHSA-qp9p-p38x-xjv3.json b/advisories/unreviewed/2022/05/GHSA-qp9p-p38x-xjv3/GHSA-qp9p-p38x-xjv3.json index 4114143052a..9fc4ae60506 100644 --- a/advisories/unreviewed/2022/05/GHSA-qp9p-p38x-xjv3/GHSA-qp9p-p38x-xjv3.json +++ b/advisories/unreviewed/2022/05/GHSA-qp9p-p38x-xjv3/GHSA-qp9p-p38x-xjv3.json @@ -7,12 +7,8 @@ "CVE-2013-6666" ], "details": "The PepperFlashRendererHost::OnNavigate function in renderer/pepper/pepper_flash_renderer_host.cc in Google Chrome before 33.0.1750.146 does not verify that all headers are Cross-Origin Resource Sharing (CORS) simple headers before proceeding with a PPB_Flash.Navigate operation, which might allow remote attackers to bypass intended CORS restrictions via an inappropriate header.", - "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-qq83-rxpp-j7cv/GHSA-qq83-rxpp-j7cv.json b/advisories/unreviewed/2022/05/GHSA-qq83-rxpp-j7cv/GHSA-qq83-rxpp-j7cv.json index 9692e8e41c5..ddf27730234 100644 --- a/advisories/unreviewed/2022/05/GHSA-qq83-rxpp-j7cv/GHSA-qq83-rxpp-j7cv.json +++ b/advisories/unreviewed/2022/05/GHSA-qq83-rxpp-j7cv/GHSA-qq83-rxpp-j7cv.json @@ -7,12 +7,8 @@ "CVE-2013-4554" ], "details": "Xen 3.0.3 through 4.1.x (possibly 4.1.6.1), 4.2.x (possibly 4.2.3), and 4.3.x (possibly 4.3.1) does not properly prevent access to hypercalls, which allows local guest users to gain privileges via a crafted application running in ring 1 or 2.", - "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-qqr3-vm95-8gwh/GHSA-qqr3-vm95-8gwh.json b/advisories/unreviewed/2022/05/GHSA-qqr3-vm95-8gwh/GHSA-qqr3-vm95-8gwh.json index fd0a7640e55..1c94e3ac700 100644 --- a/advisories/unreviewed/2022/05/GHSA-qqr3-vm95-8gwh/GHSA-qqr3-vm95-8gwh.json +++ b/advisories/unreviewed/2022/05/GHSA-qqr3-vm95-8gwh/GHSA-qqr3-vm95-8gwh.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-qrfc-g2jq-fcgp/GHSA-qrfc-g2jq-fcgp.json b/advisories/unreviewed/2022/05/GHSA-qrfc-g2jq-fcgp/GHSA-qrfc-g2jq-fcgp.json index 3c6ee0aad2a..65878b4cab8 100644 --- a/advisories/unreviewed/2022/05/GHSA-qrfc-g2jq-fcgp/GHSA-qrfc-g2jq-fcgp.json +++ b/advisories/unreviewed/2022/05/GHSA-qrfc-g2jq-fcgp/GHSA-qrfc-g2jq-fcgp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qv2h-5v8f-pqgm/GHSA-qv2h-5v8f-pqgm.json b/advisories/unreviewed/2022/05/GHSA-qv2h-5v8f-pqgm/GHSA-qv2h-5v8f-pqgm.json index dbab1262770..873012e0907 100644 --- a/advisories/unreviewed/2022/05/GHSA-qv2h-5v8f-pqgm/GHSA-qv2h-5v8f-pqgm.json +++ b/advisories/unreviewed/2022/05/GHSA-qv2h-5v8f-pqgm/GHSA-qv2h-5v8f-pqgm.json @@ -7,12 +7,8 @@ "CVE-2014-1349" ], "details": "Use-after-free vulnerability in Safari in Apple iOS before 7.1.2 allows remote attackers to execute arbitrary code or cause a denial of service (application crash) via an invalid URL.", - "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-qwgp-59mr-2hm2/GHSA-qwgp-59mr-2hm2.json b/advisories/unreviewed/2022/05/GHSA-qwgp-59mr-2hm2/GHSA-qwgp-59mr-2hm2.json index 11c479492b4..fbc8a267ac5 100644 --- a/advisories/unreviewed/2022/05/GHSA-qwgp-59mr-2hm2/GHSA-qwgp-59mr-2hm2.json +++ b/advisories/unreviewed/2022/05/GHSA-qwgp-59mr-2hm2/GHSA-qwgp-59mr-2hm2.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-qwgp-67q7-76wr/GHSA-qwgp-67q7-76wr.json b/advisories/unreviewed/2022/05/GHSA-qwgp-67q7-76wr/GHSA-qwgp-67q7-76wr.json index 5786aa1d03c..009a4223040 100644 --- a/advisories/unreviewed/2022/05/GHSA-qwgp-67q7-76wr/GHSA-qwgp-67q7-76wr.json +++ b/advisories/unreviewed/2022/05/GHSA-qwgp-67q7-76wr/GHSA-qwgp-67q7-76wr.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-qwp7-94r8-rrrr/GHSA-qwp7-94r8-rrrr.json b/advisories/unreviewed/2022/05/GHSA-qwp7-94r8-rrrr/GHSA-qwp7-94r8-rrrr.json index 42eaed6fa3f..1cfcef42fee 100644 --- a/advisories/unreviewed/2022/05/GHSA-qwp7-94r8-rrrr/GHSA-qwp7-94r8-rrrr.json +++ b/advisories/unreviewed/2022/05/GHSA-qwp7-94r8-rrrr/GHSA-qwp7-94r8-rrrr.json @@ -7,12 +7,8 @@ "CVE-2013-6667" ], "details": "Multiple unspecified vulnerabilities in Google Chrome before 33.0.1750.146 allow attackers to cause a denial of service or possibly have other impact via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -96,9 +92,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qwxw-cr32-mppw/GHSA-qwxw-cr32-mppw.json b/advisories/unreviewed/2022/05/GHSA-qwxw-cr32-mppw/GHSA-qwxw-cr32-mppw.json index 681133fb113..3df2e771182 100644 --- a/advisories/unreviewed/2022/05/GHSA-qwxw-cr32-mppw/GHSA-qwxw-cr32-mppw.json +++ b/advisories/unreviewed/2022/05/GHSA-qwxw-cr32-mppw/GHSA-qwxw-cr32-mppw.json @@ -7,12 +7,8 @@ "CVE-2008-3833" ], "details": "The generic_file_splice_write function in fs/splice.c in the Linux kernel before 2.6.19 does not properly strip setuid and setgid bits when there is a write to a file, which allows local users to gain the privileges of a different group, and obtain sensitive information or possibly have unspecified other impact, by splicing into an inode in order to create an executable file in a setgid directory, a different vulnerability than CVE-2008-4210.", - "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-qx8p-8rg2-4j84/GHSA-qx8p-8rg2-4j84.json b/advisories/unreviewed/2022/05/GHSA-qx8p-8rg2-4j84/GHSA-qx8p-8rg2-4j84.json index 892786ac7f7..06ca896a2b7 100644 --- a/advisories/unreviewed/2022/05/GHSA-qx8p-8rg2-4j84/GHSA-qx8p-8rg2-4j84.json +++ b/advisories/unreviewed/2022/05/GHSA-qx8p-8rg2-4j84/GHSA-qx8p-8rg2-4j84.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", @@ -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-qxfg-7896-gm9q/GHSA-qxfg-7896-gm9q.json b/advisories/unreviewed/2022/05/GHSA-qxfg-7896-gm9q/GHSA-qxfg-7896-gm9q.json index 5973876c556..d39f7ff47b0 100644 --- a/advisories/unreviewed/2022/05/GHSA-qxfg-7896-gm9q/GHSA-qxfg-7896-gm9q.json +++ b/advisories/unreviewed/2022/05/GHSA-qxfg-7896-gm9q/GHSA-qxfg-7896-gm9q.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-r234-5c7f-3prg/GHSA-r234-5c7f-3prg.json b/advisories/unreviewed/2022/05/GHSA-r234-5c7f-3prg/GHSA-r234-5c7f-3prg.json index 14e87ca32f0..c644b1b7d49 100644 --- a/advisories/unreviewed/2022/05/GHSA-r234-5c7f-3prg/GHSA-r234-5c7f-3prg.json +++ b/advisories/unreviewed/2022/05/GHSA-r234-5c7f-3prg/GHSA-r234-5c7f-3prg.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-r242-56ch-cmv2/GHSA-r242-56ch-cmv2.json b/advisories/unreviewed/2022/05/GHSA-r242-56ch-cmv2/GHSA-r242-56ch-cmv2.json index 91b7bbd4cdf..b424507148c 100644 --- a/advisories/unreviewed/2022/05/GHSA-r242-56ch-cmv2/GHSA-r242-56ch-cmv2.json +++ b/advisories/unreviewed/2022/05/GHSA-r242-56ch-cmv2/GHSA-r242-56ch-cmv2.json @@ -7,12 +7,8 @@ "CVE-2015-4329" ], "details": "The administrator web interface in Cisco TelePresence Video Communication Server (VCS) X8.5.2 allows remote authenticated users to execute arbitrary OS commands via crafted HTTP requests, aka Bug ID CSCuv11796.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r2r6-6c3p-xvx5/GHSA-r2r6-6c3p-xvx5.json b/advisories/unreviewed/2022/05/GHSA-r2r6-6c3p-xvx5/GHSA-r2r6-6c3p-xvx5.json index 64832b6476e..2cedb394711 100644 --- a/advisories/unreviewed/2022/05/GHSA-r2r6-6c3p-xvx5/GHSA-r2r6-6c3p-xvx5.json +++ b/advisories/unreviewed/2022/05/GHSA-r2r6-6c3p-xvx5/GHSA-r2r6-6c3p-xvx5.json @@ -7,12 +7,8 @@ "CVE-2013-4375" ], "details": "The qdisk PV disk backend in qemu-xen in Xen 4.2.x and 4.3.x before 4.3.1, and qemu 1.1 and other versions, allows local HVM guests to cause a denial of service (domain grant reference consumption) via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-r34p-x9w8-7458/GHSA-r34p-x9w8-7458.json b/advisories/unreviewed/2022/05/GHSA-r34p-x9w8-7458/GHSA-r34p-x9w8-7458.json index c663743fe6a..7bea3d4ce86 100644 --- a/advisories/unreviewed/2022/05/GHSA-r34p-x9w8-7458/GHSA-r34p-x9w8-7458.json +++ b/advisories/unreviewed/2022/05/GHSA-r34p-x9w8-7458/GHSA-r34p-x9w8-7458.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-r36g-f4rx-gr5p/GHSA-r36g-f4rx-gr5p.json b/advisories/unreviewed/2022/05/GHSA-r36g-f4rx-gr5p/GHSA-r36g-f4rx-gr5p.json index eca2d5bc701..e9876fcfdc1 100644 --- a/advisories/unreviewed/2022/05/GHSA-r36g-f4rx-gr5p/GHSA-r36g-f4rx-gr5p.json +++ b/advisories/unreviewed/2022/05/GHSA-r36g-f4rx-gr5p/GHSA-r36g-f4rx-gr5p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r36x-m74h-q43p/GHSA-r36x-m74h-q43p.json b/advisories/unreviewed/2022/05/GHSA-r36x-m74h-q43p/GHSA-r36x-m74h-q43p.json index 886c564341f..d1a0efe5949 100644 --- a/advisories/unreviewed/2022/05/GHSA-r36x-m74h-q43p/GHSA-r36x-m74h-q43p.json +++ b/advisories/unreviewed/2022/05/GHSA-r36x-m74h-q43p/GHSA-r36x-m74h-q43p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-r377-9949-v9x6/GHSA-r377-9949-v9x6.json b/advisories/unreviewed/2022/05/GHSA-r377-9949-v9x6/GHSA-r377-9949-v9x6.json index cbd35fb9c35..fdf241efe1a 100644 --- a/advisories/unreviewed/2022/05/GHSA-r377-9949-v9x6/GHSA-r377-9949-v9x6.json +++ b/advisories/unreviewed/2022/05/GHSA-r377-9949-v9x6/GHSA-r377-9949-v9x6.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-r3qr-64rx-w8vp/GHSA-r3qr-64rx-w8vp.json b/advisories/unreviewed/2022/05/GHSA-r3qr-64rx-w8vp/GHSA-r3qr-64rx-w8vp.json index f2bd5d721b3..46c5ca381fa 100644 --- a/advisories/unreviewed/2022/05/GHSA-r3qr-64rx-w8vp/GHSA-r3qr-64rx-w8vp.json +++ b/advisories/unreviewed/2022/05/GHSA-r3qr-64rx-w8vp/GHSA-r3qr-64rx-w8vp.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-r4c3-f2pf-8867/GHSA-r4c3-f2pf-8867.json b/advisories/unreviewed/2022/05/GHSA-r4c3-f2pf-8867/GHSA-r4c3-f2pf-8867.json index 2612f19647a..f6c6ea1ba96 100644 --- a/advisories/unreviewed/2022/05/GHSA-r4c3-f2pf-8867/GHSA-r4c3-f2pf-8867.json +++ b/advisories/unreviewed/2022/05/GHSA-r4c3-f2pf-8867/GHSA-r4c3-f2pf-8867.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-r56g-859f-3993/GHSA-r56g-859f-3993.json b/advisories/unreviewed/2022/05/GHSA-r56g-859f-3993/GHSA-r56g-859f-3993.json index 942ffbee9bb..fc21cfe2a34 100644 --- a/advisories/unreviewed/2022/05/GHSA-r56g-859f-3993/GHSA-r56g-859f-3993.json +++ b/advisories/unreviewed/2022/05/GHSA-r56g-859f-3993/GHSA-r56g-859f-3993.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r56j-q4c4-7w7r/GHSA-r56j-q4c4-7w7r.json b/advisories/unreviewed/2022/05/GHSA-r56j-q4c4-7w7r/GHSA-r56j-q4c4-7w7r.json index 6b385f7d5ef..c7a8120f285 100644 --- a/advisories/unreviewed/2022/05/GHSA-r56j-q4c4-7w7r/GHSA-r56j-q4c4-7w7r.json +++ b/advisories/unreviewed/2022/05/GHSA-r56j-q4c4-7w7r/GHSA-r56j-q4c4-7w7r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r5xh-2g7x-xwfp/GHSA-r5xh-2g7x-xwfp.json b/advisories/unreviewed/2022/05/GHSA-r5xh-2g7x-xwfp/GHSA-r5xh-2g7x-xwfp.json index 77920db31ea..80dec1b7033 100644 --- a/advisories/unreviewed/2022/05/GHSA-r5xh-2g7x-xwfp/GHSA-r5xh-2g7x-xwfp.json +++ b/advisories/unreviewed/2022/05/GHSA-r5xh-2g7x-xwfp/GHSA-r5xh-2g7x-xwfp.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-r6pg-v32r-hh3f/GHSA-r6pg-v32r-hh3f.json b/advisories/unreviewed/2022/05/GHSA-r6pg-v32r-hh3f/GHSA-r6pg-v32r-hh3f.json index 1b2630d7650..c1302fc1d6d 100644 --- a/advisories/unreviewed/2022/05/GHSA-r6pg-v32r-hh3f/GHSA-r6pg-v32r-hh3f.json +++ b/advisories/unreviewed/2022/05/GHSA-r6pg-v32r-hh3f/GHSA-r6pg-v32r-hh3f.json @@ -7,12 +7,8 @@ "CVE-2015-0737" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in Cisco FireSIGHT System Software 5.3.1.1 allow remote attackers to inject arbitrary web script or HTML via a crafted (1) GET or (2) POST parameter, aka Bug ID CSCuu11099.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r6vr-q24x-m5gp/GHSA-r6vr-q24x-m5gp.json b/advisories/unreviewed/2022/05/GHSA-r6vr-q24x-m5gp/GHSA-r6vr-q24x-m5gp.json index 5a0f5f54cb8..9586cbd0c85 100644 --- a/advisories/unreviewed/2022/05/GHSA-r6vr-q24x-m5gp/GHSA-r6vr-q24x-m5gp.json +++ b/advisories/unreviewed/2022/05/GHSA-r6vr-q24x-m5gp/GHSA-r6vr-q24x-m5gp.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-r788-47qv-vw8p/GHSA-r788-47qv-vw8p.json b/advisories/unreviewed/2022/05/GHSA-r788-47qv-vw8p/GHSA-r788-47qv-vw8p.json index 01ab73d5561..461d0caafdb 100644 --- a/advisories/unreviewed/2022/05/GHSA-r788-47qv-vw8p/GHSA-r788-47qv-vw8p.json +++ b/advisories/unreviewed/2022/05/GHSA-r788-47qv-vw8p/GHSA-r788-47qv-vw8p.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-r78h-2rjj-cp8x/GHSA-r78h-2rjj-cp8x.json b/advisories/unreviewed/2022/05/GHSA-r78h-2rjj-cp8x/GHSA-r78h-2rjj-cp8x.json index dd1333e5237..51e368b34d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-r78h-2rjj-cp8x/GHSA-r78h-2rjj-cp8x.json +++ b/advisories/unreviewed/2022/05/GHSA-r78h-2rjj-cp8x/GHSA-r78h-2rjj-cp8x.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", @@ -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-r87p-67v6-whhh/GHSA-r87p-67v6-whhh.json b/advisories/unreviewed/2022/05/GHSA-r87p-67v6-whhh/GHSA-r87p-67v6-whhh.json index d61bff8302d..a0dc81b0168 100644 --- a/advisories/unreviewed/2022/05/GHSA-r87p-67v6-whhh/GHSA-r87p-67v6-whhh.json +++ b/advisories/unreviewed/2022/05/GHSA-r87p-67v6-whhh/GHSA-r87p-67v6-whhh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r9qv-22jm-xqjj/GHSA-r9qv-22jm-xqjj.json b/advisories/unreviewed/2022/05/GHSA-r9qv-22jm-xqjj/GHSA-r9qv-22jm-xqjj.json index 8995546b69c..5bdf638d341 100644 --- a/advisories/unreviewed/2022/05/GHSA-r9qv-22jm-xqjj/GHSA-r9qv-22jm-xqjj.json +++ b/advisories/unreviewed/2022/05/GHSA-r9qv-22jm-xqjj/GHSA-r9qv-22jm-xqjj.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-rc2h-r2hc-7r57/GHSA-rc2h-r2hc-7r57.json b/advisories/unreviewed/2022/05/GHSA-rc2h-r2hc-7r57/GHSA-rc2h-r2hc-7r57.json index 3b6c23b312a..ad11441c30d 100644 --- a/advisories/unreviewed/2022/05/GHSA-rc2h-r2hc-7r57/GHSA-rc2h-r2hc-7r57.json +++ b/advisories/unreviewed/2022/05/GHSA-rc2h-r2hc-7r57/GHSA-rc2h-r2hc-7r57.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-rc37-8j4j-hw78/GHSA-rc37-8j4j-hw78.json b/advisories/unreviewed/2022/05/GHSA-rc37-8j4j-hw78/GHSA-rc37-8j4j-hw78.json index de5bb3e5d87..abd725f8968 100644 --- a/advisories/unreviewed/2022/05/GHSA-rc37-8j4j-hw78/GHSA-rc37-8j4j-hw78.json +++ b/advisories/unreviewed/2022/05/GHSA-rc37-8j4j-hw78/GHSA-rc37-8j4j-hw78.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-rf7x-69fc-g99g/GHSA-rf7x-69fc-g99g.json b/advisories/unreviewed/2022/05/GHSA-rf7x-69fc-g99g/GHSA-rf7x-69fc-g99g.json index 6886a33542c..8325ecd85dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-rf7x-69fc-g99g/GHSA-rf7x-69fc-g99g.json +++ b/advisories/unreviewed/2022/05/GHSA-rf7x-69fc-g99g/GHSA-rf7x-69fc-g99g.json @@ -7,12 +7,8 @@ "CVE-2015-4229" ], "details": "The web framework in Cisco Unified Communications Domain Manager 8.1(4)ER1 allows remote attackers to obtain sensitive information by visiting a bvsmweb URL, aka Bug ID CSCuq22589.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rfgv-c3pr-7r7h/GHSA-rfgv-c3pr-7r7h.json b/advisories/unreviewed/2022/05/GHSA-rfgv-c3pr-7r7h/GHSA-rfgv-c3pr-7r7h.json index 9638500fd50..c58115ec418 100644 --- a/advisories/unreviewed/2022/05/GHSA-rfgv-c3pr-7r7h/GHSA-rfgv-c3pr-7r7h.json +++ b/advisories/unreviewed/2022/05/GHSA-rfgv-c3pr-7r7h/GHSA-rfgv-c3pr-7r7h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-rg5w-9gf2-h2wm/GHSA-rg5w-9gf2-h2wm.json b/advisories/unreviewed/2022/05/GHSA-rg5w-9gf2-h2wm/GHSA-rg5w-9gf2-h2wm.json index 1be2006c464..82936e5d931 100644 --- a/advisories/unreviewed/2022/05/GHSA-rg5w-9gf2-h2wm/GHSA-rg5w-9gf2-h2wm.json +++ b/advisories/unreviewed/2022/05/GHSA-rg5w-9gf2-h2wm/GHSA-rg5w-9gf2-h2wm.json @@ -7,12 +7,8 @@ "CVE-2014-3306" ], "details": "The web server on Cisco DPC3010, DPC3212, DPC3825, DPC3925, DPQ3925, EPC3010, EPC3212, EPC3825, and EPC3925 Wireless Residential Gateway products allows remote attackers to execute arbitrary code via a crafted HTTP request, aka Bug ID CSCup40808.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rgg5-hwqp-j6m9/GHSA-rgg5-hwqp-j6m9.json b/advisories/unreviewed/2022/05/GHSA-rgg5-hwqp-j6m9/GHSA-rgg5-hwqp-j6m9.json index 490259a16b2..c6f28657d49 100644 --- a/advisories/unreviewed/2022/05/GHSA-rgg5-hwqp-j6m9/GHSA-rgg5-hwqp-j6m9.json +++ b/advisories/unreviewed/2022/05/GHSA-rgg5-hwqp-j6m9/GHSA-rgg5-hwqp-j6m9.json @@ -7,12 +7,8 @@ "CVE-2014-1559" ], "details": "Mozilla Firefox before 31.0 and Thunderbird before 31.0 allow remote attackers to cause a denial of service (X.509 certificate parsing outage) via a crafted certificate that does not use UTF-8 character encoding in a required context, a different vulnerability than CVE-2014-1558.", - "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-rggx-gpg5-f3h9/GHSA-rggx-gpg5-f3h9.json b/advisories/unreviewed/2022/05/GHSA-rggx-gpg5-f3h9/GHSA-rggx-gpg5-f3h9.json index bf156b0bf05..71698b5d103 100644 --- a/advisories/unreviewed/2022/05/GHSA-rggx-gpg5-f3h9/GHSA-rggx-gpg5-f3h9.json +++ b/advisories/unreviewed/2022/05/GHSA-rggx-gpg5-f3h9/GHSA-rggx-gpg5-f3h9.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-rgpp-69xw-mj7q/GHSA-rgpp-69xw-mj7q.json b/advisories/unreviewed/2022/05/GHSA-rgpp-69xw-mj7q/GHSA-rgpp-69xw-mj7q.json index 416a47d49c5..2f97b5c437e 100644 --- a/advisories/unreviewed/2022/05/GHSA-rgpp-69xw-mj7q/GHSA-rgpp-69xw-mj7q.json +++ b/advisories/unreviewed/2022/05/GHSA-rgpp-69xw-mj7q/GHSA-rgpp-69xw-mj7q.json @@ -7,12 +7,8 @@ "CVE-2015-0704" ], "details": "Multiple cross-site request forgery (CSRF) vulnerabilities in API features in Cisco Unified MeetingPlace 8.6(1.9) allow remote attackers to hijack the authentication of arbitrary users, aka Bug ID CSCus95884.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rgrg-wm7f-3pp8/GHSA-rgrg-wm7f-3pp8.json b/advisories/unreviewed/2022/05/GHSA-rgrg-wm7f-3pp8/GHSA-rgrg-wm7f-3pp8.json index 4d5740dba42..29ccfdf5498 100644 --- a/advisories/unreviewed/2022/05/GHSA-rgrg-wm7f-3pp8/GHSA-rgrg-wm7f-3pp8.json +++ b/advisories/unreviewed/2022/05/GHSA-rgrg-wm7f-3pp8/GHSA-rgrg-wm7f-3pp8.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-rhcr-p6fq-wpm7/GHSA-rhcr-p6fq-wpm7.json b/advisories/unreviewed/2022/05/GHSA-rhcr-p6fq-wpm7/GHSA-rhcr-p6fq-wpm7.json index 9a82b8eb75a..e81e0b6ef5d 100644 --- a/advisories/unreviewed/2022/05/GHSA-rhcr-p6fq-wpm7/GHSA-rhcr-p6fq-wpm7.json +++ b/advisories/unreviewed/2022/05/GHSA-rhcr-p6fq-wpm7/GHSA-rhcr-p6fq-wpm7.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-rhf5-jmh4-q5rv/GHSA-rhf5-jmh4-q5rv.json b/advisories/unreviewed/2022/05/GHSA-rhf5-jmh4-q5rv/GHSA-rhf5-jmh4-q5rv.json index 6777c4d9413..e17acbdd580 100644 --- a/advisories/unreviewed/2022/05/GHSA-rhf5-jmh4-q5rv/GHSA-rhf5-jmh4-q5rv.json +++ b/advisories/unreviewed/2022/05/GHSA-rhf5-jmh4-q5rv/GHSA-rhf5-jmh4-q5rv.json @@ -7,12 +7,8 @@ "CVE-2013-4475" ], "details": "Samba 3.2.x through 3.6.x before 3.6.20, 4.0.x before 4.0.11, and 4.1.x before 4.1.1, when vfs_streams_depot or vfs_streams_xattr is enabled, allows remote attackers to bypass intended file restrictions by leveraging ACL differences between a file and an associated alternate data stream (ADS).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -96,9 +92,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rjh7-24vr-w43c/GHSA-rjh7-24vr-w43c.json b/advisories/unreviewed/2022/05/GHSA-rjh7-24vr-w43c/GHSA-rjh7-24vr-w43c.json index 50e73540e41..fcdbd84a8f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-rjh7-24vr-w43c/GHSA-rjh7-24vr-w43c.json +++ b/advisories/unreviewed/2022/05/GHSA-rjh7-24vr-w43c/GHSA-rjh7-24vr-w43c.json @@ -7,12 +7,8 @@ "CVE-2015-4307" ], "details": "The web framework in Cisco Prime Collaboration Provisioning before 11.0 allows remote authenticated users to bypass intended access restrictions and create administrative accounts via a crafted URL, aka Bug ID CSCut64111.", - "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-rjrj-8c3c-jmcp/GHSA-rjrj-8c3c-jmcp.json b/advisories/unreviewed/2022/05/GHSA-rjrj-8c3c-jmcp/GHSA-rjrj-8c3c-jmcp.json index 6a0dd4e680d..4e59c5479e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-rjrj-8c3c-jmcp/GHSA-rjrj-8c3c-jmcp.json +++ b/advisories/unreviewed/2022/05/GHSA-rjrj-8c3c-jmcp/GHSA-rjrj-8c3c-jmcp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rmv3-4fw9-23xx/GHSA-rmv3-4fw9-23xx.json b/advisories/unreviewed/2022/05/GHSA-rmv3-4fw9-23xx/GHSA-rmv3-4fw9-23xx.json index f303fe94e4f..23e1a909d2c 100644 --- a/advisories/unreviewed/2022/05/GHSA-rmv3-4fw9-23xx/GHSA-rmv3-4fw9-23xx.json +++ b/advisories/unreviewed/2022/05/GHSA-rmv3-4fw9-23xx/GHSA-rmv3-4fw9-23xx.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-rmw7-97r7-cgc9/GHSA-rmw7-97r7-cgc9.json b/advisories/unreviewed/2022/05/GHSA-rmw7-97r7-cgc9/GHSA-rmw7-97r7-cgc9.json index dcb89654363..b424886e503 100644 --- a/advisories/unreviewed/2022/05/GHSA-rmw7-97r7-cgc9/GHSA-rmw7-97r7-cgc9.json +++ b/advisories/unreviewed/2022/05/GHSA-rmw7-97r7-cgc9/GHSA-rmw7-97r7-cgc9.json @@ -7,12 +7,8 @@ "CVE-2015-0702" ], "details": "Unrestricted file upload vulnerability in the Custom Prompts upload implementation in Cisco Unified MeetingPlace 8.6(1.9) allows remote authenticated users to execute arbitrary code by using the languageShortName parameter to upload a file that provides shell access, aka Bug ID CSCus95712.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rmxp-8fvj-m6mf/GHSA-rmxp-8fvj-m6mf.json b/advisories/unreviewed/2022/05/GHSA-rmxp-8fvj-m6mf/GHSA-rmxp-8fvj-m6mf.json index f092fec3578..b21711588e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-rmxp-8fvj-m6mf/GHSA-rmxp-8fvj-m6mf.json +++ b/advisories/unreviewed/2022/05/GHSA-rmxp-8fvj-m6mf/GHSA-rmxp-8fvj-m6mf.json @@ -7,12 +7,8 @@ "CVE-2015-3047" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to cause a denial of service (NULL pointer dereference) via unspecified vectors.", - "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-rp4c-hj8r-248j/GHSA-rp4c-hj8r-248j.json b/advisories/unreviewed/2022/05/GHSA-rp4c-hj8r-248j/GHSA-rp4c-hj8r-248j.json index 933c17b6fd8..6f9221d5ba3 100644 --- a/advisories/unreviewed/2022/05/GHSA-rp4c-hj8r-248j/GHSA-rp4c-hj8r-248j.json +++ b/advisories/unreviewed/2022/05/GHSA-rp4c-hj8r-248j/GHSA-rp4c-hj8r-248j.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-rpgp-phpx-5cfv/GHSA-rpgp-phpx-5cfv.json b/advisories/unreviewed/2022/05/GHSA-rpgp-phpx-5cfv/GHSA-rpgp-phpx-5cfv.json index dd541dcc498..647bc786d4d 100644 --- a/advisories/unreviewed/2022/05/GHSA-rpgp-phpx-5cfv/GHSA-rpgp-phpx-5cfv.json +++ b/advisories/unreviewed/2022/05/GHSA-rpgp-phpx-5cfv/GHSA-rpgp-phpx-5cfv.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-rqgc-3wxj-2qjw/GHSA-rqgc-3wxj-2qjw.json b/advisories/unreviewed/2022/05/GHSA-rqgc-3wxj-2qjw/GHSA-rqgc-3wxj-2qjw.json index dd72771b2d7..88b42ec99e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-rqgc-3wxj-2qjw/GHSA-rqgc-3wxj-2qjw.json +++ b/advisories/unreviewed/2022/05/GHSA-rqgc-3wxj-2qjw/GHSA-rqgc-3wxj-2qjw.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-xh63-rpm6/GHSA-rqxj-xh63-rpm6.json b/advisories/unreviewed/2022/05/GHSA-rqxj-xh63-rpm6/GHSA-rqxj-xh63-rpm6.json index 2124c5b2e25..2abc2875454 100644 --- a/advisories/unreviewed/2022/05/GHSA-rqxj-xh63-rpm6/GHSA-rqxj-xh63-rpm6.json +++ b/advisories/unreviewed/2022/05/GHSA-rqxj-xh63-rpm6/GHSA-rqxj-xh63-rpm6.json @@ -7,12 +7,8 @@ "CVE-2014-0600" ], "details": "FileUploadServlet in the Administration service in Novell GroupWise 2014 before SP1 allows remote attackers to read or write to arbitrary files via the poLibMaintenanceFileSave parameter, aka ZDI-CAN-2287.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rr36-mcmx-xpc7/GHSA-rr36-mcmx-xpc7.json b/advisories/unreviewed/2022/05/GHSA-rr36-mcmx-xpc7/GHSA-rr36-mcmx-xpc7.json index 1c85e2cf05c..912a3e92666 100644 --- a/advisories/unreviewed/2022/05/GHSA-rr36-mcmx-xpc7/GHSA-rr36-mcmx-xpc7.json +++ b/advisories/unreviewed/2022/05/GHSA-rr36-mcmx-xpc7/GHSA-rr36-mcmx-xpc7.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-rr45-q6fx-833j/GHSA-rr45-q6fx-833j.json b/advisories/unreviewed/2022/05/GHSA-rr45-q6fx-833j/GHSA-rr45-q6fx-833j.json index 9d9219dbde3..b7b3a76ee86 100644 --- a/advisories/unreviewed/2022/05/GHSA-rr45-q6fx-833j/GHSA-rr45-q6fx-833j.json +++ b/advisories/unreviewed/2022/05/GHSA-rr45-q6fx-833j/GHSA-rr45-q6fx-833j.json @@ -7,12 +7,8 @@ "CVE-2014-1552" ], "details": "Mozilla Firefox before 31.0 and Thunderbird before 31.0 do not properly implement the sandbox attribute of the IFRAME element, which allows remote attackers to bypass intended restrictions on same-origin content via a crafted web site in conjunction with a redirect.", - "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-rv73-gghr-hxh3/GHSA-rv73-gghr-hxh3.json b/advisories/unreviewed/2022/05/GHSA-rv73-gghr-hxh3/GHSA-rv73-gghr-hxh3.json index f59b59ef248..137120eebb0 100644 --- a/advisories/unreviewed/2022/05/GHSA-rv73-gghr-hxh3/GHSA-rv73-gghr-hxh3.json +++ b/advisories/unreviewed/2022/05/GHSA-rv73-gghr-hxh3/GHSA-rv73-gghr-hxh3.json @@ -7,12 +7,8 @@ "CVE-2014-1703" ], "details": "Use-after-free vulnerability in the WebSocketDispatcherHost::SendOrDrop function in content/browser/renderer_host/websocket_dispatcher_host.cc in the Web Sockets implementation in Google Chrome before 33.0.1750.149 might allow remote attackers to bypass the sandbox protection mechanism by leveraging an incorrect deletion in a certain failure case.", - "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-rvwg-rrqh-4xf6/GHSA-rvwg-rrqh-4xf6.json b/advisories/unreviewed/2022/05/GHSA-rvwg-rrqh-4xf6/GHSA-rvwg-rrqh-4xf6.json index 31038d2aa1e..087359096c8 100644 --- a/advisories/unreviewed/2022/05/GHSA-rvwg-rrqh-4xf6/GHSA-rvwg-rrqh-4xf6.json +++ b/advisories/unreviewed/2022/05/GHSA-rvwg-rrqh-4xf6/GHSA-rvwg-rrqh-4xf6.json @@ -7,12 +7,8 @@ "CVE-2014-5164" ], "details": "The rlc_decode_li function in epan/dissectors/packet-rlc.c in the RLC dissector in Wireshark 1.10.x before 1.10.9 initializes a certain structure member only after this member is used, which allows remote attackers to cause a denial of service (application crash) via a crafted packet.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rw8c-2h36-xf3p/GHSA-rw8c-2h36-xf3p.json b/advisories/unreviewed/2022/05/GHSA-rw8c-2h36-xf3p/GHSA-rw8c-2h36-xf3p.json index 5a437de2c16..e2be8c87022 100644 --- a/advisories/unreviewed/2022/05/GHSA-rw8c-2h36-xf3p/GHSA-rw8c-2h36-xf3p.json +++ b/advisories/unreviewed/2022/05/GHSA-rw8c-2h36-xf3p/GHSA-rw8c-2h36-xf3p.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-rwjp-w35q-8m5p/GHSA-rwjp-w35q-8m5p.json b/advisories/unreviewed/2022/05/GHSA-rwjp-w35q-8m5p/GHSA-rwjp-w35q-8m5p.json index d70168f89f2..07651708658 100644 --- a/advisories/unreviewed/2022/05/GHSA-rwjp-w35q-8m5p/GHSA-rwjp-w35q-8m5p.json +++ b/advisories/unreviewed/2022/05/GHSA-rwjp-w35q-8m5p/GHSA-rwjp-w35q-8m5p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rwq8-gxhp-fvvr/GHSA-rwq8-gxhp-fvvr.json b/advisories/unreviewed/2022/05/GHSA-rwq8-gxhp-fvvr/GHSA-rwq8-gxhp-fvvr.json index efc613a36bd..1c26d8e5420 100644 --- a/advisories/unreviewed/2022/05/GHSA-rwq8-gxhp-fvvr/GHSA-rwq8-gxhp-fvvr.json +++ b/advisories/unreviewed/2022/05/GHSA-rwq8-gxhp-fvvr/GHSA-rwq8-gxhp-fvvr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rx47-c6vv-q4gw/GHSA-rx47-c6vv-q4gw.json b/advisories/unreviewed/2022/05/GHSA-rx47-c6vv-q4gw/GHSA-rx47-c6vv-q4gw.json index 296ecd3d937..3d59c1d4f47 100644 --- a/advisories/unreviewed/2022/05/GHSA-rx47-c6vv-q4gw/GHSA-rx47-c6vv-q4gw.json +++ b/advisories/unreviewed/2022/05/GHSA-rx47-c6vv-q4gw/GHSA-rx47-c6vv-q4gw.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", @@ -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-rx4h-3hc3-xgx4/GHSA-rx4h-3hc3-xgx4.json b/advisories/unreviewed/2022/05/GHSA-rx4h-3hc3-xgx4/GHSA-rx4h-3hc3-xgx4.json index 28bd403e7e1..19340788ffb 100644 --- a/advisories/unreviewed/2022/05/GHSA-rx4h-3hc3-xgx4/GHSA-rx4h-3hc3-xgx4.json +++ b/advisories/unreviewed/2022/05/GHSA-rx4h-3hc3-xgx4/GHSA-rx4h-3hc3-xgx4.json @@ -7,12 +7,8 @@ "CVE-2015-0765" ], "details": "Cisco ONS 15454 System Software 10.30 and 10.301 allows remote attackers to cause a denial of service (tNetTask CPU consumption or card reset) via a flood of (1) IP or (2) Ethernet traffic, aka Bug ID CSCus57263.", - "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-rxh8-jh3g-ccqq/GHSA-rxh8-jh3g-ccqq.json b/advisories/unreviewed/2022/05/GHSA-rxh8-jh3g-ccqq/GHSA-rxh8-jh3g-ccqq.json index 84ef6799918..26ab823b6cb 100644 --- a/advisories/unreviewed/2022/05/GHSA-rxh8-jh3g-ccqq/GHSA-rxh8-jh3g-ccqq.json +++ b/advisories/unreviewed/2022/05/GHSA-rxh8-jh3g-ccqq/GHSA-rxh8-jh3g-ccqq.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", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rxrq-c9jp-32rm/GHSA-rxrq-c9jp-32rm.json b/advisories/unreviewed/2022/05/GHSA-rxrq-c9jp-32rm/GHSA-rxrq-c9jp-32rm.json index 06930cbe38c..42c9cf18280 100644 --- a/advisories/unreviewed/2022/05/GHSA-rxrq-c9jp-32rm/GHSA-rxrq-c9jp-32rm.json +++ b/advisories/unreviewed/2022/05/GHSA-rxrq-c9jp-32rm/GHSA-rxrq-c9jp-32rm.json @@ -7,12 +7,8 @@ "CVE-2014-3160" ], "details": "The ResourceFetcher::canRequest function in core/fetch/ResourceFetcher.cpp in Blink, as used in Google Chrome before 36.0.1985.125, does not properly restrict subresource requests associated with SVG files, which allows remote attackers to bypass the Same Origin Policy via a crafted file.", - "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-v2j5-972j-h7cp/GHSA-v2j5-972j-h7cp.json b/advisories/unreviewed/2022/05/GHSA-v2j5-972j-h7cp/GHSA-v2j5-972j-h7cp.json index 77c5b8e3270..be593384e6b 100644 --- a/advisories/unreviewed/2022/05/GHSA-v2j5-972j-h7cp/GHSA-v2j5-972j-h7cp.json +++ b/advisories/unreviewed/2022/05/GHSA-v2j5-972j-h7cp/GHSA-v2j5-972j-h7cp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v3cv-h9p2-8v8w/GHSA-v3cv-h9p2-8v8w.json b/advisories/unreviewed/2022/05/GHSA-v3cv-h9p2-8v8w/GHSA-v3cv-h9p2-8v8w.json index 35d949c1bb7..943b42487fa 100644 --- a/advisories/unreviewed/2022/05/GHSA-v3cv-h9p2-8v8w/GHSA-v3cv-h9p2-8v8w.json +++ b/advisories/unreviewed/2022/05/GHSA-v3cv-h9p2-8v8w/GHSA-v3cv-h9p2-8v8w.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-v3p4-x5x8-8pm8/GHSA-v3p4-x5x8-8pm8.json b/advisories/unreviewed/2022/05/GHSA-v3p4-x5x8-8pm8/GHSA-v3p4-x5x8-8pm8.json index e2dc5286d46..73c9619e1a8 100644 --- a/advisories/unreviewed/2022/05/GHSA-v3p4-x5x8-8pm8/GHSA-v3p4-x5x8-8pm8.json +++ b/advisories/unreviewed/2022/05/GHSA-v3p4-x5x8-8pm8/GHSA-v3p4-x5x8-8pm8.json @@ -7,12 +7,8 @@ "CVE-2015-6311" ], "details": "Cisco Wireless LAN Controller (WLC) devices with software 7.0(240.0), 7.3(101.0), and 7.4(1.19) allow remote attackers to cause a denial of service (device outage) by sending malformed 802.11i management data to a managed access point, aka Bug ID CSCub65236.", - "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-v455-c45v-2prv/GHSA-v455-c45v-2prv.json b/advisories/unreviewed/2022/05/GHSA-v455-c45v-2prv/GHSA-v455-c45v-2prv.json index becfee8ebf0..e6afefaa284 100644 --- a/advisories/unreviewed/2022/05/GHSA-v455-c45v-2prv/GHSA-v455-c45v-2prv.json +++ b/advisories/unreviewed/2022/05/GHSA-v455-c45v-2prv/GHSA-v455-c45v-2prv.json @@ -7,12 +7,8 @@ "CVE-2014-1718" ], "details": "Integer overflow in the SoftwareFrameManager::SwapToNewFrame function in content/browser/renderer_host/software_frame_manager.cc in the software compositor in Google Chrome before 34.0.1847.116 allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors that trigger an attempted mapping of a large amount of renderer memory.", - "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-v5gj-j55g-5h32/GHSA-v5gj-j55g-5h32.json b/advisories/unreviewed/2022/05/GHSA-v5gj-j55g-5h32/GHSA-v5gj-j55g-5h32.json index dcc84badf6d..5b3da278e61 100644 --- a/advisories/unreviewed/2022/05/GHSA-v5gj-j55g-5h32/GHSA-v5gj-j55g-5h32.json +++ b/advisories/unreviewed/2022/05/GHSA-v5gj-j55g-5h32/GHSA-v5gj-j55g-5h32.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v647-rcp7-mvr8/GHSA-v647-rcp7-mvr8.json b/advisories/unreviewed/2022/05/GHSA-v647-rcp7-mvr8/GHSA-v647-rcp7-mvr8.json index d70d2d2d207..a00886425d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-v647-rcp7-mvr8/GHSA-v647-rcp7-mvr8.json +++ b/advisories/unreviewed/2022/05/GHSA-v647-rcp7-mvr8/GHSA-v647-rcp7-mvr8.json @@ -7,12 +7,8 @@ "CVE-2015-6282" ], "details": "Cisco IOS XE 2.x and 3.x before 3.10.6S, 3.11.xS through 3.13.xS before 3.13.3S, and 3.14.xS through 3.15.xS before 3.15.1S allows remote attackers to cause a denial of service (device reload) via IPv4 packets that require NAT and MPLS actions, aka Bug ID CSCut96933.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v6c4-vvwp-v6xh/GHSA-v6c4-vvwp-v6xh.json b/advisories/unreviewed/2022/05/GHSA-v6c4-vvwp-v6xh/GHSA-v6c4-vvwp-v6xh.json index 8eecff4b78d..266804ce98c 100644 --- a/advisories/unreviewed/2022/05/GHSA-v6c4-vvwp-v6xh/GHSA-v6c4-vvwp-v6xh.json +++ b/advisories/unreviewed/2022/05/GHSA-v6c4-vvwp-v6xh/GHSA-v6c4-vvwp-v6xh.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-v6vh-4pmc-vcfw/GHSA-v6vh-4pmc-vcfw.json b/advisories/unreviewed/2022/05/GHSA-v6vh-4pmc-vcfw/GHSA-v6vh-4pmc-vcfw.json index c0c0c89dea6..60cba94ef9b 100644 --- a/advisories/unreviewed/2022/05/GHSA-v6vh-4pmc-vcfw/GHSA-v6vh-4pmc-vcfw.json +++ b/advisories/unreviewed/2022/05/GHSA-v6vh-4pmc-vcfw/GHSA-v6vh-4pmc-vcfw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v73p-8445-35p5/GHSA-v73p-8445-35p5.json b/advisories/unreviewed/2022/05/GHSA-v73p-8445-35p5/GHSA-v73p-8445-35p5.json index fea75e0af72..5195dcf748d 100644 --- a/advisories/unreviewed/2022/05/GHSA-v73p-8445-35p5/GHSA-v73p-8445-35p5.json +++ b/advisories/unreviewed/2022/05/GHSA-v73p-8445-35p5/GHSA-v73p-8445-35p5.json @@ -7,12 +7,8 @@ "CVE-2014-5117" ], "details": "Tor before 0.2.4.23 and 0.2.5 before 0.2.5.6-alpha maintains a circuit after an inbound RELAY_EARLY cell is received by a client, which makes it easier for remote attackers to conduct traffic-confirmation attacks by using the pattern of RELAY and RELAY_EARLY cells as a means of communicating information about hidden service names.", - "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-v76g-4r7v-g6m6/GHSA-v76g-4r7v-g6m6.json b/advisories/unreviewed/2022/05/GHSA-v76g-4r7v-g6m6/GHSA-v76g-4r7v-g6m6.json index affd07217ae..057f8153a41 100644 --- a/advisories/unreviewed/2022/05/GHSA-v76g-4r7v-g6m6/GHSA-v76g-4r7v-g6m6.json +++ b/advisories/unreviewed/2022/05/GHSA-v76g-4r7v-g6m6/GHSA-v76g-4r7v-g6m6.json @@ -7,12 +7,8 @@ "CVE-2015-4282" ], "details": "Cisco Mobility Services Engine (MSE) through 8.0.120.7 uses weak permissions for unspecified binary files, which allows local users to obtain root privileges by writing to a file, aka Bug ID CSCuv40504.", - "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-v7h4-gr67-jxvj/GHSA-v7h4-gr67-jxvj.json b/advisories/unreviewed/2022/05/GHSA-v7h4-gr67-jxvj/GHSA-v7h4-gr67-jxvj.json index aaa9c8fb53f..5ea995acc2e 100644 --- a/advisories/unreviewed/2022/05/GHSA-v7h4-gr67-jxvj/GHSA-v7h4-gr67-jxvj.json +++ b/advisories/unreviewed/2022/05/GHSA-v7h4-gr67-jxvj/GHSA-v7h4-gr67-jxvj.json @@ -7,12 +7,8 @@ "CVE-2007-3847" ], "details": "The date handling code in modules/proxy/proxy_util.c (mod_proxy) in Apache 2.3.0, when using a threaded MPM, allows remote origin servers to cause a denial of service (caching forward proxy process crash) via crafted date headers that trigger a buffer over-read.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v7hw-8j84-p29r/GHSA-v7hw-8j84-p29r.json b/advisories/unreviewed/2022/05/GHSA-v7hw-8j84-p29r/GHSA-v7hw-8j84-p29r.json index 51bc06d9e95..803ca17f8e8 100644 --- a/advisories/unreviewed/2022/05/GHSA-v7hw-8j84-p29r/GHSA-v7hw-8j84-p29r.json +++ b/advisories/unreviewed/2022/05/GHSA-v7hw-8j84-p29r/GHSA-v7hw-8j84-p29r.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-v866-q839-9cm4/GHSA-v866-q839-9cm4.json b/advisories/unreviewed/2022/05/GHSA-v866-q839-9cm4/GHSA-v866-q839-9cm4.json index cc883443132..89f6c30fe53 100644 --- a/advisories/unreviewed/2022/05/GHSA-v866-q839-9cm4/GHSA-v866-q839-9cm4.json +++ b/advisories/unreviewed/2022/05/GHSA-v866-q839-9cm4/GHSA-v866-q839-9cm4.json @@ -7,12 +7,8 @@ "CVE-2015-3322" ], "details": "Lenovo ThinkServer RD350, RD450, RD550, RD650, and TD350 servers before 1.26.0 use weak encryption to store (1) user and (2) administrator BIOS passwords, which allows attackers to decrypt the passwords via unspecified vectors.", - "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-v8mq-4xhm-588g/GHSA-v8mq-4xhm-588g.json b/advisories/unreviewed/2022/05/GHSA-v8mq-4xhm-588g/GHSA-v8mq-4xhm-588g.json index e46ba0d009e..f8a32b9fe42 100644 --- a/advisories/unreviewed/2022/05/GHSA-v8mq-4xhm-588g/GHSA-v8mq-4xhm-588g.json +++ b/advisories/unreviewed/2022/05/GHSA-v8mq-4xhm-588g/GHSA-v8mq-4xhm-588g.json @@ -7,12 +7,8 @@ "CVE-2015-0729" ], "details": "Cross-site scripting (XSS) vulnerability in Cisco Secure Access Control Server Solution Engine (ACSE) 5.5(0.1) allows remote attackers to inject arbitrary web script or HTML via a file-inclusion attack, aka Bug ID CSCuu11005.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v9vh-j8fc-4h9c/GHSA-v9vh-j8fc-4h9c.json b/advisories/unreviewed/2022/05/GHSA-v9vh-j8fc-4h9c/GHSA-v9vh-j8fc-4h9c.json index ba2ed90d1a6..7a28f7431b8 100644 --- a/advisories/unreviewed/2022/05/GHSA-v9vh-j8fc-4h9c/GHSA-v9vh-j8fc-4h9c.json +++ b/advisories/unreviewed/2022/05/GHSA-v9vh-j8fc-4h9c/GHSA-v9vh-j8fc-4h9c.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-v9w5-g35w-fmjv/GHSA-v9w5-g35w-fmjv.json b/advisories/unreviewed/2022/05/GHSA-v9w5-g35w-fmjv/GHSA-v9w5-g35w-fmjv.json index 64435664d03..1a5398377ef 100644 --- a/advisories/unreviewed/2022/05/GHSA-v9w5-g35w-fmjv/GHSA-v9w5-g35w-fmjv.json +++ b/advisories/unreviewed/2022/05/GHSA-v9w5-g35w-fmjv/GHSA-v9w5-g35w-fmjv.json @@ -7,12 +7,8 @@ "CVE-2011-1024" ], "details": "chain.c in back-ldap in OpenLDAP 2.4.x before 2.4.24, when a master-slave configuration with a chain overlay and ppolicy_forward_updates (aka authentication-failure forwarding) is used, allows remote authenticated users to bypass external-program authentication by sending an invalid password to a slave server.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -104,9 +100,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vg83-crj7-gj25/GHSA-vg83-crj7-gj25.json b/advisories/unreviewed/2022/05/GHSA-vg83-crj7-gj25/GHSA-vg83-crj7-gj25.json index 96b2cb8aa53..3b9857cf7fb 100644 --- a/advisories/unreviewed/2022/05/GHSA-vg83-crj7-gj25/GHSA-vg83-crj7-gj25.json +++ b/advisories/unreviewed/2022/05/GHSA-vg83-crj7-gj25/GHSA-vg83-crj7-gj25.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-vgpx-v6r4-8p42/GHSA-vgpx-v6r4-8p42.json b/advisories/unreviewed/2022/05/GHSA-vgpx-v6r4-8p42/GHSA-vgpx-v6r4-8p42.json index 2697d17f530..cb7141c4b45 100644 --- a/advisories/unreviewed/2022/05/GHSA-vgpx-v6r4-8p42/GHSA-vgpx-v6r4-8p42.json +++ b/advisories/unreviewed/2022/05/GHSA-vgpx-v6r4-8p42/GHSA-vgpx-v6r4-8p42.json @@ -7,12 +7,8 @@ "CVE-2014-3308" ], "details": "Cisco IOS XR on Trident line cards in ASR 9000 devices lacks a static punt policer, which allows remote attackers to cause a denial of service (CPU consumption) by sending many crafted packets, aka Bug ID CSCun83985.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vgw2-4hw9-xff5/GHSA-vgw2-4hw9-xff5.json b/advisories/unreviewed/2022/05/GHSA-vgw2-4hw9-xff5/GHSA-vgw2-4hw9-xff5.json index dc26412cadc..fa3c818f2b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-vgw2-4hw9-xff5/GHSA-vgw2-4hw9-xff5.json +++ b/advisories/unreviewed/2022/05/GHSA-vgw2-4hw9-xff5/GHSA-vgw2-4hw9-xff5.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-vj5c-95p9-jf9j/GHSA-vj5c-95p9-jf9j.json b/advisories/unreviewed/2022/05/GHSA-vj5c-95p9-jf9j/GHSA-vj5c-95p9-jf9j.json index 786e576e1e3..1a364202710 100644 --- a/advisories/unreviewed/2022/05/GHSA-vj5c-95p9-jf9j/GHSA-vj5c-95p9-jf9j.json +++ b/advisories/unreviewed/2022/05/GHSA-vj5c-95p9-jf9j/GHSA-vj5c-95p9-jf9j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vj86-9q4g-rcw8/GHSA-vj86-9q4g-rcw8.json b/advisories/unreviewed/2022/05/GHSA-vj86-9q4g-rcw8/GHSA-vj86-9q4g-rcw8.json index 1e3ed97c015..11ae1644009 100644 --- a/advisories/unreviewed/2022/05/GHSA-vj86-9q4g-rcw8/GHSA-vj86-9q4g-rcw8.json +++ b/advisories/unreviewed/2022/05/GHSA-vj86-9q4g-rcw8/GHSA-vj86-9q4g-rcw8.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-vm37-pw86-pcc9/GHSA-vm37-pw86-pcc9.json b/advisories/unreviewed/2022/05/GHSA-vm37-pw86-pcc9/GHSA-vm37-pw86-pcc9.json index 797cae89016..352b8fed672 100644 --- a/advisories/unreviewed/2022/05/GHSA-vm37-pw86-pcc9/GHSA-vm37-pw86-pcc9.json +++ b/advisories/unreviewed/2022/05/GHSA-vm37-pw86-pcc9/GHSA-vm37-pw86-pcc9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vmhv-3pxh-pr9v/GHSA-vmhv-3pxh-pr9v.json b/advisories/unreviewed/2022/05/GHSA-vmhv-3pxh-pr9v/GHSA-vmhv-3pxh-pr9v.json index 5b8c89cfeea..d17b181198e 100644 --- a/advisories/unreviewed/2022/05/GHSA-vmhv-3pxh-pr9v/GHSA-vmhv-3pxh-pr9v.json +++ b/advisories/unreviewed/2022/05/GHSA-vmhv-3pxh-pr9v/GHSA-vmhv-3pxh-pr9v.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-vmwq-5qfw-x847/GHSA-vmwq-5qfw-x847.json b/advisories/unreviewed/2022/05/GHSA-vmwq-5qfw-x847/GHSA-vmwq-5qfw-x847.json index f1cd1ab68eb..fd6d70b6687 100644 --- a/advisories/unreviewed/2022/05/GHSA-vmwq-5qfw-x847/GHSA-vmwq-5qfw-x847.json +++ b/advisories/unreviewed/2022/05/GHSA-vmwq-5qfw-x847/GHSA-vmwq-5qfw-x847.json @@ -7,12 +7,8 @@ "CVE-2015-6335" ], "details": "The policy implementation in Cisco FireSIGHT Management Center 5.3.1.7, 5.4.0.4, and 6.0.0 for VMware allows remote authenticated administrators to bypass intended policy restrictions and execute Linux commands as root via unspecified vectors, aka Bug ID CSCuw12839.", - "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-vpmp-m797-5jx8/GHSA-vpmp-m797-5jx8.json b/advisories/unreviewed/2022/05/GHSA-vpmp-m797-5jx8/GHSA-vpmp-m797-5jx8.json index 080fb3696cb..f8e2b5c34f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-vpmp-m797-5jx8/GHSA-vpmp-m797-5jx8.json +++ b/advisories/unreviewed/2022/05/GHSA-vpmp-m797-5jx8/GHSA-vpmp-m797-5jx8.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-vpwc-mx7r-q9gp/GHSA-vpwc-mx7r-q9gp.json b/advisories/unreviewed/2022/05/GHSA-vpwc-mx7r-q9gp/GHSA-vpwc-mx7r-q9gp.json index e1a9b36c225..934fa8adb17 100644 --- a/advisories/unreviewed/2022/05/GHSA-vpwc-mx7r-q9gp/GHSA-vpwc-mx7r-q9gp.json +++ b/advisories/unreviewed/2022/05/GHSA-vpwc-mx7r-q9gp/GHSA-vpwc-mx7r-q9gp.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-vq2f-2pxq-w3r5/GHSA-vq2f-2pxq-w3r5.json b/advisories/unreviewed/2022/05/GHSA-vq2f-2pxq-w3r5/GHSA-vq2f-2pxq-w3r5.json index 6f303cc7e22..d186de1df42 100644 --- a/advisories/unreviewed/2022/05/GHSA-vq2f-2pxq-w3r5/GHSA-vq2f-2pxq-w3r5.json +++ b/advisories/unreviewed/2022/05/GHSA-vq2f-2pxq-w3r5/GHSA-vq2f-2pxq-w3r5.json @@ -7,12 +7,8 @@ "CVE-2015-0727" ], "details": "Cross-site scripting (XSS) vulnerability in the HTTP module in Cisco Security Manager (CSM) 4.7(0)SP1(1) allows remote attackers to inject arbitrary web script or HTML via a crafted URL, aka Bug ID CSCut27789.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vq55-x3j3-g3cj/GHSA-vq55-x3j3-g3cj.json b/advisories/unreviewed/2022/05/GHSA-vq55-x3j3-g3cj/GHSA-vq55-x3j3-g3cj.json index 54275d01362..8768f07b39a 100644 --- a/advisories/unreviewed/2022/05/GHSA-vq55-x3j3-g3cj/GHSA-vq55-x3j3-g3cj.json +++ b/advisories/unreviewed/2022/05/GHSA-vq55-x3j3-g3cj/GHSA-vq55-x3j3-g3cj.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-vq77-w5q8-7cwf/GHSA-vq77-w5q8-7cwf.json b/advisories/unreviewed/2022/05/GHSA-vq77-w5q8-7cwf/GHSA-vq77-w5q8-7cwf.json index 125155c3ff3..f54534bf14c 100644 --- a/advisories/unreviewed/2022/05/GHSA-vq77-w5q8-7cwf/GHSA-vq77-w5q8-7cwf.json +++ b/advisories/unreviewed/2022/05/GHSA-vq77-w5q8-7cwf/GHSA-vq77-w5q8-7cwf.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", @@ -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-vq8v-g3rp-6fc2/GHSA-vq8v-g3rp-6fc2.json b/advisories/unreviewed/2022/05/GHSA-vq8v-g3rp-6fc2/GHSA-vq8v-g3rp-6fc2.json index 474d6eac50b..c98fdd49a47 100644 --- a/advisories/unreviewed/2022/05/GHSA-vq8v-g3rp-6fc2/GHSA-vq8v-g3rp-6fc2.json +++ b/advisories/unreviewed/2022/05/GHSA-vq8v-g3rp-6fc2/GHSA-vq8v-g3rp-6fc2.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-vqrx-mf37-8x6h/GHSA-vqrx-mf37-8x6h.json b/advisories/unreviewed/2022/05/GHSA-vqrx-mf37-8x6h/GHSA-vqrx-mf37-8x6h.json index 0585e31eb2d..f93fcb61e10 100644 --- a/advisories/unreviewed/2022/05/GHSA-vqrx-mf37-8x6h/GHSA-vqrx-mf37-8x6h.json +++ b/advisories/unreviewed/2022/05/GHSA-vqrx-mf37-8x6h/GHSA-vqrx-mf37-8x6h.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-vrfq-82v2-jxgc/GHSA-vrfq-82v2-jxgc.json b/advisories/unreviewed/2022/05/GHSA-vrfq-82v2-jxgc/GHSA-vrfq-82v2-jxgc.json index 59844b8f448..58bc05079ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-vrfq-82v2-jxgc/GHSA-vrfq-82v2-jxgc.json +++ b/advisories/unreviewed/2022/05/GHSA-vrfq-82v2-jxgc/GHSA-vrfq-82v2-jxgc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vv4h-mqrq-w4h2/GHSA-vv4h-mqrq-w4h2.json b/advisories/unreviewed/2022/05/GHSA-vv4h-mqrq-w4h2/GHSA-vv4h-mqrq-w4h2.json index aa317310250..20493dbce90 100644 --- a/advisories/unreviewed/2022/05/GHSA-vv4h-mqrq-w4h2/GHSA-vv4h-mqrq-w4h2.json +++ b/advisories/unreviewed/2022/05/GHSA-vv4h-mqrq-w4h2/GHSA-vv4h-mqrq-w4h2.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-vvh4-mv48-cj6h/GHSA-vvh4-mv48-cj6h.json b/advisories/unreviewed/2022/05/GHSA-vvh4-mv48-cj6h/GHSA-vvh4-mv48-cj6h.json index 3a2f68c8047..f83ddb4d518 100644 --- a/advisories/unreviewed/2022/05/GHSA-vvh4-mv48-cj6h/GHSA-vvh4-mv48-cj6h.json +++ b/advisories/unreviewed/2022/05/GHSA-vvh4-mv48-cj6h/GHSA-vvh4-mv48-cj6h.json @@ -7,12 +7,8 @@ "CVE-2014-4698" ], "details": "Use-after-free vulnerability in ext/spl/spl_array.c in the SPL component in PHP through 5.5.14 allows context-dependent attackers to cause a denial of service or possibly have unspecified other impact via crafted ArrayIterator usage within applications in certain web-hosting environments.", - "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-vw5c-3r8q-qfr3/GHSA-vw5c-3r8q-qfr3.json b/advisories/unreviewed/2022/05/GHSA-vw5c-3r8q-qfr3/GHSA-vw5c-3r8q-qfr3.json index c5668deb278..199d1728d84 100644 --- a/advisories/unreviewed/2022/05/GHSA-vw5c-3r8q-qfr3/GHSA-vw5c-3r8q-qfr3.json +++ b/advisories/unreviewed/2022/05/GHSA-vw5c-3r8q-qfr3/GHSA-vw5c-3r8q-qfr3.json @@ -7,12 +7,8 @@ "CVE-2013-6665" ], "details": "Heap-based buffer overflow in the ResourceProvider::InitializeSoftware function in cc/resources/resource_provider.cc in Google Chrome before 33.0.1750.146 allows remote attackers to cause a denial of service or possibly have unspecified other impact via a large texture size that triggers improper memory allocation in the software renderer.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vwh8-g3vf-8fjq/GHSA-vwh8-g3vf-8fjq.json b/advisories/unreviewed/2022/05/GHSA-vwh8-g3vf-8fjq/GHSA-vwh8-g3vf-8fjq.json index 9e602e8341a..b1373957c4e 100644 --- a/advisories/unreviewed/2022/05/GHSA-vwh8-g3vf-8fjq/GHSA-vwh8-g3vf-8fjq.json +++ b/advisories/unreviewed/2022/05/GHSA-vwh8-g3vf-8fjq/GHSA-vwh8-g3vf-8fjq.json @@ -7,12 +7,8 @@ "CVE-2016-0450" ], "details": "Unspecified vulnerability in the Oracle GoldenGate component in Oracle GoldenGate 11.2 and 12.1.2 allows remote attackers to affect availability via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vxfx-q6cx-2vqm/GHSA-vxfx-q6cx-2vqm.json b/advisories/unreviewed/2022/05/GHSA-vxfx-q6cx-2vqm/GHSA-vxfx-q6cx-2vqm.json index 42512114061..51173320a77 100644 --- a/advisories/unreviewed/2022/05/GHSA-vxfx-q6cx-2vqm/GHSA-vxfx-q6cx-2vqm.json +++ b/advisories/unreviewed/2022/05/GHSA-vxfx-q6cx-2vqm/GHSA-vxfx-q6cx-2vqm.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-vxmh-77pw-gfwf/GHSA-vxmh-77pw-gfwf.json b/advisories/unreviewed/2022/05/GHSA-vxmh-77pw-gfwf/GHSA-vxmh-77pw-gfwf.json index 927a4f4be4d..78a95cfcec9 100644 --- a/advisories/unreviewed/2022/05/GHSA-vxmh-77pw-gfwf/GHSA-vxmh-77pw-gfwf.json +++ b/advisories/unreviewed/2022/05/GHSA-vxmh-77pw-gfwf/GHSA-vxmh-77pw-gfwf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-vxvq-55h6-q7q2/GHSA-vxvq-55h6-q7q2.json b/advisories/unreviewed/2022/05/GHSA-vxvq-55h6-q7q2/GHSA-vxvq-55h6-q7q2.json index ff703e09012..63627bc2ff0 100644 --- a/advisories/unreviewed/2022/05/GHSA-vxvq-55h6-q7q2/GHSA-vxvq-55h6-q7q2.json +++ b/advisories/unreviewed/2022/05/GHSA-vxvq-55h6-q7q2/GHSA-vxvq-55h6-q7q2.json @@ -7,12 +7,8 @@ "CVE-2007-3850" ], "details": "The eHCA driver in Linux kernel 2.6 before 2.6.22, when running on PowerPC, does not properly map userspace resources, which allows local users to read portions of physical address space.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w2cp-3pwp-4mwm/GHSA-w2cp-3pwp-4mwm.json b/advisories/unreviewed/2022/05/GHSA-w2cp-3pwp-4mwm/GHSA-w2cp-3pwp-4mwm.json index 0f387ebea80..51aac4c54e5 100644 --- a/advisories/unreviewed/2022/05/GHSA-w2cp-3pwp-4mwm/GHSA-w2cp-3pwp-4mwm.json +++ b/advisories/unreviewed/2022/05/GHSA-w2cp-3pwp-4mwm/GHSA-w2cp-3pwp-4mwm.json @@ -7,12 +7,8 @@ "CVE-2014-1350" ], "details": "Settings in Apple iOS before 7.1.2 allows physically proximate attackers to bypass an intended iCloud password requirement, and turn off the Find My iPhone service, by leveraging incorrect state management.", - "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-w38m-qrcj-jg5r/GHSA-w38m-qrcj-jg5r.json b/advisories/unreviewed/2022/05/GHSA-w38m-qrcj-jg5r/GHSA-w38m-qrcj-jg5r.json index 06e4f17fb0d..cde2b161196 100644 --- a/advisories/unreviewed/2022/05/GHSA-w38m-qrcj-jg5r/GHSA-w38m-qrcj-jg5r.json +++ b/advisories/unreviewed/2022/05/GHSA-w38m-qrcj-jg5r/GHSA-w38m-qrcj-jg5r.json @@ -7,12 +7,8 @@ "CVE-2014-1717" ], "details": "Google V8, as used in Google Chrome before 34.0.1847.116, does not properly use numeric casts during handling of typed arrays, which allows remote attackers to cause a denial of service (out-of-bounds array access) or possibly have unspecified other impact via crafted JavaScript code.", - "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-w3h5-qr68-5ff4/GHSA-w3h5-qr68-5ff4.json b/advisories/unreviewed/2022/05/GHSA-w3h5-qr68-5ff4/GHSA-w3h5-qr68-5ff4.json index b894a8aab69..80fd414b56a 100644 --- a/advisories/unreviewed/2022/05/GHSA-w3h5-qr68-5ff4/GHSA-w3h5-qr68-5ff4.json +++ b/advisories/unreviewed/2022/05/GHSA-w3h5-qr68-5ff4/GHSA-w3h5-qr68-5ff4.json @@ -7,12 +7,8 @@ "CVE-2015-3049" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2014-9161, CVE-2015-3046, CVE-2015-3050, CVE-2015-3051, CVE-2015-3052, CVE-2015-3056, CVE-2015-3057, CVE-2015-3070, and CVE-2015-3076.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w573-p74j-546r/GHSA-w573-p74j-546r.json b/advisories/unreviewed/2022/05/GHSA-w573-p74j-546r/GHSA-w573-p74j-546r.json index 582b522869a..d1403466447 100644 --- a/advisories/unreviewed/2022/05/GHSA-w573-p74j-546r/GHSA-w573-p74j-546r.json +++ b/advisories/unreviewed/2022/05/GHSA-w573-p74j-546r/GHSA-w573-p74j-546r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-w5r5-wm7v-x4v6/GHSA-w5r5-wm7v-x4v6.json b/advisories/unreviewed/2022/05/GHSA-w5r5-wm7v-x4v6/GHSA-w5r5-wm7v-x4v6.json index 7f0575de3c1..19e0a3c2787 100644 --- a/advisories/unreviewed/2022/05/GHSA-w5r5-wm7v-x4v6/GHSA-w5r5-wm7v-x4v6.json +++ b/advisories/unreviewed/2022/05/GHSA-w5r5-wm7v-x4v6/GHSA-w5r5-wm7v-x4v6.json @@ -7,12 +7,8 @@ "CVE-2015-0766" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in the administrative web interface in the Management Center component in Cisco FireSIGHT System Software 6.0.0 allow remote attackers to inject arbitrary web script or HTML via unspecified fields, aka Bug IDs CSCus93566, CSCut31557, and CSCut47196.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w68m-2vpj-2rjg/GHSA-w68m-2vpj-2rjg.json b/advisories/unreviewed/2022/05/GHSA-w68m-2vpj-2rjg/GHSA-w68m-2vpj-2rjg.json index 0d656b30a19..3d54b1cf597 100644 --- a/advisories/unreviewed/2022/05/GHSA-w68m-2vpj-2rjg/GHSA-w68m-2vpj-2rjg.json +++ b/advisories/unreviewed/2022/05/GHSA-w68m-2vpj-2rjg/GHSA-w68m-2vpj-2rjg.json @@ -7,12 +7,8 @@ "CVE-2013-4370" ], "details": "The ocaml binding for the xc_vcpu_getaffinity function in Xen 4.2.x and 4.3.x frees certain memory that may still be intended for use, which allows local users to cause a denial of service (heap corruption and crash) and possibly execute arbitrary code via unspecified vectors that trigger a (1) use-after-free or (2) double free.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w7gx-jvp2-h2cr/GHSA-w7gx-jvp2-h2cr.json b/advisories/unreviewed/2022/05/GHSA-w7gx-jvp2-h2cr/GHSA-w7gx-jvp2-h2cr.json index a669630e30d..c528a3771d4 100644 --- a/advisories/unreviewed/2022/05/GHSA-w7gx-jvp2-h2cr/GHSA-w7gx-jvp2-h2cr.json +++ b/advisories/unreviewed/2022/05/GHSA-w7gx-jvp2-h2cr/GHSA-w7gx-jvp2-h2cr.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-w7q3-mcrv-7g4p/GHSA-w7q3-mcrv-7g4p.json b/advisories/unreviewed/2022/05/GHSA-w7q3-mcrv-7g4p/GHSA-w7q3-mcrv-7g4p.json index 5b8152b48ce..4125718ad4c 100644 --- a/advisories/unreviewed/2022/05/GHSA-w7q3-mcrv-7g4p/GHSA-w7q3-mcrv-7g4p.json +++ b/advisories/unreviewed/2022/05/GHSA-w7q3-mcrv-7g4p/GHSA-w7q3-mcrv-7g4p.json @@ -7,12 +7,8 @@ "CVE-2013-4416" ], "details": "The Ocaml xenstored implementation (oxenstored) in Xen 4.1.x, 4.2.x, and 4.3.x allows local guest domains to cause a denial of service (domain shutdown) via a large message reply.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w7r7-9r25-wvh9/GHSA-w7r7-9r25-wvh9.json b/advisories/unreviewed/2022/05/GHSA-w7r7-9r25-wvh9/GHSA-w7r7-9r25-wvh9.json index a0e40ac1108..e318f884cc8 100644 --- a/advisories/unreviewed/2022/05/GHSA-w7r7-9r25-wvh9/GHSA-w7r7-9r25-wvh9.json +++ b/advisories/unreviewed/2022/05/GHSA-w7r7-9r25-wvh9/GHSA-w7r7-9r25-wvh9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w8ph-jfgp-j293/GHSA-w8ph-jfgp-j293.json b/advisories/unreviewed/2022/05/GHSA-w8ph-jfgp-j293/GHSA-w8ph-jfgp-j293.json index c794ed0192f..be8f1ae801d 100644 --- a/advisories/unreviewed/2022/05/GHSA-w8ph-jfgp-j293/GHSA-w8ph-jfgp-j293.json +++ b/advisories/unreviewed/2022/05/GHSA-w8ph-jfgp-j293/GHSA-w8ph-jfgp-j293.json @@ -7,12 +7,8 @@ "CVE-2014-1353" ], "details": "Lock Screen in Apple iOS before 7.1.2 does not properly manage the telephony state in Airplane Mode, which allows physically proximate attackers to bypass the lock protection mechanism, and access a certain foreground application, via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-w8qg-h3mw-3x5w/GHSA-w8qg-h3mw-3x5w.json b/advisories/unreviewed/2022/05/GHSA-w8qg-h3mw-3x5w/GHSA-w8qg-h3mw-3x5w.json index 6a917f624f1..14a8f81967b 100644 --- a/advisories/unreviewed/2022/05/GHSA-w8qg-h3mw-3x5w/GHSA-w8qg-h3mw-3x5w.json +++ b/advisories/unreviewed/2022/05/GHSA-w8qg-h3mw-3x5w/GHSA-w8qg-h3mw-3x5w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w8v9-hhxr-q4gx/GHSA-w8v9-hhxr-q4gx.json b/advisories/unreviewed/2022/05/GHSA-w8v9-hhxr-q4gx/GHSA-w8v9-hhxr-q4gx.json index 0471af8d40d..c5c17e2a9e2 100644 --- a/advisories/unreviewed/2022/05/GHSA-w8v9-hhxr-q4gx/GHSA-w8v9-hhxr-q4gx.json +++ b/advisories/unreviewed/2022/05/GHSA-w8v9-hhxr-q4gx/GHSA-w8v9-hhxr-q4gx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-w963-wfhc-pqh3/GHSA-w963-wfhc-pqh3.json b/advisories/unreviewed/2022/05/GHSA-w963-wfhc-pqh3/GHSA-w963-wfhc-pqh3.json index b26940e2e0d..60c21cfe55c 100644 --- a/advisories/unreviewed/2022/05/GHSA-w963-wfhc-pqh3/GHSA-w963-wfhc-pqh3.json +++ b/advisories/unreviewed/2022/05/GHSA-w963-wfhc-pqh3/GHSA-w963-wfhc-pqh3.json @@ -7,12 +7,8 @@ "CVE-2014-3321" ], "details": "Cisco IOS XR 4.3.4 and earlier on ASR 9000 devices, when bridge-group virtual interface (BVI) routing is enabled, allows remote attackers to cause a denial of service (chip and card hangs) via a series of crafted MPLS packets, aka Bug ID CSCuo91149.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w9qx-4c5f-qp4c/GHSA-w9qx-4c5f-qp4c.json b/advisories/unreviewed/2022/05/GHSA-w9qx-4c5f-qp4c/GHSA-w9qx-4c5f-qp4c.json index ff86518db74..3776abcdf4e 100644 --- a/advisories/unreviewed/2022/05/GHSA-w9qx-4c5f-qp4c/GHSA-w9qx-4c5f-qp4c.json +++ b/advisories/unreviewed/2022/05/GHSA-w9qx-4c5f-qp4c/GHSA-w9qx-4c5f-qp4c.json @@ -7,12 +7,8 @@ "CVE-2015-0740" ], "details": "Cross-site request forgery (CSRF) vulnerability in Cisco Unified Intelligence Center 10.6(1) allows remote attackers to hijack the authentication of arbitrary users, aka Bug ID CSCus28826.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wcw4-wm5p-2hrp/GHSA-wcw4-wm5p-2hrp.json b/advisories/unreviewed/2022/05/GHSA-wcw4-wm5p-2hrp/GHSA-wcw4-wm5p-2hrp.json index 498d23fb15c..a3b68478032 100644 --- a/advisories/unreviewed/2022/05/GHSA-wcw4-wm5p-2hrp/GHSA-wcw4-wm5p-2hrp.json +++ b/advisories/unreviewed/2022/05/GHSA-wcw4-wm5p-2hrp/GHSA-wcw4-wm5p-2hrp.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-wf3c-jcfj-frpj/GHSA-wf3c-jcfj-frpj.json b/advisories/unreviewed/2022/05/GHSA-wf3c-jcfj-frpj/GHSA-wf3c-jcfj-frpj.json index a40f330d8ab..691cf7b2a9f 100644 --- a/advisories/unreviewed/2022/05/GHSA-wf3c-jcfj-frpj/GHSA-wf3c-jcfj-frpj.json +++ b/advisories/unreviewed/2022/05/GHSA-wf3c-jcfj-frpj/GHSA-wf3c-jcfj-frpj.json @@ -7,12 +7,8 @@ "CVE-2014-0875" ], "details": "Active Cloud Engine (ACE) in IBM Storwize V7000 Unified 1.3.0.0 through 1.4.3.x allows remote attackers to bypass intended ACL restrictions in opportunistic circumstances by leveraging incorrect ACL synchronization over an unreliable NFS connection that requires retransmissions.", - "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-wff9-q6wf-8f5q/GHSA-wff9-q6wf-8f5q.json b/advisories/unreviewed/2022/05/GHSA-wff9-q6wf-8f5q/GHSA-wff9-q6wf-8f5q.json index f5e79ccc50b..11d8d1116d2 100644 --- a/advisories/unreviewed/2022/05/GHSA-wff9-q6wf-8f5q/GHSA-wff9-q6wf-8f5q.json +++ b/advisories/unreviewed/2022/05/GHSA-wff9-q6wf-8f5q/GHSA-wff9-q6wf-8f5q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wfpr-78ph-w6wr/GHSA-wfpr-78ph-w6wr.json b/advisories/unreviewed/2022/05/GHSA-wfpr-78ph-w6wr/GHSA-wfpr-78ph-w6wr.json index 69698d27534..c3aa1c02aef 100644 --- a/advisories/unreviewed/2022/05/GHSA-wfpr-78ph-w6wr/GHSA-wfpr-78ph-w6wr.json +++ b/advisories/unreviewed/2022/05/GHSA-wfpr-78ph-w6wr/GHSA-wfpr-78ph-w6wr.json @@ -7,12 +7,8 @@ "CVE-2014-3609" ], "details": "HttpHdrRange.cc in Squid 3.x before 3.3.12 and 3.4.x before 3.4.6 allows remote attackers to cause a denial of service (crash) via a request with crafted \"Range headers with unidentifiable byte-range values.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wgc8-2wwh-f797/GHSA-wgc8-2wwh-f797.json b/advisories/unreviewed/2022/05/GHSA-wgc8-2wwh-f797/GHSA-wgc8-2wwh-f797.json index 62a5b621ecb..99a007cc678 100644 --- a/advisories/unreviewed/2022/05/GHSA-wgc8-2wwh-f797/GHSA-wgc8-2wwh-f797.json +++ b/advisories/unreviewed/2022/05/GHSA-wgc8-2wwh-f797/GHSA-wgc8-2wwh-f797.json @@ -7,12 +7,8 @@ "CVE-2015-3055" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-3053, CVE-2015-3054, CVE-2015-3059, and CVE-2015-3075.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wh5x-q5gm-wp8v/GHSA-wh5x-q5gm-wp8v.json b/advisories/unreviewed/2022/05/GHSA-wh5x-q5gm-wp8v/GHSA-wh5x-q5gm-wp8v.json index 60ecfe77c2a..9110356c882 100644 --- a/advisories/unreviewed/2022/05/GHSA-wh5x-q5gm-wp8v/GHSA-wh5x-q5gm-wp8v.json +++ b/advisories/unreviewed/2022/05/GHSA-wh5x-q5gm-wp8v/GHSA-wh5x-q5gm-wp8v.json @@ -7,12 +7,8 @@ "CVE-2015-3058" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to obtain sensitive information from process memory via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wh6j-frq8-76pq/GHSA-wh6j-frq8-76pq.json b/advisories/unreviewed/2022/05/GHSA-wh6j-frq8-76pq/GHSA-wh6j-frq8-76pq.json index 8483406cf54..789a49980f0 100644 --- a/advisories/unreviewed/2022/05/GHSA-wh6j-frq8-76pq/GHSA-wh6j-frq8-76pq.json +++ b/advisories/unreviewed/2022/05/GHSA-wh6j-frq8-76pq/GHSA-wh6j-frq8-76pq.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-wj7c-8cm3-fjhm/GHSA-wj7c-8cm3-fjhm.json b/advisories/unreviewed/2022/05/GHSA-wj7c-8cm3-fjhm/GHSA-wj7c-8cm3-fjhm.json index 28332229a89..acdf718b83f 100644 --- a/advisories/unreviewed/2022/05/GHSA-wj7c-8cm3-fjhm/GHSA-wj7c-8cm3-fjhm.json +++ b/advisories/unreviewed/2022/05/GHSA-wj7c-8cm3-fjhm/GHSA-wj7c-8cm3-fjhm.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-wpjr-v5gv-9429/GHSA-wpjr-v5gv-9429.json b/advisories/unreviewed/2022/05/GHSA-wpjr-v5gv-9429/GHSA-wpjr-v5gv-9429.json index 16fabaa56c4..aaf9a5690c3 100644 --- a/advisories/unreviewed/2022/05/GHSA-wpjr-v5gv-9429/GHSA-wpjr-v5gv-9429.json +++ b/advisories/unreviewed/2022/05/GHSA-wpjr-v5gv-9429/GHSA-wpjr-v5gv-9429.json @@ -7,12 +7,8 @@ "CVE-2015-0705" ], "details": "Cross-site request forgery (CSRF) vulnerability in the SOAP API endpoints of the web-services directory in Cisco Unified MeetingPlace 8.6(1.9) allows remote attackers to hijack the authentication of administrators for requests that create administrative accounts, aka Bug ID CSCus97494.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wpmq-32mg-7qf9/GHSA-wpmq-32mg-7qf9.json b/advisories/unreviewed/2022/05/GHSA-wpmq-32mg-7qf9/GHSA-wpmq-32mg-7qf9.json index 96c4c06d02b..708cd99bb5a 100644 --- a/advisories/unreviewed/2022/05/GHSA-wpmq-32mg-7qf9/GHSA-wpmq-32mg-7qf9.json +++ b/advisories/unreviewed/2022/05/GHSA-wpmq-32mg-7qf9/GHSA-wpmq-32mg-7qf9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wq8f-v9mm-v4m5/GHSA-wq8f-v9mm-v4m5.json b/advisories/unreviewed/2022/05/GHSA-wq8f-v9mm-v4m5/GHSA-wq8f-v9mm-v4m5.json index d360e765498..2e6e50c0276 100644 --- a/advisories/unreviewed/2022/05/GHSA-wq8f-v9mm-v4m5/GHSA-wq8f-v9mm-v4m5.json +++ b/advisories/unreviewed/2022/05/GHSA-wq8f-v9mm-v4m5/GHSA-wq8f-v9mm-v4m5.json @@ -7,12 +7,8 @@ "CVE-2014-1419" ], "details": "Race condition in the power policy functions in policy-funcs in acpi-support before 0.142 allows local users to gain privileges via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wq8p-3q98-gw6h/GHSA-wq8p-3q98-gw6h.json b/advisories/unreviewed/2022/05/GHSA-wq8p-3q98-gw6h/GHSA-wq8p-3q98-gw6h.json index 06e7339a90c..1d926769663 100644 --- a/advisories/unreviewed/2022/05/GHSA-wq8p-3q98-gw6h/GHSA-wq8p-3q98-gw6h.json +++ b/advisories/unreviewed/2022/05/GHSA-wq8p-3q98-gw6h/GHSA-wq8p-3q98-gw6h.json @@ -7,12 +7,8 @@ "CVE-2015-3053" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-3054, CVE-2015-3055, CVE-2015-3059, and CVE-2015-3075.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wv43-x8hc-chxj/GHSA-wv43-x8hc-chxj.json b/advisories/unreviewed/2022/05/GHSA-wv43-x8hc-chxj/GHSA-wv43-x8hc-chxj.json index 345cf06dc87..3da965041cc 100644 --- a/advisories/unreviewed/2022/05/GHSA-wv43-x8hc-chxj/GHSA-wv43-x8hc-chxj.json +++ b/advisories/unreviewed/2022/05/GHSA-wv43-x8hc-chxj/GHSA-wv43-x8hc-chxj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-wv4f-83pw-p2w9/GHSA-wv4f-83pw-p2w9.json b/advisories/unreviewed/2022/05/GHSA-wv4f-83pw-p2w9/GHSA-wv4f-83pw-p2w9.json index 89fbffd09d5..f16f93b2bf7 100644 --- a/advisories/unreviewed/2022/05/GHSA-wv4f-83pw-p2w9/GHSA-wv4f-83pw-p2w9.json +++ b/advisories/unreviewed/2022/05/GHSA-wv4f-83pw-p2w9/GHSA-wv4f-83pw-p2w9.json @@ -7,12 +7,8 @@ "CVE-2014-1548" ], "details": "Multiple unspecified vulnerabilities in the browser engine in Mozilla Firefox before 31.0 and Thunderbird before 31.0 allow remote attackers to cause a denial of service (memory corruption and application crash) or possibly execute arbitrary code via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -124,9 +120,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-wvpx-3jvr-hpw3/GHSA-wvpx-3jvr-hpw3.json b/advisories/unreviewed/2022/05/GHSA-wvpx-3jvr-hpw3/GHSA-wvpx-3jvr-hpw3.json index dbf5cafb93e..fe3568aa0f2 100644 --- a/advisories/unreviewed/2022/05/GHSA-wvpx-3jvr-hpw3/GHSA-wvpx-3jvr-hpw3.json +++ b/advisories/unreviewed/2022/05/GHSA-wvpx-3jvr-hpw3/GHSA-wvpx-3jvr-hpw3.json @@ -7,12 +7,8 @@ "CVE-2014-0538" ], "details": "Use-after-free vulnerability in Adobe Flash Player before 13.0.0.241 and 14.x before 14.0.0.176 on Windows and OS X and before 11.2.202.400 on Linux, Adobe AIR before 14.0.0.178 on Windows and OS X and before 14.0.0.179 on Android, Adobe AIR SDK before 14.0.0.178, and Adobe AIR SDK & Compiler before 14.0.0.178 allows attackers to execute arbitrary code via unspecified vectors.", - "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-wx98-qq43-5g58/GHSA-wx98-qq43-5g58.json b/advisories/unreviewed/2022/05/GHSA-wx98-qq43-5g58/GHSA-wx98-qq43-5g58.json index fdcc87edbf9..f7e18e08dad 100644 --- a/advisories/unreviewed/2022/05/GHSA-wx98-qq43-5g58/GHSA-wx98-qq43-5g58.json +++ b/advisories/unreviewed/2022/05/GHSA-wx98-qq43-5g58/GHSA-wx98-qq43-5g58.json @@ -7,12 +7,8 @@ "CVE-2015-3057" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2014-9161, CVE-2015-3046, CVE-2015-3049, CVE-2015-3050, CVE-2015-3051, CVE-2015-3052, CVE-2015-3056, CVE-2015-3070, and CVE-2015-3076.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wxjm-f3hv-j7ff/GHSA-wxjm-f3hv-j7ff.json b/advisories/unreviewed/2022/05/GHSA-wxjm-f3hv-j7ff/GHSA-wxjm-f3hv-j7ff.json index 2203cf5323f..deed91a757a 100644 --- a/advisories/unreviewed/2022/05/GHSA-wxjm-f3hv-j7ff/GHSA-wxjm-f3hv-j7ff.json +++ b/advisories/unreviewed/2022/05/GHSA-wxjm-f3hv-j7ff/GHSA-wxjm-f3hv-j7ff.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-wxv7-9v45-68w6/GHSA-wxv7-9v45-68w6.json b/advisories/unreviewed/2022/05/GHSA-wxv7-9v45-68w6/GHSA-wxv7-9v45-68w6.json index c0358a07378..e7b2a9787e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-wxv7-9v45-68w6/GHSA-wxv7-9v45-68w6.json +++ b/advisories/unreviewed/2022/05/GHSA-wxv7-9v45-68w6/GHSA-wxv7-9v45-68w6.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-x22w-gfvm-wmxm/GHSA-x22w-gfvm-wmxm.json b/advisories/unreviewed/2022/05/GHSA-x22w-gfvm-wmxm/GHSA-x22w-gfvm-wmxm.json index 2d73253ee13..dd33306fb82 100644 --- a/advisories/unreviewed/2022/05/GHSA-x22w-gfvm-wmxm/GHSA-x22w-gfvm-wmxm.json +++ b/advisories/unreviewed/2022/05/GHSA-x22w-gfvm-wmxm/GHSA-x22w-gfvm-wmxm.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", @@ -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-x238-w8cx-rjvx/GHSA-x238-w8cx-rjvx.json b/advisories/unreviewed/2022/05/GHSA-x238-w8cx-rjvx/GHSA-x238-w8cx-rjvx.json index 53b54ad668e..d06b0ba75ac 100644 --- a/advisories/unreviewed/2022/05/GHSA-x238-w8cx-rjvx/GHSA-x238-w8cx-rjvx.json +++ b/advisories/unreviewed/2022/05/GHSA-x238-w8cx-rjvx/GHSA-x238-w8cx-rjvx.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-x24w-q975-6v48/GHSA-x24w-q975-6v48.json b/advisories/unreviewed/2022/05/GHSA-x24w-q975-6v48/GHSA-x24w-q975-6v48.json index 342486ea840..4fd2c319240 100644 --- a/advisories/unreviewed/2022/05/GHSA-x24w-q975-6v48/GHSA-x24w-q975-6v48.json +++ b/advisories/unreviewed/2022/05/GHSA-x24w-q975-6v48/GHSA-x24w-q975-6v48.json @@ -7,12 +7,8 @@ "CVE-2014-2513" ], "details": "EMC Documentum Content Server before 6.7 SP1 P28, 6.7 SP2 before P15, 7.0 before P15, and 7.1 before P06 does not properly check authorization after creation of an object, which allows remote authenticated users to execute arbitrary code with super-user privileges via a custom script.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x279-7m5p-wjmv/GHSA-x279-7m5p-wjmv.json b/advisories/unreviewed/2022/05/GHSA-x279-7m5p-wjmv/GHSA-x279-7m5p-wjmv.json index 033c671cd76..d0de1a96c9d 100644 --- a/advisories/unreviewed/2022/05/GHSA-x279-7m5p-wjmv/GHSA-x279-7m5p-wjmv.json +++ b/advisories/unreviewed/2022/05/GHSA-x279-7m5p-wjmv/GHSA-x279-7m5p-wjmv.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-x32x-wv35-mqp3/GHSA-x32x-wv35-mqp3.json b/advisories/unreviewed/2022/05/GHSA-x32x-wv35-mqp3/GHSA-x32x-wv35-mqp3.json index 4d9102da3bc..80ec579130b 100644 --- a/advisories/unreviewed/2022/05/GHSA-x32x-wv35-mqp3/GHSA-x32x-wv35-mqp3.json +++ b/advisories/unreviewed/2022/05/GHSA-x32x-wv35-mqp3/GHSA-x32x-wv35-mqp3.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-x3hj-gphm-858x/GHSA-x3hj-gphm-858x.json b/advisories/unreviewed/2022/05/GHSA-x3hj-gphm-858x/GHSA-x3hj-gphm-858x.json index 33d30fc0b32..72b0be5a613 100644 --- a/advisories/unreviewed/2022/05/GHSA-x3hj-gphm-858x/GHSA-x3hj-gphm-858x.json +++ b/advisories/unreviewed/2022/05/GHSA-x3hj-gphm-858x/GHSA-x3hj-gphm-858x.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-x4pr-8j2p-f6j2/GHSA-x4pr-8j2p-f6j2.json b/advisories/unreviewed/2022/05/GHSA-x4pr-8j2p-f6j2/GHSA-x4pr-8j2p-f6j2.json index 18c454c7aed..238214164c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-x4pr-8j2p-f6j2/GHSA-x4pr-8j2p-f6j2.json +++ b/advisories/unreviewed/2022/05/GHSA-x4pr-8j2p-f6j2/GHSA-x4pr-8j2p-f6j2.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-x52m-rpmj-3vrc/GHSA-x52m-rpmj-3vrc.json b/advisories/unreviewed/2022/05/GHSA-x52m-rpmj-3vrc/GHSA-x52m-rpmj-3vrc.json index 2b8413c2f7b..84bf03977e8 100644 --- a/advisories/unreviewed/2022/05/GHSA-x52m-rpmj-3vrc/GHSA-x52m-rpmj-3vrc.json +++ b/advisories/unreviewed/2022/05/GHSA-x52m-rpmj-3vrc/GHSA-x52m-rpmj-3vrc.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-x56f-xphh-4cf6/GHSA-x56f-xphh-4cf6.json b/advisories/unreviewed/2022/05/GHSA-x56f-xphh-4cf6/GHSA-x56f-xphh-4cf6.json index d37f6892958..373ab0c462a 100644 --- a/advisories/unreviewed/2022/05/GHSA-x56f-xphh-4cf6/GHSA-x56f-xphh-4cf6.json +++ b/advisories/unreviewed/2022/05/GHSA-x56f-xphh-4cf6/GHSA-x56f-xphh-4cf6.json @@ -7,12 +7,8 @@ "CVE-2015-6308" ], "details": "Cisco NX-OS 6.0(2)U6(0.46) on N3K devices allows remote authenticated users to cause a denial of service (temporary SNMP outage) via an SNMP request for an OID that does not exist, aka Bug ID CSCuw36684.", - "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-x6h9-7gj3-qfqg/GHSA-x6h9-7gj3-qfqg.json b/advisories/unreviewed/2022/05/GHSA-x6h9-7gj3-qfqg/GHSA-x6h9-7gj3-qfqg.json index 739e1dd9821..85d12a7de3e 100644 --- a/advisories/unreviewed/2022/05/GHSA-x6h9-7gj3-qfqg/GHSA-x6h9-7gj3-qfqg.json +++ b/advisories/unreviewed/2022/05/GHSA-x6h9-7gj3-qfqg/GHSA-x6h9-7gj3-qfqg.json @@ -7,12 +7,8 @@ "CVE-2014-3113" ], "details": "Multiple buffer overflows in RealNetworks RealPlayer before 17.0.10.8 allow remote attackers to execute arbitrary code via a malformed (1) elst or (2) stsz atom in an MP4 file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x6mp-h6hg-2wfg/GHSA-x6mp-h6hg-2wfg.json b/advisories/unreviewed/2022/05/GHSA-x6mp-h6hg-2wfg/GHSA-x6mp-h6hg-2wfg.json index 596f96a6c90..a3b31718d84 100644 --- a/advisories/unreviewed/2022/05/GHSA-x6mp-h6hg-2wfg/GHSA-x6mp-h6hg-2wfg.json +++ b/advisories/unreviewed/2022/05/GHSA-x6mp-h6hg-2wfg/GHSA-x6mp-h6hg-2wfg.json @@ -7,12 +7,8 @@ "CVE-2014-3325" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in Cisco Unified Customer Voice Portal (CVP) allow remote attackers to inject arbitrary web script or HTML via a crafted parameter, aka Bug IDs CSCuh61711, CSCuh61720, CSCuh61723, CSCuh61726, CSCuh61727, CSCuh61731, and CSCuh61733.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x775-rjw6-fgf2/GHSA-x775-rjw6-fgf2.json b/advisories/unreviewed/2022/05/GHSA-x775-rjw6-fgf2/GHSA-x775-rjw6-fgf2.json index 3c06e2d6e28..7c3e12b7665 100644 --- a/advisories/unreviewed/2022/05/GHSA-x775-rjw6-fgf2/GHSA-x775-rjw6-fgf2.json +++ b/advisories/unreviewed/2022/05/GHSA-x775-rjw6-fgf2/GHSA-x775-rjw6-fgf2.json @@ -7,12 +7,8 @@ "CVE-2014-3515" ], "details": "The SPL component in PHP before 5.4.30 and 5.5.x before 5.5.14 incorrectly anticipates that certain data structures will have the array data type after unserialization, which allows remote attackers to execute arbitrary code via a crafted string that triggers use of a Hashtable destructor, related to \"type confusion\" issues in (1) ArrayObject and (2) SPLObjectStorage.", - "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-x85m-gh25-xg3c/GHSA-x85m-gh25-xg3c.json b/advisories/unreviewed/2022/05/GHSA-x85m-gh25-xg3c/GHSA-x85m-gh25-xg3c.json index 5b9e939029f..ff0ee642212 100644 --- a/advisories/unreviewed/2022/05/GHSA-x85m-gh25-xg3c/GHSA-x85m-gh25-xg3c.json +++ b/advisories/unreviewed/2022/05/GHSA-x85m-gh25-xg3c/GHSA-x85m-gh25-xg3c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x8qm-7p8g-qf87/GHSA-x8qm-7p8g-qf87.json b/advisories/unreviewed/2022/05/GHSA-x8qm-7p8g-qf87/GHSA-x8qm-7p8g-qf87.json index d35c0bae6ae..822d71e86f3 100644 --- a/advisories/unreviewed/2022/05/GHSA-x8qm-7p8g-qf87/GHSA-x8qm-7p8g-qf87.json +++ b/advisories/unreviewed/2022/05/GHSA-x8qm-7p8g-qf87/GHSA-x8qm-7p8g-qf87.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-x8rh-5gwj-qvc6/GHSA-x8rh-5gwj-qvc6.json b/advisories/unreviewed/2022/05/GHSA-x8rh-5gwj-qvc6/GHSA-x8rh-5gwj-qvc6.json index dacb34648db..7d27545c060 100644 --- a/advisories/unreviewed/2022/05/GHSA-x8rh-5gwj-qvc6/GHSA-x8rh-5gwj-qvc6.json +++ b/advisories/unreviewed/2022/05/GHSA-x8rh-5gwj-qvc6/GHSA-x8rh-5gwj-qvc6.json @@ -7,12 +7,8 @@ "CVE-2015-7600" ], "details": "Cisco VPN Client 5.x through 5.0.07.0440 uses weak permissions for vpnclient.ini, which allows local users to gain privileges by entering an arbitrary program name in the Command field of the ApplicationLauncher section.", - "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-x98r-m6qh-gg27/GHSA-x98r-m6qh-gg27.json b/advisories/unreviewed/2022/05/GHSA-x98r-m6qh-gg27/GHSA-x98r-m6qh-gg27.json index 3068ea4f551..bb77aceb6fa 100644 --- a/advisories/unreviewed/2022/05/GHSA-x98r-m6qh-gg27/GHSA-x98r-m6qh-gg27.json +++ b/advisories/unreviewed/2022/05/GHSA-x98r-m6qh-gg27/GHSA-x98r-m6qh-gg27.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-xchp-v76c-8jf6/GHSA-xchp-v76c-8jf6.json b/advisories/unreviewed/2022/05/GHSA-xchp-v76c-8jf6/GHSA-xchp-v76c-8jf6.json index d5207e95eb6..8c0ca7f781c 100644 --- a/advisories/unreviewed/2022/05/GHSA-xchp-v76c-8jf6/GHSA-xchp-v76c-8jf6.json +++ b/advisories/unreviewed/2022/05/GHSA-xchp-v76c-8jf6/GHSA-xchp-v76c-8jf6.json @@ -7,12 +7,8 @@ "CVE-2014-8924" ], "details": "The server in IBM License Metric Tool 7.2.2 before IF15 and 7.5 before IF24 and Tivoli Asset Discovery for Distributed 7.2.2 before IF15 and 7.5 before IF24 allows remote attackers to read arbitrary files or send TCP requests to intranet servers via XML data containing an external entity declaration in conjunction with an entity reference, related to an XML External Entity (XXE) issue.", - "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-xcwq-cfhq-v46m/GHSA-xcwq-cfhq-v46m.json b/advisories/unreviewed/2022/05/GHSA-xcwq-cfhq-v46m/GHSA-xcwq-cfhq-v46m.json index fdeced3dae2..b908f2eba40 100644 --- a/advisories/unreviewed/2022/05/GHSA-xcwq-cfhq-v46m/GHSA-xcwq-cfhq-v46m.json +++ b/advisories/unreviewed/2022/05/GHSA-xcwq-cfhq-v46m/GHSA-xcwq-cfhq-v46m.json @@ -7,12 +7,8 @@ "CVE-2014-2389" ], "details": "Stack-based buffer overflow in a certain decryption function in qconnDoor on BlackBerry Z10 devices with software 10.1.0.2312, when developer-mode has been previously enabled, allows remote attackers to execute arbitrary code via a crafted packet in a TCP session on a wireless network.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xf6v-7wcc-qvvf/GHSA-xf6v-7wcc-qvvf.json b/advisories/unreviewed/2022/05/GHSA-xf6v-7wcc-qvvf/GHSA-xf6v-7wcc-qvvf.json index 44568280f90..7a38af6f41e 100644 --- a/advisories/unreviewed/2022/05/GHSA-xf6v-7wcc-qvvf/GHSA-xf6v-7wcc-qvvf.json +++ b/advisories/unreviewed/2022/05/GHSA-xf6v-7wcc-qvvf/GHSA-xf6v-7wcc-qvvf.json @@ -7,12 +7,8 @@ "CVE-2015-0773" ], "details": "Cisco FireSIGHT System Software 5.3.1.3 and 6.0.0 allows remote authenticated users to delete an arbitrary user's dashboard via a modified VPN deletion request in a management session, aka Bug ID CSCut67078.", - "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-xg6c-x6rj-pf7r/GHSA-xg6c-x6rj-pf7r.json b/advisories/unreviewed/2022/05/GHSA-xg6c-x6rj-pf7r/GHSA-xg6c-x6rj-pf7r.json index e76ac26e5b3..c3f2fb4be1f 100644 --- a/advisories/unreviewed/2022/05/GHSA-xg6c-x6rj-pf7r/GHSA-xg6c-x6rj-pf7r.json +++ b/advisories/unreviewed/2022/05/GHSA-xg6c-x6rj-pf7r/GHSA-xg6c-x6rj-pf7r.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-xgr5-8gm5-gj39/GHSA-xgr5-8gm5-gj39.json b/advisories/unreviewed/2022/05/GHSA-xgr5-8gm5-gj39/GHSA-xgr5-8gm5-gj39.json index 91f5d4acf8c..d364c084b32 100644 --- a/advisories/unreviewed/2022/05/GHSA-xgr5-8gm5-gj39/GHSA-xgr5-8gm5-gj39.json +++ b/advisories/unreviewed/2022/05/GHSA-xgr5-8gm5-gj39/GHSA-xgr5-8gm5-gj39.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-xgvm-jvc5-g44x/GHSA-xgvm-jvc5-g44x.json b/advisories/unreviewed/2022/05/GHSA-xgvm-jvc5-g44x/GHSA-xgvm-jvc5-g44x.json index f514d869e61..599b8d97b09 100644 --- a/advisories/unreviewed/2022/05/GHSA-xgvm-jvc5-g44x/GHSA-xgvm-jvc5-g44x.json +++ b/advisories/unreviewed/2022/05/GHSA-xgvm-jvc5-g44x/GHSA-xgvm-jvc5-g44x.json @@ -7,12 +7,8 @@ "CVE-2015-0751" ], "details": "Cisco IP Phone 7861, when firmware from Cisco Unified Communications Manager 10.3(1) is used, allows remote attackers to cause a denial of service via crafted packets, aka Bug ID CSCus81800.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xhwq-qc65-7mcj/GHSA-xhwq-qc65-7mcj.json b/advisories/unreviewed/2022/05/GHSA-xhwq-qc65-7mcj/GHSA-xhwq-qc65-7mcj.json index 311658c5b4c..c250e2892dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-xhwq-qc65-7mcj/GHSA-xhwq-qc65-7mcj.json +++ b/advisories/unreviewed/2022/05/GHSA-xhwq-qc65-7mcj/GHSA-xhwq-qc65-7mcj.json @@ -7,12 +7,8 @@ "CVE-2015-0693" ], "details": "Cisco Web Security Appliance (WSA) devices with software 8.5.0-ise-147 do not properly restrict use of the pickle Python module during certain tunnel-status checks, which allows local users to execute arbitrary Python code and gain privileges via a crafted pickle file, aka Bug ID CSCut39259.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xj6x-4fwp-9v78/GHSA-xj6x-4fwp-9v78.json b/advisories/unreviewed/2022/05/GHSA-xj6x-4fwp-9v78/GHSA-xj6x-4fwp-9v78.json index 0794d2a3e18..b41afd028da 100644 --- a/advisories/unreviewed/2022/05/GHSA-xj6x-4fwp-9v78/GHSA-xj6x-4fwp-9v78.json +++ b/advisories/unreviewed/2022/05/GHSA-xj6x-4fwp-9v78/GHSA-xj6x-4fwp-9v78.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-xj9h-242g-rjqv/GHSA-xj9h-242g-rjqv.json b/advisories/unreviewed/2022/05/GHSA-xj9h-242g-rjqv/GHSA-xj9h-242g-rjqv.json index 009823fd556..4dbbafeca44 100644 --- a/advisories/unreviewed/2022/05/GHSA-xj9h-242g-rjqv/GHSA-xj9h-242g-rjqv.json +++ b/advisories/unreviewed/2022/05/GHSA-xj9h-242g-rjqv/GHSA-xj9h-242g-rjqv.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-xmqw-mh3q-89r9/GHSA-xmqw-mh3q-89r9.json b/advisories/unreviewed/2022/05/GHSA-xmqw-mh3q-89r9/GHSA-xmqw-mh3q-89r9.json index 5b6bb76b41e..8824e761c6e 100644 --- a/advisories/unreviewed/2022/05/GHSA-xmqw-mh3q-89r9/GHSA-xmqw-mh3q-89r9.json +++ b/advisories/unreviewed/2022/05/GHSA-xmqw-mh3q-89r9/GHSA-xmqw-mh3q-89r9.json @@ -7,12 +7,8 @@ "CVE-2014-1546" ], "details": "The response function in the JSONP endpoint in WebService/Server/JSONRPC.pm in jsonrpc.cgi in Bugzilla 3.x and 4.x before 4.0.14, 4.1.x and 4.2.x before 4.2.10, 4.3.x and 4.4.x before 4.4.5, and 4.5.x before 4.5.5 accepts certain long callback values and does not restrict the initial bytes of a JSONP response, which allows remote attackers to conduct cross-site request forgery (CSRF) attacks, and obtain sensitive information, via a crafted OBJECT element with SWF content consistent with the _bz_callback character set.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xp32-4pp4-j2w2/GHSA-xp32-4pp4-j2w2.json b/advisories/unreviewed/2022/05/GHSA-xp32-4pp4-j2w2/GHSA-xp32-4pp4-j2w2.json index 448fb62ea37..ddaa7d776ad 100644 --- a/advisories/unreviewed/2022/05/GHSA-xp32-4pp4-j2w2/GHSA-xp32-4pp4-j2w2.json +++ b/advisories/unreviewed/2022/05/GHSA-xp32-4pp4-j2w2/GHSA-xp32-4pp4-j2w2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xp9j-qc3f-8p8q/GHSA-xp9j-qc3f-8p8q.json b/advisories/unreviewed/2022/05/GHSA-xp9j-qc3f-8p8q/GHSA-xp9j-qc3f-8p8q.json index b53ba094f43..8d254a5646f 100644 --- a/advisories/unreviewed/2022/05/GHSA-xp9j-qc3f-8p8q/GHSA-xp9j-qc3f-8p8q.json +++ b/advisories/unreviewed/2022/05/GHSA-xp9j-qc3f-8p8q/GHSA-xp9j-qc3f-8p8q.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-xp9m-x8x2-9jh8/GHSA-xp9m-x8x2-9jh8.json b/advisories/unreviewed/2022/05/GHSA-xp9m-x8x2-9jh8/GHSA-xp9m-x8x2-9jh8.json index 98d3aa4d2da..3695329a3ab 100644 --- a/advisories/unreviewed/2022/05/GHSA-xp9m-x8x2-9jh8/GHSA-xp9m-x8x2-9jh8.json +++ b/advisories/unreviewed/2022/05/GHSA-xp9m-x8x2-9jh8/GHSA-xp9m-x8x2-9jh8.json @@ -7,12 +7,8 @@ "CVE-2015-6327" ], "details": "The IKEv1 implementation in Cisco Adaptive Security Appliance (ASA) software 7.2 and 8.2 before 8.2(5.58), 8.3 and 8.4 before 8.4(7.29), 8.5 through 8.7 before 8.7(1.17), 9.0 before 9.0(4.37), 9.1 before 9.1(6.8), 9.2 before 9.2(4), and 9.3 before 9.3(3) allows remote attackers to cause a denial of service (device reload) via crafted ISAKMP UDP packets, aka Bug ID CSCus94026.", - "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-xpm5-348m-m6w2/GHSA-xpm5-348m-m6w2.json b/advisories/unreviewed/2022/05/GHSA-xpm5-348m-m6w2/GHSA-xpm5-348m-m6w2.json index cf8b21fa5b3..6761cd2f840 100644 --- a/advisories/unreviewed/2022/05/GHSA-xpm5-348m-m6w2/GHSA-xpm5-348m-m6w2.json +++ b/advisories/unreviewed/2022/05/GHSA-xpm5-348m-m6w2/GHSA-xpm5-348m-m6w2.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-xprg-g3m2-wcjv/GHSA-xprg-g3m2-wcjv.json b/advisories/unreviewed/2022/05/GHSA-xprg-g3m2-wcjv/GHSA-xprg-g3m2-wcjv.json index 70078f500b4..b425736cb26 100644 --- a/advisories/unreviewed/2022/05/GHSA-xprg-g3m2-wcjv/GHSA-xprg-g3m2-wcjv.json +++ b/advisories/unreviewed/2022/05/GHSA-xprg-g3m2-wcjv/GHSA-xprg-g3m2-wcjv.json @@ -7,12 +7,8 @@ "CVE-2014-1550" ], "details": "Use-after-free vulnerability in the MediaInputPort class in Mozilla Firefox before 31.0 and Thunderbird before 31.0 allows remote attackers to execute arbitrary code or cause a denial of service (heap memory corruption) by leveraging incorrect Web Audio control-message ordering.", - "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-xq23-vw7c-wg89/GHSA-xq23-vw7c-wg89.json b/advisories/unreviewed/2022/05/GHSA-xq23-vw7c-wg89/GHSA-xq23-vw7c-wg89.json index 4883d706163..370d0e670be 100644 --- a/advisories/unreviewed/2022/05/GHSA-xq23-vw7c-wg89/GHSA-xq23-vw7c-wg89.json +++ b/advisories/unreviewed/2022/05/GHSA-xq23-vw7c-wg89/GHSA-xq23-vw7c-wg89.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xq54-mqmx-3733/GHSA-xq54-mqmx-3733.json b/advisories/unreviewed/2022/05/GHSA-xq54-mqmx-3733/GHSA-xq54-mqmx-3733.json index 5bd479cd9fd..66ba93408a4 100644 --- a/advisories/unreviewed/2022/05/GHSA-xq54-mqmx-3733/GHSA-xq54-mqmx-3733.json +++ b/advisories/unreviewed/2022/05/GHSA-xq54-mqmx-3733/GHSA-xq54-mqmx-3733.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-xq88-268m-j4fh/GHSA-xq88-268m-j4fh.json b/advisories/unreviewed/2022/05/GHSA-xq88-268m-j4fh/GHSA-xq88-268m-j4fh.json index a6ed4212ce0..98d41b60f4b 100644 --- a/advisories/unreviewed/2022/05/GHSA-xq88-268m-j4fh/GHSA-xq88-268m-j4fh.json +++ b/advisories/unreviewed/2022/05/GHSA-xq88-268m-j4fh/GHSA-xq88-268m-j4fh.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-xqh7-3533-9v4f/GHSA-xqh7-3533-9v4f.json b/advisories/unreviewed/2022/05/GHSA-xqh7-3533-9v4f/GHSA-xqh7-3533-9v4f.json index bed9e8a5060..3390ba27627 100644 --- a/advisories/unreviewed/2022/05/GHSA-xqh7-3533-9v4f/GHSA-xqh7-3533-9v4f.json +++ b/advisories/unreviewed/2022/05/GHSA-xqh7-3533-9v4f/GHSA-xqh7-3533-9v4f.json @@ -7,12 +7,8 @@ "CVE-2014-1733" ], "details": "The PointerCompare function in codegen.cc in Seccomp-BPF, as used in Google Chrome before 34.0.1847.131 on Windows and OS X and before 34.0.1847.132 on Linux, does not properly merge blocks, which might allow remote attackers to bypass intended sandbox restrictions by leveraging renderer access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xqx5-4vvj-rqwr/GHSA-xqx5-4vvj-rqwr.json b/advisories/unreviewed/2022/05/GHSA-xqx5-4vvj-rqwr/GHSA-xqx5-4vvj-rqwr.json index e9a12eebb91..4fba59a1fa6 100644 --- a/advisories/unreviewed/2022/05/GHSA-xqx5-4vvj-rqwr/GHSA-xqx5-4vvj-rqwr.json +++ b/advisories/unreviewed/2022/05/GHSA-xqx5-4vvj-rqwr/GHSA-xqx5-4vvj-rqwr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2022/05/GHSA-xrmm-q45r-f6gr/GHSA-xrmm-q45r-f6gr.json b/advisories/unreviewed/2022/05/GHSA-xrmm-q45r-f6gr/GHSA-xrmm-q45r-f6gr.json index 12364735519..dae444da34a 100644 --- a/advisories/unreviewed/2022/05/GHSA-xrmm-q45r-f6gr/GHSA-xrmm-q45r-f6gr.json +++ b/advisories/unreviewed/2022/05/GHSA-xrmm-q45r-f6gr/GHSA-xrmm-q45r-f6gr.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-xrv7-w6wq-5f4g/GHSA-xrv7-w6wq-5f4g.json b/advisories/unreviewed/2022/05/GHSA-xrv7-w6wq-5f4g/GHSA-xrv7-w6wq-5f4g.json index 1a09efe8a56..f05f41cefd0 100644 --- a/advisories/unreviewed/2022/05/GHSA-xrv7-w6wq-5f4g/GHSA-xrv7-w6wq-5f4g.json +++ b/advisories/unreviewed/2022/05/GHSA-xrv7-w6wq-5f4g/GHSA-xrv7-w6wq-5f4g.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", @@ -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-xrvq-v6gg-4qrq/GHSA-xrvq-v6gg-4qrq.json b/advisories/unreviewed/2022/05/GHSA-xrvq-v6gg-4qrq/GHSA-xrvq-v6gg-4qrq.json index 19f8d83126d..eaee7d44d41 100644 --- a/advisories/unreviewed/2022/05/GHSA-xrvq-v6gg-4qrq/GHSA-xrvq-v6gg-4qrq.json +++ b/advisories/unreviewed/2022/05/GHSA-xrvq-v6gg-4qrq/GHSA-xrvq-v6gg-4qrq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xw8r-p3j5-p3g4/GHSA-xw8r-p3j5-p3g4.json b/advisories/unreviewed/2022/05/GHSA-xw8r-p3j5-p3g4/GHSA-xw8r-p3j5-p3g4.json index 2e6fee959d4..15ecff190dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-xw8r-p3j5-p3g4/GHSA-xw8r-p3j5-p3g4.json +++ b/advisories/unreviewed/2022/05/GHSA-xw8r-p3j5-p3g4/GHSA-xw8r-p3j5-p3g4.json @@ -7,12 +7,8 @@ "CVE-2015-3048" ], "details": "Buffer overflow in Adobe Reader and Acrobat 10.x before 10.1.14 and 11.x before 11.0.11 on Windows and OS X allows attackers to execute arbitrary code via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xww9-8g2p-wvcf/GHSA-xww9-8g2p-wvcf.json b/advisories/unreviewed/2022/05/GHSA-xww9-8g2p-wvcf/GHSA-xww9-8g2p-wvcf.json index 6531a44dc37..22191f85887 100644 --- a/advisories/unreviewed/2022/05/GHSA-xww9-8g2p-wvcf/GHSA-xww9-8g2p-wvcf.json +++ b/advisories/unreviewed/2022/05/GHSA-xww9-8g2p-wvcf/GHSA-xww9-8g2p-wvcf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xx9p-q38p-3673/GHSA-xx9p-q38p-3673.json b/advisories/unreviewed/2022/05/GHSA-xx9p-q38p-3673/GHSA-xx9p-q38p-3673.json index 8d50e3114c1..4ff47089b20 100644 --- a/advisories/unreviewed/2022/05/GHSA-xx9p-q38p-3673/GHSA-xx9p-q38p-3673.json +++ b/advisories/unreviewed/2022/05/GHSA-xx9p-q38p-3673/GHSA-xx9p-q38p-3673.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-xxr9-37w5-wgwc/GHSA-xxr9-37w5-wgwc.json b/advisories/unreviewed/2022/05/GHSA-xxr9-37w5-wgwc/GHSA-xxr9-37w5-wgwc.json index 348037f3d5c..5ccd13029a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-xxr9-37w5-wgwc/GHSA-xxr9-37w5-wgwc.json +++ b/advisories/unreviewed/2022/05/GHSA-xxr9-37w5-wgwc/GHSA-xxr9-37w5-wgwc.json @@ -7,12 +7,8 @@ "CVE-2014-0016" ], "details": "stunnel before 5.00, when using fork threading, does not properly update the state of the OpenSSL pseudo-random number generator (PRNG), which causes subsequent children with the same process ID to use the same entropy pool and allows remote attackers to obtain private keys for EC (ECDSA) or DSA certificates.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-4g4m-73g5-7x72/GHSA-4g4m-73g5-7x72.json b/advisories/unreviewed/2022/09/GHSA-4g4m-73g5-7x72/GHSA-4g4m-73g5-7x72.json index 955d88e5a2a..404601bd61e 100644 --- a/advisories/unreviewed/2022/09/GHSA-4g4m-73g5-7x72/GHSA-4g4m-73g5-7x72.json +++ b/advisories/unreviewed/2022/09/GHSA-4g4m-73g5-7x72/GHSA-4g4m-73g5-7x72.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/09/GHSA-4x5q-4j9q-jcv8/GHSA-4x5q-4j9q-jcv8.json b/advisories/unreviewed/2022/09/GHSA-4x5q-4j9q-jcv8/GHSA-4x5q-4j9q-jcv8.json index 0bb35de11af..f4bfbd9e18c 100644 --- a/advisories/unreviewed/2022/09/GHSA-4x5q-4j9q-jcv8/GHSA-4x5q-4j9q-jcv8.json +++ b/advisories/unreviewed/2022/09/GHSA-4x5q-4j9q-jcv8/GHSA-4x5q-4j9q-jcv8.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/09/GHSA-93xc-8f45-qxx3/GHSA-93xc-8f45-qxx3.json b/advisories/unreviewed/2022/09/GHSA-93xc-8f45-qxx3/GHSA-93xc-8f45-qxx3.json index 1f00bdc2959..8f369c442c7 100644 --- a/advisories/unreviewed/2022/09/GHSA-93xc-8f45-qxx3/GHSA-93xc-8f45-qxx3.json +++ b/advisories/unreviewed/2022/09/GHSA-93xc-8f45-qxx3/GHSA-93xc-8f45-qxx3.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-cjph-938c-9p3j/GHSA-cjph-938c-9p3j.json b/advisories/unreviewed/2022/09/GHSA-cjph-938c-9p3j/GHSA-cjph-938c-9p3j.json index 9209d0b5461..14184ff961f 100644 --- a/advisories/unreviewed/2022/09/GHSA-cjph-938c-9p3j/GHSA-cjph-938c-9p3j.json +++ b/advisories/unreviewed/2022/09/GHSA-cjph-938c-9p3j/GHSA-cjph-938c-9p3j.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/09/GHSA-hq6m-mwgx-2pr8/GHSA-hq6m-mwgx-2pr8.json b/advisories/unreviewed/2022/09/GHSA-hq6m-mwgx-2pr8/GHSA-hq6m-mwgx-2pr8.json index ff1d542a307..d0f0a88fc22 100644 --- a/advisories/unreviewed/2022/09/GHSA-hq6m-mwgx-2pr8/GHSA-hq6m-mwgx-2pr8.json +++ b/advisories/unreviewed/2022/09/GHSA-hq6m-mwgx-2pr8/GHSA-hq6m-mwgx-2pr8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-j82w-42mc-f78p/GHSA-j82w-42mc-f78p.json b/advisories/unreviewed/2022/09/GHSA-j82w-42mc-f78p/GHSA-j82w-42mc-f78p.json index 9d161b7f3f1..40c1e4c4c4d 100644 --- a/advisories/unreviewed/2022/09/GHSA-j82w-42mc-f78p/GHSA-j82w-42mc-f78p.json +++ b/advisories/unreviewed/2022/09/GHSA-j82w-42mc-f78p/GHSA-j82w-42mc-f78p.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/09/GHSA-q5w9-m93h-r979/GHSA-q5w9-m93h-r979.json b/advisories/unreviewed/2022/09/GHSA-q5w9-m93h-r979/GHSA-q5w9-m93h-r979.json index dcad8e25b47..7458b5c0f1b 100644 --- a/advisories/unreviewed/2022/09/GHSA-q5w9-m93h-r979/GHSA-q5w9-m93h-r979.json +++ b/advisories/unreviewed/2022/09/GHSA-q5w9-m93h-r979/GHSA-q5w9-m93h-r979.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/09/GHSA-q7x6-jvjm-g9f5/GHSA-q7x6-jvjm-g9f5.json b/advisories/unreviewed/2022/09/GHSA-q7x6-jvjm-g9f5/GHSA-q7x6-jvjm-g9f5.json index 66bca07e0f2..cff8bbc7636 100644 --- a/advisories/unreviewed/2022/09/GHSA-q7x6-jvjm-g9f5/GHSA-q7x6-jvjm-g9f5.json +++ b/advisories/unreviewed/2022/09/GHSA-q7x6-jvjm-g9f5/GHSA-q7x6-jvjm-g9f5.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/09/GHSA-w7w6-fjvv-9m3w/GHSA-w7w6-fjvv-9m3w.json b/advisories/unreviewed/2022/09/GHSA-w7w6-fjvv-9m3w/GHSA-w7w6-fjvv-9m3w.json index acd4f8e85ef..9ef78b2894f 100644 --- a/advisories/unreviewed/2022/09/GHSA-w7w6-fjvv-9m3w/GHSA-w7w6-fjvv-9m3w.json +++ b/advisories/unreviewed/2022/09/GHSA-w7w6-fjvv-9m3w/GHSA-w7w6-fjvv-9m3w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/10/GHSA-3g2p-5q22-h774/GHSA-3g2p-5q22-h774.json b/advisories/unreviewed/2022/10/GHSA-3g2p-5q22-h774/GHSA-3g2p-5q22-h774.json index 0054a5dcc6a..310e3b94053 100644 --- a/advisories/unreviewed/2022/10/GHSA-3g2p-5q22-h774/GHSA-3g2p-5q22-h774.json +++ b/advisories/unreviewed/2022/10/GHSA-3g2p-5q22-h774/GHSA-3g2p-5q22-h774.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-78q9-hfcv-3gpv/GHSA-78q9-hfcv-3gpv.json b/advisories/unreviewed/2022/10/GHSA-78q9-hfcv-3gpv/GHSA-78q9-hfcv-3gpv.json index 4f566c90b15..0e45314480c 100644 --- a/advisories/unreviewed/2022/10/GHSA-78q9-hfcv-3gpv/GHSA-78q9-hfcv-3gpv.json +++ b/advisories/unreviewed/2022/10/GHSA-78q9-hfcv-3gpv/GHSA-78q9-hfcv-3gpv.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/2022/10/GHSA-m4gh-3245-h724/GHSA-m4gh-3245-h724.json b/advisories/unreviewed/2022/10/GHSA-m4gh-3245-h724/GHSA-m4gh-3245-h724.json index df6ad0cc487..e07fcd829ec 100644 --- a/advisories/unreviewed/2022/10/GHSA-m4gh-3245-h724/GHSA-m4gh-3245-h724.json +++ b/advisories/unreviewed/2022/10/GHSA-m4gh-3245-h724/GHSA-m4gh-3245-h724.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-29c9-qmhw-f6px/GHSA-29c9-qmhw-f6px.json b/advisories/unreviewed/2022/11/GHSA-29c9-qmhw-f6px/GHSA-29c9-qmhw-f6px.json index a47799b3487..aa2a2b37db1 100644 --- a/advisories/unreviewed/2022/11/GHSA-29c9-qmhw-f6px/GHSA-29c9-qmhw-f6px.json +++ b/advisories/unreviewed/2022/11/GHSA-29c9-qmhw-f6px/GHSA-29c9-qmhw-f6px.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-2qpw-jpx2-w9hr/GHSA-2qpw-jpx2-w9hr.json b/advisories/unreviewed/2022/11/GHSA-2qpw-jpx2-w9hr/GHSA-2qpw-jpx2-w9hr.json index 30f5708a579..0fef3b2c405 100644 --- a/advisories/unreviewed/2022/11/GHSA-2qpw-jpx2-w9hr/GHSA-2qpw-jpx2-w9hr.json +++ b/advisories/unreviewed/2022/11/GHSA-2qpw-jpx2-w9hr/GHSA-2qpw-jpx2-w9hr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-33mr-h3pf-4jg7/GHSA-33mr-h3pf-4jg7.json b/advisories/unreviewed/2022/11/GHSA-33mr-h3pf-4jg7/GHSA-33mr-h3pf-4jg7.json index 446c5c451de..35ce4080a63 100644 --- a/advisories/unreviewed/2022/11/GHSA-33mr-h3pf-4jg7/GHSA-33mr-h3pf-4jg7.json +++ b/advisories/unreviewed/2022/11/GHSA-33mr-h3pf-4jg7/GHSA-33mr-h3pf-4jg7.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/11/GHSA-3wfp-9jx5-5xmc/GHSA-3wfp-9jx5-5xmc.json b/advisories/unreviewed/2022/11/GHSA-3wfp-9jx5-5xmc/GHSA-3wfp-9jx5-5xmc.json index 4d681e4e61a..4c40b1f2e59 100644 --- a/advisories/unreviewed/2022/11/GHSA-3wfp-9jx5-5xmc/GHSA-3wfp-9jx5-5xmc.json +++ b/advisories/unreviewed/2022/11/GHSA-3wfp-9jx5-5xmc/GHSA-3wfp-9jx5-5xmc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-463j-v4qx-4h6h/GHSA-463j-v4qx-4h6h.json b/advisories/unreviewed/2022/11/GHSA-463j-v4qx-4h6h/GHSA-463j-v4qx-4h6h.json index 21499dea2d8..7a9716c27d7 100644 --- a/advisories/unreviewed/2022/11/GHSA-463j-v4qx-4h6h/GHSA-463j-v4qx-4h6h.json +++ b/advisories/unreviewed/2022/11/GHSA-463j-v4qx-4h6h/GHSA-463j-v4qx-4h6h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-4858-5fjj-3758/GHSA-4858-5fjj-3758.json b/advisories/unreviewed/2022/11/GHSA-4858-5fjj-3758/GHSA-4858-5fjj-3758.json index 18edb871dca..3681dc728ea 100644 --- a/advisories/unreviewed/2022/11/GHSA-4858-5fjj-3758/GHSA-4858-5fjj-3758.json +++ b/advisories/unreviewed/2022/11/GHSA-4858-5fjj-3758/GHSA-4858-5fjj-3758.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-5q87-25fm-h25v/GHSA-5q87-25fm-h25v.json b/advisories/unreviewed/2022/11/GHSA-5q87-25fm-h25v/GHSA-5q87-25fm-h25v.json index a4ca3513f12..2bb25c3df86 100644 --- a/advisories/unreviewed/2022/11/GHSA-5q87-25fm-h25v/GHSA-5q87-25fm-h25v.json +++ b/advisories/unreviewed/2022/11/GHSA-5q87-25fm-h25v/GHSA-5q87-25fm-h25v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-84r8-w725-7j27/GHSA-84r8-w725-7j27.json b/advisories/unreviewed/2022/11/GHSA-84r8-w725-7j27/GHSA-84r8-w725-7j27.json index 9d28ce40dfc..19a758f64c8 100644 --- a/advisories/unreviewed/2022/11/GHSA-84r8-w725-7j27/GHSA-84r8-w725-7j27.json +++ b/advisories/unreviewed/2022/11/GHSA-84r8-w725-7j27/GHSA-84r8-w725-7j27.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/11/GHSA-c9xc-qcg9-c8hr/GHSA-c9xc-qcg9-c8hr.json b/advisories/unreviewed/2022/11/GHSA-c9xc-qcg9-c8hr/GHSA-c9xc-qcg9-c8hr.json index cdc103ad06d..2a0ee9a06c8 100644 --- a/advisories/unreviewed/2022/11/GHSA-c9xc-qcg9-c8hr/GHSA-c9xc-qcg9-c8hr.json +++ b/advisories/unreviewed/2022/11/GHSA-c9xc-qcg9-c8hr/GHSA-c9xc-qcg9-c8hr.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-cxvx-jrq9-m836/GHSA-cxvx-jrq9-m836.json b/advisories/unreviewed/2022/11/GHSA-cxvx-jrq9-m836/GHSA-cxvx-jrq9-m836.json index 778daab0841..f90aa456178 100644 --- a/advisories/unreviewed/2022/11/GHSA-cxvx-jrq9-m836/GHSA-cxvx-jrq9-m836.json +++ b/advisories/unreviewed/2022/11/GHSA-cxvx-jrq9-m836/GHSA-cxvx-jrq9-m836.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-gg36-2fj2-24h8/GHSA-gg36-2fj2-24h8.json b/advisories/unreviewed/2022/11/GHSA-gg36-2fj2-24h8/GHSA-gg36-2fj2-24h8.json index 5a596ca911e..dd5753a2ad8 100644 --- a/advisories/unreviewed/2022/11/GHSA-gg36-2fj2-24h8/GHSA-gg36-2fj2-24h8.json +++ b/advisories/unreviewed/2022/11/GHSA-gg36-2fj2-24h8/GHSA-gg36-2fj2-24h8.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-gw5q-p423-gp9c/GHSA-gw5q-p423-gp9c.json b/advisories/unreviewed/2022/11/GHSA-gw5q-p423-gp9c/GHSA-gw5q-p423-gp9c.json index f8abf431699..a5bceb6fc82 100644 --- a/advisories/unreviewed/2022/11/GHSA-gw5q-p423-gp9c/GHSA-gw5q-p423-gp9c.json +++ b/advisories/unreviewed/2022/11/GHSA-gw5q-p423-gp9c/GHSA-gw5q-p423-gp9c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-j269-93gg-337v/GHSA-j269-93gg-337v.json b/advisories/unreviewed/2022/11/GHSA-j269-93gg-337v/GHSA-j269-93gg-337v.json index 1351c6e6937..1dae9f43aa3 100644 --- a/advisories/unreviewed/2022/11/GHSA-j269-93gg-337v/GHSA-j269-93gg-337v.json +++ b/advisories/unreviewed/2022/11/GHSA-j269-93gg-337v/GHSA-j269-93gg-337v.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/11/GHSA-mm4c-xxvm-cv5j/GHSA-mm4c-xxvm-cv5j.json b/advisories/unreviewed/2022/11/GHSA-mm4c-xxvm-cv5j/GHSA-mm4c-xxvm-cv5j.json index e62f850bfca..9a3ade7595b 100644 --- a/advisories/unreviewed/2022/11/GHSA-mm4c-xxvm-cv5j/GHSA-mm4c-xxvm-cv5j.json +++ b/advisories/unreviewed/2022/11/GHSA-mm4c-xxvm-cv5j/GHSA-mm4c-xxvm-cv5j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-pj2v-wf83-5cr4/GHSA-pj2v-wf83-5cr4.json b/advisories/unreviewed/2022/11/GHSA-pj2v-wf83-5cr4/GHSA-pj2v-wf83-5cr4.json index 2f55236df4a..f85bbe77094 100644 --- a/advisories/unreviewed/2022/11/GHSA-pj2v-wf83-5cr4/GHSA-pj2v-wf83-5cr4.json +++ b/advisories/unreviewed/2022/11/GHSA-pj2v-wf83-5cr4/GHSA-pj2v-wf83-5cr4.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/11/GHSA-pmrf-3j56-wgg6/GHSA-pmrf-3j56-wgg6.json b/advisories/unreviewed/2022/11/GHSA-pmrf-3j56-wgg6/GHSA-pmrf-3j56-wgg6.json index 022d9faac66..28891905d50 100644 --- a/advisories/unreviewed/2022/11/GHSA-pmrf-3j56-wgg6/GHSA-pmrf-3j56-wgg6.json +++ b/advisories/unreviewed/2022/11/GHSA-pmrf-3j56-wgg6/GHSA-pmrf-3j56-wgg6.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-pmw2-qfvq-r2cq/GHSA-pmw2-qfvq-r2cq.json b/advisories/unreviewed/2022/11/GHSA-pmw2-qfvq-r2cq/GHSA-pmw2-qfvq-r2cq.json index dc40954b401..5aff76ab422 100644 --- a/advisories/unreviewed/2022/11/GHSA-pmw2-qfvq-r2cq/GHSA-pmw2-qfvq-r2cq.json +++ b/advisories/unreviewed/2022/11/GHSA-pmw2-qfvq-r2cq/GHSA-pmw2-qfvq-r2cq.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-pqx2-qc8r-gp6r/GHSA-pqx2-qc8r-gp6r.json b/advisories/unreviewed/2022/11/GHSA-pqx2-qc8r-gp6r/GHSA-pqx2-qc8r-gp6r.json index 9f9c5c5a2ed..ed1b1876af0 100644 --- a/advisories/unreviewed/2022/11/GHSA-pqx2-qc8r-gp6r/GHSA-pqx2-qc8r-gp6r.json +++ b/advisories/unreviewed/2022/11/GHSA-pqx2-qc8r-gp6r/GHSA-pqx2-qc8r-gp6r.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-rfgc-5r25-fw46/GHSA-rfgc-5r25-fw46.json b/advisories/unreviewed/2022/11/GHSA-rfgc-5r25-fw46/GHSA-rfgc-5r25-fw46.json index d4e1cfeb1f4..b6c41391dcd 100644 --- a/advisories/unreviewed/2022/11/GHSA-rfgc-5r25-fw46/GHSA-rfgc-5r25-fw46.json +++ b/advisories/unreviewed/2022/11/GHSA-rfgc-5r25-fw46/GHSA-rfgc-5r25-fw46.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-vmxx-9r5c-688g/GHSA-vmxx-9r5c-688g.json b/advisories/unreviewed/2022/11/GHSA-vmxx-9r5c-688g/GHSA-vmxx-9r5c-688g.json index 53f4b9f97d1..0605571cfc9 100644 --- a/advisories/unreviewed/2022/11/GHSA-vmxx-9r5c-688g/GHSA-vmxx-9r5c-688g.json +++ b/advisories/unreviewed/2022/11/GHSA-vmxx-9r5c-688g/GHSA-vmxx-9r5c-688g.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-w9j7-4gxq-h9px/GHSA-w9j7-4gxq-h9px.json b/advisories/unreviewed/2022/11/GHSA-w9j7-4gxq-h9px/GHSA-w9j7-4gxq-h9px.json index ba793533cd8..fa8726ca516 100644 --- a/advisories/unreviewed/2022/11/GHSA-w9j7-4gxq-h9px/GHSA-w9j7-4gxq-h9px.json +++ b/advisories/unreviewed/2022/11/GHSA-w9j7-4gxq-h9px/GHSA-w9j7-4gxq-h9px.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-m7j4-qg5g-j4q8/GHSA-m7j4-qg5g-j4q8.json b/advisories/unreviewed/2023/02/GHSA-m7j4-qg5g-j4q8/GHSA-m7j4-qg5g-j4q8.json index 16d42052370..12425a1dcde 100644 --- a/advisories/unreviewed/2023/02/GHSA-m7j4-qg5g-j4q8/GHSA-m7j4-qg5g-j4q8.json +++ b/advisories/unreviewed/2023/02/GHSA-m7j4-qg5g-j4q8/GHSA-m7j4-qg5g-j4q8.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-q3q6-m34m-pq3r/GHSA-q3q6-m34m-pq3r.json b/advisories/unreviewed/2023/02/GHSA-q3q6-m34m-pq3r/GHSA-q3q6-m34m-pq3r.json index 054b90b3de5..f1bb453c356 100644 --- a/advisories/unreviewed/2023/02/GHSA-q3q6-m34m-pq3r/GHSA-q3q6-m34m-pq3r.json +++ b/advisories/unreviewed/2023/02/GHSA-q3q6-m34m-pq3r/GHSA-q3q6-m34m-pq3r.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-f9v3-rvrm-52r5/GHSA-f9v3-rvrm-52r5.json b/advisories/unreviewed/2023/03/GHSA-f9v3-rvrm-52r5/GHSA-f9v3-rvrm-52r5.json index 617ebfe3f26..6f614dafb8b 100644 --- a/advisories/unreviewed/2023/03/GHSA-f9v3-rvrm-52r5/GHSA-f9v3-rvrm-52r5.json +++ b/advisories/unreviewed/2023/03/GHSA-f9v3-rvrm-52r5/GHSA-f9v3-rvrm-52r5.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-fff6-82fr-q9xp/GHSA-fff6-82fr-q9xp.json b/advisories/unreviewed/2023/03/GHSA-fff6-82fr-q9xp/GHSA-fff6-82fr-q9xp.json index 3a2f0eea1b8..dc5e3d0316a 100644 --- a/advisories/unreviewed/2023/03/GHSA-fff6-82fr-q9xp/GHSA-fff6-82fr-q9xp.json +++ b/advisories/unreviewed/2023/03/GHSA-fff6-82fr-q9xp/GHSA-fff6-82fr-q9xp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-g5fp-qxxg-w295/GHSA-g5fp-qxxg-w295.json b/advisories/unreviewed/2023/03/GHSA-g5fp-qxxg-w295/GHSA-g5fp-qxxg-w295.json index 54ff130633a..8b6e025c5e9 100644 --- a/advisories/unreviewed/2023/03/GHSA-g5fp-qxxg-w295/GHSA-g5fp-qxxg-w295.json +++ b/advisories/unreviewed/2023/03/GHSA-g5fp-qxxg-w295/GHSA-g5fp-qxxg-w295.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/04/GHSA-4qvr-2hph-h947/GHSA-4qvr-2hph-h947.json b/advisories/unreviewed/2023/04/GHSA-4qvr-2hph-h947/GHSA-4qvr-2hph-h947.json index f7343d848dd..954344e14a0 100644 --- a/advisories/unreviewed/2023/04/GHSA-4qvr-2hph-h947/GHSA-4qvr-2hph-h947.json +++ b/advisories/unreviewed/2023/04/GHSA-4qvr-2hph-h947/GHSA-4qvr-2hph-h947.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/04/GHSA-4vgc-jw7q-vm43/GHSA-4vgc-jw7q-vm43.json b/advisories/unreviewed/2023/04/GHSA-4vgc-jw7q-vm43/GHSA-4vgc-jw7q-vm43.json index 582dca6a2f5..aa9275be645 100644 --- a/advisories/unreviewed/2023/04/GHSA-4vgc-jw7q-vm43/GHSA-4vgc-jw7q-vm43.json +++ b/advisories/unreviewed/2023/04/GHSA-4vgc-jw7q-vm43/GHSA-4vgc-jw7q-vm43.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/04/GHSA-7767-85v2-wj6x/GHSA-7767-85v2-wj6x.json b/advisories/unreviewed/2023/04/GHSA-7767-85v2-wj6x/GHSA-7767-85v2-wj6x.json index 08ff3961d9c..4307e08c7ad 100644 --- a/advisories/unreviewed/2023/04/GHSA-7767-85v2-wj6x/GHSA-7767-85v2-wj6x.json +++ b/advisories/unreviewed/2023/04/GHSA-7767-85v2-wj6x/GHSA-7767-85v2-wj6x.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/2023/04/GHSA-7p9g-63g3-fhgj/GHSA-7p9g-63g3-fhgj.json b/advisories/unreviewed/2023/04/GHSA-7p9g-63g3-fhgj/GHSA-7p9g-63g3-fhgj.json index 688d3c40580..a6c3f28a751 100644 --- a/advisories/unreviewed/2023/04/GHSA-7p9g-63g3-fhgj/GHSA-7p9g-63g3-fhgj.json +++ b/advisories/unreviewed/2023/04/GHSA-7p9g-63g3-fhgj/GHSA-7p9g-63g3-fhgj.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/04/GHSA-7rhf-8v78-62q4/GHSA-7rhf-8v78-62q4.json b/advisories/unreviewed/2023/04/GHSA-7rhf-8v78-62q4/GHSA-7rhf-8v78-62q4.json index 62033b79202..66b64cf37c0 100644 --- a/advisories/unreviewed/2023/04/GHSA-7rhf-8v78-62q4/GHSA-7rhf-8v78-62q4.json +++ b/advisories/unreviewed/2023/04/GHSA-7rhf-8v78-62q4/GHSA-7rhf-8v78-62q4.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/2023/04/GHSA-8qj6-j7fv-pc7x/GHSA-8qj6-j7fv-pc7x.json b/advisories/unreviewed/2023/04/GHSA-8qj6-j7fv-pc7x/GHSA-8qj6-j7fv-pc7x.json index 923e0981749..b776cdc79d0 100644 --- a/advisories/unreviewed/2023/04/GHSA-8qj6-j7fv-pc7x/GHSA-8qj6-j7fv-pc7x.json +++ b/advisories/unreviewed/2023/04/GHSA-8qj6-j7fv-pc7x/GHSA-8qj6-j7fv-pc7x.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/2023/04/GHSA-9p5f-g2wv-w9w9/GHSA-9p5f-g2wv-w9w9.json b/advisories/unreviewed/2023/04/GHSA-9p5f-g2wv-w9w9/GHSA-9p5f-g2wv-w9w9.json index 5275eb0dbf7..c9b2738eb3c 100644 --- a/advisories/unreviewed/2023/04/GHSA-9p5f-g2wv-w9w9/GHSA-9p5f-g2wv-w9w9.json +++ b/advisories/unreviewed/2023/04/GHSA-9p5f-g2wv-w9w9/GHSA-9p5f-g2wv-w9w9.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/04/GHSA-c2v4-7rjw-rmpr/GHSA-c2v4-7rjw-rmpr.json b/advisories/unreviewed/2023/04/GHSA-c2v4-7rjw-rmpr/GHSA-c2v4-7rjw-rmpr.json index c575943e46e..eff411c4408 100644 --- a/advisories/unreviewed/2023/04/GHSA-c2v4-7rjw-rmpr/GHSA-c2v4-7rjw-rmpr.json +++ b/advisories/unreviewed/2023/04/GHSA-c2v4-7rjw-rmpr/GHSA-c2v4-7rjw-rmpr.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-cm9q-72h2-5c7q/GHSA-cm9q-72h2-5c7q.json b/advisories/unreviewed/2023/04/GHSA-cm9q-72h2-5c7q/GHSA-cm9q-72h2-5c7q.json index 2dcaa99e0ff..6e4c4252c08 100644 --- a/advisories/unreviewed/2023/04/GHSA-cm9q-72h2-5c7q/GHSA-cm9q-72h2-5c7q.json +++ b/advisories/unreviewed/2023/04/GHSA-cm9q-72h2-5c7q/GHSA-cm9q-72h2-5c7q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-f6vq-4jgh-q77m/GHSA-f6vq-4jgh-q77m.json b/advisories/unreviewed/2023/04/GHSA-f6vq-4jgh-q77m/GHSA-f6vq-4jgh-q77m.json index 9583ac33042..642500aab18 100644 --- a/advisories/unreviewed/2023/04/GHSA-f6vq-4jgh-q77m/GHSA-f6vq-4jgh-q77m.json +++ b/advisories/unreviewed/2023/04/GHSA-f6vq-4jgh-q77m/GHSA-f6vq-4jgh-q77m.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/04/GHSA-frqm-jxhr-mq8w/GHSA-frqm-jxhr-mq8w.json b/advisories/unreviewed/2023/04/GHSA-frqm-jxhr-mq8w/GHSA-frqm-jxhr-mq8w.json index 012adf4249b..89fbaa61e56 100644 --- a/advisories/unreviewed/2023/04/GHSA-frqm-jxhr-mq8w/GHSA-frqm-jxhr-mq8w.json +++ b/advisories/unreviewed/2023/04/GHSA-frqm-jxhr-mq8w/GHSA-frqm-jxhr-mq8w.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/04/GHSA-g7gp-4cxf-f8jx/GHSA-g7gp-4cxf-f8jx.json b/advisories/unreviewed/2023/04/GHSA-g7gp-4cxf-f8jx/GHSA-g7gp-4cxf-f8jx.json index 13de5c30b55..b1d3f498eab 100644 --- a/advisories/unreviewed/2023/04/GHSA-g7gp-4cxf-f8jx/GHSA-g7gp-4cxf-f8jx.json +++ b/advisories/unreviewed/2023/04/GHSA-g7gp-4cxf-f8jx/GHSA-g7gp-4cxf-f8jx.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/2023/04/GHSA-gfq3-95xq-g4jg/GHSA-gfq3-95xq-g4jg.json b/advisories/unreviewed/2023/04/GHSA-gfq3-95xq-g4jg/GHSA-gfq3-95xq-g4jg.json index 9fb9ae6e3fb..9bb1df4c07a 100644 --- a/advisories/unreviewed/2023/04/GHSA-gfq3-95xq-g4jg/GHSA-gfq3-95xq-g4jg.json +++ b/advisories/unreviewed/2023/04/GHSA-gfq3-95xq-g4jg/GHSA-gfq3-95xq-g4jg.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/04/GHSA-gjj9-5jm8-gjc7/GHSA-gjj9-5jm8-gjc7.json b/advisories/unreviewed/2023/04/GHSA-gjj9-5jm8-gjc7/GHSA-gjj9-5jm8-gjc7.json index 1e1e623670d..aeff9d6dd66 100644 --- a/advisories/unreviewed/2023/04/GHSA-gjj9-5jm8-gjc7/GHSA-gjj9-5jm8-gjc7.json +++ b/advisories/unreviewed/2023/04/GHSA-gjj9-5jm8-gjc7/GHSA-gjj9-5jm8-gjc7.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/2023/04/GHSA-gqg6-q62h-373r/GHSA-gqg6-q62h-373r.json b/advisories/unreviewed/2023/04/GHSA-gqg6-q62h-373r/GHSA-gqg6-q62h-373r.json index e743fcb63cf..4f2cd5ba274 100644 --- a/advisories/unreviewed/2023/04/GHSA-gqg6-q62h-373r/GHSA-gqg6-q62h-373r.json +++ b/advisories/unreviewed/2023/04/GHSA-gqg6-q62h-373r/GHSA-gqg6-q62h-373r.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-m76f-5v6g-6jmr/GHSA-m76f-5v6g-6jmr.json b/advisories/unreviewed/2023/04/GHSA-m76f-5v6g-6jmr/GHSA-m76f-5v6g-6jmr.json index f75ebd17698..bdcea246023 100644 --- a/advisories/unreviewed/2023/04/GHSA-m76f-5v6g-6jmr/GHSA-m76f-5v6g-6jmr.json +++ b/advisories/unreviewed/2023/04/GHSA-m76f-5v6g-6jmr/GHSA-m76f-5v6g-6jmr.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-qf3h-m5cw-444m/GHSA-qf3h-m5cw-444m.json b/advisories/unreviewed/2023/04/GHSA-qf3h-m5cw-444m/GHSA-qf3h-m5cw-444m.json index 178b5cbbec4..f429fb7d040 100644 --- a/advisories/unreviewed/2023/04/GHSA-qf3h-m5cw-444m/GHSA-qf3h-m5cw-444m.json +++ b/advisories/unreviewed/2023/04/GHSA-qf3h-m5cw-444m/GHSA-qf3h-m5cw-444m.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/04/GHSA-qg7g-x874-4j6c/GHSA-qg7g-x874-4j6c.json b/advisories/unreviewed/2023/04/GHSA-qg7g-x874-4j6c/GHSA-qg7g-x874-4j6c.json index e330623b730..28adb6f01e9 100644 --- a/advisories/unreviewed/2023/04/GHSA-qg7g-x874-4j6c/GHSA-qg7g-x874-4j6c.json +++ b/advisories/unreviewed/2023/04/GHSA-qg7g-x874-4j6c/GHSA-qg7g-x874-4j6c.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/04/GHSA-rj3h-7prw-4qqr/GHSA-rj3h-7prw-4qqr.json b/advisories/unreviewed/2023/04/GHSA-rj3h-7prw-4qqr/GHSA-rj3h-7prw-4qqr.json index 522a1ce175b..b3a3d1005f0 100644 --- a/advisories/unreviewed/2023/04/GHSA-rj3h-7prw-4qqr/GHSA-rj3h-7prw-4qqr.json +++ b/advisories/unreviewed/2023/04/GHSA-rj3h-7prw-4qqr/GHSA-rj3h-7prw-4qqr.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-rpc7-j8hm-pc2q/GHSA-rpc7-j8hm-pc2q.json b/advisories/unreviewed/2023/04/GHSA-rpc7-j8hm-pc2q/GHSA-rpc7-j8hm-pc2q.json index da23ab43af2..90455292cc8 100644 --- a/advisories/unreviewed/2023/04/GHSA-rpc7-j8hm-pc2q/GHSA-rpc7-j8hm-pc2q.json +++ b/advisories/unreviewed/2023/04/GHSA-rpc7-j8hm-pc2q/GHSA-rpc7-j8hm-pc2q.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-v8j8-9873-8h3w/GHSA-v8j8-9873-8h3w.json b/advisories/unreviewed/2023/04/GHSA-v8j8-9873-8h3w/GHSA-v8j8-9873-8h3w.json index d26655a2b25..8ec6bc4853e 100644 --- a/advisories/unreviewed/2023/04/GHSA-v8j8-9873-8h3w/GHSA-v8j8-9873-8h3w.json +++ b/advisories/unreviewed/2023/04/GHSA-v8j8-9873-8h3w/GHSA-v8j8-9873-8h3w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/04/GHSA-vvpq-rr97-3p7w/GHSA-vvpq-rr97-3p7w.json b/advisories/unreviewed/2023/04/GHSA-vvpq-rr97-3p7w/GHSA-vvpq-rr97-3p7w.json index 3d9b7caef0c..e898f2b0709 100644 --- a/advisories/unreviewed/2023/04/GHSA-vvpq-rr97-3p7w/GHSA-vvpq-rr97-3p7w.json +++ b/advisories/unreviewed/2023/04/GHSA-vvpq-rr97-3p7w/GHSA-vvpq-rr97-3p7w.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-wgr3-5q72-q4mh/GHSA-wgr3-5q72-q4mh.json b/advisories/unreviewed/2023/04/GHSA-wgr3-5q72-q4mh/GHSA-wgr3-5q72-q4mh.json index dfddeef2b61..982d951ca53 100644 --- a/advisories/unreviewed/2023/04/GHSA-wgr3-5q72-q4mh/GHSA-wgr3-5q72-q4mh.json +++ b/advisories/unreviewed/2023/04/GHSA-wgr3-5q72-q4mh/GHSA-wgr3-5q72-q4mh.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/2023/04/GHSA-xfv3-jp8h-q7v6/GHSA-xfv3-jp8h-q7v6.json b/advisories/unreviewed/2023/04/GHSA-xfv3-jp8h-q7v6/GHSA-xfv3-jp8h-q7v6.json index 4ab91206749..4796f33c256 100644 --- a/advisories/unreviewed/2023/04/GHSA-xfv3-jp8h-q7v6/GHSA-xfv3-jp8h-q7v6.json +++ b/advisories/unreviewed/2023/04/GHSA-xfv3-jp8h-q7v6/GHSA-xfv3-jp8h-q7v6.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/06/GHSA-qhm9-gg74-g6m6/GHSA-qhm9-gg74-g6m6.json b/advisories/unreviewed/2023/06/GHSA-qhm9-gg74-g6m6/GHSA-qhm9-gg74-g6m6.json index 93730678420..5579573318b 100644 --- a/advisories/unreviewed/2023/06/GHSA-qhm9-gg74-g6m6/GHSA-qhm9-gg74-g6m6.json +++ b/advisories/unreviewed/2023/06/GHSA-qhm9-gg74-g6m6/GHSA-qhm9-gg74-g6m6.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/07/GHSA-7hfj-f647-5gg8/GHSA-7hfj-f647-5gg8.json b/advisories/unreviewed/2023/07/GHSA-7hfj-f647-5gg8/GHSA-7hfj-f647-5gg8.json index ed3b84d3d77..d4d24c714e3 100644 --- a/advisories/unreviewed/2023/07/GHSA-7hfj-f647-5gg8/GHSA-7hfj-f647-5gg8.json +++ b/advisories/unreviewed/2023/07/GHSA-7hfj-f647-5gg8/GHSA-7hfj-f647-5gg8.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/07/GHSA-vq7j-qx4g-8wh5/GHSA-vq7j-qx4g-8wh5.json b/advisories/unreviewed/2023/07/GHSA-vq7j-qx4g-8wh5/GHSA-vq7j-qx4g-8wh5.json index 57a76206ca3..22bc4fb66b5 100644 --- a/advisories/unreviewed/2023/07/GHSA-vq7j-qx4g-8wh5/GHSA-vq7j-qx4g-8wh5.json +++ b/advisories/unreviewed/2023/07/GHSA-vq7j-qx4g-8wh5/GHSA-vq7j-qx4g-8wh5.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/11/GHSA-5mm9-mxvw-xq9r/GHSA-5mm9-mxvw-xq9r.json b/advisories/unreviewed/2023/11/GHSA-5mm9-mxvw-xq9r/GHSA-5mm9-mxvw-xq9r.json index e08ba73dd7d..6a3b45282f5 100644 --- a/advisories/unreviewed/2023/11/GHSA-5mm9-mxvw-xq9r/GHSA-5mm9-mxvw-xq9r.json +++ b/advisories/unreviewed/2023/11/GHSA-5mm9-mxvw-xq9r/GHSA-5mm9-mxvw-xq9r.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/11/GHSA-7w65-mrqr-m6xw/GHSA-7w65-mrqr-m6xw.json b/advisories/unreviewed/2023/11/GHSA-7w65-mrqr-m6xw/GHSA-7w65-mrqr-m6xw.json index 77182fe54c6..eaa1ca0be06 100644 --- a/advisories/unreviewed/2023/11/GHSA-7w65-mrqr-m6xw/GHSA-7w65-mrqr-m6xw.json +++ b/advisories/unreviewed/2023/11/GHSA-7w65-mrqr-m6xw/GHSA-7w65-mrqr-m6xw.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/11/GHSA-j2vp-ggq4-7c56/GHSA-j2vp-ggq4-7c56.json b/advisories/unreviewed/2023/11/GHSA-j2vp-ggq4-7c56/GHSA-j2vp-ggq4-7c56.json index d1655eafe22..99393bed635 100644 --- a/advisories/unreviewed/2023/11/GHSA-j2vp-ggq4-7c56/GHSA-j2vp-ggq4-7c56.json +++ b/advisories/unreviewed/2023/11/GHSA-j2vp-ggq4-7c56/GHSA-j2vp-ggq4-7c56.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-27r4-3wxx-xxj6/GHSA-27r4-3wxx-xxj6.json b/advisories/unreviewed/2023/12/GHSA-27r4-3wxx-xxj6/GHSA-27r4-3wxx-xxj6.json index 1e652e42fdb..4de80295048 100644 --- a/advisories/unreviewed/2023/12/GHSA-27r4-3wxx-xxj6/GHSA-27r4-3wxx-xxj6.json +++ b/advisories/unreviewed/2023/12/GHSA-27r4-3wxx-xxj6/GHSA-27r4-3wxx-xxj6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-2994-j274-2gjp/GHSA-2994-j274-2gjp.json b/advisories/unreviewed/2023/12/GHSA-2994-j274-2gjp/GHSA-2994-j274-2gjp.json index 20adbce1de0..4f7ca0c9bbc 100644 --- a/advisories/unreviewed/2023/12/GHSA-2994-j274-2gjp/GHSA-2994-j274-2gjp.json +++ b/advisories/unreviewed/2023/12/GHSA-2994-j274-2gjp/GHSA-2994-j274-2gjp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/12/GHSA-2fgw-ch33-hpgq/GHSA-2fgw-ch33-hpgq.json b/advisories/unreviewed/2023/12/GHSA-2fgw-ch33-hpgq/GHSA-2fgw-ch33-hpgq.json index a895571cd2c..398f56fb0ad 100644 --- a/advisories/unreviewed/2023/12/GHSA-2fgw-ch33-hpgq/GHSA-2fgw-ch33-hpgq.json +++ b/advisories/unreviewed/2023/12/GHSA-2fgw-ch33-hpgq/GHSA-2fgw-ch33-hpgq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-3cv7-mfff-4c27/GHSA-3cv7-mfff-4c27.json b/advisories/unreviewed/2023/12/GHSA-3cv7-mfff-4c27/GHSA-3cv7-mfff-4c27.json index 940a1bedc61..4838aa4d12d 100644 --- a/advisories/unreviewed/2023/12/GHSA-3cv7-mfff-4c27/GHSA-3cv7-mfff-4c27.json +++ b/advisories/unreviewed/2023/12/GHSA-3cv7-mfff-4c27/GHSA-3cv7-mfff-4c27.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/12/GHSA-3f7v-mv8f-pm5f/GHSA-3f7v-mv8f-pm5f.json b/advisories/unreviewed/2023/12/GHSA-3f7v-mv8f-pm5f/GHSA-3f7v-mv8f-pm5f.json index 44eebdd826a..a883cabd2a9 100644 --- a/advisories/unreviewed/2023/12/GHSA-3f7v-mv8f-pm5f/GHSA-3f7v-mv8f-pm5f.json +++ b/advisories/unreviewed/2023/12/GHSA-3f7v-mv8f-pm5f/GHSA-3f7v-mv8f-pm5f.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/2023/12/GHSA-3mg4-6264-fvx2/GHSA-3mg4-6264-fvx2.json b/advisories/unreviewed/2023/12/GHSA-3mg4-6264-fvx2/GHSA-3mg4-6264-fvx2.json index 21a286772cc..47152601f9e 100644 --- a/advisories/unreviewed/2023/12/GHSA-3mg4-6264-fvx2/GHSA-3mg4-6264-fvx2.json +++ b/advisories/unreviewed/2023/12/GHSA-3mg4-6264-fvx2/GHSA-3mg4-6264-fvx2.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-457r-86mp-h5w4/GHSA-457r-86mp-h5w4.json b/advisories/unreviewed/2023/12/GHSA-457r-86mp-h5w4/GHSA-457r-86mp-h5w4.json index fcba99cfe17..15f928f2991 100644 --- a/advisories/unreviewed/2023/12/GHSA-457r-86mp-h5w4/GHSA-457r-86mp-h5w4.json +++ b/advisories/unreviewed/2023/12/GHSA-457r-86mp-h5w4/GHSA-457r-86mp-h5w4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/12/GHSA-5r36-5vjq-jp7w/GHSA-5r36-5vjq-jp7w.json b/advisories/unreviewed/2023/12/GHSA-5r36-5vjq-jp7w/GHSA-5r36-5vjq-jp7w.json index d3824398f48..d6d90be8c70 100644 --- a/advisories/unreviewed/2023/12/GHSA-5r36-5vjq-jp7w/GHSA-5r36-5vjq-jp7w.json +++ b/advisories/unreviewed/2023/12/GHSA-5r36-5vjq-jp7w/GHSA-5r36-5vjq-jp7w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-6287-c9rq-hvg4/GHSA-6287-c9rq-hvg4.json b/advisories/unreviewed/2023/12/GHSA-6287-c9rq-hvg4/GHSA-6287-c9rq-hvg4.json index c5d79a9a450..7c2f1735242 100644 --- a/advisories/unreviewed/2023/12/GHSA-6287-c9rq-hvg4/GHSA-6287-c9rq-hvg4.json +++ b/advisories/unreviewed/2023/12/GHSA-6287-c9rq-hvg4/GHSA-6287-c9rq-hvg4.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/2023/12/GHSA-888x-p6x5-q8fc/GHSA-888x-p6x5-q8fc.json b/advisories/unreviewed/2023/12/GHSA-888x-p6x5-q8fc/GHSA-888x-p6x5-q8fc.json index f678a9c9c0e..c268b9d5e67 100644 --- a/advisories/unreviewed/2023/12/GHSA-888x-p6x5-q8fc/GHSA-888x-p6x5-q8fc.json +++ b/advisories/unreviewed/2023/12/GHSA-888x-p6x5-q8fc/GHSA-888x-p6x5-q8fc.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-8cvf-jqfj-79q8/GHSA-8cvf-jqfj-79q8.json b/advisories/unreviewed/2023/12/GHSA-8cvf-jqfj-79q8/GHSA-8cvf-jqfj-79q8.json index 3233270d75c..87bf3acbcde 100644 --- a/advisories/unreviewed/2023/12/GHSA-8cvf-jqfj-79q8/GHSA-8cvf-jqfj-79q8.json +++ b/advisories/unreviewed/2023/12/GHSA-8cvf-jqfj-79q8/GHSA-8cvf-jqfj-79q8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/12/GHSA-9gm2-f3j7-6vj6/GHSA-9gm2-f3j7-6vj6.json b/advisories/unreviewed/2023/12/GHSA-9gm2-f3j7-6vj6/GHSA-9gm2-f3j7-6vj6.json index dac586d3ec2..bdd3b199428 100644 --- a/advisories/unreviewed/2023/12/GHSA-9gm2-f3j7-6vj6/GHSA-9gm2-f3j7-6vj6.json +++ b/advisories/unreviewed/2023/12/GHSA-9gm2-f3j7-6vj6/GHSA-9gm2-f3j7-6vj6.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/12/GHSA-9m37-9693-4vqx/GHSA-9m37-9693-4vqx.json b/advisories/unreviewed/2023/12/GHSA-9m37-9693-4vqx/GHSA-9m37-9693-4vqx.json index 28cc0f6cbbc..3d476f0535b 100644 --- a/advisories/unreviewed/2023/12/GHSA-9m37-9693-4vqx/GHSA-9m37-9693-4vqx.json +++ b/advisories/unreviewed/2023/12/GHSA-9m37-9693-4vqx/GHSA-9m37-9693-4vqx.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/12/GHSA-9qq8-mmh8-945v/GHSA-9qq8-mmh8-945v.json b/advisories/unreviewed/2023/12/GHSA-9qq8-mmh8-945v/GHSA-9qq8-mmh8-945v.json index 44aad8c0bf8..02277d5e0a7 100644 --- a/advisories/unreviewed/2023/12/GHSA-9qq8-mmh8-945v/GHSA-9qq8-mmh8-945v.json +++ b/advisories/unreviewed/2023/12/GHSA-9qq8-mmh8-945v/GHSA-9qq8-mmh8-945v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/12/GHSA-f3q2-gmqc-c2g2/GHSA-f3q2-gmqc-c2g2.json b/advisories/unreviewed/2023/12/GHSA-f3q2-gmqc-c2g2/GHSA-f3q2-gmqc-c2g2.json index dbe9d474af0..d7d2ad11c5e 100644 --- a/advisories/unreviewed/2023/12/GHSA-f3q2-gmqc-c2g2/GHSA-f3q2-gmqc-c2g2.json +++ b/advisories/unreviewed/2023/12/GHSA-f3q2-gmqc-c2g2/GHSA-f3q2-gmqc-c2g2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-fjw6-6rwx-mp6r/GHSA-fjw6-6rwx-mp6r.json b/advisories/unreviewed/2023/12/GHSA-fjw6-6rwx-mp6r/GHSA-fjw6-6rwx-mp6r.json index f3a000eb103..a0d4fe04b20 100644 --- a/advisories/unreviewed/2023/12/GHSA-fjw6-6rwx-mp6r/GHSA-fjw6-6rwx-mp6r.json +++ b/advisories/unreviewed/2023/12/GHSA-fjw6-6rwx-mp6r/GHSA-fjw6-6rwx-mp6r.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/12/GHSA-h6ch-47pm-r7g5/GHSA-h6ch-47pm-r7g5.json b/advisories/unreviewed/2023/12/GHSA-h6ch-47pm-r7g5/GHSA-h6ch-47pm-r7g5.json index be06d43315b..dddd5fbd1cc 100644 --- a/advisories/unreviewed/2023/12/GHSA-h6ch-47pm-r7g5/GHSA-h6ch-47pm-r7g5.json +++ b/advisories/unreviewed/2023/12/GHSA-h6ch-47pm-r7g5/GHSA-h6ch-47pm-r7g5.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/2023/12/GHSA-hhxg-32x3-m6p5/GHSA-hhxg-32x3-m6p5.json b/advisories/unreviewed/2023/12/GHSA-hhxg-32x3-m6p5/GHSA-hhxg-32x3-m6p5.json index ee2e5b7c55b..895a10d0222 100644 --- a/advisories/unreviewed/2023/12/GHSA-hhxg-32x3-m6p5/GHSA-hhxg-32x3-m6p5.json +++ b/advisories/unreviewed/2023/12/GHSA-hhxg-32x3-m6p5/GHSA-hhxg-32x3-m6p5.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/2023/12/GHSA-hp25-42wp-6hqm/GHSA-hp25-42wp-6hqm.json b/advisories/unreviewed/2023/12/GHSA-hp25-42wp-6hqm/GHSA-hp25-42wp-6hqm.json index 0ff88b0aa85..f23c35f0f4e 100644 --- a/advisories/unreviewed/2023/12/GHSA-hp25-42wp-6hqm/GHSA-hp25-42wp-6hqm.json +++ b/advisories/unreviewed/2023/12/GHSA-hp25-42wp-6hqm/GHSA-hp25-42wp-6hqm.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-j28j-v2qr-58x6/GHSA-j28j-v2qr-58x6.json b/advisories/unreviewed/2023/12/GHSA-j28j-v2qr-58x6/GHSA-j28j-v2qr-58x6.json index 3f8c262c8d5..dee23498c1d 100644 --- a/advisories/unreviewed/2023/12/GHSA-j28j-v2qr-58x6/GHSA-j28j-v2qr-58x6.json +++ b/advisories/unreviewed/2023/12/GHSA-j28j-v2qr-58x6/GHSA-j28j-v2qr-58x6.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/2023/12/GHSA-j835-2p2c-7jvw/GHSA-j835-2p2c-7jvw.json b/advisories/unreviewed/2023/12/GHSA-j835-2p2c-7jvw/GHSA-j835-2p2c-7jvw.json index 487feadc393..ddf494cc8b9 100644 --- a/advisories/unreviewed/2023/12/GHSA-j835-2p2c-7jvw/GHSA-j835-2p2c-7jvw.json +++ b/advisories/unreviewed/2023/12/GHSA-j835-2p2c-7jvw/GHSA-j835-2p2c-7jvw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-jfr7-cv25-964g/GHSA-jfr7-cv25-964g.json b/advisories/unreviewed/2023/12/GHSA-jfr7-cv25-964g/GHSA-jfr7-cv25-964g.json index d5790869bb7..75150e2c046 100644 --- a/advisories/unreviewed/2023/12/GHSA-jfr7-cv25-964g/GHSA-jfr7-cv25-964g.json +++ b/advisories/unreviewed/2023/12/GHSA-jfr7-cv25-964g/GHSA-jfr7-cv25-964g.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/12/GHSA-jmmr-8jx7-f9wr/GHSA-jmmr-8jx7-f9wr.json b/advisories/unreviewed/2023/12/GHSA-jmmr-8jx7-f9wr/GHSA-jmmr-8jx7-f9wr.json index a53b10a5fd7..118b7593bd9 100644 --- a/advisories/unreviewed/2023/12/GHSA-jmmr-8jx7-f9wr/GHSA-jmmr-8jx7-f9wr.json +++ b/advisories/unreviewed/2023/12/GHSA-jmmr-8jx7-f9wr/GHSA-jmmr-8jx7-f9wr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/12/GHSA-jr4h-682w-x2ph/GHSA-jr4h-682w-x2ph.json b/advisories/unreviewed/2023/12/GHSA-jr4h-682w-x2ph/GHSA-jr4h-682w-x2ph.json index b39b38714d6..aa89349eb36 100644 --- a/advisories/unreviewed/2023/12/GHSA-jr4h-682w-x2ph/GHSA-jr4h-682w-x2ph.json +++ b/advisories/unreviewed/2023/12/GHSA-jr4h-682w-x2ph/GHSA-jr4h-682w-x2ph.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/2023/12/GHSA-m9vp-5pvm-gxw4/GHSA-m9vp-5pvm-gxw4.json b/advisories/unreviewed/2023/12/GHSA-m9vp-5pvm-gxw4/GHSA-m9vp-5pvm-gxw4.json index 3f2ce83dbc7..b3eb51021b1 100644 --- a/advisories/unreviewed/2023/12/GHSA-m9vp-5pvm-gxw4/GHSA-m9vp-5pvm-gxw4.json +++ b/advisories/unreviewed/2023/12/GHSA-m9vp-5pvm-gxw4/GHSA-m9vp-5pvm-gxw4.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/2023/12/GHSA-mfpv-84fw-jqwv/GHSA-mfpv-84fw-jqwv.json b/advisories/unreviewed/2023/12/GHSA-mfpv-84fw-jqwv/GHSA-mfpv-84fw-jqwv.json index 4c276c85ef8..70144a27c10 100644 --- a/advisories/unreviewed/2023/12/GHSA-mfpv-84fw-jqwv/GHSA-mfpv-84fw-jqwv.json +++ b/advisories/unreviewed/2023/12/GHSA-mfpv-84fw-jqwv/GHSA-mfpv-84fw-jqwv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-mv2c-c44v-x327/GHSA-mv2c-c44v-x327.json b/advisories/unreviewed/2023/12/GHSA-mv2c-c44v-x327/GHSA-mv2c-c44v-x327.json index 497571b899c..2d9eb5ee203 100644 --- a/advisories/unreviewed/2023/12/GHSA-mv2c-c44v-x327/GHSA-mv2c-c44v-x327.json +++ b/advisories/unreviewed/2023/12/GHSA-mv2c-c44v-x327/GHSA-mv2c-c44v-x327.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/12/GHSA-p58h-72hv-ppfx/GHSA-p58h-72hv-ppfx.json b/advisories/unreviewed/2023/12/GHSA-p58h-72hv-ppfx/GHSA-p58h-72hv-ppfx.json index 4963e4d8699..188c012df84 100644 --- a/advisories/unreviewed/2023/12/GHSA-p58h-72hv-ppfx/GHSA-p58h-72hv-ppfx.json +++ b/advisories/unreviewed/2023/12/GHSA-p58h-72hv-ppfx/GHSA-p58h-72hv-ppfx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-qc5x-59fg-p535/GHSA-qc5x-59fg-p535.json b/advisories/unreviewed/2023/12/GHSA-qc5x-59fg-p535/GHSA-qc5x-59fg-p535.json index 7463583918e..9271801b06d 100644 --- a/advisories/unreviewed/2023/12/GHSA-qc5x-59fg-p535/GHSA-qc5x-59fg-p535.json +++ b/advisories/unreviewed/2023/12/GHSA-qc5x-59fg-p535/GHSA-qc5x-59fg-p535.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/2023/12/GHSA-rr5r-pr4r-p8ww/GHSA-rr5r-pr4r-p8ww.json b/advisories/unreviewed/2023/12/GHSA-rr5r-pr4r-p8ww/GHSA-rr5r-pr4r-p8ww.json index 54d53d576ed..bfd3d5f797c 100644 --- a/advisories/unreviewed/2023/12/GHSA-rr5r-pr4r-p8ww/GHSA-rr5r-pr4r-p8ww.json +++ b/advisories/unreviewed/2023/12/GHSA-rr5r-pr4r-p8ww/GHSA-rr5r-pr4r-p8ww.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/12/GHSA-v7h2-wwg5-8j32/GHSA-v7h2-wwg5-8j32.json b/advisories/unreviewed/2023/12/GHSA-v7h2-wwg5-8j32/GHSA-v7h2-wwg5-8j32.json index 1acd0b862c4..5822d6894e8 100644 --- a/advisories/unreviewed/2023/12/GHSA-v7h2-wwg5-8j32/GHSA-v7h2-wwg5-8j32.json +++ b/advisories/unreviewed/2023/12/GHSA-v7h2-wwg5-8j32/GHSA-v7h2-wwg5-8j32.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-vww6-8734-frv4/GHSA-vww6-8734-frv4.json b/advisories/unreviewed/2023/12/GHSA-vww6-8734-frv4/GHSA-vww6-8734-frv4.json index 2f3103f13b5..5f30fa07b51 100644 --- a/advisories/unreviewed/2023/12/GHSA-vww6-8734-frv4/GHSA-vww6-8734-frv4.json +++ b/advisories/unreviewed/2023/12/GHSA-vww6-8734-frv4/GHSA-vww6-8734-frv4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/12/GHSA-w33g-h324-x5g8/GHSA-w33g-h324-x5g8.json b/advisories/unreviewed/2023/12/GHSA-w33g-h324-x5g8/GHSA-w33g-h324-x5g8.json index fca08ee76e3..f6fc0239669 100644 --- a/advisories/unreviewed/2023/12/GHSA-w33g-h324-x5g8/GHSA-w33g-h324-x5g8.json +++ b/advisories/unreviewed/2023/12/GHSA-w33g-h324-x5g8/GHSA-w33g-h324-x5g8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/12/GHSA-w7rq-556w-c7gg/GHSA-w7rq-556w-c7gg.json b/advisories/unreviewed/2023/12/GHSA-w7rq-556w-c7gg/GHSA-w7rq-556w-c7gg.json index c1e4e3f2061..9826c249485 100644 --- a/advisories/unreviewed/2023/12/GHSA-w7rq-556w-c7gg/GHSA-w7rq-556w-c7gg.json +++ b/advisories/unreviewed/2023/12/GHSA-w7rq-556w-c7gg/GHSA-w7rq-556w-c7gg.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/12/GHSA-wgrh-8p66-qrfw/GHSA-wgrh-8p66-qrfw.json b/advisories/unreviewed/2023/12/GHSA-wgrh-8p66-qrfw/GHSA-wgrh-8p66-qrfw.json index ea98b201cc6..a0dd6ec5eb3 100644 --- a/advisories/unreviewed/2023/12/GHSA-wgrh-8p66-qrfw/GHSA-wgrh-8p66-qrfw.json +++ b/advisories/unreviewed/2023/12/GHSA-wgrh-8p66-qrfw/GHSA-wgrh-8p66-qrfw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/12/GHSA-wrgh-jm24-7hv6/GHSA-wrgh-jm24-7hv6.json b/advisories/unreviewed/2023/12/GHSA-wrgh-jm24-7hv6/GHSA-wrgh-jm24-7hv6.json index feed2b38cbb..91086d6d4ff 100644 --- a/advisories/unreviewed/2023/12/GHSA-wrgh-jm24-7hv6/GHSA-wrgh-jm24-7hv6.json +++ b/advisories/unreviewed/2023/12/GHSA-wrgh-jm24-7hv6/GHSA-wrgh-jm24-7hv6.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/12/GHSA-wvhj-q93v-gc3x/GHSA-wvhj-q93v-gc3x.json b/advisories/unreviewed/2023/12/GHSA-wvhj-q93v-gc3x/GHSA-wvhj-q93v-gc3x.json index 236e59aa814..81fbd237dad 100644 --- a/advisories/unreviewed/2023/12/GHSA-wvhj-q93v-gc3x/GHSA-wvhj-q93v-gc3x.json +++ b/advisories/unreviewed/2023/12/GHSA-wvhj-q93v-gc3x/GHSA-wvhj-q93v-gc3x.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/12/GHSA-x2gw-hrqg-xq6x/GHSA-x2gw-hrqg-xq6x.json b/advisories/unreviewed/2023/12/GHSA-x2gw-hrqg-xq6x/GHSA-x2gw-hrqg-xq6x.json index 9fb3c78b605..1e9c27bdcb0 100644 --- a/advisories/unreviewed/2023/12/GHSA-x2gw-hrqg-xq6x/GHSA-x2gw-hrqg-xq6x.json +++ b/advisories/unreviewed/2023/12/GHSA-x2gw-hrqg-xq6x/GHSA-x2gw-hrqg-xq6x.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/2023/12/GHSA-x4h7-65jv-x57h/GHSA-x4h7-65jv-x57h.json b/advisories/unreviewed/2023/12/GHSA-x4h7-65jv-x57h/GHSA-x4h7-65jv-x57h.json index 0a3ab41f5f1..0323938d9cc 100644 --- a/advisories/unreviewed/2023/12/GHSA-x4h7-65jv-x57h/GHSA-x4h7-65jv-x57h.json +++ b/advisories/unreviewed/2023/12/GHSA-x4h7-65jv-x57h/GHSA-x4h7-65jv-x57h.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/2023/12/GHSA-x688-phxp-mw5c/GHSA-x688-phxp-mw5c.json b/advisories/unreviewed/2023/12/GHSA-x688-phxp-mw5c/GHSA-x688-phxp-mw5c.json index b47fb516afc..46ab7c612ca 100644 --- a/advisories/unreviewed/2023/12/GHSA-x688-phxp-mw5c/GHSA-x688-phxp-mw5c.json +++ b/advisories/unreviewed/2023/12/GHSA-x688-phxp-mw5c/GHSA-x688-phxp-mw5c.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/2023/12/GHSA-xx2v-j2rm-5c42/GHSA-xx2v-j2rm-5c42.json b/advisories/unreviewed/2023/12/GHSA-xx2v-j2rm-5c42/GHSA-xx2v-j2rm-5c42.json index 84e7c070a28..d937f3fa981 100644 --- a/advisories/unreviewed/2023/12/GHSA-xx2v-j2rm-5c42/GHSA-xx2v-j2rm-5c42.json +++ b/advisories/unreviewed/2023/12/GHSA-xx2v-j2rm-5c42/GHSA-xx2v-j2rm-5c42.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-29pw-vrcf-rqvp/GHSA-29pw-vrcf-rqvp.json b/advisories/unreviewed/2024/03/GHSA-29pw-vrcf-rqvp/GHSA-29pw-vrcf-rqvp.json index fc9b38e311b..8e022b2735f 100644 --- a/advisories/unreviewed/2024/03/GHSA-29pw-vrcf-rqvp/GHSA-29pw-vrcf-rqvp.json +++ b/advisories/unreviewed/2024/03/GHSA-29pw-vrcf-rqvp/GHSA-29pw-vrcf-rqvp.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/2024/03/GHSA-2c59-j8fr-6828/GHSA-2c59-j8fr-6828.json b/advisories/unreviewed/2024/03/GHSA-2c59-j8fr-6828/GHSA-2c59-j8fr-6828.json index 9904881b4f6..2dc43986c9c 100644 --- a/advisories/unreviewed/2024/03/GHSA-2c59-j8fr-6828/GHSA-2c59-j8fr-6828.json +++ b/advisories/unreviewed/2024/03/GHSA-2c59-j8fr-6828/GHSA-2c59-j8fr-6828.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-7444-32c7-cjv4/GHSA-7444-32c7-cjv4.json b/advisories/unreviewed/2024/03/GHSA-7444-32c7-cjv4/GHSA-7444-32c7-cjv4.json index 5f39292dbfd..9927672d0ec 100644 --- a/advisories/unreviewed/2024/03/GHSA-7444-32c7-cjv4/GHSA-7444-32c7-cjv4.json +++ b/advisories/unreviewed/2024/03/GHSA-7444-32c7-cjv4/GHSA-7444-32c7-cjv4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-92jp-q2g9-wmq7/GHSA-92jp-q2g9-wmq7.json b/advisories/unreviewed/2024/03/GHSA-92jp-q2g9-wmq7/GHSA-92jp-q2g9-wmq7.json index 6ddd653960e..a8234422ec0 100644 --- a/advisories/unreviewed/2024/03/GHSA-92jp-q2g9-wmq7/GHSA-92jp-q2g9-wmq7.json +++ b/advisories/unreviewed/2024/03/GHSA-92jp-q2g9-wmq7/GHSA-92jp-q2g9-wmq7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-92q8-mrj6-9v42/GHSA-92q8-mrj6-9v42.json b/advisories/unreviewed/2024/03/GHSA-92q8-mrj6-9v42/GHSA-92q8-mrj6-9v42.json index a301b1222e2..8cb9463d080 100644 --- a/advisories/unreviewed/2024/03/GHSA-92q8-mrj6-9v42/GHSA-92q8-mrj6-9v42.json +++ b/advisories/unreviewed/2024/03/GHSA-92q8-mrj6-9v42/GHSA-92q8-mrj6-9v42.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/03/GHSA-cv7f-2fw2-8wrg/GHSA-cv7f-2fw2-8wrg.json b/advisories/unreviewed/2024/03/GHSA-cv7f-2fw2-8wrg/GHSA-cv7f-2fw2-8wrg.json index 8c178db5acc..15bd4c36ae2 100644 --- a/advisories/unreviewed/2024/03/GHSA-cv7f-2fw2-8wrg/GHSA-cv7f-2fw2-8wrg.json +++ b/advisories/unreviewed/2024/03/GHSA-cv7f-2fw2-8wrg/GHSA-cv7f-2fw2-8wrg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-g3pj-7fp2-jhxr/GHSA-g3pj-7fp2-jhxr.json b/advisories/unreviewed/2024/03/GHSA-g3pj-7fp2-jhxr/GHSA-g3pj-7fp2-jhxr.json index 7d63f1bf831..3324759bf21 100644 --- a/advisories/unreviewed/2024/03/GHSA-g3pj-7fp2-jhxr/GHSA-g3pj-7fp2-jhxr.json +++ b/advisories/unreviewed/2024/03/GHSA-g3pj-7fp2-jhxr/GHSA-g3pj-7fp2-jhxr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-gwqv-mxv2-3769/GHSA-gwqv-mxv2-3769.json b/advisories/unreviewed/2024/03/GHSA-gwqv-mxv2-3769/GHSA-gwqv-mxv2-3769.json index d6efa9f18b2..17b984177f5 100644 --- a/advisories/unreviewed/2024/03/GHSA-gwqv-mxv2-3769/GHSA-gwqv-mxv2-3769.json +++ b/advisories/unreviewed/2024/03/GHSA-gwqv-mxv2-3769/GHSA-gwqv-mxv2-3769.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-h2ph-x33p-jmpm/GHSA-h2ph-x33p-jmpm.json b/advisories/unreviewed/2024/03/GHSA-h2ph-x33p-jmpm/GHSA-h2ph-x33p-jmpm.json index 2f1f04e6f32..fc474fbb1e2 100644 --- a/advisories/unreviewed/2024/03/GHSA-h2ph-x33p-jmpm/GHSA-h2ph-x33p-jmpm.json +++ b/advisories/unreviewed/2024/03/GHSA-h2ph-x33p-jmpm/GHSA-h2ph-x33p-jmpm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-j8r5-8r3h-439x/GHSA-j8r5-8r3h-439x.json b/advisories/unreviewed/2024/03/GHSA-j8r5-8r3h-439x/GHSA-j8r5-8r3h-439x.json index 2935c76ba42..4ccb546e6a2 100644 --- a/advisories/unreviewed/2024/03/GHSA-j8r5-8r3h-439x/GHSA-j8r5-8r3h-439x.json +++ b/advisories/unreviewed/2024/03/GHSA-j8r5-8r3h-439x/GHSA-j8r5-8r3h-439x.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", @@ -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/03/GHSA-qfrj-3cjf-95fh/GHSA-qfrj-3cjf-95fh.json b/advisories/unreviewed/2024/03/GHSA-qfrj-3cjf-95fh/GHSA-qfrj-3cjf-95fh.json index 139777b8f9a..db4023c5ccb 100644 --- a/advisories/unreviewed/2024/03/GHSA-qfrj-3cjf-95fh/GHSA-qfrj-3cjf-95fh.json +++ b/advisories/unreviewed/2024/03/GHSA-qfrj-3cjf-95fh/GHSA-qfrj-3cjf-95fh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-qhcw-x4hm-xwrx/GHSA-qhcw-x4hm-xwrx.json b/advisories/unreviewed/2024/03/GHSA-qhcw-x4hm-xwrx/GHSA-qhcw-x4hm-xwrx.json index 14ab6da7489..2e4d54b537e 100644 --- a/advisories/unreviewed/2024/03/GHSA-qhcw-x4hm-xwrx/GHSA-qhcw-x4hm-xwrx.json +++ b/advisories/unreviewed/2024/03/GHSA-qhcw-x4hm-xwrx/GHSA-qhcw-x4hm-xwrx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-w853-6hc5-89h2/GHSA-w853-6hc5-89h2.json b/advisories/unreviewed/2024/03/GHSA-w853-6hc5-89h2/GHSA-w853-6hc5-89h2.json index 73289a65a4e..1f5cf512730 100644 --- a/advisories/unreviewed/2024/03/GHSA-w853-6hc5-89h2/GHSA-w853-6hc5-89h2.json +++ b/advisories/unreviewed/2024/03/GHSA-w853-6hc5-89h2/GHSA-w853-6hc5-89h2.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/2024/04/GHSA-7jw6-8f8g-469v/GHSA-7jw6-8f8g-469v.json b/advisories/unreviewed/2024/04/GHSA-7jw6-8f8g-469v/GHSA-7jw6-8f8g-469v.json index 8d6fdb2ae6d..174e432f7e1 100644 --- a/advisories/unreviewed/2024/04/GHSA-7jw6-8f8g-469v/GHSA-7jw6-8f8g-469v.json +++ b/advisories/unreviewed/2024/04/GHSA-7jw6-8f8g-469v/GHSA-7jw6-8f8g-469v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-84cf-cm69-mj8w/GHSA-84cf-cm69-mj8w.json b/advisories/unreviewed/2024/04/GHSA-84cf-cm69-mj8w/GHSA-84cf-cm69-mj8w.json index 3db12160965..1544f85cfd9 100644 --- a/advisories/unreviewed/2024/04/GHSA-84cf-cm69-mj8w/GHSA-84cf-cm69-mj8w.json +++ b/advisories/unreviewed/2024/04/GHSA-84cf-cm69-mj8w/GHSA-84cf-cm69-mj8w.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/04/GHSA-8rfc-c9wp-w4x6/GHSA-8rfc-c9wp-w4x6.json b/advisories/unreviewed/2024/04/GHSA-8rfc-c9wp-w4x6/GHSA-8rfc-c9wp-w4x6.json index de69dc5552f..4061e69786b 100644 --- a/advisories/unreviewed/2024/04/GHSA-8rfc-c9wp-w4x6/GHSA-8rfc-c9wp-w4x6.json +++ b/advisories/unreviewed/2024/04/GHSA-8rfc-c9wp-w4x6/GHSA-8rfc-c9wp-w4x6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-f685-p7gp-hwrf/GHSA-f685-p7gp-hwrf.json b/advisories/unreviewed/2024/04/GHSA-f685-p7gp-hwrf/GHSA-f685-p7gp-hwrf.json index bc840ce951b..03dfcf6c6e9 100644 --- a/advisories/unreviewed/2024/04/GHSA-f685-p7gp-hwrf/GHSA-f685-p7gp-hwrf.json +++ b/advisories/unreviewed/2024/04/GHSA-f685-p7gp-hwrf/GHSA-f685-p7gp-hwrf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-fff2-pwcg-x73m/GHSA-fff2-pwcg-x73m.json b/advisories/unreviewed/2024/04/GHSA-fff2-pwcg-x73m/GHSA-fff2-pwcg-x73m.json index b53cf3bcca4..30b7b4f1384 100644 --- a/advisories/unreviewed/2024/04/GHSA-fff2-pwcg-x73m/GHSA-fff2-pwcg-x73m.json +++ b/advisories/unreviewed/2024/04/GHSA-fff2-pwcg-x73m/GHSA-fff2-pwcg-x73m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-r2fj-j5gm-xjr5/GHSA-r2fj-j5gm-xjr5.json b/advisories/unreviewed/2024/04/GHSA-r2fj-j5gm-xjr5/GHSA-r2fj-j5gm-xjr5.json index 6d85c9aee4f..4902f52751a 100644 --- a/advisories/unreviewed/2024/04/GHSA-r2fj-j5gm-xjr5/GHSA-r2fj-j5gm-xjr5.json +++ b/advisories/unreviewed/2024/04/GHSA-r2fj-j5gm-xjr5/GHSA-r2fj-j5gm-xjr5.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-fxqv-fm95-w2rw/GHSA-fxqv-fm95-w2rw.json b/advisories/unreviewed/2024/05/GHSA-fxqv-fm95-w2rw/GHSA-fxqv-fm95-w2rw.json index 5c4a052b220..fb0fecca480 100644 --- a/advisories/unreviewed/2024/05/GHSA-fxqv-fm95-w2rw/GHSA-fxqv-fm95-w2rw.json +++ b/advisories/unreviewed/2024/05/GHSA-fxqv-fm95-w2rw/GHSA-fxqv-fm95-w2rw.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/05/GHSA-p795-v7xm-xvv6/GHSA-p795-v7xm-xvv6.json b/advisories/unreviewed/2024/05/GHSA-p795-v7xm-xvv6/GHSA-p795-v7xm-xvv6.json index 4f198420776..9d89fb9a5a2 100644 --- a/advisories/unreviewed/2024/05/GHSA-p795-v7xm-xvv6/GHSA-p795-v7xm-xvv6.json +++ b/advisories/unreviewed/2024/05/GHSA-p795-v7xm-xvv6/GHSA-p795-v7xm-xvv6.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/06/GHSA-2h63-f9v2-w77r/GHSA-2h63-f9v2-w77r.json b/advisories/unreviewed/2024/06/GHSA-2h63-f9v2-w77r/GHSA-2h63-f9v2-w77r.json index 4567cc2a83f..92d36457845 100644 --- a/advisories/unreviewed/2024/06/GHSA-2h63-f9v2-w77r/GHSA-2h63-f9v2-w77r.json +++ b/advisories/unreviewed/2024/06/GHSA-2h63-f9v2-w77r/GHSA-2h63-f9v2-w77r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-2mr3-36qv-4rmf/GHSA-2mr3-36qv-4rmf.json b/advisories/unreviewed/2024/06/GHSA-2mr3-36qv-4rmf/GHSA-2mr3-36qv-4rmf.json index 1d184cb98fc..15f86246cde 100644 --- a/advisories/unreviewed/2024/06/GHSA-2mr3-36qv-4rmf/GHSA-2mr3-36qv-4rmf.json +++ b/advisories/unreviewed/2024/06/GHSA-2mr3-36qv-4rmf/GHSA-2mr3-36qv-4rmf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-4j3p-3m7m-jgp4/GHSA-4j3p-3m7m-jgp4.json b/advisories/unreviewed/2024/06/GHSA-4j3p-3m7m-jgp4/GHSA-4j3p-3m7m-jgp4.json index ef0739bbfc9..51d285b06fd 100644 --- a/advisories/unreviewed/2024/06/GHSA-4j3p-3m7m-jgp4/GHSA-4j3p-3m7m-jgp4.json +++ b/advisories/unreviewed/2024/06/GHSA-4j3p-3m7m-jgp4/GHSA-4j3p-3m7m-jgp4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-5frq-4cx3-frc8/GHSA-5frq-4cx3-frc8.json b/advisories/unreviewed/2024/06/GHSA-5frq-4cx3-frc8/GHSA-5frq-4cx3-frc8.json index ed6bb422d9f..9bc6ea4f0d6 100644 --- a/advisories/unreviewed/2024/06/GHSA-5frq-4cx3-frc8/GHSA-5frq-4cx3-frc8.json +++ b/advisories/unreviewed/2024/06/GHSA-5frq-4cx3-frc8/GHSA-5frq-4cx3-frc8.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-74q4-h5rc-c98x/GHSA-74q4-h5rc-c98x.json b/advisories/unreviewed/2024/06/GHSA-74q4-h5rc-c98x/GHSA-74q4-h5rc-c98x.json index c8d3a966b8f..0edddd44891 100644 --- a/advisories/unreviewed/2024/06/GHSA-74q4-h5rc-c98x/GHSA-74q4-h5rc-c98x.json +++ b/advisories/unreviewed/2024/06/GHSA-74q4-h5rc-c98x/GHSA-74q4-h5rc-c98x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-8fqh-4hjv-48fq/GHSA-8fqh-4hjv-48fq.json b/advisories/unreviewed/2024/06/GHSA-8fqh-4hjv-48fq/GHSA-8fqh-4hjv-48fq.json index db9d8612ad9..72d99f49dee 100644 --- a/advisories/unreviewed/2024/06/GHSA-8fqh-4hjv-48fq/GHSA-8fqh-4hjv-48fq.json +++ b/advisories/unreviewed/2024/06/GHSA-8fqh-4hjv-48fq/GHSA-8fqh-4hjv-48fq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-988h-7hff-q3fr/GHSA-988h-7hff-q3fr.json b/advisories/unreviewed/2024/06/GHSA-988h-7hff-q3fr/GHSA-988h-7hff-q3fr.json index f154e42ca3b..3b428062448 100644 --- a/advisories/unreviewed/2024/06/GHSA-988h-7hff-q3fr/GHSA-988h-7hff-q3fr.json +++ b/advisories/unreviewed/2024/06/GHSA-988h-7hff-q3fr/GHSA-988h-7hff-q3fr.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/2024/06/GHSA-frc3-jmxc-4pmx/GHSA-frc3-jmxc-4pmx.json b/advisories/unreviewed/2024/06/GHSA-frc3-jmxc-4pmx/GHSA-frc3-jmxc-4pmx.json index 1d50f9b2508..7bb2790247a 100644 --- a/advisories/unreviewed/2024/06/GHSA-frc3-jmxc-4pmx/GHSA-frc3-jmxc-4pmx.json +++ b/advisories/unreviewed/2024/06/GHSA-frc3-jmxc-4pmx/GHSA-frc3-jmxc-4pmx.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/06/GHSA-gwrq-pgf5-r942/GHSA-gwrq-pgf5-r942.json b/advisories/unreviewed/2024/06/GHSA-gwrq-pgf5-r942/GHSA-gwrq-pgf5-r942.json index e92ae181889..e6be68c02e8 100644 --- a/advisories/unreviewed/2024/06/GHSA-gwrq-pgf5-r942/GHSA-gwrq-pgf5-r942.json +++ b/advisories/unreviewed/2024/06/GHSA-gwrq-pgf5-r942/GHSA-gwrq-pgf5-r942.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/06/GHSA-m249-8gm7-xrcf/GHSA-m249-8gm7-xrcf.json b/advisories/unreviewed/2024/06/GHSA-m249-8gm7-xrcf/GHSA-m249-8gm7-xrcf.json index 49eb4aad71d..53b7d463d63 100644 --- a/advisories/unreviewed/2024/06/GHSA-m249-8gm7-xrcf/GHSA-m249-8gm7-xrcf.json +++ b/advisories/unreviewed/2024/06/GHSA-m249-8gm7-xrcf/GHSA-m249-8gm7-xrcf.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-ppq4-8j5q-qjjx/GHSA-ppq4-8j5q-qjjx.json b/advisories/unreviewed/2024/06/GHSA-ppq4-8j5q-qjjx/GHSA-ppq4-8j5q-qjjx.json index 54238c43c8a..6436879e149 100644 --- a/advisories/unreviewed/2024/06/GHSA-ppq4-8j5q-qjjx/GHSA-ppq4-8j5q-qjjx.json +++ b/advisories/unreviewed/2024/06/GHSA-ppq4-8j5q-qjjx/GHSA-ppq4-8j5q-qjjx.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-qh49-g58p-8272/GHSA-qh49-g58p-8272.json b/advisories/unreviewed/2024/06/GHSA-qh49-g58p-8272/GHSA-qh49-g58p-8272.json index 09fa4dbac37..4aad55a0e84 100644 --- a/advisories/unreviewed/2024/06/GHSA-qh49-g58p-8272/GHSA-qh49-g58p-8272.json +++ b/advisories/unreviewed/2024/06/GHSA-qh49-g58p-8272/GHSA-qh49-g58p-8272.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-qhx2-rhqq-2wmm/GHSA-qhx2-rhqq-2wmm.json b/advisories/unreviewed/2024/06/GHSA-qhx2-rhqq-2wmm/GHSA-qhx2-rhqq-2wmm.json index c3b5ffc5c94..81076f5bdbb 100644 --- a/advisories/unreviewed/2024/06/GHSA-qhx2-rhqq-2wmm/GHSA-qhx2-rhqq-2wmm.json +++ b/advisories/unreviewed/2024/06/GHSA-qhx2-rhqq-2wmm/GHSA-qhx2-rhqq-2wmm.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-qvr7-cp8f-g7f2/GHSA-qvr7-cp8f-g7f2.json b/advisories/unreviewed/2024/06/GHSA-qvr7-cp8f-g7f2/GHSA-qvr7-cp8f-g7f2.json index f4498e705f2..44de67f2bf4 100644 --- a/advisories/unreviewed/2024/06/GHSA-qvr7-cp8f-g7f2/GHSA-qvr7-cp8f-g7f2.json +++ b/advisories/unreviewed/2024/06/GHSA-qvr7-cp8f-g7f2/GHSA-qvr7-cp8f-g7f2.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-rqwx-x259-3ggm/GHSA-rqwx-x259-3ggm.json b/advisories/unreviewed/2024/06/GHSA-rqwx-x259-3ggm/GHSA-rqwx-x259-3ggm.json index 83551533277..2180db570ea 100644 --- a/advisories/unreviewed/2024/06/GHSA-rqwx-x259-3ggm/GHSA-rqwx-x259-3ggm.json +++ b/advisories/unreviewed/2024/06/GHSA-rqwx-x259-3ggm/GHSA-rqwx-x259-3ggm.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:L/SI:L/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-wv82-j9h6-2q8w/GHSA-wv82-j9h6-2q8w.json b/advisories/unreviewed/2024/06/GHSA-wv82-j9h6-2q8w/GHSA-wv82-j9h6-2q8w.json index abcb570528e..8ba96fcc9b3 100644 --- a/advisories/unreviewed/2024/06/GHSA-wv82-j9h6-2q8w/GHSA-wv82-j9h6-2q8w.json +++ b/advisories/unreviewed/2024/06/GHSA-wv82-j9h6-2q8w/GHSA-wv82-j9h6-2q8w.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-wxxx-g5q4-gvrr/GHSA-wxxx-g5q4-gvrr.json b/advisories/unreviewed/2024/06/GHSA-wxxx-g5q4-gvrr/GHSA-wxxx-g5q4-gvrr.json index ee9f0c97b71..5f71db7a6b2 100644 --- a/advisories/unreviewed/2024/06/GHSA-wxxx-g5q4-gvrr/GHSA-wxxx-g5q4-gvrr.json +++ b/advisories/unreviewed/2024/06/GHSA-wxxx-g5q4-gvrr/GHSA-wxxx-g5q4-gvrr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-x8h6-96m2-gv4q/GHSA-x8h6-96m2-gv4q.json b/advisories/unreviewed/2024/06/GHSA-x8h6-96m2-gv4q/GHSA-x8h6-96m2-gv4q.json index 6b92ea4536c..3c173f54b87 100644 --- a/advisories/unreviewed/2024/06/GHSA-x8h6-96m2-gv4q/GHSA-x8h6-96m2-gv4q.json +++ b/advisories/unreviewed/2024/06/GHSA-x8h6-96m2-gv4q/GHSA-x8h6-96m2-gv4q.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-2mm8-pv7f-4x6g/GHSA-2mm8-pv7f-4x6g.json b/advisories/unreviewed/2024/07/GHSA-2mm8-pv7f-4x6g/GHSA-2mm8-pv7f-4x6g.json index cb0d154d582..b754b1a5d73 100644 --- a/advisories/unreviewed/2024/07/GHSA-2mm8-pv7f-4x6g/GHSA-2mm8-pv7f-4x6g.json +++ b/advisories/unreviewed/2024/07/GHSA-2mm8-pv7f-4x6g/GHSA-2mm8-pv7f-4x6g.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-853h-mwm5-5qqr/GHSA-853h-mwm5-5qqr.json b/advisories/unreviewed/2024/07/GHSA-853h-mwm5-5qqr/GHSA-853h-mwm5-5qqr.json index 8df817947dd..2a38f9798bc 100644 --- a/advisories/unreviewed/2024/07/GHSA-853h-mwm5-5qqr/GHSA-853h-mwm5-5qqr.json +++ b/advisories/unreviewed/2024/07/GHSA-853h-mwm5-5qqr/GHSA-853h-mwm5-5qqr.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-86g8-833h-3hcm/GHSA-86g8-833h-3hcm.json b/advisories/unreviewed/2024/07/GHSA-86g8-833h-3hcm/GHSA-86g8-833h-3hcm.json index 53326776557..74e97b8c9e8 100644 --- a/advisories/unreviewed/2024/07/GHSA-86g8-833h-3hcm/GHSA-86g8-833h-3hcm.json +++ b/advisories/unreviewed/2024/07/GHSA-86g8-833h-3hcm/GHSA-86g8-833h-3hcm.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-8vm5-mx6j-hvfc/GHSA-8vm5-mx6j-hvfc.json b/advisories/unreviewed/2024/07/GHSA-8vm5-mx6j-hvfc/GHSA-8vm5-mx6j-hvfc.json index 6b5d6e8bc80..5d8c732914c 100644 --- a/advisories/unreviewed/2024/07/GHSA-8vm5-mx6j-hvfc/GHSA-8vm5-mx6j-hvfc.json +++ b/advisories/unreviewed/2024/07/GHSA-8vm5-mx6j-hvfc/GHSA-8vm5-mx6j-hvfc.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-9x49-p5gq-22q7/GHSA-9x49-p5gq-22q7.json b/advisories/unreviewed/2024/07/GHSA-9x49-p5gq-22q7/GHSA-9x49-p5gq-22q7.json index 8fe770a748d..b4ca5e55da9 100644 --- a/advisories/unreviewed/2024/07/GHSA-9x49-p5gq-22q7/GHSA-9x49-p5gq-22q7.json +++ b/advisories/unreviewed/2024/07/GHSA-9x49-p5gq-22q7/GHSA-9x49-p5gq-22q7.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:P/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:N/R:U/V:D/RE:M/U:Amber" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-cc8c-62x7-qwjr/GHSA-cc8c-62x7-qwjr.json b/advisories/unreviewed/2024/07/GHSA-cc8c-62x7-qwjr/GHSA-cc8c-62x7-qwjr.json index 7e8cef5d86d..f86f39317c8 100644 --- a/advisories/unreviewed/2024/07/GHSA-cc8c-62x7-qwjr/GHSA-cc8c-62x7-qwjr.json +++ b/advisories/unreviewed/2024/07/GHSA-cc8c-62x7-qwjr/GHSA-cc8c-62x7-qwjr.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/07/GHSA-cm9f-fpj4-64q9/GHSA-cm9f-fpj4-64q9.json b/advisories/unreviewed/2024/07/GHSA-cm9f-fpj4-64q9/GHSA-cm9f-fpj4-64q9.json index be0c6f1c323..ec081f238e6 100644 --- a/advisories/unreviewed/2024/07/GHSA-cm9f-fpj4-64q9/GHSA-cm9f-fpj4-64q9.json +++ b/advisories/unreviewed/2024/07/GHSA-cm9f-fpj4-64q9/GHSA-cm9f-fpj4-64q9.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/07/GHSA-crvp-99p3-9m36/GHSA-crvp-99p3-9m36.json b/advisories/unreviewed/2024/07/GHSA-crvp-99p3-9m36/GHSA-crvp-99p3-9m36.json index cb4567848d9..257c076885b 100644 --- a/advisories/unreviewed/2024/07/GHSA-crvp-99p3-9m36/GHSA-crvp-99p3-9m36.json +++ b/advisories/unreviewed/2024/07/GHSA-crvp-99p3-9m36/GHSA-crvp-99p3-9m36.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:H/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-fvwv-5fff-6fx2/GHSA-fvwv-5fff-6fx2.json b/advisories/unreviewed/2024/07/GHSA-fvwv-5fff-6fx2/GHSA-fvwv-5fff-6fx2.json index 46a26d108ad..18c089808b2 100644 --- a/advisories/unreviewed/2024/07/GHSA-fvwv-5fff-6fx2/GHSA-fvwv-5fff-6fx2.json +++ b/advisories/unreviewed/2024/07/GHSA-fvwv-5fff-6fx2/GHSA-fvwv-5fff-6fx2.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-hcmc-j263-7qw5/GHSA-hcmc-j263-7qw5.json b/advisories/unreviewed/2024/07/GHSA-hcmc-j263-7qw5/GHSA-hcmc-j263-7qw5.json index 0c610ed4995..2f7c171ceb4 100644 --- a/advisories/unreviewed/2024/07/GHSA-hcmc-j263-7qw5/GHSA-hcmc-j263-7qw5.json +++ b/advisories/unreviewed/2024/07/GHSA-hcmc-j263-7qw5/GHSA-hcmc-j263-7qw5.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-phh7-8q4v-gv55/GHSA-phh7-8q4v-gv55.json b/advisories/unreviewed/2024/07/GHSA-phh7-8q4v-gv55/GHSA-phh7-8q4v-gv55.json index 0b3e38df070..7efaaf884b8 100644 --- a/advisories/unreviewed/2024/07/GHSA-phh7-8q4v-gv55/GHSA-phh7-8q4v-gv55.json +++ b/advisories/unreviewed/2024/07/GHSA-phh7-8q4v-gv55/GHSA-phh7-8q4v-gv55.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-w9qp-xc8f-8xcq/GHSA-w9qp-xc8f-8xcq.json b/advisories/unreviewed/2024/07/GHSA-w9qp-xc8f-8xcq/GHSA-w9qp-xc8f-8xcq.json index 863c3057f18..42d3699de91 100644 --- a/advisories/unreviewed/2024/07/GHSA-w9qp-xc8f-8xcq/GHSA-w9qp-xc8f-8xcq.json +++ b/advisories/unreviewed/2024/07/GHSA-w9qp-xc8f-8xcq/GHSA-w9qp-xc8f-8xcq.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-wq5w-42wp-4qfx/GHSA-wq5w-42wp-4qfx.json b/advisories/unreviewed/2024/07/GHSA-wq5w-42wp-4qfx/GHSA-wq5w-42wp-4qfx.json index fa029bf9e1f..c4079672e9f 100644 --- a/advisories/unreviewed/2024/07/GHSA-wq5w-42wp-4qfx/GHSA-wq5w-42wp-4qfx.json +++ b/advisories/unreviewed/2024/07/GHSA-wq5w-42wp-4qfx/GHSA-wq5w-42wp-4qfx.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-x3j2-v37x-2v84/GHSA-x3j2-v37x-2v84.json b/advisories/unreviewed/2024/07/GHSA-x3j2-v37x-2v84/GHSA-x3j2-v37x-2v84.json index ac0d205f346..bb390ee2f49 100644 --- a/advisories/unreviewed/2024/07/GHSA-x3j2-v37x-2v84/GHSA-x3j2-v37x-2v84.json +++ b/advisories/unreviewed/2024/07/GHSA-x3j2-v37x-2v84/GHSA-x3j2-v37x-2v84.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-2355-2h8c-mw45/GHSA-2355-2h8c-mw45.json b/advisories/unreviewed/2024/08/GHSA-2355-2h8c-mw45/GHSA-2355-2h8c-mw45.json index a1cca7cdf68..a991b5f8e6b 100644 --- a/advisories/unreviewed/2024/08/GHSA-2355-2h8c-mw45/GHSA-2355-2h8c-mw45.json +++ b/advisories/unreviewed/2024/08/GHSA-2355-2h8c-mw45/GHSA-2355-2h8c-mw45.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-2cmx-w9mj-2wvc/GHSA-2cmx-w9mj-2wvc.json b/advisories/unreviewed/2024/08/GHSA-2cmx-w9mj-2wvc/GHSA-2cmx-w9mj-2wvc.json index c4a2f970818..90acdf402cd 100644 --- a/advisories/unreviewed/2024/08/GHSA-2cmx-w9mj-2wvc/GHSA-2cmx-w9mj-2wvc.json +++ b/advisories/unreviewed/2024/08/GHSA-2cmx-w9mj-2wvc/GHSA-2cmx-w9mj-2wvc.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-48fc-q3xv-7q79/GHSA-48fc-q3xv-7q79.json b/advisories/unreviewed/2024/08/GHSA-48fc-q3xv-7q79/GHSA-48fc-q3xv-7q79.json index 2a9f56294cc..95db56e176d 100644 --- a/advisories/unreviewed/2024/08/GHSA-48fc-q3xv-7q79/GHSA-48fc-q3xv-7q79.json +++ b/advisories/unreviewed/2024/08/GHSA-48fc-q3xv-7q79/GHSA-48fc-q3xv-7q79.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-4wpj-j932-mmgx/GHSA-4wpj-j932-mmgx.json b/advisories/unreviewed/2024/08/GHSA-4wpj-j932-mmgx/GHSA-4wpj-j932-mmgx.json index ad37b0623e9..a84924efd63 100644 --- a/advisories/unreviewed/2024/08/GHSA-4wpj-j932-mmgx/GHSA-4wpj-j932-mmgx.json +++ b/advisories/unreviewed/2024/08/GHSA-4wpj-j932-mmgx/GHSA-4wpj-j932-mmgx.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-6hm4-mg77-jxqp/GHSA-6hm4-mg77-jxqp.json b/advisories/unreviewed/2024/08/GHSA-6hm4-mg77-jxqp/GHSA-6hm4-mg77-jxqp.json index 45886fae314..221ecfc2bdd 100644 --- a/advisories/unreviewed/2024/08/GHSA-6hm4-mg77-jxqp/GHSA-6hm4-mg77-jxqp.json +++ b/advisories/unreviewed/2024/08/GHSA-6hm4-mg77-jxqp/GHSA-6hm4-mg77-jxqp.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-6r3g-hmqv-cpgr/GHSA-6r3g-hmqv-cpgr.json b/advisories/unreviewed/2024/08/GHSA-6r3g-hmqv-cpgr/GHSA-6r3g-hmqv-cpgr.json index bb5083c04e1..123c0be5a93 100644 --- a/advisories/unreviewed/2024/08/GHSA-6r3g-hmqv-cpgr/GHSA-6r3g-hmqv-cpgr.json +++ b/advisories/unreviewed/2024/08/GHSA-6r3g-hmqv-cpgr/GHSA-6r3g-hmqv-cpgr.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", @@ -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/08/GHSA-9h4x-2mmw-9488/GHSA-9h4x-2mmw-9488.json b/advisories/unreviewed/2024/08/GHSA-9h4x-2mmw-9488/GHSA-9h4x-2mmw-9488.json index 936c9bcea24..ec1deeb411c 100644 --- a/advisories/unreviewed/2024/08/GHSA-9h4x-2mmw-9488/GHSA-9h4x-2mmw-9488.json +++ b/advisories/unreviewed/2024/08/GHSA-9h4x-2mmw-9488/GHSA-9h4x-2mmw-9488.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", @@ -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/08/GHSA-chgg-fhrr-fjmm/GHSA-chgg-fhrr-fjmm.json b/advisories/unreviewed/2024/08/GHSA-chgg-fhrr-fjmm/GHSA-chgg-fhrr-fjmm.json index 901dba960c9..bbc5353787c 100644 --- a/advisories/unreviewed/2024/08/GHSA-chgg-fhrr-fjmm/GHSA-chgg-fhrr-fjmm.json +++ b/advisories/unreviewed/2024/08/GHSA-chgg-fhrr-fjmm/GHSA-chgg-fhrr-fjmm.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-gg5j-vfc6-wfm3/GHSA-gg5j-vfc6-wfm3.json b/advisories/unreviewed/2024/08/GHSA-gg5j-vfc6-wfm3/GHSA-gg5j-vfc6-wfm3.json index 1fd44db45d3..b04ab31d2bf 100644 --- a/advisories/unreviewed/2024/08/GHSA-gg5j-vfc6-wfm3/GHSA-gg5j-vfc6-wfm3.json +++ b/advisories/unreviewed/2024/08/GHSA-gg5j-vfc6-wfm3/GHSA-gg5j-vfc6-wfm3.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-hj89-h95x-jw36/GHSA-hj89-h95x-jw36.json b/advisories/unreviewed/2024/08/GHSA-hj89-h95x-jw36/GHSA-hj89-h95x-jw36.json index 743210afeb2..cbf4c6fe371 100644 --- a/advisories/unreviewed/2024/08/GHSA-hj89-h95x-jw36/GHSA-hj89-h95x-jw36.json +++ b/advisories/unreviewed/2024/08/GHSA-hj89-h95x-jw36/GHSA-hj89-h95x-jw36.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", @@ -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/08/GHSA-mccf-vjw6-rwhg/GHSA-mccf-vjw6-rwhg.json b/advisories/unreviewed/2024/08/GHSA-mccf-vjw6-rwhg/GHSA-mccf-vjw6-rwhg.json index 570e8b629b5..e6f4524834f 100644 --- a/advisories/unreviewed/2024/08/GHSA-mccf-vjw6-rwhg/GHSA-mccf-vjw6-rwhg.json +++ b/advisories/unreviewed/2024/08/GHSA-mccf-vjw6-rwhg/GHSA-mccf-vjw6-rwhg.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", @@ -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/08/GHSA-q97x-m57p-r684/GHSA-q97x-m57p-r684.json b/advisories/unreviewed/2024/08/GHSA-q97x-m57p-r684/GHSA-q97x-m57p-r684.json index feb7692a455..9b03ee121dd 100644 --- a/advisories/unreviewed/2024/08/GHSA-q97x-m57p-r684/GHSA-q97x-m57p-r684.json +++ b/advisories/unreviewed/2024/08/GHSA-q97x-m57p-r684/GHSA-q97x-m57p-r684.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-rh3j-hcjp-qq5x/GHSA-rh3j-hcjp-qq5x.json b/advisories/unreviewed/2024/08/GHSA-rh3j-hcjp-qq5x/GHSA-rh3j-hcjp-qq5x.json index adde8f96362..48adf0523f0 100644 --- a/advisories/unreviewed/2024/08/GHSA-rh3j-hcjp-qq5x/GHSA-rh3j-hcjp-qq5x.json +++ b/advisories/unreviewed/2024/08/GHSA-rh3j-hcjp-qq5x/GHSA-rh3j-hcjp-qq5x.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-vx44-h683-36m9/GHSA-vx44-h683-36m9.json b/advisories/unreviewed/2024/08/GHSA-vx44-h683-36m9/GHSA-vx44-h683-36m9.json index fde617db463..7cc642225c1 100644 --- a/advisories/unreviewed/2024/08/GHSA-vx44-h683-36m9/GHSA-vx44-h683-36m9.json +++ b/advisories/unreviewed/2024/08/GHSA-vx44-h683-36m9/GHSA-vx44-h683-36m9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-ww7v-5cpr-4v77/GHSA-ww7v-5cpr-4v77.json b/advisories/unreviewed/2024/08/GHSA-ww7v-5cpr-4v77/GHSA-ww7v-5cpr-4v77.json index 75891bbe66d..8d3f602f740 100644 --- a/advisories/unreviewed/2024/08/GHSA-ww7v-5cpr-4v77/GHSA-ww7v-5cpr-4v77.json +++ b/advisories/unreviewed/2024/08/GHSA-ww7v-5cpr-4v77/GHSA-ww7v-5cpr-4v77.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-x4hc-h4h9-p283/GHSA-x4hc-h4h9-p283.json b/advisories/unreviewed/2024/08/GHSA-x4hc-h4h9-p283/GHSA-x4hc-h4h9-p283.json index e63d0439380..408b9a3bb27 100644 --- a/advisories/unreviewed/2024/08/GHSA-x4hc-h4h9-p283/GHSA-x4hc-h4h9-p283.json +++ b/advisories/unreviewed/2024/08/GHSA-x4hc-h4h9-p283/GHSA-x4hc-h4h9-p283.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",