diff --git a/advisories/github-reviewed/2022/02/GHSA-gpgx-whwh-r297/GHSA-gpgx-whwh-r297.json b/advisories/github-reviewed/2022/02/GHSA-gpgx-whwh-r297/GHSA-gpgx-whwh-r297.json index c99bc969e82..c4f819b944d 100644 --- a/advisories/github-reviewed/2022/02/GHSA-gpgx-whwh-r297/GHSA-gpgx-whwh-r297.json +++ b/advisories/github-reviewed/2022/02/GHSA-gpgx-whwh-r297/GHSA-gpgx-whwh-r297.json @@ -4,9 +4,7 @@ "modified": "2023-06-19T16:50:23Z", "published": "2022-02-11T00:00:46Z", "withdrawn": "2023-06-19T16:50:23Z", - "aliases": [ - - ], + "aliases": [], "summary": "Duplicate advisory: swift-nio-http2 vulnerable to denial of service via ALTSVC or ORIGIN frames", "details": "## Duplicate Advisory\n\nThis advisory has been withdrawn because it is a duplicate of GHSA-pgfx-g6rc-8cjv. This link is maintained to preserve external references.\n\n## Original Description\n\nA program using swift-nio-http2 is vulnerable to a denial of service attack caused by a network peer sending ALTSVC or ORIGIN frames. This attack affects all swift-nio-http2 versions from 1.0.0 to 1.19.1. This vulnerability is caused by a logical error after frame parsing but before frame handling. ORIGIN and ALTSVC frames are not currently supported by swift-nio-http2, and should be ignored. However, one code path that encounters them has a deliberate trap instead. This was left behind from the original development process and was never removed. Sending an ALTSVC or ORIGIN frame does not require any special permission, so any HTTP/2 connection peer may send such a frame. For clients, this means any server to which they connect may launch this attack. For servers, anyone they allow to connect to them may launch such an attack. The attack is low-effort: it takes very little resources to send one of these frames. The impact on availability is high: receiving the frame immediately crashes the server, dropping all in-flight connections and causing the service to need to restart. It is straightforward for an attacker to repeatedly send these frames, so attackers require very few resources to achieve a substantial denial of service. The attack does not have any confidentiality or integrity risks in and of itself. This is a controlled, intentional crash. However, sudden process crashes can lead to violations of invariants in services, so it is possible that this attack can be used to trigger an error condition that has confidentiality or integrity risks. The risk can be mitigated if untrusted peers can be prevented from communicating with the service. This mitigation is not available to many services. The issue is fixed by rewriting the parsing code to correctly handle the condition. The issue was found by automated fuzzing by oss-fuzz.", "severity": [ diff --git a/advisories/github-reviewed/2022/02/GHSA-pv7r-9vjg-g3f9/GHSA-pv7r-9vjg-g3f9.json b/advisories/github-reviewed/2022/02/GHSA-pv7r-9vjg-g3f9/GHSA-pv7r-9vjg-g3f9.json index 547ba863dcb..293968c16c3 100644 --- a/advisories/github-reviewed/2022/02/GHSA-pv7r-9vjg-g3f9/GHSA-pv7r-9vjg-g3f9.json +++ b/advisories/github-reviewed/2022/02/GHSA-pv7r-9vjg-g3f9/GHSA-pv7r-9vjg-g3f9.json @@ -4,9 +4,7 @@ "modified": "2023-06-19T17:00:46Z", "published": "2022-02-11T00:00:47Z", "withdrawn": "2023-06-19T17:00:46Z", - "aliases": [ - - ], + "aliases": [], "summary": "Duplicate advisory: swift-nio-http2 vulnerable to denial of service via invalid HTTP/2 HEADERS frame length", "details": "## Duplicate Advisory\n\nThis advisory has been withdrawn because it is a duplicate of GHSA-pgfx-g6rc-8cjv. This link is maintained to preserve external references.\n\n## Original Description\n\nA program using swift-nio-http2 is vulnerable to a denial of service attack, caused by a network peer sending a specially crafted HTTP/2 frame. This attack affects all swift-nio-http2 versions from 1.0.0 to 1.19.1. This vulnerability is caused by a logical error when parsing a HTTP/2 HEADERS frame where the frame contains priority information without any other data. This logical error caused confusion about the size of the frame, leading to a parsing error. This parsing error immediately crashes the entire process. Sending a HEADERS frame with HTTP/2 priority information does not require any special permission, so any HTTP/2 connection peer may send such a frame. For clients, this means any server to which they connect may launch this attack. For servers, anyone they allow to connect to them may launch such an attack. The attack is low-effort: it takes very little resources to send an appropriately crafted frame. The impact on availability is high: receiving the frame immediately crashes the server, dropping all in-flight connections and causing the service to need to restart. It is straightforward for an attacker to repeatedly send appropriately crafted frames, so attackers require very few resources to achieve a substantial denial of service. The attack does not have any confidentiality or integrity risks in and of itself: swift-nio-http2 is parsing the frame in memory-safe code, so the crash is safe. However, sudden process crashes can lead to violations of invariants in services, so it is possible that this attack can be used to trigger an error condition that has confidentiality or integrity risks. The risk can be mitigated if untrusted peers can be prevented from communicating with the service. This mitigation is not available to many services. The issue is fixed by rewriting the parsing code to correctly handle the condition. The issue was found by automated fuzzing by oss-fuzz.", "severity": [ diff --git a/advisories/github-reviewed/2022/02/GHSA-wfvq-p7qf-vv64/GHSA-wfvq-p7qf-vv64.json b/advisories/github-reviewed/2022/02/GHSA-wfvq-p7qf-vv64/GHSA-wfvq-p7qf-vv64.json index 0b334859271..5fd2ae74c6f 100644 --- a/advisories/github-reviewed/2022/02/GHSA-wfvq-p7qf-vv64/GHSA-wfvq-p7qf-vv64.json +++ b/advisories/github-reviewed/2022/02/GHSA-wfvq-p7qf-vv64/GHSA-wfvq-p7qf-vv64.json @@ -4,9 +4,7 @@ "modified": "2023-06-19T16:54:47Z", "published": "2022-02-11T00:00:47Z", "withdrawn": "2023-06-19T16:53:38Z", - "aliases": [ - - ], + "aliases": [], "summary": "Duplicate advisory: swift-nio-http2 vulnerable to denial of service via mishandled HPACK variable length integer encoding", "details": "## Duplicate Advisory\n\nThis advisory has been withdrawn because it is a duplicate of GHSA-w3f6-pc54-gfw7. This link is maintained to preserve external references.\n\n## Original Description\n\nA program using swift-nio-http2 is vulnerable to a denial of service attack, caused by a network peer sending a specially crafted HPACK-encoded header block. This attack affects all swift-nio-http2 versions from 1.0.0 to 1.19.1. There are a number of implementation errors in the parsing of HPACK-encoded header blocks that allow maliciously crafted HPACK header blocks to cause crashes in processes using swift-nio-http2. Each of these crashes is triggered instead of an integer overflow. A malicious HPACK header block could be sent on any of the HPACK-carrying frames in a HTTP/2 connection (HEADERS and PUSH_PROMISE), at any position. Sending a HPACK header block does not require any special permission, so any HTTP/2 connection peer may send one. For clients, this means any server to which they connect may launch this attack. For servers, anyone they allow to connect to them may launch such an attack. The attack is low-effort: it takes very little resources to send an appropriately crafted field block. The impact on availability is high: receiving a frame carrying this field block immediately crashes the server, dropping all in-flight connections and causing the service to need to restart. It is straightforward for an attacker to repeatedly send appropriately crafted field blocks, so attackers require very few resources to achieve a substantial denial of service. The attack does not have any confidentiality or integrity risks in and of itself: swift-nio-http2 is parsing the field block in memory-safe code and the crash is triggered instead of an integer overflow. However, sudden process crashes can lead to violations of invariants in services, so it is possible that this attack can be used to trigger an error condition that has confidentiality or integrity risks. The risk can be mitigated if untrusted peers can be prevented from communicating with the service. This mitigation is not available to many services. The issue is fixed by rewriting the parsing code to correctly handle all conditions in the function. The principal issue was found by automated fuzzing by oss-fuzz, but several associated bugs in the same code were found by code audit and fixed at the same time", "severity": [ diff --git a/advisories/github-reviewed/2022/05/GHSA-8q69-pw39-hpqh/GHSA-8q69-pw39-hpqh.json b/advisories/github-reviewed/2022/05/GHSA-8q69-pw39-hpqh/GHSA-8q69-pw39-hpqh.json index 9d780ed2d78..cef05fb04aa 100644 --- a/advisories/github-reviewed/2022/05/GHSA-8q69-pw39-hpqh/GHSA-8q69-pw39-hpqh.json +++ b/advisories/github-reviewed/2022/05/GHSA-8q69-pw39-hpqh/GHSA-8q69-pw39-hpqh.json @@ -77,9 +77,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-10-17T17:16:51Z", diff --git a/advisories/github-reviewed/2022/05/GHSA-fh73-gjvg-349c/GHSA-fh73-gjvg-349c.json b/advisories/github-reviewed/2022/05/GHSA-fh73-gjvg-349c/GHSA-fh73-gjvg-349c.json index 876709c35ac..b60a5deec2b 100644 --- a/advisories/github-reviewed/2022/05/GHSA-fh73-gjvg-349c/GHSA-fh73-gjvg-349c.json +++ b/advisories/github-reviewed/2022/05/GHSA-fh73-gjvg-349c/GHSA-fh73-gjvg-349c.json @@ -120,9 +120,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-02-23T21:38:57Z", diff --git a/advisories/github-reviewed/2022/09/GHSA-5c6q-f783-h888/GHSA-5c6q-f783-h888.json b/advisories/github-reviewed/2022/09/GHSA-5c6q-f783-h888/GHSA-5c6q-f783-h888.json index 2fb444ad30f..6ef5f2509e5 100644 --- a/advisories/github-reviewed/2022/09/GHSA-5c6q-f783-h888/GHSA-5c6q-f783-h888.json +++ b/advisories/github-reviewed/2022/09/GHSA-5c6q-f783-h888/GHSA-5c6q-f783-h888.json @@ -4,9 +4,7 @@ "modified": "2024-10-07T20:58:38Z", "published": "2022-09-30T00:00:20Z", "withdrawn": "2024-10-07T20:58:38Z", - "aliases": [ - - ], + "aliases": [], "summary": "Duplicate Advisory: AWS Redshift JDBC Driver fails to validate class type during object instantiation", "details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-jc69-hjw2-fm86. This link is maintained to preserve external references.\n\n## Original Description\nIn Amazon AWS Redshift JDBC Driver (aka amazon-redshift-jdbc-driver or redshift-jdbc42) before 2.1.0.8, the Object Factory does not check the class type when instantiating an object from a class name. This issue has been fixed in version 2.1.0.8.", "severity": [ diff --git a/advisories/github-reviewed/2022/12/GHSA-54r5-wr8x-x5v3/GHSA-54r5-wr8x-x5v3.json b/advisories/github-reviewed/2022/12/GHSA-54r5-wr8x-x5v3/GHSA-54r5-wr8x-x5v3.json index bdc8b18852d..4499568d557 100644 --- a/advisories/github-reviewed/2022/12/GHSA-54r5-wr8x-x5v3/GHSA-54r5-wr8x-x5v3.json +++ b/advisories/github-reviewed/2022/12/GHSA-54r5-wr8x-x5v3/GHSA-54r5-wr8x-x5v3.json @@ -4,9 +4,7 @@ "modified": "2024-10-07T21:00:34Z", "published": "2022-12-20T00:30:27Z", "withdrawn": "2024-10-07T21:00:34Z", - "aliases": [ - - ], + "aliases": [], "summary": "Duplicate Advisory: Apiman has insufficient checks for read permissions", "details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-j94p-hv25-rm5g. This link is maintained to preserve external references.\n\n## Original Description\nApiman 1.5.7 through 2.2.3.Final has insufficient checks for read permissions within the Apiman Manager REST API. A malicious user may be able to find and subscribe to private APIs they do not have permission for, thus accessing API Management-protected resources they should not be allowed to access. The root cause of the issue is the Apiman project's accidental acceptance of a large contribution that was not fully compatible with the security model of Apiman versions before 3.0.0.Final. Because of this, 3.0.0.Final is not affected by the vulnerability.", "severity": [ diff --git a/advisories/github-reviewed/2024/02/GHSA-xfg6-62px-cxc2/GHSA-xfg6-62px-cxc2.json b/advisories/github-reviewed/2024/02/GHSA-xfg6-62px-cxc2/GHSA-xfg6-62px-cxc2.json index fc68750d4f0..0126eec40e3 100644 --- a/advisories/github-reviewed/2024/02/GHSA-xfg6-62px-cxc2/GHSA-xfg6-62px-cxc2.json +++ b/advisories/github-reviewed/2024/02/GHSA-xfg6-62px-cxc2/GHSA-xfg6-62px-cxc2.json @@ -4,9 +4,7 @@ "modified": "2024-06-10T18:30:52Z", "published": "2024-02-19T15:30:38Z", "withdrawn": "2024-02-21T23:18:25Z", - "aliases": [ - - ], + "aliases": [], "summary": "Duplicate Advisory: SQL injection in pgjdbc", "details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-24rp-q3w6-vc56. This link is maintained to preserve external references.\n\n## Original Description\npgjdbc, the PostgreSQL JDBC Driver, allows attacker to inject SQL if using PreferQueryMode=SIMPLE. Note this is not the default. In the default mode there is no vulnerability. A placeholder for a numeric value must be immediately preceded by a minus. There must be a second placeholder for a string value after the first placeholder; both must be on the same line. By constructing a matching string payload, the attacker can inject SQL to alter the query,bypassing the protections that parameterized queries bring against SQL Injection attacks. Versions before 42.7.2, 42.6.1, 42.5.5, 42.4.4, 42.3.9, and 42.2.8 are affected.", "severity": [ diff --git a/advisories/github-reviewed/2024/03/GHSA-mh7p-8m2f-qrm6/GHSA-mh7p-8m2f-qrm6.json b/advisories/github-reviewed/2024/03/GHSA-mh7p-8m2f-qrm6/GHSA-mh7p-8m2f-qrm6.json index 4c1bb7583ed..4f138e3020e 100644 --- a/advisories/github-reviewed/2024/03/GHSA-mh7p-8m2f-qrm6/GHSA-mh7p-8m2f-qrm6.json +++ b/advisories/github-reviewed/2024/03/GHSA-mh7p-8m2f-qrm6/GHSA-mh7p-8m2f-qrm6.json @@ -4,9 +4,7 @@ "modified": "2024-06-10T18:30:53Z", "published": "2024-03-26T18:32:07Z", "withdrawn": "2024-04-05T19:30:35Z", - "aliases": [ - - ], + "aliases": [], "summary": "Duplicate Advisory: Grafana vulnerable to authorization bypass", "details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-67rv-qpw2-6qrr. This link is maintained to preserve external references.\n\n## Original Description\nIt is possible for a user in a different organization from the owner of a snapshot to bypass authorization and delete a snapshot by issuing a `DELETE` request to `/api/snapshots/` using its view key. This functionality is intended to only be available to individuals with the permission to write/edit to the snapshot in question, but due to a bug in the authorization logic, deletion requests issued by an unprivileged user in a different organization than the snapshot owner are treated as authorized.\n\nGrafana Labs would like to thank Ravid Mazon and Jay Chen of Palo Alto Research for discovering and disclosing this vulnerability.\n\nThis issue affects Grafana: from 9.5.0 before 9.5.18, from 10.0.0 before 10.0.13, from 10.1.0 before 10.1.9, from 10.2.0 before 10.2.6, from 10.3.0 before 10.3.5.\n\n", "severity": [ diff --git a/advisories/github-reviewed/2024/05/GHSA-3mm9-2p44-rw39/GHSA-3mm9-2p44-rw39.json b/advisories/github-reviewed/2024/05/GHSA-3mm9-2p44-rw39/GHSA-3mm9-2p44-rw39.json index 94271d243c0..d84705f6096 100644 --- a/advisories/github-reviewed/2024/05/GHSA-3mm9-2p44-rw39/GHSA-3mm9-2p44-rw39.json +++ b/advisories/github-reviewed/2024/05/GHSA-3mm9-2p44-rw39/GHSA-3mm9-2p44-rw39.json @@ -3,9 +3,7 @@ "id": "GHSA-3mm9-2p44-rw39", "modified": "2024-05-22T19:03:54Z", "published": "2024-05-22T19:03:54Z", - "aliases": [ - - ], + "aliases": [], "summary": "Silverstripe SiteTree Creation Permission Vulnerability", "details": "A vulnerability exists in the permission validation for SiteTree object creation. By default user permissions are not validated by the SiteTree::canCreate method, unless overridden by user code or via the configuration system.\n\nThis vulnerability will allow users, or unauthenticated guests, to create new SiteTree objects in the database. This vulnerability is present when such users are given CMS access via other means, or if there is another mechanism (such as RestfulServer module) which allows model editing and relies on model-level permission checks.\n\nThis vulnerability is restricted to the creation of draft or live pages, and does not allow users to edit, publish, or unpublish existing pages.\n\nAll users should upgrade as soon as possible.", "severity": [ diff --git a/advisories/github-reviewed/2024/05/GHSA-6hh6-59j2-qrxw/GHSA-6hh6-59j2-qrxw.json b/advisories/github-reviewed/2024/05/GHSA-6hh6-59j2-qrxw/GHSA-6hh6-59j2-qrxw.json index d16d91ee06f..47473e66e68 100644 --- a/advisories/github-reviewed/2024/05/GHSA-6hh6-59j2-qrxw/GHSA-6hh6-59j2-qrxw.json +++ b/advisories/github-reviewed/2024/05/GHSA-6hh6-59j2-qrxw/GHSA-6hh6-59j2-qrxw.json @@ -3,9 +3,7 @@ "id": "GHSA-6hh6-59j2-qrxw", "modified": "2024-05-22T18:25:16Z", "published": "2024-05-22T18:25:16Z", - "aliases": [ - - ], + "aliases": [], "summary": "Silverstripe History XSS Vulnerability", "details": "A cross-site scripting vulnerability has been discovered in the CMS page history tab.\n\nThis vulnerability can only be exploited if a user with CMS access has posted malicious or unescaped HTML into any of the text fields on a page, and if the \"compare mode\" option is selected. The HTML will be embedded into the page unescaped.\n\nThis has been resolved by performing the text comparison in a HTML friendly way.", "severity": [ diff --git a/advisories/github-reviewed/2024/05/GHSA-779c-7w4p-2c4g/GHSA-779c-7w4p-2c4g.json b/advisories/github-reviewed/2024/05/GHSA-779c-7w4p-2c4g/GHSA-779c-7w4p-2c4g.json index 1cd29076d0e..0717f483100 100644 --- a/advisories/github-reviewed/2024/05/GHSA-779c-7w4p-2c4g/GHSA-779c-7w4p-2c4g.json +++ b/advisories/github-reviewed/2024/05/GHSA-779c-7w4p-2c4g/GHSA-779c-7w4p-2c4g.json @@ -3,9 +3,7 @@ "id": "GHSA-779c-7w4p-2c4g", "modified": "2024-05-22T18:18:18Z", "published": "2024-05-22T18:18:18Z", - "aliases": [ - - ], + "aliases": [], "summary": "Silverstripe admin XSS Vulnerability via WYSIWYG editor", "details": "It is possible for a bad actor with access to the CMS to make use of onmouseover or onmouseout attributes in the WYSIWYG editor to embed malicious javascript.", "severity": [ diff --git a/advisories/github-reviewed/2024/05/GHSA-r97r-64vp-fghm/GHSA-r97r-64vp-fghm.json b/advisories/github-reviewed/2024/05/GHSA-r97r-64vp-fghm/GHSA-r97r-64vp-fghm.json index 5ff51fed881..9bbf8da3a91 100644 --- a/advisories/github-reviewed/2024/05/GHSA-r97r-64vp-fghm/GHSA-r97r-64vp-fghm.json +++ b/advisories/github-reviewed/2024/05/GHSA-r97r-64vp-fghm/GHSA-r97r-64vp-fghm.json @@ -3,9 +3,7 @@ "id": "GHSA-r97r-64vp-fghm", "modified": "2024-05-22T18:53:38Z", "published": "2024-05-22T18:53:38Z", - "aliases": [ - - ], + "aliases": [], "summary": "Silverstripe XSS vulnerability via VirtualPage", "details": "A cross-site scripting vulnerability has been discovered in the VirtualPage class.\n\nThis vulnerability can only be exploited if a user with CMS access has posted malicious or unescaped HTML into any of the textfields of a page which a VirtualPage refers to.\n\nThis has been resolved by ensuring that VirtualPage safely escapes all field content.", "severity": [ diff --git a/advisories/github-reviewed/2024/05/GHSA-wgrm-67xf-hhpq/GHSA-wgrm-67xf-hhpq.json b/advisories/github-reviewed/2024/05/GHSA-wgrm-67xf-hhpq/GHSA-wgrm-67xf-hhpq.json index 85e73e00284..13e50201e62 100644 --- a/advisories/github-reviewed/2024/05/GHSA-wgrm-67xf-hhpq/GHSA-wgrm-67xf-hhpq.json +++ b/advisories/github-reviewed/2024/05/GHSA-wgrm-67xf-hhpq/GHSA-wgrm-67xf-hhpq.json @@ -8,9 +8,7 @@ ], "summary": "PDF.js vulnerable to arbitrary JavaScript execution upon opening a malicious PDF", "details": "### Impact\nIf pdf.js is used to load a malicious PDF, and PDF.js is configured with `isEvalSupported` set to `true` (which is the default value), unrestricted attacker-controlled JavaScript will be executed in the context of the hosting domain.\n\n### Patches\nThe patch removes the use of `eval`:\nhttps://github.com/mozilla/pdf.js/pull/18015\n\n### Workarounds\nSet the option `isEvalSupported` to `false`. \n\n### References\nhttps://bugzilla.mozilla.org/show_bug.cgi?id=1893645", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -82,9 +80,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-05-07T10:25:08Z", diff --git a/advisories/unreviewed/2022/02/GHSA-4p8m-v8wq-rq77/GHSA-4p8m-v8wq-rq77.json b/advisories/unreviewed/2022/02/GHSA-4p8m-v8wq-rq77/GHSA-4p8m-v8wq-rq77.json index 07394647dbb..3a56de144d8 100644 --- a/advisories/unreviewed/2022/02/GHSA-4p8m-v8wq-rq77/GHSA-4p8m-v8wq-rq77.json +++ b/advisories/unreviewed/2022/02/GHSA-4p8m-v8wq-rq77/GHSA-4p8m-v8wq-rq77.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/02/GHSA-jq52-rw89-pc3g/GHSA-jq52-rw89-pc3g.json b/advisories/unreviewed/2022/02/GHSA-jq52-rw89-pc3g/GHSA-jq52-rw89-pc3g.json index 0737bc20d2a..a739590a4f7 100644 --- a/advisories/unreviewed/2022/02/GHSA-jq52-rw89-pc3g/GHSA-jq52-rw89-pc3g.json +++ b/advisories/unreviewed/2022/02/GHSA-jq52-rw89-pc3g/GHSA-jq52-rw89-pc3g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-m2mv-ff48-hjqh/GHSA-m2mv-ff48-hjqh.json b/advisories/unreviewed/2022/02/GHSA-m2mv-ff48-hjqh/GHSA-m2mv-ff48-hjqh.json index 90d1198d3a8..3aeb702312f 100644 --- a/advisories/unreviewed/2022/02/GHSA-m2mv-ff48-hjqh/GHSA-m2mv-ff48-hjqh.json +++ b/advisories/unreviewed/2022/02/GHSA-m2mv-ff48-hjqh/GHSA-m2mv-ff48-hjqh.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/02/GHSA-qrhr-42fp-q7c4/GHSA-qrhr-42fp-q7c4.json b/advisories/unreviewed/2022/02/GHSA-qrhr-42fp-q7c4/GHSA-qrhr-42fp-q7c4.json index 8faddde7078..a907673c4ed 100644 --- a/advisories/unreviewed/2022/02/GHSA-qrhr-42fp-q7c4/GHSA-qrhr-42fp-q7c4.json +++ b/advisories/unreviewed/2022/02/GHSA-qrhr-42fp-q7c4/GHSA-qrhr-42fp-q7c4.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/02/GHSA-w73j-g6ph-v5mr/GHSA-w73j-g6ph-v5mr.json b/advisories/unreviewed/2022/02/GHSA-w73j-g6ph-v5mr/GHSA-w73j-g6ph-v5mr.json index 5d88ce06b0e..5d89b70ed99 100644 --- a/advisories/unreviewed/2022/02/GHSA-w73j-g6ph-v5mr/GHSA-w73j-g6ph-v5mr.json +++ b/advisories/unreviewed/2022/02/GHSA-w73j-g6ph-v5mr/GHSA-w73j-g6ph-v5mr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-xxpf-rq7v-q2rc/GHSA-xxpf-rq7v-q2rc.json b/advisories/unreviewed/2022/02/GHSA-xxpf-rq7v-q2rc/GHSA-xxpf-rq7v-q2rc.json index ff8a724e430..81825bfed5a 100644 --- a/advisories/unreviewed/2022/02/GHSA-xxpf-rq7v-q2rc/GHSA-xxpf-rq7v-q2rc.json +++ b/advisories/unreviewed/2022/02/GHSA-xxpf-rq7v-q2rc/GHSA-xxpf-rq7v-q2rc.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/03/GHSA-pp3g-h9w2-v7g4/GHSA-pp3g-h9w2-v7g4.json b/advisories/unreviewed/2022/03/GHSA-pp3g-h9w2-v7g4/GHSA-pp3g-h9w2-v7g4.json index f05c03e1845..372f753ff56 100644 --- a/advisories/unreviewed/2022/03/GHSA-pp3g-h9w2-v7g4/GHSA-pp3g-h9w2-v7g4.json +++ b/advisories/unreviewed/2022/03/GHSA-pp3g-h9w2-v7g4/GHSA-pp3g-h9w2-v7g4.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/03/GHSA-wc3f-5p43-3cxx/GHSA-wc3f-5p43-3cxx.json b/advisories/unreviewed/2022/03/GHSA-wc3f-5p43-3cxx/GHSA-wc3f-5p43-3cxx.json index 81af18bce33..26af3ac53bd 100644 --- a/advisories/unreviewed/2022/03/GHSA-wc3f-5p43-3cxx/GHSA-wc3f-5p43-3cxx.json +++ b/advisories/unreviewed/2022/03/GHSA-wc3f-5p43-3cxx/GHSA-wc3f-5p43-3cxx.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", @@ -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/03/GHSA-xxwq-xf8c-v665/GHSA-xxwq-xf8c-v665.json b/advisories/unreviewed/2022/03/GHSA-xxwq-xf8c-v665/GHSA-xxwq-xf8c-v665.json index 1083fa5a53f..fffd8b687a8 100644 --- a/advisories/unreviewed/2022/03/GHSA-xxwq-xf8c-v665/GHSA-xxwq-xf8c-v665.json +++ b/advisories/unreviewed/2022/03/GHSA-xxwq-xf8c-v665/GHSA-xxwq-xf8c-v665.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/04/GHSA-2ch4-vpw2-3h66/GHSA-2ch4-vpw2-3h66.json b/advisories/unreviewed/2022/04/GHSA-2ch4-vpw2-3h66/GHSA-2ch4-vpw2-3h66.json index 280f455bf2c..53f6902c113 100644 --- a/advisories/unreviewed/2022/04/GHSA-2ch4-vpw2-3h66/GHSA-2ch4-vpw2-3h66.json +++ b/advisories/unreviewed/2022/04/GHSA-2ch4-vpw2-3h66/GHSA-2ch4-vpw2-3h66.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/04/GHSA-2fj7-8jvc-76xv/GHSA-2fj7-8jvc-76xv.json b/advisories/unreviewed/2022/04/GHSA-2fj7-8jvc-76xv/GHSA-2fj7-8jvc-76xv.json index ea8bf232024..e950e20af43 100644 --- a/advisories/unreviewed/2022/04/GHSA-2fj7-8jvc-76xv/GHSA-2fj7-8jvc-76xv.json +++ b/advisories/unreviewed/2022/04/GHSA-2fj7-8jvc-76xv/GHSA-2fj7-8jvc-76xv.json @@ -7,12 +7,8 @@ "CVE-1999-0076" ], "details": "Buffer overflow in wu-ftp from PASV command causes a core dump.", - "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/04/GHSA-2jhf-gwmr-wr3c/GHSA-2jhf-gwmr-wr3c.json b/advisories/unreviewed/2022/04/GHSA-2jhf-gwmr-wr3c/GHSA-2jhf-gwmr-wr3c.json index 2fc24da91a3..bb9fff54736 100644 --- a/advisories/unreviewed/2022/04/GHSA-2jhf-gwmr-wr3c/GHSA-2jhf-gwmr-wr3c.json +++ b/advisories/unreviewed/2022/04/GHSA-2jhf-gwmr-wr3c/GHSA-2jhf-gwmr-wr3c.json @@ -7,12 +7,8 @@ "CVE-1999-0166" ], "details": "NFS allows users to use a \"cd ..\" command to access other directories besides the exported file system.", - "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/04/GHSA-2mh6-5954-wmgr/GHSA-2mh6-5954-wmgr.json b/advisories/unreviewed/2022/04/GHSA-2mh6-5954-wmgr/GHSA-2mh6-5954-wmgr.json index f1d69947831..3ed6fcc94ea 100644 --- a/advisories/unreviewed/2022/04/GHSA-2mh6-5954-wmgr/GHSA-2mh6-5954-wmgr.json +++ b/advisories/unreviewed/2022/04/GHSA-2mh6-5954-wmgr/GHSA-2mh6-5954-wmgr.json @@ -7,12 +7,8 @@ "CVE-1999-0273" ], "details": "Denial of service through Solaris 2.5.1 telnet by sending ^D characters.", - "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/04/GHSA-2rx6-8j2p-9gqq/GHSA-2rx6-8j2p-9gqq.json b/advisories/unreviewed/2022/04/GHSA-2rx6-8j2p-9gqq/GHSA-2rx6-8j2p-9gqq.json index aa49ab34a01..3b48f4789ab 100644 --- a/advisories/unreviewed/2022/04/GHSA-2rx6-8j2p-9gqq/GHSA-2rx6-8j2p-9gqq.json +++ b/advisories/unreviewed/2022/04/GHSA-2rx6-8j2p-9gqq/GHSA-2rx6-8j2p-9gqq.json @@ -7,12 +7,8 @@ "CVE-1999-0277" ], "details": "The WorkMan program can be used to overwrite any file to get root access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-2vw6-vp5j-cgp9/GHSA-2vw6-vp5j-cgp9.json b/advisories/unreviewed/2022/04/GHSA-2vw6-vp5j-cgp9/GHSA-2vw6-vp5j-cgp9.json index 27d66f1c0db..ea07f63fc63 100644 --- a/advisories/unreviewed/2022/04/GHSA-2vw6-vp5j-cgp9/GHSA-2vw6-vp5j-cgp9.json +++ b/advisories/unreviewed/2022/04/GHSA-2vw6-vp5j-cgp9/GHSA-2vw6-vp5j-cgp9.json @@ -7,12 +7,8 @@ "CVE-1999-0198" ], "details": "finger .@host on some systems may print information on some user accounts.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-332p-2wcc-qg7j/GHSA-332p-2wcc-qg7j.json b/advisories/unreviewed/2022/04/GHSA-332p-2wcc-qg7j/GHSA-332p-2wcc-qg7j.json index cb0f3f95b95..408fde42910 100644 --- a/advisories/unreviewed/2022/04/GHSA-332p-2wcc-qg7j/GHSA-332p-2wcc-qg7j.json +++ b/advisories/unreviewed/2022/04/GHSA-332p-2wcc-qg7j/GHSA-332p-2wcc-qg7j.json @@ -7,12 +7,8 @@ "CVE-1999-0091" ], "details": "Buffer overflow in AIX writesrv command allows local users to obtain root access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-3496-jvg8-8254/GHSA-3496-jvg8-8254.json b/advisories/unreviewed/2022/04/GHSA-3496-jvg8-8254/GHSA-3496-jvg8-8254.json index fc5e152b332..da9d8152000 100644 --- a/advisories/unreviewed/2022/04/GHSA-3496-jvg8-8254/GHSA-3496-jvg8-8254.json +++ b/advisories/unreviewed/2022/04/GHSA-3496-jvg8-8254/GHSA-3496-jvg8-8254.json @@ -7,12 +7,8 @@ "CVE-1999-0176" ], "details": "The Webgais program allows a remote user to execute arbitrary commands.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-3chc-6q4p-r3mr/GHSA-3chc-6q4p-r3mr.json b/advisories/unreviewed/2022/04/GHSA-3chc-6q4p-r3mr/GHSA-3chc-6q4p-r3mr.json index ae8e5eff779..a8a0a394087 100644 --- a/advisories/unreviewed/2022/04/GHSA-3chc-6q4p-r3mr/GHSA-3chc-6q4p-r3mr.json +++ b/advisories/unreviewed/2022/04/GHSA-3chc-6q4p-r3mr/GHSA-3chc-6q4p-r3mr.json @@ -7,12 +7,8 @@ "CVE-1999-0226" ], "details": "Windows NT TCP/IP processes fragmented IP packets improperly, causing a denial of service.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-3f6j-2cc7-x3qx/GHSA-3f6j-2cc7-x3qx.json b/advisories/unreviewed/2022/04/GHSA-3f6j-2cc7-x3qx/GHSA-3f6j-2cc7-x3qx.json index 251d6dc8124..c2149e4a456 100644 --- a/advisories/unreviewed/2022/04/GHSA-3f6j-2cc7-x3qx/GHSA-3f6j-2cc7-x3qx.json +++ b/advisories/unreviewed/2022/04/GHSA-3f6j-2cc7-x3qx/GHSA-3f6j-2cc7-x3qx.json @@ -7,12 +7,8 @@ "CVE-1999-0218" ], "details": "Livingston portmaster machines could be rebooted via a series of commands.", - "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/04/GHSA-3h3c-vjf9-4r2r/GHSA-3h3c-vjf9-4r2r.json b/advisories/unreviewed/2022/04/GHSA-3h3c-vjf9-4r2r/GHSA-3h3c-vjf9-4r2r.json index 7f30ce5b6ac..5015ca04c4a 100644 --- a/advisories/unreviewed/2022/04/GHSA-3h3c-vjf9-4r2r/GHSA-3h3c-vjf9-4r2r.json +++ b/advisories/unreviewed/2022/04/GHSA-3h3c-vjf9-4r2r/GHSA-3h3c-vjf9-4r2r.json @@ -7,12 +7,8 @@ "CVE-1999-0142" ], "details": "The Java Applet Security Manager implementation in Netscape Navigator 2.0 and Java Developer's Kit 1.0 allows an applet to connect to arbitrary hosts.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-3phx-q7wc-mf8g/GHSA-3phx-q7wc-mf8g.json b/advisories/unreviewed/2022/04/GHSA-3phx-q7wc-mf8g/GHSA-3phx-q7wc-mf8g.json index c6aa52a12a2..33284c05476 100644 --- a/advisories/unreviewed/2022/04/GHSA-3phx-q7wc-mf8g/GHSA-3phx-q7wc-mf8g.json +++ b/advisories/unreviewed/2022/04/GHSA-3phx-q7wc-mf8g/GHSA-3phx-q7wc-mf8g.json @@ -7,12 +7,8 @@ "CVE-1999-0255" ], "details": "Buffer overflow in ircd allows arbitrary command execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-3q6q-xxfm-fxqr/GHSA-3q6q-xxfm-fxqr.json b/advisories/unreviewed/2022/04/GHSA-3q6q-xxfm-fxqr/GHSA-3q6q-xxfm-fxqr.json index d9c55fa175f..1417ed3de9a 100644 --- a/advisories/unreviewed/2022/04/GHSA-3q6q-xxfm-fxqr/GHSA-3q6q-xxfm-fxqr.json +++ b/advisories/unreviewed/2022/04/GHSA-3q6q-xxfm-fxqr/GHSA-3q6q-xxfm-fxqr.json @@ -7,12 +7,8 @@ "CVE-1999-0072" ], "details": "Buffer overflow in AIX xdat gives root access to local users.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-3rcf-hxhh-73gh/GHSA-3rcf-hxhh-73gh.json b/advisories/unreviewed/2022/04/GHSA-3rcf-hxhh-73gh/GHSA-3rcf-hxhh-73gh.json index d70b37cbd62..d20c1055195 100644 --- a/advisories/unreviewed/2022/04/GHSA-3rcf-hxhh-73gh/GHSA-3rcf-hxhh-73gh.json +++ b/advisories/unreviewed/2022/04/GHSA-3rcf-hxhh-73gh/GHSA-3rcf-hxhh-73gh.json @@ -7,12 +7,8 @@ "CVE-1999-0204" ], "details": "Sendmail 8.6.9 allows remote attackers to execute root commands, using ident.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-3rwc-35jw-8w8p/GHSA-3rwc-35jw-8w8p.json b/advisories/unreviewed/2022/04/GHSA-3rwc-35jw-8w8p/GHSA-3rwc-35jw-8w8p.json index 8039b87aeaf..96db19eb460 100644 --- a/advisories/unreviewed/2022/04/GHSA-3rwc-35jw-8w8p/GHSA-3rwc-35jw-8w8p.json +++ b/advisories/unreviewed/2022/04/GHSA-3rwc-35jw-8w8p/GHSA-3rwc-35jw-8w8p.json @@ -7,12 +7,8 @@ "CVE-1999-0097" ], "details": "The AIX FTP client can be forced to execute commands from a malicious server through shell metacharacters (e.g. a pipe character).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-3x3g-j5jg-65q9/GHSA-3x3g-j5jg-65q9.json b/advisories/unreviewed/2022/04/GHSA-3x3g-j5jg-65q9/GHSA-3x3g-j5jg-65q9.json index 4393b4cc2ce..23c8aec35a5 100644 --- a/advisories/unreviewed/2022/04/GHSA-3x3g-j5jg-65q9/GHSA-3x3g-j5jg-65q9.json +++ b/advisories/unreviewed/2022/04/GHSA-3x3g-j5jg-65q9/GHSA-3x3g-j5jg-65q9.json @@ -7,12 +7,8 @@ "CVE-1999-0272" ], "details": "Denial of service in Slmail v2.5 through the POP3 port.", - "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/04/GHSA-45j8-6hph-65q7/GHSA-45j8-6hph-65q7.json b/advisories/unreviewed/2022/04/GHSA-45j8-6hph-65q7/GHSA-45j8-6hph-65q7.json index 8ad0b490e42..ef9119af5ce 100644 --- a/advisories/unreviewed/2022/04/GHSA-45j8-6hph-65q7/GHSA-45j8-6hph-65q7.json +++ b/advisories/unreviewed/2022/04/GHSA-45j8-6hph-65q7/GHSA-45j8-6hph-65q7.json @@ -7,12 +7,8 @@ "CVE-1999-0183" ], "details": "Linux implementations of TFTP would allow access to files outside the restricted directory.", - "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/04/GHSA-48fm-gw26-5839/GHSA-48fm-gw26-5839.json b/advisories/unreviewed/2022/04/GHSA-48fm-gw26-5839/GHSA-48fm-gw26-5839.json index 0be914c78cd..86f2e63463a 100644 --- a/advisories/unreviewed/2022/04/GHSA-48fm-gw26-5839/GHSA-48fm-gw26-5839.json +++ b/advisories/unreviewed/2022/04/GHSA-48fm-gw26-5839/GHSA-48fm-gw26-5839.json @@ -7,12 +7,8 @@ "CVE-1999-0202" ], "details": "The GNU tar command, when used in FTP sessions, may allow an attacker to execute arbitrary commands.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-4cj4-jpvp-q348/GHSA-4cj4-jpvp-q348.json b/advisories/unreviewed/2022/04/GHSA-4cj4-jpvp-q348/GHSA-4cj4-jpvp-q348.json index dc3fbd5a942..d81af3ad6b4 100644 --- a/advisories/unreviewed/2022/04/GHSA-4cj4-jpvp-q348/GHSA-4cj4-jpvp-q348.json +++ b/advisories/unreviewed/2022/04/GHSA-4cj4-jpvp-q348/GHSA-4cj4-jpvp-q348.json @@ -7,12 +7,8 @@ "CVE-1999-0242" ], "details": "Remote attackers can access mail files via POP3 in some Linux systems that are using shadow passwords.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-4pmp-8rgh-2hrv/GHSA-4pmp-8rgh-2hrv.json b/advisories/unreviewed/2022/04/GHSA-4pmp-8rgh-2hrv/GHSA-4pmp-8rgh-2hrv.json index 1605d9aa08b..14705a1bae6 100644 --- a/advisories/unreviewed/2022/04/GHSA-4pmp-8rgh-2hrv/GHSA-4pmp-8rgh-2hrv.json +++ b/advisories/unreviewed/2022/04/GHSA-4pmp-8rgh-2hrv/GHSA-4pmp-8rgh-2hrv.json @@ -7,12 +7,8 @@ "CVE-1999-0251" ], "details": "Denial of service in talk program allows remote attackers to disrupt a user's display.", - "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/04/GHSA-4q6j-57rg-f224/GHSA-4q6j-57rg-f224.json b/advisories/unreviewed/2022/04/GHSA-4q6j-57rg-f224/GHSA-4q6j-57rg-f224.json index 2e77b43d4a3..aff7dd80117 100644 --- a/advisories/unreviewed/2022/04/GHSA-4q6j-57rg-f224/GHSA-4q6j-57rg-f224.json +++ b/advisories/unreviewed/2022/04/GHSA-4q6j-57rg-f224/GHSA-4q6j-57rg-f224.json @@ -7,12 +7,8 @@ "CVE-1999-0098" ], "details": "Buffer overflow in SMTP HELO command in Sendmail allows a remote attacker to hide activities.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-4xj7-h5hg-mjqp/GHSA-4xj7-h5hg-mjqp.json b/advisories/unreviewed/2022/04/GHSA-4xj7-h5hg-mjqp/GHSA-4xj7-h5hg-mjqp.json index a3db01cc68d..dbc63fcfd2e 100644 --- a/advisories/unreviewed/2022/04/GHSA-4xj7-h5hg-mjqp/GHSA-4xj7-h5hg-mjqp.json +++ b/advisories/unreviewed/2022/04/GHSA-4xj7-h5hg-mjqp/GHSA-4xj7-h5hg-mjqp.json @@ -7,12 +7,8 @@ "CVE-1999-0154" ], "details": "IIS 2.0 and 3.0 allows remote attackers to read the source code for ASP pages by appending a . (dot) to the end of the URL.", - "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/04/GHSA-5353-8fg9-4vq8/GHSA-5353-8fg9-4vq8.json b/advisories/unreviewed/2022/04/GHSA-5353-8fg9-4vq8/GHSA-5353-8fg9-4vq8.json index 35a60452ae5..3fa9f769009 100644 --- a/advisories/unreviewed/2022/04/GHSA-5353-8fg9-4vq8/GHSA-5353-8fg9-4vq8.json +++ b/advisories/unreviewed/2022/04/GHSA-5353-8fg9-4vq8/GHSA-5353-8fg9-4vq8.json @@ -7,12 +7,8 @@ "CVE-1999-0129" ], "details": "Sendmail allows local users to write to a file and gain group permissions via a .forward or :include: file.", - "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/04/GHSA-5749-cg34-r2wm/GHSA-5749-cg34-r2wm.json b/advisories/unreviewed/2022/04/GHSA-5749-cg34-r2wm/GHSA-5749-cg34-r2wm.json index 763d3fdba3f..fde3e8e84c1 100644 --- a/advisories/unreviewed/2022/04/GHSA-5749-cg34-r2wm/GHSA-5749-cg34-r2wm.json +++ b/advisories/unreviewed/2022/04/GHSA-5749-cg34-r2wm/GHSA-5749-cg34-r2wm.json @@ -7,12 +7,8 @@ "CVE-1999-0121" ], "details": "Buffer overflow in dtaction command gives root access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-5cxf-5v57-m788/GHSA-5cxf-5v57-m788.json b/advisories/unreviewed/2022/04/GHSA-5cxf-5v57-m788/GHSA-5cxf-5v57-m788.json index 3ff018bd65c..37c05ea10e6 100644 --- a/advisories/unreviewed/2022/04/GHSA-5cxf-5v57-m788/GHSA-5cxf-5v57-m788.json +++ b/advisories/unreviewed/2022/04/GHSA-5cxf-5v57-m788/GHSA-5cxf-5v57-m788.json @@ -7,12 +7,8 @@ "CVE-1999-0205" ], "details": "Denial of service in Sendmail 8.6.11 and 8.6.12.", - "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/04/GHSA-5h5w-wrfr-qmhc/GHSA-5h5w-wrfr-qmhc.json b/advisories/unreviewed/2022/04/GHSA-5h5w-wrfr-qmhc/GHSA-5h5w-wrfr-qmhc.json index 7f44f6acd6f..fe42dae3ba9 100644 --- a/advisories/unreviewed/2022/04/GHSA-5h5w-wrfr-qmhc/GHSA-5h5w-wrfr-qmhc.json +++ b/advisories/unreviewed/2022/04/GHSA-5h5w-wrfr-qmhc/GHSA-5h5w-wrfr-qmhc.json @@ -7,12 +7,8 @@ "CVE-1999-0257" ], "details": "Nestea variation of teardrop IP fragmentation denial of service.", - "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/04/GHSA-5j32-wqc5-cxj4/GHSA-5j32-wqc5-cxj4.json b/advisories/unreviewed/2022/04/GHSA-5j32-wqc5-cxj4/GHSA-5j32-wqc5-cxj4.json index b29bd7d734f..c7c6a37c60c 100644 --- a/advisories/unreviewed/2022/04/GHSA-5j32-wqc5-cxj4/GHSA-5j32-wqc5-cxj4.json +++ b/advisories/unreviewed/2022/04/GHSA-5j32-wqc5-cxj4/GHSA-5j32-wqc5-cxj4.json @@ -7,12 +7,8 @@ "CVE-1999-0111" ], "details": "RIP v1 is susceptible to spoofing.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-5j44-w6q9-hxx4/GHSA-5j44-w6q9-hxx4.json b/advisories/unreviewed/2022/04/GHSA-5j44-w6q9-hxx4/GHSA-5j44-w6q9-hxx4.json index df812c23bda..f7564d0ea3b 100644 --- a/advisories/unreviewed/2022/04/GHSA-5j44-w6q9-hxx4/GHSA-5j44-w6q9-hxx4.json +++ b/advisories/unreviewed/2022/04/GHSA-5j44-w6q9-hxx4/GHSA-5j44-w6q9-hxx4.json @@ -7,12 +7,8 @@ "CVE-1999-0060" ], "details": "Attackers can cause a denial of service in Ascend MAX and Pipeline routers with a malformed packet to the discard port, which is used by the Java Configurator tool.", - "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/04/GHSA-5p2w-742f-cg75/GHSA-5p2w-742f-cg75.json b/advisories/unreviewed/2022/04/GHSA-5p2w-742f-cg75/GHSA-5p2w-742f-cg75.json index 621ab6c5ad0..bbb622e90ee 100644 --- a/advisories/unreviewed/2022/04/GHSA-5p2w-742f-cg75/GHSA-5p2w-742f-cg75.json +++ b/advisories/unreviewed/2022/04/GHSA-5p2w-742f-cg75/GHSA-5p2w-742f-cg75.json @@ -7,12 +7,8 @@ "CVE-1999-0193" ], "details": "Denial of service in Ascend and 3com routers, which can be rebooted by sending a zero length TCP option.", - "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/04/GHSA-5q47-xw9h-8mx2/GHSA-5q47-xw9h-8mx2.json b/advisories/unreviewed/2022/04/GHSA-5q47-xw9h-8mx2/GHSA-5q47-xw9h-8mx2.json index 4913ce504cd..9fb51be299d 100644 --- a/advisories/unreviewed/2022/04/GHSA-5q47-xw9h-8mx2/GHSA-5q47-xw9h-8mx2.json +++ b/advisories/unreviewed/2022/04/GHSA-5q47-xw9h-8mx2/GHSA-5q47-xw9h-8mx2.json @@ -7,12 +7,8 @@ "CVE-1999-0274" ], "details": "Denial of service in Windows NT DNS servers through malicious packet which contains a response to a query that wasn't made.", - "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/04/GHSA-5r6m-8793-wrhh/GHSA-5r6m-8793-wrhh.json b/advisories/unreviewed/2022/04/GHSA-5r6m-8793-wrhh/GHSA-5r6m-8793-wrhh.json index fe467dee1d6..84d0641cd45 100644 --- a/advisories/unreviewed/2022/04/GHSA-5r6m-8793-wrhh/GHSA-5r6m-8793-wrhh.json +++ b/advisories/unreviewed/2022/04/GHSA-5r6m-8793-wrhh/GHSA-5r6m-8793-wrhh.json @@ -7,12 +7,8 @@ "CVE-1999-0231" ], "details": "Buffer overflow in IP-Switch IMail and Seattle Labs Slmail 2.6 packages using a long VRFY command, causing a denial of service and possibly remote access.", - "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/04/GHSA-635x-qr4g-qqp3/GHSA-635x-qr4g-qqp3.json b/advisories/unreviewed/2022/04/GHSA-635x-qr4g-qqp3/GHSA-635x-qr4g-qqp3.json index dee149e6e29..7c40ac4044c 100644 --- a/advisories/unreviewed/2022/04/GHSA-635x-qr4g-qqp3/GHSA-635x-qr4g-qqp3.json +++ b/advisories/unreviewed/2022/04/GHSA-635x-qr4g-qqp3/GHSA-635x-qr4g-qqp3.json @@ -7,12 +7,8 @@ "CVE-1999-0221" ], "details": "Denial of service of Ascend routers through port 150 (remote administration).", - "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/04/GHSA-66wj-pwf4-mr23/GHSA-66wj-pwf4-mr23.json b/advisories/unreviewed/2022/04/GHSA-66wj-pwf4-mr23/GHSA-66wj-pwf4-mr23.json index 071be622df9..8a3f401d974 100644 --- a/advisories/unreviewed/2022/04/GHSA-66wj-pwf4-mr23/GHSA-66wj-pwf4-mr23.json +++ b/advisories/unreviewed/2022/04/GHSA-66wj-pwf4-mr23/GHSA-66wj-pwf4-mr23.json @@ -7,12 +7,8 @@ "CVE-1999-0135" ], "details": "admintool in Solaris allows a local user to write to arbitrary files and gain root access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-673v-6c89-8w4x/GHSA-673v-6c89-8w4x.json b/advisories/unreviewed/2022/04/GHSA-673v-6c89-8w4x/GHSA-673v-6c89-8w4x.json index 8fe6d23fd4f..fb871661d63 100644 --- a/advisories/unreviewed/2022/04/GHSA-673v-6c89-8w4x/GHSA-673v-6c89-8w4x.json +++ b/advisories/unreviewed/2022/04/GHSA-673v-6c89-8w4x/GHSA-673v-6c89-8w4x.json @@ -7,12 +7,8 @@ "CVE-1999-0092" ], "details": "Various vulnerabilities in the AIX portmir command allows local users to obtain root access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-68w9-8p8f-9gr8/GHSA-68w9-8p8f-9gr8.json b/advisories/unreviewed/2022/04/GHSA-68w9-8p8f-9gr8/GHSA-68w9-8p8f-9gr8.json index 2fe1d1a1127..bceda17210b 100644 --- a/advisories/unreviewed/2022/04/GHSA-68w9-8p8f-9gr8/GHSA-68w9-8p8f-9gr8.json +++ b/advisories/unreviewed/2022/04/GHSA-68w9-8p8f-9gr8/GHSA-68w9-8p8f-9gr8.json @@ -7,12 +7,8 @@ "CVE-1999-0051" ], "details": "Arbitrary file creation and program execution using FLEXlm LicenseManager, from versions 4.0 to 5.0, in IRIX.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-6gg4-9pgx-g64j/GHSA-6gg4-9pgx-g64j.json b/advisories/unreviewed/2022/04/GHSA-6gg4-9pgx-g64j/GHSA-6gg4-9pgx-g64j.json index 2bf914b7828..986f9af9fee 100644 --- a/advisories/unreviewed/2022/04/GHSA-6gg4-9pgx-g64j/GHSA-6gg4-9pgx-g64j.json +++ b/advisories/unreviewed/2022/04/GHSA-6gg4-9pgx-g64j/GHSA-6gg4-9pgx-g64j.json @@ -7,12 +7,8 @@ "CVE-1999-0252" ], "details": "Buffer overflow in listserv allows arbitrary command execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-6hwp-66fm-v8h9/GHSA-6hwp-66fm-v8h9.json b/advisories/unreviewed/2022/04/GHSA-6hwp-66fm-v8h9/GHSA-6hwp-66fm-v8h9.json index adffdedb5e3..b99e5ebe05d 100644 --- a/advisories/unreviewed/2022/04/GHSA-6hwp-66fm-v8h9/GHSA-6hwp-66fm-v8h9.json +++ b/advisories/unreviewed/2022/04/GHSA-6hwp-66fm-v8h9/GHSA-6hwp-66fm-v8h9.json @@ -7,12 +7,8 @@ "CVE-1999-0137" ], "details": "The dip program on many Linux systems allows local users to gain root access via a buffer overflow.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-6j7m-4j6m-84cw/GHSA-6j7m-4j6m-84cw.json b/advisories/unreviewed/2022/04/GHSA-6j7m-4j6m-84cw/GHSA-6j7m-4j6m-84cw.json index 413764aac06..22124ce311f 100644 --- a/advisories/unreviewed/2022/04/GHSA-6j7m-4j6m-84cw/GHSA-6j7m-4j6m-84cw.json +++ b/advisories/unreviewed/2022/04/GHSA-6j7m-4j6m-84cw/GHSA-6j7m-4j6m-84cw.json @@ -7,12 +7,8 @@ "CVE-2004-0977" ], "details": "The make_oidjoins_check script in PostgreSQL 7.4.5 and earlier allows local users to overwrite files via a symlink attack on temporary files.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -64,9 +60,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-6m79-q67f-8mqp/GHSA-6m79-q67f-8mqp.json b/advisories/unreviewed/2022/04/GHSA-6m79-q67f-8mqp/GHSA-6m79-q67f-8mqp.json index dc8568173c5..a5849ea3392 100644 --- a/advisories/unreviewed/2022/04/GHSA-6m79-q67f-8mqp/GHSA-6m79-q67f-8mqp.json +++ b/advisories/unreviewed/2022/04/GHSA-6m79-q67f-8mqp/GHSA-6m79-q67f-8mqp.json @@ -7,12 +7,8 @@ "CVE-1999-0124" ], "details": "Vulnerabilities in UMN gopher and gopher+ versions 1.12 and 2.0x allow an intruder to read any files that can be accessed by the gopher daemon.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-6mwv-rxcm-749p/GHSA-6mwv-rxcm-749p.json b/advisories/unreviewed/2022/04/GHSA-6mwv-rxcm-749p/GHSA-6mwv-rxcm-749p.json index ce5dd5deb99..fef1e481f40 100644 --- a/advisories/unreviewed/2022/04/GHSA-6mwv-rxcm-749p/GHSA-6mwv-rxcm-749p.json +++ b/advisories/unreviewed/2022/04/GHSA-6mwv-rxcm-749p/GHSA-6mwv-rxcm-749p.json @@ -7,12 +7,8 @@ "CVE-1999-0206" ], "details": "MIME buffer overflow in Sendmail 8.8.0 and 8.8.1 gives root access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-6rqw-v7r8-cpcp/GHSA-6rqw-v7r8-cpcp.json b/advisories/unreviewed/2022/04/GHSA-6rqw-v7r8-cpcp/GHSA-6rqw-v7r8-cpcp.json index a1cb802059c..3b770668255 100644 --- a/advisories/unreviewed/2022/04/GHSA-6rqw-v7r8-cpcp/GHSA-6rqw-v7r8-cpcp.json +++ b/advisories/unreviewed/2022/04/GHSA-6rqw-v7r8-cpcp/GHSA-6rqw-v7r8-cpcp.json @@ -7,12 +7,8 @@ "CVE-1999-0136" ], "details": "Kodak Color Management System (KCMS) on Solaris allows a local user to write to arbitrary files and gain root access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-6vw2-j8x2-pj9j/GHSA-6vw2-j8x2-pj9j.json b/advisories/unreviewed/2022/04/GHSA-6vw2-j8x2-pj9j/GHSA-6vw2-j8x2-pj9j.json index 6f587046ddf..3332f2028ef 100644 --- a/advisories/unreviewed/2022/04/GHSA-6vw2-j8x2-pj9j/GHSA-6vw2-j8x2-pj9j.json +++ b/advisories/unreviewed/2022/04/GHSA-6vw2-j8x2-pj9j/GHSA-6vw2-j8x2-pj9j.json @@ -7,12 +7,8 @@ "CVE-1999-0271" ], "details": "Progressive Networks Real Video server (pnserver) can be crashed remotely.", - "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/04/GHSA-6wcf-2rc4-mw5j/GHSA-6wcf-2rc4-mw5j.json b/advisories/unreviewed/2022/04/GHSA-6wcf-2rc4-mw5j/GHSA-6wcf-2rc4-mw5j.json index 6371bb58cee..5ee6d221113 100644 --- a/advisories/unreviewed/2022/04/GHSA-6wcf-2rc4-mw5j/GHSA-6wcf-2rc4-mw5j.json +++ b/advisories/unreviewed/2022/04/GHSA-6wcf-2rc4-mw5j/GHSA-6wcf-2rc4-mw5j.json @@ -7,12 +7,8 @@ "CVE-1999-0258" ], "details": "Bonk variation of teardrop IP fragmentation denial of service.", - "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/04/GHSA-73j6-752c-7hrj/GHSA-73j6-752c-7hrj.json b/advisories/unreviewed/2022/04/GHSA-73j6-752c-7hrj/GHSA-73j6-752c-7hrj.json index 9ac6f02ca9b..187b78efbe8 100644 --- a/advisories/unreviewed/2022/04/GHSA-73j6-752c-7hrj/GHSA-73j6-752c-7hrj.json +++ b/advisories/unreviewed/2022/04/GHSA-73j6-752c-7hrj/GHSA-73j6-752c-7hrj.json @@ -7,12 +7,8 @@ "CVE-1999-0235" ], "details": "Buffer overflow in NCSA WebServer (1.4.1 and below) gives remote access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-77qv-qfqh-c6rq/GHSA-77qv-qfqh-c6rq.json b/advisories/unreviewed/2022/04/GHSA-77qv-qfqh-c6rq/GHSA-77qv-qfqh-c6rq.json index 13da912ae9c..42c0561c998 100644 --- a/advisories/unreviewed/2022/04/GHSA-77qv-qfqh-c6rq/GHSA-77qv-qfqh-c6rq.json +++ b/advisories/unreviewed/2022/04/GHSA-77qv-qfqh-c6rq/GHSA-77qv-qfqh-c6rq.json @@ -7,12 +7,8 @@ "CVE-1999-0214" ], "details": "Denial of service by sending forged ICMP unreachable packets.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-785w-f5m3-3g56/GHSA-785w-f5m3-3g56.json b/advisories/unreviewed/2022/04/GHSA-785w-f5m3-3g56/GHSA-785w-f5m3-3g56.json index f0d63d4874b..a9348a266a3 100644 --- a/advisories/unreviewed/2022/04/GHSA-785w-f5m3-3g56/GHSA-785w-f5m3-3g56.json +++ b/advisories/unreviewed/2022/04/GHSA-785w-f5m3-3g56/GHSA-785w-f5m3-3g56.json @@ -7,12 +7,8 @@ "CVE-1999-0138" ], "details": "The suidperl and sperl program do not give up root privileges when changing UIDs back to the original users, allowing root access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-7947-8872-rfq5/GHSA-7947-8872-rfq5.json b/advisories/unreviewed/2022/04/GHSA-7947-8872-rfq5/GHSA-7947-8872-rfq5.json index 55535f3bb0c..aea056b79b1 100644 --- a/advisories/unreviewed/2022/04/GHSA-7947-8872-rfq5/GHSA-7947-8872-rfq5.json +++ b/advisories/unreviewed/2022/04/GHSA-7947-8872-rfq5/GHSA-7947-8872-rfq5.json @@ -7,12 +7,8 @@ "CVE-1999-0249" ], "details": "Windows NT RSHSVC program allows remote users to execute arbitrary commands.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-79m3-vm8c-387r/GHSA-79m3-vm8c-387r.json b/advisories/unreviewed/2022/04/GHSA-79m3-vm8c-387r/GHSA-79m3-vm8c-387r.json index a4cf4cec82f..fc98a4cb6eb 100644 --- a/advisories/unreviewed/2022/04/GHSA-79m3-vm8c-387r/GHSA-79m3-vm8c-387r.json +++ b/advisories/unreviewed/2022/04/GHSA-79m3-vm8c-387r/GHSA-79m3-vm8c-387r.json @@ -7,12 +7,8 @@ "CVE-1999-0229" ], "details": "Denial of service in Windows NT IIS server using ..\\..", - "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/04/GHSA-7cjv-527v-vh3p/GHSA-7cjv-527v-vh3p.json b/advisories/unreviewed/2022/04/GHSA-7cjv-527v-vh3p/GHSA-7cjv-527v-vh3p.json index affd707a278..14777603e8a 100644 --- a/advisories/unreviewed/2022/04/GHSA-7cjv-527v-vh3p/GHSA-7cjv-527v-vh3p.json +++ b/advisories/unreviewed/2022/04/GHSA-7cjv-527v-vh3p/GHSA-7cjv-527v-vh3p.json @@ -7,12 +7,8 @@ "CVE-1999-0245" ], "details": "Some configurations of NIS+ in Linux allowed attackers to log in as the user \"+\".", - "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/04/GHSA-7m27-f8p9-pxp5/GHSA-7m27-f8p9-pxp5.json b/advisories/unreviewed/2022/04/GHSA-7m27-f8p9-pxp5/GHSA-7m27-f8p9-pxp5.json index a796893086a..1d3ff0137bc 100644 --- a/advisories/unreviewed/2022/04/GHSA-7m27-f8p9-pxp5/GHSA-7m27-f8p9-pxp5.json +++ b/advisories/unreviewed/2022/04/GHSA-7m27-f8p9-pxp5/GHSA-7m27-f8p9-pxp5.json @@ -7,12 +7,8 @@ "CVE-1999-0181" ], "details": "The wall daemon can be used for denial of service, social engineering attacks, or to execute remote commands.", - "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/04/GHSA-7qp7-f5x7-qpg3/GHSA-7qp7-f5x7-qpg3.json b/advisories/unreviewed/2022/04/GHSA-7qp7-f5x7-qpg3/GHSA-7qp7-f5x7-qpg3.json index ae779d8da79..87ee5eb4992 100644 --- a/advisories/unreviewed/2022/04/GHSA-7qp7-f5x7-qpg3/GHSA-7qp7-f5x7-qpg3.json +++ b/advisories/unreviewed/2022/04/GHSA-7qp7-f5x7-qpg3/GHSA-7qp7-f5x7-qpg3.json @@ -7,12 +7,8 @@ "CVE-1999-0074" ], "details": "Listening TCP ports are sequentially allocated, allowing spoofing attacks.", - "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/04/GHSA-7rx2-x6x2-56p2/GHSA-7rx2-x6x2-56p2.json b/advisories/unreviewed/2022/04/GHSA-7rx2-x6x2-56p2/GHSA-7rx2-x6x2-56p2.json index 9441673aab5..87786295e03 100644 --- a/advisories/unreviewed/2022/04/GHSA-7rx2-x6x2-56p2/GHSA-7rx2-x6x2-56p2.json +++ b/advisories/unreviewed/2022/04/GHSA-7rx2-x6x2-56p2/GHSA-7rx2-x6x2-56p2.json @@ -7,12 +7,8 @@ "CVE-1999-0081" ], "details": "wu-ftp allows files to be overwritten via the rnfr command.", - "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/04/GHSA-848h-2v7f-436w/GHSA-848h-2v7f-436w.json b/advisories/unreviewed/2022/04/GHSA-848h-2v7f-436w/GHSA-848h-2v7f-436w.json index e36d24d1e6c..8f038db3f14 100644 --- a/advisories/unreviewed/2022/04/GHSA-848h-2v7f-436w/GHSA-848h-2v7f-436w.json +++ b/advisories/unreviewed/2022/04/GHSA-848h-2v7f-436w/GHSA-848h-2v7f-436w.json @@ -7,12 +7,8 @@ "CVE-1999-0246" ], "details": "HP Remote Watch allows a remote user to gain root access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-8j94-c4m8-8w44/GHSA-8j94-c4m8-8w44.json b/advisories/unreviewed/2022/04/GHSA-8j94-c4m8-8w44/GHSA-8j94-c4m8-8w44.json index e793f3c96fd..d35b048cc49 100644 --- a/advisories/unreviewed/2022/04/GHSA-8j94-c4m8-8w44/GHSA-8j94-c4m8-8w44.json +++ b/advisories/unreviewed/2022/04/GHSA-8j94-c4m8-8w44/GHSA-8j94-c4m8-8w44.json @@ -7,12 +7,8 @@ "CVE-1999-0152" ], "details": "The DG/UX finger daemon allows remote command execution through shell metacharacters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-8j99-76rg-2v8j/GHSA-8j99-76rg-2v8j.json b/advisories/unreviewed/2022/04/GHSA-8j99-76rg-2v8j/GHSA-8j99-76rg-2v8j.json index 264a0448c0c..79a567cfab5 100644 --- a/advisories/unreviewed/2022/04/GHSA-8j99-76rg-2v8j/GHSA-8j99-76rg-2v8j.json +++ b/advisories/unreviewed/2022/04/GHSA-8j99-76rg-2v8j/GHSA-8j99-76rg-2v8j.json @@ -7,12 +7,8 @@ "CVE-1999-0234" ], "details": "Bash treats any character with a value of 255 as a command separator.", - "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/04/GHSA-8r28-mf5v-rhc8/GHSA-8r28-mf5v-rhc8.json b/advisories/unreviewed/2022/04/GHSA-8r28-mf5v-rhc8/GHSA-8r28-mf5v-rhc8.json index 38201049edf..5c8f588fcd6 100644 --- a/advisories/unreviewed/2022/04/GHSA-8r28-mf5v-rhc8/GHSA-8r28-mf5v-rhc8.json +++ b/advisories/unreviewed/2022/04/GHSA-8r28-mf5v-rhc8/GHSA-8r28-mf5v-rhc8.json @@ -7,12 +7,8 @@ "CVE-1999-0201" ], "details": "A quote cwd command on FTP servers can reveal the full path of the home directory of the \"ftp\" user.", - "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/04/GHSA-8r69-8g3h-gvcw/GHSA-8r69-8g3h-gvcw.json b/advisories/unreviewed/2022/04/GHSA-8r69-8g3h-gvcw/GHSA-8r69-8g3h-gvcw.json index 63c3683128a..794c55556ca 100644 --- a/advisories/unreviewed/2022/04/GHSA-8r69-8g3h-gvcw/GHSA-8r69-8g3h-gvcw.json +++ b/advisories/unreviewed/2022/04/GHSA-8r69-8g3h-gvcw/GHSA-8r69-8g3h-gvcw.json @@ -7,12 +7,8 @@ "CVE-1999-0123" ], "details": "Race condition in Linux mailx command allows local users to read user files.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-8vhw-fcrr-hw7r/GHSA-8vhw-fcrr-hw7r.json b/advisories/unreviewed/2022/04/GHSA-8vhw-fcrr-hw7r/GHSA-8vhw-fcrr-hw7r.json index 0273d08ca43..5390486d8df 100644 --- a/advisories/unreviewed/2022/04/GHSA-8vhw-fcrr-hw7r/GHSA-8vhw-fcrr-hw7r.json +++ b/advisories/unreviewed/2022/04/GHSA-8vhw-fcrr-hw7r/GHSA-8vhw-fcrr-hw7r.json @@ -7,12 +7,8 @@ "CVE-1999-0203" ], "details": "In Sendmail, attackers can gain root privileges via SMTP by specifying an improper \"mail from\" address and an invalid \"rcpt to\" address that would cause the mail to bounce to a program.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-8wvf-8q62-fx6g/GHSA-8wvf-8q62-fx6g.json b/advisories/unreviewed/2022/04/GHSA-8wvf-8q62-fx6g/GHSA-8wvf-8q62-fx6g.json index 418ae38c0dc..9374405c565 100644 --- a/advisories/unreviewed/2022/04/GHSA-8wvf-8q62-fx6g/GHSA-8wvf-8q62-fx6g.json +++ b/advisories/unreviewed/2022/04/GHSA-8wvf-8q62-fx6g/GHSA-8wvf-8q62-fx6g.json @@ -7,12 +7,8 @@ "CVE-1999-0207" ], "details": "Remote attacker can execute commands through Majordomo using the Reply-To field and a \"lists\" command.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-92v4-w84x-g8q7/GHSA-92v4-w84x-g8q7.json b/advisories/unreviewed/2022/04/GHSA-92v4-w84x-g8q7/GHSA-92v4-w84x-g8q7.json index 8c584f68a79..1a20eebe632 100644 --- a/advisories/unreviewed/2022/04/GHSA-92v4-w84x-g8q7/GHSA-92v4-w84x-g8q7.json +++ b/advisories/unreviewed/2022/04/GHSA-92v4-w84x-g8q7/GHSA-92v4-w84x-g8q7.json @@ -7,12 +7,8 @@ "CVE-1999-0080" ], "details": "Certain configurations of wu-ftp FTP server 2.4 use a _PATH_EXECPATH setting to a directory with dangerous commands, such as /bin, which allows remote authenticated users to gain root access via the \"site exec\" command.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-9fmm-h42j-4wpj/GHSA-9fmm-h42j-4wpj.json b/advisories/unreviewed/2022/04/GHSA-9fmm-h42j-4wpj/GHSA-9fmm-h42j-4wpj.json index fdcf7f48469..eacf2edacdc 100644 --- a/advisories/unreviewed/2022/04/GHSA-9fmm-h42j-4wpj/GHSA-9fmm-h42j-4wpj.json +++ b/advisories/unreviewed/2022/04/GHSA-9fmm-h42j-4wpj/GHSA-9fmm-h42j-4wpj.json @@ -7,12 +7,8 @@ "CVE-1999-0083" ], "details": "getcwd() file descriptor leak in FTP.", - "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/04/GHSA-9rhw-5hch-3fh6/GHSA-9rhw-5hch-3fh6.json b/advisories/unreviewed/2022/04/GHSA-9rhw-5hch-3fh6/GHSA-9rhw-5hch-3fh6.json index 7180470428a..23dea39f8fe 100644 --- a/advisories/unreviewed/2022/04/GHSA-9rhw-5hch-3fh6/GHSA-9rhw-5hch-3fh6.json +++ b/advisories/unreviewed/2022/04/GHSA-9rhw-5hch-3fh6/GHSA-9rhw-5hch-3fh6.json @@ -7,12 +7,8 @@ "CVE-1999-0220" ], "details": "Attackers can do a denial of service of IRC by crashing the server.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-9v9h-8rwj-cvhv/GHSA-9v9h-8rwj-cvhv.json b/advisories/unreviewed/2022/04/GHSA-9v9h-8rwj-cvhv/GHSA-9v9h-8rwj-cvhv.json index 716aa691a8d..38163dd6b8a 100644 --- a/advisories/unreviewed/2022/04/GHSA-9v9h-8rwj-cvhv/GHSA-9v9h-8rwj-cvhv.json +++ b/advisories/unreviewed/2022/04/GHSA-9v9h-8rwj-cvhv/GHSA-9v9h-8rwj-cvhv.json @@ -7,12 +7,8 @@ "CVE-1999-0114" ], "details": "Local users can execute commands as other users, and read other users' files, through the filter command in the Elm elm-2.4 mail package using a symlink attack.", - "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/04/GHSA-9w2q-p353-cvp5/GHSA-9w2q-p353-cvp5.json b/advisories/unreviewed/2022/04/GHSA-9w2q-p353-cvp5/GHSA-9w2q-p353-cvp5.json index 3714435217f..485deb87196 100644 --- a/advisories/unreviewed/2022/04/GHSA-9w2q-p353-cvp5/GHSA-9w2q-p353-cvp5.json +++ b/advisories/unreviewed/2022/04/GHSA-9w2q-p353-cvp5/GHSA-9w2q-p353-cvp5.json @@ -7,12 +7,8 @@ "CVE-1999-0240" ], "details": "Some filters or firewalls allow fragmented SYN packets with IP reserved bits in violation of their implemented policy.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-c2vf-q246-qc7r/GHSA-c2vf-q246-qc7r.json b/advisories/unreviewed/2022/04/GHSA-c2vf-q246-qc7r/GHSA-c2vf-q246-qc7r.json index c1c30642766..2c21cfbce53 100644 --- a/advisories/unreviewed/2022/04/GHSA-c2vf-q246-qc7r/GHSA-c2vf-q246-qc7r.json +++ b/advisories/unreviewed/2022/04/GHSA-c2vf-q246-qc7r/GHSA-c2vf-q246-qc7r.json @@ -7,12 +7,8 @@ "CVE-1999-0127" ], "details": "swinstall and swmodify commands in SD-UX package in HP-UX systems allow local users to create or overwrite arbitrary files to gain root access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-ccc7-4g5p-rggh/GHSA-ccc7-4g5p-rggh.json b/advisories/unreviewed/2022/04/GHSA-ccc7-4g5p-rggh/GHSA-ccc7-4g5p-rggh.json index b7e78ad5940..16478efa73d 100644 --- a/advisories/unreviewed/2022/04/GHSA-ccc7-4g5p-rggh/GHSA-ccc7-4g5p-rggh.json +++ b/advisories/unreviewed/2022/04/GHSA-ccc7-4g5p-rggh/GHSA-ccc7-4g5p-rggh.json @@ -7,12 +7,8 @@ "CVE-1999-0122" ], "details": "Buffer overflow in AIX lchangelv gives root access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-cvh8-jv99-rgjm/GHSA-cvh8-jv99-rgjm.json b/advisories/unreviewed/2022/04/GHSA-cvh8-jv99-rgjm/GHSA-cvh8-jv99-rgjm.json index 7d2517b73eb..099bc77b843 100644 --- a/advisories/unreviewed/2022/04/GHSA-cvh8-jv99-rgjm/GHSA-cvh8-jv99-rgjm.json +++ b/advisories/unreviewed/2022/04/GHSA-cvh8-jv99-rgjm/GHSA-cvh8-jv99-rgjm.json @@ -7,12 +7,8 @@ "CVE-1999-0192" ], "details": "Buffer overflow in telnet daemon tgetent routing allows remote attackers to gain root access via the TERMCAP environmental variable.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-cw2h-hq46-274j/GHSA-cw2h-hq46-274j.json b/advisories/unreviewed/2022/04/GHSA-cw2h-hq46-274j/GHSA-cw2h-hq46-274j.json index bd5cec9fbf2..6ae80a9887a 100644 --- a/advisories/unreviewed/2022/04/GHSA-cw2h-hq46-274j/GHSA-cw2h-hq46-274j.json +++ b/advisories/unreviewed/2022/04/GHSA-cw2h-hq46-274j/GHSA-cw2h-hq46-274j.json @@ -7,12 +7,8 @@ "CVE-1999-0170" ], "details": "Remote attackers can mount an NFS file system in Ultrix or OSF, even if it is denied on the access list.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-f29h-343h-g8gj/GHSA-f29h-343h-g8gj.json b/advisories/unreviewed/2022/04/GHSA-f29h-343h-g8gj/GHSA-f29h-343h-g8gj.json index c64329626fb..53d594cd8c9 100644 --- a/advisories/unreviewed/2022/04/GHSA-f29h-343h-g8gj/GHSA-f29h-343h-g8gj.json +++ b/advisories/unreviewed/2022/04/GHSA-f29h-343h-g8gj/GHSA-f29h-343h-g8gj.json @@ -7,12 +7,8 @@ "CVE-1999-0050" ], "details": "Buffer overflow in HP-UX newgrp program.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-ffgq-f7hj-3vgq/GHSA-ffgq-f7hj-3vgq.json b/advisories/unreviewed/2022/04/GHSA-ffgq-f7hj-3vgq/GHSA-ffgq-f7hj-3vgq.json index 5445ab5dd99..837c1e5fe01 100644 --- a/advisories/unreviewed/2022/04/GHSA-ffgq-f7hj-3vgq/GHSA-ffgq-f7hj-3vgq.json +++ b/advisories/unreviewed/2022/04/GHSA-ffgq-f7hj-3vgq/GHSA-ffgq-f7hj-3vgq.json @@ -7,12 +7,8 @@ "CVE-1999-0105" ], "details": "finger allows recursive searches by using a long string of @ symbols.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-fg49-hp4g-2h7r/GHSA-fg49-hp4g-2h7r.json b/advisories/unreviewed/2022/04/GHSA-fg49-hp4g-2h7r/GHSA-fg49-hp4g-2h7r.json index 17d3dc9955e..4845f0b37ff 100644 --- a/advisories/unreviewed/2022/04/GHSA-fg49-hp4g-2h7r/GHSA-fg49-hp4g-2h7r.json +++ b/advisories/unreviewed/2022/04/GHSA-fg49-hp4g-2h7r/GHSA-fg49-hp4g-2h7r.json @@ -7,12 +7,8 @@ "CVE-1999-0140" ], "details": "Denial of service in RAS/PPTP on NT systems.", - "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/04/GHSA-fg4r-8mvv-vm28/GHSA-fg4r-8mvv-vm28.json b/advisories/unreviewed/2022/04/GHSA-fg4r-8mvv-vm28/GHSA-fg4r-8mvv-vm28.json index 7c48adf1d7b..f8fbd5afb39 100644 --- a/advisories/unreviewed/2022/04/GHSA-fg4r-8mvv-vm28/GHSA-fg4r-8mvv-vm28.json +++ b/advisories/unreviewed/2022/04/GHSA-fg4r-8mvv-vm28/GHSA-fg4r-8mvv-vm28.json @@ -7,12 +7,8 @@ "CVE-1999-0208" ], "details": "rpc.ypupdated (NIS) allows remote users to execute arbitrary commands.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-fjj8-3fv5-96h8/GHSA-fjj8-3fv5-96h8.json b/advisories/unreviewed/2022/04/GHSA-fjj8-3fv5-96h8/GHSA-fjj8-3fv5-96h8.json index 1a490598e8d..90965e727e3 100644 --- a/advisories/unreviewed/2022/04/GHSA-fjj8-3fv5-96h8/GHSA-fjj8-3fv5-96h8.json +++ b/advisories/unreviewed/2022/04/GHSA-fjj8-3fv5-96h8/GHSA-fjj8-3fv5-96h8.json @@ -7,12 +7,8 @@ "CVE-1999-0197" ], "details": "finger 0@host on some systems may print information on some user accounts.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-fv32-cgq9-979v/GHSA-fv32-cgq9-979v.json b/advisories/unreviewed/2022/04/GHSA-fv32-cgq9-979v/GHSA-fv32-cgq9-979v.json index 7f4d1db14e7..3adf8390e09 100644 --- a/advisories/unreviewed/2022/04/GHSA-fv32-cgq9-979v/GHSA-fv32-cgq9-979v.json +++ b/advisories/unreviewed/2022/04/GHSA-fv32-cgq9-979v/GHSA-fv32-cgq9-979v.json @@ -7,12 +7,8 @@ "CVE-1999-0224" ], "details": "Denial of service in Windows NT messenger service through a long username.", - "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/04/GHSA-g2vw-843m-4hr9/GHSA-g2vw-843m-4hr9.json b/advisories/unreviewed/2022/04/GHSA-g2vw-843m-4hr9/GHSA-g2vw-843m-4hr9.json index 10e5513fce6..29942f712dd 100644 --- a/advisories/unreviewed/2022/04/GHSA-g2vw-843m-4hr9/GHSA-g2vw-843m-4hr9.json +++ b/advisories/unreviewed/2022/04/GHSA-g2vw-843m-4hr9/GHSA-g2vw-843m-4hr9.json @@ -7,12 +7,8 @@ "CVE-1999-0175" ], "details": "The convert.bas program in the Novell web server allows a remote attackers to read any file on the system that is internally accessible by the web server.", - "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/04/GHSA-g5wm-487r-4228/GHSA-g5wm-487r-4228.json b/advisories/unreviewed/2022/04/GHSA-g5wm-487r-4228/GHSA-g5wm-487r-4228.json index f5b90a22705..9cbb3928f41 100644 --- a/advisories/unreviewed/2022/04/GHSA-g5wm-487r-4228/GHSA-g5wm-487r-4228.json +++ b/advisories/unreviewed/2022/04/GHSA-g5wm-487r-4228/GHSA-g5wm-487r-4228.json @@ -7,12 +7,8 @@ "CVE-1999-0117" ], "details": "AIX passwd allows local users to gain root access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-g7qq-2qq9-j34m/GHSA-g7qq-2qq9-j34m.json b/advisories/unreviewed/2022/04/GHSA-g7qq-2qq9-j34m/GHSA-g7qq-2qq9-j34m.json index 88b9e3610ca..3aecb549ca6 100644 --- a/advisories/unreviewed/2022/04/GHSA-g7qq-2qq9-j34m/GHSA-g7qq-2qq9-j34m.json +++ b/advisories/unreviewed/2022/04/GHSA-g7qq-2qq9-j34m/GHSA-g7qq-2qq9-j34m.json @@ -7,12 +7,8 @@ "CVE-1999-0216" ], "details": "Denial of service of inetd on Linux through SYN and RST packets.", - "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/04/GHSA-g7xr-56w3-vjqh/GHSA-g7xr-56w3-vjqh.json b/advisories/unreviewed/2022/04/GHSA-g7xr-56w3-vjqh/GHSA-g7xr-56w3-vjqh.json index d4b4e061968..677695f3249 100644 --- a/advisories/unreviewed/2022/04/GHSA-g7xr-56w3-vjqh/GHSA-g7xr-56w3-vjqh.json +++ b/advisories/unreviewed/2022/04/GHSA-g7xr-56w3-vjqh/GHSA-g7xr-56w3-vjqh.json @@ -7,12 +7,8 @@ "CVE-1999-0073" ], "details": "Telnet allows a remote client to specify environment variables including LD_LIBRARY_PATH, allowing an attacker to bypass the normal system libraries and gain root access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-g986-5g9p-246f/GHSA-g986-5g9p-246f.json b/advisories/unreviewed/2022/04/GHSA-g986-5g9p-246f/GHSA-g986-5g9p-246f.json index db5fee13ba8..6b4c9d8b663 100644 --- a/advisories/unreviewed/2022/04/GHSA-g986-5g9p-246f/GHSA-g986-5g9p-246f.json +++ b/advisories/unreviewed/2022/04/GHSA-g986-5g9p-246f/GHSA-g986-5g9p-246f.json @@ -7,12 +7,8 @@ "CVE-1999-0167" ], "details": "In SunOS, NFS file handles could be guessed, giving unauthorized access to the exported file system.", - "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/04/GHSA-ggg5-x2fh-6pvx/GHSA-ggg5-x2fh-6pvx.json b/advisories/unreviewed/2022/04/GHSA-ggg5-x2fh-6pvx/GHSA-ggg5-x2fh-6pvx.json index f4bf548f468..8bcc7bbfc73 100644 --- a/advisories/unreviewed/2022/04/GHSA-ggg5-x2fh-6pvx/GHSA-ggg5-x2fh-6pvx.json +++ b/advisories/unreviewed/2022/04/GHSA-ggg5-x2fh-6pvx/GHSA-ggg5-x2fh-6pvx.json @@ -7,12 +7,8 @@ "CVE-1999-0040" ], "details": "Buffer overflow in Xt library of X Windowing System allows local users to execute commands with root privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-gw7q-37vg-w4pp/GHSA-gw7q-37vg-w4pp.json b/advisories/unreviewed/2022/04/GHSA-gw7q-37vg-w4pp/GHSA-gw7q-37vg-w4pp.json index 75cfac3f83f..4a37bb8de45 100644 --- a/advisories/unreviewed/2022/04/GHSA-gw7q-37vg-w4pp/GHSA-gw7q-37vg-w4pp.json +++ b/advisories/unreviewed/2022/04/GHSA-gw7q-37vg-w4pp/GHSA-gw7q-37vg-w4pp.json @@ -7,12 +7,8 @@ "CVE-1999-0165" ], "details": "NFS cache poisoning.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-h4p8-p52c-3jgg/GHSA-h4p8-p52c-3jgg.json b/advisories/unreviewed/2022/04/GHSA-h4p8-p52c-3jgg/GHSA-h4p8-p52c-3jgg.json index f8584f7a753..eec118b4817 100644 --- a/advisories/unreviewed/2022/04/GHSA-h4p8-p52c-3jgg/GHSA-h4p8-p52c-3jgg.json +++ b/advisories/unreviewed/2022/04/GHSA-h4p8-p52c-3jgg/GHSA-h4p8-p52c-3jgg.json @@ -7,12 +7,8 @@ "CVE-1999-0169" ], "details": "NFS allows attackers to read and write any file on the system by specifying a false UID.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-h676-3v8p-5vwf/GHSA-h676-3v8p-5vwf.json b/advisories/unreviewed/2022/04/GHSA-h676-3v8p-5vwf/GHSA-h676-3v8p-5vwf.json index f725da039e5..01557e0fcfd 100644 --- a/advisories/unreviewed/2022/04/GHSA-h676-3v8p-5vwf/GHSA-h676-3v8p-5vwf.json +++ b/advisories/unreviewed/2022/04/GHSA-h676-3v8p-5vwf/GHSA-h676-3v8p-5vwf.json @@ -7,12 +7,8 @@ "CVE-1999-0264" ], "details": "htmlscript CGI program allows remote read access to files.", - "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/04/GHSA-h787-37c6-98mm/GHSA-h787-37c6-98mm.json b/advisories/unreviewed/2022/04/GHSA-h787-37c6-98mm/GHSA-h787-37c6-98mm.json index deec40597aa..196203d0e4e 100644 --- a/advisories/unreviewed/2022/04/GHSA-h787-37c6-98mm/GHSA-h787-37c6-98mm.json +++ b/advisories/unreviewed/2022/04/GHSA-h787-37c6-98mm/GHSA-h787-37c6-98mm.json @@ -7,12 +7,8 @@ "CVE-1999-0177" ], "details": "The uploader program in the WebSite web server allows a remote attacker to execute arbitrary programs.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-h7h3-hmx5-3w4r/GHSA-h7h3-hmx5-3w4r.json b/advisories/unreviewed/2022/04/GHSA-h7h3-hmx5-3w4r/GHSA-h7h3-hmx5-3w4r.json index 83a5b3d2efd..d6c2b8d45db 100644 --- a/advisories/unreviewed/2022/04/GHSA-h7h3-hmx5-3w4r/GHSA-h7h3-hmx5-3w4r.json +++ b/advisories/unreviewed/2022/04/GHSA-h7h3-hmx5-3w4r/GHSA-h7h3-hmx5-3w4r.json @@ -7,12 +7,8 @@ "CVE-1999-0045" ], "details": "List of arbitrary files on Web host via nph-test-cgi script.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-h9f6-v64j-cw96/GHSA-h9f6-v64j-cw96.json b/advisories/unreviewed/2022/04/GHSA-h9f6-v64j-cw96/GHSA-h9f6-v64j-cw96.json index e26c25fa577..2b414443232 100644 --- a/advisories/unreviewed/2022/04/GHSA-h9f6-v64j-cw96/GHSA-h9f6-v64j-cw96.json +++ b/advisories/unreviewed/2022/04/GHSA-h9f6-v64j-cw96/GHSA-h9f6-v64j-cw96.json @@ -7,12 +7,8 @@ "CVE-1999-0063" ], "details": "Cisco IOS 12.0 and other versions can be crashed by malicious UDP packets to the syslog port.", - "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/04/GHSA-hfc5-q2rr-c8v7/GHSA-hfc5-q2rr-c8v7.json b/advisories/unreviewed/2022/04/GHSA-hfc5-q2rr-c8v7/GHSA-hfc5-q2rr-c8v7.json index 587a543a37b..1c36b13d76f 100644 --- a/advisories/unreviewed/2022/04/GHSA-hfc5-q2rr-c8v7/GHSA-hfc5-q2rr-c8v7.json +++ b/advisories/unreviewed/2022/04/GHSA-hfc5-q2rr-c8v7/GHSA-hfc5-q2rr-c8v7.json @@ -7,12 +7,8 @@ "CVE-1999-0241" ], "details": "Guessable magic cookies in X Windows allows remote attackers to execute commands, e.g. through xterm.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-hfqc-hv9g-xxc7/GHSA-hfqc-hv9g-xxc7.json b/advisories/unreviewed/2022/04/GHSA-hfqc-hv9g-xxc7/GHSA-hfqc-hv9g-xxc7.json index 43a48dd61dc..74b94650e9a 100644 --- a/advisories/unreviewed/2022/04/GHSA-hfqc-hv9g-xxc7/GHSA-hfqc-hv9g-xxc7.json +++ b/advisories/unreviewed/2022/04/GHSA-hfqc-hv9g-xxc7/GHSA-hfqc-hv9g-xxc7.json @@ -7,12 +7,8 @@ "CVE-1999-0244" ], "details": "Livingston RADIUS code has a buffer overflow which can allow remote execution of commands as root.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-hhfc-jw69-5ww9/GHSA-hhfc-jw69-5ww9.json b/advisories/unreviewed/2022/04/GHSA-hhfc-jw69-5ww9/GHSA-hhfc-jw69-5ww9.json index adf45557140..e4c4e2021b1 100644 --- a/advisories/unreviewed/2022/04/GHSA-hhfc-jw69-5ww9/GHSA-hhfc-jw69-5ww9.json +++ b/advisories/unreviewed/2022/04/GHSA-hhfc-jw69-5ww9/GHSA-hhfc-jw69-5ww9.json @@ -7,12 +7,8 @@ "CVE-1999-0100" ], "details": "Remote access in AIX innd 1.5.1, using control messages.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-hmj7-7fjv-279c/GHSA-hmj7-7fjv-279c.json b/advisories/unreviewed/2022/04/GHSA-hmj7-7fjv-279c/GHSA-hmj7-7fjv-279c.json index 92d25fb205b..78c89d0200d 100644 --- a/advisories/unreviewed/2022/04/GHSA-hmj7-7fjv-279c/GHSA-hmj7-7fjv-279c.json +++ b/advisories/unreviewed/2022/04/GHSA-hmj7-7fjv-279c/GHSA-hmj7-7fjv-279c.json @@ -7,12 +7,8 @@ "CVE-1999-0079" ], "details": "Remote attackers can cause a denial of service in FTP by issuing multiple PASV commands, causing the server to run out of available ports.", - "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/04/GHSA-hp95-85f4-42g2/GHSA-hp95-85f4-42g2.json b/advisories/unreviewed/2022/04/GHSA-hp95-85f4-42g2/GHSA-hp95-85f4-42g2.json index 516acb404ac..41441074ba3 100644 --- a/advisories/unreviewed/2022/04/GHSA-hp95-85f4-42g2/GHSA-hp95-85f4-42g2.json +++ b/advisories/unreviewed/2022/04/GHSA-hp95-85f4-42g2/GHSA-hp95-85f4-42g2.json @@ -7,12 +7,8 @@ "CVE-1999-0099" ], "details": "Buffer overflow in syslog utility allows local or remote attackers to gain root privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-hr54-499j-773j/GHSA-hr54-499j-773j.json b/advisories/unreviewed/2022/04/GHSA-hr54-499j-773j/GHSA-hr54-499j-773j.json index 342abbf514b..9a74fd54dd8 100644 --- a/advisories/unreviewed/2022/04/GHSA-hr54-499j-773j/GHSA-hr54-499j-773j.json +++ b/advisories/unreviewed/2022/04/GHSA-hr54-499j-773j/GHSA-hr54-499j-773j.json @@ -7,12 +7,8 @@ "CVE-1999-0213" ], "details": "libnsl in Solaris allowed an attacker to perform a denial of service of rpcbind.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-hvhf-6r4f-4rcc/GHSA-hvhf-6r4f-4rcc.json b/advisories/unreviewed/2022/04/GHSA-hvhf-6r4f-4rcc/GHSA-hvhf-6r4f-4rcc.json index 43df58ee64a..85071eadeef 100644 --- a/advisories/unreviewed/2022/04/GHSA-hvhf-6r4f-4rcc/GHSA-hvhf-6r4f-4rcc.json +++ b/advisories/unreviewed/2022/04/GHSA-hvhf-6r4f-4rcc/GHSA-hvhf-6r4f-4rcc.json @@ -7,12 +7,8 @@ "CVE-1999-0028" ], "details": "root privileges via buffer overflow in login/scheme command on SGI IRIX systems.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-j548-f7g3-8wxc/GHSA-j548-f7g3-8wxc.json b/advisories/unreviewed/2022/04/GHSA-j548-f7g3-8wxc/GHSA-j548-f7g3-8wxc.json index e046498cae0..472bca47742 100644 --- a/advisories/unreviewed/2022/04/GHSA-j548-f7g3-8wxc/GHSA-j548-f7g3-8wxc.json +++ b/advisories/unreviewed/2022/04/GHSA-j548-f7g3-8wxc/GHSA-j548-f7g3-8wxc.json @@ -7,12 +7,8 @@ "CVE-1999-0276" ], "details": "mSQL v2.0.1 and below allows remote execution through a buffer overflow.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-j92f-fc3c-68gj/GHSA-j92f-fc3c-68gj.json b/advisories/unreviewed/2022/04/GHSA-j92f-fc3c-68gj/GHSA-j92f-fc3c-68gj.json index 5fd247397a0..a61c26e84fd 100644 --- a/advisories/unreviewed/2022/04/GHSA-j92f-fc3c-68gj/GHSA-j92f-fc3c-68gj.json +++ b/advisories/unreviewed/2022/04/GHSA-j92f-fc3c-68gj/GHSA-j92f-fc3c-68gj.json @@ -7,12 +7,8 @@ "CVE-1999-0147" ], "details": "The aglimpse CGI program of the Glimpse package allows remote execution of arbitrary commands.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-jfg6-vc3r-qpfm/GHSA-jfg6-vc3r-qpfm.json b/advisories/unreviewed/2022/04/GHSA-jfg6-vc3r-qpfm/GHSA-jfg6-vc3r-qpfm.json index de857e54acf..9775118f0c5 100644 --- a/advisories/unreviewed/2022/04/GHSA-jfg6-vc3r-qpfm/GHSA-jfg6-vc3r-qpfm.json +++ b/advisories/unreviewed/2022/04/GHSA-jfg6-vc3r-qpfm/GHSA-jfg6-vc3r-qpfm.json @@ -7,12 +7,8 @@ "CVE-1999-0089" ], "details": "Buffer overflow in AIX libDtSvc library can allow local users to gain root access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-jgjp-7pvm-43jq/GHSA-jgjp-7pvm-43jq.json b/advisories/unreviewed/2022/04/GHSA-jgjp-7pvm-43jq/GHSA-jgjp-7pvm-43jq.json index 47df96de24f..80de1ef4c17 100644 --- a/advisories/unreviewed/2022/04/GHSA-jgjp-7pvm-43jq/GHSA-jgjp-7pvm-43jq.json +++ b/advisories/unreviewed/2022/04/GHSA-jgjp-7pvm-43jq/GHSA-jgjp-7pvm-43jq.json @@ -7,12 +7,8 @@ "CVE-1999-0026" ], "details": "root privileges via buffer overflow in pset command on SGI IRIX systems.", - "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/04/GHSA-jjp7-x4fw-mx9q/GHSA-jjp7-x4fw-mx9q.json b/advisories/unreviewed/2022/04/GHSA-jjp7-x4fw-mx9q/GHSA-jjp7-x4fw-mx9q.json index 7f0c1b6e7db..0d483334593 100644 --- a/advisories/unreviewed/2022/04/GHSA-jjp7-x4fw-mx9q/GHSA-jjp7-x4fw-mx9q.json +++ b/advisories/unreviewed/2022/04/GHSA-jjp7-x4fw-mx9q/GHSA-jjp7-x4fw-mx9q.json @@ -7,12 +7,8 @@ "CVE-1999-0086" ], "details": "AIX routed allows remote users to modify sensitive files.", - "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/04/GHSA-jq56-hqwg-c6vv/GHSA-jq56-hqwg-c6vv.json b/advisories/unreviewed/2022/04/GHSA-jq56-hqwg-c6vv/GHSA-jq56-hqwg-c6vv.json index c984049cbb6..aaeefeea4b8 100644 --- a/advisories/unreviewed/2022/04/GHSA-jq56-hqwg-c6vv/GHSA-jq56-hqwg-c6vv.json +++ b/advisories/unreviewed/2022/04/GHSA-jq56-hqwg-c6vv/GHSA-jq56-hqwg-c6vv.json @@ -7,12 +7,8 @@ "CVE-1999-0253" ], "details": "IIS 3.0 with the iis-fix hotfix installed allows remote intruders to read source code for ASP programs by using a %2e instead of a . (dot) in the URL.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-jv8f-49ff-vhx4/GHSA-jv8f-49ff-vhx4.json b/advisories/unreviewed/2022/04/GHSA-jv8f-49ff-vhx4/GHSA-jv8f-49ff-vhx4.json index 72de7fd7eb8..67672d6035e 100644 --- a/advisories/unreviewed/2022/04/GHSA-jv8f-49ff-vhx4/GHSA-jv8f-49ff-vhx4.json +++ b/advisories/unreviewed/2022/04/GHSA-jv8f-49ff-vhx4/GHSA-jv8f-49ff-vhx4.json @@ -7,12 +7,8 @@ "CVE-1999-0156" ], "details": "wu-ftpd FTP daemon allows any user and password combination.", - "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/04/GHSA-jvjv-6vf7-4p96/GHSA-jvjv-6vf7-4p96.json b/advisories/unreviewed/2022/04/GHSA-jvjv-6vf7-4p96/GHSA-jvjv-6vf7-4p96.json index 26fb2aad57e..54712d137ac 100644 --- a/advisories/unreviewed/2022/04/GHSA-jvjv-6vf7-4p96/GHSA-jvjv-6vf7-4p96.json +++ b/advisories/unreviewed/2022/04/GHSA-jvjv-6vf7-4p96/GHSA-jvjv-6vf7-4p96.json @@ -7,12 +7,8 @@ "CVE-1999-0128" ], "details": "Oversized ICMP ping packets can result in a denial of service, aka Ping o' Death.", - "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/04/GHSA-jw47-w8q9-cxg3/GHSA-jw47-w8q9-cxg3.json b/advisories/unreviewed/2022/04/GHSA-jw47-w8q9-cxg3/GHSA-jw47-w8q9-cxg3.json index 7e115ed7807..4c28672aa57 100644 --- a/advisories/unreviewed/2022/04/GHSA-jw47-w8q9-cxg3/GHSA-jw47-w8q9-cxg3.json +++ b/advisories/unreviewed/2022/04/GHSA-jw47-w8q9-cxg3/GHSA-jw47-w8q9-cxg3.json @@ -7,12 +7,8 @@ "CVE-1999-0173" ], "details": "FormMail CGI program can be used by web servers other than the host server that the program resides on.", - "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/04/GHSA-jwm2-jxqg-fx7x/GHSA-jwm2-jxqg-fx7x.json b/advisories/unreviewed/2022/04/GHSA-jwm2-jxqg-fx7x/GHSA-jwm2-jxqg-fx7x.json index c0d0ea8ad4b..bfdfed94abd 100644 --- a/advisories/unreviewed/2022/04/GHSA-jwm2-jxqg-fx7x/GHSA-jwm2-jxqg-fx7x.json +++ b/advisories/unreviewed/2022/04/GHSA-jwm2-jxqg-fx7x/GHSA-jwm2-jxqg-fx7x.json @@ -7,12 +7,8 @@ "CVE-1999-0093" ], "details": "AIX nslookup command allows local users to obtain root access by not dropping privileges correctly.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-m4g2-9rpr-wc96/GHSA-m4g2-9rpr-wc96.json b/advisories/unreviewed/2022/04/GHSA-m4g2-9rpr-wc96/GHSA-m4g2-9rpr-wc96.json index 5636a4e7dd7..cf6d4b297aa 100644 --- a/advisories/unreviewed/2022/04/GHSA-m4g2-9rpr-wc96/GHSA-m4g2-9rpr-wc96.json +++ b/advisories/unreviewed/2022/04/GHSA-m4g2-9rpr-wc96/GHSA-m4g2-9rpr-wc96.json @@ -7,12 +7,8 @@ "CVE-1999-0259" ], "details": "cfingerd lists all users on a system via search.**@target.", - "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/04/GHSA-m7jw-26g8-xchv/GHSA-m7jw-26g8-xchv.json b/advisories/unreviewed/2022/04/GHSA-m7jw-26g8-xchv/GHSA-m7jw-26g8-xchv.json index e5c8e2d41b5..580abf4a517 100644 --- a/advisories/unreviewed/2022/04/GHSA-m7jw-26g8-xchv/GHSA-m7jw-26g8-xchv.json +++ b/advisories/unreviewed/2022/04/GHSA-m7jw-26g8-xchv/GHSA-m7jw-26g8-xchv.json @@ -7,12 +7,8 @@ "CVE-1999-0061" ], "details": "File creation and deletion, and remote execution, in the BSD line printer daemon (lpd).", - "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/04/GHSA-m8rc-q5m4-22rc/GHSA-m8rc-q5m4-22rc.json b/advisories/unreviewed/2022/04/GHSA-m8rc-q5m4-22rc/GHSA-m8rc-q5m4-22rc.json index d3de97906c4..b28fad5258a 100644 --- a/advisories/unreviewed/2022/04/GHSA-m8rc-q5m4-22rc/GHSA-m8rc-q5m4-22rc.json +++ b/advisories/unreviewed/2022/04/GHSA-m8rc-q5m4-22rc/GHSA-m8rc-q5m4-22rc.json @@ -7,12 +7,8 @@ "CVE-1999-0217" ], "details": "Malicious option settings in UDP packets could force a reboot in SunOS 4.1.3 systems.", - "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/04/GHSA-mcq4-84qx-2jj9/GHSA-mcq4-84qx-2jj9.json b/advisories/unreviewed/2022/04/GHSA-mcq4-84qx-2jj9/GHSA-mcq4-84qx-2jj9.json index 9b6c66f3960..b25feb81390 100644 --- a/advisories/unreviewed/2022/04/GHSA-mcq4-84qx-2jj9/GHSA-mcq4-84qx-2jj9.json +++ b/advisories/unreviewed/2022/04/GHSA-mcq4-84qx-2jj9/GHSA-mcq4-84qx-2jj9.json @@ -7,12 +7,8 @@ "CVE-1999-0155" ], "details": "The ghostscript command with the -dSAFER option allows remote attackers to execute commands.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-mfjc-659f-pj9j/GHSA-mfjc-659f-pj9j.json b/advisories/unreviewed/2022/04/GHSA-mfjc-659f-pj9j/GHSA-mfjc-659f-pj9j.json index 780edb8822f..05b50059579 100644 --- a/advisories/unreviewed/2022/04/GHSA-mfjc-659f-pj9j/GHSA-mfjc-659f-pj9j.json +++ b/advisories/unreviewed/2022/04/GHSA-mfjc-659f-pj9j/GHSA-mfjc-659f-pj9j.json @@ -7,12 +7,8 @@ "CVE-1999-0174" ], "details": "The view-source CGI program allows remote attackers to read arbitrary files via a .. (dot dot) attack.", - "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/04/GHSA-mq66-4xx4-r348/GHSA-mq66-4xx4-r348.json b/advisories/unreviewed/2022/04/GHSA-mq66-4xx4-r348/GHSA-mq66-4xx4-r348.json index 884f2057949..f2375cb080b 100644 --- a/advisories/unreviewed/2022/04/GHSA-mq66-4xx4-r348/GHSA-mq66-4xx4-r348.json +++ b/advisories/unreviewed/2022/04/GHSA-mq66-4xx4-r348/GHSA-mq66-4xx4-r348.json @@ -7,12 +7,8 @@ "CVE-1999-0017" ], "details": "FTP servers can allow an attacker to connect to arbitrary ports on machines other than the FTP client, aka FTP bounce.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-mqqq-75g7-35v7/GHSA-mqqq-75g7-35v7.json b/advisories/unreviewed/2022/04/GHSA-mqqq-75g7-35v7/GHSA-mqqq-75g7-35v7.json index 7e2426c0d2b..54f58555f9b 100644 --- a/advisories/unreviewed/2022/04/GHSA-mqqq-75g7-35v7/GHSA-mqqq-75g7-35v7.json +++ b/advisories/unreviewed/2022/04/GHSA-mqqq-75g7-35v7/GHSA-mqqq-75g7-35v7.json @@ -7,12 +7,8 @@ "CVE-1999-0064" ], "details": "Buffer overflow in AIX lquerylv program gives root access to local users.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-mw98-2xv5-vwjx/GHSA-mw98-2xv5-vwjx.json b/advisories/unreviewed/2022/04/GHSA-mw98-2xv5-vwjx/GHSA-mw98-2xv5-vwjx.json index 40a4647dec0..a363cb1990a 100644 --- a/advisories/unreviewed/2022/04/GHSA-mw98-2xv5-vwjx/GHSA-mw98-2xv5-vwjx.json +++ b/advisories/unreviewed/2022/04/GHSA-mw98-2xv5-vwjx/GHSA-mw98-2xv5-vwjx.json @@ -7,12 +7,8 @@ "CVE-1999-0106" ], "details": "Finger redirection allows finger bombs.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-p447-539v-x2j8/GHSA-p447-539v-x2j8.json b/advisories/unreviewed/2022/04/GHSA-p447-539v-x2j8/GHSA-p447-539v-x2j8.json index f5c829907b1..514b02f1703 100644 --- a/advisories/unreviewed/2022/04/GHSA-p447-539v-x2j8/GHSA-p447-539v-x2j8.json +++ b/advisories/unreviewed/2022/04/GHSA-p447-539v-x2j8/GHSA-p447-539v-x2j8.json @@ -7,12 +7,8 @@ "CVE-1999-0071" ], "details": "Apache httpd cookie buffer overflow for versions 1.1.1 and earlier.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-p4hh-f88r-4p2r/GHSA-p4hh-f88r-4p2r.json b/advisories/unreviewed/2022/04/GHSA-p4hh-f88r-4p2r/GHSA-p4hh-f88r-4p2r.json index 01531ac9832..2d3ae5543c6 100644 --- a/advisories/unreviewed/2022/04/GHSA-p4hh-f88r-4p2r/GHSA-p4hh-f88r-4p2r.json +++ b/advisories/unreviewed/2022/04/GHSA-p4hh-f88r-4p2r/GHSA-p4hh-f88r-4p2r.json @@ -7,12 +7,8 @@ "CVE-1999-0254" ], "details": "A hidden SNMP community string in HP OpenView allows remote attackers to modify MIB tables and obtain sensitive information.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-p4jq-fjvc-qmw3/GHSA-p4jq-fjvc-qmw3.json b/advisories/unreviewed/2022/04/GHSA-p4jq-fjvc-qmw3/GHSA-p4jq-fjvc-qmw3.json index d44ab8dc1b7..b8a6fa34a70 100644 --- a/advisories/unreviewed/2022/04/GHSA-p4jq-fjvc-qmw3/GHSA-p4jq-fjvc-qmw3.json +++ b/advisories/unreviewed/2022/04/GHSA-p4jq-fjvc-qmw3/GHSA-p4jq-fjvc-qmw3.json @@ -7,12 +7,8 @@ "CVE-1999-0049" ], "details": "Csetup under IRIX allows arbitrary file creation or overwriting.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-p5x8-wgxf-7w54/GHSA-p5x8-wgxf-7w54.json b/advisories/unreviewed/2022/04/GHSA-p5x8-wgxf-7w54/GHSA-p5x8-wgxf-7w54.json index 4a7fc94af48..b753ba57421 100644 --- a/advisories/unreviewed/2022/04/GHSA-p5x8-wgxf-7w54/GHSA-p5x8-wgxf-7w54.json +++ b/advisories/unreviewed/2022/04/GHSA-p5x8-wgxf-7w54/GHSA-p5x8-wgxf-7w54.json @@ -7,12 +7,8 @@ "CVE-1999-0023" ], "details": "Local user gains root privileges via buffer overflow in rdist, via lookup() function.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-p72v-52hq-xx36/GHSA-p72v-52hq-xx36.json b/advisories/unreviewed/2022/04/GHSA-p72v-52hq-xx36/GHSA-p72v-52hq-xx36.json index adf99c65510..0a7e3209886 100644 --- a/advisories/unreviewed/2022/04/GHSA-p72v-52hq-xx36/GHSA-p72v-52hq-xx36.json +++ b/advisories/unreviewed/2022/04/GHSA-p72v-52hq-xx36/GHSA-p72v-52hq-xx36.json @@ -7,12 +7,8 @@ "CVE-1999-0162" ], "details": "The \"established\" keyword in some Cisco IOS software allowed an attacker to bypass filtering.", - "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/04/GHSA-p73c-389w-hggm/GHSA-p73c-389w-hggm.json b/advisories/unreviewed/2022/04/GHSA-p73c-389w-hggm/GHSA-p73c-389w-hggm.json index ee91c021b4e..0307030a862 100644 --- a/advisories/unreviewed/2022/04/GHSA-p73c-389w-hggm/GHSA-p73c-389w-hggm.json +++ b/advisories/unreviewed/2022/04/GHSA-p73c-389w-hggm/GHSA-p73c-389w-hggm.json @@ -7,12 +7,8 @@ "CVE-1999-0172" ], "details": "FormMail CGI program allows remote execution of commands.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-p9x6-hv6c-rpfx/GHSA-p9x6-hv6c-rpfx.json b/advisories/unreviewed/2022/04/GHSA-p9x6-hv6c-rpfx/GHSA-p9x6-hv6c-rpfx.json index 3d3dac0aba8..2767b94e87b 100644 --- a/advisories/unreviewed/2022/04/GHSA-p9x6-hv6c-rpfx/GHSA-p9x6-hv6c-rpfx.json +++ b/advisories/unreviewed/2022/04/GHSA-p9x6-hv6c-rpfx/GHSA-p9x6-hv6c-rpfx.json @@ -7,12 +7,8 @@ "CVE-1999-0237" ], "details": "Remote execution of arbitrary commands through Guestbook CGI program.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-pfhp-55qw-55j7/GHSA-pfhp-55qw-55j7.json b/advisories/unreviewed/2022/04/GHSA-pfhp-55qw-55j7/GHSA-pfhp-55qw-55j7.json index 4df925dcf7b..8d0b326102a 100644 --- a/advisories/unreviewed/2022/04/GHSA-pfhp-55qw-55j7/GHSA-pfhp-55qw-55j7.json +++ b/advisories/unreviewed/2022/04/GHSA-pfhp-55qw-55j7/GHSA-pfhp-55qw-55j7.json @@ -7,12 +7,8 @@ "CVE-1999-0042" ], "details": "Buffer overflow in University of Washington's implementation of IMAP and POP servers.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-pqw7-9pjx-g2x6/GHSA-pqw7-9pjx-g2x6.json b/advisories/unreviewed/2022/04/GHSA-pqw7-9pjx-g2x6/GHSA-pqw7-9pjx-g2x6.json index 564115e3f26..3607d32fe2d 100644 --- a/advisories/unreviewed/2022/04/GHSA-pqw7-9pjx-g2x6/GHSA-pqw7-9pjx-g2x6.json +++ b/advisories/unreviewed/2022/04/GHSA-pqw7-9pjx-g2x6/GHSA-pqw7-9pjx-g2x6.json @@ -7,12 +7,8 @@ "CVE-1999-0041" ], "details": "Buffer overflow in NLS (Natural Language Service).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-q27j-g75f-h573/GHSA-q27j-g75f-h573.json b/advisories/unreviewed/2022/04/GHSA-q27j-g75f-h573/GHSA-q27j-g75f-h573.json index ddd9d5cf626..b4b644846f3 100644 --- a/advisories/unreviewed/2022/04/GHSA-q27j-g75f-h573/GHSA-q27j-g75f-h573.json +++ b/advisories/unreviewed/2022/04/GHSA-q27j-g75f-h573/GHSA-q27j-g75f-h573.json @@ -7,12 +7,8 @@ "CVE-1999-0243" ], "details": "Linux cfingerd could be exploited to gain root access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-q2p4-rmjf-jmf3/GHSA-q2p4-rmjf-jmf3.json b/advisories/unreviewed/2022/04/GHSA-q2p4-rmjf-jmf3/GHSA-q2p4-rmjf-jmf3.json index 99b1d6bd88f..279383b913a 100644 --- a/advisories/unreviewed/2022/04/GHSA-q2p4-rmjf-jmf3/GHSA-q2p4-rmjf-jmf3.json +++ b/advisories/unreviewed/2022/04/GHSA-q2p4-rmjf-jmf3/GHSA-q2p4-rmjf-jmf3.json @@ -7,12 +7,8 @@ "CVE-1999-0184" ], "details": "When compiled with the -DALLOW_UPDATES option, bind allows dynamic updates to the DNS server, allowing for malicious modification of DNS records.", - "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/04/GHSA-q387-g8v2-5jvp/GHSA-q387-g8v2-5jvp.json b/advisories/unreviewed/2022/04/GHSA-q387-g8v2-5jvp/GHSA-q387-g8v2-5jvp.json index 78cd901140f..e1588df7026 100644 --- a/advisories/unreviewed/2022/04/GHSA-q387-g8v2-5jvp/GHSA-q387-g8v2-5jvp.json +++ b/advisories/unreviewed/2022/04/GHSA-q387-g8v2-5jvp/GHSA-q387-g8v2-5jvp.json @@ -7,12 +7,8 @@ "CVE-1999-0033" ], "details": "Command execution in Sun systems via buffer overflow in the at program.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-q4q2-qhh6-jf9f/GHSA-q4q2-qhh6-jf9f.json b/advisories/unreviewed/2022/04/GHSA-q4q2-qhh6-jf9f/GHSA-q4q2-qhh6-jf9f.json index 55ce272b4b9..c5c0b68ec4c 100644 --- a/advisories/unreviewed/2022/04/GHSA-q4q2-qhh6-jf9f/GHSA-q4q2-qhh6-jf9f.json +++ b/advisories/unreviewed/2022/04/GHSA-q4q2-qhh6-jf9f/GHSA-q4q2-qhh6-jf9f.json @@ -7,12 +7,8 @@ "CVE-1999-0232" ], "details": "Buffer overflow in NCSA WebServer (version 1.5c) gives remote access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-q9gf-f79c-cjcf/GHSA-q9gf-f79c-cjcf.json b/advisories/unreviewed/2022/04/GHSA-q9gf-f79c-cjcf/GHSA-q9gf-f79c-cjcf.json index 2579f9492bf..196c7c4a0b5 100644 --- a/advisories/unreviewed/2022/04/GHSA-q9gf-f79c-cjcf/GHSA-q9gf-f79c-cjcf.json +++ b/advisories/unreviewed/2022/04/GHSA-q9gf-f79c-cjcf/GHSA-q9gf-f79c-cjcf.json @@ -7,12 +7,8 @@ "CVE-1999-0171" ], "details": "Denial of service in syslog by sending it a large number of superfluous messages.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-qcm3-q3pj-vw39/GHSA-qcm3-q3pj-vw39.json b/advisories/unreviewed/2022/04/GHSA-qcm3-q3pj-vw39/GHSA-qcm3-q3pj-vw39.json index fa2e296d738..6833b8c28f9 100644 --- a/advisories/unreviewed/2022/04/GHSA-qcm3-q3pj-vw39/GHSA-qcm3-q3pj-vw39.json +++ b/advisories/unreviewed/2022/04/GHSA-qcm3-q3pj-vw39/GHSA-qcm3-q3pj-vw39.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-qg4w-34mq-88vw/GHSA-qg4w-34mq-88vw.json b/advisories/unreviewed/2022/04/GHSA-qg4w-34mq-88vw/GHSA-qg4w-34mq-88vw.json index ed82562bd54..1079c280036 100644 --- a/advisories/unreviewed/2022/04/GHSA-qg4w-34mq-88vw/GHSA-qg4w-34mq-88vw.json +++ b/advisories/unreviewed/2022/04/GHSA-qg4w-34mq-88vw/GHSA-qg4w-34mq-88vw.json @@ -7,12 +7,8 @@ "CVE-1999-0222" ], "details": "Denial of service in Cisco IOS web server allows attackers to reboot the router using a long URL.", - "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/04/GHSA-qq9g-rvjp-rm4j/GHSA-qq9g-rvjp-rm4j.json b/advisories/unreviewed/2022/04/GHSA-qq9g-rvjp-rm4j/GHSA-qq9g-rvjp-rm4j.json index 427c6a84576..750b0f20469 100644 --- a/advisories/unreviewed/2022/04/GHSA-qq9g-rvjp-rm4j/GHSA-qq9g-rvjp-rm4j.json +++ b/advisories/unreviewed/2022/04/GHSA-qq9g-rvjp-rm4j/GHSA-qq9g-rvjp-rm4j.json @@ -7,12 +7,8 @@ "CVE-1999-0107" ], "details": "Buffer overflow in Apache 1.2.5 and earlier allows a remote attacker to cause a denial of service with a large number of GET requests containing a large number of / characters.", - "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/04/GHSA-qqgg-g49w-fqwr/GHSA-qqgg-g49w-fqwr.json b/advisories/unreviewed/2022/04/GHSA-qqgg-g49w-fqwr/GHSA-qqgg-g49w-fqwr.json index b3c5789ff81..494b3df07ef 100644 --- a/advisories/unreviewed/2022/04/GHSA-qqgg-g49w-fqwr/GHSA-qqgg-g49w-fqwr.json +++ b/advisories/unreviewed/2022/04/GHSA-qqgg-g49w-fqwr/GHSA-qqgg-g49w-fqwr.json @@ -7,12 +7,8 @@ "CVE-1999-0180" ], "details": "in.rshd allows users to login with a NULL username and execute commands.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-qqpc-2hm2-rq5r/GHSA-qqpc-2hm2-rq5r.json b/advisories/unreviewed/2022/04/GHSA-qqpc-2hm2-rq5r/GHSA-qqpc-2hm2-rq5r.json index e8de1273d2a..89cabdac589 100644 --- a/advisories/unreviewed/2022/04/GHSA-qqpc-2hm2-rq5r/GHSA-qqpc-2hm2-rq5r.json +++ b/advisories/unreviewed/2022/04/GHSA-qqpc-2hm2-rq5r/GHSA-qqpc-2hm2-rq5r.json @@ -7,12 +7,8 @@ "CVE-1999-0269" ], "details": "Netscape Enterprise servers may list files through the PageServices query.", - "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/04/GHSA-qrgq-23c9-3qrw/GHSA-qrgq-23c9-3qrw.json b/advisories/unreviewed/2022/04/GHSA-qrgq-23c9-3qrw/GHSA-qrgq-23c9-3qrw.json index 1bf1a3272af..033d0a06a8d 100644 --- a/advisories/unreviewed/2022/04/GHSA-qrgq-23c9-3qrw/GHSA-qrgq-23c9-3qrw.json +++ b/advisories/unreviewed/2022/04/GHSA-qrgq-23c9-3qrw/GHSA-qrgq-23c9-3qrw.json @@ -7,12 +7,8 @@ "CVE-1999-0279" ], "details": "Excite for Web Servers (EWS) allows remote command execution via shell metacharacters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-r3m3-g7jw-9454/GHSA-r3m3-g7jw-9454.json b/advisories/unreviewed/2022/04/GHSA-r3m3-g7jw-9454/GHSA-r3m3-g7jw-9454.json index 382574ef5f0..05a168cf1cc 100644 --- a/advisories/unreviewed/2022/04/GHSA-r3m3-g7jw-9454/GHSA-r3m3-g7jw-9454.json +++ b/advisories/unreviewed/2022/04/GHSA-r3m3-g7jw-9454/GHSA-r3m3-g7jw-9454.json @@ -7,12 +7,8 @@ "CVE-1999-0168" ], "details": "The portmapper may act as a proxy and redirect service requests from an attacker, making the request appear to come from the local host, possibly bypassing authentication that would otherwise have taken place. For example, NFS file systems could be mounted through the portmapper despite export restrictions.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-r5ff-p26w-7pfj/GHSA-r5ff-p26w-7pfj.json b/advisories/unreviewed/2022/04/GHSA-r5ff-p26w-7pfj/GHSA-r5ff-p26w-7pfj.json index d18a3e178b4..9136a77a444 100644 --- a/advisories/unreviewed/2022/04/GHSA-r5ff-p26w-7pfj/GHSA-r5ff-p26w-7pfj.json +++ b/advisories/unreviewed/2022/04/GHSA-r5ff-p26w-7pfj/GHSA-r5ff-p26w-7pfj.json @@ -7,12 +7,8 @@ "CVE-1999-0238" ], "details": "php.cgi allows attackers to read any file on the system.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-rf4v-wgqh-8j7m/GHSA-rf4v-wgqh-8j7m.json b/advisories/unreviewed/2022/04/GHSA-rf4v-wgqh-8j7m/GHSA-rf4v-wgqh-8j7m.json index 6f42ae78dca..22ce804b7d4 100644 --- a/advisories/unreviewed/2022/04/GHSA-rf4v-wgqh-8j7m/GHSA-rf4v-wgqh-8j7m.json +++ b/advisories/unreviewed/2022/04/GHSA-rf4v-wgqh-8j7m/GHSA-rf4v-wgqh-8j7m.json @@ -7,12 +7,8 @@ "CVE-1999-0133" ], "details": "fm_fls license server for Adobe Framemaker allows local users to overwrite arbitrary files and gain root access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-rwvc-47hp-whhc/GHSA-rwvc-47hp-whhc.json b/advisories/unreviewed/2022/04/GHSA-rwvc-47hp-whhc/GHSA-rwvc-47hp-whhc.json index 1967125efe7..0c2a7ca9c5a 100644 --- a/advisories/unreviewed/2022/04/GHSA-rwvc-47hp-whhc/GHSA-rwvc-47hp-whhc.json +++ b/advisories/unreviewed/2022/04/GHSA-rwvc-47hp-whhc/GHSA-rwvc-47hp-whhc.json @@ -7,12 +7,8 @@ "CVE-1999-0267" ], "details": "Buffer overflow in NCSA HTTP daemon v1.3 allows remote command execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-v25x-3wqw-87r9/GHSA-v25x-3wqw-87r9.json b/advisories/unreviewed/2022/04/GHSA-v25x-3wqw-87r9/GHSA-v25x-3wqw-87r9.json index 35f9c095c58..cc4b51d4d8d 100644 --- a/advisories/unreviewed/2022/04/GHSA-v25x-3wqw-87r9/GHSA-v25x-3wqw-87r9.json +++ b/advisories/unreviewed/2022/04/GHSA-v25x-3wqw-87r9/GHSA-v25x-3wqw-87r9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-v5g4-r4vg-jgj7/GHSA-v5g4-r4vg-jgj7.json b/advisories/unreviewed/2022/04/GHSA-v5g4-r4vg-jgj7/GHSA-v5g4-r4vg-jgj7.json index 698157f1bbe..d6ab926f475 100644 --- a/advisories/unreviewed/2022/04/GHSA-v5g4-r4vg-jgj7/GHSA-v5g4-r4vg-jgj7.json +++ b/advisories/unreviewed/2022/04/GHSA-v5g4-r4vg-jgj7/GHSA-v5g4-r4vg-jgj7.json @@ -7,12 +7,8 @@ "CVE-1999-0102" ], "details": "Buffer overflow in SLmail 3.x allows attackers to execute commands using a large FROM line.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-v7v4-vj4g-88wh/GHSA-v7v4-vj4g-88wh.json b/advisories/unreviewed/2022/04/GHSA-v7v4-vj4g-88wh/GHSA-v7v4-vj4g-88wh.json index c2f2bbac60c..bdcd87ddaa7 100644 --- a/advisories/unreviewed/2022/04/GHSA-v7v4-vj4g-88wh/GHSA-v7v4-vj4g-88wh.json +++ b/advisories/unreviewed/2022/04/GHSA-v7v4-vj4g-88wh/GHSA-v7v4-vj4g-88wh.json @@ -7,12 +7,8 @@ "CVE-1999-0163" ], "details": "In older versions of Sendmail, an attacker could use a pipe character to execute root commands.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-vhvw-7mgj-5p4w/GHSA-vhvw-7mgj-5p4w.json b/advisories/unreviewed/2022/04/GHSA-vhvw-7mgj-5p4w/GHSA-vhvw-7mgj-5p4w.json index 3518e82c9b3..307824b7949 100644 --- a/advisories/unreviewed/2022/04/GHSA-vhvw-7mgj-5p4w/GHSA-vhvw-7mgj-5p4w.json +++ b/advisories/unreviewed/2022/04/GHSA-vhvw-7mgj-5p4w/GHSA-vhvw-7mgj-5p4w.json @@ -7,12 +7,8 @@ "CVE-1999-0143" ], "details": "Kerberos 4 key servers allow a user to masquerade as another by breaking and generating session keys.", - "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/04/GHSA-vj8x-j6rg-4mxp/GHSA-vj8x-j6rg-4mxp.json b/advisories/unreviewed/2022/04/GHSA-vj8x-j6rg-4mxp/GHSA-vj8x-j6rg-4mxp.json index bb0afeeb3d1..e8b4bd5d123 100644 --- a/advisories/unreviewed/2022/04/GHSA-vj8x-j6rg-4mxp/GHSA-vj8x-j6rg-4mxp.json +++ b/advisories/unreviewed/2022/04/GHSA-vj8x-j6rg-4mxp/GHSA-vj8x-j6rg-4mxp.json @@ -7,12 +7,8 @@ "CVE-1999-0078" ], "details": "pcnfsd (aka rpc.pcnfsd) allows local users to change file permissions, or execute arbitrary commands through arguments in the RPC call.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-vqmv-6xp5-qh75/GHSA-vqmv-6xp5-qh75.json b/advisories/unreviewed/2022/04/GHSA-vqmv-6xp5-qh75/GHSA-vqmv-6xp5-qh75.json index 2f3a1bf25cb..b1de2c6fc9e 100644 --- a/advisories/unreviewed/2022/04/GHSA-vqmv-6xp5-qh75/GHSA-vqmv-6xp5-qh75.json +++ b/advisories/unreviewed/2022/04/GHSA-vqmv-6xp5-qh75/GHSA-vqmv-6xp5-qh75.json @@ -7,12 +7,8 @@ "CVE-1999-0260" ], "details": "The jj CGI program allows command execution via shell metacharacters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-vxv4-vwqg-hwh9/GHSA-vxv4-vwqg-hwh9.json b/advisories/unreviewed/2022/04/GHSA-vxv4-vwqg-hwh9/GHSA-vxv4-vwqg-hwh9.json index cffb5603f9a..17dd5711fbc 100644 --- a/advisories/unreviewed/2022/04/GHSA-vxv4-vwqg-hwh9/GHSA-vxv4-vwqg-hwh9.json +++ b/advisories/unreviewed/2022/04/GHSA-vxv4-vwqg-hwh9/GHSA-vxv4-vwqg-hwh9.json @@ -7,12 +7,8 @@ "CVE-1999-0150" ], "details": "The Perl fingerd program allows arbitrary command execution from remote users.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-w2m2-3rwq-7w3j/GHSA-w2m2-3rwq-7w3j.json b/advisories/unreviewed/2022/04/GHSA-w2m2-3rwq-7w3j/GHSA-w2m2-3rwq-7w3j.json index 1f16cd020d3..06e4b98afcb 100644 --- a/advisories/unreviewed/2022/04/GHSA-w2m2-3rwq-7w3j/GHSA-w2m2-3rwq-7w3j.json +++ b/advisories/unreviewed/2022/04/GHSA-w2m2-3rwq-7w3j/GHSA-w2m2-3rwq-7w3j.json @@ -7,12 +7,8 @@ "CVE-1999-0151" ], "details": "The SATAN session key may be disclosed if the user points the web browser to other sites, possibly allowing root access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-wc76-ph8f-8495/GHSA-wc76-ph8f-8495.json b/advisories/unreviewed/2022/04/GHSA-wc76-ph8f-8495/GHSA-wc76-ph8f-8495.json index 536ded2f6f1..1decdec635e 100644 --- a/advisories/unreviewed/2022/04/GHSA-wc76-ph8f-8495/GHSA-wc76-ph8f-8495.json +++ b/advisories/unreviewed/2022/04/GHSA-wc76-ph8f-8495/GHSA-wc76-ph8f-8495.json @@ -7,12 +7,8 @@ "CVE-1999-0195" ], "details": "Denial of service in RPC portmapper allows attackers to register or unregister RPC services or spoof RPC services using a spoofed source IP address such as 127.0.0.1.", - "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/04/GHSA-wgq2-4484-xm42/GHSA-wgq2-4484-xm42.json b/advisories/unreviewed/2022/04/GHSA-wgq2-4484-xm42/GHSA-wgq2-4484-xm42.json index 129b7ea7cd4..ce3e2b7176c 100644 --- a/advisories/unreviewed/2022/04/GHSA-wgq2-4484-xm42/GHSA-wgq2-4484-xm42.json +++ b/advisories/unreviewed/2022/04/GHSA-wgq2-4484-xm42/GHSA-wgq2-4484-xm42.json @@ -7,12 +7,8 @@ "CVE-1999-0090" ], "details": "Buffer overflow in AIX rcp command allows local users to obtain root access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-wjhq-9p29-m98h/GHSA-wjhq-9p29-m98h.json b/advisories/unreviewed/2022/04/GHSA-wjhq-9p29-m98h/GHSA-wjhq-9p29-m98h.json index 739bb1f3d6c..23d31178ba5 100644 --- a/advisories/unreviewed/2022/04/GHSA-wjhq-9p29-m98h/GHSA-wjhq-9p29-m98h.json +++ b/advisories/unreviewed/2022/04/GHSA-wjhq-9p29-m98h/GHSA-wjhq-9p29-m98h.json @@ -7,12 +7,8 @@ "CVE-1999-0200" ], "details": "Windows NT FTP server (WFTP) with the guest account enabled without a password allows an attacker to log into the FTP server using any username and password.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-wpg3-8f74-f6m5/GHSA-wpg3-8f74-f6m5.json b/advisories/unreviewed/2022/04/GHSA-wpg3-8f74-f6m5/GHSA-wpg3-8f74-f6m5.json index bf0abff5021..0647940280d 100644 --- a/advisories/unreviewed/2022/04/GHSA-wpg3-8f74-f6m5/GHSA-wpg3-8f74-f6m5.json +++ b/advisories/unreviewed/2022/04/GHSA-wpg3-8f74-f6m5/GHSA-wpg3-8f74-f6m5.json @@ -7,12 +7,8 @@ "CVE-1999-0094" ], "details": "AIX piodmgrsu command allows local users to gain additional group privileges.", - "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/04/GHSA-wrp8-556f-jx6r/GHSA-wrp8-556f-jx6r.json b/advisories/unreviewed/2022/04/GHSA-wrp8-556f-jx6r/GHSA-wrp8-556f-jx6r.json index f8c5610ca75..4a562e9d494 100644 --- a/advisories/unreviewed/2022/04/GHSA-wrp8-556f-jx6r/GHSA-wrp8-556f-jx6r.json +++ b/advisories/unreviewed/2022/04/GHSA-wrp8-556f-jx6r/GHSA-wrp8-556f-jx6r.json @@ -7,12 +7,8 @@ "CVE-1999-0159" ], "details": "Attackers can crash a Cisco IOS router or device, provided they can get to an interactive prompt (such as a login). This applies to some IOS 9.x, 10.x, and 11.x releases.", - "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/04/GHSA-x2gc-wq3j-p7qq/GHSA-x2gc-wq3j-p7qq.json b/advisories/unreviewed/2022/04/GHSA-x2gc-wq3j-p7qq/GHSA-x2gc-wq3j-p7qq.json index 0ae66e70eac..9e2e803c23b 100644 --- a/advisories/unreviewed/2022/04/GHSA-x2gc-wq3j-p7qq/GHSA-x2gc-wq3j-p7qq.json +++ b/advisories/unreviewed/2022/04/GHSA-x2gc-wq3j-p7qq/GHSA-x2gc-wq3j-p7qq.json @@ -7,12 +7,8 @@ "CVE-1999-0194" ], "details": "Denial of service in in.comsat allows attackers to generate messages.", - "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/04/GHSA-x7ww-99cr-qmmw/GHSA-x7ww-99cr-qmmw.json b/advisories/unreviewed/2022/04/GHSA-x7ww-99cr-qmmw/GHSA-x7ww-99cr-qmmw.json index b13f952df9a..67b32066deb 100644 --- a/advisories/unreviewed/2022/04/GHSA-x7ww-99cr-qmmw/GHSA-x7ww-99cr-qmmw.json +++ b/advisories/unreviewed/2022/04/GHSA-x7ww-99cr-qmmw/GHSA-x7ww-99cr-qmmw.json @@ -7,12 +7,8 @@ "CVE-1999-0035" ], "details": "Race condition in signal handling routine in ftpd, allowing read/write arbitrary files.", - "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/04/GHSA-xgp2-4cpq-g2m7/GHSA-xgp2-4cpq-g2m7.json b/advisories/unreviewed/2022/04/GHSA-xgp2-4cpq-g2m7/GHSA-xgp2-4cpq-g2m7.json index 5ee279f9369..bc30e5c9294 100644 --- a/advisories/unreviewed/2022/04/GHSA-xgp2-4cpq-g2m7/GHSA-xgp2-4cpq-g2m7.json +++ b/advisories/unreviewed/2022/04/GHSA-xgp2-4cpq-g2m7/GHSA-xgp2-4cpq-g2m7.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/04/GHSA-xx49-72mm-f757/GHSA-xx49-72mm-f757.json b/advisories/unreviewed/2022/04/GHSA-xx49-72mm-f757/GHSA-xx49-72mm-f757.json index 2d7f2c2bcb2..8bcddd20c37 100644 --- a/advisories/unreviewed/2022/04/GHSA-xx49-72mm-f757/GHSA-xx49-72mm-f757.json +++ b/advisories/unreviewed/2022/04/GHSA-xx49-72mm-f757/GHSA-xx49-72mm-f757.json @@ -7,12 +7,8 @@ "CVE-1999-0119" ], "details": "Windows NT 4.0 beta allows users to read and delete shares.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-246h-5xw7-rvcg/GHSA-246h-5xw7-rvcg.json b/advisories/unreviewed/2022/05/GHSA-246h-5xw7-rvcg/GHSA-246h-5xw7-rvcg.json index a671c795136..e78bed15267 100644 --- a/advisories/unreviewed/2022/05/GHSA-246h-5xw7-rvcg/GHSA-246h-5xw7-rvcg.json +++ b/advisories/unreviewed/2022/05/GHSA-246h-5xw7-rvcg/GHSA-246h-5xw7-rvcg.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-2534-vvmm-cq7j/GHSA-2534-vvmm-cq7j.json b/advisories/unreviewed/2022/05/GHSA-2534-vvmm-cq7j/GHSA-2534-vvmm-cq7j.json index 4debeb3bb92..9a5c1cb94e0 100644 --- a/advisories/unreviewed/2022/05/GHSA-2534-vvmm-cq7j/GHSA-2534-vvmm-cq7j.json +++ b/advisories/unreviewed/2022/05/GHSA-2534-vvmm-cq7j/GHSA-2534-vvmm-cq7j.json @@ -7,12 +7,8 @@ "CVE-2012-3918" ], "details": "Cisco IOS before 15.3(1)T on Cisco 2900 devices, when a VWIC2-2MFT-T1/E1 card is configured for TDM/HDLC mode, allows remote attackers to cause a denial of service (serial-interface outage) via certain Frame Relay traffic, aka Bug ID CSCub13317.", - "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-25v3-4g35-grj3/GHSA-25v3-4g35-grj3.json b/advisories/unreviewed/2022/05/GHSA-25v3-4g35-grj3/GHSA-25v3-4g35-grj3.json index 2f9d6cebe54..1e39cb0eb5b 100644 --- a/advisories/unreviewed/2022/05/GHSA-25v3-4g35-grj3/GHSA-25v3-4g35-grj3.json +++ b/advisories/unreviewed/2022/05/GHSA-25v3-4g35-grj3/GHSA-25v3-4g35-grj3.json @@ -7,12 +7,8 @@ "CVE-2014-0337" ], "details": "Cross-site scripting (XSS) vulnerability in the web interface on Huawei Echo Life HG8247 routers with software before V100R006C00SPC127 allows remote attackers to inject arbitrary web script or HTML via an invalid TELNET connection attempt with a crafted username that is not properly handled during construction of the \"failed log-in attempts over telnet\" log view.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-276x-48pw-fmh3/GHSA-276x-48pw-fmh3.json b/advisories/unreviewed/2022/05/GHSA-276x-48pw-fmh3/GHSA-276x-48pw-fmh3.json index 7d84566d017..57edbe0de29 100644 --- a/advisories/unreviewed/2022/05/GHSA-276x-48pw-fmh3/GHSA-276x-48pw-fmh3.json +++ b/advisories/unreviewed/2022/05/GHSA-276x-48pw-fmh3/GHSA-276x-48pw-fmh3.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-27w2-xhhr-rp5p/GHSA-27w2-xhhr-rp5p.json b/advisories/unreviewed/2022/05/GHSA-27w2-xhhr-rp5p/GHSA-27w2-xhhr-rp5p.json index 8bdefbc60fb..5aee9e3471e 100644 --- a/advisories/unreviewed/2022/05/GHSA-27w2-xhhr-rp5p/GHSA-27w2-xhhr-rp5p.json +++ b/advisories/unreviewed/2022/05/GHSA-27w2-xhhr-rp5p/GHSA-27w2-xhhr-rp5p.json @@ -7,12 +7,8 @@ "CVE-2014-2393" ], "details": "Cross-site scripting (XSS) vulnerability in Open-Xchange AppSuite 7.4.1 before 7.4.1-rev11 and 7.4.2 before 7.4.2-rev13 allows remote attackers to inject arbitrary web script or HTML via a Drive filename that is not properly handled during use of the composer to add an e-mail attachment.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2854-jq38-8grq/GHSA-2854-jq38-8grq.json b/advisories/unreviewed/2022/05/GHSA-2854-jq38-8grq/GHSA-2854-jq38-8grq.json index d441a29996a..f337be2008c 100644 --- a/advisories/unreviewed/2022/05/GHSA-2854-jq38-8grq/GHSA-2854-jq38-8grq.json +++ b/advisories/unreviewed/2022/05/GHSA-2854-jq38-8grq/GHSA-2854-jq38-8grq.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-28c3-vcgc-4w82/GHSA-28c3-vcgc-4w82.json b/advisories/unreviewed/2022/05/GHSA-28c3-vcgc-4w82/GHSA-28c3-vcgc-4w82.json index 3dd6c2ad820..bd1cbf4fb2d 100644 --- a/advisories/unreviewed/2022/05/GHSA-28c3-vcgc-4w82/GHSA-28c3-vcgc-4w82.json +++ b/advisories/unreviewed/2022/05/GHSA-28c3-vcgc-4w82/GHSA-28c3-vcgc-4w82.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-28w3-f2rh-76x2/GHSA-28w3-f2rh-76x2.json b/advisories/unreviewed/2022/05/GHSA-28w3-f2rh-76x2/GHSA-28w3-f2rh-76x2.json index 05eb29a095b..b7e7cd9c618 100644 --- a/advisories/unreviewed/2022/05/GHSA-28w3-f2rh-76x2/GHSA-28w3-f2rh-76x2.json +++ b/advisories/unreviewed/2022/05/GHSA-28w3-f2rh-76x2/GHSA-28w3-f2rh-76x2.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-28wp-2xch-xmx5/GHSA-28wp-2xch-xmx5.json b/advisories/unreviewed/2022/05/GHSA-28wp-2xch-xmx5/GHSA-28wp-2xch-xmx5.json index f476590e3e6..22b7fce30fd 100644 --- a/advisories/unreviewed/2022/05/GHSA-28wp-2xch-xmx5/GHSA-28wp-2xch-xmx5.json +++ b/advisories/unreviewed/2022/05/GHSA-28wp-2xch-xmx5/GHSA-28wp-2xch-xmx5.json @@ -7,12 +7,8 @@ "CVE-2014-2141" ], "details": "The session-termination functionality on Cisco ONS 15454 controller cards with software 9.6 and earlier does not initialize an unspecified pointer, which allows remote authenticated users to cause a denial of service (card reset) via crafted session-close actions, aka Bug ID CSCug97416.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-29qx-j9r5-xp78/GHSA-29qx-j9r5-xp78.json b/advisories/unreviewed/2022/05/GHSA-29qx-j9r5-xp78/GHSA-29qx-j9r5-xp78.json index 8eb22ccaebd..5e32e00ca53 100644 --- a/advisories/unreviewed/2022/05/GHSA-29qx-j9r5-xp78/GHSA-29qx-j9r5-xp78.json +++ b/advisories/unreviewed/2022/05/GHSA-29qx-j9r5-xp78/GHSA-29qx-j9r5-xp78.json @@ -7,12 +7,8 @@ "CVE-2011-1837" ], "details": "The lock-counter implementation in utils/mount.ecryptfs_private.c in ecryptfs-utils before 90 allows local users to overwrite arbitrary files via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2c94-m4c4-mjrq/GHSA-2c94-m4c4-mjrq.json b/advisories/unreviewed/2022/05/GHSA-2c94-m4c4-mjrq/GHSA-2c94-m4c4-mjrq.json index d9099251645..b2774e8313d 100644 --- a/advisories/unreviewed/2022/05/GHSA-2c94-m4c4-mjrq/GHSA-2c94-m4c4-mjrq.json +++ b/advisories/unreviewed/2022/05/GHSA-2c94-m4c4-mjrq/GHSA-2c94-m4c4-mjrq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2f9c-v7c3-mh76/GHSA-2f9c-v7c3-mh76.json b/advisories/unreviewed/2022/05/GHSA-2f9c-v7c3-mh76/GHSA-2f9c-v7c3-mh76.json index 6431e742b33..00a4034fff3 100644 --- a/advisories/unreviewed/2022/05/GHSA-2f9c-v7c3-mh76/GHSA-2f9c-v7c3-mh76.json +++ b/advisories/unreviewed/2022/05/GHSA-2f9c-v7c3-mh76/GHSA-2f9c-v7c3-mh76.json @@ -7,12 +7,8 @@ "CVE-2014-1646" ], "details": "Symantec PGP Desktop 10.0.x through 10.2.x and Encryption Desktop Professional 10.3.x before 10.3.2 MP1 do not properly perform memory copies, which allows remote attackers to cause a denial of service (read access violation and application crash) via a malformed certificate.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2g2f-5373-6jjv/GHSA-2g2f-5373-6jjv.json b/advisories/unreviewed/2022/05/GHSA-2g2f-5373-6jjv/GHSA-2g2f-5373-6jjv.json index 1f71e5f1155..b4fc92a6ec8 100644 --- a/advisories/unreviewed/2022/05/GHSA-2g2f-5373-6jjv/GHSA-2g2f-5373-6jjv.json +++ b/advisories/unreviewed/2022/05/GHSA-2g2f-5373-6jjv/GHSA-2g2f-5373-6jjv.json @@ -7,12 +7,8 @@ "CVE-2014-0442" ], "details": "Unspecified vulnerability in Oracle Solaris 9, 10, and 11.1 allows local users to affect confidentiality, integrity, and availability via unknown vectors related to Print Filter Utility.", - "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-2g34-x978-mw32/GHSA-2g34-x978-mw32.json b/advisories/unreviewed/2022/05/GHSA-2g34-x978-mw32/GHSA-2g34-x978-mw32.json index d06793281eb..953bd934672 100644 --- a/advisories/unreviewed/2022/05/GHSA-2g34-x978-mw32/GHSA-2g34-x978-mw32.json +++ b/advisories/unreviewed/2022/05/GHSA-2g34-x978-mw32/GHSA-2g34-x978-mw32.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-2g78-x942-h8vj/GHSA-2g78-x942-h8vj.json b/advisories/unreviewed/2022/05/GHSA-2g78-x942-h8vj/GHSA-2g78-x942-h8vj.json index 6092a63f0cf..a2225e65782 100644 --- a/advisories/unreviewed/2022/05/GHSA-2g78-x942-h8vj/GHSA-2g78-x942-h8vj.json +++ b/advisories/unreviewed/2022/05/GHSA-2g78-x942-h8vj/GHSA-2g78-x942-h8vj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2gch-58xm-v8m8/GHSA-2gch-58xm-v8m8.json b/advisories/unreviewed/2022/05/GHSA-2gch-58xm-v8m8/GHSA-2gch-58xm-v8m8.json index c72eed729f4..8834f5b4a15 100644 --- a/advisories/unreviewed/2022/05/GHSA-2gch-58xm-v8m8/GHSA-2gch-58xm-v8m8.json +++ b/advisories/unreviewed/2022/05/GHSA-2gch-58xm-v8m8/GHSA-2gch-58xm-v8m8.json @@ -7,12 +7,8 @@ "CVE-2014-1647" ], "details": "Symantec PGP Desktop 10.0.x through 10.2.x and Encryption Desktop Professional 10.3.x before 10.3.2 MP1 do not properly perform block-data moves, which allows remote attackers to cause a denial of service (read access violation and application crash) via a malformed certificate.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2h33-8gg4-v626/GHSA-2h33-8gg4-v626.json b/advisories/unreviewed/2022/05/GHSA-2h33-8gg4-v626/GHSA-2h33-8gg4-v626.json index 8a11ed0ef8b..b6ff45ec236 100644 --- a/advisories/unreviewed/2022/05/GHSA-2h33-8gg4-v626/GHSA-2h33-8gg4-v626.json +++ b/advisories/unreviewed/2022/05/GHSA-2h33-8gg4-v626/GHSA-2h33-8gg4-v626.json @@ -7,12 +7,8 @@ "CVE-2012-4638" ], "details": "Cisco IOS before 15.1(1)SY allows local users to cause a denial of service (device reload) by establishing an outbound SSH session, aka Bug ID CSCto00318.", - "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-2h72-2hx7-mmcq/GHSA-2h72-2hx7-mmcq.json b/advisories/unreviewed/2022/05/GHSA-2h72-2hx7-mmcq/GHSA-2h72-2hx7-mmcq.json index 95a232f07ae..496ec1cd564 100644 --- a/advisories/unreviewed/2022/05/GHSA-2h72-2hx7-mmcq/GHSA-2h72-2hx7-mmcq.json +++ b/advisories/unreviewed/2022/05/GHSA-2h72-2hx7-mmcq/GHSA-2h72-2hx7-mmcq.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-2hgh-26fm-566h/GHSA-2hgh-26fm-566h.json b/advisories/unreviewed/2022/05/GHSA-2hgh-26fm-566h/GHSA-2hgh-26fm-566h.json index f8bff4cd3d9..62e9649a060 100644 --- a/advisories/unreviewed/2022/05/GHSA-2hgh-26fm-566h/GHSA-2hgh-26fm-566h.json +++ b/advisories/unreviewed/2022/05/GHSA-2hgh-26fm-566h/GHSA-2hgh-26fm-566h.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-2hxr-f3r4-c6v6/GHSA-2hxr-f3r4-c6v6.json b/advisories/unreviewed/2022/05/GHSA-2hxr-f3r4-c6v6/GHSA-2hxr-f3r4-c6v6.json index 6cea7baff4f..726562a9568 100644 --- a/advisories/unreviewed/2022/05/GHSA-2hxr-f3r4-c6v6/GHSA-2hxr-f3r4-c6v6.json +++ b/advisories/unreviewed/2022/05/GHSA-2hxr-f3r4-c6v6/GHSA-2hxr-f3r4-c6v6.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": "WEB", diff --git a/advisories/unreviewed/2022/05/GHSA-2j5x-2fxv-c77c/GHSA-2j5x-2fxv-c77c.json b/advisories/unreviewed/2022/05/GHSA-2j5x-2fxv-c77c/GHSA-2j5x-2fxv-c77c.json index 215d152dacc..fa745a467b7 100644 --- a/advisories/unreviewed/2022/05/GHSA-2j5x-2fxv-c77c/GHSA-2j5x-2fxv-c77c.json +++ b/advisories/unreviewed/2022/05/GHSA-2j5x-2fxv-c77c/GHSA-2j5x-2fxv-c77c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2jph-pjp9-r9w7/GHSA-2jph-pjp9-r9w7.json b/advisories/unreviewed/2022/05/GHSA-2jph-pjp9-r9w7/GHSA-2jph-pjp9-r9w7.json index 30382ad766d..43ed310e744 100644 --- a/advisories/unreviewed/2022/05/GHSA-2jph-pjp9-r9w7/GHSA-2jph-pjp9-r9w7.json +++ b/advisories/unreviewed/2022/05/GHSA-2jph-pjp9-r9w7/GHSA-2jph-pjp9-r9w7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2jw8-r96x-r7x4/GHSA-2jw8-r96x-r7x4.json b/advisories/unreviewed/2022/05/GHSA-2jw8-r96x-r7x4/GHSA-2jw8-r96x-r7x4.json index 9d82cbc9642..85cc912084f 100644 --- a/advisories/unreviewed/2022/05/GHSA-2jw8-r96x-r7x4/GHSA-2jw8-r96x-r7x4.json +++ b/advisories/unreviewed/2022/05/GHSA-2jw8-r96x-r7x4/GHSA-2jw8-r96x-r7x4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2m6w-285w-23qv/GHSA-2m6w-285w-23qv.json b/advisories/unreviewed/2022/05/GHSA-2m6w-285w-23qv/GHSA-2m6w-285w-23qv.json index 99c6ad4c47c..df9f918e143 100644 --- a/advisories/unreviewed/2022/05/GHSA-2m6w-285w-23qv/GHSA-2m6w-285w-23qv.json +++ b/advisories/unreviewed/2022/05/GHSA-2m6w-285w-23qv/GHSA-2m6w-285w-23qv.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": "WEB", diff --git a/advisories/unreviewed/2022/05/GHSA-2vj6-mvxm-4f5f/GHSA-2vj6-mvxm-4f5f.json b/advisories/unreviewed/2022/05/GHSA-2vj6-mvxm-4f5f/GHSA-2vj6-mvxm-4f5f.json index 580ec6074d0..b5934a4ece2 100644 --- a/advisories/unreviewed/2022/05/GHSA-2vj6-mvxm-4f5f/GHSA-2vj6-mvxm-4f5f.json +++ b/advisories/unreviewed/2022/05/GHSA-2vj6-mvxm-4f5f/GHSA-2vj6-mvxm-4f5f.json @@ -7,12 +7,8 @@ "CVE-2013-2116" ], "details": "The _gnutls_ciphertext2compressed function in lib/gnutls_cipher.c in GnuTLS 2.12.23 allows remote attackers to cause a denial of service (buffer over-read and crash) via a crafted padding length. NOTE: this might be due to an incorrect fix for CVE-2013-0169.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2w94-97wx-8cvr/GHSA-2w94-97wx-8cvr.json b/advisories/unreviewed/2022/05/GHSA-2w94-97wx-8cvr/GHSA-2w94-97wx-8cvr.json index eb16881520f..26afc3a5238 100644 --- a/advisories/unreviewed/2022/05/GHSA-2w94-97wx-8cvr/GHSA-2w94-97wx-8cvr.json +++ b/advisories/unreviewed/2022/05/GHSA-2w94-97wx-8cvr/GHSA-2w94-97wx-8cvr.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-2wq3-r2pm-pwfm/GHSA-2wq3-r2pm-pwfm.json b/advisories/unreviewed/2022/05/GHSA-2wq3-r2pm-pwfm/GHSA-2wq3-r2pm-pwfm.json index eff3ebec0af..8bcc620bd8e 100644 --- a/advisories/unreviewed/2022/05/GHSA-2wq3-r2pm-pwfm/GHSA-2wq3-r2pm-pwfm.json +++ b/advisories/unreviewed/2022/05/GHSA-2wq3-r2pm-pwfm/GHSA-2wq3-r2pm-pwfm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2wvq-2hj6-8g26/GHSA-2wvq-2hj6-8g26.json b/advisories/unreviewed/2022/05/GHSA-2wvq-2hj6-8g26/GHSA-2wvq-2hj6-8g26.json index 5680d4fe0c2..ef2092ad624 100644 --- a/advisories/unreviewed/2022/05/GHSA-2wvq-2hj6-8g26/GHSA-2wvq-2hj6-8g26.json +++ b/advisories/unreviewed/2022/05/GHSA-2wvq-2hj6-8g26/GHSA-2wvq-2hj6-8g26.json @@ -7,12 +7,8 @@ "CVE-2014-0413" ], "details": "Unspecified vulnerability in the Oracle Containers for J2EE component in Oracle Fusion Middleware 10.1.3.5 allows remote attackers to affect integrity via vectors related to HTTP Request Handling, a different vulnerability than CVE-2014-0426.", - "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-2xhw-jfhh-p475/GHSA-2xhw-jfhh-p475.json b/advisories/unreviewed/2022/05/GHSA-2xhw-jfhh-p475/GHSA-2xhw-jfhh-p475.json index d51fe00cce5..07bd1246f4a 100644 --- a/advisories/unreviewed/2022/05/GHSA-2xhw-jfhh-p475/GHSA-2xhw-jfhh-p475.json +++ b/advisories/unreviewed/2022/05/GHSA-2xhw-jfhh-p475/GHSA-2xhw-jfhh-p475.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-33c4-33mw-wm8j/GHSA-33c4-33mw-wm8j.json b/advisories/unreviewed/2022/05/GHSA-33c4-33mw-wm8j/GHSA-33c4-33mw-wm8j.json index f298eec38c9..46adf17acbb 100644 --- a/advisories/unreviewed/2022/05/GHSA-33c4-33mw-wm8j/GHSA-33c4-33mw-wm8j.json +++ b/advisories/unreviewed/2022/05/GHSA-33c4-33mw-wm8j/GHSA-33c4-33mw-wm8j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-34g6-xv7x-r7fm/GHSA-34g6-xv7x-r7fm.json b/advisories/unreviewed/2022/05/GHSA-34g6-xv7x-r7fm/GHSA-34g6-xv7x-r7fm.json index a87de430c56..eb82a519fea 100644 --- a/advisories/unreviewed/2022/05/GHSA-34g6-xv7x-r7fm/GHSA-34g6-xv7x-r7fm.json +++ b/advisories/unreviewed/2022/05/GHSA-34g6-xv7x-r7fm/GHSA-34g6-xv7x-r7fm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3573-v95x-w2gw/GHSA-3573-v95x-w2gw.json b/advisories/unreviewed/2022/05/GHSA-3573-v95x-w2gw/GHSA-3573-v95x-w2gw.json index 21037759ef7..a024c098524 100644 --- a/advisories/unreviewed/2022/05/GHSA-3573-v95x-w2gw/GHSA-3573-v95x-w2gw.json +++ b/advisories/unreviewed/2022/05/GHSA-3573-v95x-w2gw/GHSA-3573-v95x-w2gw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3587-cr9c-7c76/GHSA-3587-cr9c-7c76.json b/advisories/unreviewed/2022/05/GHSA-3587-cr9c-7c76/GHSA-3587-cr9c-7c76.json index 86c24b85c08..28e6f1f1901 100644 --- a/advisories/unreviewed/2022/05/GHSA-3587-cr9c-7c76/GHSA-3587-cr9c-7c76.json +++ b/advisories/unreviewed/2022/05/GHSA-3587-cr9c-7c76/GHSA-3587-cr9c-7c76.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-35fh-hcwr-mcv6/GHSA-35fh-hcwr-mcv6.json b/advisories/unreviewed/2022/05/GHSA-35fh-hcwr-mcv6/GHSA-35fh-hcwr-mcv6.json index 75d19684a19..d9194e92504 100644 --- a/advisories/unreviewed/2022/05/GHSA-35fh-hcwr-mcv6/GHSA-35fh-hcwr-mcv6.json +++ b/advisories/unreviewed/2022/05/GHSA-35fh-hcwr-mcv6/GHSA-35fh-hcwr-mcv6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-3683-2c96-6v5c/GHSA-3683-2c96-6v5c.json b/advisories/unreviewed/2022/05/GHSA-3683-2c96-6v5c/GHSA-3683-2c96-6v5c.json index 41da4aeb8ad..3396cb01b10 100644 --- a/advisories/unreviewed/2022/05/GHSA-3683-2c96-6v5c/GHSA-3683-2c96-6v5c.json +++ b/advisories/unreviewed/2022/05/GHSA-3683-2c96-6v5c/GHSA-3683-2c96-6v5c.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-37q4-472r-ppmr/GHSA-37q4-472r-ppmr.json b/advisories/unreviewed/2022/05/GHSA-37q4-472r-ppmr/GHSA-37q4-472r-ppmr.json index 79daf85e5d3..b6d1c917ec6 100644 --- a/advisories/unreviewed/2022/05/GHSA-37q4-472r-ppmr/GHSA-37q4-472r-ppmr.json +++ b/advisories/unreviewed/2022/05/GHSA-37q4-472r-ppmr/GHSA-37q4-472r-ppmr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-38h6-vxp4-qxvm/GHSA-38h6-vxp4-qxvm.json b/advisories/unreviewed/2022/05/GHSA-38h6-vxp4-qxvm/GHSA-38h6-vxp4-qxvm.json index 4355185ab9d..0e28749bd67 100644 --- a/advisories/unreviewed/2022/05/GHSA-38h6-vxp4-qxvm/GHSA-38h6-vxp4-qxvm.json +++ b/advisories/unreviewed/2022/05/GHSA-38h6-vxp4-qxvm/GHSA-38h6-vxp4-qxvm.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", @@ -59,9 +57,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-38hh-g82x-9mpc/GHSA-38hh-g82x-9mpc.json b/advisories/unreviewed/2022/05/GHSA-38hh-g82x-9mpc/GHSA-38hh-g82x-9mpc.json index 45990a75e7b..9371a4a4cc1 100644 --- a/advisories/unreviewed/2022/05/GHSA-38hh-g82x-9mpc/GHSA-38hh-g82x-9mpc.json +++ b/advisories/unreviewed/2022/05/GHSA-38hh-g82x-9mpc/GHSA-38hh-g82x-9mpc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-38jf-hjrq-x3rc/GHSA-38jf-hjrq-x3rc.json b/advisories/unreviewed/2022/05/GHSA-38jf-hjrq-x3rc/GHSA-38jf-hjrq-x3rc.json index 7b05491b0dc..641b94569e2 100644 --- a/advisories/unreviewed/2022/05/GHSA-38jf-hjrq-x3rc/GHSA-38jf-hjrq-x3rc.json +++ b/advisories/unreviewed/2022/05/GHSA-38jf-hjrq-x3rc/GHSA-38jf-hjrq-x3rc.json @@ -7,12 +7,8 @@ "CVE-2014-2269" ], "details": "modules/Users/ForgotPassword.php in vTiger 6.0 before Security Patch 2 allows remote attackers to reset the password for arbitrary users via a request containing the username, password, and confirmPassword parameters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-38qf-5c35-r3gw/GHSA-38qf-5c35-r3gw.json b/advisories/unreviewed/2022/05/GHSA-38qf-5c35-r3gw/GHSA-38qf-5c35-r3gw.json index 33f4578cb23..657e410ef00 100644 --- a/advisories/unreviewed/2022/05/GHSA-38qf-5c35-r3gw/GHSA-38qf-5c35-r3gw.json +++ b/advisories/unreviewed/2022/05/GHSA-38qf-5c35-r3gw/GHSA-38qf-5c35-r3gw.json @@ -7,12 +7,8 @@ "CVE-2014-2449" ], "details": "Unspecified vulnerability in the PeopleSoft Enterprise HRMS Talent Acquisition Manager component in Oracle PeopleSoft Products 9.0, 9.1, and 9.2 allows remote authenticated users to affect confidentiality via unknown vectors related to Security.", - "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-3957-phvq-xhr5/GHSA-3957-phvq-xhr5.json b/advisories/unreviewed/2022/05/GHSA-3957-phvq-xhr5/GHSA-3957-phvq-xhr5.json index 632dcf3e96a..52f7217b188 100644 --- a/advisories/unreviewed/2022/05/GHSA-3957-phvq-xhr5/GHSA-3957-phvq-xhr5.json +++ b/advisories/unreviewed/2022/05/GHSA-3957-phvq-xhr5/GHSA-3957-phvq-xhr5.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-3cwp-6q5r-qrvc/GHSA-3cwp-6q5r-qrvc.json b/advisories/unreviewed/2022/05/GHSA-3cwp-6q5r-qrvc/GHSA-3cwp-6q5r-qrvc.json index 937c0b71f07..cc1b43dfe99 100644 --- a/advisories/unreviewed/2022/05/GHSA-3cwp-6q5r-qrvc/GHSA-3cwp-6q5r-qrvc.json +++ b/advisories/unreviewed/2022/05/GHSA-3cwp-6q5r-qrvc/GHSA-3cwp-6q5r-qrvc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3fjc-qmr3-wfpw/GHSA-3fjc-qmr3-wfpw.json b/advisories/unreviewed/2022/05/GHSA-3fjc-qmr3-wfpw/GHSA-3fjc-qmr3-wfpw.json index ac8d325b392..0ac27047af7 100644 --- a/advisories/unreviewed/2022/05/GHSA-3fjc-qmr3-wfpw/GHSA-3fjc-qmr3-wfpw.json +++ b/advisories/unreviewed/2022/05/GHSA-3fjc-qmr3-wfpw/GHSA-3fjc-qmr3-wfpw.json @@ -7,12 +7,8 @@ "CVE-2014-0378" ], "details": "Unspecified vulnerability in the Spatial component in Oracle Database Server 11.1.0.7, 11.2.0.3, 11.2.0.4, and 12.1.0.1 allows local users to affect confidentiality, integrity, and availability via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -48,9 +44,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3fvr-q43p-22xr/GHSA-3fvr-q43p-22xr.json b/advisories/unreviewed/2022/05/GHSA-3fvr-q43p-22xr/GHSA-3fvr-q43p-22xr.json index 13382395f76..7dc95adbfb6 100644 --- a/advisories/unreviewed/2022/05/GHSA-3fvr-q43p-22xr/GHSA-3fvr-q43p-22xr.json +++ b/advisories/unreviewed/2022/05/GHSA-3fvr-q43p-22xr/GHSA-3fvr-q43p-22xr.json @@ -7,12 +7,8 @@ "CVE-2014-0356" ], "details": "The ZyXEL Wireless N300 NetUSB NBG-419N router with firmware 1.00(BFQ.6)C0 allows remote attackers to execute arbitrary code via shell metacharacters in input to the (1) detectWeather, (2) set_language, (3) SystemCommand, or (4) NTPSyncWithHost function in management.c, or a (5) SET COUNTRY, (6) SET WLAN SSID, (7) SET WLAN CHANNEL, (8) SET WLAN STATUS, or (9) SET WLAN COUNTRY udps command.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3gfm-33cm-9xhw/GHSA-3gfm-33cm-9xhw.json b/advisories/unreviewed/2022/05/GHSA-3gfm-33cm-9xhw/GHSA-3gfm-33cm-9xhw.json index 3ca98b667fe..9660164caf2 100644 --- a/advisories/unreviewed/2022/05/GHSA-3gfm-33cm-9xhw/GHSA-3gfm-33cm-9xhw.json +++ b/advisories/unreviewed/2022/05/GHSA-3gfm-33cm-9xhw/GHSA-3gfm-33cm-9xhw.json @@ -7,12 +7,8 @@ "CVE-2014-2444" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.6.15 and earlier allows remote authenticated users to affect confidentiality, integrity, and availability via unknown vectors related to InnoDB.", - "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-3gp2-q8q7-chf9/GHSA-3gp2-q8q7-chf9.json b/advisories/unreviewed/2022/05/GHSA-3gp2-q8q7-chf9/GHSA-3gp2-q8q7-chf9.json index 06c1705e04b..7e55a28faad 100644 --- a/advisories/unreviewed/2022/05/GHSA-3gp2-q8q7-chf9/GHSA-3gp2-q8q7-chf9.json +++ b/advisories/unreviewed/2022/05/GHSA-3gp2-q8q7-chf9/GHSA-3gp2-q8q7-chf9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/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-3gxm-x229-3vcw/GHSA-3gxm-x229-3vcw.json b/advisories/unreviewed/2022/05/GHSA-3gxm-x229-3vcw/GHSA-3gxm-x229-3vcw.json index 2dc24ba78a5..0105d99442e 100644 --- a/advisories/unreviewed/2022/05/GHSA-3gxm-x229-3vcw/GHSA-3gxm-x229-3vcw.json +++ b/advisories/unreviewed/2022/05/GHSA-3gxm-x229-3vcw/GHSA-3gxm-x229-3vcw.json @@ -7,12 +7,8 @@ "CVE-2013-7114" ], "details": "Multiple buffer overflows in the create_ntlmssp_v2_key function in epan/dissectors/packet-ntlmssp.c in the NTLMSSP v2 dissector in Wireshark 1.8.x before 1.8.12 and 1.10.x before 1.10.4 allow remote attackers to cause a denial of service (application crash) via a long domain name in a packet.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3hch-v2c4-gm8h/GHSA-3hch-v2c4-gm8h.json b/advisories/unreviewed/2022/05/GHSA-3hch-v2c4-gm8h/GHSA-3hch-v2c4-gm8h.json index 2358afc9c66..5582f966712 100644 --- a/advisories/unreviewed/2022/05/GHSA-3hch-v2c4-gm8h/GHSA-3hch-v2c4-gm8h.json +++ b/advisories/unreviewed/2022/05/GHSA-3hch-v2c4-gm8h/GHSA-3hch-v2c4-gm8h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3m58-3m5q-53hq/GHSA-3m58-3m5q-53hq.json b/advisories/unreviewed/2022/05/GHSA-3m58-3m5q-53hq/GHSA-3m58-3m5q-53hq.json index 4a12a5f1742..2fca77efcc7 100644 --- a/advisories/unreviewed/2022/05/GHSA-3m58-3m5q-53hq/GHSA-3m58-3m5q-53hq.json +++ b/advisories/unreviewed/2022/05/GHSA-3m58-3m5q-53hq/GHSA-3m58-3m5q-53hq.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-3m64-v24q-w9wr/GHSA-3m64-v24q-w9wr.json b/advisories/unreviewed/2022/05/GHSA-3m64-v24q-w9wr/GHSA-3m64-v24q-w9wr.json index 2ab44336968..2015d2bdb09 100644 --- a/advisories/unreviewed/2022/05/GHSA-3m64-v24q-w9wr/GHSA-3m64-v24q-w9wr.json +++ b/advisories/unreviewed/2022/05/GHSA-3m64-v24q-w9wr/GHSA-3m64-v24q-w9wr.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", @@ -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-3mpr-vw5v-hq89/GHSA-3mpr-vw5v-hq89.json b/advisories/unreviewed/2022/05/GHSA-3mpr-vw5v-hq89/GHSA-3mpr-vw5v-hq89.json index 9c0ddd41cca..c5b97fb64cd 100644 --- a/advisories/unreviewed/2022/05/GHSA-3mpr-vw5v-hq89/GHSA-3mpr-vw5v-hq89.json +++ b/advisories/unreviewed/2022/05/GHSA-3mpr-vw5v-hq89/GHSA-3mpr-vw5v-hq89.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-3p7c-89x3-6q88/GHSA-3p7c-89x3-6q88.json b/advisories/unreviewed/2022/05/GHSA-3p7c-89x3-6q88/GHSA-3p7c-89x3-6q88.json index 79349bbb6d4..4d49d997700 100644 --- a/advisories/unreviewed/2022/05/GHSA-3p7c-89x3-6q88/GHSA-3p7c-89x3-6q88.json +++ b/advisories/unreviewed/2022/05/GHSA-3p7c-89x3-6q88/GHSA-3p7c-89x3-6q88.json @@ -7,12 +7,8 @@ "CVE-2014-1318" ], "details": "The Intel Graphics Driver in Apple OS X through 10.9.2 does not properly validate a certain pointer, which allows attackers to execute arbitrary code via a crafted application.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3pcq-5mc6-8j3p/GHSA-3pcq-5mc6-8j3p.json b/advisories/unreviewed/2022/05/GHSA-3pcq-5mc6-8j3p/GHSA-3pcq-5mc6-8j3p.json index b7f47896d18..dc7d1389237 100644 --- a/advisories/unreviewed/2022/05/GHSA-3pcq-5mc6-8j3p/GHSA-3pcq-5mc6-8j3p.json +++ b/advisories/unreviewed/2022/05/GHSA-3pcq-5mc6-8j3p/GHSA-3pcq-5mc6-8j3p.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": "WEB", diff --git a/advisories/unreviewed/2022/05/GHSA-3qwf-w4r8-fpjg/GHSA-3qwf-w4r8-fpjg.json b/advisories/unreviewed/2022/05/GHSA-3qwf-w4r8-fpjg/GHSA-3qwf-w4r8-fpjg.json index 42dc0c25276..6ed12916706 100644 --- a/advisories/unreviewed/2022/05/GHSA-3qwf-w4r8-fpjg/GHSA-3qwf-w4r8-fpjg.json +++ b/advisories/unreviewed/2022/05/GHSA-3qwf-w4r8-fpjg/GHSA-3qwf-w4r8-fpjg.json @@ -7,12 +7,8 @@ "CVE-2014-2739" ], "details": "The cma_req_handler function in drivers/infiniband/core/cma.c in the Linux kernel 3.14.x through 3.14.1 attempts to resolve an RDMA over Converged Ethernet (aka RoCE) address that is properly resolved within a different module, which allows remote attackers to cause a denial of service (incorrect pointer dereference and system crash) via crafted network traffic.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3r4h-x82w-7jgc/GHSA-3r4h-x82w-7jgc.json b/advisories/unreviewed/2022/05/GHSA-3r4h-x82w-7jgc/GHSA-3r4h-x82w-7jgc.json index 5cb1484b5a2..c304f7ca23c 100644 --- a/advisories/unreviewed/2022/05/GHSA-3r4h-x82w-7jgc/GHSA-3r4h-x82w-7jgc.json +++ b/advisories/unreviewed/2022/05/GHSA-3r4h-x82w-7jgc/GHSA-3r4h-x82w-7jgc.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-3vvw-g7qx-ffjj/GHSA-3vvw-g7qx-ffjj.json b/advisories/unreviewed/2022/05/GHSA-3vvw-g7qx-ffjj/GHSA-3vvw-g7qx-ffjj.json index a9fd6094a0a..32256bbba70 100644 --- a/advisories/unreviewed/2022/05/GHSA-3vvw-g7qx-ffjj/GHSA-3vvw-g7qx-ffjj.json +++ b/advisories/unreviewed/2022/05/GHSA-3vvw-g7qx-ffjj/GHSA-3vvw-g7qx-ffjj.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-42xr-jggh-w47m/GHSA-42xr-jggh-w47m.json b/advisories/unreviewed/2022/05/GHSA-42xr-jggh-w47m/GHSA-42xr-jggh-w47m.json index dd773dfdd31..2c682a1b8fc 100644 --- a/advisories/unreviewed/2022/05/GHSA-42xr-jggh-w47m/GHSA-42xr-jggh-w47m.json +++ b/advisories/unreviewed/2022/05/GHSA-42xr-jggh-w47m/GHSA-42xr-jggh-w47m.json @@ -7,12 +7,8 @@ "CVE-2014-0706" ], "details": "Cisco Wireless LAN Controller (WLC) devices 7.2 before 7.2.115.2, 7.3, and 7.4 before 7.4.110.0 allow remote attackers to cause a denial of service (device restart) via a crafted 802.11 Ethernet frame, aka Bug ID CSCue87929.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-436g-vf62-vwq9/GHSA-436g-vf62-vwq9.json b/advisories/unreviewed/2022/05/GHSA-436g-vf62-vwq9/GHSA-436g-vf62-vwq9.json index 7b92e22741b..6f4d53000e5 100644 --- a/advisories/unreviewed/2022/05/GHSA-436g-vf62-vwq9/GHSA-436g-vf62-vwq9.json +++ b/advisories/unreviewed/2022/05/GHSA-436g-vf62-vwq9/GHSA-436g-vf62-vwq9.json @@ -7,12 +7,8 @@ "CVE-2014-2411" ], "details": "Unspecified vulnerability in the Oracle Identity Analytics component in Oracle Fusion Middleware Oracle Identity Analytics 11.1.1.5 and Sun Role Manager 5.0 allows remote authenticated users to affect confidentiality, integrity, and availability via unknown vectors related to Security.", - "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-4643-mh94-6wjj/GHSA-4643-mh94-6wjj.json b/advisories/unreviewed/2022/05/GHSA-4643-mh94-6wjj/GHSA-4643-mh94-6wjj.json index 512dd7b2290..205576b500d 100644 --- a/advisories/unreviewed/2022/05/GHSA-4643-mh94-6wjj/GHSA-4643-mh94-6wjj.json +++ b/advisories/unreviewed/2022/05/GHSA-4643-mh94-6wjj/GHSA-4643-mh94-6wjj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4652-v57f-96qj/GHSA-4652-v57f-96qj.json b/advisories/unreviewed/2022/05/GHSA-4652-v57f-96qj/GHSA-4652-v57f-96qj.json index c089bc6c6f2..f5aebfec37e 100644 --- a/advisories/unreviewed/2022/05/GHSA-4652-v57f-96qj/GHSA-4652-v57f-96qj.json +++ b/advisories/unreviewed/2022/05/GHSA-4652-v57f-96qj/GHSA-4652-v57f-96qj.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-467h-6pw9-97gq/GHSA-467h-6pw9-97gq.json b/advisories/unreviewed/2022/05/GHSA-467h-6pw9-97gq/GHSA-467h-6pw9-97gq.json index d3b5d8beb7d..d39eb7afe3e 100644 --- a/advisories/unreviewed/2022/05/GHSA-467h-6pw9-97gq/GHSA-467h-6pw9-97gq.json +++ b/advisories/unreviewed/2022/05/GHSA-467h-6pw9-97gq/GHSA-467h-6pw9-97gq.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-469p-6wj5-vcqr/GHSA-469p-6wj5-vcqr.json b/advisories/unreviewed/2022/05/GHSA-469p-6wj5-vcqr/GHSA-469p-6wj5-vcqr.json index fd7eeb4183b..c75665e829c 100644 --- a/advisories/unreviewed/2022/05/GHSA-469p-6wj5-vcqr/GHSA-469p-6wj5-vcqr.json +++ b/advisories/unreviewed/2022/05/GHSA-469p-6wj5-vcqr/GHSA-469p-6wj5-vcqr.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-49rh-g874-x54c/GHSA-49rh-g874-x54c.json b/advisories/unreviewed/2022/05/GHSA-49rh-g874-x54c/GHSA-49rh-g874-x54c.json index 05b48a93186..efe9b4a92dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-49rh-g874-x54c/GHSA-49rh-g874-x54c.json +++ b/advisories/unreviewed/2022/05/GHSA-49rh-g874-x54c/GHSA-49rh-g874-x54c.json @@ -7,12 +7,8 @@ "CVE-2012-4651" ], "details": "Cisco IOS before 15.3(2)T, when scansafe is enabled, allows remote attackers to cause a denial of service (latency) via SYN packets that are not accompanied by SYN-ACK packets from the Scan Safe Tower, aka Bug ID CSCub85451.", - "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-4c2x-qm74-54w5/GHSA-4c2x-qm74-54w5.json b/advisories/unreviewed/2022/05/GHSA-4c2x-qm74-54w5/GHSA-4c2x-qm74-54w5.json index da84d6f186f..81e196a492b 100644 --- a/advisories/unreviewed/2022/05/GHSA-4c2x-qm74-54w5/GHSA-4c2x-qm74-54w5.json +++ b/advisories/unreviewed/2022/05/GHSA-4c2x-qm74-54w5/GHSA-4c2x-qm74-54w5.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-4c3m-xm3h-rr86/GHSA-4c3m-xm3h-rr86.json b/advisories/unreviewed/2022/05/GHSA-4c3m-xm3h-rr86/GHSA-4c3m-xm3h-rr86.json index b8a23a8dd56..e4af0e8c35e 100644 --- a/advisories/unreviewed/2022/05/GHSA-4c3m-xm3h-rr86/GHSA-4c3m-xm3h-rr86.json +++ b/advisories/unreviewed/2022/05/GHSA-4c3m-xm3h-rr86/GHSA-4c3m-xm3h-rr86.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4f6h-9vp6-5p6r/GHSA-4f6h-9vp6-5p6r.json b/advisories/unreviewed/2022/05/GHSA-4f6h-9vp6-5p6r/GHSA-4f6h-9vp6-5p6r.json index 975c0507124..f0aeb94dc21 100644 --- a/advisories/unreviewed/2022/05/GHSA-4f6h-9vp6-5p6r/GHSA-4f6h-9vp6-5p6r.json +++ b/advisories/unreviewed/2022/05/GHSA-4f6h-9vp6-5p6r/GHSA-4f6h-9vp6-5p6r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4g2x-v66g-vw9g/GHSA-4g2x-v66g-vw9g.json b/advisories/unreviewed/2022/05/GHSA-4g2x-v66g-vw9g/GHSA-4g2x-v66g-vw9g.json index 255b61b6632..6e68d2b5a11 100644 --- a/advisories/unreviewed/2022/05/GHSA-4g2x-v66g-vw9g/GHSA-4g2x-v66g-vw9g.json +++ b/advisories/unreviewed/2022/05/GHSA-4g2x-v66g-vw9g/GHSA-4g2x-v66g-vw9g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4g3g-9jv2-fhx5/GHSA-4g3g-9jv2-fhx5.json b/advisories/unreviewed/2022/05/GHSA-4g3g-9jv2-fhx5/GHSA-4g3g-9jv2-fhx5.json index aa269e264c9..711190cef15 100644 --- a/advisories/unreviewed/2022/05/GHSA-4g3g-9jv2-fhx5/GHSA-4g3g-9jv2-fhx5.json +++ b/advisories/unreviewed/2022/05/GHSA-4g3g-9jv2-fhx5/GHSA-4g3g-9jv2-fhx5.json @@ -7,12 +7,8 @@ "CVE-2014-0778" ], "details": "The TCPUploader module in Progea Movicon 11.4 before 11.4.1150 allows remote attackers to obtain potentially sensitive version information via network traffic to TCP port 10651.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4m2q-mfg5-7j57/GHSA-4m2q-mfg5-7j57.json b/advisories/unreviewed/2022/05/GHSA-4m2q-mfg5-7j57/GHSA-4m2q-mfg5-7j57.json index c2cdbda1dfd..122c370274e 100644 --- a/advisories/unreviewed/2022/05/GHSA-4m2q-mfg5-7j57/GHSA-4m2q-mfg5-7j57.json +++ b/advisories/unreviewed/2022/05/GHSA-4m2q-mfg5-7j57/GHSA-4m2q-mfg5-7j57.json @@ -7,12 +7,8 @@ "CVE-2014-2453" ], "details": "Unspecified vulnerability in the Hyperion Common Admin component in Oracle Hyperion 11.1.2.2 and 11.1.2.3 allows remote attackers to affect integrity via unknown vectors related to User Interface.", - "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-4v4c-c278-r9q8/GHSA-4v4c-c278-r9q8.json b/advisories/unreviewed/2022/05/GHSA-4v4c-c278-r9q8/GHSA-4v4c-c278-r9q8.json index d785c1b429f..aeef72bdd96 100644 --- a/advisories/unreviewed/2022/05/GHSA-4v4c-c278-r9q8/GHSA-4v4c-c278-r9q8.json +++ b/advisories/unreviewed/2022/05/GHSA-4v4c-c278-r9q8/GHSA-4v4c-c278-r9q8.json @@ -7,12 +7,8 @@ "CVE-2014-2455" ], "details": "Unspecified vulnerability in the Hyperion Common Admin component in Oracle Hyperion 11.1.2.2 and 11.1.2.3 allows remote authenticated users to affect confidentiality, integrity, and availability via unknown vectors related to User Interface.", - "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-4vw3-f445-4gxj/GHSA-4vw3-f445-4gxj.json b/advisories/unreviewed/2022/05/GHSA-4vw3-f445-4gxj/GHSA-4vw3-f445-4gxj.json index 4c114a8c5e4..9c64d5b0420 100644 --- a/advisories/unreviewed/2022/05/GHSA-4vw3-f445-4gxj/GHSA-4vw3-f445-4gxj.json +++ b/advisories/unreviewed/2022/05/GHSA-4vw3-f445-4gxj/GHSA-4vw3-f445-4gxj.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-52pm-99xf-p9w6/GHSA-52pm-99xf-p9w6.json b/advisories/unreviewed/2022/05/GHSA-52pm-99xf-p9w6/GHSA-52pm-99xf-p9w6.json index beb0f10e227..1ccf0547e4e 100644 --- a/advisories/unreviewed/2022/05/GHSA-52pm-99xf-p9w6/GHSA-52pm-99xf-p9w6.json +++ b/advisories/unreviewed/2022/05/GHSA-52pm-99xf-p9w6/GHSA-52pm-99xf-p9w6.json @@ -7,12 +7,8 @@ "CVE-2014-2459" ], "details": "Unspecified vulnerability in the Oracle Transportation Management component in Oracle Supply Chain Products Suite 6.3.2 and 6.3.3 allows local users to affect confidentiality, integrity, and availability via unknown vectors related to Security.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-52x7-8654-5f6q/GHSA-52x7-8654-5f6q.json b/advisories/unreviewed/2022/05/GHSA-52x7-8654-5f6q/GHSA-52x7-8654-5f6q.json index 4ead22fa882..43f73df6a94 100644 --- a/advisories/unreviewed/2022/05/GHSA-52x7-8654-5f6q/GHSA-52x7-8654-5f6q.json +++ b/advisories/unreviewed/2022/05/GHSA-52x7-8654-5f6q/GHSA-52x7-8654-5f6q.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-5337-wcgc-wcvp/GHSA-5337-wcgc-wcvp.json b/advisories/unreviewed/2022/05/GHSA-5337-wcgc-wcvp/GHSA-5337-wcgc-wcvp.json index 0d3149de9d2..5cb20c33f47 100644 --- a/advisories/unreviewed/2022/05/GHSA-5337-wcgc-wcvp/GHSA-5337-wcgc-wcvp.json +++ b/advisories/unreviewed/2022/05/GHSA-5337-wcgc-wcvp/GHSA-5337-wcgc-wcvp.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-5422-3fvq-jx63/GHSA-5422-3fvq-jx63.json b/advisories/unreviewed/2022/05/GHSA-5422-3fvq-jx63/GHSA-5422-3fvq-jx63.json index f273e1d10bc..ea2bbced406 100644 --- a/advisories/unreviewed/2022/05/GHSA-5422-3fvq-jx63/GHSA-5422-3fvq-jx63.json +++ b/advisories/unreviewed/2022/05/GHSA-5422-3fvq-jx63/GHSA-5422-3fvq-jx63.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-5452-774m-835h/GHSA-5452-774m-835h.json b/advisories/unreviewed/2022/05/GHSA-5452-774m-835h/GHSA-5452-774m-835h.json index 6c5bb09b914..7522fef3793 100644 --- a/advisories/unreviewed/2022/05/GHSA-5452-774m-835h/GHSA-5452-774m-835h.json +++ b/advisories/unreviewed/2022/05/GHSA-5452-774m-835h/GHSA-5452-774m-835h.json @@ -7,12 +7,8 @@ "CVE-2014-0701" ], "details": "Cisco Wireless LAN Controller (WLC) devices 7.0 before 7.0.250.0, 7.2, 7.3, and 7.4 before 7.4.110.0 do not properly deallocate memory, which allows remote attackers to cause a denial of service (reboot) by sending WebAuth login requests at a high rate, aka Bug ID CSCuf52361.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-54f3-9v6j-h9v8/GHSA-54f3-9v6j-h9v8.json b/advisories/unreviewed/2022/05/GHSA-54f3-9v6j-h9v8/GHSA-54f3-9v6j-h9v8.json index f8a2e99ca89..43eb261b486 100644 --- a/advisories/unreviewed/2022/05/GHSA-54f3-9v6j-h9v8/GHSA-54f3-9v6j-h9v8.json +++ b/advisories/unreviewed/2022/05/GHSA-54f3-9v6j-h9v8/GHSA-54f3-9v6j-h9v8.json @@ -7,12 +7,8 @@ "CVE-2014-2850" ], "details": "The network interface configuration page (netinterface) in Sophos Web Appliance before 3.8.2 allows remote administrators to execute arbitrary commands via shell metacharacters in the address parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-55wf-38cw-5f72/GHSA-55wf-38cw-5f72.json b/advisories/unreviewed/2022/05/GHSA-55wf-38cw-5f72/GHSA-55wf-38cw-5f72.json index 8b0b7c1aa7f..46e4ccaeb11 100644 --- a/advisories/unreviewed/2022/05/GHSA-55wf-38cw-5f72/GHSA-55wf-38cw-5f72.json +++ b/advisories/unreviewed/2022/05/GHSA-55wf-38cw-5f72/GHSA-55wf-38cw-5f72.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/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-565m-cfpg-xcjr/GHSA-565m-cfpg-xcjr.json b/advisories/unreviewed/2022/05/GHSA-565m-cfpg-xcjr/GHSA-565m-cfpg-xcjr.json index ea9b21b06e5..61457b0429d 100644 --- a/advisories/unreviewed/2022/05/GHSA-565m-cfpg-xcjr/GHSA-565m-cfpg-xcjr.json +++ b/advisories/unreviewed/2022/05/GHSA-565m-cfpg-xcjr/GHSA-565m-cfpg-xcjr.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-566r-v75p-wp79/GHSA-566r-v75p-wp79.json b/advisories/unreviewed/2022/05/GHSA-566r-v75p-wp79/GHSA-566r-v75p-wp79.json index 4c497333eb5..1700f587d11 100644 --- a/advisories/unreviewed/2022/05/GHSA-566r-v75p-wp79/GHSA-566r-v75p-wp79.json +++ b/advisories/unreviewed/2022/05/GHSA-566r-v75p-wp79/GHSA-566r-v75p-wp79.json @@ -7,12 +7,8 @@ "CVE-2011-4577" ], "details": "OpenSSL before 0.9.8s and 1.x before 1.0.0f, when RFC 3779 support is enabled, allows remote attackers to cause a denial of service (assertion failure) via an X.509 certificate containing certificate-extension data associated with (1) IP address blocks or (2) Autonomous System (AS) identifiers.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -68,9 +64,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-569p-vmxp-hg5x/GHSA-569p-vmxp-hg5x.json b/advisories/unreviewed/2022/05/GHSA-569p-vmxp-hg5x/GHSA-569p-vmxp-hg5x.json index 84e521823fa..99985e43dad 100644 --- a/advisories/unreviewed/2022/05/GHSA-569p-vmxp-hg5x/GHSA-569p-vmxp-hg5x.json +++ b/advisories/unreviewed/2022/05/GHSA-569p-vmxp-hg5x/GHSA-569p-vmxp-hg5x.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-5764-q5mh-rcg7/GHSA-5764-q5mh-rcg7.json b/advisories/unreviewed/2022/05/GHSA-5764-q5mh-rcg7/GHSA-5764-q5mh-rcg7.json index 62cf9463a2d..5f54ba4c3e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-5764-q5mh-rcg7/GHSA-5764-q5mh-rcg7.json +++ b/advisories/unreviewed/2022/05/GHSA-5764-q5mh-rcg7/GHSA-5764-q5mh-rcg7.json @@ -7,12 +7,8 @@ "CVE-2011-1836" ], "details": "utils/ecryptfs-recover-private in ecryptfs-utils before 90 does not establish a subdirectory with safe permissions, which might allow local users to bypass intended access restrictions via standard filesystem operations during the recovery process.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5853-6q4r-cq39/GHSA-5853-6q4r-cq39.json b/advisories/unreviewed/2022/05/GHSA-5853-6q4r-cq39/GHSA-5853-6q4r-cq39.json index 50606fd8b65..98460d19c31 100644 --- a/advisories/unreviewed/2022/05/GHSA-5853-6q4r-cq39/GHSA-5853-6q4r-cq39.json +++ b/advisories/unreviewed/2022/05/GHSA-5853-6q4r-cq39/GHSA-5853-6q4r-cq39.json @@ -7,12 +7,8 @@ "CVE-2014-0614" ], "details": "Juniper Junos 13.2 before 13.2R3 and 13.3 before 13.3R1, when PIM is enabled, allows remote attackers to cause a denial of service (kernel panic and crash) via a large number of crafted IGMP packets.", - "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-587g-c4fm-p47q/GHSA-587g-c4fm-p47q.json b/advisories/unreviewed/2022/05/GHSA-587g-c4fm-p47q/GHSA-587g-c4fm-p47q.json index 8179e48de7b..daefc029509 100644 --- a/advisories/unreviewed/2022/05/GHSA-587g-c4fm-p47q/GHSA-587g-c4fm-p47q.json +++ b/advisories/unreviewed/2022/05/GHSA-587g-c4fm-p47q/GHSA-587g-c4fm-p47q.json @@ -7,12 +7,8 @@ "CVE-2013-5170" ], "details": "Buffer underflow in CoreGraphics in Apple Mac OS X before 10.9 allows remote attackers to execute arbitrary code or cause a denial of service (application crash) via a crafted PDF document.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5973-jvgx-r7xh/GHSA-5973-jvgx-r7xh.json b/advisories/unreviewed/2022/05/GHSA-5973-jvgx-r7xh/GHSA-5973-jvgx-r7xh.json index ce4abb803f2..ed95f393324 100644 --- a/advisories/unreviewed/2022/05/GHSA-5973-jvgx-r7xh/GHSA-5973-jvgx-r7xh.json +++ b/advisories/unreviewed/2022/05/GHSA-5973-jvgx-r7xh/GHSA-5973-jvgx-r7xh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-59jh-f55w-rf36/GHSA-59jh-f55w-rf36.json b/advisories/unreviewed/2022/05/GHSA-59jh-f55w-rf36/GHSA-59jh-f55w-rf36.json index b8531c520b8..0a79b18cbdd 100644 --- a/advisories/unreviewed/2022/05/GHSA-59jh-f55w-rf36/GHSA-59jh-f55w-rf36.json +++ b/advisories/unreviewed/2022/05/GHSA-59jh-f55w-rf36/GHSA-59jh-f55w-rf36.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-5ffg-8vvw-rgf4/GHSA-5ffg-8vvw-rgf4.json b/advisories/unreviewed/2022/05/GHSA-5ffg-8vvw-rgf4/GHSA-5ffg-8vvw-rgf4.json index dfd44e2b131..514bd9a9413 100644 --- a/advisories/unreviewed/2022/05/GHSA-5ffg-8vvw-rgf4/GHSA-5ffg-8vvw-rgf4.json +++ b/advisories/unreviewed/2022/05/GHSA-5ffg-8vvw-rgf4/GHSA-5ffg-8vvw-rgf4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5fq3-f6hq-jcc4/GHSA-5fq3-f6hq-jcc4.json b/advisories/unreviewed/2022/05/GHSA-5fq3-f6hq-jcc4/GHSA-5fq3-f6hq-jcc4.json index fcfa821ff45..1789fcb5f92 100644 --- a/advisories/unreviewed/2022/05/GHSA-5fq3-f6hq-jcc4/GHSA-5fq3-f6hq-jcc4.json +++ b/advisories/unreviewed/2022/05/GHSA-5fq3-f6hq-jcc4/GHSA-5fq3-f6hq-jcc4.json @@ -7,12 +7,8 @@ "CVE-2014-2451" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.6.15 and earlier allows remote authenticated users to affect availability via unknown vectors related to Privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5g77-57xq-24cv/GHSA-5g77-57xq-24cv.json b/advisories/unreviewed/2022/05/GHSA-5g77-57xq-24cv/GHSA-5g77-57xq-24cv.json index 3753c78f1cb..d022bb5df57 100644 --- a/advisories/unreviewed/2022/05/GHSA-5g77-57xq-24cv/GHSA-5g77-57xq-24cv.json +++ b/advisories/unreviewed/2022/05/GHSA-5g77-57xq-24cv/GHSA-5g77-57xq-24cv.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": "WEB", diff --git a/advisories/unreviewed/2022/05/GHSA-5gch-mm6f-cv27/GHSA-5gch-mm6f-cv27.json b/advisories/unreviewed/2022/05/GHSA-5gch-mm6f-cv27/GHSA-5gch-mm6f-cv27.json index ce774e23472..1e79946e887 100644 --- a/advisories/unreviewed/2022/05/GHSA-5gch-mm6f-cv27/GHSA-5gch-mm6f-cv27.json +++ b/advisories/unreviewed/2022/05/GHSA-5gch-mm6f-cv27/GHSA-5gch-mm6f-cv27.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5gh9-g62h-f35m/GHSA-5gh9-g62h-f35m.json b/advisories/unreviewed/2022/05/GHSA-5gh9-g62h-f35m/GHSA-5gh9-g62h-f35m.json index 3e98f998277..d8e66c79436 100644 --- a/advisories/unreviewed/2022/05/GHSA-5gh9-g62h-f35m/GHSA-5gh9-g62h-f35m.json +++ b/advisories/unreviewed/2022/05/GHSA-5gh9-g62h-f35m/GHSA-5gh9-g62h-f35m.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-5gr9-cjxq-hrg9/GHSA-5gr9-cjxq-hrg9.json b/advisories/unreviewed/2022/05/GHSA-5gr9-cjxq-hrg9/GHSA-5gr9-cjxq-hrg9.json index ec7ad2b8120..2a2041e832f 100644 --- a/advisories/unreviewed/2022/05/GHSA-5gr9-cjxq-hrg9/GHSA-5gr9-cjxq-hrg9.json +++ b/advisories/unreviewed/2022/05/GHSA-5gr9-cjxq-hrg9/GHSA-5gr9-cjxq-hrg9.json @@ -7,12 +7,8 @@ "CVE-2014-2871" ], "details": "PaperThin CommonSpot before 7.0.2 and 8.x before 8.0.3 relies on an HTTP session for entering credentials on login pages, which allows remote attackers to obtain sensitive information by sniffing the network.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5h3p-vhgq-p526/GHSA-5h3p-vhgq-p526.json b/advisories/unreviewed/2022/05/GHSA-5h3p-vhgq-p526/GHSA-5h3p-vhgq-p526.json index 3c70c00416f..de7392ca866 100644 --- a/advisories/unreviewed/2022/05/GHSA-5h3p-vhgq-p526/GHSA-5h3p-vhgq-p526.json +++ b/advisories/unreviewed/2022/05/GHSA-5h3p-vhgq-p526/GHSA-5h3p-vhgq-p526.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/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-5j47-m6m6-rwx9/GHSA-5j47-m6m6-rwx9.json b/advisories/unreviewed/2022/05/GHSA-5j47-m6m6-rwx9/GHSA-5j47-m6m6-rwx9.json index 2a309428e4a..5a3686d8934 100644 --- a/advisories/unreviewed/2022/05/GHSA-5j47-m6m6-rwx9/GHSA-5j47-m6m6-rwx9.json +++ b/advisories/unreviewed/2022/05/GHSA-5j47-m6m6-rwx9/GHSA-5j47-m6m6-rwx9.json @@ -7,12 +7,8 @@ "CVE-2014-2862" ], "details": "PaperThin CommonSpot before 7.0.2 and 8.x before 8.0.3 does not check authorization in unspecified situations, which allows remote authenticated users to perform actions via unknown vectors.", - "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-5jcr-c269-978h/GHSA-5jcr-c269-978h.json b/advisories/unreviewed/2022/05/GHSA-5jcr-c269-978h/GHSA-5jcr-c269-978h.json index 79d912f1db2..66abf16df11 100644 --- a/advisories/unreviewed/2022/05/GHSA-5jcr-c269-978h/GHSA-5jcr-c269-978h.json +++ b/advisories/unreviewed/2022/05/GHSA-5jcr-c269-978h/GHSA-5jcr-c269-978h.json @@ -7,12 +7,8 @@ "CVE-2014-2211" ], "details": "SQL injection vulnerability in portal/addtoapplication.php in POSH (aka Posh portal or Portaneo) 3.0 before 3.3.0 allows remote attackers to execute arbitrary SQL commands via the rssurl parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5jgm-qr8m-qj44/GHSA-5jgm-qr8m-qj44.json b/advisories/unreviewed/2022/05/GHSA-5jgm-qr8m-qj44/GHSA-5jgm-qr8m-qj44.json index 599e916e623..5e70853a823 100644 --- a/advisories/unreviewed/2022/05/GHSA-5jgm-qr8m-qj44/GHSA-5jgm-qr8m-qj44.json +++ b/advisories/unreviewed/2022/05/GHSA-5jgm-qr8m-qj44/GHSA-5jgm-qr8m-qj44.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-5jv9-cff9-2j3m/GHSA-5jv9-cff9-2j3m.json b/advisories/unreviewed/2022/05/GHSA-5jv9-cff9-2j3m/GHSA-5jv9-cff9-2j3m.json index 7f6162e9e06..b0df2345fc8 100644 --- a/advisories/unreviewed/2022/05/GHSA-5jv9-cff9-2j3m/GHSA-5jv9-cff9-2j3m.json +++ b/advisories/unreviewed/2022/05/GHSA-5jv9-cff9-2j3m/GHSA-5jv9-cff9-2j3m.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-5mj3-rrxf-hqrv/GHSA-5mj3-rrxf-hqrv.json b/advisories/unreviewed/2022/05/GHSA-5mj3-rrxf-hqrv/GHSA-5mj3-rrxf-hqrv.json index ab16e1e7577..93c2cd221e5 100644 --- a/advisories/unreviewed/2022/05/GHSA-5mj3-rrxf-hqrv/GHSA-5mj3-rrxf-hqrv.json +++ b/advisories/unreviewed/2022/05/GHSA-5mj3-rrxf-hqrv/GHSA-5mj3-rrxf-hqrv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5mrv-mxfm-f5j8/GHSA-5mrv-mxfm-f5j8.json b/advisories/unreviewed/2022/05/GHSA-5mrv-mxfm-f5j8/GHSA-5mrv-mxfm-f5j8.json index de36f234347..11f58537493 100644 --- a/advisories/unreviewed/2022/05/GHSA-5mrv-mxfm-f5j8/GHSA-5mrv-mxfm-f5j8.json +++ b/advisories/unreviewed/2022/05/GHSA-5mrv-mxfm-f5j8/GHSA-5mrv-mxfm-f5j8.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-5pjf-vmg7-wfm3/GHSA-5pjf-vmg7-wfm3.json b/advisories/unreviewed/2022/05/GHSA-5pjf-vmg7-wfm3/GHSA-5pjf-vmg7-wfm3.json index e7000c70f56..b76c51096e4 100644 --- a/advisories/unreviewed/2022/05/GHSA-5pjf-vmg7-wfm3/GHSA-5pjf-vmg7-wfm3.json +++ b/advisories/unreviewed/2022/05/GHSA-5pjf-vmg7-wfm3/GHSA-5pjf-vmg7-wfm3.json @@ -7,12 +7,8 @@ "CVE-2013-6770" ], "details": "The CyanogenMod/ClockWorkMod/Koush Superuser package 1.0.2.1 for Android 4.3 and 4.4 does not properly restrict the set of users who can execute /system/xbin/su with the --daemon option, which allows attackers to gain privileges by leveraging ADB shell access and a certain Linux UID, and then creating a Trojan horse script.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5pm9-f9jr-mffr/GHSA-5pm9-f9jr-mffr.json b/advisories/unreviewed/2022/05/GHSA-5pm9-f9jr-mffr/GHSA-5pm9-f9jr-mffr.json index 16f44664bb2..0c08697ecb9 100644 --- a/advisories/unreviewed/2022/05/GHSA-5pm9-f9jr-mffr/GHSA-5pm9-f9jr-mffr.json +++ b/advisories/unreviewed/2022/05/GHSA-5pm9-f9jr-mffr/GHSA-5pm9-f9jr-mffr.json @@ -7,12 +7,8 @@ "CVE-2014-0421" ], "details": "Unspecified vulnerability in Oracle Solaris 10, when running on the SPARC64-X Platform, allows local users to affect confidentiality, integrity, and availability via unknown vectors.", - "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-5pr3-7h88-hjjq/GHSA-5pr3-7h88-hjjq.json b/advisories/unreviewed/2022/05/GHSA-5pr3-7h88-hjjq/GHSA-5pr3-7h88-hjjq.json index 71efbc08f9b..bd1de969247 100644 --- a/advisories/unreviewed/2022/05/GHSA-5pr3-7h88-hjjq/GHSA-5pr3-7h88-hjjq.json +++ b/advisories/unreviewed/2022/05/GHSA-5pr3-7h88-hjjq/GHSA-5pr3-7h88-hjjq.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-5px9-63j7-5f27/GHSA-5px9-63j7-5f27.json b/advisories/unreviewed/2022/05/GHSA-5px9-63j7-5f27/GHSA-5px9-63j7-5f27.json index c2b0292c71e..cfc02c51a8c 100644 --- a/advisories/unreviewed/2022/05/GHSA-5px9-63j7-5f27/GHSA-5px9-63j7-5f27.json +++ b/advisories/unreviewed/2022/05/GHSA-5px9-63j7-5f27/GHSA-5px9-63j7-5f27.json @@ -7,12 +7,8 @@ "CVE-2014-2392" ], "details": "The E-Mail autoconfiguration feature in Open-Xchange AppSuite before 7.2.2-rev20, 7.4.1 before 7.4.1-rev11, and 7.4.2 before 7.4.2-rev13 places a password in a GET request, which allows remote attackers to obtain sensitive information by reading (1) web-server access logs, (2) web-server Referer logs, or (3) the browser history.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5q78-v5qx-c82x/GHSA-5q78-v5qx-c82x.json b/advisories/unreviewed/2022/05/GHSA-5q78-v5qx-c82x/GHSA-5q78-v5qx-c82x.json index 78b08664372..73624d9f069 100644 --- a/advisories/unreviewed/2022/05/GHSA-5q78-v5qx-c82x/GHSA-5q78-v5qx-c82x.json +++ b/advisories/unreviewed/2022/05/GHSA-5q78-v5qx-c82x/GHSA-5q78-v5qx-c82x.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-5qcg-5vcp-v63j/GHSA-5qcg-5vcp-v63j.json b/advisories/unreviewed/2022/05/GHSA-5qcg-5vcp-v63j/GHSA-5qcg-5vcp-v63j.json index 039189267b9..617c2789a4b 100644 --- a/advisories/unreviewed/2022/05/GHSA-5qcg-5vcp-v63j/GHSA-5qcg-5vcp-v63j.json +++ b/advisories/unreviewed/2022/05/GHSA-5qcg-5vcp-v63j/GHSA-5qcg-5vcp-v63j.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-5r5q-gm8c-56h4/GHSA-5r5q-gm8c-56h4.json b/advisories/unreviewed/2022/05/GHSA-5r5q-gm8c-56h4/GHSA-5r5q-gm8c-56h4.json index 6ec517371e1..77419670e64 100644 --- a/advisories/unreviewed/2022/05/GHSA-5r5q-gm8c-56h4/GHSA-5r5q-gm8c-56h4.json +++ b/advisories/unreviewed/2022/05/GHSA-5r5q-gm8c-56h4/GHSA-5r5q-gm8c-56h4.json @@ -7,12 +7,8 @@ "CVE-2013-5358" ], "details": "Picasa3.exe in Google Picasa before 3.9.0 Build 137.69 allows remote attackers to trigger memory corruption via a crafted TIFF tag, as demonstrated using a KDC file with a DSLR-A100 model and certain sequences of tags.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5vf7-pfc4-5ppj/GHSA-5vf7-pfc4-5ppj.json b/advisories/unreviewed/2022/05/GHSA-5vf7-pfc4-5ppj/GHSA-5vf7-pfc4-5ppj.json index f4c91c99eda..156a6ea754e 100644 --- a/advisories/unreviewed/2022/05/GHSA-5vf7-pfc4-5ppj/GHSA-5vf7-pfc4-5ppj.json +++ b/advisories/unreviewed/2022/05/GHSA-5vf7-pfc4-5ppj/GHSA-5vf7-pfc4-5ppj.json @@ -7,12 +7,8 @@ "CVE-2012-5039" ], "details": "The BGP Router process in Cisco IOS before 12.2(50)SY1 allows remote attackers to cause a denial of service (memory consumption) via vectors involving BGP path attributes, aka Bug ID CSCsw63003.", - "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-5vxh-c842-v758/GHSA-5vxh-c842-v758.json b/advisories/unreviewed/2022/05/GHSA-5vxh-c842-v758/GHSA-5vxh-c842-v758.json index 6cf0650374e..d41b2db6fca 100644 --- a/advisories/unreviewed/2022/05/GHSA-5vxh-c842-v758/GHSA-5vxh-c842-v758.json +++ b/advisories/unreviewed/2022/05/GHSA-5vxh-c842-v758/GHSA-5vxh-c842-v758.json @@ -7,12 +7,8 @@ "CVE-2014-2863" ], "details": "Multiple absolute path traversal vulnerabilities in PaperThin CommonSpot before 7.0.2 and 8.x before 8.0.3 allow remote attackers to have an unspecified impact via a full pathname in a parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5wm8-g4x2-j62m/GHSA-5wm8-g4x2-j62m.json b/advisories/unreviewed/2022/05/GHSA-5wm8-g4x2-j62m/GHSA-5wm8-g4x2-j62m.json index 17e265118bc..39f473cffaf 100644 --- a/advisories/unreviewed/2022/05/GHSA-5wm8-g4x2-j62m/GHSA-5wm8-g4x2-j62m.json +++ b/advisories/unreviewed/2022/05/GHSA-5wm8-g4x2-j62m/GHSA-5wm8-g4x2-j62m.json @@ -7,12 +7,8 @@ "CVE-2014-2154" ], "details": "Memory leak in the SIP inspection engine in Cisco Adaptive Security Appliance (ASA) Software allows remote attackers to cause a denial of service (memory consumption and instability) via crafted SIP packets, aka Bug ID CSCuf67469.", - "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-5x2r-5688-qxgv/GHSA-5x2r-5688-qxgv.json b/advisories/unreviewed/2022/05/GHSA-5x2r-5688-qxgv/GHSA-5x2r-5688-qxgv.json index 2ca01e3e300..6fb4a296457 100644 --- a/advisories/unreviewed/2022/05/GHSA-5x2r-5688-qxgv/GHSA-5x2r-5688-qxgv.json +++ b/advisories/unreviewed/2022/05/GHSA-5x2r-5688-qxgv/GHSA-5x2r-5688-qxgv.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-5xf6-7r4m-gf52/GHSA-5xf6-7r4m-gf52.json b/advisories/unreviewed/2022/05/GHSA-5xf6-7r4m-gf52/GHSA-5xf6-7r4m-gf52.json index 839ab92fc9d..dbd9b0aa862 100644 --- a/advisories/unreviewed/2022/05/GHSA-5xf6-7r4m-gf52/GHSA-5xf6-7r4m-gf52.json +++ b/advisories/unreviewed/2022/05/GHSA-5xf6-7r4m-gf52/GHSA-5xf6-7r4m-gf52.json @@ -7,12 +7,8 @@ "CVE-2014-2457" ], "details": "Unspecified vulnerability in the Oracle Agile Product Lifecycle component in Oracle Supply Chain Products Suite 6.0 and 6.1.0 allows remote attackers to affect integrity via unknown vectors related to Install.", - "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-5xj3-f28x-48j4/GHSA-5xj3-f28x-48j4.json b/advisories/unreviewed/2022/05/GHSA-5xj3-f28x-48j4/GHSA-5xj3-f28x-48j4.json index 4f56fd150d1..43ab8fc19d2 100644 --- a/advisories/unreviewed/2022/05/GHSA-5xj3-f28x-48j4/GHSA-5xj3-f28x-48j4.json +++ b/advisories/unreviewed/2022/05/GHSA-5xj3-f28x-48j4/GHSA-5xj3-f28x-48j4.json @@ -7,12 +7,8 @@ "CVE-2014-2460" ], "details": "Unspecified vulnerability in the Oracle Transportation Management component in Oracle Supply Chain Products Suite 5.5.06, 6.0, 6.1, 6.2, 6.3, 6.3.1, 6.3.2, and 6.3.3 allows remote authenticated users to affect confidentiality via vectors related to CSV Management.", - "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-6282-3w23-22hg/GHSA-6282-3w23-22hg.json b/advisories/unreviewed/2022/05/GHSA-6282-3w23-22hg/GHSA-6282-3w23-22hg.json index e3eece37f47..af2bd4c0988 100644 --- a/advisories/unreviewed/2022/05/GHSA-6282-3w23-22hg/GHSA-6282-3w23-22hg.json +++ b/advisories/unreviewed/2022/05/GHSA-6282-3w23-22hg/GHSA-6282-3w23-22hg.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-62gq-fgjf-fhcv/GHSA-62gq-fgjf-fhcv.json b/advisories/unreviewed/2022/05/GHSA-62gq-fgjf-fhcv/GHSA-62gq-fgjf-fhcv.json index 0666608b80b..3b26879161d 100644 --- a/advisories/unreviewed/2022/05/GHSA-62gq-fgjf-fhcv/GHSA-62gq-fgjf-fhcv.json +++ b/advisories/unreviewed/2022/05/GHSA-62gq-fgjf-fhcv/GHSA-62gq-fgjf-fhcv.json @@ -7,12 +7,8 @@ "CVE-2012-5014" ], "details": "Cisco IOS before 15.1(2)SY allows remote authenticated users to cause a denial of service (device crash) by establishing an SSH session from a client and then placing this client into a (1) slow or (2) idle state, aka Bug ID CSCto87436.", - "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-62pw-5259-vhh9/GHSA-62pw-5259-vhh9.json b/advisories/unreviewed/2022/05/GHSA-62pw-5259-vhh9/GHSA-62pw-5259-vhh9.json index ed9d2b8cb03..68d8f688b47 100644 --- a/advisories/unreviewed/2022/05/GHSA-62pw-5259-vhh9/GHSA-62pw-5259-vhh9.json +++ b/advisories/unreviewed/2022/05/GHSA-62pw-5259-vhh9/GHSA-62pw-5259-vhh9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-62qx-cj8j-5j5q/GHSA-62qx-cj8j-5j5q.json b/advisories/unreviewed/2022/05/GHSA-62qx-cj8j-5j5q/GHSA-62qx-cj8j-5j5q.json index 7ba3622a4e7..442a262e9b7 100644 --- a/advisories/unreviewed/2022/05/GHSA-62qx-cj8j-5j5q/GHSA-62qx-cj8j-5j5q.json +++ b/advisories/unreviewed/2022/05/GHSA-62qx-cj8j-5j5q/GHSA-62qx-cj8j-5j5q.json @@ -7,12 +7,8 @@ "CVE-2012-3062" ], "details": "Cisco IOS before 15.1(1)SY, when Multicast Listener Discovery (MLD) snooping is enabled, allows remote attackers to cause a denial of service (CPU consumption or device crash) via MLD packets on a network that contains many IPv6 hosts, aka Bug ID CSCtr88193.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-636v-jm8j-6hx7/GHSA-636v-jm8j-6hx7.json b/advisories/unreviewed/2022/05/GHSA-636v-jm8j-6hx7/GHSA-636v-jm8j-6hx7.json index eb4f80b00d0..71f002c0c69 100644 --- a/advisories/unreviewed/2022/05/GHSA-636v-jm8j-6hx7/GHSA-636v-jm8j-6hx7.json +++ b/advisories/unreviewed/2022/05/GHSA-636v-jm8j-6hx7/GHSA-636v-jm8j-6hx7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:L" } ], - "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-6377-6q3h-9ghh/GHSA-6377-6q3h-9ghh.json b/advisories/unreviewed/2022/05/GHSA-6377-6q3h-9ghh/GHSA-6377-6q3h-9ghh.json index 2fc83d85f93..bde09b4169b 100644 --- a/advisories/unreviewed/2022/05/GHSA-6377-6q3h-9ghh/GHSA-6377-6q3h-9ghh.json +++ b/advisories/unreviewed/2022/05/GHSA-6377-6q3h-9ghh/GHSA-6377-6q3h-9ghh.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-639w-2r2j-2x43/GHSA-639w-2r2j-2x43.json b/advisories/unreviewed/2022/05/GHSA-639w-2r2j-2x43/GHSA-639w-2r2j-2x43.json index 0a955d45b45..7b1c7a70b6a 100644 --- a/advisories/unreviewed/2022/05/GHSA-639w-2r2j-2x43/GHSA-639w-2r2j-2x43.json +++ b/advisories/unreviewed/2022/05/GHSA-639w-2r2j-2x43/GHSA-639w-2r2j-2x43.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-63pp-7425-wfc8/GHSA-63pp-7425-wfc8.json b/advisories/unreviewed/2022/05/GHSA-63pp-7425-wfc8/GHSA-63pp-7425-wfc8.json index f12c3c83e09..f0f22c4e021 100644 --- a/advisories/unreviewed/2022/05/GHSA-63pp-7425-wfc8/GHSA-63pp-7425-wfc8.json +++ b/advisories/unreviewed/2022/05/GHSA-63pp-7425-wfc8/GHSA-63pp-7425-wfc8.json @@ -7,12 +7,8 @@ "CVE-2014-2922" ], "details": "The getObjectByToken function in Newsletter.php in the Pimcore_Tool_Newsletter module in pimcore 1.4.9 through 2.1.0 does not properly handle an object obtained by unserializing a pathname, which allows remote attackers to conduct PHP object injection attacks and delete arbitrary files via vectors involving a Zend_Http_Response_Stream object.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-64xh-8qx5-qrr9/GHSA-64xh-8qx5-qrr9.json b/advisories/unreviewed/2022/05/GHSA-64xh-8qx5-qrr9/GHSA-64xh-8qx5-qrr9.json index 6a62d7b7d7d..5761206754d 100644 --- a/advisories/unreviewed/2022/05/GHSA-64xh-8qx5-qrr9/GHSA-64xh-8qx5-qrr9.json +++ b/advisories/unreviewed/2022/05/GHSA-64xh-8qx5-qrr9/GHSA-64xh-8qx5-qrr9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-674w-x474-5934/GHSA-674w-x474-5934.json b/advisories/unreviewed/2022/05/GHSA-674w-x474-5934/GHSA-674w-x474-5934.json index 0ff26be6f1d..f5bb1a1c25e 100644 --- a/advisories/unreviewed/2022/05/GHSA-674w-x474-5934/GHSA-674w-x474-5934.json +++ b/advisories/unreviewed/2022/05/GHSA-674w-x474-5934/GHSA-674w-x474-5934.json @@ -7,12 +7,8 @@ "CVE-2014-2847" ], "details": "SQL injection vulnerability in default.asp in CIS Manager CMS allows remote attackers to execute arbitrary SQL commands via the TroncoID parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-698m-g6fr-27mg/GHSA-698m-g6fr-27mg.json b/advisories/unreviewed/2022/05/GHSA-698m-g6fr-27mg/GHSA-698m-g6fr-27mg.json index 7bcc43207e7..93421f1192a 100644 --- a/advisories/unreviewed/2022/05/GHSA-698m-g6fr-27mg/GHSA-698m-g6fr-27mg.json +++ b/advisories/unreviewed/2022/05/GHSA-698m-g6fr-27mg/GHSA-698m-g6fr-27mg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6c6g-x473-fqjx/GHSA-6c6g-x473-fqjx.json b/advisories/unreviewed/2022/05/GHSA-6c6g-x473-fqjx/GHSA-6c6g-x473-fqjx.json index 119dad3d76d..adba0f1b0f8 100644 --- a/advisories/unreviewed/2022/05/GHSA-6c6g-x473-fqjx/GHSA-6c6g-x473-fqjx.json +++ b/advisories/unreviewed/2022/05/GHSA-6c6g-x473-fqjx/GHSA-6c6g-x473-fqjx.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-6cgf-373g-g523/GHSA-6cgf-373g-g523.json b/advisories/unreviewed/2022/05/GHSA-6cgf-373g-g523/GHSA-6cgf-373g-g523.json index 851be6b8ba4..0ffc258482e 100644 --- a/advisories/unreviewed/2022/05/GHSA-6cgf-373g-g523/GHSA-6cgf-373g-g523.json +++ b/advisories/unreviewed/2022/05/GHSA-6cgf-373g-g523/GHSA-6cgf-373g-g523.json @@ -7,12 +7,8 @@ "CVE-2014-2714" ], "details": "The Enhanced Web Filtering (EWF) in Juniper Junos before 10.4R15, 11.4 before 11.4R9, 12.1 before 12.1R7, 12.1X44 before 12.1X44-D20, 12.1X45 before 12.1X45-D10, and 12.1X46 before 12.1X46-D10, as used in the SRX Series services gateways, allows remote attackers to cause a denial of service (flow daemon crash and restart) via a crafted URL.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6f2p-5q6g-gmc9/GHSA-6f2p-5q6g-gmc9.json b/advisories/unreviewed/2022/05/GHSA-6f2p-5q6g-gmc9/GHSA-6f2p-5q6g-gmc9.json index 19ba29a9b50..c2ced1349cf 100644 --- a/advisories/unreviewed/2022/05/GHSA-6f2p-5q6g-gmc9/GHSA-6f2p-5q6g-gmc9.json +++ b/advisories/unreviewed/2022/05/GHSA-6f2p-5q6g-gmc9/GHSA-6f2p-5q6g-gmc9.json @@ -7,12 +7,8 @@ "CVE-2014-2408" ], "details": "Unspecified vulnerability in the Core RDBMS component in Oracle Database Server 11.1.0.7, 11.2.0.3, 11.2.0.4, and 12.1.0.1 allows remote authenticated users to affect confidentiality and integrity via unknown vectors related to the \"Grant Any Object Privilege.\"", - "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-6g2p-g3v6-8357/GHSA-6g2p-g3v6-8357.json b/advisories/unreviewed/2022/05/GHSA-6g2p-g3v6-8357/GHSA-6g2p-g3v6-8357.json index e4c333cdbc1..99fd95ebdb8 100644 --- a/advisories/unreviewed/2022/05/GHSA-6g2p-g3v6-8357/GHSA-6g2p-g3v6-8357.json +++ b/advisories/unreviewed/2022/05/GHSA-6g2p-g3v6-8357/GHSA-6g2p-g3v6-8357.json @@ -7,12 +7,8 @@ "CVE-2012-3946" ], "details": "Cisco IOS before 15.3(2)S allows remote attackers to bypass interface ACL restrictions in opportunistic circumstances by sending IPv6 packets in an unspecified scenario in which expected packet drops do not occur for \"a small percentage\" of the packets, aka Bug ID CSCty73682.", - "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-6g5q-pc77-85j9/GHSA-6g5q-pc77-85j9.json b/advisories/unreviewed/2022/05/GHSA-6g5q-pc77-85j9/GHSA-6g5q-pc77-85j9.json index 07778f7a3b1..2093abcc0a3 100644 --- a/advisories/unreviewed/2022/05/GHSA-6g5q-pc77-85j9/GHSA-6g5q-pc77-85j9.json +++ b/advisories/unreviewed/2022/05/GHSA-6g5q-pc77-85j9/GHSA-6g5q-pc77-85j9.json @@ -7,12 +7,8 @@ "CVE-2013-4472" ], "details": "The openTempFile function in goo/gfile.cc in Xpdf and Poppler 0.24.3 and earlier, when running on a system other than Unix, allows local users to overwrite arbitrary files via a symlink attack on temporary files with predictable names.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6j5r-87mw-77mg/GHSA-6j5r-87mw-77mg.json b/advisories/unreviewed/2022/05/GHSA-6j5r-87mw-77mg/GHSA-6j5r-87mw-77mg.json index c25083f526b..8d60abe03b1 100644 --- a/advisories/unreviewed/2022/05/GHSA-6j5r-87mw-77mg/GHSA-6j5r-87mw-77mg.json +++ b/advisories/unreviewed/2022/05/GHSA-6j5r-87mw-77mg/GHSA-6j5r-87mw-77mg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6j8r-p393-w37g/GHSA-6j8r-p393-w37g.json b/advisories/unreviewed/2022/05/GHSA-6j8r-p393-w37g/GHSA-6j8r-p393-w37g.json index fbaee401236..b7bf274451c 100644 --- a/advisories/unreviewed/2022/05/GHSA-6j8r-p393-w37g/GHSA-6j8r-p393-w37g.json +++ b/advisories/unreviewed/2022/05/GHSA-6j8r-p393-w37g/GHSA-6j8r-p393-w37g.json @@ -7,12 +7,8 @@ "CVE-2012-5565" ], "details": "Cross-site scripting (XSS) vulnerability in js/compose-dimp.js in Horde Internet Mail Program (IMP) before 5.0.24, as used in Horde Groupware Webmail Edition before 4.0.9, allows remote attackers to inject arbitrary web script or HTML via a crafted name for an attached file, related to the dynamic view.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6m3c-jc2v-9h92/GHSA-6m3c-jc2v-9h92.json b/advisories/unreviewed/2022/05/GHSA-6m3c-jc2v-9h92/GHSA-6m3c-jc2v-9h92.json index 6aa174539c3..d8763c083df 100644 --- a/advisories/unreviewed/2022/05/GHSA-6m3c-jc2v-9h92/GHSA-6m3c-jc2v-9h92.json +++ b/advisories/unreviewed/2022/05/GHSA-6m3c-jc2v-9h92/GHSA-6m3c-jc2v-9h92.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-6m3m-2q88-9qc9/GHSA-6m3m-2q88-9qc9.json b/advisories/unreviewed/2022/05/GHSA-6m3m-2q88-9qc9/GHSA-6m3m-2q88-9qc9.json index 221e98f4307..1f2ed12e2c8 100644 --- a/advisories/unreviewed/2022/05/GHSA-6m3m-2q88-9qc9/GHSA-6m3m-2q88-9qc9.json +++ b/advisories/unreviewed/2022/05/GHSA-6m3m-2q88-9qc9/GHSA-6m3m-2q88-9qc9.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-6p5f-qv8v-hp6j/GHSA-6p5f-qv8v-hp6j.json b/advisories/unreviewed/2022/05/GHSA-6p5f-qv8v-hp6j/GHSA-6p5f-qv8v-hp6j.json index 0f4819cdc60..984564367dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-6p5f-qv8v-hp6j/GHSA-6p5f-qv8v-hp6j.json +++ b/advisories/unreviewed/2022/05/GHSA-6p5f-qv8v-hp6j/GHSA-6p5f-qv8v-hp6j.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-6q4f-qhgv-gf97/GHSA-6q4f-qhgv-gf97.json b/advisories/unreviewed/2022/05/GHSA-6q4f-qhgv-gf97/GHSA-6q4f-qhgv-gf97.json index d9b2e208344..31923986b04 100644 --- a/advisories/unreviewed/2022/05/GHSA-6q4f-qhgv-gf97/GHSA-6q4f-qhgv-gf97.json +++ b/advisories/unreviewed/2022/05/GHSA-6q4f-qhgv-gf97/GHSA-6q4f-qhgv-gf97.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6qcg-2mxf-7v4m/GHSA-6qcg-2mxf-7v4m.json b/advisories/unreviewed/2022/05/GHSA-6qcg-2mxf-7v4m/GHSA-6qcg-2mxf-7v4m.json index 7a0a3376fd5..5ddf47add48 100644 --- a/advisories/unreviewed/2022/05/GHSA-6qcg-2mxf-7v4m/GHSA-6qcg-2mxf-7v4m.json +++ b/advisories/unreviewed/2022/05/GHSA-6qcg-2mxf-7v4m/GHSA-6qcg-2mxf-7v4m.json @@ -7,12 +7,8 @@ "CVE-2014-0465" ], "details": "Unspecified vulnerability in the Oracle OpenSSO component in Oracle Fusion Middleware 8.0 Update 2 Patch 5 allows remote authenticated users to affect integrity via unknown vectors related to Admin Console.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6qxh-x657-496f/GHSA-6qxh-x657-496f.json b/advisories/unreviewed/2022/05/GHSA-6qxh-x657-496f/GHSA-6qxh-x657-496f.json index 2d5cda53171..2ef63c80e7d 100644 --- a/advisories/unreviewed/2022/05/GHSA-6qxh-x657-496f/GHSA-6qxh-x657-496f.json +++ b/advisories/unreviewed/2022/05/GHSA-6qxh-x657-496f/GHSA-6qxh-x657-496f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-72w5-3jfq-r98j/GHSA-72w5-3jfq-r98j.json b/advisories/unreviewed/2022/05/GHSA-72w5-3jfq-r98j/GHSA-72w5-3jfq-r98j.json index 75b9077734d..7042e0385d6 100644 --- a/advisories/unreviewed/2022/05/GHSA-72w5-3jfq-r98j/GHSA-72w5-3jfq-r98j.json +++ b/advisories/unreviewed/2022/05/GHSA-72w5-3jfq-r98j/GHSA-72w5-3jfq-r98j.json @@ -7,12 +7,8 @@ "CVE-2014-0414" ], "details": "Unspecified vulnerability in the Oracle Containers for J2EE component in Oracle Fusion Middleware 10.1.3.5 allows remote attackers to affect confidentiality via vectors related to HTTP Request Handling.", - "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-734h-jr82-88qh/GHSA-734h-jr82-88qh.json b/advisories/unreviewed/2022/05/GHSA-734h-jr82-88qh/GHSA-734h-jr82-88qh.json index 34b6828ad2f..b26259f19ac 100644 --- a/advisories/unreviewed/2022/05/GHSA-734h-jr82-88qh/GHSA-734h-jr82-88qh.json +++ b/advisories/unreviewed/2022/05/GHSA-734h-jr82-88qh/GHSA-734h-jr82-88qh.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-7367-6rvj-7jxm/GHSA-7367-6rvj-7jxm.json b/advisories/unreviewed/2022/05/GHSA-7367-6rvj-7jxm/GHSA-7367-6rvj-7jxm.json index deac2e9f9b5..8605f4560e6 100644 --- a/advisories/unreviewed/2022/05/GHSA-7367-6rvj-7jxm/GHSA-7367-6rvj-7jxm.json +++ b/advisories/unreviewed/2022/05/GHSA-7367-6rvj-7jxm/GHSA-7367-6rvj-7jxm.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-7378-5pm5-8x44/GHSA-7378-5pm5-8x44.json b/advisories/unreviewed/2022/05/GHSA-7378-5pm5-8x44/GHSA-7378-5pm5-8x44.json index 54f7b499e39..755cb323a04 100644 --- a/advisories/unreviewed/2022/05/GHSA-7378-5pm5-8x44/GHSA-7378-5pm5-8x44.json +++ b/advisories/unreviewed/2022/05/GHSA-7378-5pm5-8x44/GHSA-7378-5pm5-8x44.json @@ -7,12 +7,8 @@ "CVE-2014-1990" ], "details": "Cross-site request forgery (CSRF) vulnerability in TopAccess (aka the web-based management utility) on TOSHIBA TEC e-Studio 232, 233, 282, and 283 devices allows remote attackers to hijack the authentication of administrators for requests that change passwords.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-73gm-85xf-8699/GHSA-73gm-85xf-8699.json b/advisories/unreviewed/2022/05/GHSA-73gm-85xf-8699/GHSA-73gm-85xf-8699.json index ea97652121f..a62e72edc1b 100644 --- a/advisories/unreviewed/2022/05/GHSA-73gm-85xf-8699/GHSA-73gm-85xf-8699.json +++ b/advisories/unreviewed/2022/05/GHSA-73gm-85xf-8699/GHSA-73gm-85xf-8699.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-74hr-cpgh-6r4g/GHSA-74hr-cpgh-6r4g.json b/advisories/unreviewed/2022/05/GHSA-74hr-cpgh-6r4g/GHSA-74hr-cpgh-6r4g.json index 05bec292fd1..b04d3957ce0 100644 --- a/advisories/unreviewed/2022/05/GHSA-74hr-cpgh-6r4g/GHSA-74hr-cpgh-6r4g.json +++ b/advisories/unreviewed/2022/05/GHSA-74hr-cpgh-6r4g/GHSA-74hr-cpgh-6r4g.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-75h3-vgqp-vv5x/GHSA-75h3-vgqp-vv5x.json b/advisories/unreviewed/2022/05/GHSA-75h3-vgqp-vv5x/GHSA-75h3-vgqp-vv5x.json index 12e8ee502dd..2b5aba8a0d4 100644 --- a/advisories/unreviewed/2022/05/GHSA-75h3-vgqp-vv5x/GHSA-75h3-vgqp-vv5x.json +++ b/advisories/unreviewed/2022/05/GHSA-75h3-vgqp-vv5x/GHSA-75h3-vgqp-vv5x.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-75qm-m8r5-4ccg/GHSA-75qm-m8r5-4ccg.json b/advisories/unreviewed/2022/05/GHSA-75qm-m8r5-4ccg/GHSA-75qm-m8r5-4ccg.json index 75046f9eac0..54107dd7ebf 100644 --- a/advisories/unreviewed/2022/05/GHSA-75qm-m8r5-4ccg/GHSA-75qm-m8r5-4ccg.json +++ b/advisories/unreviewed/2022/05/GHSA-75qm-m8r5-4ccg/GHSA-75qm-m8r5-4ccg.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-75rq-4c5r-9cxv/GHSA-75rq-4c5r-9cxv.json b/advisories/unreviewed/2022/05/GHSA-75rq-4c5r-9cxv/GHSA-75rq-4c5r-9cxv.json index 98e71a055a6..4d06742c9a5 100644 --- a/advisories/unreviewed/2022/05/GHSA-75rq-4c5r-9cxv/GHSA-75rq-4c5r-9cxv.json +++ b/advisories/unreviewed/2022/05/GHSA-75rq-4c5r-9cxv/GHSA-75rq-4c5r-9cxv.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-76fp-2hcx-x74g/GHSA-76fp-2hcx-x74g.json b/advisories/unreviewed/2022/05/GHSA-76fp-2hcx-x74g/GHSA-76fp-2hcx-x74g.json index bd57dcb198d..d6709d40193 100644 --- a/advisories/unreviewed/2022/05/GHSA-76fp-2hcx-x74g/GHSA-76fp-2hcx-x74g.json +++ b/advisories/unreviewed/2022/05/GHSA-76fp-2hcx-x74g/GHSA-76fp-2hcx-x74g.json @@ -7,12 +7,8 @@ "CVE-2013-0650" ], "details": "Use-after-free vulnerability in Adobe Flash Player before 10.3.183.68 and 11.x before 11.6.602.180 on Windows and Mac OS X, before 10.3.183.68 and 11.x before 11.2.202.275 on Linux, before 11.1.111.44 on Android 2.x and 3.x, and before 11.1.115.48 on Android 4.x; Adobe AIR before 3.6.0.6090; Adobe AIR SDK before 3.6.0.6090; and Adobe AIR SDK & Compiler before 3.6.0.6090 allows attackers to execute arbitrary code via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-76h3-5354-76w2/GHSA-76h3-5354-76w2.json b/advisories/unreviewed/2022/05/GHSA-76h3-5354-76w2/GHSA-76h3-5354-76w2.json index 071ef5b0b05..ebfb39d6d17 100644 --- a/advisories/unreviewed/2022/05/GHSA-76h3-5354-76w2/GHSA-76h3-5354-76w2.json +++ b/advisories/unreviewed/2022/05/GHSA-76h3-5354-76w2/GHSA-76h3-5354-76w2.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-793m-wq3j-whvr/GHSA-793m-wq3j-whvr.json b/advisories/unreviewed/2022/05/GHSA-793m-wq3j-whvr/GHSA-793m-wq3j-whvr.json index 6b4da858a2b..bec81807d92 100644 --- a/advisories/unreviewed/2022/05/GHSA-793m-wq3j-whvr/GHSA-793m-wq3j-whvr.json +++ b/advisories/unreviewed/2022/05/GHSA-793m-wq3j-whvr/GHSA-793m-wq3j-whvr.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-79m6-q5h9-fv2f/GHSA-79m6-q5h9-fv2f.json b/advisories/unreviewed/2022/05/GHSA-79m6-q5h9-fv2f/GHSA-79m6-q5h9-fv2f.json index 6b94b88750e..c2baa023b3a 100644 --- a/advisories/unreviewed/2022/05/GHSA-79m6-q5h9-fv2f/GHSA-79m6-q5h9-fv2f.json +++ b/advisories/unreviewed/2022/05/GHSA-79m6-q5h9-fv2f/GHSA-79m6-q5h9-fv2f.json @@ -7,12 +7,8 @@ "CVE-2014-2439" ], "details": "Unspecified vulnerability in the Oracle Secure Global Desktop (SGD) component in Oracle Virtualization 5.0 and 5.1 allows remote attackers to affect confidentiality and integrity via unknown vectors related to Workspace Web Application.", - "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-7c3c-m5jp-7f8v/GHSA-7c3c-m5jp-7f8v.json b/advisories/unreviewed/2022/05/GHSA-7c3c-m5jp-7f8v/GHSA-7c3c-m5jp-7f8v.json index 05130d08d02..9badf1beafa 100644 --- a/advisories/unreviewed/2022/05/GHSA-7c3c-m5jp-7f8v/GHSA-7c3c-m5jp-7f8v.json +++ b/advisories/unreviewed/2022/05/GHSA-7c3c-m5jp-7f8v/GHSA-7c3c-m5jp-7f8v.json @@ -7,12 +7,8 @@ "CVE-2014-2454" ], "details": "Unspecified vulnerability in the Hyperion Common Admin component in Oracle Hyperion 11.1.2.2 and 11.1.2.3 allows remote attackers to affect confidentiality via unknown vectors related to User Interface.", - "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-7fpg-565m-qfcv/GHSA-7fpg-565m-qfcv.json b/advisories/unreviewed/2022/05/GHSA-7fpg-565m-qfcv/GHSA-7fpg-565m-qfcv.json index 6436a1fdd43..75bc4322c5d 100644 --- a/advisories/unreviewed/2022/05/GHSA-7fpg-565m-qfcv/GHSA-7fpg-565m-qfcv.json +++ b/advisories/unreviewed/2022/05/GHSA-7fpg-565m-qfcv/GHSA-7fpg-565m-qfcv.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-7ggg-9mh3-439f/GHSA-7ggg-9mh3-439f.json b/advisories/unreviewed/2022/05/GHSA-7ggg-9mh3-439f/GHSA-7ggg-9mh3-439f.json index 5bc81649caf..b2b80d5c72a 100644 --- a/advisories/unreviewed/2022/05/GHSA-7ggg-9mh3-439f/GHSA-7ggg-9mh3-439f.json +++ b/advisories/unreviewed/2022/05/GHSA-7ggg-9mh3-439f/GHSA-7ggg-9mh3-439f.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-7gpf-wh84-j2jw/GHSA-7gpf-wh84-j2jw.json b/advisories/unreviewed/2022/05/GHSA-7gpf-wh84-j2jw/GHSA-7gpf-wh84-j2jw.json index 222a3f9d215..47e518c4651 100644 --- a/advisories/unreviewed/2022/05/GHSA-7gpf-wh84-j2jw/GHSA-7gpf-wh84-j2jw.json +++ b/advisories/unreviewed/2022/05/GHSA-7gpf-wh84-j2jw/GHSA-7gpf-wh84-j2jw.json @@ -7,12 +7,8 @@ "CVE-2014-2861" ], "details": "Incomplete blacklist vulnerability in PaperThin CommonSpot before 7.0.2 and 8.x before 8.0.3 allows remote attackers to conduct cross-site scripting (XSS) attacks via a crafted string, as demonstrated by bypassing a protection mechanism that removes only the \"alert\" string.", - "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-7h6m-rq82-825p/GHSA-7h6m-rq82-825p.json b/advisories/unreviewed/2022/05/GHSA-7h6m-rq82-825p/GHSA-7h6m-rq82-825p.json index 084e27c6ba7..960fc4b4636 100644 --- a/advisories/unreviewed/2022/05/GHSA-7h6m-rq82-825p/GHSA-7h6m-rq82-825p.json +++ b/advisories/unreviewed/2022/05/GHSA-7h6m-rq82-825p/GHSA-7h6m-rq82-825p.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/2022/05/GHSA-7mcq-4g86-cgx3/GHSA-7mcq-4g86-cgx3.json b/advisories/unreviewed/2022/05/GHSA-7mcq-4g86-cgx3/GHSA-7mcq-4g86-cgx3.json index ee23763427f..a32e84a3220 100644 --- a/advisories/unreviewed/2022/05/GHSA-7mcq-4g86-cgx3/GHSA-7mcq-4g86-cgx3.json +++ b/advisories/unreviewed/2022/05/GHSA-7mcq-4g86-cgx3/GHSA-7mcq-4g86-cgx3.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-7p6q-wh2x-4x7c/GHSA-7p6q-wh2x-4x7c.json b/advisories/unreviewed/2022/05/GHSA-7p6q-wh2x-4x7c/GHSA-7p6q-wh2x-4x7c.json index 076188091cb..dc78eaec40d 100644 --- a/advisories/unreviewed/2022/05/GHSA-7p6q-wh2x-4x7c/GHSA-7p6q-wh2x-4x7c.json +++ b/advisories/unreviewed/2022/05/GHSA-7p6q-wh2x-4x7c/GHSA-7p6q-wh2x-4x7c.json @@ -7,12 +7,8 @@ "CVE-2013-3069" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in NETGEAR WNDR4700 with firmware 1.0.0.34 allow remote authenticated users to inject arbitrary web script or HTML via the (1) UserName or (2) Password to the NAS User Setup page, (3) deviceName to USB_advanced.htm, or (4) Network Key to the Wireless Setup page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7p82-5x8g-c4vh/GHSA-7p82-5x8g-c4vh.json b/advisories/unreviewed/2022/05/GHSA-7p82-5x8g-c4vh/GHSA-7p82-5x8g-c4vh.json index c1140eed735..bb8fbd30748 100644 --- a/advisories/unreviewed/2022/05/GHSA-7p82-5x8g-c4vh/GHSA-7p82-5x8g-c4vh.json +++ b/advisories/unreviewed/2022/05/GHSA-7p82-5x8g-c4vh/GHSA-7p82-5x8g-c4vh.json @@ -7,12 +7,8 @@ "CVE-2013-5359" ], "details": "Stack-based buffer overflow in Picasa3.exe in Google Picasa before 3.9.0 Build 137.69 might allow remote attackers to execute arbitrary code via a crafted RAW file, as demonstrated using a KDC file with a certain size.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7q5w-8wg2-xwr7/GHSA-7q5w-8wg2-xwr7.json b/advisories/unreviewed/2022/05/GHSA-7q5w-8wg2-xwr7/GHSA-7q5w-8wg2-xwr7.json index d9c3dea796d..04069d84cb5 100644 --- a/advisories/unreviewed/2022/05/GHSA-7q5w-8wg2-xwr7/GHSA-7q5w-8wg2-xwr7.json +++ b/advisories/unreviewed/2022/05/GHSA-7q5w-8wg2-xwr7/GHSA-7q5w-8wg2-xwr7.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-7qqw-3436-pv6f/GHSA-7qqw-3436-pv6f.json b/advisories/unreviewed/2022/05/GHSA-7qqw-3436-pv6f/GHSA-7qqw-3436-pv6f.json index c236830bdd3..b9ef6e0b423 100644 --- a/advisories/unreviewed/2022/05/GHSA-7qqw-3436-pv6f/GHSA-7qqw-3436-pv6f.json +++ b/advisories/unreviewed/2022/05/GHSA-7qqw-3436-pv6f/GHSA-7qqw-3436-pv6f.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-7qrh-j8hf-935p/GHSA-7qrh-j8hf-935p.json b/advisories/unreviewed/2022/05/GHSA-7qrh-j8hf-935p/GHSA-7qrh-j8hf-935p.json index 6c16db30a6f..9e8917e4153 100644 --- a/advisories/unreviewed/2022/05/GHSA-7qrh-j8hf-935p/GHSA-7qrh-j8hf-935p.json +++ b/advisories/unreviewed/2022/05/GHSA-7qrh-j8hf-935p/GHSA-7qrh-j8hf-935p.json @@ -7,12 +7,8 @@ "CVE-2014-2288" ], "details": "The PJSIP channel driver in Asterisk Open Source 12.x before 12.1.1, when qualify_frequency \"is enabled on an AOR and the remote SIP server challenges for authentication of the resulting OPTIONS request,\" allows remote attackers to cause a denial of service (crash) via a PJSIP endpoint that does not have an associated outgoing request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7r5q-7rq4-xmm9/GHSA-7r5q-7rq4-xmm9.json b/advisories/unreviewed/2022/05/GHSA-7r5q-7rq4-xmm9/GHSA-7r5q-7rq4-xmm9.json index 0e9347de440..77b426f5aeb 100644 --- a/advisories/unreviewed/2022/05/GHSA-7r5q-7rq4-xmm9/GHSA-7r5q-7rq4-xmm9.json +++ b/advisories/unreviewed/2022/05/GHSA-7r5q-7rq4-xmm9/GHSA-7r5q-7rq4-xmm9.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": "WEB", diff --git a/advisories/unreviewed/2022/05/GHSA-7r87-496h-6jf3/GHSA-7r87-496h-6jf3.json b/advisories/unreviewed/2022/05/GHSA-7r87-496h-6jf3/GHSA-7r87-496h-6jf3.json index cdf8daf1978..37844b0a34f 100644 --- a/advisories/unreviewed/2022/05/GHSA-7r87-496h-6jf3/GHSA-7r87-496h-6jf3.json +++ b/advisories/unreviewed/2022/05/GHSA-7r87-496h-6jf3/GHSA-7r87-496h-6jf3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7wc7-36pp-g93m/GHSA-7wc7-36pp-g93m.json b/advisories/unreviewed/2022/05/GHSA-7wc7-36pp-g93m/GHSA-7wc7-36pp-g93m.json index fd1afb3d13e..cc457be6428 100644 --- a/advisories/unreviewed/2022/05/GHSA-7wc7-36pp-g93m/GHSA-7wc7-36pp-g93m.json +++ b/advisories/unreviewed/2022/05/GHSA-7wc7-36pp-g93m/GHSA-7wc7-36pp-g93m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7x49-c3gr-9hhc/GHSA-7x49-c3gr-9hhc.json b/advisories/unreviewed/2022/05/GHSA-7x49-c3gr-9hhc/GHSA-7x49-c3gr-9hhc.json index 5abe4266348..0c72a1214f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-7x49-c3gr-9hhc/GHSA-7x49-c3gr-9hhc.json +++ b/advisories/unreviewed/2022/05/GHSA-7x49-c3gr-9hhc/GHSA-7x49-c3gr-9hhc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7x5c-764v-q5v3/GHSA-7x5c-764v-q5v3.json b/advisories/unreviewed/2022/05/GHSA-7x5c-764v-q5v3/GHSA-7x5c-764v-q5v3.json index 0bf41237cc2..701327ed517 100644 --- a/advisories/unreviewed/2022/05/GHSA-7x5c-764v-q5v3/GHSA-7x5c-764v-q5v3.json +++ b/advisories/unreviewed/2022/05/GHSA-7x5c-764v-q5v3/GHSA-7x5c-764v-q5v3.json @@ -7,12 +7,8 @@ "CVE-2014-2446" ], "details": "Unspecified vulnerability in the PeopleSoft Enterprise PT PeopleTools component in Oracle PeopleSoft Products 8.52 and 8.53 allows remote authenticated users to affect confidentiality via vectors related to QAS.", - "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-7x72-c8hq-2g3q/GHSA-7x72-c8hq-2g3q.json b/advisories/unreviewed/2022/05/GHSA-7x72-c8hq-2g3q/GHSA-7x72-c8hq-2g3q.json index 8cc734f6533..3ce983a6b3f 100644 --- a/advisories/unreviewed/2022/05/GHSA-7x72-c8hq-2g3q/GHSA-7x72-c8hq-2g3q.json +++ b/advisories/unreviewed/2022/05/GHSA-7x72-c8hq-2g3q/GHSA-7x72-c8hq-2g3q.json @@ -7,12 +7,8 @@ "CVE-2014-0348" ], "details": "The Artiva Agency Single Sign-On (SSO) implementation in Artiva Workstation 1.3.x before 1.3.9, Artiva Rm 3.1 MR7, Artiva Healthcare 5.2 MR5, and Artiva Architect 3.2 MR5, when the domain-name option is enabled, allows remote attackers to login to arbitrary domain accounts by using the corresponding username on a Windows client machine.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7x87-wr85-45rj/GHSA-7x87-wr85-45rj.json b/advisories/unreviewed/2022/05/GHSA-7x87-wr85-45rj/GHSA-7x87-wr85-45rj.json index 128e6df46c0..80e613c57b2 100644 --- a/advisories/unreviewed/2022/05/GHSA-7x87-wr85-45rj/GHSA-7x87-wr85-45rj.json +++ b/advisories/unreviewed/2022/05/GHSA-7x87-wr85-45rj/GHSA-7x87-wr85-45rj.json @@ -7,12 +7,8 @@ "CVE-2014-2310" ], "details": "The AgentX subagent in Net-SNMP before 5.4.4 allows remote attackers to cause a denial of service (hang) by sending a multi-object request with an Object ID (OID) containing more subids than previous requests, a different vulnerability than CVE-2012-6151.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7xcw-cfh3-rfm5/GHSA-7xcw-cfh3-rfm5.json b/advisories/unreviewed/2022/05/GHSA-7xcw-cfh3-rfm5/GHSA-7xcw-cfh3-rfm5.json index a0fe7ebbcd2..514ebb6d19e 100644 --- a/advisories/unreviewed/2022/05/GHSA-7xcw-cfh3-rfm5/GHSA-7xcw-cfh3-rfm5.json +++ b/advisories/unreviewed/2022/05/GHSA-7xcw-cfh3-rfm5/GHSA-7xcw-cfh3-rfm5.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/2022/05/GHSA-7xq7-p82c-qrpj/GHSA-7xq7-p82c-qrpj.json b/advisories/unreviewed/2022/05/GHSA-7xq7-p82c-qrpj/GHSA-7xq7-p82c-qrpj.json index c869c7347a1..15aa51f1267 100644 --- a/advisories/unreviewed/2022/05/GHSA-7xq7-p82c-qrpj/GHSA-7xq7-p82c-qrpj.json +++ b/advisories/unreviewed/2022/05/GHSA-7xq7-p82c-qrpj/GHSA-7xq7-p82c-qrpj.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-82c4-6qcm-pjxg/GHSA-82c4-6qcm-pjxg.json b/advisories/unreviewed/2022/05/GHSA-82c4-6qcm-pjxg/GHSA-82c4-6qcm-pjxg.json index 5deaa4b6146..bb28f69ba25 100644 --- a/advisories/unreviewed/2022/05/GHSA-82c4-6qcm-pjxg/GHSA-82c4-6qcm-pjxg.json +++ b/advisories/unreviewed/2022/05/GHSA-82c4-6qcm-pjxg/GHSA-82c4-6qcm-pjxg.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/05/GHSA-82ff-953v-q8cv/GHSA-82ff-953v-q8cv.json b/advisories/unreviewed/2022/05/GHSA-82ff-953v-q8cv/GHSA-82ff-953v-q8cv.json index dc67b04987e..8dc591e04e4 100644 --- a/advisories/unreviewed/2022/05/GHSA-82ff-953v-q8cv/GHSA-82ff-953v-q8cv.json +++ b/advisories/unreviewed/2022/05/GHSA-82ff-953v-q8cv/GHSA-82ff-953v-q8cv.json @@ -7,12 +7,8 @@ "CVE-2014-2155" ], "details": "The DHCPv6 server module in Cisco CNS Network Registrar 7.1 allows remote attackers to cause a denial of service (daemon reload) via a malformed DHCPv6 packet, aka Bug ID CSCuo07437.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-83p5-jgx7-4qjw/GHSA-83p5-jgx7-4qjw.json b/advisories/unreviewed/2022/05/GHSA-83p5-jgx7-4qjw/GHSA-83p5-jgx7-4qjw.json index 60814aa261b..af1a2f5a3fd 100644 --- a/advisories/unreviewed/2022/05/GHSA-83p5-jgx7-4qjw/GHSA-83p5-jgx7-4qjw.json +++ b/advisories/unreviewed/2022/05/GHSA-83p5-jgx7-4qjw/GHSA-83p5-jgx7-4qjw.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-83qf-rhjh-q9pp/GHSA-83qf-rhjh-q9pp.json b/advisories/unreviewed/2022/05/GHSA-83qf-rhjh-q9pp/GHSA-83qf-rhjh-q9pp.json index defa6dbd974..1525c3ea9c6 100644 --- a/advisories/unreviewed/2022/05/GHSA-83qf-rhjh-q9pp/GHSA-83qf-rhjh-q9pp.json +++ b/advisories/unreviewed/2022/05/GHSA-83qf-rhjh-q9pp/GHSA-83qf-rhjh-q9pp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-84xj-78rw-rf33/GHSA-84xj-78rw-rf33.json b/advisories/unreviewed/2022/05/GHSA-84xj-78rw-rf33/GHSA-84xj-78rw-rf33.json index 2141544e755..412cd5160d6 100644 --- a/advisories/unreviewed/2022/05/GHSA-84xj-78rw-rf33/GHSA-84xj-78rw-rf33.json +++ b/advisories/unreviewed/2022/05/GHSA-84xj-78rw-rf33/GHSA-84xj-78rw-rf33.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-85c3-6734-6rqp/GHSA-85c3-6734-6rqp.json b/advisories/unreviewed/2022/05/GHSA-85c3-6734-6rqp/GHSA-85c3-6734-6rqp.json index 2a94c31e2f5..40d16119d6c 100644 --- a/advisories/unreviewed/2022/05/GHSA-85c3-6734-6rqp/GHSA-85c3-6734-6rqp.json +++ b/advisories/unreviewed/2022/05/GHSA-85c3-6734-6rqp/GHSA-85c3-6734-6rqp.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": "WEB", diff --git a/advisories/unreviewed/2022/05/GHSA-85cp-839g-xmmq/GHSA-85cp-839g-xmmq.json b/advisories/unreviewed/2022/05/GHSA-85cp-839g-xmmq/GHSA-85cp-839g-xmmq.json index 60c200a8ed5..07ad79956b6 100644 --- a/advisories/unreviewed/2022/05/GHSA-85cp-839g-xmmq/GHSA-85cp-839g-xmmq.json +++ b/advisories/unreviewed/2022/05/GHSA-85cp-839g-xmmq/GHSA-85cp-839g-xmmq.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/2022/05/GHSA-865x-x787-2cjj/GHSA-865x-x787-2cjj.json b/advisories/unreviewed/2022/05/GHSA-865x-x787-2cjj/GHSA-865x-x787-2cjj.json index f98e25f2be3..153ee36f2e9 100644 --- a/advisories/unreviewed/2022/05/GHSA-865x-x787-2cjj/GHSA-865x-x787-2cjj.json +++ b/advisories/unreviewed/2022/05/GHSA-865x-x787-2cjj/GHSA-865x-x787-2cjj.json @@ -7,12 +7,8 @@ "CVE-2012-3359" ], "details": "Luci in Red Hat Conga stores the user's username and password in a Base64 encoded string in the __ac session cookie, which allows attackers to gain privileges by accessing this cookie. NOTE: this issue has been SPLIT due to different vulnerability types. Use CVE-2013-7347 for the incorrect enforcement of a user timeout.", - "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-86w3-hm4v-hj7x/GHSA-86w3-hm4v-hj7x.json b/advisories/unreviewed/2022/05/GHSA-86w3-hm4v-hj7x/GHSA-86w3-hm4v-hj7x.json index 29c3f4b86b0..cf1739cbd9d 100644 --- a/advisories/unreviewed/2022/05/GHSA-86w3-hm4v-hj7x/GHSA-86w3-hm4v-hj7x.json +++ b/advisories/unreviewed/2022/05/GHSA-86w3-hm4v-hj7x/GHSA-86w3-hm4v-hj7x.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", @@ -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-899f-m5f4-9vc7/GHSA-899f-m5f4-9vc7.json b/advisories/unreviewed/2022/05/GHSA-899f-m5f4-9vc7/GHSA-899f-m5f4-9vc7.json index 06b55bbc66b..0d911c89947 100644 --- a/advisories/unreviewed/2022/05/GHSA-899f-m5f4-9vc7/GHSA-899f-m5f4-9vc7.json +++ b/advisories/unreviewed/2022/05/GHSA-899f-m5f4-9vc7/GHSA-899f-m5f4-9vc7.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-8cmc-mx2x-f7v4/GHSA-8cmc-mx2x-f7v4.json b/advisories/unreviewed/2022/05/GHSA-8cmc-mx2x-f7v4/GHSA-8cmc-mx2x-f7v4.json index 5122948e3a9..c8e489d34e8 100644 --- a/advisories/unreviewed/2022/05/GHSA-8cmc-mx2x-f7v4/GHSA-8cmc-mx2x-f7v4.json +++ b/advisories/unreviewed/2022/05/GHSA-8cmc-mx2x-f7v4/GHSA-8cmc-mx2x-f7v4.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-8cr8-7h2h-c8f7/GHSA-8cr8-7h2h-c8f7.json b/advisories/unreviewed/2022/05/GHSA-8cr8-7h2h-c8f7/GHSA-8cr8-7h2h-c8f7.json index ee3a8f64097..fad814718f5 100644 --- a/advisories/unreviewed/2022/05/GHSA-8cr8-7h2h-c8f7/GHSA-8cr8-7h2h-c8f7.json +++ b/advisories/unreviewed/2022/05/GHSA-8cr8-7h2h-c8f7/GHSA-8cr8-7h2h-c8f7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8g6p-5f49-wrw9/GHSA-8g6p-5f49-wrw9.json b/advisories/unreviewed/2022/05/GHSA-8g6p-5f49-wrw9/GHSA-8g6p-5f49-wrw9.json index d8d19b67e38..8b24883c32d 100644 --- a/advisories/unreviewed/2022/05/GHSA-8g6p-5f49-wrw9/GHSA-8g6p-5f49-wrw9.json +++ b/advisories/unreviewed/2022/05/GHSA-8g6p-5f49-wrw9/GHSA-8g6p-5f49-wrw9.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-8j5f-68q6-wpx2/GHSA-8j5f-68q6-wpx2.json b/advisories/unreviewed/2022/05/GHSA-8j5f-68q6-wpx2/GHSA-8j5f-68q6-wpx2.json index a91569b6002..f58b4aac016 100644 --- a/advisories/unreviewed/2022/05/GHSA-8j5f-68q6-wpx2/GHSA-8j5f-68q6-wpx2.json +++ b/advisories/unreviewed/2022/05/GHSA-8j5f-68q6-wpx2/GHSA-8j5f-68q6-wpx2.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", @@ -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-8jhg-7mm6-vg49/GHSA-8jhg-7mm6-vg49.json b/advisories/unreviewed/2022/05/GHSA-8jhg-7mm6-vg49/GHSA-8jhg-7mm6-vg49.json index d0c546c15ed..a16e9a8f98b 100644 --- a/advisories/unreviewed/2022/05/GHSA-8jhg-7mm6-vg49/GHSA-8jhg-7mm6-vg49.json +++ b/advisories/unreviewed/2022/05/GHSA-8jhg-7mm6-vg49/GHSA-8jhg-7mm6-vg49.json @@ -7,12 +7,8 @@ "CVE-2014-2745" ], "details": "Prosody before 0.9.4 does not properly restrict the processing of compressed XML elements, which allows remote attackers to cause a denial of service (resource consumption) via a crafted XMPP stream, aka an \"xmppbomb\" attack, related to core/portmanager.lua and util/xmppstream.lua.", - "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-8jjf-jf87-jr8v/GHSA-8jjf-jf87-jr8v.json b/advisories/unreviewed/2022/05/GHSA-8jjf-jf87-jr8v/GHSA-8jjf-jf87-jr8v.json index 7b2f88e1833..70912607a92 100644 --- a/advisories/unreviewed/2022/05/GHSA-8jjf-jf87-jr8v/GHSA-8jjf-jf87-jr8v.json +++ b/advisories/unreviewed/2022/05/GHSA-8jjf-jf87-jr8v/GHSA-8jjf-jf87-jr8v.json @@ -7,12 +7,8 @@ "CVE-2014-0353" ], "details": "The ZyXEL Wireless N300 NetUSB NBG-419N router with firmware 1.00(BFQ.6)C0 allows remote attackers to bypass authentication by using %2F sequences in place of / (slash) characters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8mj6-64xh-wr5w/GHSA-8mj6-64xh-wr5w.json b/advisories/unreviewed/2022/05/GHSA-8mj6-64xh-wr5w/GHSA-8mj6-64xh-wr5w.json index 8782db8edc6..fbb0ef7052c 100644 --- a/advisories/unreviewed/2022/05/GHSA-8mj6-64xh-wr5w/GHSA-8mj6-64xh-wr5w.json +++ b/advisories/unreviewed/2022/05/GHSA-8mj6-64xh-wr5w/GHSA-8mj6-64xh-wr5w.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-8phr-8wxp-777p/GHSA-8phr-8wxp-777p.json b/advisories/unreviewed/2022/05/GHSA-8phr-8wxp-777p/GHSA-8phr-8wxp-777p.json index 9023165e125..0601a78c3d8 100644 --- a/advisories/unreviewed/2022/05/GHSA-8phr-8wxp-777p/GHSA-8phr-8wxp-777p.json +++ b/advisories/unreviewed/2022/05/GHSA-8phr-8wxp-777p/GHSA-8phr-8wxp-777p.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-8rm9-ph3p-x36x/GHSA-8rm9-ph3p-x36x.json b/advisories/unreviewed/2022/05/GHSA-8rm9-ph3p-x36x/GHSA-8rm9-ph3p-x36x.json index bbe1e3c7528..4c9a77b93a2 100644 --- a/advisories/unreviewed/2022/05/GHSA-8rm9-ph3p-x36x/GHSA-8rm9-ph3p-x36x.json +++ b/advisories/unreviewed/2022/05/GHSA-8rm9-ph3p-x36x/GHSA-8rm9-ph3p-x36x.json @@ -7,12 +7,8 @@ "CVE-2011-3944" ], "details": "The smacker_decode_header_tree function in libavcodec/smacker.c in FFmpeg before 0.10 allows remote attackers to have an unspecified impact via crafted Smacker data.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8x96-f2vc-6qpf/GHSA-8x96-f2vc-6qpf.json b/advisories/unreviewed/2022/05/GHSA-8x96-f2vc-6qpf/GHSA-8x96-f2vc-6qpf.json index 5464b485a42..4583a7581d2 100644 --- a/advisories/unreviewed/2022/05/GHSA-8x96-f2vc-6qpf/GHSA-8x96-f2vc-6qpf.json +++ b/advisories/unreviewed/2022/05/GHSA-8x96-f2vc-6qpf/GHSA-8x96-f2vc-6qpf.json @@ -7,12 +7,8 @@ "CVE-2014-2287" ], "details": "channels/chan_sip.c in Asterisk Open Source 1.8.x before 1.8.26.1, 11.8.x before 11.8.1, and 12.1.x before 12.1.1, and Certified Asterisk 1.8.15 before 1.8.15-cert5 and 11.6 before 11.6-cert2, when chan_sip has a certain configuration, allows remote authenticated users to cause a denial of service (channel and file descriptor consumption) via an INVITE request with a (1) Session-Expires or (2) Min-SE header with a malformed or invalid value.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8xpj-93h4-9m2q/GHSA-8xpj-93h4-9m2q.json b/advisories/unreviewed/2022/05/GHSA-8xpj-93h4-9m2q/GHSA-8xpj-93h4-9m2q.json index 97e429725d7..a9d2e026011 100644 --- a/advisories/unreviewed/2022/05/GHSA-8xpj-93h4-9m2q/GHSA-8xpj-93h4-9m2q.json +++ b/advisories/unreviewed/2022/05/GHSA-8xpj-93h4-9m2q/GHSA-8xpj-93h4-9m2q.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-935j-gr9x-5v25/GHSA-935j-gr9x-5v25.json b/advisories/unreviewed/2022/05/GHSA-935j-gr9x-5v25/GHSA-935j-gr9x-5v25.json index afaefc9110c..46a1f477d8d 100644 --- a/advisories/unreviewed/2022/05/GHSA-935j-gr9x-5v25/GHSA-935j-gr9x-5v25.json +++ b/advisories/unreviewed/2022/05/GHSA-935j-gr9x-5v25/GHSA-935j-gr9x-5v25.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-9384-2vc3-r4fp/GHSA-9384-2vc3-r4fp.json b/advisories/unreviewed/2022/05/GHSA-9384-2vc3-r4fp/GHSA-9384-2vc3-r4fp.json index f78cd620edc..1c007067418 100644 --- a/advisories/unreviewed/2022/05/GHSA-9384-2vc3-r4fp/GHSA-9384-2vc3-r4fp.json +++ b/advisories/unreviewed/2022/05/GHSA-9384-2vc3-r4fp/GHSA-9384-2vc3-r4fp.json @@ -7,12 +7,8 @@ "CVE-2014-1319" ], "details": "Buffer overflow in ImageIO in Apple OS X 10.9.x through 10.9.2 allows remote attackers to execute arbitrary code or cause a denial of service (application crash) via a crafted JPEG image.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-93qx-43mc-q36j/GHSA-93qx-43mc-q36j.json b/advisories/unreviewed/2022/05/GHSA-93qx-43mc-q36j/GHSA-93qx-43mc-q36j.json index 10327852d0f..68e46bc54e8 100644 --- a/advisories/unreviewed/2022/05/GHSA-93qx-43mc-q36j/GHSA-93qx-43mc-q36j.json +++ b/advisories/unreviewed/2022/05/GHSA-93qx-43mc-q36j/GHSA-93qx-43mc-q36j.json @@ -7,12 +7,8 @@ "CVE-2014-2859" ], "details": "PaperThin CommonSpot before 7.0.2 and 8.x before 8.0.3 allows remote attackers to bypass intended access restrictions via a direct request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-93vf-46j6-q3jh/GHSA-93vf-46j6-q3jh.json b/advisories/unreviewed/2022/05/GHSA-93vf-46j6-q3jh/GHSA-93vf-46j6-q3jh.json index 58d901be255..e00241dc5ac 100644 --- a/advisories/unreviewed/2022/05/GHSA-93vf-46j6-q3jh/GHSA-93vf-46j6-q3jh.json +++ b/advisories/unreviewed/2022/05/GHSA-93vf-46j6-q3jh/GHSA-93vf-46j6-q3jh.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-943g-4p6r-j7gq/GHSA-943g-4p6r-j7gq.json b/advisories/unreviewed/2022/05/GHSA-943g-4p6r-j7gq/GHSA-943g-4p6r-j7gq.json index c94f7b54c7f..ccdfd87f11e 100644 --- a/advisories/unreviewed/2022/05/GHSA-943g-4p6r-j7gq/GHSA-943g-4p6r-j7gq.json +++ b/advisories/unreviewed/2022/05/GHSA-943g-4p6r-j7gq/GHSA-943g-4p6r-j7gq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-95qq-4mqm-pp5g/GHSA-95qq-4mqm-pp5g.json b/advisories/unreviewed/2022/05/GHSA-95qq-4mqm-pp5g/GHSA-95qq-4mqm-pp5g.json index ce86bb9edf5..4f6f906a0e4 100644 --- a/advisories/unreviewed/2022/05/GHSA-95qq-4mqm-pp5g/GHSA-95qq-4mqm-pp5g.json +++ b/advisories/unreviewed/2022/05/GHSA-95qq-4mqm-pp5g/GHSA-95qq-4mqm-pp5g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-964r-mpxx-74p7/GHSA-964r-mpxx-74p7.json b/advisories/unreviewed/2022/05/GHSA-964r-mpxx-74p7/GHSA-964r-mpxx-74p7.json index 1c9469c5205..f219b6dfe4e 100644 --- a/advisories/unreviewed/2022/05/GHSA-964r-mpxx-74p7/GHSA-964r-mpxx-74p7.json +++ b/advisories/unreviewed/2022/05/GHSA-964r-mpxx-74p7/GHSA-964r-mpxx-74p7.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-9662-jc44-mgqr/GHSA-9662-jc44-mgqr.json b/advisories/unreviewed/2022/05/GHSA-9662-jc44-mgqr/GHSA-9662-jc44-mgqr.json index c5dc2243ee8..b0e4e89c5a7 100644 --- a/advisories/unreviewed/2022/05/GHSA-9662-jc44-mgqr/GHSA-9662-jc44-mgqr.json +++ b/advisories/unreviewed/2022/05/GHSA-9662-jc44-mgqr/GHSA-9662-jc44-mgqr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-96pp-c6hc-p26q/GHSA-96pp-c6hc-p26q.json b/advisories/unreviewed/2022/05/GHSA-96pp-c6hc-p26q/GHSA-96pp-c6hc-p26q.json index 206173228da..40e09fd1bd3 100644 --- a/advisories/unreviewed/2022/05/GHSA-96pp-c6hc-p26q/GHSA-96pp-c6hc-p26q.json +++ b/advisories/unreviewed/2022/05/GHSA-96pp-c6hc-p26q/GHSA-96pp-c6hc-p26q.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-976p-rvwm-wmfj/GHSA-976p-rvwm-wmfj.json b/advisories/unreviewed/2022/05/GHSA-976p-rvwm-wmfj/GHSA-976p-rvwm-wmfj.json index 56edacabe47..08fa4e749b2 100644 --- a/advisories/unreviewed/2022/05/GHSA-976p-rvwm-wmfj/GHSA-976p-rvwm-wmfj.json +++ b/advisories/unreviewed/2022/05/GHSA-976p-rvwm-wmfj/GHSA-976p-rvwm-wmfj.json @@ -7,12 +7,8 @@ "CVE-2014-2464" ], "details": "Unspecified vulnerability in the Oracle Agile PLM Framework component in Oracle Supply Chain Products Suite 9.3.3.0 allows remote authenticated users to affect confidentiality via unknown vectors related to Security.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-98vp-7gxg-5889/GHSA-98vp-7gxg-5889.json b/advisories/unreviewed/2022/05/GHSA-98vp-7gxg-5889/GHSA-98vp-7gxg-5889.json index 51e068b2e7b..91dbcf6ddc1 100644 --- a/advisories/unreviewed/2022/05/GHSA-98vp-7gxg-5889/GHSA-98vp-7gxg-5889.json +++ b/advisories/unreviewed/2022/05/GHSA-98vp-7gxg-5889/GHSA-98vp-7gxg-5889.json @@ -7,12 +7,8 @@ "CVE-2012-6623" ], "details": "Cross-site scripting (XSS) vulnerability in fs-admin/wpf-add-forum.php in the ForumPress WP Forum Server plugin before 1.7.5 for WordPress allows remote attackers to inject arbitrary web script or HTML via the groupid parameter in an addforum action to wp-admin/admin.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9fwx-7fq3-fmfp/GHSA-9fwx-7fq3-fmfp.json b/advisories/unreviewed/2022/05/GHSA-9fwx-7fq3-fmfp/GHSA-9fwx-7fq3-fmfp.json index 4ee22b241ab..9314a2d5782 100644 --- a/advisories/unreviewed/2022/05/GHSA-9fwx-7fq3-fmfp/GHSA-9fwx-7fq3-fmfp.json +++ b/advisories/unreviewed/2022/05/GHSA-9fwx-7fq3-fmfp/GHSA-9fwx-7fq3-fmfp.json @@ -7,12 +7,8 @@ "CVE-2014-2872" ], "details": "PaperThin CommonSpot before 7.0.2 and 8.x before 8.0.3 allows remote attackers to obtain potentially sensitive information from a directory listing via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9g9q-8hww-wvfx/GHSA-9g9q-8hww-wvfx.json b/advisories/unreviewed/2022/05/GHSA-9g9q-8hww-wvfx/GHSA-9g9q-8hww-wvfx.json index ca18797e340..51895555f66 100644 --- a/advisories/unreviewed/2022/05/GHSA-9g9q-8hww-wvfx/GHSA-9g9q-8hww-wvfx.json +++ b/advisories/unreviewed/2022/05/GHSA-9g9q-8hww-wvfx/GHSA-9g9q-8hww-wvfx.json @@ -7,12 +7,8 @@ "CVE-2013-1764" ], "details": "The Zypper (aka zypp) backend in PackageKit before 0.8.8 allows local users to downgrade packages via the \"install updates\" method.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9hgw-rg97-xh38/GHSA-9hgw-rg97-xh38.json b/advisories/unreviewed/2022/05/GHSA-9hgw-rg97-xh38/GHSA-9hgw-rg97-xh38.json index 107c89c8f38..dd1862250a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-9hgw-rg97-xh38/GHSA-9hgw-rg97-xh38.json +++ b/advisories/unreviewed/2022/05/GHSA-9hgw-rg97-xh38/GHSA-9hgw-rg97-xh38.json @@ -7,12 +7,8 @@ "CVE-2011-3628" ], "details": "Untrusted search path vulnerability in pam_motd (aka the MOTD module) in libpam-modules before 1.1.3-2ubuntu2.1 on Ubuntu 11.10, before 1.1.2-2ubuntu8.4 on Ubuntu 11.04, before 1.1.1-4ubuntu2.4 on Ubuntu 10.10, before 1.1.1-2ubuntu5.4 on Ubuntu 10.04 LTS, and before 0.99.7.1-5ubuntu6.5 on Ubuntu 8.04 LTS, when using certain configurations such as \"session optional pam_motd.so\", allows local users to gain privileges by modifying the PATH environment variable to reference a malicious command, as demonstrated via uname.", - "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-9jw7-m3f8-7p2f/GHSA-9jw7-m3f8-7p2f.json b/advisories/unreviewed/2022/05/GHSA-9jw7-m3f8-7p2f/GHSA-9jw7-m3f8-7p2f.json index 129b20a0848..a8dde8a231b 100644 --- a/advisories/unreviewed/2022/05/GHSA-9jw7-m3f8-7p2f/GHSA-9jw7-m3f8-7p2f.json +++ b/advisories/unreviewed/2022/05/GHSA-9jw7-m3f8-7p2f/GHSA-9jw7-m3f8-7p2f.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": "WEB", diff --git a/advisories/unreviewed/2022/05/GHSA-9pmm-h9qx-3j7r/GHSA-9pmm-h9qx-3j7r.json b/advisories/unreviewed/2022/05/GHSA-9pmm-h9qx-3j7r/GHSA-9pmm-h9qx-3j7r.json index eff4888fd98..c48660ef243 100644 --- a/advisories/unreviewed/2022/05/GHSA-9pmm-h9qx-3j7r/GHSA-9pmm-h9qx-3j7r.json +++ b/advisories/unreviewed/2022/05/GHSA-9pmm-h9qx-3j7r/GHSA-9pmm-h9qx-3j7r.json @@ -7,12 +7,8 @@ "CVE-2013-5030" ], "details": "Ruckus Wireless Zoneflex 2942 devices with firmware 9.6.0.0.267 allow remote attackers to bypass authentication, and subsequently access certain configuration/ and maintenance/ scripts, by constructing a crafted URI after receiving an authentication error for an arbitrary login attempt.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9q73-pqxf-h52m/GHSA-9q73-pqxf-h52m.json b/advisories/unreviewed/2022/05/GHSA-9q73-pqxf-h52m/GHSA-9q73-pqxf-h52m.json index 48fca38e601..aab7121e485 100644 --- a/advisories/unreviewed/2022/05/GHSA-9q73-pqxf-h52m/GHSA-9q73-pqxf-h52m.json +++ b/advisories/unreviewed/2022/05/GHSA-9q73-pqxf-h52m/GHSA-9q73-pqxf-h52m.json @@ -7,12 +7,8 @@ "CVE-2014-2143" ], "details": "The IKE implementation in Cisco IOS 15.4(1)T and earlier and IOS XE allows remote attackers to cause a denial of service (security-association drop) via crafted Main Mode packets, aka Bug ID CSCun31021.", - "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-9qqj-ph57-5qmh/GHSA-9qqj-ph57-5qmh.json b/advisories/unreviewed/2022/05/GHSA-9qqj-ph57-5qmh/GHSA-9qqj-ph57-5qmh.json index dbd5cad10f1..ca8a8e5eddb 100644 --- a/advisories/unreviewed/2022/05/GHSA-9qqj-ph57-5qmh/GHSA-9qqj-ph57-5qmh.json +++ b/advisories/unreviewed/2022/05/GHSA-9qqj-ph57-5qmh/GHSA-9qqj-ph57-5qmh.json @@ -7,12 +7,8 @@ "CVE-2014-2458" ], "details": "Unspecified vulnerability in the Oracle Agile Product Lifecycle component in Oracle Supply Chain Products Suite 6.1.0.3 and 6.1.1.3 allows remote attackers to affect integrity via unknown vectors related to Install.", - "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-9rf4-rh3m-rwm3/GHSA-9rf4-rh3m-rwm3.json b/advisories/unreviewed/2022/05/GHSA-9rf4-rh3m-rwm3/GHSA-9rf4-rh3m-rwm3.json index a36ffc51fe0..0cd030f4eb2 100644 --- a/advisories/unreviewed/2022/05/GHSA-9rf4-rh3m-rwm3/GHSA-9rf4-rh3m-rwm3.json +++ b/advisories/unreviewed/2022/05/GHSA-9rf4-rh3m-rwm3/GHSA-9rf4-rh3m-rwm3.json @@ -7,12 +7,8 @@ "CVE-2014-2128" ], "details": "The SSL VPN implementation in Cisco Adaptive Security Appliance (ASA) Software 8.2 before 8.2(5.47, 8.3 before 8.3(2.40), 8.4 before 8.4(7.3), 8.6 before 8.6(1.13), 9.0 before 9.0(3.8), and 9.1 before 9.1(3.2) allows remote attackers to bypass authentication via (1) a crafted cookie value within modified HTTP POST data or (2) a crafted URL, aka Bug ID CSCua85555.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9vfc-vf73-jgfm/GHSA-9vfc-vf73-jgfm.json b/advisories/unreviewed/2022/05/GHSA-9vfc-vf73-jgfm/GHSA-9vfc-vf73-jgfm.json index eeff311115d..f63caa989c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-9vfc-vf73-jgfm/GHSA-9vfc-vf73-jgfm.json +++ b/advisories/unreviewed/2022/05/GHSA-9vfc-vf73-jgfm/GHSA-9vfc-vf73-jgfm.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-9w3j-493x-3wjr/GHSA-9w3j-493x-3wjr.json b/advisories/unreviewed/2022/05/GHSA-9w3j-493x-3wjr/GHSA-9w3j-493x-3wjr.json index ea1c59d1c49..ad84437b963 100644 --- a/advisories/unreviewed/2022/05/GHSA-9w3j-493x-3wjr/GHSA-9w3j-493x-3wjr.json +++ b/advisories/unreviewed/2022/05/GHSA-9w3j-493x-3wjr/GHSA-9w3j-493x-3wjr.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-c24j-m6gg-9jxh/GHSA-c24j-m6gg-9jxh.json b/advisories/unreviewed/2022/05/GHSA-c24j-m6gg-9jxh/GHSA-c24j-m6gg-9jxh.json index fcf2de0dbd2..f678511efa3 100644 --- a/advisories/unreviewed/2022/05/GHSA-c24j-m6gg-9jxh/GHSA-c24j-m6gg-9jxh.json +++ b/advisories/unreviewed/2022/05/GHSA-c24j-m6gg-9jxh/GHSA-c24j-m6gg-9jxh.json @@ -7,12 +7,8 @@ "CVE-2011-4193" ], "details": "Cross-site scripting (XSS) vulnerability in the overlay files tab in SUSE Studio Onsite 1.2 before 1.2.1 and SUSE Studio Extension for System z 1.2 before 1.2.1 allows remote attackers to inject arbitrary web script or HTML via a crafted application, related to cloning.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c263-2vpx-pv8p/GHSA-c263-2vpx-pv8p.json b/advisories/unreviewed/2022/05/GHSA-c263-2vpx-pv8p/GHSA-c263-2vpx-pv8p.json index 4659bedc443..df46c64fa86 100644 --- a/advisories/unreviewed/2022/05/GHSA-c263-2vpx-pv8p/GHSA-c263-2vpx-pv8p.json +++ b/advisories/unreviewed/2022/05/GHSA-c263-2vpx-pv8p/GHSA-c263-2vpx-pv8p.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-c2vj-fxvp-674h/GHSA-c2vj-fxvp-674h.json b/advisories/unreviewed/2022/05/GHSA-c2vj-fxvp-674h/GHSA-c2vj-fxvp-674h.json index 1daf9de33b9..721c6dd33dd 100644 --- a/advisories/unreviewed/2022/05/GHSA-c2vj-fxvp-674h/GHSA-c2vj-fxvp-674h.json +++ b/advisories/unreviewed/2022/05/GHSA-c2vj-fxvp-674h/GHSA-c2vj-fxvp-674h.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-c3qw-gwpv-g4fw/GHSA-c3qw-gwpv-g4fw.json b/advisories/unreviewed/2022/05/GHSA-c3qw-gwpv-g4fw/GHSA-c3qw-gwpv-g4fw.json index 1d2d74677a1..6cae1af50df 100644 --- a/advisories/unreviewed/2022/05/GHSA-c3qw-gwpv-g4fw/GHSA-c3qw-gwpv-g4fw.json +++ b/advisories/unreviewed/2022/05/GHSA-c3qw-gwpv-g4fw/GHSA-c3qw-gwpv-g4fw.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", @@ -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-c556-742c-cv9q/GHSA-c556-742c-cv9q.json b/advisories/unreviewed/2022/05/GHSA-c556-742c-cv9q/GHSA-c556-742c-cv9q.json index 0eb258f5964..b7de29190af 100644 --- a/advisories/unreviewed/2022/05/GHSA-c556-742c-cv9q/GHSA-c556-742c-cv9q.json +++ b/advisories/unreviewed/2022/05/GHSA-c556-742c-cv9q/GHSA-c556-742c-cv9q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c569-4cq6-rvg9/GHSA-c569-4cq6-rvg9.json b/advisories/unreviewed/2022/05/GHSA-c569-4cq6-rvg9/GHSA-c569-4cq6-rvg9.json index 8325896b04f..58c1b22516c 100644 --- a/advisories/unreviewed/2022/05/GHSA-c569-4cq6-rvg9/GHSA-c569-4cq6-rvg9.json +++ b/advisories/unreviewed/2022/05/GHSA-c569-4cq6-rvg9/GHSA-c569-4cq6-rvg9.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-c6gc-m5cw-45qg/GHSA-c6gc-m5cw-45qg.json b/advisories/unreviewed/2022/05/GHSA-c6gc-m5cw-45qg/GHSA-c6gc-m5cw-45qg.json index 958b0052557..0a6a4cba6c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-c6gc-m5cw-45qg/GHSA-c6gc-m5cw-45qg.json +++ b/advisories/unreviewed/2022/05/GHSA-c6gc-m5cw-45qg/GHSA-c6gc-m5cw-45qg.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/05/GHSA-c7hf-64rq-w8mm/GHSA-c7hf-64rq-w8mm.json b/advisories/unreviewed/2022/05/GHSA-c7hf-64rq-w8mm/GHSA-c7hf-64rq-w8mm.json index 2d387e1995c..3f7f8dcac98 100644 --- a/advisories/unreviewed/2022/05/GHSA-c7hf-64rq-w8mm/GHSA-c7hf-64rq-w8mm.json +++ b/advisories/unreviewed/2022/05/GHSA-c7hf-64rq-w8mm/GHSA-c7hf-64rq-w8mm.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": "WEB", diff --git a/advisories/unreviewed/2022/05/GHSA-c7vw-6v5h-6fj3/GHSA-c7vw-6v5h-6fj3.json b/advisories/unreviewed/2022/05/GHSA-c7vw-6v5h-6fj3/GHSA-c7vw-6v5h-6fj3.json index 6885ccf9df1..31e8a6d633c 100644 --- a/advisories/unreviewed/2022/05/GHSA-c7vw-6v5h-6fj3/GHSA-c7vw-6v5h-6fj3.json +++ b/advisories/unreviewed/2022/05/GHSA-c7vw-6v5h-6fj3/GHSA-c7vw-6v5h-6fj3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c877-4h7h-xvp6/GHSA-c877-4h7h-xvp6.json b/advisories/unreviewed/2022/05/GHSA-c877-4h7h-xvp6/GHSA-c877-4h7h-xvp6.json index 1eb75227650..6293c1a2d10 100644 --- a/advisories/unreviewed/2022/05/GHSA-c877-4h7h-xvp6/GHSA-c877-4h7h-xvp6.json +++ b/advisories/unreviewed/2022/05/GHSA-c877-4h7h-xvp6/GHSA-c877-4h7h-xvp6.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-c8rv-f2vp-3ch5/GHSA-c8rv-f2vp-3ch5.json b/advisories/unreviewed/2022/05/GHSA-c8rv-f2vp-3ch5/GHSA-c8rv-f2vp-3ch5.json index 91fe95f9a11..cbbd3eec3b2 100644 --- a/advisories/unreviewed/2022/05/GHSA-c8rv-f2vp-3ch5/GHSA-c8rv-f2vp-3ch5.json +++ b/advisories/unreviewed/2022/05/GHSA-c8rv-f2vp-3ch5/GHSA-c8rv-f2vp-3ch5.json @@ -7,12 +7,8 @@ "CVE-2014-2544" ], "details": "Unspecified vulnerability in Spotfire Web Player Engine, Spotfire Desktop, and Spotfire Server Authentication Module in TIBCO Spotfire Server 3.3.x before 3.3.4, 4.5.x before 4.5.1, 5.0.x before 5.0.2, 5.5.x before 5.5.1, and 6.x before 6.0.2; Spotfire Professional 4.0.x before 4.0.4, 4.5.x before 4.5.2, 5.0.x before 5.0.2, 5.5.x before 5.5.1, and 6.x before 6.0.1; Spotfire Web Player 4.0.x before 4.0.4, 4.5.x before 4.5.2, 5.0.x before 5.0.2, 5.5.x before 5.5.1, and 6.x before 6.0.1; Spotfire Automation Services 4.0.x before 4.0.4, 4.5.x before 4.5.2, 5.0.x before 5.0.2, 5.5.x before 5.5.1, and 6.x before 6.0.1; Spotfire Deployment Kit 4.0.x before 4.0.4, 4.5.x before 4.5.2, 5.0.x before 5.0.2, 5.5.x before 5.5.1, and 6.x before 6.0.1; Spotfire Desktop 6.x before 6.0.1; and Spotfire Analyst 6.x before 6.0.1 allows remote attackers to execute arbitrary code via unknown 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-c93p-q5pj-xx2p/GHSA-c93p-q5pj-xx2p.json b/advisories/unreviewed/2022/05/GHSA-c93p-q5pj-xx2p/GHSA-c93p-q5pj-xx2p.json index 43391ac8cd0..2c88a1a06b1 100644 --- a/advisories/unreviewed/2022/05/GHSA-c93p-q5pj-xx2p/GHSA-c93p-q5pj-xx2p.json +++ b/advisories/unreviewed/2022/05/GHSA-c93p-q5pj-xx2p/GHSA-c93p-q5pj-xx2p.json @@ -7,12 +7,8 @@ "CVE-2014-2869" ], "details": "PaperThin CommonSpot before 7.0.2 and 8.x before 8.0.3 allows remote attackers to obtain sensitive information via requests to unspecified URIs, as demonstrated by pathname, SQL server, e-mail address, and IP address information.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c9wp-3wwr-qvrc/GHSA-c9wp-3wwr-qvrc.json b/advisories/unreviewed/2022/05/GHSA-c9wp-3wwr-qvrc/GHSA-c9wp-3wwr-qvrc.json index 3148e7722b0..d6ebb27db80 100644 --- a/advisories/unreviewed/2022/05/GHSA-c9wp-3wwr-qvrc/GHSA-c9wp-3wwr-qvrc.json +++ b/advisories/unreviewed/2022/05/GHSA-c9wp-3wwr-qvrc/GHSA-c9wp-3wwr-qvrc.json @@ -7,12 +7,8 @@ "CVE-2014-0071" ], "details": "PackStack in Red Hat OpenStack 4.0 does not enforce the default security groups when deployed to Neutron, which allows remote attackers to bypass intended access restrictions and make unauthorized connections.", - "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-c9wv-mcc6-fp6m/GHSA-c9wv-mcc6-fp6m.json b/advisories/unreviewed/2022/05/GHSA-c9wv-mcc6-fp6m/GHSA-c9wv-mcc6-fp6m.json index 7078315563c..32231c8c3e2 100644 --- a/advisories/unreviewed/2022/05/GHSA-c9wv-mcc6-fp6m/GHSA-c9wv-mcc6-fp6m.json +++ b/advisories/unreviewed/2022/05/GHSA-c9wv-mcc6-fp6m/GHSA-c9wv-mcc6-fp6m.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": "WEB", diff --git a/advisories/unreviewed/2022/05/GHSA-c9xv-wmrf-xrjc/GHSA-c9xv-wmrf-xrjc.json b/advisories/unreviewed/2022/05/GHSA-c9xv-wmrf-xrjc/GHSA-c9xv-wmrf-xrjc.json index 45d80449ce9..d38fb442ecb 100644 --- a/advisories/unreviewed/2022/05/GHSA-c9xv-wmrf-xrjc/GHSA-c9xv-wmrf-xrjc.json +++ b/advisories/unreviewed/2022/05/GHSA-c9xv-wmrf-xrjc/GHSA-c9xv-wmrf-xrjc.json @@ -7,12 +7,8 @@ "CVE-2013-2706" ], "details": "Cross-site request forgery (CSRF) vulnerability in the Stream Video Player plugin 1.4.0 for WordPress allows remote attackers to hijack the authentication of administrators for requests that change plugin settings via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cg26-85qc-2433/GHSA-cg26-85qc-2433.json b/advisories/unreviewed/2022/05/GHSA-cg26-85qc-2433/GHSA-cg26-85qc-2433.json index 7055ce19c7b..615c4475aec 100644 --- a/advisories/unreviewed/2022/05/GHSA-cg26-85qc-2433/GHSA-cg26-85qc-2433.json +++ b/advisories/unreviewed/2022/05/GHSA-cg26-85qc-2433/GHSA-cg26-85qc-2433.json @@ -7,12 +7,8 @@ "CVE-2014-2425" ], "details": "Unspecified vulnerability in the Oracle OpenSSO component in Oracle Fusion Middleware 8.0 Update 2 Patch 5 allows remote authenticated users to affect confidentiality via unknown vectors.", - "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-cg8f-5cjp-f63j/GHSA-cg8f-5cjp-f63j.json b/advisories/unreviewed/2022/05/GHSA-cg8f-5cjp-f63j/GHSA-cg8f-5cjp-f63j.json index 8f5590e2635..61323b7334d 100644 --- a/advisories/unreviewed/2022/05/GHSA-cg8f-5cjp-f63j/GHSA-cg8f-5cjp-f63j.json +++ b/advisories/unreviewed/2022/05/GHSA-cg8f-5cjp-f63j/GHSA-cg8f-5cjp-f63j.json @@ -7,12 +7,8 @@ "CVE-2013-7112" ], "details": "The dissect_sip_common function in epan/dissectors/packet-sip.c in the SIP dissector in Wireshark 1.8.x before 1.8.12 and 1.10.x before 1.10.4 does not check for empty lines, which allows remote attackers to cause a denial of service (infinite loop) via a crafted packet.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cgfp-7g8f-3v37/GHSA-cgfp-7g8f-3v37.json b/advisories/unreviewed/2022/05/GHSA-cgfp-7g8f-3v37/GHSA-cgfp-7g8f-3v37.json index 9f9c1382c5d..8fa1f9e806d 100644 --- a/advisories/unreviewed/2022/05/GHSA-cgfp-7g8f-3v37/GHSA-cgfp-7g8f-3v37.json +++ b/advisories/unreviewed/2022/05/GHSA-cgfp-7g8f-3v37/GHSA-cgfp-7g8f-3v37.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-ch36-6p5f-9jg4/GHSA-ch36-6p5f-9jg4.json b/advisories/unreviewed/2022/05/GHSA-ch36-6p5f-9jg4/GHSA-ch36-6p5f-9jg4.json index a0e22a63b7f..714e6b4a3f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-ch36-6p5f-9jg4/GHSA-ch36-6p5f-9jg4.json +++ b/advisories/unreviewed/2022/05/GHSA-ch36-6p5f-9jg4/GHSA-ch36-6p5f-9jg4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-chwr-hm63-gqcq/GHSA-chwr-hm63-gqcq.json b/advisories/unreviewed/2022/05/GHSA-chwr-hm63-gqcq/GHSA-chwr-hm63-gqcq.json index 89af79ac7d2..6d651c351e2 100644 --- a/advisories/unreviewed/2022/05/GHSA-chwr-hm63-gqcq/GHSA-chwr-hm63-gqcq.json +++ b/advisories/unreviewed/2022/05/GHSA-chwr-hm63-gqcq/GHSA-chwr-hm63-gqcq.json @@ -7,12 +7,8 @@ "CVE-2014-2873" ], "details": "PaperThin CommonSpot before 7.0.2 and 8.x before 8.0.3 does not require authentication for access to log files, which allows remote attackers to obtain sensitive server information by using a predictable name in a request for a file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cj52-jq68-pmqj/GHSA-cj52-jq68-pmqj.json b/advisories/unreviewed/2022/05/GHSA-cj52-jq68-pmqj/GHSA-cj52-jq68-pmqj.json index 4959389ae05..4230351c156 100644 --- a/advisories/unreviewed/2022/05/GHSA-cj52-jq68-pmqj/GHSA-cj52-jq68-pmqj.json +++ b/advisories/unreviewed/2022/05/GHSA-cj52-jq68-pmqj/GHSA-cj52-jq68-pmqj.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", @@ -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-cjcw-89fv-xfjw/GHSA-cjcw-89fv-xfjw.json b/advisories/unreviewed/2022/05/GHSA-cjcw-89fv-xfjw/GHSA-cjcw-89fv-xfjw.json index 6cd697653ea..eeb09f7013c 100644 --- a/advisories/unreviewed/2022/05/GHSA-cjcw-89fv-xfjw/GHSA-cjcw-89fv-xfjw.json +++ b/advisories/unreviewed/2022/05/GHSA-cjcw-89fv-xfjw/GHSA-cjcw-89fv-xfjw.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-cmfx-fc7r-wwpq/GHSA-cmfx-fc7r-wwpq.json b/advisories/unreviewed/2022/05/GHSA-cmfx-fc7r-wwpq/GHSA-cmfx-fc7r-wwpq.json index 0fbf0b4dc6b..e276b0fab54 100644 --- a/advisories/unreviewed/2022/05/GHSA-cmfx-fc7r-wwpq/GHSA-cmfx-fc7r-wwpq.json +++ b/advisories/unreviewed/2022/05/GHSA-cmfx-fc7r-wwpq/GHSA-cmfx-fc7r-wwpq.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-cmm7-hqj2-46g5/GHSA-cmm7-hqj2-46g5.json b/advisories/unreviewed/2022/05/GHSA-cmm7-hqj2-46g5/GHSA-cmm7-hqj2-46g5.json index 727fe90c2d4..e48c39185a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-cmm7-hqj2-46g5/GHSA-cmm7-hqj2-46g5.json +++ b/advisories/unreviewed/2022/05/GHSA-cmm7-hqj2-46g5/GHSA-cmm7-hqj2-46g5.json @@ -7,12 +7,8 @@ "CVE-2014-2864" ], "details": "Multiple directory traversal vulnerabilities in PaperThin CommonSpot before 7.0.2 and 8.x before 8.0.3 allow remote attackers to have an unspecified impact via a filename parameter containing directory traversal sequences.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cp35-64v5-r4w6/GHSA-cp35-64v5-r4w6.json b/advisories/unreviewed/2022/05/GHSA-cp35-64v5-r4w6/GHSA-cp35-64v5-r4w6.json index 6a9ace025d6..0fe76919fc8 100644 --- a/advisories/unreviewed/2022/05/GHSA-cp35-64v5-r4w6/GHSA-cp35-64v5-r4w6.json +++ b/advisories/unreviewed/2022/05/GHSA-cp35-64v5-r4w6/GHSA-cp35-64v5-r4w6.json @@ -7,12 +7,8 @@ "CVE-2013-7369" ], "details": "SQL injection vulnerability in an unspecified DLL in the FSDBCom ActiveX control in F-Secure Anti-Virus for Microsoft Exchange Server before HF02, Anti-Virus for Windows Servers 9.00 before HF09, Anti-Virus for Citrix Servers 9.00 before HF09, and F-Secure Email and Server Security and F-Secure Server Security 9.20 before HF01 allows remote attackers to execute arbitrary SQL commands via unknown vectors, related to GetCommand.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cq3j-jr55-f9fq/GHSA-cq3j-jr55-f9fq.json b/advisories/unreviewed/2022/05/GHSA-cq3j-jr55-f9fq/GHSA-cq3j-jr55-f9fq.json index ac4c2726c71..15f5d604dcb 100644 --- a/advisories/unreviewed/2022/05/GHSA-cq3j-jr55-f9fq/GHSA-cq3j-jr55-f9fq.json +++ b/advisories/unreviewed/2022/05/GHSA-cq3j-jr55-f9fq/GHSA-cq3j-jr55-f9fq.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-cq5c-cr6p-vfwm/GHSA-cq5c-cr6p-vfwm.json b/advisories/unreviewed/2022/05/GHSA-cq5c-cr6p-vfwm/GHSA-cq5c-cr6p-vfwm.json index d3a49cbc3c9..7c1fa025e80 100644 --- a/advisories/unreviewed/2022/05/GHSA-cq5c-cr6p-vfwm/GHSA-cq5c-cr6p-vfwm.json +++ b/advisories/unreviewed/2022/05/GHSA-cq5c-cr6p-vfwm/GHSA-cq5c-cr6p-vfwm.json @@ -7,12 +7,8 @@ "CVE-2012-2134" ], "details": "The handle_connection_error function in ldap_helper.c in bind-dyndb-ldap before 1.1.0rc1 does not properly handle LDAP query errors, which allows remote attackers to cause a denial of service (infinite loop and named server hang) via a non-alphabet character in the base DN in an LDAP search DNS query.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -48,9 +44,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cv83-pcw4-7r45/GHSA-cv83-pcw4-7r45.json b/advisories/unreviewed/2022/05/GHSA-cv83-pcw4-7r45/GHSA-cv83-pcw4-7r45.json index 805903947f7..6d165386cc2 100644 --- a/advisories/unreviewed/2022/05/GHSA-cv83-pcw4-7r45/GHSA-cv83-pcw4-7r45.json +++ b/advisories/unreviewed/2022/05/GHSA-cv83-pcw4-7r45/GHSA-cv83-pcw4-7r45.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cvhw-gvr9-mrfw/GHSA-cvhw-gvr9-mrfw.json b/advisories/unreviewed/2022/05/GHSA-cvhw-gvr9-mrfw/GHSA-cvhw-gvr9-mrfw.json index 83ecc386c4f..3a83f909e03 100644 --- a/advisories/unreviewed/2022/05/GHSA-cvhw-gvr9-mrfw/GHSA-cvhw-gvr9-mrfw.json +++ b/advisories/unreviewed/2022/05/GHSA-cvhw-gvr9-mrfw/GHSA-cvhw-gvr9-mrfw.json @@ -7,12 +7,8 @@ "CVE-2013-7355" ], "details": "SQL injection vulnerability in SAP BI Universal Data Integration allows remote attackers to execute arbitrary SQL commands via unspecified vectors, related to the J2EE schema.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cw58-pgvq-hw38/GHSA-cw58-pgvq-hw38.json b/advisories/unreviewed/2022/05/GHSA-cw58-pgvq-hw38/GHSA-cw58-pgvq-hw38.json index 9949135b3b6..09c9cdf2a43 100644 --- a/advisories/unreviewed/2022/05/GHSA-cw58-pgvq-hw38/GHSA-cw58-pgvq-hw38.json +++ b/advisories/unreviewed/2022/05/GHSA-cw58-pgvq-hw38/GHSA-cw58-pgvq-hw38.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-cx5x-793v-3w3x/GHSA-cx5x-793v-3w3x.json b/advisories/unreviewed/2022/05/GHSA-cx5x-793v-3w3x/GHSA-cx5x-793v-3w3x.json index 2d999abc24e..c1cdacf5ba6 100644 --- a/advisories/unreviewed/2022/05/GHSA-cx5x-793v-3w3x/GHSA-cx5x-793v-3w3x.json +++ b/advisories/unreviewed/2022/05/GHSA-cx5x-793v-3w3x/GHSA-cx5x-793v-3w3x.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-cxjm-5x23-fhvf/GHSA-cxjm-5x23-fhvf.json b/advisories/unreviewed/2022/05/GHSA-cxjm-5x23-fhvf/GHSA-cxjm-5x23-fhvf.json index 5779feb6a6f..0795cbfa9c7 100644 --- a/advisories/unreviewed/2022/05/GHSA-cxjm-5x23-fhvf/GHSA-cxjm-5x23-fhvf.json +++ b/advisories/unreviewed/2022/05/GHSA-cxjm-5x23-fhvf/GHSA-cxjm-5x23-fhvf.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-f2c8-7jv5-4w26/GHSA-f2c8-7jv5-4w26.json b/advisories/unreviewed/2022/05/GHSA-f2c8-7jv5-4w26/GHSA-f2c8-7jv5-4w26.json index 3e43ca1eb5a..eee9a99cf71 100644 --- a/advisories/unreviewed/2022/05/GHSA-f2c8-7jv5-4w26/GHSA-f2c8-7jv5-4w26.json +++ b/advisories/unreviewed/2022/05/GHSA-f2c8-7jv5-4w26/GHSA-f2c8-7jv5-4w26.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f383-xpww-4f48/GHSA-f383-xpww-4f48.json b/advisories/unreviewed/2022/05/GHSA-f383-xpww-4f48/GHSA-f383-xpww-4f48.json index 1b11ca7f88c..95f7be92829 100644 --- a/advisories/unreviewed/2022/05/GHSA-f383-xpww-4f48/GHSA-f383-xpww-4f48.json +++ b/advisories/unreviewed/2022/05/GHSA-f383-xpww-4f48/GHSA-f383-xpww-4f48.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f3fh-cjxj-26mw/GHSA-f3fh-cjxj-26mw.json b/advisories/unreviewed/2022/05/GHSA-f3fh-cjxj-26mw/GHSA-f3fh-cjxj-26mw.json index 425e64e1f01..350f84fd8a4 100644 --- a/advisories/unreviewed/2022/05/GHSA-f3fh-cjxj-26mw/GHSA-f3fh-cjxj-26mw.json +++ b/advisories/unreviewed/2022/05/GHSA-f3fh-cjxj-26mw/GHSA-f3fh-cjxj-26mw.json @@ -7,12 +7,8 @@ "CVE-2011-4089" ], "details": "The bzexe command in bzip2 1.0.5 and earlier generates compressed executables that do not properly handle temporary files during extraction, which allows local users to execute arbitrary code by precreating a temporary directory.", - "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-f425-rchp-ffpg/GHSA-f425-rchp-ffpg.json b/advisories/unreviewed/2022/05/GHSA-f425-rchp-ffpg/GHSA-f425-rchp-ffpg.json index f6b36483857..77cdad8137f 100644 --- a/advisories/unreviewed/2022/05/GHSA-f425-rchp-ffpg/GHSA-f425-rchp-ffpg.json +++ b/advisories/unreviewed/2022/05/GHSA-f425-rchp-ffpg/GHSA-f425-rchp-ffpg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-f6h7-mcq6-7246/GHSA-f6h7-mcq6-7246.json b/advisories/unreviewed/2022/05/GHSA-f6h7-mcq6-7246/GHSA-f6h7-mcq6-7246.json index 666853df24a..ec114cedb20 100644 --- a/advisories/unreviewed/2022/05/GHSA-f6h7-mcq6-7246/GHSA-f6h7-mcq6-7246.json +++ b/advisories/unreviewed/2022/05/GHSA-f6h7-mcq6-7246/GHSA-f6h7-mcq6-7246.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-f7m8-mjcp-g22j/GHSA-f7m8-mjcp-g22j.json b/advisories/unreviewed/2022/05/GHSA-f7m8-mjcp-g22j/GHSA-f7m8-mjcp-g22j.json index 99191f159f2..b18d7359f55 100644 --- a/advisories/unreviewed/2022/05/GHSA-f7m8-mjcp-g22j/GHSA-f7m8-mjcp-g22j.json +++ b/advisories/unreviewed/2022/05/GHSA-f7m8-mjcp-g22j/GHSA-f7m8-mjcp-g22j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f95x-m5ph-289v/GHSA-f95x-m5ph-289v.json b/advisories/unreviewed/2022/05/GHSA-f95x-m5ph-289v/GHSA-f95x-m5ph-289v.json index 26a30de3855..6e41f7097bf 100644 --- a/advisories/unreviewed/2022/05/GHSA-f95x-m5ph-289v/GHSA-f95x-m5ph-289v.json +++ b/advisories/unreviewed/2022/05/GHSA-f95x-m5ph-289v/GHSA-f95x-m5ph-289v.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-f9w6-3762-hhqq/GHSA-f9w6-3762-hhqq.json b/advisories/unreviewed/2022/05/GHSA-f9w6-3762-hhqq/GHSA-f9w6-3762-hhqq.json index ce1d931f13f..8abc8b6d74c 100644 --- a/advisories/unreviewed/2022/05/GHSA-f9w6-3762-hhqq/GHSA-f9w6-3762-hhqq.json +++ b/advisories/unreviewed/2022/05/GHSA-f9w6-3762-hhqq/GHSA-f9w6-3762-hhqq.json @@ -7,12 +7,8 @@ "CVE-2014-0426" ], "details": "Unspecified vulnerability in the Oracle Containers for J2EE component in Oracle Fusion Middleware 10.1.3.5 allows remote attackers to affect integrity via vectors related to HTTP Request Handling, a different vulnerability than CVE-2014-0413.", - "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-fcqv-pq7x-c62w/GHSA-fcqv-pq7x-c62w.json b/advisories/unreviewed/2022/05/GHSA-fcqv-pq7x-c62w/GHSA-fcqv-pq7x-c62w.json index 3ef167942d8..731d8feda70 100644 --- a/advisories/unreviewed/2022/05/GHSA-fcqv-pq7x-c62w/GHSA-fcqv-pq7x-c62w.json +++ b/advisories/unreviewed/2022/05/GHSA-fcqv-pq7x-c62w/GHSA-fcqv-pq7x-c62w.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-fcr2-qx8m-pfhp/GHSA-fcr2-qx8m-pfhp.json b/advisories/unreviewed/2022/05/GHSA-fcr2-qx8m-pfhp/GHSA-fcr2-qx8m-pfhp.json index 772c8ba2858..64729ce6363 100644 --- a/advisories/unreviewed/2022/05/GHSA-fcr2-qx8m-pfhp/GHSA-fcr2-qx8m-pfhp.json +++ b/advisories/unreviewed/2022/05/GHSA-fcr2-qx8m-pfhp/GHSA-fcr2-qx8m-pfhp.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-fj2h-cwh5-p3f7/GHSA-fj2h-cwh5-p3f7.json b/advisories/unreviewed/2022/05/GHSA-fj2h-cwh5-p3f7/GHSA-fj2h-cwh5-p3f7.json index 2284e3a1a60..1640a673204 100644 --- a/advisories/unreviewed/2022/05/GHSA-fj2h-cwh5-p3f7/GHSA-fj2h-cwh5-p3f7.json +++ b/advisories/unreviewed/2022/05/GHSA-fj2h-cwh5-p3f7/GHSA-fj2h-cwh5-p3f7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-fj5q-8vp6-c5jg/GHSA-fj5q-8vp6-c5jg.json b/advisories/unreviewed/2022/05/GHSA-fj5q-8vp6-c5jg/GHSA-fj5q-8vp6-c5jg.json index be5d20ec5f8..0537b3f1e19 100644 --- a/advisories/unreviewed/2022/05/GHSA-fj5q-8vp6-c5jg/GHSA-fj5q-8vp6-c5jg.json +++ b/advisories/unreviewed/2022/05/GHSA-fj5q-8vp6-c5jg/GHSA-fj5q-8vp6-c5jg.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-fjpm-5hvh-59x6/GHSA-fjpm-5hvh-59x6.json b/advisories/unreviewed/2022/05/GHSA-fjpm-5hvh-59x6/GHSA-fjpm-5hvh-59x6.json index e7e698de0aa..b828c95d745 100644 --- a/advisories/unreviewed/2022/05/GHSA-fjpm-5hvh-59x6/GHSA-fjpm-5hvh-59x6.json +++ b/advisories/unreviewed/2022/05/GHSA-fjpm-5hvh-59x6/GHSA-fjpm-5hvh-59x6.json @@ -7,12 +7,8 @@ "CVE-2014-2429" ], "details": "Unspecified vulnerability in the PeopleSoft Enterprise CS Campus Self Service component in Oracle PeopleSoft Products 9.0 allows remote authenticated users to affect confidentiality via unknown vectors related to Campus Mobile.", - "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-fm2c-f3px-4938/GHSA-fm2c-f3px-4938.json b/advisories/unreviewed/2022/05/GHSA-fm2c-f3px-4938/GHSA-fm2c-f3px-4938.json index b1cd16ff4d5..70b4c76068e 100644 --- a/advisories/unreviewed/2022/05/GHSA-fm2c-f3px-4938/GHSA-fm2c-f3px-4938.json +++ b/advisories/unreviewed/2022/05/GHSA-fm2c-f3px-4938/GHSA-fm2c-f3px-4938.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-fm68-v3v6-jm8v/GHSA-fm68-v3v6-jm8v.json b/advisories/unreviewed/2022/05/GHSA-fm68-v3v6-jm8v/GHSA-fm68-v3v6-jm8v.json index e3f6c095aad..183aa89dcc6 100644 --- a/advisories/unreviewed/2022/05/GHSA-fm68-v3v6-jm8v/GHSA-fm68-v3v6-jm8v.json +++ b/advisories/unreviewed/2022/05/GHSA-fm68-v3v6-jm8v/GHSA-fm68-v3v6-jm8v.json @@ -7,12 +7,8 @@ "CVE-2014-2867" ], "details": "Unrestricted file upload vulnerability in PaperThin CommonSpot before 7.0.2 and 8.x before 8.0.3 allows remote attackers to execute arbitrary code by uploading a ColdFusion page, and then accessing it via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-fmpv-849f-mmvx/GHSA-fmpv-849f-mmvx.json b/advisories/unreviewed/2022/05/GHSA-fmpv-849f-mmvx/GHSA-fmpv-849f-mmvx.json index 567377129d1..9eff93e4b3d 100644 --- a/advisories/unreviewed/2022/05/GHSA-fmpv-849f-mmvx/GHSA-fmpv-849f-mmvx.json +++ b/advisories/unreviewed/2022/05/GHSA-fmpv-849f-mmvx/GHSA-fmpv-849f-mmvx.json @@ -7,12 +7,8 @@ "CVE-2014-2467" ], "details": "Unspecified vulnerability in the Oracle Agile PLM Framework component in Oracle Supply Chain Products Suite 9.3.3 allows remote authenticated users to affect integrity via unknown vectors related to Security, a different vulnerability than CVE-2014-2445.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-fq84-chpx-fm5f/GHSA-fq84-chpx-fm5f.json b/advisories/unreviewed/2022/05/GHSA-fq84-chpx-fm5f/GHSA-fq84-chpx-fm5f.json index 4bf30403030..aedade8401f 100644 --- a/advisories/unreviewed/2022/05/GHSA-fq84-chpx-fm5f/GHSA-fq84-chpx-fm5f.json +++ b/advisories/unreviewed/2022/05/GHSA-fq84-chpx-fm5f/GHSA-fq84-chpx-fm5f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-frwc-7vfj-p382/GHSA-frwc-7vfj-p382.json b/advisories/unreviewed/2022/05/GHSA-frwc-7vfj-p382/GHSA-frwc-7vfj-p382.json index 84c3aa5448b..2923f54e8ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-frwc-7vfj-p382/GHSA-frwc-7vfj-p382.json +++ b/advisories/unreviewed/2022/05/GHSA-frwc-7vfj-p382/GHSA-frwc-7vfj-p382.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-fw94-5mx7-v5hw/GHSA-fw94-5mx7-v5hw.json b/advisories/unreviewed/2022/05/GHSA-fw94-5mx7-v5hw/GHSA-fw94-5mx7-v5hw.json index 47cfc0236c0..a8acca805cb 100644 --- a/advisories/unreviewed/2022/05/GHSA-fw94-5mx7-v5hw/GHSA-fw94-5mx7-v5hw.json +++ b/advisories/unreviewed/2022/05/GHSA-fw94-5mx7-v5hw/GHSA-fw94-5mx7-v5hw.json @@ -7,12 +7,8 @@ "CVE-2013-3252" ], "details": "Cross-site request forgery (CSRF) vulnerability in the options admin page in the WP-PostViews plugin before 1.63 for WordPress allows remote attackers to hijack the authentication of administrators for requests that change plugin settings via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g23m-885r-25p2/GHSA-g23m-885r-25p2.json b/advisories/unreviewed/2022/05/GHSA-g23m-885r-25p2/GHSA-g23m-885r-25p2.json index 7c327fa64ad..10321c94579 100644 --- a/advisories/unreviewed/2022/05/GHSA-g23m-885r-25p2/GHSA-g23m-885r-25p2.json +++ b/advisories/unreviewed/2022/05/GHSA-g23m-885r-25p2/GHSA-g23m-885r-25p2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g28c-wf7m-3x35/GHSA-g28c-wf7m-3x35.json b/advisories/unreviewed/2022/05/GHSA-g28c-wf7m-3x35/GHSA-g28c-wf7m-3x35.json index 8efa0053abf..6518292bdd2 100644 --- a/advisories/unreviewed/2022/05/GHSA-g28c-wf7m-3x35/GHSA-g28c-wf7m-3x35.json +++ b/advisories/unreviewed/2022/05/GHSA-g28c-wf7m-3x35/GHSA-g28c-wf7m-3x35.json @@ -7,12 +7,8 @@ "CVE-2014-2690" ], "details": "Citrix VDI-in-a-Box 5.3.x before 5.3.6 and 5.4.x before 5.4.3 allows local users to obtain administrator credentials by reading the log.", - "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-g3rr-ch2x-42v4/GHSA-g3rr-ch2x-42v4.json b/advisories/unreviewed/2022/05/GHSA-g3rr-ch2x-42v4/GHSA-g3rr-ch2x-42v4.json index 7ce63c3c207..927e2ef4b46 100644 --- a/advisories/unreviewed/2022/05/GHSA-g3rr-ch2x-42v4/GHSA-g3rr-ch2x-42v4.json +++ b/advisories/unreviewed/2022/05/GHSA-g3rr-ch2x-42v4/GHSA-g3rr-ch2x-42v4.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-g46h-cqxg-94f4/GHSA-g46h-cqxg-94f4.json b/advisories/unreviewed/2022/05/GHSA-g46h-cqxg-94f4/GHSA-g46h-cqxg-94f4.json index 292270bc42b..f7d2ab89041 100644 --- a/advisories/unreviewed/2022/05/GHSA-g46h-cqxg-94f4/GHSA-g46h-cqxg-94f4.json +++ b/advisories/unreviewed/2022/05/GHSA-g46h-cqxg-94f4/GHSA-g46h-cqxg-94f4.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-g48h-ph99-79xp/GHSA-g48h-ph99-79xp.json b/advisories/unreviewed/2022/05/GHSA-g48h-ph99-79xp/GHSA-g48h-ph99-79xp.json index d9408abf9af..956ee1c5ce4 100644 --- a/advisories/unreviewed/2022/05/GHSA-g48h-ph99-79xp/GHSA-g48h-ph99-79xp.json +++ b/advisories/unreviewed/2022/05/GHSA-g48h-ph99-79xp/GHSA-g48h-ph99-79xp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g4j2-r5x5-83p7/GHSA-g4j2-r5x5-83p7.json b/advisories/unreviewed/2022/05/GHSA-g4j2-r5x5-83p7/GHSA-g4j2-r5x5-83p7.json index 94a41208ec3..c1c6a69ad51 100644 --- a/advisories/unreviewed/2022/05/GHSA-g4j2-r5x5-83p7/GHSA-g4j2-r5x5-83p7.json +++ b/advisories/unreviewed/2022/05/GHSA-g4j2-r5x5-83p7/GHSA-g4j2-r5x5-83p7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-g7f3-p5rj-hpx5/GHSA-g7f3-p5rj-hpx5.json b/advisories/unreviewed/2022/05/GHSA-g7f3-p5rj-hpx5/GHSA-g7f3-p5rj-hpx5.json index 0eb749819f3..fe6c464516c 100644 --- a/advisories/unreviewed/2022/05/GHSA-g7f3-p5rj-hpx5/GHSA-g7f3-p5rj-hpx5.json +++ b/advisories/unreviewed/2022/05/GHSA-g7f3-p5rj-hpx5/GHSA-g7f3-p5rj-hpx5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g7vq-pwqm-fmx4/GHSA-g7vq-pwqm-fmx4.json b/advisories/unreviewed/2022/05/GHSA-g7vq-pwqm-fmx4/GHSA-g7vq-pwqm-fmx4.json index 7a3d288c9d5..a969ede27f8 100644 --- a/advisories/unreviewed/2022/05/GHSA-g7vq-pwqm-fmx4/GHSA-g7vq-pwqm-fmx4.json +++ b/advisories/unreviewed/2022/05/GHSA-g7vq-pwqm-fmx4/GHSA-g7vq-pwqm-fmx4.json @@ -7,12 +7,8 @@ "CVE-2014-2426" ], "details": "Unspecified vulnerability in the Oracle OpenSSO component in Oracle Fusion Middleware 8.0 Update 2 Patch 5 allows remote authenticated users to affect integrity and availability via unknown vectors related to Admin Console.", - "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-g7w7-75vv-8g8f/GHSA-g7w7-75vv-8g8f.json b/advisories/unreviewed/2022/05/GHSA-g7w7-75vv-8g8f/GHSA-g7w7-75vv-8g8f.json index da57df7493f..e7e0180f7df 100644 --- a/advisories/unreviewed/2022/05/GHSA-g7w7-75vv-8g8f/GHSA-g7w7-75vv-8g8f.json +++ b/advisories/unreviewed/2022/05/GHSA-g7w7-75vv-8g8f/GHSA-g7w7-75vv-8g8f.json @@ -7,12 +7,8 @@ "CVE-2012-5037" ], "details": "The ACL implementation in Cisco IOS before 15.1(1)SY on Catalyst 6500 and 7600 devices allows local users to cause a denial of service (device reload) via a \"no object-group\" command followed by an object-group command, aka Bug ID CSCts16133.", - "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-g8x8-9hp6-3ppj/GHSA-g8x8-9hp6-3ppj.json b/advisories/unreviewed/2022/05/GHSA-g8x8-9hp6-3ppj/GHSA-g8x8-9hp6-3ppj.json index 340f17ce6cd..cddcbde42c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-g8x8-9hp6-3ppj/GHSA-g8x8-9hp6-3ppj.json +++ b/advisories/unreviewed/2022/05/GHSA-g8x8-9hp6-3ppj/GHSA-g8x8-9hp6-3ppj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g8xq-wqfw-rpfm/GHSA-g8xq-wqfw-rpfm.json b/advisories/unreviewed/2022/05/GHSA-g8xq-wqfw-rpfm/GHSA-g8xq-wqfw-rpfm.json index c5cadc7ab4c..794e109959c 100644 --- a/advisories/unreviewed/2022/05/GHSA-g8xq-wqfw-rpfm/GHSA-g8xq-wqfw-rpfm.json +++ b/advisories/unreviewed/2022/05/GHSA-g8xq-wqfw-rpfm/GHSA-g8xq-wqfw-rpfm.json @@ -7,12 +7,8 @@ "CVE-2014-0642" ], "details": "EMC Documentum Content Server before 6.7 SP1 P26, 6.7 SP2 before P13, 7.0 before P13, and 7.1 before P02 allows remote authenticated users to bypass intended access restrictions and read metadata from certain folders via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-g97p-564p-26xp/GHSA-g97p-564p-26xp.json b/advisories/unreviewed/2022/05/GHSA-g97p-564p-26xp/GHSA-g97p-564p-26xp.json index 45faafb90cc..467eb7f5502 100644 --- a/advisories/unreviewed/2022/05/GHSA-g97p-564p-26xp/GHSA-g97p-564p-26xp.json +++ b/advisories/unreviewed/2022/05/GHSA-g97p-564p-26xp/GHSA-g97p-564p-26xp.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-gcq7-gw4p-w9r8/GHSA-gcq7-gw4p-w9r8.json b/advisories/unreviewed/2022/05/GHSA-gcq7-gw4p-w9r8/GHSA-gcq7-gw4p-w9r8.json index 6a28d09e587..ccf3377f627 100644 --- a/advisories/unreviewed/2022/05/GHSA-gcq7-gw4p-w9r8/GHSA-gcq7-gw4p-w9r8.json +++ b/advisories/unreviewed/2022/05/GHSA-gcq7-gw4p-w9r8/GHSA-gcq7-gw4p-w9r8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-ggg8-p3pj-44g6/GHSA-ggg8-p3pj-44g6.json b/advisories/unreviewed/2022/05/GHSA-ggg8-p3pj-44g6/GHSA-ggg8-p3pj-44g6.json index d40a86cf712..c0616df9510 100644 --- a/advisories/unreviewed/2022/05/GHSA-ggg8-p3pj-44g6/GHSA-ggg8-p3pj-44g6.json +++ b/advisories/unreviewed/2022/05/GHSA-ggg8-p3pj-44g6/GHSA-ggg8-p3pj-44g6.json @@ -7,12 +7,8 @@ "CVE-2014-2437" ], "details": "Unspecified vulnerability in the PeopleSoft Enterprise PT PeopleTools component in Oracle PeopleSoft Products 8.52 and 8.53 allows remote attackers to affect confidentiality via unknown vectors related to Integration Broker, a different vulnerability than CVE-2014-2447.", - "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-gghc-6wpq-rr46/GHSA-gghc-6wpq-rr46.json b/advisories/unreviewed/2022/05/GHSA-gghc-6wpq-rr46/GHSA-gghc-6wpq-rr46.json index 941e0e40060..9da93549547 100644 --- a/advisories/unreviewed/2022/05/GHSA-gghc-6wpq-rr46/GHSA-gghc-6wpq-rr46.json +++ b/advisories/unreviewed/2022/05/GHSA-gghc-6wpq-rr46/GHSA-gghc-6wpq-rr46.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/2022/05/GHSA-ghj8-hgpr-6mmw/GHSA-ghj8-hgpr-6mmw.json b/advisories/unreviewed/2022/05/GHSA-ghj8-hgpr-6mmw/GHSA-ghj8-hgpr-6mmw.json index 5de7e462b61..b3deddc8aa5 100644 --- a/advisories/unreviewed/2022/05/GHSA-ghj8-hgpr-6mmw/GHSA-ghj8-hgpr-6mmw.json +++ b/advisories/unreviewed/2022/05/GHSA-ghj8-hgpr-6mmw/GHSA-ghj8-hgpr-6mmw.json @@ -7,12 +7,8 @@ "CVE-2014-2433" ], "details": "Unspecified vulnerability in the PeopleSoft Enterprise PT PeopleTools component in Oracle PeopleSoft Products 8.53 allows remote attackers to affect availability via unknown vectors related to Integration Broker.", - "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-gj8c-fhmc-cqpg/GHSA-gj8c-fhmc-cqpg.json b/advisories/unreviewed/2022/05/GHSA-gj8c-fhmc-cqpg/GHSA-gj8c-fhmc-cqpg.json index c8fbcbd901d..b3d35e2666a 100644 --- a/advisories/unreviewed/2022/05/GHSA-gj8c-fhmc-cqpg/GHSA-gj8c-fhmc-cqpg.json +++ b/advisories/unreviewed/2022/05/GHSA-gj8c-fhmc-cqpg/GHSA-gj8c-fhmc-cqpg.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-gjw3-jpgv-p6gw/GHSA-gjw3-jpgv-p6gw.json b/advisories/unreviewed/2022/05/GHSA-gjw3-jpgv-p6gw/GHSA-gjw3-jpgv-p6gw.json index 7a99ad7f3ec..de2a172e053 100644 --- a/advisories/unreviewed/2022/05/GHSA-gjw3-jpgv-p6gw/GHSA-gjw3-jpgv-p6gw.json +++ b/advisories/unreviewed/2022/05/GHSA-gjw3-jpgv-p6gw/GHSA-gjw3-jpgv-p6gw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gm6p-4hwh-9mqj/GHSA-gm6p-4hwh-9mqj.json b/advisories/unreviewed/2022/05/GHSA-gm6p-4hwh-9mqj/GHSA-gm6p-4hwh-9mqj.json index c7e55145141..eb419f3b4f8 100644 --- a/advisories/unreviewed/2022/05/GHSA-gm6p-4hwh-9mqj/GHSA-gm6p-4hwh-9mqj.json +++ b/advisories/unreviewed/2022/05/GHSA-gm6p-4hwh-9mqj/GHSA-gm6p-4hwh-9mqj.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-gm8p-5337-8j5p/GHSA-gm8p-5337-8j5p.json b/advisories/unreviewed/2022/05/GHSA-gm8p-5337-8j5p/GHSA-gm8p-5337-8j5p.json index de9fd2c42d4..2ee2652779d 100644 --- a/advisories/unreviewed/2022/05/GHSA-gm8p-5337-8j5p/GHSA-gm8p-5337-8j5p.json +++ b/advisories/unreviewed/2022/05/GHSA-gm8p-5337-8j5p/GHSA-gm8p-5337-8j5p.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-gmmx-x25f-3hh3/GHSA-gmmx-x25f-3hh3.json b/advisories/unreviewed/2022/05/GHSA-gmmx-x25f-3hh3/GHSA-gmmx-x25f-3hh3.json index dbf0e8420d5..8c23f6292f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-gmmx-x25f-3hh3/GHSA-gmmx-x25f-3hh3.json +++ b/advisories/unreviewed/2022/05/GHSA-gmmx-x25f-3hh3/GHSA-gmmx-x25f-3hh3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gmr6-p4w6-pwr5/GHSA-gmr6-p4w6-pwr5.json b/advisories/unreviewed/2022/05/GHSA-gmr6-p4w6-pwr5/GHSA-gmr6-p4w6-pwr5.json index 66fb500fdd8..f8f997f8c00 100644 --- a/advisories/unreviewed/2022/05/GHSA-gmr6-p4w6-pwr5/GHSA-gmr6-p4w6-pwr5.json +++ b/advisories/unreviewed/2022/05/GHSA-gmr6-p4w6-pwr5/GHSA-gmr6-p4w6-pwr5.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", @@ -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-gp48-6mgh-cg4v/GHSA-gp48-6mgh-cg4v.json b/advisories/unreviewed/2022/05/GHSA-gp48-6mgh-cg4v/GHSA-gp48-6mgh-cg4v.json index 7c890a2be9a..64fcd494b1c 100644 --- a/advisories/unreviewed/2022/05/GHSA-gp48-6mgh-cg4v/GHSA-gp48-6mgh-cg4v.json +++ b/advisories/unreviewed/2022/05/GHSA-gp48-6mgh-cg4v/GHSA-gp48-6mgh-cg4v.json @@ -7,12 +7,8 @@ "CVE-2014-2391" ], "details": "The password recovery service in Open-Xchange AppSuite before 7.2.2-rev20, 7.4.1 before 7.4.1-rev11, and 7.4.2 before 7.4.2-rev13 makes an improper decision about the sensitivity of a string representing a previously used but currently invalid password, which allows remote attackers to obtain potentially useful password-pattern information by reading (1) a web-server access log, (2) a web-server Referer log, or (3) browser history that contains this string because of its presence in a GET request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gp4q-v358-xp7j/GHSA-gp4q-v358-xp7j.json b/advisories/unreviewed/2022/05/GHSA-gp4q-v358-xp7j/GHSA-gp4q-v358-xp7j.json index b99765d89a1..a38719d0272 100644 --- a/advisories/unreviewed/2022/05/GHSA-gp4q-v358-xp7j/GHSA-gp4q-v358-xp7j.json +++ b/advisories/unreviewed/2022/05/GHSA-gp4q-v358-xp7j/GHSA-gp4q-v358-xp7j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gp69-2mv4-2f25/GHSA-gp69-2mv4-2f25.json b/advisories/unreviewed/2022/05/GHSA-gp69-2mv4-2f25/GHSA-gp69-2mv4-2f25.json index a9bb4ee6a53..e2bcbc3a9c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-gp69-2mv4-2f25/GHSA-gp69-2mv4-2f25.json +++ b/advisories/unreviewed/2022/05/GHSA-gp69-2mv4-2f25/GHSA-gp69-2mv4-2f25.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gqfg-3rx8-3r6p/GHSA-gqfg-3rx8-3r6p.json b/advisories/unreviewed/2022/05/GHSA-gqfg-3rx8-3r6p/GHSA-gqfg-3rx8-3r6p.json index edfb99d4eac..7ae102c874b 100644 --- a/advisories/unreviewed/2022/05/GHSA-gqfg-3rx8-3r6p/GHSA-gqfg-3rx8-3r6p.json +++ b/advisories/unreviewed/2022/05/GHSA-gqfg-3rx8-3r6p/GHSA-gqfg-3rx8-3r6p.json @@ -7,12 +7,8 @@ "CVE-2012-1317" ], "details": "The multicast implementation in Cisco IOS before 15.1(1)SY allows remote attackers to cause a denial of service (Route Processor crash) by sending packets at a high rate, aka Bug ID CSCts37717.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gr43-pp83-3hw2/GHSA-gr43-pp83-3hw2.json b/advisories/unreviewed/2022/05/GHSA-gr43-pp83-3hw2/GHSA-gr43-pp83-3hw2.json index cf299646224..bacdd177a76 100644 --- a/advisories/unreviewed/2022/05/GHSA-gr43-pp83-3hw2/GHSA-gr43-pp83-3hw2.json +++ b/advisories/unreviewed/2022/05/GHSA-gr43-pp83-3hw2/GHSA-gr43-pp83-3hw2.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": "WEB", diff --git a/advisories/unreviewed/2022/05/GHSA-gvgp-v5v9-3375/GHSA-gvgp-v5v9-3375.json b/advisories/unreviewed/2022/05/GHSA-gvgp-v5v9-3375/GHSA-gvgp-v5v9-3375.json index b88522f7d18..ae0cf94cd9e 100644 --- a/advisories/unreviewed/2022/05/GHSA-gvgp-v5v9-3375/GHSA-gvgp-v5v9-3375.json +++ b/advisories/unreviewed/2022/05/GHSA-gvgp-v5v9-3375/GHSA-gvgp-v5v9-3375.json @@ -7,12 +7,8 @@ "CVE-2014-0354" ], "details": "The ZyXEL Wireless N300 NetUSB NBG-419N router with firmware 1.00(BFQ.6)C0 has a hardcoded password of qweasdzxc for an unspecified account, which allows remote attackers to obtain index.asp login access via an HTTP request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gvp5-pp62-q4gv/GHSA-gvp5-pp62-q4gv.json b/advisories/unreviewed/2022/05/GHSA-gvp5-pp62-q4gv/GHSA-gvp5-pp62-q4gv.json index a7290ce3231..b094e6e7bb5 100644 --- a/advisories/unreviewed/2022/05/GHSA-gvp5-pp62-q4gv/GHSA-gvp5-pp62-q4gv.json +++ b/advisories/unreviewed/2022/05/GHSA-gvp5-pp62-q4gv/GHSA-gvp5-pp62-q4gv.json @@ -7,12 +7,8 @@ "CVE-2014-1615" ], "details": "Multiple cross-site request forgery (CSRF) vulnerabilities in Carbon Black before 4.1.0 allow remote attackers to hijack the authentication of administrators for requests that add new administrative users and have other unspecified action, as demonstrated by a request to api/user.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gw32-cjfh-w92v/GHSA-gw32-cjfh-w92v.json b/advisories/unreviewed/2022/05/GHSA-gw32-cjfh-w92v/GHSA-gw32-cjfh-w92v.json index 7945f1cc173..5977a0ad7ea 100644 --- a/advisories/unreviewed/2022/05/GHSA-gw32-cjfh-w92v/GHSA-gw32-cjfh-w92v.json +++ b/advisories/unreviewed/2022/05/GHSA-gw32-cjfh-w92v/GHSA-gw32-cjfh-w92v.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-h295-68h4-jx53/GHSA-h295-68h4-jx53.json b/advisories/unreviewed/2022/05/GHSA-h295-68h4-jx53/GHSA-h295-68h4-jx53.json index 26f8f4e4010..6dc43d5f4a0 100644 --- a/advisories/unreviewed/2022/05/GHSA-h295-68h4-jx53/GHSA-h295-68h4-jx53.json +++ b/advisories/unreviewed/2022/05/GHSA-h295-68h4-jx53/GHSA-h295-68h4-jx53.json @@ -7,12 +7,8 @@ "CVE-2013-7069" ], "details": "ack 2.00 through 2.11_02 allows remote attackers to execute arbitrary code via a (1) --pager, (2) --regex, or (3) --output option in a .ackrc file in a directory to be searched.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h2mp-3g85-jh88/GHSA-h2mp-3g85-jh88.json b/advisories/unreviewed/2022/05/GHSA-h2mp-3g85-jh88/GHSA-h2mp-3g85-jh88.json index 5d4469b8924..42801ff8dda 100644 --- a/advisories/unreviewed/2022/05/GHSA-h2mp-3g85-jh88/GHSA-h2mp-3g85-jh88.json +++ b/advisories/unreviewed/2022/05/GHSA-h2mp-3g85-jh88/GHSA-h2mp-3g85-jh88.json @@ -7,12 +7,8 @@ "CVE-2014-2866" ], "details": "PaperThin CommonSpot before 7.0.2 and 8.x before 8.0.3 relies on client JavaScript code for access restrictions, which allows remote attackers to perform unspecified operations by modifying this code.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h685-6qvr-7qxj/GHSA-h685-6qvr-7qxj.json b/advisories/unreviewed/2022/05/GHSA-h685-6qvr-7qxj/GHSA-h685-6qvr-7qxj.json index 38dd6e90450..626c7310b09 100644 --- a/advisories/unreviewed/2022/05/GHSA-h685-6qvr-7qxj/GHSA-h685-6qvr-7qxj.json +++ b/advisories/unreviewed/2022/05/GHSA-h685-6qvr-7qxj/GHSA-h685-6qvr-7qxj.json @@ -7,12 +7,8 @@ "CVE-2014-2289" ], "details": "res/res_pjsip_exten_state.c in the PJSIP channel driver in Asterisk Open Source 12.x before 12.1.0 allows remote authenticated users to cause a denial of service (crash) via a SUBSCRIBE request without any Accept headers, which triggers an invalid pointer dereference.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h7vg-p9j8-7vcw/GHSA-h7vg-p9j8-7vcw.json b/advisories/unreviewed/2022/05/GHSA-h7vg-p9j8-7vcw/GHSA-h7vg-p9j8-7vcw.json index 4c4072b609c..2d3ef3415f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-h7vg-p9j8-7vcw/GHSA-h7vg-p9j8-7vcw.json +++ b/advisories/unreviewed/2022/05/GHSA-h7vg-p9j8-7vcw/GHSA-h7vg-p9j8-7vcw.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-h7xg-v6r4-rfh3/GHSA-h7xg-v6r4-rfh3.json b/advisories/unreviewed/2022/05/GHSA-h7xg-v6r4-rfh3/GHSA-h7xg-v6r4-rfh3.json index 5579b3eb5d9..85a23ed5453 100644 --- a/advisories/unreviewed/2022/05/GHSA-h7xg-v6r4-rfh3/GHSA-h7xg-v6r4-rfh3.json +++ b/advisories/unreviewed/2022/05/GHSA-h7xg-v6r4-rfh3/GHSA-h7xg-v6r4-rfh3.json @@ -7,12 +7,8 @@ "CVE-2012-5044" ], "details": "Cisco IOS before 15.3(1)T, when media flow-around is not used, allows remote attackers to cause a denial of service (media loops and stack memory corruption) via VoIP traffic, aka Bug ID CSCub45809.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h83f-v73c-v6q4/GHSA-h83f-v73c-v6q4.json b/advisories/unreviewed/2022/05/GHSA-h83f-v73c-v6q4/GHSA-h83f-v73c-v6q4.json index c3c0397044f..71a88a1d62a 100644 --- a/advisories/unreviewed/2022/05/GHSA-h83f-v73c-v6q4/GHSA-h83f-v73c-v6q4.json +++ b/advisories/unreviewed/2022/05/GHSA-h83f-v73c-v6q4/GHSA-h83f-v73c-v6q4.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": "WEB", diff --git a/advisories/unreviewed/2022/05/GHSA-h8w7-25fq-f36q/GHSA-h8w7-25fq-f36q.json b/advisories/unreviewed/2022/05/GHSA-h8w7-25fq-f36q/GHSA-h8w7-25fq-f36q.json index 568607e51e1..785f3728990 100644 --- a/advisories/unreviewed/2022/05/GHSA-h8w7-25fq-f36q/GHSA-h8w7-25fq-f36q.json +++ b/advisories/unreviewed/2022/05/GHSA-h8w7-25fq-f36q/GHSA-h8w7-25fq-f36q.json @@ -7,12 +7,8 @@ "CVE-2013-0740" ], "details": "Open redirect vulnerability in Dell OpenManage Server Administrator (OMSA) before 7.3.0 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the file parameter to HelpViewer.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h9g5-22cm-hm27/GHSA-h9g5-22cm-hm27.json b/advisories/unreviewed/2022/05/GHSA-h9g5-22cm-hm27/GHSA-h9g5-22cm-hm27.json index 4ceb0efe8e8..69c33d04de2 100644 --- a/advisories/unreviewed/2022/05/GHSA-h9g5-22cm-hm27/GHSA-h9g5-22cm-hm27.json +++ b/advisories/unreviewed/2022/05/GHSA-h9g5-22cm-hm27/GHSA-h9g5-22cm-hm27.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/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-h9j9-33h5-rrmw/GHSA-h9j9-33h5-rrmw.json b/advisories/unreviewed/2022/05/GHSA-h9j9-33h5-rrmw/GHSA-h9j9-33h5-rrmw.json index 2aea9afb026..e443172a6cd 100644 --- a/advisories/unreviewed/2022/05/GHSA-h9j9-33h5-rrmw/GHSA-h9j9-33h5-rrmw.json +++ b/advisories/unreviewed/2022/05/GHSA-h9j9-33h5-rrmw/GHSA-h9j9-33h5-rrmw.json @@ -7,12 +7,8 @@ "CVE-2014-2665" ], "details": "includes/specials/SpecialChangePassword.php in MediaWiki before 1.19.14, 1.20.x and 1.21.x before 1.21.8, and 1.22.x before 1.22.5 does not properly handle a correctly authenticated but unintended login attempt, which makes it easier for remote authenticated users to obtain sensitive information by arranging for a victim to login to the attacker's account, as demonstrated by tracking the victim's activity, related to a \"login CSRF\" issue.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h9vg-xq6f-567v/GHSA-h9vg-xq6f-567v.json b/advisories/unreviewed/2022/05/GHSA-h9vg-xq6f-567v/GHSA-h9vg-xq6f-567v.json index 4d47156b95b..bb30a1c7ba1 100644 --- a/advisories/unreviewed/2022/05/GHSA-h9vg-xq6f-567v/GHSA-h9vg-xq6f-567v.json +++ b/advisories/unreviewed/2022/05/GHSA-h9vg-xq6f-567v/GHSA-h9vg-xq6f-567v.json @@ -7,12 +7,8 @@ "CVE-2013-1919" ], "details": "Xen 4.2.x and 4.1.x does not properly restrict access to IRQs, which allows local stub domain clients to gain access to IRQs and cause a denial of service via vectors related to \"passed-through IRQs or PCI devices.\"", - "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-hc54-3v33-p939/GHSA-hc54-3v33-p939.json b/advisories/unreviewed/2022/05/GHSA-hc54-3v33-p939/GHSA-hc54-3v33-p939.json index ad8c8b929a4..a5e5aa4c447 100644 --- a/advisories/unreviewed/2022/05/GHSA-hc54-3v33-p939/GHSA-hc54-3v33-p939.json +++ b/advisories/unreviewed/2022/05/GHSA-hc54-3v33-p939/GHSA-hc54-3v33-p939.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", @@ -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-hcp9-gj5q-mc9r/GHSA-hcp9-gj5q-mc9r.json b/advisories/unreviewed/2022/05/GHSA-hcp9-gj5q-mc9r/GHSA-hcp9-gj5q-mc9r.json index e22ce0df45b..e16aec5e9b1 100644 --- a/advisories/unreviewed/2022/05/GHSA-hcp9-gj5q-mc9r/GHSA-hcp9-gj5q-mc9r.json +++ b/advisories/unreviewed/2022/05/GHSA-hcp9-gj5q-mc9r/GHSA-hcp9-gj5q-mc9r.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-hg97-5vhj-mp5w/GHSA-hg97-5vhj-mp5w.json b/advisories/unreviewed/2022/05/GHSA-hg97-5vhj-mp5w/GHSA-hg97-5vhj-mp5w.json index efcc0eb63e3..9fca166f82d 100644 --- a/advisories/unreviewed/2022/05/GHSA-hg97-5vhj-mp5w/GHSA-hg97-5vhj-mp5w.json +++ b/advisories/unreviewed/2022/05/GHSA-hg97-5vhj-mp5w/GHSA-hg97-5vhj-mp5w.json @@ -7,12 +7,8 @@ "CVE-2011-4406" ], "details": "The Ubuntu AccountsService package before 0.6.14-1git1ubuntu1.1 does not properly drop privileges when changing language settings, which allows local users to modify arbitrary files via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hgc9-x857-7qx4/GHSA-hgc9-x857-7qx4.json b/advisories/unreviewed/2022/05/GHSA-hgc9-x857-7qx4/GHSA-hgc9-x857-7qx4.json index 2a1e8105b47..4375abce60d 100644 --- a/advisories/unreviewed/2022/05/GHSA-hgc9-x857-7qx4/GHSA-hgc9-x857-7qx4.json +++ b/advisories/unreviewed/2022/05/GHSA-hgc9-x857-7qx4/GHSA-hgc9-x857-7qx4.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-hh9v-jpj6-69wx/GHSA-hh9v-jpj6-69wx.json b/advisories/unreviewed/2022/05/GHSA-hh9v-jpj6-69wx/GHSA-hh9v-jpj6-69wx.json index 6210046e53d..b28a3d45fdb 100644 --- a/advisories/unreviewed/2022/05/GHSA-hh9v-jpj6-69wx/GHSA-hh9v-jpj6-69wx.json +++ b/advisories/unreviewed/2022/05/GHSA-hh9v-jpj6-69wx/GHSA-hh9v-jpj6-69wx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hpp4-fw5h-qqx5/GHSA-hpp4-fw5h-qqx5.json b/advisories/unreviewed/2022/05/GHSA-hpp4-fw5h-qqx5/GHSA-hpp4-fw5h-qqx5.json index 937175a0af5..bdfb9bfa586 100644 --- a/advisories/unreviewed/2022/05/GHSA-hpp4-fw5h-qqx5/GHSA-hpp4-fw5h-qqx5.json +++ b/advisories/unreviewed/2022/05/GHSA-hpp4-fw5h-qqx5/GHSA-hpp4-fw5h-qqx5.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-hpxq-53gw-58hf/GHSA-hpxq-53gw-58hf.json b/advisories/unreviewed/2022/05/GHSA-hpxq-53gw-58hf/GHSA-hpxq-53gw-58hf.json index 90e3d276a93..ef9aa5ef89e 100644 --- a/advisories/unreviewed/2022/05/GHSA-hpxq-53gw-58hf/GHSA-hpxq-53gw-58hf.json +++ b/advisories/unreviewed/2022/05/GHSA-hpxq-53gw-58hf/GHSA-hpxq-53gw-58hf.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-hr2h-r2qh-rxf5/GHSA-hr2h-r2qh-rxf5.json b/advisories/unreviewed/2022/05/GHSA-hr2h-r2qh-rxf5/GHSA-hr2h-r2qh-rxf5.json index 636d482b15b..aa7027b1b66 100644 --- a/advisories/unreviewed/2022/05/GHSA-hr2h-r2qh-rxf5/GHSA-hr2h-r2qh-rxf5.json +++ b/advisories/unreviewed/2022/05/GHSA-hr2h-r2qh-rxf5/GHSA-hr2h-r2qh-rxf5.json @@ -7,12 +7,8 @@ "CVE-2014-2874" ], "details": "PaperThin CommonSpot before 7.0.2 and 8.x before 8.0.3 allows remote attackers to execute arbitrary code via shell metacharacters in an unspecified context.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hvgj-cwqx-ppgc/GHSA-hvgj-cwqx-ppgc.json b/advisories/unreviewed/2022/05/GHSA-hvgj-cwqx-ppgc/GHSA-hvgj-cwqx-ppgc.json index 633db32a747..14abad55766 100644 --- a/advisories/unreviewed/2022/05/GHSA-hvgj-cwqx-ppgc/GHSA-hvgj-cwqx-ppgc.json +++ b/advisories/unreviewed/2022/05/GHSA-hvgj-cwqx-ppgc/GHSA-hvgj-cwqx-ppgc.json @@ -7,12 +7,8 @@ "CVE-2014-2461" ], "details": "Unspecified vulnerability in the Oracle Transportation Management component in Oracle Supply Chain Products Suite 5.5.06, 6.0, 6.1, 6.2, 6.3, 6.3.1, 6.3.2, and 6.3.3 allows remote attackers to affect confidentiality via unknown vectors related to Security.", - "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-hw2x-9xxc-78jf/GHSA-hw2x-9xxc-78jf.json b/advisories/unreviewed/2022/05/GHSA-hw2x-9xxc-78jf/GHSA-hw2x-9xxc-78jf.json index 335d6438de2..41fd05d2c12 100644 --- a/advisories/unreviewed/2022/05/GHSA-hw2x-9xxc-78jf/GHSA-hw2x-9xxc-78jf.json +++ b/advisories/unreviewed/2022/05/GHSA-hw2x-9xxc-78jf/GHSA-hw2x-9xxc-78jf.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-hw36-cfq9-pqhg/GHSA-hw36-cfq9-pqhg.json b/advisories/unreviewed/2022/05/GHSA-hw36-cfq9-pqhg/GHSA-hw36-cfq9-pqhg.json index c2bc939fc68..637de41f291 100644 --- a/advisories/unreviewed/2022/05/GHSA-hw36-cfq9-pqhg/GHSA-hw36-cfq9-pqhg.json +++ b/advisories/unreviewed/2022/05/GHSA-hw36-cfq9-pqhg/GHSA-hw36-cfq9-pqhg.json @@ -7,12 +7,8 @@ "CVE-2014-1974" ], "details": "Directory traversal vulnerability in the LYSESOFT AndExplorer application before 20140403 and AndExplorerPro application before 20140405 for Android allows attackers to overwrite or create arbitrary files via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hx54-cc43-34cx/GHSA-hx54-cc43-34cx.json b/advisories/unreviewed/2022/05/GHSA-hx54-cc43-34cx/GHSA-hx54-cc43-34cx.json index 0e515fa5cd1..b9614b0b812 100644 --- a/advisories/unreviewed/2022/05/GHSA-hx54-cc43-34cx/GHSA-hx54-cc43-34cx.json +++ b/advisories/unreviewed/2022/05/GHSA-hx54-cc43-34cx/GHSA-hx54-cc43-34cx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j276-wgc4-x7jw/GHSA-j276-wgc4-x7jw.json b/advisories/unreviewed/2022/05/GHSA-j276-wgc4-x7jw/GHSA-j276-wgc4-x7jw.json index 7eea9e01846..26ffca1986b 100644 --- a/advisories/unreviewed/2022/05/GHSA-j276-wgc4-x7jw/GHSA-j276-wgc4-x7jw.json +++ b/advisories/unreviewed/2022/05/GHSA-j276-wgc4-x7jw/GHSA-j276-wgc4-x7jw.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-j39p-g3jw-98vv/GHSA-j39p-g3jw-98vv.json b/advisories/unreviewed/2022/05/GHSA-j39p-g3jw-98vv/GHSA-j39p-g3jw-98vv.json index fe855f50160..f2bd4b8af9a 100644 --- a/advisories/unreviewed/2022/05/GHSA-j39p-g3jw-98vv/GHSA-j39p-g3jw-98vv.json +++ b/advisories/unreviewed/2022/05/GHSA-j39p-g3jw-98vv/GHSA-j39p-g3jw-98vv.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-j3jx-c2xc-f9pg/GHSA-j3jx-c2xc-f9pg.json b/advisories/unreviewed/2022/05/GHSA-j3jx-c2xc-f9pg/GHSA-j3jx-c2xc-f9pg.json index 5892aedd015..bc6f3891132 100644 --- a/advisories/unreviewed/2022/05/GHSA-j3jx-c2xc-f9pg/GHSA-j3jx-c2xc-f9pg.json +++ b/advisories/unreviewed/2022/05/GHSA-j3jx-c2xc-f9pg/GHSA-j3jx-c2xc-f9pg.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-j59g-pjr7-6mxg/GHSA-j59g-pjr7-6mxg.json b/advisories/unreviewed/2022/05/GHSA-j59g-pjr7-6mxg/GHSA-j59g-pjr7-6mxg.json index 726a77ae1b0..14a5fb78127 100644 --- a/advisories/unreviewed/2022/05/GHSA-j59g-pjr7-6mxg/GHSA-j59g-pjr7-6mxg.json +++ b/advisories/unreviewed/2022/05/GHSA-j59g-pjr7-6mxg/GHSA-j59g-pjr7-6mxg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j5x6-97r8-x29f/GHSA-j5x6-97r8-x29f.json b/advisories/unreviewed/2022/05/GHSA-j5x6-97r8-x29f/GHSA-j5x6-97r8-x29f.json index 7145053ab86..2c7f1944e6c 100644 --- a/advisories/unreviewed/2022/05/GHSA-j5x6-97r8-x29f/GHSA-j5x6-97r8-x29f.json +++ b/advisories/unreviewed/2022/05/GHSA-j5x6-97r8-x29f/GHSA-j5x6-97r8-x29f.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-j69w-pxcf-vjqw/GHSA-j69w-pxcf-vjqw.json b/advisories/unreviewed/2022/05/GHSA-j69w-pxcf-vjqw/GHSA-j69w-pxcf-vjqw.json index e86e3e216f4..be3a1f0dca4 100644 --- a/advisories/unreviewed/2022/05/GHSA-j69w-pxcf-vjqw/GHSA-j69w-pxcf-vjqw.json +++ b/advisories/unreviewed/2022/05/GHSA-j69w-pxcf-vjqw/GHSA-j69w-pxcf-vjqw.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-j6xg-g9vq-x958/GHSA-j6xg-g9vq-x958.json b/advisories/unreviewed/2022/05/GHSA-j6xg-g9vq-x958/GHSA-j6xg-g9vq-x958.json index eed81bda93d..9f91e4437be 100644 --- a/advisories/unreviewed/2022/05/GHSA-j6xg-g9vq-x958/GHSA-j6xg-g9vq-x958.json +++ b/advisories/unreviewed/2022/05/GHSA-j6xg-g9vq-x958/GHSA-j6xg-g9vq-x958.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": "WEB", diff --git a/advisories/unreviewed/2022/05/GHSA-j74x-6rh4-f7q2/GHSA-j74x-6rh4-f7q2.json b/advisories/unreviewed/2022/05/GHSA-j74x-6rh4-f7q2/GHSA-j74x-6rh4-f7q2.json index 2813483af64..32c2dae458c 100644 --- a/advisories/unreviewed/2022/05/GHSA-j74x-6rh4-f7q2/GHSA-j74x-6rh4-f7q2.json +++ b/advisories/unreviewed/2022/05/GHSA-j74x-6rh4-f7q2/GHSA-j74x-6rh4-f7q2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j797-3649-cx2v/GHSA-j797-3649-cx2v.json b/advisories/unreviewed/2022/05/GHSA-j797-3649-cx2v/GHSA-j797-3649-cx2v.json index b87ac9e8c58..4befe059ecc 100644 --- a/advisories/unreviewed/2022/05/GHSA-j797-3649-cx2v/GHSA-j797-3649-cx2v.json +++ b/advisories/unreviewed/2022/05/GHSA-j797-3649-cx2v/GHSA-j797-3649-cx2v.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-j7hp-47c4-p8rw/GHSA-j7hp-47c4-p8rw.json b/advisories/unreviewed/2022/05/GHSA-j7hp-47c4-p8rw/GHSA-j7hp-47c4-p8rw.json index 6481b4f16b0..baa5c16011b 100644 --- a/advisories/unreviewed/2022/05/GHSA-j7hp-47c4-p8rw/GHSA-j7hp-47c4-p8rw.json +++ b/advisories/unreviewed/2022/05/GHSA-j7hp-47c4-p8rw/GHSA-j7hp-47c4-p8rw.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-j7p3-x6j6-x86p/GHSA-j7p3-x6j6-x86p.json b/advisories/unreviewed/2022/05/GHSA-j7p3-x6j6-x86p/GHSA-j7p3-x6j6-x86p.json index 192a47490d8..baa16c3a7b4 100644 --- a/advisories/unreviewed/2022/05/GHSA-j7p3-x6j6-x86p/GHSA-j7p3-x6j6-x86p.json +++ b/advisories/unreviewed/2022/05/GHSA-j7p3-x6j6-x86p/GHSA-j7p3-x6j6-x86p.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-jc8r-vgf4-ggvf/GHSA-jc8r-vgf4-ggvf.json b/advisories/unreviewed/2022/05/GHSA-jc8r-vgf4-ggvf/GHSA-jc8r-vgf4-ggvf.json index 63575a3facd..6f9f08532b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-jc8r-vgf4-ggvf/GHSA-jc8r-vgf4-ggvf.json +++ b/advisories/unreviewed/2022/05/GHSA-jc8r-vgf4-ggvf/GHSA-jc8r-vgf4-ggvf.json @@ -7,12 +7,8 @@ "CVE-2014-2466" ], "details": "Unspecified vulnerability in the Oracle Agile PLM Framework component in Oracle Supply Chain Products Suite 9.3.3 allows remote authenticated users to affect confidentiality via unknown vectors related to Security.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jcw9-gccv-c5vw/GHSA-jcw9-gccv-c5vw.json b/advisories/unreviewed/2022/05/GHSA-jcw9-gccv-c5vw/GHSA-jcw9-gccv-c5vw.json index ddf6ed0ffb3..d072e8159d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-jcw9-gccv-c5vw/GHSA-jcw9-gccv-c5vw.json +++ b/advisories/unreviewed/2022/05/GHSA-jcw9-gccv-c5vw/GHSA-jcw9-gccv-c5vw.json @@ -7,12 +7,8 @@ "CVE-2013-0846" ], "details": "Array index error in the qdm2_decode_super_block function in libavcodec/qdm2.c in FFmpeg before 1.1 allows remote attackers to have an unspecified impact via crafted QDM2 data, which triggers an out-of-bounds array access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jf79-rf9v-4686/GHSA-jf79-rf9v-4686.json b/advisories/unreviewed/2022/05/GHSA-jf79-rf9v-4686/GHSA-jf79-rf9v-4686.json index c9aeae884ed..9657d7943f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-jf79-rf9v-4686/GHSA-jf79-rf9v-4686.json +++ b/advisories/unreviewed/2022/05/GHSA-jf79-rf9v-4686/GHSA-jf79-rf9v-4686.json @@ -7,12 +7,8 @@ "CVE-2014-1322" ], "details": "The kernel in Apple OS X through 10.9.2 places a kernel pointer into an XNU object data structure accessible from user space, which makes it easier for local users to bypass the ASLR protection mechanism by reading an unspecified attribute of the object.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jff7-h8x2-v2hj/GHSA-jff7-h8x2-v2hj.json b/advisories/unreviewed/2022/05/GHSA-jff7-h8x2-v2hj/GHSA-jff7-h8x2-v2hj.json index 5b8080b46c0..c0146789c28 100644 --- a/advisories/unreviewed/2022/05/GHSA-jff7-h8x2-v2hj/GHSA-jff7-h8x2-v2hj.json +++ b/advisories/unreviewed/2022/05/GHSA-jff7-h8x2-v2hj/GHSA-jff7-h8x2-v2hj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jj4p-9287-5h8h/GHSA-jj4p-9287-5h8h.json b/advisories/unreviewed/2022/05/GHSA-jj4p-9287-5h8h/GHSA-jj4p-9287-5h8h.json index 5ab1f692033..ae28e88b733 100644 --- a/advisories/unreviewed/2022/05/GHSA-jj4p-9287-5h8h/GHSA-jj4p-9287-5h8h.json +++ b/advisories/unreviewed/2022/05/GHSA-jj4p-9287-5h8h/GHSA-jj4p-9287-5h8h.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-jjcm-mvqj-g3mq/GHSA-jjcm-mvqj-g3mq.json b/advisories/unreviewed/2022/05/GHSA-jjcm-mvqj-g3mq/GHSA-jjcm-mvqj-g3mq.json index 124f5549686..333251a58a1 100644 --- a/advisories/unreviewed/2022/05/GHSA-jjcm-mvqj-g3mq/GHSA-jjcm-mvqj-g3mq.json +++ b/advisories/unreviewed/2022/05/GHSA-jjcm-mvqj-g3mq/GHSA-jjcm-mvqj-g3mq.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-jjv6-934h-3qjm/GHSA-jjv6-934h-3qjm.json b/advisories/unreviewed/2022/05/GHSA-jjv6-934h-3qjm/GHSA-jjv6-934h-3qjm.json index a4151a9439e..51c33a448dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-jjv6-934h-3qjm/GHSA-jjv6-934h-3qjm.json +++ b/advisories/unreviewed/2022/05/GHSA-jjv6-934h-3qjm/GHSA-jjv6-934h-3qjm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jm93-wj83-qcv7/GHSA-jm93-wj83-qcv7.json b/advisories/unreviewed/2022/05/GHSA-jm93-wj83-qcv7/GHSA-jm93-wj83-qcv7.json index 8d1c359b89e..14180684a5b 100644 --- a/advisories/unreviewed/2022/05/GHSA-jm93-wj83-qcv7/GHSA-jm93-wj83-qcv7.json +++ b/advisories/unreviewed/2022/05/GHSA-jm93-wj83-qcv7/GHSA-jm93-wj83-qcv7.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-jp5q-cjfh-mwp6/GHSA-jp5q-cjfh-mwp6.json b/advisories/unreviewed/2022/05/GHSA-jp5q-cjfh-mwp6/GHSA-jp5q-cjfh-mwp6.json index 2458002933c..a5bc23c1171 100644 --- a/advisories/unreviewed/2022/05/GHSA-jp5q-cjfh-mwp6/GHSA-jp5q-cjfh-mwp6.json +++ b/advisories/unreviewed/2022/05/GHSA-jp5q-cjfh-mwp6/GHSA-jp5q-cjfh-mwp6.json @@ -7,12 +7,8 @@ "CVE-2014-2743" ], "details": "plugins/mod_compression.lua in Lightwitch Metronome through 3.4 does not properly restrict the processing of compressed XML elements, which allows remote attackers to cause a denial of service (resource consumption) via a crafted XMPP stream, aka an \"xmppbomb\" attack.", - "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-jpr6-88j2-72pf/GHSA-jpr6-88j2-72pf.json b/advisories/unreviewed/2022/05/GHSA-jpr6-88j2-72pf/GHSA-jpr6-88j2-72pf.json index 03b150462be..90551c5391f 100644 --- a/advisories/unreviewed/2022/05/GHSA-jpr6-88j2-72pf/GHSA-jpr6-88j2-72pf.json +++ b/advisories/unreviewed/2022/05/GHSA-jpr6-88j2-72pf/GHSA-jpr6-88j2-72pf.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/2022/05/GHSA-jq5g-xxg4-vw6h/GHSA-jq5g-xxg4-vw6h.json b/advisories/unreviewed/2022/05/GHSA-jq5g-xxg4-vw6h/GHSA-jq5g-xxg4-vw6h.json index 3fcdc780b88..edd14fafea3 100644 --- a/advisories/unreviewed/2022/05/GHSA-jq5g-xxg4-vw6h/GHSA-jq5g-xxg4-vw6h.json +++ b/advisories/unreviewed/2022/05/GHSA-jq5g-xxg4-vw6h/GHSA-jq5g-xxg4-vw6h.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-jqqf-9279-r3qm/GHSA-jqqf-9279-r3qm.json b/advisories/unreviewed/2022/05/GHSA-jqqf-9279-r3qm/GHSA-jqqf-9279-r3qm.json index dd1f4d35a86..02630ff6ffa 100644 --- a/advisories/unreviewed/2022/05/GHSA-jqqf-9279-r3qm/GHSA-jqqf-9279-r3qm.json +++ b/advisories/unreviewed/2022/05/GHSA-jqqf-9279-r3qm/GHSA-jqqf-9279-r3qm.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": "WEB", diff --git a/advisories/unreviewed/2022/05/GHSA-jrg3-jj4f-m298/GHSA-jrg3-jj4f-m298.json b/advisories/unreviewed/2022/05/GHSA-jrg3-jj4f-m298/GHSA-jrg3-jj4f-m298.json index 566be7346dd..e9ac9b430a2 100644 --- a/advisories/unreviewed/2022/05/GHSA-jrg3-jj4f-m298/GHSA-jrg3-jj4f-m298.json +++ b/advisories/unreviewed/2022/05/GHSA-jrg3-jj4f-m298/GHSA-jrg3-jj4f-m298.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jrwr-qw3f-xrg9/GHSA-jrwr-qw3f-xrg9.json b/advisories/unreviewed/2022/05/GHSA-jrwr-qw3f-xrg9/GHSA-jrwr-qw3f-xrg9.json index 6eac4632f72..7994502f5c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-jrwr-qw3f-xrg9/GHSA-jrwr-qw3f-xrg9.json +++ b/advisories/unreviewed/2022/05/GHSA-jrwr-qw3f-xrg9/GHSA-jrwr-qw3f-xrg9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jx4q-93vj-qqgp/GHSA-jx4q-93vj-qqgp.json b/advisories/unreviewed/2022/05/GHSA-jx4q-93vj-qqgp/GHSA-jx4q-93vj-qqgp.json index ceda94145a1..5c4a6fd62ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-jx4q-93vj-qqgp/GHSA-jx4q-93vj-qqgp.json +++ b/advisories/unreviewed/2022/05/GHSA-jx4q-93vj-qqgp/GHSA-jx4q-93vj-qqgp.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-jxfj-33w4-r4w4/GHSA-jxfj-33w4-r4w4.json b/advisories/unreviewed/2022/05/GHSA-jxfj-33w4-r4w4/GHSA-jxfj-33w4-r4w4.json index fea5f4b80ab..920b0ece1d2 100644 --- a/advisories/unreviewed/2022/05/GHSA-jxfj-33w4-r4w4/GHSA-jxfj-33w4-r4w4.json +++ b/advisories/unreviewed/2022/05/GHSA-jxfj-33w4-r4w4/GHSA-jxfj-33w4-r4w4.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-jxv7-5f9p-6rg2/GHSA-jxv7-5f9p-6rg2.json b/advisories/unreviewed/2022/05/GHSA-jxv7-5f9p-6rg2/GHSA-jxv7-5f9p-6rg2.json index 4126dc247d8..d7da38ae22f 100644 --- a/advisories/unreviewed/2022/05/GHSA-jxv7-5f9p-6rg2/GHSA-jxv7-5f9p-6rg2.json +++ b/advisories/unreviewed/2022/05/GHSA-jxv7-5f9p-6rg2/GHSA-jxv7-5f9p-6rg2.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-m299-9mh6-7cv5/GHSA-m299-9mh6-7cv5.json b/advisories/unreviewed/2022/05/GHSA-m299-9mh6-7cv5/GHSA-m299-9mh6-7cv5.json index e3d716ec92c..09e2d0ad932 100644 --- a/advisories/unreviewed/2022/05/GHSA-m299-9mh6-7cv5/GHSA-m299-9mh6-7cv5.json +++ b/advisories/unreviewed/2022/05/GHSA-m299-9mh6-7cv5/GHSA-m299-9mh6-7cv5.json @@ -7,12 +7,8 @@ "CVE-2014-0760" ], "details": "The Festo CECX-X-C1 Modular Master Controller with CoDeSys and CECX-X-M1 Modular Controller with CoDeSys and SoftMotion provide an undocumented access method involving the FTP protocol, which allows remote attackers to execute arbitrary code or cause a denial of service (application crash) via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m2fm-4hp8-rv4h/GHSA-m2fm-4hp8-rv4h.json b/advisories/unreviewed/2022/05/GHSA-m2fm-4hp8-rv4h/GHSA-m2fm-4hp8-rv4h.json index 515c897dd70..ef25de31444 100644 --- a/advisories/unreviewed/2022/05/GHSA-m2fm-4hp8-rv4h/GHSA-m2fm-4hp8-rv4h.json +++ b/advisories/unreviewed/2022/05/GHSA-m2fm-4hp8-rv4h/GHSA-m2fm-4hp8-rv4h.json @@ -7,12 +7,8 @@ "CVE-2014-0342" ], "details": "Multiple unrestricted file upload vulnerabilities in fileupload.php in PivotX before 2.3.9 allow remote authenticated users to execute arbitrary PHP code by uploading a file with a (1) .php or (2) .php# extension, and then accessing it via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m2m6-6gvx-pcc6/GHSA-m2m6-6gvx-pcc6.json b/advisories/unreviewed/2022/05/GHSA-m2m6-6gvx-pcc6/GHSA-m2m6-6gvx-pcc6.json index 7b1d94d3eb4..5299bedd0b4 100644 --- a/advisories/unreviewed/2022/05/GHSA-m2m6-6gvx-pcc6/GHSA-m2m6-6gvx-pcc6.json +++ b/advisories/unreviewed/2022/05/GHSA-m2m6-6gvx-pcc6/GHSA-m2m6-6gvx-pcc6.json @@ -7,12 +7,8 @@ "CVE-2014-2465" ], "details": "Unspecified vulnerability in the Oracle Agile PLM Framework component in Oracle Supply Chain Products Suite 9.3.3 allows remote attackers to affect integrity via unknown vectors related to Security.", - "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-m34g-pfxp-wfvq/GHSA-m34g-pfxp-wfvq.json b/advisories/unreviewed/2022/05/GHSA-m34g-pfxp-wfvq/GHSA-m34g-pfxp-wfvq.json index 203f4308e20..97df7382970 100644 --- a/advisories/unreviewed/2022/05/GHSA-m34g-pfxp-wfvq/GHSA-m34g-pfxp-wfvq.json +++ b/advisories/unreviewed/2022/05/GHSA-m34g-pfxp-wfvq/GHSA-m34g-pfxp-wfvq.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-m8cf-5cgm-249r/GHSA-m8cf-5cgm-249r.json b/advisories/unreviewed/2022/05/GHSA-m8cf-5cgm-249r/GHSA-m8cf-5cgm-249r.json index 4c72b2367ca..186d857c66e 100644 --- a/advisories/unreviewed/2022/05/GHSA-m8cf-5cgm-249r/GHSA-m8cf-5cgm-249r.json +++ b/advisories/unreviewed/2022/05/GHSA-m8cf-5cgm-249r/GHSA-m8cf-5cgm-249r.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", @@ -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-m8pr-x6wc-r486/GHSA-m8pr-x6wc-r486.json b/advisories/unreviewed/2022/05/GHSA-m8pr-x6wc-r486/GHSA-m8pr-x6wc-r486.json index fac8b74260c..acdc10ba987 100644 --- a/advisories/unreviewed/2022/05/GHSA-m8pr-x6wc-r486/GHSA-m8pr-x6wc-r486.json +++ b/advisories/unreviewed/2022/05/GHSA-m8pr-x6wc-r486/GHSA-m8pr-x6wc-r486.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-mch8-7v52-7hhx/GHSA-mch8-7v52-7hhx.json b/advisories/unreviewed/2022/05/GHSA-mch8-7v52-7hhx/GHSA-mch8-7v52-7hhx.json index fc75567ace8..8bada6ee223 100644 --- a/advisories/unreviewed/2022/05/GHSA-mch8-7v52-7hhx/GHSA-mch8-7v52-7hhx.json +++ b/advisories/unreviewed/2022/05/GHSA-mch8-7v52-7hhx/GHSA-mch8-7v52-7hhx.json @@ -7,12 +7,8 @@ "CVE-2014-2868" ], "details": "PaperThin CommonSpot before 7.0.2 and 8.x before 8.0.3 allows remote attackers to modify the flow of execution of ColdFusion code by using an HTTP GET request to set a ColdFusion variable.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mfpx-cx7p-6jc6/GHSA-mfpx-cx7p-6jc6.json b/advisories/unreviewed/2022/05/GHSA-mfpx-cx7p-6jc6/GHSA-mfpx-cx7p-6jc6.json index d7225aa595e..f4d6d7404cb 100644 --- a/advisories/unreviewed/2022/05/GHSA-mfpx-cx7p-6jc6/GHSA-mfpx-cx7p-6jc6.json +++ b/advisories/unreviewed/2022/05/GHSA-mfpx-cx7p-6jc6/GHSA-mfpx-cx7p-6jc6.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-mfrg-qj22-f4fw/GHSA-mfrg-qj22-f4fw.json b/advisories/unreviewed/2022/05/GHSA-mfrg-qj22-f4fw/GHSA-mfrg-qj22-f4fw.json index 8d0760b32aa..4900887f1cd 100644 --- a/advisories/unreviewed/2022/05/GHSA-mfrg-qj22-f4fw/GHSA-mfrg-qj22-f4fw.json +++ b/advisories/unreviewed/2022/05/GHSA-mfrg-qj22-f4fw/GHSA-mfrg-qj22-f4fw.json @@ -7,12 +7,8 @@ "CVE-2014-2245" ], "details": "SQL injection vulnerability in the News module in CMS Made Simple (CMSMS) before 1.11.10 allows remote authenticated users with the \"Modify News\" permission to execute arbitrary SQL commands via the sortby parameter to admin/moduleinterface.php. NOTE: some of these details are obtained from third party information.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mj8w-c2h5-v9gc/GHSA-mj8w-c2h5-v9gc.json b/advisories/unreviewed/2022/05/GHSA-mj8w-c2h5-v9gc/GHSA-mj8w-c2h5-v9gc.json index a8d16b58c74..f7af87bedac 100644 --- a/advisories/unreviewed/2022/05/GHSA-mj8w-c2h5-v9gc/GHSA-mj8w-c2h5-v9gc.json +++ b/advisories/unreviewed/2022/05/GHSA-mj8w-c2h5-v9gc/GHSA-mj8w-c2h5-v9gc.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-mjc7-82x6-3544/GHSA-mjc7-82x6-3544.json b/advisories/unreviewed/2022/05/GHSA-mjc7-82x6-3544/GHSA-mjc7-82x6-3544.json index 6760b8fa857..95949952060 100644 --- a/advisories/unreviewed/2022/05/GHSA-mjc7-82x6-3544/GHSA-mjc7-82x6-3544.json +++ b/advisories/unreviewed/2022/05/GHSA-mjc7-82x6-3544/GHSA-mjc7-82x6-3544.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-mjj2-qhjw-qmhv/GHSA-mjj2-qhjw-qmhv.json b/advisories/unreviewed/2022/05/GHSA-mjj2-qhjw-qmhv/GHSA-mjj2-qhjw-qmhv.json index 19cc482cff2..f7e6ac4771c 100644 --- a/advisories/unreviewed/2022/05/GHSA-mjj2-qhjw-qmhv/GHSA-mjj2-qhjw-qmhv.json +++ b/advisories/unreviewed/2022/05/GHSA-mjj2-qhjw-qmhv/GHSA-mjj2-qhjw-qmhv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mm9m-8c34-98g3/GHSA-mm9m-8c34-98g3.json b/advisories/unreviewed/2022/05/GHSA-mm9m-8c34-98g3/GHSA-mm9m-8c34-98g3.json index 4771abfdeb3..648a54883a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-mm9m-8c34-98g3/GHSA-mm9m-8c34-98g3.json +++ b/advisories/unreviewed/2022/05/GHSA-mm9m-8c34-98g3/GHSA-mm9m-8c34-98g3.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", @@ -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-mpxm-8w88-rmw2/GHSA-mpxm-8w88-rmw2.json b/advisories/unreviewed/2022/05/GHSA-mpxm-8w88-rmw2/GHSA-mpxm-8w88-rmw2.json index ae8ea2a423d..a378f46e75d 100644 --- a/advisories/unreviewed/2022/05/GHSA-mpxm-8w88-rmw2/GHSA-mpxm-8w88-rmw2.json +++ b/advisories/unreviewed/2022/05/GHSA-mpxm-8w88-rmw2/GHSA-mpxm-8w88-rmw2.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-mqfw-gg2g-9qc5/GHSA-mqfw-gg2g-9qc5.json b/advisories/unreviewed/2022/05/GHSA-mqfw-gg2g-9qc5/GHSA-mqfw-gg2g-9qc5.json index 17b86042329..572d8217c13 100644 --- a/advisories/unreviewed/2022/05/GHSA-mqfw-gg2g-9qc5/GHSA-mqfw-gg2g-9qc5.json +++ b/advisories/unreviewed/2022/05/GHSA-mqfw-gg2g-9qc5/GHSA-mqfw-gg2g-9qc5.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-mrh7-hjpc-3gqh/GHSA-mrh7-hjpc-3gqh.json b/advisories/unreviewed/2022/05/GHSA-mrh7-hjpc-3gqh/GHSA-mrh7-hjpc-3gqh.json index d85be5e64a4..cfc3bc1ddd4 100644 --- a/advisories/unreviewed/2022/05/GHSA-mrh7-hjpc-3gqh/GHSA-mrh7-hjpc-3gqh.json +++ b/advisories/unreviewed/2022/05/GHSA-mrh7-hjpc-3gqh/GHSA-mrh7-hjpc-3gqh.json @@ -7,12 +7,8 @@ "CVE-2014-2442" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.6.15 and earlier allows remote authenticated users to affect availability via vectors related to MyISAM.", - "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-mrjv-6f7h-m3rj/GHSA-mrjv-6f7h-m3rj.json b/advisories/unreviewed/2022/05/GHSA-mrjv-6f7h-m3rj/GHSA-mrjv-6f7h-m3rj.json index 9a2d1f54239..cc3b2b194da 100644 --- a/advisories/unreviewed/2022/05/GHSA-mrjv-6f7h-m3rj/GHSA-mrjv-6f7h-m3rj.json +++ b/advisories/unreviewed/2022/05/GHSA-mrjv-6f7h-m3rj/GHSA-mrjv-6f7h-m3rj.json @@ -7,12 +7,8 @@ "CVE-2013-1917" ], "details": "Xen 3.1 through 4.x, when running 64-bit hosts on Intel CPUs, does not clear the NT flag when using an IRET after a SYSENTER instruction, which allows PV guest users to cause a denial of service (hypervisor crash) by triggering a #GP fault, which is not properly handled by another IRET instruction.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mw4g-r9w4-rcr5/GHSA-mw4g-r9w4-rcr5.json b/advisories/unreviewed/2022/05/GHSA-mw4g-r9w4-rcr5/GHSA-mw4g-r9w4-rcr5.json index 058a3a7685c..ee362ec3a35 100644 --- a/advisories/unreviewed/2022/05/GHSA-mw4g-r9w4-rcr5/GHSA-mw4g-r9w4-rcr5.json +++ b/advisories/unreviewed/2022/05/GHSA-mw4g-r9w4-rcr5/GHSA-mw4g-r9w4-rcr5.json @@ -7,12 +7,8 @@ "CVE-2012-4658" ], "details": "The ios-authproxy implementation in Cisco IOS before 15.1(1)SY3 allows remote attackers to cause a denial of service (webauth and HTTP service outage) via vectors that trigger incorrectly terminated HTTP sessions, aka Bug ID CSCtz99447.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p23p-m9mc-pg6q/GHSA-p23p-m9mc-pg6q.json b/advisories/unreviewed/2022/05/GHSA-p23p-m9mc-pg6q/GHSA-p23p-m9mc-pg6q.json index ef6ead0960b..f9e1943f3e8 100644 --- a/advisories/unreviewed/2022/05/GHSA-p23p-m9mc-pg6q/GHSA-p23p-m9mc-pg6q.json +++ b/advisories/unreviewed/2022/05/GHSA-p23p-m9mc-pg6q/GHSA-p23p-m9mc-pg6q.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-p26q-362x-wgpw/GHSA-p26q-362x-wgpw.json b/advisories/unreviewed/2022/05/GHSA-p26q-362x-wgpw/GHSA-p26q-362x-wgpw.json index b846d488fd8..7a80826e8fb 100644 --- a/advisories/unreviewed/2022/05/GHSA-p26q-362x-wgpw/GHSA-p26q-362x-wgpw.json +++ b/advisories/unreviewed/2022/05/GHSA-p26q-362x-wgpw/GHSA-p26q-362x-wgpw.json @@ -7,12 +7,8 @@ "CVE-2014-2852" ], "details": "OpenAFS before 1.6.7 delays the listen thread when an RXS_CheckResponse fails, which allows remote attackers to cause a denial of service (performance degradation) via an invalid packet.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p2f6-35c3-q43f/GHSA-p2f6-35c3-q43f.json b/advisories/unreviewed/2022/05/GHSA-p2f6-35c3-q43f/GHSA-p2f6-35c3-q43f.json index 645f5b71f7f..6d85f962850 100644 --- a/advisories/unreviewed/2022/05/GHSA-p2f6-35c3-q43f/GHSA-p2f6-35c3-q43f.json +++ b/advisories/unreviewed/2022/05/GHSA-p2f6-35c3-q43f/GHSA-p2f6-35c3-q43f.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/2022/05/GHSA-p2xc-mcp4-pvvr/GHSA-p2xc-mcp4-pvvr.json b/advisories/unreviewed/2022/05/GHSA-p2xc-mcp4-pvvr/GHSA-p2xc-mcp4-pvvr.json index 0f5c48d5bfd..c8f36295b71 100644 --- a/advisories/unreviewed/2022/05/GHSA-p2xc-mcp4-pvvr/GHSA-p2xc-mcp4-pvvr.json +++ b/advisories/unreviewed/2022/05/GHSA-p2xc-mcp4-pvvr/GHSA-p2xc-mcp4-pvvr.json @@ -7,12 +7,8 @@ "CVE-2014-0644" ], "details": "EMC Cloud Tiering Appliance (CTA) 10 through SP1 allows remote attackers to read arbitrary files via an api/login request containing an XML external entity declaration in conjunction with an entity reference, related to an XML External Entity (XXE) issue, as demonstrated by reading the /etc/shadow file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p38p-3wjq-f9p2/GHSA-p38p-3wjq-f9p2.json b/advisories/unreviewed/2022/05/GHSA-p38p-3wjq-f9p2/GHSA-p38p-3wjq-f9p2.json index b6d30466b0f..218738b6589 100644 --- a/advisories/unreviewed/2022/05/GHSA-p38p-3wjq-f9p2/GHSA-p38p-3wjq-f9p2.json +++ b/advisories/unreviewed/2022/05/GHSA-p38p-3wjq-f9p2/GHSA-p38p-3wjq-f9p2.json @@ -7,12 +7,8 @@ "CVE-2014-0450" ], "details": "Unspecified vulnerability in the Oracle WebCenter Portal component in Oracle Fusion Middleware 11.1.1.7 and 11.1.1.8 allows remote attackers to affect confidentiality via unknown vectors related to People Connection.", - "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-p3v7-wjmc-7fh8/GHSA-p3v7-wjmc-7fh8.json b/advisories/unreviewed/2022/05/GHSA-p3v7-wjmc-7fh8/GHSA-p3v7-wjmc-7fh8.json index 7e5ce9db075..f037709b2f8 100644 --- a/advisories/unreviewed/2022/05/GHSA-p3v7-wjmc-7fh8/GHSA-p3v7-wjmc-7fh8.json +++ b/advisories/unreviewed/2022/05/GHSA-p3v7-wjmc-7fh8/GHSA-p3v7-wjmc-7fh8.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-p44p-5m9r-qc36/GHSA-p44p-5m9r-qc36.json b/advisories/unreviewed/2022/05/GHSA-p44p-5m9r-qc36/GHSA-p44p-5m9r-qc36.json index 3adb935ec64..407f13021bd 100644 --- a/advisories/unreviewed/2022/05/GHSA-p44p-5m9r-qc36/GHSA-p44p-5m9r-qc36.json +++ b/advisories/unreviewed/2022/05/GHSA-p44p-5m9r-qc36/GHSA-p44p-5m9r-qc36.json @@ -7,12 +7,8 @@ "CVE-2014-0612" ], "details": "Unspecified vulnerability in Juniper Junos before 11.4R10-S1, before 11.4R11, 12.1X44 before 12.1X44-D26, 12.1X44 before 12.1X44-D30, 12.1X45 before 12.1X45-D20, and 12.1X46 before 12.1X46-D10, when Dynamic IPsec VPN is configured, allows remote attackers to cause a denial of service (new Dynamic VPN connection failures and CPU and disk consumption) via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-p4c2-g8cc-93xx/GHSA-p4c2-g8cc-93xx.json b/advisories/unreviewed/2022/05/GHSA-p4c2-g8cc-93xx/GHSA-p4c2-g8cc-93xx.json index 4db6ae6f631..fd6eae26e89 100644 --- a/advisories/unreviewed/2022/05/GHSA-p4c2-g8cc-93xx/GHSA-p4c2-g8cc-93xx.json +++ b/advisories/unreviewed/2022/05/GHSA-p4c2-g8cc-93xx/GHSA-p4c2-g8cc-93xx.json @@ -7,12 +7,8 @@ "CVE-2014-0359" ], "details": "Xangati XSR before 11 and XNR before 7 allows remote attackers to execute arbitrary commands via shell metacharacters in a gui_input_test.pl params parameter to servlet/Installer.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p4cr-qpf4-f593/GHSA-p4cr-qpf4-f593.json b/advisories/unreviewed/2022/05/GHSA-p4cr-qpf4-f593/GHSA-p4cr-qpf4-f593.json index 410fbd01280..df554f97897 100644 --- a/advisories/unreviewed/2022/05/GHSA-p4cr-qpf4-f593/GHSA-p4cr-qpf4-f593.json +++ b/advisories/unreviewed/2022/05/GHSA-p4cr-qpf4-f593/GHSA-p4cr-qpf4-f593.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-p57h-cqcx-xmxg/GHSA-p57h-cqcx-xmxg.json b/advisories/unreviewed/2022/05/GHSA-p57h-cqcx-xmxg/GHSA-p57h-cqcx-xmxg.json index 4e78bc483ca..22e08a27ea2 100644 --- a/advisories/unreviewed/2022/05/GHSA-p57h-cqcx-xmxg/GHSA-p57h-cqcx-xmxg.json +++ b/advisories/unreviewed/2022/05/GHSA-p57h-cqcx-xmxg/GHSA-p57h-cqcx-xmxg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p5vv-wvgc-88qh/GHSA-p5vv-wvgc-88qh.json b/advisories/unreviewed/2022/05/GHSA-p5vv-wvgc-88qh/GHSA-p5vv-wvgc-88qh.json index a8899011cdd..6575c5d9ee7 100644 --- a/advisories/unreviewed/2022/05/GHSA-p5vv-wvgc-88qh/GHSA-p5vv-wvgc-88qh.json +++ b/advisories/unreviewed/2022/05/GHSA-p5vv-wvgc-88qh/GHSA-p5vv-wvgc-88qh.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-p62r-7mj8-qqmj/GHSA-p62r-7mj8-qqmj.json b/advisories/unreviewed/2022/05/GHSA-p62r-7mj8-qqmj/GHSA-p62r-7mj8-qqmj.json index e321ea2e70a..105d1a2f38a 100644 --- a/advisories/unreviewed/2022/05/GHSA-p62r-7mj8-qqmj/GHSA-p62r-7mj8-qqmj.json +++ b/advisories/unreviewed/2022/05/GHSA-p62r-7mj8-qqmj/GHSA-p62r-7mj8-qqmj.json @@ -7,12 +7,8 @@ "CVE-2013-5365" ], "details": "Heap-based buffer overflow in Autodesk SketchBook for Enterprise 2014, Pro, and Express before 6.25, and Copic Edition before 2.0.2 allows remote attackers to execute arbitrary code via RLE-compressed channel data in a PSD file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p6qm-652f-pc2j/GHSA-p6qm-652f-pc2j.json b/advisories/unreviewed/2022/05/GHSA-p6qm-652f-pc2j/GHSA-p6qm-652f-pc2j.json index 0c23ac3809e..c3850f0ae7a 100644 --- a/advisories/unreviewed/2022/05/GHSA-p6qm-652f-pc2j/GHSA-p6qm-652f-pc2j.json +++ b/advisories/unreviewed/2022/05/GHSA-p6qm-652f-pc2j/GHSA-p6qm-652f-pc2j.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-p72f-29mg-h4p5/GHSA-p72f-29mg-h4p5.json b/advisories/unreviewed/2022/05/GHSA-p72f-29mg-h4p5/GHSA-p72f-29mg-h4p5.json index 4cd4cb091c5..0446f98729d 100644 --- a/advisories/unreviewed/2022/05/GHSA-p72f-29mg-h4p5/GHSA-p72f-29mg-h4p5.json +++ b/advisories/unreviewed/2022/05/GHSA-p72f-29mg-h4p5/GHSA-p72f-29mg-h4p5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p74g-3426-3685/GHSA-p74g-3426-3685.json b/advisories/unreviewed/2022/05/GHSA-p74g-3426-3685/GHSA-p74g-3426-3685.json index fe749da5d73..5bc05c20165 100644 --- a/advisories/unreviewed/2022/05/GHSA-p74g-3426-3685/GHSA-p74g-3426-3685.json +++ b/advisories/unreviewed/2022/05/GHSA-p74g-3426-3685/GHSA-p74g-3426-3685.json @@ -7,12 +7,8 @@ "CVE-2012-5036" ], "details": "Cisco IOS before 12.2(50)SY1 allows remote authenticated users to cause a denial of service (memory consumption) via a sequence of VTY management sessions (aka exec sessions), aka Bug ID CSCtn43662.", - "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-p75m-894q-gmxh/GHSA-p75m-894q-gmxh.json b/advisories/unreviewed/2022/05/GHSA-p75m-894q-gmxh/GHSA-p75m-894q-gmxh.json index 06f4a70b600..f8aaf95163b 100644 --- a/advisories/unreviewed/2022/05/GHSA-p75m-894q-gmxh/GHSA-p75m-894q-gmxh.json +++ b/advisories/unreviewed/2022/05/GHSA-p75m-894q-gmxh/GHSA-p75m-894q-gmxh.json @@ -7,12 +7,8 @@ "CVE-2014-0777" ], "details": "The Modbus slave/outstation driver in the OPC Drivers 1.0.20 and earlier in IOServer OPC Server allows remote attackers to cause a denial of service (out-of-bounds read and daemon crash) via a crafted packet.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p8qf-gcxq-47xm/GHSA-p8qf-gcxq-47xm.json b/advisories/unreviewed/2022/05/GHSA-p8qf-gcxq-47xm/GHSA-p8qf-gcxq-47xm.json index 3f834139cff..fdd89a5a0e8 100644 --- a/advisories/unreviewed/2022/05/GHSA-p8qf-gcxq-47xm/GHSA-p8qf-gcxq-47xm.json +++ b/advisories/unreviewed/2022/05/GHSA-p8qf-gcxq-47xm/GHSA-p8qf-gcxq-47xm.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-p97v-h8m4-p2w7/GHSA-p97v-h8m4-p2w7.json b/advisories/unreviewed/2022/05/GHSA-p97v-h8m4-p2w7/GHSA-p97v-h8m4-p2w7.json index 173760d169d..fa77b3f67f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-p97v-h8m4-p2w7/GHSA-p97v-h8m4-p2w7.json +++ b/advisories/unreviewed/2022/05/GHSA-p97v-h8m4-p2w7/GHSA-p97v-h8m4-p2w7.json @@ -7,12 +7,8 @@ "CVE-2014-2865" ], "details": "PaperThin CommonSpot before 7.0.2 and 8.x before 8.0.3 allows remote attackers to bypass intended access restrictions via a '\\0' character, as demonstrated by using this character within a pathname on the drive containing the web root directory of a ColdFusion installation.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-pc5x-fvx9-jf5h/GHSA-pc5x-fvx9-jf5h.json b/advisories/unreviewed/2022/05/GHSA-pc5x-fvx9-jf5h/GHSA-pc5x-fvx9-jf5h.json index 5292dfca633..ded73711554 100644 --- a/advisories/unreviewed/2022/05/GHSA-pc5x-fvx9-jf5h/GHSA-pc5x-fvx9-jf5h.json +++ b/advisories/unreviewed/2022/05/GHSA-pc5x-fvx9-jf5h/GHSA-pc5x-fvx9-jf5h.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-pfhf-8727-wwwh/GHSA-pfhf-8727-wwwh.json b/advisories/unreviewed/2022/05/GHSA-pfhf-8727-wwwh/GHSA-pfhf-8727-wwwh.json index b17ec403727..cd05b833de4 100644 --- a/advisories/unreviewed/2022/05/GHSA-pfhf-8727-wwwh/GHSA-pfhf-8727-wwwh.json +++ b/advisories/unreviewed/2022/05/GHSA-pfhf-8727-wwwh/GHSA-pfhf-8727-wwwh.json @@ -7,12 +7,8 @@ "CVE-2013-2025" ], "details": "Cross-site scripting (XSS) vulnerability in Ushahidi Platform 2.5.x through 2.6.1 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-pg87-372g-hvgc/GHSA-pg87-372g-hvgc.json b/advisories/unreviewed/2022/05/GHSA-pg87-372g-hvgc/GHSA-pg87-372g-hvgc.json index 0a232d9b59f..aa1e37d3b99 100644 --- a/advisories/unreviewed/2022/05/GHSA-pg87-372g-hvgc/GHSA-pg87-372g-hvgc.json +++ b/advisories/unreviewed/2022/05/GHSA-pg87-372g-hvgc/GHSA-pg87-372g-hvgc.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-ph4j-7hhh-88v8/GHSA-ph4j-7hhh-88v8.json b/advisories/unreviewed/2022/05/GHSA-ph4j-7hhh-88v8/GHSA-ph4j-7hhh-88v8.json index 8d2a959e11e..9ab582c689f 100644 --- a/advisories/unreviewed/2022/05/GHSA-ph4j-7hhh-88v8/GHSA-ph4j-7hhh-88v8.json +++ b/advisories/unreviewed/2022/05/GHSA-ph4j-7hhh-88v8/GHSA-ph4j-7hhh-88v8.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-phc8-67cv-f47x/GHSA-phc8-67cv-f47x.json b/advisories/unreviewed/2022/05/GHSA-phc8-67cv-f47x/GHSA-phc8-67cv-f47x.json index 4d9b07a7424..6822f7edc55 100644 --- a/advisories/unreviewed/2022/05/GHSA-phc8-67cv-f47x/GHSA-phc8-67cv-f47x.json +++ b/advisories/unreviewed/2022/05/GHSA-phc8-67cv-f47x/GHSA-phc8-67cv-f47x.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": "WEB", diff --git a/advisories/unreviewed/2022/05/GHSA-pjfr-33wc-hf59/GHSA-pjfr-33wc-hf59.json b/advisories/unreviewed/2022/05/GHSA-pjfr-33wc-hf59/GHSA-pjfr-33wc-hf59.json index 26a59965d57..19f5b77a1b7 100644 --- a/advisories/unreviewed/2022/05/GHSA-pjfr-33wc-hf59/GHSA-pjfr-33wc-hf59.json +++ b/advisories/unreviewed/2022/05/GHSA-pjfr-33wc-hf59/GHSA-pjfr-33wc-hf59.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-pjqf-6qwc-8vqv/GHSA-pjqf-6qwc-8vqv.json b/advisories/unreviewed/2022/05/GHSA-pjqf-6qwc-8vqv/GHSA-pjqf-6qwc-8vqv.json index e1adaddbf07..edcc7b108f3 100644 --- a/advisories/unreviewed/2022/05/GHSA-pjqf-6qwc-8vqv/GHSA-pjqf-6qwc-8vqv.json +++ b/advisories/unreviewed/2022/05/GHSA-pjqf-6qwc-8vqv/GHSA-pjqf-6qwc-8vqv.json @@ -7,12 +7,8 @@ "CVE-2014-2890" ], "details": "Cross-site scripting (XSS) vulnerability in the wrap_html function in MyID.php in phpMyID 0.9 allows remote attackers to inject arbitrary web script or HTML via the openid_error parameter to MyID.config.php when the openid.mode parameter is set to error, which is not properly handled in an error message.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pp8v-7jff-9xxv/GHSA-pp8v-7jff-9xxv.json b/advisories/unreviewed/2022/05/GHSA-pp8v-7jff-9xxv/GHSA-pp8v-7jff-9xxv.json index 089d41c75ed..64431759182 100644 --- a/advisories/unreviewed/2022/05/GHSA-pp8v-7jff-9xxv/GHSA-pp8v-7jff-9xxv.json +++ b/advisories/unreviewed/2022/05/GHSA-pp8v-7jff-9xxv/GHSA-pp8v-7jff-9xxv.json @@ -7,12 +7,8 @@ "CVE-2014-1314" ], "details": "WindowServer in Apple OS X through 10.9.2 does not prevent session creation by a sandboxed application, which allows attackers to bypass the sandbox protection mechanism and execute arbitrary code via a crafted application.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-pq7f-v57f-6jvp/GHSA-pq7f-v57f-6jvp.json b/advisories/unreviewed/2022/05/GHSA-pq7f-v57f-6jvp/GHSA-pq7f-v57f-6jvp.json index f7508ace195..5bfc9d680bf 100644 --- a/advisories/unreviewed/2022/05/GHSA-pq7f-v57f-6jvp/GHSA-pq7f-v57f-6jvp.json +++ b/advisories/unreviewed/2022/05/GHSA-pq7f-v57f-6jvp/GHSA-pq7f-v57f-6jvp.json @@ -7,12 +7,8 @@ "CVE-2014-0637" ], "details": "Cross-site scripting (XSS) vulnerability in the back-office case-management application in RSA Adaptive Authentication (On-Premise) 6.x and 7.x before 7.1 SP0 P2 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-pv64-424f-qw9m/GHSA-pv64-424f-qw9m.json b/advisories/unreviewed/2022/05/GHSA-pv64-424f-qw9m/GHSA-pv64-424f-qw9m.json index 797fcb287c3..d05f61c5bb9 100644 --- a/advisories/unreviewed/2022/05/GHSA-pv64-424f-qw9m/GHSA-pv64-424f-qw9m.json +++ b/advisories/unreviewed/2022/05/GHSA-pv64-424f-qw9m/GHSA-pv64-424f-qw9m.json @@ -7,12 +7,8 @@ "CVE-2014-2441" ], "details": "Unspecified vulnerability in the Oracle VM VirtualBox component in Oracle Virtualization VirtualBox before 4.1.32, 4.2.24, and 4.3.10 allows local users to affect confidentiality, integrity, and availability via vectors related to Graphics driver (WDDM) for Windows guests.", - "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-pvfx-hv6c-5qmx/GHSA-pvfx-hv6c-5qmx.json b/advisories/unreviewed/2022/05/GHSA-pvfx-hv6c-5qmx/GHSA-pvfx-hv6c-5qmx.json index 415c7c2a027..a3a359cafb5 100644 --- a/advisories/unreviewed/2022/05/GHSA-pvfx-hv6c-5qmx/GHSA-pvfx-hv6c-5qmx.json +++ b/advisories/unreviewed/2022/05/GHSA-pvfx-hv6c-5qmx/GHSA-pvfx-hv6c-5qmx.json @@ -7,12 +7,8 @@ "CVE-2012-5427" ], "details": "Cisco IOS Unified Border Element (CUBE) in Cisco IOS before 15.3(2)T allows remote authenticated users to cause a denial of service (input queue wedge) via a crafted series of RTCP packets, aka Bug ID CSCuc42518.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pvgh-q9cp-r848/GHSA-pvgh-q9cp-r848.json b/advisories/unreviewed/2022/05/GHSA-pvgh-q9cp-r848/GHSA-pvgh-q9cp-r848.json index 40720969621..84cb68d2ade 100644 --- a/advisories/unreviewed/2022/05/GHSA-pvgh-q9cp-r848/GHSA-pvgh-q9cp-r848.json +++ b/advisories/unreviewed/2022/05/GHSA-pvgh-q9cp-r848/GHSA-pvgh-q9cp-r848.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", @@ -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-pw64-2jph-ghqf/GHSA-pw64-2jph-ghqf.json b/advisories/unreviewed/2022/05/GHSA-pw64-2jph-ghqf/GHSA-pw64-2jph-ghqf.json index e8ceab86da7..3d35107099c 100644 --- a/advisories/unreviewed/2022/05/GHSA-pw64-2jph-ghqf/GHSA-pw64-2jph-ghqf.json +++ b/advisories/unreviewed/2022/05/GHSA-pw64-2jph-ghqf/GHSA-pw64-2jph-ghqf.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-q2pw-fq43-w78v/GHSA-q2pw-fq43-w78v.json b/advisories/unreviewed/2022/05/GHSA-q2pw-fq43-w78v/GHSA-q2pw-fq43-w78v.json index 056c2fa7be4..a1d5b079436 100644 --- a/advisories/unreviewed/2022/05/GHSA-q2pw-fq43-w78v/GHSA-q2pw-fq43-w78v.json +++ b/advisories/unreviewed/2022/05/GHSA-q2pw-fq43-w78v/GHSA-q2pw-fq43-w78v.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", @@ -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-q52x-cg29-xrxr/GHSA-q52x-cg29-xrxr.json b/advisories/unreviewed/2022/05/GHSA-q52x-cg29-xrxr/GHSA-q52x-cg29-xrxr.json index d2a2d910226..a01a3c4d260 100644 --- a/advisories/unreviewed/2022/05/GHSA-q52x-cg29-xrxr/GHSA-q52x-cg29-xrxr.json +++ b/advisories/unreviewed/2022/05/GHSA-q52x-cg29-xrxr/GHSA-q52x-cg29-xrxr.json @@ -7,12 +7,8 @@ "CVE-2014-0769" ], "details": "The Festo CECX-X-C1 Modular Master Controller with CoDeSys and CECX-X-M1 Modular Controller with CoDeSys and SoftMotion do not require authentication for connections to certain TCP ports, which allows remote attackers to (1) modify the configuration via a request to the debug service on port 4000 or (2) delete log entries via a request to the log service on port 4001.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q5hh-5wxx-g45w/GHSA-q5hh-5wxx-g45w.json b/advisories/unreviewed/2022/05/GHSA-q5hh-5wxx-g45w/GHSA-q5hh-5wxx-g45w.json index af1030523e0..d3c52df9d5e 100644 --- a/advisories/unreviewed/2022/05/GHSA-q5hh-5wxx-g45w/GHSA-q5hh-5wxx-g45w.json +++ b/advisories/unreviewed/2022/05/GHSA-q5hh-5wxx-g45w/GHSA-q5hh-5wxx-g45w.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-q6wp-983f-jwgg/GHSA-q6wp-983f-jwgg.json b/advisories/unreviewed/2022/05/GHSA-q6wp-983f-jwgg/GHSA-q6wp-983f-jwgg.json index e3b1f636580..f8a32486d88 100644 --- a/advisories/unreviewed/2022/05/GHSA-q6wp-983f-jwgg/GHSA-q6wp-983f-jwgg.json +++ b/advisories/unreviewed/2022/05/GHSA-q6wp-983f-jwgg/GHSA-q6wp-983f-jwgg.json @@ -7,12 +7,8 @@ "CVE-2011-3199" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in Domain Technologie Control (DTC) before 0.34.1 allow remote authenticated users to inject arbitrary web script or HTML via the (1) message body of a support ticket or unspecified vectors to the (2) DNS and (3) MX form, as demonstrated by the \"Domain root TXT record:\" field.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q82m-pj2g-922m/GHSA-q82m-pj2g-922m.json b/advisories/unreviewed/2022/05/GHSA-q82m-pj2g-922m/GHSA-q82m-pj2g-922m.json index f99dfb9ebe1..dbd85093789 100644 --- a/advisories/unreviewed/2022/05/GHSA-q82m-pj2g-922m/GHSA-q82m-pj2g-922m.json +++ b/advisories/unreviewed/2022/05/GHSA-q82m-pj2g-922m/GHSA-q82m-pj2g-922m.json @@ -7,12 +7,8 @@ "CVE-2014-0355" ], "details": "Multiple stack-based buffer overflows on the ZyXEL Wireless N300 NetUSB NBG-419N router with firmware 1.00(BFQ.6)C0 allow man-in-the-middle attackers to execute arbitrary code via (1) a long temp attribute in a yweather:condition element in a forecastrss file that is processed by the checkWeather function; the (2) WeatherCity or (3) WeatherDegree variable to the detectWeather function; unspecified input to the (4) UpnpAddRunRLQoS, (5) UpnpDeleteRunRLQoS, or (6) UpnpDeletePortCheckType function; or (7) the SET COUNTRY udps command.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q85q-grxf-jgc9/GHSA-q85q-grxf-jgc9.json b/advisories/unreviewed/2022/05/GHSA-q85q-grxf-jgc9/GHSA-q85q-grxf-jgc9.json index c517dba9438..69b3bf02ada 100644 --- a/advisories/unreviewed/2022/05/GHSA-q85q-grxf-jgc9/GHSA-q85q-grxf-jgc9.json +++ b/advisories/unreviewed/2022/05/GHSA-q85q-grxf-jgc9/GHSA-q85q-grxf-jgc9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q88c-8w3v-7j4h/GHSA-q88c-8w3v-7j4h.json b/advisories/unreviewed/2022/05/GHSA-q88c-8w3v-7j4h/GHSA-q88c-8w3v-7j4h.json index 38158658623..10fe1317684 100644 --- a/advisories/unreviewed/2022/05/GHSA-q88c-8w3v-7j4h/GHSA-q88c-8w3v-7j4h.json +++ b/advisories/unreviewed/2022/05/GHSA-q88c-8w3v-7j4h/GHSA-q88c-8w3v-7j4h.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": "WEB", diff --git a/advisories/unreviewed/2022/05/GHSA-q9f3-jv6f-f3h5/GHSA-q9f3-jv6f-f3h5.json b/advisories/unreviewed/2022/05/GHSA-q9f3-jv6f-f3h5/GHSA-q9f3-jv6f-f3h5.json index 9d4779b12de..f1912805358 100644 --- a/advisories/unreviewed/2022/05/GHSA-q9f3-jv6f-f3h5/GHSA-q9f3-jv6f-f3h5.json +++ b/advisories/unreviewed/2022/05/GHSA-q9f3-jv6f-f3h5/GHSA-q9f3-jv6f-f3h5.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/2022/05/GHSA-q9gj-hwhg-7f7h/GHSA-q9gj-hwhg-7f7h.json b/advisories/unreviewed/2022/05/GHSA-q9gj-hwhg-7f7h/GHSA-q9gj-hwhg-7f7h.json index 307f86dd92c..679a388cfa4 100644 --- a/advisories/unreviewed/2022/05/GHSA-q9gj-hwhg-7f7h/GHSA-q9gj-hwhg-7f7h.json +++ b/advisories/unreviewed/2022/05/GHSA-q9gj-hwhg-7f7h/GHSA-q9gj-hwhg-7f7h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q9h6-px4c-2cqp/GHSA-q9h6-px4c-2cqp.json b/advisories/unreviewed/2022/05/GHSA-q9h6-px4c-2cqp/GHSA-q9h6-px4c-2cqp.json index ebd4cb5282b..98926234fe8 100644 --- a/advisories/unreviewed/2022/05/GHSA-q9h6-px4c-2cqp/GHSA-q9h6-px4c-2cqp.json +++ b/advisories/unreviewed/2022/05/GHSA-q9h6-px4c-2cqp/GHSA-q9h6-px4c-2cqp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L" } ], - "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-qccc-5fmc-rm5v/GHSA-qccc-5fmc-rm5v.json b/advisories/unreviewed/2022/05/GHSA-qccc-5fmc-rm5v/GHSA-qccc-5fmc-rm5v.json index 7ddbc0e008a..ee670de1cfc 100644 --- a/advisories/unreviewed/2022/05/GHSA-qccc-5fmc-rm5v/GHSA-qccc-5fmc-rm5v.json +++ b/advisories/unreviewed/2022/05/GHSA-qccc-5fmc-rm5v/GHSA-qccc-5fmc-rm5v.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-qchx-hx85-cqg6/GHSA-qchx-hx85-cqg6.json b/advisories/unreviewed/2022/05/GHSA-qchx-hx85-cqg6/GHSA-qchx-hx85-cqg6.json index f6fc15b4301..8d223162935 100644 --- a/advisories/unreviewed/2022/05/GHSA-qchx-hx85-cqg6/GHSA-qchx-hx85-cqg6.json +++ b/advisories/unreviewed/2022/05/GHSA-qchx-hx85-cqg6/GHSA-qchx-hx85-cqg6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qf48-7w9h-8xf4/GHSA-qf48-7w9h-8xf4.json b/advisories/unreviewed/2022/05/GHSA-qf48-7w9h-8xf4/GHSA-qf48-7w9h-8xf4.json index a10c5a0cf38..ea28134303f 100644 --- a/advisories/unreviewed/2022/05/GHSA-qf48-7w9h-8xf4/GHSA-qf48-7w9h-8xf4.json +++ b/advisories/unreviewed/2022/05/GHSA-qf48-7w9h-8xf4/GHSA-qf48-7w9h-8xf4.json @@ -7,12 +7,8 @@ "CVE-2012-5422" ], "details": "Unspecified vulnerability in Cisco IOS before 15.3(2)T on AS5400 devices allows remote authenticated users to cause a denial of service (spurious errors) via unknown vectors, aka Bug ID CSCub61009.", - "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-qfcq-wvh3-6p75/GHSA-qfcq-wvh3-6p75.json b/advisories/unreviewed/2022/05/GHSA-qfcq-wvh3-6p75/GHSA-qfcq-wvh3-6p75.json index 25277750403..dc97bb2bc44 100644 --- a/advisories/unreviewed/2022/05/GHSA-qfcq-wvh3-6p75/GHSA-qfcq-wvh3-6p75.json +++ b/advisories/unreviewed/2022/05/GHSA-qfcq-wvh3-6p75/GHSA-qfcq-wvh3-6p75.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qfvv-m62h-vvgf/GHSA-qfvv-m62h-vvgf.json b/advisories/unreviewed/2022/05/GHSA-qfvv-m62h-vvgf/GHSA-qfvv-m62h-vvgf.json index 7b365515930..f404b94aac3 100644 --- a/advisories/unreviewed/2022/05/GHSA-qfvv-m62h-vvgf/GHSA-qfvv-m62h-vvgf.json +++ b/advisories/unreviewed/2022/05/GHSA-qfvv-m62h-vvgf/GHSA-qfvv-m62h-vvgf.json @@ -7,12 +7,8 @@ "CVE-2014-0358" ], "details": "Multiple directory traversal vulnerabilities in Xangati XSR before 11 and XNR before 7 allow remote attackers to read arbitrary files via a .. (dot dot) in (1) the file parameter in a getUpgradeStatus action to servlet/MGConfigData, (2) the download parameter in a download action to servlet/MGConfigData, (3) the download parameter in a port_svc action to servlet/MGConfigData, (4) the file parameter in a getfile action to servlet/Installer, or (5) the binfile parameter to servlet/MGConfigData.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qg9x-3pcv-mff7/GHSA-qg9x-3pcv-mff7.json b/advisories/unreviewed/2022/05/GHSA-qg9x-3pcv-mff7/GHSA-qg9x-3pcv-mff7.json index b6d5750011b..7bf6e81566f 100644 --- a/advisories/unreviewed/2022/05/GHSA-qg9x-3pcv-mff7/GHSA-qg9x-3pcv-mff7.json +++ b/advisories/unreviewed/2022/05/GHSA-qg9x-3pcv-mff7/GHSA-qg9x-3pcv-mff7.json @@ -7,12 +7,8 @@ "CVE-2014-2742" ], "details": "Isode M-Link before 16.0v7 does not properly restrict the processing of compressed XML elements, which allows remote attackers to cause a denial of service (resource consumption) via a crafted XMPP stream, aka an \"xmppbomb\" attack.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qm76-fv6h-2pxw/GHSA-qm76-fv6h-2pxw.json b/advisories/unreviewed/2022/05/GHSA-qm76-fv6h-2pxw/GHSA-qm76-fv6h-2pxw.json index 701018e2f71..4b0cd0d3233 100644 --- a/advisories/unreviewed/2022/05/GHSA-qm76-fv6h-2pxw/GHSA-qm76-fv6h-2pxw.json +++ b/advisories/unreviewed/2022/05/GHSA-qm76-fv6h-2pxw/GHSA-qm76-fv6h-2pxw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qp4r-f3q5-qpqr/GHSA-qp4r-f3q5-qpqr.json b/advisories/unreviewed/2022/05/GHSA-qp4r-f3q5-qpqr/GHSA-qp4r-f3q5-qpqr.json index f0ec7699708..f3ae040a98a 100644 --- a/advisories/unreviewed/2022/05/GHSA-qp4r-f3q5-qpqr/GHSA-qp4r-f3q5-qpqr.json +++ b/advisories/unreviewed/2022/05/GHSA-qp4r-f3q5-qpqr/GHSA-qp4r-f3q5-qpqr.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-qpqj-275w-f6mr/GHSA-qpqj-275w-f6mr.json b/advisories/unreviewed/2022/05/GHSA-qpqj-275w-f6mr/GHSA-qpqj-275w-f6mr.json index eb480749125..4eb88acdaa8 100644 --- a/advisories/unreviewed/2022/05/GHSA-qpqj-275w-f6mr/GHSA-qpqj-275w-f6mr.json +++ b/advisories/unreviewed/2022/05/GHSA-qpqj-275w-f6mr/GHSA-qpqj-275w-f6mr.json @@ -7,12 +7,8 @@ "CVE-2012-5032" ], "details": "The Flex-VPN load-balancing feature in the ipsec-ikev2 implementation in Cisco IOS before 15.1(1)SY3 does not require authentication, which allows remote attackers to trigger the forwarding of VPN traffic to an attacker-controlled destination, or the discarding of this traffic, by arranging for an arbitrary device to become a cluster member, aka Bug ID CSCub93641.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qqfp-jq79-xh4v/GHSA-qqfp-jq79-xh4v.json b/advisories/unreviewed/2022/05/GHSA-qqfp-jq79-xh4v/GHSA-qqfp-jq79-xh4v.json index e4cc3c34a9a..111daf76327 100644 --- a/advisories/unreviewed/2022/05/GHSA-qqfp-jq79-xh4v/GHSA-qqfp-jq79-xh4v.json +++ b/advisories/unreviewed/2022/05/GHSA-qqfp-jq79-xh4v/GHSA-qqfp-jq79-xh4v.json @@ -7,12 +7,8 @@ "CVE-2014-0789" ], "details": "Multiple buffer overflows in the OPC Automation 2.0 Server Object ActiveX control in Schneider Electric OPC Factory Server (OFS) TLXCDSUOFS33 3.5 and earlier, TLXCDSTOFS33 3.5 and earlier, TLXCDLUOFS33 3.5 and earlier, TLXCDLTOFS33 3.5 and earlier, and TLXCDLFOFS33 3.5 and earlier allow remote attackers to cause a denial of service via long arguments to unspecified functions.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qr2q-986w-ccv6/GHSA-qr2q-986w-ccv6.json b/advisories/unreviewed/2022/05/GHSA-qr2q-986w-ccv6/GHSA-qr2q-986w-ccv6.json index 22f4dd7f89e..38d7ee562b9 100644 --- a/advisories/unreviewed/2022/05/GHSA-qr2q-986w-ccv6/GHSA-qr2q-986w-ccv6.json +++ b/advisories/unreviewed/2022/05/GHSA-qr2q-986w-ccv6/GHSA-qr2q-986w-ccv6.json @@ -7,12 +7,8 @@ "CVE-2014-0771" ], "details": "The OpenUrlToBuffer method in the BWOCXRUN.BwocxrunCtrl.1 ActiveX control in bwocxrun.ocx in Advantech WebAccess before 7.2 allows remote attackers to read arbitrary files via a file: URL.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qv87-7p58-h9p6/GHSA-qv87-7p58-h9p6.json b/advisories/unreviewed/2022/05/GHSA-qv87-7p58-h9p6/GHSA-qv87-7p58-h9p6.json index 8cffba03e47..47bc8b04e91 100644 --- a/advisories/unreviewed/2022/05/GHSA-qv87-7p58-h9p6/GHSA-qv87-7p58-h9p6.json +++ b/advisories/unreviewed/2022/05/GHSA-qv87-7p58-h9p6/GHSA-qv87-7p58-h9p6.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-qwfr-2j72-wc9f/GHSA-qwfr-2j72-wc9f.json b/advisories/unreviewed/2022/05/GHSA-qwfr-2j72-wc9f/GHSA-qwfr-2j72-wc9f.json index a15c3fbac7c..260a11fc47e 100644 --- a/advisories/unreviewed/2022/05/GHSA-qwfr-2j72-wc9f/GHSA-qwfr-2j72-wc9f.json +++ b/advisories/unreviewed/2022/05/GHSA-qwfr-2j72-wc9f/GHSA-qwfr-2j72-wc9f.json @@ -7,12 +7,8 @@ "CVE-2014-2384" ], "details": "vmx86.sys in VMware Workstation 10.0.1 build 1379776 and VMware Player 6.0.1 build 1379776 on Windows might allow local users to cause a denial of service (read access violation and system crash) via a crafted buffer in an IOCTL call. NOTE: the researcher reports \"Vendor rated issue as non-exploitable.\"", - "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-qx52-4j2j-9hc7/GHSA-qx52-4j2j-9hc7.json b/advisories/unreviewed/2022/05/GHSA-qx52-4j2j-9hc7/GHSA-qx52-4j2j-9hc7.json index a05aa2b3700..eed7a9912c7 100644 --- a/advisories/unreviewed/2022/05/GHSA-qx52-4j2j-9hc7/GHSA-qx52-4j2j-9hc7.json +++ b/advisories/unreviewed/2022/05/GHSA-qx52-4j2j-9hc7/GHSA-qx52-4j2j-9hc7.json @@ -7,12 +7,8 @@ "CVE-2014-2744" ], "details": "plugins/mod_compression.lua in (1) Prosody before 0.9.4 and (2) Lightwitch Metronome through 3.4 negotiates stream compression while a session is unauthenticated, which allows remote attackers to cause a denial of service (resource consumption) via compressed XML elements in an XMPP stream, aka an \"xmppbomb\" attack.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r22g-mj68-3phv/GHSA-r22g-mj68-3phv.json b/advisories/unreviewed/2022/05/GHSA-r22g-mj68-3phv/GHSA-r22g-mj68-3phv.json index 2bd2e1f1b42..0d7d1ee1c24 100644 --- a/advisories/unreviewed/2022/05/GHSA-r22g-mj68-3phv/GHSA-r22g-mj68-3phv.json +++ b/advisories/unreviewed/2022/05/GHSA-r22g-mj68-3phv/GHSA-r22g-mj68-3phv.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-r2qh-q6fr-xvvg/GHSA-r2qh-q6fr-xvvg.json b/advisories/unreviewed/2022/05/GHSA-r2qh-q6fr-xvvg/GHSA-r2qh-q6fr-xvvg.json index e1edd33e6b4..8b628011bf0 100644 --- a/advisories/unreviewed/2022/05/GHSA-r2qh-q6fr-xvvg/GHSA-r2qh-q6fr-xvvg.json +++ b/advisories/unreviewed/2022/05/GHSA-r2qh-q6fr-xvvg/GHSA-r2qh-q6fr-xvvg.json @@ -7,12 +7,8 @@ "CVE-2013-4722" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in Admin/login/default.asp in DDSN Interactive cm3 Acora CMS 6.0.6/1a, 6.0.2/1a, 5.5.7/12b, 5.5.0/1b-p1, and possibly other versions allow remote attackers to inject arbitrary web script or HTML via the (1) username, (2) url, (3) qstr parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r2vx-ggxp-gf58/GHSA-r2vx-ggxp-gf58.json b/advisories/unreviewed/2022/05/GHSA-r2vx-ggxp-gf58/GHSA-r2vx-ggxp-gf58.json index 32c9a870510..a28dad4f1eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-r2vx-ggxp-gf58/GHSA-r2vx-ggxp-gf58.json +++ b/advisories/unreviewed/2022/05/GHSA-r2vx-ggxp-gf58/GHSA-r2vx-ggxp-gf58.json @@ -7,12 +7,8 @@ "CVE-2014-2870" ], "details": "The default configuration of PaperThin CommonSpot before 7.0.2 and 8.x before 8.0.3 uses cleartext for storage of credentials in a database, which makes it easier for context-dependent attackers to obtain sensitive information via unspecified vectors.", - "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-r2wc-g85m-hq39/GHSA-r2wc-g85m-hq39.json b/advisories/unreviewed/2022/05/GHSA-r2wc-g85m-hq39/GHSA-r2wc-g85m-hq39.json index 82fc49942e2..0731ad56e97 100644 --- a/advisories/unreviewed/2022/05/GHSA-r2wc-g85m-hq39/GHSA-r2wc-g85m-hq39.json +++ b/advisories/unreviewed/2022/05/GHSA-r2wc-g85m-hq39/GHSA-r2wc-g85m-hq39.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r3q4-vf4g-f73m/GHSA-r3q4-vf4g-f73m.json b/advisories/unreviewed/2022/05/GHSA-r3q4-vf4g-f73m/GHSA-r3q4-vf4g-f73m.json index 88bdf631fd4..d3ac9befbab 100644 --- a/advisories/unreviewed/2022/05/GHSA-r3q4-vf4g-f73m/GHSA-r3q4-vf4g-f73m.json +++ b/advisories/unreviewed/2022/05/GHSA-r3q4-vf4g-f73m/GHSA-r3q4-vf4g-f73m.json @@ -7,12 +7,8 @@ "CVE-2014-0645" ], "details": "EMC Cloud Tiering Appliance (CTA) 9.x through 10 SP1 and File Management Appliance (FMA) 7.x store DES password hashes for the root, super, and admin accounts, which makes it easier for context-dependent attackers to obtain sensitive information via a brute-force attack.", - "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-r59g-mrhc-mh44/GHSA-r59g-mrhc-mh44.json b/advisories/unreviewed/2022/05/GHSA-r59g-mrhc-mh44/GHSA-r59g-mrhc-mh44.json index 8f33298011e..355112690b9 100644 --- a/advisories/unreviewed/2022/05/GHSA-r59g-mrhc-mh44/GHSA-r59g-mrhc-mh44.json +++ b/advisories/unreviewed/2022/05/GHSA-r59g-mrhc-mh44/GHSA-r59g-mrhc-mh44.json @@ -7,12 +7,8 @@ "CVE-2014-2406" ], "details": "Unspecified vulnerability in the Core RDBMS component in Oracle Database Server 11.1.0.7, 11.2.0.3, 11.2.0.4, and 12.1.0.1 allows remote authenticated users to affect confidentiality, integrity, and availability via unknown vectors related to \"Advisor\" and \"Select Any Dictionary\" privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-r627-fmvr-78q5/GHSA-r627-fmvr-78q5.json b/advisories/unreviewed/2022/05/GHSA-r627-fmvr-78q5/GHSA-r627-fmvr-78q5.json index dda59647614..5635d5beff7 100644 --- a/advisories/unreviewed/2022/05/GHSA-r627-fmvr-78q5/GHSA-r627-fmvr-78q5.json +++ b/advisories/unreviewed/2022/05/GHSA-r627-fmvr-78q5/GHSA-r627-fmvr-78q5.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-r663-2xfr-f623/GHSA-r663-2xfr-f623.json b/advisories/unreviewed/2022/05/GHSA-r663-2xfr-f623/GHSA-r663-2xfr-f623.json index c586d1becb1..78b64c35831 100644 --- a/advisories/unreviewed/2022/05/GHSA-r663-2xfr-f623/GHSA-r663-2xfr-f623.json +++ b/advisories/unreviewed/2022/05/GHSA-r663-2xfr-f623/GHSA-r663-2xfr-f623.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": "WEB", diff --git a/advisories/unreviewed/2022/05/GHSA-r67q-rjq6-8hp6/GHSA-r67q-rjq6-8hp6.json b/advisories/unreviewed/2022/05/GHSA-r67q-rjq6-8hp6/GHSA-r67q-rjq6-8hp6.json index 4c845b7964d..a66b71f7baa 100644 --- a/advisories/unreviewed/2022/05/GHSA-r67q-rjq6-8hp6/GHSA-r67q-rjq6-8hp6.json +++ b/advisories/unreviewed/2022/05/GHSA-r67q-rjq6-8hp6/GHSA-r67q-rjq6-8hp6.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-r7j5-v5jg-987g/GHSA-r7j5-v5jg-987g.json b/advisories/unreviewed/2022/05/GHSA-r7j5-v5jg-987g/GHSA-r7j5-v5jg-987g.json index 1c39ed69541..4af761c3b0f 100644 --- a/advisories/unreviewed/2022/05/GHSA-r7j5-v5jg-987g/GHSA-r7j5-v5jg-987g.json +++ b/advisories/unreviewed/2022/05/GHSA-r7j5-v5jg-987g/GHSA-r7j5-v5jg-987g.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-r82h-mj28-f4vr/GHSA-r82h-mj28-f4vr.json b/advisories/unreviewed/2022/05/GHSA-r82h-mj28-f4vr/GHSA-r82h-mj28-f4vr.json index b2edd65f1a3..0609178d70e 100644 --- a/advisories/unreviewed/2022/05/GHSA-r82h-mj28-f4vr/GHSA-r82h-mj28-f4vr.json +++ b/advisories/unreviewed/2022/05/GHSA-r82h-mj28-f4vr/GHSA-r82h-mj28-f4vr.json @@ -7,12 +7,8 @@ "CVE-2014-2448" ], "details": "Unspecified vulnerability in the PeopleSoft Enterprise PT PeopleTools component in Oracle PeopleSoft Products 8.52 and 8.53 allows remote attackers to affect confidentiality via unknown vectors related to Install and Packaging.", - "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-r8jg-q736-v263/GHSA-r8jg-q736-v263.json b/advisories/unreviewed/2022/05/GHSA-r8jg-q736-v263/GHSA-r8jg-q736-v263.json index bac4b1d725e..1822913d537 100644 --- a/advisories/unreviewed/2022/05/GHSA-r8jg-q736-v263/GHSA-r8jg-q736-v263.json +++ b/advisories/unreviewed/2022/05/GHSA-r8jg-q736-v263/GHSA-r8jg-q736-v263.json @@ -7,12 +7,8 @@ "CVE-2013-6891" ], "details": "lppasswd in CUPS before 1.7.1, when running with setuid privileges, allows local users to read portions of arbitrary files via a modified HOME environment variable and a symlink attack involving .cups/client.conf.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rf6r-8jqg-grhq/GHSA-rf6r-8jqg-grhq.json b/advisories/unreviewed/2022/05/GHSA-rf6r-8jqg-grhq/GHSA-rf6r-8jqg-grhq.json index 599b6c9ff16..3f88372452f 100644 --- a/advisories/unreviewed/2022/05/GHSA-rf6r-8jqg-grhq/GHSA-rf6r-8jqg-grhq.json +++ b/advisories/unreviewed/2022/05/GHSA-rf6r-8jqg-grhq/GHSA-rf6r-8jqg-grhq.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-rg4f-m3g6-g8g6/GHSA-rg4f-m3g6-g8g6.json b/advisories/unreviewed/2022/05/GHSA-rg4f-m3g6-g8g6/GHSA-rg4f-m3g6-g8g6.json index 860a3d6b222..a129851f94a 100644 --- a/advisories/unreviewed/2022/05/GHSA-rg4f-m3g6-g8g6/GHSA-rg4f-m3g6-g8g6.json +++ b/advisories/unreviewed/2022/05/GHSA-rg4f-m3g6-g8g6/GHSA-rg4f-m3g6-g8g6.json @@ -7,12 +7,8 @@ "CVE-2013-5956" ], "details": "Cross-site scripting (XSS) vulnerability in includes/flvthumbnail.php in the Youtube Gallery (com_youtubegallery) component 3.4.0 for Joomla! allows remote attackers to inject arbitrary web script or HTML via the videofile parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rgh5-46m9-6gc9/GHSA-rgh5-46m9-6gc9.json b/advisories/unreviewed/2022/05/GHSA-rgh5-46m9-6gc9/GHSA-rgh5-46m9-6gc9.json index c0c366d825d..76bdf2a7f34 100644 --- a/advisories/unreviewed/2022/05/GHSA-rgh5-46m9-6gc9/GHSA-rgh5-46m9-6gc9.json +++ b/advisories/unreviewed/2022/05/GHSA-rgh5-46m9-6gc9/GHSA-rgh5-46m9-6gc9.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-rh3v-pr53-rxj5/GHSA-rh3v-pr53-rxj5.json b/advisories/unreviewed/2022/05/GHSA-rh3v-pr53-rxj5/GHSA-rh3v-pr53-rxj5.json index d737d471959..92086702ec8 100644 --- a/advisories/unreviewed/2022/05/GHSA-rh3v-pr53-rxj5/GHSA-rh3v-pr53-rxj5.json +++ b/advisories/unreviewed/2022/05/GHSA-rh3v-pr53-rxj5/GHSA-rh3v-pr53-rxj5.json @@ -7,12 +7,8 @@ "CVE-2012-6640" ], "details": "Cross-site scripting (XSS) vulnerability in Horde Internet Mail Program (IMP) before 5.0.22, as used in Horde Groupware Webmail Edition before 4.0.9, allows remote attackers to inject arbitrary web script or HTML via a crafted SVG image attachment, a different vulnerability than CVE-2012-5565.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rhcm-c7c7-5wq8/GHSA-rhcm-c7c7-5wq8.json b/advisories/unreviewed/2022/05/GHSA-rhcm-c7c7-5wq8/GHSA-rhcm-c7c7-5wq8.json index d18bd196a72..9d75cce60e6 100644 --- a/advisories/unreviewed/2022/05/GHSA-rhcm-c7c7-5wq8/GHSA-rhcm-c7c7-5wq8.json +++ b/advisories/unreviewed/2022/05/GHSA-rhcm-c7c7-5wq8/GHSA-rhcm-c7c7-5wq8.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-rhq8-hg5g-9g9g/GHSA-rhq8-hg5g-9g9g.json b/advisories/unreviewed/2022/05/GHSA-rhq8-hg5g-9g9g/GHSA-rhq8-hg5g-9g9g.json index 83f34ff5768..2c278543983 100644 --- a/advisories/unreviewed/2022/05/GHSA-rhq8-hg5g-9g9g/GHSA-rhq8-hg5g-9g9g.json +++ b/advisories/unreviewed/2022/05/GHSA-rhq8-hg5g-9g9g/GHSA-rhq8-hg5g-9g9g.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-rj46-5rp2-f9qf/GHSA-rj46-5rp2-f9qf.json b/advisories/unreviewed/2022/05/GHSA-rj46-5rp2-f9qf/GHSA-rj46-5rp2-f9qf.json index f64d87c30f5..9cdf03fb828 100644 --- a/advisories/unreviewed/2022/05/GHSA-rj46-5rp2-f9qf/GHSA-rj46-5rp2-f9qf.json +++ b/advisories/unreviewed/2022/05/GHSA-rj46-5rp2-f9qf/GHSA-rj46-5rp2-f9qf.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/2022/05/GHSA-rm3m-4pv5-384j/GHSA-rm3m-4pv5-384j.json b/advisories/unreviewed/2022/05/GHSA-rm3m-4pv5-384j/GHSA-rm3m-4pv5-384j.json index 30f8095ec0c..1a6b39b75c0 100644 --- a/advisories/unreviewed/2022/05/GHSA-rm3m-4pv5-384j/GHSA-rm3m-4pv5-384j.json +++ b/advisories/unreviewed/2022/05/GHSA-rm3m-4pv5-384j/GHSA-rm3m-4pv5-384j.json @@ -7,12 +7,8 @@ "CVE-2013-6948" ], "details": "The peerAddresses API in the Belkin WeMo Home Automation firmware before 3949 allows remote attackers to read arbitrary files via an XML document containing an external entity declaration in conjunction with an entity reference, related to an XML External Entity (XXE) issue.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rmwr-5hq9-6753/GHSA-rmwr-5hq9-6753.json b/advisories/unreviewed/2022/05/GHSA-rmwr-5hq9-6753/GHSA-rmwr-5hq9-6753.json index 2f7ec8b8a69..592c31e61b3 100644 --- a/advisories/unreviewed/2022/05/GHSA-rmwr-5hq9-6753/GHSA-rmwr-5hq9-6753.json +++ b/advisories/unreviewed/2022/05/GHSA-rmwr-5hq9-6753/GHSA-rmwr-5hq9-6753.json @@ -7,12 +7,8 @@ "CVE-2014-1315" ], "details": "Format string vulnerability in CoreServicesUIAgent in Apple OS X 10.9.x through 10.9.2 allows remote attackers to execute arbitrary code or cause a denial of service (application crash) via format string specifiers in a URL.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rpr4-pjm9-2fvw/GHSA-rpr4-pjm9-2fvw.json b/advisories/unreviewed/2022/05/GHSA-rpr4-pjm9-2fvw/GHSA-rpr4-pjm9-2fvw.json index a7003f1edff..507513ebb84 100644 --- a/advisories/unreviewed/2022/05/GHSA-rpr4-pjm9-2fvw/GHSA-rpr4-pjm9-2fvw.json +++ b/advisories/unreviewed/2022/05/GHSA-rpr4-pjm9-2fvw/GHSA-rpr4-pjm9-2fvw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rpwc-2c4f-6p6c/GHSA-rpwc-2c4f-6p6c.json b/advisories/unreviewed/2022/05/GHSA-rpwc-2c4f-6p6c/GHSA-rpwc-2c4f-6p6c.json index 8f8d763f210..692337a6535 100644 --- a/advisories/unreviewed/2022/05/GHSA-rpwc-2c4f-6p6c/GHSA-rpwc-2c4f-6p6c.json +++ b/advisories/unreviewed/2022/05/GHSA-rpwc-2c4f-6p6c/GHSA-rpwc-2c4f-6p6c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rq35-f9g6-4534/GHSA-rq35-f9g6-4534.json b/advisories/unreviewed/2022/05/GHSA-rq35-f9g6-4534/GHSA-rq35-f9g6-4534.json index 4e383130ea2..4f668be29d3 100644 --- a/advisories/unreviewed/2022/05/GHSA-rq35-f9g6-4534/GHSA-rq35-f9g6-4534.json +++ b/advisories/unreviewed/2022/05/GHSA-rq35-f9g6-4534/GHSA-rq35-f9g6-4534.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-rqmr-335h-88px/GHSA-rqmr-335h-88px.json b/advisories/unreviewed/2022/05/GHSA-rqmr-335h-88px/GHSA-rqmr-335h-88px.json index 443a0276545..94db251cf68 100644 --- a/advisories/unreviewed/2022/05/GHSA-rqmr-335h-88px/GHSA-rqmr-335h-88px.json +++ b/advisories/unreviewed/2022/05/GHSA-rqmr-335h-88px/GHSA-rqmr-335h-88px.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-rqpx-j23g-4832/GHSA-rqpx-j23g-4832.json b/advisories/unreviewed/2022/05/GHSA-rqpx-j23g-4832/GHSA-rqpx-j23g-4832.json index aed9e5a7955..a86831f71aa 100644 --- a/advisories/unreviewed/2022/05/GHSA-rqpx-j23g-4832/GHSA-rqpx-j23g-4832.json +++ b/advisories/unreviewed/2022/05/GHSA-rqpx-j23g-4832/GHSA-rqpx-j23g-4832.json @@ -7,12 +7,8 @@ "CVE-2014-2731" ], "details": "Multiple unspecified vulnerabilities in the integrated web server in Siemens SINEMA Server before 12 SP1 allow remote attackers to execute arbitrary code via HTTP traffic to port (1) 4999 or (2) 80.", - "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-rrj9-vv37-478g/GHSA-rrj9-vv37-478g.json b/advisories/unreviewed/2022/05/GHSA-rrj9-vv37-478g/GHSA-rrj9-vv37-478g.json index 6e336d505c8..d0ee4317474 100644 --- a/advisories/unreviewed/2022/05/GHSA-rrj9-vv37-478g/GHSA-rrj9-vv37-478g.json +++ b/advisories/unreviewed/2022/05/GHSA-rrj9-vv37-478g/GHSA-rrj9-vv37-478g.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/2022/05/GHSA-rvwg-c6h3-4h7g/GHSA-rvwg-c6h3-4h7g.json b/advisories/unreviewed/2022/05/GHSA-rvwg-c6h3-4h7g/GHSA-rvwg-c6h3-4h7g.json index a169270d946..127ab790cdf 100644 --- a/advisories/unreviewed/2022/05/GHSA-rvwg-c6h3-4h7g/GHSA-rvwg-c6h3-4h7g.json +++ b/advisories/unreviewed/2022/05/GHSA-rvwg-c6h3-4h7g/GHSA-rvwg-c6h3-4h7g.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/2022/05/GHSA-rw9c-7p8v-5qxg/GHSA-rw9c-7p8v-5qxg.json b/advisories/unreviewed/2022/05/GHSA-rw9c-7p8v-5qxg/GHSA-rw9c-7p8v-5qxg.json index 0a02cc9fbb6..539af7eccc7 100644 --- a/advisories/unreviewed/2022/05/GHSA-rw9c-7p8v-5qxg/GHSA-rw9c-7p8v-5qxg.json +++ b/advisories/unreviewed/2022/05/GHSA-rw9c-7p8v-5qxg/GHSA-rw9c-7p8v-5qxg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rwmr-cq99-wx42/GHSA-rwmr-cq99-wx42.json b/advisories/unreviewed/2022/05/GHSA-rwmr-cq99-wx42/GHSA-rwmr-cq99-wx42.json index 8c90075611b..3540d6c3d3c 100644 --- a/advisories/unreviewed/2022/05/GHSA-rwmr-cq99-wx42/GHSA-rwmr-cq99-wx42.json +++ b/advisories/unreviewed/2022/05/GHSA-rwmr-cq99-wx42/GHSA-rwmr-cq99-wx42.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-rwpj-m8w9-33j2/GHSA-rwpj-m8w9-33j2.json b/advisories/unreviewed/2022/05/GHSA-rwpj-m8w9-33j2/GHSA-rwpj-m8w9-33j2.json index f20761f3681..60c69ff071e 100644 --- a/advisories/unreviewed/2022/05/GHSA-rwpj-m8w9-33j2/GHSA-rwpj-m8w9-33j2.json +++ b/advisories/unreviewed/2022/05/GHSA-rwpj-m8w9-33j2/GHSA-rwpj-m8w9-33j2.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": "WEB", diff --git a/advisories/unreviewed/2022/05/GHSA-v3wq-pm9v-qrjw/GHSA-v3wq-pm9v-qrjw.json b/advisories/unreviewed/2022/05/GHSA-v3wq-pm9v-qrjw/GHSA-v3wq-pm9v-qrjw.json index c4a1e72ff7f..42831a1e908 100644 --- a/advisories/unreviewed/2022/05/GHSA-v3wq-pm9v-qrjw/GHSA-v3wq-pm9v-qrjw.json +++ b/advisories/unreviewed/2022/05/GHSA-v3wq-pm9v-qrjw/GHSA-v3wq-pm9v-qrjw.json @@ -7,12 +7,8 @@ "CVE-2014-2447" ], "details": "Unspecified vulnerability in the PeopleSoft Enterprise PT PeopleTools component in Oracle PeopleSoft Products 8.52 and 8.53 allows remote attackers to affect confidentiality via unknown vectors related to Integration Broker, a different vulnerability than CVE-2014-2437.", - "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-v4h6-4vfg-m45q/GHSA-v4h6-4vfg-m45q.json b/advisories/unreviewed/2022/05/GHSA-v4h6-4vfg-m45q/GHSA-v4h6-4vfg-m45q.json index b6af173be8f..cae6a4cc6db 100644 --- a/advisories/unreviewed/2022/05/GHSA-v4h6-4vfg-m45q/GHSA-v4h6-4vfg-m45q.json +++ b/advisories/unreviewed/2022/05/GHSA-v4h6-4vfg-m45q/GHSA-v4h6-4vfg-m45q.json @@ -7,12 +7,8 @@ "CVE-2014-2286" ], "details": "main/http.c in Asterisk Open Source 1.8.x before 1.8.26.1, 11.8.x before 11.8.1, and 12.1.x before 12.1.1, and Certified Asterisk 1.8.x before 1.8.15-cert5 and 11.6 before 11.6-cert2, allows remote attackers to cause a denial of service (stack consumption) and possibly execute arbitrary code via an HTTP request with a large number of Cookie headers.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v5fm-mqrr-rxcf/GHSA-v5fm-mqrr-rxcf.json b/advisories/unreviewed/2022/05/GHSA-v5fm-mqrr-rxcf/GHSA-v5fm-mqrr-rxcf.json index 4416b82f162..8f91dcd5a66 100644 --- a/advisories/unreviewed/2022/05/GHSA-v5fm-mqrr-rxcf/GHSA-v5fm-mqrr-rxcf.json +++ b/advisories/unreviewed/2022/05/GHSA-v5fm-mqrr-rxcf/GHSA-v5fm-mqrr-rxcf.json @@ -7,12 +7,8 @@ "CVE-2013-7358" ], "details": "Unspecified vulnerability in SAP Guided Procedures Archive Monitor allows remote attackers to obtain usernames, roles, profiles, and possibly other identity information via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-v5hv-5v7h-rxpc/GHSA-v5hv-5v7h-rxpc.json b/advisories/unreviewed/2022/05/GHSA-v5hv-5v7h-rxpc/GHSA-v5hv-5v7h-rxpc.json index 7a4e19247a7..6503eacd5eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-v5hv-5v7h-rxpc/GHSA-v5hv-5v7h-rxpc.json +++ b/advisories/unreviewed/2022/05/GHSA-v5hv-5v7h-rxpc/GHSA-v5hv-5v7h-rxpc.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-v7px-vmjj-q9rw/GHSA-v7px-vmjj-q9rw.json b/advisories/unreviewed/2022/05/GHSA-v7px-vmjj-q9rw/GHSA-v7px-vmjj-q9rw.json index 5e29d770ea0..858c92c597c 100644 --- a/advisories/unreviewed/2022/05/GHSA-v7px-vmjj-q9rw/GHSA-v7px-vmjj-q9rw.json +++ b/advisories/unreviewed/2022/05/GHSA-v7px-vmjj-q9rw/GHSA-v7px-vmjj-q9rw.json @@ -7,12 +7,8 @@ "CVE-2014-2849" ], "details": "The Change Password dialog box (change_password) in Sophos Web Appliance before 3.8.2 allows remote authenticated users to change the admin user password via a crafted request.", - "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-v7rx-hvx6-9xrc/GHSA-v7rx-hvx6-9xrc.json b/advisories/unreviewed/2022/05/GHSA-v7rx-hvx6-9xrc/GHSA-v7rx-hvx6-9xrc.json index c88159fb5d6..5c67bc104e6 100644 --- a/advisories/unreviewed/2022/05/GHSA-v7rx-hvx6-9xrc/GHSA-v7rx-hvx6-9xrc.json +++ b/advisories/unreviewed/2022/05/GHSA-v7rx-hvx6-9xrc/GHSA-v7rx-hvx6-9xrc.json @@ -7,12 +7,8 @@ "CVE-2014-2860" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in PaperThin CommonSpot before 7.0.2 and 8.x before 8.0.3 allow remote attackers to inject arbitrary web script or HTML via a crafted HTTP request to a (1) ColdFusion or (2) JavaScript component.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v7w4-m8g5-3vvf/GHSA-v7w4-m8g5-3vvf.json b/advisories/unreviewed/2022/05/GHSA-v7w4-m8g5-3vvf/GHSA-v7w4-m8g5-3vvf.json index aafa2938bd7..d05f2806f8c 100644 --- a/advisories/unreviewed/2022/05/GHSA-v7w4-m8g5-3vvf/GHSA-v7w4-m8g5-3vvf.json +++ b/advisories/unreviewed/2022/05/GHSA-v7w4-m8g5-3vvf/GHSA-v7w4-m8g5-3vvf.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-v8hw-r5fq-fv9v/GHSA-v8hw-r5fq-fv9v.json b/advisories/unreviewed/2022/05/GHSA-v8hw-r5fq-fv9v/GHSA-v8hw-r5fq-fv9v.json index 35901de7cfa..95c7dc644aa 100644 --- a/advisories/unreviewed/2022/05/GHSA-v8hw-r5fq-fv9v/GHSA-v8hw-r5fq-fv9v.json +++ b/advisories/unreviewed/2022/05/GHSA-v8hw-r5fq-fv9v/GHSA-v8hw-r5fq-fv9v.json @@ -7,12 +7,8 @@ "CVE-2011-4195" ], "details": "kiwi before 4.98.05, as used in SUSE Studio Onsite 1.2 before 1.2.1 and SUSE Studio Extension for System z 1.2 before 1.2.1, allows attackers to execute arbitrary commands via shell metacharacters in an image name.", - "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-v8wg-346x-j7mw/GHSA-v8wg-346x-j7mw.json b/advisories/unreviewed/2022/05/GHSA-v8wg-346x-j7mw/GHSA-v8wg-346x-j7mw.json index ee69f107748..24e99fc11a2 100644 --- a/advisories/unreviewed/2022/05/GHSA-v8wg-346x-j7mw/GHSA-v8wg-346x-j7mw.json +++ b/advisories/unreviewed/2022/05/GHSA-v8wg-346x-j7mw/GHSA-v8wg-346x-j7mw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v92f-g985-p495/GHSA-v92f-g985-p495.json b/advisories/unreviewed/2022/05/GHSA-v92f-g985-p495/GHSA-v92f-g985-p495.json index bbe902748c5..6143d9c55a8 100644 --- a/advisories/unreviewed/2022/05/GHSA-v92f-g985-p495/GHSA-v92f-g985-p495.json +++ b/advisories/unreviewed/2022/05/GHSA-v92f-g985-p495/GHSA-v92f-g985-p495.json @@ -7,12 +7,8 @@ "CVE-2011-4192" ], "details": "kiwi before 4.85.1, as used in SUSE Studio Onsite 1.2 before 1.2.1 and SUSE Studio Extension for System z 1.2 before 1.2.1, allows attackers to execute arbitrary commands as demonstrated by \"double quotes in kiwi_oemtitle of .profile.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vc2x-2cwf-2g3h/GHSA-vc2x-2cwf-2g3h.json b/advisories/unreviewed/2022/05/GHSA-vc2x-2cwf-2g3h/GHSA-vc2x-2cwf-2g3h.json index a93bffc7551..0f8fabf6e7a 100644 --- a/advisories/unreviewed/2022/05/GHSA-vc2x-2cwf-2g3h/GHSA-vc2x-2cwf-2g3h.json +++ b/advisories/unreviewed/2022/05/GHSA-vc2x-2cwf-2g3h/GHSA-vc2x-2cwf-2g3h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vfp2-gqx8-p8jq/GHSA-vfp2-gqx8-p8jq.json b/advisories/unreviewed/2022/05/GHSA-vfp2-gqx8-p8jq/GHSA-vfp2-gqx8-p8jq.json index 3c4df9511d5..32a9a6e0673 100644 --- a/advisories/unreviewed/2022/05/GHSA-vfp2-gqx8-p8jq/GHSA-vfp2-gqx8-p8jq.json +++ b/advisories/unreviewed/2022/05/GHSA-vfp2-gqx8-p8jq/GHSA-vfp2-gqx8-p8jq.json @@ -7,12 +7,8 @@ "CVE-2014-2140" ], "details": "Cisco ONS 15454 controller cards with software 9.6 and earlier allow remote attackers to cause a denial of service (card reset) via a TCP FIN attack that triggers file-descriptor exhaustion and a failure to open a CAL pipe, aka Bug ID CSCug97348.", - "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-vfx3-jpgg-q8pj/GHSA-vfx3-jpgg-q8pj.json b/advisories/unreviewed/2022/05/GHSA-vfx3-jpgg-q8pj/GHSA-vfx3-jpgg-q8pj.json index 0513fb2abe0..c8f980b8eee 100644 --- a/advisories/unreviewed/2022/05/GHSA-vfx3-jpgg-q8pj/GHSA-vfx3-jpgg-q8pj.json +++ b/advisories/unreviewed/2022/05/GHSA-vfx3-jpgg-q8pj/GHSA-vfx3-jpgg-q8pj.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-vg73-mjx3-8p9g/GHSA-vg73-mjx3-8p9g.json b/advisories/unreviewed/2022/05/GHSA-vg73-mjx3-8p9g/GHSA-vg73-mjx3-8p9g.json index 28809ee2e55..b0d7274f677 100644 --- a/advisories/unreviewed/2022/05/GHSA-vg73-mjx3-8p9g/GHSA-vg73-mjx3-8p9g.json +++ b/advisories/unreviewed/2022/05/GHSA-vg73-mjx3-8p9g/GHSA-vg73-mjx3-8p9g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vgm6-c9jx-rm2c/GHSA-vgm6-c9jx-rm2c.json b/advisories/unreviewed/2022/05/GHSA-vgm6-c9jx-rm2c/GHSA-vgm6-c9jx-rm2c.json index f6c6ef53227..cdefd4ba98f 100644 --- a/advisories/unreviewed/2022/05/GHSA-vgm6-c9jx-rm2c/GHSA-vgm6-c9jx-rm2c.json +++ b/advisories/unreviewed/2022/05/GHSA-vgm6-c9jx-rm2c/GHSA-vgm6-c9jx-rm2c.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-vgwr-86cx-jp7f/GHSA-vgwr-86cx-jp7f.json b/advisories/unreviewed/2022/05/GHSA-vgwr-86cx-jp7f/GHSA-vgwr-86cx-jp7f.json index 888d874da5e..e4d863ba210 100644 --- a/advisories/unreviewed/2022/05/GHSA-vgwr-86cx-jp7f/GHSA-vgwr-86cx-jp7f.json +++ b/advisories/unreviewed/2022/05/GHSA-vgwr-86cx-jp7f/GHSA-vgwr-86cx-jp7f.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-vhf2-9mmr-hxj9/GHSA-vhf2-9mmr-hxj9.json b/advisories/unreviewed/2022/05/GHSA-vhf2-9mmr-hxj9/GHSA-vhf2-9mmr-hxj9.json index f2b7921669d..fd7f4e8f60d 100644 --- a/advisories/unreviewed/2022/05/GHSA-vhf2-9mmr-hxj9/GHSA-vhf2-9mmr-hxj9.json +++ b/advisories/unreviewed/2022/05/GHSA-vhf2-9mmr-hxj9/GHSA-vhf2-9mmr-hxj9.json @@ -7,12 +7,8 @@ "CVE-2014-1969" ], "details": "Directory traversal vulnerability in the apps4u@android SD Card Manager application before 20140224 for Android allows attackers to overwrite or create arbitrary files via a crafted filename.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vj8m-39p5-g2cm/GHSA-vj8m-39p5-g2cm.json b/advisories/unreviewed/2022/05/GHSA-vj8m-39p5-g2cm/GHSA-vj8m-39p5-g2cm.json index 5bb8fc1b930..527947091ee 100644 --- a/advisories/unreviewed/2022/05/GHSA-vj8m-39p5-g2cm/GHSA-vj8m-39p5-g2cm.json +++ b/advisories/unreviewed/2022/05/GHSA-vj8m-39p5-g2cm/GHSA-vj8m-39p5-g2cm.json @@ -7,12 +7,8 @@ "CVE-2014-1316" ], "details": "Heimdal, as used in Apple OS X through 10.9.2, allows remote attackers to cause a denial of service (abort and daemon exit) via ASN.1 data encountered in the Kerberos 5 protocol.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vm38-24xg-wfpf/GHSA-vm38-24xg-wfpf.json b/advisories/unreviewed/2022/05/GHSA-vm38-24xg-wfpf/GHSA-vm38-24xg-wfpf.json index ace754a6eb4..8561ff413ca 100644 --- a/advisories/unreviewed/2022/05/GHSA-vm38-24xg-wfpf/GHSA-vm38-24xg-wfpf.json +++ b/advisories/unreviewed/2022/05/GHSA-vm38-24xg-wfpf/GHSA-vm38-24xg-wfpf.json @@ -7,12 +7,8 @@ "CVE-2014-2471" ], "details": "Unspecified vulnerability in the Oracle iLearning component in Oracle iLearning 6.0 and 6.1 allows remote attackers to affect integrity via unknown vectors related to Learner Pages.", - "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-vm5r-597x-rgvg/GHSA-vm5r-597x-rgvg.json b/advisories/unreviewed/2022/05/GHSA-vm5r-597x-rgvg/GHSA-vm5r-597x-rgvg.json index 09297de0931..fb8122d9d87 100644 --- a/advisories/unreviewed/2022/05/GHSA-vm5r-597x-rgvg/GHSA-vm5r-597x-rgvg.json +++ b/advisories/unreviewed/2022/05/GHSA-vm5r-597x-rgvg/GHSA-vm5r-597x-rgvg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vpwm-gh3g-c2m8/GHSA-vpwm-gh3g-c2m8.json b/advisories/unreviewed/2022/05/GHSA-vpwm-gh3g-c2m8/GHSA-vpwm-gh3g-c2m8.json index bdd1add0f8b..58fbcb6516b 100644 --- a/advisories/unreviewed/2022/05/GHSA-vpwm-gh3g-c2m8/GHSA-vpwm-gh3g-c2m8.json +++ b/advisories/unreviewed/2022/05/GHSA-vpwm-gh3g-c2m8/GHSA-vpwm-gh3g-c2m8.json @@ -7,12 +7,8 @@ "CVE-2013-1918" ], "details": "Certain page table manipulation operations in Xen 4.1.x, 4.2.x, and earlier are not preemptible, which allows local PV kernels to cause a denial of service via vectors related to \"deep page table traversal.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vq3j-4cjf-gfwg/GHSA-vq3j-4cjf-gfwg.json b/advisories/unreviewed/2022/05/GHSA-vq3j-4cjf-gfwg/GHSA-vq3j-4cjf-gfwg.json index 23142e7151f..f8fa47de91c 100644 --- a/advisories/unreviewed/2022/05/GHSA-vq3j-4cjf-gfwg/GHSA-vq3j-4cjf-gfwg.json +++ b/advisories/unreviewed/2022/05/GHSA-vq3j-4cjf-gfwg/GHSA-vq3j-4cjf-gfwg.json @@ -7,12 +7,8 @@ "CVE-2011-3180" ], "details": "kiwi before 4.98.08, as used in SUSE Studio Onsite 1.2 before 1.2.1 and SUSE Studio Extension for System z 1.2 before 1.2.1, allows attackers to execute arbitrary commands via shell metacharacters in the path of an overlay file, related to chown.", - "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-vrjm-qf47-9gvq/GHSA-vrjm-qf47-9gvq.json b/advisories/unreviewed/2022/05/GHSA-vrjm-qf47-9gvq/GHSA-vrjm-qf47-9gvq.json index 4548c0982a1..d3a624e3d04 100644 --- a/advisories/unreviewed/2022/05/GHSA-vrjm-qf47-9gvq/GHSA-vrjm-qf47-9gvq.json +++ b/advisories/unreviewed/2022/05/GHSA-vrjm-qf47-9gvq/GHSA-vrjm-qf47-9gvq.json @@ -7,12 +7,8 @@ "CVE-2014-2733" ], "details": "Siemens SINEMA Server before 12 SP1 allows remote attackers to cause a denial of service (web-interface outage) via crafted HTTP requests to port (1) 4999 or (2) 80.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vw6q-86r6-9r5v/GHSA-vw6q-86r6-9r5v.json b/advisories/unreviewed/2022/05/GHSA-vw6q-86r6-9r5v/GHSA-vw6q-86r6-9r5v.json index 7f178bbf781..2c259f75be7 100644 --- a/advisories/unreviewed/2022/05/GHSA-vw6q-86r6-9r5v/GHSA-vw6q-86r6-9r5v.json +++ b/advisories/unreviewed/2022/05/GHSA-vw6q-86r6-9r5v/GHSA-vw6q-86r6-9r5v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vwgw-725c-4vgq/GHSA-vwgw-725c-4vgq.json b/advisories/unreviewed/2022/05/GHSA-vwgw-725c-4vgq/GHSA-vwgw-725c-4vgq.json index 4796184a93e..982711e355b 100644 --- a/advisories/unreviewed/2022/05/GHSA-vwgw-725c-4vgq/GHSA-vwgw-725c-4vgq.json +++ b/advisories/unreviewed/2022/05/GHSA-vwgw-725c-4vgq/GHSA-vwgw-725c-4vgq.json @@ -7,12 +7,8 @@ "CVE-2014-2597" ], "details": "PCNetSoftware RAC Server 4.0.4 and 4.0.5 allows local users to cause a denial of service (disabled keyboard or crash) via a large input buffer to unspecified IOCTL requests in RACDriver.sys, which triggers a buffer over-read.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vwp3-7r9h-7h5c/GHSA-vwp3-7r9h-7h5c.json b/advisories/unreviewed/2022/05/GHSA-vwp3-7r9h-7h5c/GHSA-vwp3-7r9h-7h5c.json index 91d8a97f8aa..aba423f65f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-vwp3-7r9h-7h5c/GHSA-vwp3-7r9h-7h5c.json +++ b/advisories/unreviewed/2022/05/GHSA-vwp3-7r9h-7h5c/GHSA-vwp3-7r9h-7h5c.json @@ -7,12 +7,8 @@ "CVE-2011-4105" ], "details": "LightDM before 1.0.6 allows local users to change ownership of arbitrary files via a symlink attack on ~/.Xauthority.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vwx5-g6gg-7w8f/GHSA-vwx5-g6gg-7w8f.json b/advisories/unreviewed/2022/05/GHSA-vwx5-g6gg-7w8f/GHSA-vwx5-g6gg-7w8f.json index deb7432115f..fe4a4724e9a 100644 --- a/advisories/unreviewed/2022/05/GHSA-vwx5-g6gg-7w8f/GHSA-vwx5-g6gg-7w8f.json +++ b/advisories/unreviewed/2022/05/GHSA-vwx5-g6gg-7w8f/GHSA-vwx5-g6gg-7w8f.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-w2fx-fp33-fvmp/GHSA-w2fx-fp33-fvmp.json b/advisories/unreviewed/2022/05/GHSA-w2fx-fp33-fvmp/GHSA-w2fx-fp33-fvmp.json index d7fed9c19ee..7b36c931351 100644 --- a/advisories/unreviewed/2022/05/GHSA-w2fx-fp33-fvmp/GHSA-w2fx-fp33-fvmp.json +++ b/advisories/unreviewed/2022/05/GHSA-w2fx-fp33-fvmp/GHSA-w2fx-fp33-fvmp.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/2022/05/GHSA-w39f-4cm2-25x2/GHSA-w39f-4cm2-25x2.json b/advisories/unreviewed/2022/05/GHSA-w39f-4cm2-25x2/GHSA-w39f-4cm2-25x2.json index 51ebaebc18a..778e0755382 100644 --- a/advisories/unreviewed/2022/05/GHSA-w39f-4cm2-25x2/GHSA-w39f-4cm2-25x2.json +++ b/advisories/unreviewed/2022/05/GHSA-w39f-4cm2-25x2/GHSA-w39f-4cm2-25x2.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": "WEB", diff --git a/advisories/unreviewed/2022/05/GHSA-w3g8-cmwr-xrh5/GHSA-w3g8-cmwr-xrh5.json b/advisories/unreviewed/2022/05/GHSA-w3g8-cmwr-xrh5/GHSA-w3g8-cmwr-xrh5.json index ecfd353d668..38345d87bce 100644 --- a/advisories/unreviewed/2022/05/GHSA-w3g8-cmwr-xrh5/GHSA-w3g8-cmwr-xrh5.json +++ b/advisories/unreviewed/2022/05/GHSA-w3g8-cmwr-xrh5/GHSA-w3g8-cmwr-xrh5.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-w47j-5q3w-vfp6/GHSA-w47j-5q3w-vfp6.json b/advisories/unreviewed/2022/05/GHSA-w47j-5q3w-vfp6/GHSA-w47j-5q3w-vfp6.json index 5f92b917f92..c932021830f 100644 --- a/advisories/unreviewed/2022/05/GHSA-w47j-5q3w-vfp6/GHSA-w47j-5q3w-vfp6.json +++ b/advisories/unreviewed/2022/05/GHSA-w47j-5q3w-vfp6/GHSA-w47j-5q3w-vfp6.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-w6hx-48fv-27wr/GHSA-w6hx-48fv-27wr.json b/advisories/unreviewed/2022/05/GHSA-w6hx-48fv-27wr/GHSA-w6hx-48fv-27wr.json index e45d95756d1..3bc706bfe1f 100644 --- a/advisories/unreviewed/2022/05/GHSA-w6hx-48fv-27wr/GHSA-w6hx-48fv-27wr.json +++ b/advisories/unreviewed/2022/05/GHSA-w6hx-48fv-27wr/GHSA-w6hx-48fv-27wr.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-w6qc-3wgf-m973/GHSA-w6qc-3wgf-m973.json b/advisories/unreviewed/2022/05/GHSA-w6qc-3wgf-m973/GHSA-w6qc-3wgf-m973.json index ffb93a8bd70..6d3b0e9755a 100644 --- a/advisories/unreviewed/2022/05/GHSA-w6qc-3wgf-m973/GHSA-w6qc-3wgf-m973.json +++ b/advisories/unreviewed/2022/05/GHSA-w6qc-3wgf-m973/GHSA-w6qc-3wgf-m973.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w8xc-4fv7-23hg/GHSA-w8xc-4fv7-23hg.json b/advisories/unreviewed/2022/05/GHSA-w8xc-4fv7-23hg/GHSA-w8xc-4fv7-23hg.json index 5430a97db2f..fb3f9bc7507 100644 --- a/advisories/unreviewed/2022/05/GHSA-w8xc-4fv7-23hg/GHSA-w8xc-4fv7-23hg.json +++ b/advisories/unreviewed/2022/05/GHSA-w8xc-4fv7-23hg/GHSA-w8xc-4fv7-23hg.json @@ -7,12 +7,8 @@ "CVE-2014-2580" ], "details": "The netback driver in Xen, when using certain Linux versions that do not allow sleeping in softirq context, allows local guest administrators to cause a denial of service (\"scheduling while atomic\" error and host crash) via a malformed packet, which causes a mutex to be taken when trying to disable the interface.", - "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-w9h6-gh9q-r8qm/GHSA-w9h6-gh9q-r8qm.json b/advisories/unreviewed/2022/05/GHSA-w9h6-gh9q-r8qm/GHSA-w9h6-gh9q-r8qm.json index 50e9d0e6e42..f9363e89c25 100644 --- a/advisories/unreviewed/2022/05/GHSA-w9h6-gh9q-r8qm/GHSA-w9h6-gh9q-r8qm.json +++ b/advisories/unreviewed/2022/05/GHSA-w9h6-gh9q-r8qm/GHSA-w9h6-gh9q-r8qm.json @@ -7,12 +7,8 @@ "CVE-2014-2129" ], "details": "The SIP inspection engine in Cisco Adaptive Security Appliance (ASA) Software 8.2 before 8.2(5.48), 8.4 before 8.4(6.5), 9.0 before 9.0(3.1), and 9.1 before 9.1(2.5) allows remote attackers to cause a denial of service (memory consumption or device reload) via crafted SIP packets, aka Bug ID CSCuh44052.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w9w2-pj3m-5v3r/GHSA-w9w2-pj3m-5v3r.json b/advisories/unreviewed/2022/05/GHSA-w9w2-pj3m-5v3r/GHSA-w9w2-pj3m-5v3r.json index b393fcd8c0f..7f763863dc9 100644 --- a/advisories/unreviewed/2022/05/GHSA-w9w2-pj3m-5v3r/GHSA-w9w2-pj3m-5v3r.json +++ b/advisories/unreviewed/2022/05/GHSA-w9w2-pj3m-5v3r/GHSA-w9w2-pj3m-5v3r.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-wfh8-85qf-jrr2/GHSA-wfh8-85qf-jrr2.json b/advisories/unreviewed/2022/05/GHSA-wfh8-85qf-jrr2/GHSA-wfh8-85qf-jrr2.json index af7cde49229..818ce714626 100644 --- a/advisories/unreviewed/2022/05/GHSA-wfh8-85qf-jrr2/GHSA-wfh8-85qf-jrr2.json +++ b/advisories/unreviewed/2022/05/GHSA-wfh8-85qf-jrr2/GHSA-wfh8-85qf-jrr2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wg77-43f4-m52v/GHSA-wg77-43f4-m52v.json b/advisories/unreviewed/2022/05/GHSA-wg77-43f4-m52v/GHSA-wg77-43f4-m52v.json index 050630b6800..2e7a0628407 100644 --- a/advisories/unreviewed/2022/05/GHSA-wg77-43f4-m52v/GHSA-wg77-43f4-m52v.json +++ b/advisories/unreviewed/2022/05/GHSA-wg77-43f4-m52v/GHSA-wg77-43f4-m52v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-whgc-8rw5-c9xj/GHSA-whgc-8rw5-c9xj.json b/advisories/unreviewed/2022/05/GHSA-whgc-8rw5-c9xj/GHSA-whgc-8rw5-c9xj.json index da838d0b296..a22ccba2c1e 100644 --- a/advisories/unreviewed/2022/05/GHSA-whgc-8rw5-c9xj/GHSA-whgc-8rw5-c9xj.json +++ b/advisories/unreviewed/2022/05/GHSA-whgc-8rw5-c9xj/GHSA-whgc-8rw5-c9xj.json @@ -7,12 +7,8 @@ "CVE-2014-2844" ], "details": "Cross-site scripting (XSS) vulnerability in F-Secure Messaging Secure Gateway 7.5.0 before Patch 1862 allows remote authenticated administrators to inject arbitrary web script or HTML via the new parameter in the SysUser module to admin.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-whw9-2rv6-633x/GHSA-whw9-2rv6-633x.json b/advisories/unreviewed/2022/05/GHSA-whw9-2rv6-633x/GHSA-whw9-2rv6-633x.json index 747436c9d4b..2afb8de35e8 100644 --- a/advisories/unreviewed/2022/05/GHSA-whw9-2rv6-633x/GHSA-whw9-2rv6-633x.json +++ b/advisories/unreviewed/2022/05/GHSA-whw9-2rv6-633x/GHSA-whw9-2rv6-633x.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-wmqh-ggr8-mwm7/GHSA-wmqh-ggr8-mwm7.json b/advisories/unreviewed/2022/05/GHSA-wmqh-ggr8-mwm7/GHSA-wmqh-ggr8-mwm7.json index f864b46c224..2170785f364 100644 --- a/advisories/unreviewed/2022/05/GHSA-wmqh-ggr8-mwm7/GHSA-wmqh-ggr8-mwm7.json +++ b/advisories/unreviewed/2022/05/GHSA-wmqh-ggr8-mwm7/GHSA-wmqh-ggr8-mwm7.json @@ -7,12 +7,8 @@ "CVE-2012-5634" ], "details": "Xen 4.2.x, 4.1.x, and 4.0, when using Intel VT-d for PCI passthrough, does not properly configure VT-d when supporting a device that is behind a legacy PCI Bridge, which allows local guests to cause a denial of service to other guests by injecting an interrupt.", - "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-wq3r-8w99-v2ff/GHSA-wq3r-8w99-v2ff.json b/advisories/unreviewed/2022/05/GHSA-wq3r-8w99-v2ff/GHSA-wq3r-8w99-v2ff.json index 3b0244569fe..4af0aaca808 100644 --- a/advisories/unreviewed/2022/05/GHSA-wq3r-8w99-v2ff/GHSA-wq3r-8w99-v2ff.json +++ b/advisories/unreviewed/2022/05/GHSA-wq3r-8w99-v2ff/GHSA-wq3r-8w99-v2ff.json @@ -7,12 +7,8 @@ "CVE-2013-5357" ], "details": "Integer overflow in Picasa3.exe in Google Picasa before 3.9.0 Build 137.69 allows remote attackers to execute arbitrary code via a long TIFF tag that triggers a heap-based buffer overflow, as demonstrated using a Canon RAW CR2 file with a long TIFF StripByteCounts tag.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wq96-w9cg-v635/GHSA-wq96-w9cg-v635.json b/advisories/unreviewed/2022/05/GHSA-wq96-w9cg-v635/GHSA-wq96-w9cg-v635.json index 1b14420dca2..591362d78da 100644 --- a/advisories/unreviewed/2022/05/GHSA-wq96-w9cg-v635/GHSA-wq96-w9cg-v635.json +++ b/advisories/unreviewed/2022/05/GHSA-wq96-w9cg-v635/GHSA-wq96-w9cg-v635.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", @@ -55,9 +53,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-wqq6-qcgq-j7r2/GHSA-wqq6-qcgq-j7r2.json b/advisories/unreviewed/2022/05/GHSA-wqq6-qcgq-j7r2/GHSA-wqq6-qcgq-j7r2.json index 2f98a30e90e..25d7ee4867d 100644 --- a/advisories/unreviewed/2022/05/GHSA-wqq6-qcgq-j7r2/GHSA-wqq6-qcgq-j7r2.json +++ b/advisories/unreviewed/2022/05/GHSA-wqq6-qcgq-j7r2/GHSA-wqq6-qcgq-j7r2.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", @@ -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-wqr7-cf9q-rvf7/GHSA-wqr7-cf9q-rvf7.json b/advisories/unreviewed/2022/05/GHSA-wqr7-cf9q-rvf7/GHSA-wqr7-cf9q-rvf7.json index 9a0c6c61df4..aca0ed7fd21 100644 --- a/advisories/unreviewed/2022/05/GHSA-wqr7-cf9q-rvf7/GHSA-wqr7-cf9q-rvf7.json +++ b/advisories/unreviewed/2022/05/GHSA-wqr7-cf9q-rvf7/GHSA-wqr7-cf9q-rvf7.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-wr59-vhqg-w24r/GHSA-wr59-vhqg-w24r.json b/advisories/unreviewed/2022/05/GHSA-wr59-vhqg-w24r/GHSA-wr59-vhqg-w24r.json index 9a7f845de38..e44f1c24acc 100644 --- a/advisories/unreviewed/2022/05/GHSA-wr59-vhqg-w24r/GHSA-wr59-vhqg-w24r.json +++ b/advisories/unreviewed/2022/05/GHSA-wr59-vhqg-w24r/GHSA-wr59-vhqg-w24r.json @@ -7,12 +7,8 @@ "CVE-2014-2445" ], "details": "Unspecified vulnerability in the Oracle Agile PLM Framework component in Oracle Supply Chain Products Suite 9.3.3 allows remote authenticated users to affect integrity via unknown vectors related to Security, a different vulnerability than CVE-2014-2467.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-wrr2-vpv2-fvvr/GHSA-wrr2-vpv2-fvvr.json b/advisories/unreviewed/2022/05/GHSA-wrr2-vpv2-fvvr/GHSA-wrr2-vpv2-fvvr.json index 005c1df00e1..3d6c632aea2 100644 --- a/advisories/unreviewed/2022/05/GHSA-wrr2-vpv2-fvvr/GHSA-wrr2-vpv2-fvvr.json +++ b/advisories/unreviewed/2022/05/GHSA-wrr2-vpv2-fvvr/GHSA-wrr2-vpv2-fvvr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-x2cp-w42w-phvc/GHSA-x2cp-w42w-phvc.json b/advisories/unreviewed/2022/05/GHSA-x2cp-w42w-phvc/GHSA-x2cp-w42w-phvc.json index a070afa4fa1..16ad043c2d7 100644 --- a/advisories/unreviewed/2022/05/GHSA-x2cp-w42w-phvc/GHSA-x2cp-w42w-phvc.json +++ b/advisories/unreviewed/2022/05/GHSA-x2cp-w42w-phvc/GHSA-x2cp-w42w-phvc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-x3rj-r3p4-hq68/GHSA-x3rj-r3p4-hq68.json b/advisories/unreviewed/2022/05/GHSA-x3rj-r3p4-hq68/GHSA-x3rj-r3p4-hq68.json index 765250ccb63..690bd892ac3 100644 --- a/advisories/unreviewed/2022/05/GHSA-x3rj-r3p4-hq68/GHSA-x3rj-r3p4-hq68.json +++ b/advisories/unreviewed/2022/05/GHSA-x3rj-r3p4-hq68/GHSA-x3rj-r3p4-hq68.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-x3wq-g893-g96g/GHSA-x3wq-g893-g96g.json b/advisories/unreviewed/2022/05/GHSA-x3wq-g893-g96g/GHSA-x3wq-g893-g96g.json index 591ec3e5289..98e7a729e64 100644 --- a/advisories/unreviewed/2022/05/GHSA-x3wq-g893-g96g/GHSA-x3wq-g893-g96g.json +++ b/advisories/unreviewed/2022/05/GHSA-x3wq-g893-g96g/GHSA-x3wq-g893-g96g.json @@ -7,12 +7,8 @@ "CVE-2012-5353" ], "details": "Eduserv OpenAthens SP 2.0 for Java allows remote attackers to forge messages and bypass authentication via a SAML assertion that lacks a Signature element, aka a \"Signature exclusion attack.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x738-gr3m-69cq/GHSA-x738-gr3m-69cq.json b/advisories/unreviewed/2022/05/GHSA-x738-gr3m-69cq/GHSA-x738-gr3m-69cq.json index 7b637b9808b..4d7772e0a64 100644 --- a/advisories/unreviewed/2022/05/GHSA-x738-gr3m-69cq/GHSA-x738-gr3m-69cq.json +++ b/advisories/unreviewed/2022/05/GHSA-x738-gr3m-69cq/GHSA-x738-gr3m-69cq.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-x7qf-mmxf-j664/GHSA-x7qf-mmxf-j664.json b/advisories/unreviewed/2022/05/GHSA-x7qf-mmxf-j664/GHSA-x7qf-mmxf-j664.json index ba5de8efa9c..fc5cb0d3f3d 100644 --- a/advisories/unreviewed/2022/05/GHSA-x7qf-mmxf-j664/GHSA-x7qf-mmxf-j664.json +++ b/advisories/unreviewed/2022/05/GHSA-x7qf-mmxf-j664/GHSA-x7qf-mmxf-j664.json @@ -7,12 +7,8 @@ "CVE-2014-1986" ], "details": "The Content Provider in the KOKUYO CamiApp application 1.21.1 and earlier for Android allows attackers to bypass intended access restrictions and read database information via a crafted application.", - "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-x9p4-rqw7-mvgc/GHSA-x9p4-rqw7-mvgc.json b/advisories/unreviewed/2022/05/GHSA-x9p4-rqw7-mvgc/GHSA-x9p4-rqw7-mvgc.json index 7d620c6f58a..c45f81e465c 100644 --- a/advisories/unreviewed/2022/05/GHSA-x9p4-rqw7-mvgc/GHSA-x9p4-rqw7-mvgc.json +++ b/advisories/unreviewed/2022/05/GHSA-x9p4-rqw7-mvgc/GHSA-x9p4-rqw7-mvgc.json @@ -7,12 +7,8 @@ "CVE-2014-2450" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.6.15 and earlier allows remote authenticated users to affect availability via unknown vectors related to Optimizer.", - "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-x9w5-ww6v-gxhf/GHSA-x9w5-ww6v-gxhf.json b/advisories/unreviewed/2022/05/GHSA-x9w5-ww6v-gxhf/GHSA-x9w5-ww6v-gxhf.json index f1fe2e246c8..3f7ec32ede4 100644 --- a/advisories/unreviewed/2022/05/GHSA-x9w5-ww6v-gxhf/GHSA-x9w5-ww6v-gxhf.json +++ b/advisories/unreviewed/2022/05/GHSA-x9w5-ww6v-gxhf/GHSA-x9w5-ww6v-gxhf.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-xchm-27qm-h7w6/GHSA-xchm-27qm-h7w6.json b/advisories/unreviewed/2022/05/GHSA-xchm-27qm-h7w6/GHSA-xchm-27qm-h7w6.json index b0cde28b337..96382a55e04 100644 --- a/advisories/unreviewed/2022/05/GHSA-xchm-27qm-h7w6/GHSA-xchm-27qm-h7w6.json +++ b/advisories/unreviewed/2022/05/GHSA-xchm-27qm-h7w6/GHSA-xchm-27qm-h7w6.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-xf7m-5vgf-jhv9/GHSA-xf7m-5vgf-jhv9.json b/advisories/unreviewed/2022/05/GHSA-xf7m-5vgf-jhv9/GHSA-xf7m-5vgf-jhv9.json index bedb074a18b..411094952f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-xf7m-5vgf-jhv9/GHSA-xf7m-5vgf-jhv9.json +++ b/advisories/unreviewed/2022/05/GHSA-xf7m-5vgf-jhv9/GHSA-xf7m-5vgf-jhv9.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-xhmw-j639-ph2m/GHSA-xhmw-j639-ph2m.json b/advisories/unreviewed/2022/05/GHSA-xhmw-j639-ph2m/GHSA-xhmw-j639-ph2m.json index a86a36cf092..5d5ef4ffc67 100644 --- a/advisories/unreviewed/2022/05/GHSA-xhmw-j639-ph2m/GHSA-xhmw-j639-ph2m.json +++ b/advisories/unreviewed/2022/05/GHSA-xhmw-j639-ph2m/GHSA-xhmw-j639-ph2m.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": "WEB", diff --git a/advisories/unreviewed/2022/05/GHSA-xjcr-w3v6-f46r/GHSA-xjcr-w3v6-f46r.json b/advisories/unreviewed/2022/05/GHSA-xjcr-w3v6-f46r/GHSA-xjcr-w3v6-f46r.json index 3c3fee6771a..3e3d132eb49 100644 --- a/advisories/unreviewed/2022/05/GHSA-xjcr-w3v6-f46r/GHSA-xjcr-w3v6-f46r.json +++ b/advisories/unreviewed/2022/05/GHSA-xjcr-w3v6-f46r/GHSA-xjcr-w3v6-f46r.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-xjr6-xhwq-23jv/GHSA-xjr6-xhwq-23jv.json b/advisories/unreviewed/2022/05/GHSA-xjr6-xhwq-23jv/GHSA-xjr6-xhwq-23jv.json index 3f96cee10ae..9821add2a7e 100644 --- a/advisories/unreviewed/2022/05/GHSA-xjr6-xhwq-23jv/GHSA-xjr6-xhwq-23jv.json +++ b/advisories/unreviewed/2022/05/GHSA-xjr6-xhwq-23jv/GHSA-xjr6-xhwq-23jv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xmrj-c495-vfvx/GHSA-xmrj-c495-vfvx.json b/advisories/unreviewed/2022/05/GHSA-xmrj-c495-vfvx/GHSA-xmrj-c495-vfvx.json index ddeeacdb6be..969a0a4d6e8 100644 --- a/advisories/unreviewed/2022/05/GHSA-xmrj-c495-vfvx/GHSA-xmrj-c495-vfvx.json +++ b/advisories/unreviewed/2022/05/GHSA-xmrj-c495-vfvx/GHSA-xmrj-c495-vfvx.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/2022/05/GHSA-xp8f-6f2w-prw8/GHSA-xp8f-6f2w-prw8.json b/advisories/unreviewed/2022/05/GHSA-xp8f-6f2w-prw8/GHSA-xp8f-6f2w-prw8.json index 01d70819762..01229528659 100644 --- a/advisories/unreviewed/2022/05/GHSA-xp8f-6f2w-prw8/GHSA-xp8f-6f2w-prw8.json +++ b/advisories/unreviewed/2022/05/GHSA-xp8f-6f2w-prw8/GHSA-xp8f-6f2w-prw8.json @@ -7,12 +7,8 @@ "CVE-2014-1982" ], "details": "The administrative interface in Allied Telesis AT-RG634A ADSL Broadband router 3.3+, iMG624A firmware 3.5, iMG616LH firmware 2.4, and iMG646BD firmware 3.5 allows remote attackers to gain privileges and execute arbitrary commands via a direct request to cli.html.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xpcw-3w24-57xc/GHSA-xpcw-3w24-57xc.json b/advisories/unreviewed/2022/05/GHSA-xpcw-3w24-57xc/GHSA-xpcw-3w24-57xc.json index cf7be5fe051..4b5cb4d0a54 100644 --- a/advisories/unreviewed/2022/05/GHSA-xpcw-3w24-57xc/GHSA-xpcw-3w24-57xc.json +++ b/advisories/unreviewed/2022/05/GHSA-xpcw-3w24-57xc/GHSA-xpcw-3w24-57xc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xq5q-x248-9f9g/GHSA-xq5q-x248-9f9g.json b/advisories/unreviewed/2022/05/GHSA-xq5q-x248-9f9g/GHSA-xq5q-x248-9f9g.json index 48505aa6ec3..8f0818f2d9b 100644 --- a/advisories/unreviewed/2022/05/GHSA-xq5q-x248-9f9g/GHSA-xq5q-x248-9f9g.json +++ b/advisories/unreviewed/2022/05/GHSA-xq5q-x248-9f9g/GHSA-xq5q-x248-9f9g.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-xqjg-324c-5xg7/GHSA-xqjg-324c-5xg7.json b/advisories/unreviewed/2022/05/GHSA-xqjg-324c-5xg7/GHSA-xqjg-324c-5xg7.json index 771de9937f6..bf44a2f4893 100644 --- a/advisories/unreviewed/2022/05/GHSA-xqjg-324c-5xg7/GHSA-xqjg-324c-5xg7.json +++ b/advisories/unreviewed/2022/05/GHSA-xqjg-324c-5xg7/GHSA-xqjg-324c-5xg7.json @@ -7,12 +7,8 @@ "CVE-2013-4768" ], "details": "The web services APIs in Eucalyptus 2.0 through 3.4.1 allow remote attackers to cause a denial of service via vectors related to the \"network connection clean up code\" and (1) Cloud Controller (CLC), (2) Walrus, (3) Storage Controller (SC), and (4) VMware Broker (VB).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xqqw-c6r3-8gjc/GHSA-xqqw-c6r3-8gjc.json b/advisories/unreviewed/2022/05/GHSA-xqqw-c6r3-8gjc/GHSA-xqqw-c6r3-8gjc.json index f9ac4f9ff77..a2d81592365 100644 --- a/advisories/unreviewed/2022/05/GHSA-xqqw-c6r3-8gjc/GHSA-xqqw-c6r3-8gjc.json +++ b/advisories/unreviewed/2022/05/GHSA-xqqw-c6r3-8gjc/GHSA-xqqw-c6r3-8gjc.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-xvxc-929r-6mvq/GHSA-xvxc-929r-6mvq.json b/advisories/unreviewed/2022/05/GHSA-xvxc-929r-6mvq/GHSA-xvxc-929r-6mvq.json index cc669670a16..6225605b4a3 100644 --- a/advisories/unreviewed/2022/05/GHSA-xvxc-929r-6mvq/GHSA-xvxc-929r-6mvq.json +++ b/advisories/unreviewed/2022/05/GHSA-xvxc-929r-6mvq/GHSA-xvxc-929r-6mvq.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-xx66-279r-8pgf/GHSA-xx66-279r-8pgf.json b/advisories/unreviewed/2022/05/GHSA-xx66-279r-8pgf/GHSA-xx66-279r-8pgf.json index f7c1aa4b545..2ea88252532 100644 --- a/advisories/unreviewed/2022/05/GHSA-xx66-279r-8pgf/GHSA-xx66-279r-8pgf.json +++ b/advisories/unreviewed/2022/05/GHSA-xx66-279r-8pgf/GHSA-xx66-279r-8pgf.json @@ -7,12 +7,8 @@ "CVE-2012-4921" ], "details": "Multiple cross-site request forgery (CSRF) vulnerabilities in the DVS Custom Notification plugin 1.0.1 and earlier for WordPress allow remote attackers to hijack the authentication of administrators for requests that (1) change application settings or (2) conduct cross-site scripting (XSS) attacks.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-c7f2-2769-qw43/GHSA-c7f2-2769-qw43.json b/advisories/unreviewed/2022/07/GHSA-c7f2-2769-qw43/GHSA-c7f2-2769-qw43.json index eb5f495ac93..1a84e27ff87 100644 --- a/advisories/unreviewed/2022/07/GHSA-c7f2-2769-qw43/GHSA-c7f2-2769-qw43.json +++ b/advisories/unreviewed/2022/07/GHSA-c7f2-2769-qw43/GHSA-c7f2-2769-qw43.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/12/GHSA-f22x-pp6j-8h8j/GHSA-f22x-pp6j-8h8j.json b/advisories/unreviewed/2022/12/GHSA-f22x-pp6j-8h8j/GHSA-f22x-pp6j-8h8j.json index a3361f299a6..eaca92d7bbe 100644 --- a/advisories/unreviewed/2022/12/GHSA-f22x-pp6j-8h8j/GHSA-f22x-pp6j-8h8j.json +++ b/advisories/unreviewed/2022/12/GHSA-f22x-pp6j-8h8j/GHSA-f22x-pp6j-8h8j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-c5g6-68cc-f3vh/GHSA-c5g6-68cc-f3vh.json b/advisories/unreviewed/2023/01/GHSA-c5g6-68cc-f3vh/GHSA-c5g6-68cc-f3vh.json index 76383b81911..1ccae8e8ca5 100644 --- a/advisories/unreviewed/2023/01/GHSA-c5g6-68cc-f3vh/GHSA-c5g6-68cc-f3vh.json +++ b/advisories/unreviewed/2023/01/GHSA-c5g6-68cc-f3vh/GHSA-c5g6-68cc-f3vh.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/01/GHSA-hcvf-6jgc-ffmq/GHSA-hcvf-6jgc-ffmq.json b/advisories/unreviewed/2023/01/GHSA-hcvf-6jgc-ffmq/GHSA-hcvf-6jgc-ffmq.json index 7c770c371f4..c77ee268da9 100644 --- a/advisories/unreviewed/2023/01/GHSA-hcvf-6jgc-ffmq/GHSA-hcvf-6jgc-ffmq.json +++ b/advisories/unreviewed/2023/01/GHSA-hcvf-6jgc-ffmq/GHSA-hcvf-6jgc-ffmq.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/01/GHSA-wj5q-gv6p-4mq7/GHSA-wj5q-gv6p-4mq7.json b/advisories/unreviewed/2023/01/GHSA-wj5q-gv6p-4mq7/GHSA-wj5q-gv6p-4mq7.json index 01366bda8b8..7fa615e8c53 100644 --- a/advisories/unreviewed/2023/01/GHSA-wj5q-gv6p-4mq7/GHSA-wj5q-gv6p-4mq7.json +++ b/advisories/unreviewed/2023/01/GHSA-wj5q-gv6p-4mq7/GHSA-wj5q-gv6p-4mq7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-4746-8222-r3vf/GHSA-4746-8222-r3vf.json b/advisories/unreviewed/2023/02/GHSA-4746-8222-r3vf/GHSA-4746-8222-r3vf.json index 43960587de3..3597e07dd72 100644 --- a/advisories/unreviewed/2023/02/GHSA-4746-8222-r3vf/GHSA-4746-8222-r3vf.json +++ b/advisories/unreviewed/2023/02/GHSA-4746-8222-r3vf/GHSA-4746-8222-r3vf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-6342-4x32-pp8v/GHSA-6342-4x32-pp8v.json b/advisories/unreviewed/2023/02/GHSA-6342-4x32-pp8v/GHSA-6342-4x32-pp8v.json index b92eb67ae6c..192fafcd2be 100644 --- a/advisories/unreviewed/2023/02/GHSA-6342-4x32-pp8v/GHSA-6342-4x32-pp8v.json +++ b/advisories/unreviewed/2023/02/GHSA-6342-4x32-pp8v/GHSA-6342-4x32-pp8v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-8rvw-m536-vh9x/GHSA-8rvw-m536-vh9x.json b/advisories/unreviewed/2023/02/GHSA-8rvw-m536-vh9x/GHSA-8rvw-m536-vh9x.json index 7bee2e300f8..f53c04bef21 100644 --- a/advisories/unreviewed/2023/02/GHSA-8rvw-m536-vh9x/GHSA-8rvw-m536-vh9x.json +++ b/advisories/unreviewed/2023/02/GHSA-8rvw-m536-vh9x/GHSA-8rvw-m536-vh9x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-hh2g-39pc-2575/GHSA-hh2g-39pc-2575.json b/advisories/unreviewed/2023/02/GHSA-hh2g-39pc-2575/GHSA-hh2g-39pc-2575.json index fc58083e422..e3b30c71922 100644 --- a/advisories/unreviewed/2023/02/GHSA-hh2g-39pc-2575/GHSA-hh2g-39pc-2575.json +++ b/advisories/unreviewed/2023/02/GHSA-hh2g-39pc-2575/GHSA-hh2g-39pc-2575.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-mj34-w7fq-7hxc/GHSA-mj34-w7fq-7hxc.json b/advisories/unreviewed/2023/02/GHSA-mj34-w7fq-7hxc/GHSA-mj34-w7fq-7hxc.json index 8a2b6e6da5f..d8a0601b02e 100644 --- a/advisories/unreviewed/2023/02/GHSA-mj34-w7fq-7hxc/GHSA-mj34-w7fq-7hxc.json +++ b/advisories/unreviewed/2023/02/GHSA-mj34-w7fq-7hxc/GHSA-mj34-w7fq-7hxc.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-8mx3-669m-hqmf/GHSA-8mx3-669m-hqmf.json b/advisories/unreviewed/2023/03/GHSA-8mx3-669m-hqmf/GHSA-8mx3-669m-hqmf.json index 785e415299e..48a8b2fb724 100644 --- a/advisories/unreviewed/2023/03/GHSA-8mx3-669m-hqmf/GHSA-8mx3-669m-hqmf.json +++ b/advisories/unreviewed/2023/03/GHSA-8mx3-669m-hqmf/GHSA-8mx3-669m-hqmf.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-mr65-2hjp-xxvg/GHSA-mr65-2hjp-xxvg.json b/advisories/unreviewed/2023/03/GHSA-mr65-2hjp-xxvg/GHSA-mr65-2hjp-xxvg.json index 15b2b4160b1..784fde36005 100644 --- a/advisories/unreviewed/2023/03/GHSA-mr65-2hjp-xxvg/GHSA-mr65-2hjp-xxvg.json +++ b/advisories/unreviewed/2023/03/GHSA-mr65-2hjp-xxvg/GHSA-mr65-2hjp-xxvg.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-v5qc-8wjf-x8m7/GHSA-v5qc-8wjf-x8m7.json b/advisories/unreviewed/2023/03/GHSA-v5qc-8wjf-x8m7/GHSA-v5qc-8wjf-x8m7.json index 230c164c126..e999e386fb1 100644 --- a/advisories/unreviewed/2023/03/GHSA-v5qc-8wjf-x8m7/GHSA-v5qc-8wjf-x8m7.json +++ b/advisories/unreviewed/2023/03/GHSA-v5qc-8wjf-x8m7/GHSA-v5qc-8wjf-x8m7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-cgq6-65fg-2fvf/GHSA-cgq6-65fg-2fvf.json b/advisories/unreviewed/2023/04/GHSA-cgq6-65fg-2fvf/GHSA-cgq6-65fg-2fvf.json index 6c24758e243..e080cb11823 100644 --- a/advisories/unreviewed/2023/04/GHSA-cgq6-65fg-2fvf/GHSA-cgq6-65fg-2fvf.json +++ b/advisories/unreviewed/2023/04/GHSA-cgq6-65fg-2fvf/GHSA-cgq6-65fg-2fvf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-qh6h-7xw2-m89f/GHSA-qh6h-7xw2-m89f.json b/advisories/unreviewed/2023/04/GHSA-qh6h-7xw2-m89f/GHSA-qh6h-7xw2-m89f.json index c49e6a5f715..474e02a9348 100644 --- a/advisories/unreviewed/2023/04/GHSA-qh6h-7xw2-m89f/GHSA-qh6h-7xw2-m89f.json +++ b/advisories/unreviewed/2023/04/GHSA-qh6h-7xw2-m89f/GHSA-qh6h-7xw2-m89f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-x223-wmx3-frr5/GHSA-x223-wmx3-frr5.json b/advisories/unreviewed/2023/04/GHSA-x223-wmx3-frr5/GHSA-x223-wmx3-frr5.json index f95e47fa28b..d1b4428ae60 100644 --- a/advisories/unreviewed/2023/04/GHSA-x223-wmx3-frr5/GHSA-x223-wmx3-frr5.json +++ b/advisories/unreviewed/2023/04/GHSA-x223-wmx3-frr5/GHSA-x223-wmx3-frr5.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/05/GHSA-6cmv-m333-v5r3/GHSA-6cmv-m333-v5r3.json b/advisories/unreviewed/2023/05/GHSA-6cmv-m333-v5r3/GHSA-6cmv-m333-v5r3.json index 6332517d770..8f6cc7527de 100644 --- a/advisories/unreviewed/2023/05/GHSA-6cmv-m333-v5r3/GHSA-6cmv-m333-v5r3.json +++ b/advisories/unreviewed/2023/05/GHSA-6cmv-m333-v5r3/GHSA-6cmv-m333-v5r3.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/05/GHSA-8vmr-gjcv-vm3c/GHSA-8vmr-gjcv-vm3c.json b/advisories/unreviewed/2023/05/GHSA-8vmr-gjcv-vm3c/GHSA-8vmr-gjcv-vm3c.json index a39d94bff7a..458198c4f08 100644 --- a/advisories/unreviewed/2023/05/GHSA-8vmr-gjcv-vm3c/GHSA-8vmr-gjcv-vm3c.json +++ b/advisories/unreviewed/2023/05/GHSA-8vmr-gjcv-vm3c/GHSA-8vmr-gjcv-vm3c.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/06/GHSA-c63g-rxcg-cxqj/GHSA-c63g-rxcg-cxqj.json b/advisories/unreviewed/2023/06/GHSA-c63g-rxcg-cxqj/GHSA-c63g-rxcg-cxqj.json index c588c73700d..81d01a00c4e 100644 --- a/advisories/unreviewed/2023/06/GHSA-c63g-rxcg-cxqj/GHSA-c63g-rxcg-cxqj.json +++ b/advisories/unreviewed/2023/06/GHSA-c63g-rxcg-cxqj/GHSA-c63g-rxcg-cxqj.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/06/GHSA-crh5-rq78-8m4h/GHSA-crh5-rq78-8m4h.json b/advisories/unreviewed/2023/06/GHSA-crh5-rq78-8m4h/GHSA-crh5-rq78-8m4h.json index 4ee0cff24fe..a750515addf 100644 --- a/advisories/unreviewed/2023/06/GHSA-crh5-rq78-8m4h/GHSA-crh5-rq78-8m4h.json +++ b/advisories/unreviewed/2023/06/GHSA-crh5-rq78-8m4h/GHSA-crh5-rq78-8m4h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-frc9-g2r4-48w5/GHSA-frc9-g2r4-48w5.json b/advisories/unreviewed/2023/06/GHSA-frc9-g2r4-48w5/GHSA-frc9-g2r4-48w5.json index edeb997ccee..f43e1c2cdf1 100644 --- a/advisories/unreviewed/2023/06/GHSA-frc9-g2r4-48w5/GHSA-frc9-g2r4-48w5.json +++ b/advisories/unreviewed/2023/06/GHSA-frc9-g2r4-48w5/GHSA-frc9-g2r4-48w5.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/08/GHSA-6h77-2hc9-qm3w/GHSA-6h77-2hc9-qm3w.json b/advisories/unreviewed/2023/08/GHSA-6h77-2hc9-qm3w/GHSA-6h77-2hc9-qm3w.json index 062c58ee3e5..39ccfe18504 100644 --- a/advisories/unreviewed/2023/08/GHSA-6h77-2hc9-qm3w/GHSA-6h77-2hc9-qm3w.json +++ b/advisories/unreviewed/2023/08/GHSA-6h77-2hc9-qm3w/GHSA-6h77-2hc9-qm3w.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/08/GHSA-6p5j-fmww-gq26/GHSA-6p5j-fmww-gq26.json b/advisories/unreviewed/2023/08/GHSA-6p5j-fmww-gq26/GHSA-6p5j-fmww-gq26.json index 714821cf882..de1b388eb14 100644 --- a/advisories/unreviewed/2023/08/GHSA-6p5j-fmww-gq26/GHSA-6p5j-fmww-gq26.json +++ b/advisories/unreviewed/2023/08/GHSA-6p5j-fmww-gq26/GHSA-6p5j-fmww-gq26.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/2023/08/GHSA-8262-vqgw-h22m/GHSA-8262-vqgw-h22m.json b/advisories/unreviewed/2023/08/GHSA-8262-vqgw-h22m/GHSA-8262-vqgw-h22m.json index b4d97c62a5e..47851c24e3d 100644 --- a/advisories/unreviewed/2023/08/GHSA-8262-vqgw-h22m/GHSA-8262-vqgw-h22m.json +++ b/advisories/unreviewed/2023/08/GHSA-8262-vqgw-h22m/GHSA-8262-vqgw-h22m.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/08/GHSA-8v9r-5752-3c33/GHSA-8v9r-5752-3c33.json b/advisories/unreviewed/2023/08/GHSA-8v9r-5752-3c33/GHSA-8v9r-5752-3c33.json index a580727763c..8282f90cfef 100644 --- a/advisories/unreviewed/2023/08/GHSA-8v9r-5752-3c33/GHSA-8v9r-5752-3c33.json +++ b/advisories/unreviewed/2023/08/GHSA-8v9r-5752-3c33/GHSA-8v9r-5752-3c33.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/2023/08/GHSA-9jjw-9r7v-2x3g/GHSA-9jjw-9r7v-2x3g.json b/advisories/unreviewed/2023/08/GHSA-9jjw-9r7v-2x3g/GHSA-9jjw-9r7v-2x3g.json index 5dc6c9091c7..9fab442c5b9 100644 --- a/advisories/unreviewed/2023/08/GHSA-9jjw-9r7v-2x3g/GHSA-9jjw-9r7v-2x3g.json +++ b/advisories/unreviewed/2023/08/GHSA-9jjw-9r7v-2x3g/GHSA-9jjw-9r7v-2x3g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/08/GHSA-c8rw-rc58-gq7x/GHSA-c8rw-rc58-gq7x.json b/advisories/unreviewed/2023/08/GHSA-c8rw-rc58-gq7x/GHSA-c8rw-rc58-gq7x.json index b38fcc67c57..948323b8621 100644 --- a/advisories/unreviewed/2023/08/GHSA-c8rw-rc58-gq7x/GHSA-c8rw-rc58-gq7x.json +++ b/advisories/unreviewed/2023/08/GHSA-c8rw-rc58-gq7x/GHSA-c8rw-rc58-gq7x.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/2023/08/GHSA-f5w2-2h32-hmg6/GHSA-f5w2-2h32-hmg6.json b/advisories/unreviewed/2023/08/GHSA-f5w2-2h32-hmg6/GHSA-f5w2-2h32-hmg6.json index 0ed8475ebb3..0a5815f7914 100644 --- a/advisories/unreviewed/2023/08/GHSA-f5w2-2h32-hmg6/GHSA-f5w2-2h32-hmg6.json +++ b/advisories/unreviewed/2023/08/GHSA-f5w2-2h32-hmg6/GHSA-f5w2-2h32-hmg6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/08/GHSA-gj76-mcrj-v3j7/GHSA-gj76-mcrj-v3j7.json b/advisories/unreviewed/2023/08/GHSA-gj76-mcrj-v3j7/GHSA-gj76-mcrj-v3j7.json index 606d3bc7d71..06ed4030c99 100644 --- a/advisories/unreviewed/2023/08/GHSA-gj76-mcrj-v3j7/GHSA-gj76-mcrj-v3j7.json +++ b/advisories/unreviewed/2023/08/GHSA-gj76-mcrj-v3j7/GHSA-gj76-mcrj-v3j7.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/08/GHSA-mqm4-pwjf-gw24/GHSA-mqm4-pwjf-gw24.json b/advisories/unreviewed/2023/08/GHSA-mqm4-pwjf-gw24/GHSA-mqm4-pwjf-gw24.json index 91cc3d5f1a6..42a5041b376 100644 --- a/advisories/unreviewed/2023/08/GHSA-mqm4-pwjf-gw24/GHSA-mqm4-pwjf-gw24.json +++ b/advisories/unreviewed/2023/08/GHSA-mqm4-pwjf-gw24/GHSA-mqm4-pwjf-gw24.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/2023/08/GHSA-qcf3-4pv4-2qhx/GHSA-qcf3-4pv4-2qhx.json b/advisories/unreviewed/2023/08/GHSA-qcf3-4pv4-2qhx/GHSA-qcf3-4pv4-2qhx.json index 42184862003..50cfe08bc17 100644 --- a/advisories/unreviewed/2023/08/GHSA-qcf3-4pv4-2qhx/GHSA-qcf3-4pv4-2qhx.json +++ b/advisories/unreviewed/2023/08/GHSA-qcf3-4pv4-2qhx/GHSA-qcf3-4pv4-2qhx.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/08/GHSA-rvc3-4jrj-mxxp/GHSA-rvc3-4jrj-mxxp.json b/advisories/unreviewed/2023/08/GHSA-rvc3-4jrj-mxxp/GHSA-rvc3-4jrj-mxxp.json index 52edc9884e0..28eff1af501 100644 --- a/advisories/unreviewed/2023/08/GHSA-rvc3-4jrj-mxxp/GHSA-rvc3-4jrj-mxxp.json +++ b/advisories/unreviewed/2023/08/GHSA-rvc3-4jrj-mxxp/GHSA-rvc3-4jrj-mxxp.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/08/GHSA-v9mp-rrg9-4gxj/GHSA-v9mp-rrg9-4gxj.json b/advisories/unreviewed/2023/08/GHSA-v9mp-rrg9-4gxj/GHSA-v9mp-rrg9-4gxj.json index 32eb120b02a..22b95771eaa 100644 --- a/advisories/unreviewed/2023/08/GHSA-v9mp-rrg9-4gxj/GHSA-v9mp-rrg9-4gxj.json +++ b/advisories/unreviewed/2023/08/GHSA-v9mp-rrg9-4gxj/GHSA-v9mp-rrg9-4gxj.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/08/GHSA-w8mw-25qv-x5vf/GHSA-w8mw-25qv-x5vf.json b/advisories/unreviewed/2023/08/GHSA-w8mw-25qv-x5vf/GHSA-w8mw-25qv-x5vf.json index f77bc35370f..10f3fc1569e 100644 --- a/advisories/unreviewed/2023/08/GHSA-w8mw-25qv-x5vf/GHSA-w8mw-25qv-x5vf.json +++ b/advisories/unreviewed/2023/08/GHSA-w8mw-25qv-x5vf/GHSA-w8mw-25qv-x5vf.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/08/GHSA-xr6c-7pfv-6vgf/GHSA-xr6c-7pfv-6vgf.json b/advisories/unreviewed/2023/08/GHSA-xr6c-7pfv-6vgf/GHSA-xr6c-7pfv-6vgf.json index 4c9af8ab774..2e5fe59d04e 100644 --- a/advisories/unreviewed/2023/08/GHSA-xr6c-7pfv-6vgf/GHSA-xr6c-7pfv-6vgf.json +++ b/advisories/unreviewed/2023/08/GHSA-xr6c-7pfv-6vgf/GHSA-xr6c-7pfv-6vgf.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/09/GHSA-j9v2-6w2h-hwv9/GHSA-j9v2-6w2h-hwv9.json b/advisories/unreviewed/2023/09/GHSA-j9v2-6w2h-hwv9/GHSA-j9v2-6w2h-hwv9.json index 2c5183c79f1..fc55cc2590d 100644 --- a/advisories/unreviewed/2023/09/GHSA-j9v2-6w2h-hwv9/GHSA-j9v2-6w2h-hwv9.json +++ b/advisories/unreviewed/2023/09/GHSA-j9v2-6w2h-hwv9/GHSA-j9v2-6w2h-hwv9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/09/GHSA-rq28-r967-jr73/GHSA-rq28-r967-jr73.json b/advisories/unreviewed/2023/09/GHSA-rq28-r967-jr73/GHSA-rq28-r967-jr73.json index 50642d09439..dc65b60e62c 100644 --- a/advisories/unreviewed/2023/09/GHSA-rq28-r967-jr73/GHSA-rq28-r967-jr73.json +++ b/advisories/unreviewed/2023/09/GHSA-rq28-r967-jr73/GHSA-rq28-r967-jr73.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/10/GHSA-4pxq-qc65-2pqq/GHSA-4pxq-qc65-2pqq.json b/advisories/unreviewed/2023/10/GHSA-4pxq-qc65-2pqq/GHSA-4pxq-qc65-2pqq.json index 4eb17beb01b..bd2f55992b8 100644 --- a/advisories/unreviewed/2023/10/GHSA-4pxq-qc65-2pqq/GHSA-4pxq-qc65-2pqq.json +++ b/advisories/unreviewed/2023/10/GHSA-4pxq-qc65-2pqq/GHSA-4pxq-qc65-2pqq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-5f5r-qwxj-xhxq/GHSA-5f5r-qwxj-xhxq.json b/advisories/unreviewed/2023/10/GHSA-5f5r-qwxj-xhxq/GHSA-5f5r-qwxj-xhxq.json index df894335364..6420efb3d64 100644 --- a/advisories/unreviewed/2023/10/GHSA-5f5r-qwxj-xhxq/GHSA-5f5r-qwxj-xhxq.json +++ b/advisories/unreviewed/2023/10/GHSA-5f5r-qwxj-xhxq/GHSA-5f5r-qwxj-xhxq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-7xw9-w465-6x42/GHSA-7xw9-w465-6x42.json b/advisories/unreviewed/2023/10/GHSA-7xw9-w465-6x42/GHSA-7xw9-w465-6x42.json index c52ebdf5545..9f79004b6fb 100644 --- a/advisories/unreviewed/2023/10/GHSA-7xw9-w465-6x42/GHSA-7xw9-w465-6x42.json +++ b/advisories/unreviewed/2023/10/GHSA-7xw9-w465-6x42/GHSA-7xw9-w465-6x42.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-g99m-655w-j95w/GHSA-g99m-655w-j95w.json b/advisories/unreviewed/2023/10/GHSA-g99m-655w-j95w/GHSA-g99m-655w-j95w.json index f5aead8291a..1d48193d3b1 100644 --- a/advisories/unreviewed/2023/10/GHSA-g99m-655w-j95w/GHSA-g99m-655w-j95w.json +++ b/advisories/unreviewed/2023/10/GHSA-g99m-655w-j95w/GHSA-g99m-655w-j95w.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/10/GHSA-xw7g-pw64-xph3/GHSA-xw7g-pw64-xph3.json b/advisories/unreviewed/2023/10/GHSA-xw7g-pw64-xph3/GHSA-xw7g-pw64-xph3.json index f3823d59a1c..c78445eb075 100644 --- a/advisories/unreviewed/2023/10/GHSA-xw7g-pw64-xph3/GHSA-xw7g-pw64-xph3.json +++ b/advisories/unreviewed/2023/10/GHSA-xw7g-pw64-xph3/GHSA-xw7g-pw64-xph3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-8c8j-r8jg-5824/GHSA-8c8j-r8jg-5824.json b/advisories/unreviewed/2023/11/GHSA-8c8j-r8jg-5824/GHSA-8c8j-r8jg-5824.json index 11142e765a5..b188dee7838 100644 --- a/advisories/unreviewed/2023/11/GHSA-8c8j-r8jg-5824/GHSA-8c8j-r8jg-5824.json +++ b/advisories/unreviewed/2023/11/GHSA-8c8j-r8jg-5824/GHSA-8c8j-r8jg-5824.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-7c6v-f3h8-2x89/GHSA-7c6v-f3h8-2x89.json b/advisories/unreviewed/2023/12/GHSA-7c6v-f3h8-2x89/GHSA-7c6v-f3h8-2x89.json index 3b4c9490f0b..f54d25cbb49 100644 --- a/advisories/unreviewed/2023/12/GHSA-7c6v-f3h8-2x89/GHSA-7c6v-f3h8-2x89.json +++ b/advisories/unreviewed/2023/12/GHSA-7c6v-f3h8-2x89/GHSA-7c6v-f3h8-2x89.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/12/GHSA-j5jm-hg4x-w8rx/GHSA-j5jm-hg4x-w8rx.json b/advisories/unreviewed/2023/12/GHSA-j5jm-hg4x-w8rx/GHSA-j5jm-hg4x-w8rx.json index 7fbe5cacd32..940e15d5808 100644 --- a/advisories/unreviewed/2023/12/GHSA-j5jm-hg4x-w8rx/GHSA-j5jm-hg4x-w8rx.json +++ b/advisories/unreviewed/2023/12/GHSA-j5jm-hg4x-w8rx/GHSA-j5jm-hg4x-w8rx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-pmh9-hwq5-vvpj/GHSA-pmh9-hwq5-vvpj.json b/advisories/unreviewed/2023/12/GHSA-pmh9-hwq5-vvpj/GHSA-pmh9-hwq5-vvpj.json index a0f79283849..b5abcd94bfe 100644 --- a/advisories/unreviewed/2023/12/GHSA-pmh9-hwq5-vvpj/GHSA-pmh9-hwq5-vvpj.json +++ b/advisories/unreviewed/2023/12/GHSA-pmh9-hwq5-vvpj/GHSA-pmh9-hwq5-vvpj.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/12/GHSA-x3f3-j7qh-9wgj/GHSA-x3f3-j7qh-9wgj.json b/advisories/unreviewed/2023/12/GHSA-x3f3-j7qh-9wgj/GHSA-x3f3-j7qh-9wgj.json index 53375fab8d5..64e04663e60 100644 --- a/advisories/unreviewed/2023/12/GHSA-x3f3-j7qh-9wgj/GHSA-x3f3-j7qh-9wgj.json +++ b/advisories/unreviewed/2023/12/GHSA-x3f3-j7qh-9wgj/GHSA-x3f3-j7qh-9wgj.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/02/GHSA-54qf-h346-xgmg/GHSA-54qf-h346-xgmg.json b/advisories/unreviewed/2024/02/GHSA-54qf-h346-xgmg/GHSA-54qf-h346-xgmg.json index 402deee36be..1cdb3430a04 100644 --- a/advisories/unreviewed/2024/02/GHSA-54qf-h346-xgmg/GHSA-54qf-h346-xgmg.json +++ b/advisories/unreviewed/2024/02/GHSA-54qf-h346-xgmg/GHSA-54qf-h346-xgmg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/02/GHSA-5cw4-8rvf-84w3/GHSA-5cw4-8rvf-84w3.json b/advisories/unreviewed/2024/02/GHSA-5cw4-8rvf-84w3/GHSA-5cw4-8rvf-84w3.json index 89ed33bd207..ca24bb732bc 100644 --- a/advisories/unreviewed/2024/02/GHSA-5cw4-8rvf-84w3/GHSA-5cw4-8rvf-84w3.json +++ b/advisories/unreviewed/2024/02/GHSA-5cw4-8rvf-84w3/GHSA-5cw4-8rvf-84w3.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", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/02/GHSA-7j74-rq7m-gr5m/GHSA-7j74-rq7m-gr5m.json b/advisories/unreviewed/2024/02/GHSA-7j74-rq7m-gr5m/GHSA-7j74-rq7m-gr5m.json index 783c87b49d9..a985e602ea7 100644 --- a/advisories/unreviewed/2024/02/GHSA-7j74-rq7m-gr5m/GHSA-7j74-rq7m-gr5m.json +++ b/advisories/unreviewed/2024/02/GHSA-7j74-rq7m-gr5m/GHSA-7j74-rq7m-gr5m.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/02/GHSA-wp95-g3h2-jhqf/GHSA-wp95-g3h2-jhqf.json b/advisories/unreviewed/2024/02/GHSA-wp95-g3h2-jhqf/GHSA-wp95-g3h2-jhqf.json index d718fe60926..d7dca10bd05 100644 --- a/advisories/unreviewed/2024/02/GHSA-wp95-g3h2-jhqf/GHSA-wp95-g3h2-jhqf.json +++ b/advisories/unreviewed/2024/02/GHSA-wp95-g3h2-jhqf/GHSA-wp95-g3h2-jhqf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-236w-6xxf-5g8v/GHSA-236w-6xxf-5g8v.json b/advisories/unreviewed/2024/03/GHSA-236w-6xxf-5g8v/GHSA-236w-6xxf-5g8v.json index 5c9770801c7..83e3b2be210 100644 --- a/advisories/unreviewed/2024/03/GHSA-236w-6xxf-5g8v/GHSA-236w-6xxf-5g8v.json +++ b/advisories/unreviewed/2024/03/GHSA-236w-6xxf-5g8v/GHSA-236w-6xxf-5g8v.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/03/GHSA-25hr-jmpc-2w97/GHSA-25hr-jmpc-2w97.json b/advisories/unreviewed/2024/03/GHSA-25hr-jmpc-2w97/GHSA-25hr-jmpc-2w97.json index 39d3bb08e34..c0dd3c0178d 100644 --- a/advisories/unreviewed/2024/03/GHSA-25hr-jmpc-2w97/GHSA-25hr-jmpc-2w97.json +++ b/advisories/unreviewed/2024/03/GHSA-25hr-jmpc-2w97/GHSA-25hr-jmpc-2w97.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-32m5-wrmj-7cr6/GHSA-32m5-wrmj-7cr6.json b/advisories/unreviewed/2024/03/GHSA-32m5-wrmj-7cr6/GHSA-32m5-wrmj-7cr6.json index 2686f778c69..bf690e9774b 100644 --- a/advisories/unreviewed/2024/03/GHSA-32m5-wrmj-7cr6/GHSA-32m5-wrmj-7cr6.json +++ b/advisories/unreviewed/2024/03/GHSA-32m5-wrmj-7cr6/GHSA-32m5-wrmj-7cr6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/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-43px-q73q-v324/GHSA-43px-q73q-v324.json b/advisories/unreviewed/2024/03/GHSA-43px-q73q-v324/GHSA-43px-q73q-v324.json index 75a4caa94f8..5e69dcb1b4f 100644 --- a/advisories/unreviewed/2024/03/GHSA-43px-q73q-v324/GHSA-43px-q73q-v324.json +++ b/advisories/unreviewed/2024/03/GHSA-43px-q73q-v324/GHSA-43px-q73q-v324.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-47q3-98v3-643r/GHSA-47q3-98v3-643r.json b/advisories/unreviewed/2024/03/GHSA-47q3-98v3-643r/GHSA-47q3-98v3-643r.json index e686663f48d..10645f40e0e 100644 --- a/advisories/unreviewed/2024/03/GHSA-47q3-98v3-643r/GHSA-47q3-98v3-643r.json +++ b/advisories/unreviewed/2024/03/GHSA-47q3-98v3-643r/GHSA-47q3-98v3-643r.json @@ -7,12 +7,8 @@ "CVE-2021-47068" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/nfc: fix use-after-free llcp_sock_bind/connect\n\nCommits 8a4cd82d (\"nfc: fix refcount leak in llcp_sock_connect()\")\nand c33b1cc62 (\"nfc: fix refcount leak in llcp_sock_bind()\")\nfixed a refcount leak bug in bind/connect but introduced a\nuse-after-free if the same local is assigned to 2 different sockets.\n\nThis can be triggered by the following simple program:\n int sock1 = socket( AF_NFC, SOCK_STREAM, NFC_SOCKPROTO_LLCP );\n int sock2 = socket( AF_NFC, SOCK_STREAM, NFC_SOCKPROTO_LLCP );\n memset( &addr, 0, sizeof(struct sockaddr_nfc_llcp) );\n addr.sa_family = AF_NFC;\n addr.nfc_protocol = NFC_PROTO_NFC_DEP;\n bind( sock1, (struct sockaddr*) &addr, sizeof(struct sockaddr_nfc_llcp) )\n bind( sock2, (struct sockaddr*) &addr, sizeof(struct sockaddr_nfc_llcp) )\n close(sock1);\n close(sock2);\n\nFix this by assigning NULL to llcp_sock->local after calling\nnfc_llcp_local_put.\n\nThis addresses CVE-2021-23134.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -56,9 +52,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-65xh-f2p9-7f43/GHSA-65xh-f2p9-7f43.json b/advisories/unreviewed/2024/03/GHSA-65xh-f2p9-7f43/GHSA-65xh-f2p9-7f43.json index aad9d381bf1..eaa4b3c8c1c 100644 --- a/advisories/unreviewed/2024/03/GHSA-65xh-f2p9-7f43/GHSA-65xh-f2p9-7f43.json +++ b/advisories/unreviewed/2024/03/GHSA-65xh-f2p9-7f43/GHSA-65xh-f2p9-7f43.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:H/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-797f-63wg-8chv/GHSA-797f-63wg-8chv.json b/advisories/unreviewed/2024/03/GHSA-797f-63wg-8chv/GHSA-797f-63wg-8chv.json index b7d39518c5f..64777641583 100644 --- a/advisories/unreviewed/2024/03/GHSA-797f-63wg-8chv/GHSA-797f-63wg-8chv.json +++ b/advisories/unreviewed/2024/03/GHSA-797f-63wg-8chv/GHSA-797f-63wg-8chv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -71,9 +69,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-7fr4-pq6g-x238/GHSA-7fr4-pq6g-x238.json b/advisories/unreviewed/2024/03/GHSA-7fr4-pq6g-x238/GHSA-7fr4-pq6g-x238.json index 1f10affdcce..674400c234b 100644 --- a/advisories/unreviewed/2024/03/GHSA-7fr4-pq6g-x238/GHSA-7fr4-pq6g-x238.json +++ b/advisories/unreviewed/2024/03/GHSA-7fr4-pq6g-x238/GHSA-7fr4-pq6g-x238.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/2024/03/GHSA-7qhg-pm6h-rj98/GHSA-7qhg-pm6h-rj98.json b/advisories/unreviewed/2024/03/GHSA-7qhg-pm6h-rj98/GHSA-7qhg-pm6h-rj98.json index ef967b312f0..a90876c1e16 100644 --- a/advisories/unreviewed/2024/03/GHSA-7qhg-pm6h-rj98/GHSA-7qhg-pm6h-rj98.json +++ b/advisories/unreviewed/2024/03/GHSA-7qhg-pm6h-rj98/GHSA-7qhg-pm6h-rj98.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-8vch-3v7f-hvqj/GHSA-8vch-3v7f-hvqj.json b/advisories/unreviewed/2024/03/GHSA-8vch-3v7f-hvqj/GHSA-8vch-3v7f-hvqj.json index 17551209e9d..486cb2c3a63 100644 --- a/advisories/unreviewed/2024/03/GHSA-8vch-3v7f-hvqj/GHSA-8vch-3v7f-hvqj.json +++ b/advisories/unreviewed/2024/03/GHSA-8vch-3v7f-hvqj/GHSA-8vch-3v7f-hvqj.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/03/GHSA-95jw-9m3m-6jpc/GHSA-95jw-9m3m-6jpc.json b/advisories/unreviewed/2024/03/GHSA-95jw-9m3m-6jpc/GHSA-95jw-9m3m-6jpc.json index 9861d1f847b..61e9465e686 100644 --- a/advisories/unreviewed/2024/03/GHSA-95jw-9m3m-6jpc/GHSA-95jw-9m3m-6jpc.json +++ b/advisories/unreviewed/2024/03/GHSA-95jw-9m3m-6jpc/GHSA-95jw-9m3m-6jpc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-c4gm-jcq4-hcwp/GHSA-c4gm-jcq4-hcwp.json b/advisories/unreviewed/2024/03/GHSA-c4gm-jcq4-hcwp/GHSA-c4gm-jcq4-hcwp.json index 5ad58168035..c1f9aed106a 100644 --- a/advisories/unreviewed/2024/03/GHSA-c4gm-jcq4-hcwp/GHSA-c4gm-jcq4-hcwp.json +++ b/advisories/unreviewed/2024/03/GHSA-c4gm-jcq4-hcwp/GHSA-c4gm-jcq4-hcwp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-f2qw-c8r7-cf3j/GHSA-f2qw-c8r7-cf3j.json b/advisories/unreviewed/2024/03/GHSA-f2qw-c8r7-cf3j/GHSA-f2qw-c8r7-cf3j.json index 3490bece112..2674beeafe0 100644 --- a/advisories/unreviewed/2024/03/GHSA-f2qw-c8r7-cf3j/GHSA-f2qw-c8r7-cf3j.json +++ b/advisories/unreviewed/2024/03/GHSA-f2qw-c8r7-cf3j/GHSA-f2qw-c8r7-cf3j.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/03/GHSA-jpgh-f7hm-pwmf/GHSA-jpgh-f7hm-pwmf.json b/advisories/unreviewed/2024/03/GHSA-jpgh-f7hm-pwmf/GHSA-jpgh-f7hm-pwmf.json index d02a936eb49..dfc5ee7b365 100644 --- a/advisories/unreviewed/2024/03/GHSA-jpgh-f7hm-pwmf/GHSA-jpgh-f7hm-pwmf.json +++ b/advisories/unreviewed/2024/03/GHSA-jpgh-f7hm-pwmf/GHSA-jpgh-f7hm-pwmf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-mpvx-g3x3-756v/GHSA-mpvx-g3x3-756v.json b/advisories/unreviewed/2024/03/GHSA-mpvx-g3x3-756v/GHSA-mpvx-g3x3-756v.json index ed3dbe5e757..370475de754 100644 --- a/advisories/unreviewed/2024/03/GHSA-mpvx-g3x3-756v/GHSA-mpvx-g3x3-756v.json +++ b/advisories/unreviewed/2024/03/GHSA-mpvx-g3x3-756v/GHSA-mpvx-g3x3-756v.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/03/GHSA-q4mq-w4v3-mv77/GHSA-q4mq-w4v3-mv77.json b/advisories/unreviewed/2024/03/GHSA-q4mq-w4v3-mv77/GHSA-q4mq-w4v3-mv77.json index 80b78845028..99861880088 100644 --- a/advisories/unreviewed/2024/03/GHSA-q4mq-w4v3-mv77/GHSA-q4mq-w4v3-mv77.json +++ b/advisories/unreviewed/2024/03/GHSA-q4mq-w4v3-mv77/GHSA-q4mq-w4v3-mv77.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/03/GHSA-q7m5-4xhc-7xfr/GHSA-q7m5-4xhc-7xfr.json b/advisories/unreviewed/2024/03/GHSA-q7m5-4xhc-7xfr/GHSA-q7m5-4xhc-7xfr.json index 378c290b489..e743c0729b6 100644 --- a/advisories/unreviewed/2024/03/GHSA-q7m5-4xhc-7xfr/GHSA-q7m5-4xhc-7xfr.json +++ b/advisories/unreviewed/2024/03/GHSA-q7m5-4xhc-7xfr/GHSA-q7m5-4xhc-7xfr.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/03/GHSA-rq76-jq4v-wrmq/GHSA-rq76-jq4v-wrmq.json b/advisories/unreviewed/2024/03/GHSA-rq76-jq4v-wrmq/GHSA-rq76-jq4v-wrmq.json index 8fcf1cbc7bc..44a08375f1b 100644 --- a/advisories/unreviewed/2024/03/GHSA-rq76-jq4v-wrmq/GHSA-rq76-jq4v-wrmq.json +++ b/advisories/unreviewed/2024/03/GHSA-rq76-jq4v-wrmq/GHSA-rq76-jq4v-wrmq.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/03/GHSA-vrpp-jrqv-4gj2/GHSA-vrpp-jrqv-4gj2.json b/advisories/unreviewed/2024/03/GHSA-vrpp-jrqv-4gj2/GHSA-vrpp-jrqv-4gj2.json index 713561fb438..e7c26d9ffa6 100644 --- a/advisories/unreviewed/2024/03/GHSA-vrpp-jrqv-4gj2/GHSA-vrpp-jrqv-4gj2.json +++ b/advisories/unreviewed/2024/03/GHSA-vrpp-jrqv-4gj2/GHSA-vrpp-jrqv-4gj2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-x2m3-97jx-pg3m/GHSA-x2m3-97jx-pg3m.json b/advisories/unreviewed/2024/03/GHSA-x2m3-97jx-pg3m/GHSA-x2m3-97jx-pg3m.json index a20123743ba..fe7dc394f5d 100644 --- a/advisories/unreviewed/2024/03/GHSA-x2m3-97jx-pg3m/GHSA-x2m3-97jx-pg3m.json +++ b/advisories/unreviewed/2024/03/GHSA-x2m3-97jx-pg3m/GHSA-x2m3-97jx-pg3m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-x85q-fq3m-83jc/GHSA-x85q-fq3m-83jc.json b/advisories/unreviewed/2024/03/GHSA-x85q-fq3m-83jc/GHSA-x85q-fq3m-83jc.json index 0100f094bd0..1ecded2f3ad 100644 --- a/advisories/unreviewed/2024/03/GHSA-x85q-fq3m-83jc/GHSA-x85q-fq3m-83jc.json +++ b/advisories/unreviewed/2024/03/GHSA-x85q-fq3m-83jc/GHSA-x85q-fq3m-83jc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-82x4-8q4x-2qxv/GHSA-82x4-8q4x-2qxv.json b/advisories/unreviewed/2024/04/GHSA-82x4-8q4x-2qxv/GHSA-82x4-8q4x-2qxv.json index 7deda35c2db..525523f0e3f 100644 --- a/advisories/unreviewed/2024/04/GHSA-82x4-8q4x-2qxv/GHSA-82x4-8q4x-2qxv.json +++ b/advisories/unreviewed/2024/04/GHSA-82x4-8q4x-2qxv/GHSA-82x4-8q4x-2qxv.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/04/GHSA-cp7v-2p64-673r/GHSA-cp7v-2p64-673r.json b/advisories/unreviewed/2024/04/GHSA-cp7v-2p64-673r/GHSA-cp7v-2p64-673r.json index 40affb195f9..aa047431467 100644 --- a/advisories/unreviewed/2024/04/GHSA-cp7v-2p64-673r/GHSA-cp7v-2p64-673r.json +++ b/advisories/unreviewed/2024/04/GHSA-cp7v-2p64-673r/GHSA-cp7v-2p64-673r.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-mr94-wr92-4hf6/GHSA-mr94-wr92-4hf6.json b/advisories/unreviewed/2024/04/GHSA-mr94-wr92-4hf6/GHSA-mr94-wr92-4hf6.json index 999b3018725..8ddb2ad4cce 100644 --- a/advisories/unreviewed/2024/04/GHSA-mr94-wr92-4hf6/GHSA-mr94-wr92-4hf6.json +++ b/advisories/unreviewed/2024/04/GHSA-mr94-wr92-4hf6/GHSA-mr94-wr92-4hf6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-qfmr-mqxf-7859/GHSA-qfmr-mqxf-7859.json b/advisories/unreviewed/2024/04/GHSA-qfmr-mqxf-7859/GHSA-qfmr-mqxf-7859.json index ac7de4cce86..a748f689ec1 100644 --- a/advisories/unreviewed/2024/04/GHSA-qfmr-mqxf-7859/GHSA-qfmr-mqxf-7859.json +++ b/advisories/unreviewed/2024/04/GHSA-qfmr-mqxf-7859/GHSA-qfmr-mqxf-7859.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/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/04/GHSA-r75p-pc87-v9rp/GHSA-r75p-pc87-v9rp.json b/advisories/unreviewed/2024/04/GHSA-r75p-pc87-v9rp/GHSA-r75p-pc87-v9rp.json index c2b2613bf55..6d5a9abec70 100644 --- a/advisories/unreviewed/2024/04/GHSA-r75p-pc87-v9rp/GHSA-r75p-pc87-v9rp.json +++ b/advisories/unreviewed/2024/04/GHSA-r75p-pc87-v9rp/GHSA-r75p-pc87-v9rp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/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/05/GHSA-28j2-gr4p-p982/GHSA-28j2-gr4p-p982.json b/advisories/unreviewed/2024/05/GHSA-28j2-gr4p-p982/GHSA-28j2-gr4p-p982.json index 383a1bac4bf..25bae49bd42 100644 --- a/advisories/unreviewed/2024/05/GHSA-28j2-gr4p-p982/GHSA-28j2-gr4p-p982.json +++ b/advisories/unreviewed/2024/05/GHSA-28j2-gr4p-p982/GHSA-28j2-gr4p-p982.json @@ -7,12 +7,8 @@ "CVE-2021-47473" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()\n\nCommit 8c0eb596baa5 (\"[SCSI] qla2xxx: Fix a memory leak in an error path of\nqla2x00_process_els()\"), intended to change:\n\n bsg_job->request->msgcode == FC_BSG_HST_ELS_NOLOGIN\n\n\n bsg_job->request->msgcode != FC_BSG_RPT_ELS\n\nbut changed it to:\n\n bsg_job->request->msgcode == FC_BSG_RPT_ELS\n\ninstead.\n\nChange the == to a != to avoid leaking the fcport structure or freeing\nunallocated memory.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-2fpj-x8pr-gx6p/GHSA-2fpj-x8pr-gx6p.json b/advisories/unreviewed/2024/05/GHSA-2fpj-x8pr-gx6p/GHSA-2fpj-x8pr-gx6p.json index 3a3d8d67d23..99a11bcbc44 100644 --- a/advisories/unreviewed/2024/05/GHSA-2fpj-x8pr-gx6p/GHSA-2fpj-x8pr-gx6p.json +++ b/advisories/unreviewed/2024/05/GHSA-2fpj-x8pr-gx6p/GHSA-2fpj-x8pr-gx6p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-2r2x-3jh4-chhv/GHSA-2r2x-3jh4-chhv.json b/advisories/unreviewed/2024/05/GHSA-2r2x-3jh4-chhv/GHSA-2r2x-3jh4-chhv.json index c5988a53d7e..3ef26ec7ff3 100644 --- a/advisories/unreviewed/2024/05/GHSA-2r2x-3jh4-chhv/GHSA-2r2x-3jh4-chhv.json +++ b/advisories/unreviewed/2024/05/GHSA-2r2x-3jh4-chhv/GHSA-2r2x-3jh4-chhv.json @@ -7,12 +7,8 @@ "CVE-2021-47455" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nptp: Fix possible memory leak in ptp_clock_register()\n\nI got memory leak as follows when doing fault injection test:\n\nunreferenced object 0xffff88800906c618 (size 8):\n comm \"i2c-idt82p33931\", pid 4421, jiffies 4294948083 (age 13.188s)\n hex dump (first 8 bytes):\n 70 74 70 30 00 00 00 00 ptp0....\n backtrace:\n [<00000000312ed458>] __kmalloc_track_caller+0x19f/0x3a0\n [<0000000079f6e2ff>] kvasprintf+0xb5/0x150\n [<0000000026aae54f>] kvasprintf_const+0x60/0x190\n [<00000000f323a5f7>] kobject_set_name_vargs+0x56/0x150\n [<000000004e35abdd>] dev_set_name+0xc0/0x100\n [<00000000f20cfe25>] ptp_clock_register+0x9f4/0xd30 [ptp]\n [<000000008bb9f0de>] idt82p33_probe.cold+0x8b6/0x1561 [ptp_idt82p33]\n\nWhen posix_clock_register() returns an error, the name allocated\nin dev_set_name() will be leaked, the put_device() should be used\nto give up the device reference, then the name will be freed in\nkobject_cleanup() and other memory will be freed in ptp_clock_release().", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-2w5m-pqcc-26xx/GHSA-2w5m-pqcc-26xx.json b/advisories/unreviewed/2024/05/GHSA-2w5m-pqcc-26xx/GHSA-2w5m-pqcc-26xx.json index b7e25036c00..354c290a9ef 100644 --- a/advisories/unreviewed/2024/05/GHSA-2w5m-pqcc-26xx/GHSA-2w5m-pqcc-26xx.json +++ b/advisories/unreviewed/2024/05/GHSA-2w5m-pqcc-26xx/GHSA-2w5m-pqcc-26xx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-4fph-66x7-mxrv/GHSA-4fph-66x7-mxrv.json b/advisories/unreviewed/2024/05/GHSA-4fph-66x7-mxrv/GHSA-4fph-66x7-mxrv.json index a31b2a9b184..1fec1e41c52 100644 --- a/advisories/unreviewed/2024/05/GHSA-4fph-66x7-mxrv/GHSA-4fph-66x7-mxrv.json +++ b/advisories/unreviewed/2024/05/GHSA-4fph-66x7-mxrv/GHSA-4fph-66x7-mxrv.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-4v89-q9h7-p6vx/GHSA-4v89-q9h7-p6vx.json b/advisories/unreviewed/2024/05/GHSA-4v89-q9h7-p6vx/GHSA-4v89-q9h7-p6vx.json index e21a83ffbaa..721cfd9e9b6 100644 --- a/advisories/unreviewed/2024/05/GHSA-4v89-q9h7-p6vx/GHSA-4v89-q9h7-p6vx.json +++ b/advisories/unreviewed/2024/05/GHSA-4v89-q9h7-p6vx/GHSA-4v89-q9h7-p6vx.json @@ -7,12 +7,8 @@ "CVE-2021-47474" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ncomedi: vmk80xx: fix bulk-buffer overflow\n\nThe driver is using endpoint-sized buffers but must not assume that the\ntx and rx buffers are of equal size or a malicious device could overflow\nthe slab-allocated receive buffer when doing bulk transfers.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -56,9 +52,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-5573-w6h2-wwx8/GHSA-5573-w6h2-wwx8.json b/advisories/unreviewed/2024/05/GHSA-5573-w6h2-wwx8/GHSA-5573-w6h2-wwx8.json index b4db5e8be00..62f0471b967 100644 --- a/advisories/unreviewed/2024/05/GHSA-5573-w6h2-wwx8/GHSA-5573-w6h2-wwx8.json +++ b/advisories/unreviewed/2024/05/GHSA-5573-w6h2-wwx8/GHSA-5573-w6h2-wwx8.json @@ -7,12 +7,8 @@ "CVE-2021-47462" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind()\n\nsyzbot reported access to unitialized memory in mbind() [1]\n\nIssue came with commit bda420b98505 (\"numa balancing: migrate on fault\namong multiple bound nodes\")\n\nThis commit added a new bit in MPOL_MODE_FLAGS, but only checked valid\ncombination (MPOL_F_NUMA_BALANCING can only be used with MPOL_BIND) in\ndo_set_mempolicy()\n\nThis patch moves the check in sanitize_mpol_flags() so that it is also\nused by mbind()\n\n [1]\n BUG: KMSAN: uninit-value in __mpol_equal+0x567/0x590 mm/mempolicy.c:2260\n __mpol_equal+0x567/0x590 mm/mempolicy.c:2260\n mpol_equal include/linux/mempolicy.h:105 [inline]\n vma_merge+0x4a1/0x1e60 mm/mmap.c:1190\n mbind_range+0xcc8/0x1e80 mm/mempolicy.c:811\n do_mbind+0xf42/0x15f0 mm/mempolicy.c:1333\n kernel_mbind mm/mempolicy.c:1483 [inline]\n __do_sys_mbind mm/mempolicy.c:1490 [inline]\n __se_sys_mbind+0x437/0xb80 mm/mempolicy.c:1486\n __x64_sys_mbind+0x19d/0x200 mm/mempolicy.c:1486\n do_syscall_x64 arch/x86/entry/common.c:51 [inline]\n do_syscall_64+0x54/0xd0 arch/x86/entry/common.c:82\n entry_SYSCALL_64_after_hwframe+0x44/0xae\n\n Uninit was created at:\n slab_alloc_node mm/slub.c:3221 [inline]\n slab_alloc mm/slub.c:3230 [inline]\n kmem_cache_alloc+0x751/0xff0 mm/slub.c:3235\n mpol_new mm/mempolicy.c:293 [inline]\n do_mbind+0x912/0x15f0 mm/mempolicy.c:1289\n kernel_mbind mm/mempolicy.c:1483 [inline]\n __do_sys_mbind mm/mempolicy.c:1490 [inline]\n __se_sys_mbind+0x437/0xb80 mm/mempolicy.c:1486\n __x64_sys_mbind+0x19d/0x200 mm/mempolicy.c:1486\n do_syscall_x64 arch/x86/entry/common.c:51 [inline]\n do_syscall_64+0x54/0xd0 arch/x86/entry/common.c:82\n entry_SYSCALL_64_after_hwframe+0x44/0xae\n =====================================================\n Kernel panic - not syncing: panic_on_kmsan set ...\n CPU: 0 PID: 15049 Comm: syz-executor.0 Tainted: G B 5.15.0-rc2-syzkaller #0\n Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011\n Call Trace:\n __dump_stack lib/dump_stack.c:88 [inline]\n dump_stack_lvl+0x1ff/0x28e lib/dump_stack.c:106\n dump_stack+0x25/0x28 lib/dump_stack.c:113\n panic+0x44f/0xdeb kernel/panic.c:232\n kmsan_report+0x2ee/0x300 mm/kmsan/report.c:186\n __msan_warning+0xd7/0x150 mm/kmsan/instrumentation.c:208\n __mpol_equal+0x567/0x590 mm/mempolicy.c:2260\n mpol_equal include/linux/mempolicy.h:105 [inline]\n vma_merge+0x4a1/0x1e60 mm/mmap.c:1190\n mbind_range+0xcc8/0x1e80 mm/mempolicy.c:811\n do_mbind+0xf42/0x15f0 mm/mempolicy.c:1333\n kernel_mbind mm/mempolicy.c:1483 [inline]\n __do_sys_mbind mm/mempolicy.c:1490 [inline]\n __se_sys_mbind+0x437/0xb80 mm/mempolicy.c:1486\n __x64_sys_mbind+0x19d/0x200 mm/mempolicy.c:1486\n do_syscall_x64 arch/x86/entry/common.c:51 [inline]\n do_syscall_64+0x54/0xd0 arch/x86/entry/common.c:82\n entry_SYSCALL_64_after_hwframe+0x44/0xae", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-55g9-rgmx-hvww/GHSA-55g9-rgmx-hvww.json b/advisories/unreviewed/2024/05/GHSA-55g9-rgmx-hvww/GHSA-55g9-rgmx-hvww.json index 0c97e6b1b08..4ae185c5161 100644 --- a/advisories/unreviewed/2024/05/GHSA-55g9-rgmx-hvww/GHSA-55g9-rgmx-hvww.json +++ b/advisories/unreviewed/2024/05/GHSA-55g9-rgmx-hvww/GHSA-55g9-rgmx-hvww.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-5p44-j78m-mc5m/GHSA-5p44-j78m-mc5m.json b/advisories/unreviewed/2024/05/GHSA-5p44-j78m-mc5m/GHSA-5p44-j78m-mc5m.json index 8021599b75c..e0e658259ff 100644 --- a/advisories/unreviewed/2024/05/GHSA-5p44-j78m-mc5m/GHSA-5p44-j78m-mc5m.json +++ b/advisories/unreviewed/2024/05/GHSA-5p44-j78m-mc5m/GHSA-5p44-j78m-mc5m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-5px8-4qwx-4qj6/GHSA-5px8-4qwx-4qj6.json b/advisories/unreviewed/2024/05/GHSA-5px8-4qwx-4qj6/GHSA-5px8-4qwx-4qj6.json index 80a01397879..a18c3c23b52 100644 --- a/advisories/unreviewed/2024/05/GHSA-5px8-4qwx-4qj6/GHSA-5px8-4qwx-4qj6.json +++ b/advisories/unreviewed/2024/05/GHSA-5px8-4qwx-4qj6/GHSA-5px8-4qwx-4qj6.json @@ -7,12 +7,8 @@ "CVE-2021-47490" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/ttm: fix memleak in ttm_transfered_destroy\n\nWe need to cleanup the fences for ghost objects as well.\n\nBug: https://bugzilla.kernel.org/show_bug.cgi?id=214029\nBug: https://bugzilla.kernel.org/show_bug.cgi?id=214447", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-68wx-vmj5-rjxj/GHSA-68wx-vmj5-rjxj.json b/advisories/unreviewed/2024/05/GHSA-68wx-vmj5-rjxj/GHSA-68wx-vmj5-rjxj.json index 5cc62874909..a7a85c73cfe 100644 --- a/advisories/unreviewed/2024/05/GHSA-68wx-vmj5-rjxj/GHSA-68wx-vmj5-rjxj.json +++ b/advisories/unreviewed/2024/05/GHSA-68wx-vmj5-rjxj/GHSA-68wx-vmj5-rjxj.json @@ -7,12 +7,8 @@ "CVE-2024-35362" ], "details": "Ecshop 3.6 is vulnerable to Cross Site Scripting (XSS) via ecshop/article_cat.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-6w3g-x8mp-cp7x/GHSA-6w3g-x8mp-cp7x.json b/advisories/unreviewed/2024/05/GHSA-6w3g-x8mp-cp7x/GHSA-6w3g-x8mp-cp7x.json index a46ff14e5ce..6ae5846bf22 100644 --- a/advisories/unreviewed/2024/05/GHSA-6w3g-x8mp-cp7x/GHSA-6w3g-x8mp-cp7x.json +++ b/advisories/unreviewed/2024/05/GHSA-6w3g-x8mp-cp7x/GHSA-6w3g-x8mp-cp7x.json @@ -7,12 +7,8 @@ "CVE-2021-47475" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ncomedi: vmk80xx: fix transfer-buffer overflows\n\nThe driver uses endpoint-sized USB transfer buffers but up until\nrecently had no sanity checks on the sizes.\n\nCommit e1f13c879a7c (\"staging: comedi: check validity of wMaxPacketSize\nof usb endpoints found\") inadvertently fixed NULL-pointer dereferences\nwhen accessing the transfer buffers in case a malicious device has a\nzero wMaxPacketSize.\n\nMake sure to allocate buffers large enough to handle also the other\naccesses that are done without a size check (e.g. byte 18 in\nvmk80xx_cnt_insn_read() for the VMK8061_MODEL) to avoid writing beyond\nthe buffers, for example, when doing descriptor fuzzing.\n\nThe original driver was for a low-speed device with 8-byte buffers.\nSupport was later added for a device that uses bulk transfers and is\npresumably a full-speed device with a maximum 64-byte wMaxPacketSize.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -56,9 +52,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-7379-xh69-jh8v/GHSA-7379-xh69-jh8v.json b/advisories/unreviewed/2024/05/GHSA-7379-xh69-jh8v/GHSA-7379-xh69-jh8v.json index 5f30f76509c..6415d02e8e6 100644 --- a/advisories/unreviewed/2024/05/GHSA-7379-xh69-jh8v/GHSA-7379-xh69-jh8v.json +++ b/advisories/unreviewed/2024/05/GHSA-7379-xh69-jh8v/GHSA-7379-xh69-jh8v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-73gq-r5qh-jgmm/GHSA-73gq-r5qh-jgmm.json b/advisories/unreviewed/2024/05/GHSA-73gq-r5qh-jgmm/GHSA-73gq-r5qh-jgmm.json index 48fa0e05cfc..5279d6d5f23 100644 --- a/advisories/unreviewed/2024/05/GHSA-73gq-r5qh-jgmm/GHSA-73gq-r5qh-jgmm.json +++ b/advisories/unreviewed/2024/05/GHSA-73gq-r5qh-jgmm/GHSA-73gq-r5qh-jgmm.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/05/GHSA-73h7-mvv6-m363/GHSA-73h7-mvv6-m363.json b/advisories/unreviewed/2024/05/GHSA-73h7-mvv6-m363/GHSA-73h7-mvv6-m363.json index f3828f7dbba..333dd97525f 100644 --- a/advisories/unreviewed/2024/05/GHSA-73h7-mvv6-m363/GHSA-73h7-mvv6-m363.json +++ b/advisories/unreviewed/2024/05/GHSA-73h7-mvv6-m363/GHSA-73h7-mvv6-m363.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/05/GHSA-74c3-rgpv-v3qr/GHSA-74c3-rgpv-v3qr.json b/advisories/unreviewed/2024/05/GHSA-74c3-rgpv-v3qr/GHSA-74c3-rgpv-v3qr.json index 29d43ff051a..afa9de8bbf9 100644 --- a/advisories/unreviewed/2024/05/GHSA-74c3-rgpv-v3qr/GHSA-74c3-rgpv-v3qr.json +++ b/advisories/unreviewed/2024/05/GHSA-74c3-rgpv-v3qr/GHSA-74c3-rgpv-v3qr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-76m2-73wx-8hj7/GHSA-76m2-73wx-8hj7.json b/advisories/unreviewed/2024/05/GHSA-76m2-73wx-8hj7/GHSA-76m2-73wx-8hj7.json index 6fb9790e731..8d74943623b 100644 --- a/advisories/unreviewed/2024/05/GHSA-76m2-73wx-8hj7/GHSA-76m2-73wx-8hj7.json +++ b/advisories/unreviewed/2024/05/GHSA-76m2-73wx-8hj7/GHSA-76m2-73wx-8hj7.json @@ -7,12 +7,8 @@ "CVE-2021-47483" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nregmap: Fix possible double-free in regcache_rbtree_exit()\n\nIn regcache_rbtree_insert_to_block(), when 'present' realloc failed,\nthe 'blk' which is supposed to assign to 'rbnode->block' will be freed,\nso 'rbnode->block' points a freed memory, in the error handling path of\nregcache_rbtree_init(), 'rbnode->block' will be freed again in\nregcache_rbtree_exit(), KASAN will report double-free as follows:\n\nBUG: KASAN: double-free or invalid-free in kfree+0xce/0x390\nCall Trace:\n slab_free_freelist_hook+0x10d/0x240\n kfree+0xce/0x390\n regcache_rbtree_exit+0x15d/0x1a0\n regcache_rbtree_init+0x224/0x2c0\n regcache_init+0x88d/0x1310\n __regmap_init+0x3151/0x4a80\n __devm_regmap_init+0x7d/0x100\n madera_spi_probe+0x10f/0x333 [madera_spi]\n spi_probe+0x183/0x210\n really_probe+0x285/0xc30\n\nTo fix this, moving up the assignment of rbnode->block to immediately after\nthe reallocation has succeeded so that the data structure stays valid even\nif the second reallocation fails.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-784q-2fw8-cpw8/GHSA-784q-2fw8-cpw8.json b/advisories/unreviewed/2024/05/GHSA-784q-2fw8-cpw8/GHSA-784q-2fw8-cpw8.json index f4c35df8267..6156c74bd50 100644 --- a/advisories/unreviewed/2024/05/GHSA-784q-2fw8-cpw8/GHSA-784q-2fw8-cpw8.json +++ b/advisories/unreviewed/2024/05/GHSA-784q-2fw8-cpw8/GHSA-784q-2fw8-cpw8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-7ghc-chxp-5r47/GHSA-7ghc-chxp-5r47.json b/advisories/unreviewed/2024/05/GHSA-7ghc-chxp-5r47/GHSA-7ghc-chxp-5r47.json index bafab76641f..e3c480b76f5 100644 --- a/advisories/unreviewed/2024/05/GHSA-7ghc-chxp-5r47/GHSA-7ghc-chxp-5r47.json +++ b/advisories/unreviewed/2024/05/GHSA-7ghc-chxp-5r47/GHSA-7ghc-chxp-5r47.json @@ -7,12 +7,8 @@ "CVE-2021-47481" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/mlx5: Initialize the ODP xarray when creating an ODP MR\n\nNormally the zero fill would hide the missing initialization, but an\nerrant set to desc_size in reg_create() causes a crash:\n\n BUG: unable to handle page fault for address: 0000000800000000\n PGD 0 P4D 0\n Oops: 0000 [#1] SMP PTI\n CPU: 5 PID: 890 Comm: ib_write_bw Not tainted 5.15.0-rc4+ #47\n Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-0-gf21b5a4aeb02-prebuilt.qemu.org 04/01/2014\n RIP: 0010:mlx5_ib_dereg_mr+0x14/0x3b0 [mlx5_ib]\n Code: 48 63 cd 4c 89 f7 48 89 0c 24 e8 37 30 03 e1 48 8b 0c 24 eb a0 90 0f 1f 44 00 00 41 56 41 55 41 54 55 53 48 89 fb 48 83 ec 30 <48> 8b 2f 65 48 8b 04 25 28 00 00 00 48 89 44 24 28 31 c0 8b 87 c8\n RSP: 0018:ffff88811afa3a60 EFLAGS: 00010286\n RAX: 000000000000001c RBX: 0000000800000000 RCX: 0000000000000000\n RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000800000000\n RBP: 0000000800000000 R08: 0000000000000000 R09: c0000000fffff7ff\n R10: ffff88811afa38f8 R11: ffff88811afa38f0 R12: ffffffffa02c7ac0\n R13: 0000000000000000 R14: ffff88811afa3cd8 R15: ffff88810772fa00\n FS: 00007f47b9080740(0000) GS:ffff88852cd40000(0000) knlGS:0000000000000000\n CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n CR2: 0000000800000000 CR3: 000000010761e003 CR4: 0000000000370ea0\n DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\n DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\n Call Trace:\n mlx5_ib_free_odp_mr+0x95/0xc0 [mlx5_ib]\n mlx5_ib_dereg_mr+0x128/0x3b0 [mlx5_ib]\n ib_dereg_mr_user+0x45/0xb0 [ib_core]\n ? xas_load+0x8/0x80\n destroy_hw_idr_uobject+0x1a/0x50 [ib_uverbs]\n uverbs_destroy_uobject+0x2f/0x150 [ib_uverbs]\n uobj_destroy+0x3c/0x70 [ib_uverbs]\n ib_uverbs_cmd_verbs+0x467/0xb00 [ib_uverbs]\n ? uverbs_finalize_object+0x60/0x60 [ib_uverbs]\n ? ttwu_queue_wakelist+0xa9/0xe0\n ? pty_write+0x85/0x90\n ? file_tty_write.isra.33+0x214/0x330\n ? process_echoes+0x60/0x60\n ib_uverbs_ioctl+0xa7/0x110 [ib_uverbs]\n __x64_sys_ioctl+0x10d/0x8e0\n ? vfs_write+0x17f/0x260\n do_syscall_64+0x3c/0x80\n entry_SYSCALL_64_after_hwframe+0x44/0xae\n\nAdd the missing xarray initialization and remove the desc_size set.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-7q72-fqh2-j6jv/GHSA-7q72-fqh2-j6jv.json b/advisories/unreviewed/2024/05/GHSA-7q72-fqh2-j6jv/GHSA-7q72-fqh2-j6jv.json index 8a0d6d5d521..ebe21143c8f 100644 --- a/advisories/unreviewed/2024/05/GHSA-7q72-fqh2-j6jv/GHSA-7q72-fqh2-j6jv.json +++ b/advisories/unreviewed/2024/05/GHSA-7q72-fqh2-j6jv/GHSA-7q72-fqh2-j6jv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-7xq6-r35j-j33m/GHSA-7xq6-r35j-j33m.json b/advisories/unreviewed/2024/05/GHSA-7xq6-r35j-j33m/GHSA-7xq6-r35j-j33m.json index 5e5f01f0952..d0305871e31 100644 --- a/advisories/unreviewed/2024/05/GHSA-7xq6-r35j-j33m/GHSA-7xq6-r35j-j33m.json +++ b/advisories/unreviewed/2024/05/GHSA-7xq6-r35j-j33m/GHSA-7xq6-r35j-j33m.json @@ -7,12 +7,8 @@ "CVE-2021-47459" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ncan: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_priv\n\nIt will trigger UAF for rx_kref of j1939_priv as following.\n\n cpu0 cpu1\nj1939_sk_bind(socket0, ndev0, ...)\nj1939_netdev_start\n j1939_sk_bind(socket1, ndev0, ...)\n j1939_netdev_start\nj1939_priv_set\n j1939_priv_get_by_ndev_locked\nj1939_jsk_add\n.....\nj1939_netdev_stop\nkref_put_lock(&priv->rx_kref, ...)\n kref_get(&priv->rx_kref, ...)\n REFCOUNT_WARN(\"addition on 0;...\")\n\n====================================================\nrefcount_t: addition on 0; use-after-free.\nWARNING: CPU: 1 PID: 20874 at lib/refcount.c:25 refcount_warn_saturate+0x169/0x1e0\nRIP: 0010:refcount_warn_saturate+0x169/0x1e0\nCall Trace:\n j1939_netdev_start+0x68b/0x920\n j1939_sk_bind+0x426/0xeb0\n ? security_socket_bind+0x83/0xb0\n\nThe rx_kref's kref_get() and kref_put() should use j1939_netdev_lock to\nprotect.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-843h-74ff-22vf/GHSA-843h-74ff-22vf.json b/advisories/unreviewed/2024/05/GHSA-843h-74ff-22vf/GHSA-843h-74ff-22vf.json index 1b369d9f4f3..105336d7e1a 100644 --- a/advisories/unreviewed/2024/05/GHSA-843h-74ff-22vf/GHSA-843h-74ff-22vf.json +++ b/advisories/unreviewed/2024/05/GHSA-843h-74ff-22vf/GHSA-843h-74ff-22vf.json @@ -7,12 +7,8 @@ "CVE-2021-47489" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdgpu: Fix even more out of bound writes from debugfs\n\nCVE-2021-42327 was fixed by:\n\ncommit f23750b5b3d98653b31d4469592935ef6364ad67\nAuthor: Thelford Williams \nDate: Wed Oct 13 16:04:13 2021 -0400\n\n drm/amdgpu: fix out of bounds write\n\nbut amdgpu_dm_debugfs.c contains more of the same issue so fix the\nremaining ones.\n\nv2:\n\t* Add missing fix in dp_max_bpc_write (Harry Wentland)", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-8962-3h36-6xxf/GHSA-8962-3h36-6xxf.json b/advisories/unreviewed/2024/05/GHSA-8962-3h36-6xxf/GHSA-8962-3h36-6xxf.json index d11221294ca..8e831c5d4e9 100644 --- a/advisories/unreviewed/2024/05/GHSA-8962-3h36-6xxf/GHSA-8962-3h36-6xxf.json +++ b/advisories/unreviewed/2024/05/GHSA-8962-3h36-6xxf/GHSA-8962-3h36-6xxf.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", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-8g2p-p68f-4wqr/GHSA-8g2p-p68f-4wqr.json b/advisories/unreviewed/2024/05/GHSA-8g2p-p68f-4wqr/GHSA-8g2p-p68f-4wqr.json index 46a7bc75db6..f44fcb6dff8 100644 --- a/advisories/unreviewed/2024/05/GHSA-8g2p-p68f-4wqr/GHSA-8g2p-p68f-4wqr.json +++ b/advisories/unreviewed/2024/05/GHSA-8g2p-p68f-4wqr/GHSA-8g2p-p68f-4wqr.json @@ -7,12 +7,8 @@ "CVE-2021-47491" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm: khugepaged: skip huge page collapse for special files\n\nThe read-only THP for filesystems will collapse THP for files opened\nreadonly and mapped with VM_EXEC. The intended usecase is to avoid TLB\nmisses for large text segments. But it doesn't restrict the file types\nso a THP could be collapsed for a non-regular file, for example, block\ndevice, if it is opened readonly and mapped with EXEC permission. This\nmay cause bugs, like [1] and [2].\n\nThis is definitely not the intended usecase, so just collapse THP for\nregular files in order to close the attack surface.\n\n[shy828301@gmail.com: fix vm_file check [3]]", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-94jm-5577-cx4g/GHSA-94jm-5577-cx4g.json b/advisories/unreviewed/2024/05/GHSA-94jm-5577-cx4g/GHSA-94jm-5577-cx4g.json index fdf3099518b..0c717302bff 100644 --- a/advisories/unreviewed/2024/05/GHSA-94jm-5577-cx4g/GHSA-94jm-5577-cx4g.json +++ b/advisories/unreviewed/2024/05/GHSA-94jm-5577-cx4g/GHSA-94jm-5577-cx4g.json @@ -7,12 +7,8 @@ "CVE-2021-47447" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/msm/a3xx: fix error handling in a3xx_gpu_init()\n\nThese error paths returned 1 on failure, instead of a negative error\ncode. This would lead to an Oops in the caller. A second problem is\nthat the check for \"if (ret != -ENODATA)\" did not work because \"ret\" was\nset to 1.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-9j49-pw6q-fgq9/GHSA-9j49-pw6q-fgq9.json b/advisories/unreviewed/2024/05/GHSA-9j49-pw6q-fgq9/GHSA-9j49-pw6q-fgq9.json index 5c1adbaeb1a..c5d3365015e 100644 --- a/advisories/unreviewed/2024/05/GHSA-9j49-pw6q-fgq9/GHSA-9j49-pw6q-fgq9.json +++ b/advisories/unreviewed/2024/05/GHSA-9j49-pw6q-fgq9/GHSA-9j49-pw6q-fgq9.json @@ -7,12 +7,8 @@ "CVE-2024-27803" ], "details": "A permissions issue was addressed with improved validation. This issue is fixed in iOS 17.5 and iPadOS 17.5. An attacker with physical access may be able to share items from the lock screen.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-9wf5-fqq4-6gwg/GHSA-9wf5-fqq4-6gwg.json b/advisories/unreviewed/2024/05/GHSA-9wf5-fqq4-6gwg/GHSA-9wf5-fqq4-6gwg.json index 59d238c69b8..03123ac30fb 100644 --- a/advisories/unreviewed/2024/05/GHSA-9wf5-fqq4-6gwg/GHSA-9wf5-fqq4-6gwg.json +++ b/advisories/unreviewed/2024/05/GHSA-9wf5-fqq4-6gwg/GHSA-9wf5-fqq4-6gwg.json @@ -7,12 +7,8 @@ "CVE-2021-47446" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/msm/a4xx: fix error handling in a4xx_gpu_init()\n\nThis code returns 1 on error instead of a negative error. It leads to\nan Oops in the caller. A second problem is that the check for\n\"if (ret != -ENODATA)\" cannot be true because \"ret\" is set to 1.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-c425-5ghg-6j48/GHSA-c425-5ghg-6j48.json b/advisories/unreviewed/2024/05/GHSA-c425-5ghg-6j48/GHSA-c425-5ghg-6j48.json index ccea2ca458e..c3520963370 100644 --- a/advisories/unreviewed/2024/05/GHSA-c425-5ghg-6j48/GHSA-c425-5ghg-6j48.json +++ b/advisories/unreviewed/2024/05/GHSA-c425-5ghg-6j48/GHSA-c425-5ghg-6j48.json @@ -7,12 +7,8 @@ "CVE-2021-47496" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/tls: Fix flipped sign in tls_err_abort() calls\n\nsk->sk_err appears to expect a positive value, a convention that ktls\ndoesn't always follow and that leads to memory corruption in other code.\nFor instance,\n\n [kworker]\n tls_encrypt_done(..., err=)\n tls_err_abort(.., err)\n sk->sk_err = err;\n\n [task]\n splice_from_pipe_feed\n ...\n tls_sw_do_sendpage\n if (sk->sk_err) {\n ret = -sk->sk_err; // ret is positive\n\n splice_from_pipe_feed (continued)\n ret = actor(...) // ret is still positive and interpreted as bytes\n // written, resulting in underflow of buf->len and\n // sd->len, leading to huge buf->offset and bogus\n // addresses computed in later calls to actor()\n\nFix all tls_err_abort() callers to pass a negative error code\nconsistently and centralize the error-prone sign flip there, throwing in\na warning to catch future misuse and uninlining the function so it\nreally does only warn once.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-c6p9-mw2r-7mc4/GHSA-c6p9-mw2r-7mc4.json b/advisories/unreviewed/2024/05/GHSA-c6p9-mw2r-7mc4/GHSA-c6p9-mw2r-7mc4.json index f4bdd33286d..615cf6d685e 100644 --- a/advisories/unreviewed/2024/05/GHSA-c6p9-mw2r-7mc4/GHSA-c6p9-mw2r-7mc4.json +++ b/advisories/unreviewed/2024/05/GHSA-c6p9-mw2r-7mc4/GHSA-c6p9-mw2r-7mc4.json @@ -7,12 +7,8 @@ "CVE-2021-47494" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ncfg80211: fix management registrations locking\n\nThe management registrations locking was broken, the list was\nlocked for each wdev, but cfg80211_mgmt_registrations_update()\niterated it without holding all the correct spinlocks, causing\nlist corruption.\n\nRather than trying to fix it with fine-grained locking, just\nmove the lock to the wiphy/rdev (still need the list on each\nwdev), we already need to hold the wdev lock to change it, so\nthere's no contention on the lock in any case. This trivially\nfixes the bug since we hold one wdev's lock already, and now\nwill hold the lock that protects all lists.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-cjpq-j9jr-vg53/GHSA-cjpq-j9jr-vg53.json b/advisories/unreviewed/2024/05/GHSA-cjpq-j9jr-vg53/GHSA-cjpq-j9jr-vg53.json index 6193d4a7498..69e9d357057 100644 --- a/advisories/unreviewed/2024/05/GHSA-cjpq-j9jr-vg53/GHSA-cjpq-j9jr-vg53.json +++ b/advisories/unreviewed/2024/05/GHSA-cjpq-j9jr-vg53/GHSA-cjpq-j9jr-vg53.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/05/GHSA-cmcr-4938-mjgj/GHSA-cmcr-4938-mjgj.json b/advisories/unreviewed/2024/05/GHSA-cmcr-4938-mjgj/GHSA-cmcr-4938-mjgj.json index 4141690069c..93f5fb6d61c 100644 --- a/advisories/unreviewed/2024/05/GHSA-cmcr-4938-mjgj/GHSA-cmcr-4938-mjgj.json +++ b/advisories/unreviewed/2024/05/GHSA-cmcr-4938-mjgj/GHSA-cmcr-4938-mjgj.json @@ -7,12 +7,8 @@ "CVE-2021-47450" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: arm64: Fix host stage-2 PGD refcount\n\nThe KVM page-table library refcounts the pages of concatenated stage-2\nPGDs individually. However, when running KVM in protected mode, the\nhost's stage-2 PGD is currently managed by EL2 as a single high-order\ncompound page, which can cause the refcount of the tail pages to reach 0\nwhen they shouldn't, hence corrupting the page-table.\n\nFix this by introducing a new hyp_split_page() helper in the EL2 page\nallocator (matching the kernel's split_page() function), and make use of\nit from host_s2_zalloc_pages_exact().", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-f639-593q-rjgw/GHSA-f639-593q-rjgw.json b/advisories/unreviewed/2024/05/GHSA-f639-593q-rjgw/GHSA-f639-593q-rjgw.json index 0c8c8b57038..b101c7d4a1f 100644 --- a/advisories/unreviewed/2024/05/GHSA-f639-593q-rjgw/GHSA-f639-593q-rjgw.json +++ b/advisories/unreviewed/2024/05/GHSA-f639-593q-rjgw/GHSA-f639-593q-rjgw.json @@ -7,12 +7,8 @@ "CVE-2021-47460" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nocfs2: fix data corruption after conversion from inline format\n\nCommit 6dbf7bb55598 (\"fs: Don't invalidate page buffers in\nblock_write_full_page()\") uncovered a latent bug in ocfs2 conversion\nfrom inline inode format to a normal inode format.\n\nThe code in ocfs2_convert_inline_data_to_extents() attempts to zero out\nthe whole cluster allocated for file data by grabbing, zeroing, and\ndirtying all pages covering this cluster. However these pages are\nbeyond i_size, thus writeback code generally ignores these dirty pages\nand no blocks were ever actually zeroed on the disk.\n\nThis oversight was fixed by commit 693c241a5f6a (\"ocfs2: No need to zero\npages past i_size.\") for standard ocfs2 write path, inline conversion\npath was apparently forgotten; the commit log also has a reasoning why\nthe zeroing actually is not needed.\n\nAfter commit 6dbf7bb55598, things became worse as writeback code stopped\ninvalidating buffers on pages beyond i_size and thus these pages end up\nwith clean PageDirty bit but with buffers attached to these pages being\nstill dirty. So when a file is converted from inline format, then\nwriteback triggers, and then the file is grown so that these pages\nbecome valid, the invalid dirtiness state is preserved,\nmark_buffer_dirty() does nothing on these pages (buffers are already\ndirty) but page is never written back because it is clean. So data\nwritten to these pages is lost once pages are reclaimed.\n\nSimple reproducer for the problem is:\n\n xfs_io -f -c \"pwrite 0 2000\" -c \"pwrite 2000 2000\" -c \"fsync\" \\\n -c \"pwrite 4000 2000\" ocfs2_file\n\nAfter unmounting and mounting the fs again, you can observe that end of\n'ocfs2_file' has lost its contents.\n\nFix the problem by not doing the pointless zeroing during conversion\nfrom inline format similarly as in the standard write path.\n\n[akpm@linux-foundation.org: fix whitespace, per Joseph]", - "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-fh33-v9vq-826f/GHSA-fh33-v9vq-826f.json b/advisories/unreviewed/2024/05/GHSA-fh33-v9vq-826f/GHSA-fh33-v9vq-826f.json index ea2574aab02..2680032c9a3 100644 --- a/advisories/unreviewed/2024/05/GHSA-fh33-v9vq-826f/GHSA-fh33-v9vq-826f.json +++ b/advisories/unreviewed/2024/05/GHSA-fh33-v9vq-826f/GHSA-fh33-v9vq-826f.json @@ -7,12 +7,8 @@ "CVE-2021-47442" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nNFC: digital: fix possible memory leak in digital_in_send_sdd_req()\n\n'skb' is allocated in digital_in_send_sdd_req(), but not free when\ndigital_in_send_cmd() failed, which will cause memory leak. Fix it\nby freeing 'skb' if digital_in_send_cmd() return failed.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-fwfh-xm69-p46x/GHSA-fwfh-xm69-p46x.json b/advisories/unreviewed/2024/05/GHSA-fwfh-xm69-p46x/GHSA-fwfh-xm69-p46x.json index f3339ac583e..b5f41806e10 100644 --- a/advisories/unreviewed/2024/05/GHSA-fwfh-xm69-p46x/GHSA-fwfh-xm69-p46x.json +++ b/advisories/unreviewed/2024/05/GHSA-fwfh-xm69-p46x/GHSA-fwfh-xm69-p46x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/05/GHSA-g582-9mpv-vv22/GHSA-g582-9mpv-vv22.json b/advisories/unreviewed/2024/05/GHSA-g582-9mpv-vv22/GHSA-g582-9mpv-vv22.json index 6f39ac7c2ed..72ca564459f 100644 --- a/advisories/unreviewed/2024/05/GHSA-g582-9mpv-vv22/GHSA-g582-9mpv-vv22.json +++ b/advisories/unreviewed/2024/05/GHSA-g582-9mpv-vv22/GHSA-g582-9mpv-vv22.json @@ -7,12 +7,8 @@ "CVE-2023-52759" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ngfs2: ignore negated quota changes\n\nWhen lots of quota changes are made, there may be cases in which an\ninode's quota information is increased and then decreased, such as when\nblocks are added to a file, then deleted from it. If the timing is\nright, function do_qc can add pending quota changes to a transaction,\nthen later, another call to do_qc can negate those changes, resulting\nin a net gain of 0. The quota_change information is recorded in the qc\nbuffer (and qd element of the inode as well). The buffer is added to the\ntransaction by the first call to do_qc, but a subsequent call changes\nthe value from non-zero back to zero. At that point it's too late to\nremove the buffer_head from the transaction. Later, when the quota sync\ncode is called, the zero-change qd element is discovered and flagged as\nan assert warning. If the fs is mounted with errors=panic, the kernel\nwill panic.\n\nThis is usually seen when files are truncated and the quota changes are\nnegated by punch_hole/truncate which uses gfs2_quota_hold and\ngfs2_quota_unhold rather than block allocations that use gfs2_quota_lock\nand gfs2_quota_unlock which automatically do quota sync.\n\nThis patch solves the problem by adding a check to qd_check_sync such\nthat net-zero quota changes already added to the transaction are no\nlonger deemed necessary to be synced, and skipped.\n\nIn this case references are taken for the qd and the slot from do_qc\nso those need to be put. The normal sequence of events for a normal\nnon-zero quota change is as follows:\n\ngfs2_quota_change\n do_qc\n qd_hold\n slot_hold\n\nLater, when the changes are to be synced:\n\ngfs2_quota_sync\n qd_fish\n qd_check_sync\n gets qd ref via lockref_get_not_dead\n do_sync\n do_qc(QC_SYNC)\n qd_put\n\t lockref_put_or_lock\n qd_unlock\n qd_put\n lockref_put_or_lock\n\nIn the net-zero change case, we add a check to qd_check_sync so it puts\nthe qd and slot references acquired in gfs2_quota_change and skip the\nunneeded sync.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-gr8j-3pfp-wwr2/GHSA-gr8j-3pfp-wwr2.json b/advisories/unreviewed/2024/05/GHSA-gr8j-3pfp-wwr2/GHSA-gr8j-3pfp-wwr2.json index 060118003cb..46b6db97321 100644 --- a/advisories/unreviewed/2024/05/GHSA-gr8j-3pfp-wwr2/GHSA-gr8j-3pfp-wwr2.json +++ b/advisories/unreviewed/2024/05/GHSA-gr8j-3pfp-wwr2/GHSA-gr8j-3pfp-wwr2.json @@ -7,12 +7,8 @@ "CVE-2021-47493" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nocfs2: fix race between searching chunks and release journal_head from buffer_head\n\nEncountered a race between ocfs2_test_bg_bit_allocatable() and\njbd2_journal_put_journal_head() resulting in the below vmcore.\n\n PID: 106879 TASK: ffff880244ba9c00 CPU: 2 COMMAND: \"loop3\"\n Call trace:\n panic\n oops_end\n no_context\n __bad_area_nosemaphore\n bad_area_nosemaphore\n __do_page_fault\n do_page_fault\n page_fault\n [exception RIP: ocfs2_block_group_find_clear_bits+316]\n ocfs2_block_group_find_clear_bits [ocfs2]\n ocfs2_cluster_group_search [ocfs2]\n ocfs2_search_chain [ocfs2]\n ocfs2_claim_suballoc_bits [ocfs2]\n __ocfs2_claim_clusters [ocfs2]\n ocfs2_claim_clusters [ocfs2]\n ocfs2_local_alloc_slide_window [ocfs2]\n ocfs2_reserve_local_alloc_bits [ocfs2]\n ocfs2_reserve_clusters_with_limit [ocfs2]\n ocfs2_reserve_clusters [ocfs2]\n ocfs2_lock_refcount_allocators [ocfs2]\n ocfs2_make_clusters_writable [ocfs2]\n ocfs2_replace_cow [ocfs2]\n ocfs2_refcount_cow [ocfs2]\n ocfs2_file_write_iter [ocfs2]\n lo_rw_aio\n loop_queue_work\n kthread_worker_fn\n kthread\n ret_from_fork\n\nWhen ocfs2_test_bg_bit_allocatable() called bh2jh(bg_bh), the\nbg_bh->b_private NULL as jbd2_journal_put_journal_head() raced and\nreleased the jounal head from the buffer head. Needed to take bit lock\nfor the bit 'BH_JournalHead' to fix this race.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-h2wx-vrp7-wvmw/GHSA-h2wx-vrp7-wvmw.json b/advisories/unreviewed/2024/05/GHSA-h2wx-vrp7-wvmw/GHSA-h2wx-vrp7-wvmw.json index 34100d7776b..3cd9328f1dc 100644 --- a/advisories/unreviewed/2024/05/GHSA-h2wx-vrp7-wvmw/GHSA-h2wx-vrp7-wvmw.json +++ b/advisories/unreviewed/2024/05/GHSA-h2wx-vrp7-wvmw/GHSA-h2wx-vrp7-wvmw.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/2024/05/GHSA-h664-w632-w34v/GHSA-h664-w632-w34v.json b/advisories/unreviewed/2024/05/GHSA-h664-w632-w34v/GHSA-h664-w632-w34v.json index 5c01f2beb6f..5412a6121fb 100644 --- a/advisories/unreviewed/2024/05/GHSA-h664-w632-w34v/GHSA-h664-w632-w34v.json +++ b/advisories/unreviewed/2024/05/GHSA-h664-w632-w34v/GHSA-h664-w632-w34v.json @@ -7,12 +7,8 @@ "CVE-2021-47445" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/msm: Fix null pointer dereference on pointer edp\n\nThe initialization of pointer dev dereferences pointer edp before\nedp is null checked, so there is a potential null pointer deference\nissue. Fix this by only dereferencing edp after edp has been null\nchecked.\n\nAddresses-Coverity: (\"Dereference before null check\")", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-h74g-q68m-46qw/GHSA-h74g-q68m-46qw.json b/advisories/unreviewed/2024/05/GHSA-h74g-q68m-46qw/GHSA-h74g-q68m-46qw.json index 67910d0ce8a..a660010bb37 100644 --- a/advisories/unreviewed/2024/05/GHSA-h74g-q68m-46qw/GHSA-h74g-q68m-46qw.json +++ b/advisories/unreviewed/2024/05/GHSA-h74g-q68m-46qw/GHSA-h74g-q68m-46qw.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/2024/05/GHSA-h8rv-gwgw-8xww/GHSA-h8rv-gwgw-8xww.json b/advisories/unreviewed/2024/05/GHSA-h8rv-gwgw-8xww/GHSA-h8rv-gwgw-8xww.json index d6952585dea..b28d4a23c44 100644 --- a/advisories/unreviewed/2024/05/GHSA-h8rv-gwgw-8xww/GHSA-h8rv-gwgw-8xww.json +++ b/advisories/unreviewed/2024/05/GHSA-h8rv-gwgw-8xww/GHSA-h8rv-gwgw-8xww.json @@ -7,12 +7,8 @@ "CVE-2021-47457" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ncan: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()\n\nUsing wait_event_interruptible() to wait for complete transmission,\nbut do not check the result of wait_event_interruptible() which can be\ninterrupted. It will result in TX buffer has multiple accessors and\nthe later process interferes with the previous process.\n\nFollowing is one of the problems reported by syzbot.\n\n=============================================================\nWARNING: CPU: 0 PID: 0 at net/can/isotp.c:840 isotp_tx_timer_handler+0x2e0/0x4c0\nCPU: 0 PID: 0 Comm: swapper/0 Not tainted 5.13.0-rc7+ #68\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.13.0-1ubuntu1 04/01/2014\nRIP: 0010:isotp_tx_timer_handler+0x2e0/0x4c0\nCall Trace:\n \n ? isotp_setsockopt+0x390/0x390\n __hrtimer_run_queues+0xb8/0x610\n hrtimer_run_softirq+0x91/0xd0\n ? rcu_read_lock_sched_held+0x4d/0x80\n __do_softirq+0xe8/0x553\n irq_exit_rcu+0xf8/0x100\n sysvec_apic_timer_interrupt+0x9e/0xc0\n \n asm_sysvec_apic_timer_interrupt+0x12/0x20\n\nAdd result check for wait_event_interruptible() in isotp_sendmsg()\nto avoid multiple accessers for tx buffer.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-hg56-vqpv-9738/GHSA-hg56-vqpv-9738.json b/advisories/unreviewed/2024/05/GHSA-hg56-vqpv-9738/GHSA-hg56-vqpv-9738.json index 73ce60c5d01..97eddb61e11 100644 --- a/advisories/unreviewed/2024/05/GHSA-hg56-vqpv-9738/GHSA-hg56-vqpv-9738.json +++ b/advisories/unreviewed/2024/05/GHSA-hg56-vqpv-9738/GHSA-hg56-vqpv-9738.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/05/GHSA-hh73-mjw2-25fw/GHSA-hh73-mjw2-25fw.json b/advisories/unreviewed/2024/05/GHSA-hh73-mjw2-25fw/GHSA-hh73-mjw2-25fw.json index 13364f2938b..6ce5541bcf6 100644 --- a/advisories/unreviewed/2024/05/GHSA-hh73-mjw2-25fw/GHSA-hh73-mjw2-25fw.json +++ b/advisories/unreviewed/2024/05/GHSA-hh73-mjw2-25fw/GHSA-hh73-mjw2-25fw.json @@ -7,12 +7,8 @@ "CVE-2021-47468" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nisdn: mISDN: Fix sleeping function called from invalid context\n\nThe driver can call card->isac.release() function from an atomic\ncontext.\n\nFix this by calling this function after releasing the lock.\n\nThe following log reveals it:\n\n[ 44.168226 ] BUG: sleeping function called from invalid context at kernel/workqueue.c:3018\n[ 44.168941 ] in_atomic(): 1, irqs_disabled(): 1, non_block: 0, pid: 5475, name: modprobe\n[ 44.169574 ] INFO: lockdep is turned off.\n[ 44.169899 ] irq event stamp: 0\n[ 44.170160 ] hardirqs last enabled at (0): [<0000000000000000>] 0x0\n[ 44.170627 ] hardirqs last disabled at (0): [] copy_process+0x132d/0x3e00\n[ 44.171240 ] softirqs last enabled at (0): [] copy_process+0x135a/0x3e00\n[ 44.171852 ] softirqs last disabled at (0): [<0000000000000000>] 0x0\n[ 44.172318 ] Preemption disabled at:\n[ 44.172320 ] [] nj_release+0x69/0x500 [netjet]\n[ 44.174441 ] Call Trace:\n[ 44.174630 ] dump_stack_lvl+0xa8/0xd1\n[ 44.174912 ] dump_stack+0x15/0x17\n[ 44.175166 ] ___might_sleep+0x3a2/0x510\n[ 44.175459 ] ? nj_release+0x69/0x500 [netjet]\n[ 44.175791 ] __might_sleep+0x82/0xe0\n[ 44.176063 ] ? start_flush_work+0x20/0x7b0\n[ 44.176375 ] start_flush_work+0x33/0x7b0\n[ 44.176672 ] ? trace_irq_enable_rcuidle+0x85/0x170\n[ 44.177034 ] ? kasan_quarantine_put+0xaa/0x1f0\n[ 44.177372 ] ? kasan_quarantine_put+0xaa/0x1f0\n[ 44.177711 ] __flush_work+0x11a/0x1a0\n[ 44.177991 ] ? flush_work+0x20/0x20\n[ 44.178257 ] ? lock_release+0x13c/0x8f0\n[ 44.178550 ] ? __kasan_check_write+0x14/0x20\n[ 44.178872 ] ? do_raw_spin_lock+0x148/0x360\n[ 44.179187 ] ? read_lock_is_recursive+0x20/0x20\n[ 44.179530 ] ? __kasan_check_read+0x11/0x20\n[ 44.179846 ] ? do_raw_spin_unlock+0x55/0x900\n[ 44.180168 ] ? ____kasan_slab_free+0x116/0x140\n[ 44.180505 ] ? _raw_spin_unlock_irqrestore+0x41/0x60\n[ 44.180878 ] ? skb_queue_purge+0x1a3/0x1c0\n[ 44.181189 ] ? kfree+0x13e/0x290\n[ 44.181438 ] flush_work+0x17/0x20\n[ 44.181695 ] mISDN_freedchannel+0xe8/0x100\n[ 44.182006 ] isac_release+0x210/0x260 [mISDNipac]\n[ 44.182366 ] nj_release+0xf6/0x500 [netjet]\n[ 44.182685 ] nj_remove+0x48/0x70 [netjet]\n[ 44.182989 ] pci_device_remove+0xa9/0x250", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-hpj2-q4fg-98gf/GHSA-hpj2-q4fg-98gf.json b/advisories/unreviewed/2024/05/GHSA-hpj2-q4fg-98gf/GHSA-hpj2-q4fg-98gf.json index beb2b610dcd..023be509fa6 100644 --- a/advisories/unreviewed/2024/05/GHSA-hpj2-q4fg-98gf/GHSA-hpj2-q4fg-98gf.json +++ b/advisories/unreviewed/2024/05/GHSA-hpj2-q4fg-98gf/GHSA-hpj2-q4fg-98gf.json @@ -7,12 +7,8 @@ "CVE-2021-47453" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nice: Avoid crash from unnecessary IDA free\n\nIn the remove path, there is an attempt to free the aux_idx IDA whether\nit was allocated or not. This can potentially cause a crash when\nunloading the driver on systems that do not initialize support for RDMA.\nBut, this free cannot be gated by the status bit for RDMA, since it is\nallocated if the driver detects support for RDMA at probe time, but the\ndriver can enter into a state where RDMA is not supported after the IDA\nhas been allocated at probe time and this would lead to a memory leak.\n\nInitialize aux_idx to an invalid value and check for a valid value when\nunloading to determine if an IDA free is necessary.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-hxw5-pvw5-67pp/GHSA-hxw5-pvw5-67pp.json b/advisories/unreviewed/2024/05/GHSA-hxw5-pvw5-67pp/GHSA-hxw5-pvw5-67pp.json index c3edb136639..69018b7c2e6 100644 --- a/advisories/unreviewed/2024/05/GHSA-hxw5-pvw5-67pp/GHSA-hxw5-pvw5-67pp.json +++ b/advisories/unreviewed/2024/05/GHSA-hxw5-pvw5-67pp/GHSA-hxw5-pvw5-67pp.json @@ -7,12 +7,8 @@ "CVE-2021-47452" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: nf_tables: skip netdev events generated on netns removal\n\nsyzbot reported following (harmless) WARN:\n\n WARNING: CPU: 1 PID: 2648 at net/netfilter/core.c:468\n nft_netdev_unregister_hooks net/netfilter/nf_tables_api.c:230 [inline]\n nf_tables_unregister_hook include/net/netfilter/nf_tables.h:1090 [inline]\n __nft_release_basechain+0x138/0x640 net/netfilter/nf_tables_api.c:9524\n nft_netdev_event net/netfilter/nft_chain_filter.c:351 [inline]\n nf_tables_netdev_event+0x521/0x8a0 net/netfilter/nft_chain_filter.c:382\n\nreproducer:\nunshare -n bash -c 'ip link add br0 type bridge; nft add table netdev t ; \\\n nft add chain netdev t ingress \\{ type filter hook ingress device \"br0\" \\\n priority 0\\; policy drop\\; \\}'\n\nProblem is that when netns device exit hooks create the UNREGISTER\nevent, the .pre_exit hook for nf_tables core has already removed the\nbase hook. Notifier attempts to do this again.\n\nThe need to do base hook unregister unconditionally was needed in the past,\nbecause notifier was last stage where reg->dev dereference was safe.\n\nNow that nf_tables does the hook removal in .pre_exit, this isn't\nneeded anymore.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-j7fq-277w-8778/GHSA-j7fq-277w-8778.json b/advisories/unreviewed/2024/05/GHSA-j7fq-277w-8778/GHSA-j7fq-277w-8778.json index 817eeb3f8a4..c808b34c0fe 100644 --- a/advisories/unreviewed/2024/05/GHSA-j7fq-277w-8778/GHSA-j7fq-277w-8778.json +++ b/advisories/unreviewed/2024/05/GHSA-j7fq-277w-8778/GHSA-j7fq-277w-8778.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-m4gm-7759-99c8/GHSA-m4gm-7759-99c8.json b/advisories/unreviewed/2024/05/GHSA-m4gm-7759-99c8/GHSA-m4gm-7759-99c8.json index 780a9db9b58..3aed168e587 100644 --- a/advisories/unreviewed/2024/05/GHSA-m4gm-7759-99c8/GHSA-m4gm-7759-99c8.json +++ b/advisories/unreviewed/2024/05/GHSA-m4gm-7759-99c8/GHSA-m4gm-7759-99c8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-p6hq-6vgx-547f/GHSA-p6hq-6vgx-547f.json b/advisories/unreviewed/2024/05/GHSA-p6hq-6vgx-547f/GHSA-p6hq-6vgx-547f.json index f4f73594c1d..b7c1c4f8dc9 100644 --- a/advisories/unreviewed/2024/05/GHSA-p6hq-6vgx-547f/GHSA-p6hq-6vgx-547f.json +++ b/advisories/unreviewed/2024/05/GHSA-p6hq-6vgx-547f/GHSA-p6hq-6vgx-547f.json @@ -7,12 +7,8 @@ "CVE-2021-47458" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nocfs2: mount fails with buffer overflow in strlen\n\nStarting with kernel 5.11 built with CONFIG_FORTIFY_SOURCE mouting an\nocfs2 filesystem with either o2cb or pcmk cluster stack fails with the\ntrace below. Problem seems to be that strings for cluster stack and\ncluster name are not guaranteed to be null terminated in the disk\nrepresentation, while strlcpy assumes that the source string is always\nnull terminated. This causes a read outside of the source string\ntriggering the buffer overflow detection.\n\n detected buffer overflow in strlen\n ------------[ cut here ]------------\n kernel BUG at lib/string.c:1149!\n invalid opcode: 0000 [#1] SMP PTI\n CPU: 1 PID: 910 Comm: mount.ocfs2 Not tainted 5.14.0-1-amd64 #1\n Debian 5.14.6-2\n RIP: 0010:fortify_panic+0xf/0x11\n ...\n Call Trace:\n ocfs2_initialize_super.isra.0.cold+0xc/0x18 [ocfs2]\n ocfs2_fill_super+0x359/0x19b0 [ocfs2]\n mount_bdev+0x185/0x1b0\n legacy_get_tree+0x27/0x40\n vfs_get_tree+0x25/0xb0\n path_mount+0x454/0xa20\n __x64_sys_mount+0x103/0x140\n do_syscall_64+0x3b/0xc0\n entry_SYSCALL_64_after_hwframe+0x44/0xae", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-pg78-5grf-jf97/GHSA-pg78-5grf-jf97.json b/advisories/unreviewed/2024/05/GHSA-pg78-5grf-jf97/GHSA-pg78-5grf-jf97.json index 2355a042628..be54b03a8cc 100644 --- a/advisories/unreviewed/2024/05/GHSA-pg78-5grf-jf97/GHSA-pg78-5grf-jf97.json +++ b/advisories/unreviewed/2024/05/GHSA-pg78-5grf-jf97/GHSA-pg78-5grf-jf97.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-q3gr-2743-cwm5/GHSA-q3gr-2743-cwm5.json b/advisories/unreviewed/2024/05/GHSA-q3gr-2743-cwm5/GHSA-q3gr-2743-cwm5.json index 6f65ff7cf14..88f761e43f4 100644 --- a/advisories/unreviewed/2024/05/GHSA-q3gr-2743-cwm5/GHSA-q3gr-2743-cwm5.json +++ b/advisories/unreviewed/2024/05/GHSA-q3gr-2743-cwm5/GHSA-q3gr-2743-cwm5.json @@ -7,12 +7,8 @@ "CVE-2021-47461" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nuserfaultfd: fix a race between writeprotect and exit_mmap()\n\nA race is possible when a process exits, its VMAs are removed by\nexit_mmap() and at the same time userfaultfd_writeprotect() is called.\n\nThe race was detected by KASAN on a development kernel, but it appears\nto be possible on vanilla kernels as well.\n\nUse mmget_not_zero() to prevent the race as done in other userfaultfd\noperations.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-q636-jcmg-x9g2/GHSA-q636-jcmg-x9g2.json b/advisories/unreviewed/2024/05/GHSA-q636-jcmg-x9g2/GHSA-q636-jcmg-x9g2.json index 667869735a5..b660f0a0cf7 100644 --- a/advisories/unreviewed/2024/05/GHSA-q636-jcmg-x9g2/GHSA-q636-jcmg-x9g2.json +++ b/advisories/unreviewed/2024/05/GHSA-q636-jcmg-x9g2/GHSA-q636-jcmg-x9g2.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/05/GHSA-q6h5-3vm3-9h46/GHSA-q6h5-3vm3-9h46.json b/advisories/unreviewed/2024/05/GHSA-q6h5-3vm3-9h46/GHSA-q6h5-3vm3-9h46.json index c40bdf7abf7..c7824291eb7 100644 --- a/advisories/unreviewed/2024/05/GHSA-q6h5-3vm3-9h46/GHSA-q6h5-3vm3-9h46.json +++ b/advisories/unreviewed/2024/05/GHSA-q6h5-3vm3-9h46/GHSA-q6h5-3vm3-9h46.json @@ -7,12 +7,8 @@ "CVE-2021-47451" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: xt_IDLETIMER: fix panic that occurs when timer_type has garbage value\n\nCurrently, when the rule related to IDLETIMER is added, idletimer_tg timer\nstructure is initialized by kmalloc on executing idletimer_tg_create\nfunction. However, in this process timer->timer_type is not defined to\na specific value. Thus, timer->timer_type has garbage value and it occurs\nkernel panic. So, this commit fixes the panic by initializing\ntimer->timer_type using kzalloc instead of kmalloc.\n\nTest commands:\n # iptables -A OUTPUT -j IDLETIMER --timeout 1 --label test\n $ cat /sys/class/xt_idletimer/timers/test\n Killed\n\nSplat looks like:\n BUG: KASAN: user-memory-access in alarm_expires_remaining+0x49/0x70\n Read of size 8 at addr 0000002e8c7bc4c8 by task cat/917\n CPU: 12 PID: 917 Comm: cat Not tainted 5.14.0+ #3 79940a339f71eb14fc81aee1757a20d5bf13eb0e\n Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.13.0-1ubuntu1.1 04/01/2014\n Call Trace:\n dump_stack_lvl+0x6e/0x9c\n kasan_report.cold+0x112/0x117\n ? alarm_expires_remaining+0x49/0x70\n __asan_load8+0x86/0xb0\n alarm_expires_remaining+0x49/0x70\n idletimer_tg_show+0xe5/0x19b [xt_IDLETIMER 11219304af9316a21bee5ba9d58f76a6b9bccc6d]\n dev_attr_show+0x3c/0x60\n sysfs_kf_seq_show+0x11d/0x1f0\n ? device_remove_bin_file+0x20/0x20\n kernfs_seq_show+0xa4/0xb0\n seq_read_iter+0x29c/0x750\n kernfs_fop_read_iter+0x25a/0x2c0\n ? __fsnotify_parent+0x3d1/0x570\n ? iov_iter_init+0x70/0x90\n new_sync_read+0x2a7/0x3d0\n ? __x64_sys_llseek+0x230/0x230\n ? rw_verify_area+0x81/0x150\n vfs_read+0x17b/0x240\n ksys_read+0xd9/0x180\n ? vfs_write+0x460/0x460\n ? do_syscall_64+0x16/0xc0\n ? lockdep_hardirqs_on+0x79/0x120\n __x64_sys_read+0x43/0x50\n do_syscall_64+0x3b/0xc0\n entry_SYSCALL_64_after_hwframe+0x44/0xae\n RIP: 0033:0x7f0cdc819142\n Code: c0 e9 c2 fe ff ff 50 48 8d 3d 3a ca 0a 00 e8 f5 19 02 00 0f 1f 44 00 00 f3 0f 1e fa 64 8b 04 25 18 00 00 00 85 c0 75 10 0f 05 <48> 3d 00 f0 ff ff 77 56 c3 0f 1f 44 00 00 48 83 ec 28 48 89 54 24\n RSP: 002b:00007fff28eee5b8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000\n RAX: ffffffffffffffda RBX: 0000000000020000 RCX: 00007f0cdc819142\n RDX: 0000000000020000 RSI: 00007f0cdc032000 RDI: 0000000000000003\n RBP: 00007f0cdc032000 R08: 00007f0cdc031010 R09: 0000000000000000\n R10: 0000000000000022 R11: 0000000000000246 R12: 00005607e9ee31f0\n R13: 0000000000000003 R14: 0000000000020000 R15: 0000000000020000", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-qchj-32cr-96w5/GHSA-qchj-32cr-96w5.json b/advisories/unreviewed/2024/05/GHSA-qchj-32cr-96w5/GHSA-qchj-32cr-96w5.json index 9464062b0a5..ff837535273 100644 --- a/advisories/unreviewed/2024/05/GHSA-qchj-32cr-96w5/GHSA-qchj-32cr-96w5.json +++ b/advisories/unreviewed/2024/05/GHSA-qchj-32cr-96w5/GHSA-qchj-32cr-96w5.json @@ -7,12 +7,8 @@ "CVE-2024-4777" ], "details": "Memory safety bugs present in Firefox 125, Firefox ESR 115.10, and Thunderbird 115.10. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability affects Firefox < 126, Firefox ESR < 115.11, and Thunderbird < 115.11.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-qh22-5q6m-7h2p/GHSA-qh22-5q6m-7h2p.json b/advisories/unreviewed/2024/05/GHSA-qh22-5q6m-7h2p/GHSA-qh22-5q6m-7h2p.json index 8839c5e41aa..1f777aa2657 100644 --- a/advisories/unreviewed/2024/05/GHSA-qh22-5q6m-7h2p/GHSA-qh22-5q6m-7h2p.json +++ b/advisories/unreviewed/2024/05/GHSA-qh22-5q6m-7h2p/GHSA-qh22-5q6m-7h2p.json @@ -7,12 +7,8 @@ "CVE-2021-47448" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nmptcp: fix possible stall on recvmsg()\n\nrecvmsg() can enter an infinite loop if the caller provides the\nMSG_WAITALL, the data present in the receive queue is not sufficient to\nfulfill the request, and no more data is received by the peer.\n\nWhen the above happens, mptcp_wait_data() will always return with\nno wait, as the MPTCP_DATA_READY flag checked by such function is\nset and never cleared in such code path.\n\nLeveraging the above syzbot was able to trigger an RCU stall:\n\nrcu: INFO: rcu_preempt self-detected stall on CPU\nrcu: 0-...!: (10499 ticks this GP) idle=0af/1/0x4000000000000000 softirq=10678/10678 fqs=1\n (t=10500 jiffies g=13089 q=109)\nrcu: rcu_preempt kthread starved for 10497 jiffies! g13089 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x0 ->cpu=1\nrcu: Unless rcu_preempt kthread gets sufficient CPU time, OOM is now expected behavior.\nrcu: RCU grace-period kthread stack dump:\ntask:rcu_preempt state:R running task stack:28696 pid: 14 ppid: 2 flags:0x00004000\nCall Trace:\n context_switch kernel/sched/core.c:4955 [inline]\n __schedule+0x940/0x26f0 kernel/sched/core.c:6236\n schedule+0xd3/0x270 kernel/sched/core.c:6315\n schedule_timeout+0x14a/0x2a0 kernel/time/timer.c:1881\n rcu_gp_fqs_loop+0x186/0x810 kernel/rcu/tree.c:1955\n rcu_gp_kthread+0x1de/0x320 kernel/rcu/tree.c:2128\n kthread+0x405/0x4f0 kernel/kthread.c:327\n ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:295\nrcu: Stack dump where RCU GP kthread last ran:\nSending NMI from CPU 0 to CPUs 1:\nNMI backtrace for cpu 1\nCPU: 1 PID: 8510 Comm: syz-executor827 Not tainted 5.15.0-rc2-next-20210920-syzkaller #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011\nRIP: 0010:bytes_is_nonzero mm/kasan/generic.c:84 [inline]\nRIP: 0010:memory_is_nonzero mm/kasan/generic.c:102 [inline]\nRIP: 0010:memory_is_poisoned_n mm/kasan/generic.c:128 [inline]\nRIP: 0010:memory_is_poisoned mm/kasan/generic.c:159 [inline]\nRIP: 0010:check_region_inline mm/kasan/generic.c:180 [inline]\nRIP: 0010:kasan_check_range+0xc8/0x180 mm/kasan/generic.c:189\nCode: 38 00 74 ed 48 8d 50 08 eb 09 48 83 c0 01 48 39 d0 74 7a 80 38 00 74 f2 48 89 c2 b8 01 00 00 00 48 85 d2 75 56 5b 5d 41 5c c3 <48> 85 d2 74 5e 48 01 ea eb 09 48 83 c0 01 48 39 d0 74 50 80 38 00\nRSP: 0018:ffffc9000cd676c8 EFLAGS: 00000283\nRAX: ffffed100e9a110e RBX: ffffed100e9a110f RCX: ffffffff88ea062a\nRDX: 0000000000000001 RSI: 0000000000000008 RDI: ffff888074d08870\nRBP: ffffed100e9a110e R08: 0000000000000001 R09: ffff888074d08877\nR10: ffffed100e9a110e R11: 0000000000000000 R12: ffff888074d08000\nR13: ffff888074d08000 R14: ffff888074d08088 R15: ffff888074d08000\nFS: 0000555556d8e300(0000) GS:ffff8880b9d00000(0000) knlGS:0000000000000000\nS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 0000000020000180 CR3: 0000000068909000 CR4: 00000000001506e0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n instrument_atomic_read_write include/linux/instrumented.h:101 [inline]\n test_and_clear_bit include/asm-generic/bitops/instrumented-atomic.h:83 [inline]\n mptcp_release_cb+0x14a/0x210 net/mptcp/protocol.c:3016\n release_sock+0xb4/0x1b0 net/core/sock.c:3204\n mptcp_wait_data net/mptcp/protocol.c:1770 [inline]\n mptcp_recvmsg+0xfd1/0x27b0 net/mptcp/protocol.c:2080\n inet6_recvmsg+0x11b/0x5e0 net/ipv6/af_inet6.c:659\n sock_recvmsg_nosec net/socket.c:944 [inline]\n ____sys_recvmsg+0x527/0x600 net/socket.c:2626\n ___sys_recvmsg+0x127/0x200 net/socket.c:2670\n do_recvmmsg+0x24d/0x6d0 net/socket.c:2764\n __sys_recvmmsg net/socket.c:2843 [inline]\n __do_sys_recvmmsg net/socket.c:2866 [inline]\n __se_sys_recvmmsg net/socket.c:2859 [inline]\n __x64_sys_recvmmsg+0x20b/0x260 net/socket.c:2859\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x35/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x44/0xae\nRIP: 0033:0x7fc200d2\n---truncated---", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-qm36-7xcx-862v/GHSA-qm36-7xcx-862v.json b/advisories/unreviewed/2024/05/GHSA-qm36-7xcx-862v/GHSA-qm36-7xcx-862v.json index 8fb45337b8b..10121bb661e 100644 --- a/advisories/unreviewed/2024/05/GHSA-qm36-7xcx-862v/GHSA-qm36-7xcx-862v.json +++ b/advisories/unreviewed/2024/05/GHSA-qm36-7xcx-862v/GHSA-qm36-7xcx-862v.json @@ -7,12 +7,8 @@ "CVE-2021-47492" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm, thp: bail out early in collapse_file for writeback page\n\nCurrently collapse_file does not explicitly check PG_writeback, instead,\npage_has_private and try_to_release_page are used to filter writeback\npages. This does not work for xfs with blocksize equal to or larger\nthan pagesize, because in such case xfs has no page->private.\n\nThis makes collapse_file bail out early for writeback page. Otherwise,\nxfs end_page_writeback will panic as follows.\n\n page:fffffe00201bcc80 refcount:0 mapcount:0 mapping:ffff0003f88c86a8 index:0x0 pfn:0x84ef32\n aops:xfs_address_space_operations [xfs] ino:30000b7 dentry name:\"libtest.so\"\n flags: 0x57fffe0000008027(locked|referenced|uptodate|active|writeback)\n raw: 57fffe0000008027 ffff80001b48bc28 ffff80001b48bc28 ffff0003f88c86a8\n raw: 0000000000000000 0000000000000000 00000000ffffffff ffff0000c3e9a000\n page dumped because: VM_BUG_ON_PAGE(((unsigned int) page_ref_count(page) + 127u <= 127u))\n page->mem_cgroup:ffff0000c3e9a000\n ------------[ cut here ]------------\n kernel BUG at include/linux/mm.h:1212!\n Internal error: Oops - BUG: 0 [#1] SMP\n Modules linked in:\n BUG: Bad page state in process khugepaged pfn:84ef32\n xfs(E)\n page:fffffe00201bcc80 refcount:0 mapcount:0 mapping:0 index:0x0 pfn:0x84ef32\n libcrc32c(E) rfkill(E) aes_ce_blk(E) crypto_simd(E) ...\n CPU: 25 PID: 0 Comm: swapper/25 Kdump: loaded Tainted: ...\n pstate: 60400005 (nZCv daif +PAN -UAO -TCO BTYPE=--)\n Call trace:\n end_page_writeback+0x1c0/0x214\n iomap_finish_page_writeback+0x13c/0x204\n iomap_finish_ioend+0xe8/0x19c\n iomap_writepage_end_bio+0x38/0x50\n bio_endio+0x168/0x1ec\n blk_update_request+0x278/0x3f0\n blk_mq_end_request+0x34/0x15c\n virtblk_request_done+0x38/0x74 [virtio_blk]\n blk_done_softirq+0xc4/0x110\n __do_softirq+0x128/0x38c\n __irq_exit_rcu+0x118/0x150\n irq_exit+0x1c/0x30\n __handle_domain_irq+0x8c/0xf0\n gic_handle_irq+0x84/0x108\n el1_irq+0xcc/0x180\n arch_cpu_idle+0x18/0x40\n default_idle_call+0x4c/0x1a0\n cpuidle_idle_call+0x168/0x1e0\n do_idle+0xb4/0x104\n cpu_startup_entry+0x30/0x9c\n secondary_start_kernel+0x104/0x180\n Code: d4210000 b0006161 910c8021 94013f4d (d4210000)\n ---[ end trace 4a88c6a074082f8c ]---\n Kernel panic - not syncing: Oops - BUG: Fatal exception in interrupt", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-qv2f-765q-7wrf/GHSA-qv2f-765q-7wrf.json b/advisories/unreviewed/2024/05/GHSA-qv2f-765q-7wrf/GHSA-qv2f-765q-7wrf.json index 379dcff5667..186dd96c6d4 100644 --- a/advisories/unreviewed/2024/05/GHSA-qv2f-765q-7wrf/GHSA-qv2f-765q-7wrf.json +++ b/advisories/unreviewed/2024/05/GHSA-qv2f-765q-7wrf/GHSA-qv2f-765q-7wrf.json @@ -7,12 +7,8 @@ "CVE-2024-35963" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: hci_sock: Fix not validating setsockopt user input\n\nCheck user input length before copying data.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-r5hc-q3m9-jg75/GHSA-r5hc-q3m9-jg75.json b/advisories/unreviewed/2024/05/GHSA-r5hc-q3m9-jg75/GHSA-r5hc-q3m9-jg75.json index 6a7fbf133af..4a0b3fb1e6b 100644 --- a/advisories/unreviewed/2024/05/GHSA-r5hc-q3m9-jg75/GHSA-r5hc-q3m9-jg75.json +++ b/advisories/unreviewed/2024/05/GHSA-r5hc-q3m9-jg75/GHSA-r5hc-q3m9-jg75.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-r7gr-mhrj-m5wq/GHSA-r7gr-mhrj-m5wq.json b/advisories/unreviewed/2024/05/GHSA-r7gr-mhrj-m5wq/GHSA-r7gr-mhrj-m5wq.json index 12bfe235efa..4635ecd359f 100644 --- a/advisories/unreviewed/2024/05/GHSA-r7gr-mhrj-m5wq/GHSA-r7gr-mhrj-m5wq.json +++ b/advisories/unreviewed/2024/05/GHSA-r7gr-mhrj-m5wq/GHSA-r7gr-mhrj-m5wq.json @@ -7,12 +7,8 @@ "CVE-2021-47479" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nstaging: rtl8712: fix use-after-free in rtl8712_dl_fw\n\nSyzbot reported use-after-free in rtl8712_dl_fw(). The problem was in\nrace condition between r871xu_dev_remove() ->ndo_open() callback.\n\nIt's easy to see from crash log, that driver accesses released firmware\nin ->ndo_open() callback. It may happen, since driver was releasing\nfirmware _before_ unregistering netdev. Fix it by moving\nunregister_netdev() before cleaning up resources.\n\nCall Trace:\n...\n rtl871x_open_fw drivers/staging/rtl8712/hal_init.c:83 [inline]\n rtl8712_dl_fw+0xd95/0xe10 drivers/staging/rtl8712/hal_init.c:170\n rtl8712_hal_init drivers/staging/rtl8712/hal_init.c:330 [inline]\n rtl871x_hal_init+0xae/0x180 drivers/staging/rtl8712/hal_init.c:394\n netdev_open+0xe6/0x6c0 drivers/staging/rtl8712/os_intfs.c:380\n __dev_open+0x2bc/0x4d0 net/core/dev.c:1484\n\nFreed by task 1306:\n...\n release_firmware+0x1b/0x30 drivers/base/firmware_loader/main.c:1053\n r871xu_dev_remove+0xcc/0x2c0 drivers/staging/rtl8712/usb_intf.c:599\n usb_unbind_interface+0x1d8/0x8d0 drivers/usb/core/driver.c:458", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-rcc5-r3m3-9rvc/GHSA-rcc5-r3m3-9rvc.json b/advisories/unreviewed/2024/05/GHSA-rcc5-r3m3-9rvc/GHSA-rcc5-r3m3-9rvc.json index ee0d71876f6..528867e2081 100644 --- a/advisories/unreviewed/2024/05/GHSA-rcc5-r3m3-9rvc/GHSA-rcc5-r3m3-9rvc.json +++ b/advisories/unreviewed/2024/05/GHSA-rcc5-r3m3-9rvc/GHSA-rcc5-r3m3-9rvc.json @@ -7,12 +7,8 @@ "CVE-2021-47485" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nIB/qib: Protect from buffer overflow in struct qib_user_sdma_pkt fields\n\nOverflowing either addrlimit or bytes_togo can allow userspace to trigger\na buffer overflow of kernel memory. Check for overflows in all the places\ndoing math on user controlled buffers.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-rcm4-5vxv-3g8q/GHSA-rcm4-5vxv-3g8q.json b/advisories/unreviewed/2024/05/GHSA-rcm4-5vxv-3g8q/GHSA-rcm4-5vxv-3g8q.json index 6c3fb37cdda..9a559f941bd 100644 --- a/advisories/unreviewed/2024/05/GHSA-rcm4-5vxv-3g8q/GHSA-rcm4-5vxv-3g8q.json +++ b/advisories/unreviewed/2024/05/GHSA-rcm4-5vxv-3g8q/GHSA-rcm4-5vxv-3g8q.json @@ -7,12 +7,8 @@ "CVE-2021-47454" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\npowerpc/smp: do not decrement idle task preempt count in CPU offline\n\nWith PREEMPT_COUNT=y, when a CPU is offlined and then onlined again, we\nget:\n\nBUG: scheduling while atomic: swapper/1/0/0x00000000\nno locks held by swapper/1/0.\nCPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.15.0-rc2+ #100\nCall Trace:\n dump_stack_lvl+0xac/0x108\n __schedule_bug+0xac/0xe0\n __schedule+0xcf8/0x10d0\n schedule_idle+0x3c/0x70\n do_idle+0x2d8/0x4a0\n cpu_startup_entry+0x38/0x40\n start_secondary+0x2ec/0x3a0\n start_secondary_prolog+0x10/0x14\n\nThis is because powerpc's arch_cpu_idle_dead() decrements the idle task's\npreempt count, for reasons explained in commit a7c2bb8279d2 (\"powerpc:\nRe-enable preemption before cpu_die()\"), specifically \"start_secondary()\nexpects a preempt_count() of 0.\"\n\nHowever, since commit 2c669ef6979c (\"powerpc/preempt: Don't touch the idle\ntask's preempt_count during hotplug\") and commit f1a0a376ca0c (\"sched/core:\nInitialize the idle task with preemption disabled\"), that justification no\nlonger holds.\n\nThe idle task isn't supposed to re-enable preemption, so remove the\nvestigial preempt_enable() from the CPU offline path.\n\nTested with pseries and powernv in qemu, and pseries on PowerVM.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-vgjx-6ccw-c3f6/GHSA-vgjx-6ccw-c3f6.json b/advisories/unreviewed/2024/05/GHSA-vgjx-6ccw-c3f6/GHSA-vgjx-6ccw-c3f6.json index 648fc95053f..350cf843859 100644 --- a/advisories/unreviewed/2024/05/GHSA-vgjx-6ccw-c3f6/GHSA-vgjx-6ccw-c3f6.json +++ b/advisories/unreviewed/2024/05/GHSA-vgjx-6ccw-c3f6/GHSA-vgjx-6ccw-c3f6.json @@ -7,12 +7,8 @@ "CVE-2021-47497" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nnvmem: Fix shift-out-of-bound (UBSAN) with byte size cells\n\nIf a cell has 'nbits' equal to a multiple of BITS_PER_BYTE the logic\n\n *p &= GENMASK((cell->nbits%BITS_PER_BYTE) - 1, 0);\n\nwill become undefined behavior because nbits modulo BITS_PER_BYTE is 0, and we\nsubtract one from that making a large number that is then shifted more than the\nnumber of bits that fit into an unsigned long.\n\nUBSAN reports this problem:\n\n UBSAN: shift-out-of-bounds in drivers/nvmem/core.c:1386:8\n shift exponent 64 is too large for 64-bit type 'unsigned long'\n CPU: 6 PID: 7 Comm: kworker/u16:0 Not tainted 5.15.0-rc3+ #9\n Hardware name: Google Lazor (rev3+) with KB Backlight (DT)\n Workqueue: events_unbound deferred_probe_work_func\n Call trace:\n dump_backtrace+0x0/0x170\n show_stack+0x24/0x30\n dump_stack_lvl+0x64/0x7c\n dump_stack+0x18/0x38\n ubsan_epilogue+0x10/0x54\n __ubsan_handle_shift_out_of_bounds+0x180/0x194\n __nvmem_cell_read+0x1ec/0x21c\n nvmem_cell_read+0x58/0x94\n nvmem_cell_read_variable_common+0x4c/0xb0\n nvmem_cell_read_variable_le_u32+0x40/0x100\n a6xx_gpu_init+0x170/0x2f4\n adreno_bind+0x174/0x284\n component_bind_all+0xf0/0x264\n msm_drm_bind+0x1d8/0x7a0\n try_to_bring_up_master+0x164/0x1ac\n __component_add+0xbc/0x13c\n component_add+0x20/0x2c\n dp_display_probe+0x340/0x384\n platform_probe+0xc0/0x100\n really_probe+0x110/0x304\n __driver_probe_device+0xb8/0x120\n driver_probe_device+0x4c/0xfc\n __device_attach_driver+0xb0/0x128\n bus_for_each_drv+0x90/0xdc\n __device_attach+0xc8/0x174\n device_initial_probe+0x20/0x2c\n bus_probe_device+0x40/0xa4\n deferred_probe_work_func+0x7c/0xb8\n process_one_work+0x128/0x21c\n process_scheduled_works+0x40/0x54\n worker_thread+0x1ec/0x2a8\n kthread+0x138/0x158\n ret_from_fork+0x10/0x20\n\nFix it by making sure there are any bits to mask out.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-vr88-2hv2-5jvf/GHSA-vr88-2hv2-5jvf.json b/advisories/unreviewed/2024/05/GHSA-vr88-2hv2-5jvf/GHSA-vr88-2hv2-5jvf.json index db1d5d00f4d..ad63b7968d4 100644 --- a/advisories/unreviewed/2024/05/GHSA-vr88-2hv2-5jvf/GHSA-vr88-2hv2-5jvf.json +++ b/advisories/unreviewed/2024/05/GHSA-vr88-2hv2-5jvf/GHSA-vr88-2hv2-5jvf.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-vr9g-qp6c-282r/GHSA-vr9g-qp6c-282r.json b/advisories/unreviewed/2024/05/GHSA-vr9g-qp6c-282r/GHSA-vr9g-qp6c-282r.json index 4d2352868fc..96e3e394154 100644 --- a/advisories/unreviewed/2024/05/GHSA-vr9g-qp6c-282r/GHSA-vr9g-qp6c-282r.json +++ b/advisories/unreviewed/2024/05/GHSA-vr9g-qp6c-282r/GHSA-vr9g-qp6c-282r.json @@ -7,12 +7,8 @@ "CVE-2021-47470" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm, slub: fix potential use-after-free in slab_debugfs_fops\n\nWhen sysfs_slab_add failed, we shouldn't call debugfs_slab_add() for s\nbecause s will be freed soon. And slab_debugfs_fops will use s later\nleading to a use-after-free.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-w79p-phhc-5r23/GHSA-w79p-phhc-5r23.json b/advisories/unreviewed/2024/05/GHSA-w79p-phhc-5r23/GHSA-w79p-phhc-5r23.json index af47fd42f66..95d93285abf 100644 --- a/advisories/unreviewed/2024/05/GHSA-w79p-phhc-5r23/GHSA-w79p-phhc-5r23.json +++ b/advisories/unreviewed/2024/05/GHSA-w79p-phhc-5r23/GHSA-w79p-phhc-5r23.json @@ -7,12 +7,8 @@ "CVE-2024-35965" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: L2CAP: Fix not validating setsockopt user input\n\nCheck user input length before copying data.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-w98j-8cf9-vjpq/GHSA-w98j-8cf9-vjpq.json b/advisories/unreviewed/2024/05/GHSA-w98j-8cf9-vjpq/GHSA-w98j-8cf9-vjpq.json index 3c44a2b9be2..ce76d589b6c 100644 --- a/advisories/unreviewed/2024/05/GHSA-w98j-8cf9-vjpq/GHSA-w98j-8cf9-vjpq.json +++ b/advisories/unreviewed/2024/05/GHSA-w98j-8cf9-vjpq/GHSA-w98j-8cf9-vjpq.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", @@ -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/05/GHSA-wc2g-rvvj-x242/GHSA-wc2g-rvvj-x242.json b/advisories/unreviewed/2024/05/GHSA-wc2g-rvvj-x242/GHSA-wc2g-rvvj-x242.json index d9da8dd87de..fa36ce449fc 100644 --- a/advisories/unreviewed/2024/05/GHSA-wc2g-rvvj-x242/GHSA-wc2g-rvvj-x242.json +++ b/advisories/unreviewed/2024/05/GHSA-wc2g-rvvj-x242/GHSA-wc2g-rvvj-x242.json @@ -7,12 +7,8 @@ "CVE-2021-47480" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: core: Put LLD module refcnt after SCSI device is released\n\nSCSI host release is triggered when SCSI device is freed. We have to make\nsure that the low-level device driver module won't be unloaded before SCSI\nhost instance is released because shost->hostt is required in the release\nhandler.\n\nMake sure to put LLD module refcnt after SCSI device is released.\n\nFixes a kernel panic of 'BUG: unable to handle page fault for address'\nreported by Changhui and Yi.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-wh2p-rhh2-p26w/GHSA-wh2p-rhh2-p26w.json b/advisories/unreviewed/2024/05/GHSA-wh2p-rhh2-p26w/GHSA-wh2p-rhh2-p26w.json index 845b641685d..df5419c8c79 100644 --- a/advisories/unreviewed/2024/05/GHSA-wh2p-rhh2-p26w/GHSA-wh2p-rhh2-p26w.json +++ b/advisories/unreviewed/2024/05/GHSA-wh2p-rhh2-p26w/GHSA-wh2p-rhh2-p26w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-ww7g-fw5c-855v/GHSA-ww7g-fw5c-855v.json b/advisories/unreviewed/2024/05/GHSA-ww7g-fw5c-855v/GHSA-ww7g-fw5c-855v.json index 57a093c0734..4a4e85df2d8 100644 --- a/advisories/unreviewed/2024/05/GHSA-ww7g-fw5c-855v/GHSA-ww7g-fw5c-855v.json +++ b/advisories/unreviewed/2024/05/GHSA-ww7g-fw5c-855v/GHSA-ww7g-fw5c-855v.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", @@ -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/05/GHSA-wxq9-8346-gp9m/GHSA-wxq9-8346-gp9m.json b/advisories/unreviewed/2024/05/GHSA-wxq9-8346-gp9m/GHSA-wxq9-8346-gp9m.json index 01b28fa979a..c7334759983 100644 --- a/advisories/unreviewed/2024/05/GHSA-wxq9-8346-gp9m/GHSA-wxq9-8346-gp9m.json +++ b/advisories/unreviewed/2024/05/GHSA-wxq9-8346-gp9m/GHSA-wxq9-8346-gp9m.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/2024/05/GHSA-x2h9-8xx4-4xfr/GHSA-x2h9-8xx4-4xfr.json b/advisories/unreviewed/2024/05/GHSA-x2h9-8xx4-4xfr/GHSA-x2h9-8xx4-4xfr.json index 2ec35159fb2..6362153141b 100644 --- a/advisories/unreviewed/2024/05/GHSA-x2h9-8xx4-4xfr/GHSA-x2h9-8xx4-4xfr.json +++ b/advisories/unreviewed/2024/05/GHSA-x2h9-8xx4-4xfr/GHSA-x2h9-8xx4-4xfr.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/05/GHSA-x2q5-6p7x-mg68/GHSA-x2q5-6p7x-mg68.json b/advisories/unreviewed/2024/05/GHSA-x2q5-6p7x-mg68/GHSA-x2q5-6p7x-mg68.json index 4b899d74d29..bb94f8c6d3d 100644 --- a/advisories/unreviewed/2024/05/GHSA-x2q5-6p7x-mg68/GHSA-x2q5-6p7x-mg68.json +++ b/advisories/unreviewed/2024/05/GHSA-x2q5-6p7x-mg68/GHSA-x2q5-6p7x-mg68.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", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-x4fx-qg56-6gp4/GHSA-x4fx-qg56-6gp4.json b/advisories/unreviewed/2024/05/GHSA-x4fx-qg56-6gp4/GHSA-x4fx-qg56-6gp4.json index 39d68d1381e..18ec3c5b5b2 100644 --- a/advisories/unreviewed/2024/05/GHSA-x4fx-qg56-6gp4/GHSA-x4fx-qg56-6gp4.json +++ b/advisories/unreviewed/2024/05/GHSA-x4fx-qg56-6gp4/GHSA-x4fx-qg56-6gp4.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/05/GHSA-x6vg-gvf6-hmp9/GHSA-x6vg-gvf6-hmp9.json b/advisories/unreviewed/2024/05/GHSA-x6vg-gvf6-hmp9/GHSA-x6vg-gvf6-hmp9.json index 23f28400e29..e2632c1ca22 100644 --- a/advisories/unreviewed/2024/05/GHSA-x6vg-gvf6-hmp9/GHSA-x6vg-gvf6-hmp9.json +++ b/advisories/unreviewed/2024/05/GHSA-x6vg-gvf6-hmp9/GHSA-x6vg-gvf6-hmp9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-xjr2-g37g-hrjm/GHSA-xjr2-g37g-hrjm.json b/advisories/unreviewed/2024/05/GHSA-xjr2-g37g-hrjm/GHSA-xjr2-g37g-hrjm.json index 3326202c7b0..cd1fe6c174c 100644 --- a/advisories/unreviewed/2024/05/GHSA-xjr2-g37g-hrjm/GHSA-xjr2-g37g-hrjm.json +++ b/advisories/unreviewed/2024/05/GHSA-xjr2-g37g-hrjm/GHSA-xjr2-g37g-hrjm.json @@ -7,12 +7,8 @@ "CVE-2021-47463" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/secretmem: fix NULL page->mapping dereference in page_is_secretmem()\n\nCheck for a NULL page->mapping before dereferencing the mapping in\npage_is_secretmem(), as the page's mapping can be nullified while gup()\nis running, e.g. by reclaim or truncation.\n\n BUG: kernel NULL pointer dereference, address: 0000000000000068\n #PF: supervisor read access in kernel mode\n #PF: error_code(0x0000) - not-present page\n PGD 0 P4D 0\n Oops: 0000 [#1] PREEMPT SMP NOPTI\n CPU: 6 PID: 4173897 Comm: CPU 3/KVM Tainted: G W\n RIP: 0010:internal_get_user_pages_fast+0x621/0x9d0\n Code: <48> 81 7a 68 80 08 04 bc 0f 85 21 ff ff 8 89 c7 be\n RSP: 0018:ffffaa90087679b0 EFLAGS: 00010046\n RAX: ffffe3f37905b900 RBX: 00007f2dd561e000 RCX: ffffe3f37905b934\n RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffffe3f37905b900\n ...\n CR2: 0000000000000068 CR3: 00000004c5898003 CR4: 00000000001726e0\n Call Trace:\n get_user_pages_fast_only+0x13/0x20\n hva_to_pfn+0xa9/0x3e0\n try_async_pf+0xa1/0x270\n direct_page_fault+0x113/0xad0\n kvm_mmu_page_fault+0x69/0x680\n vmx_handle_exit+0xe1/0x5d0\n kvm_arch_vcpu_ioctl_run+0xd81/0x1c70\n kvm_vcpu_ioctl+0x267/0x670\n __x64_sys_ioctl+0x83/0xa0\n do_syscall_64+0x56/0x80\n entry_SYSCALL_64_after_hwframe+0x44/0xae", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/05/GHSA-xwj2-c9hw-p6p6/GHSA-xwj2-c9hw-p6p6.json b/advisories/unreviewed/2024/05/GHSA-xwj2-c9hw-p6p6/GHSA-xwj2-c9hw-p6p6.json index 2ce505391ab..dc36781125c 100644 --- a/advisories/unreviewed/2024/05/GHSA-xwj2-c9hw-p6p6/GHSA-xwj2-c9hw-p6p6.json +++ b/advisories/unreviewed/2024/05/GHSA-xwj2-c9hw-p6p6/GHSA-xwj2-c9hw-p6p6.json @@ -7,12 +7,8 @@ "CVE-2021-47466" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm, slub: fix potential memoryleak in kmem_cache_open()\n\nIn error path, the random_seq of slub cache might be leaked. Fix this\nby using __kmem_cache_release() to release all the relevant resources.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/06/GHSA-27fg-vf5m-qmjj/GHSA-27fg-vf5m-qmjj.json b/advisories/unreviewed/2024/06/GHSA-27fg-vf5m-qmjj/GHSA-27fg-vf5m-qmjj.json index e94b8677036..d8928cc1b33 100644 --- a/advisories/unreviewed/2024/06/GHSA-27fg-vf5m-qmjj/GHSA-27fg-vf5m-qmjj.json +++ b/advisories/unreviewed/2024/06/GHSA-27fg-vf5m-qmjj/GHSA-27fg-vf5m-qmjj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-3f8j-hxpw-f275/GHSA-3f8j-hxpw-f275.json b/advisories/unreviewed/2024/06/GHSA-3f8j-hxpw-f275/GHSA-3f8j-hxpw-f275.json index c47c78c4e71..8c4c2ba71cb 100644 --- a/advisories/unreviewed/2024/06/GHSA-3f8j-hxpw-f275/GHSA-3f8j-hxpw-f275.json +++ b/advisories/unreviewed/2024/06/GHSA-3f8j-hxpw-f275/GHSA-3f8j-hxpw-f275.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-3xp5-3hvv-rw8c/GHSA-3xp5-3hvv-rw8c.json b/advisories/unreviewed/2024/06/GHSA-3xp5-3hvv-rw8c/GHSA-3xp5-3hvv-rw8c.json index 7cd350cfe34..f3921303c06 100644 --- a/advisories/unreviewed/2024/06/GHSA-3xp5-3hvv-rw8c/GHSA-3xp5-3hvv-rw8c.json +++ b/advisories/unreviewed/2024/06/GHSA-3xp5-3hvv-rw8c/GHSA-3xp5-3hvv-rw8c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/06/GHSA-4947-94mr-v96v/GHSA-4947-94mr-v96v.json b/advisories/unreviewed/2024/06/GHSA-4947-94mr-v96v/GHSA-4947-94mr-v96v.json index 814925ea914..44d6874dc54 100644 --- a/advisories/unreviewed/2024/06/GHSA-4947-94mr-v96v/GHSA-4947-94mr-v96v.json +++ b/advisories/unreviewed/2024/06/GHSA-4947-94mr-v96v/GHSA-4947-94mr-v96v.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/06/GHSA-4qvc-c86c-g9qp/GHSA-4qvc-c86c-g9qp.json b/advisories/unreviewed/2024/06/GHSA-4qvc-c86c-g9qp/GHSA-4qvc-c86c-g9qp.json index 6df1579ea2a..a81f95e942b 100644 --- a/advisories/unreviewed/2024/06/GHSA-4qvc-c86c-g9qp/GHSA-4qvc-c86c-g9qp.json +++ b/advisories/unreviewed/2024/06/GHSA-4qvc-c86c-g9qp/GHSA-4qvc-c86c-g9qp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-5v6g-vfrc-9w8p/GHSA-5v6g-vfrc-9w8p.json b/advisories/unreviewed/2024/06/GHSA-5v6g-vfrc-9w8p/GHSA-5v6g-vfrc-9w8p.json index f81f4f15105..02ca0b9996e 100644 --- a/advisories/unreviewed/2024/06/GHSA-5v6g-vfrc-9w8p/GHSA-5v6g-vfrc-9w8p.json +++ b/advisories/unreviewed/2024/06/GHSA-5v6g-vfrc-9w8p/GHSA-5v6g-vfrc-9w8p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-5wv7-58x2-44rh/GHSA-5wv7-58x2-44rh.json b/advisories/unreviewed/2024/06/GHSA-5wv7-58x2-44rh/GHSA-5wv7-58x2-44rh.json index 845e31e28ff..08815b4bd56 100644 --- a/advisories/unreviewed/2024/06/GHSA-5wv7-58x2-44rh/GHSA-5wv7-58x2-44rh.json +++ b/advisories/unreviewed/2024/06/GHSA-5wv7-58x2-44rh/GHSA-5wv7-58x2-44rh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-67rj-2wcw-78m5/GHSA-67rj-2wcw-78m5.json b/advisories/unreviewed/2024/06/GHSA-67rj-2wcw-78m5/GHSA-67rj-2wcw-78m5.json index bb69e44e390..69a1b423360 100644 --- a/advisories/unreviewed/2024/06/GHSA-67rj-2wcw-78m5/GHSA-67rj-2wcw-78m5.json +++ b/advisories/unreviewed/2024/06/GHSA-67rj-2wcw-78m5/GHSA-67rj-2wcw-78m5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-7333-wpqm-63v7/GHSA-7333-wpqm-63v7.json b/advisories/unreviewed/2024/06/GHSA-7333-wpqm-63v7/GHSA-7333-wpqm-63v7.json index 81ca2f13473..1f16bf7e236 100644 --- a/advisories/unreviewed/2024/06/GHSA-7333-wpqm-63v7/GHSA-7333-wpqm-63v7.json +++ b/advisories/unreviewed/2024/06/GHSA-7333-wpqm-63v7/GHSA-7333-wpqm-63v7.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/2024/06/GHSA-78m4-c73f-766m/GHSA-78m4-c73f-766m.json b/advisories/unreviewed/2024/06/GHSA-78m4-c73f-766m/GHSA-78m4-c73f-766m.json index 2a1de41f6c0..8625e48636e 100644 --- a/advisories/unreviewed/2024/06/GHSA-78m4-c73f-766m/GHSA-78m4-c73f-766m.json +++ b/advisories/unreviewed/2024/06/GHSA-78m4-c73f-766m/GHSA-78m4-c73f-766m.json @@ -7,12 +7,8 @@ "CVE-2024-5422" ], "details": "An uncontrolled resource consumption of file descriptors in SEH Computertechnik utnserver Pro, SEH Computertechnik utnserver ProMAX, SEH Computertechnik INU-100 allows DoS via HTTP.This issue affects utnserver Pro, utnserver ProMAX, INU-100 version 20.1.22 and below.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-79g9-xpwj-49fc/GHSA-79g9-xpwj-49fc.json b/advisories/unreviewed/2024/06/GHSA-79g9-xpwj-49fc/GHSA-79g9-xpwj-49fc.json index d7f24252d70..8ea7be6ec76 100644 --- a/advisories/unreviewed/2024/06/GHSA-79g9-xpwj-49fc/GHSA-79g9-xpwj-49fc.json +++ b/advisories/unreviewed/2024/06/GHSA-79g9-xpwj-49fc/GHSA-79g9-xpwj-49fc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-7m6w-6686-g729/GHSA-7m6w-6686-g729.json b/advisories/unreviewed/2024/06/GHSA-7m6w-6686-g729/GHSA-7m6w-6686-g729.json index 46861edc687..c11eb5dea03 100644 --- a/advisories/unreviewed/2024/06/GHSA-7m6w-6686-g729/GHSA-7m6w-6686-g729.json +++ b/advisories/unreviewed/2024/06/GHSA-7m6w-6686-g729/GHSA-7m6w-6686-g729.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/06/GHSA-82xx-x8qj-3qpv/GHSA-82xx-x8qj-3qpv.json b/advisories/unreviewed/2024/06/GHSA-82xx-x8qj-3qpv/GHSA-82xx-x8qj-3qpv.json index cffe339c4a2..367741be2cf 100644 --- a/advisories/unreviewed/2024/06/GHSA-82xx-x8qj-3qpv/GHSA-82xx-x8qj-3qpv.json +++ b/advisories/unreviewed/2024/06/GHSA-82xx-x8qj-3qpv/GHSA-82xx-x8qj-3qpv.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/06/GHSA-8jm9-f4h8-qchf/GHSA-8jm9-f4h8-qchf.json b/advisories/unreviewed/2024/06/GHSA-8jm9-f4h8-qchf/GHSA-8jm9-f4h8-qchf.json index a81ce98b1ea..eb7be19efa4 100644 --- a/advisories/unreviewed/2024/06/GHSA-8jm9-f4h8-qchf/GHSA-8jm9-f4h8-qchf.json +++ b/advisories/unreviewed/2024/06/GHSA-8jm9-f4h8-qchf/GHSA-8jm9-f4h8-qchf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-8pqj-vj9j-2jf2/GHSA-8pqj-vj9j-2jf2.json b/advisories/unreviewed/2024/06/GHSA-8pqj-vj9j-2jf2/GHSA-8pqj-vj9j-2jf2.json index 0a42cb0df3f..cdebd476ee9 100644 --- a/advisories/unreviewed/2024/06/GHSA-8pqj-vj9j-2jf2/GHSA-8pqj-vj9j-2jf2.json +++ b/advisories/unreviewed/2024/06/GHSA-8pqj-vj9j-2jf2/GHSA-8pqj-vj9j-2jf2.json @@ -7,12 +7,8 @@ "CVE-2024-5421" ], "details": "Missing input validation and OS command integration of the input in the utnserver Pro, utnserver ProMAX, INU-100 web-interface allows authenticated command injection.This issue affects utnserver Pro, utnserver ProMAX, INU-100 version 20.1.22 and below.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-8vmh-j4m8-xhc4/GHSA-8vmh-j4m8-xhc4.json b/advisories/unreviewed/2024/06/GHSA-8vmh-j4m8-xhc4/GHSA-8vmh-j4m8-xhc4.json index 1ef8375ad95..8bab318d6ff 100644 --- a/advisories/unreviewed/2024/06/GHSA-8vmh-j4m8-xhc4/GHSA-8vmh-j4m8-xhc4.json +++ b/advisories/unreviewed/2024/06/GHSA-8vmh-j4m8-xhc4/GHSA-8vmh-j4m8-xhc4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-f4xj-jr64-mrrf/GHSA-f4xj-jr64-mrrf.json b/advisories/unreviewed/2024/06/GHSA-f4xj-jr64-mrrf/GHSA-f4xj-jr64-mrrf.json index cdd94b61ae3..b9961bab15e 100644 --- a/advisories/unreviewed/2024/06/GHSA-f4xj-jr64-mrrf/GHSA-f4xj-jr64-mrrf.json +++ b/advisories/unreviewed/2024/06/GHSA-f4xj-jr64-mrrf/GHSA-f4xj-jr64-mrrf.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/06/GHSA-fwx9-39m5-rw4v/GHSA-fwx9-39m5-rw4v.json b/advisories/unreviewed/2024/06/GHSA-fwx9-39m5-rw4v/GHSA-fwx9-39m5-rw4v.json index 5f9651ecee7..7dc19326cc3 100644 --- a/advisories/unreviewed/2024/06/GHSA-fwx9-39m5-rw4v/GHSA-fwx9-39m5-rw4v.json +++ b/advisories/unreviewed/2024/06/GHSA-fwx9-39m5-rw4v/GHSA-fwx9-39m5-rw4v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-h77f-gqrr-5v5j/GHSA-h77f-gqrr-5v5j.json b/advisories/unreviewed/2024/06/GHSA-h77f-gqrr-5v5j/GHSA-h77f-gqrr-5v5j.json index 9b3c4eed98f..034af84bcb9 100644 --- a/advisories/unreviewed/2024/06/GHSA-h77f-gqrr-5v5j/GHSA-h77f-gqrr-5v5j.json +++ b/advisories/unreviewed/2024/06/GHSA-h77f-gqrr-5v5j/GHSA-h77f-gqrr-5v5j.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/06/GHSA-hgc2-p5rv-xww2/GHSA-hgc2-p5rv-xww2.json b/advisories/unreviewed/2024/06/GHSA-hgc2-p5rv-xww2/GHSA-hgc2-p5rv-xww2.json index f79b4a7e5a8..349077c7763 100644 --- a/advisories/unreviewed/2024/06/GHSA-hgc2-p5rv-xww2/GHSA-hgc2-p5rv-xww2.json +++ b/advisories/unreviewed/2024/06/GHSA-hgc2-p5rv-xww2/GHSA-hgc2-p5rv-xww2.json @@ -7,12 +7,8 @@ "CVE-2024-35304" ], "details": "System command injection through Netflow function due to improper input validation, allowing attackers to execute arbitrary system commands. This issue affects Pandora FMS: from 700 through <777.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-jhmr-hfhr-vhq6/GHSA-jhmr-hfhr-vhq6.json b/advisories/unreviewed/2024/06/GHSA-jhmr-hfhr-vhq6/GHSA-jhmr-hfhr-vhq6.json index 1560aa9ceec..e32a7abab41 100644 --- a/advisories/unreviewed/2024/06/GHSA-jhmr-hfhr-vhq6/GHSA-jhmr-hfhr-vhq6.json +++ b/advisories/unreviewed/2024/06/GHSA-jhmr-hfhr-vhq6/GHSA-jhmr-hfhr-vhq6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-m3qf-c74m-whff/GHSA-m3qf-c74m-whff.json b/advisories/unreviewed/2024/06/GHSA-m3qf-c74m-whff/GHSA-m3qf-c74m-whff.json index 11f7c4b719f..68380624b73 100644 --- a/advisories/unreviewed/2024/06/GHSA-m3qf-c74m-whff/GHSA-m3qf-c74m-whff.json +++ b/advisories/unreviewed/2024/06/GHSA-m3qf-c74m-whff/GHSA-m3qf-c74m-whff.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-prm3-v4r8-g2mv/GHSA-prm3-v4r8-g2mv.json b/advisories/unreviewed/2024/06/GHSA-prm3-v4r8-g2mv/GHSA-prm3-v4r8-g2mv.json index 268dc2f81ef..d0a1289c8a4 100644 --- a/advisories/unreviewed/2024/06/GHSA-prm3-v4r8-g2mv/GHSA-prm3-v4r8-g2mv.json +++ b/advisories/unreviewed/2024/06/GHSA-prm3-v4r8-g2mv/GHSA-prm3-v4r8-g2mv.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/06/GHSA-qfjf-662j-2xxg/GHSA-qfjf-662j-2xxg.json b/advisories/unreviewed/2024/06/GHSA-qfjf-662j-2xxg/GHSA-qfjf-662j-2xxg.json index b76288ee2bf..4a8acaf91f0 100644 --- a/advisories/unreviewed/2024/06/GHSA-qfjf-662j-2xxg/GHSA-qfjf-662j-2xxg.json +++ b/advisories/unreviewed/2024/06/GHSA-qfjf-662j-2xxg/GHSA-qfjf-662j-2xxg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-v66w-6xcw-823f/GHSA-v66w-6xcw-823f.json b/advisories/unreviewed/2024/06/GHSA-v66w-6xcw-823f/GHSA-v66w-6xcw-823f.json index 6bbbec31879..f6eb98db2d3 100644 --- a/advisories/unreviewed/2024/06/GHSA-v66w-6xcw-823f/GHSA-v66w-6xcw-823f.json +++ b/advisories/unreviewed/2024/06/GHSA-v66w-6xcw-823f/GHSA-v66w-6xcw-823f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-w738-qp3q-hrfg/GHSA-w738-qp3q-hrfg.json b/advisories/unreviewed/2024/06/GHSA-w738-qp3q-hrfg/GHSA-w738-qp3q-hrfg.json index 129bd9a93ff..84af3b4142d 100644 --- a/advisories/unreviewed/2024/06/GHSA-w738-qp3q-hrfg/GHSA-w738-qp3q-hrfg.json +++ b/advisories/unreviewed/2024/06/GHSA-w738-qp3q-hrfg/GHSA-w738-qp3q-hrfg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-x9ph-fmr9-w768/GHSA-x9ph-fmr9-w768.json b/advisories/unreviewed/2024/06/GHSA-x9ph-fmr9-w768/GHSA-x9ph-fmr9-w768.json index 2584814e51b..9d01591618c 100644 --- a/advisories/unreviewed/2024/06/GHSA-x9ph-fmr9-w768/GHSA-x9ph-fmr9-w768.json +++ b/advisories/unreviewed/2024/06/GHSA-x9ph-fmr9-w768/GHSA-x9ph-fmr9-w768.json @@ -7,12 +7,8 @@ "CVE-2024-5420" ], "details": "Missing input validation in the SEH Computertechnik utnserver Pro, SEH Computertechnik utnserver ProMAX, SEH Computertechnik INU-100 web-interface allows stored Cross-Site Scripting (XSS)..This issue affects utnserver Pro, utnserver ProMAX, INU-100 version 20.1.22 and below.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-xmf8-c7vj-6x2r/GHSA-xmf8-c7vj-6x2r.json b/advisories/unreviewed/2024/06/GHSA-xmf8-c7vj-6x2r/GHSA-xmf8-c7vj-6x2r.json index d5851bbc3d4..563bff499e9 100644 --- a/advisories/unreviewed/2024/06/GHSA-xmf8-c7vj-6x2r/GHSA-xmf8-c7vj-6x2r.json +++ b/advisories/unreviewed/2024/06/GHSA-xmf8-c7vj-6x2r/GHSA-xmf8-c7vj-6x2r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-wvw3-cj3j-fc6w/GHSA-wvw3-cj3j-fc6w.json b/advisories/unreviewed/2024/07/GHSA-wvw3-cj3j-fc6w/GHSA-wvw3-cj3j-fc6w.json index b1037663fee..4a7980a09f5 100644 --- a/advisories/unreviewed/2024/07/GHSA-wvw3-cj3j-fc6w/GHSA-wvw3-cj3j-fc6w.json +++ b/advisories/unreviewed/2024/07/GHSA-wvw3-cj3j-fc6w/GHSA-wvw3-cj3j-fc6w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-46f4-4mv7-2c6g/GHSA-46f4-4mv7-2c6g.json b/advisories/unreviewed/2024/08/GHSA-46f4-4mv7-2c6g/GHSA-46f4-4mv7-2c6g.json index 27a61583cb5..a8ddd1ce03f 100644 --- a/advisories/unreviewed/2024/08/GHSA-46f4-4mv7-2c6g/GHSA-46f4-4mv7-2c6g.json +++ b/advisories/unreviewed/2024/08/GHSA-46f4-4mv7-2c6g/GHSA-46f4-4mv7-2c6g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-4vgf-3738-q5pm/GHSA-4vgf-3738-q5pm.json b/advisories/unreviewed/2024/08/GHSA-4vgf-3738-q5pm/GHSA-4vgf-3738-q5pm.json index d5b40a6c30f..6585ec6a311 100644 --- a/advisories/unreviewed/2024/08/GHSA-4vgf-3738-q5pm/GHSA-4vgf-3738-q5pm.json +++ b/advisories/unreviewed/2024/08/GHSA-4vgf-3738-q5pm/GHSA-4vgf-3738-q5pm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-58wj-vw74-v88m/GHSA-58wj-vw74-v88m.json b/advisories/unreviewed/2024/08/GHSA-58wj-vw74-v88m/GHSA-58wj-vw74-v88m.json index d38c4d25ca7..1f237a54196 100644 --- a/advisories/unreviewed/2024/08/GHSA-58wj-vw74-v88m/GHSA-58wj-vw74-v88m.json +++ b/advisories/unreviewed/2024/08/GHSA-58wj-vw74-v88m/GHSA-58wj-vw74-v88m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-75w9-x6cm-hvwg/GHSA-75w9-x6cm-hvwg.json b/advisories/unreviewed/2024/08/GHSA-75w9-x6cm-hvwg/GHSA-75w9-x6cm-hvwg.json index e0a9281d05d..8d7695becb6 100644 --- a/advisories/unreviewed/2024/08/GHSA-75w9-x6cm-hvwg/GHSA-75w9-x6cm-hvwg.json +++ b/advisories/unreviewed/2024/08/GHSA-75w9-x6cm-hvwg/GHSA-75w9-x6cm-hvwg.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:P/VC:H/VI:N/VA:N/SC:L/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:N/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-9h55-298f-39qv/GHSA-9h55-298f-39qv.json b/advisories/unreviewed/2024/08/GHSA-9h55-298f-39qv/GHSA-9h55-298f-39qv.json index b13d4470d88..54027c051f5 100644 --- a/advisories/unreviewed/2024/08/GHSA-9h55-298f-39qv/GHSA-9h55-298f-39qv.json +++ b/advisories/unreviewed/2024/08/GHSA-9h55-298f-39qv/GHSA-9h55-298f-39qv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-mghf-9p6c-3946/GHSA-mghf-9p6c-3946.json b/advisories/unreviewed/2024/08/GHSA-mghf-9p6c-3946/GHSA-mghf-9p6c-3946.json index 05e664fc71b..cef727b6681 100644 --- a/advisories/unreviewed/2024/08/GHSA-mghf-9p6c-3946/GHSA-mghf-9p6c-3946.json +++ b/advisories/unreviewed/2024/08/GHSA-mghf-9p6c-3946/GHSA-mghf-9p6c-3946.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-q8gr-qpfg-hv8p/GHSA-q8gr-qpfg-hv8p.json b/advisories/unreviewed/2024/08/GHSA-q8gr-qpfg-hv8p/GHSA-q8gr-qpfg-hv8p.json index 338f6fe81fe..0029cbaf37f 100644 --- a/advisories/unreviewed/2024/08/GHSA-q8gr-qpfg-hv8p/GHSA-q8gr-qpfg-hv8p.json +++ b/advisories/unreviewed/2024/08/GHSA-q8gr-qpfg-hv8p/GHSA-q8gr-qpfg-hv8p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-qq8g-mc9v-7pv4/GHSA-qq8g-mc9v-7pv4.json b/advisories/unreviewed/2024/08/GHSA-qq8g-mc9v-7pv4/GHSA-qq8g-mc9v-7pv4.json index ed379b87621..a4da133d90f 100644 --- a/advisories/unreviewed/2024/08/GHSA-qq8g-mc9v-7pv4/GHSA-qq8g-mc9v-7pv4.json +++ b/advisories/unreviewed/2024/08/GHSA-qq8g-mc9v-7pv4/GHSA-qq8g-mc9v-7pv4.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/08/GHSA-rrfp-vv85-pxq9/GHSA-rrfp-vv85-pxq9.json b/advisories/unreviewed/2024/08/GHSA-rrfp-vv85-pxq9/GHSA-rrfp-vv85-pxq9.json index 96d073848a6..2d8a9fb6a8b 100644 --- a/advisories/unreviewed/2024/08/GHSA-rrfp-vv85-pxq9/GHSA-rrfp-vv85-pxq9.json +++ b/advisories/unreviewed/2024/08/GHSA-rrfp-vv85-pxq9/GHSA-rrfp-vv85-pxq9.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/08/GHSA-w44v-435x-5pw4/GHSA-w44v-435x-5pw4.json b/advisories/unreviewed/2024/08/GHSA-w44v-435x-5pw4/GHSA-w44v-435x-5pw4.json index bd977d001e8..85025ef0b00 100644 --- a/advisories/unreviewed/2024/08/GHSA-w44v-435x-5pw4/GHSA-w44v-435x-5pw4.json +++ b/advisories/unreviewed/2024/08/GHSA-w44v-435x-5pw4/GHSA-w44v-435x-5pw4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-w49g-9f3f-c384/GHSA-w49g-9f3f-c384.json b/advisories/unreviewed/2024/08/GHSA-w49g-9f3f-c384/GHSA-w49g-9f3f-c384.json index f721729a432..2be0228e7fd 100644 --- a/advisories/unreviewed/2024/08/GHSA-w49g-9f3f-c384/GHSA-w49g-9f3f-c384.json +++ b/advisories/unreviewed/2024/08/GHSA-w49g-9f3f-c384/GHSA-w49g-9f3f-c384.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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:N/AU:Y/R:U/V:D/RE:L/U:Amber" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-wv55-98hp-hrf7/GHSA-wv55-98hp-hrf7.json b/advisories/unreviewed/2024/08/GHSA-wv55-98hp-hrf7/GHSA-wv55-98hp-hrf7.json index a5b9d05af3d..c50f6a4a0d5 100644 --- a/advisories/unreviewed/2024/08/GHSA-wv55-98hp-hrf7/GHSA-wv55-98hp-hrf7.json +++ b/advisories/unreviewed/2024/08/GHSA-wv55-98hp-hrf7/GHSA-wv55-98hp-hrf7.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/09/GHSA-2h79-64rp-93f8/GHSA-2h79-64rp-93f8.json b/advisories/unreviewed/2024/09/GHSA-2h79-64rp-93f8/GHSA-2h79-64rp-93f8.json index f42a641df67..2c45df4e930 100644 --- a/advisories/unreviewed/2024/09/GHSA-2h79-64rp-93f8/GHSA-2h79-64rp-93f8.json +++ b/advisories/unreviewed/2024/09/GHSA-2h79-64rp-93f8/GHSA-2h79-64rp-93f8.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/09/GHSA-2xvh-27wv-vhhr/GHSA-2xvh-27wv-vhhr.json b/advisories/unreviewed/2024/09/GHSA-2xvh-27wv-vhhr/GHSA-2xvh-27wv-vhhr.json index beb133fc970..84282a33240 100644 --- a/advisories/unreviewed/2024/09/GHSA-2xvh-27wv-vhhr/GHSA-2xvh-27wv-vhhr.json +++ b/advisories/unreviewed/2024/09/GHSA-2xvh-27wv-vhhr/GHSA-2xvh-27wv-vhhr.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/09/GHSA-36xh-276f-w5j9/GHSA-36xh-276f-w5j9.json b/advisories/unreviewed/2024/09/GHSA-36xh-276f-w5j9/GHSA-36xh-276f-w5j9.json index 0a71bdbe25e..efa703258ea 100644 --- a/advisories/unreviewed/2024/09/GHSA-36xh-276f-w5j9/GHSA-36xh-276f-w5j9.json +++ b/advisories/unreviewed/2024/09/GHSA-36xh-276f-w5j9/GHSA-36xh-276f-w5j9.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-39q2-pcxp-5x58/GHSA-39q2-pcxp-5x58.json b/advisories/unreviewed/2024/09/GHSA-39q2-pcxp-5x58/GHSA-39q2-pcxp-5x58.json index d043b9738bb..7141db7c2f1 100644 --- a/advisories/unreviewed/2024/09/GHSA-39q2-pcxp-5x58/GHSA-39q2-pcxp-5x58.json +++ b/advisories/unreviewed/2024/09/GHSA-39q2-pcxp-5x58/GHSA-39q2-pcxp-5x58.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/09/GHSA-3c7c-8hj4-v9qh/GHSA-3c7c-8hj4-v9qh.json b/advisories/unreviewed/2024/09/GHSA-3c7c-8hj4-v9qh/GHSA-3c7c-8hj4-v9qh.json index e2e1859b4fd..54cb9225241 100644 --- a/advisories/unreviewed/2024/09/GHSA-3c7c-8hj4-v9qh/GHSA-3c7c-8hj4-v9qh.json +++ b/advisories/unreviewed/2024/09/GHSA-3c7c-8hj4-v9qh/GHSA-3c7c-8hj4-v9qh.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:P/PR:H/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/09/GHSA-3f69-f27h-f53w/GHSA-3f69-f27h-f53w.json b/advisories/unreviewed/2024/09/GHSA-3f69-f27h-f53w/GHSA-3f69-f27h-f53w.json index ef55ee28ca1..46183e4087e 100644 --- a/advisories/unreviewed/2024/09/GHSA-3f69-f27h-f53w/GHSA-3f69-f27h-f53w.json +++ b/advisories/unreviewed/2024/09/GHSA-3f69-f27h-f53w/GHSA-3f69-f27h-f53w.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:L/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/09/GHSA-3j63-g6fm-ghm2/GHSA-3j63-g6fm-ghm2.json b/advisories/unreviewed/2024/09/GHSA-3j63-g6fm-ghm2/GHSA-3j63-g6fm-ghm2.json index 1c43ddabd65..20fea1baef4 100644 --- a/advisories/unreviewed/2024/09/GHSA-3j63-g6fm-ghm2/GHSA-3j63-g6fm-ghm2.json +++ b/advisories/unreviewed/2024/09/GHSA-3j63-g6fm-ghm2/GHSA-3j63-g6fm-ghm2.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-3qp4-gg3j-84xj/GHSA-3qp4-gg3j-84xj.json b/advisories/unreviewed/2024/09/GHSA-3qp4-gg3j-84xj/GHSA-3qp4-gg3j-84xj.json index 34b96c4398f..9276ebb4ee6 100644 --- a/advisories/unreviewed/2024/09/GHSA-3qp4-gg3j-84xj/GHSA-3qp4-gg3j-84xj.json +++ b/advisories/unreviewed/2024/09/GHSA-3qp4-gg3j-84xj/GHSA-3qp4-gg3j-84xj.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-42m7-33x8-mvrh/GHSA-42m7-33x8-mvrh.json b/advisories/unreviewed/2024/09/GHSA-42m7-33x8-mvrh/GHSA-42m7-33x8-mvrh.json index 60ec8dd318c..d8c61e37895 100644 --- a/advisories/unreviewed/2024/09/GHSA-42m7-33x8-mvrh/GHSA-42m7-33x8-mvrh.json +++ b/advisories/unreviewed/2024/09/GHSA-42m7-33x8-mvrh/GHSA-42m7-33x8-mvrh.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-5fm7-x255-7994/GHSA-5fm7-x255-7994.json b/advisories/unreviewed/2024/09/GHSA-5fm7-x255-7994/GHSA-5fm7-x255-7994.json index 564ca122bbf..6a8de73a76d 100644 --- a/advisories/unreviewed/2024/09/GHSA-5fm7-x255-7994/GHSA-5fm7-x255-7994.json +++ b/advisories/unreviewed/2024/09/GHSA-5fm7-x255-7994/GHSA-5fm7-x255-7994.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-5hm7-x82q-99rh/GHSA-5hm7-x82q-99rh.json b/advisories/unreviewed/2024/09/GHSA-5hm7-x82q-99rh/GHSA-5hm7-x82q-99rh.json index a19e405f8d6..82e31fda9f3 100644 --- a/advisories/unreviewed/2024/09/GHSA-5hm7-x82q-99rh/GHSA-5hm7-x82q-99rh.json +++ b/advisories/unreviewed/2024/09/GHSA-5hm7-x82q-99rh/GHSA-5hm7-x82q-99rh.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:L/VA:L/SC:N/SI:L/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:U/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-5wrq-p877-4h3v/GHSA-5wrq-p877-4h3v.json b/advisories/unreviewed/2024/09/GHSA-5wrq-p877-4h3v/GHSA-5wrq-p877-4h3v.json index 2439da25a68..fd1b8dd1cf8 100644 --- a/advisories/unreviewed/2024/09/GHSA-5wrq-p877-4h3v/GHSA-5wrq-p877-4h3v.json +++ b/advisories/unreviewed/2024/09/GHSA-5wrq-p877-4h3v/GHSA-5wrq-p877-4h3v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-6363-r5pj-4jm8/GHSA-6363-r5pj-4jm8.json b/advisories/unreviewed/2024/09/GHSA-6363-r5pj-4jm8/GHSA-6363-r5pj-4jm8.json index e1862d96cf5..aba4e4b1bf4 100644 --- a/advisories/unreviewed/2024/09/GHSA-6363-r5pj-4jm8/GHSA-6363-r5pj-4jm8.json +++ b/advisories/unreviewed/2024/09/GHSA-6363-r5pj-4jm8/GHSA-6363-r5pj-4jm8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-653g-mc33-gq3r/GHSA-653g-mc33-gq3r.json b/advisories/unreviewed/2024/09/GHSA-653g-mc33-gq3r/GHSA-653g-mc33-gq3r.json index 50b40298854..617d426f8de 100644 --- a/advisories/unreviewed/2024/09/GHSA-653g-mc33-gq3r/GHSA-653g-mc33-gq3r.json +++ b/advisories/unreviewed/2024/09/GHSA-653g-mc33-gq3r/GHSA-653g-mc33-gq3r.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/09/GHSA-6p38-qv63-r35w/GHSA-6p38-qv63-r35w.json b/advisories/unreviewed/2024/09/GHSA-6p38-qv63-r35w/GHSA-6p38-qv63-r35w.json index 3a10eb59d26..0a2c231b59e 100644 --- a/advisories/unreviewed/2024/09/GHSA-6p38-qv63-r35w/GHSA-6p38-qv63-r35w.json +++ b/advisories/unreviewed/2024/09/GHSA-6p38-qv63-r35w/GHSA-6p38-qv63-r35w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-75mf-739r-c359/GHSA-75mf-739r-c359.json b/advisories/unreviewed/2024/09/GHSA-75mf-739r-c359/GHSA-75mf-739r-c359.json index b02c390986d..11b2ff97088 100644 --- a/advisories/unreviewed/2024/09/GHSA-75mf-739r-c359/GHSA-75mf-739r-c359.json +++ b/advisories/unreviewed/2024/09/GHSA-75mf-739r-c359/GHSA-75mf-739r-c359.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-7jwq-r5r6-rxq7/GHSA-7jwq-r5r6-rxq7.json b/advisories/unreviewed/2024/09/GHSA-7jwq-r5r6-rxq7/GHSA-7jwq-r5r6-rxq7.json index cd89abb7241..82e32ed67ea 100644 --- a/advisories/unreviewed/2024/09/GHSA-7jwq-r5r6-rxq7/GHSA-7jwq-r5r6-rxq7.json +++ b/advisories/unreviewed/2024/09/GHSA-7jwq-r5r6-rxq7/GHSA-7jwq-r5r6-rxq7.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/09/GHSA-7pcw-cjv4-c788/GHSA-7pcw-cjv4-c788.json b/advisories/unreviewed/2024/09/GHSA-7pcw-cjv4-c788/GHSA-7pcw-cjv4-c788.json index ac996612b65..040c82a845a 100644 --- a/advisories/unreviewed/2024/09/GHSA-7pcw-cjv4-c788/GHSA-7pcw-cjv4-c788.json +++ b/advisories/unreviewed/2024/09/GHSA-7pcw-cjv4-c788/GHSA-7pcw-cjv4-c788.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/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/09/GHSA-7vpc-2wc7-pg2h/GHSA-7vpc-2wc7-pg2h.json b/advisories/unreviewed/2024/09/GHSA-7vpc-2wc7-pg2h/GHSA-7vpc-2wc7-pg2h.json index 608bf8c20d7..5e1885a6019 100644 --- a/advisories/unreviewed/2024/09/GHSA-7vpc-2wc7-pg2h/GHSA-7vpc-2wc7-pg2h.json +++ b/advisories/unreviewed/2024/09/GHSA-7vpc-2wc7-pg2h/GHSA-7vpc-2wc7-pg2h.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-7w3c-jwh7-4486/GHSA-7w3c-jwh7-4486.json b/advisories/unreviewed/2024/09/GHSA-7w3c-jwh7-4486/GHSA-7w3c-jwh7-4486.json index b929454db88..dacf7093d6f 100644 --- a/advisories/unreviewed/2024/09/GHSA-7w3c-jwh7-4486/GHSA-7w3c-jwh7-4486.json +++ b/advisories/unreviewed/2024/09/GHSA-7w3c-jwh7-4486/GHSA-7w3c-jwh7-4486.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/2024/09/GHSA-7wfr-5f4h-3mw7/GHSA-7wfr-5f4h-3mw7.json b/advisories/unreviewed/2024/09/GHSA-7wfr-5f4h-3mw7/GHSA-7wfr-5f4h-3mw7.json index 291c068b6fc..bcfbe12c467 100644 --- a/advisories/unreviewed/2024/09/GHSA-7wfr-5f4h-3mw7/GHSA-7wfr-5f4h-3mw7.json +++ b/advisories/unreviewed/2024/09/GHSA-7wfr-5f4h-3mw7/GHSA-7wfr-5f4h-3mw7.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/09/GHSA-7x46-x44f-mjrq/GHSA-7x46-x44f-mjrq.json b/advisories/unreviewed/2024/09/GHSA-7x46-x44f-mjrq/GHSA-7x46-x44f-mjrq.json index 38fa579f78b..c353dc1119f 100644 --- a/advisories/unreviewed/2024/09/GHSA-7x46-x44f-mjrq/GHSA-7x46-x44f-mjrq.json +++ b/advisories/unreviewed/2024/09/GHSA-7x46-x44f-mjrq/GHSA-7x46-x44f-mjrq.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/09/GHSA-85x9-4hm3-78m9/GHSA-85x9-4hm3-78m9.json b/advisories/unreviewed/2024/09/GHSA-85x9-4hm3-78m9/GHSA-85x9-4hm3-78m9.json index 9fd5de80d71..0428996ba8c 100644 --- a/advisories/unreviewed/2024/09/GHSA-85x9-4hm3-78m9/GHSA-85x9-4hm3-78m9.json +++ b/advisories/unreviewed/2024/09/GHSA-85x9-4hm3-78m9/GHSA-85x9-4hm3-78m9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-8g28-qxcr-gm3m/GHSA-8g28-qxcr-gm3m.json b/advisories/unreviewed/2024/09/GHSA-8g28-qxcr-gm3m/GHSA-8g28-qxcr-gm3m.json index 85ef5550604..3ec57b535f6 100644 --- a/advisories/unreviewed/2024/09/GHSA-8g28-qxcr-gm3m/GHSA-8g28-qxcr-gm3m.json +++ b/advisories/unreviewed/2024/09/GHSA-8g28-qxcr-gm3m/GHSA-8g28-qxcr-gm3m.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-8hgr-rp5m-j4mg/GHSA-8hgr-rp5m-j4mg.json b/advisories/unreviewed/2024/09/GHSA-8hgr-rp5m-j4mg/GHSA-8hgr-rp5m-j4mg.json index 20950be88f2..170fbf00679 100644 --- a/advisories/unreviewed/2024/09/GHSA-8hgr-rp5m-j4mg/GHSA-8hgr-rp5m-j4mg.json +++ b/advisories/unreviewed/2024/09/GHSA-8hgr-rp5m-j4mg/GHSA-8hgr-rp5m-j4mg.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-8xf3-x93c-2ch6/GHSA-8xf3-x93c-2ch6.json b/advisories/unreviewed/2024/09/GHSA-8xf3-x93c-2ch6/GHSA-8xf3-x93c-2ch6.json index 6fc1448431f..cde81db90f9 100644 --- a/advisories/unreviewed/2024/09/GHSA-8xf3-x93c-2ch6/GHSA-8xf3-x93c-2ch6.json +++ b/advisories/unreviewed/2024/09/GHSA-8xf3-x93c-2ch6/GHSA-8xf3-x93c-2ch6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-92rj-4rqf-4mg5/GHSA-92rj-4rqf-4mg5.json b/advisories/unreviewed/2024/09/GHSA-92rj-4rqf-4mg5/GHSA-92rj-4rqf-4mg5.json index a1265bd3046..eaf43e5b3c3 100644 --- a/advisories/unreviewed/2024/09/GHSA-92rj-4rqf-4mg5/GHSA-92rj-4rqf-4mg5.json +++ b/advisories/unreviewed/2024/09/GHSA-92rj-4rqf-4mg5/GHSA-92rj-4rqf-4mg5.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/09/GHSA-c39q-rjqw-3x5m/GHSA-c39q-rjqw-3x5m.json b/advisories/unreviewed/2024/09/GHSA-c39q-rjqw-3x5m/GHSA-c39q-rjqw-3x5m.json index 9b808ca370a..1f2e5f831c6 100644 --- a/advisories/unreviewed/2024/09/GHSA-c39q-rjqw-3x5m/GHSA-c39q-rjqw-3x5m.json +++ b/advisories/unreviewed/2024/09/GHSA-c39q-rjqw-3x5m/GHSA-c39q-rjqw-3x5m.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/09/GHSA-c3g9-g75h-v935/GHSA-c3g9-g75h-v935.json b/advisories/unreviewed/2024/09/GHSA-c3g9-g75h-v935/GHSA-c3g9-g75h-v935.json index 4061aefb697..ebc00a72536 100644 --- a/advisories/unreviewed/2024/09/GHSA-c3g9-g75h-v935/GHSA-c3g9-g75h-v935.json +++ b/advisories/unreviewed/2024/09/GHSA-c3g9-g75h-v935/GHSA-c3g9-g75h-v935.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-c4g6-rrx2-j7rm/GHSA-c4g6-rrx2-j7rm.json b/advisories/unreviewed/2024/09/GHSA-c4g6-rrx2-j7rm/GHSA-c4g6-rrx2-j7rm.json index 0e6e35eafa2..02776dea7b3 100644 --- a/advisories/unreviewed/2024/09/GHSA-c4g6-rrx2-j7rm/GHSA-c4g6-rrx2-j7rm.json +++ b/advisories/unreviewed/2024/09/GHSA-c4g6-rrx2-j7rm/GHSA-c4g6-rrx2-j7rm.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/09/GHSA-chwj-xj8v-386c/GHSA-chwj-xj8v-386c.json b/advisories/unreviewed/2024/09/GHSA-chwj-xj8v-386c/GHSA-chwj-xj8v-386c.json index 62aa5defb7d..fac77516197 100644 --- a/advisories/unreviewed/2024/09/GHSA-chwj-xj8v-386c/GHSA-chwj-xj8v-386c.json +++ b/advisories/unreviewed/2024/09/GHSA-chwj-xj8v-386c/GHSA-chwj-xj8v-386c.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/09/GHSA-cpj4-mrcc-fc7h/GHSA-cpj4-mrcc-fc7h.json b/advisories/unreviewed/2024/09/GHSA-cpj4-mrcc-fc7h/GHSA-cpj4-mrcc-fc7h.json index e7681b59a6f..340edd76d8c 100644 --- a/advisories/unreviewed/2024/09/GHSA-cpj4-mrcc-fc7h/GHSA-cpj4-mrcc-fc7h.json +++ b/advisories/unreviewed/2024/09/GHSA-cpj4-mrcc-fc7h/GHSA-cpj4-mrcc-fc7h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-cwpw-7c39-pv7m/GHSA-cwpw-7c39-pv7m.json b/advisories/unreviewed/2024/09/GHSA-cwpw-7c39-pv7m/GHSA-cwpw-7c39-pv7m.json index a3987c7bd56..501850e7138 100644 --- a/advisories/unreviewed/2024/09/GHSA-cwpw-7c39-pv7m/GHSA-cwpw-7c39-pv7m.json +++ b/advisories/unreviewed/2024/09/GHSA-cwpw-7c39-pv7m/GHSA-cwpw-7c39-pv7m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-f9f2-hp6f-858r/GHSA-f9f2-hp6f-858r.json b/advisories/unreviewed/2024/09/GHSA-f9f2-hp6f-858r/GHSA-f9f2-hp6f-858r.json index ebca1e7a5be..55070ecb16f 100644 --- a/advisories/unreviewed/2024/09/GHSA-f9f2-hp6f-858r/GHSA-f9f2-hp6f-858r.json +++ b/advisories/unreviewed/2024/09/GHSA-f9f2-hp6f-858r/GHSA-f9f2-hp6f-858r.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-fhq8-gx6w-r3rj/GHSA-fhq8-gx6w-r3rj.json b/advisories/unreviewed/2024/09/GHSA-fhq8-gx6w-r3rj/GHSA-fhq8-gx6w-r3rj.json index 108e9a08d7b..82bcd235d17 100644 --- a/advisories/unreviewed/2024/09/GHSA-fhq8-gx6w-r3rj/GHSA-fhq8-gx6w-r3rj.json +++ b/advisories/unreviewed/2024/09/GHSA-fhq8-gx6w-r3rj/GHSA-fhq8-gx6w-r3rj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-fqgj-hf47-9p78/GHSA-fqgj-hf47-9p78.json b/advisories/unreviewed/2024/09/GHSA-fqgj-hf47-9p78/GHSA-fqgj-hf47-9p78.json index 60a3ceeb39e..dc9fc8dcac2 100644 --- a/advisories/unreviewed/2024/09/GHSA-fqgj-hf47-9p78/GHSA-fqgj-hf47-9p78.json +++ b/advisories/unreviewed/2024/09/GHSA-fqgj-hf47-9p78/GHSA-fqgj-hf47-9p78.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/09/GHSA-g9g7-rmqc-4q4p/GHSA-g9g7-rmqc-4q4p.json b/advisories/unreviewed/2024/09/GHSA-g9g7-rmqc-4q4p/GHSA-g9g7-rmqc-4q4p.json index 6d73bf563f8..0021e758409 100644 --- a/advisories/unreviewed/2024/09/GHSA-g9g7-rmqc-4q4p/GHSA-g9g7-rmqc-4q4p.json +++ b/advisories/unreviewed/2024/09/GHSA-g9g7-rmqc-4q4p/GHSA-g9g7-rmqc-4q4p.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/09/GHSA-gf55-r54c-74q9/GHSA-gf55-r54c-74q9.json b/advisories/unreviewed/2024/09/GHSA-gf55-r54c-74q9/GHSA-gf55-r54c-74q9.json index 33e5a704911..456c5108b9f 100644 --- a/advisories/unreviewed/2024/09/GHSA-gf55-r54c-74q9/GHSA-gf55-r54c-74q9.json +++ b/advisories/unreviewed/2024/09/GHSA-gf55-r54c-74q9/GHSA-gf55-r54c-74q9.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/09/GHSA-gq2h-v95x-f5xp/GHSA-gq2h-v95x-f5xp.json b/advisories/unreviewed/2024/09/GHSA-gq2h-v95x-f5xp/GHSA-gq2h-v95x-f5xp.json index 552eac65f59..3dc08bc4106 100644 --- a/advisories/unreviewed/2024/09/GHSA-gq2h-v95x-f5xp/GHSA-gq2h-v95x-f5xp.json +++ b/advisories/unreviewed/2024/09/GHSA-gq2h-v95x-f5xp/GHSA-gq2h-v95x-f5xp.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/09/GHSA-gvfm-hc65-h2hv/GHSA-gvfm-hc65-h2hv.json b/advisories/unreviewed/2024/09/GHSA-gvfm-hc65-h2hv/GHSA-gvfm-hc65-h2hv.json index 9f502ab505b..138752caead 100644 --- a/advisories/unreviewed/2024/09/GHSA-gvfm-hc65-h2hv/GHSA-gvfm-hc65-h2hv.json +++ b/advisories/unreviewed/2024/09/GHSA-gvfm-hc65-h2hv/GHSA-gvfm-hc65-h2hv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-h9h6-4wfq-8vwm/GHSA-h9h6-4wfq-8vwm.json b/advisories/unreviewed/2024/09/GHSA-h9h6-4wfq-8vwm/GHSA-h9h6-4wfq-8vwm.json index 8a0302dfa97..043151a3ff2 100644 --- a/advisories/unreviewed/2024/09/GHSA-h9h6-4wfq-8vwm/GHSA-h9h6-4wfq-8vwm.json +++ b/advisories/unreviewed/2024/09/GHSA-h9h6-4wfq-8vwm/GHSA-h9h6-4wfq-8vwm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-hq46-f53r-2cxj/GHSA-hq46-f53r-2cxj.json b/advisories/unreviewed/2024/09/GHSA-hq46-f53r-2cxj/GHSA-hq46-f53r-2cxj.json index 2f510b06282..d538b683c1e 100644 --- a/advisories/unreviewed/2024/09/GHSA-hq46-f53r-2cxj/GHSA-hq46-f53r-2cxj.json +++ b/advisories/unreviewed/2024/09/GHSA-hq46-f53r-2cxj/GHSA-hq46-f53r-2cxj.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/09/GHSA-j2wp-jm3g-6f93/GHSA-j2wp-jm3g-6f93.json b/advisories/unreviewed/2024/09/GHSA-j2wp-jm3g-6f93/GHSA-j2wp-jm3g-6f93.json index 4ddcf2a886c..fb6b165809f 100644 --- a/advisories/unreviewed/2024/09/GHSA-j2wp-jm3g-6f93/GHSA-j2wp-jm3g-6f93.json +++ b/advisories/unreviewed/2024/09/GHSA-j2wp-jm3g-6f93/GHSA-j2wp-jm3g-6f93.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-j73w-2xx4-7f39/GHSA-j73w-2xx4-7f39.json b/advisories/unreviewed/2024/09/GHSA-j73w-2xx4-7f39/GHSA-j73w-2xx4-7f39.json index f8e2641e47d..3e9a80f2cdf 100644 --- a/advisories/unreviewed/2024/09/GHSA-j73w-2xx4-7f39/GHSA-j73w-2xx4-7f39.json +++ b/advisories/unreviewed/2024/09/GHSA-j73w-2xx4-7f39/GHSA-j73w-2xx4-7f39.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-jmwg-f97v-w7m5/GHSA-jmwg-f97v-w7m5.json b/advisories/unreviewed/2024/09/GHSA-jmwg-f97v-w7m5/GHSA-jmwg-f97v-w7m5.json index b5ea0ee5b4e..6d1f1af8250 100644 --- a/advisories/unreviewed/2024/09/GHSA-jmwg-f97v-w7m5/GHSA-jmwg-f97v-w7m5.json +++ b/advisories/unreviewed/2024/09/GHSA-jmwg-f97v-w7m5/GHSA-jmwg-f97v-w7m5.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/09/GHSA-jr3c-32f2-p7wg/GHSA-jr3c-32f2-p7wg.json b/advisories/unreviewed/2024/09/GHSA-jr3c-32f2-p7wg/GHSA-jr3c-32f2-p7wg.json index 2bfe5282d28..f2d846dfc6b 100644 --- a/advisories/unreviewed/2024/09/GHSA-jr3c-32f2-p7wg/GHSA-jr3c-32f2-p7wg.json +++ b/advisories/unreviewed/2024/09/GHSA-jr3c-32f2-p7wg/GHSA-jr3c-32f2-p7wg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-jwxr-qpg5-2pj9/GHSA-jwxr-qpg5-2pj9.json b/advisories/unreviewed/2024/09/GHSA-jwxr-qpg5-2pj9/GHSA-jwxr-qpg5-2pj9.json index a38b6f54fa6..a7cb993bc82 100644 --- a/advisories/unreviewed/2024/09/GHSA-jwxr-qpg5-2pj9/GHSA-jwxr-qpg5-2pj9.json +++ b/advisories/unreviewed/2024/09/GHSA-jwxr-qpg5-2pj9/GHSA-jwxr-qpg5-2pj9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-m7hg-9c63-f5hm/GHSA-m7hg-9c63-f5hm.json b/advisories/unreviewed/2024/09/GHSA-m7hg-9c63-f5hm/GHSA-m7hg-9c63-f5hm.json index d0abb8e11f3..40c407edb1a 100644 --- a/advisories/unreviewed/2024/09/GHSA-m7hg-9c63-f5hm/GHSA-m7hg-9c63-f5hm.json +++ b/advisories/unreviewed/2024/09/GHSA-m7hg-9c63-f5hm/GHSA-m7hg-9c63-f5hm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-mqjq-8h5p-w29m/GHSA-mqjq-8h5p-w29m.json b/advisories/unreviewed/2024/09/GHSA-mqjq-8h5p-w29m/GHSA-mqjq-8h5p-w29m.json index 26c49218085..a814e159a4e 100644 --- a/advisories/unreviewed/2024/09/GHSA-mqjq-8h5p-w29m/GHSA-mqjq-8h5p-w29m.json +++ b/advisories/unreviewed/2024/09/GHSA-mqjq-8h5p-w29m/GHSA-mqjq-8h5p-w29m.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-mrhc-m9q7-2fvp/GHSA-mrhc-m9q7-2fvp.json b/advisories/unreviewed/2024/09/GHSA-mrhc-m9q7-2fvp/GHSA-mrhc-m9q7-2fvp.json index 3179dcb1206..f59538c3db1 100644 --- a/advisories/unreviewed/2024/09/GHSA-mrhc-m9q7-2fvp/GHSA-mrhc-m9q7-2fvp.json +++ b/advisories/unreviewed/2024/09/GHSA-mrhc-m9q7-2fvp/GHSA-mrhc-m9q7-2fvp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-p2h5-37jh-59fx/GHSA-p2h5-37jh-59fx.json b/advisories/unreviewed/2024/09/GHSA-p2h5-37jh-59fx/GHSA-p2h5-37jh-59fx.json index 22dacd267b4..42d86bc5b2d 100644 --- a/advisories/unreviewed/2024/09/GHSA-p2h5-37jh-59fx/GHSA-p2h5-37jh-59fx.json +++ b/advisories/unreviewed/2024/09/GHSA-p2h5-37jh-59fx/GHSA-p2h5-37jh-59fx.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:A/VC:H/VI:L/VA:N/SC:L/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-p52v-vcvw-fcmg/GHSA-p52v-vcvw-fcmg.json b/advisories/unreviewed/2024/09/GHSA-p52v-vcvw-fcmg/GHSA-p52v-vcvw-fcmg.json index 9c7442590c3..62ea4c6b7d4 100644 --- a/advisories/unreviewed/2024/09/GHSA-p52v-vcvw-fcmg/GHSA-p52v-vcvw-fcmg.json +++ b/advisories/unreviewed/2024/09/GHSA-p52v-vcvw-fcmg/GHSA-p52v-vcvw-fcmg.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/09/GHSA-p7pw-3rg9-hpxm/GHSA-p7pw-3rg9-hpxm.json b/advisories/unreviewed/2024/09/GHSA-p7pw-3rg9-hpxm/GHSA-p7pw-3rg9-hpxm.json index 1fcfaa13464..03c781c37eb 100644 --- a/advisories/unreviewed/2024/09/GHSA-p7pw-3rg9-hpxm/GHSA-p7pw-3rg9-hpxm.json +++ b/advisories/unreviewed/2024/09/GHSA-p7pw-3rg9-hpxm/GHSA-p7pw-3rg9-hpxm.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/09/GHSA-pcj5-c4v2-hq4g/GHSA-pcj5-c4v2-hq4g.json b/advisories/unreviewed/2024/09/GHSA-pcj5-c4v2-hq4g/GHSA-pcj5-c4v2-hq4g.json index ea68eed7866..0f5cdd3f218 100644 --- a/advisories/unreviewed/2024/09/GHSA-pcj5-c4v2-hq4g/GHSA-pcj5-c4v2-hq4g.json +++ b/advisories/unreviewed/2024/09/GHSA-pcj5-c4v2-hq4g/GHSA-pcj5-c4v2-hq4g.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-pmp4-prv5-pw73/GHSA-pmp4-prv5-pw73.json b/advisories/unreviewed/2024/09/GHSA-pmp4-prv5-pw73/GHSA-pmp4-prv5-pw73.json index d204ed6fcda..947dd23c0df 100644 --- a/advisories/unreviewed/2024/09/GHSA-pmp4-prv5-pw73/GHSA-pmp4-prv5-pw73.json +++ b/advisories/unreviewed/2024/09/GHSA-pmp4-prv5-pw73/GHSA-pmp4-prv5-pw73.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-pq82-r7vq-hfqh/GHSA-pq82-r7vq-hfqh.json b/advisories/unreviewed/2024/09/GHSA-pq82-r7vq-hfqh/GHSA-pq82-r7vq-hfqh.json index 0724374df9f..8b388fe9e64 100644 --- a/advisories/unreviewed/2024/09/GHSA-pq82-r7vq-hfqh/GHSA-pq82-r7vq-hfqh.json +++ b/advisories/unreviewed/2024/09/GHSA-pq82-r7vq-hfqh/GHSA-pq82-r7vq-hfqh.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/09/GHSA-q6vw-x86f-x8m4/GHSA-q6vw-x86f-x8m4.json b/advisories/unreviewed/2024/09/GHSA-q6vw-x86f-x8m4/GHSA-q6vw-x86f-x8m4.json index cafe6529eaf..e9cad9d847e 100644 --- a/advisories/unreviewed/2024/09/GHSA-q6vw-x86f-x8m4/GHSA-q6vw-x86f-x8m4.json +++ b/advisories/unreviewed/2024/09/GHSA-q6vw-x86f-x8m4/GHSA-q6vw-x86f-x8m4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-q76r-wfxf-2r8x/GHSA-q76r-wfxf-2r8x.json b/advisories/unreviewed/2024/09/GHSA-q76r-wfxf-2r8x/GHSA-q76r-wfxf-2r8x.json index f7e7ac95b02..20ff7a0594d 100644 --- a/advisories/unreviewed/2024/09/GHSA-q76r-wfxf-2r8x/GHSA-q76r-wfxf-2r8x.json +++ b/advisories/unreviewed/2024/09/GHSA-q76r-wfxf-2r8x/GHSA-q76r-wfxf-2r8x.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/09/GHSA-rq3r-q52f-2qfj/GHSA-rq3r-q52f-2qfj.json b/advisories/unreviewed/2024/09/GHSA-rq3r-q52f-2qfj/GHSA-rq3r-q52f-2qfj.json index d6cfee18d58..28abd79405e 100644 --- a/advisories/unreviewed/2024/09/GHSA-rq3r-q52f-2qfj/GHSA-rq3r-q52f-2qfj.json +++ b/advisories/unreviewed/2024/09/GHSA-rq3r-q52f-2qfj/GHSA-rq3r-q52f-2qfj.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-v6qv-c78w-ff25/GHSA-v6qv-c78w-ff25.json b/advisories/unreviewed/2024/09/GHSA-v6qv-c78w-ff25/GHSA-v6qv-c78w-ff25.json index 4c6b115ef15..3f2eec86282 100644 --- a/advisories/unreviewed/2024/09/GHSA-v6qv-c78w-ff25/GHSA-v6qv-c78w-ff25.json +++ b/advisories/unreviewed/2024/09/GHSA-v6qv-c78w-ff25/GHSA-v6qv-c78w-ff25.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/2024/09/GHSA-v9jj-9q6h-7f38/GHSA-v9jj-9q6h-7f38.json b/advisories/unreviewed/2024/09/GHSA-v9jj-9q6h-7f38/GHSA-v9jj-9q6h-7f38.json index 59be187e92f..f89da8a2542 100644 --- a/advisories/unreviewed/2024/09/GHSA-v9jj-9q6h-7f38/GHSA-v9jj-9q6h-7f38.json +++ b/advisories/unreviewed/2024/09/GHSA-v9jj-9q6h-7f38/GHSA-v9jj-9q6h-7f38.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-vj3c-68pq-j799/GHSA-vj3c-68pq-j799.json b/advisories/unreviewed/2024/09/GHSA-vj3c-68pq-j799/GHSA-vj3c-68pq-j799.json index f660876d2de..90099561046 100644 --- a/advisories/unreviewed/2024/09/GHSA-vj3c-68pq-j799/GHSA-vj3c-68pq-j799.json +++ b/advisories/unreviewed/2024/09/GHSA-vj3c-68pq-j799/GHSA-vj3c-68pq-j799.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/09/GHSA-vww8-5r8j-mrcr/GHSA-vww8-5r8j-mrcr.json b/advisories/unreviewed/2024/09/GHSA-vww8-5r8j-mrcr/GHSA-vww8-5r8j-mrcr.json index d411800aebc..bc17779c855 100644 --- a/advisories/unreviewed/2024/09/GHSA-vww8-5r8j-mrcr/GHSA-vww8-5r8j-mrcr.json +++ b/advisories/unreviewed/2024/09/GHSA-vww8-5r8j-mrcr/GHSA-vww8-5r8j-mrcr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-wj7r-74h6-3r6w/GHSA-wj7r-74h6-3r6w.json b/advisories/unreviewed/2024/09/GHSA-wj7r-74h6-3r6w/GHSA-wj7r-74h6-3r6w.json index 43f68ac4bd1..3c28c2d1430 100644 --- a/advisories/unreviewed/2024/09/GHSA-wj7r-74h6-3r6w/GHSA-wj7r-74h6-3r6w.json +++ b/advisories/unreviewed/2024/09/GHSA-wj7r-74h6-3r6w/GHSA-wj7r-74h6-3r6w.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/09/GHSA-wq3w-cxm3-hwjr/GHSA-wq3w-cxm3-hwjr.json b/advisories/unreviewed/2024/09/GHSA-wq3w-cxm3-hwjr/GHSA-wq3w-cxm3-hwjr.json index 5801bd8627b..0f9bad8d6ae 100644 --- a/advisories/unreviewed/2024/09/GHSA-wq3w-cxm3-hwjr/GHSA-wq3w-cxm3-hwjr.json +++ b/advisories/unreviewed/2024/09/GHSA-wq3w-cxm3-hwjr/GHSA-wq3w-cxm3-hwjr.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-ww64-xcqm-5jhf/GHSA-ww64-xcqm-5jhf.json b/advisories/unreviewed/2024/09/GHSA-ww64-xcqm-5jhf/GHSA-ww64-xcqm-5jhf.json index 5bdf28b21ec..dc269087bc6 100644 --- a/advisories/unreviewed/2024/09/GHSA-ww64-xcqm-5jhf/GHSA-ww64-xcqm-5jhf.json +++ b/advisories/unreviewed/2024/09/GHSA-ww64-xcqm-5jhf/GHSA-ww64-xcqm-5jhf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-wx2g-pjx5-v6r9/GHSA-wx2g-pjx5-v6r9.json b/advisories/unreviewed/2024/09/GHSA-wx2g-pjx5-v6r9/GHSA-wx2g-pjx5-v6r9.json index 2c2a146488b..16b4f090725 100644 --- a/advisories/unreviewed/2024/09/GHSA-wx2g-pjx5-v6r9/GHSA-wx2g-pjx5-v6r9.json +++ b/advisories/unreviewed/2024/09/GHSA-wx2g-pjx5-v6r9/GHSA-wx2g-pjx5-v6r9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-wx2w-96rx-h8gc/GHSA-wx2w-96rx-h8gc.json b/advisories/unreviewed/2024/09/GHSA-wx2w-96rx-h8gc/GHSA-wx2w-96rx-h8gc.json index 944af36e54b..e9bd2f053e3 100644 --- a/advisories/unreviewed/2024/09/GHSA-wx2w-96rx-h8gc/GHSA-wx2w-96rx-h8gc.json +++ b/advisories/unreviewed/2024/09/GHSA-wx2w-96rx-h8gc/GHSA-wx2w-96rx-h8gc.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/09/GHSA-xhvg-75gp-pqfj/GHSA-xhvg-75gp-pqfj.json b/advisories/unreviewed/2024/09/GHSA-xhvg-75gp-pqfj/GHSA-xhvg-75gp-pqfj.json index 95d651fd005..6d71ae9a0d9 100644 --- a/advisories/unreviewed/2024/09/GHSA-xhvg-75gp-pqfj/GHSA-xhvg-75gp-pqfj.json +++ b/advisories/unreviewed/2024/09/GHSA-xhvg-75gp-pqfj/GHSA-xhvg-75gp-pqfj.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",