diff --git a/advisories/github-reviewed/2022/02/GHSA-45w3-v3g4-54pm/GHSA-45w3-v3g4-54pm.json b/advisories/github-reviewed/2022/02/GHSA-45w3-v3g4-54pm/GHSA-45w3-v3g4-54pm.json index 016338a2d66..a22ac85982a 100644 --- a/advisories/github-reviewed/2022/02/GHSA-45w3-v3g4-54pm/GHSA-45w3-v3g4-54pm.json +++ b/advisories/github-reviewed/2022/02/GHSA-45w3-v3g4-54pm/GHSA-45w3-v3g4-54pm.json @@ -3,14 +3,10 @@ "id": "GHSA-45w3-v3g4-54pm", "modified": "2022-09-12T20:44:49Z", "published": "2022-02-11T19:11:36Z", - "aliases": [ - - ], + "aliases": [], "summary": "Chrono has potential segfault issue in SPIFFE authenticator", "details": "### Impact\nSeveral vulnerabilities have been reported in the `time` and `chrono` crates related to handling of calls to `localtime_r`. You can follow some of the discussions [here](https://github.com/chronotope/chrono/issues/602) and [here](https://github.com/time-rs/time/issues/293), and the associated CVE [here](https://nvd.nist.gov/vuln/detail/CVE-2020-26235). In our case, the issue with the dependency was flagged by our nightly CI build running [`cargo-audit`](https://github.com/parallaxsecond/parsec/issues/544). \n\nThe vulnerability leads to a segfault in specific circumstances - namely, when one of a number of functions in the `time` crate is called while any other thread is setting an environment variable. Given that in the case of the Parsec service this affects the SPIFFE authenticator, Parsec service users can encounter the issue only when the JWT SVID authenticator is enabled and being used. We have not undergone any manual tracing to understand if the vulnerable methods are called anywhere in our stack, however it seems reasonable to expect that if that were to be the case, the issue would lie in JWT validation (i.e. when handling the dates found within a Json Web Token). JWT validation could thus fail, bringing down the thread in which the request happens. The rest of the threads continue to work. Since the threadpool implementation that we use [continues replenishing the pool](https://docs.rs/threadpool/latest/threadpool/) when one thread panics, the impact on the service should be minimal.\n\n### Patches\nNo current patches exist as the problems lie in a number of dependencies that are not under our control (see more details [here](https://github.com/parallaxsecond/parsec/issues/544#issuecomment-1024185688)).\n\nThe issue tracking the required change in the `rust-spiffe` crate (through which the vulnerable dependencies are imported in Parsec) can be seen [here](https://github.com/maxlambrecht/rust-spiffe/issues/17). Once updates happen in our dependency chain that allow us to update beyond the vulnerable versions of `time` and `chrono`, a new version of the Parsec service will be tagged and released with the appropriate notifications.\n\n### Workarounds\nThe only complete workaround is to use a different type of authenticator with the Parsec service. \n\n### References\nAs quoted in the initial paragraph, you can find out more information:\n* in the `chrono` repo issue [here](https://github.com/chronotope/chrono/issues/602)\n* in the `time` repo issue [here](https://github.com/time-rs/time/issues/293)\n* in the official CVE report [here](https://nvd.nist.gov/vuln/detail/CVE-2020-26235)\n* in our tracking issue [here](https://github.com/parallaxsecond/parsec/issues/544)\n\n### For more information:\nIf you have any questions or comments about this advisory:\n* Open an issue in [the Parsec service repo](https://github.com/parallaxsecond/parsec)\n* Email us at [cncf-parsec-maintainers@lists.cncf.io](mailto:cncf-parsec-maintainers@lists.cncf.io)", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/05/GHSA-xh5x-j8jf-pcpx/GHSA-xh5x-j8jf-pcpx.json b/advisories/github-reviewed/2022/05/GHSA-xh5x-j8jf-pcpx/GHSA-xh5x-j8jf-pcpx.json index 353d371e3cc..080156a2855 100644 --- a/advisories/github-reviewed/2022/05/GHSA-xh5x-j8jf-pcpx/GHSA-xh5x-j8jf-pcpx.json +++ b/advisories/github-reviewed/2022/05/GHSA-xh5x-j8jf-pcpx/GHSA-xh5x-j8jf-pcpx.json @@ -8,9 +8,7 @@ ], "summary": "Improper Neutralization of CRLF Sequences in HTTP Headers in Apache Tomcat", "details": "Integer overflow in java/org/apache/tomcat/util/buf/Ascii.java in Apache Tomcat before 6.0.40, 7.x before 7.0.53, and 8.x before 8.0.4, when operated behind a reverse proxy, allows remote attackers to conduct HTTP request smuggling attacks via a crafted Content-Length HTTP header.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2024/02/GHSA-jw7r-rxff-gv24/GHSA-jw7r-rxff-gv24.json b/advisories/github-reviewed/2024/02/GHSA-jw7r-rxff-gv24/GHSA-jw7r-rxff-gv24.json index e6e49ed53b2..fc136768b8c 100644 --- a/advisories/github-reviewed/2024/02/GHSA-jw7r-rxff-gv24/GHSA-jw7r-rxff-gv24.json +++ b/advisories/github-reviewed/2024/02/GHSA-jw7r-rxff-gv24/GHSA-jw7r-rxff-gv24.json @@ -8,9 +8,7 @@ ], "summary": "Apache James MIME4J improper input validation vulnerability", "details": "Improper input validation allows for header injection in MIME4J library when using MIME4J DOM for composing message.\nThis can be exploited by an attacker to add unintended headers to MIME messages.\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2024/04/GHSA-346h-749j-r28w/GHSA-346h-749j-r28w.json b/advisories/github-reviewed/2024/04/GHSA-346h-749j-r28w/GHSA-346h-749j-r28w.json index 37486f402a6..6f1490fedd7 100644 --- a/advisories/github-reviewed/2024/04/GHSA-346h-749j-r28w/GHSA-346h-749j-r28w.json +++ b/advisories/github-reviewed/2024/04/GHSA-346h-749j-r28w/GHSA-346h-749j-r28w.json @@ -3,9 +3,7 @@ "id": "GHSA-346h-749j-r28w", "modified": "2024-04-25T18:31:58Z", "published": "2024-04-25T18:31:58Z", - "aliases": [ - - ], + "aliases": [], "summary": "PHPECC vulnerable to multiple cryptographic side-channel attacks", "details": "### ECDSA Canonicalization\n\nPHPECC is vulnerable to malleable ECDSA signature attacks. \n\n### Constant-Time Signer\n\nWhen generating a new ECDSA signature, the GMPMath adapter was used. This class wraps the GNU Multiple Precision arithmetic library (GMP), which does not aim to provide constant-time implementations of algorithms.\n\nAn attacker capable of triggering many signatures and studying the time it takes to perform each operation would be able to leak the secret number, `k`, and thereby learn the private key.\n\n### EcDH Timing Leaks\n\nWhen calculating a shared secret using the `EcDH` class, the scalar-point multiplication is based on the arithmetic defined by the `Point` class.\n\nEven though the library implements a Montgomery ladder, the `add()`, `mul()`, and `getDouble()` methods on the `Point` class are not constant-time. This means that your ECDH private keys are leaking information about each bit of your private key through a timing side-channel.", "severity": [ diff --git a/advisories/github-reviewed/2024/04/GHSA-mx3p-fhpw-x6rv/GHSA-mx3p-fhpw-x6rv.json b/advisories/github-reviewed/2024/04/GHSA-mx3p-fhpw-x6rv/GHSA-mx3p-fhpw-x6rv.json index d18fd13470f..c5a602c7953 100644 --- a/advisories/github-reviewed/2024/04/GHSA-mx3p-fhpw-x6rv/GHSA-mx3p-fhpw-x6rv.json +++ b/advisories/github-reviewed/2024/04/GHSA-mx3p-fhpw-x6rv/GHSA-mx3p-fhpw-x6rv.json @@ -8,9 +8,7 @@ ], "summary": "TCPDF vulnerable to Regular Expression Denial of Service", "details": "TCPDF version <= 6.7.4 is vulnerable to ReDoS (Regular Expression Denial of Service) if parsing an untrusted HTML page with a crafted color.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2024/05/GHSA-qjcv-rx3v-7mvj/GHSA-qjcv-rx3v-7mvj.json b/advisories/github-reviewed/2024/05/GHSA-qjcv-rx3v-7mvj/GHSA-qjcv-rx3v-7mvj.json index e46d84fa8b5..e6f071e3f69 100644 --- a/advisories/github-reviewed/2024/05/GHSA-qjcv-rx3v-7mvj/GHSA-qjcv-rx3v-7mvj.json +++ b/advisories/github-reviewed/2024/05/GHSA-qjcv-rx3v-7mvj/GHSA-qjcv-rx3v-7mvj.json @@ -3,14 +3,10 @@ "id": "GHSA-qjcv-rx3v-7mvj", "modified": "2024-05-23T16:07:38Z", "published": "2024-05-20T21:51:33Z", - "aliases": [ - - ], + "aliases": [], "summary": "github.com/cosmos/ibc-go affected by IBC protocol \"Huckleberry\" vulnerability", "details": "The ibc-go module is affected by the Inter-Blockchain Communication (IBC) protocol \"Huckleberry\" vulnerability.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -249,9 +245,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-05-20T21:51:33Z", diff --git a/advisories/github-reviewed/2024/05/GHSA-w8fq-xgvh-cxc2/GHSA-w8fq-xgvh-cxc2.json b/advisories/github-reviewed/2024/05/GHSA-w8fq-xgvh-cxc2/GHSA-w8fq-xgvh-cxc2.json index 4db76b14e76..51e2faf7b5d 100644 --- a/advisories/github-reviewed/2024/05/GHSA-w8fq-xgvh-cxc2/GHSA-w8fq-xgvh-cxc2.json +++ b/advisories/github-reviewed/2024/05/GHSA-w8fq-xgvh-cxc2/GHSA-w8fq-xgvh-cxc2.json @@ -3,9 +3,7 @@ "id": "GHSA-w8fq-xgvh-cxc2", "modified": "2024-05-23T14:41:16Z", "published": "2024-05-23T14:41:16Z", - "aliases": [ - - ], + "aliases": [], "summary": "Silverstripe Forum Module CSRF Vulnerability", "details": "A number of form actions in the Forum module are directly accessible. A malicious user (e.g. spammer) can use GET requests to create Members and post to forums, bypassing CSRF and anti-spam measures.\n\nAdditionally, a forum moderator could be tricked into clicking a specially crafted URL, resulting in a topic being moved.\n\nThanks to Michael Strong for discovering.", "severity": [ diff --git a/advisories/github-reviewed/2024/10/GHSA-25pw-q952-x37g/GHSA-25pw-q952-x37g.json b/advisories/github-reviewed/2024/10/GHSA-25pw-q952-x37g/GHSA-25pw-q952-x37g.json index 370b7b9a93f..2027b493e51 100644 --- a/advisories/github-reviewed/2024/10/GHSA-25pw-q952-x37g/GHSA-25pw-q952-x37g.json +++ b/advisories/github-reviewed/2024/10/GHSA-25pw-q952-x37g/GHSA-25pw-q952-x37g.json @@ -4,14 +4,10 @@ "modified": "2024-10-28T21:50:04Z", "published": "2024-10-28T21:30:34Z", "withdrawn": "2024-10-28T21:50:04Z", - "aliases": [ - - ], + "aliases": [], "summary": "Duplicate Advisory: pyload-ng vulnerable to RCE with js2py sandbox escape", "details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-r9pp-r4xf-597r. This link is maintained to preserve external references.\n\n## Original Description\nAn issue in pyload-ng v0.5.0b3.dev85 running under python3.11 or below allows attackers to execute arbitrary code via a crafted HTTP request.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-10-28T21:50:04Z", diff --git a/advisories/unreviewed/2021/11/GHSA-5rpm-jh2v-38p6/GHSA-5rpm-jh2v-38p6.json b/advisories/unreviewed/2021/11/GHSA-5rpm-jh2v-38p6/GHSA-5rpm-jh2v-38p6.json index 844b2a13bc9..faf879e22a3 100644 --- a/advisories/unreviewed/2021/11/GHSA-5rpm-jh2v-38p6/GHSA-5rpm-jh2v-38p6.json +++ b/advisories/unreviewed/2021/11/GHSA-5rpm-jh2v-38p6/GHSA-5rpm-jh2v-38p6.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/2021/11/GHSA-7qp4-qv4w-q6jm/GHSA-7qp4-qv4w-q6jm.json b/advisories/unreviewed/2021/11/GHSA-7qp4-qv4w-q6jm/GHSA-7qp4-qv4w-q6jm.json index 883f561bf12..7ba05d16fd0 100644 --- a/advisories/unreviewed/2021/11/GHSA-7qp4-qv4w-q6jm/GHSA-7qp4-qv4w-q6jm.json +++ b/advisories/unreviewed/2021/11/GHSA-7qp4-qv4w-q6jm/GHSA-7qp4-qv4w-q6jm.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/2021/11/GHSA-g42c-hpcx-483f/GHSA-g42c-hpcx-483f.json b/advisories/unreviewed/2021/11/GHSA-g42c-hpcx-483f/GHSA-g42c-hpcx-483f.json index 894191227e7..5f035248a0f 100644 --- a/advisories/unreviewed/2021/11/GHSA-g42c-hpcx-483f/GHSA-g42c-hpcx-483f.json +++ b/advisories/unreviewed/2021/11/GHSA-g42c-hpcx-483f/GHSA-g42c-hpcx-483f.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/2021/11/GHSA-v5f8-gc5j-r8rv/GHSA-v5f8-gc5j-r8rv.json b/advisories/unreviewed/2021/11/GHSA-v5f8-gc5j-r8rv/GHSA-v5f8-gc5j-r8rv.json index 3f9c2ed6182..852c95d2fbd 100644 --- a/advisories/unreviewed/2021/11/GHSA-v5f8-gc5j-r8rv/GHSA-v5f8-gc5j-r8rv.json +++ b/advisories/unreviewed/2021/11/GHSA-v5f8-gc5j-r8rv/GHSA-v5f8-gc5j-r8rv.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/2021/12/GHSA-7c4g-8373-rcp3/GHSA-7c4g-8373-rcp3.json b/advisories/unreviewed/2021/12/GHSA-7c4g-8373-rcp3/GHSA-7c4g-8373-rcp3.json index fcf66dac7bc..f38d33f2d8e 100644 --- a/advisories/unreviewed/2021/12/GHSA-7c4g-8373-rcp3/GHSA-7c4g-8373-rcp3.json +++ b/advisories/unreviewed/2021/12/GHSA-7c4g-8373-rcp3/GHSA-7c4g-8373-rcp3.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/2021/12/GHSA-g3fh-c7h3-x56j/GHSA-g3fh-c7h3-x56j.json b/advisories/unreviewed/2021/12/GHSA-g3fh-c7h3-x56j/GHSA-g3fh-c7h3-x56j.json index b25177d9b78..9f5b5a45d0f 100644 --- a/advisories/unreviewed/2021/12/GHSA-g3fh-c7h3-x56j/GHSA-g3fh-c7h3-x56j.json +++ b/advisories/unreviewed/2021/12/GHSA-g3fh-c7h3-x56j/GHSA-g3fh-c7h3-x56j.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/2021/12/GHSA-jr2g-cv62-4vcw/GHSA-jr2g-cv62-4vcw.json b/advisories/unreviewed/2021/12/GHSA-jr2g-cv62-4vcw/GHSA-jr2g-cv62-4vcw.json index b5cc44f43d2..94ea8c347d9 100644 --- a/advisories/unreviewed/2021/12/GHSA-jr2g-cv62-4vcw/GHSA-jr2g-cv62-4vcw.json +++ b/advisories/unreviewed/2021/12/GHSA-jr2g-cv62-4vcw/GHSA-jr2g-cv62-4vcw.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/2021/12/GHSA-pmc4-9968-jrp7/GHSA-pmc4-9968-jrp7.json b/advisories/unreviewed/2021/12/GHSA-pmc4-9968-jrp7/GHSA-pmc4-9968-jrp7.json index 50362fc5e14..9879210a914 100644 --- a/advisories/unreviewed/2021/12/GHSA-pmc4-9968-jrp7/GHSA-pmc4-9968-jrp7.json +++ b/advisories/unreviewed/2021/12/GHSA-pmc4-9968-jrp7/GHSA-pmc4-9968-jrp7.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/2021/12/GHSA-r96m-rq4f-96v2/GHSA-r96m-rq4f-96v2.json b/advisories/unreviewed/2021/12/GHSA-r96m-rq4f-96v2/GHSA-r96m-rq4f-96v2.json index 9b5feb5f15b..19336a7db69 100644 --- a/advisories/unreviewed/2021/12/GHSA-r96m-rq4f-96v2/GHSA-r96m-rq4f-96v2.json +++ b/advisories/unreviewed/2021/12/GHSA-r96m-rq4f-96v2/GHSA-r96m-rq4f-96v2.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/2021/12/GHSA-wm4g-hw88-g25h/GHSA-wm4g-hw88-g25h.json b/advisories/unreviewed/2021/12/GHSA-wm4g-hw88-g25h/GHSA-wm4g-hw88-g25h.json index 2e5ee504be9..531fc4f6cc7 100644 --- a/advisories/unreviewed/2021/12/GHSA-wm4g-hw88-g25h/GHSA-wm4g-hw88-g25h.json +++ b/advisories/unreviewed/2021/12/GHSA-wm4g-hw88-g25h/GHSA-wm4g-hw88-g25h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-7jv6-5f7h-7g3g/GHSA-7jv6-5f7h-7g3g.json b/advisories/unreviewed/2022/01/GHSA-7jv6-5f7h-7g3g/GHSA-7jv6-5f7h-7g3g.json index 34235863239..0b05748f7e9 100644 --- a/advisories/unreviewed/2022/01/GHSA-7jv6-5f7h-7g3g/GHSA-7jv6-5f7h-7g3g.json +++ b/advisories/unreviewed/2022/01/GHSA-7jv6-5f7h-7g3g/GHSA-7jv6-5f7h-7g3g.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/01/GHSA-8g8v-256r-57v7/GHSA-8g8v-256r-57v7.json b/advisories/unreviewed/2022/01/GHSA-8g8v-256r-57v7/GHSA-8g8v-256r-57v7.json index 5548e9b7ef9..0a8fad27738 100644 --- a/advisories/unreviewed/2022/01/GHSA-8g8v-256r-57v7/GHSA-8g8v-256r-57v7.json +++ b/advisories/unreviewed/2022/01/GHSA-8g8v-256r-57v7/GHSA-8g8v-256r-57v7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-9xmw-jrc5-v3fp/GHSA-9xmw-jrc5-v3fp.json b/advisories/unreviewed/2022/01/GHSA-9xmw-jrc5-v3fp/GHSA-9xmw-jrc5-v3fp.json index 9fdf89ecf4c..697b3419c0b 100644 --- a/advisories/unreviewed/2022/01/GHSA-9xmw-jrc5-v3fp/GHSA-9xmw-jrc5-v3fp.json +++ b/advisories/unreviewed/2022/01/GHSA-9xmw-jrc5-v3fp/GHSA-9xmw-jrc5-v3fp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-fhxm-4mc9-6jf5/GHSA-fhxm-4mc9-6jf5.json b/advisories/unreviewed/2022/01/GHSA-fhxm-4mc9-6jf5/GHSA-fhxm-4mc9-6jf5.json index a2680627ddd..9122ff474fd 100644 --- a/advisories/unreviewed/2022/01/GHSA-fhxm-4mc9-6jf5/GHSA-fhxm-4mc9-6jf5.json +++ b/advisories/unreviewed/2022/01/GHSA-fhxm-4mc9-6jf5/GHSA-fhxm-4mc9-6jf5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-h2ww-p8c6-6v58/GHSA-h2ww-p8c6-6v58.json b/advisories/unreviewed/2022/01/GHSA-h2ww-p8c6-6v58/GHSA-h2ww-p8c6-6v58.json index b79465ea59b..5635052bd10 100644 --- a/advisories/unreviewed/2022/01/GHSA-h2ww-p8c6-6v58/GHSA-h2ww-p8c6-6v58.json +++ b/advisories/unreviewed/2022/01/GHSA-h2ww-p8c6-6v58/GHSA-h2ww-p8c6-6v58.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-h6vv-w7pc-rvq9/GHSA-h6vv-w7pc-rvq9.json b/advisories/unreviewed/2022/01/GHSA-h6vv-w7pc-rvq9/GHSA-h6vv-w7pc-rvq9.json index a3aa699f9d6..e5e2236e7bc 100644 --- a/advisories/unreviewed/2022/01/GHSA-h6vv-w7pc-rvq9/GHSA-h6vv-w7pc-rvq9.json +++ b/advisories/unreviewed/2022/01/GHSA-h6vv-w7pc-rvq9/GHSA-h6vv-w7pc-rvq9.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/01/GHSA-m967-87xc-9h3f/GHSA-m967-87xc-9h3f.json b/advisories/unreviewed/2022/01/GHSA-m967-87xc-9h3f/GHSA-m967-87xc-9h3f.json index f93d759028d..10aa41f7a91 100644 --- a/advisories/unreviewed/2022/01/GHSA-m967-87xc-9h3f/GHSA-m967-87xc-9h3f.json +++ b/advisories/unreviewed/2022/01/GHSA-m967-87xc-9h3f/GHSA-m967-87xc-9h3f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-p4v3-xxw2-gx2c/GHSA-p4v3-xxw2-gx2c.json b/advisories/unreviewed/2022/01/GHSA-p4v3-xxw2-gx2c/GHSA-p4v3-xxw2-gx2c.json index 59bada36b40..c7bcd494969 100644 --- a/advisories/unreviewed/2022/01/GHSA-p4v3-xxw2-gx2c/GHSA-p4v3-xxw2-gx2c.json +++ b/advisories/unreviewed/2022/01/GHSA-p4v3-xxw2-gx2c/GHSA-p4v3-xxw2-gx2c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-r7r9-8x8h-443r/GHSA-r7r9-8x8h-443r.json b/advisories/unreviewed/2022/01/GHSA-r7r9-8x8h-443r/GHSA-r7r9-8x8h-443r.json index b0f91eadcbc..fefde5bef8e 100644 --- a/advisories/unreviewed/2022/01/GHSA-r7r9-8x8h-443r/GHSA-r7r9-8x8h-443r.json +++ b/advisories/unreviewed/2022/01/GHSA-r7r9-8x8h-443r/GHSA-r7r9-8x8h-443r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/01/GHSA-vwm2-rj6m-p924/GHSA-vwm2-rj6m-p924.json b/advisories/unreviewed/2022/01/GHSA-vwm2-rj6m-p924/GHSA-vwm2-rj6m-p924.json index 71790ae0e7d..b5ab2f861d5 100644 --- a/advisories/unreviewed/2022/01/GHSA-vwm2-rj6m-p924/GHSA-vwm2-rj6m-p924.json +++ b/advisories/unreviewed/2022/01/GHSA-vwm2-rj6m-p924/GHSA-vwm2-rj6m-p924.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-3hhp-w7c3-gjq2/GHSA-3hhp-w7c3-gjq2.json b/advisories/unreviewed/2022/02/GHSA-3hhp-w7c3-gjq2/GHSA-3hhp-w7c3-gjq2.json index e7d02f594ba..8d8015e874c 100644 --- a/advisories/unreviewed/2022/02/GHSA-3hhp-w7c3-gjq2/GHSA-3hhp-w7c3-gjq2.json +++ b/advisories/unreviewed/2022/02/GHSA-3hhp-w7c3-gjq2/GHSA-3hhp-w7c3-gjq2.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/02/GHSA-753g-f73x-8w98/GHSA-753g-f73x-8w98.json b/advisories/unreviewed/2022/02/GHSA-753g-f73x-8w98/GHSA-753g-f73x-8w98.json index 49c9a69115e..6f788f957c7 100644 --- a/advisories/unreviewed/2022/02/GHSA-753g-f73x-8w98/GHSA-753g-f73x-8w98.json +++ b/advisories/unreviewed/2022/02/GHSA-753g-f73x-8w98/GHSA-753g-f73x-8w98.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/02/GHSA-8j23-w6cm-fq4q/GHSA-8j23-w6cm-fq4q.json b/advisories/unreviewed/2022/02/GHSA-8j23-w6cm-fq4q/GHSA-8j23-w6cm-fq4q.json index 5eb733bd05b..8de07a1f7c3 100644 --- a/advisories/unreviewed/2022/02/GHSA-8j23-w6cm-fq4q/GHSA-8j23-w6cm-fq4q.json +++ b/advisories/unreviewed/2022/02/GHSA-8j23-w6cm-fq4q/GHSA-8j23-w6cm-fq4q.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/02/GHSA-8v47-xfh7-92fh/GHSA-8v47-xfh7-92fh.json b/advisories/unreviewed/2022/02/GHSA-8v47-xfh7-92fh/GHSA-8v47-xfh7-92fh.json index 1c94912fb59..93c71e697f7 100644 --- a/advisories/unreviewed/2022/02/GHSA-8v47-xfh7-92fh/GHSA-8v47-xfh7-92fh.json +++ b/advisories/unreviewed/2022/02/GHSA-8v47-xfh7-92fh/GHSA-8v47-xfh7-92fh.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/02/GHSA-9j45-cjg7-r8w4/GHSA-9j45-cjg7-r8w4.json b/advisories/unreviewed/2022/02/GHSA-9j45-cjg7-r8w4/GHSA-9j45-cjg7-r8w4.json index 032cc7da375..9eb7089b484 100644 --- a/advisories/unreviewed/2022/02/GHSA-9j45-cjg7-r8w4/GHSA-9j45-cjg7-r8w4.json +++ b/advisories/unreviewed/2022/02/GHSA-9j45-cjg7-r8w4/GHSA-9j45-cjg7-r8w4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -51,9 +49,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/02/GHSA-c48w-4644-5538/GHSA-c48w-4644-5538.json b/advisories/unreviewed/2022/02/GHSA-c48w-4644-5538/GHSA-c48w-4644-5538.json index f31e924e69d..5fdce10eaaa 100644 --- a/advisories/unreviewed/2022/02/GHSA-c48w-4644-5538/GHSA-c48w-4644-5538.json +++ b/advisories/unreviewed/2022/02/GHSA-c48w-4644-5538/GHSA-c48w-4644-5538.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/02/GHSA-fmc6-6r82-9j7v/GHSA-fmc6-6r82-9j7v.json b/advisories/unreviewed/2022/02/GHSA-fmc6-6r82-9j7v/GHSA-fmc6-6r82-9j7v.json index 956b1c085c8..fdedaed6b27 100644 --- a/advisories/unreviewed/2022/02/GHSA-fmc6-6r82-9j7v/GHSA-fmc6-6r82-9j7v.json +++ b/advisories/unreviewed/2022/02/GHSA-fmc6-6r82-9j7v/GHSA-fmc6-6r82-9j7v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-gpmp-x3gj-4qx8/GHSA-gpmp-x3gj-4qx8.json b/advisories/unreviewed/2022/02/GHSA-gpmp-x3gj-4qx8/GHSA-gpmp-x3gj-4qx8.json index fc3e4dbf08e..059c58a5ad7 100644 --- a/advisories/unreviewed/2022/02/GHSA-gpmp-x3gj-4qx8/GHSA-gpmp-x3gj-4qx8.json +++ b/advisories/unreviewed/2022/02/GHSA-gpmp-x3gj-4qx8/GHSA-gpmp-x3gj-4qx8.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/02/GHSA-hm7g-c3p8-8xwf/GHSA-hm7g-c3p8-8xwf.json b/advisories/unreviewed/2022/02/GHSA-hm7g-c3p8-8xwf/GHSA-hm7g-c3p8-8xwf.json index 0b5d53ad176..3776c2130e7 100644 --- a/advisories/unreviewed/2022/02/GHSA-hm7g-c3p8-8xwf/GHSA-hm7g-c3p8-8xwf.json +++ b/advisories/unreviewed/2022/02/GHSA-hm7g-c3p8-8xwf/GHSA-hm7g-c3p8-8xwf.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/02/GHSA-m236-5q24-77fq/GHSA-m236-5q24-77fq.json b/advisories/unreviewed/2022/02/GHSA-m236-5q24-77fq/GHSA-m236-5q24-77fq.json index e719d4235df..cdbdad1d76f 100644 --- a/advisories/unreviewed/2022/02/GHSA-m236-5q24-77fq/GHSA-m236-5q24-77fq.json +++ b/advisories/unreviewed/2022/02/GHSA-m236-5q24-77fq/GHSA-m236-5q24-77fq.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/02/GHSA-m93q-8wxv-xgc5/GHSA-m93q-8wxv-xgc5.json b/advisories/unreviewed/2022/02/GHSA-m93q-8wxv-xgc5/GHSA-m93q-8wxv-xgc5.json index 2874991db9c..a35557a2471 100644 --- a/advisories/unreviewed/2022/02/GHSA-m93q-8wxv-xgc5/GHSA-m93q-8wxv-xgc5.json +++ b/advisories/unreviewed/2022/02/GHSA-m93q-8wxv-xgc5/GHSA-m93q-8wxv-xgc5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/02/GHSA-ph2x-8239-7xc7/GHSA-ph2x-8239-7xc7.json b/advisories/unreviewed/2022/02/GHSA-ph2x-8239-7xc7/GHSA-ph2x-8239-7xc7.json index 7e743cd737a..0acd14d58a6 100644 --- a/advisories/unreviewed/2022/02/GHSA-ph2x-8239-7xc7/GHSA-ph2x-8239-7xc7.json +++ b/advisories/unreviewed/2022/02/GHSA-ph2x-8239-7xc7/GHSA-ph2x-8239-7xc7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -75,9 +73,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/02/GHSA-rrrg-823g-x93p/GHSA-rrrg-823g-x93p.json b/advisories/unreviewed/2022/02/GHSA-rrrg-823g-x93p/GHSA-rrrg-823g-x93p.json index 3b5a7afbbcc..3ccf2a1d453 100644 --- a/advisories/unreviewed/2022/02/GHSA-rrrg-823g-x93p/GHSA-rrrg-823g-x93p.json +++ b/advisories/unreviewed/2022/02/GHSA-rrrg-823g-x93p/GHSA-rrrg-823g-x93p.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/02/GHSA-vvr6-r92h-x7jw/GHSA-vvr6-r92h-x7jw.json b/advisories/unreviewed/2022/02/GHSA-vvr6-r92h-x7jw/GHSA-vvr6-r92h-x7jw.json index 560e6914979..983bbca6d34 100644 --- a/advisories/unreviewed/2022/02/GHSA-vvr6-r92h-x7jw/GHSA-vvr6-r92h-x7jw.json +++ b/advisories/unreviewed/2022/02/GHSA-vvr6-r92h-x7jw/GHSA-vvr6-r92h-x7jw.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/03/GHSA-3wh6-3gw8-2734/GHSA-3wh6-3gw8-2734.json b/advisories/unreviewed/2022/03/GHSA-3wh6-3gw8-2734/GHSA-3wh6-3gw8-2734.json index 8a8f48a750b..29a0fb5ad45 100644 --- a/advisories/unreviewed/2022/03/GHSA-3wh6-3gw8-2734/GHSA-3wh6-3gw8-2734.json +++ b/advisories/unreviewed/2022/03/GHSA-3wh6-3gw8-2734/GHSA-3wh6-3gw8-2734.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/03/GHSA-4q58-23pv-54c4/GHSA-4q58-23pv-54c4.json b/advisories/unreviewed/2022/03/GHSA-4q58-23pv-54c4/GHSA-4q58-23pv-54c4.json index 94a6f15754f..50c03168d49 100644 --- a/advisories/unreviewed/2022/03/GHSA-4q58-23pv-54c4/GHSA-4q58-23pv-54c4.json +++ b/advisories/unreviewed/2022/03/GHSA-4q58-23pv-54c4/GHSA-4q58-23pv-54c4.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/03/GHSA-542x-jxrc-hw4x/GHSA-542x-jxrc-hw4x.json b/advisories/unreviewed/2022/03/GHSA-542x-jxrc-hw4x/GHSA-542x-jxrc-hw4x.json index a36d012ffd2..aae8203b1e4 100644 --- a/advisories/unreviewed/2022/03/GHSA-542x-jxrc-hw4x/GHSA-542x-jxrc-hw4x.json +++ b/advisories/unreviewed/2022/03/GHSA-542x-jxrc-hw4x/GHSA-542x-jxrc-hw4x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/03/GHSA-5wv4-gxj7-wpqw/GHSA-5wv4-gxj7-wpqw.json b/advisories/unreviewed/2022/03/GHSA-5wv4-gxj7-wpqw/GHSA-5wv4-gxj7-wpqw.json index ca35b10f448..b6f100ec9e3 100644 --- a/advisories/unreviewed/2022/03/GHSA-5wv4-gxj7-wpqw/GHSA-5wv4-gxj7-wpqw.json +++ b/advisories/unreviewed/2022/03/GHSA-5wv4-gxj7-wpqw/GHSA-5wv4-gxj7-wpqw.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/03/GHSA-7jwv-68jq-fxv3/GHSA-7jwv-68jq-fxv3.json b/advisories/unreviewed/2022/03/GHSA-7jwv-68jq-fxv3/GHSA-7jwv-68jq-fxv3.json index 186943e6302..bde81e55f79 100644 --- a/advisories/unreviewed/2022/03/GHSA-7jwv-68jq-fxv3/GHSA-7jwv-68jq-fxv3.json +++ b/advisories/unreviewed/2022/03/GHSA-7jwv-68jq-fxv3/GHSA-7jwv-68jq-fxv3.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/03/GHSA-83cp-rqx6-h4pq/GHSA-83cp-rqx6-h4pq.json b/advisories/unreviewed/2022/03/GHSA-83cp-rqx6-h4pq/GHSA-83cp-rqx6-h4pq.json index 561b497f19c..ed40dc92a90 100644 --- a/advisories/unreviewed/2022/03/GHSA-83cp-rqx6-h4pq/GHSA-83cp-rqx6-h4pq.json +++ b/advisories/unreviewed/2022/03/GHSA-83cp-rqx6-h4pq/GHSA-83cp-rqx6-h4pq.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/03/GHSA-8572-qr47-9x7c/GHSA-8572-qr47-9x7c.json b/advisories/unreviewed/2022/03/GHSA-8572-qr47-9x7c/GHSA-8572-qr47-9x7c.json index b613463ddab..e3eadf5316f 100644 --- a/advisories/unreviewed/2022/03/GHSA-8572-qr47-9x7c/GHSA-8572-qr47-9x7c.json +++ b/advisories/unreviewed/2022/03/GHSA-8572-qr47-9x7c/GHSA-8572-qr47-9x7c.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/03/GHSA-8m78-cfpj-v8gh/GHSA-8m78-cfpj-v8gh.json b/advisories/unreviewed/2022/03/GHSA-8m78-cfpj-v8gh/GHSA-8m78-cfpj-v8gh.json index edfc3efbb6e..c3e3509d1a2 100644 --- a/advisories/unreviewed/2022/03/GHSA-8m78-cfpj-v8gh/GHSA-8m78-cfpj-v8gh.json +++ b/advisories/unreviewed/2022/03/GHSA-8m78-cfpj-v8gh/GHSA-8m78-cfpj-v8gh.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/03/GHSA-cmfx-9cxf-9xxj/GHSA-cmfx-9cxf-9xxj.json b/advisories/unreviewed/2022/03/GHSA-cmfx-9cxf-9xxj/GHSA-cmfx-9cxf-9xxj.json index eb617c25908..3452903c4e3 100644 --- a/advisories/unreviewed/2022/03/GHSA-cmfx-9cxf-9xxj/GHSA-cmfx-9cxf-9xxj.json +++ b/advisories/unreviewed/2022/03/GHSA-cmfx-9cxf-9xxj/GHSA-cmfx-9cxf-9xxj.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/03/GHSA-f3hp-q8m3-g693/GHSA-f3hp-q8m3-g693.json b/advisories/unreviewed/2022/03/GHSA-f3hp-q8m3-g693/GHSA-f3hp-q8m3-g693.json index b17f1489014..14a9299a33f 100644 --- a/advisories/unreviewed/2022/03/GHSA-f3hp-q8m3-g693/GHSA-f3hp-q8m3-g693.json +++ b/advisories/unreviewed/2022/03/GHSA-f3hp-q8m3-g693/GHSA-f3hp-q8m3-g693.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/03/GHSA-fw6v-g5mg-mh8r/GHSA-fw6v-g5mg-mh8r.json b/advisories/unreviewed/2022/03/GHSA-fw6v-g5mg-mh8r/GHSA-fw6v-g5mg-mh8r.json index 202782425a1..ac31a700c66 100644 --- a/advisories/unreviewed/2022/03/GHSA-fw6v-g5mg-mh8r/GHSA-fw6v-g5mg-mh8r.json +++ b/advisories/unreviewed/2022/03/GHSA-fw6v-g5mg-mh8r/GHSA-fw6v-g5mg-mh8r.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/03/GHSA-gg4q-gffx-2ffc/GHSA-gg4q-gffx-2ffc.json b/advisories/unreviewed/2022/03/GHSA-gg4q-gffx-2ffc/GHSA-gg4q-gffx-2ffc.json index c6ade4b985a..cfb4d93afec 100644 --- a/advisories/unreviewed/2022/03/GHSA-gg4q-gffx-2ffc/GHSA-gg4q-gffx-2ffc.json +++ b/advisories/unreviewed/2022/03/GHSA-gg4q-gffx-2ffc/GHSA-gg4q-gffx-2ffc.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/03/GHSA-gw3c-4c2x-84wq/GHSA-gw3c-4c2x-84wq.json b/advisories/unreviewed/2022/03/GHSA-gw3c-4c2x-84wq/GHSA-gw3c-4c2x-84wq.json index ede939d9e30..55a6476d89b 100644 --- a/advisories/unreviewed/2022/03/GHSA-gw3c-4c2x-84wq/GHSA-gw3c-4c2x-84wq.json +++ b/advisories/unreviewed/2022/03/GHSA-gw3c-4c2x-84wq/GHSA-gw3c-4c2x-84wq.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/03/GHSA-m4fq-p33h-9j97/GHSA-m4fq-p33h-9j97.json b/advisories/unreviewed/2022/03/GHSA-m4fq-p33h-9j97/GHSA-m4fq-p33h-9j97.json index b60be952c65..0e8b9ce3f0d 100644 --- a/advisories/unreviewed/2022/03/GHSA-m4fq-p33h-9j97/GHSA-m4fq-p33h-9j97.json +++ b/advisories/unreviewed/2022/03/GHSA-m4fq-p33h-9j97/GHSA-m4fq-p33h-9j97.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/03/GHSA-mqqv-pqjp-vhjw/GHSA-mqqv-pqjp-vhjw.json b/advisories/unreviewed/2022/03/GHSA-mqqv-pqjp-vhjw/GHSA-mqqv-pqjp-vhjw.json index f914a0ce07e..f6db8ef1185 100644 --- a/advisories/unreviewed/2022/03/GHSA-mqqv-pqjp-vhjw/GHSA-mqqv-pqjp-vhjw.json +++ b/advisories/unreviewed/2022/03/GHSA-mqqv-pqjp-vhjw/GHSA-mqqv-pqjp-vhjw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/03/GHSA-p228-j6xf-375m/GHSA-p228-j6xf-375m.json b/advisories/unreviewed/2022/03/GHSA-p228-j6xf-375m/GHSA-p228-j6xf-375m.json index 84fb411f6e1..95148877785 100644 --- a/advisories/unreviewed/2022/03/GHSA-p228-j6xf-375m/GHSA-p228-j6xf-375m.json +++ b/advisories/unreviewed/2022/03/GHSA-p228-j6xf-375m/GHSA-p228-j6xf-375m.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/03/GHSA-qh5r-mghj-xj6g/GHSA-qh5r-mghj-xj6g.json b/advisories/unreviewed/2022/03/GHSA-qh5r-mghj-xj6g/GHSA-qh5r-mghj-xj6g.json index 2f391a7591f..ef4be76b066 100644 --- a/advisories/unreviewed/2022/03/GHSA-qh5r-mghj-xj6g/GHSA-qh5r-mghj-xj6g.json +++ b/advisories/unreviewed/2022/03/GHSA-qh5r-mghj-xj6g/GHSA-qh5r-mghj-xj6g.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-284m-6732-qrhg/GHSA-284m-6732-qrhg.json b/advisories/unreviewed/2022/04/GHSA-284m-6732-qrhg/GHSA-284m-6732-qrhg.json index 6ff4a38421f..1fbece86511 100644 --- a/advisories/unreviewed/2022/04/GHSA-284m-6732-qrhg/GHSA-284m-6732-qrhg.json +++ b/advisories/unreviewed/2022/04/GHSA-284m-6732-qrhg/GHSA-284m-6732-qrhg.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/04/GHSA-352q-cw7r-wrj8/GHSA-352q-cw7r-wrj8.json b/advisories/unreviewed/2022/04/GHSA-352q-cw7r-wrj8/GHSA-352q-cw7r-wrj8.json index dcc4c9d2546..765cb58b6a9 100644 --- a/advisories/unreviewed/2022/04/GHSA-352q-cw7r-wrj8/GHSA-352q-cw7r-wrj8.json +++ b/advisories/unreviewed/2022/04/GHSA-352q-cw7r-wrj8/GHSA-352q-cw7r-wrj8.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-355f-vf9w-7hm2/GHSA-355f-vf9w-7hm2.json b/advisories/unreviewed/2022/04/GHSA-355f-vf9w-7hm2/GHSA-355f-vf9w-7hm2.json index 74ef9bfd46c..e201474bcc0 100644 --- a/advisories/unreviewed/2022/04/GHSA-355f-vf9w-7hm2/GHSA-355f-vf9w-7hm2.json +++ b/advisories/unreviewed/2022/04/GHSA-355f-vf9w-7hm2/GHSA-355f-vf9w-7hm2.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/04/GHSA-3qf2-7xvh-j2fx/GHSA-3qf2-7xvh-j2fx.json b/advisories/unreviewed/2022/04/GHSA-3qf2-7xvh-j2fx/GHSA-3qf2-7xvh-j2fx.json index 7d89bc31b75..83c9cfaa4bb 100644 --- a/advisories/unreviewed/2022/04/GHSA-3qf2-7xvh-j2fx/GHSA-3qf2-7xvh-j2fx.json +++ b/advisories/unreviewed/2022/04/GHSA-3qf2-7xvh-j2fx/GHSA-3qf2-7xvh-j2fx.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", @@ -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/04/GHSA-47xc-94f4-86xr/GHSA-47xc-94f4-86xr.json b/advisories/unreviewed/2022/04/GHSA-47xc-94f4-86xr/GHSA-47xc-94f4-86xr.json index 519c2f47893..d6b6d7906ee 100644 --- a/advisories/unreviewed/2022/04/GHSA-47xc-94f4-86xr/GHSA-47xc-94f4-86xr.json +++ b/advisories/unreviewed/2022/04/GHSA-47xc-94f4-86xr/GHSA-47xc-94f4-86xr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-5m39-hcqr-g6xh/GHSA-5m39-hcqr-g6xh.json b/advisories/unreviewed/2022/04/GHSA-5m39-hcqr-g6xh/GHSA-5m39-hcqr-g6xh.json index a83b87ec8ff..25babae82cd 100644 --- a/advisories/unreviewed/2022/04/GHSA-5m39-hcqr-g6xh/GHSA-5m39-hcqr-g6xh.json +++ b/advisories/unreviewed/2022/04/GHSA-5m39-hcqr-g6xh/GHSA-5m39-hcqr-g6xh.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/04/GHSA-5pr8-75gv-c9q3/GHSA-5pr8-75gv-c9q3.json b/advisories/unreviewed/2022/04/GHSA-5pr8-75gv-c9q3/GHSA-5pr8-75gv-c9q3.json index 0f3b83df17d..fa3fae65af8 100644 --- a/advisories/unreviewed/2022/04/GHSA-5pr8-75gv-c9q3/GHSA-5pr8-75gv-c9q3.json +++ b/advisories/unreviewed/2022/04/GHSA-5pr8-75gv-c9q3/GHSA-5pr8-75gv-c9q3.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-7wjg-mhwg-m2rc/GHSA-7wjg-mhwg-m2rc.json b/advisories/unreviewed/2022/04/GHSA-7wjg-mhwg-m2rc/GHSA-7wjg-mhwg-m2rc.json index fa0c0814bcf..b1037325a86 100644 --- a/advisories/unreviewed/2022/04/GHSA-7wjg-mhwg-m2rc/GHSA-7wjg-mhwg-m2rc.json +++ b/advisories/unreviewed/2022/04/GHSA-7wjg-mhwg-m2rc/GHSA-7wjg-mhwg-m2rc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-8gm5-7xcm-j6wx/GHSA-8gm5-7xcm-j6wx.json b/advisories/unreviewed/2022/04/GHSA-8gm5-7xcm-j6wx/GHSA-8gm5-7xcm-j6wx.json index 3ea0f438d4c..bffc8bd3d55 100644 --- a/advisories/unreviewed/2022/04/GHSA-8gm5-7xcm-j6wx/GHSA-8gm5-7xcm-j6wx.json +++ b/advisories/unreviewed/2022/04/GHSA-8gm5-7xcm-j6wx/GHSA-8gm5-7xcm-j6wx.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-8jv6-jjxw-75rx/GHSA-8jv6-jjxw-75rx.json b/advisories/unreviewed/2022/04/GHSA-8jv6-jjxw-75rx/GHSA-8jv6-jjxw-75rx.json index 02d18fd5779..480806bffd1 100644 --- a/advisories/unreviewed/2022/04/GHSA-8jv6-jjxw-75rx/GHSA-8jv6-jjxw-75rx.json +++ b/advisories/unreviewed/2022/04/GHSA-8jv6-jjxw-75rx/GHSA-8jv6-jjxw-75rx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-92r8-w862-f2pj/GHSA-92r8-w862-f2pj.json b/advisories/unreviewed/2022/04/GHSA-92r8-w862-f2pj/GHSA-92r8-w862-f2pj.json index dd23751f2d7..9911da5618c 100644 --- a/advisories/unreviewed/2022/04/GHSA-92r8-w862-f2pj/GHSA-92r8-w862-f2pj.json +++ b/advisories/unreviewed/2022/04/GHSA-92r8-w862-f2pj/GHSA-92r8-w862-f2pj.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-93j9-4rqq-x6gr/GHSA-93j9-4rqq-x6gr.json b/advisories/unreviewed/2022/04/GHSA-93j9-4rqq-x6gr/GHSA-93j9-4rqq-x6gr.json index 367244fd161..d63727956a8 100644 --- a/advisories/unreviewed/2022/04/GHSA-93j9-4rqq-x6gr/GHSA-93j9-4rqq-x6gr.json +++ b/advisories/unreviewed/2022/04/GHSA-93j9-4rqq-x6gr/GHSA-93j9-4rqq-x6gr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-c2h2-f76g-5x2r/GHSA-c2h2-f76g-5x2r.json b/advisories/unreviewed/2022/04/GHSA-c2h2-f76g-5x2r/GHSA-c2h2-f76g-5x2r.json index 2d7c58d23b7..22f99a7a9a6 100644 --- a/advisories/unreviewed/2022/04/GHSA-c2h2-f76g-5x2r/GHSA-c2h2-f76g-5x2r.json +++ b/advisories/unreviewed/2022/04/GHSA-c2h2-f76g-5x2r/GHSA-c2h2-f76g-5x2r.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", @@ -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/04/GHSA-c36w-9wvv-9rh6/GHSA-c36w-9wvv-9rh6.json b/advisories/unreviewed/2022/04/GHSA-c36w-9wvv-9rh6/GHSA-c36w-9wvv-9rh6.json index 2a2b230abe7..291ad423c5e 100644 --- a/advisories/unreviewed/2022/04/GHSA-c36w-9wvv-9rh6/GHSA-c36w-9wvv-9rh6.json +++ b/advisories/unreviewed/2022/04/GHSA-c36w-9wvv-9rh6/GHSA-c36w-9wvv-9rh6.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-cwq5-9fp6-j489/GHSA-cwq5-9fp6-j489.json b/advisories/unreviewed/2022/04/GHSA-cwq5-9fp6-j489/GHSA-cwq5-9fp6-j489.json index 1430ce3a0a7..ff764000bb1 100644 --- a/advisories/unreviewed/2022/04/GHSA-cwq5-9fp6-j489/GHSA-cwq5-9fp6-j489.json +++ b/advisories/unreviewed/2022/04/GHSA-cwq5-9fp6-j489/GHSA-cwq5-9fp6-j489.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/04/GHSA-f5g7-95g9-j55q/GHSA-f5g7-95g9-j55q.json b/advisories/unreviewed/2022/04/GHSA-f5g7-95g9-j55q/GHSA-f5g7-95g9-j55q.json index 1319f33a565..b75b31f100c 100644 --- a/advisories/unreviewed/2022/04/GHSA-f5g7-95g9-j55q/GHSA-f5g7-95g9-j55q.json +++ b/advisories/unreviewed/2022/04/GHSA-f5g7-95g9-j55q/GHSA-f5g7-95g9-j55q.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/04/GHSA-fxv6-cpg9-hjxw/GHSA-fxv6-cpg9-hjxw.json b/advisories/unreviewed/2022/04/GHSA-fxv6-cpg9-hjxw/GHSA-fxv6-cpg9-hjxw.json index 72c6984007d..b0466b74618 100644 --- a/advisories/unreviewed/2022/04/GHSA-fxv6-cpg9-hjxw/GHSA-fxv6-cpg9-hjxw.json +++ b/advisories/unreviewed/2022/04/GHSA-fxv6-cpg9-hjxw/GHSA-fxv6-cpg9-hjxw.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-gwg7-339c-3h88/GHSA-gwg7-339c-3h88.json b/advisories/unreviewed/2022/04/GHSA-gwg7-339c-3h88/GHSA-gwg7-339c-3h88.json index e9fb2a863ab..90208ecef01 100644 --- a/advisories/unreviewed/2022/04/GHSA-gwg7-339c-3h88/GHSA-gwg7-339c-3h88.json +++ b/advisories/unreviewed/2022/04/GHSA-gwg7-339c-3h88/GHSA-gwg7-339c-3h88.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -47,9 +45,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-h3j8-7hpq-9hpq/GHSA-h3j8-7hpq-9hpq.json b/advisories/unreviewed/2022/04/GHSA-h3j8-7hpq-9hpq/GHSA-h3j8-7hpq-9hpq.json index 6359dcffded..2ea1802ab24 100644 --- a/advisories/unreviewed/2022/04/GHSA-h3j8-7hpq-9hpq/GHSA-h3j8-7hpq-9hpq.json +++ b/advisories/unreviewed/2022/04/GHSA-h3j8-7hpq-9hpq/GHSA-h3j8-7hpq-9hpq.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/04/GHSA-j4pj-3w2r-6239/GHSA-j4pj-3w2r-6239.json b/advisories/unreviewed/2022/04/GHSA-j4pj-3w2r-6239/GHSA-j4pj-3w2r-6239.json index 1f8033fa97f..01b6dbbcb0b 100644 --- a/advisories/unreviewed/2022/04/GHSA-j4pj-3w2r-6239/GHSA-j4pj-3w2r-6239.json +++ b/advisories/unreviewed/2022/04/GHSA-j4pj-3w2r-6239/GHSA-j4pj-3w2r-6239.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/04/GHSA-jmjp-ppjm-p747/GHSA-jmjp-ppjm-p747.json b/advisories/unreviewed/2022/04/GHSA-jmjp-ppjm-p747/GHSA-jmjp-ppjm-p747.json index e0db00a3739..d6caca2a404 100644 --- a/advisories/unreviewed/2022/04/GHSA-jmjp-ppjm-p747/GHSA-jmjp-ppjm-p747.json +++ b/advisories/unreviewed/2022/04/GHSA-jmjp-ppjm-p747/GHSA-jmjp-ppjm-p747.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/04/GHSA-mpmg-jvjx-wfhv/GHSA-mpmg-jvjx-wfhv.json b/advisories/unreviewed/2022/04/GHSA-mpmg-jvjx-wfhv/GHSA-mpmg-jvjx-wfhv.json index ce379acc7eb..72589bd4e18 100644 --- a/advisories/unreviewed/2022/04/GHSA-mpmg-jvjx-wfhv/GHSA-mpmg-jvjx-wfhv.json +++ b/advisories/unreviewed/2022/04/GHSA-mpmg-jvjx-wfhv/GHSA-mpmg-jvjx-wfhv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-ph68-gfg8-7cjx/GHSA-ph68-gfg8-7cjx.json b/advisories/unreviewed/2022/04/GHSA-ph68-gfg8-7cjx/GHSA-ph68-gfg8-7cjx.json index e930a1f2abd..7fdb7ceb96f 100644 --- a/advisories/unreviewed/2022/04/GHSA-ph68-gfg8-7cjx/GHSA-ph68-gfg8-7cjx.json +++ b/advisories/unreviewed/2022/04/GHSA-ph68-gfg8-7cjx/GHSA-ph68-gfg8-7cjx.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", @@ -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/04/GHSA-pw55-rm54-6wc6/GHSA-pw55-rm54-6wc6.json b/advisories/unreviewed/2022/04/GHSA-pw55-rm54-6wc6/GHSA-pw55-rm54-6wc6.json index 1d816cd36ec..2683748f613 100644 --- a/advisories/unreviewed/2022/04/GHSA-pw55-rm54-6wc6/GHSA-pw55-rm54-6wc6.json +++ b/advisories/unreviewed/2022/04/GHSA-pw55-rm54-6wc6/GHSA-pw55-rm54-6wc6.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/04/GHSA-qp86-p4j4-f3p8/GHSA-qp86-p4j4-f3p8.json b/advisories/unreviewed/2022/04/GHSA-qp86-p4j4-f3p8/GHSA-qp86-p4j4-f3p8.json index 81465750862..4b3781951bd 100644 --- a/advisories/unreviewed/2022/04/GHSA-qp86-p4j4-f3p8/GHSA-qp86-p4j4-f3p8.json +++ b/advisories/unreviewed/2022/04/GHSA-qp86-p4j4-f3p8/GHSA-qp86-p4j4-f3p8.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/04/GHSA-qvmm-whq3-29vq/GHSA-qvmm-whq3-29vq.json b/advisories/unreviewed/2022/04/GHSA-qvmm-whq3-29vq/GHSA-qvmm-whq3-29vq.json index 21f2e7b3415..c86791ac137 100644 --- a/advisories/unreviewed/2022/04/GHSA-qvmm-whq3-29vq/GHSA-qvmm-whq3-29vq.json +++ b/advisories/unreviewed/2022/04/GHSA-qvmm-whq3-29vq/GHSA-qvmm-whq3-29vq.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-rcjw-9639-853h/GHSA-rcjw-9639-853h.json b/advisories/unreviewed/2022/04/GHSA-rcjw-9639-853h/GHSA-rcjw-9639-853h.json index 1b777d16c67..33fbaf2fbe4 100644 --- a/advisories/unreviewed/2022/04/GHSA-rcjw-9639-853h/GHSA-rcjw-9639-853h.json +++ b/advisories/unreviewed/2022/04/GHSA-rcjw-9639-853h/GHSA-rcjw-9639-853h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-rmxp-r78p-2258/GHSA-rmxp-r78p-2258.json b/advisories/unreviewed/2022/04/GHSA-rmxp-r78p-2258/GHSA-rmxp-r78p-2258.json index ba33ef9b943..9a00597e01c 100644 --- a/advisories/unreviewed/2022/04/GHSA-rmxp-r78p-2258/GHSA-rmxp-r78p-2258.json +++ b/advisories/unreviewed/2022/04/GHSA-rmxp-r78p-2258/GHSA-rmxp-r78p-2258.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-v364-rr92-9x6x/GHSA-v364-rr92-9x6x.json b/advisories/unreviewed/2022/04/GHSA-v364-rr92-9x6x/GHSA-v364-rr92-9x6x.json index 18abc1da9e3..6872ed6b76f 100644 --- a/advisories/unreviewed/2022/04/GHSA-v364-rr92-9x6x/GHSA-v364-rr92-9x6x.json +++ b/advisories/unreviewed/2022/04/GHSA-v364-rr92-9x6x/GHSA-v364-rr92-9x6x.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/04/GHSA-xhgj-p5p6-x24h/GHSA-xhgj-p5p6-x24h.json b/advisories/unreviewed/2022/04/GHSA-xhgj-p5p6-x24h/GHSA-xhgj-p5p6-x24h.json index 49490c8e9db..ac97003223c 100644 --- a/advisories/unreviewed/2022/04/GHSA-xhgj-p5p6-x24h/GHSA-xhgj-p5p6-x24h.json +++ b/advisories/unreviewed/2022/04/GHSA-xhgj-p5p6-x24h/GHSA-xhgj-p5p6-x24h.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/04/GHSA-xq25-8g7f-6hc5/GHSA-xq25-8g7f-6hc5.json b/advisories/unreviewed/2022/04/GHSA-xq25-8g7f-6hc5/GHSA-xq25-8g7f-6hc5.json index 4bdf0966a11..c96121c61f4 100644 --- a/advisories/unreviewed/2022/04/GHSA-xq25-8g7f-6hc5/GHSA-xq25-8g7f-6hc5.json +++ b/advisories/unreviewed/2022/04/GHSA-xq25-8g7f-6hc5/GHSA-xq25-8g7f-6hc5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-229v-p5vr-f583/GHSA-229v-p5vr-f583.json b/advisories/unreviewed/2022/05/GHSA-229v-p5vr-f583/GHSA-229v-p5vr-f583.json index a63e6399528..38fcecf34ab 100644 --- a/advisories/unreviewed/2022/05/GHSA-229v-p5vr-f583/GHSA-229v-p5vr-f583.json +++ b/advisories/unreviewed/2022/05/GHSA-229v-p5vr-f583/GHSA-229v-p5vr-f583.json @@ -7,12 +7,8 @@ "CVE-2019-7481" ], "details": "Vulnerability in SonicWall SMA100 allow unauthenticated user to gain read-only access to unauthorized resources. This vulnerablity impacted SMA100 version 9.0.0.3 and earlier.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-22w7-gmrw-m5qp/GHSA-22w7-gmrw-m5qp.json b/advisories/unreviewed/2022/05/GHSA-22w7-gmrw-m5qp/GHSA-22w7-gmrw-m5qp.json index d1a0f862f50..c14aef1e6c0 100644 --- a/advisories/unreviewed/2022/05/GHSA-22w7-gmrw-m5qp/GHSA-22w7-gmrw-m5qp.json +++ b/advisories/unreviewed/2022/05/GHSA-22w7-gmrw-m5qp/GHSA-22w7-gmrw-m5qp.json @@ -7,12 +7,8 @@ "CVE-2019-8542" ], "details": "A buffer overflow was addressed with improved bounds checking. This issue is fixed in iOS 12.2, macOS Mojave 10.14.4, tvOS 12.2, watchOS 5.2, iTunes 12.9.4 for Windows, iCloud for Windows 7.11. A malicious application may be able to elevate privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2378-x22r-cqpj/GHSA-2378-x22r-cqpj.json b/advisories/unreviewed/2022/05/GHSA-2378-x22r-cqpj/GHSA-2378-x22r-cqpj.json index 3aeb87c2ee9..d14fef6d887 100644 --- a/advisories/unreviewed/2022/05/GHSA-2378-x22r-cqpj/GHSA-2378-x22r-cqpj.json +++ b/advisories/unreviewed/2022/05/GHSA-2378-x22r-cqpj/GHSA-2378-x22r-cqpj.json @@ -7,12 +7,8 @@ "CVE-2019-3992" ], "details": "ELOG 3.1.4-57bea22 and below is affected by an information disclosure vulnerability. A remote unauthenticated attacker can access the server's configuration file by sending an HTTP GET request. Amongst the configuration data, the attacker may gain access to valid admin usernames and, in older versions of ELOG, passwords.", - "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-23gq-523p-hvrg/GHSA-23gq-523p-hvrg.json b/advisories/unreviewed/2022/05/GHSA-23gq-523p-hvrg/GHSA-23gq-523p-hvrg.json index bf006caef4b..435de0e885b 100644 --- a/advisories/unreviewed/2022/05/GHSA-23gq-523p-hvrg/GHSA-23gq-523p-hvrg.json +++ b/advisories/unreviewed/2022/05/GHSA-23gq-523p-hvrg/GHSA-23gq-523p-hvrg.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-2443-wh6v-5rjf/GHSA-2443-wh6v-5rjf.json b/advisories/unreviewed/2022/05/GHSA-2443-wh6v-5rjf/GHSA-2443-wh6v-5rjf.json index 62797e5ca16..0fb4304f50b 100644 --- a/advisories/unreviewed/2022/05/GHSA-2443-wh6v-5rjf/GHSA-2443-wh6v-5rjf.json +++ b/advisories/unreviewed/2022/05/GHSA-2443-wh6v-5rjf/GHSA-2443-wh6v-5rjf.json @@ -7,12 +7,8 @@ "CVE-2019-11294" ], "details": "Cloud Foundry Cloud Controller API (CAPI), version 1.88.0, allows space developers to list all global service brokers, including service broker URLs and GUIDs, which should only be accessible to admins.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-24c7-89jw-rm65/GHSA-24c7-89jw-rm65.json b/advisories/unreviewed/2022/05/GHSA-24c7-89jw-rm65/GHSA-24c7-89jw-rm65.json index d1f19468f49..5c348205057 100644 --- a/advisories/unreviewed/2022/05/GHSA-24c7-89jw-rm65/GHSA-24c7-89jw-rm65.json +++ b/advisories/unreviewed/2022/05/GHSA-24c7-89jw-rm65/GHSA-24c7-89jw-rm65.json @@ -7,12 +7,8 @@ "CVE-2019-8698" ], "details": "A validation issue existed in the entitlement verification. This issue was addressed with improved validation of the process entitlement. This issue is fixed in iOS 12.4, tvOS 12.4. A malicious application may be able to restrict access to websites.", - "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-24j8-j3f5-wfw6/GHSA-24j8-j3f5-wfw6.json b/advisories/unreviewed/2022/05/GHSA-24j8-j3f5-wfw6/GHSA-24j8-j3f5-wfw6.json index c7df91f46e5..1ecfff7f2a5 100644 --- a/advisories/unreviewed/2022/05/GHSA-24j8-j3f5-wfw6/GHSA-24j8-j3f5-wfw6.json +++ b/advisories/unreviewed/2022/05/GHSA-24j8-j3f5-wfw6/GHSA-24j8-j3f5-wfw6.json @@ -7,12 +7,8 @@ "CVE-2019-8782" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 13.2 and iPadOS 13.2, tvOS 13.2, Safari 13.0.3, iTunes for Windows 12.10.2, iCloud for Windows 11.0. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-252p-r436-cv4f/GHSA-252p-r436-cv4f.json b/advisories/unreviewed/2022/05/GHSA-252p-r436-cv4f/GHSA-252p-r436-cv4f.json index 99b5f1466f4..e49f1a20b69 100644 --- a/advisories/unreviewed/2022/05/GHSA-252p-r436-cv4f/GHSA-252p-r436-cv4f.json +++ b/advisories/unreviewed/2022/05/GHSA-252p-r436-cv4f/GHSA-252p-r436-cv4f.json @@ -7,12 +7,8 @@ "CVE-2019-5252" ], "details": "There is an improper authentication vulnerability in Huawei smartphones (Y9, Honor 8X, Honor 9 Lite, Honor 9i, Y6 Pro). The applock does not perform a sufficient authentication in a rare condition. Successful exploit could allow the attacker to use the application locked by applock in an instant.", - "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-258v-mvvr-5589/GHSA-258v-mvvr-5589.json b/advisories/unreviewed/2022/05/GHSA-258v-mvvr-5589/GHSA-258v-mvvr-5589.json index a87f477c967..5756de641b2 100644 --- a/advisories/unreviewed/2022/05/GHSA-258v-mvvr-5589/GHSA-258v-mvvr-5589.json +++ b/advisories/unreviewed/2022/05/GHSA-258v-mvvr-5589/GHSA-258v-mvvr-5589.json @@ -7,12 +7,8 @@ "CVE-2006-6975" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in centipaid_class.php in CentiPaid 1.4.3 allows remote attackers to execute arbitrary code via a URL in the class_pwd parameter. NOTE: this issue has been disputed by CVE and multiple third parties, who state that $class_pwd is set to a static value before the relevant include statement.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-25ff-c5j2-v9ch/GHSA-25ff-c5j2-v9ch.json b/advisories/unreviewed/2022/05/GHSA-25ff-c5j2-v9ch/GHSA-25ff-c5j2-v9ch.json index ad33ab8878c..7bfcabdc975 100644 --- a/advisories/unreviewed/2022/05/GHSA-25ff-c5j2-v9ch/GHSA-25ff-c5j2-v9ch.json +++ b/advisories/unreviewed/2022/05/GHSA-25ff-c5j2-v9ch/GHSA-25ff-c5j2-v9ch.json @@ -7,12 +7,8 @@ "CVE-2019-15695" ], "details": "TigerVNC version prior to 1.10.1 is vulnerable to stack buffer overflow, which could be triggered from CMsgReader::readSetCursor. This vulnerability occurs due to insufficient sanitization of PixelFormat. Since remote attacker can choose offset from start of the buffer to start writing his values, exploitation of this vulnerability could potentially result into remote code execution. This attack appear to be exploitable via network connectivity.", - "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-25fg-g2mr-9f28/GHSA-25fg-g2mr-9f28.json b/advisories/unreviewed/2022/05/GHSA-25fg-g2mr-9f28/GHSA-25fg-g2mr-9f28.json index 547e7e33602..7e95e792349 100644 --- a/advisories/unreviewed/2022/05/GHSA-25fg-g2mr-9f28/GHSA-25fg-g2mr-9f28.json +++ b/advisories/unreviewed/2022/05/GHSA-25fg-g2mr-9f28/GHSA-25fg-g2mr-9f28.json @@ -7,12 +7,8 @@ "CVE-2007-4416" ], "details": "** DISPUTED ** captcha.php in BellaBook (aka BellaBuffs) allows remote attackers to obtain administrative privileges by sending the admin's username (admin_name) in a pheap_login cookie. NOTE: the vendor disputes this vulnerability because authentication data is derived from the admin_pass and secret variables, in addition to the admin_name; and because the exploit code is designed for an unrelated application.", - "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-25rc-9mcg-m884/GHSA-25rc-9mcg-m884.json b/advisories/unreviewed/2022/05/GHSA-25rc-9mcg-m884/GHSA-25rc-9mcg-m884.json index 4457a6dd4f2..2bffb91b9bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-25rc-9mcg-m884/GHSA-25rc-9mcg-m884.json +++ b/advisories/unreviewed/2022/05/GHSA-25rc-9mcg-m884/GHSA-25rc-9mcg-m884.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-264f-6x34-4g4f/GHSA-264f-6x34-4g4f.json b/advisories/unreviewed/2022/05/GHSA-264f-6x34-4g4f/GHSA-264f-6x34-4g4f.json index be6d6ceff27..c3dd648f6ee 100644 --- a/advisories/unreviewed/2022/05/GHSA-264f-6x34-4g4f/GHSA-264f-6x34-4g4f.json +++ b/advisories/unreviewed/2022/05/GHSA-264f-6x34-4g4f/GHSA-264f-6x34-4g4f.json @@ -7,12 +7,8 @@ "CVE-2019-8598" ], "details": "An input validation issue was addressed with improved input validation. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, watchOS 5.2.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. A malicious application may be able to read restricted memory.", - "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-266p-jjrg-gmfx/GHSA-266p-jjrg-gmfx.json b/advisories/unreviewed/2022/05/GHSA-266p-jjrg-gmfx/GHSA-266p-jjrg-gmfx.json index b8ad50f1aad..c9139640b29 100644 --- a/advisories/unreviewed/2022/05/GHSA-266p-jjrg-gmfx/GHSA-266p-jjrg-gmfx.json +++ b/advisories/unreviewed/2022/05/GHSA-266p-jjrg-gmfx/GHSA-266p-jjrg-gmfx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-26r9-9grm-j62r/GHSA-26r9-9grm-j62r.json b/advisories/unreviewed/2022/05/GHSA-26r9-9grm-j62r/GHSA-26r9-9grm-j62r.json index 9f1ba3457b7..981809ea8a5 100644 --- a/advisories/unreviewed/2022/05/GHSA-26r9-9grm-j62r/GHSA-26r9-9grm-j62r.json +++ b/advisories/unreviewed/2022/05/GHSA-26r9-9grm-j62r/GHSA-26r9-9grm-j62r.json @@ -7,12 +7,8 @@ "CVE-2006-7141" ], "details": "** DISPUTED ** Absolute path traversal vulnerability in Oracle Database Server, when utl_file_dir is set to a wildcard value or \"CREATE ANY DIRECTORY to PUBLIC\" privileges exist, allows remote authenticated users to read and modify arbitrary files via full filepaths to utl_file functions such as (1) utl_file.put_line and (2) utl_file.get_line, a related issue to CVE-2005-0701. NOTE: this issue is disputed by third parties who state that this is due to an insecure configuration instead of an inherent vulnerability.", - "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-273f-4jvc-r526/GHSA-273f-4jvc-r526.json b/advisories/unreviewed/2022/05/GHSA-273f-4jvc-r526/GHSA-273f-4jvc-r526.json index 9c233f93fd9..e5df4fbb22a 100644 --- a/advisories/unreviewed/2022/05/GHSA-273f-4jvc-r526/GHSA-273f-4jvc-r526.json +++ b/advisories/unreviewed/2022/05/GHSA-273f-4jvc-r526/GHSA-273f-4jvc-r526.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-27cc-f5jv-v62h/GHSA-27cc-f5jv-v62h.json b/advisories/unreviewed/2022/05/GHSA-27cc-f5jv-v62h/GHSA-27cc-f5jv-v62h.json index 9023c743a6b..cc1565999b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-27cc-f5jv-v62h/GHSA-27cc-f5jv-v62h.json +++ b/advisories/unreviewed/2022/05/GHSA-27cc-f5jv-v62h/GHSA-27cc-f5jv-v62h.json @@ -7,12 +7,8 @@ "CVE-2019-8723" ], "details": "Multiple issues in ld64 in the Xcode toolchains were addressed by updating to version ld64-507.4. This issue is fixed in Xcode 11.0. Compiling code without proper input validation could lead to arbitrary code execution with user privilege.", - "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-27cj-jh44-8xw6/GHSA-27cj-jh44-8xw6.json b/advisories/unreviewed/2022/05/GHSA-27cj-jh44-8xw6/GHSA-27cj-jh44-8xw6.json index b302bfcff2c..5ac380275a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-27cj-jh44-8xw6/GHSA-27cj-jh44-8xw6.json +++ b/advisories/unreviewed/2022/05/GHSA-27cj-jh44-8xw6/GHSA-27cj-jh44-8xw6.json @@ -7,12 +7,8 @@ "CVE-2019-8641" ], "details": "An out-of-bounds read was addressed with improved input validation. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, watchOS 5.3. A remote attacker may be able to cause unexpected application termination or arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -56,9 +52,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-27g3-m3gg-vg7x/GHSA-27g3-m3gg-vg7x.json b/advisories/unreviewed/2022/05/GHSA-27g3-m3gg-vg7x/GHSA-27g3-m3gg-vg7x.json index dc68337077e..e2cd407b5d0 100644 --- a/advisories/unreviewed/2022/05/GHSA-27g3-m3gg-vg7x/GHSA-27g3-m3gg-vg7x.json +++ b/advisories/unreviewed/2022/05/GHSA-27g3-m3gg-vg7x/GHSA-27g3-m3gg-vg7x.json @@ -7,12 +7,8 @@ "CVE-2016-1000022" ], "details": "negotiator before 0.6.1 is vulnerable to a regular expression DoS", - "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/2022/05/GHSA-2849-xmf3-cv2h/GHSA-2849-xmf3-cv2h.json b/advisories/unreviewed/2022/05/GHSA-2849-xmf3-cv2h/GHSA-2849-xmf3-cv2h.json index d37b5b894f8..1e13bd15204 100644 --- a/advisories/unreviewed/2022/05/GHSA-2849-xmf3-cv2h/GHSA-2849-xmf3-cv2h.json +++ b/advisories/unreviewed/2022/05/GHSA-2849-xmf3-cv2h/GHSA-2849-xmf3-cv2h.json @@ -7,12 +7,8 @@ "CVE-2019-8701" ], "details": "A memory corruption issue was addressed with improved memory handling. This issue is fixed in macOS Catalina 10.15. An application may be able to execute arbitrary code with system privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2862-4mgm-j6fv/GHSA-2862-4mgm-j6fv.json b/advisories/unreviewed/2022/05/GHSA-2862-4mgm-j6fv/GHSA-2862-4mgm-j6fv.json index 585425479a6..93677ca6316 100644 --- a/advisories/unreviewed/2022/05/GHSA-2862-4mgm-j6fv/GHSA-2862-4mgm-j6fv.json +++ b/advisories/unreviewed/2022/05/GHSA-2862-4mgm-j6fv/GHSA-2862-4mgm-j6fv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-28f6-647f-xq87/GHSA-28f6-647f-xq87.json b/advisories/unreviewed/2022/05/GHSA-28f6-647f-xq87/GHSA-28f6-647f-xq87.json index c2c8ff0a5c2..279a76e87b6 100644 --- a/advisories/unreviewed/2022/05/GHSA-28f6-647f-xq87/GHSA-28f6-647f-xq87.json +++ b/advisories/unreviewed/2022/05/GHSA-28f6-647f-xq87/GHSA-28f6-647f-xq87.json @@ -7,12 +7,8 @@ "CVE-2019-7485" ], "details": "Buffer overflow in SonicWall SMA100 allows an authenticated user to execute arbitrary code in DEARegister CGI script. This vulnerability impacted SMA100 version 9.0.0.3 and earlier.", - "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-2c93-2ccm-q98v/GHSA-2c93-2ccm-q98v.json b/advisories/unreviewed/2022/05/GHSA-2c93-2ccm-q98v/GHSA-2c93-2ccm-q98v.json index 24fe18bc2a9..3608022d88c 100644 --- a/advisories/unreviewed/2022/05/GHSA-2c93-2ccm-q98v/GHSA-2c93-2ccm-q98v.json +++ b/advisories/unreviewed/2022/05/GHSA-2c93-2ccm-q98v/GHSA-2c93-2ccm-q98v.json @@ -7,12 +7,8 @@ "CVE-2019-8619" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, Safari 12.1.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-2cfg-h7c9-q2qm/GHSA-2cfg-h7c9-q2qm.json b/advisories/unreviewed/2022/05/GHSA-2cfg-h7c9-q2qm/GHSA-2cfg-h7c9-q2qm.json index 875d3c7daed..33901578a56 100644 --- a/advisories/unreviewed/2022/05/GHSA-2cfg-h7c9-q2qm/GHSA-2cfg-h7c9-q2qm.json +++ b/advisories/unreviewed/2022/05/GHSA-2cfg-h7c9-q2qm/GHSA-2cfg-h7c9-q2qm.json @@ -7,12 +7,8 @@ "CVE-2019-8710" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iCloud for Windows 11.0. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2fg4-v4xr-h42m/GHSA-2fg4-v4xr-h42m.json b/advisories/unreviewed/2022/05/GHSA-2fg4-v4xr-h42m/GHSA-2fg4-v4xr-h42m.json index 7220d26ce8a..cf6fbd05c2b 100644 --- a/advisories/unreviewed/2022/05/GHSA-2fg4-v4xr-h42m/GHSA-2fg4-v4xr-h42m.json +++ b/advisories/unreviewed/2022/05/GHSA-2fg4-v4xr-h42m/GHSA-2fg4-v4xr-h42m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2fvg-pqv8-jj7q/GHSA-2fvg-pqv8-jj7q.json b/advisories/unreviewed/2022/05/GHSA-2fvg-pqv8-jj7q/GHSA-2fvg-pqv8-jj7q.json index 76d82f39450..f926ebe107d 100644 --- a/advisories/unreviewed/2022/05/GHSA-2fvg-pqv8-jj7q/GHSA-2fvg-pqv8-jj7q.json +++ b/advisories/unreviewed/2022/05/GHSA-2fvg-pqv8-jj7q/GHSA-2fvg-pqv8-jj7q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2g22-wxjm-8wg2/GHSA-2g22-wxjm-8wg2.json b/advisories/unreviewed/2022/05/GHSA-2g22-wxjm-8wg2/GHSA-2g22-wxjm-8wg2.json index 793dc8bc289..b3f24d66919 100644 --- a/advisories/unreviewed/2022/05/GHSA-2g22-wxjm-8wg2/GHSA-2g22-wxjm-8wg2.json +++ b/advisories/unreviewed/2022/05/GHSA-2g22-wxjm-8wg2/GHSA-2g22-wxjm-8wg2.json @@ -7,12 +7,8 @@ "CVE-2019-8607" ], "details": "An out-of-bounds read was addressed with improved input validation. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, watchOS 5.2.1, Safari 12.1.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. Processing maliciously crafted web content may result in the disclosure of process memory.", - "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-2g6h-frv7-55w8/GHSA-2g6h-frv7-55w8.json b/advisories/unreviewed/2022/05/GHSA-2g6h-frv7-55w8/GHSA-2g6h-frv7-55w8.json index 425527401f4..ad2fd6a9be7 100644 --- a/advisories/unreviewed/2022/05/GHSA-2g6h-frv7-55w8/GHSA-2g6h-frv7-55w8.json +++ b/advisories/unreviewed/2022/05/GHSA-2g6h-frv7-55w8/GHSA-2g6h-frv7-55w8.json @@ -7,12 +7,8 @@ "CVE-2019-8541" ], "details": "A privacy issue existed in motion sensor calibration. This issue was addressed with improved motion sensor processing. This issue is fixed in iOS 12.2, watchOS 5.2. A malicious app may be able to track users between installs.", - "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-2g9q-g8g7-r7xw/GHSA-2g9q-g8g7-r7xw.json b/advisories/unreviewed/2022/05/GHSA-2g9q-g8g7-r7xw/GHSA-2g9q-g8g7-r7xw.json index bc22a68e9fd..9351efa91c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-2g9q-g8g7-r7xw/GHSA-2g9q-g8g7-r7xw.json +++ b/advisories/unreviewed/2022/05/GHSA-2g9q-g8g7-r7xw/GHSA-2g9q-g8g7-r7xw.json @@ -7,12 +7,8 @@ "CVE-2019-8524" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.2, tvOS 12.2, Safari 12.1, iTunes 12.9.4 for Windows, iCloud for Windows 7.11. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2gph-9fp2-pqq3/GHSA-2gph-9fp2-pqq3.json b/advisories/unreviewed/2022/05/GHSA-2gph-9fp2-pqq3/GHSA-2gph-9fp2-pqq3.json index 69271f0d224..337f25f0b62 100644 --- a/advisories/unreviewed/2022/05/GHSA-2gph-9fp2-pqq3/GHSA-2gph-9fp2-pqq3.json +++ b/advisories/unreviewed/2022/05/GHSA-2gph-9fp2-pqq3/GHSA-2gph-9fp2-pqq3.json @@ -7,12 +7,8 @@ "CVE-2019-19954" ], "details": "Signal Desktop before 1.29.1 on Windows allows local users to gain privileges by creating a Trojan horse %SYSTEMDRIVE%\\node_modules\\.bin\\wmic.exe file.", - "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-2gph-mqr8-q3jp/GHSA-2gph-mqr8-q3jp.json b/advisories/unreviewed/2022/05/GHSA-2gph-mqr8-q3jp/GHSA-2gph-mqr8-q3jp.json index 39ad01db2f6..5bab7ff827f 100644 --- a/advisories/unreviewed/2022/05/GHSA-2gph-mqr8-q3jp/GHSA-2gph-mqr8-q3jp.json +++ b/advisories/unreviewed/2022/05/GHSA-2gph-mqr8-q3jp/GHSA-2gph-mqr8-q3jp.json @@ -7,12 +7,8 @@ "CVE-2019-10605" ], "details": "Buffer overwrite can occur in IEEE80211 header filling function due to lack of range check of array index received from firmware in Snapdragon Auto, Snapdragon Consumer Electronics Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wired Infrastructure and Networking in APQ8009, APQ8053, IPQ8074, MDM9607, MDM9650, MSM8909, MSM8939, QCN7605, SDA660, SDM630, SDM636, SDM660, SDX20, SDX24", - "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-2h5v-wwhm-x53c/GHSA-2h5v-wwhm-x53c.json b/advisories/unreviewed/2022/05/GHSA-2h5v-wwhm-x53c/GHSA-2h5v-wwhm-x53c.json index 115e26a4d5e..a2c08fc44a1 100644 --- a/advisories/unreviewed/2022/05/GHSA-2h5v-wwhm-x53c/GHSA-2h5v-wwhm-x53c.json +++ b/advisories/unreviewed/2022/05/GHSA-2h5v-wwhm-x53c/GHSA-2h5v-wwhm-x53c.json @@ -7,12 +7,8 @@ "CVE-2019-8681" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2hg9-vpfr-hcq6/GHSA-2hg9-vpfr-hcq6.json b/advisories/unreviewed/2022/05/GHSA-2hg9-vpfr-hcq6/GHSA-2hg9-vpfr-hcq6.json index 18be51778cc..4a94a553931 100644 --- a/advisories/unreviewed/2022/05/GHSA-2hg9-vpfr-hcq6/GHSA-2hg9-vpfr-hcq6.json +++ b/advisories/unreviewed/2022/05/GHSA-2hg9-vpfr-hcq6/GHSA-2hg9-vpfr-hcq6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2j6f-ff8c-5pq9/GHSA-2j6f-ff8c-5pq9.json b/advisories/unreviewed/2022/05/GHSA-2j6f-ff8c-5pq9/GHSA-2j6f-ff8c-5pq9.json index 9b2d4d650f1..5fff3289eb2 100644 --- a/advisories/unreviewed/2022/05/GHSA-2j6f-ff8c-5pq9/GHSA-2j6f-ff8c-5pq9.json +++ b/advisories/unreviewed/2022/05/GHSA-2j6f-ff8c-5pq9/GHSA-2j6f-ff8c-5pq9.json @@ -7,12 +7,8 @@ "CVE-2019-8733" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in tvOS 13, iTunes for Windows 12.10.1, iCloud for Windows 10.7, iCloud for Windows 7.14. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2j77-qrh4-5xjr/GHSA-2j77-qrh4-5xjr.json b/advisories/unreviewed/2022/05/GHSA-2j77-qrh4-5xjr/GHSA-2j77-qrh4-5xjr.json index 307da807f92..a9b75979a37 100644 --- a/advisories/unreviewed/2022/05/GHSA-2j77-qrh4-5xjr/GHSA-2j77-qrh4-5xjr.json +++ b/advisories/unreviewed/2022/05/GHSA-2j77-qrh4-5xjr/GHSA-2j77-qrh4-5xjr.json @@ -7,12 +7,8 @@ "CVE-2019-19847" ], "details": "Libspiro through 20190731 has a stack-based buffer overflow in the spiro_to_bpath0() function in spiro.c.", - "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-2mg4-7347-xp3j/GHSA-2mg4-7347-xp3j.json b/advisories/unreviewed/2022/05/GHSA-2mg4-7347-xp3j/GHSA-2mg4-7347-xp3j.json index 687956df523..b15f030c951 100644 --- a/advisories/unreviewed/2022/05/GHSA-2mg4-7347-xp3j/GHSA-2mg4-7347-xp3j.json +++ b/advisories/unreviewed/2022/05/GHSA-2mg4-7347-xp3j/GHSA-2mg4-7347-xp3j.json @@ -7,12 +7,8 @@ "CVE-2007-2276" ], "details": "** DISPUTED ** 3Com TippingPoint IPS allows remote attackers to cause a denial of service (device hang) via a flood of packets on TCP port 80 with sequentially increasing source ports, related to a \"badly written loop.\" NOTE: the vendor disputes this issue, stating that the product has \"performed as expected with no DoS emerging.\"", - "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-2p5m-pxg9-g2wq/GHSA-2p5m-pxg9-g2wq.json b/advisories/unreviewed/2022/05/GHSA-2p5m-pxg9-g2wq/GHSA-2p5m-pxg9-g2wq.json index 4f1dfce9d7d..786d9c1e4ac 100644 --- a/advisories/unreviewed/2022/05/GHSA-2p5m-pxg9-g2wq/GHSA-2p5m-pxg9-g2wq.json +++ b/advisories/unreviewed/2022/05/GHSA-2p5m-pxg9-g2wq/GHSA-2p5m-pxg9-g2wq.json @@ -7,12 +7,8 @@ "CVE-2019-8789" ], "details": "A validation issue existed in the handling of symlinks. This issue was addressed with improved validation of symlinks. This issue is fixed in iOS 13.2 and iPadOS 13.2, macOS Catalina 10.15.1. Parsing a maliciously crafted iBooks file may lead to disclosure of user information.", - "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-2q68-c93j-vxw8/GHSA-2q68-c93j-vxw8.json b/advisories/unreviewed/2022/05/GHSA-2q68-c93j-vxw8/GHSA-2q68-c93j-vxw8.json index 2f3d33f4164..deea0619712 100644 --- a/advisories/unreviewed/2022/05/GHSA-2q68-c93j-vxw8/GHSA-2q68-c93j-vxw8.json +++ b/advisories/unreviewed/2022/05/GHSA-2q68-c93j-vxw8/GHSA-2q68-c93j-vxw8.json @@ -7,12 +7,8 @@ "CVE-2019-16871" ], "details": "Beckhoff Embedded Windows PLCs through 3.1.4024.0, and Beckhoff Twincat on Windows Engineering stations, allow an attacker to achieve Remote Code Execution (as SYSTEM) via the Beckhoff ADS protocol.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2qgw-f6xw-qj35/GHSA-2qgw-f6xw-qj35.json b/advisories/unreviewed/2022/05/GHSA-2qgw-f6xw-qj35/GHSA-2qgw-f6xw-qj35.json index 714b59b7e96..b7742046ce5 100644 --- a/advisories/unreviewed/2022/05/GHSA-2qgw-f6xw-qj35/GHSA-2qgw-f6xw-qj35.json +++ b/advisories/unreviewed/2022/05/GHSA-2qgw-f6xw-qj35/GHSA-2qgw-f6xw-qj35.json @@ -7,12 +7,8 @@ "CVE-2019-8755" ], "details": "A logic issue was addressed with improved restrictions. This issue is fixed in macOS Catalina 10.15. A malicious application may be able to determine kernel memory layout.", - "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-2qh3-cx4w-cf3x/GHSA-2qh3-cx4w-cf3x.json b/advisories/unreviewed/2022/05/GHSA-2qh3-cx4w-cf3x/GHSA-2qh3-cx4w-cf3x.json index 14a54da9309..23ba81b5890 100644 --- a/advisories/unreviewed/2022/05/GHSA-2qh3-cx4w-cf3x/GHSA-2qh3-cx4w-cf3x.json +++ b/advisories/unreviewed/2022/05/GHSA-2qh3-cx4w-cf3x/GHSA-2qh3-cx4w-cf3x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2rf2-mpmq-65hv/GHSA-2rf2-mpmq-65hv.json b/advisories/unreviewed/2022/05/GHSA-2rf2-mpmq-65hv/GHSA-2rf2-mpmq-65hv.json index 84f57258746..0c00a05a69c 100644 --- a/advisories/unreviewed/2022/05/GHSA-2rf2-mpmq-65hv/GHSA-2rf2-mpmq-65hv.json +++ b/advisories/unreviewed/2022/05/GHSA-2rf2-mpmq-65hv/GHSA-2rf2-mpmq-65hv.json @@ -7,12 +7,8 @@ "CVE-2019-17337" ], "details": "The Spotfire library component of TIBCO Software Inc.'s TIBCO Spotfire Analytics Platform for AWS Marketplace and TIBCO Spotfire Server contains a vulnerability that theoretically allows an attacker to perform a reflected cross-site scripting (XSS) attack. Affected releases are TIBCO Software Inc.'s TIBCO Spotfire Analytics Platform for AWS Marketplace: version 10.6.0 and TIBCO Spotfire Server: versions 7.11.7 and below, versions 7.12.0, 7.13.0, 7.14.0, 10.0.0, 10.0.1, 10.1.0, 10.2.0, 10.2.1, 10.3.0, 10.3.1, 10.3.2, 10.3.3, and 10.3.4, versions 10.4.0, 10.5.0, and 10.6.0.", - "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-2rgw-654r-96q4/GHSA-2rgw-654r-96q4.json b/advisories/unreviewed/2022/05/GHSA-2rgw-654r-96q4/GHSA-2rgw-654r-96q4.json index becc5bdc0c5..75c764a691e 100644 --- a/advisories/unreviewed/2022/05/GHSA-2rgw-654r-96q4/GHSA-2rgw-654r-96q4.json +++ b/advisories/unreviewed/2022/05/GHSA-2rgw-654r-96q4/GHSA-2rgw-654r-96q4.json @@ -7,12 +7,8 @@ "CVE-2019-10487" ], "details": "Buffer over read can happen while parsing SMS OTA messages at transport layer if network sends un-intended values in Snapdragon Auto, Snapdragon Compute, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables in APQ8009, APQ8017, APQ8053, APQ8096, APQ8096AU, APQ8098, MDM9150, MDM9205, MDM9206, MDM9607, MDM9615, MDM9625, MDM9635M, MDM9640, MDM9645, MDM9650, MDM9655, MSM8905, MSM8909, MSM8909W, MSM8917, MSM8920, MSM8937, MSM8939, MSM8940, MSM8953, MSM8996AU, MSM8998, Nicobar, QCM2150, QCS605, QM215, SC8180X, SDA660, SDA845, SDM429, SDM439, SDM450, SDM630, SDM632, SDM636, SDM660, SDM670, SDM710, SDM845, SDM850, SDX20, SDX24, SDX55, SM6150, SM7150, SM8150, SXR1130", - "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-2w3r-gxq2-m4qc/GHSA-2w3r-gxq2-m4qc.json b/advisories/unreviewed/2022/05/GHSA-2w3r-gxq2-m4qc/GHSA-2w3r-gxq2-m4qc.json index a490ce16438..0965488e008 100644 --- a/advisories/unreviewed/2022/05/GHSA-2w3r-gxq2-m4qc/GHSA-2w3r-gxq2-m4qc.json +++ b/advisories/unreviewed/2022/05/GHSA-2w3r-gxq2-m4qc/GHSA-2w3r-gxq2-m4qc.json @@ -7,12 +7,8 @@ "CVE-2006-7011" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in adminips.php in Develooping Flash Chat allows remote attackers to execute arbitrary PHP code via a URL in the banned_file parameter. NOTE: CVE disputes this vulnerability because banned_file is set to a constant value.", - "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-2wrv-mv5p-jx2g/GHSA-2wrv-mv5p-jx2g.json b/advisories/unreviewed/2022/05/GHSA-2wrv-mv5p-jx2g/GHSA-2wrv-mv5p-jx2g.json index 59f360ff00b..cdae8de8ed1 100644 --- a/advisories/unreviewed/2022/05/GHSA-2wrv-mv5p-jx2g/GHSA-2wrv-mv5p-jx2g.json +++ b/advisories/unreviewed/2022/05/GHSA-2wrv-mv5p-jx2g/GHSA-2wrv-mv5p-jx2g.json @@ -7,12 +7,8 @@ "CVE-2019-8597" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, Safari 12.1.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2x27-qff4-6hf8/GHSA-2x27-qff4-6hf8.json b/advisories/unreviewed/2022/05/GHSA-2x27-qff4-6hf8/GHSA-2x27-qff4-6hf8.json index cba30b27634..b514bb836da 100644 --- a/advisories/unreviewed/2022/05/GHSA-2x27-qff4-6hf8/GHSA-2x27-qff4-6hf8.json +++ b/advisories/unreviewed/2022/05/GHSA-2x27-qff4-6hf8/GHSA-2x27-qff4-6hf8.json @@ -7,12 +7,8 @@ "CVE-2019-8684" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, watchOS 5.3, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-325v-5c6v-wv5g/GHSA-325v-5c6v-wv5g.json b/advisories/unreviewed/2022/05/GHSA-325v-5c6v-wv5g/GHSA-325v-5c6v-wv5g.json index 3e9f3dfbb6c..a511a76868f 100644 --- a/advisories/unreviewed/2022/05/GHSA-325v-5c6v-wv5g/GHSA-325v-5c6v-wv5g.json +++ b/advisories/unreviewed/2022/05/GHSA-325v-5c6v-wv5g/GHSA-325v-5c6v-wv5g.json @@ -7,12 +7,8 @@ "CVE-2007-1976" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in index.php in the Virii Info 1.10 and earlier module for Xoops allows remote attackers to execute arbitrary PHP code via a URL in the xoopsConfig[root_path] parameter. NOTE: the issue has been disputed by a reliable third party, stating that the application's checkSuperglobals function defends against the attack.", - "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-33hg-cqpj-624f/GHSA-33hg-cqpj-624f.json b/advisories/unreviewed/2022/05/GHSA-33hg-cqpj-624f/GHSA-33hg-cqpj-624f.json index 430e8d69479..65f1bcc746e 100644 --- a/advisories/unreviewed/2022/05/GHSA-33hg-cqpj-624f/GHSA-33hg-cqpj-624f.json +++ b/advisories/unreviewed/2022/05/GHSA-33hg-cqpj-624f/GHSA-33hg-cqpj-624f.json @@ -7,12 +7,8 @@ "CVE-2019-18832" ], "details": "Barco ClickShare Button R9861500D01 devices before 1.9.0 have incorrect Credentials Management. The ClickShare Button implements encryption at rest which uses a one-time programmable (OTP) AES encryption key. This key is shared across all ClickShare Buttons of model R9861500D01.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-34cm-4327-j9m2/GHSA-34cm-4327-j9m2.json b/advisories/unreviewed/2022/05/GHSA-34cm-4327-j9m2/GHSA-34cm-4327-j9m2.json index befacd7a3fb..e1582ee8970 100644 --- a/advisories/unreviewed/2022/05/GHSA-34cm-4327-j9m2/GHSA-34cm-4327-j9m2.json +++ b/advisories/unreviewed/2022/05/GHSA-34cm-4327-j9m2/GHSA-34cm-4327-j9m2.json @@ -7,12 +7,8 @@ "CVE-2019-18824" ], "details": "Barco ClickShare Button R9861500D01 devices before 1.9.0 have Missing Support for Integrity Check. The ClickShare Button does not verify the integrity of the mutable content on the UBIFS partition before being used.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-35q5-r29v-56m2/GHSA-35q5-r29v-56m2.json b/advisories/unreviewed/2022/05/GHSA-35q5-r29v-56m2/GHSA-35q5-r29v-56m2.json index ea77b854411..7274f476525 100644 --- a/advisories/unreviewed/2022/05/GHSA-35q5-r29v-56m2/GHSA-35q5-r29v-56m2.json +++ b/advisories/unreviewed/2022/05/GHSA-35q5-r29v-56m2/GHSA-35q5-r29v-56m2.json @@ -7,12 +7,8 @@ "CVE-2019-8666" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-36c3-vq66-wvcg/GHSA-36c3-vq66-wvcg.json b/advisories/unreviewed/2022/05/GHSA-36c3-vq66-wvcg/GHSA-36c3-vq66-wvcg.json index 5f128975ccd..311edaf4f02 100644 --- a/advisories/unreviewed/2022/05/GHSA-36c3-vq66-wvcg/GHSA-36c3-vq66-wvcg.json +++ b/advisories/unreviewed/2022/05/GHSA-36c3-vq66-wvcg/GHSA-36c3-vq66-wvcg.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-36gf-xph5-cmf6/GHSA-36gf-xph5-cmf6.json b/advisories/unreviewed/2022/05/GHSA-36gf-xph5-cmf6/GHSA-36gf-xph5-cmf6.json index b8a37bfdb9b..f108d4e2017 100644 --- a/advisories/unreviewed/2022/05/GHSA-36gf-xph5-cmf6/GHSA-36gf-xph5-cmf6.json +++ b/advisories/unreviewed/2022/05/GHSA-36gf-xph5-cmf6/GHSA-36gf-xph5-cmf6.json @@ -7,12 +7,8 @@ "CVE-2019-8565" ], "details": "A race condition was addressed with additional validation. This issue is fixed in iOS 12.2, macOS Mojave 10.14.4. A malicious application may be able to gain root privileges.", - "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-373p-f3jj-fc96/GHSA-373p-f3jj-fc96.json b/advisories/unreviewed/2022/05/GHSA-373p-f3jj-fc96/GHSA-373p-f3jj-fc96.json index fb5de517535..f9284bfbbb5 100644 --- a/advisories/unreviewed/2022/05/GHSA-373p-f3jj-fc96/GHSA-373p-f3jj-fc96.json +++ b/advisories/unreviewed/2022/05/GHSA-373p-f3jj-fc96/GHSA-373p-f3jj-fc96.json @@ -7,12 +7,8 @@ "CVE-2006-7193" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in unit_test/test_cases.php in Smarty 2.6.1 allows remote attackers to execute arbitrary PHP code via a URL in the SMARTY_DIR parameter. NOTE: this issue is disputed by CVE and a third party because SMARTY_DIR is a constant.", - "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-38p9-hv7m-9vv5/GHSA-38p9-hv7m-9vv5.json b/advisories/unreviewed/2022/05/GHSA-38p9-hv7m-9vv5/GHSA-38p9-hv7m-9vv5.json index e23eaded525..493a76eaa96 100644 --- a/advisories/unreviewed/2022/05/GHSA-38p9-hv7m-9vv5/GHSA-38p9-hv7m-9vv5.json +++ b/advisories/unreviewed/2022/05/GHSA-38p9-hv7m-9vv5/GHSA-38p9-hv7m-9vv5.json @@ -7,12 +7,8 @@ "CVE-2009-0125" ], "details": "** DISPUTED ** NOTE: this issue has been disputed by the upstream vendor. nasl/nasl_crypto2.c in the Nessus Attack Scripting Language library (aka libnasl) 2.2.11 does not properly check the return value from the OpenSSL DSA_do_verify function, which allows remote attackers to bypass validation of the certificate chain via a malformed SSL/TLS signature, a similar vulnerability to CVE-2008-5077. NOTE: the upstream vendor has disputed this issue, stating \"while we do misuse this function (this is a bug), it has absolutely no security ramification.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-38pm-jr4r-8rj7/GHSA-38pm-jr4r-8rj7.json b/advisories/unreviewed/2022/05/GHSA-38pm-jr4r-8rj7/GHSA-38pm-jr4r-8rj7.json index a25b4152afd..7a553bd07b6 100644 --- a/advisories/unreviewed/2022/05/GHSA-38pm-jr4r-8rj7/GHSA-38pm-jr4r-8rj7.json +++ b/advisories/unreviewed/2022/05/GHSA-38pm-jr4r-8rj7/GHSA-38pm-jr4r-8rj7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3949-wvqv-jcq4/GHSA-3949-wvqv-jcq4.json b/advisories/unreviewed/2022/05/GHSA-3949-wvqv-jcq4/GHSA-3949-wvqv-jcq4.json index 2c6b53b4439..b581e0c5a46 100644 --- a/advisories/unreviewed/2022/05/GHSA-3949-wvqv-jcq4/GHSA-3949-wvqv-jcq4.json +++ b/advisories/unreviewed/2022/05/GHSA-3949-wvqv-jcq4/GHSA-3949-wvqv-jcq4.json @@ -7,12 +7,8 @@ "CVE-2019-8793" ], "details": "A consistency issue existed in deciding when to show the screen recording indicator. The issue was resolved with improved state management. This issue is fixed in iOS 13.2 and iPadOS 13.2. A local user may be able to record the screen without a visible screen recording indicator.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-39jm-fm9j-jg9p/GHSA-39jm-fm9j-jg9p.json b/advisories/unreviewed/2022/05/GHSA-39jm-fm9j-jg9p/GHSA-39jm-fm9j-jg9p.json index 081bfa1aa94..e2f4ab62101 100644 --- a/advisories/unreviewed/2022/05/GHSA-39jm-fm9j-jg9p/GHSA-39jm-fm9j-jg9p.json +++ b/advisories/unreviewed/2022/05/GHSA-39jm-fm9j-jg9p/GHSA-39jm-fm9j-jg9p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3chr-56pg-h55f/GHSA-3chr-56pg-h55f.json b/advisories/unreviewed/2022/05/GHSA-3chr-56pg-h55f/GHSA-3chr-56pg-h55f.json index 403ea92a166..d0eb82ad6ad 100644 --- a/advisories/unreviewed/2022/05/GHSA-3chr-56pg-h55f/GHSA-3chr-56pg-h55f.json +++ b/advisories/unreviewed/2022/05/GHSA-3chr-56pg-h55f/GHSA-3chr-56pg-h55f.json @@ -7,12 +7,8 @@ "CVE-2019-8520" ], "details": "An out-of-bounds read was addressed with improved bounds checking. This issue is fixed in macOS Mojave 10.14.4. A malicious application may be able to read restricted memory.", - "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-3crv-xrq6-c4hq/GHSA-3crv-xrq6-c4hq.json b/advisories/unreviewed/2022/05/GHSA-3crv-xrq6-c4hq/GHSA-3crv-xrq6-c4hq.json index 01bc2587209..6c04aae43a2 100644 --- a/advisories/unreviewed/2022/05/GHSA-3crv-xrq6-c4hq/GHSA-3crv-xrq6-c4hq.json +++ b/advisories/unreviewed/2022/05/GHSA-3crv-xrq6-c4hq/GHSA-3crv-xrq6-c4hq.json @@ -7,12 +7,8 @@ "CVE-2014-4608" ], "details": "** DISPUTED ** Multiple integer overflows in the lzo1x_decompress_safe function in lib/lzo/lzo1x_decompress_safe.c in the LZO decompressor in the Linux kernel before 3.15.2 allow context-dependent attackers to cause a denial of service (memory corruption) via a crafted Literal Run. NOTE: the author of the LZO algorithms says \"the Linux kernel is *not* affected; media hype.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3f9p-7mj8-2f34/GHSA-3f9p-7mj8-2f34.json b/advisories/unreviewed/2022/05/GHSA-3f9p-7mj8-2f34/GHSA-3f9p-7mj8-2f34.json index e1222933c11..1e431bc5ea4 100644 --- a/advisories/unreviewed/2022/05/GHSA-3f9p-7mj8-2f34/GHSA-3f9p-7mj8-2f34.json +++ b/advisories/unreviewed/2022/05/GHSA-3f9p-7mj8-2f34/GHSA-3f9p-7mj8-2f34.json @@ -7,12 +7,8 @@ "CVE-2019-8536" ], "details": "A memory corruption issue was addressed with improved memory handling. This issue is fixed in iOS 12.2, tvOS 12.2, watchOS 5.2, Safari 12.1, iTunes 12.9.4 for Windows, iCloud for Windows 7.11. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3fv9-r273-qjc2/GHSA-3fv9-r273-qjc2.json b/advisories/unreviewed/2022/05/GHSA-3fv9-r273-qjc2/GHSA-3fv9-r273-qjc2.json index 88b5fe49177..19751eeae5a 100644 --- a/advisories/unreviewed/2022/05/GHSA-3fv9-r273-qjc2/GHSA-3fv9-r273-qjc2.json +++ b/advisories/unreviewed/2022/05/GHSA-3fv9-r273-qjc2/GHSA-3fv9-r273-qjc2.json @@ -7,12 +7,8 @@ "CVE-2019-8591" ], "details": "A type confusion issue was addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, watchOS 5.2.1. An application may be able to cause unexpected system termination or write kernel memory.", - "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-3h74-35r6-v8xj/GHSA-3h74-35r6-v8xj.json b/advisories/unreviewed/2022/05/GHSA-3h74-35r6-v8xj/GHSA-3h74-35r6-v8xj.json index 85c77061aa9..6b9a8ae42b2 100644 --- a/advisories/unreviewed/2022/05/GHSA-3h74-35r6-v8xj/GHSA-3h74-35r6-v8xj.json +++ b/advisories/unreviewed/2022/05/GHSA-3h74-35r6-v8xj/GHSA-3h74-35r6-v8xj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3mqf-x495-xqrw/GHSA-3mqf-x495-xqrw.json b/advisories/unreviewed/2022/05/GHSA-3mqf-x495-xqrw/GHSA-3mqf-x495-xqrw.json index c2542e2d6cb..1b9b6c64455 100644 --- a/advisories/unreviewed/2022/05/GHSA-3mqf-x495-xqrw/GHSA-3mqf-x495-xqrw.json +++ b/advisories/unreviewed/2022/05/GHSA-3mqf-x495-xqrw/GHSA-3mqf-x495-xqrw.json @@ -7,12 +7,8 @@ "CVE-2007-6755" ], "details": "The NIST SP 800-90A default statement of the Dual Elliptic Curve Deterministic Random Bit Generation (Dual_EC_DRBG) algorithm contains point Q constants with a possible relationship to certain \"skeleton key\" values, which might allow context-dependent attackers to defeat cryptographic protection mechanisms by leveraging knowledge of those values. NOTE: this is a preliminary CVE for Dual_EC_DRBG; future research may provide additional details about point Q and associated attacks, and could potentially lead to a RECAST or REJECT of this CVE.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3qgg-q55f-9qv8/GHSA-3qgg-q55f-9qv8.json b/advisories/unreviewed/2022/05/GHSA-3qgg-q55f-9qv8/GHSA-3qgg-q55f-9qv8.json index f56aec26963..754c4ec7834 100644 --- a/advisories/unreviewed/2022/05/GHSA-3qgg-q55f-9qv8/GHSA-3qgg-q55f-9qv8.json +++ b/advisories/unreviewed/2022/05/GHSA-3qgg-q55f-9qv8/GHSA-3qgg-q55f-9qv8.json @@ -7,12 +7,8 @@ "CVE-2007-1477" ], "details": "** DISPUTED ** Directory traversal vulnerability in index.php in PHP Point Of Sale for osCommerce 1.1 allows remote attackers to include and execute arbitrary local files via a .. (dot dot) in the cfg_language parameter. NOTE: this issue has been disputed by CVE, since the cfg_language variable is configured upon proper product installation.", - "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-3qgh-rr85-pfcj/GHSA-3qgh-rr85-pfcj.json b/advisories/unreviewed/2022/05/GHSA-3qgh-rr85-pfcj/GHSA-3qgh-rr85-pfcj.json index 77f27f08dcd..94212ec27d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-3qgh-rr85-pfcj/GHSA-3qgh-rr85-pfcj.json +++ b/advisories/unreviewed/2022/05/GHSA-3qgh-rr85-pfcj/GHSA-3qgh-rr85-pfcj.json @@ -7,12 +7,8 @@ "CVE-2019-14608" ], "details": "Improper buffer restrictions in firmware for Intel(R) NUC(R) may allow an authenticated user to potentially enable escalation of privilege via local 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/05/GHSA-3qh5-grgw-6275/GHSA-3qh5-grgw-6275.json b/advisories/unreviewed/2022/05/GHSA-3qh5-grgw-6275/GHSA-3qh5-grgw-6275.json index a1b84da49a5..b40ff5f7158 100644 --- a/advisories/unreviewed/2022/05/GHSA-3qh5-grgw-6275/GHSA-3qh5-grgw-6275.json +++ b/advisories/unreviewed/2022/05/GHSA-3qh5-grgw-6275/GHSA-3qh5-grgw-6275.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3qxv-8pqm-xqw3/GHSA-3qxv-8pqm-xqw3.json b/advisories/unreviewed/2022/05/GHSA-3qxv-8pqm-xqw3/GHSA-3qxv-8pqm-xqw3.json index e890fddf087..255c71f663b 100644 --- a/advisories/unreviewed/2022/05/GHSA-3qxv-8pqm-xqw3/GHSA-3qxv-8pqm-xqw3.json +++ b/advisories/unreviewed/2022/05/GHSA-3qxv-8pqm-xqw3/GHSA-3qxv-8pqm-xqw3.json @@ -7,12 +7,8 @@ "CVE-2006-7181" ], "details": "** DISPUTED ** Multiple PHP remote file inclusion vulnerabilities in Morcego CMS 0.9.6 and earlier allow remote attackers to execute arbitrary PHP code via a URL in the (1) fichero parameter to morcegoCMS.php or the (2) path parameter to adodb/adodb.inc.php. NOTE: vector 1 has been disputed by a third party who shows that $fichero can not be controlled by an attacker.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3rf5-gg5c-jh3p/GHSA-3rf5-gg5c-jh3p.json b/advisories/unreviewed/2022/05/GHSA-3rf5-gg5c-jh3p/GHSA-3rf5-gg5c-jh3p.json index 3d3fe736b8f..a56eaea92b0 100644 --- a/advisories/unreviewed/2022/05/GHSA-3rf5-gg5c-jh3p/GHSA-3rf5-gg5c-jh3p.json +++ b/advisories/unreviewed/2022/05/GHSA-3rf5-gg5c-jh3p/GHSA-3rf5-gg5c-jh3p.json @@ -7,12 +7,8 @@ "CVE-2019-8596" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, Safari 12.1.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-3w3h-wfx4-hgm6/GHSA-3w3h-wfx4-hgm6.json b/advisories/unreviewed/2022/05/GHSA-3w3h-wfx4-hgm6/GHSA-3w3h-wfx4-hgm6.json index 8bafb91a53e..dd603b53de4 100644 --- a/advisories/unreviewed/2022/05/GHSA-3w3h-wfx4-hgm6/GHSA-3w3h-wfx4-hgm6.json +++ b/advisories/unreviewed/2022/05/GHSA-3w3h-wfx4-hgm6/GHSA-3w3h-wfx4-hgm6.json @@ -7,12 +7,8 @@ "CVE-2019-4609" ], "details": "IBM API Connect 2018.4.1.7 uses weaker than expected cryptographic algorithms that could allow an attacker to decrypt highly sensitive information. IBM X-Force ID: 168510.", - "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-3w9p-phq7-3r7c/GHSA-3w9p-phq7-3r7c.json b/advisories/unreviewed/2022/05/GHSA-3w9p-phq7-3r7c/GHSA-3w9p-phq7-3r7c.json index 4b81dc95aa4..e1fe74c55f1 100644 --- a/advisories/unreviewed/2022/05/GHSA-3w9p-phq7-3r7c/GHSA-3w9p-phq7-3r7c.json +++ b/advisories/unreviewed/2022/05/GHSA-3w9p-phq7-3r7c/GHSA-3w9p-phq7-3r7c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3wv5-4298-pwwf/GHSA-3wv5-4298-pwwf.json b/advisories/unreviewed/2022/05/GHSA-3wv5-4298-pwwf/GHSA-3wv5-4298-pwwf.json index 2c10947adbe..c3088a59491 100644 --- a/advisories/unreviewed/2022/05/GHSA-3wv5-4298-pwwf/GHSA-3wv5-4298-pwwf.json +++ b/advisories/unreviewed/2022/05/GHSA-3wv5-4298-pwwf/GHSA-3wv5-4298-pwwf.json @@ -7,12 +7,8 @@ "CVE-2019-8704" ], "details": "An authentication issue was addressed with improved state management. This issue is fixed in tvOS 13. A local user may be able to leak sensitive user information.", - "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-3wx7-h26j-wp5f/GHSA-3wx7-h26j-wp5f.json b/advisories/unreviewed/2022/05/GHSA-3wx7-h26j-wp5f/GHSA-3wx7-h26j-wp5f.json index 251d4d4ec5c..28ce340982e 100644 --- a/advisories/unreviewed/2022/05/GHSA-3wx7-h26j-wp5f/GHSA-3wx7-h26j-wp5f.json +++ b/advisories/unreviewed/2022/05/GHSA-3wx7-h26j-wp5f/GHSA-3wx7-h26j-wp5f.json @@ -7,12 +7,8 @@ "CVE-2019-8644" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3x3m-47h5-73m3/GHSA-3x3m-47h5-73m3.json b/advisories/unreviewed/2022/05/GHSA-3x3m-47h5-73m3/GHSA-3x3m-47h5-73m3.json index 4626f58d822..7159339879f 100644 --- a/advisories/unreviewed/2022/05/GHSA-3x3m-47h5-73m3/GHSA-3x3m-47h5-73m3.json +++ b/advisories/unreviewed/2022/05/GHSA-3x3m-47h5-73m3/GHSA-3x3m-47h5-73m3.json @@ -7,12 +7,8 @@ "CVE-2019-8692" ], "details": "A validation issue was addressed with improved input sanitization. This issue is fixed in macOS Mojave 10.14.6. An application may be able to read restricted memory.", - "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-42mj-fvxr-hp4j/GHSA-42mj-fvxr-hp4j.json b/advisories/unreviewed/2022/05/GHSA-42mj-fvxr-hp4j/GHSA-42mj-fvxr-hp4j.json index ce5cd7148a4..53f8c4009c7 100644 --- a/advisories/unreviewed/2022/05/GHSA-42mj-fvxr-hp4j/GHSA-42mj-fvxr-hp4j.json +++ b/advisories/unreviewed/2022/05/GHSA-42mj-fvxr-hp4j/GHSA-42mj-fvxr-hp4j.json @@ -7,12 +7,8 @@ "CVE-2019-8784" ], "details": "A memory corruption issue was addressed with improved memory handling. This issue is fixed in iOS 13.2 and iPadOS 13.2, macOS Catalina 10.15.1, iTunes for Windows 12.10.2, iCloud for Windows 11.0, iCloud for Windows 7.15. An application may be able to execute arbitrary code with system privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-42p8-xc23-48xv/GHSA-42p8-xc23-48xv.json b/advisories/unreviewed/2022/05/GHSA-42p8-xc23-48xv/GHSA-42p8-xc23-48xv.json index 53f260fbfc8..3828d07c021 100644 --- a/advisories/unreviewed/2022/05/GHSA-42p8-xc23-48xv/GHSA-42p8-xc23-48xv.json +++ b/advisories/unreviewed/2022/05/GHSA-42p8-xc23-48xv/GHSA-42p8-xc23-48xv.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-4326-4xh9-qrjh/GHSA-4326-4xh9-qrjh.json b/advisories/unreviewed/2022/05/GHSA-4326-4xh9-qrjh/GHSA-4326-4xh9-qrjh.json index 9c543d283c8..67aade91ce4 100644 --- a/advisories/unreviewed/2022/05/GHSA-4326-4xh9-qrjh/GHSA-4326-4xh9-qrjh.json +++ b/advisories/unreviewed/2022/05/GHSA-4326-4xh9-qrjh/GHSA-4326-4xh9-qrjh.json @@ -7,12 +7,8 @@ "CVE-2006-6397" ], "details": "** DISPUTED ** Integer overflow in banner/banner.c in FreeBSD, NetBSD, and OpenBSD might allow local users to modify memory via a long banner. NOTE: CVE and multiple third parties dispute this issue. Since banner is not setuid, an exploit would not cross privilege boundaries in normal operations. This issue is not a vulnerability.", - "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-43m3-5mhm-q5fc/GHSA-43m3-5mhm-q5fc.json b/advisories/unreviewed/2022/05/GHSA-43m3-5mhm-q5fc/GHSA-43m3-5mhm-q5fc.json index 0c09cb64da7..87dd4882c28 100644 --- a/advisories/unreviewed/2022/05/GHSA-43m3-5mhm-q5fc/GHSA-43m3-5mhm-q5fc.json +++ b/advisories/unreviewed/2022/05/GHSA-43m3-5mhm-q5fc/GHSA-43m3-5mhm-q5fc.json @@ -7,12 +7,8 @@ "CVE-2019-8663" ], "details": "This issue was addressed with improved checks. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6. A remote attacker may be able to leak memory.", - "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-45mh-qx52-cv3c/GHSA-45mh-qx52-cv3c.json b/advisories/unreviewed/2022/05/GHSA-45mh-qx52-cv3c/GHSA-45mh-qx52-cv3c.json index 86f8b06afdf..cfeedb18d5d 100644 --- a/advisories/unreviewed/2022/05/GHSA-45mh-qx52-cv3c/GHSA-45mh-qx52-cv3c.json +++ b/advisories/unreviewed/2022/05/GHSA-45mh-qx52-cv3c/GHSA-45mh-qx52-cv3c.json @@ -7,12 +7,8 @@ "CVE-2009-4855" ], "details": "** DISPUTED ** SQL injection vulnerability in index.php in TYPO3 4.0 allows remote attackers to execute arbitrary SQL commands via the showUid parameter. NOTE: the TYPO3 Security Team disputes this report, stating that \"there is no such vulnerability... The showUid parameter is generally used in third-party TYPO3 extensions - not in TYPO3 Core.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-45v7-gg96-grpr/GHSA-45v7-gg96-grpr.json b/advisories/unreviewed/2022/05/GHSA-45v7-gg96-grpr/GHSA-45v7-gg96-grpr.json index a57c295c795..9bc7e19fe41 100644 --- a/advisories/unreviewed/2022/05/GHSA-45v7-gg96-grpr/GHSA-45v7-gg96-grpr.json +++ b/advisories/unreviewed/2022/05/GHSA-45v7-gg96-grpr/GHSA-45v7-gg96-grpr.json @@ -7,12 +7,8 @@ "CVE-2006-7013" ], "details": "** DISPUTED ** QueryString.php in Simple Machines Forum (SMF) 1.0.7 and earlier, and 1.1rc2 and earlier, allows remote attackers to more easily spoof the IP address and evade banning via a modified X-Forwarded-For HTTP header, which is preferred instead of other more reliable sources for the IP address. NOTE: the original researcher claims that the vendor has disputed this issue.", - "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-465p-gqvg-6ph3/GHSA-465p-gqvg-6ph3.json b/advisories/unreviewed/2022/05/GHSA-465p-gqvg-6ph3/GHSA-465p-gqvg-6ph3.json index 53b9dd69246..c35ef92ab1d 100644 --- a/advisories/unreviewed/2022/05/GHSA-465p-gqvg-6ph3/GHSA-465p-gqvg-6ph3.json +++ b/advisories/unreviewed/2022/05/GHSA-465p-gqvg-6ph3/GHSA-465p-gqvg-6ph3.json @@ -7,12 +7,8 @@ "CVE-2007-0861" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in modules/mail/index.php in phpCOIN RC-1 and earlier allows remote attackers to execute arbitrary PHP code via a URL in the _CCFG['_PKG_PATH_MDLS'] parameter. NOTE: this issue has been disputed by a reliable third party, who states that a fatal error occurs before the relevant code is reached.", - "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-4939-r4rq-g58f/GHSA-4939-r4rq-g58f.json b/advisories/unreviewed/2022/05/GHSA-4939-r4rq-g58f/GHSA-4939-r4rq-g58f.json index afd1ef9d956..c65c4dd5e4c 100644 --- a/advisories/unreviewed/2022/05/GHSA-4939-r4rq-g58f/GHSA-4939-r4rq-g58f.json +++ b/advisories/unreviewed/2022/05/GHSA-4939-r4rq-g58f/GHSA-4939-r4rq-g58f.json @@ -7,12 +7,8 @@ "CVE-2019-16463" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have an untrusted pointer dereference vulnerability. Successful exploitation could lead to arbitrary code execution .", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4cj8-p4j5-pfhj/GHSA-4cj8-p4j5-pfhj.json b/advisories/unreviewed/2022/05/GHSA-4cj8-p4j5-pfhj/GHSA-4cj8-p4j5-pfhj.json index 7495a76b2ee..b4a888922b0 100644 --- a/advisories/unreviewed/2022/05/GHSA-4cj8-p4j5-pfhj/GHSA-4cj8-p4j5-pfhj.json +++ b/advisories/unreviewed/2022/05/GHSA-4cj8-p4j5-pfhj/GHSA-4cj8-p4j5-pfhj.json @@ -7,12 +7,8 @@ "CVE-2019-5702" ], "details": "NVIDIA GeForce Experience, all versions prior to 3.20.2, contains a vulnerability when GameStream is enabled in which an attacker with local system access can corrupt a system file, which may lead to denial of service or escalation of 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/05/GHSA-4fc2-7qm9-mmc9/GHSA-4fc2-7qm9-mmc9.json b/advisories/unreviewed/2022/05/GHSA-4fc2-7qm9-mmc9/GHSA-4fc2-7qm9-mmc9.json index 1d9388f6138..d4b7b8b009a 100644 --- a/advisories/unreviewed/2022/05/GHSA-4fc2-7qm9-mmc9/GHSA-4fc2-7qm9-mmc9.json +++ b/advisories/unreviewed/2022/05/GHSA-4fc2-7qm9-mmc9/GHSA-4fc2-7qm9-mmc9.json @@ -7,12 +7,8 @@ "CVE-2019-8811" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 13.2 and iPadOS 13.2, tvOS 13.2, watchOS 6.1, Safari 13.0.3, iTunes for Windows 12.10.2, iCloud for Windows 11.0, iCloud for Windows 7.15. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4g55-jg35-rh33/GHSA-4g55-jg35-rh33.json b/advisories/unreviewed/2022/05/GHSA-4g55-jg35-rh33/GHSA-4g55-jg35-rh33.json index 1b6d9e9fcf5..ba6c43e9fb9 100644 --- a/advisories/unreviewed/2022/05/GHSA-4g55-jg35-rh33/GHSA-4g55-jg35-rh33.json +++ b/advisories/unreviewed/2022/05/GHSA-4g55-jg35-rh33/GHSA-4g55-jg35-rh33.json @@ -7,12 +7,8 @@ "CVE-2019-8601" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, watchOS 5.2.1, Safari 12.1.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4gc8-7wjc-fq65/GHSA-4gc8-7wjc-fq65.json b/advisories/unreviewed/2022/05/GHSA-4gc8-7wjc-fq65/GHSA-4gc8-7wjc-fq65.json index 8ee6a37f071..e3f4b4bb9af 100644 --- a/advisories/unreviewed/2022/05/GHSA-4gc8-7wjc-fq65/GHSA-4gc8-7wjc-fq65.json +++ b/advisories/unreviewed/2022/05/GHSA-4gc8-7wjc-fq65/GHSA-4gc8-7wjc-fq65.json @@ -7,12 +7,8 @@ "CVE-2019-8693" ], "details": "A validation issue was addressed with improved input sanitization. This issue is fixed in macOS Mojave 10.14.6. An application may be able to read restricted memory.", - "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-4h98-c2f2-h4jp/GHSA-4h98-c2f2-h4jp.json b/advisories/unreviewed/2022/05/GHSA-4h98-c2f2-h4jp/GHSA-4h98-c2f2-h4jp.json index e0ddcb7f089..f63bee7348d 100644 --- a/advisories/unreviewed/2022/05/GHSA-4h98-c2f2-h4jp/GHSA-4h98-c2f2-h4jp.json +++ b/advisories/unreviewed/2022/05/GHSA-4h98-c2f2-h4jp/GHSA-4h98-c2f2-h4jp.json @@ -7,12 +7,8 @@ "CVE-2019-16460" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have an untrusted pointer dereference vulnerability. Successful exploitation could lead to arbitrary code execution .", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4h9g-54w5-8pgc/GHSA-4h9g-54w5-8pgc.json b/advisories/unreviewed/2022/05/GHSA-4h9g-54w5-8pgc/GHSA-4h9g-54w5-8pgc.json index 7da52293565..0a2d989c0bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-4h9g-54w5-8pgc/GHSA-4h9g-54w5-8pgc.json +++ b/advisories/unreviewed/2022/05/GHSA-4h9g-54w5-8pgc/GHSA-4h9g-54w5-8pgc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4j37-xf23-h2px/GHSA-4j37-xf23-h2px.json b/advisories/unreviewed/2022/05/GHSA-4j37-xf23-h2px/GHSA-4j37-xf23-h2px.json index aaf55e1f3ab..35d264130f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-4j37-xf23-h2px/GHSA-4j37-xf23-h2px.json +++ b/advisories/unreviewed/2022/05/GHSA-4j37-xf23-h2px/GHSA-4j37-xf23-h2px.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4j8q-xx5v-j248/GHSA-4j8q-xx5v-j248.json b/advisories/unreviewed/2022/05/GHSA-4j8q-xx5v-j248/GHSA-4j8q-xx5v-j248.json index 3246bb36d66..231b4a3b401 100644 --- a/advisories/unreviewed/2022/05/GHSA-4j8q-xx5v-j248/GHSA-4j8q-xx5v-j248.json +++ b/advisories/unreviewed/2022/05/GHSA-4j8q-xx5v-j248/GHSA-4j8q-xx5v-j248.json @@ -7,12 +7,8 @@ "CVE-2019-8293" ], "details": "Due to a logic error in the code, upload-image-with-ajax v1.0 allows arbitrary files to be uploaded to the web root allowing code execution.", - "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-4m4c-x36x-m5w4/GHSA-4m4c-x36x-m5w4.json b/advisories/unreviewed/2022/05/GHSA-4m4c-x36x-m5w4/GHSA-4m4c-x36x-m5w4.json index 7e1a47a12ef..7ca1db4eda4 100644 --- a/advisories/unreviewed/2022/05/GHSA-4m4c-x36x-m5w4/GHSA-4m4c-x36x-m5w4.json +++ b/advisories/unreviewed/2022/05/GHSA-4m4c-x36x-m5w4/GHSA-4m4c-x36x-m5w4.json @@ -7,12 +7,8 @@ "CVE-2019-8587" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, Safari 12.1.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4mw7-wwcm-rcqq/GHSA-4mw7-wwcm-rcqq.json b/advisories/unreviewed/2022/05/GHSA-4mw7-wwcm-rcqq/GHSA-4mw7-wwcm-rcqq.json index b20a61ccc6f..ba3b009f2c3 100644 --- a/advisories/unreviewed/2022/05/GHSA-4mw7-wwcm-rcqq/GHSA-4mw7-wwcm-rcqq.json +++ b/advisories/unreviewed/2022/05/GHSA-4mw7-wwcm-rcqq/GHSA-4mw7-wwcm-rcqq.json @@ -7,12 +7,8 @@ "CVE-2019-16458" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have an out-of-bounds read vulnerability. Successful exploitation could lead to information disclosure .", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4p6v-55g5-cqg9/GHSA-4p6v-55g5-cqg9.json b/advisories/unreviewed/2022/05/GHSA-4p6v-55g5-cqg9/GHSA-4p6v-55g5-cqg9.json index 03f2dbec3be..c9c1e1a3149 100644 --- a/advisories/unreviewed/2022/05/GHSA-4p6v-55g5-cqg9/GHSA-4p6v-55g5-cqg9.json +++ b/advisories/unreviewed/2022/05/GHSA-4p6v-55g5-cqg9/GHSA-4p6v-55g5-cqg9.json @@ -7,12 +7,8 @@ "CVE-2019-8679" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-4p9g-444m-88pg/GHSA-4p9g-444m-88pg.json b/advisories/unreviewed/2022/05/GHSA-4p9g-444m-88pg/GHSA-4p9g-444m-88pg.json index c7df87668eb..65fee7e016e 100644 --- a/advisories/unreviewed/2022/05/GHSA-4p9g-444m-88pg/GHSA-4p9g-444m-88pg.json +++ b/advisories/unreviewed/2022/05/GHSA-4p9g-444m-88pg/GHSA-4p9g-444m-88pg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4ph2-c8x7-g842/GHSA-4ph2-c8x7-g842.json b/advisories/unreviewed/2022/05/GHSA-4ph2-c8x7-g842/GHSA-4ph2-c8x7-g842.json index 6eaf98312f0..a5e5ebb67d8 100644 --- a/advisories/unreviewed/2022/05/GHSA-4ph2-c8x7-g842/GHSA-4ph2-c8x7-g842.json +++ b/advisories/unreviewed/2022/05/GHSA-4ph2-c8x7-g842/GHSA-4ph2-c8x7-g842.json @@ -7,12 +7,8 @@ "CVE-2019-16327" ], "details": "D-Link DIR-601 B1 2.00NA devices are vulnerable to authentication bypass. They do not check for authentication at the server side and rely on client-side validation, which is bypassable. NOTE: this is an end-of-life product.", - "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-4pm5-34cf-2v36/GHSA-4pm5-34cf-2v36.json b/advisories/unreviewed/2022/05/GHSA-4pm5-34cf-2v36/GHSA-4pm5-34cf-2v36.json index c1318ea5418..4b10b5861a2 100644 --- a/advisories/unreviewed/2022/05/GHSA-4pm5-34cf-2v36/GHSA-4pm5-34cf-2v36.json +++ b/advisories/unreviewed/2022/05/GHSA-4pm5-34cf-2v36/GHSA-4pm5-34cf-2v36.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-4q4r-vqwr-24p4/GHSA-4q4r-vqwr-24p4.json b/advisories/unreviewed/2022/05/GHSA-4q4r-vqwr-24p4/GHSA-4q4r-vqwr-24p4.json index be830f5923b..a0ca49c9c54 100644 --- a/advisories/unreviewed/2022/05/GHSA-4q4r-vqwr-24p4/GHSA-4q4r-vqwr-24p4.json +++ b/advisories/unreviewed/2022/05/GHSA-4q4r-vqwr-24p4/GHSA-4q4r-vqwr-24p4.json @@ -7,12 +7,8 @@ "CVE-2007-5565" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in includes/functions.php in phpSCMS 0.0.1-Alpha1 allows remote attackers to execute arbitrary PHP code via a URL in the dir parameter. NOTE: this issue is disputed by CVE because the identified code is in a function that is not accessible via direct request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4qhh-phr7-cw2h/GHSA-4qhh-phr7-cw2h.json b/advisories/unreviewed/2022/05/GHSA-4qhh-phr7-cw2h/GHSA-4qhh-phr7-cw2h.json index 22db00febc7..8a954880412 100644 --- a/advisories/unreviewed/2022/05/GHSA-4qhh-phr7-cw2h/GHSA-4qhh-phr7-cw2h.json +++ b/advisories/unreviewed/2022/05/GHSA-4qhh-phr7-cw2h/GHSA-4qhh-phr7-cw2h.json @@ -7,12 +7,8 @@ "CVE-2019-8560" ], "details": "An out-of-bounds read was addressed with improved bounds checking. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, watchOS 5.2.1. A malicious application may be able to read restricted memory.", - "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-4rr6-6h9f-r3pg/GHSA-4rr6-6h9f-r3pg.json b/advisories/unreviewed/2022/05/GHSA-4rr6-6h9f-r3pg/GHSA-4rr6-6h9f-r3pg.json index 701082cf9b0..d919e255ae2 100644 --- a/advisories/unreviewed/2022/05/GHSA-4rr6-6h9f-r3pg/GHSA-4rr6-6h9f-r3pg.json +++ b/advisories/unreviewed/2022/05/GHSA-4rr6-6h9f-r3pg/GHSA-4rr6-6h9f-r3pg.json @@ -7,12 +7,8 @@ "CVE-2019-8548" ], "details": "An issue existed where partially entered passcodes may not clear when the device went to sleep. This issue was addressed by clearing the passcode when a locked device sleeps. This issue is fixed in watchOS 5.2. A partially entered passcode may not clear when the device goes to sleep.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4rx5-3g43-fgh3/GHSA-4rx5-3g43-fgh3.json b/advisories/unreviewed/2022/05/GHSA-4rx5-3g43-fgh3/GHSA-4rx5-3g43-fgh3.json index 9de404b8ac5..e720a97b2b4 100644 --- a/advisories/unreviewed/2022/05/GHSA-4rx5-3g43-fgh3/GHSA-4rx5-3g43-fgh3.json +++ b/advisories/unreviewed/2022/05/GHSA-4rx5-3g43-fgh3/GHSA-4rx5-3g43-fgh3.json @@ -7,12 +7,8 @@ "CVE-2019-8566" ], "details": "An API issue existed in the handling of microphone data. This issue was addressed with improved validation. This issue is fixed in iOS 12.2. A malicious application may be able to access the microphone without indication to the user.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4v4m-mxm3-w2h7/GHSA-4v4m-mxm3-w2h7.json b/advisories/unreviewed/2022/05/GHSA-4v4m-mxm3-w2h7/GHSA-4v4m-mxm3-w2h7.json index a1c2a6226ce..c3134cd0e67 100644 --- a/advisories/unreviewed/2022/05/GHSA-4v4m-mxm3-w2h7/GHSA-4v4m-mxm3-w2h7.json +++ b/advisories/unreviewed/2022/05/GHSA-4v4m-mxm3-w2h7/GHSA-4v4m-mxm3-w2h7.json @@ -7,12 +7,8 @@ "CVE-2019-8590" ], "details": "A logic issue was addressed with improved restrictions. This issue is fixed in macOS Mojave 10.14.5. An application may be able to execute arbitrary code with kernel 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-4xgr-pf62-44v5/GHSA-4xgr-pf62-44v5.json b/advisories/unreviewed/2022/05/GHSA-4xgr-pf62-44v5/GHSA-4xgr-pf62-44v5.json index 8821834112c..a8cdf9026c5 100644 --- a/advisories/unreviewed/2022/05/GHSA-4xgr-pf62-44v5/GHSA-4xgr-pf62-44v5.json +++ b/advisories/unreviewed/2022/05/GHSA-4xgr-pf62-44v5/GHSA-4xgr-pf62-44v5.json @@ -7,12 +7,8 @@ "CVE-2019-8786" ], "details": "A memory corruption issue was addressed with improved memory handling. This issue is fixed in iOS 13.2 and iPadOS 13.2, macOS Catalina 10.15.1, tvOS 13.2, watchOS 6.1. An application may be able to execute arbitrary code with kernel privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4xq7-f7cv-mrfw/GHSA-4xq7-f7cv-mrfw.json b/advisories/unreviewed/2022/05/GHSA-4xq7-f7cv-mrfw/GHSA-4xq7-f7cv-mrfw.json index f82beb36175..3bef663b038 100644 --- a/advisories/unreviewed/2022/05/GHSA-4xq7-f7cv-mrfw/GHSA-4xq7-f7cv-mrfw.json +++ b/advisories/unreviewed/2022/05/GHSA-4xq7-f7cv-mrfw/GHSA-4xq7-f7cv-mrfw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-537v-9w6h-w7r3/GHSA-537v-9w6h-w7r3.json b/advisories/unreviewed/2022/05/GHSA-537v-9w6h-w7r3/GHSA-537v-9w6h-w7r3.json index 6c20e8e24e2..167da729757 100644 --- a/advisories/unreviewed/2022/05/GHSA-537v-9w6h-w7r3/GHSA-537v-9w6h-w7r3.json +++ b/advisories/unreviewed/2022/05/GHSA-537v-9w6h-w7r3/GHSA-537v-9w6h-w7r3.json @@ -7,12 +7,8 @@ "CVE-2019-8757" ], "details": "A race condition existed when reading and writing user preferences. This was addressed with improved state handling. This issue is fixed in macOS Catalina 10.15. The \"Share Mac Analytics\" setting may not be disabled when a user deselects the switch to share analytics.", - "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-54px-fhff-75hp/GHSA-54px-fhff-75hp.json b/advisories/unreviewed/2022/05/GHSA-54px-fhff-75hp/GHSA-54px-fhff-75hp.json index 3c9ebc9b927..030480f3481 100644 --- a/advisories/unreviewed/2022/05/GHSA-54px-fhff-75hp/GHSA-54px-fhff-75hp.json +++ b/advisories/unreviewed/2022/05/GHSA-54px-fhff-75hp/GHSA-54px-fhff-75hp.json @@ -7,12 +7,8 @@ "CVE-2019-8504" ], "details": "A memory initialization issue was addressed with improved memory handling. This issue is fixed in iOS 12.2, macOS Mojave 10.14.4. A local user may be able to read kernel memory.", - "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-57v2-hvjj-f26g/GHSA-57v2-hvjj-f26g.json b/advisories/unreviewed/2022/05/GHSA-57v2-hvjj-f26g/GHSA-57v2-hvjj-f26g.json index 14955ce370a..7bc13bd678f 100644 --- a/advisories/unreviewed/2022/05/GHSA-57v2-hvjj-f26g/GHSA-57v2-hvjj-f26g.json +++ b/advisories/unreviewed/2022/05/GHSA-57v2-hvjj-f26g/GHSA-57v2-hvjj-f26g.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-58pq-gm76-v728/GHSA-58pq-gm76-v728.json b/advisories/unreviewed/2022/05/GHSA-58pq-gm76-v728/GHSA-58pq-gm76-v728.json index 4eb4a46a00f..fedb49606cd 100644 --- a/advisories/unreviewed/2022/05/GHSA-58pq-gm76-v728/GHSA-58pq-gm76-v728.json +++ b/advisories/unreviewed/2022/05/GHSA-58pq-gm76-v728/GHSA-58pq-gm76-v728.json @@ -7,12 +7,8 @@ "CVE-2007-1052" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in index.php in PBLang (PBL) 4.60 and earlier allows remote attackers to execute arbitrary PHP code via a URL in the dbpath parameter, a different vector than CVE-2006-5062. NOTE: this issue has been disputed by a reliable third party for 4.65, stating that the dbpath variable is initialized in an included file that is created upon installation.", - "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-58q4-h5mm-8v85/GHSA-58q4-h5mm-8v85.json b/advisories/unreviewed/2022/05/GHSA-58q4-h5mm-8v85/GHSA-58q4-h5mm-8v85.json index 958c399ed4d..ff51d6a57dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-58q4-h5mm-8v85/GHSA-58q4-h5mm-8v85.json +++ b/advisories/unreviewed/2022/05/GHSA-58q4-h5mm-8v85/GHSA-58q4-h5mm-8v85.json @@ -7,12 +7,8 @@ "CVE-2019-8584" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, Safari 12.1.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-58wp-mvqf-8gm3/GHSA-58wp-mvqf-8gm3.json b/advisories/unreviewed/2022/05/GHSA-58wp-mvqf-8gm3/GHSA-58wp-mvqf-8gm3.json index fbfbd972c8c..527664b4319 100644 --- a/advisories/unreviewed/2022/05/GHSA-58wp-mvqf-8gm3/GHSA-58wp-mvqf-8gm3.json +++ b/advisories/unreviewed/2022/05/GHSA-58wp-mvqf-8gm3/GHSA-58wp-mvqf-8gm3.json @@ -7,12 +7,8 @@ "CVE-2019-8549" ], "details": "Multiple input validation issues existed in MIG generated code. These issues were addressed with improved validation. This issue is fixed in iOS 12.2, macOS Mojave 10.14.4, tvOS 12.2, watchOS 5.2. A malicious application may be able to execute arbitrary code with system privileges.", - "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-592x-9cgq-g8gh/GHSA-592x-9cgq-g8gh.json b/advisories/unreviewed/2022/05/GHSA-592x-9cgq-g8gh/GHSA-592x-9cgq-g8gh.json index 7ae88613ab2..00ad26d8b8b 100644 --- a/advisories/unreviewed/2022/05/GHSA-592x-9cgq-g8gh/GHSA-592x-9cgq-g8gh.json +++ b/advisories/unreviewed/2022/05/GHSA-592x-9cgq-g8gh/GHSA-592x-9cgq-g8gh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-59gp-rjv5-p2h6/GHSA-59gp-rjv5-p2h6.json b/advisories/unreviewed/2022/05/GHSA-59gp-rjv5-p2h6/GHSA-59gp-rjv5-p2h6.json index 5180bc8cae7..65dc6ba30bf 100644 --- a/advisories/unreviewed/2022/05/GHSA-59gp-rjv5-p2h6/GHSA-59gp-rjv5-p2h6.json +++ b/advisories/unreviewed/2022/05/GHSA-59gp-rjv5-p2h6/GHSA-59gp-rjv5-p2h6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-59j4-2v5x-m6r9/GHSA-59j4-2v5x-m6r9.json b/advisories/unreviewed/2022/05/GHSA-59j4-2v5x-m6r9/GHSA-59j4-2v5x-m6r9.json index f7d11a8ced1..4c89832433d 100644 --- a/advisories/unreviewed/2022/05/GHSA-59j4-2v5x-m6r9/GHSA-59j4-2v5x-m6r9.json +++ b/advisories/unreviewed/2022/05/GHSA-59j4-2v5x-m6r9/GHSA-59j4-2v5x-m6r9.json @@ -7,12 +7,8 @@ "CVE-2019-8699" ], "details": "A logic issue existed in the handling of answering phone calls. The issue was addressed with improved state management. This issue is fixed in iOS 12.4. The initiator of a phone call may be able to cause the recipient to answer a simultaneous Walkie-Talkie 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-5cvc-j2xm-h554/GHSA-5cvc-j2xm-h554.json b/advisories/unreviewed/2022/05/GHSA-5cvc-j2xm-h554/GHSA-5cvc-j2xm-h554.json index 8accfffbb19..1bec5824821 100644 --- a/advisories/unreviewed/2022/05/GHSA-5cvc-j2xm-h554/GHSA-5cvc-j2xm-h554.json +++ b/advisories/unreviewed/2022/05/GHSA-5cvc-j2xm-h554/GHSA-5cvc-j2xm-h554.json @@ -7,12 +7,8 @@ "CVE-2019-19956" ], "details": "xmlParseBalancedChunkMemoryRecover in parser.c in libxml2 before 2.9.10 has a memory leak related to newDoc->oldNs.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5h32-9qx7-wcp5/GHSA-5h32-9qx7-wcp5.json b/advisories/unreviewed/2022/05/GHSA-5h32-9qx7-wcp5/GHSA-5h32-9qx7-wcp5.json index 5a6775f5d2b..3d52b0a3c2f 100644 --- a/advisories/unreviewed/2022/05/GHSA-5h32-9qx7-wcp5/GHSA-5h32-9qx7-wcp5.json +++ b/advisories/unreviewed/2022/05/GHSA-5h32-9qx7-wcp5/GHSA-5h32-9qx7-wcp5.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-5h6g-m5wf-gj86/GHSA-5h6g-m5wf-gj86.json b/advisories/unreviewed/2022/05/GHSA-5h6g-m5wf-gj86/GHSA-5h6g-m5wf-gj86.json index 4ea0e34f430..3caa0bc692b 100644 --- a/advisories/unreviewed/2022/05/GHSA-5h6g-m5wf-gj86/GHSA-5h6g-m5wf-gj86.json +++ b/advisories/unreviewed/2022/05/GHSA-5h6g-m5wf-gj86/GHSA-5h6g-m5wf-gj86.json @@ -7,12 +7,8 @@ "CVE-2019-16465" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have an out-of-bounds read vulnerability. Successful exploitation could lead to information disclosure .", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5hrx-6xhx-79cj/GHSA-5hrx-6xhx-79cj.json b/advisories/unreviewed/2022/05/GHSA-5hrx-6xhx-79cj/GHSA-5hrx-6xhx-79cj.json index 021197b518d..fa3a8fb9eef 100644 --- a/advisories/unreviewed/2022/05/GHSA-5hrx-6xhx-79cj/GHSA-5hrx-6xhx-79cj.json +++ b/advisories/unreviewed/2022/05/GHSA-5hrx-6xhx-79cj/GHSA-5hrx-6xhx-79cj.json @@ -7,12 +7,8 @@ "CVE-2019-8611" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, Safari 12.1.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-5j7q-h2rg-wcc4/GHSA-5j7q-h2rg-wcc4.json b/advisories/unreviewed/2022/05/GHSA-5j7q-h2rg-wcc4/GHSA-5j7q-h2rg-wcc4.json index 0118c2bcc5d..853e2ad6a7b 100644 --- a/advisories/unreviewed/2022/05/GHSA-5j7q-h2rg-wcc4/GHSA-5j7q-h2rg-wcc4.json +++ b/advisories/unreviewed/2022/05/GHSA-5j7q-h2rg-wcc4/GHSA-5j7q-h2rg-wcc4.json @@ -7,12 +7,8 @@ "CVE-2019-8658" ], "details": "A logic issue was addressed with improved state management. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, watchOS 5.3, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to universal cross site scripting.", - "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-5mhq-fm5h-pfx5/GHSA-5mhq-fm5h-pfx5.json b/advisories/unreviewed/2022/05/GHSA-5mhq-fm5h-pfx5/GHSA-5mhq-fm5h-pfx5.json index d1be2f34739..c55bdb49c91 100644 --- a/advisories/unreviewed/2022/05/GHSA-5mhq-fm5h-pfx5/GHSA-5mhq-fm5h-pfx5.json +++ b/advisories/unreviewed/2022/05/GHSA-5mhq-fm5h-pfx5/GHSA-5mhq-fm5h-pfx5.json @@ -7,12 +7,8 @@ "CVE-2006-6549" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in upload.php in Rad Upload 3.02 allows remote attackers to execute arbitrary PHP code via a URL in the save_path parameter. NOTE: CVE disputes this vulnerability because save_path is originally defined as \"\" before use, and the nearby instructions say \"SET THE SAVE PATH by editing the line below.\"", - "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-5mpq-cjh3-mpwq/GHSA-5mpq-cjh3-mpwq.json b/advisories/unreviewed/2022/05/GHSA-5mpq-cjh3-mpwq/GHSA-5mpq-cjh3-mpwq.json index cc094e9bcc6..688d26e1e54 100644 --- a/advisories/unreviewed/2022/05/GHSA-5mpq-cjh3-mpwq/GHSA-5mpq-cjh3-mpwq.json +++ b/advisories/unreviewed/2022/05/GHSA-5mpq-cjh3-mpwq/GHSA-5mpq-cjh3-mpwq.json @@ -7,12 +7,8 @@ "CVE-2006-6415" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in admin/lib-maintenance.inc.php in phpAdsNew 2.0.4-pr2 allows remote attackers to execute arbitrary PHP code via a URL in the phpAds_path parameter, a different component than CVE-2006-3984. NOTE: this issue is disputed by CVE, since phpAds_path is used as a constant.", - "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-5pfm-39fj-mrch/GHSA-5pfm-39fj-mrch.json b/advisories/unreviewed/2022/05/GHSA-5pfm-39fj-mrch/GHSA-5pfm-39fj-mrch.json index d88c6817c99..4f567d985ad 100644 --- a/advisories/unreviewed/2022/05/GHSA-5pfm-39fj-mrch/GHSA-5pfm-39fj-mrch.json +++ b/advisories/unreviewed/2022/05/GHSA-5pfm-39fj-mrch/GHSA-5pfm-39fj-mrch.json @@ -7,12 +7,8 @@ "CVE-2019-8574" ], "details": "A memory corruption issue was addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, watchOS 5.2.1. An application may be able to execute arbitrary code with system privileges.", - "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-5qc4-qvx4-264m/GHSA-5qc4-qvx4-264m.json b/advisories/unreviewed/2022/05/GHSA-5qc4-qvx4-264m/GHSA-5qc4-qvx4-264m.json index b2440101c32..5d5de5e4dae 100644 --- a/advisories/unreviewed/2022/05/GHSA-5qc4-qvx4-264m/GHSA-5qc4-qvx4-264m.json +++ b/advisories/unreviewed/2022/05/GHSA-5qc4-qvx4-264m/GHSA-5qc4-qvx4-264m.json @@ -7,12 +7,8 @@ "CVE-2019-8562" ], "details": "A memory corruption issue was addressed with improved validation. This issue is fixed in iOS 12.2, tvOS 12.2, Safari 12.1, iTunes 12.9.4 for Windows. A sandboxed process may be able to circumvent sandbox restrictions.", - "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-5v4j-2xcw-cv26/GHSA-5v4j-2xcw-cv26.json b/advisories/unreviewed/2022/05/GHSA-5v4j-2xcw-cv26/GHSA-5v4j-2xcw-cv26.json index d5112d4befb..bb079eba1c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-5v4j-2xcw-cv26/GHSA-5v4j-2xcw-cv26.json +++ b/advisories/unreviewed/2022/05/GHSA-5v4j-2xcw-cv26/GHSA-5v4j-2xcw-cv26.json @@ -7,12 +7,8 @@ "CVE-2007-0084" ], "details": "** DISPUTED ** Buffer overflow in the Windows NT Message Compiler (MC) 1.00.5239 on Microsoft Windows XP allows local users to gain privileges via a long MC-filename. NOTE: this issue has been disputed by a reliable third party who states that the compiler is not a privileged program, so privilege boundaries cannot be crossed.", - "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-5v64-f798-rv7m/GHSA-5v64-f798-rv7m.json b/advisories/unreviewed/2022/05/GHSA-5v64-f798-rv7m/GHSA-5v64-f798-rv7m.json index e2e7383a66d..ea3da0b1f14 100644 --- a/advisories/unreviewed/2022/05/GHSA-5v64-f798-rv7m/GHSA-5v64-f798-rv7m.json +++ b/advisories/unreviewed/2022/05/GHSA-5v64-f798-rv7m/GHSA-5v64-f798-rv7m.json @@ -7,12 +7,8 @@ "CVE-2019-16449" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have an out-of-bounds read vulnerability. Successful exploitation could lead to information disclosure .", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5wj2-7gqw-v6cm/GHSA-5wj2-7gqw-v6cm.json b/advisories/unreviewed/2022/05/GHSA-5wj2-7gqw-v6cm/GHSA-5wj2-7gqw-v6cm.json index c058056ae8a..a6b679b38a7 100644 --- a/advisories/unreviewed/2022/05/GHSA-5wj2-7gqw-v6cm/GHSA-5wj2-7gqw-v6cm.json +++ b/advisories/unreviewed/2022/05/GHSA-5wj2-7gqw-v6cm/GHSA-5wj2-7gqw-v6cm.json @@ -7,12 +7,8 @@ "CVE-2011-1473" ], "details": "** DISPUTED ** OpenSSL before 0.9.8l, and 0.9.8m through 1.x, does not properly restrict client-initiated renegotiation within the SSL and TLS protocols, which might make it easier for remote attackers to cause a denial of service (CPU consumption) by performing many renegotiations within a single connection, a different vulnerability than CVE-2011-5094. NOTE: it can also be argued that it is the responsibility of server deployments, not a security library, to prevent or limit renegotiation when it is inappropriate within a specific environment.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -172,9 +168,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5wp3-f7pj-2997/GHSA-5wp3-f7pj-2997.json b/advisories/unreviewed/2022/05/GHSA-5wp3-f7pj-2997/GHSA-5wp3-f7pj-2997.json index 738cb370190..68946db4c80 100644 --- a/advisories/unreviewed/2022/05/GHSA-5wp3-f7pj-2997/GHSA-5wp3-f7pj-2997.json +++ b/advisories/unreviewed/2022/05/GHSA-5wp3-f7pj-2997/GHSA-5wp3-f7pj-2997.json @@ -7,12 +7,8 @@ "CVE-2019-8660" ], "details": "A memory corruption issue was addressed with improved input validation. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, watchOS 5.3. A remote attacker may be able to cause unexpected application termination or arbitrary code execution.", - "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-5x82-564r-8m4g/GHSA-5x82-564r-8m4g.json b/advisories/unreviewed/2022/05/GHSA-5x82-564r-8m4g/GHSA-5x82-564r-8m4g.json index 02e30b2de8c..f43ab1514c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-5x82-564r-8m4g/GHSA-5x82-564r-8m4g.json +++ b/advisories/unreviewed/2022/05/GHSA-5x82-564r-8m4g/GHSA-5x82-564r-8m4g.json @@ -7,12 +7,8 @@ "CVE-2019-16451" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have a heap overflow vulnerability. Successful exploitation could lead to arbitrary code execution .", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6332-3pxx-hqg9/GHSA-6332-3pxx-hqg9.json b/advisories/unreviewed/2022/05/GHSA-6332-3pxx-hqg9/GHSA-6332-3pxx-hqg9.json index 69040821d40..b847cd1915b 100644 --- a/advisories/unreviewed/2022/05/GHSA-6332-3pxx-hqg9/GHSA-6332-3pxx-hqg9.json +++ b/advisories/unreviewed/2022/05/GHSA-6332-3pxx-hqg9/GHSA-6332-3pxx-hqg9.json @@ -7,12 +7,8 @@ "CVE-2007-0087" ], "details": "** DISPUTED ** Microsoft Internet Information Services (IIS), when accessed through a TCP connection with a large window size, allows remote attackers to cause a denial of service (network bandwidth consumption) via a Range header that specifies multiple copies of the same fragment. NOTE: the severity of this issue has been disputed by third parties, who state that the large window size required by the attack is not normally supported or configured by the server, or that a DDoS-style attack would accomplish the same goal.", - "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-6469-9hp8-4jpq/GHSA-6469-9hp8-4jpq.json b/advisories/unreviewed/2022/05/GHSA-6469-9hp8-4jpq/GHSA-6469-9hp8-4jpq.json index 30efab089ec..f64e71f26bf 100644 --- a/advisories/unreviewed/2022/05/GHSA-6469-9hp8-4jpq/GHSA-6469-9hp8-4jpq.json +++ b/advisories/unreviewed/2022/05/GHSA-6469-9hp8-4jpq/GHSA-6469-9hp8-4jpq.json @@ -7,12 +7,8 @@ "CVE-2019-8788" ], "details": "An issue existed in the parsing of URLs. This issue was addressed with improved input validation. This issue is fixed in iOS 13.2 and iPadOS 13.2, macOS Catalina 10.15.1. Improper URL processing may lead to data exfiltration.", - "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-652p-wvmw-cf4c/GHSA-652p-wvmw-cf4c.json b/advisories/unreviewed/2022/05/GHSA-652p-wvmw-cf4c/GHSA-652p-wvmw-cf4c.json index 616e263f77b..010e2439343 100644 --- a/advisories/unreviewed/2022/05/GHSA-652p-wvmw-cf4c/GHSA-652p-wvmw-cf4c.json +++ b/advisories/unreviewed/2022/05/GHSA-652p-wvmw-cf4c/GHSA-652p-wvmw-cf4c.json @@ -7,12 +7,8 @@ "CVE-2006-6550" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in common.php in Phorum 3.2.11 and earlier allows remote attackers to execute arbitrary PHP code via a URL in the db_file parameter. NOTE: CVE disputes this vulnerability because db_file is defined before use.", - "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-65mq-p84h-2c7f/GHSA-65mq-p84h-2c7f.json b/advisories/unreviewed/2022/05/GHSA-65mq-p84h-2c7f/GHSA-65mq-p84h-2c7f.json index 9116fff4cd6..ba429893e37 100644 --- a/advisories/unreviewed/2022/05/GHSA-65mq-p84h-2c7f/GHSA-65mq-p84h-2c7f.json +++ b/advisories/unreviewed/2022/05/GHSA-65mq-p84h-2c7f/GHSA-65mq-p84h-2c7f.json @@ -7,12 +7,8 @@ "CVE-2019-8678" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-6699-wcr8-79cg/GHSA-6699-wcr8-79cg.json b/advisories/unreviewed/2022/05/GHSA-6699-wcr8-79cg/GHSA-6699-wcr8-79cg.json index 25f1027ab34..11ab3da1089 100644 --- a/advisories/unreviewed/2022/05/GHSA-6699-wcr8-79cg/GHSA-6699-wcr8-79cg.json +++ b/advisories/unreviewed/2022/05/GHSA-6699-wcr8-79cg/GHSA-6699-wcr8-79cg.json @@ -7,12 +7,8 @@ "CVE-2006-6541" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in signer/final.php in warez distributions of Animated Smiley Generator allows remote attackers to execute arbitrary PHP code via a URL in the smiley parameter. NOTE: the vendor disputes this issue, stating that only Warez versions of Animated Smiley Generator were affected, not the developer-provided software: \"Legitimately purchased applications do not allow this exploit.\"", - "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-66q9-mrhp-9hrp/GHSA-66q9-mrhp-9hrp.json b/advisories/unreviewed/2022/05/GHSA-66q9-mrhp-9hrp/GHSA-66q9-mrhp-9hrp.json index 8f6dfbac76b..84b1727e9c0 100644 --- a/advisories/unreviewed/2022/05/GHSA-66q9-mrhp-9hrp/GHSA-66q9-mrhp-9hrp.json +++ b/advisories/unreviewed/2022/05/GHSA-66q9-mrhp-9hrp/GHSA-66q9-mrhp-9hrp.json @@ -7,12 +7,8 @@ "CVE-2019-8503" ], "details": "A logic issue was addressed with improved validation. This issue is fixed in iOS 12.2, tvOS 12.2, Safari 12.1, iTunes 12.9.4 for Windows, iCloud for Windows 7.11. A malicious website may be able to execute scripts in the context of another website.", - "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-678r-mc28-pjx4/GHSA-678r-mc28-pjx4.json b/advisories/unreviewed/2022/05/GHSA-678r-mc28-pjx4/GHSA-678r-mc28-pjx4.json index a13d90bdc2f..116648f1ec3 100644 --- a/advisories/unreviewed/2022/05/GHSA-678r-mc28-pjx4/GHSA-678r-mc28-pjx4.json +++ b/advisories/unreviewed/2022/05/GHSA-678r-mc28-pjx4/GHSA-678r-mc28-pjx4.json @@ -7,12 +7,8 @@ "CVE-2019-8553" ], "details": "A memory corruption issue was addressed with improved validation. This issue is fixed in iOS 12.2, tvOS 12.2, watchOS 5.2. Clicking a malicious SMS link may lead to arbitrary code execution.", - "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-67gw-qj66-75p7/GHSA-67gw-qj66-75p7.json b/advisories/unreviewed/2022/05/GHSA-67gw-qj66-75p7/GHSA-67gw-qj66-75p7.json index 2a1056f0078..9fbbd689e86 100644 --- a/advisories/unreviewed/2022/05/GHSA-67gw-qj66-75p7/GHSA-67gw-qj66-75p7.json +++ b/advisories/unreviewed/2022/05/GHSA-67gw-qj66-75p7/GHSA-67gw-qj66-75p7.json @@ -7,12 +7,8 @@ "CVE-2007-5364" ], "details": "** DISPUTED ** Directory traversal vulnerability in payments/ideal_process.php in the iDEAL transaction handler in ViArt Shopping Cart allows remote attackers to have an unknown impact via directory traversal sequences in the filename parameter to the createCertFingerprint function. NOTE: this issue is disputed by CVE because PHP encounters a fatal function-call error on a direct request for payments/ideal_process.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6853-r3p7-f8fv/GHSA-6853-r3p7-f8fv.json b/advisories/unreviewed/2022/05/GHSA-6853-r3p7-f8fv/GHSA-6853-r3p7-f8fv.json index 33efa036780..20ad35e9d0e 100644 --- a/advisories/unreviewed/2022/05/GHSA-6853-r3p7-f8fv/GHSA-6853-r3p7-f8fv.json +++ b/advisories/unreviewed/2022/05/GHSA-6853-r3p7-f8fv/GHSA-6853-r3p7-f8fv.json @@ -7,12 +7,8 @@ "CVE-2019-5073" ], "details": "An exploitable information exposure vulnerability exists in the iocheckd service \"I/O-Check\" functionality of WAGO PFC200 Firmware versions 03.01.07(13) and 03.00.39(12), and WAGO PFC100 Firmware version 03.00.39(12). A specially crafted set of packets can cause an external tool to fail, resulting in uninitialized stack data to be copied to the response packet buffer. An attacker can send unauthenticated packets to trigger this vulnerability.", - "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-68jf-59q2-c7w4/GHSA-68jf-59q2-c7w4.json b/advisories/unreviewed/2022/05/GHSA-68jf-59q2-c7w4/GHSA-68jf-59q2-c7w4.json index 5dd9e5504ff..2840023147f 100644 --- a/advisories/unreviewed/2022/05/GHSA-68jf-59q2-c7w4/GHSA-68jf-59q2-c7w4.json +++ b/advisories/unreviewed/2022/05/GHSA-68jf-59q2-c7w4/GHSA-68jf-59q2-c7w4.json @@ -7,12 +7,8 @@ "CVE-2006-4422" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in includes/phpdig/libs/search_function.php in Jetbox CMS 2.1 allows remote attackers to execute arbitrary PHP code via a URL in the relative_script_path parameter, a different vector than CVE-2006-2270. NOTE: this issue has been disputed, and as of 20060830, CVE analysis concurs with the dispute. In addition, it is likely that the vulnerability is actually in a third party module, phpDig 1.8.8.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -68,9 +64,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-68pc-q3p4-jwvh/GHSA-68pc-q3p4-jwvh.json b/advisories/unreviewed/2022/05/GHSA-68pc-q3p4-jwvh/GHSA-68pc-q3p4-jwvh.json index a6173f1d7be..58669aaf9ee 100644 --- a/advisories/unreviewed/2022/05/GHSA-68pc-q3p4-jwvh/GHSA-68pc-q3p4-jwvh.json +++ b/advisories/unreviewed/2022/05/GHSA-68pc-q3p4-jwvh/GHSA-68pc-q3p4-jwvh.json @@ -7,12 +7,8 @@ "CVE-2019-19540" ], "details": "The ListingPro theme before v2.0.14.2 for WordPress has Reflected XSS via the What field on the homepage.", - "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-68v5-4xcm-4c57/GHSA-68v5-4xcm-4c57.json b/advisories/unreviewed/2022/05/GHSA-68v5-4xcm-4c57/GHSA-68v5-4xcm-4c57.json index 4d59a9de4e1..f1544c78425 100644 --- a/advisories/unreviewed/2022/05/GHSA-68v5-4xcm-4c57/GHSA-68v5-4xcm-4c57.json +++ b/advisories/unreviewed/2022/05/GHSA-68v5-4xcm-4c57/GHSA-68v5-4xcm-4c57.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-69j7-ff29-gmc8/GHSA-69j7-ff29-gmc8.json b/advisories/unreviewed/2022/05/GHSA-69j7-ff29-gmc8/GHSA-69j7-ff29-gmc8.json index e54da4939f4..079f0abf047 100644 --- a/advisories/unreviewed/2022/05/GHSA-69j7-ff29-gmc8/GHSA-69j7-ff29-gmc8.json +++ b/advisories/unreviewed/2022/05/GHSA-69j7-ff29-gmc8/GHSA-69j7-ff29-gmc8.json @@ -7,12 +7,8 @@ "CVE-2019-5079" ], "details": "An exploitable heap buffer overflow vulnerability exists in the iocheckd service \"I/O-Check\" functionality of WAGO PFC200 Firmware versions 03.01.07(13) and 03.00.39(12), and WAGO PFC100 Firmware version 03.00.39(12). A specially crafted set of packets can cause a heap buffer overflow, potentially resulting in code execution. An attacker can send unauthenticated packets to trigger this vulnerability.", - "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-6c7m-m9x5-2c3c/GHSA-6c7m-m9x5-2c3c.json b/advisories/unreviewed/2022/05/GHSA-6c7m-m9x5-2c3c/GHSA-6c7m-m9x5-2c3c.json index d9d4c1df95e..7a0e98a3bda 100644 --- a/advisories/unreviewed/2022/05/GHSA-6c7m-m9x5-2c3c/GHSA-6c7m-m9x5-2c3c.json +++ b/advisories/unreviewed/2022/05/GHSA-6c7m-m9x5-2c3c/GHSA-6c7m-m9x5-2c3c.json @@ -7,12 +7,8 @@ "CVE-2019-8657" ], "details": "An out-of-bounds read was addressed with improved input validation. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, watchOS 5.3. Parsing a maliciously crafted office document may lead to an unexpected application termination or arbitrary code execution.", - "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-6cq4-xx4r-xc82/GHSA-6cq4-xx4r-xc82.json b/advisories/unreviewed/2022/05/GHSA-6cq4-xx4r-xc82/GHSA-6cq4-xx4r-xc82.json index 04fa1914dbf..9dcc29a6027 100644 --- a/advisories/unreviewed/2022/05/GHSA-6cq4-xx4r-xc82/GHSA-6cq4-xx4r-xc82.json +++ b/advisories/unreviewed/2022/05/GHSA-6cq4-xx4r-xc82/GHSA-6cq4-xx4r-xc82.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6f4q-2mq8-qf27/GHSA-6f4q-2mq8-qf27.json b/advisories/unreviewed/2022/05/GHSA-6f4q-2mq8-qf27/GHSA-6f4q-2mq8-qf27.json index 6e6b55f06b0..ff153799469 100644 --- a/advisories/unreviewed/2022/05/GHSA-6f4q-2mq8-qf27/GHSA-6f4q-2mq8-qf27.json +++ b/advisories/unreviewed/2022/05/GHSA-6f4q-2mq8-qf27/GHSA-6f4q-2mq8-qf27.json @@ -7,12 +7,8 @@ "CVE-2009-0374" ], "details": "** DISPUTED ** Google Chrome 1.0.154.43 allows remote attackers to trick a user into visiting an arbitrary URL via an onclick action that moves a crafted element to the current mouse position, related to a \"Clickjacking\" vulnerability. NOTE: a third party disputes the relevance of this issue, stating that \"every sufficiently featured browser is and likely will remain susceptible to the behavior known as clickjacking,\" and adding that the exploit code \"is not a valid demonstration of the issue.\"", - "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-6g78-xjg6-m9rm/GHSA-6g78-xjg6-m9rm.json b/advisories/unreviewed/2022/05/GHSA-6g78-xjg6-m9rm/GHSA-6g78-xjg6-m9rm.json index 8233a3f5d97..0f35ff8f2dd 100644 --- a/advisories/unreviewed/2022/05/GHSA-6g78-xjg6-m9rm/GHSA-6g78-xjg6-m9rm.json +++ b/advisories/unreviewed/2022/05/GHSA-6g78-xjg6-m9rm/GHSA-6g78-xjg6-m9rm.json @@ -7,12 +7,8 @@ "CVE-2007-3048" ], "details": "** DISPUTED ** GNU screen 4.0.3 allows local users to unlock the screen via a CTRL-C sequence at the password prompt. NOTE: multiple third parties report inability to reproduce this issue.", - "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-6gc3-p5fw-m833/GHSA-6gc3-p5fw-m833.json b/advisories/unreviewed/2022/05/GHSA-6gc3-p5fw-m833/GHSA-6gc3-p5fw-m833.json index f0fa2f3f320..c81c600ff27 100644 --- a/advisories/unreviewed/2022/05/GHSA-6gc3-p5fw-m833/GHSA-6gc3-p5fw-m833.json +++ b/advisories/unreviewed/2022/05/GHSA-6gc3-p5fw-m833/GHSA-6gc3-p5fw-m833.json @@ -7,12 +7,8 @@ "CVE-2019-16735" ], "details": "A stack-based buffer overflow in processCommandUploadLog in libcommon.so in Petwant PF-103 firmware 4.22.2.42 and Petalk AI 3.2.2.30 allows remote attackers to cause denial of service or run arbitrary code as the root user.", - "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-6gp3-wxp7-527x/GHSA-6gp3-wxp7-527x.json b/advisories/unreviewed/2022/05/GHSA-6gp3-wxp7-527x/GHSA-6gp3-wxp7-527x.json index bfead103787..9a15c67ed18 100644 --- a/advisories/unreviewed/2022/05/GHSA-6gp3-wxp7-527x/GHSA-6gp3-wxp7-527x.json +++ b/advisories/unreviewed/2022/05/GHSA-6gp3-wxp7-527x/GHSA-6gp3-wxp7-527x.json @@ -7,12 +7,8 @@ "CVE-2019-8665" ], "details": "A denial of service issue was addressed with improved validation. This issue is fixed in iOS 12.4, watchOS 5.3. A remote attacker may cause an unexpected application termination.", - "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-6gq7-7h44-r374/GHSA-6gq7-7h44-r374.json b/advisories/unreviewed/2022/05/GHSA-6gq7-7h44-r374/GHSA-6gq7-7h44-r374.json index be9255e28dc..c0dd28123e9 100644 --- a/advisories/unreviewed/2022/05/GHSA-6gq7-7h44-r374/GHSA-6gq7-7h44-r374.json +++ b/advisories/unreviewed/2022/05/GHSA-6gq7-7h44-r374/GHSA-6gq7-7h44-r374.json @@ -7,12 +7,8 @@ "CVE-2019-19264" ], "details": "In Simplifile RecordFusion through 2019-11-25, the logs and hist parameters allow remote attackers to access local files via a logger/logs?/../ or logger/hist?/../ URI.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6m98-5g77-284r/GHSA-6m98-5g77-284r.json b/advisories/unreviewed/2022/05/GHSA-6m98-5g77-284r/GHSA-6m98-5g77-284r.json index 2f825f2ccb0..62fc89f5960 100644 --- a/advisories/unreviewed/2022/05/GHSA-6m98-5g77-284r/GHSA-6m98-5g77-284r.json +++ b/advisories/unreviewed/2022/05/GHSA-6m98-5g77-284r/GHSA-6m98-5g77-284r.json @@ -7,12 +7,8 @@ "CVE-2019-18994" ], "details": "Due to a lack of file length check, the HMIStudio component of ABB PB610 Panel Builder 600 versions 2.8.0.424 and earlier crashes when trying to load an empty *.JPR application file. An attacker with access to the file system might be able to cause application malfunction such as denial of service.", - "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-6mhg-333v-q39c/GHSA-6mhg-333v-q39c.json b/advisories/unreviewed/2022/05/GHSA-6mhg-333v-q39c/GHSA-6mhg-333v-q39c.json index 95091b04059..f7dfc6e0fb4 100644 --- a/advisories/unreviewed/2022/05/GHSA-6mhg-333v-q39c/GHSA-6mhg-333v-q39c.json +++ b/advisories/unreviewed/2022/05/GHSA-6mhg-333v-q39c/GHSA-6mhg-333v-q39c.json @@ -7,12 +7,8 @@ "CVE-2019-8765" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in watchOS 6.1. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6pf5-463c-qv74/GHSA-6pf5-463c-qv74.json b/advisories/unreviewed/2022/05/GHSA-6pf5-463c-qv74/GHSA-6pf5-463c-qv74.json index 0ca09cfb8e0..7852728046d 100644 --- a/advisories/unreviewed/2022/05/GHSA-6pf5-463c-qv74/GHSA-6pf5-463c-qv74.json +++ b/advisories/unreviewed/2022/05/GHSA-6pf5-463c-qv74/GHSA-6pf5-463c-qv74.json @@ -7,12 +7,8 @@ "CVE-2008-1685" ], "details": "** DISPUTED ** gcc 4.2.0 through 4.3.0 in GNU Compiler Collection, when casts are not used, considers the sum of a pointer and an int to be greater than or equal to the pointer, which might lead to removal of length testing code that was intended as a protection mechanism against integer overflow and buffer overflow attacks, and provide no diagnostic message about this removal. NOTE: the vendor has determined that this compiler behavior is correct according to section 6.5.6 of the C99 standard (aka ISO/IEC 9899:1999).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6phr-fw4x-4vgj/GHSA-6phr-fw4x-4vgj.json b/advisories/unreviewed/2022/05/GHSA-6phr-fw4x-4vgj/GHSA-6phr-fw4x-4vgj.json index c12f27b2cb0..795a6c82bde 100644 --- a/advisories/unreviewed/2022/05/GHSA-6phr-fw4x-4vgj/GHSA-6phr-fw4x-4vgj.json +++ b/advisories/unreviewed/2022/05/GHSA-6phr-fw4x-4vgj/GHSA-6phr-fw4x-4vgj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6q6f-rf7h-v684/GHSA-6q6f-rf7h-v684.json b/advisories/unreviewed/2022/05/GHSA-6q6f-rf7h-v684/GHSA-6q6f-rf7h-v684.json index 9e80a493cca..7ec07aeb075 100644 --- a/advisories/unreviewed/2022/05/GHSA-6q6f-rf7h-v684/GHSA-6q6f-rf7h-v684.json +++ b/advisories/unreviewed/2022/05/GHSA-6q6f-rf7h-v684/GHSA-6q6f-rf7h-v684.json @@ -7,12 +7,8 @@ "CVE-2019-8814" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 13.2 and iPadOS 13.2, tvOS 13.2, Safari 13.0.3, iTunes for Windows 12.10.2, iCloud for Windows 11.0, iCloud for Windows 7.15. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6qpx-xqgc-8jcg/GHSA-6qpx-xqgc-8jcg.json b/advisories/unreviewed/2022/05/GHSA-6qpx-xqgc-8jcg/GHSA-6qpx-xqgc-8jcg.json index d901156d12e..12641844a1e 100644 --- a/advisories/unreviewed/2022/05/GHSA-6qpx-xqgc-8jcg/GHSA-6qpx-xqgc-8jcg.json +++ b/advisories/unreviewed/2022/05/GHSA-6qpx-xqgc-8jcg/GHSA-6qpx-xqgc-8jcg.json @@ -7,12 +7,8 @@ "CVE-2007-3945" ], "details": "Rule Set Based Access Control (RSBAC) before 1.3.5 does not properly use the Linux Kernel Crypto API for the Linux kernel 2.6.x, which allows context-dependent attackers to bypass authentication controls via unspecified vectors, possibly involving User Management password hashing and unchecked function return codes.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6r6p-p4cc-5qgv/GHSA-6r6p-p4cc-5qgv.json b/advisories/unreviewed/2022/05/GHSA-6r6p-p4cc-5qgv/GHSA-6r6p-p4cc-5qgv.json index e9cc515f494..4216dd87e40 100644 --- a/advisories/unreviewed/2022/05/GHSA-6r6p-p4cc-5qgv/GHSA-6r6p-p4cc-5qgv.json +++ b/advisories/unreviewed/2022/05/GHSA-6r6p-p4cc-5qgv/GHSA-6r6p-p4cc-5qgv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6rcg-qvr5-p3c5/GHSA-6rcg-qvr5-p3c5.json b/advisories/unreviewed/2022/05/GHSA-6rcg-qvr5-p3c5/GHSA-6rcg-qvr5-p3c5.json index 80c32ea3c85..949540c4137 100644 --- a/advisories/unreviewed/2022/05/GHSA-6rcg-qvr5-p3c5/GHSA-6rcg-qvr5-p3c5.json +++ b/advisories/unreviewed/2022/05/GHSA-6rcg-qvr5-p3c5/GHSA-6rcg-qvr5-p3c5.json @@ -7,12 +7,8 @@ "CVE-2019-8586" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, Safari 12.1.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-6vcw-pcgj-5hg5/GHSA-6vcw-pcgj-5hg5.json b/advisories/unreviewed/2022/05/GHSA-6vcw-pcgj-5hg5/GHSA-6vcw-pcgj-5hg5.json index 49ff9136ae3..c9bd40d15b7 100644 --- a/advisories/unreviewed/2022/05/GHSA-6vcw-pcgj-5hg5/GHSA-6vcw-pcgj-5hg5.json +++ b/advisories/unreviewed/2022/05/GHSA-6vcw-pcgj-5hg5/GHSA-6vcw-pcgj-5hg5.json @@ -7,12 +7,8 @@ "CVE-2019-8724" ], "details": "Multiple issues in ld64 in the Xcode toolchains were addressed by updating to version ld64-507.4. This issue is fixed in Xcode 11.0. Compiling code without proper input validation could lead to arbitrary code execution with user privilege.", - "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-6vqf-wwv4-9qqh/GHSA-6vqf-wwv4-9qqh.json b/advisories/unreviewed/2022/05/GHSA-6vqf-wwv4-9qqh/GHSA-6vqf-wwv4-9qqh.json index 41f34f5592d..5dbf3c40c08 100644 --- a/advisories/unreviewed/2022/05/GHSA-6vqf-wwv4-9qqh/GHSA-6vqf-wwv4-9qqh.json +++ b/advisories/unreviewed/2022/05/GHSA-6vqf-wwv4-9qqh/GHSA-6vqf-wwv4-9qqh.json @@ -7,12 +7,8 @@ "CVE-2019-8820" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 13.2 and iPadOS 13.2, tvOS 13.2, watchOS 6.1, Safari 13.0.3, iTunes for Windows 12.10.2, iCloud for Windows 11.0, iCloud for Windows 7.15. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6x8c-j743-7x28/GHSA-6x8c-j743-7x28.json b/advisories/unreviewed/2022/05/GHSA-6x8c-j743-7x28/GHSA-6x8c-j743-7x28.json index 6cb52efd32b..020376b2d54 100644 --- a/advisories/unreviewed/2022/05/GHSA-6x8c-j743-7x28/GHSA-6x8c-j743-7x28.json +++ b/advisories/unreviewed/2022/05/GHSA-6x8c-j743-7x28/GHSA-6x8c-j743-7x28.json @@ -7,12 +7,8 @@ "CVE-2008-4301" ], "details": "** DISPUTED ** A certain ActiveX control in iisext.dll in Microsoft Internet Information Services (IIS) allows remote attackers to set a password via a string argument to the SetPassword method. NOTE: this issue could not be reproduced by a reliable third party. In addition, the original researcher is unreliable. Therefore the original disclosure is probably erroneous.", - "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-72pv-4f7x-ghhf/GHSA-72pv-4f7x-ghhf.json b/advisories/unreviewed/2022/05/GHSA-72pv-4f7x-ghhf/GHSA-72pv-4f7x-ghhf.json index 554b8ac9ea1..e3b1f79e09b 100644 --- a/advisories/unreviewed/2022/05/GHSA-72pv-4f7x-ghhf/GHSA-72pv-4f7x-ghhf.json +++ b/advisories/unreviewed/2022/05/GHSA-72pv-4f7x-ghhf/GHSA-72pv-4f7x-ghhf.json @@ -7,12 +7,8 @@ "CVE-2019-19778" ], "details": "An issue was discovered in libsixel 1.8.2. There is a heap-based buffer over-read in the function load_sixel at loader.c.", - "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-734w-mfjg-9qhx/GHSA-734w-mfjg-9qhx.json b/advisories/unreviewed/2022/05/GHSA-734w-mfjg-9qhx/GHSA-734w-mfjg-9qhx.json index 87c38924a77..61862eae9e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-734w-mfjg-9qhx/GHSA-734w-mfjg-9qhx.json +++ b/advisories/unreviewed/2022/05/GHSA-734w-mfjg-9qhx/GHSA-734w-mfjg-9qhx.json @@ -7,12 +7,8 @@ "CVE-2019-10516" ], "details": "Multiple read overflows in MM while decoding service accept,service reject,attach reject and MT detach in Snapdragon Auto, Snapdragon Compute, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables in APQ8009, APQ8017, APQ8053, APQ8096, APQ8096AU, APQ8098, MDM9150, MDM9205, MDM9206, MDM9607, MDM9625, MDM9635M, MDM9640, MDM9645, MDM9650, MDM9655, MSM8905, MSM8909, MSM8909W, MSM8917, MSM8920, MSM8937, MSM8939, MSM8940, MSM8953, MSM8996AU, MSM8998, Nicobar, QCM2150, QCS605, QM215, SC8180X, SDA660, SDA845, SDM429, SDM439, SDM450, SDM630, SDM632, SDM636, SDM660, SDM670, SDM710, SDM845, SDM850, SDX20, SDX24, SDX55, SM6150, SM7150, SM8150, SXR1130", - "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-7396-5hfj-hqx5/GHSA-7396-5hfj-hqx5.json b/advisories/unreviewed/2022/05/GHSA-7396-5hfj-hqx5/GHSA-7396-5hfj-hqx5.json index 61a8c667432..8419ac1dd7f 100644 --- a/advisories/unreviewed/2022/05/GHSA-7396-5hfj-hqx5/GHSA-7396-5hfj-hqx5.json +++ b/advisories/unreviewed/2022/05/GHSA-7396-5hfj-hqx5/GHSA-7396-5hfj-hqx5.json @@ -7,12 +7,8 @@ "CVE-2019-6236" ], "details": "A race condition existed during the installation of iCloud for Windows. This was addressed with improved state handling. This issue is fixed in iCloud for Windows 7.11. Running the iCloud installer in an untrusted directory may result in arbitrary code 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/05/GHSA-74cx-pw34-jqwr/GHSA-74cx-pw34-jqwr.json b/advisories/unreviewed/2022/05/GHSA-74cx-pw34-jqwr/GHSA-74cx-pw34-jqwr.json index 77855ac6364..2a0ad21d90c 100644 --- a/advisories/unreviewed/2022/05/GHSA-74cx-pw34-jqwr/GHSA-74cx-pw34-jqwr.json +++ b/advisories/unreviewed/2022/05/GHSA-74cx-pw34-jqwr/GHSA-74cx-pw34-jqwr.json @@ -7,12 +7,8 @@ "CVE-2009-0130" ], "details": "** DISPUTED ** lib/crypto/c_src/crypto_drv.c in erlang does not properly check the return value from the OpenSSL DSA_do_verify function, which might allow remote attackers to bypass validation of the certificate chain via a malformed SSL/TLS signature, a similar vulnerability to CVE-2008-5077. NOTE: a package maintainer disputes this issue, reporting that there is a proper check within the only code that uses the applicable part of crypto_drv.c, and thus \"this report is invalid.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-753h-jhp3-85mr/GHSA-753h-jhp3-85mr.json b/advisories/unreviewed/2022/05/GHSA-753h-jhp3-85mr/GHSA-753h-jhp3-85mr.json index 241f28c9541..233e76d06b9 100644 --- a/advisories/unreviewed/2022/05/GHSA-753h-jhp3-85mr/GHSA-753h-jhp3-85mr.json +++ b/advisories/unreviewed/2022/05/GHSA-753h-jhp3-85mr/GHSA-753h-jhp3-85mr.json @@ -7,12 +7,8 @@ "CVE-2019-5080" ], "details": "An exploitable denial-of-service vulnerability exists in the iocheckd service \"I/O-Check\" functionality of WAGO PFC 200 Firmware versions 03.01.07(13) and 03.00.39(12), and WAGO PFC100 Firmware version 03.00.39(12). A single packet can cause a denial of service and weaken credentials resulting in the default documented credentials being applied to the device. An attacker can send an unauthenticated packet to trigger this vulnerability.", - "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-75c4-xj7m-vrpm/GHSA-75c4-xj7m-vrpm.json b/advisories/unreviewed/2022/05/GHSA-75c4-xj7m-vrpm/GHSA-75c4-xj7m-vrpm.json index d2e1cac29ee..a9ce84a2e47 100644 --- a/advisories/unreviewed/2022/05/GHSA-75c4-xj7m-vrpm/GHSA-75c4-xj7m-vrpm.json +++ b/advisories/unreviewed/2022/05/GHSA-75c4-xj7m-vrpm/GHSA-75c4-xj7m-vrpm.json @@ -7,12 +7,8 @@ "CVE-2019-8805" ], "details": "A validation issue existed in the entitlement verification. This issue was addressed with improved validation of the process entitlement. This issue is fixed in macOS Catalina 10.15.1. An application may be able to execute arbitrary code with system privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-76gq-g959-wh33/GHSA-76gq-g959-wh33.json b/advisories/unreviewed/2022/05/GHSA-76gq-g959-wh33/GHSA-76gq-g959-wh33.json index bc291a47d48..1e26a1f28e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-76gq-g959-wh33/GHSA-76gq-g959-wh33.json +++ b/advisories/unreviewed/2022/05/GHSA-76gq-g959-wh33/GHSA-76gq-g959-wh33.json @@ -7,12 +7,8 @@ "CVE-2019-8816" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 13.2 and iPadOS 13.2, tvOS 13.2, watchOS 6.1, Safari 13.0.3, iTunes for Windows 12.10.2, iCloud for Windows 11.0, iCloud for Windows 7.15. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-77f3-wj4x-6vfc/GHSA-77f3-wj4x-6vfc.json b/advisories/unreviewed/2022/05/GHSA-77f3-wj4x-6vfc/GHSA-77f3-wj4x-6vfc.json index 8fea6aca6fb..b590dcf7d62 100644 --- a/advisories/unreviewed/2022/05/GHSA-77f3-wj4x-6vfc/GHSA-77f3-wj4x-6vfc.json +++ b/advisories/unreviewed/2022/05/GHSA-77f3-wj4x-6vfc/GHSA-77f3-wj4x-6vfc.json @@ -7,12 +7,8 @@ "CVE-2019-8697" ], "details": "A memory corruption issue was addressed with improved memory handling. This issue is fixed in macOS Mojave 10.14.6. An application may be able to execute arbitrary code with system 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-7c5f-gfr7-vw4v/GHSA-7c5f-gfr7-vw4v.json b/advisories/unreviewed/2022/05/GHSA-7c5f-gfr7-vw4v/GHSA-7c5f-gfr7-vw4v.json index a28443bdea3..b766ac57f54 100644 --- a/advisories/unreviewed/2022/05/GHSA-7c5f-gfr7-vw4v/GHSA-7c5f-gfr7-vw4v.json +++ b/advisories/unreviewed/2022/05/GHSA-7c5f-gfr7-vw4v/GHSA-7c5f-gfr7-vw4v.json @@ -7,12 +7,8 @@ "CVE-2019-7286" ], "details": "A memory corruption issue was addressed with improved input validation. This issue is fixed in iOS 12.1.4, macOS Mojave 10.14.3 Supplemental Update. An application may be able to gain elevated privileges.", - "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-7cj7-pfg5-fxwf/GHSA-7cj7-pfg5-fxwf.json b/advisories/unreviewed/2022/05/GHSA-7cj7-pfg5-fxwf/GHSA-7cj7-pfg5-fxwf.json index 33207ce7a8a..d0e0ab1adeb 100644 --- a/advisories/unreviewed/2022/05/GHSA-7cj7-pfg5-fxwf/GHSA-7cj7-pfg5-fxwf.json +++ b/advisories/unreviewed/2022/05/GHSA-7cj7-pfg5-fxwf/GHSA-7cj7-pfg5-fxwf.json @@ -7,12 +7,8 @@ "CVE-2019-8544" ], "details": "A memory corruption issue was addressed with improved memory handling. This issue is fixed in iOS 12.2, tvOS 12.2, watchOS 5.2, Safari 12.1, iTunes 12.9.4 for Windows, iCloud for Windows 7.11. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7gq8-7892-xj9f/GHSA-7gq8-7892-xj9f.json b/advisories/unreviewed/2022/05/GHSA-7gq8-7892-xj9f/GHSA-7gq8-7892-xj9f.json index 9130648df85..f228ec7f001 100644 --- a/advisories/unreviewed/2022/05/GHSA-7gq8-7892-xj9f/GHSA-7gq8-7892-xj9f.json +++ b/advisories/unreviewed/2022/05/GHSA-7gq8-7892-xj9f/GHSA-7gq8-7892-xj9f.json @@ -7,12 +7,8 @@ "CVE-2019-8785" ], "details": "A memory corruption issue was addressed with improved memory handling. This issue is fixed in iOS 13.2 and iPadOS 13.2, macOS Catalina 10.15.1, tvOS 13.2, watchOS 6.1. An application may be able to execute arbitrary code with system privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7h6r-9776-xcj9/GHSA-7h6r-9776-xcj9.json b/advisories/unreviewed/2022/05/GHSA-7h6r-9776-xcj9/GHSA-7h6r-9776-xcj9.json index d6f08148f53..9298eb7e2c8 100644 --- a/advisories/unreviewed/2022/05/GHSA-7h6r-9776-xcj9/GHSA-7h6r-9776-xcj9.json +++ b/advisories/unreviewed/2022/05/GHSA-7h6r-9776-xcj9/GHSA-7h6r-9776-xcj9.json @@ -7,12 +7,8 @@ "CVE-2019-8606" ], "details": "A validation issue existed in the handling of symlinks. This issue was addressed with improved validation of symlinks. This issue is fixed in macOS Mojave 10.14.5. A local user may be able to load unsigned kernel extensions.", - "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-7hmp-m42w-c587/GHSA-7hmp-m42w-c587.json b/advisories/unreviewed/2022/05/GHSA-7hmp-m42w-c587/GHSA-7hmp-m42w-c587.json index 24471700a06..fa275bd378f 100644 --- a/advisories/unreviewed/2022/05/GHSA-7hmp-m42w-c587/GHSA-7hmp-m42w-c587.json +++ b/advisories/unreviewed/2022/05/GHSA-7hmp-m42w-c587/GHSA-7hmp-m42w-c587.json @@ -7,12 +7,8 @@ "CVE-2019-3993" ], "details": "ELOG 3.1.4-57bea22 and below is affected by an information disclosure vulnerability. A remote unauthenticated attacker can recover a user's password hash by sending a crafted HTTP POST request.", - "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-7hw4-h7mm-m7v3/GHSA-7hw4-h7mm-m7v3.json b/advisories/unreviewed/2022/05/GHSA-7hw4-h7mm-m7v3/GHSA-7hw4-h7mm-m7v3.json index 8ae8feafad0..77e2a5cdc54 100644 --- a/advisories/unreviewed/2022/05/GHSA-7hw4-h7mm-m7v3/GHSA-7hw4-h7mm-m7v3.json +++ b/advisories/unreviewed/2022/05/GHSA-7hw4-h7mm-m7v3/GHSA-7hw4-h7mm-m7v3.json @@ -7,12 +7,8 @@ "CVE-2019-16736" ], "details": "A stack-based buffer overflow in processCommandUploadSnapshot in libcommon.so in Petwant PF-103 firmware 4.22.2.42 and Petalk AI 3.2.2.30 allows remote attackers to cause denial of service or run arbitrary code as the root user.", - "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-7j3f-9mq5-44x6/GHSA-7j3f-9mq5-44x6.json b/advisories/unreviewed/2022/05/GHSA-7j3f-9mq5-44x6/GHSA-7j3f-9mq5-44x6.json index 00236c42a5d..313b60dcc61 100644 --- a/advisories/unreviewed/2022/05/GHSA-7j3f-9mq5-44x6/GHSA-7j3f-9mq5-44x6.json +++ b/advisories/unreviewed/2022/05/GHSA-7j3f-9mq5-44x6/GHSA-7j3f-9mq5-44x6.json @@ -7,12 +7,8 @@ "CVE-2019-8511" ], "details": "A buffer overflow issue was addressed with improved memory handling. This issue is fixed in iOS 12.2, macOS Mojave 10.14.4, watchOS 5.2. A malicious application may be able to elevate privileges.", - "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-7j96-jhpg-mggh/GHSA-7j96-jhpg-mggh.json b/advisories/unreviewed/2022/05/GHSA-7j96-jhpg-mggh/GHSA-7j96-jhpg-mggh.json index 265bd5fa478..e1d4e0c2138 100644 --- a/advisories/unreviewed/2022/05/GHSA-7j96-jhpg-mggh/GHSA-7j96-jhpg-mggh.json +++ b/advisories/unreviewed/2022/05/GHSA-7j96-jhpg-mggh/GHSA-7j96-jhpg-mggh.json @@ -7,12 +7,8 @@ "CVE-2019-8563" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.2, tvOS 12.2, watchOS 5.2, Safari 12.1, iTunes 12.9.4 for Windows, iCloud for Windows 7.11. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7jqm-x79h-jq97/GHSA-7jqm-x79h-jq97.json b/advisories/unreviewed/2022/05/GHSA-7jqm-x79h-jq97/GHSA-7jqm-x79h-jq97.json index c6e733529e6..cb283f8ef5b 100644 --- a/advisories/unreviewed/2022/05/GHSA-7jqm-x79h-jq97/GHSA-7jqm-x79h-jq97.json +++ b/advisories/unreviewed/2022/05/GHSA-7jqm-x79h-jq97/GHSA-7jqm-x79h-jq97.json @@ -7,12 +7,8 @@ "CVE-2019-8798" ], "details": "A memory corruption issue was addressed with improved memory handling. This issue is fixed in iOS 13.2 and iPadOS 13.2, macOS Catalina 10.15.1, tvOS 13.2, watchOS 6.1. An application may be able to execute arbitrary code with system privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7jwc-8h4q-2fgv/GHSA-7jwc-8h4q-2fgv.json b/advisories/unreviewed/2022/05/GHSA-7jwc-8h4q-2fgv/GHSA-7jwc-8h4q-2fgv.json index d976401f233..645cb6b0476 100644 --- a/advisories/unreviewed/2022/05/GHSA-7jwc-8h4q-2fgv/GHSA-7jwc-8h4q-2fgv.json +++ b/advisories/unreviewed/2022/05/GHSA-7jwc-8h4q-2fgv/GHSA-7jwc-8h4q-2fgv.json @@ -7,12 +7,8 @@ "CVE-2008-1964" ], "details": "** DISPUTED ** Stack-based buffer overflow in the demux_nsf_send_headers function in src/demuxers/demux_nsf.c in xine-lib allows remote attackers to have an unknown impact via a long copyright field in an NSF header in an NES Sound file, a different issue than CVE-2008-1878. NOTE: a third party claims that the copyright field always has a safe length.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7pj8-hgxc-gpwg/GHSA-7pj8-hgxc-gpwg.json b/advisories/unreviewed/2022/05/GHSA-7pj8-hgxc-gpwg/GHSA-7pj8-hgxc-gpwg.json index d30210bbe4d..20d0da185d5 100644 --- a/advisories/unreviewed/2022/05/GHSA-7pj8-hgxc-gpwg/GHSA-7pj8-hgxc-gpwg.json +++ b/advisories/unreviewed/2022/05/GHSA-7pj8-hgxc-gpwg/GHSA-7pj8-hgxc-gpwg.json @@ -7,12 +7,8 @@ "CVE-2019-16457" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have an out-of-bounds read vulnerability. Successful exploitation could lead to information disclosure .", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7qvc-7cr4-mffx/GHSA-7qvc-7cr4-mffx.json b/advisories/unreviewed/2022/05/GHSA-7qvc-7cr4-mffx/GHSA-7qvc-7cr4-mffx.json index e8feceb75e5..2cdb275137c 100644 --- a/advisories/unreviewed/2022/05/GHSA-7qvc-7cr4-mffx/GHSA-7qvc-7cr4-mffx.json +++ b/advisories/unreviewed/2022/05/GHSA-7qvc-7cr4-mffx/GHSA-7qvc-7cr4-mffx.json @@ -7,12 +7,8 @@ "CVE-2019-8766" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in watchOS 6.1, iCloud for Windows 11.0. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7qw2-6f7h-g8jw/GHSA-7qw2-6f7h-g8jw.json b/advisories/unreviewed/2022/05/GHSA-7qw2-6f7h-g8jw/GHSA-7qw2-6f7h-g8jw.json index 14e44bec935..15cfa2efc34 100644 --- a/advisories/unreviewed/2022/05/GHSA-7qw2-6f7h-g8jw/GHSA-7qw2-6f7h-g8jw.json +++ b/advisories/unreviewed/2022/05/GHSA-7qw2-6f7h-g8jw/GHSA-7qw2-6f7h-g8jw.json @@ -7,12 +7,8 @@ "CVE-2019-8530" ], "details": "This issue was addressed with improved checks. This issue is fixed in iOS 12.2, macOS Mojave 10.14.4, tvOS 12.2. A malicious application may be able to overwrite arbitrary files.", - "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-7vph-w5xf-wrvp/GHSA-7vph-w5xf-wrvp.json b/advisories/unreviewed/2022/05/GHSA-7vph-w5xf-wrvp/GHSA-7vph-w5xf-wrvp.json index 613a6d90921..321ec213975 100644 --- a/advisories/unreviewed/2022/05/GHSA-7vph-w5xf-wrvp/GHSA-7vph-w5xf-wrvp.json +++ b/advisories/unreviewed/2022/05/GHSA-7vph-w5xf-wrvp/GHSA-7vph-w5xf-wrvp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7w5v-h2pc-qqwc/GHSA-7w5v-h2pc-qqwc.json b/advisories/unreviewed/2022/05/GHSA-7w5v-h2pc-qqwc/GHSA-7w5v-h2pc-qqwc.json index e4c4937fb73..0696635fe4c 100644 --- a/advisories/unreviewed/2022/05/GHSA-7w5v-h2pc-qqwc/GHSA-7w5v-h2pc-qqwc.json +++ b/advisories/unreviewed/2022/05/GHSA-7w5v-h2pc-qqwc/GHSA-7w5v-h2pc-qqwc.json @@ -7,12 +7,8 @@ "CVE-2012-0039" ], "details": "** DISPUTED ** GLib 2.31.8 and earlier, when the g_str_hash function is used, computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table. NOTE: this issue may be disputed by the vendor; the existence of the g_str_hash function is not a vulnerability in the library, because callers of g_hash_table_new and g_hash_table_new_full can specify an arbitrary hash function that is appropriate for the application.", - "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-7wpr-8w56-gx6v/GHSA-7wpr-8w56-gx6v.json b/advisories/unreviewed/2022/05/GHSA-7wpr-8w56-gx6v/GHSA-7wpr-8w56-gx6v.json index f1d51925779..c18e08de27c 100644 --- a/advisories/unreviewed/2022/05/GHSA-7wpr-8w56-gx6v/GHSA-7wpr-8w56-gx6v.json +++ b/advisories/unreviewed/2022/05/GHSA-7wpr-8w56-gx6v/GHSA-7wpr-8w56-gx6v.json @@ -7,12 +7,8 @@ "CVE-2019-8515" ], "details": "A cross-origin issue existed with the fetch API. This was addressed with improved input validation. This issue is fixed in iOS 12.2, tvOS 12.2, Safari 12.1, iTunes 12.9.4 for Windows, iCloud for Windows 7.11. Processing maliciously crafted web content may disclose sensitive user information.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7x89-5p28-9fvp/GHSA-7x89-5p28-9fvp.json b/advisories/unreviewed/2022/05/GHSA-7x89-5p28-9fvp/GHSA-7x89-5p28-9fvp.json index 8f34006317f..f52ccd1d067 100644 --- a/advisories/unreviewed/2022/05/GHSA-7x89-5p28-9fvp/GHSA-7x89-5p28-9fvp.json +++ b/advisories/unreviewed/2022/05/GHSA-7x89-5p28-9fvp/GHSA-7x89-5p28-9fvp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7x96-8fm7-rhwj/GHSA-7x96-8fm7-rhwj.json b/advisories/unreviewed/2022/05/GHSA-7x96-8fm7-rhwj/GHSA-7x96-8fm7-rhwj.json index 096cf08e748..0a58ff5a316 100644 --- a/advisories/unreviewed/2022/05/GHSA-7x96-8fm7-rhwj/GHSA-7x96-8fm7-rhwj.json +++ b/advisories/unreviewed/2022/05/GHSA-7x96-8fm7-rhwj/GHSA-7x96-8fm7-rhwj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-7xw9-gpxf-hff3/GHSA-7xw9-gpxf-hff3.json b/advisories/unreviewed/2022/05/GHSA-7xw9-gpxf-hff3/GHSA-7xw9-gpxf-hff3.json index 7a7c60992d3..b38cd3906fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-7xw9-gpxf-hff3/GHSA-7xw9-gpxf-hff3.json +++ b/advisories/unreviewed/2022/05/GHSA-7xw9-gpxf-hff3/GHSA-7xw9-gpxf-hff3.json @@ -7,12 +7,8 @@ "CVE-2019-8609" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, Safari 12.1.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-8334-vxcw-m5x6/GHSA-8334-vxcw-m5x6.json b/advisories/unreviewed/2022/05/GHSA-8334-vxcw-m5x6/GHSA-8334-vxcw-m5x6.json index 6004d72c13a..b95d15ed6bb 100644 --- a/advisories/unreviewed/2022/05/GHSA-8334-vxcw-m5x6/GHSA-8334-vxcw-m5x6.json +++ b/advisories/unreviewed/2022/05/GHSA-8334-vxcw-m5x6/GHSA-8334-vxcw-m5x6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-83q2-qf2c-v85m/GHSA-83q2-qf2c-v85m.json b/advisories/unreviewed/2022/05/GHSA-83q2-qf2c-v85m/GHSA-83q2-qf2c-v85m.json index 1dc406c3fd0..b57eae5286c 100644 --- a/advisories/unreviewed/2022/05/GHSA-83q2-qf2c-v85m/GHSA-83q2-qf2c-v85m.json +++ b/advisories/unreviewed/2022/05/GHSA-83q2-qf2c-v85m/GHSA-83q2-qf2c-v85m.json @@ -7,12 +7,8 @@ "CVE-2019-8546" ], "details": "An access issue was addressed with additional sandbox restrictions. This issue is fixed in iOS 12.2, macOS Mojave 10.14.4, watchOS 5.2. A local user may be able to view sensitive user information.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8453-jjmp-9q2q/GHSA-8453-jjmp-9q2q.json b/advisories/unreviewed/2022/05/GHSA-8453-jjmp-9q2q/GHSA-8453-jjmp-9q2q.json index 41e8eac8e45..5ce0759e01c 100644 --- a/advisories/unreviewed/2022/05/GHSA-8453-jjmp-9q2q/GHSA-8453-jjmp-9q2q.json +++ b/advisories/unreviewed/2022/05/GHSA-8453-jjmp-9q2q/GHSA-8453-jjmp-9q2q.json @@ -7,12 +7,8 @@ "CVE-2019-7289" ], "details": "A parsing issue in the handling of directory paths was addressed with improved path validation. This issue is fixed in Shortcuts 2.1.3 for iOS. A local user may be able to view senstive user information.", - "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-85gh-36qf-mrwp/GHSA-85gh-36qf-mrwp.json b/advisories/unreviewed/2022/05/GHSA-85gh-36qf-mrwp/GHSA-85gh-36qf-mrwp.json index 823148f4c85..817d8932d63 100644 --- a/advisories/unreviewed/2022/05/GHSA-85gh-36qf-mrwp/GHSA-85gh-36qf-mrwp.json +++ b/advisories/unreviewed/2022/05/GHSA-85gh-36qf-mrwp/GHSA-85gh-36qf-mrwp.json @@ -7,12 +7,8 @@ "CVE-2019-0168" ], "details": "Insufficient input validation in the subsystem for Intel(R) CSME before versions 11.8.70, 12.0.45 and 13.0.10; Intel(R) TXE before versions 3.1.70 and 4.0.20 may allow a privileged user to potentially enable information disclosure via local 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/05/GHSA-86jf-73cv-jcqx/GHSA-86jf-73cv-jcqx.json b/advisories/unreviewed/2022/05/GHSA-86jf-73cv-jcqx/GHSA-86jf-73cv-jcqx.json index e630ff5d606..c0f4496e007 100644 --- a/advisories/unreviewed/2022/05/GHSA-86jf-73cv-jcqx/GHSA-86jf-73cv-jcqx.json +++ b/advisories/unreviewed/2022/05/GHSA-86jf-73cv-jcqx/GHSA-86jf-73cv-jcqx.json @@ -7,12 +7,8 @@ "CVE-2019-8567" ], "details": "A user privacy issue was addressed by removing the broadcast MAC address. This issue is fixed in iOS 12.2. A device may be passively tracked by its WiFi MAC address.", - "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-86mx-982p-mgc2/GHSA-86mx-982p-mgc2.json b/advisories/unreviewed/2022/05/GHSA-86mx-982p-mgc2/GHSA-86mx-982p-mgc2.json index 2c9af102c6c..8e3591944c6 100644 --- a/advisories/unreviewed/2022/05/GHSA-86mx-982p-mgc2/GHSA-86mx-982p-mgc2.json +++ b/advisories/unreviewed/2022/05/GHSA-86mx-982p-mgc2/GHSA-86mx-982p-mgc2.json @@ -7,12 +7,8 @@ "CVE-2019-15006" ], "details": "There was a man-in-the-middle (MITM) vulnerability present in the Confluence Previews plugin in Confluence Server and Confluence Data Center. This plugin was used to facilitate communication with the Atlassian Companion application. The Confluence Previews plugin in Confluence Server and Confluence Data Center communicated with the Companion application via the atlassian-domain-for-localhost-connections-only.com domain name, the DNS A record of which points at 127.0.0.1. Additionally, a signed certificate for the domain was publicly distributed with the Companion application. An attacker in the position to control DNS resolution of their victim could carry out a man-in-the-middle (MITM) attack between Confluence Server (or Confluence Data Center) and the atlassian-domain-for-localhost-connections-only.com domain intended to be used with the Companion application. This certificate has been revoked, however, usage of the atlassian-domain-for-localhost-connections-only.com domain name was still present in Confluence Server and Confluence Data Center. An attacker could perform the described attack by denying their victim access to certificate revocation information, and carry out a man-in-the-middle (MITM) attack to observe files being edited using the Companion application and/or modify them, and access some limited user information.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-877q-37wv-2xvg/GHSA-877q-37wv-2xvg.json b/advisories/unreviewed/2022/05/GHSA-877q-37wv-2xvg/GHSA-877q-37wv-2xvg.json index 84004d547c3..6f35599efcc 100644 --- a/advisories/unreviewed/2022/05/GHSA-877q-37wv-2xvg/GHSA-877q-37wv-2xvg.json +++ b/advisories/unreviewed/2022/05/GHSA-877q-37wv-2xvg/GHSA-877q-37wv-2xvg.json @@ -7,12 +7,8 @@ "CVE-2019-4555" ], "details": "IBM Cognos Analytics 11.0 and 11.0 is vulnerable to cross-site scripting. This vulnerability allows users to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session. IBM X-Force ID: 166204.", - "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-87q6-mg5f-mp98/GHSA-87q6-mg5f-mp98.json b/advisories/unreviewed/2022/05/GHSA-87q6-mg5f-mp98/GHSA-87q6-mg5f-mp98.json index c970f28e007..d375b049214 100644 --- a/advisories/unreviewed/2022/05/GHSA-87q6-mg5f-mp98/GHSA-87q6-mg5f-mp98.json +++ b/advisories/unreviewed/2022/05/GHSA-87q6-mg5f-mp98/GHSA-87q6-mg5f-mp98.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -63,9 +61,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8c7x-5xg2-cr7x/GHSA-8c7x-5xg2-cr7x.json b/advisories/unreviewed/2022/05/GHSA-8c7x-5xg2-cr7x/GHSA-8c7x-5xg2-cr7x.json index b76886ad15c..11ee01d6f95 100644 --- a/advisories/unreviewed/2022/05/GHSA-8c7x-5xg2-cr7x/GHSA-8c7x-5xg2-cr7x.json +++ b/advisories/unreviewed/2022/05/GHSA-8c7x-5xg2-cr7x/GHSA-8c7x-5xg2-cr7x.json @@ -7,12 +7,8 @@ "CVE-2019-5075" ], "details": "An exploitable stack buffer overflow vulnerability exists in the command line utility getcouplerdetails of WAGO PFC200 Firmware versions 03.01.07(13) and 03.00.39(12), and WAGO PFC100 Firmware version 03.00.39(12). A specially crafted set of packets sent to the iocheckd service \"I/O-Check\" can cause a stack buffer overflow in the sub-process getcouplerdetails, resulting in code execution. An attacker can send unauthenticated packets to trigger this vulnerability.", - "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-8chq-c2pp-7w9h/GHSA-8chq-c2pp-7w9h.json b/advisories/unreviewed/2022/05/GHSA-8chq-c2pp-7w9h/GHSA-8chq-c2pp-7w9h.json index 5822d98af27..df55b57fd84 100644 --- a/advisories/unreviewed/2022/05/GHSA-8chq-c2pp-7w9h/GHSA-8chq-c2pp-7w9h.json +++ b/advisories/unreviewed/2022/05/GHSA-8chq-c2pp-7w9h/GHSA-8chq-c2pp-7w9h.json @@ -7,12 +7,8 @@ "CVE-2019-8688" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, watchOS 5.3, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8g88-79gg-9jfg/GHSA-8g88-79gg-9jfg.json b/advisories/unreviewed/2022/05/GHSA-8g88-79gg-9jfg/GHSA-8g88-79gg-9jfg.json index 20484c605bf..6eefc9c467b 100644 --- a/advisories/unreviewed/2022/05/GHSA-8g88-79gg-9jfg/GHSA-8g88-79gg-9jfg.json +++ b/advisories/unreviewed/2022/05/GHSA-8g88-79gg-9jfg/GHSA-8g88-79gg-9jfg.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-8gmf-g24r-rr67/GHSA-8gmf-g24r-rr67.json b/advisories/unreviewed/2022/05/GHSA-8gmf-g24r-rr67/GHSA-8gmf-g24r-rr67.json index c136f124e65..88391b136b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-8gmf-g24r-rr67/GHSA-8gmf-g24r-rr67.json +++ b/advisories/unreviewed/2022/05/GHSA-8gmf-g24r-rr67/GHSA-8gmf-g24r-rr67.json @@ -7,12 +7,8 @@ "CVE-2019-15912" ], "details": "An issue was discovered on ASUS HG100 1.05.12, WS-101 1.05.12, and TS-101 1.05.12 devices using ZigBee PRO. Attackers can use the ZigBee trust center rejoin procedure to perform a denial of service attack.", - "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-8gx6-x5w3-gh9m/GHSA-8gx6-x5w3-gh9m.json b/advisories/unreviewed/2022/05/GHSA-8gx6-x5w3-gh9m/GHSA-8gx6-x5w3-gh9m.json index 0e82970aa60..4f3971a343c 100644 --- a/advisories/unreviewed/2022/05/GHSA-8gx6-x5w3-gh9m/GHSA-8gx6-x5w3-gh9m.json +++ b/advisories/unreviewed/2022/05/GHSA-8gx6-x5w3-gh9m/GHSA-8gx6-x5w3-gh9m.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-8gx9-x8hq-qrjj/GHSA-8gx9-x8hq-qrjj.json b/advisories/unreviewed/2022/05/GHSA-8gx9-x8hq-qrjj/GHSA-8gx9-x8hq-qrjj.json index 44d4f062f9c..02b8612ed92 100644 --- a/advisories/unreviewed/2022/05/GHSA-8gx9-x8hq-qrjj/GHSA-8gx9-x8hq-qrjj.json +++ b/advisories/unreviewed/2022/05/GHSA-8gx9-x8hq-qrjj/GHSA-8gx9-x8hq-qrjj.json @@ -7,12 +7,8 @@ "CVE-2019-8617" ], "details": "An access issue was addressed with additional sandbox restrictions. This issue is fixed in iOS 12.3. A sandboxed process may be able to circumvent sandbox restrictions.", - "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-8hh4-gr6v-r37x/GHSA-8hh4-gr6v-r37x.json b/advisories/unreviewed/2022/05/GHSA-8hh4-gr6v-r37x/GHSA-8hh4-gr6v-r37x.json index 6493806b1cf..c80296b26ef 100644 --- a/advisories/unreviewed/2022/05/GHSA-8hh4-gr6v-r37x/GHSA-8hh4-gr6v-r37x.json +++ b/advisories/unreviewed/2022/05/GHSA-8hh4-gr6v-r37x/GHSA-8hh4-gr6v-r37x.json @@ -7,12 +7,8 @@ "CVE-2019-16454" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have an out-of-bounds write vulnerability. Successful exploitation could lead to arbitrary code execution .", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8hmx-68x5-c68v/GHSA-8hmx-68x5-c68v.json b/advisories/unreviewed/2022/05/GHSA-8hmx-68x5-c68v/GHSA-8hmx-68x5-c68v.json index a97b6851e2a..b677cc05deb 100644 --- a/advisories/unreviewed/2022/05/GHSA-8hmx-68x5-c68v/GHSA-8hmx-68x5-c68v.json +++ b/advisories/unreviewed/2022/05/GHSA-8hmx-68x5-c68v/GHSA-8hmx-68x5-c68v.json @@ -7,12 +7,8 @@ "CVE-2019-8742" ], "details": "The issue was addressed by restricting options offered on a locked device. This issue is fixed in iOS 13. A person with physical access to an iOS device may be able to access contacts from the lock screen.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8hqf-m7vp-fcgv/GHSA-8hqf-m7vp-fcgv.json b/advisories/unreviewed/2022/05/GHSA-8hqf-m7vp-fcgv/GHSA-8hqf-m7vp-fcgv.json index b204f531a8a..de274fae4e3 100644 --- a/advisories/unreviewed/2022/05/GHSA-8hqf-m7vp-fcgv/GHSA-8hqf-m7vp-fcgv.json +++ b/advisories/unreviewed/2022/05/GHSA-8hqf-m7vp-fcgv/GHSA-8hqf-m7vp-fcgv.json @@ -7,12 +7,8 @@ "CVE-2007-4037" ], "details": "** DISPUTED ** Guidance Software EnCase allows user-assisted attackers to trigger a buffer over-read and application crash via a malformed NTFS filesystem containing a modified FILE record with a certain large offset. NOTE: the vendor disputes the significance of this issue, asserting that relevant attackers typically do not corrupt a filesystem, and indicating that the relevant read operation can be disabled.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8hqh-p9h5-r8wj/GHSA-8hqh-p9h5-r8wj.json b/advisories/unreviewed/2022/05/GHSA-8hqh-p9h5-r8wj/GHSA-8hqh-p9h5-r8wj.json index 47aa005eabc..2eec8f47cff 100644 --- a/advisories/unreviewed/2022/05/GHSA-8hqh-p9h5-r8wj/GHSA-8hqh-p9h5-r8wj.json +++ b/advisories/unreviewed/2022/05/GHSA-8hqh-p9h5-r8wj/GHSA-8hqh-p9h5-r8wj.json @@ -7,12 +7,8 @@ "CVE-2007-1538" ], "details": "** DISPUTED ** McAfee VirusScan Enterprise 8.5.0.i uses insecure permissions for certain Windows Registry keys, which allows local users to bypass local password protection via the UIP value in (1) HKEY_LOCAL_MACHINE\\SOFTWARE\\McAfee\\DesktopProtection or (2) HKEY_LOCAL_MACHINE\\SOFTWARE\\Network Associates\\TVD\\VirusScan Entreprise\\CurrentVersion. NOTE: this issue has been disputed by third-party researchers, stating that the default permissions for HKEY_LOCAL_MACHINE\\SOFTWARE does not allow for write access and the product does not modify the inherited permissions. There might be an interaction error with another product.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -48,9 +44,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8hr6-w86p-r6w9/GHSA-8hr6-w86p-r6w9.json b/advisories/unreviewed/2022/05/GHSA-8hr6-w86p-r6w9/GHSA-8hr6-w86p-r6w9.json index 3301f024a68..6b5bda485a1 100644 --- a/advisories/unreviewed/2022/05/GHSA-8hr6-w86p-r6w9/GHSA-8hr6-w86p-r6w9.json +++ b/advisories/unreviewed/2022/05/GHSA-8hr6-w86p-r6w9/GHSA-8hr6-w86p-r6w9.json @@ -7,12 +7,8 @@ "CVE-2019-8523" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.2, tvOS 12.2, Safari 12.1, iTunes 12.9.4 for Windows, iCloud for Windows 7.11. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-8m2g-hqw3-95cp/GHSA-8m2g-hqw3-95cp.json b/advisories/unreviewed/2022/05/GHSA-8m2g-hqw3-95cp/GHSA-8m2g-hqw3-95cp.json index 0792547635e..40c6af72b22 100644 --- a/advisories/unreviewed/2022/05/GHSA-8m2g-hqw3-95cp/GHSA-8m2g-hqw3-95cp.json +++ b/advisories/unreviewed/2022/05/GHSA-8m2g-hqw3-95cp/GHSA-8m2g-hqw3-95cp.json @@ -7,12 +7,8 @@ "CVE-2019-6207" ], "details": "An out-of-bounds read issue existed that led to the disclosure of kernel memory. This was addressed with improved input validation. This issue is fixed in iOS 12.2, macOS Mojave 10.14.4, tvOS 12.2, watchOS 5.2. A malicious application may be able to determine kernel memory layout.", - "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-8p93-r487-78qw/GHSA-8p93-r487-78qw.json b/advisories/unreviewed/2022/05/GHSA-8p93-r487-78qw/GHSA-8p93-r487-78qw.json index 2b61dd7f425..dc452a285c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-8p93-r487-78qw/GHSA-8p93-r487-78qw.json +++ b/advisories/unreviewed/2022/05/GHSA-8p93-r487-78qw/GHSA-8p93-r487-78qw.json @@ -7,12 +7,8 @@ "CVE-2019-8795" ], "details": "A memory corruption issue was addressed with improved memory handling. This issue is fixed in iOS 13.2 and iPadOS 13.2, tvOS 13.2. An application may be able to execute arbitrary code with system privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8qpr-xr7m-crmq/GHSA-8qpr-xr7m-crmq.json b/advisories/unreviewed/2022/05/GHSA-8qpr-xr7m-crmq/GHSA-8qpr-xr7m-crmq.json index 7d94ec668c3..007f52177c1 100644 --- a/advisories/unreviewed/2022/05/GHSA-8qpr-xr7m-crmq/GHSA-8qpr-xr7m-crmq.json +++ b/advisories/unreviewed/2022/05/GHSA-8qpr-xr7m-crmq/GHSA-8qpr-xr7m-crmq.json @@ -7,12 +7,8 @@ "CVE-2019-8513" ], "details": "This issue was addressed with improved checks. This issue is fixed in macOS Mojave 10.14.4. A local user may be able to execute arbitrary shell 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/05/GHSA-8rpj-mgcc-4hwx/GHSA-8rpj-mgcc-4hwx.json b/advisories/unreviewed/2022/05/GHSA-8rpj-mgcc-4hwx/GHSA-8rpj-mgcc-4hwx.json index 87223b004ce..f7d0a49818c 100644 --- a/advisories/unreviewed/2022/05/GHSA-8rpj-mgcc-4hwx/GHSA-8rpj-mgcc-4hwx.json +++ b/advisories/unreviewed/2022/05/GHSA-8rpj-mgcc-4hwx/GHSA-8rpj-mgcc-4hwx.json @@ -7,12 +7,8 @@ "CVE-2019-13181" ], "details": "A CSV injection vulnerability exists in the web UI of SolarWinds Serv-U FTP Server v15.1.7.", - "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-8v73-q7g9-q8gq/GHSA-8v73-q7g9-q8gq.json b/advisories/unreviewed/2022/05/GHSA-8v73-q7g9-q8gq/GHSA-8v73-q7g9-q8gq.json index ce38c291098..c9004772d38 100644 --- a/advisories/unreviewed/2022/05/GHSA-8v73-q7g9-q8gq/GHSA-8v73-q7g9-q8gq.json +++ b/advisories/unreviewed/2022/05/GHSA-8v73-q7g9-q8gq/GHSA-8v73-q7g9-q8gq.json @@ -7,12 +7,8 @@ "CVE-2019-8610" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, Safari 12.1.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8x28-7c5h-458j/GHSA-8x28-7c5h-458j.json b/advisories/unreviewed/2022/05/GHSA-8x28-7c5h-458j/GHSA-8x28-7c5h-458j.json index f4b097ee427..c1fe62412f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-8x28-7c5h-458j/GHSA-8x28-7c5h-458j.json +++ b/advisories/unreviewed/2022/05/GHSA-8x28-7c5h-458j/GHSA-8x28-7c5h-458j.json @@ -7,12 +7,8 @@ "CVE-2018-10387" ], "details": "Heap-based overflow vulnerability in TFTP Server SP 1.66 and earlier allows remote attackers to perform a denial of service or possibly execute arbitrary code via a long TFTP error packet, a different vulnerability than CVE-2008-2161.", - "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-8x8c-w6cj-qp86/GHSA-8x8c-w6cj-qp86.json b/advisories/unreviewed/2022/05/GHSA-8x8c-w6cj-qp86/GHSA-8x8c-w6cj-qp86.json index 846c97448ab..9c91ec27056 100644 --- a/advisories/unreviewed/2022/05/GHSA-8x8c-w6cj-qp86/GHSA-8x8c-w6cj-qp86.json +++ b/advisories/unreviewed/2022/05/GHSA-8x8c-w6cj-qp86/GHSA-8x8c-w6cj-qp86.json @@ -7,12 +7,8 @@ "CVE-2019-19815" ], "details": "In the Linux kernel 5.0.21, mounting a crafted f2fs filesystem image can cause a NULL pointer dereference in f2fs_recover_fsync_data in fs/f2fs/recovery.c. This is related to F2FS_P_SB in fs/f2fs/f2fs.h.", - "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-933f-4fwg-646j/GHSA-933f-4fwg-646j.json b/advisories/unreviewed/2022/05/GHSA-933f-4fwg-646j/GHSA-933f-4fwg-646j.json index 4d6d9727c63..c09c6098b3d 100644 --- a/advisories/unreviewed/2022/05/GHSA-933f-4fwg-646j/GHSA-933f-4fwg-646j.json +++ b/advisories/unreviewed/2022/05/GHSA-933f-4fwg-646j/GHSA-933f-4fwg-646j.json @@ -7,12 +7,8 @@ "CVE-2009-0127" ], "details": "** DISPUTED ** M2Crypto does not properly check the return value from the OpenSSL EVP_VerifyFinal, DSA_verify, ECDSA_verify, DSA_do_verify, and ECDSA_do_verify functions, which might allow remote attackers to bypass validation of the certificate chain via a malformed SSL/TLS signature, a similar vulnerability to CVE-2008-5077. NOTE: a Linux vendor disputes the relevance of this report to the M2Crypto product because \"these functions are not used anywhere in m2crypto.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-93fq-cx29-9pw6/GHSA-93fq-cx29-9pw6.json b/advisories/unreviewed/2022/05/GHSA-93fq-cx29-9pw6/GHSA-93fq-cx29-9pw6.json index 802ce9a06ff..219ff23bb55 100644 --- a/advisories/unreviewed/2022/05/GHSA-93fq-cx29-9pw6/GHSA-93fq-cx29-9pw6.json +++ b/advisories/unreviewed/2022/05/GHSA-93fq-cx29-9pw6/GHSA-93fq-cx29-9pw6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-94qq-845x-2x34/GHSA-94qq-845x-2x34.json b/advisories/unreviewed/2022/05/GHSA-94qq-845x-2x34/GHSA-94qq-845x-2x34.json index d6d0418acf3..58e837d88d6 100644 --- a/advisories/unreviewed/2022/05/GHSA-94qq-845x-2x34/GHSA-94qq-845x-2x34.json +++ b/advisories/unreviewed/2022/05/GHSA-94qq-845x-2x34/GHSA-94qq-845x-2x34.json @@ -7,12 +7,8 @@ "CVE-2019-8667" ], "details": "An inconsistent user interface issue was addressed with improved state management. This issue is fixed in macOS Mojave 10.14.6. The encryption status of a Time Machine backup may be incorrect.", - "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-96vv-4v74-xc29/GHSA-96vv-4v74-xc29.json b/advisories/unreviewed/2022/05/GHSA-96vv-4v74-xc29/GHSA-96vv-4v74-xc29.json index 6c6ecaf8fe3..1954ba290b4 100644 --- a/advisories/unreviewed/2022/05/GHSA-96vv-4v74-xc29/GHSA-96vv-4v74-xc29.json +++ b/advisories/unreviewed/2022/05/GHSA-96vv-4v74-xc29/GHSA-96vv-4v74-xc29.json @@ -7,12 +7,8 @@ "CVE-2019-8672" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, watchOS 5.3, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-96w8-j89g-2wmv/GHSA-96w8-j89g-2wmv.json b/advisories/unreviewed/2022/05/GHSA-96w8-j89g-2wmv/GHSA-96w8-j89g-2wmv.json index 12833c4de46..89a3551d82b 100644 --- a/advisories/unreviewed/2022/05/GHSA-96w8-j89g-2wmv/GHSA-96w8-j89g-2wmv.json +++ b/advisories/unreviewed/2022/05/GHSA-96w8-j89g-2wmv/GHSA-96w8-j89g-2wmv.json @@ -7,12 +7,8 @@ "CVE-2019-8649" ], "details": "A logic issue existed in the handling of synchronous page loads. This issue was addressed with improved state management. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to universal cross site scripting.", - "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-9gw3-6jgp-vr97/GHSA-9gw3-6jgp-vr97.json b/advisories/unreviewed/2022/05/GHSA-9gw3-6jgp-vr97/GHSA-9gw3-6jgp-vr97.json index 4571eacbc84..315c3281f4d 100644 --- a/advisories/unreviewed/2022/05/GHSA-9gw3-6jgp-vr97/GHSA-9gw3-6jgp-vr97.json +++ b/advisories/unreviewed/2022/05/GHSA-9gw3-6jgp-vr97/GHSA-9gw3-6jgp-vr97.json @@ -7,12 +7,8 @@ "CVE-2007-4525" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in inc-calcul.php3 in SPIP 1.7.2 allows remote attackers to execute arbitrary PHP code via a URL in the squelette_cache parameter, a different vector than CVE-2006-1702. NOTE: this issue has been disputed by third party researchers, stating that the squelette_cache variable is initialized before use, and is only used within the scope of a function.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9jhp-mffm-h2q2/GHSA-9jhp-mffm-h2q2.json b/advisories/unreviewed/2022/05/GHSA-9jhp-mffm-h2q2/GHSA-9jhp-mffm-h2q2.json index 7659d528bfa..1b43374feb4 100644 --- a/advisories/unreviewed/2022/05/GHSA-9jhp-mffm-h2q2/GHSA-9jhp-mffm-h2q2.json +++ b/advisories/unreviewed/2022/05/GHSA-9jhp-mffm-h2q2/GHSA-9jhp-mffm-h2q2.json @@ -7,12 +7,8 @@ "CVE-2019-8722" ], "details": "Multiple issues in ld64 in the Xcode toolchains were addressed by updating to version ld64-507.4. This issue is fixed in Xcode 11.0. Compiling code without proper input validation could lead to arbitrary code execution with user privilege.", - "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-9jj7-gc8f-m8hq/GHSA-9jj7-gc8f-m8hq.json b/advisories/unreviewed/2022/05/GHSA-9jj7-gc8f-m8hq/GHSA-9jj7-gc8f-m8hq.json index 2692ba5af68..5035aa03ca6 100644 --- a/advisories/unreviewed/2022/05/GHSA-9jj7-gc8f-m8hq/GHSA-9jj7-gc8f-m8hq.json +++ b/advisories/unreviewed/2022/05/GHSA-9jj7-gc8f-m8hq/GHSA-9jj7-gc8f-m8hq.json @@ -7,12 +7,8 @@ "CVE-2019-8794" ], "details": "A validation issue was addressed with improved input sanitization. This issue is fixed in iOS 13.2 and iPadOS 13.2, macOS Catalina 10.15.1, tvOS 13.2, watchOS 6.1. An application may be able to read restricted memory.", - "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-9jwg-hwxj-wmgx/GHSA-9jwg-hwxj-wmgx.json b/advisories/unreviewed/2022/05/GHSA-9jwg-hwxj-wmgx/GHSA-9jwg-hwxj-wmgx.json index 30ccee61aee..a698fb3d44a 100644 --- a/advisories/unreviewed/2022/05/GHSA-9jwg-hwxj-wmgx/GHSA-9jwg-hwxj-wmgx.json +++ b/advisories/unreviewed/2022/05/GHSA-9jwg-hwxj-wmgx/GHSA-9jwg-hwxj-wmgx.json @@ -7,12 +7,8 @@ "CVE-2019-8680" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-9phc-ffmq-gxh2/GHSA-9phc-ffmq-gxh2.json b/advisories/unreviewed/2022/05/GHSA-9phc-ffmq-gxh2/GHSA-9phc-ffmq-gxh2.json index ee32aa00a2c..6608d829d69 100644 --- a/advisories/unreviewed/2022/05/GHSA-9phc-ffmq-gxh2/GHSA-9phc-ffmq-gxh2.json +++ b/advisories/unreviewed/2022/05/GHSA-9phc-ffmq-gxh2/GHSA-9phc-ffmq-gxh2.json @@ -7,12 +7,8 @@ "CVE-2007-5690" ], "details": "** DISPUTED ** Buffer overflow in sethdlc.c in the Asterisk Zaptel 1.4.5.1 might allow local users to gain privileges via a long device name (interface name) in the ifr_name field. NOTE: the vendor disputes this issue, stating that the application requires root access, so privilege boundaries are not crossed.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9pxx-hp2q-fxh5/GHSA-9pxx-hp2q-fxh5.json b/advisories/unreviewed/2022/05/GHSA-9pxx-hp2q-fxh5/GHSA-9pxx-hp2q-fxh5.json index 010443c6520..beb21950544 100644 --- a/advisories/unreviewed/2022/05/GHSA-9pxx-hp2q-fxh5/GHSA-9pxx-hp2q-fxh5.json +++ b/advisories/unreviewed/2022/05/GHSA-9pxx-hp2q-fxh5/GHSA-9pxx-hp2q-fxh5.json @@ -7,12 +7,8 @@ "CVE-2019-8748" ], "details": "A memory corruption issue was addressed with improved memory handling. This issue is fixed in macOS Catalina 10.15. An application may be able to execute arbitrary code with kernel privileges.", - "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-9qg5-m58m-vw59/GHSA-9qg5-m58m-vw59.json b/advisories/unreviewed/2022/05/GHSA-9qg5-m58m-vw59/GHSA-9qg5-m58m-vw59.json index fe1cbce8f65..2f08ce7544c 100644 --- a/advisories/unreviewed/2022/05/GHSA-9qg5-m58m-vw59/GHSA-9qg5-m58m-vw59.json +++ b/advisories/unreviewed/2022/05/GHSA-9qg5-m58m-vw59/GHSA-9qg5-m58m-vw59.json @@ -7,12 +7,8 @@ "CVE-2019-6237" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, Safari 12.1.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-9r84-2jv4-qcmh/GHSA-9r84-2jv4-qcmh.json b/advisories/unreviewed/2022/05/GHSA-9r84-2jv4-qcmh/GHSA-9r84-2jv4-qcmh.json index e6f6295a3e2..d0fc4fea1d0 100644 --- a/advisories/unreviewed/2022/05/GHSA-9r84-2jv4-qcmh/GHSA-9r84-2jv4-qcmh.json +++ b/advisories/unreviewed/2022/05/GHSA-9r84-2jv4-qcmh/GHSA-9r84-2jv4-qcmh.json @@ -7,12 +7,8 @@ "CVE-2007-3550" ], "details": "** DISPUTED ** Microsoft Internet Explorer 6.0 and 7.0 allows remote attackers to fill Zones with arbitrary domains using certain metacharacters such as wildcards via JavaScript, which results in a denial of service (website suppression and resource consumption), aka \"Internet Explorer Zone Domain Specification Dos and Page Suppressing\". NOTE: this issue has been disputed by a third party, who states that the zone settings cannot be manipulated.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9x6h-j393-8wqx/GHSA-9x6h-j393-8wqx.json b/advisories/unreviewed/2022/05/GHSA-9x6h-j393-8wqx/GHSA-9x6h-j393-8wqx.json index 13b0ab5ba83..ccc81d0cbb8 100644 --- a/advisories/unreviewed/2022/05/GHSA-9x6h-j393-8wqx/GHSA-9x6h-j393-8wqx.json +++ b/advisories/unreviewed/2022/05/GHSA-9x6h-j393-8wqx/GHSA-9x6h-j393-8wqx.json @@ -7,12 +7,8 @@ "CVE-2019-8711" ], "details": "A logic issue existed with the display of notification previews. This issue was addressed with improved validation. This issue is fixed in iOS 13. Notification previews may show on Bluetooth accessories even when previews are disabled.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9x9m-g8ph-2mv8/GHSA-9x9m-g8ph-2mv8.json b/advisories/unreviewed/2022/05/GHSA-9x9m-g8ph-2mv8/GHSA-9x9m-g8ph-2mv8.json index 6bdddcee859..759076fdc1e 100644 --- a/advisories/unreviewed/2022/05/GHSA-9x9m-g8ph-2mv8/GHSA-9x9m-g8ph-2mv8.json +++ b/advisories/unreviewed/2022/05/GHSA-9x9m-g8ph-2mv8/GHSA-9x9m-g8ph-2mv8.json @@ -7,12 +7,8 @@ "CVE-2019-8554" ], "details": "A permissions issue existed in the handling of motion and orientation data. This issue was addressed with improved restrictions. This issue is fixed in iOS 12.2. A website may be able to access sensor information without user consent.", - "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-c394-j3rr-w25m/GHSA-c394-j3rr-w25m.json b/advisories/unreviewed/2022/05/GHSA-c394-j3rr-w25m/GHSA-c394-j3rr-w25m.json index 3023b34bb5e..8d67bec4066 100644 --- a/advisories/unreviewed/2022/05/GHSA-c394-j3rr-w25m/GHSA-c394-j3rr-w25m.json +++ b/advisories/unreviewed/2022/05/GHSA-c394-j3rr-w25m/GHSA-c394-j3rr-w25m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c4jf-ccxj-c5r6/GHSA-c4jf-ccxj-c5r6.json b/advisories/unreviewed/2022/05/GHSA-c4jf-ccxj-c5r6/GHSA-c4jf-ccxj-c5r6.json index ffc2c389eea..d07424c4669 100644 --- a/advisories/unreviewed/2022/05/GHSA-c4jf-ccxj-c5r6/GHSA-c4jf-ccxj-c5r6.json +++ b/advisories/unreviewed/2022/05/GHSA-c4jf-ccxj-c5r6/GHSA-c4jf-ccxj-c5r6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c4q5-2fgw-8768/GHSA-c4q5-2fgw-8768.json b/advisories/unreviewed/2022/05/GHSA-c4q5-2fgw-8768/GHSA-c4q5-2fgw-8768.json index 93280a6771e..d916a0f8a00 100644 --- a/advisories/unreviewed/2022/05/GHSA-c4q5-2fgw-8768/GHSA-c4q5-2fgw-8768.json +++ b/advisories/unreviewed/2022/05/GHSA-c4q5-2fgw-8768/GHSA-c4q5-2fgw-8768.json @@ -7,12 +7,8 @@ "CVE-2019-8527" ], "details": "A buffer overflow was addressed with improved size validation. This issue is fixed in iOS 12.2, macOS Mojave 10.14.4, tvOS 12.2, watchOS 5.2. A remote attacker may be able to cause unexpected system termination or corrupt kernel memory.", - "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-c7ch-w847-gqrg/GHSA-c7ch-w847-gqrg.json b/advisories/unreviewed/2022/05/GHSA-c7ch-w847-gqrg/GHSA-c7ch-w847-gqrg.json index c87b32eddd7..61a4228d5ea 100644 --- a/advisories/unreviewed/2022/05/GHSA-c7ch-w847-gqrg/GHSA-c7ch-w847-gqrg.json +++ b/advisories/unreviewed/2022/05/GHSA-c7ch-w847-gqrg/GHSA-c7ch-w847-gqrg.json @@ -7,12 +7,8 @@ "CVE-2019-8522" ], "details": "A logic issue was addressed with improved state management. This issue is fixed in macOS Mojave 10.14.4. An encrypted volume may be unmounted and remounted by a different user without prompting for the password.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c7cq-2xfm-mm3h/GHSA-c7cq-2xfm-mm3h.json b/advisories/unreviewed/2022/05/GHSA-c7cq-2xfm-mm3h/GHSA-c7cq-2xfm-mm3h.json index 09e5452e9c3..b5fc9b3d4fa 100644 --- a/advisories/unreviewed/2022/05/GHSA-c7cq-2xfm-mm3h/GHSA-c7cq-2xfm-mm3h.json +++ b/advisories/unreviewed/2022/05/GHSA-c7cq-2xfm-mm3h/GHSA-c7cq-2xfm-mm3h.json @@ -7,12 +7,8 @@ "CVE-2019-8577" ], "details": "An input validation issue was addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, watchOS 5.2.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. An application may be able to gain elevated privileges.", - "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-c7f3-369m-6pwp/GHSA-c7f3-369m-6pwp.json b/advisories/unreviewed/2022/05/GHSA-c7f3-369m-6pwp/GHSA-c7f3-369m-6pwp.json index a1cc673c912..3d5ed88eb93 100644 --- a/advisories/unreviewed/2022/05/GHSA-c7f3-369m-6pwp/GHSA-c7f3-369m-6pwp.json +++ b/advisories/unreviewed/2022/05/GHSA-c7f3-369m-6pwp/GHSA-c7f3-369m-6pwp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c857-frv5-v87x/GHSA-c857-frv5-v87x.json b/advisories/unreviewed/2022/05/GHSA-c857-frv5-v87x/GHSA-c857-frv5-v87x.json index 8b4efa4c849..abea7bb7c9f 100644 --- a/advisories/unreviewed/2022/05/GHSA-c857-frv5-v87x/GHSA-c857-frv5-v87x.json +++ b/advisories/unreviewed/2022/05/GHSA-c857-frv5-v87x/GHSA-c857-frv5-v87x.json @@ -7,12 +7,8 @@ "CVE-2019-7287" ], "details": "A memory corruption issue was addressed with improved input validation. This issue is fixed in iOS 12.1.4. An application may be able to execute arbitrary code with kernel 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-c866-gpqq-5cc3/GHSA-c866-gpqq-5cc3.json b/advisories/unreviewed/2022/05/GHSA-c866-gpqq-5cc3/GHSA-c866-gpqq-5cc3.json index db3bea0835d..4dc5a1514a4 100644 --- a/advisories/unreviewed/2022/05/GHSA-c866-gpqq-5cc3/GHSA-c866-gpqq-5cc3.json +++ b/advisories/unreviewed/2022/05/GHSA-c866-gpqq-5cc3/GHSA-c866-gpqq-5cc3.json @@ -7,12 +7,8 @@ "CVE-2019-8705" ], "details": "A memory corruption issue was addressed with improved validation. This issue is fixed in macOS Catalina 10.15, tvOS 13. Processing a maliciously crafted movie may result in the disclosure of process memory.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c942-7rww-fq7j/GHSA-c942-7rww-fq7j.json b/advisories/unreviewed/2022/05/GHSA-c942-7rww-fq7j/GHSA-c942-7rww-fq7j.json index e9b5fd83f8e..bc5d771be71 100644 --- a/advisories/unreviewed/2022/05/GHSA-c942-7rww-fq7j/GHSA-c942-7rww-fq7j.json +++ b/advisories/unreviewed/2022/05/GHSA-c942-7rww-fq7j/GHSA-c942-7rww-fq7j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-c9w6-g4p4-77xq/GHSA-c9w6-g4p4-77xq.json b/advisories/unreviewed/2022/05/GHSA-c9w6-g4p4-77xq/GHSA-c9w6-g4p4-77xq.json index f6934614be4..adfdd4a71d3 100644 --- a/advisories/unreviewed/2022/05/GHSA-c9w6-g4p4-77xq/GHSA-c9w6-g4p4-77xq.json +++ b/advisories/unreviewed/2022/05/GHSA-c9w6-g4p4-77xq/GHSA-c9w6-g4p4-77xq.json @@ -7,12 +7,8 @@ "CVE-2019-8615" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, Safari 12.1.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-c9xp-93v6-v7gj/GHSA-c9xp-93v6-v7gj.json b/advisories/unreviewed/2022/05/GHSA-c9xp-93v6-v7gj/GHSA-c9xp-93v6-v7gj.json index f4dac16750d..fe6873693de 100644 --- a/advisories/unreviewed/2022/05/GHSA-c9xp-93v6-v7gj/GHSA-c9xp-93v6-v7gj.json +++ b/advisories/unreviewed/2022/05/GHSA-c9xp-93v6-v7gj/GHSA-c9xp-93v6-v7gj.json @@ -7,12 +7,8 @@ "CVE-2019-8801" ], "details": "A dynamic library loading issue existed in iTunes setup. This was addressed with improved path searching. This issue is fixed in macOS Catalina 10.15.1, iTunes for Windows 12.10.2. Running the iTunes installer in an untrusted directory may result in arbitrary code execution.", - "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-ccjh-pfg3-ch59/GHSA-ccjh-pfg3-ch59.json b/advisories/unreviewed/2022/05/GHSA-ccjh-pfg3-ch59/GHSA-ccjh-pfg3-ch59.json index 4e5a8b7d28b..3ac32ea7fb7 100644 --- a/advisories/unreviewed/2022/05/GHSA-ccjh-pfg3-ch59/GHSA-ccjh-pfg3-ch59.json +++ b/advisories/unreviewed/2022/05/GHSA-ccjh-pfg3-ch59/GHSA-ccjh-pfg3-ch59.json @@ -7,12 +7,8 @@ "CVE-2019-8763" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 13.1 and iPadOS 13.1, tvOS 13, Safari 13.0.1, iTunes for Windows 12.10.1, iCloud for Windows 10.7, iCloud for Windows 7.14. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-ccwf-cghf-g937/GHSA-ccwf-cghf-g937.json b/advisories/unreviewed/2022/05/GHSA-ccwf-cghf-g937/GHSA-ccwf-cghf-g937.json index 8ce0649f8fd..3b45a5d342f 100644 --- a/advisories/unreviewed/2022/05/GHSA-ccwf-cghf-g937/GHSA-ccwf-cghf-g937.json +++ b/advisories/unreviewed/2022/05/GHSA-ccwf-cghf-g937/GHSA-ccwf-cghf-g937.json @@ -7,12 +7,8 @@ "CVE-2007-3576" ], "details": "** DISPUTED ** Microsoft Internet Explorer 6 executes web script from URIs of arbitrary scheme names ending with the \"script\" character sequence, using the (1) vbscript: handler for scheme names with 7 through 9 characters, and the (2) javascript: handler for scheme names with 10 or more characters, which might allow remote attackers to bypass certain XSS protection schemes. NOTE: other researchers dispute the significance of this issue, stating \"this only works when typed in the address bar.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cf3v-2g3j-9896/GHSA-cf3v-2g3j-9896.json b/advisories/unreviewed/2022/05/GHSA-cf3v-2g3j-9896/GHSA-cf3v-2g3j-9896.json index 85c9399093f..10efbb8b53b 100644 --- a/advisories/unreviewed/2022/05/GHSA-cf3v-2g3j-9896/GHSA-cf3v-2g3j-9896.json +++ b/advisories/unreviewed/2022/05/GHSA-cf3v-2g3j-9896/GHSA-cf3v-2g3j-9896.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-cgfv-6vmq-3wfg/GHSA-cgfv-6vmq-3wfg.json b/advisories/unreviewed/2022/05/GHSA-cgfv-6vmq-3wfg/GHSA-cgfv-6vmq-3wfg.json index 35c789d8686..13347a823ae 100644 --- a/advisories/unreviewed/2022/05/GHSA-cgfv-6vmq-3wfg/GHSA-cgfv-6vmq-3wfg.json +++ b/advisories/unreviewed/2022/05/GHSA-cgfv-6vmq-3wfg/GHSA-cgfv-6vmq-3wfg.json @@ -7,12 +7,8 @@ "CVE-2019-8516" ], "details": "A validation issue was addressed with improved logic. This issue is fixed in iOS 12.2, macOS Mojave 10.14.4, tvOS 12.2, watchOS 5.2. Processing a maliciously crafted string may lead to a denial of service.", - "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-cgrm-7rm7-m7mv/GHSA-cgrm-7rm7-m7mv.json b/advisories/unreviewed/2022/05/GHSA-cgrm-7rm7-m7mv/GHSA-cgrm-7rm7-m7mv.json index 3d847cf9265..681be680a39 100644 --- a/advisories/unreviewed/2022/05/GHSA-cgrm-7rm7-m7mv/GHSA-cgrm-7rm7-m7mv.json +++ b/advisories/unreviewed/2022/05/GHSA-cgrm-7rm7-m7mv/GHSA-cgrm-7rm7-m7mv.json @@ -7,12 +7,8 @@ "CVE-2019-8537" ], "details": "An access issue was addressed with improved memory management. This issue is fixed in macOS Mojave 10.14.4. A local user may be able to view a user?s locked notes.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-chm9-whw5-45wx/GHSA-chm9-whw5-45wx.json b/advisories/unreviewed/2022/05/GHSA-chm9-whw5-45wx/GHSA-chm9-whw5-45wx.json index 69979231d49..6e29578f1be 100644 --- a/advisories/unreviewed/2022/05/GHSA-chm9-whw5-45wx/GHSA-chm9-whw5-45wx.json +++ b/advisories/unreviewed/2022/05/GHSA-chm9-whw5-45wx/GHSA-chm9-whw5-45wx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-chv5-7w22-v7v3/GHSA-chv5-7w22-v7v3.json b/advisories/unreviewed/2022/05/GHSA-chv5-7w22-v7v3/GHSA-chv5-7w22-v7v3.json index 58666a2f724..78dee5cc5f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-chv5-7w22-v7v3/GHSA-chv5-7w22-v7v3.json +++ b/advisories/unreviewed/2022/05/GHSA-chv5-7w22-v7v3/GHSA-chv5-7w22-v7v3.json @@ -7,12 +7,8 @@ "CVE-2019-7284" ], "details": "This issue was addressed with improved checks. This issue is fixed in iOS 12.2. Processing a maliciously crafted mail message may lead to S/MIME signature spoofing.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cj6v-7q57-mrf3/GHSA-cj6v-7q57-mrf3.json b/advisories/unreviewed/2022/05/GHSA-cj6v-7q57-mrf3/GHSA-cj6v-7q57-mrf3.json index 87904ae879c..6da193d4188 100644 --- a/advisories/unreviewed/2022/05/GHSA-cj6v-7q57-mrf3/GHSA-cj6v-7q57-mrf3.json +++ b/advisories/unreviewed/2022/05/GHSA-cj6v-7q57-mrf3/GHSA-cj6v-7q57-mrf3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cm47-7885-fmrw/GHSA-cm47-7885-fmrw.json b/advisories/unreviewed/2022/05/GHSA-cm47-7885-fmrw/GHSA-cm47-7885-fmrw.json index 26feb5e8e58..26431966580 100644 --- a/advisories/unreviewed/2022/05/GHSA-cm47-7885-fmrw/GHSA-cm47-7885-fmrw.json +++ b/advisories/unreviewed/2022/05/GHSA-cm47-7885-fmrw/GHSA-cm47-7885-fmrw.json @@ -7,12 +7,8 @@ "CVE-2019-8254" ], "details": "Adobe Photoshop CC versions before 20.0.8 and 21.0.x before 21.0.2 have a memory corruption vulnerability. Successful exploitation could lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cmg5-g4rq-vw3j/GHSA-cmg5-g4rq-vw3j.json b/advisories/unreviewed/2022/05/GHSA-cmg5-g4rq-vw3j/GHSA-cmg5-g4rq-vw3j.json index 335e616089c..5f48fd7cb5b 100644 --- a/advisories/unreviewed/2022/05/GHSA-cmg5-g4rq-vw3j/GHSA-cmg5-g4rq-vw3j.json +++ b/advisories/unreviewed/2022/05/GHSA-cmg5-g4rq-vw3j/GHSA-cmg5-g4rq-vw3j.json @@ -7,12 +7,8 @@ "CVE-2019-8551" ], "details": "A logic issue was addressed with improved validation. This issue is fixed in iOS 12.2, tvOS 12.2, Safari 12.1, iTunes 12.9.4 for Windows, iCloud for Windows 7.11. Processing maliciously crafted web content may lead to universal cross site scripting.", - "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-cmhq-qhr2-gp3j/GHSA-cmhq-qhr2-gp3j.json b/advisories/unreviewed/2022/05/GHSA-cmhq-qhr2-gp3j/GHSA-cmhq-qhr2-gp3j.json index a90bd16f947..861da06af20 100644 --- a/advisories/unreviewed/2022/05/GHSA-cmhq-qhr2-gp3j/GHSA-cmhq-qhr2-gp3j.json +++ b/advisories/unreviewed/2022/05/GHSA-cmhq-qhr2-gp3j/GHSA-cmhq-qhr2-gp3j.json @@ -7,12 +7,8 @@ "CVE-2019-8602" ], "details": "A memory corruption issue was addressed by removing the vulnerable code. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, watchOS 5.2.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. A malicious application may be able to elevate privileges.", - "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-cr7r-r2pv-gp28/GHSA-cr7r-r2pv-gp28.json b/advisories/unreviewed/2022/05/GHSA-cr7r-r2pv-gp28/GHSA-cr7r-r2pv-gp28.json index e74faba3853..ae194d6d303 100644 --- a/advisories/unreviewed/2022/05/GHSA-cr7r-r2pv-gp28/GHSA-cr7r-r2pv-gp28.json +++ b/advisories/unreviewed/2022/05/GHSA-cr7r-r2pv-gp28/GHSA-cr7r-r2pv-gp28.json @@ -7,12 +7,8 @@ "CVE-2019-8630" ], "details": "The issue was addressed with improved UI handling. This issue is fixed in iOS 12.3. The lock screen may show a locked icon after unlocking.", - "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-cvx6-jrrp-gc3h/GHSA-cvx6-jrrp-gc3h.json b/advisories/unreviewed/2022/05/GHSA-cvx6-jrrp-gc3h/GHSA-cvx6-jrrp-gc3h.json index dd0654e42aa..77da34f1b60 100644 --- a/advisories/unreviewed/2022/05/GHSA-cvx6-jrrp-gc3h/GHSA-cvx6-jrrp-gc3h.json +++ b/advisories/unreviewed/2022/05/GHSA-cvx6-jrrp-gc3h/GHSA-cvx6-jrrp-gc3h.json @@ -7,12 +7,8 @@ "CVE-2019-13182" ], "details": "A stored cross-site scripting (XSS) vulnerability exists in the web UI of SolarWinds Serv-U FTP Server 15.1.7.", - "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-cxgf-8xm4-ffr9/GHSA-cxgf-8xm4-ffr9.json b/advisories/unreviewed/2022/05/GHSA-cxgf-8xm4-ffr9/GHSA-cxgf-8xm4-ffr9.json index e97b91c2e47..f9d1e874481 100644 --- a/advisories/unreviewed/2022/05/GHSA-cxgf-8xm4-ffr9/GHSA-cxgf-8xm4-ffr9.json +++ b/advisories/unreviewed/2022/05/GHSA-cxgf-8xm4-ffr9/GHSA-cxgf-8xm4-ffr9.json @@ -7,12 +7,8 @@ "CVE-2019-16453" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have a security bypass vulnerability. Successful exploitation could lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f2cm-2ggv-x4xj/GHSA-f2cm-2ggv-x4xj.json b/advisories/unreviewed/2022/05/GHSA-f2cm-2ggv-x4xj/GHSA-f2cm-2ggv-x4xj.json index 818889bee81..79593835be7 100644 --- a/advisories/unreviewed/2022/05/GHSA-f2cm-2ggv-x4xj/GHSA-f2cm-2ggv-x4xj.json +++ b/advisories/unreviewed/2022/05/GHSA-f2cm-2ggv-x4xj/GHSA-f2cm-2ggv-x4xj.json @@ -7,12 +7,8 @@ "CVE-2019-8676" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, watchOS 5.3, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f3vw-hjxj-mr52/GHSA-f3vw-hjxj-mr52.json b/advisories/unreviewed/2022/05/GHSA-f3vw-hjxj-mr52/GHSA-f3vw-hjxj-mr52.json index 7597307d023..c02e1de86b2 100644 --- a/advisories/unreviewed/2022/05/GHSA-f3vw-hjxj-mr52/GHSA-f3vw-hjxj-mr52.json +++ b/advisories/unreviewed/2022/05/GHSA-f3vw-hjxj-mr52/GHSA-f3vw-hjxj-mr52.json @@ -7,12 +7,8 @@ "CVE-2019-8804" ], "details": "An inconsistency in Wi-Fi network configuration settings was addressed. This issue is fixed in iOS 13.2 and iPadOS 13.2. An attacker in physical proximity may be able to force a user onto a malicious Wi-Fi network during device setup.", - "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-f48w-q85w-r7rw/GHSA-f48w-q85w-r7rw.json b/advisories/unreviewed/2022/05/GHSA-f48w-q85w-r7rw/GHSA-f48w-q85w-r7rw.json index 81877ec5d31..5adf6dd7cd3 100644 --- a/advisories/unreviewed/2022/05/GHSA-f48w-q85w-r7rw/GHSA-f48w-q85w-r7rw.json +++ b/advisories/unreviewed/2022/05/GHSA-f48w-q85w-r7rw/GHSA-f48w-q85w-r7rw.json @@ -7,12 +7,8 @@ "CVE-2019-8792" ], "details": "An injection issue was addressed with improved validation. This issue is fixed in Shazam Android App Version 9.25.0, Shazam iOS App Version 12.11.0. Processing a maliciously crafted URL may lead to arbitrary javascript code execution.", - "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-f69j-274h-2m7w/GHSA-f69j-274h-2m7w.json b/advisories/unreviewed/2022/05/GHSA-f69j-274h-2m7w/GHSA-f69j-274h-2m7w.json index ff726b21d5d..5a3f67aaca2 100644 --- a/advisories/unreviewed/2022/05/GHSA-f69j-274h-2m7w/GHSA-f69j-274h-2m7w.json +++ b/advisories/unreviewed/2022/05/GHSA-f69j-274h-2m7w/GHSA-f69j-274h-2m7w.json @@ -7,12 +7,8 @@ "CVE-2008-2956" ], "details": "** DISPUTED ** Memory leak in Pidgin 2.0.0, and possibly other versions, allows remote attackers to cause a denial of service (memory consumption) via malformed XML documents. NOTE: this issue has been disputed by the upstream vendor, who states: \"I was never able to identify a scenario under which a problem occurred and the original reporter wasn't able to supply any sort of reproduction details.\"", - "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-f6pv-j8mr-w6rr/GHSA-f6pv-j8mr-w6rr.json b/advisories/unreviewed/2022/05/GHSA-f6pv-j8mr-w6rr/GHSA-f6pv-j8mr-w6rr.json index 18dea46ab6b..1994501fc16 100644 --- a/advisories/unreviewed/2022/05/GHSA-f6pv-j8mr-w6rr/GHSA-f6pv-j8mr-w6rr.json +++ b/advisories/unreviewed/2022/05/GHSA-f6pv-j8mr-w6rr/GHSA-f6pv-j8mr-w6rr.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-f7x5-68q2-fh8p/GHSA-f7x5-68q2-fh8p.json b/advisories/unreviewed/2022/05/GHSA-f7x5-68q2-fh8p/GHSA-f7x5-68q2-fh8p.json index ddeea9dbe3f..44035dfc8f3 100644 --- a/advisories/unreviewed/2022/05/GHSA-f7x5-68q2-fh8p/GHSA-f7x5-68q2-fh8p.json +++ b/advisories/unreviewed/2022/05/GHSA-f7x5-68q2-fh8p/GHSA-f7x5-68q2-fh8p.json @@ -7,12 +7,8 @@ "CVE-2019-8807" ], "details": "A memory corruption issue was addressed with improved memory handling. This issue is fixed in macOS Catalina 10.15.1. An application may be able to execute arbitrary code with system privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f7xw-gvjm-5mh4/GHSA-f7xw-gvjm-5mh4.json b/advisories/unreviewed/2022/05/GHSA-f7xw-gvjm-5mh4/GHSA-f7xw-gvjm-5mh4.json index 3b8df9a9adb..bd7fd57cb36 100644 --- a/advisories/unreviewed/2022/05/GHSA-f7xw-gvjm-5mh4/GHSA-f7xw-gvjm-5mh4.json +++ b/advisories/unreviewed/2022/05/GHSA-f7xw-gvjm-5mh4/GHSA-f7xw-gvjm-5mh4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fc2m-c6gh-gwrm/GHSA-fc2m-c6gh-gwrm.json b/advisories/unreviewed/2022/05/GHSA-fc2m-c6gh-gwrm/GHSA-fc2m-c6gh-gwrm.json index bafc12167c9..45a3aca0f81 100644 --- a/advisories/unreviewed/2022/05/GHSA-fc2m-c6gh-gwrm/GHSA-fc2m-c6gh-gwrm.json +++ b/advisories/unreviewed/2022/05/GHSA-fc2m-c6gh-gwrm/GHSA-fc2m-c6gh-gwrm.json @@ -7,12 +7,8 @@ "CVE-2019-8669" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, watchOS 5.3, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fg6g-6pf4-3p96/GHSA-fg6g-6pf4-3p96.json b/advisories/unreviewed/2022/05/GHSA-fg6g-6pf4-3p96/GHSA-fg6g-6pf4-3p96.json index 07774d2498b..295ca0c81c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-fg6g-6pf4-3p96/GHSA-fg6g-6pf4-3p96.json +++ b/advisories/unreviewed/2022/05/GHSA-fg6g-6pf4-3p96/GHSA-fg6g-6pf4-3p96.json @@ -7,12 +7,8 @@ "CVE-2019-7293" ], "details": "A memory corruption issue was addressed with improved memory handling. This issue is fixed in iOS 12.2, macOS Mojave 10.14.4, tvOS 12.2, watchOS 5.2. A local user may be able to read kernel memory.", - "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-fg7h-q67h-82rg/GHSA-fg7h-q67h-82rg.json b/advisories/unreviewed/2022/05/GHSA-fg7h-q67h-82rg/GHSA-fg7h-q67h-82rg.json index 1ee1830ee7d..a308df1c529 100644 --- a/advisories/unreviewed/2022/05/GHSA-fg7h-q67h-82rg/GHSA-fg7h-q67h-82rg.json +++ b/advisories/unreviewed/2022/05/GHSA-fg7h-q67h-82rg/GHSA-fg7h-q67h-82rg.json @@ -7,12 +7,8 @@ "CVE-2019-8506" ], "details": "A type confusion issue was addressed with improved memory handling. This issue is fixed in iOS 12.2, tvOS 12.2, watchOS 5.2, Safari 12.1, iTunes 12.9.4 for Windows, iCloud for Windows 7.11. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fgqw-4gx5-mwr9/GHSA-fgqw-4gx5-mwr9.json b/advisories/unreviewed/2022/05/GHSA-fgqw-4gx5-mwr9/GHSA-fgqw-4gx5-mwr9.json index 0a2f1655d12..b2c724e49ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-fgqw-4gx5-mwr9/GHSA-fgqw-4gx5-mwr9.json +++ b/advisories/unreviewed/2022/05/GHSA-fgqw-4gx5-mwr9/GHSA-fgqw-4gx5-mwr9.json @@ -7,12 +7,8 @@ "CVE-2007-0080" ], "details": "** DISPUTED ** Buffer overflow in the SMB_Connect_Server function in FreeRadius 1.1.3 and earlier allows attackers to execute arbitrary code related to the server desthost field of an SMB_Handle_Type instance. NOTE: the impact of this issue has been disputed by a reliable third party and the vendor, who states that exploitation is limited \"only to local administrators who have write access to the server configuration files.\" CVE concurs with the dispute.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fh6g-c662-cccm/GHSA-fh6g-c662-cccm.json b/advisories/unreviewed/2022/05/GHSA-fh6g-c662-cccm/GHSA-fh6g-c662-cccm.json index 1005303b325..a6ee3ca51db 100644 --- a/advisories/unreviewed/2022/05/GHSA-fh6g-c662-cccm/GHSA-fh6g-c662-cccm.json +++ b/advisories/unreviewed/2022/05/GHSA-fh6g-c662-cccm/GHSA-fh6g-c662-cccm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fhpw-7642-ff4w/GHSA-fhpw-7642-ff4w.json b/advisories/unreviewed/2022/05/GHSA-fhpw-7642-ff4w/GHSA-fhpw-7642-ff4w.json index c3c9f02029a..7e2f165ab93 100644 --- a/advisories/unreviewed/2022/05/GHSA-fhpw-7642-ff4w/GHSA-fhpw-7642-ff4w.json +++ b/advisories/unreviewed/2022/05/GHSA-fhpw-7642-ff4w/GHSA-fhpw-7642-ff4w.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-fj23-324q-fvx7/GHSA-fj23-324q-fvx7.json b/advisories/unreviewed/2022/05/GHSA-fj23-324q-fvx7/GHSA-fj23-324q-fvx7.json index 0ba766c2238..bf361cee70c 100644 --- a/advisories/unreviewed/2022/05/GHSA-fj23-324q-fvx7/GHSA-fj23-324q-fvx7.json +++ b/advisories/unreviewed/2022/05/GHSA-fj23-324q-fvx7/GHSA-fj23-324q-fvx7.json @@ -7,12 +7,8 @@ "CVE-2009-1227" ], "details": "** DISPUTED ** NOTE: this issue has been disputed by the vendor. Buffer overflow in the PKI Web Service in Check Point Firewall-1 PKI Web Service allows remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via a long (1) Authorization or (2) Referer HTTP header to TCP port 18624. NOTE: the vendor has disputed this issue, stating \"Check Point Security Alert Team has analyzed this report. We've tried to reproduce the attack on all VPN-1 versions from NG FP2 and above with and without HFAs. The issue was not reproduced. We have conducted a thorough analysis of the relevant code and verified that we are secure against this attack. We consider this attack to pose no risk to Check Point customers.\" In addition, the original researcher, whose reliability is unknown as of 20090407, also states that the issue \"was discovered during a pen-test where the client would not allow further analysis.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fjq9-7vv8-9wjc/GHSA-fjq9-7vv8-9wjc.json b/advisories/unreviewed/2022/05/GHSA-fjq9-7vv8-9wjc/GHSA-fjq9-7vv8-9wjc.json index 8cf6444d578..27634270c93 100644 --- a/advisories/unreviewed/2022/05/GHSA-fjq9-7vv8-9wjc/GHSA-fjq9-7vv8-9wjc.json +++ b/advisories/unreviewed/2022/05/GHSA-fjq9-7vv8-9wjc/GHSA-fjq9-7vv8-9wjc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fm67-82v9-vpxj/GHSA-fm67-82v9-vpxj.json b/advisories/unreviewed/2022/05/GHSA-fm67-82v9-vpxj/GHSA-fm67-82v9-vpxj.json index ccfdd2ba018..76f7d9e4bcf 100644 --- a/advisories/unreviewed/2022/05/GHSA-fm67-82v9-vpxj/GHSA-fm67-82v9-vpxj.json +++ b/advisories/unreviewed/2022/05/GHSA-fm67-82v9-vpxj/GHSA-fm67-82v9-vpxj.json @@ -7,12 +7,8 @@ "CVE-2019-0165" ], "details": "Insufficient Input validation in the subsystem for Intel(R) CSME before versions 12.0.45,13.0.10 and 14.0.10 may allow a privileged user to potentially enable denial of service via local 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/05/GHSA-fm92-xv25-gf69/GHSA-fm92-xv25-gf69.json b/advisories/unreviewed/2022/05/GHSA-fm92-xv25-gf69/GHSA-fm92-xv25-gf69.json index 301add36098..004eba91ee4 100644 --- a/advisories/unreviewed/2022/05/GHSA-fm92-xv25-gf69/GHSA-fm92-xv25-gf69.json +++ b/advisories/unreviewed/2022/05/GHSA-fm92-xv25-gf69/GHSA-fm92-xv25-gf69.json @@ -7,12 +7,8 @@ "CVE-2019-16450" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have an out-of-bounds write vulnerability. Successful exploitation could lead to arbitrary code execution .", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fmgq-m9qq-mj46/GHSA-fmgq-m9qq-mj46.json b/advisories/unreviewed/2022/05/GHSA-fmgq-m9qq-mj46/GHSA-fmgq-m9qq-mj46.json index 7856241ecf1..e04ca2358e4 100644 --- a/advisories/unreviewed/2022/05/GHSA-fmgq-m9qq-mj46/GHSA-fmgq-m9qq-mj46.json +++ b/advisories/unreviewed/2022/05/GHSA-fmgq-m9qq-mj46/GHSA-fmgq-m9qq-mj46.json @@ -7,12 +7,8 @@ "CVE-2019-8647" ], "details": "A use after free issue was addressed with improved memory management. This issue is fixed in iOS 12.4, tvOS 12.4, watchOS 5.3. A remote attacker may be able to cause arbitrary code execution.", - "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-fq59-5j2w-fw9q/GHSA-fq59-5j2w-fw9q.json b/advisories/unreviewed/2022/05/GHSA-fq59-5j2w-fw9q/GHSA-fq59-5j2w-fw9q.json index 9ab1cf9bf35..1044244cdf4 100644 --- a/advisories/unreviewed/2022/05/GHSA-fq59-5j2w-fw9q/GHSA-fq59-5j2w-fw9q.json +++ b/advisories/unreviewed/2022/05/GHSA-fq59-5j2w-fw9q/GHSA-fq59-5j2w-fw9q.json @@ -7,12 +7,8 @@ "CVE-2019-8735" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in tvOS 13, iTunes for Windows 12.10.1, iCloud for Windows 10.7, iCloud for Windows 7.14. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fqfp-r4jq-mf88/GHSA-fqfp-r4jq-mf88.json b/advisories/unreviewed/2022/05/GHSA-fqfp-r4jq-mf88/GHSA-fqfp-r4jq-mf88.json index dc8d123fa75..dc49d5e82f4 100644 --- a/advisories/unreviewed/2022/05/GHSA-fqfp-r4jq-mf88/GHSA-fqfp-r4jq-mf88.json +++ b/advisories/unreviewed/2022/05/GHSA-fqfp-r4jq-mf88/GHSA-fqfp-r4jq-mf88.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fr4v-rqcf-22f4/GHSA-fr4v-rqcf-22f4.json b/advisories/unreviewed/2022/05/GHSA-fr4v-rqcf-22f4/GHSA-fr4v-rqcf-22f4.json index 1ecfd2d67c1..9d0d9cd657d 100644 --- a/advisories/unreviewed/2022/05/GHSA-fr4v-rqcf-22f4/GHSA-fr4v-rqcf-22f4.json +++ b/advisories/unreviewed/2022/05/GHSA-fr4v-rqcf-22f4/GHSA-fr4v-rqcf-22f4.json @@ -7,12 +7,8 @@ "CVE-2019-18829" ], "details": "Barco ClickShare Button R9861500D01 devices before 1.9.0 have Missing Support for Integrity Check. The Barco signed 'Clickshare_For_Windows.exe' binary on the ClickShare Button (R9861500D01) loads a number of DLL files dynamically without verifying their integrity.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-frg3-wr6w-vm9h/GHSA-frg3-wr6w-vm9h.json b/advisories/unreviewed/2022/05/GHSA-frg3-wr6w-vm9h/GHSA-frg3-wr6w-vm9h.json index 115761da8c1..96fa9e8a54b 100644 --- a/advisories/unreviewed/2022/05/GHSA-frg3-wr6w-vm9h/GHSA-frg3-wr6w-vm9h.json +++ b/advisories/unreviewed/2022/05/GHSA-frg3-wr6w-vm9h/GHSA-frg3-wr6w-vm9h.json @@ -7,12 +7,8 @@ "CVE-2019-0166" ], "details": "Insufficient input validation in the subsystem for Intel(R) AMT before versions 11.8.70, 11.11.70, 11.22.70 and 12.0.45 may allow an unauthenticated user to potentially enable information disclosure via network 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/05/GHSA-fvg7-8gpm-h9v4/GHSA-fvg7-8gpm-h9v4.json b/advisories/unreviewed/2022/05/GHSA-fvg7-8gpm-h9v4/GHSA-fvg7-8gpm-h9v4.json index 588dc8b69cf..4d9dfc678c1 100644 --- a/advisories/unreviewed/2022/05/GHSA-fvg7-8gpm-h9v4/GHSA-fvg7-8gpm-h9v4.json +++ b/advisories/unreviewed/2022/05/GHSA-fvg7-8gpm-h9v4/GHSA-fvg7-8gpm-h9v4.json @@ -7,12 +7,8 @@ "CVE-2019-6201" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.2, tvOS 12.2, Safari 12.1, iTunes 12.9.4 for Windows, iCloud for Windows 7.11. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-fvjv-32c8-j6x2/GHSA-fvjv-32c8-j6x2.json b/advisories/unreviewed/2022/05/GHSA-fvjv-32c8-j6x2/GHSA-fvjv-32c8-j6x2.json index 82f332a82c1..fb32399861b 100644 --- a/advisories/unreviewed/2022/05/GHSA-fvjv-32c8-j6x2/GHSA-fvjv-32c8-j6x2.json +++ b/advisories/unreviewed/2022/05/GHSA-fvjv-32c8-j6x2/GHSA-fvjv-32c8-j6x2.json @@ -7,12 +7,8 @@ "CVE-2019-17527" ], "details": "dataForDepandantField in models/custormfields.php in the JS JOBS FREE extension before 1.2.7 for Joomla! allows SQL Injection via the index.php?option=com_jsjobs&task=customfields.getfieldtitlebyfieldandfieldfo child parameter.", - "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-fvqj-grjc-5hr3/GHSA-fvqj-grjc-5hr3.json b/advisories/unreviewed/2022/05/GHSA-fvqj-grjc-5hr3/GHSA-fvqj-grjc-5hr3.json index 547b1c498b8..56d81db499f 100644 --- a/advisories/unreviewed/2022/05/GHSA-fvqj-grjc-5hr3/GHSA-fvqj-grjc-5hr3.json +++ b/advisories/unreviewed/2022/05/GHSA-fvqj-grjc-5hr3/GHSA-fvqj-grjc-5hr3.json @@ -7,12 +7,8 @@ "CVE-2019-8817" ], "details": "A validation issue was addressed with improved input sanitization. This issue is fixed in macOS Catalina 10.15.1. An application may be able to read restricted memory.", - "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-fvrj-qh22-gh9g/GHSA-fvrj-qh22-gh9g.json b/advisories/unreviewed/2022/05/GHSA-fvrj-qh22-gh9g/GHSA-fvrj-qh22-gh9g.json index 226c6030504..b49cdd22085 100644 --- a/advisories/unreviewed/2022/05/GHSA-fvrj-qh22-gh9g/GHSA-fvrj-qh22-gh9g.json +++ b/advisories/unreviewed/2022/05/GHSA-fvrj-qh22-gh9g/GHSA-fvrj-qh22-gh9g.json @@ -7,12 +7,8 @@ "CVE-2019-18825" ], "details": "Barco ClickShare Huddle CS-100 devices before 1.9.0 and CSE-200 devices before 1.9.0 have incorrect Credentials Management. The ClickShare Base Unit implements encryption at rest using encryption keys which are shared across all ClickShare Base Units of models CS-100 & CSE-200.", - "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-fvwf-7864-8876/GHSA-fvwf-7864-8876.json b/advisories/unreviewed/2022/05/GHSA-fvwf-7864-8876/GHSA-fvwf-7864-8876.json index 74921cab8d8..f329cf8ba80 100644 --- a/advisories/unreviewed/2022/05/GHSA-fvwf-7864-8876/GHSA-fvwf-7864-8876.json +++ b/advisories/unreviewed/2022/05/GHSA-fvwf-7864-8876/GHSA-fvwf-7864-8876.json @@ -7,12 +7,8 @@ "CVE-2019-8256" ], "details": "ColdFusion versions Update 6 and earlier have an insecure inherited permissions of default installation directory vulnerability. Successful exploitation could lead to privilege escalation.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fwwh-2m37-687c/GHSA-fwwh-2m37-687c.json b/advisories/unreviewed/2022/05/GHSA-fwwh-2m37-687c/GHSA-fwwh-2m37-687c.json index 485fbde8015..be87b3cf44c 100644 --- a/advisories/unreviewed/2022/05/GHSA-fwwh-2m37-687c/GHSA-fwwh-2m37-687c.json +++ b/advisories/unreviewed/2022/05/GHSA-fwwh-2m37-687c/GHSA-fwwh-2m37-687c.json @@ -7,12 +7,8 @@ "CVE-2019-8783" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 13.2 and iPadOS 13.2, tvOS 13.2, Safari 13.0.3, iTunes for Windows 12.10.2, iCloud for Windows 11.0, iCloud for Windows 7.15. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fx6x-83f6-g9pc/GHSA-fx6x-83f6-g9pc.json b/advisories/unreviewed/2022/05/GHSA-fx6x-83f6-g9pc/GHSA-fx6x-83f6-g9pc.json index 6a66a5ba185..edee53a5448 100644 --- a/advisories/unreviewed/2022/05/GHSA-fx6x-83f6-g9pc/GHSA-fx6x-83f6-g9pc.json +++ b/advisories/unreviewed/2022/05/GHSA-fx6x-83f6-g9pc/GHSA-fx6x-83f6-g9pc.json @@ -7,12 +7,8 @@ "CVE-2007-3942" ], "details": "** DISPUTED ** Directory traversal vulnerability in index.php in Simple Machines Forum (SMF) 1.1.3 allows remote attackers to include local files via unspecified vectors related to the sourcedir parameter or the actionArray hash. NOTE: CVE and multiple third parties dispute this vulnerability because both sourcedir and actionArray are defined before use.", - "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-g22g-x6m4-v64x/GHSA-g22g-x6m4-v64x.json b/advisories/unreviewed/2022/05/GHSA-g22g-x6m4-v64x/GHSA-g22g-x6m4-v64x.json index aa67ab84baa..bacbfba3822 100644 --- a/advisories/unreviewed/2022/05/GHSA-g22g-x6m4-v64x/GHSA-g22g-x6m4-v64x.json +++ b/advisories/unreviewed/2022/05/GHSA-g22g-x6m4-v64x/GHSA-g22g-x6m4-v64x.json @@ -7,12 +7,8 @@ "CVE-2019-16733" ], "details": "processCommandSetUid() in libcommon.so in Petwant PF-103 firmware 4.22.2.42 and Petalk AI 3.2.2.30 allows remote attackers to execute arbitrary system commands as the root user.", - "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-g24c-88qg-x3xp/GHSA-g24c-88qg-x3xp.json b/advisories/unreviewed/2022/05/GHSA-g24c-88qg-x3xp/GHSA-g24c-88qg-x3xp.json index 71342db26c9..b6cd48706e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-g24c-88qg-x3xp/GHSA-g24c-88qg-x3xp.json +++ b/advisories/unreviewed/2022/05/GHSA-g24c-88qg-x3xp/GHSA-g24c-88qg-x3xp.json @@ -7,12 +7,8 @@ "CVE-2019-16445" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have an use after free vulnerability. Successful exploitation could lead to arbitrary code execution .", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g2ww-4cqg-3582/GHSA-g2ww-4cqg-3582.json b/advisories/unreviewed/2022/05/GHSA-g2ww-4cqg-3582/GHSA-g2ww-4cqg-3582.json index 90d61ae6efc..74dc83a0e7b 100644 --- a/advisories/unreviewed/2022/05/GHSA-g2ww-4cqg-3582/GHSA-g2ww-4cqg-3582.json +++ b/advisories/unreviewed/2022/05/GHSA-g2ww-4cqg-3582/GHSA-g2ww-4cqg-3582.json @@ -7,12 +7,8 @@ "CVE-2019-8791" ], "details": "An issue existed in the parsing of URL schemes. This issue was addressed with improved URL validation. This issue is fixed in Shazam Android App Version 9.25.0, Shazam iOS App Version 12.11.0. Processing a maliciously crafted URL may lead to an open redirect.", - "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-g33f-w5h5-7xvg/GHSA-g33f-w5h5-7xvg.json b/advisories/unreviewed/2022/05/GHSA-g33f-w5h5-7xvg/GHSA-g33f-w5h5-7xvg.json index d7c8fdc4012..ab38529ebd0 100644 --- a/advisories/unreviewed/2022/05/GHSA-g33f-w5h5-7xvg/GHSA-g33f-w5h5-7xvg.json +++ b/advisories/unreviewed/2022/05/GHSA-g33f-w5h5-7xvg/GHSA-g33f-w5h5-7xvg.json @@ -7,12 +7,8 @@ "CVE-2019-7487" ], "details": "Installation of the SonicOS SSLVPN NACagent 3.5 on the Windows operating system, an autorun value is created does not put the path in quotes, so if a malicious binary by an attacker within the parent path could allow code execution.", - "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-g65r-99hv-qpfv/GHSA-g65r-99hv-qpfv.json b/advisories/unreviewed/2022/05/GHSA-g65r-99hv-qpfv/GHSA-g65r-99hv-qpfv.json index 02b4ba318a0..ab25f4f79c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-g65r-99hv-qpfv/GHSA-g65r-99hv-qpfv.json +++ b/advisories/unreviewed/2022/05/GHSA-g65r-99hv-qpfv/GHSA-g65r-99hv-qpfv.json @@ -7,12 +7,8 @@ "CVE-2019-8535" ], "details": "A memory corruption issue was addressed with improved state management. This issue is fixed in iOS 12.2, tvOS 12.2, Safari 12.1, iTunes 12.9.4 for Windows, iCloud for Windows 7.11. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g848-x8cm-jrg9/GHSA-g848-x8cm-jrg9.json b/advisories/unreviewed/2022/05/GHSA-g848-x8cm-jrg9/GHSA-g848-x8cm-jrg9.json index 9c9949a7884..24f7b6693a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-g848-x8cm-jrg9/GHSA-g848-x8cm-jrg9.json +++ b/advisories/unreviewed/2022/05/GHSA-g848-x8cm-jrg9/GHSA-g848-x8cm-jrg9.json @@ -7,12 +7,8 @@ "CVE-2019-6239" ], "details": "This issue was addressed with improved handling of file metadata. This issue is fixed in macOS Mojave 10.14.4. A malicious application may bypass Gatekeeper checks.", - "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-g859-9cjp-r2w8/GHSA-g859-9cjp-r2w8.json b/advisories/unreviewed/2022/05/GHSA-g859-9cjp-r2w8/GHSA-g859-9cjp-r2w8.json index 9fc585e5d4c..de40c3cc91c 100644 --- a/advisories/unreviewed/2022/05/GHSA-g859-9cjp-r2w8/GHSA-g859-9cjp-r2w8.json +++ b/advisories/unreviewed/2022/05/GHSA-g859-9cjp-r2w8/GHSA-g859-9cjp-r2w8.json @@ -7,12 +7,8 @@ "CVE-2019-19917" ], "details": "Lout 3.40 has a buffer overflow in the StringQuotedWord() function in z39.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g87h-69rq-h324/GHSA-g87h-69rq-h324.json b/advisories/unreviewed/2022/05/GHSA-g87h-69rq-h324/GHSA-g87h-69rq-h324.json index 9be4a8bcdbe..43eec799404 100644 --- a/advisories/unreviewed/2022/05/GHSA-g87h-69rq-h324/GHSA-g87h-69rq-h324.json +++ b/advisories/unreviewed/2022/05/GHSA-g87h-69rq-h324/GHSA-g87h-69rq-h324.json @@ -7,12 +7,8 @@ "CVE-2019-8628" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, Safari 12.1.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-gc46-w864-5qv9/GHSA-gc46-w864-5qv9.json b/advisories/unreviewed/2022/05/GHSA-gc46-w864-5qv9/GHSA-gc46-w864-5qv9.json index f94802f4930..8a111c51d49 100644 --- a/advisories/unreviewed/2022/05/GHSA-gc46-w864-5qv9/GHSA-gc46-w864-5qv9.json +++ b/advisories/unreviewed/2022/05/GHSA-gc46-w864-5qv9/GHSA-gc46-w864-5qv9.json @@ -7,12 +7,8 @@ "CVE-2019-8659" ], "details": "This issue was addressed with improved checks. This issue is fixed in watchOS 5.3. Users removed from an iMessage conversation may still be able to alter state.", - "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-gcqc-q8hp-chc7/GHSA-gcqc-q8hp-chc7.json b/advisories/unreviewed/2022/05/GHSA-gcqc-q8hp-chc7/GHSA-gcqc-q8hp-chc7.json index 6b62b74e209..3dc2a57fff9 100644 --- a/advisories/unreviewed/2022/05/GHSA-gcqc-q8hp-chc7/GHSA-gcqc-q8hp-chc7.json +++ b/advisories/unreviewed/2022/05/GHSA-gcqc-q8hp-chc7/GHSA-gcqc-q8hp-chc7.json @@ -7,12 +7,8 @@ "CVE-2007-3657" ], "details": "** DISPUTED ** Mozilla Firefox 2.0.0.4 allows remote attackers to cause a denial of service by opening multiple tabs in a popup window. NOTE: this issue has been disputed by third party researchers, stating that \"this does not crash on me, and I can't see a likely mechanism of action that would lead to a DoS condition.\"", - "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-gf5m-8r3v-q43h/GHSA-gf5m-8r3v-q43h.json b/advisories/unreviewed/2022/05/GHSA-gf5m-8r3v-q43h/GHSA-gf5m-8r3v-q43h.json index 2c9c20914b7..55c8bcd3f79 100644 --- a/advisories/unreviewed/2022/05/GHSA-gf5m-8r3v-q43h/GHSA-gf5m-8r3v-q43h.json +++ b/advisories/unreviewed/2022/05/GHSA-gf5m-8r3v-q43h/GHSA-gf5m-8r3v-q43h.json @@ -7,12 +7,8 @@ "CVE-2019-16456" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have an out-of-bounds read vulnerability. Successful exploitation could lead to information disclosure .", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gfxm-h9rh-4vcm/GHSA-gfxm-h9rh-4vcm.json b/advisories/unreviewed/2022/05/GHSA-gfxm-h9rh-4vcm/GHSA-gfxm-h9rh-4vcm.json index ff254a76022..2a609bc484d 100644 --- a/advisories/unreviewed/2022/05/GHSA-gfxm-h9rh-4vcm/GHSA-gfxm-h9rh-4vcm.json +++ b/advisories/unreviewed/2022/05/GHSA-gfxm-h9rh-4vcm/GHSA-gfxm-h9rh-4vcm.json @@ -7,12 +7,8 @@ "CVE-2019-7292" ], "details": "A validation issue was addressed with improved logic. This issue is fixed in iOS 12.2, tvOS 12.2, watchOS 5.2, Safari 12.1, iTunes 12.9.4 for Windows, iCloud for Windows 7.11. Processing maliciously crafted web content may result in the disclosure of process memory.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gh32-2p5c-wm88/GHSA-gh32-2p5c-wm88.json b/advisories/unreviewed/2022/05/GHSA-gh32-2p5c-wm88/GHSA-gh32-2p5c-wm88.json index ed41f2d7f91..54332ee68fa 100644 --- a/advisories/unreviewed/2022/05/GHSA-gh32-2p5c-wm88/GHSA-gh32-2p5c-wm88.json +++ b/advisories/unreviewed/2022/05/GHSA-gh32-2p5c-wm88/GHSA-gh32-2p5c-wm88.json @@ -7,12 +7,8 @@ "CVE-2007-2097" ], "details": "** DISPUTED ** Multiple PHP remote file inclusion vulnerabilities in OpenConcept Back-End CMS 0.4.7 allow remote attackers to execute arbitrary PHP code via a URL in the includes_path parameter to (1) click.php or (2) pollcollector.php in htdocs/; or (3) index.php, (4) articlepages.php, (5) articles.php, (6) articleform.php, (7) articlesections.php, (8) createArticlesPage.php, (9) guestbook.php, (10) helpguide.php, (11) helpguideeditor.php, (12) links.php, (13) upload.php, (14) sitestatistics.php, (15) nav.php, (16) tpl_upload.php, (17) linksections, or (18) pophelp.php in htdocs/site-admin/; different vectors than CVE-2006-5076. NOTE: this issue is disputed by a third party, who states that $includes_path is defined before use.", - "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-ghg5-qv84-mmvj/GHSA-ghg5-qv84-mmvj.json b/advisories/unreviewed/2022/05/GHSA-ghg5-qv84-mmvj/GHSA-ghg5-qv84-mmvj.json index c920b2f6a81..a26169a3e61 100644 --- a/advisories/unreviewed/2022/05/GHSA-ghg5-qv84-mmvj/GHSA-ghg5-qv84-mmvj.json +++ b/advisories/unreviewed/2022/05/GHSA-ghg5-qv84-mmvj/GHSA-ghg5-qv84-mmvj.json @@ -7,12 +7,8 @@ "CVE-2019-16734" ], "details": "Use of default credentials for the TELNET server in Petwant PF-103 firmware 4.3.2.50 and Petalk AI 3.2.2.30 allows remote attackers to execute arbitrary system commands as the root user.", - "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-gm6j-8p43-6m5w/GHSA-gm6j-8p43-6m5w.json b/advisories/unreviewed/2022/05/GHSA-gm6j-8p43-6m5w/GHSA-gm6j-8p43-6m5w.json index f27450fd255..52dc187e698 100644 --- a/advisories/unreviewed/2022/05/GHSA-gm6j-8p43-6m5w/GHSA-gm6j-8p43-6m5w.json +++ b/advisories/unreviewed/2022/05/GHSA-gm6j-8p43-6m5w/GHSA-gm6j-8p43-6m5w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gm9r-74vm-63jm/GHSA-gm9r-74vm-63jm.json b/advisories/unreviewed/2022/05/GHSA-gm9r-74vm-63jm/GHSA-gm9r-74vm-63jm.json index 9465464ee3e..9b3f5ff20a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-gm9r-74vm-63jm/GHSA-gm9r-74vm-63jm.json +++ b/advisories/unreviewed/2022/05/GHSA-gm9r-74vm-63jm/GHSA-gm9r-74vm-63jm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gpgp-qc76-jrxr/GHSA-gpgp-qc76-jrxr.json b/advisories/unreviewed/2022/05/GHSA-gpgp-qc76-jrxr/GHSA-gpgp-qc76-jrxr.json index 0288075c3ed..4fe32dea5cb 100644 --- a/advisories/unreviewed/2022/05/GHSA-gpgp-qc76-jrxr/GHSA-gpgp-qc76-jrxr.json +++ b/advisories/unreviewed/2022/05/GHSA-gpgp-qc76-jrxr/GHSA-gpgp-qc76-jrxr.json @@ -7,12 +7,8 @@ "CVE-2006-6863" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in the Enigma2 plugin (Enigma2.php) in Enigma WordPress Bridge allows remote attackers to execute arbitrary PHP code via a URL in the boarddir parameter. NOTE: CVE disputes this issue, since $boarddir is set to a fixed value.", - "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-gpv8-gxcp-m9x5/GHSA-gpv8-gxcp-m9x5.json b/advisories/unreviewed/2022/05/GHSA-gpv8-gxcp-m9x5/GHSA-gpv8-gxcp-m9x5.json index 7a668f66062..024af9f3f0a 100644 --- a/advisories/unreviewed/2022/05/GHSA-gpv8-gxcp-m9x5/GHSA-gpv8-gxcp-m9x5.json +++ b/advisories/unreviewed/2022/05/GHSA-gpv8-gxcp-m9x5/GHSA-gpv8-gxcp-m9x5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-gv6j-85xq-835j/GHSA-gv6j-85xq-835j.json b/advisories/unreviewed/2022/05/GHSA-gv6j-85xq-835j/GHSA-gv6j-85xq-835j.json index 7d4f7beaa99..caf14c5ea46 100644 --- a/advisories/unreviewed/2022/05/GHSA-gv6j-85xq-835j/GHSA-gv6j-85xq-835j.json +++ b/advisories/unreviewed/2022/05/GHSA-gv6j-85xq-835j/GHSA-gv6j-85xq-835j.json @@ -7,12 +7,8 @@ "CVE-2019-8620" ], "details": "A user privacy issue was addressed by removing the broadcast MAC address. This issue is fixed in iOS 12.3, tvOS 12.3, watchOS 5.2.1. A device may be passively tracked by its WiFi MAC address.", - "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-gv9c-rr4q-m38r/GHSA-gv9c-rr4q-m38r.json b/advisories/unreviewed/2022/05/GHSA-gv9c-rr4q-m38r/GHSA-gv9c-rr4q-m38r.json index be817d3d70e..6d7e69d6600 100644 --- a/advisories/unreviewed/2022/05/GHSA-gv9c-rr4q-m38r/GHSA-gv9c-rr4q-m38r.json +++ b/advisories/unreviewed/2022/05/GHSA-gv9c-rr4q-m38r/GHSA-gv9c-rr4q-m38r.json @@ -7,12 +7,8 @@ "CVE-2019-6222" ], "details": "A consistency issue was addressed with improved state handling. This issue is fixed in iOS 12.2. A website may be able to access the microphone without the microphone use indicator being shown.", - "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-gvg5-fmh4-q8jg/GHSA-gvg5-fmh4-q8jg.json b/advisories/unreviewed/2022/05/GHSA-gvg5-fmh4-q8jg/GHSA-gvg5-fmh4-q8jg.json index 105d20c7cf3..8f7146129cb 100644 --- a/advisories/unreviewed/2022/05/GHSA-gvg5-fmh4-q8jg/GHSA-gvg5-fmh4-q8jg.json +++ b/advisories/unreviewed/2022/05/GHSA-gvg5-fmh4-q8jg/GHSA-gvg5-fmh4-q8jg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gvrh-2c6r-qpvw/GHSA-gvrh-2c6r-qpvw.json b/advisories/unreviewed/2022/05/GHSA-gvrh-2c6r-qpvw/GHSA-gvrh-2c6r-qpvw.json index f80eb5c295f..88a3beab850 100644 --- a/advisories/unreviewed/2022/05/GHSA-gvrh-2c6r-qpvw/GHSA-gvrh-2c6r-qpvw.json +++ b/advisories/unreviewed/2022/05/GHSA-gvrh-2c6r-qpvw/GHSA-gvrh-2c6r-qpvw.json @@ -7,12 +7,8 @@ "CVE-2019-8512" ], "details": "This issue was addressed with improved transparency. This issue is fixed in iOS 12.2. A user may authorize an enterprise administrator to remotely wipe their device without appropriate disclosure.", - "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-gwr3-p8fv-j5fg/GHSA-gwr3-p8fv-j5fg.json b/advisories/unreviewed/2022/05/GHSA-gwr3-p8fv-j5fg/GHSA-gwr3-p8fv-j5fg.json index 6ee2f7256ff..4b428af91ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-gwr3-p8fv-j5fg/GHSA-gwr3-p8fv-j5fg.json +++ b/advisories/unreviewed/2022/05/GHSA-gwr3-p8fv-j5fg/GHSA-gwr3-p8fv-j5fg.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-gwvh-mf23-368g/GHSA-gwvh-mf23-368g.json b/advisories/unreviewed/2022/05/GHSA-gwvh-mf23-368g/GHSA-gwvh-mf23-368g.json index 2be859784d9..700cecc8d35 100644 --- a/advisories/unreviewed/2022/05/GHSA-gwvh-mf23-368g/GHSA-gwvh-mf23-368g.json +++ b/advisories/unreviewed/2022/05/GHSA-gwvh-mf23-368g/GHSA-gwvh-mf23-368g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gx82-h946-724f/GHSA-gx82-h946-724f.json b/advisories/unreviewed/2022/05/GHSA-gx82-h946-724f/GHSA-gx82-h946-724f.json index 408929f190e..01ddea07b1e 100644 --- a/advisories/unreviewed/2022/05/GHSA-gx82-h946-724f/GHSA-gx82-h946-724f.json +++ b/advisories/unreviewed/2022/05/GHSA-gx82-h946-724f/GHSA-gx82-h946-724f.json @@ -7,12 +7,8 @@ "CVE-2019-8600" ], "details": "A memory corruption issue was addressed with improved input validation. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, watchOS 5.2.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. A maliciously crafted SQL query may lead to arbitrary code execution.", - "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-h25q-f2xx-869f/GHSA-h25q-f2xx-869f.json b/advisories/unreviewed/2022/05/GHSA-h25q-f2xx-869f/GHSA-h25q-f2xx-869f.json index f2a7990e7c3..4f021c07712 100644 --- a/advisories/unreviewed/2022/05/GHSA-h25q-f2xx-869f/GHSA-h25q-f2xx-869f.json +++ b/advisories/unreviewed/2022/05/GHSA-h25q-f2xx-869f/GHSA-h25q-f2xx-869f.json @@ -7,12 +7,8 @@ "CVE-2019-8687" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h29m-v9g7-4vg2/GHSA-h29m-v9g7-4vg2.json b/advisories/unreviewed/2022/05/GHSA-h29m-v9g7-4vg2/GHSA-h29m-v9g7-4vg2.json index edba4d74641..04cfe828877 100644 --- a/advisories/unreviewed/2022/05/GHSA-h29m-v9g7-4vg2/GHSA-h29m-v9g7-4vg2.json +++ b/advisories/unreviewed/2022/05/GHSA-h29m-v9g7-4vg2/GHSA-h29m-v9g7-4vg2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h2pc-5xwr-hqv8/GHSA-h2pc-5xwr-hqv8.json b/advisories/unreviewed/2022/05/GHSA-h2pc-5xwr-hqv8/GHSA-h2pc-5xwr-hqv8.json index d767b0d07b4..369e8af8edf 100644 --- a/advisories/unreviewed/2022/05/GHSA-h2pc-5xwr-hqv8/GHSA-h2pc-5xwr-hqv8.json +++ b/advisories/unreviewed/2022/05/GHSA-h2pc-5xwr-hqv8/GHSA-h2pc-5xwr-hqv8.json @@ -7,12 +7,8 @@ "CVE-2019-8571" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, Safari 12.1.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h3fm-22x3-7phj/GHSA-h3fm-22x3-7phj.json b/advisories/unreviewed/2022/05/GHSA-h3fm-22x3-7phj/GHSA-h3fm-22x3-7phj.json index 27dc0693c34..44abcbb250d 100644 --- a/advisories/unreviewed/2022/05/GHSA-h3fm-22x3-7phj/GHSA-h3fm-22x3-7phj.json +++ b/advisories/unreviewed/2022/05/GHSA-h3fm-22x3-7phj/GHSA-h3fm-22x3-7phj.json @@ -7,12 +7,8 @@ "CVE-2019-16452" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have an use after free vulnerability. Successful exploitation could lead to arbitrary code execution .", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h3x9-7xx2-w832/GHSA-h3x9-7xx2-w832.json b/advisories/unreviewed/2022/05/GHSA-h3x9-7xx2-w832/GHSA-h3x9-7xx2-w832.json index e1fd20ca5e5..8e8e317d67f 100644 --- a/advisories/unreviewed/2022/05/GHSA-h3x9-7xx2-w832/GHSA-h3x9-7xx2-w832.json +++ b/advisories/unreviewed/2022/05/GHSA-h3x9-7xx2-w832/GHSA-h3x9-7xx2-w832.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h49r-cwwr-2hv6/GHSA-h49r-cwwr-2hv6.json b/advisories/unreviewed/2022/05/GHSA-h49r-cwwr-2hv6/GHSA-h49r-cwwr-2hv6.json index 1a3053ebfd6..427abebf9e5 100644 --- a/advisories/unreviewed/2022/05/GHSA-h49r-cwwr-2hv6/GHSA-h49r-cwwr-2hv6.json +++ b/advisories/unreviewed/2022/05/GHSA-h49r-cwwr-2hv6/GHSA-h49r-cwwr-2hv6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h4pr-4p66-5cfj/GHSA-h4pr-4p66-5cfj.json b/advisories/unreviewed/2022/05/GHSA-h4pr-4p66-5cfj/GHSA-h4pr-4p66-5cfj.json index 0ae78259bac..70059a71382 100644 --- a/advisories/unreviewed/2022/05/GHSA-h4pr-4p66-5cfj/GHSA-h4pr-4p66-5cfj.json +++ b/advisories/unreviewed/2022/05/GHSA-h4pr-4p66-5cfj/GHSA-h4pr-4p66-5cfj.json @@ -7,12 +7,8 @@ "CVE-2019-8629" ], "details": "A memory initialization issue was addressed with improved memory handling. This issue is fixed in macOS Mojave 10.14.5. An application may be able to execute arbitrary code with system 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-h6xq-f4g3-hf56/GHSA-h6xq-f4g3-hf56.json b/advisories/unreviewed/2022/05/GHSA-h6xq-f4g3-hf56/GHSA-h6xq-f4g3-hf56.json index 9db3c8b8aa8..e796f264d9e 100644 --- a/advisories/unreviewed/2022/05/GHSA-h6xq-f4g3-hf56/GHSA-h6xq-f4g3-hf56.json +++ b/advisories/unreviewed/2022/05/GHSA-h6xq-f4g3-hf56/GHSA-h6xq-f4g3-hf56.json @@ -7,12 +7,8 @@ "CVE-2019-8731" ], "details": "A permissions issue existed in which execute permission was incorrectly granted. This issue was addressed with improved permission validation. This issue is fixed in iOS 13. Processing a maliciously crafted file may disclose user information.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h7m2-qrw8-57p9/GHSA-h7m2-qrw8-57p9.json b/advisories/unreviewed/2022/05/GHSA-h7m2-qrw8-57p9/GHSA-h7m2-qrw8-57p9.json index 3fddc8527d7..8a7e910b117 100644 --- a/advisories/unreviewed/2022/05/GHSA-h7m2-qrw8-57p9/GHSA-h7m2-qrw8-57p9.json +++ b/advisories/unreviewed/2022/05/GHSA-h7m2-qrw8-57p9/GHSA-h7m2-qrw8-57p9.json @@ -7,12 +7,8 @@ "CVE-2019-16455" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have an untrusted pointer dereference vulnerability. Successful exploitation could lead to arbitrary code execution .", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h822-qcq8-pf95/GHSA-h822-qcq8-pf95.json b/advisories/unreviewed/2022/05/GHSA-h822-qcq8-pf95/GHSA-h822-qcq8-pf95.json index 051db5e94e5..a2203966da8 100644 --- a/advisories/unreviewed/2022/05/GHSA-h822-qcq8-pf95/GHSA-h822-qcq8-pf95.json +++ b/advisories/unreviewed/2022/05/GHSA-h822-qcq8-pf95/GHSA-h822-qcq8-pf95.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h8jv-w343-48r6/GHSA-h8jv-w343-48r6.json b/advisories/unreviewed/2022/05/GHSA-h8jv-w343-48r6/GHSA-h8jv-w343-48r6.json index 16696c94f53..43e81403fe8 100644 --- a/advisories/unreviewed/2022/05/GHSA-h8jv-w343-48r6/GHSA-h8jv-w343-48r6.json +++ b/advisories/unreviewed/2022/05/GHSA-h8jv-w343-48r6/GHSA-h8jv-w343-48r6.json @@ -7,12 +7,8 @@ "CVE-2019-19902" ], "details": "An issue was discovered in Backdrop CMS 1.13.x before 1.13.5 and 1.14.x before 1.14.2. It allows the upload of entire-site configuration archives through the user interface or command line. It does not sufficiently check uploaded archives for invalid data, allowing non-configuration scripts to potentially be uploaded to the server. This issue is mitigated by the fact that the attacker would be required to have the \"Synchronize, import, and export configuration\" permission, a permission that only trusted administrators should be given. Other measures in the product prevent the execution of PHP scripts, so another server-side scripting language must be accessible on the server to execute code.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hc9p-73qq-vv24/GHSA-hc9p-73qq-vv24.json b/advisories/unreviewed/2022/05/GHSA-hc9p-73qq-vv24/GHSA-hc9p-73qq-vv24.json index 5f950769adf..6010225ab4b 100644 --- a/advisories/unreviewed/2022/05/GHSA-hc9p-73qq-vv24/GHSA-hc9p-73qq-vv24.json +++ b/advisories/unreviewed/2022/05/GHSA-hc9p-73qq-vv24/GHSA-hc9p-73qq-vv24.json @@ -7,12 +7,8 @@ "CVE-2019-8823" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 13.2 and iPadOS 13.2, tvOS 13.2, Safari 13.0.3, iTunes for Windows 12.10.2, iCloud for Windows 11.0, iCloud for Windows 7.15. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hfjp-gqm3-83qg/GHSA-hfjp-gqm3-83qg.json b/advisories/unreviewed/2022/05/GHSA-hfjp-gqm3-83qg/GHSA-hfjp-gqm3-83qg.json index 11041291506..8032d597dec 100644 --- a/advisories/unreviewed/2022/05/GHSA-hfjp-gqm3-83qg/GHSA-hfjp-gqm3-83qg.json +++ b/advisories/unreviewed/2022/05/GHSA-hfjp-gqm3-83qg/GHSA-hfjp-gqm3-83qg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hg68-h73w-q4qq/GHSA-hg68-h73w-q4qq.json b/advisories/unreviewed/2022/05/GHSA-hg68-h73w-q4qq/GHSA-hg68-h73w-q4qq.json index f4d89ca46bc..05b15c1b743 100644 --- a/advisories/unreviewed/2022/05/GHSA-hg68-h73w-q4qq/GHSA-hg68-h73w-q4qq.json +++ b/advisories/unreviewed/2022/05/GHSA-hg68-h73w-q4qq/GHSA-hg68-h73w-q4qq.json @@ -7,12 +7,8 @@ "CVE-2007-4180" ], "details": "** DISPUTED ** Directory traversal vulnerability in data/inc/theme.php in Pluck 4.3, when register_globals is enabled, allows remote attackers to read arbitrary local files via a .. (dot dot) in the file parameter. NOTE: CVE and a reliable third party dispute this vulnerability because the code uses a fixed argument when invoking fputs, which cannot be used to read files.", - "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-hgxw-f9p9-f75r/GHSA-hgxw-f9p9-f75r.json b/advisories/unreviewed/2022/05/GHSA-hgxw-f9p9-f75r/GHSA-hgxw-f9p9-f75r.json index efb35bb4f4c..3354425acfa 100644 --- a/advisories/unreviewed/2022/05/GHSA-hgxw-f9p9-f75r/GHSA-hgxw-f9p9-f75r.json +++ b/advisories/unreviewed/2022/05/GHSA-hgxw-f9p9-f75r/GHSA-hgxw-f9p9-f75r.json @@ -7,12 +7,8 @@ "CVE-2019-8730" ], "details": "The contents of locked notes sometimes appeared in search results. This issue was addressed with improved data cleanup. This issue is fixed in macOS Catalina 10.15. A local user may be able to view a user?s locked notes.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hj4q-c4vv-x6vj/GHSA-hj4q-c4vv-x6vj.json b/advisories/unreviewed/2022/05/GHSA-hj4q-c4vv-x6vj/GHSA-hj4q-c4vv-x6vj.json index 74f4b80098d..1b91f2c6346 100644 --- a/advisories/unreviewed/2022/05/GHSA-hj4q-c4vv-x6vj/GHSA-hj4q-c4vv-x6vj.json +++ b/advisories/unreviewed/2022/05/GHSA-hj4q-c4vv-x6vj/GHSA-hj4q-c4vv-x6vj.json @@ -7,12 +7,8 @@ "CVE-2019-8585" ], "details": "An out-of-bounds read was addressed with improved input validation. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, watchOS 5.2.1. Processing a maliciously crafted movie file may lead to arbitrary code execution.", - "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-hjp3-mgv4-cwvx/GHSA-hjp3-mgv4-cwvx.json b/advisories/unreviewed/2022/05/GHSA-hjp3-mgv4-cwvx/GHSA-hjp3-mgv4-cwvx.json index 8f974c194ed..d43bd1a0c28 100644 --- a/advisories/unreviewed/2022/05/GHSA-hjp3-mgv4-cwvx/GHSA-hjp3-mgv4-cwvx.json +++ b/advisories/unreviewed/2022/05/GHSA-hjp3-mgv4-cwvx/GHSA-hjp3-mgv4-cwvx.json @@ -7,12 +7,8 @@ "CVE-2019-5078" ], "details": "An exploitable denial of service vulnerability exists in the iocheckd service \"I/O-Check\" functionality of WAGO PFC200 Firmware versions 03.01.07(13) and 03.00.39(12), and WAGO PFC100 Firmware version 03.00.39(12). A specially crafted set of packets can cause a denial of service, resulting in the device entering an error state where it ceases all network communications. An attacker can send unauthenticated packets to trigger this vulnerability.", - "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-hmg3-h6wx-fmc2/GHSA-hmg3-h6wx-fmc2.json b/advisories/unreviewed/2022/05/GHSA-hmg3-h6wx-fmc2/GHSA-hmg3-h6wx-fmc2.json index 37d1cdcf804..55ecee3be8b 100644 --- a/advisories/unreviewed/2022/05/GHSA-hmg3-h6wx-fmc2/GHSA-hmg3-h6wx-fmc2.json +++ b/advisories/unreviewed/2022/05/GHSA-hmg3-h6wx-fmc2/GHSA-hmg3-h6wx-fmc2.json @@ -7,12 +7,8 @@ "CVE-2007-4950" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in form/db_form/employee.php in PHPortal 0.2.7 allows remote attackers to execute arbitrary PHP code via a URL in the DOCUMENT_ROOT parameter. NOTE: this issue is disputed by CVE, since DOCUMENT_ROOT cannot be modified by an attacker.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hp23-354f-rh79/GHSA-hp23-354f-rh79.json b/advisories/unreviewed/2022/05/GHSA-hp23-354f-rh79/GHSA-hp23-354f-rh79.json index 6481e7434d0..4577803e5cd 100644 --- a/advisories/unreviewed/2022/05/GHSA-hp23-354f-rh79/GHSA-hp23-354f-rh79.json +++ b/advisories/unreviewed/2022/05/GHSA-hp23-354f-rh79/GHSA-hp23-354f-rh79.json @@ -7,12 +7,8 @@ "CVE-2007-5165" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in init.php in Jens Tkotz myIpacNG-stats (MINGS) 0.05 allows remote attackers to execute arbitrary PHP code via a URL in the MINGS_BASE parameter. NOTE: this issue is disputed by CVE because MINGS_BASE is defined before use.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hp44-w352-x4mm/GHSA-hp44-w352-x4mm.json b/advisories/unreviewed/2022/05/GHSA-hp44-w352-x4mm/GHSA-hp44-w352-x4mm.json index dd6c58edd6e..6afb2c99552 100644 --- a/advisories/unreviewed/2022/05/GHSA-hp44-w352-x4mm/GHSA-hp44-w352-x4mm.json +++ b/advisories/unreviewed/2022/05/GHSA-hp44-w352-x4mm/GHSA-hp44-w352-x4mm.json @@ -7,12 +7,8 @@ "CVE-2019-19691" ], "details": "A vulnerability in Trend Micro Apex One and OfficeScan XG could allow an attacker to expose a masked credential key by manipulating page elements using development tools. Note that the attacker must already have admin/root privileges on the product console to exploit this vulnerability.", - "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-hpwx-x69g-jr6j/GHSA-hpwx-x69g-jr6j.json b/advisories/unreviewed/2022/05/GHSA-hpwx-x69g-jr6j/GHSA-hpwx-x69g-jr6j.json index 3c329de1401..0541b310867 100644 --- a/advisories/unreviewed/2022/05/GHSA-hpwx-x69g-jr6j/GHSA-hpwx-x69g-jr6j.json +++ b/advisories/unreviewed/2022/05/GHSA-hpwx-x69g-jr6j/GHSA-hpwx-x69g-jr6j.json @@ -7,12 +7,8 @@ "CVE-2019-8517" ], "details": "An out-of-bounds read was addressed with improved bounds checking. This issue is fixed in iOS 12.2, macOS Mojave 10.14.4, tvOS 12.2, watchOS 5.2. Processing a maliciously crafted font may result in the disclosure of process memory.", - "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-hq34-vj22-r4h8/GHSA-hq34-vj22-r4h8.json b/advisories/unreviewed/2022/05/GHSA-hq34-vj22-r4h8/GHSA-hq34-vj22-r4h8.json index aca839f04be..bf980040dad 100644 --- a/advisories/unreviewed/2022/05/GHSA-hq34-vj22-r4h8/GHSA-hq34-vj22-r4h8.json +++ b/advisories/unreviewed/2022/05/GHSA-hq34-vj22-r4h8/GHSA-hq34-vj22-r4h8.json @@ -7,12 +7,8 @@ "CVE-2019-19958" ], "details": "In libIEC61850 1.4.0, StringUtils_createStringFromBuffer in common/string_utilities.c has an integer signedness issue that could lead to an attempted excessive memory allocation and 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/05/GHSA-hqph-qgx6-8wvx/GHSA-hqph-qgx6-8wvx.json b/advisories/unreviewed/2022/05/GHSA-hqph-qgx6-8wvx/GHSA-hqph-qgx6-8wvx.json index c51bdf07e37..e9e3d778079 100644 --- a/advisories/unreviewed/2022/05/GHSA-hqph-qgx6-8wvx/GHSA-hqph-qgx6-8wvx.json +++ b/advisories/unreviewed/2022/05/GHSA-hqph-qgx6-8wvx/GHSA-hqph-qgx6-8wvx.json @@ -7,12 +7,8 @@ "CVE-2019-8690" ], "details": "A logic issue existed in the handling of document loads. This issue was addressed with improved state management. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to universal cross site scripting.", - "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-hrcf-gxm4-f848/GHSA-hrcf-gxm4-f848.json b/advisories/unreviewed/2022/05/GHSA-hrcf-gxm4-f848/GHSA-hrcf-gxm4-f848.json index 1d716a3c4e1..9063202c0c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-hrcf-gxm4-f848/GHSA-hrcf-gxm4-f848.json +++ b/advisories/unreviewed/2022/05/GHSA-hrcf-gxm4-f848/GHSA-hrcf-gxm4-f848.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-hvj4-mm2p-82f7/GHSA-hvj4-mm2p-82f7.json b/advisories/unreviewed/2022/05/GHSA-hvj4-mm2p-82f7/GHSA-hvj4-mm2p-82f7.json index f960ea7244d..5cf5c110e9a 100644 --- a/advisories/unreviewed/2022/05/GHSA-hvj4-mm2p-82f7/GHSA-hvj4-mm2p-82f7.json +++ b/advisories/unreviewed/2022/05/GHSA-hvj4-mm2p-82f7/GHSA-hvj4-mm2p-82f7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hwp7-c247-x2gq/GHSA-hwp7-c247-x2gq.json b/advisories/unreviewed/2022/05/GHSA-hwp7-c247-x2gq/GHSA-hwp7-c247-x2gq.json index 338ef2acd70..42aae20ed36 100644 --- a/advisories/unreviewed/2022/05/GHSA-hwp7-c247-x2gq/GHSA-hwp7-c247-x2gq.json +++ b/advisories/unreviewed/2022/05/GHSA-hwp7-c247-x2gq/GHSA-hwp7-c247-x2gq.json @@ -7,12 +7,8 @@ "CVE-2019-8502" ], "details": "An API issue existed in the handling of dictation requests. This issue was addressed with improved validation. This issue is fixed in iOS 12.2, macOS Mojave 10.14.4, tvOS 12.2, watchOS 5.2. A malicious application may be able to initiate a Dictation request without user authorization.", - "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-hwwm-gxjr-wcpw/GHSA-hwwm-gxjr-wcpw.json b/advisories/unreviewed/2022/05/GHSA-hwwm-gxjr-wcpw/GHSA-hwwm-gxjr-wcpw.json index 90df57110d7..73ec409a154 100644 --- a/advisories/unreviewed/2022/05/GHSA-hwwm-gxjr-wcpw/GHSA-hwwm-gxjr-wcpw.json +++ b/advisories/unreviewed/2022/05/GHSA-hwwm-gxjr-wcpw/GHSA-hwwm-gxjr-wcpw.json @@ -7,12 +7,8 @@ "CVE-2019-8815" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 13.2 and iPadOS 13.2, tvOS 13.2, Safari 13.0.3, iTunes for Windows 12.10.2, iCloud for Windows 11.0, iCloud for Windows 7.15. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hx5f-467g-qq78/GHSA-hx5f-467g-qq78.json b/advisories/unreviewed/2022/05/GHSA-hx5f-467g-qq78/GHSA-hx5f-467g-qq78.json index dce27ad8a8e..db01e33b6f0 100644 --- a/advisories/unreviewed/2022/05/GHSA-hx5f-467g-qq78/GHSA-hx5f-467g-qq78.json +++ b/advisories/unreviewed/2022/05/GHSA-hx5f-467g-qq78/GHSA-hx5f-467g-qq78.json @@ -7,12 +7,8 @@ "CVE-2019-19693" ], "details": "The Trend Micro Security 2020 consumer family of products contains a vulnerability that could allow a local attacker to disclose sensitive information or to create a denial-of-service condition on affected installations. An attacker must first obtain the ability to execute low-privileged code on the target system in order to exploit this vulnerability.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j324-jgjr-rvx5/GHSA-j324-jgjr-rvx5.json b/advisories/unreviewed/2022/05/GHSA-j324-jgjr-rvx5/GHSA-j324-jgjr-rvx5.json index 5d916c54a2d..f858ffa638b 100644 --- a/advisories/unreviewed/2022/05/GHSA-j324-jgjr-rvx5/GHSA-j324-jgjr-rvx5.json +++ b/advisories/unreviewed/2022/05/GHSA-j324-jgjr-rvx5/GHSA-j324-jgjr-rvx5.json @@ -7,12 +7,8 @@ "CVE-2019-10557" ], "details": "Out-of-bound read in the wireless driver in the Linux kernel due to lack of check of buffer length. in Snapdragon Auto, Snapdragon Consumer Electronics Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music in APQ8009, APQ8017, APQ8053, APQ8096AU, MDM9206, MDM9207C, MDM9607, MDM9650, MSM8996AU, QCA6174A, QCA6574AU, QCA9377, QCA9379, QCN7605, QCS605, SDA660, SDA845, SDM630, SDM636, SDM660, SDX20, SDX55, SXR1130", - "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-j6vq-qqp5-gwm9/GHSA-j6vq-qqp5-gwm9.json b/advisories/unreviewed/2022/05/GHSA-j6vq-qqp5-gwm9/GHSA-j6vq-qqp5-gwm9.json index c1cc66add7f..7679a11edcb 100644 --- a/advisories/unreviewed/2022/05/GHSA-j6vq-qqp5-gwm9/GHSA-j6vq-qqp5-gwm9.json +++ b/advisories/unreviewed/2022/05/GHSA-j6vq-qqp5-gwm9/GHSA-j6vq-qqp5-gwm9.json @@ -7,12 +7,8 @@ "CVE-2019-19908" ], "details": "phpMyChat-Plus 1.98 is vulnerable to reflected XSS via JavaScript injection into the password reset URL. In the URL, the pmc_username parameter to pass_reset.php is vulnerable.", - "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-j772-q898-qr4w/GHSA-j772-q898-qr4w.json b/advisories/unreviewed/2022/05/GHSA-j772-q898-qr4w/GHSA-j772-q898-qr4w.json index c6c4cef557e..a22904c2b56 100644 --- a/advisories/unreviewed/2022/05/GHSA-j772-q898-qr4w/GHSA-j772-q898-qr4w.json +++ b/advisories/unreviewed/2022/05/GHSA-j772-q898-qr4w/GHSA-j772-q898-qr4w.json @@ -7,12 +7,8 @@ "CVE-2019-8604" ], "details": "A memory corruption issue was addressed with improved memory handling. This issue is fixed in macOS Mojave 10.14.5. An application may be able to execute arbitrary code with system 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-j83x-w3fj-6vvj/GHSA-j83x-w3fj-6vvj.json b/advisories/unreviewed/2022/05/GHSA-j83x-w3fj-6vvj/GHSA-j83x-w3fj-6vvj.json index 974590ab3c2..bcd8b1f8c23 100644 --- a/advisories/unreviewed/2022/05/GHSA-j83x-w3fj-6vvj/GHSA-j83x-w3fj-6vvj.json +++ b/advisories/unreviewed/2022/05/GHSA-j83x-w3fj-6vvj/GHSA-j83x-w3fj-6vvj.json @@ -7,12 +7,8 @@ "CVE-2019-8561" ], "details": "A logic issue was addressed with improved validation. This issue is fixed in macOS Mojave 10.14.4. A malicious application may be able to elevate 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/05/GHSA-j869-4c5p-9hh8/GHSA-j869-4c5p-9hh8.json b/advisories/unreviewed/2022/05/GHSA-j869-4c5p-9hh8/GHSA-j869-4c5p-9hh8.json index f27d3b85337..51bf53a64de 100644 --- a/advisories/unreviewed/2022/05/GHSA-j869-4c5p-9hh8/GHSA-j869-4c5p-9hh8.json +++ b/advisories/unreviewed/2022/05/GHSA-j869-4c5p-9hh8/GHSA-j869-4c5p-9hh8.json @@ -7,12 +7,8 @@ "CVE-2009-0380" ], "details": "** DISPUTED ** SQL injection vulnerability in the Sigsiu Online Business Index 2 (SOBI2, com_sobi2) RC 2.8.2 component for Joomla! and Mambo allows remote attackers to execute arbitrary SQL commands via the bid parameter in a showbiz action to index.php, a different vector than CVE-2008-0607. NOTE: CVE disputes this issue, since neither \"showbiz\" nor \"bid\" appears in the source code for SOBI2.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j9v5-2xhg-r8xv/GHSA-j9v5-2xhg-r8xv.json b/advisories/unreviewed/2022/05/GHSA-j9v5-2xhg-r8xv/GHSA-j9v5-2xhg-r8xv.json index 5c34854e557..82a1f203b5d 100644 --- a/advisories/unreviewed/2022/05/GHSA-j9v5-2xhg-r8xv/GHSA-j9v5-2xhg-r8xv.json +++ b/advisories/unreviewed/2022/05/GHSA-j9v5-2xhg-r8xv/GHSA-j9v5-2xhg-r8xv.json @@ -7,12 +7,8 @@ "CVE-2007-2196" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in jambook.php in the Jambook (com_Jambook) 1.0 beta7 module for Mambo and Joomla! allows remote attackers to execute arbitrary PHP code via a URL in the mosConfig_absolute_path parameter. NOTE: this issue has been disputed by a reliable third party because the jambook.php protects against direct request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jc8c-gg53-wcm7/GHSA-jc8c-gg53-wcm7.json b/advisories/unreviewed/2022/05/GHSA-jc8c-gg53-wcm7/GHSA-jc8c-gg53-wcm7.json index e0087367d0c..2ae4bf9a068 100644 --- a/advisories/unreviewed/2022/05/GHSA-jc8c-gg53-wcm7/GHSA-jc8c-gg53-wcm7.json +++ b/advisories/unreviewed/2022/05/GHSA-jc8c-gg53-wcm7/GHSA-jc8c-gg53-wcm7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jfp6-qr5w-p7vw/GHSA-jfp6-qr5w-p7vw.json b/advisories/unreviewed/2022/05/GHSA-jfp6-qr5w-p7vw/GHSA-jfp6-qr5w-p7vw.json index 785b0b9db64..99266ab0894 100644 --- a/advisories/unreviewed/2022/05/GHSA-jfp6-qr5w-p7vw/GHSA-jfp6-qr5w-p7vw.json +++ b/advisories/unreviewed/2022/05/GHSA-jfp6-qr5w-p7vw/GHSA-jfp6-qr5w-p7vw.json @@ -7,12 +7,8 @@ "CVE-2019-8552" ], "details": "A memory initialization issue was addressed with improved memory handling. This issue is fixed in iOS 12.2, macOS Mojave 10.14.4, tvOS 12.2, watchOS 5.2. A malicious application may be able to elevate privileges.", - "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-jg29-jq4f-c8f4/GHSA-jg29-jq4f-c8f4.json b/advisories/unreviewed/2022/05/GHSA-jg29-jq4f-c8f4/GHSA-jg29-jq4f-c8f4.json index 8fb09916b2d..cc78aed7eb8 100644 --- a/advisories/unreviewed/2022/05/GHSA-jg29-jq4f-c8f4/GHSA-jg29-jq4f-c8f4.json +++ b/advisories/unreviewed/2022/05/GHSA-jg29-jq4f-c8f4/GHSA-jg29-jq4f-c8f4.json @@ -7,12 +7,8 @@ "CVE-2008-1171" ], "details": "** DISPUTED ** Multiple PHP remote file inclusion vulnerabilities in the 123 Flash Chat Module for phpBB allow remote attackers to execute arbitrary PHP code via a URL in the phpbb_root_path parameter to (1) 123flashchat.php and (2) phpbb_login_chat.php. NOTE: CVE disputes this issue because $phpbb_root_path is explicitly set to \"./\" in both programs.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jh7j-rx3g-g3h2/GHSA-jh7j-rx3g-g3h2.json b/advisories/unreviewed/2022/05/GHSA-jh7j-rx3g-g3h2/GHSA-jh7j-rx3g-g3h2.json index ccf1db4231a..340290d6e2d 100644 --- a/advisories/unreviewed/2022/05/GHSA-jh7j-rx3g-g3h2/GHSA-jh7j-rx3g-g3h2.json +++ b/advisories/unreviewed/2022/05/GHSA-jh7j-rx3g-g3h2/GHSA-jh7j-rx3g-g3h2.json @@ -7,12 +7,8 @@ "CVE-2008-0820" ], "details": "** DISPUTED ** Cross-site scripting (XSS) vulnerability in index.php in Etomite 0.6.1.4 Final allows remote attackers to inject arbitrary web script or HTML via $_SERVER['PHP_INFO']. NOTE: the vendor disputes this issue in a followup, stating that the affected variable is $_SERVER['PHP_SELF'], and \"This is not an Etomite specific exploit and I would like the report rescinded.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jh7p-rf2f-w3qg/GHSA-jh7p-rf2f-w3qg.json b/advisories/unreviewed/2022/05/GHSA-jh7p-rf2f-w3qg/GHSA-jh7p-rf2f-w3qg.json index 7d300ec4311..76662f3b674 100644 --- a/advisories/unreviewed/2022/05/GHSA-jh7p-rf2f-w3qg/GHSA-jh7p-rf2f-w3qg.json +++ b/advisories/unreviewed/2022/05/GHSA-jh7p-rf2f-w3qg/GHSA-jh7p-rf2f-w3qg.json @@ -7,12 +7,8 @@ "CVE-2019-8514" ], "details": "A logic issue was addressed with improved state management. This issue is fixed in iOS 12.2, macOS Mojave 10.14.4, tvOS 12.2, watchOS 5.2. An application may be able to gain elevated privileges.", - "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-jhp7-vc9x-ff38/GHSA-jhp7-vc9x-ff38.json b/advisories/unreviewed/2022/05/GHSA-jhp7-vc9x-ff38/GHSA-jhp7-vc9x-ff38.json index cfb780101ba..335418f2bd3 100644 --- a/advisories/unreviewed/2022/05/GHSA-jhp7-vc9x-ff38/GHSA-jhp7-vc9x-ff38.json +++ b/advisories/unreviewed/2022/05/GHSA-jhp7-vc9x-ff38/GHSA-jhp7-vc9x-ff38.json @@ -7,12 +7,8 @@ "CVE-2019-19315" ], "details": "NLSSRV32.EXE in Nalpeiron Licensing Service 7.3.4.0, as used with Nitro PDF and other products, allows Elevation of Privilege via the \\\\.\\mailslot\\nlsX86ccMailslot mailslot.", - "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-jj32-8cmg-q469/GHSA-jj32-8cmg-q469.json b/advisories/unreviewed/2022/05/GHSA-jj32-8cmg-q469/GHSA-jj32-8cmg-q469.json index 87e51bcd273..921adeec0d9 100644 --- a/advisories/unreviewed/2022/05/GHSA-jj32-8cmg-q469/GHSA-jj32-8cmg-q469.json +++ b/advisories/unreviewed/2022/05/GHSA-jj32-8cmg-q469/GHSA-jj32-8cmg-q469.json @@ -7,12 +7,8 @@ "CVE-2019-8558" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.2, tvOS 12.2, watchOS 5.2, Safari 12.1, iTunes 12.9.4 for Windows, iCloud for Windows 7.11. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jj3w-68r8-9c3g/GHSA-jj3w-68r8-9c3g.json b/advisories/unreviewed/2022/05/GHSA-jj3w-68r8-9c3g/GHSA-jj3w-68r8-9c3g.json index f75fbaaab9e..8cb8da18c1a 100644 --- a/advisories/unreviewed/2022/05/GHSA-jj3w-68r8-9c3g/GHSA-jj3w-68r8-9c3g.json +++ b/advisories/unreviewed/2022/05/GHSA-jj3w-68r8-9c3g/GHSA-jj3w-68r8-9c3g.json @@ -7,12 +7,8 @@ "CVE-2019-8689" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, watchOS 5.3, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jjpx-47jx-v4xx/GHSA-jjpx-47jx-v4xx.json b/advisories/unreviewed/2022/05/GHSA-jjpx-47jx-v4xx/GHSA-jjpx-47jx-v4xx.json index 86c9a891286..9c379c0b04f 100644 --- a/advisories/unreviewed/2022/05/GHSA-jjpx-47jx-v4xx/GHSA-jjpx-47jx-v4xx.json +++ b/advisories/unreviewed/2022/05/GHSA-jjpx-47jx-v4xx/GHSA-jjpx-47jx-v4xx.json @@ -7,12 +7,8 @@ "CVE-2006-7105" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in libs/Smarty.class.php in Smarty 2.6.9 allows remote attackers to execute arbitrary PHP code via a URL in the filename parameter. NOTE: in the original disclosure, filename is used in a function definition, so this report is probably incorrect.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jm74-xjhx-mm4p/GHSA-jm74-xjhx-mm4p.json b/advisories/unreviewed/2022/05/GHSA-jm74-xjhx-mm4p/GHSA-jm74-xjhx-mm4p.json index a24e2bf1440..9d7ccfadc47 100644 --- a/advisories/unreviewed/2022/05/GHSA-jm74-xjhx-mm4p/GHSA-jm74-xjhx-mm4p.json +++ b/advisories/unreviewed/2022/05/GHSA-jm74-xjhx-mm4p/GHSA-jm74-xjhx-mm4p.json @@ -7,12 +7,8 @@ "CVE-2019-8821" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 13.2 and iPadOS 13.2, tvOS 13.2, Safari 13.0.3, iTunes for Windows 12.10.2, iCloud for Windows 11.0, iCloud for Windows 7.15. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jmhx-5gvj-3fgw/GHSA-jmhx-5gvj-3fgw.json b/advisories/unreviewed/2022/05/GHSA-jmhx-5gvj-3fgw/GHSA-jmhx-5gvj-3fgw.json index e5af322109d..d8df6baaa34 100644 --- a/advisories/unreviewed/2022/05/GHSA-jmhx-5gvj-3fgw/GHSA-jmhx-5gvj-3fgw.json +++ b/advisories/unreviewed/2022/05/GHSA-jmhx-5gvj-3fgw/GHSA-jmhx-5gvj-3fgw.json @@ -7,12 +7,8 @@ "CVE-2019-18615" ], "details": "In CloudVision Portal (CVP) for all releases in the 2018.2 Train, under certain conditions, the application logs user passwords in plain text for certain API calls, potentially leading to user password exposure. This only affects CVP environments where: 1. Devices have enable mode passwords which are different from the user's login password, OR 2. There are configlet builders that use the Device class and specify username and password explicitly Application logs are not accessible or visible from the CVP GUI. Application logs can only be read by authorized users with privileged access to the VM hosting the CVP application.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jmq8-c9qv-c8x5/GHSA-jmq8-c9qv-c8x5.json b/advisories/unreviewed/2022/05/GHSA-jmq8-c9qv-c8x5/GHSA-jmq8-c9qv-c8x5.json index 95d432f8397..ae9761bf4a7 100644 --- a/advisories/unreviewed/2022/05/GHSA-jmq8-c9qv-c8x5/GHSA-jmq8-c9qv-c8x5.json +++ b/advisories/unreviewed/2022/05/GHSA-jmq8-c9qv-c8x5/GHSA-jmq8-c9qv-c8x5.json @@ -7,12 +7,8 @@ "CVE-2006-6465" ], "details": "** DISPUTED ** Directory traversal vulnerability in WBmap.php in WikyBlog 1.3.2 and earlier allows remote attackers to include and execute arbitrary local files via directory traversal sequences in the l parameter. NOTE: CVE disputes this vulnerability because l is validated by ctype_alpha before use.", - "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-jpv4-c5p3-23x2/GHSA-jpv4-c5p3-23x2.json b/advisories/unreviewed/2022/05/GHSA-jpv4-c5p3-23x2/GHSA-jpv4-c5p3-23x2.json index 71a8bd97828..c136d25b2f4 100644 --- a/advisories/unreviewed/2022/05/GHSA-jpv4-c5p3-23x2/GHSA-jpv4-c5p3-23x2.json +++ b/advisories/unreviewed/2022/05/GHSA-jpv4-c5p3-23x2/GHSA-jpv4-c5p3-23x2.json @@ -7,12 +7,8 @@ "CVE-2019-8812" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 13.2 and iPadOS 13.2, tvOS 13.2, watchOS 6.1, Safari 13.0.3, iTunes for Windows 12.10.2. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jw9j-cq4m-p2mp/GHSA-jw9j-cq4m-p2mp.json b/advisories/unreviewed/2022/05/GHSA-jw9j-cq4m-p2mp/GHSA-jw9j-cq4m-p2mp.json index b0ea1f9a0a8..4fbebe79f1a 100644 --- a/advisories/unreviewed/2022/05/GHSA-jw9j-cq4m-p2mp/GHSA-jw9j-cq4m-p2mp.json +++ b/advisories/unreviewed/2022/05/GHSA-jw9j-cq4m-p2mp/GHSA-jw9j-cq4m-p2mp.json @@ -7,12 +7,8 @@ "CVE-2019-8739" ], "details": "A memory corruption issue was addressed with improved state management. This issue is fixed in Xcode 11.0. Processing a maliciously crafted file may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jwh5-53wq-83vf/GHSA-jwh5-53wq-83vf.json b/advisories/unreviewed/2022/05/GHSA-jwh5-53wq-83vf/GHSA-jwh5-53wq-83vf.json index c3ba84a38ba..f449201230e 100644 --- a/advisories/unreviewed/2022/05/GHSA-jwh5-53wq-83vf/GHSA-jwh5-53wq-83vf.json +++ b/advisories/unreviewed/2022/05/GHSA-jwh5-53wq-83vf/GHSA-jwh5-53wq-83vf.json @@ -7,12 +7,8 @@ "CVE-2019-18259" ], "details": "In Omron PLC CJ series, all versions and Omron PLC CS series, all versions, an attacker could spoof arbitrary messages or 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/05/GHSA-jxx3-m83x-x6jh/GHSA-jxx3-m83x-x6jh.json b/advisories/unreviewed/2022/05/GHSA-jxx3-m83x-x6jh/GHSA-jxx3-m83x-x6jh.json index aa90a84f718..a839ebc4a7d 100644 --- a/advisories/unreviewed/2022/05/GHSA-jxx3-m83x-x6jh/GHSA-jxx3-m83x-x6jh.json +++ b/advisories/unreviewed/2022/05/GHSA-jxx3-m83x-x6jh/GHSA-jxx3-m83x-x6jh.json @@ -7,12 +7,8 @@ "CVE-2019-8583" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, watchOS 5.2.1, Safari 12.1.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-m2jw-r6hf-gq38/GHSA-m2jw-r6hf-gq38.json b/advisories/unreviewed/2022/05/GHSA-m2jw-r6hf-gq38/GHSA-m2jw-r6hf-gq38.json index 1ecd74635c8..5b7dc48838a 100644 --- a/advisories/unreviewed/2022/05/GHSA-m2jw-r6hf-gq38/GHSA-m2jw-r6hf-gq38.json +++ b/advisories/unreviewed/2022/05/GHSA-m2jw-r6hf-gq38/GHSA-m2jw-r6hf-gq38.json @@ -7,12 +7,8 @@ "CVE-2019-8624" ], "details": "An out-of-bounds read was addressed with improved input validation. This issue is fixed in watchOS 5.3. A remote attacker may be able to leak memory.", - "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-m438-rqxw-r97m/GHSA-m438-rqxw-r97m.json b/advisories/unreviewed/2022/05/GHSA-m438-rqxw-r97m/GHSA-m438-rqxw-r97m.json index fc90fe91252..169aff934e8 100644 --- a/advisories/unreviewed/2022/05/GHSA-m438-rqxw-r97m/GHSA-m438-rqxw-r97m.json +++ b/advisories/unreviewed/2022/05/GHSA-m438-rqxw-r97m/GHSA-m438-rqxw-r97m.json @@ -7,12 +7,8 @@ "CVE-2019-8721" ], "details": "Multiple issues in ld64 in the Xcode toolchains were addressed by updating to version ld64-507.4. This issue is fixed in Xcode 11.0. Compiling code without proper input validation could lead to arbitrary code execution with user privilege.", - "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-m446-4vpx-74qm/GHSA-m446-4vpx-74qm.json b/advisories/unreviewed/2022/05/GHSA-m446-4vpx-74qm/GHSA-m446-4vpx-74qm.json index ada02366240..37ea435c56b 100644 --- a/advisories/unreviewed/2022/05/GHSA-m446-4vpx-74qm/GHSA-m446-4vpx-74qm.json +++ b/advisories/unreviewed/2022/05/GHSA-m446-4vpx-74qm/GHSA-m446-4vpx-74qm.json @@ -7,12 +7,8 @@ "CVE-2019-16446" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have an untrusted pointer dereference vulnerability. Successful exploitation could lead to arbitrary code execution .", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m477-8gc9-rrj6/GHSA-m477-8gc9-rrj6.json b/advisories/unreviewed/2022/05/GHSA-m477-8gc9-rrj6/GHSA-m477-8gc9-rrj6.json index 20b6b1a8754..03cb406b7c0 100644 --- a/advisories/unreviewed/2022/05/GHSA-m477-8gc9-rrj6/GHSA-m477-8gc9-rrj6.json +++ b/advisories/unreviewed/2022/05/GHSA-m477-8gc9-rrj6/GHSA-m477-8gc9-rrj6.json @@ -7,12 +7,8 @@ "CVE-2019-19814" ], "details": "In the Linux kernel 5.0.21, mounting a crafted f2fs filesystem image can cause __remove_dirty_segment slab-out-of-bounds write access because an array is bounded by the number of dirty types (8) but the array index can exceed this.", - "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-m4g7-fvpx-v3px/GHSA-m4g7-fvpx-v3px.json b/advisories/unreviewed/2022/05/GHSA-m4g7-fvpx-v3px/GHSA-m4g7-fvpx-v3px.json index 7d3bc1ead3d..89798931d4c 100644 --- a/advisories/unreviewed/2022/05/GHSA-m4g7-fvpx-v3px/GHSA-m4g7-fvpx-v3px.json +++ b/advisories/unreviewed/2022/05/GHSA-m4g7-fvpx-v3px/GHSA-m4g7-fvpx-v3px.json @@ -7,12 +7,8 @@ "CVE-2019-8682" ], "details": "The issue was addressed with improved UI handling. This issue is fixed in iOS 12.4, watchOS 5.3. A user may inadvertently complete an in-app purchase while on the lock screen.", - "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-m5fg-phfr-7975/GHSA-m5fg-phfr-7975.json b/advisories/unreviewed/2022/05/GHSA-m5fg-phfr-7975/GHSA-m5fg-phfr-7975.json index 41371e81a70..8a711769e04 100644 --- a/advisories/unreviewed/2022/05/GHSA-m5fg-phfr-7975/GHSA-m5fg-phfr-7975.json +++ b/advisories/unreviewed/2022/05/GHSA-m5fg-phfr-7975/GHSA-m5fg-phfr-7975.json @@ -7,12 +7,8 @@ "CVE-2019-8505" ], "details": "A logic issue was addressed with improved validation. This issue is fixed in iOS 12.2, Safari 12.1. Enabling the Safari Reader feature on a maliciously crafted webpage may lead to universal cross site scripting.", - "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-m7cp-cc3g-rq5q/GHSA-m7cp-cc3g-rq5q.json b/advisories/unreviewed/2022/05/GHSA-m7cp-cc3g-rq5q/GHSA-m7cp-cc3g-rq5q.json index f2e297eb559..1af73d8989c 100644 --- a/advisories/unreviewed/2022/05/GHSA-m7cp-cc3g-rq5q/GHSA-m7cp-cc3g-rq5q.json +++ b/advisories/unreviewed/2022/05/GHSA-m7cp-cc3g-rq5q/GHSA-m7cp-cc3g-rq5q.json @@ -7,12 +7,8 @@ "CVE-2019-8822" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 13.2 and iPadOS 13.2, tvOS 13.2, Safari 13.0.3, iTunes for Windows 12.10.2, iCloud for Windows 11.0, iCloud for Windows 7.15. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m8c4-6x7p-rvgx/GHSA-m8c4-6x7p-rvgx.json b/advisories/unreviewed/2022/05/GHSA-m8c4-6x7p-rvgx/GHSA-m8c4-6x7p-rvgx.json index 369c6f663d1..a77bce8a943 100644 --- a/advisories/unreviewed/2022/05/GHSA-m8c4-6x7p-rvgx/GHSA-m8c4-6x7p-rvgx.json +++ b/advisories/unreviewed/2022/05/GHSA-m8c4-6x7p-rvgx/GHSA-m8c4-6x7p-rvgx.json @@ -7,12 +7,8 @@ "CVE-2007-5469" ], "details": "** DISPUTED ** OpenSER 1.2.2 does not verify the Digest authentication header URI against the Request URI in SIP messages, which allows remote attackers to use sniffed Digest authentication credentials to call arbitrary telephone numbers or spoof caller ID (aka \"toll fraud and authentication forward attack\"). NOTE: Debian disputes this issue, stating that \"having the two URIs mismatch is allowed by the standard and happens in some setups for valid reasons.\"", - "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-m8h9-f5qv-q5rx/GHSA-m8h9-f5qv-q5rx.json b/advisories/unreviewed/2022/05/GHSA-m8h9-f5qv-q5rx/GHSA-m8h9-f5qv-q5rx.json index 74e6652c5ff..169c9e69288 100644 --- a/advisories/unreviewed/2022/05/GHSA-m8h9-f5qv-q5rx/GHSA-m8h9-f5qv-q5rx.json +++ b/advisories/unreviewed/2022/05/GHSA-m8h9-f5qv-q5rx/GHSA-m8h9-f5qv-q5rx.json @@ -7,12 +7,8 @@ "CVE-2006-7015" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in admin.jobline.php in Jobline 1.1.1 allows remote attackers to execute arbitrary code via a URL in the mosConfig_absolute_path parameter. NOTE: CVE disputes this issue because the script is protected against direct requests.", - "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-m9m9-cm93-p2r4/GHSA-m9m9-cm93-p2r4.json b/advisories/unreviewed/2022/05/GHSA-m9m9-cm93-p2r4/GHSA-m9m9-cm93-p2r4.json index 93429f1b50c..1fdb0ab3bc5 100644 --- a/advisories/unreviewed/2022/05/GHSA-m9m9-cm93-p2r4/GHSA-m9m9-cm93-p2r4.json +++ b/advisories/unreviewed/2022/05/GHSA-m9m9-cm93-p2r4/GHSA-m9m9-cm93-p2r4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mcm3-3x4w-qxwh/GHSA-mcm3-3x4w-qxwh.json b/advisories/unreviewed/2022/05/GHSA-mcm3-3x4w-qxwh/GHSA-mcm3-3x4w-qxwh.json index 74fb72f73aa..40c43d7fd37 100644 --- a/advisories/unreviewed/2022/05/GHSA-mcm3-3x4w-qxwh/GHSA-mcm3-3x4w-qxwh.json +++ b/advisories/unreviewed/2022/05/GHSA-mcm3-3x4w-qxwh/GHSA-mcm3-3x4w-qxwh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mgrw-rrgf-hq58/GHSA-mgrw-rrgf-hq58.json b/advisories/unreviewed/2022/05/GHSA-mgrw-rrgf-hq58/GHSA-mgrw-rrgf-hq58.json index 77c22e3ba24..c9a24ed116a 100644 --- a/advisories/unreviewed/2022/05/GHSA-mgrw-rrgf-hq58/GHSA-mgrw-rrgf-hq58.json +++ b/advisories/unreviewed/2022/05/GHSA-mgrw-rrgf-hq58/GHSA-mgrw-rrgf-hq58.json @@ -7,12 +7,8 @@ "CVE-2019-8726" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in tvOS 13, iTunes for Windows 12.10.1, iCloud for Windows 10.7, iCloud for Windows 7.14. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mgvm-678f-6rwc/GHSA-mgvm-678f-6rwc.json b/advisories/unreviewed/2022/05/GHSA-mgvm-678f-6rwc/GHSA-mgvm-678f-6rwc.json index 438e9538425..d2e2bf4b6fc 100644 --- a/advisories/unreviewed/2022/05/GHSA-mgvm-678f-6rwc/GHSA-mgvm-678f-6rwc.json +++ b/advisories/unreviewed/2022/05/GHSA-mgvm-678f-6rwc/GHSA-mgvm-678f-6rwc.json @@ -7,12 +7,8 @@ "CVE-2019-6232" ], "details": "A race condition existed during the installation of iTunes for Windows. This was addressed with improved state handling. This issue is fixed in iCloud for Windows 7.11. Running the iTunes installer in an untrusted directory may result in arbitrary code 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/05/GHSA-mh7c-64mx-3xmv/GHSA-mh7c-64mx-3xmv.json b/advisories/unreviewed/2022/05/GHSA-mh7c-64mx-3xmv/GHSA-mh7c-64mx-3xmv.json index c33464aebb0..10e4f4ae00f 100644 --- a/advisories/unreviewed/2022/05/GHSA-mh7c-64mx-3xmv/GHSA-mh7c-64mx-3xmv.json +++ b/advisories/unreviewed/2022/05/GHSA-mh7c-64mx-3xmv/GHSA-mh7c-64mx-3xmv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mhr9-83m9-mfgj/GHSA-mhr9-83m9-mfgj.json b/advisories/unreviewed/2022/05/GHSA-mhr9-83m9-mfgj/GHSA-mhr9-83m9-mfgj.json index a0768845711..9ad72dc014d 100644 --- a/advisories/unreviewed/2022/05/GHSA-mhr9-83m9-mfgj/GHSA-mhr9-83m9-mfgj.json +++ b/advisories/unreviewed/2022/05/GHSA-mhr9-83m9-mfgj/GHSA-mhr9-83m9-mfgj.json @@ -7,12 +7,8 @@ "CVE-2019-8772" ], "details": "An issue existed in the handling of links in encrypted PDFs. This issue was addressed by adding a confirmation prompt. This issue is fixed in macOS Catalina 10.15. An attacker may be able to exfiltrate the contents of an encrypted PDF.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mhx8-mm66-fhhv/GHSA-mhx8-mm66-fhhv.json b/advisories/unreviewed/2022/05/GHSA-mhx8-mm66-fhhv/GHSA-mhx8-mm66-fhhv.json index e994fc1f288..c6d653e56a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-mhx8-mm66-fhhv/GHSA-mhx8-mm66-fhhv.json +++ b/advisories/unreviewed/2022/05/GHSA-mhx8-mm66-fhhv/GHSA-mhx8-mm66-fhhv.json @@ -7,12 +7,8 @@ "CVE-2019-8626" ], "details": "An input validation issue was addressed with improved input validation. This issue is fixed in iOS 12.3, watchOS 5.2.1. Processing a maliciously crafted message may lead to a denial of service.", - "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-mj29-pjf5-8x9g/GHSA-mj29-pjf5-8x9g.json b/advisories/unreviewed/2022/05/GHSA-mj29-pjf5-8x9g/GHSA-mj29-pjf5-8x9g.json index 39d0ce72183..73d836cdab0 100644 --- a/advisories/unreviewed/2022/05/GHSA-mj29-pjf5-8x9g/GHSA-mj29-pjf5-8x9g.json +++ b/advisories/unreviewed/2022/05/GHSA-mj29-pjf5-8x9g/GHSA-mj29-pjf5-8x9g.json @@ -7,12 +7,8 @@ "CVE-2019-8738" ], "details": "A memory corruption issue was addressed with improved state management. This issue is fixed in Xcode 11.0. Processing a maliciously crafted file may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mj2w-6wfx-p7f2/GHSA-mj2w-6wfx-p7f2.json b/advisories/unreviewed/2022/05/GHSA-mj2w-6wfx-p7f2/GHSA-mj2w-6wfx-p7f2.json index f4023e56ec6..5b52c1b7166 100644 --- a/advisories/unreviewed/2022/05/GHSA-mj2w-6wfx-p7f2/GHSA-mj2w-6wfx-p7f2.json +++ b/advisories/unreviewed/2022/05/GHSA-mj2w-6wfx-p7f2/GHSA-mj2w-6wfx-p7f2.json @@ -7,12 +7,8 @@ "CVE-2019-8637" ], "details": "An input validation issue was addressed with improved input validation. This issue is fixed in iOS 12.3, tvOS 12.3, watchOS 5.2.1. A malicious application may be able to gain root privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mj55-6p4q-86f4/GHSA-mj55-6p4q-86f4.json b/advisories/unreviewed/2022/05/GHSA-mj55-6p4q-86f4/GHSA-mj55-6p4q-86f4.json index 8df3736cfc7..13ef225138a 100644 --- a/advisories/unreviewed/2022/05/GHSA-mj55-6p4q-86f4/GHSA-mj55-6p4q-86f4.json +++ b/advisories/unreviewed/2022/05/GHSA-mj55-6p4q-86f4/GHSA-mj55-6p4q-86f4.json @@ -7,12 +7,8 @@ "CVE-2019-8635" ], "details": "A memory corruption issue was addressed with improved memory handling. This issue is fixed in macOS Mojave 10.14.5. An application may be able to execute arbitrary code with system privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mj85-jvq2-hgxf/GHSA-mj85-jvq2-hgxf.json b/advisories/unreviewed/2022/05/GHSA-mj85-jvq2-hgxf/GHSA-mj85-jvq2-hgxf.json index 91e0d6f7f91..48d0f72d530 100644 --- a/advisories/unreviewed/2022/05/GHSA-mj85-jvq2-hgxf/GHSA-mj85-jvq2-hgxf.json +++ b/advisories/unreviewed/2022/05/GHSA-mj85-jvq2-hgxf/GHSA-mj85-jvq2-hgxf.json @@ -7,12 +7,8 @@ "CVE-2019-16462" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have a buffer error vulnerability. Successful exploitation could lead to arbitrary code 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/05/GHSA-mm3v-7wx3-vx47/GHSA-mm3v-7wx3-vx47.json b/advisories/unreviewed/2022/05/GHSA-mm3v-7wx3-vx47/GHSA-mm3v-7wx3-vx47.json index b7da42c361d..78d4dbbcb54 100644 --- a/advisories/unreviewed/2022/05/GHSA-mm3v-7wx3-vx47/GHSA-mm3v-7wx3-vx47.json +++ b/advisories/unreviewed/2022/05/GHSA-mm3v-7wx3-vx47/GHSA-mm3v-7wx3-vx47.json @@ -7,12 +7,8 @@ "CVE-2019-15694" ], "details": "TigerVNC version prior to 1.10.1 is vulnerable to heap buffer overflow, which could be triggered from DecodeManager::decodeRect. Vulnerability occurs due to the signdness error in processing MemOutStream. Exploitation of this vulnerability could potentially result into remote code execution. This attack appear to be exploitable via network connectivity.", - "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-mmf9-qw7q-wmj5/GHSA-mmf9-qw7q-wmj5.json b/advisories/unreviewed/2022/05/GHSA-mmf9-qw7q-wmj5/GHSA-mmf9-qw7q-wmj5.json index 2387744cfa5..b4ed576c66a 100644 --- a/advisories/unreviewed/2022/05/GHSA-mmf9-qw7q-wmj5/GHSA-mmf9-qw7q-wmj5.json +++ b/advisories/unreviewed/2022/05/GHSA-mmf9-qw7q-wmj5/GHSA-mmf9-qw7q-wmj5.json @@ -7,12 +7,8 @@ "CVE-2019-8576" ], "details": "An out-of-bounds read was addressed with improved bounds checking. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, watchOS 5.2.1. A local user may be able to cause unexpected system termination or read kernel memory.", - "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-mq38-2wxp-9cm4/GHSA-mq38-2wxp-9cm4.json b/advisories/unreviewed/2022/05/GHSA-mq38-2wxp-9cm4/GHSA-mq38-2wxp-9cm4.json index 45f44938b3b..178c428c927 100644 --- a/advisories/unreviewed/2022/05/GHSA-mq38-2wxp-9cm4/GHSA-mq38-2wxp-9cm4.json +++ b/advisories/unreviewed/2022/05/GHSA-mq38-2wxp-9cm4/GHSA-mq38-2wxp-9cm4.json @@ -7,12 +7,8 @@ "CVE-2019-8770" ], "details": "The issue was addressed with improved permissions logic. This issue is fixed in macOS Catalina 10.15. A malicious application may be able to access recent documents.", - "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-mr9m-2xh2-j9pw/GHSA-mr9m-2xh2-j9pw.json b/advisories/unreviewed/2022/05/GHSA-mr9m-2xh2-j9pw/GHSA-mr9m-2xh2-j9pw.json index 5c7c44d21af..84be002042b 100644 --- a/advisories/unreviewed/2022/05/GHSA-mr9m-2xh2-j9pw/GHSA-mr9m-2xh2-j9pw.json +++ b/advisories/unreviewed/2022/05/GHSA-mr9m-2xh2-j9pw/GHSA-mr9m-2xh2-j9pw.json @@ -7,12 +7,8 @@ "CVE-2019-18670" ], "details": "In the Quick Access Service (QAAdminAgent.exe) in Acer Quick Access V2.01.3000 through 2.01.3027 and V3.00.3000 through V3.00.3008, a REGULAR user can load an arbitrary unsigned DLL into the signed service's process, which is running as NT AUTHORITY\\SYSTEM. This is a DLL Hijacking vulnerability (including search order hijacking, which searches for the missing DLL in the PATH environment variable), which is caused by an uncontrolled search path element for nvapi.dll, atiadlxx.dll, or atiadlxy.dll.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mrg6-qrwx-6268/GHSA-mrg6-qrwx-6268.json b/advisories/unreviewed/2022/05/GHSA-mrg6-qrwx-6268/GHSA-mrg6-qrwx-6268.json index 41c2fb1fa59..347cb1a15f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-mrg6-qrwx-6268/GHSA-mrg6-qrwx-6268.json +++ b/advisories/unreviewed/2022/05/GHSA-mrg6-qrwx-6268/GHSA-mrg6-qrwx-6268.json @@ -7,12 +7,8 @@ "CVE-2019-19900" ], "details": "An issue was discovered in Backdrop CMS 1.13.x before 1.13.5 and 1.14.x before 1.14.2. It doesn't sufficiently filter output when displaying content type names in the content creation interface. An attacker could potentially craft a specialized content type name, then have an editor execute scripting when creating content, aka XSS. This vulnerability is mitigated by the fact that an attacker must have a role with the \"Administer content types\" permission.", - "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-mv25-4x9x-fm3q/GHSA-mv25-4x9x-fm3q.json b/advisories/unreviewed/2022/05/GHSA-mv25-4x9x-fm3q/GHSA-mv25-4x9x-fm3q.json index e7ca6c87ced..02324afb567 100644 --- a/advisories/unreviewed/2022/05/GHSA-mv25-4x9x-fm3q/GHSA-mv25-4x9x-fm3q.json +++ b/advisories/unreviewed/2022/05/GHSA-mv25-4x9x-fm3q/GHSA-mv25-4x9x-fm3q.json @@ -7,12 +7,8 @@ "CVE-2019-8670" ], "details": "An inconsistent user interface issue was addressed with improved state management. This issue is fixed in macOS Mojave 10.14.6, Safari 12.1.2. Visiting a malicious website may lead to address bar spoofing.", - "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-mv62-mvf8-cmm2/GHSA-mv62-mvf8-cmm2.json b/advisories/unreviewed/2022/05/GHSA-mv62-mvf8-cmm2/GHSA-mv62-mvf8-cmm2.json index dc7ef700a8d..dd62a514aae 100644 --- a/advisories/unreviewed/2022/05/GHSA-mv62-mvf8-cmm2/GHSA-mv62-mvf8-cmm2.json +++ b/advisories/unreviewed/2022/05/GHSA-mv62-mvf8-cmm2/GHSA-mv62-mvf8-cmm2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mv83-jv88-fqfx/GHSA-mv83-jv88-fqfx.json b/advisories/unreviewed/2022/05/GHSA-mv83-jv88-fqfx/GHSA-mv83-jv88-fqfx.json index a18cfba3d08..40ab4616d44 100644 --- a/advisories/unreviewed/2022/05/GHSA-mv83-jv88-fqfx/GHSA-mv83-jv88-fqfx.json +++ b/advisories/unreviewed/2022/05/GHSA-mv83-jv88-fqfx/GHSA-mv83-jv88-fqfx.json @@ -7,12 +7,8 @@ "CVE-2006-4378" ], "details": "** DISPUTED ** Multiple PHP remote file inclusion vulnerabilities in the Rssxt component for Joomla! (com_rssxt), possibly 2.0 Beta 1 or 1.0 and earlier, allow remote attackers to execute arbitrary PHP code via a URL in the mosConfig_absolute_path parameter in (1) pinger.php, (2) RPC.php, or (3) rssxt.php. NOTE: another researcher has disputed this issue, saying that the attacker can not control this parameter. In addition, as of 20060825, the original researcher has appeared to be unreliable with some other past reports. CVE has not performed any followup analysis with respect to this issue.", - "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-mwqj-9hg4-p2p6/GHSA-mwqj-9hg4-p2p6.json b/advisories/unreviewed/2022/05/GHSA-mwqj-9hg4-p2p6/GHSA-mwqj-9hg4-p2p6.json index 83ebb5f5127..fa37776926a 100644 --- a/advisories/unreviewed/2022/05/GHSA-mwqj-9hg4-p2p6/GHSA-mwqj-9hg4-p2p6.json +++ b/advisories/unreviewed/2022/05/GHSA-mwqj-9hg4-p2p6/GHSA-mwqj-9hg4-p2p6.json @@ -7,12 +7,8 @@ "CVE-2019-8694" ], "details": "A memory corruption issue was addressed with improved memory handling. This issue is fixed in macOS Mojave 10.14.6. An application may be able to execute arbitrary code with kernel privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mwvc-v6v5-5p39/GHSA-mwvc-v6v5-5p39.json b/advisories/unreviewed/2022/05/GHSA-mwvc-v6v5-5p39/GHSA-mwvc-v6v5-5p39.json index 4a0bb388675..c8f3acbd0f1 100644 --- a/advisories/unreviewed/2022/05/GHSA-mwvc-v6v5-5p39/GHSA-mwvc-v6v5-5p39.json +++ b/advisories/unreviewed/2022/05/GHSA-mwvc-v6v5-5p39/GHSA-mwvc-v6v5-5p39.json @@ -7,12 +7,8 @@ "CVE-2019-8671" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-mwx3-cc72-hfg4/GHSA-mwx3-cc72-hfg4.json b/advisories/unreviewed/2022/05/GHSA-mwx3-cc72-hfg4/GHSA-mwx3-cc72-hfg4.json index 29955be1b2d..4e7ad4f4e62 100644 --- a/advisories/unreviewed/2022/05/GHSA-mwx3-cc72-hfg4/GHSA-mwx3-cc72-hfg4.json +++ b/advisories/unreviewed/2022/05/GHSA-mwx3-cc72-hfg4/GHSA-mwx3-cc72-hfg4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p3v2-vxq8-x73m/GHSA-p3v2-vxq8-x73m.json b/advisories/unreviewed/2022/05/GHSA-p3v2-vxq8-x73m/GHSA-p3v2-vxq8-x73m.json index 9ee6229b9b7..6e2867eb100 100644 --- a/advisories/unreviewed/2022/05/GHSA-p3v2-vxq8-x73m/GHSA-p3v2-vxq8-x73m.json +++ b/advisories/unreviewed/2022/05/GHSA-p3v2-vxq8-x73m/GHSA-p3v2-vxq8-x73m.json @@ -7,12 +7,8 @@ "CVE-2007-5114" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in include/plugin/block.t.php in Peter Schmidt phpmyProfiler 0.9.6b allows remote attackers to execute arbitrary PHP code via a URL in the pmp_rel_path parameter. NOTE: this issue is disputed by CVE because the applicable require_once is in a function that is not called on a direct request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p4m2-4gg6-79xh/GHSA-p4m2-4gg6-79xh.json b/advisories/unreviewed/2022/05/GHSA-p4m2-4gg6-79xh/GHSA-p4m2-4gg6-79xh.json index 5935771da36..b67a4167e3e 100644 --- a/advisories/unreviewed/2022/05/GHSA-p4m2-4gg6-79xh/GHSA-p4m2-4gg6-79xh.json +++ b/advisories/unreviewed/2022/05/GHSA-p4m2-4gg6-79xh/GHSA-p4m2-4gg6-79xh.json @@ -7,12 +7,8 @@ "CVE-2019-8253" ], "details": "Adobe Photoshop CC versions before 20.0.8 and 21.0.x before 21.0.2 have a memory corruption vulnerability. Successful exploitation could lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p57g-273q-f48w/GHSA-p57g-273q-f48w.json b/advisories/unreviewed/2022/05/GHSA-p57g-273q-f48w/GHSA-p57g-273q-f48w.json index 928e5e9ebb5..673a1b0a4c0 100644 --- a/advisories/unreviewed/2022/05/GHSA-p57g-273q-f48w/GHSA-p57g-273q-f48w.json +++ b/advisories/unreviewed/2022/05/GHSA-p57g-273q-f48w/GHSA-p57g-273q-f48w.json @@ -7,12 +7,8 @@ "CVE-2013-2763" ], "details": "** DISPUTED ** The Schneider Electric M340 PLC modules allow remote attackers to cause a denial of service (resource consumption) via unspecified vectors. NOTE: the vendor reportedly disputes this issue because it \"could not be duplicated\" and \"an attacker could not remotely exploit this observed behavior to deny PLC control functions.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p5qr-8vmj-x3w8/GHSA-p5qr-8vmj-x3w8.json b/advisories/unreviewed/2022/05/GHSA-p5qr-8vmj-x3w8/GHSA-p5qr-8vmj-x3w8.json index 43b28144cd9..f33a421237c 100644 --- a/advisories/unreviewed/2022/05/GHSA-p5qr-8vmj-x3w8/GHSA-p5qr-8vmj-x3w8.json +++ b/advisories/unreviewed/2022/05/GHSA-p5qr-8vmj-x3w8/GHSA-p5qr-8vmj-x3w8.json @@ -7,12 +7,8 @@ "CVE-2019-8745" ], "details": "A buffer overflow was addressed with improved bounds checking. This issue is fixed in macOS Catalina 10.15, tvOS 13, iTunes for Windows 12.10.1, iCloud for Windows 10.7, iCloud for Windows 7.14. Processing a maliciously crafted text file may lead to arbitrary code execution.", - "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-p659-9v4v-6hr6/GHSA-p659-9v4v-6hr6.json b/advisories/unreviewed/2022/05/GHSA-p659-9v4v-6hr6/GHSA-p659-9v4v-6hr6.json index 25802637e4c..bcd826ce7ce 100644 --- a/advisories/unreviewed/2022/05/GHSA-p659-9v4v-6hr6/GHSA-p659-9v4v-6hr6.json +++ b/advisories/unreviewed/2022/05/GHSA-p659-9v4v-6hr6/GHSA-p659-9v4v-6hr6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-p6wp-wgv9-7657/GHSA-p6wp-wgv9-7657.json b/advisories/unreviewed/2022/05/GHSA-p6wp-wgv9-7657/GHSA-p6wp-wgv9-7657.json index 54a7a85f933..1c123ea8edb 100644 --- a/advisories/unreviewed/2022/05/GHSA-p6wp-wgv9-7657/GHSA-p6wp-wgv9-7657.json +++ b/advisories/unreviewed/2022/05/GHSA-p6wp-wgv9-7657/GHSA-p6wp-wgv9-7657.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p75m-rwfm-47fp/GHSA-p75m-rwfm-47fp.json b/advisories/unreviewed/2022/05/GHSA-p75m-rwfm-47fp/GHSA-p75m-rwfm-47fp.json index 776e3264bc5..06012b5bba5 100644 --- a/advisories/unreviewed/2022/05/GHSA-p75m-rwfm-47fp/GHSA-p75m-rwfm-47fp.json +++ b/advisories/unreviewed/2022/05/GHSA-p75m-rwfm-47fp/GHSA-p75m-rwfm-47fp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p882-pvrr-mm88/GHSA-p882-pvrr-mm88.json b/advisories/unreviewed/2022/05/GHSA-p882-pvrr-mm88/GHSA-p882-pvrr-mm88.json index 4e3be14b274..ef5e0650cb3 100644 --- a/advisories/unreviewed/2022/05/GHSA-p882-pvrr-mm88/GHSA-p882-pvrr-mm88.json +++ b/advisories/unreviewed/2022/05/GHSA-p882-pvrr-mm88/GHSA-p882-pvrr-mm88.json @@ -7,12 +7,8 @@ "CVE-2019-14612" ], "details": "Out of bounds write in firmware for Intel(R) NUC(R) may allow a privileged user to potentially enable escalation of privilege via local 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/05/GHSA-p8m9-gxw7-g5pf/GHSA-p8m9-gxw7-g5pf.json b/advisories/unreviewed/2022/05/GHSA-p8m9-gxw7-g5pf/GHSA-p8m9-gxw7-g5pf.json index 452d4e3ec1b..30d3eb88519 100644 --- a/advisories/unreviewed/2022/05/GHSA-p8m9-gxw7-g5pf/GHSA-p8m9-gxw7-g5pf.json +++ b/advisories/unreviewed/2022/05/GHSA-p8m9-gxw7-g5pf/GHSA-p8m9-gxw7-g5pf.json @@ -7,12 +7,8 @@ "CVE-2019-8526" ], "details": "A use after free issue was addressed with improved memory management. This issue is fixed in macOS Mojave 10.14.4. An application may be able to gain elevated 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-p9f9-gcwm-rqvx/GHSA-p9f9-gcwm-rqvx.json b/advisories/unreviewed/2022/05/GHSA-p9f9-gcwm-rqvx/GHSA-p9f9-gcwm-rqvx.json index aa5155c24e0..3d54cfa0d76 100644 --- a/advisories/unreviewed/2022/05/GHSA-p9f9-gcwm-rqvx/GHSA-p9f9-gcwm-rqvx.json +++ b/advisories/unreviewed/2022/05/GHSA-p9f9-gcwm-rqvx/GHSA-p9f9-gcwm-rqvx.json @@ -7,12 +7,8 @@ "CVE-2019-8691" ], "details": "A validation issue was addressed with improved input sanitization. This issue is fixed in macOS Mojave 10.14.6. An application may be able to read restricted memory.", - "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-p9hj-jvqg-w5w2/GHSA-p9hj-jvqg-w5w2.json b/advisories/unreviewed/2022/05/GHSA-p9hj-jvqg-w5w2/GHSA-p9hj-jvqg-w5w2.json index 05895e5cfb8..b36624080a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-p9hj-jvqg-w5w2/GHSA-p9hj-jvqg-w5w2.json +++ b/advisories/unreviewed/2022/05/GHSA-p9hj-jvqg-w5w2/GHSA-p9hj-jvqg-w5w2.json @@ -7,12 +7,8 @@ "CVE-2019-8594" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, Safari 12.1.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-pcm2-8c47-427p/GHSA-pcm2-8c47-427p.json b/advisories/unreviewed/2022/05/GHSA-pcm2-8c47-427p/GHSA-pcm2-8c47-427p.json index 80e871d8099..5d45dfe4ed7 100644 --- a/advisories/unreviewed/2022/05/GHSA-pcm2-8c47-427p/GHSA-pcm2-8c47-427p.json +++ b/advisories/unreviewed/2022/05/GHSA-pcm2-8c47-427p/GHSA-pcm2-8c47-427p.json @@ -7,12 +7,8 @@ "CVE-2019-14568" ], "details": "Improper permissions in the executable for Intel(R) RST before version 17.7.0.1006 may allow an authenticated user to potentially enable escalation of privilege via local access.", - "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-pf5x-78qg-cj79/GHSA-pf5x-78qg-cj79.json b/advisories/unreviewed/2022/05/GHSA-pf5x-78qg-cj79/GHSA-pf5x-78qg-cj79.json index 8bc30fe8df9..7a33770c8d9 100644 --- a/advisories/unreviewed/2022/05/GHSA-pf5x-78qg-cj79/GHSA-pf5x-78qg-cj79.json +++ b/advisories/unreviewed/2022/05/GHSA-pf5x-78qg-cj79/GHSA-pf5x-78qg-cj79.json @@ -7,12 +7,8 @@ "CVE-2006-4465" ], "details": "** DISPUTED ** Microsoft Terminal Server, when running an application session with the \"Start program at logon\" and \"Override settings from user profile and Client Connection Manager wizard\" options, allows local users to execute arbitrary code by forcing an Explorer error. NOTE: a third-party researcher has stated that the options are \"a convenience to users\" and were not intended to restrict execution of arbitrary code.", - "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-pfqm-p36c-3cvf/GHSA-pfqm-p36c-3cvf.json b/advisories/unreviewed/2022/05/GHSA-pfqm-p36c-3cvf/GHSA-pfqm-p36c-3cvf.json index 5662dee440a..e6e7d51afa6 100644 --- a/advisories/unreviewed/2022/05/GHSA-pfqm-p36c-3cvf/GHSA-pfqm-p36c-3cvf.json +++ b/advisories/unreviewed/2022/05/GHSA-pfqm-p36c-3cvf/GHSA-pfqm-p36c-3cvf.json @@ -7,12 +7,8 @@ "CVE-2019-8819" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 13.2 and iPadOS 13.2, tvOS 13.2, Safari 13.0.3, iTunes for Windows 12.10.2, iCloud for Windows 11.0, iCloud for Windows 7.15. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pgff-5mf5-cw73/GHSA-pgff-5mf5-cw73.json b/advisories/unreviewed/2022/05/GHSA-pgff-5mf5-cw73/GHSA-pgff-5mf5-cw73.json index 9fd11d7b315..4669eb9242a 100644 --- a/advisories/unreviewed/2022/05/GHSA-pgff-5mf5-cw73/GHSA-pgff-5mf5-cw73.json +++ b/advisories/unreviewed/2022/05/GHSA-pgff-5mf5-cw73/GHSA-pgff-5mf5-cw73.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pgv5-pw9f-4x5j/GHSA-pgv5-pw9f-4x5j.json b/advisories/unreviewed/2022/05/GHSA-pgv5-pw9f-4x5j/GHSA-pgv5-pw9f-4x5j.json index 6789f46e911..640ad6a2931 100644 --- a/advisories/unreviewed/2022/05/GHSA-pgv5-pw9f-4x5j/GHSA-pgv5-pw9f-4x5j.json +++ b/advisories/unreviewed/2022/05/GHSA-pgv5-pw9f-4x5j/GHSA-pgv5-pw9f-4x5j.json @@ -7,12 +7,8 @@ "CVE-2019-8556" ], "details": "A use after free issue was addressed with improved memory management. This issue is fixed in iOS 12.2, tvOS 12.2, Safari 12.1, iTunes 12.9.4 for Windows, iCloud for Windows 7.11. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-pgx5-mf57-vmg7/GHSA-pgx5-mf57-vmg7.json b/advisories/unreviewed/2022/05/GHSA-pgx5-mf57-vmg7/GHSA-pgx5-mf57-vmg7.json index 99e6928151c..3818619be0b 100644 --- a/advisories/unreviewed/2022/05/GHSA-pgx5-mf57-vmg7/GHSA-pgx5-mf57-vmg7.json +++ b/advisories/unreviewed/2022/05/GHSA-pgx5-mf57-vmg7/GHSA-pgx5-mf57-vmg7.json @@ -7,12 +7,8 @@ "CVE-2007-1053" ], "details": "** DISPUTED ** Multiple PHP remote file inclusion vulnerabilities in phpXmms 1.0 allow remote attackers to execute arbitrary PHP code via a URL in the tcmdp parameter to (1) phpxmmsb.php or (2) phpxmmst.php. NOTE: this issue has been disputed by a reliable third party, stating that the tcmdp variable is initialized by config.php.", - "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-ph5w-959r-q232/GHSA-ph5w-959r-q232.json b/advisories/unreviewed/2022/05/GHSA-ph5w-959r-q232/GHSA-ph5w-959r-q232.json index 773acb06759..57bf84caea1 100644 --- a/advisories/unreviewed/2022/05/GHSA-ph5w-959r-q232/GHSA-ph5w-959r-q232.json +++ b/advisories/unreviewed/2022/05/GHSA-ph5w-959r-q232/GHSA-ph5w-959r-q232.json @@ -7,12 +7,8 @@ "CVE-2019-10500" ], "details": "While processing MT Secondary PDP request, Buffer overflow will happen due to incorrect calculation of buffer size in Snapdragon Auto, Snapdragon Compute, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables in APQ8009, APQ8017, APQ8053, APQ8096, APQ8096AU, APQ8098, MDM9150, MDM9205, MDM9206, MDM9607, MDM9625, MDM9635M, MDM9640, MDM9645, MDM9650, MDM9655, MSM8905, MSM8909, MSM8909W, MSM8917, MSM8920, MSM8937, MSM8939, MSM8940, MSM8953, MSM8996AU, MSM8998, Nicobar, QCM2150, QCS605, QM215, SC8180X, SDA660, SDA845, SDM429, SDM439, SDM450, SDM630, SDM632, SDM636, SDM660, SDM670, SDM710, SDM845, SDM850, SDX20, SDX24, SDX55, SM6150, SM7150, SM8150, SXR1130", - "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-pjc8-j97x-hp3p/GHSA-pjc8-j97x-hp3p.json b/advisories/unreviewed/2022/05/GHSA-pjc8-j97x-hp3p/GHSA-pjc8-j97x-hp3p.json index ab75f4bd7e9..945465e966a 100644 --- a/advisories/unreviewed/2022/05/GHSA-pjc8-j97x-hp3p/GHSA-pjc8-j97x-hp3p.json +++ b/advisories/unreviewed/2022/05/GHSA-pjc8-j97x-hp3p/GHSA-pjc8-j97x-hp3p.json @@ -7,12 +7,8 @@ "CVE-2007-5828" ], "details": "** DISPUTED ** Cross-site request forgery (CSRF) vulnerability in the admin panel in Django 0.96 allows remote attackers to change passwords of arbitrary users via a request to admin/auth/user/1/password/. NOTE: this issue has been disputed by Debian, since product documentation includes a recommendation for a CSRF protection module that is included with the product. However, CVE considers this an issue because the default configuration does not use this module.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pjqj-wr5v-4342/GHSA-pjqj-wr5v-4342.json b/advisories/unreviewed/2022/05/GHSA-pjqj-wr5v-4342/GHSA-pjqj-wr5v-4342.json index ea0d8eaa8b9..8f1582628ad 100644 --- a/advisories/unreviewed/2022/05/GHSA-pjqj-wr5v-4342/GHSA-pjqj-wr5v-4342.json +++ b/advisories/unreviewed/2022/05/GHSA-pjqj-wr5v-4342/GHSA-pjqj-wr5v-4342.json @@ -7,12 +7,8 @@ "CVE-2019-8683" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, watchOS 5.3, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pjqr-f9gr-wm84/GHSA-pjqr-f9gr-wm84.json b/advisories/unreviewed/2022/05/GHSA-pjqr-f9gr-wm84/GHSA-pjqr-f9gr-wm84.json index 9950c99d7fd..6a9c0a1d60c 100644 --- a/advisories/unreviewed/2022/05/GHSA-pjqr-f9gr-wm84/GHSA-pjqr-f9gr-wm84.json +++ b/advisories/unreviewed/2022/05/GHSA-pjqr-f9gr-wm84/GHSA-pjqr-f9gr-wm84.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pjx6-j435-vcmj/GHSA-pjx6-j435-vcmj.json b/advisories/unreviewed/2022/05/GHSA-pjx6-j435-vcmj/GHSA-pjx6-j435-vcmj.json index 82ae2e311ee..da90f0bb765 100644 --- a/advisories/unreviewed/2022/05/GHSA-pjx6-j435-vcmj/GHSA-pjx6-j435-vcmj.json +++ b/advisories/unreviewed/2022/05/GHSA-pjx6-j435-vcmj/GHSA-pjx6-j435-vcmj.json @@ -7,12 +7,8 @@ "CVE-2019-19903" ], "details": "An issue was discovered in Backdrop CMS 1.14.x before 1.14.2. It doesn't sufficiently filter output when displaying file type descriptions created by administrators. An attacker could potentially craft a specialized description, then have an administrator execute scripting when viewing the list of file types, aka XSS. This vulnerability is mitigated by the fact that an attacker must have a role with the \"Administer file types\" permission.", - "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-pmr7-f238-jxqj/GHSA-pmr7-f238-jxqj.json b/advisories/unreviewed/2022/05/GHSA-pmr7-f238-jxqj/GHSA-pmr7-f238-jxqj.json index 48f8ec55483..dfc25977f7e 100644 --- a/advisories/unreviewed/2022/05/GHSA-pmr7-f238-jxqj/GHSA-pmr7-f238-jxqj.json +++ b/advisories/unreviewed/2022/05/GHSA-pmr7-f238-jxqj/GHSA-pmr7-f238-jxqj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pq6q-vhr6-vqvj/GHSA-pq6q-vhr6-vqvj.json b/advisories/unreviewed/2022/05/GHSA-pq6q-vhr6-vqvj/GHSA-pq6q-vhr6-vqvj.json index 99f5dddb3a2..12db5a193a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-pq6q-vhr6-vqvj/GHSA-pq6q-vhr6-vqvj.json +++ b/advisories/unreviewed/2022/05/GHSA-pq6q-vhr6-vqvj/GHSA-pq6q-vhr6-vqvj.json @@ -7,12 +7,8 @@ "CVE-2019-13347" ], "details": "An issue was discovered in the SAML Single Sign On (SSO) plugin for several Atlassian products affecting versions 3.1.0 through 3.2.2 for Jira and Confluence, versions 2.4.0 through 3.0.3 for Bitbucket, and versions 2.4.0 through 2.5.2 for Bamboo. It allows locally disabled users to reactivate their accounts just by browsing the affected Jira/Confluence/Bitbucket/Bamboo instance, even when the applicable configuration option of the plugin has been disabled (\"Reactivate inactive users\"). Exploiting this vulnerability requires an attacker to be authorized by the identity provider and requires that the plugin's configuration option \"User Update Method\" have the \"Update from SAML Attributes\" value.", - "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-prgc-j9w5-pjpp/GHSA-prgc-j9w5-pjpp.json b/advisories/unreviewed/2022/05/GHSA-prgc-j9w5-pjpp/GHSA-prgc-j9w5-pjpp.json index 1916fe1cd67..e2220aa984e 100644 --- a/advisories/unreviewed/2022/05/GHSA-prgc-j9w5-pjpp/GHSA-prgc-j9w5-pjpp.json +++ b/advisories/unreviewed/2022/05/GHSA-prgc-j9w5-pjpp/GHSA-prgc-j9w5-pjpp.json @@ -7,12 +7,8 @@ "CVE-2019-19497" ], "details": "MDaemon Email Server 17.5.1 allows XSS via the filename of an attachment to an email message.", - "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-pv7w-xvfq-976m/GHSA-pv7w-xvfq-976m.json b/advisories/unreviewed/2022/05/GHSA-pv7w-xvfq-976m/GHSA-pv7w-xvfq-976m.json index 7d2aac1e6cb..ecc5229b6d4 100644 --- a/advisories/unreviewed/2022/05/GHSA-pv7w-xvfq-976m/GHSA-pv7w-xvfq-976m.json +++ b/advisories/unreviewed/2022/05/GHSA-pv7w-xvfq-976m/GHSA-pv7w-xvfq-976m.json @@ -7,12 +7,8 @@ "CVE-2019-16459" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have an use after free vulnerability. Successful exploitation could lead to arbitrary code execution .", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pv8p-frrc-h2w3/GHSA-pv8p-frrc-h2w3.json b/advisories/unreviewed/2022/05/GHSA-pv8p-frrc-h2w3/GHSA-pv8p-frrc-h2w3.json index f99a95bceb5..bfafd143847 100644 --- a/advisories/unreviewed/2022/05/GHSA-pv8p-frrc-h2w3/GHSA-pv8p-frrc-h2w3.json +++ b/advisories/unreviewed/2022/05/GHSA-pv8p-frrc-h2w3/GHSA-pv8p-frrc-h2w3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-pvc6-vfc9-wpjv/GHSA-pvc6-vfc9-wpjv.json b/advisories/unreviewed/2022/05/GHSA-pvc6-vfc9-wpjv/GHSA-pvc6-vfc9-wpjv.json index 6914590f867..c341598690d 100644 --- a/advisories/unreviewed/2022/05/GHSA-pvc6-vfc9-wpjv/GHSA-pvc6-vfc9-wpjv.json +++ b/advisories/unreviewed/2022/05/GHSA-pvc6-vfc9-wpjv/GHSA-pvc6-vfc9-wpjv.json @@ -7,12 +7,8 @@ "CVE-2019-16326" ], "details": "D-Link DIR-601 B1 2.00NA devices have CSRF because no anti-CSRF token is implemented. A remote attacker could exploit this in conjunction with CVE-2019-16327 to enable remote router management and device compromise. NOTE: this is an end-of-life product.", - "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-pw88-5956-4grp/GHSA-pw88-5956-4grp.json b/advisories/unreviewed/2022/05/GHSA-pw88-5956-4grp/GHSA-pw88-5956-4grp.json index a0ce2a64115..434187b495a 100644 --- a/advisories/unreviewed/2022/05/GHSA-pw88-5956-4grp/GHSA-pw88-5956-4grp.json +++ b/advisories/unreviewed/2022/05/GHSA-pw88-5956-4grp/GHSA-pw88-5956-4grp.json @@ -7,12 +7,8 @@ "CVE-2019-8808" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 13.2 and iPadOS 13.2, tvOS 13.2, watchOS 6.1, Safari 13.0.3, iTunes for Windows 12.10.2. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-px9h-5xxr-mm8w/GHSA-px9h-5xxr-mm8w.json b/advisories/unreviewed/2022/05/GHSA-px9h-5xxr-mm8w/GHSA-px9h-5xxr-mm8w.json index c7498682260..83f4d19f714 100644 --- a/advisories/unreviewed/2022/05/GHSA-px9h-5xxr-mm8w/GHSA-px9h-5xxr-mm8w.json +++ b/advisories/unreviewed/2022/05/GHSA-px9h-5xxr-mm8w/GHSA-px9h-5xxr-mm8w.json @@ -7,12 +7,8 @@ "CVE-2019-8725" ], "details": "The issue was addressed with improved handling of service worker lifetime. This issue is fixed in Safari 13.0.1. Service workers may leak private browsing history.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q2h9-c5jh-gm35/GHSA-q2h9-c5jh-gm35.json b/advisories/unreviewed/2022/05/GHSA-q2h9-c5jh-gm35/GHSA-q2h9-c5jh-gm35.json index 304d3e5bd38..e63b0076dcc 100644 --- a/advisories/unreviewed/2022/05/GHSA-q2h9-c5jh-gm35/GHSA-q2h9-c5jh-gm35.json +++ b/advisories/unreviewed/2022/05/GHSA-q2h9-c5jh-gm35/GHSA-q2h9-c5jh-gm35.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -67,9 +65,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q2hp-pxg7-67rr/GHSA-q2hp-pxg7-67rr.json b/advisories/unreviewed/2022/05/GHSA-q2hp-pxg7-67rr/GHSA-q2hp-pxg7-67rr.json index 28f31b74226..98744b00135 100644 --- a/advisories/unreviewed/2022/05/GHSA-q2hp-pxg7-67rr/GHSA-q2hp-pxg7-67rr.json +++ b/advisories/unreviewed/2022/05/GHSA-q2hp-pxg7-67rr/GHSA-q2hp-pxg7-67rr.json @@ -7,12 +7,8 @@ "CVE-2019-16464" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have an use after free vulnerability. Successful exploitation could lead to arbitrary code execution .", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q398-8gm5-q4rv/GHSA-q398-8gm5-q4rv.json b/advisories/unreviewed/2022/05/GHSA-q398-8gm5-q4rv/GHSA-q398-8gm5-q4rv.json index 1d83431027a..959e888d5c1 100644 --- a/advisories/unreviewed/2022/05/GHSA-q398-8gm5-q4rv/GHSA-q398-8gm5-q4rv.json +++ b/advisories/unreviewed/2022/05/GHSA-q398-8gm5-q4rv/GHSA-q398-8gm5-q4rv.json @@ -7,12 +7,8 @@ "CVE-2006-6883" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in php4you.php in PHPIrc_bot 0.2 allows remote attackers to execute arbitrary PHP code via a URL in the dir parameter. NOTE: this issue is disputed by CVE, since the dir variable is declared before being used.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q3vg-9c63-45pw/GHSA-q3vg-9c63-45pw.json b/advisories/unreviewed/2022/05/GHSA-q3vg-9c63-45pw/GHSA-q3vg-9c63-45pw.json index c6c20a76c53..4f7b1c6462e 100644 --- a/advisories/unreviewed/2022/05/GHSA-q3vg-9c63-45pw/GHSA-q3vg-9c63-45pw.json +++ b/advisories/unreviewed/2022/05/GHSA-q3vg-9c63-45pw/GHSA-q3vg-9c63-45pw.json @@ -7,12 +7,8 @@ "CVE-2019-5253" ], "details": "E5572-855 with versions earlier than 8.0.1.3(H335SP1C233) has an improper authentication vulnerability. The device does not perform a sufficient authentication when doing certain operations, successful exploit could allow an attacker to cause the device to reboot after launch a man in the middle attack.", - "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-q59q-vjmr-7m79/GHSA-q59q-vjmr-7m79.json b/advisories/unreviewed/2022/05/GHSA-q59q-vjmr-7m79/GHSA-q59q-vjmr-7m79.json index 331bcfa402b..15dad3ebed4 100644 --- a/advisories/unreviewed/2022/05/GHSA-q59q-vjmr-7m79/GHSA-q59q-vjmr-7m79.json +++ b/advisories/unreviewed/2022/05/GHSA-q59q-vjmr-7m79/GHSA-q59q-vjmr-7m79.json @@ -7,12 +7,8 @@ "CVE-2019-8727" ], "details": "A logic issue was addressed with improved state management. This issue is fixed in iOS 13. Visiting a malicious website may lead to address bar spoofing.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q5cq-wp4f-82vr/GHSA-q5cq-wp4f-82vr.json b/advisories/unreviewed/2022/05/GHSA-q5cq-wp4f-82vr/GHSA-q5cq-wp4f-82vr.json index 7c95cefd2b7..33a8b189bf7 100644 --- a/advisories/unreviewed/2022/05/GHSA-q5cq-wp4f-82vr/GHSA-q5cq-wp4f-82vr.json +++ b/advisories/unreviewed/2022/05/GHSA-q5cq-wp4f-82vr/GHSA-q5cq-wp4f-82vr.json @@ -7,12 +7,8 @@ "CVE-2019-8599" ], "details": "A logic issue was addressed with improved restrictions. This issue is fixed in iOS 12.3. A person with physical access to an iOS device may be able to see the email address used for iTunes.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q5gh-r869-hq3x/GHSA-q5gh-r869-hq3x.json b/advisories/unreviewed/2022/05/GHSA-q5gh-r869-hq3x/GHSA-q5gh-r869-hq3x.json index e307649f104..b32bd31c910 100644 --- a/advisories/unreviewed/2022/05/GHSA-q5gh-r869-hq3x/GHSA-q5gh-r869-hq3x.json +++ b/advisories/unreviewed/2022/05/GHSA-q5gh-r869-hq3x/GHSA-q5gh-r869-hq3x.json @@ -7,12 +7,8 @@ "CVE-2019-8545" ], "details": "A memory corruption issue was addressed with improved state management. This issue is fixed in iOS 12.2, macOS Mojave 10.14.4, tvOS 12.2, watchOS 5.2. A local user may be able to cause unexpected system termination or read kernel memory.", - "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-q75j-9wc8-vjg7/GHSA-q75j-9wc8-vjg7.json b/advisories/unreviewed/2022/05/GHSA-q75j-9wc8-vjg7/GHSA-q75j-9wc8-vjg7.json index b93377afeb4..1d1bd75a180 100644 --- a/advisories/unreviewed/2022/05/GHSA-q75j-9wc8-vjg7/GHSA-q75j-9wc8-vjg7.json +++ b/advisories/unreviewed/2022/05/GHSA-q75j-9wc8-vjg7/GHSA-q75j-9wc8-vjg7.json @@ -7,12 +7,8 @@ "CVE-2019-8508" ], "details": "A buffer overflow was addressed with improved bounds checking. This issue is fixed in macOS Mojave 10.14.4. Mounting a maliciously crafted NFS network share may lead to arbitrary code execution with system 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-q7gv-xfx9-7f68/GHSA-q7gv-xfx9-7f68.json b/advisories/unreviewed/2022/05/GHSA-q7gv-xfx9-7f68/GHSA-q7gv-xfx9-7f68.json index af6d9073b44..5e92f8a3c4d 100644 --- a/advisories/unreviewed/2022/05/GHSA-q7gv-xfx9-7f68/GHSA-q7gv-xfx9-7f68.json +++ b/advisories/unreviewed/2022/05/GHSA-q7gv-xfx9-7f68/GHSA-q7gv-xfx9-7f68.json @@ -7,12 +7,8 @@ "CVE-2019-8568" ], "details": "A validation issue existed in the handling of symlinks. This issue was addressed with improved validation of symlinks. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, watchOS 5.2.1. A local user may be able to modify protected parts of the file system.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q7gx-fqm9-p999/GHSA-q7gx-fqm9-p999.json b/advisories/unreviewed/2022/05/GHSA-q7gx-fqm9-p999/GHSA-q7gx-fqm9-p999.json index f409fef2fd7..cf0b87e7d8d 100644 --- a/advisories/unreviewed/2022/05/GHSA-q7gx-fqm9-p999/GHSA-q7gx-fqm9-p999.json +++ b/advisories/unreviewed/2022/05/GHSA-q7gx-fqm9-p999/GHSA-q7gx-fqm9-p999.json @@ -7,12 +7,8 @@ "CVE-2019-8707" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in tvOS 13, iTunes for Windows 12.10.1, iCloud for Windows 10.7, iCloud for Windows 7.14. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q7m5-9jvx-5gxh/GHSA-q7m5-9jvx-5gxh.json b/advisories/unreviewed/2022/05/GHSA-q7m5-9jvx-5gxh/GHSA-q7m5-9jvx-5gxh.json index 7c8b691819e..0c7bd6be8da 100644 --- a/advisories/unreviewed/2022/05/GHSA-q7m5-9jvx-5gxh/GHSA-q7m5-9jvx-5gxh.json +++ b/advisories/unreviewed/2022/05/GHSA-q7m5-9jvx-5gxh/GHSA-q7m5-9jvx-5gxh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/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-q859-mjw3-4xvp/GHSA-q859-mjw3-4xvp.json b/advisories/unreviewed/2022/05/GHSA-q859-mjw3-4xvp/GHSA-q859-mjw3-4xvp.json index 283676cade9..34d85a3a4e3 100644 --- a/advisories/unreviewed/2022/05/GHSA-q859-mjw3-4xvp/GHSA-q859-mjw3-4xvp.json +++ b/advisories/unreviewed/2022/05/GHSA-q859-mjw3-4xvp/GHSA-q859-mjw3-4xvp.json @@ -7,12 +7,8 @@ "CVE-2019-18833" ], "details": "Barco ClickShare Button R9861500D01 devices before 1.9.0 allow Information exposure (issue 2 of 2).. The encryption key of the media content which is shared between a ClickShare Button and a ClickShare Base Unit is randomly generated for each new session and communicated over a TLS connection. An attacker who is able to perform a Man-in-the-Middle attack between the TLS connection, is able to obtain the encryption key.", - "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-q8p3-mqhp-2f73/GHSA-q8p3-mqhp-2f73.json b/advisories/unreviewed/2022/05/GHSA-q8p3-mqhp-2f73/GHSA-q8p3-mqhp-2f73.json index c7e66e063af..90471a38f5a 100644 --- a/advisories/unreviewed/2022/05/GHSA-q8p3-mqhp-2f73/GHSA-q8p3-mqhp-2f73.json +++ b/advisories/unreviewed/2022/05/GHSA-q8p3-mqhp-2f73/GHSA-q8p3-mqhp-2f73.json @@ -7,12 +7,8 @@ "CVE-2019-8750" ], "details": "Multiple memory corruption issues were addressed with improved input validation. This issue is fixed in watchOS 6.1, iCloud for Windows 11.0. Multiple issues in libxslt.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q8pf-ccvv-7v5w/GHSA-q8pf-ccvv-7v5w.json b/advisories/unreviewed/2022/05/GHSA-q8pf-ccvv-7v5w/GHSA-q8pf-ccvv-7v5w.json index f96fa9c3b25..29eae67d978 100644 --- a/advisories/unreviewed/2022/05/GHSA-q8pf-ccvv-7v5w/GHSA-q8pf-ccvv-7v5w.json +++ b/advisories/unreviewed/2022/05/GHSA-q8pf-ccvv-7v5w/GHSA-q8pf-ccvv-7v5w.json @@ -7,12 +7,8 @@ "CVE-2019-16461" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have an out-of-bounds read vulnerability. Successful exploitation could lead to information disclosure .", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qc53-pf6m-hqxj/GHSA-qc53-pf6m-hqxj.json b/advisories/unreviewed/2022/05/GHSA-qc53-pf6m-hqxj/GHSA-qc53-pf6m-hqxj.json index 90674038f78..4cbf495fa4d 100644 --- a/advisories/unreviewed/2022/05/GHSA-qc53-pf6m-hqxj/GHSA-qc53-pf6m-hqxj.json +++ b/advisories/unreviewed/2022/05/GHSA-qc53-pf6m-hqxj/GHSA-qc53-pf6m-hqxj.json @@ -7,12 +7,8 @@ "CVE-2019-8555" ], "details": "A buffer overflow was addressed with improved size validation. This issue is fixed in macOS Mojave 10.14.4. A malicious application may be able to execute arbitrary code with kernel 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-qcpq-h4fr-87ch/GHSA-qcpq-h4fr-87ch.json b/advisories/unreviewed/2022/05/GHSA-qcpq-h4fr-87ch/GHSA-qcpq-h4fr-87ch.json index c2559d46b1c..08c9d552c38 100644 --- a/advisories/unreviewed/2022/05/GHSA-qcpq-h4fr-87ch/GHSA-qcpq-h4fr-87ch.json +++ b/advisories/unreviewed/2022/05/GHSA-qcpq-h4fr-87ch/GHSA-qcpq-h4fr-87ch.json @@ -7,12 +7,8 @@ "CVE-2007-4035" ], "details": "** DISPUTED ** Guidance Software EnCase does not properly handle (1) certain malformed MBR partition tables with many entries, which allows remote attackers to prevent logical collection of a disk image; (2) NTFS filesystems with directory loops, which allows remote attackers to prevent examination of certain directory contents; and (3) certain other malformed NTFS filesystems, which allows remote attackers to prevent examination of corrupted records. NOTE: the vendor disputes the significance of these issues, because physical collection can be used instead, because the vendor believes that relevant attackers typically do not corrupt an MBR or a filesystem, and because detection of a loop is valuable on its own.", - "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-qcwh-5w9f-2g7x/GHSA-qcwh-5w9f-2g7x.json b/advisories/unreviewed/2022/05/GHSA-qcwh-5w9f-2g7x/GHSA-qcwh-5w9f-2g7x.json index 2cc8e5c1421..3570adbcb01 100644 --- a/advisories/unreviewed/2022/05/GHSA-qcwh-5w9f-2g7x/GHSA-qcwh-5w9f-2g7x.json +++ b/advisories/unreviewed/2022/05/GHSA-qcwh-5w9f-2g7x/GHSA-qcwh-5w9f-2g7x.json @@ -7,12 +7,8 @@ "CVE-2019-8510" ], "details": "An out-of-bounds read issue existed that led to the disclosure of kernel memory. This was addressed with improved input validation. This issue is fixed in iOS 12.2, macOS Mojave 10.14.4, tvOS 12.2, watchOS 5.2. A malicious application may be able to determine kernel memory layout.", - "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-qfhc-hxg2-g92x/GHSA-qfhc-hxg2-g92x.json b/advisories/unreviewed/2022/05/GHSA-qfhc-hxg2-g92x/GHSA-qfhc-hxg2-g92x.json index 54c9d534f08..a720d626233 100644 --- a/advisories/unreviewed/2022/05/GHSA-qfhc-hxg2-g92x/GHSA-qfhc-hxg2-g92x.json +++ b/advisories/unreviewed/2022/05/GHSA-qfhc-hxg2-g92x/GHSA-qfhc-hxg2-g92x.json @@ -7,12 +7,8 @@ "CVE-2019-16732" ], "details": "Unencrypted HTTP communications for firmware upgrades in Petalk AI and PF-103 allow man-in-the-middle attackers to run arbitrary code as the root user.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qghc-5fvm-f36w/GHSA-qghc-5fvm-f36w.json b/advisories/unreviewed/2022/05/GHSA-qghc-5fvm-f36w/GHSA-qghc-5fvm-f36w.json index 0da5a9afd88..446b7e2ba93 100644 --- a/advisories/unreviewed/2022/05/GHSA-qghc-5fvm-f36w/GHSA-qghc-5fvm-f36w.json +++ b/advisories/unreviewed/2022/05/GHSA-qghc-5fvm-f36w/GHSA-qghc-5fvm-f36w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qj23-qqxr-6g3c/GHSA-qj23-qqxr-6g3c.json b/advisories/unreviewed/2022/05/GHSA-qj23-qqxr-6g3c/GHSA-qj23-qqxr-6g3c.json index e128c2ca284..fe3d93620ae 100644 --- a/advisories/unreviewed/2022/05/GHSA-qj23-qqxr-6g3c/GHSA-qj23-qqxr-6g3c.json +++ b/advisories/unreviewed/2022/05/GHSA-qj23-qqxr-6g3c/GHSA-qj23-qqxr-6g3c.json @@ -7,12 +7,8 @@ "CVE-2019-8559" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.2, tvOS 12.2, watchOS 5.2, Safari 12.1, iTunes 12.9.4 for Windows, iCloud for Windows 7.11. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -44,9 +40,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qm79-2xvm-7f2r/GHSA-qm79-2xvm-7f2r.json b/advisories/unreviewed/2022/05/GHSA-qm79-2xvm-7f2r/GHSA-qm79-2xvm-7f2r.json index 6dbd1e00e2c..1e98c70ac52 100644 --- a/advisories/unreviewed/2022/05/GHSA-qm79-2xvm-7f2r/GHSA-qm79-2xvm-7f2r.json +++ b/advisories/unreviewed/2022/05/GHSA-qm79-2xvm-7f2r/GHSA-qm79-2xvm-7f2r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qp2w-5j73-m364/GHSA-qp2w-5j73-m364.json b/advisories/unreviewed/2022/05/GHSA-qp2w-5j73-m364/GHSA-qp2w-5j73-m364.json index e07c9b95063..29da5992790 100644 --- a/advisories/unreviewed/2022/05/GHSA-qp2w-5j73-m364/GHSA-qp2w-5j73-m364.json +++ b/advisories/unreviewed/2022/05/GHSA-qp2w-5j73-m364/GHSA-qp2w-5j73-m364.json @@ -7,12 +7,8 @@ "CVE-2019-8661" ], "details": "A use after free issue was addressed with improved memory management. This issue is fixed in macOS Mojave 10.14.6. A remote attacker may be able to cause arbitrary code 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/05/GHSA-qp94-gr87-4wq3/GHSA-qp94-gr87-4wq3.json b/advisories/unreviewed/2022/05/GHSA-qp94-gr87-4wq3/GHSA-qp94-gr87-4wq3.json index 93ee2b28315..9ccdc94edc6 100644 --- a/advisories/unreviewed/2022/05/GHSA-qp94-gr87-4wq3/GHSA-qp94-gr87-4wq3.json +++ b/advisories/unreviewed/2022/05/GHSA-qp94-gr87-4wq3/GHSA-qp94-gr87-4wq3.json @@ -7,12 +7,8 @@ "CVE-2008-2478" ], "details": "** DISPUTED ** scripts/wwwacct in cPanel 11.18.6 STABLE and earlier and 11.23.1 CURRENT and earlier allows remote authenticated users with reseller privileges to execute arbitrary code via shell metacharacters in the Email address field (aka Email text box). NOTE: the vendor disputes this, stating \"I'm unable to reproduce such an issue on multiple servers running different versions of cPanel.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qrf7-f27g-8wjx/GHSA-qrf7-f27g-8wjx.json b/advisories/unreviewed/2022/05/GHSA-qrf7-f27g-8wjx/GHSA-qrf7-f27g-8wjx.json index 2de5e2362c3..e8f4e9885e6 100644 --- a/advisories/unreviewed/2022/05/GHSA-qrf7-f27g-8wjx/GHSA-qrf7-f27g-8wjx.json +++ b/advisories/unreviewed/2022/05/GHSA-qrf7-f27g-8wjx/GHSA-qrf7-f27g-8wjx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qv8q-9rhq-hhv2/GHSA-qv8q-9rhq-hhv2.json b/advisories/unreviewed/2022/05/GHSA-qv8q-9rhq-hhv2/GHSA-qv8q-9rhq-hhv2.json index fa86487be4c..38319f52c15 100644 --- a/advisories/unreviewed/2022/05/GHSA-qv8q-9rhq-hhv2/GHSA-qv8q-9rhq-hhv2.json +++ b/advisories/unreviewed/2022/05/GHSA-qv8q-9rhq-hhv2/GHSA-qv8q-9rhq-hhv2.json @@ -7,12 +7,8 @@ "CVE-2007-0875" ], "details": "** DISPUTED ** SQL injection vulnerability in install.php in mcRefer allows remote attackers to execute arbitrary SQL commands via unspecified vectors. NOTE: this issue has been disputed by a third party, stating that the file does not use a SQL database.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qvf8-847g-6f46/GHSA-qvf8-847g-6f46.json b/advisories/unreviewed/2022/05/GHSA-qvf8-847g-6f46/GHSA-qvf8-847g-6f46.json index 53926915a41..0c3c9232532 100644 --- a/advisories/unreviewed/2022/05/GHSA-qvf8-847g-6f46/GHSA-qvf8-847g-6f46.json +++ b/advisories/unreviewed/2022/05/GHSA-qvf8-847g-6f46/GHSA-qvf8-847g-6f46.json @@ -7,12 +7,8 @@ "CVE-2019-19541" ], "details": "The ListingPro theme before v2.0.14.2 for WordPress has Persistent XSS via the Best Day/Night field on the new listing submit page.", - "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-qwrr-w7m7-w9gh/GHSA-qwrr-w7m7-w9gh.json b/advisories/unreviewed/2022/05/GHSA-qwrr-w7m7-w9gh/GHSA-qwrr-w7m7-w9gh.json index 59833c57759..b775945f976 100644 --- a/advisories/unreviewed/2022/05/GHSA-qwrr-w7m7-w9gh/GHSA-qwrr-w7m7-w9gh.json +++ b/advisories/unreviewed/2022/05/GHSA-qwrr-w7m7-w9gh/GHSA-qwrr-w7m7-w9gh.json @@ -7,12 +7,8 @@ "CVE-2019-7482" ], "details": "Stack-based buffer overflow in SonicWall SMA100 allows an unauthenticated user to execute arbitrary code in function libSys.so. This vulnerability impacted SMA100 version 9.0.0.3 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/05/GHSA-qx4j-rq35-4cxc/GHSA-qx4j-rq35-4cxc.json b/advisories/unreviewed/2022/05/GHSA-qx4j-rq35-4cxc/GHSA-qx4j-rq35-4cxc.json index cc9a6423048..a6312c0822e 100644 --- a/advisories/unreviewed/2022/05/GHSA-qx4j-rq35-4cxc/GHSA-qx4j-rq35-4cxc.json +++ b/advisories/unreviewed/2022/05/GHSA-qx4j-rq35-4cxc/GHSA-qx4j-rq35-4cxc.json @@ -7,12 +7,8 @@ "CVE-2019-19675" ], "details": "In Ivanti Workspace Control before 10.3.180.0. a locally authenticated user with low privileges can bypass Managed Application Security by leveraging an unspecified attack vector in Workspace Preferences, when it is enabled. As a result, the attacker can start applications that should be blocked.", - "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-qx8m-952f-j9xc/GHSA-qx8m-952f-j9xc.json b/advisories/unreviewed/2022/05/GHSA-qx8m-952f-j9xc/GHSA-qx8m-952f-j9xc.json index 7d2e34c30bf..0e1b0a04f84 100644 --- a/advisories/unreviewed/2022/05/GHSA-qx8m-952f-j9xc/GHSA-qx8m-952f-j9xc.json +++ b/advisories/unreviewed/2022/05/GHSA-qx8m-952f-j9xc/GHSA-qx8m-952f-j9xc.json @@ -7,12 +7,8 @@ "CVE-2019-10513" ], "details": "Possibility of Null pointer access if the SPDM commands are executed in the non-standard way in Trustzone in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer Electronics Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables, Snapdragon Wired Infrastructure and Networking in APQ8009, APQ8017, APQ8053, APQ8096, APQ8096AU, APQ8098, IPQ8074, MDM9150, MDM9205, MDM9206, MDM9207C, MDM9607, MDM9650, MSM8905, MSM8909, MSM8909W, MSM8917, MSM8920, MSM8937, MSM8940, MSM8953, MSM8996, MSM8996AU, MSM8998, Nicobar, QCA8081, QCS404, QCS605, QM215, SDA660, SDA845, SDM429, SDM439, SDM450, SDM630, SDM632, SDM636, SDM660, SDM670, SDM710, SDM845, SDM850, SDX24, SDX55, SM6150, SM7150, SM8150, SXR1130, SXR2130", - "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-r2vc-f934-3977/GHSA-r2vc-f934-3977.json b/advisories/unreviewed/2022/05/GHSA-r2vc-f934-3977/GHSA-r2vc-f934-3977.json index e56dd31aceb..1e05034ac05 100644 --- a/advisories/unreviewed/2022/05/GHSA-r2vc-f934-3977/GHSA-r2vc-f934-3977.json +++ b/advisories/unreviewed/2022/05/GHSA-r2vc-f934-3977/GHSA-r2vc-f934-3977.json @@ -7,12 +7,8 @@ "CVE-2019-14609" ], "details": "Improper input validation in firmware for Intel(R) NUC(R) may allow a privileged user to potentially enable escalation of privilege via local 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/05/GHSA-r3m7-cfpc-9wfw/GHSA-r3m7-cfpc-9wfw.json b/advisories/unreviewed/2022/05/GHSA-r3m7-cfpc-9wfw/GHSA-r3m7-cfpc-9wfw.json index fafd3676cf3..22da256a8a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-r3m7-cfpc-9wfw/GHSA-r3m7-cfpc-9wfw.json +++ b/advisories/unreviewed/2022/05/GHSA-r3m7-cfpc-9wfw/GHSA-r3m7-cfpc-9wfw.json @@ -7,12 +7,8 @@ "CVE-2019-17390" ], "details": "An issue was discovered in the Outlook add-in in Pronestor Planner before 8.1.77. There is local privilege escalation in the Health Monitor service because PronestorHealthMonitor.exe access control is mishandled, aka PNB-2359.", - "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-r3vc-w727-947p/GHSA-r3vc-w727-947p.json b/advisories/unreviewed/2022/05/GHSA-r3vc-w727-947p/GHSA-r3vc-w727-947p.json index 8691398cf4d..9b6987d3d4f 100644 --- a/advisories/unreviewed/2022/05/GHSA-r3vc-w727-947p/GHSA-r3vc-w727-947p.json +++ b/advisories/unreviewed/2022/05/GHSA-r3vc-w727-947p/GHSA-r3vc-w727-947p.json @@ -7,12 +7,8 @@ "CVE-2019-8779" ], "details": "A logic issue applied the incorrect restrictions. This issue was addressed by updating the logic to apply the correct restrictions. This issue is fixed in iOS 13.1.1 and iPadOS 13.1.1. Third party app extensions may not receive the correct sandbox 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/05/GHSA-r4c9-h547-774j/GHSA-r4c9-h547-774j.json b/advisories/unreviewed/2022/05/GHSA-r4c9-h547-774j/GHSA-r4c9-h547-774j.json index 13d77a95ce5..25927480229 100644 --- a/advisories/unreviewed/2022/05/GHSA-r4c9-h547-774j/GHSA-r4c9-h547-774j.json +++ b/advisories/unreviewed/2022/05/GHSA-r4c9-h547-774j/GHSA-r4c9-h547-774j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-r58h-4phg-6hgx/GHSA-r58h-4phg-6hgx.json b/advisories/unreviewed/2022/05/GHSA-r58h-4phg-6hgx/GHSA-r58h-4phg-6hgx.json index d2891c64e97..77498887963 100644 --- a/advisories/unreviewed/2022/05/GHSA-r58h-4phg-6hgx/GHSA-r58h-4phg-6hgx.json +++ b/advisories/unreviewed/2022/05/GHSA-r58h-4phg-6hgx/GHSA-r58h-4phg-6hgx.json @@ -7,12 +7,8 @@ "CVE-2019-5258" ], "details": "Certain Huawei products (AP2000;IPS Module;NGFW Module;NIP6300;NIP6600;NIP6800;S5700;SVN5600;SVN5800;SVN5800-C;SeMG9811;Secospace AntiDDoS8000;Secospace USG6300;Secospace USG6500;Secospace USG6600;USG6000V;eSpace U1981) have a buffer overflow vulnerability. An attacker who logs in to the board may send crafted messages from the internal network port or tamper with inter-process message packets to exploit this vulnerability. Due to insufficient validation of the message, successful exploit may cause the affected board to be abnormal.", - "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-r5hw-pr28-jgh5/GHSA-r5hw-pr28-jgh5.json b/advisories/unreviewed/2022/05/GHSA-r5hw-pr28-jgh5/GHSA-r5hw-pr28-jgh5.json index 9faea44bbc0..12485be89c1 100644 --- a/advisories/unreviewed/2022/05/GHSA-r5hw-pr28-jgh5/GHSA-r5hw-pr28-jgh5.json +++ b/advisories/unreviewed/2022/05/GHSA-r5hw-pr28-jgh5/GHSA-r5hw-pr28-jgh5.json @@ -7,12 +7,8 @@ "CVE-2019-10537" ], "details": "Improper validation of event buffer extracted from FW response can lead to integer overflow, which will allow to pass the length check and eventually will lead to buffer overwrite when event data is copied to context buffer in Snapdragon Auto, Snapdragon Consumer Electronics Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music in MDM9607, Nicobar, QCA6574AU, QCN7605, QCS405, QCS605, SDM660, SDM845, SDX55, SM6150, SM7150, SM8150, SM8250, SXR1130, SXR2130", - "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-r5xh-3hh9-fq98/GHSA-r5xh-3hh9-fq98.json b/advisories/unreviewed/2022/05/GHSA-r5xh-3hh9-fq98/GHSA-r5xh-3hh9-fq98.json index 7d4fc4ba8b9..f8c075887e5 100644 --- a/advisories/unreviewed/2022/05/GHSA-r5xh-3hh9-fq98/GHSA-r5xh-3hh9-fq98.json +++ b/advisories/unreviewed/2022/05/GHSA-r5xh-3hh9-fq98/GHSA-r5xh-3hh9-fq98.json @@ -7,12 +7,8 @@ "CVE-2019-8533" ], "details": "A lock handling issue was addressed with improved lock handling. This issue is fixed in macOS Mojave 10.14.4. A Mac may not lock when disconnecting from an external monitor.", - "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-r68c-v3gr-w2rh/GHSA-r68c-v3gr-w2rh.json b/advisories/unreviewed/2022/05/GHSA-r68c-v3gr-w2rh/GHSA-r68c-v3gr-w2rh.json index 2ba19a3ea28..016f2e87053 100644 --- a/advisories/unreviewed/2022/05/GHSA-r68c-v3gr-w2rh/GHSA-r68c-v3gr-w2rh.json +++ b/advisories/unreviewed/2022/05/GHSA-r68c-v3gr-w2rh/GHSA-r68c-v3gr-w2rh.json @@ -7,12 +7,8 @@ "CVE-2007-3508" ], "details": "** DISPUTED ** Integer overflow in the process_envvars function in elf/rtld.c in glibc before 2.5-rc4 might allow local users to execute arbitrary code via a large LD_HWCAP_MASK environment variable value. NOTE: the glibc maintainers state that they do not believe that this issue is exploitable for code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-r82f-4c78-r455/GHSA-r82f-4c78-r455.json b/advisories/unreviewed/2022/05/GHSA-r82f-4c78-r455/GHSA-r82f-4c78-r455.json index addd88d8a28..fa913c9c158 100644 --- a/advisories/unreviewed/2022/05/GHSA-r82f-4c78-r455/GHSA-r82f-4c78-r455.json +++ b/advisories/unreviewed/2022/05/GHSA-r82f-4c78-r455/GHSA-r82f-4c78-r455.json @@ -7,12 +7,8 @@ "CVE-2019-19813" ], "details": "In the Linux kernel 5.0.21, mounting a crafted btrfs filesystem image, performing some operations, and then making a syncfs system call can lead to a use-after-free in __mutex_lock in kernel/locking/mutex.c. This is related to mutex_can_spin_on_owner in kernel/locking/mutex.c, __btrfs_qgroup_free_meta in fs/btrfs/qgroup.c, and btrfs_insert_delayed_items in fs/btrfs/delayed-inode.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r8f7-ff3w-94hq/GHSA-r8f7-ff3w-94hq.json b/advisories/unreviewed/2022/05/GHSA-r8f7-ff3w-94hq/GHSA-r8f7-ff3w-94hq.json index 15c1f1ea594..9db59a267d9 100644 --- a/advisories/unreviewed/2022/05/GHSA-r8f7-ff3w-94hq/GHSA-r8f7-ff3w-94hq.json +++ b/advisories/unreviewed/2022/05/GHSA-r8f7-ff3w-94hq/GHSA-r8f7-ff3w-94hq.json @@ -7,12 +7,8 @@ "CVE-2019-19915" ], "details": "The \"301 Redirects - Easy Redirect Manager\" plugin before 2.45 for WordPress allows users (with subscriber or greater access) to modify, delete, or inject redirect rules, and exploit XSS, with the /admin-ajax.php?action=eps_redirect_save and /admin-ajax.php?action=eps_redirect_delete actions. This could result in a loss of site availability, malicious redirects, and user infections. This could also be exploited via CSRF.", - "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-r8qp-cm8p-5ph7/GHSA-r8qp-cm8p-5ph7.json b/advisories/unreviewed/2022/05/GHSA-r8qp-cm8p-5ph7/GHSA-r8qp-cm8p-5ph7.json index 2fb7f2280e1..69a8e0654d7 100644 --- a/advisories/unreviewed/2022/05/GHSA-r8qp-cm8p-5ph7/GHSA-r8qp-cm8p-5ph7.json +++ b/advisories/unreviewed/2022/05/GHSA-r8qp-cm8p-5ph7/GHSA-r8qp-cm8p-5ph7.json @@ -7,12 +7,8 @@ "CVE-2019-12568" ], "details": "Stack-based overflow vulnerability in the logMess function in Open TFTP Server SP 1.66 and earlier allows remote attackers to perform a denial of service or execute arbitrary code via a long TFTP error packet, a different vulnerability than CVE-2018-10387 and CVE-2019-12567.", - "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-rfxp-ph2r-6mqh/GHSA-rfxp-ph2r-6mqh.json b/advisories/unreviewed/2022/05/GHSA-rfxp-ph2r-6mqh/GHSA-rfxp-ph2r-6mqh.json index dbff5f509d4..5abb4857f3b 100644 --- a/advisories/unreviewed/2022/05/GHSA-rfxp-ph2r-6mqh/GHSA-rfxp-ph2r-6mqh.json +++ b/advisories/unreviewed/2022/05/GHSA-rfxp-ph2r-6mqh/GHSA-rfxp-ph2r-6mqh.json @@ -7,12 +7,8 @@ "CVE-2006-7006" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in upload/admin/team.php in Robin de Graff Somery 0.4.4 allows remote attackers to execute arbitrary PHP code via a URL in the checkauth parameter. NOTE: CVE disputes this vulnerability because the checkauth parameter is only used in conditionals.", - "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-rhpq-g37f-99fq/GHSA-rhpq-g37f-99fq.json b/advisories/unreviewed/2022/05/GHSA-rhpq-g37f-99fq/GHSA-rhpq-g37f-99fq.json index 34ee1110732..d3a474d8e31 100644 --- a/advisories/unreviewed/2022/05/GHSA-rhpq-g37f-99fq/GHSA-rhpq-g37f-99fq.json +++ b/advisories/unreviewed/2022/05/GHSA-rhpq-g37f-99fq/GHSA-rhpq-g37f-99fq.json @@ -7,12 +7,8 @@ "CVE-2006-7120" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in lib/php/phphtmllib-2.5.4/examples/example6.php for maintain 3.0.0-RC2 allows remote attackers to execute arbitrary PHP code via a URL in the phphtmllib parameter. NOTE: this issue might be in phpHtmlLib. NOTE: CVE disputes this issue for proper installations of maintain, since $phphtmllib is set in includes.inc before being used in example6.php.", - "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-rhwr-5wqw-gpxf/GHSA-rhwr-5wqw-gpxf.json b/advisories/unreviewed/2022/05/GHSA-rhwr-5wqw-gpxf/GHSA-rhwr-5wqw-gpxf.json index 89391e1acb0..8c63ae49ead 100644 --- a/advisories/unreviewed/2022/05/GHSA-rhwr-5wqw-gpxf/GHSA-rhwr-5wqw-gpxf.json +++ b/advisories/unreviewed/2022/05/GHSA-rhwr-5wqw-gpxf/GHSA-rhwr-5wqw-gpxf.json @@ -7,12 +7,8 @@ "CVE-2019-16737" ], "details": "The processCommandSetMac() function of libcommon.so in Petwant PF-103 firmware 4.22.2.42 and Petalk AI 3.2.2.30 allows remote attackers to execute arbitrary system commands as the root user.", - "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-rj84-4c6h-59jx/GHSA-rj84-4c6h-59jx.json b/advisories/unreviewed/2022/05/GHSA-rj84-4c6h-59jx/GHSA-rj84-4c6h-59jx.json index fa2a49af432..de5559678c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-rj84-4c6h-59jx/GHSA-rj84-4c6h-59jx.json +++ b/advisories/unreviewed/2022/05/GHSA-rj84-4c6h-59jx/GHSA-rj84-4c6h-59jx.json @@ -7,12 +7,8 @@ "CVE-2019-4743" ], "details": "IBM Financial Transaction Manager 3.0 does not set the secure attribute on authorization tokens or session cookies. Attackers may be able to get the cookie values by sending a http:// link to a user or by planting this link in a site the user goes to. The cookie will be sent to the insecure link and the attacker can then obtain the cookie value by snooping the traffic. IBM X-Force ID: 172880.", - "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-rjqh-pc3v-h9pm/GHSA-rjqh-pc3v-h9pm.json b/advisories/unreviewed/2022/05/GHSA-rjqh-pc3v-h9pm/GHSA-rjqh-pc3v-h9pm.json index f1627ef39a5..5b0c06e99f5 100644 --- a/advisories/unreviewed/2022/05/GHSA-rjqh-pc3v-h9pm/GHSA-rjqh-pc3v-h9pm.json +++ b/advisories/unreviewed/2022/05/GHSA-rjqh-pc3v-h9pm/GHSA-rjqh-pc3v-h9pm.json @@ -7,12 +7,8 @@ "CVE-2007-4951" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in sample.php in YaPiG 0.95b allows remote attackers to execute arbitrary PHP code via a URL in the YAPIG_PATH parameter. NOTE: this issue has been disputed by CVE, since YAPIG_PATH is defined before use.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rm5x-36q2-9xmp/GHSA-rm5x-36q2-9xmp.json b/advisories/unreviewed/2022/05/GHSA-rm5x-36q2-9xmp/GHSA-rm5x-36q2-9xmp.json index 4cd75b22786..403f525d35d 100644 --- a/advisories/unreviewed/2022/05/GHSA-rm5x-36q2-9xmp/GHSA-rm5x-36q2-9xmp.json +++ b/advisories/unreviewed/2022/05/GHSA-rm5x-36q2-9xmp/GHSA-rm5x-36q2-9xmp.json @@ -7,12 +7,8 @@ "CVE-2019-8654" ], "details": "An inconsistent user interface issue was addressed with improved state management. This issue is fixed in Safari 13.0.1. Visiting a malicious website may lead to user interface spoofing.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rp7w-4xxf-cq5w/GHSA-rp7w-4xxf-cq5w.json b/advisories/unreviewed/2022/05/GHSA-rp7w-4xxf-cq5w/GHSA-rp7w-4xxf-cq5w.json index 6eebae71cb3..0b05849a756 100644 --- a/advisories/unreviewed/2022/05/GHSA-rp7w-4xxf-cq5w/GHSA-rp7w-4xxf-cq5w.json +++ b/advisories/unreviewed/2022/05/GHSA-rp7w-4xxf-cq5w/GHSA-rp7w-4xxf-cq5w.json @@ -7,12 +7,8 @@ "CVE-2019-13533" ], "details": "In Omron PLC CJ series, all versions, and Omron PLC CS series, all versions, an attacker could monitor traffic between the PLC and the controller and replay requests that could result in the opening and closing of industrial valves.", - "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-rq7m-5jqv-g64q/GHSA-rq7m-5jqv-g64q.json b/advisories/unreviewed/2022/05/GHSA-rq7m-5jqv-g64q/GHSA-rq7m-5jqv-g64q.json index 67a5dba7c3f..c07477ac035 100644 --- a/advisories/unreviewed/2022/05/GHSA-rq7m-5jqv-g64q/GHSA-rq7m-5jqv-g64q.json +++ b/advisories/unreviewed/2022/05/GHSA-rq7m-5jqv-g64q/GHSA-rq7m-5jqv-g64q.json @@ -7,12 +7,8 @@ "CVE-2019-8797" ], "details": "A memory corruption issue was addressed with improved memory handling. This issue is fixed in iOS 13.2 and iPadOS 13.2, macOS Catalina 10.15.1, tvOS 13.2, watchOS 6.1. An application may be able to execute arbitrary code with system privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rrr4-g4q4-hgr3/GHSA-rrr4-g4q4-hgr3.json b/advisories/unreviewed/2022/05/GHSA-rrr4-g4q4-hgr3/GHSA-rrr4-g4q4-hgr3.json index 62d81d68183..0c1eac7f920 100644 --- a/advisories/unreviewed/2022/05/GHSA-rrr4-g4q4-hgr3/GHSA-rrr4-g4q4-hgr3.json +++ b/advisories/unreviewed/2022/05/GHSA-rrr4-g4q4-hgr3/GHSA-rrr4-g4q4-hgr3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rv43-fj24-7hpc/GHSA-rv43-fj24-7hpc.json b/advisories/unreviewed/2022/05/GHSA-rv43-fj24-7hpc/GHSA-rv43-fj24-7hpc.json index 1b789c7112d..ee6ebe76ea6 100644 --- a/advisories/unreviewed/2022/05/GHSA-rv43-fj24-7hpc/GHSA-rv43-fj24-7hpc.json +++ b/advisories/unreviewed/2022/05/GHSA-rv43-fj24-7hpc/GHSA-rv43-fj24-7hpc.json @@ -7,12 +7,8 @@ "CVE-2019-8605" ], "details": "A use after free issue was addressed with improved memory management. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, watchOS 5.2.1. A malicious application may be able to execute arbitrary code with system privileges.", - "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-rw3v-9376-3qfw/GHSA-rw3v-9376-3qfw.json b/advisories/unreviewed/2022/05/GHSA-rw3v-9376-3qfw/GHSA-rw3v-9376-3qfw.json index 03835d1cd17..28283744ad6 100644 --- a/advisories/unreviewed/2022/05/GHSA-rw3v-9376-3qfw/GHSA-rw3v-9376-3qfw.json +++ b/advisories/unreviewed/2022/05/GHSA-rw3v-9376-3qfw/GHSA-rw3v-9376-3qfw.json @@ -7,12 +7,8 @@ "CVE-2010-4931" ], "details": "** DISPUTED ** Directory traversal vulnerability in maincore.php in PHP-Fusion allows remote attackers to include and execute arbitrary local files via a .. (dot dot) in the folder_level parameter. NOTE: this issue has been disputed by a reliable third party.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rw67-4595-c74r/GHSA-rw67-4595-c74r.json b/advisories/unreviewed/2022/05/GHSA-rw67-4595-c74r/GHSA-rw67-4595-c74r.json index f30d5b3badd..3883271fd63 100644 --- a/advisories/unreviewed/2022/05/GHSA-rw67-4595-c74r/GHSA-rw67-4595-c74r.json +++ b/advisories/unreviewed/2022/05/GHSA-rw67-4595-c74r/GHSA-rw67-4595-c74r.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-rw6h-8vfv-6rm7/GHSA-rw6h-8vfv-6rm7.json b/advisories/unreviewed/2022/05/GHSA-rw6h-8vfv-6rm7/GHSA-rw6h-8vfv-6rm7.json index a7f3f4c35ba..edbd4d59118 100644 --- a/advisories/unreviewed/2022/05/GHSA-rw6h-8vfv-6rm7/GHSA-rw6h-8vfv-6rm7.json +++ b/advisories/unreviewed/2022/05/GHSA-rw6h-8vfv-6rm7/GHSA-rw6h-8vfv-6rm7.json @@ -7,12 +7,8 @@ "CVE-2019-8775" ], "details": "The issue was addressed by restricting options offered on a locked device. This issue is fixed in iOS 13.1 and iPadOS 13.1. A person with physical access to an iOS device may be able to access contacts from the lock screen.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rw7x-4625-rjj4/GHSA-rw7x-4625-rjj4.json b/advisories/unreviewed/2022/05/GHSA-rw7x-4625-rjj4/GHSA-rw7x-4625-rjj4.json index 2192d2d09c4..f79148a6cd3 100644 --- a/advisories/unreviewed/2022/05/GHSA-rw7x-4625-rjj4/GHSA-rw7x-4625-rjj4.json +++ b/advisories/unreviewed/2022/05/GHSA-rw7x-4625-rjj4/GHSA-rw7x-4625-rjj4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rwgf-fjm3-5vp2/GHSA-rwgf-fjm3-5vp2.json b/advisories/unreviewed/2022/05/GHSA-rwgf-fjm3-5vp2/GHSA-rwgf-fjm3-5vp2.json index 0bda8d6d07e..82b3b9460a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-rwgf-fjm3-5vp2/GHSA-rwgf-fjm3-5vp2.json +++ b/advisories/unreviewed/2022/05/GHSA-rwgf-fjm3-5vp2/GHSA-rwgf-fjm3-5vp2.json @@ -7,12 +7,8 @@ "CVE-2019-8646" ], "details": "An out-of-bounds read was addressed with improved input validation. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, watchOS 5.3. A remote attacker may be able to leak memory.", - "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-rx8v-7j8w-mx62/GHSA-rx8v-7j8w-mx62.json b/advisories/unreviewed/2022/05/GHSA-rx8v-7j8w-mx62/GHSA-rx8v-7j8w-mx62.json index 5ae4186d828..b647a9edea7 100644 --- a/advisories/unreviewed/2022/05/GHSA-rx8v-7j8w-mx62/GHSA-rx8v-7j8w-mx62.json +++ b/advisories/unreviewed/2022/05/GHSA-rx8v-7j8w-mx62/GHSA-rx8v-7j8w-mx62.json @@ -7,12 +7,8 @@ "CVE-2019-8802" ], "details": "A validation issue was addressed with improved logic. This issue is fixed in macOS Catalina 10.15.1. A malicious application may be able 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/05/GHSA-rxgh-9c22-r8rj/GHSA-rxgh-9c22-r8rj.json b/advisories/unreviewed/2022/05/GHSA-rxgh-9c22-r8rj/GHSA-rxgh-9c22-r8rj.json index b653295c8e2..abef76a19a1 100644 --- a/advisories/unreviewed/2022/05/GHSA-rxgh-9c22-r8rj/GHSA-rxgh-9c22-r8rj.json +++ b/advisories/unreviewed/2022/05/GHSA-rxgh-9c22-r8rj/GHSA-rxgh-9c22-r8rj.json @@ -7,12 +7,8 @@ "CVE-2019-8507" ], "details": "Multiple memory corruption issues were addressed with improved input validation. This issue is fixed in macOS Mojave 10.14.4. Processing malicious data may lead to unexpected application termination.", - "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-v2g8-cpw8-4hv6/GHSA-v2g8-cpw8-4hv6.json b/advisories/unreviewed/2022/05/GHSA-v2g8-cpw8-4hv6/GHSA-v2g8-cpw8-4hv6.json index 8d45eb132aa..4fdc3e4f05c 100644 --- a/advisories/unreviewed/2022/05/GHSA-v2g8-cpw8-4hv6/GHSA-v2g8-cpw8-4hv6.json +++ b/advisories/unreviewed/2022/05/GHSA-v2g8-cpw8-4hv6/GHSA-v2g8-cpw8-4hv6.json @@ -7,12 +7,8 @@ "CVE-2019-10480" ], "details": "Out of bound write can happen in WMI firmware event handler due to lack of validation of data received from WLAN firmware in Snapdragon Auto, Snapdragon Consumer Electronics Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables, Snapdragon Wired Infrastructure and Networking in APQ8009, APQ8017, APQ8053, APQ8096AU, APQ8098, IPQ4019, IPQ8064, IPQ8074, MDM9206, MDM9207C, MDM9607, MDM9615, MDM9640, MDM9650, MSM8909, MSM8909W, MSM8917, MSM8920, MSM8937, MSM8939, MSM8940, MSM8996AU, QCA6174A, QCA6574AU, QCA9377, QCA9379, QCA9980, QCN7605, QCS605, SDA660, SDA845, SDM630, SDM636, SDM660, SDM670, SDM710, SDM845, SDX20, SDX24, SM6150, SM7150, SM8150, SXR1130", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v448-6mjx-mr34/GHSA-v448-6mjx-mr34.json b/advisories/unreviewed/2022/05/GHSA-v448-6mjx-mr34/GHSA-v448-6mjx-mr34.json index b95051750f7..c9120ff3683 100644 --- a/advisories/unreviewed/2022/05/GHSA-v448-6mjx-mr34/GHSA-v448-6mjx-mr34.json +++ b/advisories/unreviewed/2022/05/GHSA-v448-6mjx-mr34/GHSA-v448-6mjx-mr34.json @@ -7,12 +7,8 @@ "CVE-2019-8662" ], "details": "This issue was addressed with improved checks. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, watchOS 5.3. An attacker may be able to trigger a use-after-free in an application deserializing an untrusted NSDictionary.", - "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-v5rq-2q5p-p82v/GHSA-v5rq-2q5p-p82v.json b/advisories/unreviewed/2022/05/GHSA-v5rq-2q5p-p82v/GHSA-v5rq-2q5p-p82v.json index a3fa9abe110..c9fe3f79c2b 100644 --- a/advisories/unreviewed/2022/05/GHSA-v5rq-2q5p-p82v/GHSA-v5rq-2q5p-p82v.json +++ b/advisories/unreviewed/2022/05/GHSA-v5rq-2q5p-p82v/GHSA-v5rq-2q5p-p82v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v68p-g9x3-5fpv/GHSA-v68p-g9x3-5fpv.json b/advisories/unreviewed/2022/05/GHSA-v68p-g9x3-5fpv/GHSA-v68p-g9x3-5fpv.json index ec76b72c0bc..e012988cc1a 100644 --- a/advisories/unreviewed/2022/05/GHSA-v68p-g9x3-5fpv/GHSA-v68p-g9x3-5fpv.json +++ b/advisories/unreviewed/2022/05/GHSA-v68p-g9x3-5fpv/GHSA-v68p-g9x3-5fpv.json @@ -7,12 +7,8 @@ "CVE-2019-16448" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have an use after free vulnerability. Successful exploitation could lead to arbitrary code execution .", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vc8v-7256-2pfq/GHSA-vc8v-7256-2pfq.json b/advisories/unreviewed/2022/05/GHSA-vc8v-7256-2pfq/GHSA-vc8v-7256-2pfq.json index 058bdf9f025..2a5c0656af1 100644 --- a/advisories/unreviewed/2022/05/GHSA-vc8v-7256-2pfq/GHSA-vc8v-7256-2pfq.json +++ b/advisories/unreviewed/2022/05/GHSA-vc8v-7256-2pfq/GHSA-vc8v-7256-2pfq.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-vcc6-xqh2-q6p2/GHSA-vcc6-xqh2-q6p2.json b/advisories/unreviewed/2022/05/GHSA-vcc6-xqh2-q6p2/GHSA-vcc6-xqh2-q6p2.json index c1605a88329..433def5aa77 100644 --- a/advisories/unreviewed/2022/05/GHSA-vcc6-xqh2-q6p2/GHSA-vcc6-xqh2-q6p2.json +++ b/advisories/unreviewed/2022/05/GHSA-vcc6-xqh2-q6p2/GHSA-vcc6-xqh2-q6p2.json @@ -7,12 +7,8 @@ "CVE-2007-3353" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in includes/template.php in MyEvent 1.6 allows remote attackers to execute arbitrary PHP code via a URL in the myevent_path parameter. NOTE: a reliable third party disputes this issue, saying \"the entire file is a class.\"", - "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-vcm6-ffv6-9qqw/GHSA-vcm6-ffv6-9qqw.json b/advisories/unreviewed/2022/05/GHSA-vcm6-ffv6-9qqw/GHSA-vcm6-ffv6-9qqw.json index 664e32538a9..85857687bd0 100644 --- a/advisories/unreviewed/2022/05/GHSA-vcm6-ffv6-9qqw/GHSA-vcm6-ffv6-9qqw.json +++ b/advisories/unreviewed/2022/05/GHSA-vcm6-ffv6-9qqw/GHSA-vcm6-ffv6-9qqw.json @@ -7,12 +7,8 @@ "CVE-2018-11980" ], "details": "When a fake broadcast/multicast 11w rmf without mmie received, since no proper length check in wma_process_bip, buffer overflow will happen in both cds_is_mmie_valid and qdf_nbuf_trim_tail in Snapdragon Auto, Snapdragon Consumer Electronics Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music in APQ8009, APQ8017, APQ8053, APQ8064, APQ8096AU, MDM9206, MDM9207C, MDM9607, MDM9640, MDM9650, MSM8937, MSM8996AU, MSM8998, QCA6174A, QCA6574AU, QCA9377, QCA9379, QCN7605, QCS605, SDM630, SDM636, SDM660, SDX20, SDX24, SDX55, SM6150, SM7150, SM8150, SXR1130", - "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-vfpv-wm4r-vp6p/GHSA-vfpv-wm4r-vp6p.json b/advisories/unreviewed/2022/05/GHSA-vfpv-wm4r-vp6p/GHSA-vfpv-wm4r-vp6p.json index 1fe441913e1..2e9a3e7e2f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-vfpv-wm4r-vp6p/GHSA-vfpv-wm4r-vp6p.json +++ b/advisories/unreviewed/2022/05/GHSA-vfpv-wm4r-vp6p/GHSA-vfpv-wm4r-vp6p.json @@ -7,12 +7,8 @@ "CVE-2019-7285" ], "details": "A use after free issue was addressed with improved memory management. This issue is fixed in iOS 12.2, tvOS 12.2, Safari 12.1, iTunes 12.9.4 for Windows, iCloud for Windows 7.11. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-vfvv-gfh6-h8qc/GHSA-vfvv-gfh6-h8qc.json b/advisories/unreviewed/2022/05/GHSA-vfvv-gfh6-h8qc/GHSA-vfvv-gfh6-h8qc.json index ac3ec28a9a5..5cc0cdf12ce 100644 --- a/advisories/unreviewed/2022/05/GHSA-vfvv-gfh6-h8qc/GHSA-vfvv-gfh6-h8qc.json +++ b/advisories/unreviewed/2022/05/GHSA-vfvv-gfh6-h8qc/GHSA-vfvv-gfh6-h8qc.json @@ -7,12 +7,8 @@ "CVE-2007-0086" ], "details": "** DISPUTED ** The Apache HTTP Server, when accessed through a TCP connection with a large window size, allows remote attackers to cause a denial of service (network bandwidth consumption) via a Range header that specifies multiple copies of the same fragment. NOTE: the severity of this issue has been disputed by third parties, who state that the large window size required by the attack is not normally supported or configured by the server, or that a DDoS-style attack would accomplish the same goal.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vgqq-h86w-px39/GHSA-vgqq-h86w-px39.json b/advisories/unreviewed/2022/05/GHSA-vgqq-h86w-px39/GHSA-vgqq-h86w-px39.json index 3781d778381..2493970cee9 100644 --- a/advisories/unreviewed/2022/05/GHSA-vgqq-h86w-px39/GHSA-vgqq-h86w-px39.json +++ b/advisories/unreviewed/2022/05/GHSA-vgqq-h86w-px39/GHSA-vgqq-h86w-px39.json @@ -7,12 +7,8 @@ "CVE-2019-10517" ], "details": "Memory is being freed up twice when two concurrent threads are executing in parallel in Snapdragon Auto, Snapdragon Compute, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables in APQ8009, APQ8017, APQ8053, APQ8096, APQ8096AU, APQ8098, MDM9206, MDM9207C, MDM9607, MDM9650, MSM8909, MSM8909W, MSM8917, MSM8920, MSM8937, MSM8939, MSM8940, MSM8996AU, QCS405, QCS605, SDA660, SDA845, SDM630, SDM636, SDM660, SDM845, SDX20, SM6150, SM7150, SM8150, SM8250, SXR1130, SXR2130", - "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-vh48-8j6v-g2m7/GHSA-vh48-8j6v-g2m7.json b/advisories/unreviewed/2022/05/GHSA-vh48-8j6v-g2m7/GHSA-vh48-8j6v-g2m7.json index d974ddfa1d9..77c9edeb98d 100644 --- a/advisories/unreviewed/2022/05/GHSA-vh48-8j6v-g2m7/GHSA-vh48-8j6v-g2m7.json +++ b/advisories/unreviewed/2022/05/GHSA-vh48-8j6v-g2m7/GHSA-vh48-8j6v-g2m7.json @@ -7,12 +7,8 @@ "CVE-2019-11780" ], "details": "Improper access control in the computed fields system of the framework of Odoo Community 13.0 and Odoo Enterprise 13.0 allows remote authenticated attackers to access sensitive information via crafted RPC requests, which could lead to privilege escalation.", - "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-vh75-x3f9-hw2x/GHSA-vh75-x3f9-hw2x.json b/advisories/unreviewed/2022/05/GHSA-vh75-x3f9-hw2x/GHSA-vh75-x3f9-hw2x.json index b31d90063a7..16c423ac573 100644 --- a/advisories/unreviewed/2022/05/GHSA-vh75-x3f9-hw2x/GHSA-vh75-x3f9-hw2x.json +++ b/advisories/unreviewed/2022/05/GHSA-vh75-x3f9-hw2x/GHSA-vh75-x3f9-hw2x.json @@ -7,12 +7,8 @@ "CVE-2019-8787" ], "details": "An out-of-bounds read was addressed with improved input validation. This issue is fixed in iOS 13.2 and iPadOS 13.2, macOS Catalina 10.15.1, tvOS 13.2, watchOS 6.1. A remote attacker may be able to leak memory.", - "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-vh86-6p4p-rp5p/GHSA-vh86-6p4p-rp5p.json b/advisories/unreviewed/2022/05/GHSA-vh86-6p4p-rp5p/GHSA-vh86-6p4p-rp5p.json index 645cbe6a984..45c826c7715 100644 --- a/advisories/unreviewed/2022/05/GHSA-vh86-6p4p-rp5p/GHSA-vh86-6p4p-rp5p.json +++ b/advisories/unreviewed/2022/05/GHSA-vh86-6p4p-rp5p/GHSA-vh86-6p4p-rp5p.json @@ -7,12 +7,8 @@ "CVE-2019-16444" ], "details": "Adobe Acrobat and Reader versions , 2019.021.20056 and earlier, 2017.011.30152 and earlier, 2017.011.30155 and earlier version, 2017.011.30152 and earlier, and 2015.006.30505 and earlier have a binary planting (default folder privilege escalation) vulnerability. Successful exploitation could lead to privilege escalation.", - "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-vj6g-6xq4-cmrw/GHSA-vj6g-6xq4-cmrw.json b/advisories/unreviewed/2022/05/GHSA-vj6g-6xq4-cmrw/GHSA-vj6g-6xq4-cmrw.json index d22bb0ec403..897767ae6d7 100644 --- a/advisories/unreviewed/2022/05/GHSA-vj6g-6xq4-cmrw/GHSA-vj6g-6xq4-cmrw.json +++ b/advisories/unreviewed/2022/05/GHSA-vj6g-6xq4-cmrw/GHSA-vj6g-6xq4-cmrw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vm3v-rp2c-5h56/GHSA-vm3v-rp2c-5h56.json b/advisories/unreviewed/2022/05/GHSA-vm3v-rp2c-5h56/GHSA-vm3v-rp2c-5h56.json index d80e9f718a2..cac096635c3 100644 --- a/advisories/unreviewed/2022/05/GHSA-vm3v-rp2c-5h56/GHSA-vm3v-rp2c-5h56.json +++ b/advisories/unreviewed/2022/05/GHSA-vm3v-rp2c-5h56/GHSA-vm3v-rp2c-5h56.json @@ -7,12 +7,8 @@ "CVE-2019-8529" ], "details": "A memory corruption issue was addressed with improved input validation. This issue is fixed in iOS 12.2, macOS Mojave 10.14.4. An application may be able to execute arbitrary code with kernel privileges.", - "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-vmxm-r84c-h5j2/GHSA-vmxm-r84c-h5j2.json b/advisories/unreviewed/2022/05/GHSA-vmxm-r84c-h5j2/GHSA-vmxm-r84c-h5j2.json index 17f82572a8f..c39df7c09a8 100644 --- a/advisories/unreviewed/2022/05/GHSA-vmxm-r84c-h5j2/GHSA-vmxm-r84c-h5j2.json +++ b/advisories/unreviewed/2022/05/GHSA-vmxm-r84c-h5j2/GHSA-vmxm-r84c-h5j2.json @@ -7,12 +7,8 @@ "CVE-2019-8695" ], "details": "A memory corruption issue was addressed with improved memory handling. This issue is fixed in macOS Mojave 10.14.6. An application may be able to execute arbitrary code with system privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vpxp-73pv-cfjp/GHSA-vpxp-73pv-cfjp.json b/advisories/unreviewed/2022/05/GHSA-vpxp-73pv-cfjp/GHSA-vpxp-73pv-cfjp.json index 00cc75ef89d..270d6e1f5dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-vpxp-73pv-cfjp/GHSA-vpxp-73pv-cfjp.json +++ b/advisories/unreviewed/2022/05/GHSA-vpxp-73pv-cfjp/GHSA-vpxp-73pv-cfjp.json @@ -7,12 +7,8 @@ "CVE-2019-0131" ], "details": "Insufficient input validation in subsystem in Intel(R) AMT before versions 11.8.70, 11.11.70, 11.22.70 and 12.0.45 may allow an unauthenticated user to potentially enable denial of service or information disclosure via adjacent 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/05/GHSA-vq3c-4h72-m6qh/GHSA-vq3c-4h72-m6qh.json b/advisories/unreviewed/2022/05/GHSA-vq3c-4h72-m6qh/GHSA-vq3c-4h72-m6qh.json index 8a585ec1319..3da4a24f671 100644 --- a/advisories/unreviewed/2022/05/GHSA-vq3c-4h72-m6qh/GHSA-vq3c-4h72-m6qh.json +++ b/advisories/unreviewed/2022/05/GHSA-vq3c-4h72-m6qh/GHSA-vq3c-4h72-m6qh.json @@ -7,12 +7,8 @@ "CVE-2019-19957" ], "details": "In libIEC61850 1.4.0, getNumberOfElements in mms/iso_mms/server/mms_access_result.c has an out-of-bounds read vulnerability, related to bufPos and elementLength.", - "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-vq4j-69c9-q6rm/GHSA-vq4j-69c9-q6rm.json b/advisories/unreviewed/2022/05/GHSA-vq4j-69c9-q6rm/GHSA-vq4j-69c9-q6rm.json index 15c4f20b9bb..f139f3a159d 100644 --- a/advisories/unreviewed/2022/05/GHSA-vq4j-69c9-q6rm/GHSA-vq4j-69c9-q6rm.json +++ b/advisories/unreviewed/2022/05/GHSA-vq4j-69c9-q6rm/GHSA-vq4j-69c9-q6rm.json @@ -7,12 +7,8 @@ "CVE-2019-8623" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, watchOS 5.2.1, Safari 12.1.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-vrf5-f827-8842/GHSA-vrf5-f827-8842.json b/advisories/unreviewed/2022/05/GHSA-vrf5-f827-8842/GHSA-vrf5-f827-8842.json index 71b2205677d..cd843faa0ce 100644 --- a/advisories/unreviewed/2022/05/GHSA-vrf5-f827-8842/GHSA-vrf5-f827-8842.json +++ b/advisories/unreviewed/2022/05/GHSA-vrf5-f827-8842/GHSA-vrf5-f827-8842.json @@ -7,12 +7,8 @@ "CVE-2019-8800" ], "details": "A memory corruption issue was addressed with improved validation. This issue is fixed in Xcode 11.2. Processing a maliciously crafted file may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vvf5-p2rf-hgq3/GHSA-vvf5-p2rf-hgq3.json b/advisories/unreviewed/2022/05/GHSA-vvf5-p2rf-hgq3/GHSA-vvf5-p2rf-hgq3.json index a2df06a5e27..8a0c25542e5 100644 --- a/advisories/unreviewed/2022/05/GHSA-vvf5-p2rf-hgq3/GHSA-vvf5-p2rf-hgq3.json +++ b/advisories/unreviewed/2022/05/GHSA-vvf5-p2rf-hgq3/GHSA-vvf5-p2rf-hgq3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vw29-f28r-7xr2/GHSA-vw29-f28r-7xr2.json b/advisories/unreviewed/2022/05/GHSA-vw29-f28r-7xr2/GHSA-vw29-f28r-7xr2.json index 11b5ef006dd..13697089bbb 100644 --- a/advisories/unreviewed/2022/05/GHSA-vw29-f28r-7xr2/GHSA-vw29-f28r-7xr2.json +++ b/advisories/unreviewed/2022/05/GHSA-vw29-f28r-7xr2/GHSA-vw29-f28r-7xr2.json @@ -7,12 +7,8 @@ "CVE-2018-10388" ], "details": "Format string vulnerability in the logMess function in TFTP Server SP 1.66 and earlier allows remote attackers to perform a denial of service or execute arbitrary code via format string sequences in a TFTP error packet.", - "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-vwxq-9822-h934/GHSA-vwxq-9822-h934.json b/advisories/unreviewed/2022/05/GHSA-vwxq-9822-h934/GHSA-vwxq-9822-h934.json index 86f779182d8..45df63f3f53 100644 --- a/advisories/unreviewed/2022/05/GHSA-vwxq-9822-h934/GHSA-vwxq-9822-h934.json +++ b/advisories/unreviewed/2022/05/GHSA-vwxq-9822-h934/GHSA-vwxq-9822-h934.json @@ -7,12 +7,8 @@ "CVE-2019-8743" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in watchOS 6.1. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w23g-8vg6-q2gv/GHSA-w23g-8vg6-q2gv.json b/advisories/unreviewed/2022/05/GHSA-w23g-8vg6-q2gv/GHSA-w23g-8vg6-q2gv.json index 4912df3bebf..6f9a452430f 100644 --- a/advisories/unreviewed/2022/05/GHSA-w23g-8vg6-q2gv/GHSA-w23g-8vg6-q2gv.json +++ b/advisories/unreviewed/2022/05/GHSA-w23g-8vg6-q2gv/GHSA-w23g-8vg6-q2gv.json @@ -7,12 +7,8 @@ "CVE-2019-8593" ], "details": "A memory corruption issue was addressed with improved memory handling. This issue is fixed in iOS 12.3, tvOS 12.3, watchOS 5.2.1. An application may be able to execute arbitrary code with system privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-w2c8-98g2-v4mh/GHSA-w2c8-98g2-v4mh.json b/advisories/unreviewed/2022/05/GHSA-w2c8-98g2-v4mh/GHSA-w2c8-98g2-v4mh.json index bac086c1fdb..2739e3cde43 100644 --- a/advisories/unreviewed/2022/05/GHSA-w2c8-98g2-v4mh/GHSA-w2c8-98g2-v4mh.json +++ b/advisories/unreviewed/2022/05/GHSA-w2c8-98g2-v4mh/GHSA-w2c8-98g2-v4mh.json @@ -7,12 +7,8 @@ "CVE-2019-18956" ], "details": "Divisa Proxia Suite 9 < 9.12.16, 9.11.19, 9.10.26, 9.9.8, 9.8.43 and 9.7.10, 10.0 < 10.0.32, and 10.1 < 10.1.5, SparkSpace 1.0 < 1.0.30, 1.1 < 1.1.2, and 1.2 < 1.2.4, and Proxia PHR 1.0 < 1.0.30 and 1.1 < 1.1.2 allows remote code execution via untrusted Java deserialization. The proxia-error cookie is insecurely deserialized in every request (GET or POST). Thus, an unauthenticated attacker can easily craft a seria1.0lized payload in order to execute arbitrary code via the prepareError function in the com.divisait.dv2ee.controller.MVCControllerServlet class of the dv2eemvc.jar component. allows remote code execution via untrusted Java deserialization. The proxia-error cookie is insecurely deserialized in every request (GET or POST). Thus, an unauthenticated attacker can easily craft a serialized payload in order to execute arbitrary code via the prepareError function in the com.divisait.dv2ee.controller.MVCControllerServlet class of the dv2eemvc.jar component. Affected products include Proxia Premium Edition 2017 and Sparkspace.", - "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-w2ff-2c56-hvhg/GHSA-w2ff-2c56-hvhg.json b/advisories/unreviewed/2022/05/GHSA-w2ff-2c56-hvhg/GHSA-w2ff-2c56-hvhg.json index 02f49413fd9..29152947582 100644 --- a/advisories/unreviewed/2022/05/GHSA-w2ff-2c56-hvhg/GHSA-w2ff-2c56-hvhg.json +++ b/advisories/unreviewed/2022/05/GHSA-w2ff-2c56-hvhg/GHSA-w2ff-2c56-hvhg.json @@ -7,12 +7,8 @@ "CVE-2008-0560" ], "details": "** DISPUTED ** PHP remote file inclusion vulnerability in cforms-css.php in Oliver Seidel cforms (contactforms), a Wordpress plugin, allows remote attackers to execute arbitrary PHP code via a URL in the tm parameter. NOTE: CVE disputes this issue for 7.3, since there is no tm parameter, and the code exits with a fatal error due to a call to an undefined function.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w4wf-2w6j-48rg/GHSA-w4wf-2w6j-48rg.json b/advisories/unreviewed/2022/05/GHSA-w4wf-2w6j-48rg/GHSA-w4wf-2w6j-48rg.json index d3ec95eed45..791c9a9af6a 100644 --- a/advisories/unreviewed/2022/05/GHSA-w4wf-2w6j-48rg/GHSA-w4wf-2w6j-48rg.json +++ b/advisories/unreviewed/2022/05/GHSA-w4wf-2w6j-48rg/GHSA-w4wf-2w6j-48rg.json @@ -7,12 +7,8 @@ "CVE-2019-19747" ], "details": "NeuVector 3.1 when configured to allow authentication via Active Directory, does not enforce non-empty passwords which allows an attacker with access to the Neuvector portal to authenticate as any valid LDAP user by providing a valid username and an empty password (provided that the active directory server has not been configured to reject empty passwords).", - "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-w56g-56mr-h79p/GHSA-w56g-56mr-h79p.json b/advisories/unreviewed/2022/05/GHSA-w56g-56mr-h79p/GHSA-w56g-56mr-h79p.json index 3175ad8bd36..5f5e7b0cb5c 100644 --- a/advisories/unreviewed/2022/05/GHSA-w56g-56mr-h79p/GHSA-w56g-56mr-h79p.json +++ b/advisories/unreviewed/2022/05/GHSA-w56g-56mr-h79p/GHSA-w56g-56mr-h79p.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-w6cm-pp6c-p5vr/GHSA-w6cm-pp6c-p5vr.json b/advisories/unreviewed/2022/05/GHSA-w6cm-pp6c-p5vr/GHSA-w6cm-pp6c-p5vr.json index 7373b2ff421..284245a7b8c 100644 --- a/advisories/unreviewed/2022/05/GHSA-w6cm-pp6c-p5vr/GHSA-w6cm-pp6c-p5vr.json +++ b/advisories/unreviewed/2022/05/GHSA-w6cm-pp6c-p5vr/GHSA-w6cm-pp6c-p5vr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-w6m5-9xjg-jf9w/GHSA-w6m5-9xjg-jf9w.json b/advisories/unreviewed/2022/05/GHSA-w6m5-9xjg-jf9w/GHSA-w6m5-9xjg-jf9w.json index eb2c2b66120..84fa1b6568d 100644 --- a/advisories/unreviewed/2022/05/GHSA-w6m5-9xjg-jf9w/GHSA-w6m5-9xjg-jf9w.json +++ b/advisories/unreviewed/2022/05/GHSA-w6m5-9xjg-jf9w/GHSA-w6m5-9xjg-jf9w.json @@ -7,12 +7,8 @@ "CVE-2019-7621" ], "details": "Kibana versions before 6.8.6 and 7.5.1 contain a cross site scripting (XSS) flaw in the coordinate and region map visualizations. An attacker with the ability to create coordinate map visualizations could create a malicious visualization. If another Kibana user views that visualization or a dashboard containing the visualization it could execute JavaScript in the victim?s browser.", - "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-w924-4pr9-6q2j/GHSA-w924-4pr9-6q2j.json b/advisories/unreviewed/2022/05/GHSA-w924-4pr9-6q2j/GHSA-w924-4pr9-6q2j.json index 87db6f6424d..98006a8be1e 100644 --- a/advisories/unreviewed/2022/05/GHSA-w924-4pr9-6q2j/GHSA-w924-4pr9-6q2j.json +++ b/advisories/unreviewed/2022/05/GHSA-w924-4pr9-6q2j/GHSA-w924-4pr9-6q2j.json @@ -7,12 +7,8 @@ "CVE-2019-8673" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to arbitrary code execution.", - "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-w9gv-xc92-5q49/GHSA-w9gv-xc92-5q49.json b/advisories/unreviewed/2022/05/GHSA-w9gv-xc92-5q49/GHSA-w9gv-xc92-5q49.json index bf7bc66258c..56e7c6e386d 100644 --- a/advisories/unreviewed/2022/05/GHSA-w9gv-xc92-5q49/GHSA-w9gv-xc92-5q49.json +++ b/advisories/unreviewed/2022/05/GHSA-w9gv-xc92-5q49/GHSA-w9gv-xc92-5q49.json @@ -7,12 +7,8 @@ "CVE-2019-7484" ], "details": "Authenticated SQL Injection in SonicWall SMA100 allow user to gain read-only access to unauthorized resources using viewcacert CGI script. This vulnerability impacted SMA100 version 9.0.0.3 and earlier.", - "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-wc9g-hhv7-362w/GHSA-wc9g-hhv7-362w.json b/advisories/unreviewed/2022/05/GHSA-wc9g-hhv7-362w/GHSA-wc9g-hhv7-362w.json index 25d3f234391..87434ac6597 100644 --- a/advisories/unreviewed/2022/05/GHSA-wc9g-hhv7-362w/GHSA-wc9g-hhv7-362w.json +++ b/advisories/unreviewed/2022/05/GHSA-wc9g-hhv7-362w/GHSA-wc9g-hhv7-362w.json @@ -7,12 +7,8 @@ "CVE-2019-8685" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, watchOS 5.3, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wcjr-83cc-7pfq/GHSA-wcjr-83cc-7pfq.json b/advisories/unreviewed/2022/05/GHSA-wcjr-83cc-7pfq/GHSA-wcjr-83cc-7pfq.json index 127c390d867..cd77f030d0c 100644 --- a/advisories/unreviewed/2022/05/GHSA-wcjr-83cc-7pfq/GHSA-wcjr-83cc-7pfq.json +++ b/advisories/unreviewed/2022/05/GHSA-wcjr-83cc-7pfq/GHSA-wcjr-83cc-7pfq.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-wf9f-9f4m-6p82/GHSA-wf9f-9f4m-6p82.json b/advisories/unreviewed/2022/05/GHSA-wf9f-9f4m-6p82/GHSA-wf9f-9f4m-6p82.json index 0e3c9e5963f..8c8f7870f6d 100644 --- a/advisories/unreviewed/2022/05/GHSA-wf9f-9f4m-6p82/GHSA-wf9f-9f4m-6p82.json +++ b/advisories/unreviewed/2022/05/GHSA-wf9f-9f4m-6p82/GHSA-wf9f-9f4m-6p82.json @@ -7,12 +7,8 @@ "CVE-2019-8603" ], "details": "A validation issue was addressed with improved input sanitization. This issue is fixed in macOS Mojave 10.14.5. An application may be able to read restricted memory.", - "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-wgc7-wq7g-p4gw/GHSA-wgc7-wq7g-p4gw.json b/advisories/unreviewed/2022/05/GHSA-wgc7-wq7g-p4gw/GHSA-wgc7-wq7g-p4gw.json index cc827d4c3c3..895dd0b58c8 100644 --- a/advisories/unreviewed/2022/05/GHSA-wgc7-wq7g-p4gw/GHSA-wgc7-wq7g-p4gw.json +++ b/advisories/unreviewed/2022/05/GHSA-wgc7-wq7g-p4gw/GHSA-wgc7-wq7g-p4gw.json @@ -7,12 +7,8 @@ "CVE-2019-8608" ], "details": "Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.3, macOS Mojave 10.14.5, tvOS 12.3, Safari 12.1.1, iTunes for Windows 12.9.5, iCloud for Windows 7.12. Processing maliciously crafted web content may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-whmc-vj7x-hpxw/GHSA-whmc-vj7x-hpxw.json b/advisories/unreviewed/2022/05/GHSA-whmc-vj7x-hpxw/GHSA-whmc-vj7x-hpxw.json index 19d10e03ae4..47434a188fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-whmc-vj7x-hpxw/GHSA-whmc-vj7x-hpxw.json +++ b/advisories/unreviewed/2022/05/GHSA-whmc-vj7x-hpxw/GHSA-whmc-vj7x-hpxw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wj8j-vmwr-jqc9/GHSA-wj8j-vmwr-jqc9.json b/advisories/unreviewed/2022/05/GHSA-wj8j-vmwr-jqc9/GHSA-wj8j-vmwr-jqc9.json index a1b48634d71..b365f6024e8 100644 --- a/advisories/unreviewed/2022/05/GHSA-wj8j-vmwr-jqc9/GHSA-wj8j-vmwr-jqc9.json +++ b/advisories/unreviewed/2022/05/GHSA-wj8j-vmwr-jqc9/GHSA-wj8j-vmwr-jqc9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wjj2-66hj-pmf6/GHSA-wjj2-66hj-pmf6.json b/advisories/unreviewed/2022/05/GHSA-wjj2-66hj-pmf6/GHSA-wjj2-66hj-pmf6.json index b736cea7522..08676ef96d0 100644 --- a/advisories/unreviewed/2022/05/GHSA-wjj2-66hj-pmf6/GHSA-wjj2-66hj-pmf6.json +++ b/advisories/unreviewed/2022/05/GHSA-wjj2-66hj-pmf6/GHSA-wjj2-66hj-pmf6.json @@ -7,12 +7,8 @@ "CVE-2007-4036" ], "details": "** DISPUTED ** Guidance Software EnCase allows user-assisted remote attackers to cause a denial of service via (1) a corrupted Microsoft Exchange database, which triggers an application crash when many options are selected; (2) a corrupted NTFS filesystem, which causes the application to report \"memory allocation errors;\" or (3) deeply nested directories, which trigger an application crash during an Expand All action. NOTE: the vendor disputes the significance of these vectors because the user can select fewer options, there is no operational impact, or the user can do less expansion.", - "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-wpqm-p68x-q6f8/GHSA-wpqm-p68x-q6f8.json b/advisories/unreviewed/2022/05/GHSA-wpqm-p68x-q6f8/GHSA-wpqm-p68x-q6f8.json index a91680b186d..1a939f3bbcc 100644 --- a/advisories/unreviewed/2022/05/GHSA-wpqm-p68x-q6f8/GHSA-wpqm-p68x-q6f8.json +++ b/advisories/unreviewed/2022/05/GHSA-wpqm-p68x-q6f8/GHSA-wpqm-p68x-q6f8.json @@ -7,12 +7,8 @@ "CVE-2008-1467" ], "details": "** DISPUTED ** CenterIM 4.22.3 and earlier allows user-assisted remote attackers to execute arbitrary commands via shell metacharacters in a URI, related to \"received URLs in the message window.\" NOTE: this issue has been disputed due to the user-assisted nature, since the URL must be selected and launched by the victim.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wqrm-4jcg-5rjc/GHSA-wqrm-4jcg-5rjc.json b/advisories/unreviewed/2022/05/GHSA-wqrm-4jcg-5rjc/GHSA-wqrm-4jcg-5rjc.json index b65917b8e15..ffd1a7ebde2 100644 --- a/advisories/unreviewed/2022/05/GHSA-wqrm-4jcg-5rjc/GHSA-wqrm-4jcg-5rjc.json +++ b/advisories/unreviewed/2022/05/GHSA-wqrm-4jcg-5rjc/GHSA-wqrm-4jcg-5rjc.json @@ -7,12 +7,8 @@ "CVE-2019-5469" ], "details": "An IDOR vulnerability exists in GitLab e_wait_q[RECV].list in wq_add, and\n do_mq_timedsend receives it via wq_get_first_waiter(info, RECV) to call\n __pipelined_op.\n\n3. Sender calls __pipelined_op::smp_store_release(&this->state,\n STATE_READY). Here is where the race window begins. (`this` is\n `ewq_addr`.)\n\n4. If the receiver wakes up now in do_mq_timedreceive::wq_sleep, it\n will see `state == STATE_READY` and break.\n\n5. do_mq_timedreceive returns, and `ewq_addr` is no longer guaranteed\n to be a `struct ext_wait_queue *` since it was on do_mq_timedreceive's\n stack. (Although the address may not get overwritten until another\n function happens to touch it, which means it can persist around for an\n indefinite time.)\n\n6. do_mq_timedsend::__pipelined_op() still believes `ewq_addr` is a\n `struct ext_wait_queue *`, and uses it to find a task_struct to pass to\n the wake_q_add_safe call. In the lucky case where nothing has\n overwritten `ewq_addr` yet, `ewq_addr->task` is the right task_struct.\n In the unlucky case, __pipelined_op::wake_q_add_safe gets handed a\n bogus address as the receiver's task_struct causing the crash.\n\ndo_mq_timedsend::__pipelined_op() should not dereference `this` after\nsetting STATE_READY, as the receiver counterpart is now free to return.\nChange __pipelined_op to call wake_q_add_safe on the receiver's\ntask_struct returned by get_task_struct, instead of dereferencing `this`\nwhich sits on the receiver's stack.\n\nAs Manfred pointed out, the race potentially also exists in\nipc/msg.c::expunge_all and ipc/sem.c::wake_up_sem_queue_prepare. Fix\nthose in the same way.", - "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/03/GHSA-4g66-jgh8-2mhv/GHSA-4g66-jgh8-2mhv.json b/advisories/unreviewed/2024/03/GHSA-4g66-jgh8-2mhv/GHSA-4g66-jgh8-2mhv.json index 585e2d6661d..ae87013309b 100644 --- a/advisories/unreviewed/2024/03/GHSA-4g66-jgh8-2mhv/GHSA-4g66-jgh8-2mhv.json +++ b/advisories/unreviewed/2024/03/GHSA-4g66-jgh8-2mhv/GHSA-4g66-jgh8-2mhv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-4rw5-4hhm-w395/GHSA-4rw5-4hhm-w395.json b/advisories/unreviewed/2024/03/GHSA-4rw5-4hhm-w395/GHSA-4rw5-4hhm-w395.json index de456a45c3f..9809cab275a 100644 --- a/advisories/unreviewed/2024/03/GHSA-4rw5-4hhm-w395/GHSA-4rw5-4hhm-w395.json +++ b/advisories/unreviewed/2024/03/GHSA-4rw5-4hhm-w395/GHSA-4rw5-4hhm-w395.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-5hrr-2wgf-37hj/GHSA-5hrr-2wgf-37hj.json b/advisories/unreviewed/2024/03/GHSA-5hrr-2wgf-37hj/GHSA-5hrr-2wgf-37hj.json index da468d65631..6c230de2ae3 100644 --- a/advisories/unreviewed/2024/03/GHSA-5hrr-2wgf-37hj/GHSA-5hrr-2wgf-37hj.json +++ b/advisories/unreviewed/2024/03/GHSA-5hrr-2wgf-37hj/GHSA-5hrr-2wgf-37hj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-5mf6-7wvp-g69h/GHSA-5mf6-7wvp-g69h.json b/advisories/unreviewed/2024/03/GHSA-5mf6-7wvp-g69h/GHSA-5mf6-7wvp-g69h.json index 54e9ce2d723..d2a977263a5 100644 --- a/advisories/unreviewed/2024/03/GHSA-5mf6-7wvp-g69h/GHSA-5mf6-7wvp-g69h.json +++ b/advisories/unreviewed/2024/03/GHSA-5mf6-7wvp-g69h/GHSA-5mf6-7wvp-g69h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-5v3g-553g-mcmp/GHSA-5v3g-553g-mcmp.json b/advisories/unreviewed/2024/03/GHSA-5v3g-553g-mcmp/GHSA-5v3g-553g-mcmp.json index ff4dc987b13..5da7ded3811 100644 --- a/advisories/unreviewed/2024/03/GHSA-5v3g-553g-mcmp/GHSA-5v3g-553g-mcmp.json +++ b/advisories/unreviewed/2024/03/GHSA-5v3g-553g-mcmp/GHSA-5v3g-553g-mcmp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-62cw-wm98-px97/GHSA-62cw-wm98-px97.json b/advisories/unreviewed/2024/03/GHSA-62cw-wm98-px97/GHSA-62cw-wm98-px97.json index c28a10bf547..b6cb6243989 100644 --- a/advisories/unreviewed/2024/03/GHSA-62cw-wm98-px97/GHSA-62cw-wm98-px97.json +++ b/advisories/unreviewed/2024/03/GHSA-62cw-wm98-px97/GHSA-62cw-wm98-px97.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-6jrh-c34m-323q/GHSA-6jrh-c34m-323q.json b/advisories/unreviewed/2024/03/GHSA-6jrh-c34m-323q/GHSA-6jrh-c34m-323q.json index debdf79117b..f1457147d02 100644 --- a/advisories/unreviewed/2024/03/GHSA-6jrh-c34m-323q/GHSA-6jrh-c34m-323q.json +++ b/advisories/unreviewed/2024/03/GHSA-6jrh-c34m-323q/GHSA-6jrh-c34m-323q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-76jh-m3c4-gxgj/GHSA-76jh-m3c4-gxgj.json b/advisories/unreviewed/2024/03/GHSA-76jh-m3c4-gxgj/GHSA-76jh-m3c4-gxgj.json index b6260401bee..048e02d859d 100644 --- a/advisories/unreviewed/2024/03/GHSA-76jh-m3c4-gxgj/GHSA-76jh-m3c4-gxgj.json +++ b/advisories/unreviewed/2024/03/GHSA-76jh-m3c4-gxgj/GHSA-76jh-m3c4-gxgj.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-857q-p34f-mcc7/GHSA-857q-p34f-mcc7.json b/advisories/unreviewed/2024/03/GHSA-857q-p34f-mcc7/GHSA-857q-p34f-mcc7.json index 4f8efba85f3..c3dff1ea19d 100644 --- a/advisories/unreviewed/2024/03/GHSA-857q-p34f-mcc7/GHSA-857q-p34f-mcc7.json +++ b/advisories/unreviewed/2024/03/GHSA-857q-p34f-mcc7/GHSA-857q-p34f-mcc7.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/03/GHSA-8jvw-rwm2-m37g/GHSA-8jvw-rwm2-m37g.json b/advisories/unreviewed/2024/03/GHSA-8jvw-rwm2-m37g/GHSA-8jvw-rwm2-m37g.json index 9c6d9899c80..3303606cc35 100644 --- a/advisories/unreviewed/2024/03/GHSA-8jvw-rwm2-m37g/GHSA-8jvw-rwm2-m37g.json +++ b/advisories/unreviewed/2024/03/GHSA-8jvw-rwm2-m37g/GHSA-8jvw-rwm2-m37g.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-8mfc-4wp8-57rx/GHSA-8mfc-4wp8-57rx.json b/advisories/unreviewed/2024/03/GHSA-8mfc-4wp8-57rx/GHSA-8mfc-4wp8-57rx.json index e712a0fce2b..0e8eeb4ad7c 100644 --- a/advisories/unreviewed/2024/03/GHSA-8mfc-4wp8-57rx/GHSA-8mfc-4wp8-57rx.json +++ b/advisories/unreviewed/2024/03/GHSA-8mfc-4wp8-57rx/GHSA-8mfc-4wp8-57rx.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/03/GHSA-8pxm-658r-r9j2/GHSA-8pxm-658r-r9j2.json b/advisories/unreviewed/2024/03/GHSA-8pxm-658r-r9j2/GHSA-8pxm-658r-r9j2.json index 0c7f21ae421..0afa6e46460 100644 --- a/advisories/unreviewed/2024/03/GHSA-8pxm-658r-r9j2/GHSA-8pxm-658r-r9j2.json +++ b/advisories/unreviewed/2024/03/GHSA-8pxm-658r-r9j2/GHSA-8pxm-658r-r9j2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-8x7g-6cjv-9w4w/GHSA-8x7g-6cjv-9w4w.json b/advisories/unreviewed/2024/03/GHSA-8x7g-6cjv-9w4w/GHSA-8x7g-6cjv-9w4w.json index 6f79296c173..4785c733355 100644 --- a/advisories/unreviewed/2024/03/GHSA-8x7g-6cjv-9w4w/GHSA-8x7g-6cjv-9w4w.json +++ b/advisories/unreviewed/2024/03/GHSA-8x7g-6cjv-9w4w/GHSA-8x7g-6cjv-9w4w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-9qj2-fmrm-53wv/GHSA-9qj2-fmrm-53wv.json b/advisories/unreviewed/2024/03/GHSA-9qj2-fmrm-53wv/GHSA-9qj2-fmrm-53wv.json index a7eadb64919..fbfd656bf92 100644 --- a/advisories/unreviewed/2024/03/GHSA-9qj2-fmrm-53wv/GHSA-9qj2-fmrm-53wv.json +++ b/advisories/unreviewed/2024/03/GHSA-9qj2-fmrm-53wv/GHSA-9qj2-fmrm-53wv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-c6vp-3qxg-qjjq/GHSA-c6vp-3qxg-qjjq.json b/advisories/unreviewed/2024/03/GHSA-c6vp-3qxg-qjjq/GHSA-c6vp-3qxg-qjjq.json index 32e25fb0963..f53fe07a488 100644 --- a/advisories/unreviewed/2024/03/GHSA-c6vp-3qxg-qjjq/GHSA-c6vp-3qxg-qjjq.json +++ b/advisories/unreviewed/2024/03/GHSA-c6vp-3qxg-qjjq/GHSA-c6vp-3qxg-qjjq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-chvr-j3r5-wwfm/GHSA-chvr-j3r5-wwfm.json b/advisories/unreviewed/2024/03/GHSA-chvr-j3r5-wwfm/GHSA-chvr-j3r5-wwfm.json index 1579f76ffd6..ae137663adf 100644 --- a/advisories/unreviewed/2024/03/GHSA-chvr-j3r5-wwfm/GHSA-chvr-j3r5-wwfm.json +++ b/advisories/unreviewed/2024/03/GHSA-chvr-j3r5-wwfm/GHSA-chvr-j3r5-wwfm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-f243-ccrf-jc6c/GHSA-f243-ccrf-jc6c.json b/advisories/unreviewed/2024/03/GHSA-f243-ccrf-jc6c/GHSA-f243-ccrf-jc6c.json index 629d630f1df..930d84387fe 100644 --- a/advisories/unreviewed/2024/03/GHSA-f243-ccrf-jc6c/GHSA-f243-ccrf-jc6c.json +++ b/advisories/unreviewed/2024/03/GHSA-f243-ccrf-jc6c/GHSA-f243-ccrf-jc6c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-f5cm-q735-qhfg/GHSA-f5cm-q735-qhfg.json b/advisories/unreviewed/2024/03/GHSA-f5cm-q735-qhfg/GHSA-f5cm-q735-qhfg.json index 88acb0023e8..6053281003f 100644 --- a/advisories/unreviewed/2024/03/GHSA-f5cm-q735-qhfg/GHSA-f5cm-q735-qhfg.json +++ b/advisories/unreviewed/2024/03/GHSA-f5cm-q735-qhfg/GHSA-f5cm-q735-qhfg.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/03/GHSA-f8g6-27f9-3r98/GHSA-f8g6-27f9-3r98.json b/advisories/unreviewed/2024/03/GHSA-f8g6-27f9-3r98/GHSA-f8g6-27f9-3r98.json index 19fdf401c52..3b2b9a3446f 100644 --- a/advisories/unreviewed/2024/03/GHSA-f8g6-27f9-3r98/GHSA-f8g6-27f9-3r98.json +++ b/advisories/unreviewed/2024/03/GHSA-f8g6-27f9-3r98/GHSA-f8g6-27f9-3r98.json @@ -7,12 +7,8 @@ "CVE-2021-47071" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nuio_hv_generic: Fix a memory leak in error handling paths\n\nIf 'vmbus_establish_gpadl()' fails, the (recv|send)_gpadl will not be\nupdated and 'hv_uio_cleanup()' in the error handling path will not be\nable to free the corresponding buffer.\n\nIn such a case, we need to free the buffer explicitly.", - "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/03/GHSA-fj65-x2p9-c7vx/GHSA-fj65-x2p9-c7vx.json b/advisories/unreviewed/2024/03/GHSA-fj65-x2p9-c7vx/GHSA-fj65-x2p9-c7vx.json index 28935bf1ce7..e2ff8b4c455 100644 --- a/advisories/unreviewed/2024/03/GHSA-fj65-x2p9-c7vx/GHSA-fj65-x2p9-c7vx.json +++ b/advisories/unreviewed/2024/03/GHSA-fj65-x2p9-c7vx/GHSA-fj65-x2p9-c7vx.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/03/GHSA-gwrw-fm59-98g3/GHSA-gwrw-fm59-98g3.json b/advisories/unreviewed/2024/03/GHSA-gwrw-fm59-98g3/GHSA-gwrw-fm59-98g3.json index cca613379d0..b525682a100 100644 --- a/advisories/unreviewed/2024/03/GHSA-gwrw-fm59-98g3/GHSA-gwrw-fm59-98g3.json +++ b/advisories/unreviewed/2024/03/GHSA-gwrw-fm59-98g3/GHSA-gwrw-fm59-98g3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-h93p-8rwh-9568/GHSA-h93p-8rwh-9568.json b/advisories/unreviewed/2024/03/GHSA-h93p-8rwh-9568/GHSA-h93p-8rwh-9568.json index ce8850842c8..bbf283d8471 100644 --- a/advisories/unreviewed/2024/03/GHSA-h93p-8rwh-9568/GHSA-h93p-8rwh-9568.json +++ b/advisories/unreviewed/2024/03/GHSA-h93p-8rwh-9568/GHSA-h93p-8rwh-9568.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-h9xp-28vg-jmpf/GHSA-h9xp-28vg-jmpf.json b/advisories/unreviewed/2024/03/GHSA-h9xp-28vg-jmpf/GHSA-h9xp-28vg-jmpf.json index 4a7e32cb56d..19e4525dbb2 100644 --- a/advisories/unreviewed/2024/03/GHSA-h9xp-28vg-jmpf/GHSA-h9xp-28vg-jmpf.json +++ b/advisories/unreviewed/2024/03/GHSA-h9xp-28vg-jmpf/GHSA-h9xp-28vg-jmpf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-j6j6-pgrh-8gmh/GHSA-j6j6-pgrh-8gmh.json b/advisories/unreviewed/2024/03/GHSA-j6j6-pgrh-8gmh/GHSA-j6j6-pgrh-8gmh.json index 0cbf8827dbd..b7f16605cc6 100644 --- a/advisories/unreviewed/2024/03/GHSA-j6j6-pgrh-8gmh/GHSA-j6j6-pgrh-8gmh.json +++ b/advisories/unreviewed/2024/03/GHSA-j6j6-pgrh-8gmh/GHSA-j6j6-pgrh-8gmh.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/03/GHSA-jgh6-gfm4-cj58/GHSA-jgh6-gfm4-cj58.json b/advisories/unreviewed/2024/03/GHSA-jgh6-gfm4-cj58/GHSA-jgh6-gfm4-cj58.json index 5549f92bd39..032c0fef165 100644 --- a/advisories/unreviewed/2024/03/GHSA-jgh6-gfm4-cj58/GHSA-jgh6-gfm4-cj58.json +++ b/advisories/unreviewed/2024/03/GHSA-jgh6-gfm4-cj58/GHSA-jgh6-gfm4-cj58.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-m28g-9268-fpmg/GHSA-m28g-9268-fpmg.json b/advisories/unreviewed/2024/03/GHSA-m28g-9268-fpmg/GHSA-m28g-9268-fpmg.json index 21a8d0c7588..c5edb283145 100644 --- a/advisories/unreviewed/2024/03/GHSA-m28g-9268-fpmg/GHSA-m28g-9268-fpmg.json +++ b/advisories/unreviewed/2024/03/GHSA-m28g-9268-fpmg/GHSA-m28g-9268-fpmg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-m489-r2q4-329w/GHSA-m489-r2q4-329w.json b/advisories/unreviewed/2024/03/GHSA-m489-r2q4-329w/GHSA-m489-r2q4-329w.json index 39cfb7bb4e3..87d446b1838 100644 --- a/advisories/unreviewed/2024/03/GHSA-m489-r2q4-329w/GHSA-m489-r2q4-329w.json +++ b/advisories/unreviewed/2024/03/GHSA-m489-r2q4-329w/GHSA-m489-r2q4-329w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-m54j-7m8g-cj89/GHSA-m54j-7m8g-cj89.json b/advisories/unreviewed/2024/03/GHSA-m54j-7m8g-cj89/GHSA-m54j-7m8g-cj89.json index 13fae97b383..775310976d2 100644 --- a/advisories/unreviewed/2024/03/GHSA-m54j-7m8g-cj89/GHSA-m54j-7m8g-cj89.json +++ b/advisories/unreviewed/2024/03/GHSA-m54j-7m8g-cj89/GHSA-m54j-7m8g-cj89.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/03/GHSA-m59h-m6pp-wj3p/GHSA-m59h-m6pp-wj3p.json b/advisories/unreviewed/2024/03/GHSA-m59h-m6pp-wj3p/GHSA-m59h-m6pp-wj3p.json index d2c2b0d5028..341e3b85e10 100644 --- a/advisories/unreviewed/2024/03/GHSA-m59h-m6pp-wj3p/GHSA-m59h-m6pp-wj3p.json +++ b/advisories/unreviewed/2024/03/GHSA-m59h-m6pp-wj3p/GHSA-m59h-m6pp-wj3p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-mc57-8mh3-94vq/GHSA-mc57-8mh3-94vq.json b/advisories/unreviewed/2024/03/GHSA-mc57-8mh3-94vq/GHSA-mc57-8mh3-94vq.json index 440b7954d94..7eacc5039ff 100644 --- a/advisories/unreviewed/2024/03/GHSA-mc57-8mh3-94vq/GHSA-mc57-8mh3-94vq.json +++ b/advisories/unreviewed/2024/03/GHSA-mc57-8mh3-94vq/GHSA-mc57-8mh3-94vq.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/03/GHSA-mmh8-336v-mhq4/GHSA-mmh8-336v-mhq4.json b/advisories/unreviewed/2024/03/GHSA-mmh8-336v-mhq4/GHSA-mmh8-336v-mhq4.json index e1f7c488ceb..2271d58327e 100644 --- a/advisories/unreviewed/2024/03/GHSA-mmh8-336v-mhq4/GHSA-mmh8-336v-mhq4.json +++ b/advisories/unreviewed/2024/03/GHSA-mmh8-336v-mhq4/GHSA-mmh8-336v-mhq4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-mmxj-hfwh-mg82/GHSA-mmxj-hfwh-mg82.json b/advisories/unreviewed/2024/03/GHSA-mmxj-hfwh-mg82/GHSA-mmxj-hfwh-mg82.json index 27dad0065cc..bcc6a97b183 100644 --- a/advisories/unreviewed/2024/03/GHSA-mmxj-hfwh-mg82/GHSA-mmxj-hfwh-mg82.json +++ b/advisories/unreviewed/2024/03/GHSA-mmxj-hfwh-mg82/GHSA-mmxj-hfwh-mg82.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-p97v-hh3c-f8mq/GHSA-p97v-hh3c-f8mq.json b/advisories/unreviewed/2024/03/GHSA-p97v-hh3c-f8mq/GHSA-p97v-hh3c-f8mq.json index 4dc69665792..d9c2639809c 100644 --- a/advisories/unreviewed/2024/03/GHSA-p97v-hh3c-f8mq/GHSA-p97v-hh3c-f8mq.json +++ b/advisories/unreviewed/2024/03/GHSA-p97v-hh3c-f8mq/GHSA-p97v-hh3c-f8mq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-ph77-97qp-2vrp/GHSA-ph77-97qp-2vrp.json b/advisories/unreviewed/2024/03/GHSA-ph77-97qp-2vrp/GHSA-ph77-97qp-2vrp.json index 82c2b32570b..cc9584166a1 100644 --- a/advisories/unreviewed/2024/03/GHSA-ph77-97qp-2vrp/GHSA-ph77-97qp-2vrp.json +++ b/advisories/unreviewed/2024/03/GHSA-ph77-97qp-2vrp/GHSA-ph77-97qp-2vrp.json @@ -7,12 +7,8 @@ "CVE-2024-1401" ], "details": "The Profile Box Shortcode And Widget WordPress plugin before 1.2.1 does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup)", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-pqww-rcm3-84v3/GHSA-pqww-rcm3-84v3.json b/advisories/unreviewed/2024/03/GHSA-pqww-rcm3-84v3/GHSA-pqww-rcm3-84v3.json index 7cb362bc7c9..0ed9331f220 100644 --- a/advisories/unreviewed/2024/03/GHSA-pqww-rcm3-84v3/GHSA-pqww-rcm3-84v3.json +++ b/advisories/unreviewed/2024/03/GHSA-pqww-rcm3-84v3/GHSA-pqww-rcm3-84v3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-q567-8x9h-6cgw/GHSA-q567-8x9h-6cgw.json b/advisories/unreviewed/2024/03/GHSA-q567-8x9h-6cgw/GHSA-q567-8x9h-6cgw.json index 158a38c553f..a7560cb7a8e 100644 --- a/advisories/unreviewed/2024/03/GHSA-q567-8x9h-6cgw/GHSA-q567-8x9h-6cgw.json +++ b/advisories/unreviewed/2024/03/GHSA-q567-8x9h-6cgw/GHSA-q567-8x9h-6cgw.json @@ -7,12 +7,8 @@ "CVE-2024-25554" ], "details": "Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -20,9 +16,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-q76r-57vr-2j23/GHSA-q76r-57vr-2j23.json b/advisories/unreviewed/2024/03/GHSA-q76r-57vr-2j23/GHSA-q76r-57vr-2j23.json index 1cc852a0edc..422f7828e75 100644 --- a/advisories/unreviewed/2024/03/GHSA-q76r-57vr-2j23/GHSA-q76r-57vr-2j23.json +++ b/advisories/unreviewed/2024/03/GHSA-q76r-57vr-2j23/GHSA-q76r-57vr-2j23.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-qcc7-grh2-48hx/GHSA-qcc7-grh2-48hx.json b/advisories/unreviewed/2024/03/GHSA-qcc7-grh2-48hx/GHSA-qcc7-grh2-48hx.json index 85011bfe313..43c66df8a3c 100644 --- a/advisories/unreviewed/2024/03/GHSA-qcc7-grh2-48hx/GHSA-qcc7-grh2-48hx.json +++ b/advisories/unreviewed/2024/03/GHSA-qcc7-grh2-48hx/GHSA-qcc7-grh2-48hx.json @@ -7,12 +7,8 @@ "CVE-2021-47072" ], "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nbtrfs: fix removed dentries still existing after log is synced\n\nWhen we move one inode from one directory to another and both the inode\nand its previous parent directory were logged before, we are not supposed\nto have the dentry for the old parent if we have a power failure after the\nlog is synced. Only the new dentry is supposed to exist.\n\nGenerally this works correctly, however there is a scenario where this is\nnot currently working, because the old parent of the file/directory that\nwas moved is not authoritative for a range that includes the dir index and\ndir item keys of the old dentry. This case is better explained with the\nfollowing example and reproducer:\n\n # The test requires a very specific layout of keys and items in the\n # fs/subvolume btree to trigger the bug. So we want to make sure that\n # on whatever platform we are, we have the same leaf/node size.\n #\n # Currently in btrfs the node/leaf size can not be smaller than the page\n # size (but it can be greater than the page size). So use the largest\n # supported node/leaf size (64K).\n\n $ mkfs.btrfs -f -n 65536 /dev/sdc\n $ mount /dev/sdc /mnt\n\n # \"testdir\" is inode 257.\n $ mkdir /mnt/testdir\n $ chmod 755 /mnt/testdir\n\n # Create several empty files to have the directory \"testdir\" with its\n # items spread over several leaves (7 in this case).\n $ for ((i = 1; i <= 1200; i++)); do\n echo -n > /mnt/testdir/file$i\n done\n\n # Create our test directory \"dira\", inode number 1458, which gets all\n # its items in leaf 7.\n #\n # The BTRFS_DIR_ITEM_KEY item for inode 257 (\"testdir\") that points to\n # the entry named \"dira\" is in leaf 2, while the BTRFS_DIR_INDEX_KEY\n # item that points to that entry is in leaf 3.\n #\n # For this particular filesystem node size (64K), file count and file\n # names, we endup with the directory entry items from inode 257 in\n # leaves 2 and 3, as previously mentioned - what matters for triggering\n # the bug exercised by this test case is that those items are not placed\n # in leaf 1, they must be placed in a leaf different from the one\n # containing the inode item for inode 257.\n #\n # The corresponding BTRFS_DIR_ITEM_KEY and BTRFS_DIR_INDEX_KEY items for\n # the parent inode (257) are the following:\n #\n # item 460 key (257 DIR_ITEM 3724298081) itemoff 48344 itemsize 34\n # location key (1458 INODE_ITEM 0) type DIR\n # transid 6 data_len 0 name_len 4\n # name: dira\n #\n # and:\n #\n # item 771 key (257 DIR_INDEX 1202) itemoff 36673 itemsize 34\n # location key (1458 INODE_ITEM 0) type DIR\n # transid 6 data_len 0 name_len 4\n # name: dira\n\n $ mkdir /mnt/testdir/dira\n\n # Make sure everything done so far is durably persisted.\n $ sync\n\n # Now do a change to inode 257 (\"testdir\") that does not result in\n # COWing leaves 2 and 3 - the leaves that contain the directory items\n # pointing to inode 1458 (directory \"dira\").\n #\n # Changing permissions, the owner/group, updating or adding a xattr,\n # etc, will not change (COW) leaves 2 and 3. So for the sake of\n # simplicity change the permissions of inode 257, which results in\n # updating its inode item and therefore change (COW) only leaf 1.\n\n $ chmod 700 /mnt/testdir\n\n # Now fsync directory inode 257.\n #\n # Since only the first leaf was changed/COWed, we log the inode item of\n # inode 257 and only the dentries found in the first leaf, all have a\n # key type of BTRFS_DIR_ITEM_KEY, and no keys of type\n # BTRFS_DIR_INDEX_KEY, because they sort after the former type and none\n # exist in the first leaf.\n #\n # We also log 3 items that represent ranges for dir items and dir\n # indexes for which the log is authoritative:\n #\n # 1) a key of type BTRFS_DIR_LOG_ITEM_KEY, which indicates the log is\n # authoritative for all BTRFS_DIR_ITEM_KEY keys that have an offset\n # in the range [0, 2285968570] (the offset here is th\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/03/GHSA-qm75-22fr-fxmp/GHSA-qm75-22fr-fxmp.json b/advisories/unreviewed/2024/03/GHSA-qm75-22fr-fxmp/GHSA-qm75-22fr-fxmp.json index 430cb54d290..66f2a75522e 100644 --- a/advisories/unreviewed/2024/03/GHSA-qm75-22fr-fxmp/GHSA-qm75-22fr-fxmp.json +++ b/advisories/unreviewed/2024/03/GHSA-qm75-22fr-fxmp/GHSA-qm75-22fr-fxmp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-qq9q-r5w2-268r/GHSA-qq9q-r5w2-268r.json b/advisories/unreviewed/2024/03/GHSA-qq9q-r5w2-268r/GHSA-qq9q-r5w2-268r.json index 0311551a98a..dab99ffafd6 100644 --- a/advisories/unreviewed/2024/03/GHSA-qq9q-r5w2-268r/GHSA-qq9q-r5w2-268r.json +++ b/advisories/unreviewed/2024/03/GHSA-qq9q-r5w2-268r/GHSA-qq9q-r5w2-268r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-r2f8-jcm8-g23c/GHSA-r2f8-jcm8-g23c.json b/advisories/unreviewed/2024/03/GHSA-r2f8-jcm8-g23c/GHSA-r2f8-jcm8-g23c.json index d6fe766d8fe..2a408a94a35 100644 --- a/advisories/unreviewed/2024/03/GHSA-r2f8-jcm8-g23c/GHSA-r2f8-jcm8-g23c.json +++ b/advisories/unreviewed/2024/03/GHSA-r2f8-jcm8-g23c/GHSA-r2f8-jcm8-g23c.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/03/GHSA-r827-xvqc-w2g2/GHSA-r827-xvqc-w2g2.json b/advisories/unreviewed/2024/03/GHSA-r827-xvqc-w2g2/GHSA-r827-xvqc-w2g2.json index 446bd37ae1e..ef30247b355 100644 --- a/advisories/unreviewed/2024/03/GHSA-r827-xvqc-w2g2/GHSA-r827-xvqc-w2g2.json +++ b/advisories/unreviewed/2024/03/GHSA-r827-xvqc-w2g2/GHSA-r827-xvqc-w2g2.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/03/GHSA-rc2p-m6rx-g49g/GHSA-rc2p-m6rx-g49g.json b/advisories/unreviewed/2024/03/GHSA-rc2p-m6rx-g49g/GHSA-rc2p-m6rx-g49g.json index 7ab83d18da4..30c1dfa6ce5 100644 --- a/advisories/unreviewed/2024/03/GHSA-rc2p-m6rx-g49g/GHSA-rc2p-m6rx-g49g.json +++ b/advisories/unreviewed/2024/03/GHSA-rc2p-m6rx-g49g/GHSA-rc2p-m6rx-g49g.json @@ -7,12 +7,8 @@ "CVE-2024-27692" ], "details": "Rejected reason: * REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2024-22939. Reason: This candidate is a duplicate of CVE-2024-22939. Notes: All CVE users should reference CVE-2024-22939 instead of this candidate.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -20,9 +16,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-rx25-q489-m9cc/GHSA-rx25-q489-m9cc.json b/advisories/unreviewed/2024/03/GHSA-rx25-q489-m9cc/GHSA-rx25-q489-m9cc.json index 3aade29ac0a..5875827fd30 100644 --- a/advisories/unreviewed/2024/03/GHSA-rx25-q489-m9cc/GHSA-rx25-q489-m9cc.json +++ b/advisories/unreviewed/2024/03/GHSA-rx25-q489-m9cc/GHSA-rx25-q489-m9cc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-v7h7-mr96-qc8c/GHSA-v7h7-mr96-qc8c.json b/advisories/unreviewed/2024/03/GHSA-v7h7-mr96-qc8c/GHSA-v7h7-mr96-qc8c.json index 594624d32c8..b160d350c29 100644 --- a/advisories/unreviewed/2024/03/GHSA-v7h7-mr96-qc8c/GHSA-v7h7-mr96-qc8c.json +++ b/advisories/unreviewed/2024/03/GHSA-v7h7-mr96-qc8c/GHSA-v7h7-mr96-qc8c.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", @@ -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/03/GHSA-vpp6-9fcm-rv58/GHSA-vpp6-9fcm-rv58.json b/advisories/unreviewed/2024/03/GHSA-vpp6-9fcm-rv58/GHSA-vpp6-9fcm-rv58.json index 5a38b9e9cbf..8f8769cbac5 100644 --- a/advisories/unreviewed/2024/03/GHSA-vpp6-9fcm-rv58/GHSA-vpp6-9fcm-rv58.json +++ b/advisories/unreviewed/2024/03/GHSA-vpp6-9fcm-rv58/GHSA-vpp6-9fcm-rv58.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-w7xc-x425-j39c/GHSA-w7xc-x425-j39c.json b/advisories/unreviewed/2024/03/GHSA-w7xc-x425-j39c/GHSA-w7xc-x425-j39c.json index 3f2afe3c669..80278896f3a 100644 --- a/advisories/unreviewed/2024/03/GHSA-w7xc-x425-j39c/GHSA-w7xc-x425-j39c.json +++ b/advisories/unreviewed/2024/03/GHSA-w7xc-x425-j39c/GHSA-w7xc-x425-j39c.json @@ -7,12 +7,8 @@ "CVE-2023-4426" ], "details": "Rejected reason: **REJECT** Not a valid security issue - vendor unable to replicate.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -20,9 +16,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/03/GHSA-wm94-vqmp-vf4v/GHSA-wm94-vqmp-vf4v.json b/advisories/unreviewed/2024/03/GHSA-wm94-vqmp-vf4v/GHSA-wm94-vqmp-vf4v.json index 21178737618..8da4abb5986 100644 --- a/advisories/unreviewed/2024/03/GHSA-wm94-vqmp-vf4v/GHSA-wm94-vqmp-vf4v.json +++ b/advisories/unreviewed/2024/03/GHSA-wm94-vqmp-vf4v/GHSA-wm94-vqmp-vf4v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-x5vh-37v4-f5w4/GHSA-x5vh-37v4-f5w4.json b/advisories/unreviewed/2024/03/GHSA-x5vh-37v4-f5w4/GHSA-x5vh-37v4-f5w4.json index 578222953c3..3f6c90f8e76 100644 --- a/advisories/unreviewed/2024/03/GHSA-x5vh-37v4-f5w4/GHSA-x5vh-37v4-f5w4.json +++ b/advisories/unreviewed/2024/03/GHSA-x5vh-37v4-f5w4/GHSA-x5vh-37v4-f5w4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/03/GHSA-xp5r-68m9-99p9/GHSA-xp5r-68m9-99p9.json b/advisories/unreviewed/2024/03/GHSA-xp5r-68m9-99p9/GHSA-xp5r-68m9-99p9.json index 469f13b7c09..2993e12e5f5 100644 --- a/advisories/unreviewed/2024/03/GHSA-xp5r-68m9-99p9/GHSA-xp5r-68m9-99p9.json +++ b/advisories/unreviewed/2024/03/GHSA-xp5r-68m9-99p9/GHSA-xp5r-68m9-99p9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-2jc9-36w4-pmqw/GHSA-2jc9-36w4-pmqw.json b/advisories/unreviewed/2024/04/GHSA-2jc9-36w4-pmqw/GHSA-2jc9-36w4-pmqw.json index b39288187cf..225d378721e 100644 --- a/advisories/unreviewed/2024/04/GHSA-2jc9-36w4-pmqw/GHSA-2jc9-36w4-pmqw.json +++ b/advisories/unreviewed/2024/04/GHSA-2jc9-36w4-pmqw/GHSA-2jc9-36w4-pmqw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-2p97-c8vf-r4rf/GHSA-2p97-c8vf-r4rf.json b/advisories/unreviewed/2024/04/GHSA-2p97-c8vf-r4rf/GHSA-2p97-c8vf-r4rf.json index 408c0ddeffe..7261ce67bac 100644 --- a/advisories/unreviewed/2024/04/GHSA-2p97-c8vf-r4rf/GHSA-2p97-c8vf-r4rf.json +++ b/advisories/unreviewed/2024/04/GHSA-2p97-c8vf-r4rf/GHSA-2p97-c8vf-r4rf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-3925-hgw5-wrwv/GHSA-3925-hgw5-wrwv.json b/advisories/unreviewed/2024/04/GHSA-3925-hgw5-wrwv/GHSA-3925-hgw5-wrwv.json index f0ec4c37c62..72b16a60e2e 100644 --- a/advisories/unreviewed/2024/04/GHSA-3925-hgw5-wrwv/GHSA-3925-hgw5-wrwv.json +++ b/advisories/unreviewed/2024/04/GHSA-3925-hgw5-wrwv/GHSA-3925-hgw5-wrwv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-3xr5-7rvh-x3v2/GHSA-3xr5-7rvh-x3v2.json b/advisories/unreviewed/2024/04/GHSA-3xr5-7rvh-x3v2/GHSA-3xr5-7rvh-x3v2.json index 0e907af7248..9572763705d 100644 --- a/advisories/unreviewed/2024/04/GHSA-3xr5-7rvh-x3v2/GHSA-3xr5-7rvh-x3v2.json +++ b/advisories/unreviewed/2024/04/GHSA-3xr5-7rvh-x3v2/GHSA-3xr5-7rvh-x3v2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-4cpq-x93q-3px9/GHSA-4cpq-x93q-3px9.json b/advisories/unreviewed/2024/04/GHSA-4cpq-x93q-3px9/GHSA-4cpq-x93q-3px9.json index 93c1c82307c..4ae05abbef7 100644 --- a/advisories/unreviewed/2024/04/GHSA-4cpq-x93q-3px9/GHSA-4cpq-x93q-3px9.json +++ b/advisories/unreviewed/2024/04/GHSA-4cpq-x93q-3px9/GHSA-4cpq-x93q-3px9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-6qhv-x9gf-6f6p/GHSA-6qhv-x9gf-6f6p.json b/advisories/unreviewed/2024/04/GHSA-6qhv-x9gf-6f6p/GHSA-6qhv-x9gf-6f6p.json index 0568664b077..d4d8a1e8070 100644 --- a/advisories/unreviewed/2024/04/GHSA-6qhv-x9gf-6f6p/GHSA-6qhv-x9gf-6f6p.json +++ b/advisories/unreviewed/2024/04/GHSA-6qhv-x9gf-6f6p/GHSA-6qhv-x9gf-6f6p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-6x77-72j8-vq6j/GHSA-6x77-72j8-vq6j.json b/advisories/unreviewed/2024/04/GHSA-6x77-72j8-vq6j/GHSA-6x77-72j8-vq6j.json index 245195c8e52..9a66531004b 100644 --- a/advisories/unreviewed/2024/04/GHSA-6x77-72j8-vq6j/GHSA-6x77-72j8-vq6j.json +++ b/advisories/unreviewed/2024/04/GHSA-6x77-72j8-vq6j/GHSA-6x77-72j8-vq6j.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/04/GHSA-87rm-wvwv-5r67/GHSA-87rm-wvwv-5r67.json b/advisories/unreviewed/2024/04/GHSA-87rm-wvwv-5r67/GHSA-87rm-wvwv-5r67.json index c80862c9f7e..12e4375e210 100644 --- a/advisories/unreviewed/2024/04/GHSA-87rm-wvwv-5r67/GHSA-87rm-wvwv-5r67.json +++ b/advisories/unreviewed/2024/04/GHSA-87rm-wvwv-5r67/GHSA-87rm-wvwv-5r67.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-87v9-pm9w-4grg/GHSA-87v9-pm9w-4grg.json b/advisories/unreviewed/2024/04/GHSA-87v9-pm9w-4grg/GHSA-87v9-pm9w-4grg.json index 2dc1bbed029..3c38386454c 100644 --- a/advisories/unreviewed/2024/04/GHSA-87v9-pm9w-4grg/GHSA-87v9-pm9w-4grg.json +++ b/advisories/unreviewed/2024/04/GHSA-87v9-pm9w-4grg/GHSA-87v9-pm9w-4grg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-8fvm-73q4-3j6f/GHSA-8fvm-73q4-3j6f.json b/advisories/unreviewed/2024/04/GHSA-8fvm-73q4-3j6f/GHSA-8fvm-73q4-3j6f.json index 79ffb919a79..950be899a0c 100644 --- a/advisories/unreviewed/2024/04/GHSA-8fvm-73q4-3j6f/GHSA-8fvm-73q4-3j6f.json +++ b/advisories/unreviewed/2024/04/GHSA-8fvm-73q4-3j6f/GHSA-8fvm-73q4-3j6f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-8v44-wj8x-wh72/GHSA-8v44-wj8x-wh72.json b/advisories/unreviewed/2024/04/GHSA-8v44-wj8x-wh72/GHSA-8v44-wj8x-wh72.json index be673bca75a..fde2bbc7109 100644 --- a/advisories/unreviewed/2024/04/GHSA-8v44-wj8x-wh72/GHSA-8v44-wj8x-wh72.json +++ b/advisories/unreviewed/2024/04/GHSA-8v44-wj8x-wh72/GHSA-8v44-wj8x-wh72.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/04/GHSA-c4qh-w68f-gq2f/GHSA-c4qh-w68f-gq2f.json b/advisories/unreviewed/2024/04/GHSA-c4qh-w68f-gq2f/GHSA-c4qh-w68f-gq2f.json index f64cad26760..e1139909c75 100644 --- a/advisories/unreviewed/2024/04/GHSA-c4qh-w68f-gq2f/GHSA-c4qh-w68f-gq2f.json +++ b/advisories/unreviewed/2024/04/GHSA-c4qh-w68f-gq2f/GHSA-c4qh-w68f-gq2f.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/04/GHSA-f3g2-hmgr-q2mj/GHSA-f3g2-hmgr-q2mj.json b/advisories/unreviewed/2024/04/GHSA-f3g2-hmgr-q2mj/GHSA-f3g2-hmgr-q2mj.json index 80d6f1bd278..8e5131fb05e 100644 --- a/advisories/unreviewed/2024/04/GHSA-f3g2-hmgr-q2mj/GHSA-f3g2-hmgr-q2mj.json +++ b/advisories/unreviewed/2024/04/GHSA-f3g2-hmgr-q2mj/GHSA-f3g2-hmgr-q2mj.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/04/GHSA-frqc-23qh-4rq8/GHSA-frqc-23qh-4rq8.json b/advisories/unreviewed/2024/04/GHSA-frqc-23qh-4rq8/GHSA-frqc-23qh-4rq8.json index af7deaa09e5..f8068f3003d 100644 --- a/advisories/unreviewed/2024/04/GHSA-frqc-23qh-4rq8/GHSA-frqc-23qh-4rq8.json +++ b/advisories/unreviewed/2024/04/GHSA-frqc-23qh-4rq8/GHSA-frqc-23qh-4rq8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-g6jj-43rf-3wc6/GHSA-g6jj-43rf-3wc6.json b/advisories/unreviewed/2024/04/GHSA-g6jj-43rf-3wc6/GHSA-g6jj-43rf-3wc6.json index aa950adfab5..e20c1604add 100644 --- a/advisories/unreviewed/2024/04/GHSA-g6jj-43rf-3wc6/GHSA-g6jj-43rf-3wc6.json +++ b/advisories/unreviewed/2024/04/GHSA-g6jj-43rf-3wc6/GHSA-g6jj-43rf-3wc6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-gpf5-g943-4fxx/GHSA-gpf5-g943-4fxx.json b/advisories/unreviewed/2024/04/GHSA-gpf5-g943-4fxx/GHSA-gpf5-g943-4fxx.json index a6c9be03517..0fd6f169e1f 100644 --- a/advisories/unreviewed/2024/04/GHSA-gpf5-g943-4fxx/GHSA-gpf5-g943-4fxx.json +++ b/advisories/unreviewed/2024/04/GHSA-gpf5-g943-4fxx/GHSA-gpf5-g943-4fxx.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/04/GHSA-gpx2-xmvq-g28h/GHSA-gpx2-xmvq-g28h.json b/advisories/unreviewed/2024/04/GHSA-gpx2-xmvq-g28h/GHSA-gpx2-xmvq-g28h.json index de58bb0878f..4883ab56c3c 100644 --- a/advisories/unreviewed/2024/04/GHSA-gpx2-xmvq-g28h/GHSA-gpx2-xmvq-g28h.json +++ b/advisories/unreviewed/2024/04/GHSA-gpx2-xmvq-g28h/GHSA-gpx2-xmvq-g28h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-h97r-v79m-2vcf/GHSA-h97r-v79m-2vcf.json b/advisories/unreviewed/2024/04/GHSA-h97r-v79m-2vcf/GHSA-h97r-v79m-2vcf.json index cad299f12fb..961d4da487d 100644 --- a/advisories/unreviewed/2024/04/GHSA-h97r-v79m-2vcf/GHSA-h97r-v79m-2vcf.json +++ b/advisories/unreviewed/2024/04/GHSA-h97r-v79m-2vcf/GHSA-h97r-v79m-2vcf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-m9vv-jh3f-x5w2/GHSA-m9vv-jh3f-x5w2.json b/advisories/unreviewed/2024/04/GHSA-m9vv-jh3f-x5w2/GHSA-m9vv-jh3f-x5w2.json index 6b596acd1d0..8c9d82e6e3b 100644 --- a/advisories/unreviewed/2024/04/GHSA-m9vv-jh3f-x5w2/GHSA-m9vv-jh3f-x5w2.json +++ b/advisories/unreviewed/2024/04/GHSA-m9vv-jh3f-x5w2/GHSA-m9vv-jh3f-x5w2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-mxf6-v5wp-cvxx/GHSA-mxf6-v5wp-cvxx.json b/advisories/unreviewed/2024/04/GHSA-mxf6-v5wp-cvxx/GHSA-mxf6-v5wp-cvxx.json index 194e39f2ba1..31e03c59f38 100644 --- a/advisories/unreviewed/2024/04/GHSA-mxf6-v5wp-cvxx/GHSA-mxf6-v5wp-cvxx.json +++ b/advisories/unreviewed/2024/04/GHSA-mxf6-v5wp-cvxx/GHSA-mxf6-v5wp-cvxx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-pq26-rw9f-6fw7/GHSA-pq26-rw9f-6fw7.json b/advisories/unreviewed/2024/04/GHSA-pq26-rw9f-6fw7/GHSA-pq26-rw9f-6fw7.json index c0a00ec78f4..31880747598 100644 --- a/advisories/unreviewed/2024/04/GHSA-pq26-rw9f-6fw7/GHSA-pq26-rw9f-6fw7.json +++ b/advisories/unreviewed/2024/04/GHSA-pq26-rw9f-6fw7/GHSA-pq26-rw9f-6fw7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-r63f-6gcw-2c47/GHSA-r63f-6gcw-2c47.json b/advisories/unreviewed/2024/04/GHSA-r63f-6gcw-2c47/GHSA-r63f-6gcw-2c47.json index 17102c2003a..fc4367eeb64 100644 --- a/advisories/unreviewed/2024/04/GHSA-r63f-6gcw-2c47/GHSA-r63f-6gcw-2c47.json +++ b/advisories/unreviewed/2024/04/GHSA-r63f-6gcw-2c47/GHSA-r63f-6gcw-2c47.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-rj8v-47w4-c66w/GHSA-rj8v-47w4-c66w.json b/advisories/unreviewed/2024/04/GHSA-rj8v-47w4-c66w/GHSA-rj8v-47w4-c66w.json index 894fde3f55a..92d7cfaa63f 100644 --- a/advisories/unreviewed/2024/04/GHSA-rj8v-47w4-c66w/GHSA-rj8v-47w4-c66w.json +++ b/advisories/unreviewed/2024/04/GHSA-rj8v-47w4-c66w/GHSA-rj8v-47w4-c66w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-rqvm-vjc6-3wxj/GHSA-rqvm-vjc6-3wxj.json b/advisories/unreviewed/2024/04/GHSA-rqvm-vjc6-3wxj/GHSA-rqvm-vjc6-3wxj.json index a2f6f3dd3a8..38f1ea7d317 100644 --- a/advisories/unreviewed/2024/04/GHSA-rqvm-vjc6-3wxj/GHSA-rqvm-vjc6-3wxj.json +++ b/advisories/unreviewed/2024/04/GHSA-rqvm-vjc6-3wxj/GHSA-rqvm-vjc6-3wxj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/04/GHSA-wgrq-q2w8-p9x4/GHSA-wgrq-q2w8-p9x4.json b/advisories/unreviewed/2024/04/GHSA-wgrq-q2w8-p9x4/GHSA-wgrq-q2w8-p9x4.json index 96c720af038..5c9a13219ae 100644 --- a/advisories/unreviewed/2024/04/GHSA-wgrq-q2w8-p9x4/GHSA-wgrq-q2w8-p9x4.json +++ b/advisories/unreviewed/2024/04/GHSA-wgrq-q2w8-p9x4/GHSA-wgrq-q2w8-p9x4.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/04/GHSA-wxvv-7x57-mjgj/GHSA-wxvv-7x57-mjgj.json b/advisories/unreviewed/2024/04/GHSA-wxvv-7x57-mjgj/GHSA-wxvv-7x57-mjgj.json index c228e8e5ee1..e97fc9e34d0 100644 --- a/advisories/unreviewed/2024/04/GHSA-wxvv-7x57-mjgj/GHSA-wxvv-7x57-mjgj.json +++ b/advisories/unreviewed/2024/04/GHSA-wxvv-7x57-mjgj/GHSA-wxvv-7x57-mjgj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/05/GHSA-3m6r-3gw2-h96x/GHSA-3m6r-3gw2-h96x.json b/advisories/unreviewed/2024/05/GHSA-3m6r-3gw2-h96x/GHSA-3m6r-3gw2-h96x.json index 1e04c986e07..ec897c48a91 100644 --- a/advisories/unreviewed/2024/05/GHSA-3m6r-3gw2-h96x/GHSA-3m6r-3gw2-h96x.json +++ b/advisories/unreviewed/2024/05/GHSA-3m6r-3gw2-h96x/GHSA-3m6r-3gw2-h96x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/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/05/GHSA-9pq4-qcq3-j332/GHSA-9pq4-qcq3-j332.json b/advisories/unreviewed/2024/05/GHSA-9pq4-qcq3-j332/GHSA-9pq4-qcq3-j332.json index 2fe9d52acca..3e66c0c2ca1 100644 --- a/advisories/unreviewed/2024/05/GHSA-9pq4-qcq3-j332/GHSA-9pq4-qcq3-j332.json +++ b/advisories/unreviewed/2024/05/GHSA-9pq4-qcq3-j332/GHSA-9pq4-qcq3-j332.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", @@ -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-xf94-mpvp-r8x2/GHSA-xf94-mpvp-r8x2.json b/advisories/unreviewed/2024/05/GHSA-xf94-mpvp-r8x2/GHSA-xf94-mpvp-r8x2.json index c53a733e807..e89b0784a58 100644 --- a/advisories/unreviewed/2024/05/GHSA-xf94-mpvp-r8x2/GHSA-xf94-mpvp-r8x2.json +++ b/advisories/unreviewed/2024/05/GHSA-xf94-mpvp-r8x2/GHSA-xf94-mpvp-r8x2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-2j66-vp53-phjj/GHSA-2j66-vp53-phjj.json b/advisories/unreviewed/2024/06/GHSA-2j66-vp53-phjj/GHSA-2j66-vp53-phjj.json index 4d9af31e3a9..68a6c3df487 100644 --- a/advisories/unreviewed/2024/06/GHSA-2j66-vp53-phjj/GHSA-2j66-vp53-phjj.json +++ b/advisories/unreviewed/2024/06/GHSA-2j66-vp53-phjj/GHSA-2j66-vp53-phjj.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/06/GHSA-2q6q-v6cf-26pv/GHSA-2q6q-v6cf-26pv.json b/advisories/unreviewed/2024/06/GHSA-2q6q-v6cf-26pv/GHSA-2q6q-v6cf-26pv.json index c7d6fee1ed7..69deb662c23 100644 --- a/advisories/unreviewed/2024/06/GHSA-2q6q-v6cf-26pv/GHSA-2q6q-v6cf-26pv.json +++ b/advisories/unreviewed/2024/06/GHSA-2q6q-v6cf-26pv/GHSA-2q6q-v6cf-26pv.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-3vxr-5m43-ff4h/GHSA-3vxr-5m43-ff4h.json b/advisories/unreviewed/2024/06/GHSA-3vxr-5m43-ff4h/GHSA-3vxr-5m43-ff4h.json index 31fb3fbe475..1e9ededdee1 100644 --- a/advisories/unreviewed/2024/06/GHSA-3vxr-5m43-ff4h/GHSA-3vxr-5m43-ff4h.json +++ b/advisories/unreviewed/2024/06/GHSA-3vxr-5m43-ff4h/GHSA-3vxr-5m43-ff4h.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", @@ -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/06/GHSA-6g7f-37j7-889g/GHSA-6g7f-37j7-889g.json b/advisories/unreviewed/2024/06/GHSA-6g7f-37j7-889g/GHSA-6g7f-37j7-889g.json index f2ade10b73f..0654e2e6832 100644 --- a/advisories/unreviewed/2024/06/GHSA-6g7f-37j7-889g/GHSA-6g7f-37j7-889g.json +++ b/advisories/unreviewed/2024/06/GHSA-6g7f-37j7-889g/GHSA-6g7f-37j7-889g.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/06/GHSA-96w6-6hm2-2gpw/GHSA-96w6-6hm2-2gpw.json b/advisories/unreviewed/2024/06/GHSA-96w6-6hm2-2gpw/GHSA-96w6-6hm2-2gpw.json index 5c73d37231c..f96e5c6f79b 100644 --- a/advisories/unreviewed/2024/06/GHSA-96w6-6hm2-2gpw/GHSA-96w6-6hm2-2gpw.json +++ b/advisories/unreviewed/2024/06/GHSA-96w6-6hm2-2gpw/GHSA-96w6-6hm2-2gpw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-h5ff-9jmg-gx4j/GHSA-h5ff-9jmg-gx4j.json b/advisories/unreviewed/2024/06/GHSA-h5ff-9jmg-gx4j/GHSA-h5ff-9jmg-gx4j.json index ddc03e428f5..e92845248b9 100644 --- a/advisories/unreviewed/2024/06/GHSA-h5ff-9jmg-gx4j/GHSA-h5ff-9jmg-gx4j.json +++ b/advisories/unreviewed/2024/06/GHSA-h5ff-9jmg-gx4j/GHSA-h5ff-9jmg-gx4j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-hxpc-m3qx-224j/GHSA-hxpc-m3qx-224j.json b/advisories/unreviewed/2024/06/GHSA-hxpc-m3qx-224j/GHSA-hxpc-m3qx-224j.json index 94f7f0ed027..05e8a41e127 100644 --- a/advisories/unreviewed/2024/06/GHSA-hxpc-m3qx-224j/GHSA-hxpc-m3qx-224j.json +++ b/advisories/unreviewed/2024/06/GHSA-hxpc-m3qx-224j/GHSA-hxpc-m3qx-224j.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/06/GHSA-p9g8-3jw8-v3h3/GHSA-p9g8-3jw8-v3h3.json b/advisories/unreviewed/2024/06/GHSA-p9g8-3jw8-v3h3/GHSA-p9g8-3jw8-v3h3.json index 59801ec432e..1d242eacc16 100644 --- a/advisories/unreviewed/2024/06/GHSA-p9g8-3jw8-v3h3/GHSA-p9g8-3jw8-v3h3.json +++ b/advisories/unreviewed/2024/06/GHSA-p9g8-3jw8-v3h3/GHSA-p9g8-3jw8-v3h3.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-rr88-j2r8-3xpc/GHSA-rr88-j2r8-3xpc.json b/advisories/unreviewed/2024/06/GHSA-rr88-j2r8-3xpc/GHSA-rr88-j2r8-3xpc.json index 0917b09b45e..4e2a323b977 100644 --- a/advisories/unreviewed/2024/06/GHSA-rr88-j2r8-3xpc/GHSA-rr88-j2r8-3xpc.json +++ b/advisories/unreviewed/2024/06/GHSA-rr88-j2r8-3xpc/GHSA-rr88-j2r8-3xpc.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/06/GHSA-x9c8-674p-vmp9/GHSA-x9c8-674p-vmp9.json b/advisories/unreviewed/2024/06/GHSA-x9c8-674p-vmp9/GHSA-x9c8-674p-vmp9.json index b285a1be42d..a14a712fd92 100644 --- a/advisories/unreviewed/2024/06/GHSA-x9c8-674p-vmp9/GHSA-x9c8-674p-vmp9.json +++ b/advisories/unreviewed/2024/06/GHSA-x9c8-674p-vmp9/GHSA-x9c8-674p-vmp9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-xhwx-76j2-m76q/GHSA-xhwx-76j2-m76q.json b/advisories/unreviewed/2024/06/GHSA-xhwx-76j2-m76q/GHSA-xhwx-76j2-m76q.json index 670a03b2d2c..9eddd4ce1f0 100644 --- a/advisories/unreviewed/2024/06/GHSA-xhwx-76j2-m76q/GHSA-xhwx-76j2-m76q.json +++ b/advisories/unreviewed/2024/06/GHSA-xhwx-76j2-m76q/GHSA-xhwx-76j2-m76q.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/06/GHSA-xv7j-wg82-2r7g/GHSA-xv7j-wg82-2r7g.json b/advisories/unreviewed/2024/06/GHSA-xv7j-wg82-2r7g/GHSA-xv7j-wg82-2r7g.json index c3a3937d380..b3b11d12d9c 100644 --- a/advisories/unreviewed/2024/06/GHSA-xv7j-wg82-2r7g/GHSA-xv7j-wg82-2r7g.json +++ b/advisories/unreviewed/2024/06/GHSA-xv7j-wg82-2r7g/GHSA-xv7j-wg82-2r7g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/06/GHSA-xvg6-w59c-3823/GHSA-xvg6-w59c-3823.json b/advisories/unreviewed/2024/06/GHSA-xvg6-w59c-3823/GHSA-xvg6-w59c-3823.json index 88c5564e9ed..86c9aa09810 100644 --- a/advisories/unreviewed/2024/06/GHSA-xvg6-w59c-3823/GHSA-xvg6-w59c-3823.json +++ b/advisories/unreviewed/2024/06/GHSA-xvg6-w59c-3823/GHSA-xvg6-w59c-3823.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-2whg-fx75-q3fr/GHSA-2whg-fx75-q3fr.json b/advisories/unreviewed/2024/07/GHSA-2whg-fx75-q3fr/GHSA-2whg-fx75-q3fr.json index 83b23568cdc..f965c6254d7 100644 --- a/advisories/unreviewed/2024/07/GHSA-2whg-fx75-q3fr/GHSA-2whg-fx75-q3fr.json +++ b/advisories/unreviewed/2024/07/GHSA-2whg-fx75-q3fr/GHSA-2whg-fx75-q3fr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-579f-f345-5j7p/GHSA-579f-f345-5j7p.json b/advisories/unreviewed/2024/07/GHSA-579f-f345-5j7p/GHSA-579f-f345-5j7p.json index c6110d9d2c5..5b792ae4946 100644 --- a/advisories/unreviewed/2024/07/GHSA-579f-f345-5j7p/GHSA-579f-f345-5j7p.json +++ b/advisories/unreviewed/2024/07/GHSA-579f-f345-5j7p/GHSA-579f-f345-5j7p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-7vph-xj83-rw6v/GHSA-7vph-xj83-rw6v.json b/advisories/unreviewed/2024/07/GHSA-7vph-xj83-rw6v/GHSA-7vph-xj83-rw6v.json index d94717f1e48..bfb513c598a 100644 --- a/advisories/unreviewed/2024/07/GHSA-7vph-xj83-rw6v/GHSA-7vph-xj83-rw6v.json +++ b/advisories/unreviewed/2024/07/GHSA-7vph-xj83-rw6v/GHSA-7vph-xj83-rw6v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-ggqv-qggh-5p8q/GHSA-ggqv-qggh-5p8q.json b/advisories/unreviewed/2024/07/GHSA-ggqv-qggh-5p8q/GHSA-ggqv-qggh-5p8q.json index f26e6ffd850..25a83d404cc 100644 --- a/advisories/unreviewed/2024/07/GHSA-ggqv-qggh-5p8q/GHSA-ggqv-qggh-5p8q.json +++ b/advisories/unreviewed/2024/07/GHSA-ggqv-qggh-5p8q/GHSA-ggqv-qggh-5p8q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/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/07/GHSA-hw49-fwxx-mfp9/GHSA-hw49-fwxx-mfp9.json b/advisories/unreviewed/2024/07/GHSA-hw49-fwxx-mfp9/GHSA-hw49-fwxx-mfp9.json index 28b0e54d9b9..f82c26ea219 100644 --- a/advisories/unreviewed/2024/07/GHSA-hw49-fwxx-mfp9/GHSA-hw49-fwxx-mfp9.json +++ b/advisories/unreviewed/2024/07/GHSA-hw49-fwxx-mfp9/GHSA-hw49-fwxx-mfp9.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:H/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-j6gh-w55p-c22w/GHSA-j6gh-w55p-c22w.json b/advisories/unreviewed/2024/07/GHSA-j6gh-w55p-c22w/GHSA-j6gh-w55p-c22w.json index ee4b02023ea..07aa186d46e 100644 --- a/advisories/unreviewed/2024/07/GHSA-j6gh-w55p-c22w/GHSA-j6gh-w55p-c22w.json +++ b/advisories/unreviewed/2024/07/GHSA-j6gh-w55p-c22w/GHSA-j6gh-w55p-c22w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-mx2r-33gr-hh84/GHSA-mx2r-33gr-hh84.json b/advisories/unreviewed/2024/07/GHSA-mx2r-33gr-hh84/GHSA-mx2r-33gr-hh84.json index 9c5789691c5..b6a4b207fdc 100644 --- a/advisories/unreviewed/2024/07/GHSA-mx2r-33gr-hh84/GHSA-mx2r-33gr-hh84.json +++ b/advisories/unreviewed/2024/07/GHSA-mx2r-33gr-hh84/GHSA-mx2r-33gr-hh84.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/07/GHSA-qw74-c3mf-v699/GHSA-qw74-c3mf-v699.json b/advisories/unreviewed/2024/07/GHSA-qw74-c3mf-v699/GHSA-qw74-c3mf-v699.json index 8725913d4ff..df3d291253e 100644 --- a/advisories/unreviewed/2024/07/GHSA-qw74-c3mf-v699/GHSA-qw74-c3mf-v699.json +++ b/advisories/unreviewed/2024/07/GHSA-qw74-c3mf-v699/GHSA-qw74-c3mf-v699.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-r8m6-4m9c-fg6x/GHSA-r8m6-4m9c-fg6x.json b/advisories/unreviewed/2024/07/GHSA-r8m6-4m9c-fg6x/GHSA-r8m6-4m9c-fg6x.json index 8c689e2dd2c..cd3caa9dc93 100644 --- a/advisories/unreviewed/2024/07/GHSA-r8m6-4m9c-fg6x/GHSA-r8m6-4m9c-fg6x.json +++ b/advisories/unreviewed/2024/07/GHSA-r8m6-4m9c-fg6x/GHSA-r8m6-4m9c-fg6x.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/07/GHSA-w9pj-xq5c-35w2/GHSA-w9pj-xq5c-35w2.json b/advisories/unreviewed/2024/07/GHSA-w9pj-xq5c-35w2/GHSA-w9pj-xq5c-35w2.json index 14ea4aa3eb9..2908ad6d7bc 100644 --- a/advisories/unreviewed/2024/07/GHSA-w9pj-xq5c-35w2/GHSA-w9pj-xq5c-35w2.json +++ b/advisories/unreviewed/2024/07/GHSA-w9pj-xq5c-35w2/GHSA-w9pj-xq5c-35w2.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", @@ -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/07/GHSA-x5f4-7cp5-vmcf/GHSA-x5f4-7cp5-vmcf.json b/advisories/unreviewed/2024/07/GHSA-x5f4-7cp5-vmcf/GHSA-x5f4-7cp5-vmcf.json index 56118ba7e29..4723f43db00 100644 --- a/advisories/unreviewed/2024/07/GHSA-x5f4-7cp5-vmcf/GHSA-x5f4-7cp5-vmcf.json +++ b/advisories/unreviewed/2024/07/GHSA-x5f4-7cp5-vmcf/GHSA-x5f4-7cp5-vmcf.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/07/GHSA-xc58-xprh-7gr5/GHSA-xc58-xprh-7gr5.json b/advisories/unreviewed/2024/07/GHSA-xc58-xprh-7gr5/GHSA-xc58-xprh-7gr5.json index 47054b04795..fc47a00532c 100644 --- a/advisories/unreviewed/2024/07/GHSA-xc58-xprh-7gr5/GHSA-xc58-xprh-7gr5.json +++ b/advisories/unreviewed/2024/07/GHSA-xc58-xprh-7gr5/GHSA-xc58-xprh-7gr5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/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/07/GHSA-xh7c-pf93-3v3r/GHSA-xh7c-pf93-3v3r.json b/advisories/unreviewed/2024/07/GHSA-xh7c-pf93-3v3r/GHSA-xh7c-pf93-3v3r.json index 685f96e1373..50e77f8ddb8 100644 --- a/advisories/unreviewed/2024/07/GHSA-xh7c-pf93-3v3r/GHSA-xh7c-pf93-3v3r.json +++ b/advisories/unreviewed/2024/07/GHSA-xh7c-pf93-3v3r/GHSA-xh7c-pf93-3v3r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-37rg-3x55-7pmg/GHSA-37rg-3x55-7pmg.json b/advisories/unreviewed/2024/08/GHSA-37rg-3x55-7pmg/GHSA-37rg-3x55-7pmg.json index c19eaf7ec88..4239881a721 100644 --- a/advisories/unreviewed/2024/08/GHSA-37rg-3x55-7pmg/GHSA-37rg-3x55-7pmg.json +++ b/advisories/unreviewed/2024/08/GHSA-37rg-3x55-7pmg/GHSA-37rg-3x55-7pmg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-4hvh-m426-wv8w/GHSA-4hvh-m426-wv8w.json b/advisories/unreviewed/2024/08/GHSA-4hvh-m426-wv8w/GHSA-4hvh-m426-wv8w.json index 15d2b8d1d7d..745bc521686 100644 --- a/advisories/unreviewed/2024/08/GHSA-4hvh-m426-wv8w/GHSA-4hvh-m426-wv8w.json +++ b/advisories/unreviewed/2024/08/GHSA-4hvh-m426-wv8w/GHSA-4hvh-m426-wv8w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-626c-c4r3-vmjg/GHSA-626c-c4r3-vmjg.json b/advisories/unreviewed/2024/08/GHSA-626c-c4r3-vmjg/GHSA-626c-c4r3-vmjg.json index 505dc6e4008..67cf993f3e2 100644 --- a/advisories/unreviewed/2024/08/GHSA-626c-c4r3-vmjg/GHSA-626c-c4r3-vmjg.json +++ b/advisories/unreviewed/2024/08/GHSA-626c-c4r3-vmjg/GHSA-626c-c4r3-vmjg.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/08/GHSA-6cpf-rmp5-w9pp/GHSA-6cpf-rmp5-w9pp.json b/advisories/unreviewed/2024/08/GHSA-6cpf-rmp5-w9pp/GHSA-6cpf-rmp5-w9pp.json index ff4afbf6e0f..a453997f3b9 100644 --- a/advisories/unreviewed/2024/08/GHSA-6cpf-rmp5-w9pp/GHSA-6cpf-rmp5-w9pp.json +++ b/advisories/unreviewed/2024/08/GHSA-6cpf-rmp5-w9pp/GHSA-6cpf-rmp5-w9pp.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/08/GHSA-78wv-wpmf-ghfp/GHSA-78wv-wpmf-ghfp.json b/advisories/unreviewed/2024/08/GHSA-78wv-wpmf-ghfp/GHSA-78wv-wpmf-ghfp.json index b69a80e7341..7d985b1a865 100644 --- a/advisories/unreviewed/2024/08/GHSA-78wv-wpmf-ghfp/GHSA-78wv-wpmf-ghfp.json +++ b/advisories/unreviewed/2024/08/GHSA-78wv-wpmf-ghfp/GHSA-78wv-wpmf-ghfp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-7xp8-p4r3-6rv8/GHSA-7xp8-p4r3-6rv8.json b/advisories/unreviewed/2024/08/GHSA-7xp8-p4r3-6rv8/GHSA-7xp8-p4r3-6rv8.json index 5afbd01c0b8..61482b4b4af 100644 --- a/advisories/unreviewed/2024/08/GHSA-7xp8-p4r3-6rv8/GHSA-7xp8-p4r3-6rv8.json +++ b/advisories/unreviewed/2024/08/GHSA-7xp8-p4r3-6rv8/GHSA-7xp8-p4r3-6rv8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-cxc7-qrmh-3wx5/GHSA-cxc7-qrmh-3wx5.json b/advisories/unreviewed/2024/08/GHSA-cxc7-qrmh-3wx5/GHSA-cxc7-qrmh-3wx5.json index 2799641cbae..65d2d7a47a0 100644 --- a/advisories/unreviewed/2024/08/GHSA-cxc7-qrmh-3wx5/GHSA-cxc7-qrmh-3wx5.json +++ b/advisories/unreviewed/2024/08/GHSA-cxc7-qrmh-3wx5/GHSA-cxc7-qrmh-3wx5.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/2024/08/GHSA-g5jq-gr6p-2c45/GHSA-g5jq-gr6p-2c45.json b/advisories/unreviewed/2024/08/GHSA-g5jq-gr6p-2c45/GHSA-g5jq-gr6p-2c45.json index a869c594f35..8c4e1b798d8 100644 --- a/advisories/unreviewed/2024/08/GHSA-g5jq-gr6p-2c45/GHSA-g5jq-gr6p-2c45.json +++ b/advisories/unreviewed/2024/08/GHSA-g5jq-gr6p-2c45/GHSA-g5jq-gr6p-2c45.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/08/GHSA-jq39-hww2-p4f4/GHSA-jq39-hww2-p4f4.json b/advisories/unreviewed/2024/08/GHSA-jq39-hww2-p4f4/GHSA-jq39-hww2-p4f4.json index cda9487e1c3..ba39e060fa4 100644 --- a/advisories/unreviewed/2024/08/GHSA-jq39-hww2-p4f4/GHSA-jq39-hww2-p4f4.json +++ b/advisories/unreviewed/2024/08/GHSA-jq39-hww2-p4f4/GHSA-jq39-hww2-p4f4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/08/GHSA-r7rx-q42q-vq8v/GHSA-r7rx-q42q-vq8v.json b/advisories/unreviewed/2024/08/GHSA-r7rx-q42q-vq8v/GHSA-r7rx-q42q-vq8v.json index da10b1b9fd6..1d17b0deece 100644 --- a/advisories/unreviewed/2024/08/GHSA-r7rx-q42q-vq8v/GHSA-r7rx-q42q-vq8v.json +++ b/advisories/unreviewed/2024/08/GHSA-r7rx-q42q-vq8v/GHSA-r7rx-q42q-vq8v.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/08/GHSA-v66p-q797-c8vm/GHSA-v66p-q797-c8vm.json b/advisories/unreviewed/2024/08/GHSA-v66p-q797-c8vm/GHSA-v66p-q797-c8vm.json index d6580d11405..c4db3e278be 100644 --- a/advisories/unreviewed/2024/08/GHSA-v66p-q797-c8vm/GHSA-v66p-q797-c8vm.json +++ b/advisories/unreviewed/2024/08/GHSA-v66p-q797-c8vm/GHSA-v66p-q797-c8vm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:H/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-2wh6-wp88-phq8/GHSA-2wh6-wp88-phq8.json b/advisories/unreviewed/2024/09/GHSA-2wh6-wp88-phq8/GHSA-2wh6-wp88-phq8.json index 2a2c21e7322..c5c0faca7fc 100644 --- a/advisories/unreviewed/2024/09/GHSA-2wh6-wp88-phq8/GHSA-2wh6-wp88-phq8.json +++ b/advisories/unreviewed/2024/09/GHSA-2wh6-wp88-phq8/GHSA-2wh6-wp88-phq8.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-3hjf-m6vc-vh7h/GHSA-3hjf-m6vc-vh7h.json b/advisories/unreviewed/2024/09/GHSA-3hjf-m6vc-vh7h/GHSA-3hjf-m6vc-vh7h.json index 43b5c1875ec..c278aa8f585 100644 --- a/advisories/unreviewed/2024/09/GHSA-3hjf-m6vc-vh7h/GHSA-3hjf-m6vc-vh7h.json +++ b/advisories/unreviewed/2024/09/GHSA-3hjf-m6vc-vh7h/GHSA-3hjf-m6vc-vh7h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-44xq-wgcc-3jwh/GHSA-44xq-wgcc-3jwh.json b/advisories/unreviewed/2024/09/GHSA-44xq-wgcc-3jwh/GHSA-44xq-wgcc-3jwh.json index 0bdb4fbc565..1350f19dd81 100644 --- a/advisories/unreviewed/2024/09/GHSA-44xq-wgcc-3jwh/GHSA-44xq-wgcc-3jwh.json +++ b/advisories/unreviewed/2024/09/GHSA-44xq-wgcc-3jwh/GHSA-44xq-wgcc-3jwh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -55,9 +53,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-4g2v-4q6g-26v9/GHSA-4g2v-4q6g-26v9.json b/advisories/unreviewed/2024/09/GHSA-4g2v-4q6g-26v9/GHSA-4g2v-4q6g-26v9.json index 53e3f4d8d99..4c172118075 100644 --- a/advisories/unreviewed/2024/09/GHSA-4g2v-4q6g-26v9/GHSA-4g2v-4q6g-26v9.json +++ b/advisories/unreviewed/2024/09/GHSA-4g2v-4q6g-26v9/GHSA-4g2v-4q6g-26v9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-62hc-56xq-xr7v/GHSA-62hc-56xq-xr7v.json b/advisories/unreviewed/2024/09/GHSA-62hc-56xq-xr7v/GHSA-62hc-56xq-xr7v.json index 56fb9241e1e..6208bf46132 100644 --- a/advisories/unreviewed/2024/09/GHSA-62hc-56xq-xr7v/GHSA-62hc-56xq-xr7v.json +++ b/advisories/unreviewed/2024/09/GHSA-62hc-56xq-xr7v/GHSA-62hc-56xq-xr7v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-6xw6-r35g-4w48/GHSA-6xw6-r35g-4w48.json b/advisories/unreviewed/2024/09/GHSA-6xw6-r35g-4w48/GHSA-6xw6-r35g-4w48.json index e9e4b1f9ea2..01936e4acb1 100644 --- a/advisories/unreviewed/2024/09/GHSA-6xw6-r35g-4w48/GHSA-6xw6-r35g-4w48.json +++ b/advisories/unreviewed/2024/09/GHSA-6xw6-r35g-4w48/GHSA-6xw6-r35g-4w48.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-7h72-pm8j-jj46/GHSA-7h72-pm8j-jj46.json b/advisories/unreviewed/2024/09/GHSA-7h72-pm8j-jj46/GHSA-7h72-pm8j-jj46.json index f1a2df056f3..7a41c622e7d 100644 --- a/advisories/unreviewed/2024/09/GHSA-7h72-pm8j-jj46/GHSA-7h72-pm8j-jj46.json +++ b/advisories/unreviewed/2024/09/GHSA-7h72-pm8j-jj46/GHSA-7h72-pm8j-jj46.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-97x4-gv8v-28vq/GHSA-97x4-gv8v-28vq.json b/advisories/unreviewed/2024/09/GHSA-97x4-gv8v-28vq/GHSA-97x4-gv8v-28vq.json index cb1fabbf920..7f6bc27e1ab 100644 --- a/advisories/unreviewed/2024/09/GHSA-97x4-gv8v-28vq/GHSA-97x4-gv8v-28vq.json +++ b/advisories/unreviewed/2024/09/GHSA-97x4-gv8v-28vq/GHSA-97x4-gv8v-28vq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-9rj8-jgp6-97cj/GHSA-9rj8-jgp6-97cj.json b/advisories/unreviewed/2024/09/GHSA-9rj8-jgp6-97cj/GHSA-9rj8-jgp6-97cj.json index 61e982e991c..8f7814b34ec 100644 --- a/advisories/unreviewed/2024/09/GHSA-9rj8-jgp6-97cj/GHSA-9rj8-jgp6-97cj.json +++ b/advisories/unreviewed/2024/09/GHSA-9rj8-jgp6-97cj/GHSA-9rj8-jgp6-97cj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-c76v-gjqc-j462/GHSA-c76v-gjqc-j462.json b/advisories/unreviewed/2024/09/GHSA-c76v-gjqc-j462/GHSA-c76v-gjqc-j462.json index 22ec677f442..cc8242cb574 100644 --- a/advisories/unreviewed/2024/09/GHSA-c76v-gjqc-j462/GHSA-c76v-gjqc-j462.json +++ b/advisories/unreviewed/2024/09/GHSA-c76v-gjqc-j462/GHSA-c76v-gjqc-j462.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/09/GHSA-f4wg-6rg7-4v2c/GHSA-f4wg-6rg7-4v2c.json b/advisories/unreviewed/2024/09/GHSA-f4wg-6rg7-4v2c/GHSA-f4wg-6rg7-4v2c.json index dfb3fd04339..b21b7057a4a 100644 --- a/advisories/unreviewed/2024/09/GHSA-f4wg-6rg7-4v2c/GHSA-f4wg-6rg7-4v2c.json +++ b/advisories/unreviewed/2024/09/GHSA-f4wg-6rg7-4v2c/GHSA-f4wg-6rg7-4v2c.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-fp3f-mqxw-mg8x/GHSA-fp3f-mqxw-mg8x.json b/advisories/unreviewed/2024/09/GHSA-fp3f-mqxw-mg8x/GHSA-fp3f-mqxw-mg8x.json index fed8e8a362c..4fbc421cdad 100644 --- a/advisories/unreviewed/2024/09/GHSA-fp3f-mqxw-mg8x/GHSA-fp3f-mqxw-mg8x.json +++ b/advisories/unreviewed/2024/09/GHSA-fp3f-mqxw-mg8x/GHSA-fp3f-mqxw-mg8x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-gmhf-wxx8-x9jm/GHSA-gmhf-wxx8-x9jm.json b/advisories/unreviewed/2024/09/GHSA-gmhf-wxx8-x9jm/GHSA-gmhf-wxx8-x9jm.json index 31efb7067c9..89029cc60b9 100644 --- a/advisories/unreviewed/2024/09/GHSA-gmhf-wxx8-x9jm/GHSA-gmhf-wxx8-x9jm.json +++ b/advisories/unreviewed/2024/09/GHSA-gmhf-wxx8-x9jm/GHSA-gmhf-wxx8-x9jm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-gxvh-f4g9-p9wp/GHSA-gxvh-f4g9-p9wp.json b/advisories/unreviewed/2024/09/GHSA-gxvh-f4g9-p9wp/GHSA-gxvh-f4g9-p9wp.json index e4a307b6b6c..9c6855c4014 100644 --- a/advisories/unreviewed/2024/09/GHSA-gxvh-f4g9-p9wp/GHSA-gxvh-f4g9-p9wp.json +++ b/advisories/unreviewed/2024/09/GHSA-gxvh-f4g9-p9wp/GHSA-gxvh-f4g9-p9wp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/09/GHSA-j3f7-j487-wx5j/GHSA-j3f7-j487-wx5j.json b/advisories/unreviewed/2024/09/GHSA-j3f7-j487-wx5j/GHSA-j3f7-j487-wx5j.json index ab952d730ed..9170cf715d9 100644 --- a/advisories/unreviewed/2024/09/GHSA-j3f7-j487-wx5j/GHSA-j3f7-j487-wx5j.json +++ b/advisories/unreviewed/2024/09/GHSA-j3f7-j487-wx5j/GHSA-j3f7-j487-wx5j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-mm34-xr6q-46qf/GHSA-mm34-xr6q-46qf.json b/advisories/unreviewed/2024/09/GHSA-mm34-xr6q-46qf/GHSA-mm34-xr6q-46qf.json index d816cf9df69..00edb0bb4d7 100644 --- a/advisories/unreviewed/2024/09/GHSA-mm34-xr6q-46qf/GHSA-mm34-xr6q-46qf.json +++ b/advisories/unreviewed/2024/09/GHSA-mm34-xr6q-46qf/GHSA-mm34-xr6q-46qf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-mp4c-v3vm-qr7w/GHSA-mp4c-v3vm-qr7w.json b/advisories/unreviewed/2024/09/GHSA-mp4c-v3vm-qr7w/GHSA-mp4c-v3vm-qr7w.json index 70ef21aa80d..31e541176a1 100644 --- a/advisories/unreviewed/2024/09/GHSA-mp4c-v3vm-qr7w/GHSA-mp4c-v3vm-qr7w.json +++ b/advisories/unreviewed/2024/09/GHSA-mp4c-v3vm-qr7w/GHSA-mp4c-v3vm-qr7w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-pfx6-gm2c-cw74/GHSA-pfx6-gm2c-cw74.json b/advisories/unreviewed/2024/09/GHSA-pfx6-gm2c-cw74/GHSA-pfx6-gm2c-cw74.json index bf03a65614b..5f589db69a9 100644 --- a/advisories/unreviewed/2024/09/GHSA-pfx6-gm2c-cw74/GHSA-pfx6-gm2c-cw74.json +++ b/advisories/unreviewed/2024/09/GHSA-pfx6-gm2c-cw74/GHSA-pfx6-gm2c-cw74.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-q365-f29f-fcpr/GHSA-q365-f29f-fcpr.json b/advisories/unreviewed/2024/09/GHSA-q365-f29f-fcpr/GHSA-q365-f29f-fcpr.json index 271cd197be2..2e99fda168b 100644 --- a/advisories/unreviewed/2024/09/GHSA-q365-f29f-fcpr/GHSA-q365-f29f-fcpr.json +++ b/advisories/unreviewed/2024/09/GHSA-q365-f29f-fcpr/GHSA-q365-f29f-fcpr.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/2024/09/GHSA-vfph-fvw4-j4xp/GHSA-vfph-fvw4-j4xp.json b/advisories/unreviewed/2024/09/GHSA-vfph-fvw4-j4xp/GHSA-vfph-fvw4-j4xp.json index 12198efe277..d91bcff8fbd 100644 --- a/advisories/unreviewed/2024/09/GHSA-vfph-fvw4-j4xp/GHSA-vfph-fvw4-j4xp.json +++ b/advisories/unreviewed/2024/09/GHSA-vfph-fvw4-j4xp/GHSA-vfph-fvw4-j4xp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/09/GHSA-vmw3-mqg9-528c/GHSA-vmw3-mqg9-528c.json b/advisories/unreviewed/2024/09/GHSA-vmw3-mqg9-528c/GHSA-vmw3-mqg9-528c.json index 25df947f058..bad0209488e 100644 --- a/advisories/unreviewed/2024/09/GHSA-vmw3-mqg9-528c/GHSA-vmw3-mqg9-528c.json +++ b/advisories/unreviewed/2024/09/GHSA-vmw3-mqg9-528c/GHSA-vmw3-mqg9-528c.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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/10/GHSA-2287-j5fq-5mhv/GHSA-2287-j5fq-5mhv.json b/advisories/unreviewed/2024/10/GHSA-2287-j5fq-5mhv/GHSA-2287-j5fq-5mhv.json index 26ce08bd447..d91d0a93d3d 100644 --- a/advisories/unreviewed/2024/10/GHSA-2287-j5fq-5mhv/GHSA-2287-j5fq-5mhv.json +++ b/advisories/unreviewed/2024/10/GHSA-2287-j5fq-5mhv/GHSA-2287-j5fq-5mhv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-22cv-mr79-8p5c/GHSA-22cv-mr79-8p5c.json b/advisories/unreviewed/2024/10/GHSA-22cv-mr79-8p5c/GHSA-22cv-mr79-8p5c.json index d1714750430..e5cd8cb9cac 100644 --- a/advisories/unreviewed/2024/10/GHSA-22cv-mr79-8p5c/GHSA-22cv-mr79-8p5c.json +++ b/advisories/unreviewed/2024/10/GHSA-22cv-mr79-8p5c/GHSA-22cv-mr79-8p5c.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", diff --git a/advisories/unreviewed/2024/10/GHSA-2f8j-394w-hvgc/GHSA-2f8j-394w-hvgc.json b/advisories/unreviewed/2024/10/GHSA-2f8j-394w-hvgc/GHSA-2f8j-394w-hvgc.json index dfc020b8c6a..33fd8ec5625 100644 --- a/advisories/unreviewed/2024/10/GHSA-2f8j-394w-hvgc/GHSA-2f8j-394w-hvgc.json +++ b/advisories/unreviewed/2024/10/GHSA-2f8j-394w-hvgc/GHSA-2f8j-394w-hvgc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-2gcm-q52r-gph2/GHSA-2gcm-q52r-gph2.json b/advisories/unreviewed/2024/10/GHSA-2gcm-q52r-gph2/GHSA-2gcm-q52r-gph2.json index 7849a811f8e..a95e65cf3e6 100644 --- a/advisories/unreviewed/2024/10/GHSA-2gcm-q52r-gph2/GHSA-2gcm-q52r-gph2.json +++ b/advisories/unreviewed/2024/10/GHSA-2gcm-q52r-gph2/GHSA-2gcm-q52r-gph2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-2hgv-4cw3-pwjf/GHSA-2hgv-4cw3-pwjf.json b/advisories/unreviewed/2024/10/GHSA-2hgv-4cw3-pwjf/GHSA-2hgv-4cw3-pwjf.json index a4064306289..4ec19901702 100644 --- a/advisories/unreviewed/2024/10/GHSA-2hgv-4cw3-pwjf/GHSA-2hgv-4cw3-pwjf.json +++ b/advisories/unreviewed/2024/10/GHSA-2hgv-4cw3-pwjf/GHSA-2hgv-4cw3-pwjf.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/10/GHSA-2r2g-gh96-83gx/GHSA-2r2g-gh96-83gx.json b/advisories/unreviewed/2024/10/GHSA-2r2g-gh96-83gx/GHSA-2r2g-gh96-83gx.json index 59542530213..0a4a9efb808 100644 --- a/advisories/unreviewed/2024/10/GHSA-2r2g-gh96-83gx/GHSA-2r2g-gh96-83gx.json +++ b/advisories/unreviewed/2024/10/GHSA-2r2g-gh96-83gx/GHSA-2r2g-gh96-83gx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-2rv6-9vgp-q3xf/GHSA-2rv6-9vgp-q3xf.json b/advisories/unreviewed/2024/10/GHSA-2rv6-9vgp-q3xf/GHSA-2rv6-9vgp-q3xf.json index 73bd2dc265d..52c241b31c0 100644 --- a/advisories/unreviewed/2024/10/GHSA-2rv6-9vgp-q3xf/GHSA-2rv6-9vgp-q3xf.json +++ b/advisories/unreviewed/2024/10/GHSA-2rv6-9vgp-q3xf/GHSA-2rv6-9vgp-q3xf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-2w72-8r4w-rjm6/GHSA-2w72-8r4w-rjm6.json b/advisories/unreviewed/2024/10/GHSA-2w72-8r4w-rjm6/GHSA-2w72-8r4w-rjm6.json index aae12568310..8e8613edb19 100644 --- a/advisories/unreviewed/2024/10/GHSA-2w72-8r4w-rjm6/GHSA-2w72-8r4w-rjm6.json +++ b/advisories/unreviewed/2024/10/GHSA-2w72-8r4w-rjm6/GHSA-2w72-8r4w-rjm6.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/10/GHSA-358q-vf8c-9vqr/GHSA-358q-vf8c-9vqr.json b/advisories/unreviewed/2024/10/GHSA-358q-vf8c-9vqr/GHSA-358q-vf8c-9vqr.json index 526262814ad..e2f0821c4dc 100644 --- a/advisories/unreviewed/2024/10/GHSA-358q-vf8c-9vqr/GHSA-358q-vf8c-9vqr.json +++ b/advisories/unreviewed/2024/10/GHSA-358q-vf8c-9vqr/GHSA-358q-vf8c-9vqr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-368v-5vcp-j279/GHSA-368v-5vcp-j279.json b/advisories/unreviewed/2024/10/GHSA-368v-5vcp-j279/GHSA-368v-5vcp-j279.json index 185cc33c254..e040ef5788d 100644 --- a/advisories/unreviewed/2024/10/GHSA-368v-5vcp-j279/GHSA-368v-5vcp-j279.json +++ b/advisories/unreviewed/2024/10/GHSA-368v-5vcp-j279/GHSA-368v-5vcp-j279.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-3753-r5q9-x6fx/GHSA-3753-r5q9-x6fx.json b/advisories/unreviewed/2024/10/GHSA-3753-r5q9-x6fx/GHSA-3753-r5q9-x6fx.json index d30bce7f28e..bc559f0c7f1 100644 --- a/advisories/unreviewed/2024/10/GHSA-3753-r5q9-x6fx/GHSA-3753-r5q9-x6fx.json +++ b/advisories/unreviewed/2024/10/GHSA-3753-r5q9-x6fx/GHSA-3753-r5q9-x6fx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-3pp2-9g7m-mf2q/GHSA-3pp2-9g7m-mf2q.json b/advisories/unreviewed/2024/10/GHSA-3pp2-9g7m-mf2q/GHSA-3pp2-9g7m-mf2q.json index 03aa9c05eeb..34c153b5ba6 100644 --- a/advisories/unreviewed/2024/10/GHSA-3pp2-9g7m-mf2q/GHSA-3pp2-9g7m-mf2q.json +++ b/advisories/unreviewed/2024/10/GHSA-3pp2-9g7m-mf2q/GHSA-3pp2-9g7m-mf2q.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/10/GHSA-3r3j-4cc8-xf5f/GHSA-3r3j-4cc8-xf5f.json b/advisories/unreviewed/2024/10/GHSA-3r3j-4cc8-xf5f/GHSA-3r3j-4cc8-xf5f.json index ace2125b1aa..d2d36f17a66 100644 --- a/advisories/unreviewed/2024/10/GHSA-3r3j-4cc8-xf5f/GHSA-3r3j-4cc8-xf5f.json +++ b/advisories/unreviewed/2024/10/GHSA-3r3j-4cc8-xf5f/GHSA-3r3j-4cc8-xf5f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-3x94-q4r9-gmj8/GHSA-3x94-q4r9-gmj8.json b/advisories/unreviewed/2024/10/GHSA-3x94-q4r9-gmj8/GHSA-3x94-q4r9-gmj8.json index 7dc01e89243..c1e27991e90 100644 --- a/advisories/unreviewed/2024/10/GHSA-3x94-q4r9-gmj8/GHSA-3x94-q4r9-gmj8.json +++ b/advisories/unreviewed/2024/10/GHSA-3x94-q4r9-gmj8/GHSA-3x94-q4r9-gmj8.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/10/GHSA-45g4-3pq8-625w/GHSA-45g4-3pq8-625w.json b/advisories/unreviewed/2024/10/GHSA-45g4-3pq8-625w/GHSA-45g4-3pq8-625w.json index 39dfbfc840b..e87239f9dcc 100644 --- a/advisories/unreviewed/2024/10/GHSA-45g4-3pq8-625w/GHSA-45g4-3pq8-625w.json +++ b/advisories/unreviewed/2024/10/GHSA-45g4-3pq8-625w/GHSA-45g4-3pq8-625w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-45r2-8wpc-4rw9/GHSA-45r2-8wpc-4rw9.json b/advisories/unreviewed/2024/10/GHSA-45r2-8wpc-4rw9/GHSA-45r2-8wpc-4rw9.json index 35e4e7699c3..cd3666bac06 100644 --- a/advisories/unreviewed/2024/10/GHSA-45r2-8wpc-4rw9/GHSA-45r2-8wpc-4rw9.json +++ b/advisories/unreviewed/2024/10/GHSA-45r2-8wpc-4rw9/GHSA-45r2-8wpc-4rw9.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/10/GHSA-4f6q-pc62-pfpp/GHSA-4f6q-pc62-pfpp.json b/advisories/unreviewed/2024/10/GHSA-4f6q-pc62-pfpp/GHSA-4f6q-pc62-pfpp.json index 5bc472f0c18..820bcc73b9c 100644 --- a/advisories/unreviewed/2024/10/GHSA-4f6q-pc62-pfpp/GHSA-4f6q-pc62-pfpp.json +++ b/advisories/unreviewed/2024/10/GHSA-4f6q-pc62-pfpp/GHSA-4f6q-pc62-pfpp.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/10/GHSA-4f9m-g9pv-r46f/GHSA-4f9m-g9pv-r46f.json b/advisories/unreviewed/2024/10/GHSA-4f9m-g9pv-r46f/GHSA-4f9m-g9pv-r46f.json index b0dd8660cef..e794baff639 100644 --- a/advisories/unreviewed/2024/10/GHSA-4f9m-g9pv-r46f/GHSA-4f9m-g9pv-r46f.json +++ b/advisories/unreviewed/2024/10/GHSA-4f9m-g9pv-r46f/GHSA-4f9m-g9pv-r46f.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/10/GHSA-4fc9-vhvw-cw2f/GHSA-4fc9-vhvw-cw2f.json b/advisories/unreviewed/2024/10/GHSA-4fc9-vhvw-cw2f/GHSA-4fc9-vhvw-cw2f.json index 2c9a1da8ea0..db34a4a6327 100644 --- a/advisories/unreviewed/2024/10/GHSA-4fc9-vhvw-cw2f/GHSA-4fc9-vhvw-cw2f.json +++ b/advisories/unreviewed/2024/10/GHSA-4fc9-vhvw-cw2f/GHSA-4fc9-vhvw-cw2f.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/2024/10/GHSA-4hcp-rr7c-2jm2/GHSA-4hcp-rr7c-2jm2.json b/advisories/unreviewed/2024/10/GHSA-4hcp-rr7c-2jm2/GHSA-4hcp-rr7c-2jm2.json index 9997004125b..2879236bd25 100644 --- a/advisories/unreviewed/2024/10/GHSA-4hcp-rr7c-2jm2/GHSA-4hcp-rr7c-2jm2.json +++ b/advisories/unreviewed/2024/10/GHSA-4hcp-rr7c-2jm2/GHSA-4hcp-rr7c-2jm2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-4hm6-4hpq-w2v7/GHSA-4hm6-4hpq-w2v7.json b/advisories/unreviewed/2024/10/GHSA-4hm6-4hpq-w2v7/GHSA-4hm6-4hpq-w2v7.json index a900c04aba5..54daccb94f0 100644 --- a/advisories/unreviewed/2024/10/GHSA-4hm6-4hpq-w2v7/GHSA-4hm6-4hpq-w2v7.json +++ b/advisories/unreviewed/2024/10/GHSA-4hm6-4hpq-w2v7/GHSA-4hm6-4hpq-w2v7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-4q59-5gm6-45p4/GHSA-4q59-5gm6-45p4.json b/advisories/unreviewed/2024/10/GHSA-4q59-5gm6-45p4/GHSA-4q59-5gm6-45p4.json index 25ce32ef534..715dd66b71e 100644 --- a/advisories/unreviewed/2024/10/GHSA-4q59-5gm6-45p4/GHSA-4q59-5gm6-45p4.json +++ b/advisories/unreviewed/2024/10/GHSA-4q59-5gm6-45p4/GHSA-4q59-5gm6-45p4.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/10/GHSA-55w9-w6p5-whvv/GHSA-55w9-w6p5-whvv.json b/advisories/unreviewed/2024/10/GHSA-55w9-w6p5-whvv/GHSA-55w9-w6p5-whvv.json index 6b6296a5ea1..94bfcbd7a11 100644 --- a/advisories/unreviewed/2024/10/GHSA-55w9-w6p5-whvv/GHSA-55w9-w6p5-whvv.json +++ b/advisories/unreviewed/2024/10/GHSA-55w9-w6p5-whvv/GHSA-55w9-w6p5-whvv.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/10/GHSA-5jpj-c8jc-69p4/GHSA-5jpj-c8jc-69p4.json b/advisories/unreviewed/2024/10/GHSA-5jpj-c8jc-69p4/GHSA-5jpj-c8jc-69p4.json index 16dfbaae759..ba4bd570a14 100644 --- a/advisories/unreviewed/2024/10/GHSA-5jpj-c8jc-69p4/GHSA-5jpj-c8jc-69p4.json +++ b/advisories/unreviewed/2024/10/GHSA-5jpj-c8jc-69p4/GHSA-5jpj-c8jc-69p4.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/10/GHSA-5qr5-9jfv-96j2/GHSA-5qr5-9jfv-96j2.json b/advisories/unreviewed/2024/10/GHSA-5qr5-9jfv-96j2/GHSA-5qr5-9jfv-96j2.json index fbb9a668a6b..018b6c5a62c 100644 --- a/advisories/unreviewed/2024/10/GHSA-5qr5-9jfv-96j2/GHSA-5qr5-9jfv-96j2.json +++ b/advisories/unreviewed/2024/10/GHSA-5qr5-9jfv-96j2/GHSA-5qr5-9jfv-96j2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-5wv5-rqhr-9cj5/GHSA-5wv5-rqhr-9cj5.json b/advisories/unreviewed/2024/10/GHSA-5wv5-rqhr-9cj5/GHSA-5wv5-rqhr-9cj5.json index b24292d21ab..7ff8e0bbb0a 100644 --- a/advisories/unreviewed/2024/10/GHSA-5wv5-rqhr-9cj5/GHSA-5wv5-rqhr-9cj5.json +++ b/advisories/unreviewed/2024/10/GHSA-5wv5-rqhr-9cj5/GHSA-5wv5-rqhr-9cj5.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/10/GHSA-6542-3jxf-gxwj/GHSA-6542-3jxf-gxwj.json b/advisories/unreviewed/2024/10/GHSA-6542-3jxf-gxwj/GHSA-6542-3jxf-gxwj.json index 42a40285ba0..08acb85633c 100644 --- a/advisories/unreviewed/2024/10/GHSA-6542-3jxf-gxwj/GHSA-6542-3jxf-gxwj.json +++ b/advisories/unreviewed/2024/10/GHSA-6542-3jxf-gxwj/GHSA-6542-3jxf-gxwj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-6c25-vcqv-pm7g/GHSA-6c25-vcqv-pm7g.json b/advisories/unreviewed/2024/10/GHSA-6c25-vcqv-pm7g/GHSA-6c25-vcqv-pm7g.json index 490b41b49d4..a41cc6b0a2f 100644 --- a/advisories/unreviewed/2024/10/GHSA-6c25-vcqv-pm7g/GHSA-6c25-vcqv-pm7g.json +++ b/advisories/unreviewed/2024/10/GHSA-6c25-vcqv-pm7g/GHSA-6c25-vcqv-pm7g.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", @@ -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/10/GHSA-6cpm-g48h-c92x/GHSA-6cpm-g48h-c92x.json b/advisories/unreviewed/2024/10/GHSA-6cpm-g48h-c92x/GHSA-6cpm-g48h-c92x.json index d2fedc58ad6..1ba458a0a52 100644 --- a/advisories/unreviewed/2024/10/GHSA-6cpm-g48h-c92x/GHSA-6cpm-g48h-c92x.json +++ b/advisories/unreviewed/2024/10/GHSA-6cpm-g48h-c92x/GHSA-6cpm-g48h-c92x.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/10/GHSA-6f44-88r9-jjfp/GHSA-6f44-88r9-jjfp.json b/advisories/unreviewed/2024/10/GHSA-6f44-88r9-jjfp/GHSA-6f44-88r9-jjfp.json index ccd72e4c222..4590d4cc39b 100644 --- a/advisories/unreviewed/2024/10/GHSA-6f44-88r9-jjfp/GHSA-6f44-88r9-jjfp.json +++ b/advisories/unreviewed/2024/10/GHSA-6f44-88r9-jjfp/GHSA-6f44-88r9-jjfp.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/10/GHSA-6gv4-7fc8-2gm7/GHSA-6gv4-7fc8-2gm7.json b/advisories/unreviewed/2024/10/GHSA-6gv4-7fc8-2gm7/GHSA-6gv4-7fc8-2gm7.json index 338b72e1146..8896df2f248 100644 --- a/advisories/unreviewed/2024/10/GHSA-6gv4-7fc8-2gm7/GHSA-6gv4-7fc8-2gm7.json +++ b/advisories/unreviewed/2024/10/GHSA-6gv4-7fc8-2gm7/GHSA-6gv4-7fc8-2gm7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-6hww-7pfg-grx3/GHSA-6hww-7pfg-grx3.json b/advisories/unreviewed/2024/10/GHSA-6hww-7pfg-grx3/GHSA-6hww-7pfg-grx3.json index 6877209bd7a..3d2a81b0433 100644 --- a/advisories/unreviewed/2024/10/GHSA-6hww-7pfg-grx3/GHSA-6hww-7pfg-grx3.json +++ b/advisories/unreviewed/2024/10/GHSA-6hww-7pfg-grx3/GHSA-6hww-7pfg-grx3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-6m58-669r-3v4p/GHSA-6m58-669r-3v4p.json b/advisories/unreviewed/2024/10/GHSA-6m58-669r-3v4p/GHSA-6m58-669r-3v4p.json index baeae2fabc0..1f8370c4614 100644 --- a/advisories/unreviewed/2024/10/GHSA-6m58-669r-3v4p/GHSA-6m58-669r-3v4p.json +++ b/advisories/unreviewed/2024/10/GHSA-6m58-669r-3v4p/GHSA-6m58-669r-3v4p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-6qwf-f7j5-fhq9/GHSA-6qwf-f7j5-fhq9.json b/advisories/unreviewed/2024/10/GHSA-6qwf-f7j5-fhq9/GHSA-6qwf-f7j5-fhq9.json index 258b9758947..4784fbc5ee3 100644 --- a/advisories/unreviewed/2024/10/GHSA-6qwf-f7j5-fhq9/GHSA-6qwf-f7j5-fhq9.json +++ b/advisories/unreviewed/2024/10/GHSA-6qwf-f7j5-fhq9/GHSA-6qwf-f7j5-fhq9.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/10/GHSA-6qxw-gg6f-98p3/GHSA-6qxw-gg6f-98p3.json b/advisories/unreviewed/2024/10/GHSA-6qxw-gg6f-98p3/GHSA-6qxw-gg6f-98p3.json index ee024ef5ff7..4cf326ee6ea 100644 --- a/advisories/unreviewed/2024/10/GHSA-6qxw-gg6f-98p3/GHSA-6qxw-gg6f-98p3.json +++ b/advisories/unreviewed/2024/10/GHSA-6qxw-gg6f-98p3/GHSA-6qxw-gg6f-98p3.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/10/GHSA-6xpp-xx5c-5qfg/GHSA-6xpp-xx5c-5qfg.json b/advisories/unreviewed/2024/10/GHSA-6xpp-xx5c-5qfg/GHSA-6xpp-xx5c-5qfg.json index b8b66564abf..565ea5b211e 100644 --- a/advisories/unreviewed/2024/10/GHSA-6xpp-xx5c-5qfg/GHSA-6xpp-xx5c-5qfg.json +++ b/advisories/unreviewed/2024/10/GHSA-6xpp-xx5c-5qfg/GHSA-6xpp-xx5c-5qfg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-7pcw-338g-2xgr/GHSA-7pcw-338g-2xgr.json b/advisories/unreviewed/2024/10/GHSA-7pcw-338g-2xgr/GHSA-7pcw-338g-2xgr.json index 0bb4bd3f7eb..a6558688384 100644 --- a/advisories/unreviewed/2024/10/GHSA-7pcw-338g-2xgr/GHSA-7pcw-338g-2xgr.json +++ b/advisories/unreviewed/2024/10/GHSA-7pcw-338g-2xgr/GHSA-7pcw-338g-2xgr.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", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-7qq5-9j42-9rx8/GHSA-7qq5-9j42-9rx8.json b/advisories/unreviewed/2024/10/GHSA-7qq5-9j42-9rx8/GHSA-7qq5-9j42-9rx8.json index b594ae6d711..d73a9dc2c00 100644 --- a/advisories/unreviewed/2024/10/GHSA-7qq5-9j42-9rx8/GHSA-7qq5-9j42-9rx8.json +++ b/advisories/unreviewed/2024/10/GHSA-7qq5-9j42-9rx8/GHSA-7qq5-9j42-9rx8.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/10/GHSA-8gvx-rr8c-cg67/GHSA-8gvx-rr8c-cg67.json b/advisories/unreviewed/2024/10/GHSA-8gvx-rr8c-cg67/GHSA-8gvx-rr8c-cg67.json index b1629159249..10969578be6 100644 --- a/advisories/unreviewed/2024/10/GHSA-8gvx-rr8c-cg67/GHSA-8gvx-rr8c-cg67.json +++ b/advisories/unreviewed/2024/10/GHSA-8gvx-rr8c-cg67/GHSA-8gvx-rr8c-cg67.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-8qx5-w9w4-m7p5/GHSA-8qx5-w9w4-m7p5.json b/advisories/unreviewed/2024/10/GHSA-8qx5-w9w4-m7p5/GHSA-8qx5-w9w4-m7p5.json index 5e1a7691fa9..48bc37058f6 100644 --- a/advisories/unreviewed/2024/10/GHSA-8qx5-w9w4-m7p5/GHSA-8qx5-w9w4-m7p5.json +++ b/advisories/unreviewed/2024/10/GHSA-8qx5-w9w4-m7p5/GHSA-8qx5-w9w4-m7p5.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/10/GHSA-93cm-9ghm-5q5v/GHSA-93cm-9ghm-5q5v.json b/advisories/unreviewed/2024/10/GHSA-93cm-9ghm-5q5v/GHSA-93cm-9ghm-5q5v.json index 2205a57ffec..cc5d0e0ef2b 100644 --- a/advisories/unreviewed/2024/10/GHSA-93cm-9ghm-5q5v/GHSA-93cm-9ghm-5q5v.json +++ b/advisories/unreviewed/2024/10/GHSA-93cm-9ghm-5q5v/GHSA-93cm-9ghm-5q5v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-94c5-h25f-5w58/GHSA-94c5-h25f-5w58.json b/advisories/unreviewed/2024/10/GHSA-94c5-h25f-5w58/GHSA-94c5-h25f-5w58.json index 6ccb0495a58..e06054f99e9 100644 --- a/advisories/unreviewed/2024/10/GHSA-94c5-h25f-5w58/GHSA-94c5-h25f-5w58.json +++ b/advisories/unreviewed/2024/10/GHSA-94c5-h25f-5w58/GHSA-94c5-h25f-5w58.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-94p2-m4qf-5m97/GHSA-94p2-m4qf-5m97.json b/advisories/unreviewed/2024/10/GHSA-94p2-m4qf-5m97/GHSA-94p2-m4qf-5m97.json index d9865da2593..1fdd3c41e90 100644 --- a/advisories/unreviewed/2024/10/GHSA-94p2-m4qf-5m97/GHSA-94p2-m4qf-5m97.json +++ b/advisories/unreviewed/2024/10/GHSA-94p2-m4qf-5m97/GHSA-94p2-m4qf-5m97.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-98qv-5frh-cx73/GHSA-98qv-5frh-cx73.json b/advisories/unreviewed/2024/10/GHSA-98qv-5frh-cx73/GHSA-98qv-5frh-cx73.json index e7f62ae7137..ced334888fb 100644 --- a/advisories/unreviewed/2024/10/GHSA-98qv-5frh-cx73/GHSA-98qv-5frh-cx73.json +++ b/advisories/unreviewed/2024/10/GHSA-98qv-5frh-cx73/GHSA-98qv-5frh-cx73.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/2024/10/GHSA-9f82-h4f2-23mg/GHSA-9f82-h4f2-23mg.json b/advisories/unreviewed/2024/10/GHSA-9f82-h4f2-23mg/GHSA-9f82-h4f2-23mg.json index aa087f9bab4..f5a935f7f5c 100644 --- a/advisories/unreviewed/2024/10/GHSA-9f82-h4f2-23mg/GHSA-9f82-h4f2-23mg.json +++ b/advisories/unreviewed/2024/10/GHSA-9f82-h4f2-23mg/GHSA-9f82-h4f2-23mg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-9gw4-m84r-cgxj/GHSA-9gw4-m84r-cgxj.json b/advisories/unreviewed/2024/10/GHSA-9gw4-m84r-cgxj/GHSA-9gw4-m84r-cgxj.json index 03819e1ad67..691a0caec35 100644 --- a/advisories/unreviewed/2024/10/GHSA-9gw4-m84r-cgxj/GHSA-9gw4-m84r-cgxj.json +++ b/advisories/unreviewed/2024/10/GHSA-9gw4-m84r-cgxj/GHSA-9gw4-m84r-cgxj.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/10/GHSA-9jhx-gr45-29p7/GHSA-9jhx-gr45-29p7.json b/advisories/unreviewed/2024/10/GHSA-9jhx-gr45-29p7/GHSA-9jhx-gr45-29p7.json index 1aadc9b0c6e..84d31c12072 100644 --- a/advisories/unreviewed/2024/10/GHSA-9jhx-gr45-29p7/GHSA-9jhx-gr45-29p7.json +++ b/advisories/unreviewed/2024/10/GHSA-9jhx-gr45-29p7/GHSA-9jhx-gr45-29p7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-9m3x-q77m-pwhx/GHSA-9m3x-q77m-pwhx.json b/advisories/unreviewed/2024/10/GHSA-9m3x-q77m-pwhx/GHSA-9m3x-q77m-pwhx.json index 42d298d8651..425eee58a4f 100644 --- a/advisories/unreviewed/2024/10/GHSA-9m3x-q77m-pwhx/GHSA-9m3x-q77m-pwhx.json +++ b/advisories/unreviewed/2024/10/GHSA-9m3x-q77m-pwhx/GHSA-9m3x-q77m-pwhx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-9r7v-6wjc-j5fj/GHSA-9r7v-6wjc-j5fj.json b/advisories/unreviewed/2024/10/GHSA-9r7v-6wjc-j5fj/GHSA-9r7v-6wjc-j5fj.json index 8e29dc234a8..b962bfb7bd7 100644 --- a/advisories/unreviewed/2024/10/GHSA-9r7v-6wjc-j5fj/GHSA-9r7v-6wjc-j5fj.json +++ b/advisories/unreviewed/2024/10/GHSA-9r7v-6wjc-j5fj/GHSA-9r7v-6wjc-j5fj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-9wvc-jrm9-5wxw/GHSA-9wvc-jrm9-5wxw.json b/advisories/unreviewed/2024/10/GHSA-9wvc-jrm9-5wxw/GHSA-9wvc-jrm9-5wxw.json index b7a8e1122c3..f72ec0d8b8b 100644 --- a/advisories/unreviewed/2024/10/GHSA-9wvc-jrm9-5wxw/GHSA-9wvc-jrm9-5wxw.json +++ b/advisories/unreviewed/2024/10/GHSA-9wvc-jrm9-5wxw/GHSA-9wvc-jrm9-5wxw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-c2j6-7h49-7vrf/GHSA-c2j6-7h49-7vrf.json b/advisories/unreviewed/2024/10/GHSA-c2j6-7h49-7vrf/GHSA-c2j6-7h49-7vrf.json index 9c1ee04ba45..453c6926281 100644 --- a/advisories/unreviewed/2024/10/GHSA-c2j6-7h49-7vrf/GHSA-c2j6-7h49-7vrf.json +++ b/advisories/unreviewed/2024/10/GHSA-c2j6-7h49-7vrf/GHSA-c2j6-7h49-7vrf.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/10/GHSA-cm3c-fgqh-p9r2/GHSA-cm3c-fgqh-p9r2.json b/advisories/unreviewed/2024/10/GHSA-cm3c-fgqh-p9r2/GHSA-cm3c-fgqh-p9r2.json index 13e93d22b46..7d53afe1582 100644 --- a/advisories/unreviewed/2024/10/GHSA-cm3c-fgqh-p9r2/GHSA-cm3c-fgqh-p9r2.json +++ b/advisories/unreviewed/2024/10/GHSA-cm3c-fgqh-p9r2/GHSA-cm3c-fgqh-p9r2.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:H/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:N/AU:N/R:A/V:C/RE:M/U:Red" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-cpcx-www7-v9f3/GHSA-cpcx-www7-v9f3.json b/advisories/unreviewed/2024/10/GHSA-cpcx-www7-v9f3/GHSA-cpcx-www7-v9f3.json index 52b4cd9f4f2..ec18ccb3597 100644 --- a/advisories/unreviewed/2024/10/GHSA-cpcx-www7-v9f3/GHSA-cpcx-www7-v9f3.json +++ b/advisories/unreviewed/2024/10/GHSA-cpcx-www7-v9f3/GHSA-cpcx-www7-v9f3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-cwvq-5588-g9v5/GHSA-cwvq-5588-g9v5.json b/advisories/unreviewed/2024/10/GHSA-cwvq-5588-g9v5/GHSA-cwvq-5588-g9v5.json index 35fde3072f7..cc030ebaf61 100644 --- a/advisories/unreviewed/2024/10/GHSA-cwvq-5588-g9v5/GHSA-cwvq-5588-g9v5.json +++ b/advisories/unreviewed/2024/10/GHSA-cwvq-5588-g9v5/GHSA-cwvq-5588-g9v5.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/10/GHSA-fjxq-w7vf-g7jh/GHSA-fjxq-w7vf-g7jh.json b/advisories/unreviewed/2024/10/GHSA-fjxq-w7vf-g7jh/GHSA-fjxq-w7vf-g7jh.json index 281b7bfe616..95c04fdf7c1 100644 --- a/advisories/unreviewed/2024/10/GHSA-fjxq-w7vf-g7jh/GHSA-fjxq-w7vf-g7jh.json +++ b/advisories/unreviewed/2024/10/GHSA-fjxq-w7vf-g7jh/GHSA-fjxq-w7vf-g7jh.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", @@ -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/10/GHSA-g2hg-pf39-5q37/GHSA-g2hg-pf39-5q37.json b/advisories/unreviewed/2024/10/GHSA-g2hg-pf39-5q37/GHSA-g2hg-pf39-5q37.json index cad153a90bf..a7b7f1d82fb 100644 --- a/advisories/unreviewed/2024/10/GHSA-g2hg-pf39-5q37/GHSA-g2hg-pf39-5q37.json +++ b/advisories/unreviewed/2024/10/GHSA-g2hg-pf39-5q37/GHSA-g2hg-pf39-5q37.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-g4v7-5988-5c48/GHSA-g4v7-5988-5c48.json b/advisories/unreviewed/2024/10/GHSA-g4v7-5988-5c48/GHSA-g4v7-5988-5c48.json index de0da147225..2e8e70172b8 100644 --- a/advisories/unreviewed/2024/10/GHSA-g4v7-5988-5c48/GHSA-g4v7-5988-5c48.json +++ b/advisories/unreviewed/2024/10/GHSA-g4v7-5988-5c48/GHSA-g4v7-5988-5c48.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-g4w7-2r97-835p/GHSA-g4w7-2r97-835p.json b/advisories/unreviewed/2024/10/GHSA-g4w7-2r97-835p/GHSA-g4w7-2r97-835p.json index 5ece23bdcd6..b6a3202bc91 100644 --- a/advisories/unreviewed/2024/10/GHSA-g4w7-2r97-835p/GHSA-g4w7-2r97-835p.json +++ b/advisories/unreviewed/2024/10/GHSA-g4w7-2r97-835p/GHSA-g4w7-2r97-835p.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/10/GHSA-g595-2j9p-q4w7/GHSA-g595-2j9p-q4w7.json b/advisories/unreviewed/2024/10/GHSA-g595-2j9p-q4w7/GHSA-g595-2j9p-q4w7.json index 895a86ba2ad..499a10da1b2 100644 --- a/advisories/unreviewed/2024/10/GHSA-g595-2j9p-q4w7/GHSA-g595-2j9p-q4w7.json +++ b/advisories/unreviewed/2024/10/GHSA-g595-2j9p-q4w7/GHSA-g595-2j9p-q4w7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-g68h-c8mx-jg8x/GHSA-g68h-c8mx-jg8x.json b/advisories/unreviewed/2024/10/GHSA-g68h-c8mx-jg8x/GHSA-g68h-c8mx-jg8x.json index 52a3b92d81a..9d9f61e3f98 100644 --- a/advisories/unreviewed/2024/10/GHSA-g68h-c8mx-jg8x/GHSA-g68h-c8mx-jg8x.json +++ b/advisories/unreviewed/2024/10/GHSA-g68h-c8mx-jg8x/GHSA-g68h-c8mx-jg8x.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/10/GHSA-g8q6-23x5-v2wf/GHSA-g8q6-23x5-v2wf.json b/advisories/unreviewed/2024/10/GHSA-g8q6-23x5-v2wf/GHSA-g8q6-23x5-v2wf.json index a32c555cdec..12d6f05923b 100644 --- a/advisories/unreviewed/2024/10/GHSA-g8q6-23x5-v2wf/GHSA-g8q6-23x5-v2wf.json +++ b/advisories/unreviewed/2024/10/GHSA-g8q6-23x5-v2wf/GHSA-g8q6-23x5-v2wf.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/10/GHSA-ghg6-rfg3-53g7/GHSA-ghg6-rfg3-53g7.json b/advisories/unreviewed/2024/10/GHSA-ghg6-rfg3-53g7/GHSA-ghg6-rfg3-53g7.json index 0b47286752e..c40d24e376b 100644 --- a/advisories/unreviewed/2024/10/GHSA-ghg6-rfg3-53g7/GHSA-ghg6-rfg3-53g7.json +++ b/advisories/unreviewed/2024/10/GHSA-ghg6-rfg3-53g7/GHSA-ghg6-rfg3-53g7.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/10/GHSA-gm29-wg4h-mv2w/GHSA-gm29-wg4h-mv2w.json b/advisories/unreviewed/2024/10/GHSA-gm29-wg4h-mv2w/GHSA-gm29-wg4h-mv2w.json index 84c0700bb81..1452ca8d3a1 100644 --- a/advisories/unreviewed/2024/10/GHSA-gm29-wg4h-mv2w/GHSA-gm29-wg4h-mv2w.json +++ b/advisories/unreviewed/2024/10/GHSA-gm29-wg4h-mv2w/GHSA-gm29-wg4h-mv2w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-gqvm-4224-vpw5/GHSA-gqvm-4224-vpw5.json b/advisories/unreviewed/2024/10/GHSA-gqvm-4224-vpw5/GHSA-gqvm-4224-vpw5.json index 4fe3897b6db..a8c89e5bbee 100644 --- a/advisories/unreviewed/2024/10/GHSA-gqvm-4224-vpw5/GHSA-gqvm-4224-vpw5.json +++ b/advisories/unreviewed/2024/10/GHSA-gqvm-4224-vpw5/GHSA-gqvm-4224-vpw5.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/10/GHSA-h25j-66v8-m35v/GHSA-h25j-66v8-m35v.json b/advisories/unreviewed/2024/10/GHSA-h25j-66v8-m35v/GHSA-h25j-66v8-m35v.json index 27122c38fef..b649b6d73d5 100644 --- a/advisories/unreviewed/2024/10/GHSA-h25j-66v8-m35v/GHSA-h25j-66v8-m35v.json +++ b/advisories/unreviewed/2024/10/GHSA-h25j-66v8-m35v/GHSA-h25j-66v8-m35v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-hjf3-hgq2-9hw3/GHSA-hjf3-hgq2-9hw3.json b/advisories/unreviewed/2024/10/GHSA-hjf3-hgq2-9hw3/GHSA-hjf3-hgq2-9hw3.json index de1a194844f..f60ff19470e 100644 --- a/advisories/unreviewed/2024/10/GHSA-hjf3-hgq2-9hw3/GHSA-hjf3-hgq2-9hw3.json +++ b/advisories/unreviewed/2024/10/GHSA-hjf3-hgq2-9hw3/GHSA-hjf3-hgq2-9hw3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-hr79-p2m4-h6xg/GHSA-hr79-p2m4-h6xg.json b/advisories/unreviewed/2024/10/GHSA-hr79-p2m4-h6xg/GHSA-hr79-p2m4-h6xg.json index b29124e629d..4874c8f7c26 100644 --- a/advisories/unreviewed/2024/10/GHSA-hr79-p2m4-h6xg/GHSA-hr79-p2m4-h6xg.json +++ b/advisories/unreviewed/2024/10/GHSA-hr79-p2m4-h6xg/GHSA-hr79-p2m4-h6xg.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/10/GHSA-j5g9-vffg-hxrm/GHSA-j5g9-vffg-hxrm.json b/advisories/unreviewed/2024/10/GHSA-j5g9-vffg-hxrm/GHSA-j5g9-vffg-hxrm.json index 1bfac33d0d7..ab75d2fd7fc 100644 --- a/advisories/unreviewed/2024/10/GHSA-j5g9-vffg-hxrm/GHSA-j5g9-vffg-hxrm.json +++ b/advisories/unreviewed/2024/10/GHSA-j5g9-vffg-hxrm/GHSA-j5g9-vffg-hxrm.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/10/GHSA-j7r2-qxwx-hpfm/GHSA-j7r2-qxwx-hpfm.json b/advisories/unreviewed/2024/10/GHSA-j7r2-qxwx-hpfm/GHSA-j7r2-qxwx-hpfm.json index 7074e8fb94d..80da0aaf9fb 100644 --- a/advisories/unreviewed/2024/10/GHSA-j7r2-qxwx-hpfm/GHSA-j7r2-qxwx-hpfm.json +++ b/advisories/unreviewed/2024/10/GHSA-j7r2-qxwx-hpfm/GHSA-j7r2-qxwx-hpfm.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/10/GHSA-j94x-pjgr-9q2m/GHSA-j94x-pjgr-9q2m.json b/advisories/unreviewed/2024/10/GHSA-j94x-pjgr-9q2m/GHSA-j94x-pjgr-9q2m.json index 8f35d66a1c9..8a7c5e40d13 100644 --- a/advisories/unreviewed/2024/10/GHSA-j94x-pjgr-9q2m/GHSA-j94x-pjgr-9q2m.json +++ b/advisories/unreviewed/2024/10/GHSA-j94x-pjgr-9q2m/GHSA-j94x-pjgr-9q2m.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/10/GHSA-jc3p-f86q-23rh/GHSA-jc3p-f86q-23rh.json b/advisories/unreviewed/2024/10/GHSA-jc3p-f86q-23rh/GHSA-jc3p-f86q-23rh.json index 706e6355fc1..30291e1ca13 100644 --- a/advisories/unreviewed/2024/10/GHSA-jc3p-f86q-23rh/GHSA-jc3p-f86q-23rh.json +++ b/advisories/unreviewed/2024/10/GHSA-jc3p-f86q-23rh/GHSA-jc3p-f86q-23rh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-jg3p-mpfh-w2hg/GHSA-jg3p-mpfh-w2hg.json b/advisories/unreviewed/2024/10/GHSA-jg3p-mpfh-w2hg/GHSA-jg3p-mpfh-w2hg.json index 6055d60ba37..6c79372836a 100644 --- a/advisories/unreviewed/2024/10/GHSA-jg3p-mpfh-w2hg/GHSA-jg3p-mpfh-w2hg.json +++ b/advisories/unreviewed/2024/10/GHSA-jg3p-mpfh-w2hg/GHSA-jg3p-mpfh-w2hg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-jhcf-hv78-23rq/GHSA-jhcf-hv78-23rq.json b/advisories/unreviewed/2024/10/GHSA-jhcf-hv78-23rq/GHSA-jhcf-hv78-23rq.json index fda697db659..b2d92480eee 100644 --- a/advisories/unreviewed/2024/10/GHSA-jhcf-hv78-23rq/GHSA-jhcf-hv78-23rq.json +++ b/advisories/unreviewed/2024/10/GHSA-jhcf-hv78-23rq/GHSA-jhcf-hv78-23rq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-m324-6rmq-j3r4/GHSA-m324-6rmq-j3r4.json b/advisories/unreviewed/2024/10/GHSA-m324-6rmq-j3r4/GHSA-m324-6rmq-j3r4.json index 29d09e54279..93dc9c741af 100644 --- a/advisories/unreviewed/2024/10/GHSA-m324-6rmq-j3r4/GHSA-m324-6rmq-j3r4.json +++ b/advisories/unreviewed/2024/10/GHSA-m324-6rmq-j3r4/GHSA-m324-6rmq-j3r4.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/10/GHSA-m3h7-ffr6-fmrq/GHSA-m3h7-ffr6-fmrq.json b/advisories/unreviewed/2024/10/GHSA-m3h7-ffr6-fmrq/GHSA-m3h7-ffr6-fmrq.json index 75a533de217..f22c69efa25 100644 --- a/advisories/unreviewed/2024/10/GHSA-m3h7-ffr6-fmrq/GHSA-m3h7-ffr6-fmrq.json +++ b/advisories/unreviewed/2024/10/GHSA-m3h7-ffr6-fmrq/GHSA-m3h7-ffr6-fmrq.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/10/GHSA-m728-ff6j-xcqp/GHSA-m728-ff6j-xcqp.json b/advisories/unreviewed/2024/10/GHSA-m728-ff6j-xcqp/GHSA-m728-ff6j-xcqp.json index ce57026a17a..69fb9b26e0a 100644 --- a/advisories/unreviewed/2024/10/GHSA-m728-ff6j-xcqp/GHSA-m728-ff6j-xcqp.json +++ b/advisories/unreviewed/2024/10/GHSA-m728-ff6j-xcqp/GHSA-m728-ff6j-xcqp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-m73v-86ff-ghch/GHSA-m73v-86ff-ghch.json b/advisories/unreviewed/2024/10/GHSA-m73v-86ff-ghch/GHSA-m73v-86ff-ghch.json index 9dfa74a23c1..b9c8e7deed9 100644 --- a/advisories/unreviewed/2024/10/GHSA-m73v-86ff-ghch/GHSA-m73v-86ff-ghch.json +++ b/advisories/unreviewed/2024/10/GHSA-m73v-86ff-ghch/GHSA-m73v-86ff-ghch.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/2024/10/GHSA-mrwp-2cjc-78fq/GHSA-mrwp-2cjc-78fq.json b/advisories/unreviewed/2024/10/GHSA-mrwp-2cjc-78fq/GHSA-mrwp-2cjc-78fq.json index f9dc6c9d7b0..f6e8e357090 100644 --- a/advisories/unreviewed/2024/10/GHSA-mrwp-2cjc-78fq/GHSA-mrwp-2cjc-78fq.json +++ b/advisories/unreviewed/2024/10/GHSA-mrwp-2cjc-78fq/GHSA-mrwp-2cjc-78fq.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/10/GHSA-mwch-w2jw-vrw4/GHSA-mwch-w2jw-vrw4.json b/advisories/unreviewed/2024/10/GHSA-mwch-w2jw-vrw4/GHSA-mwch-w2jw-vrw4.json index 860008254ac..f58f4c2e47a 100644 --- a/advisories/unreviewed/2024/10/GHSA-mwch-w2jw-vrw4/GHSA-mwch-w2jw-vrw4.json +++ b/advisories/unreviewed/2024/10/GHSA-mwch-w2jw-vrw4/GHSA-mwch-w2jw-vrw4.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/10/GHSA-p9q6-8mq9-55p7/GHSA-p9q6-8mq9-55p7.json b/advisories/unreviewed/2024/10/GHSA-p9q6-8mq9-55p7/GHSA-p9q6-8mq9-55p7.json index e26568e2b87..12ec1bf114a 100644 --- a/advisories/unreviewed/2024/10/GHSA-p9q6-8mq9-55p7/GHSA-p9q6-8mq9-55p7.json +++ b/advisories/unreviewed/2024/10/GHSA-p9q6-8mq9-55p7/GHSA-p9q6-8mq9-55p7.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", diff --git a/advisories/unreviewed/2024/10/GHSA-pf42-pfjx-4fv8/GHSA-pf42-pfjx-4fv8.json b/advisories/unreviewed/2024/10/GHSA-pf42-pfjx-4fv8/GHSA-pf42-pfjx-4fv8.json index a4970517d42..a3dcdc91f55 100644 --- a/advisories/unreviewed/2024/10/GHSA-pf42-pfjx-4fv8/GHSA-pf42-pfjx-4fv8.json +++ b/advisories/unreviewed/2024/10/GHSA-pf42-pfjx-4fv8/GHSA-pf42-pfjx-4fv8.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/10/GHSA-phfx-3hch-p62r/GHSA-phfx-3hch-p62r.json b/advisories/unreviewed/2024/10/GHSA-phfx-3hch-p62r/GHSA-phfx-3hch-p62r.json index 3574a6367dc..07bd9fab05c 100644 --- a/advisories/unreviewed/2024/10/GHSA-phfx-3hch-p62r/GHSA-phfx-3hch-p62r.json +++ b/advisories/unreviewed/2024/10/GHSA-phfx-3hch-p62r/GHSA-phfx-3hch-p62r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-pjhv-p74j-x696/GHSA-pjhv-p74j-x696.json b/advisories/unreviewed/2024/10/GHSA-pjhv-p74j-x696/GHSA-pjhv-p74j-x696.json index 30a12e4c547..fef44c75f5f 100644 --- a/advisories/unreviewed/2024/10/GHSA-pjhv-p74j-x696/GHSA-pjhv-p74j-x696.json +++ b/advisories/unreviewed/2024/10/GHSA-pjhv-p74j-x696/GHSA-pjhv-p74j-x696.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/10/GHSA-pvj2-49v4-xqh3/GHSA-pvj2-49v4-xqh3.json b/advisories/unreviewed/2024/10/GHSA-pvj2-49v4-xqh3/GHSA-pvj2-49v4-xqh3.json index 470e31285d8..a03f365d8b8 100644 --- a/advisories/unreviewed/2024/10/GHSA-pvj2-49v4-xqh3/GHSA-pvj2-49v4-xqh3.json +++ b/advisories/unreviewed/2024/10/GHSA-pvj2-49v4-xqh3/GHSA-pvj2-49v4-xqh3.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/2024/10/GHSA-q5ff-63c8-hcx3/GHSA-q5ff-63c8-hcx3.json b/advisories/unreviewed/2024/10/GHSA-q5ff-63c8-hcx3/GHSA-q5ff-63c8-hcx3.json index 8bcf2ec646c..02c24778786 100644 --- a/advisories/unreviewed/2024/10/GHSA-q5ff-63c8-hcx3/GHSA-q5ff-63c8-hcx3.json +++ b/advisories/unreviewed/2024/10/GHSA-q5ff-63c8-hcx3/GHSA-q5ff-63c8-hcx3.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/10/GHSA-q68q-7rrh-j62p/GHSA-q68q-7rrh-j62p.json b/advisories/unreviewed/2024/10/GHSA-q68q-7rrh-j62p/GHSA-q68q-7rrh-j62p.json index b953fc35212..996da1bb2d4 100644 --- a/advisories/unreviewed/2024/10/GHSA-q68q-7rrh-j62p/GHSA-q68q-7rrh-j62p.json +++ b/advisories/unreviewed/2024/10/GHSA-q68q-7rrh-j62p/GHSA-q68q-7rrh-j62p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-qf5q-fm5c-hc2p/GHSA-qf5q-fm5c-hc2p.json b/advisories/unreviewed/2024/10/GHSA-qf5q-fm5c-hc2p/GHSA-qf5q-fm5c-hc2p.json index 94dc666b767..9eba245dbd0 100644 --- a/advisories/unreviewed/2024/10/GHSA-qf5q-fm5c-hc2p/GHSA-qf5q-fm5c-hc2p.json +++ b/advisories/unreviewed/2024/10/GHSA-qf5q-fm5c-hc2p/GHSA-qf5q-fm5c-hc2p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-qmc7-2p7g-4x4p/GHSA-qmc7-2p7g-4x4p.json b/advisories/unreviewed/2024/10/GHSA-qmc7-2p7g-4x4p/GHSA-qmc7-2p7g-4x4p.json index ef4afde98e2..cf87346c49e 100644 --- a/advisories/unreviewed/2024/10/GHSA-qmc7-2p7g-4x4p/GHSA-qmc7-2p7g-4x4p.json +++ b/advisories/unreviewed/2024/10/GHSA-qmc7-2p7g-4x4p/GHSA-qmc7-2p7g-4x4p.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/10/GHSA-qqf3-h6hq-fm58/GHSA-qqf3-h6hq-fm58.json b/advisories/unreviewed/2024/10/GHSA-qqf3-h6hq-fm58/GHSA-qqf3-h6hq-fm58.json index 82e82f2405f..633db000182 100644 --- a/advisories/unreviewed/2024/10/GHSA-qqf3-h6hq-fm58/GHSA-qqf3-h6hq-fm58.json +++ b/advisories/unreviewed/2024/10/GHSA-qqf3-h6hq-fm58/GHSA-qqf3-h6hq-fm58.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-qv4p-vph4-f9fc/GHSA-qv4p-vph4-f9fc.json b/advisories/unreviewed/2024/10/GHSA-qv4p-vph4-f9fc/GHSA-qv4p-vph4-f9fc.json index 9b9449c47a5..94adb5a7d4f 100644 --- a/advisories/unreviewed/2024/10/GHSA-qv4p-vph4-f9fc/GHSA-qv4p-vph4-f9fc.json +++ b/advisories/unreviewed/2024/10/GHSA-qv4p-vph4-f9fc/GHSA-qv4p-vph4-f9fc.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/10/GHSA-qwwc-f936-v8h7/GHSA-qwwc-f936-v8h7.json b/advisories/unreviewed/2024/10/GHSA-qwwc-f936-v8h7/GHSA-qwwc-f936-v8h7.json index 3f2507421dd..44c1999bf3c 100644 --- a/advisories/unreviewed/2024/10/GHSA-qwwc-f936-v8h7/GHSA-qwwc-f936-v8h7.json +++ b/advisories/unreviewed/2024/10/GHSA-qwwc-f936-v8h7/GHSA-qwwc-f936-v8h7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-r57c-j457-568g/GHSA-r57c-j457-568g.json b/advisories/unreviewed/2024/10/GHSA-r57c-j457-568g/GHSA-r57c-j457-568g.json index 231c2f97966..ed6504430c1 100644 --- a/advisories/unreviewed/2024/10/GHSA-r57c-j457-568g/GHSA-r57c-j457-568g.json +++ b/advisories/unreviewed/2024/10/GHSA-r57c-j457-568g/GHSA-r57c-j457-568g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-r5p3-8gvw-843f/GHSA-r5p3-8gvw-843f.json b/advisories/unreviewed/2024/10/GHSA-r5p3-8gvw-843f/GHSA-r5p3-8gvw-843f.json index 8ddc392a0d4..372a64da73e 100644 --- a/advisories/unreviewed/2024/10/GHSA-r5p3-8gvw-843f/GHSA-r5p3-8gvw-843f.json +++ b/advisories/unreviewed/2024/10/GHSA-r5p3-8gvw-843f/GHSA-r5p3-8gvw-843f.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/10/GHSA-r6w5-xcrq-hc6g/GHSA-r6w5-xcrq-hc6g.json b/advisories/unreviewed/2024/10/GHSA-r6w5-xcrq-hc6g/GHSA-r6w5-xcrq-hc6g.json index 1eeb675e469..f71ef00d417 100644 --- a/advisories/unreviewed/2024/10/GHSA-r6w5-xcrq-hc6g/GHSA-r6w5-xcrq-hc6g.json +++ b/advisories/unreviewed/2024/10/GHSA-r6w5-xcrq-hc6g/GHSA-r6w5-xcrq-hc6g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-r75j-q9wj-xrc3/GHSA-r75j-q9wj-xrc3.json b/advisories/unreviewed/2024/10/GHSA-r75j-q9wj-xrc3/GHSA-r75j-q9wj-xrc3.json index 494f883d5f1..ca2f1fbca6c 100644 --- a/advisories/unreviewed/2024/10/GHSA-r75j-q9wj-xrc3/GHSA-r75j-q9wj-xrc3.json +++ b/advisories/unreviewed/2024/10/GHSA-r75j-q9wj-xrc3/GHSA-r75j-q9wj-xrc3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -51,9 +49,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/10/GHSA-rmmp-g38r-57jx/GHSA-rmmp-g38r-57jx.json b/advisories/unreviewed/2024/10/GHSA-rmmp-g38r-57jx/GHSA-rmmp-g38r-57jx.json index 0a2122a69ec..71a0660bd65 100644 --- a/advisories/unreviewed/2024/10/GHSA-rmmp-g38r-57jx/GHSA-rmmp-g38r-57jx.json +++ b/advisories/unreviewed/2024/10/GHSA-rmmp-g38r-57jx/GHSA-rmmp-g38r-57jx.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/10/GHSA-rpm2-gj54-rqvf/GHSA-rpm2-gj54-rqvf.json b/advisories/unreviewed/2024/10/GHSA-rpm2-gj54-rqvf/GHSA-rpm2-gj54-rqvf.json index d066460c231..6176cca5308 100644 --- a/advisories/unreviewed/2024/10/GHSA-rpm2-gj54-rqvf/GHSA-rpm2-gj54-rqvf.json +++ b/advisories/unreviewed/2024/10/GHSA-rpm2-gj54-rqvf/GHSA-rpm2-gj54-rqvf.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/10/GHSA-rrmj-qxgv-v296/GHSA-rrmj-qxgv-v296.json b/advisories/unreviewed/2024/10/GHSA-rrmj-qxgv-v296/GHSA-rrmj-qxgv-v296.json index 3d01bfb8e6c..4f100ff64de 100644 --- a/advisories/unreviewed/2024/10/GHSA-rrmj-qxgv-v296/GHSA-rrmj-qxgv-v296.json +++ b/advisories/unreviewed/2024/10/GHSA-rrmj-qxgv-v296/GHSA-rrmj-qxgv-v296.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-rvwm-3c9j-xm8h/GHSA-rvwm-3c9j-xm8h.json b/advisories/unreviewed/2024/10/GHSA-rvwm-3c9j-xm8h/GHSA-rvwm-3c9j-xm8h.json index 0dea112a386..5755079a7bf 100644 --- a/advisories/unreviewed/2024/10/GHSA-rvwm-3c9j-xm8h/GHSA-rvwm-3c9j-xm8h.json +++ b/advisories/unreviewed/2024/10/GHSA-rvwm-3c9j-xm8h/GHSA-rvwm-3c9j-xm8h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-v2f7-wfcq-jc7v/GHSA-v2f7-wfcq-jc7v.json b/advisories/unreviewed/2024/10/GHSA-v2f7-wfcq-jc7v/GHSA-v2f7-wfcq-jc7v.json index 1f11daa0739..5593746bf3c 100644 --- a/advisories/unreviewed/2024/10/GHSA-v2f7-wfcq-jc7v/GHSA-v2f7-wfcq-jc7v.json +++ b/advisories/unreviewed/2024/10/GHSA-v2f7-wfcq-jc7v/GHSA-v2f7-wfcq-jc7v.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/10/GHSA-v3hx-qxqq-j8jp/GHSA-v3hx-qxqq-j8jp.json b/advisories/unreviewed/2024/10/GHSA-v3hx-qxqq-j8jp/GHSA-v3hx-qxqq-j8jp.json index d88fba71baa..560cf34cbba 100644 --- a/advisories/unreviewed/2024/10/GHSA-v3hx-qxqq-j8jp/GHSA-v3hx-qxqq-j8jp.json +++ b/advisories/unreviewed/2024/10/GHSA-v3hx-qxqq-j8jp/GHSA-v3hx-qxqq-j8jp.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/10/GHSA-v7j7-2w3m-jfff/GHSA-v7j7-2w3m-jfff.json b/advisories/unreviewed/2024/10/GHSA-v7j7-2w3m-jfff/GHSA-v7j7-2w3m-jfff.json index 198f3664e68..df78bb640ae 100644 --- a/advisories/unreviewed/2024/10/GHSA-v7j7-2w3m-jfff/GHSA-v7j7-2w3m-jfff.json +++ b/advisories/unreviewed/2024/10/GHSA-v7j7-2w3m-jfff/GHSA-v7j7-2w3m-jfff.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-vcwm-cq8f-8h8f/GHSA-vcwm-cq8f-8h8f.json b/advisories/unreviewed/2024/10/GHSA-vcwm-cq8f-8h8f/GHSA-vcwm-cq8f-8h8f.json index 0a578af620e..ca194ed1751 100644 --- a/advisories/unreviewed/2024/10/GHSA-vcwm-cq8f-8h8f/GHSA-vcwm-cq8f-8h8f.json +++ b/advisories/unreviewed/2024/10/GHSA-vcwm-cq8f-8h8f/GHSA-vcwm-cq8f-8h8f.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-vh43-qg6g-8gcm/GHSA-vh43-qg6g-8gcm.json b/advisories/unreviewed/2024/10/GHSA-vh43-qg6g-8gcm/GHSA-vh43-qg6g-8gcm.json index d18d1e46ed9..1923c38974e 100644 --- a/advisories/unreviewed/2024/10/GHSA-vh43-qg6g-8gcm/GHSA-vh43-qg6g-8gcm.json +++ b/advisories/unreviewed/2024/10/GHSA-vh43-qg6g-8gcm/GHSA-vh43-qg6g-8gcm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-vmh6-j5p9-57pc/GHSA-vmh6-j5p9-57pc.json b/advisories/unreviewed/2024/10/GHSA-vmh6-j5p9-57pc/GHSA-vmh6-j5p9-57pc.json index 46f42344cbb..55eaf9d0f88 100644 --- a/advisories/unreviewed/2024/10/GHSA-vmh6-j5p9-57pc/GHSA-vmh6-j5p9-57pc.json +++ b/advisories/unreviewed/2024/10/GHSA-vmh6-j5p9-57pc/GHSA-vmh6-j5p9-57pc.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/10/GHSA-vp8m-pwx8-8rhh/GHSA-vp8m-pwx8-8rhh.json b/advisories/unreviewed/2024/10/GHSA-vp8m-pwx8-8rhh/GHSA-vp8m-pwx8-8rhh.json index 64d5f7b79ba..3a192a7ea97 100644 --- a/advisories/unreviewed/2024/10/GHSA-vp8m-pwx8-8rhh/GHSA-vp8m-pwx8-8rhh.json +++ b/advisories/unreviewed/2024/10/GHSA-vp8m-pwx8-8rhh/GHSA-vp8m-pwx8-8rhh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-vpfw-56r4-6hcq/GHSA-vpfw-56r4-6hcq.json b/advisories/unreviewed/2024/10/GHSA-vpfw-56r4-6hcq/GHSA-vpfw-56r4-6hcq.json index 52a1869af13..f8e6a52652a 100644 --- a/advisories/unreviewed/2024/10/GHSA-vpfw-56r4-6hcq/GHSA-vpfw-56r4-6hcq.json +++ b/advisories/unreviewed/2024/10/GHSA-vpfw-56r4-6hcq/GHSA-vpfw-56r4-6hcq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-wcrh-739x-w6v5/GHSA-wcrh-739x-w6v5.json b/advisories/unreviewed/2024/10/GHSA-wcrh-739x-w6v5/GHSA-wcrh-739x-w6v5.json index 01041c87172..946375a8f46 100644 --- a/advisories/unreviewed/2024/10/GHSA-wcrh-739x-w6v5/GHSA-wcrh-739x-w6v5.json +++ b/advisories/unreviewed/2024/10/GHSA-wcrh-739x-w6v5/GHSA-wcrh-739x-w6v5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-wfxp-9533-q68r/GHSA-wfxp-9533-q68r.json b/advisories/unreviewed/2024/10/GHSA-wfxp-9533-q68r/GHSA-wfxp-9533-q68r.json index a74593ffa56..fa663e0dcef 100644 --- a/advisories/unreviewed/2024/10/GHSA-wfxp-9533-q68r/GHSA-wfxp-9533-q68r.json +++ b/advisories/unreviewed/2024/10/GHSA-wfxp-9533-q68r/GHSA-wfxp-9533-q68r.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/10/GHSA-whcp-4cj3-66x2/GHSA-whcp-4cj3-66x2.json b/advisories/unreviewed/2024/10/GHSA-whcp-4cj3-66x2/GHSA-whcp-4cj3-66x2.json index a5af0e25e9a..423c27548cc 100644 --- a/advisories/unreviewed/2024/10/GHSA-whcp-4cj3-66x2/GHSA-whcp-4cj3-66x2.json +++ b/advisories/unreviewed/2024/10/GHSA-whcp-4cj3-66x2/GHSA-whcp-4cj3-66x2.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/10/GHSA-whx9-wv5g-grwq/GHSA-whx9-wv5g-grwq.json b/advisories/unreviewed/2024/10/GHSA-whx9-wv5g-grwq/GHSA-whx9-wv5g-grwq.json index 0948430a93a..9edd1cd6ace 100644 --- a/advisories/unreviewed/2024/10/GHSA-whx9-wv5g-grwq/GHSA-whx9-wv5g-grwq.json +++ b/advisories/unreviewed/2024/10/GHSA-whx9-wv5g-grwq/GHSA-whx9-wv5g-grwq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-wp8x-3mwg-2pgw/GHSA-wp8x-3mwg-2pgw.json b/advisories/unreviewed/2024/10/GHSA-wp8x-3mwg-2pgw/GHSA-wp8x-3mwg-2pgw.json index 3e45d78b05e..0eb035898c6 100644 --- a/advisories/unreviewed/2024/10/GHSA-wp8x-3mwg-2pgw/GHSA-wp8x-3mwg-2pgw.json +++ b/advisories/unreviewed/2024/10/GHSA-wp8x-3mwg-2pgw/GHSA-wp8x-3mwg-2pgw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-wq2q-69wh-j8r2/GHSA-wq2q-69wh-j8r2.json b/advisories/unreviewed/2024/10/GHSA-wq2q-69wh-j8r2/GHSA-wq2q-69wh-j8r2.json index e22bef30a84..d5fd53fd6ba 100644 --- a/advisories/unreviewed/2024/10/GHSA-wq2q-69wh-j8r2/GHSA-wq2q-69wh-j8r2.json +++ b/advisories/unreviewed/2024/10/GHSA-wq2q-69wh-j8r2/GHSA-wq2q-69wh-j8r2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-wr7g-h8v6-w795/GHSA-wr7g-h8v6-w795.json b/advisories/unreviewed/2024/10/GHSA-wr7g-h8v6-w795/GHSA-wr7g-h8v6-w795.json index b80e9ff4a11..77b9615037b 100644 --- a/advisories/unreviewed/2024/10/GHSA-wr7g-h8v6-w795/GHSA-wr7g-h8v6-w795.json +++ b/advisories/unreviewed/2024/10/GHSA-wr7g-h8v6-w795/GHSA-wr7g-h8v6-w795.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/10/GHSA-wrc2-47qv-9p22/GHSA-wrc2-47qv-9p22.json b/advisories/unreviewed/2024/10/GHSA-wrc2-47qv-9p22/GHSA-wrc2-47qv-9p22.json index f849cca7e69..66fb8b391de 100644 --- a/advisories/unreviewed/2024/10/GHSA-wrc2-47qv-9p22/GHSA-wrc2-47qv-9p22.json +++ b/advisories/unreviewed/2024/10/GHSA-wrc2-47qv-9p22/GHSA-wrc2-47qv-9p22.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/2024/10/GHSA-wxxf-p8mv-qrwp/GHSA-wxxf-p8mv-qrwp.json b/advisories/unreviewed/2024/10/GHSA-wxxf-p8mv-qrwp/GHSA-wxxf-p8mv-qrwp.json index d32973e5f8e..ec1aaf35a89 100644 --- a/advisories/unreviewed/2024/10/GHSA-wxxf-p8mv-qrwp/GHSA-wxxf-p8mv-qrwp.json +++ b/advisories/unreviewed/2024/10/GHSA-wxxf-p8mv-qrwp/GHSA-wxxf-p8mv-qrwp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-x287-whfg-8hgx/GHSA-x287-whfg-8hgx.json b/advisories/unreviewed/2024/10/GHSA-x287-whfg-8hgx/GHSA-x287-whfg-8hgx.json index 46051f924e4..ee97c9df370 100644 --- a/advisories/unreviewed/2024/10/GHSA-x287-whfg-8hgx/GHSA-x287-whfg-8hgx.json +++ b/advisories/unreviewed/2024/10/GHSA-x287-whfg-8hgx/GHSA-x287-whfg-8hgx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-x5pm-5rmv-3pmj/GHSA-x5pm-5rmv-3pmj.json b/advisories/unreviewed/2024/10/GHSA-x5pm-5rmv-3pmj/GHSA-x5pm-5rmv-3pmj.json index 5d01b90e487..11d2841c007 100644 --- a/advisories/unreviewed/2024/10/GHSA-x5pm-5rmv-3pmj/GHSA-x5pm-5rmv-3pmj.json +++ b/advisories/unreviewed/2024/10/GHSA-x5pm-5rmv-3pmj/GHSA-x5pm-5rmv-3pmj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-xgqh-6xww-7vpq/GHSA-xgqh-6xww-7vpq.json b/advisories/unreviewed/2024/10/GHSA-xgqh-6xww-7vpq/GHSA-xgqh-6xww-7vpq.json index 02c88cf6128..7e427f5ad7e 100644 --- a/advisories/unreviewed/2024/10/GHSA-xgqh-6xww-7vpq/GHSA-xgqh-6xww-7vpq.json +++ b/advisories/unreviewed/2024/10/GHSA-xgqh-6xww-7vpq/GHSA-xgqh-6xww-7vpq.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/10/GHSA-xmpq-x22f-7jg3/GHSA-xmpq-x22f-7jg3.json b/advisories/unreviewed/2024/10/GHSA-xmpq-x22f-7jg3/GHSA-xmpq-x22f-7jg3.json index 3e590e76fc8..82d177c3436 100644 --- a/advisories/unreviewed/2024/10/GHSA-xmpq-x22f-7jg3/GHSA-xmpq-x22f-7jg3.json +++ b/advisories/unreviewed/2024/10/GHSA-xmpq-x22f-7jg3/GHSA-xmpq-x22f-7jg3.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/10/GHSA-xv6q-xxx5-mmp4/GHSA-xv6q-xxx5-mmp4.json b/advisories/unreviewed/2024/10/GHSA-xv6q-xxx5-mmp4/GHSA-xv6q-xxx5-mmp4.json index 7537f27f96e..290911bb87a 100644 --- a/advisories/unreviewed/2024/10/GHSA-xv6q-xxx5-mmp4/GHSA-xv6q-xxx5-mmp4.json +++ b/advisories/unreviewed/2024/10/GHSA-xv6q-xxx5-mmp4/GHSA-xv6q-xxx5-mmp4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/10/GHSA-xxc2-9vrh-pfjm/GHSA-xxc2-9vrh-pfjm.json b/advisories/unreviewed/2024/10/GHSA-xxc2-9vrh-pfjm/GHSA-xxc2-9vrh-pfjm.json index 6b07afb7b42..c9d438c081a 100644 --- a/advisories/unreviewed/2024/10/GHSA-xxc2-9vrh-pfjm/GHSA-xxc2-9vrh-pfjm.json +++ b/advisories/unreviewed/2024/10/GHSA-xxc2-9vrh-pfjm/GHSA-xxc2-9vrh-pfjm.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",