diff --git a/advisories/github-reviewed/2017/10/GHSA-cqr7-78pj-3g7j/GHSA-cqr7-78pj-3g7j.json b/advisories/github-reviewed/2017/10/GHSA-cqr7-78pj-3g7j/GHSA-cqr7-78pj-3g7j.json index 5ab5e84d6fe..29f128e428c 100644 --- a/advisories/github-reviewed/2017/10/GHSA-cqr7-78pj-3g7j/GHSA-cqr7-78pj-3g7j.json +++ b/advisories/github-reviewed/2017/10/GHSA-cqr7-78pj-3g7j/GHSA-cqr7-78pj-3g7j.json @@ -8,9 +8,7 @@ ], "summary": "File Descriptor Leak Can Cause DoS Vulnerability in hapi", "details": "Versions 2.0.x and 2.1.x of hapi are vulnerable to a denial of service attack via a file descriptor leak. \n\nWhen triggered repeatedly, this leak will cause the server to run out of file descriptors and the node process to die. The effort required to take down a server depends on the process file descriptor limit. No other side effects or exploits have been identified.\n\n\n\n## Recommendation\n\n- Please upgrade to version 2.2.x or above as soon as possible.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2019/06/GHSA-8w57-jfpm-945m/GHSA-8w57-jfpm-945m.json b/advisories/github-reviewed/2019/06/GHSA-8w57-jfpm-945m/GHSA-8w57-jfpm-945m.json index 03ed494b58f..255e8826221 100644 --- a/advisories/github-reviewed/2019/06/GHSA-8w57-jfpm-945m/GHSA-8w57-jfpm-945m.json +++ b/advisories/github-reviewed/2019/06/GHSA-8w57-jfpm-945m/GHSA-8w57-jfpm-945m.json @@ -3,14 +3,10 @@ "id": "GHSA-8w57-jfpm-945m", "modified": "2023-04-11T00:26:58Z", "published": "2019-06-11T16:16:07Z", - "aliases": [ - - ], + "aliases": [], "summary": "Denial of Service in http-proxy-agent", "details": "Versions of `http-proxy-agent` before 2.1.0 are vulnerable to denial of service and uninitialized memory leak when unsanitized options are passed to `Buffer`. An attacker may leverage these unsanitized options to consume system resources.\n\n\n## Recommendation\n\nUpdate to version 2.1.0 or later.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2019/06/GHSA-wxhq-pm8v-cw75/GHSA-wxhq-pm8v-cw75.json b/advisories/github-reviewed/2019/06/GHSA-wxhq-pm8v-cw75/GHSA-wxhq-pm8v-cw75.json index 1e041e1ac96..8a047b465dd 100644 --- a/advisories/github-reviewed/2019/06/GHSA-wxhq-pm8v-cw75/GHSA-wxhq-pm8v-cw75.json +++ b/advisories/github-reviewed/2019/06/GHSA-wxhq-pm8v-cw75/GHSA-wxhq-pm8v-cw75.json @@ -3,14 +3,10 @@ "id": "GHSA-wxhq-pm8v-cw75", "modified": "2020-08-31T18:35:40Z", "published": "2019-06-05T20:50:16Z", - "aliases": [ - - ], + "aliases": [], "summary": "Regular Expression Denial of Service in clean-css", "details": "Version of `clean-css` prior to 4.1.11 are vulnerable to Regular Expression Denial of Service (ReDoS). Untrusted input may cause catastrophic backtracking while matching regular expressions. This can cause the application to be unresponsive leading to Denial of Service.\n\n\n## Recommendation\n\nUpgrade to version 4.1.11 or higher.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2021/08/GHSA-39vw-qp34-rmwf/GHSA-39vw-qp34-rmwf.json b/advisories/github-reviewed/2021/08/GHSA-39vw-qp34-rmwf/GHSA-39vw-qp34-rmwf.json index cfc6ac1f8a1..fb79b8e1dbb 100644 --- a/advisories/github-reviewed/2021/08/GHSA-39vw-qp34-rmwf/GHSA-39vw-qp34-rmwf.json +++ b/advisories/github-reviewed/2021/08/GHSA-39vw-qp34-rmwf/GHSA-39vw-qp34-rmwf.json @@ -3,14 +3,10 @@ "id": "GHSA-39vw-qp34-rmwf", "modified": "2023-06-13T21:03:35Z", "published": "2021-08-25T21:00:18Z", - "aliases": [ - - ], + "aliases": [], "summary": "Uncontrolled recursion leads to abort in deserialization", "details": "Affected versions of this crate did not properly check for recursion while deserializing aliases. This allows an attacker to make a YAML file with an alias referring to itself causing an abort. The flaw was corrected by checking the recursion depth.\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2021/08/GHSA-66p5-j55p-32r9/GHSA-66p5-j55p-32r9.json b/advisories/github-reviewed/2021/08/GHSA-66p5-j55p-32r9/GHSA-66p5-j55p-32r9.json index 0eb5a553144..0d16061dcc4 100644 --- a/advisories/github-reviewed/2021/08/GHSA-66p5-j55p-32r9/GHSA-66p5-j55p-32r9.json +++ b/advisories/github-reviewed/2021/08/GHSA-66p5-j55p-32r9/GHSA-66p5-j55p-32r9.json @@ -3,14 +3,10 @@ "id": "GHSA-66p5-j55p-32r9", "modified": "2021-08-06T16:36:54Z", "published": "2021-08-25T21:00:25Z", - "aliases": [ - - ], + "aliases": [], "summary": "smallvec creates uninitialized value of any type", "details": "Affected versions of this crate called `mem::uninitialized()` to create values of a user-supplied type `T`.\nThis is unsound e.g. if `T` is a reference type (which must be non-null and thus may not remain uninitialized).\n \nThe flaw was corrected by avoiding the use of `mem::uninitialized()`, using `MaybeUninit` instead.\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2021/08/GHSA-82hm-vh7g-hrh9/GHSA-82hm-vh7g-hrh9.json b/advisories/github-reviewed/2021/08/GHSA-82hm-vh7g-hrh9/GHSA-82hm-vh7g-hrh9.json index c36b7521306..fcac33d53a1 100644 --- a/advisories/github-reviewed/2021/08/GHSA-82hm-vh7g-hrh9/GHSA-82hm-vh7g-hrh9.json +++ b/advisories/github-reviewed/2021/08/GHSA-82hm-vh7g-hrh9/GHSA-82hm-vh7g-hrh9.json @@ -3,14 +3,10 @@ "id": "GHSA-82hm-vh7g-hrh9", "modified": "2021-09-09T17:55:10Z", "published": "2021-08-25T21:01:25Z", - "aliases": [ - - ], + "aliases": [], "summary": "Partial read is incorrect in molecule", "details": "### Impact\n\nAnyone who uses `total_size(..)` function to partial read the length of any `FixVec` will get an incorrect result, due to an incorrect implementation. This has been resolved in the 0.7.2 release.\n\n### Workarounds\n\nIf you already have the whole `FixVec` `A`, you can use `A.as_slice().len()` to get the total size of the `FixVec`.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n- [Open an issue to ask use directly](https://github.com/nervosnetwork/molecule/issues/new).", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -51,9 +47,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2021-08-02T18:10:49Z", diff --git a/advisories/github-reviewed/2021/08/GHSA-83r8-p8v6-6gfm/GHSA-83r8-p8v6-6gfm.json b/advisories/github-reviewed/2021/08/GHSA-83r8-p8v6-6gfm/GHSA-83r8-p8v6-6gfm.json index 501d5f06661..d300c45a494 100644 --- a/advisories/github-reviewed/2021/08/GHSA-83r8-p8v6-6gfm/GHSA-83r8-p8v6-6gfm.json +++ b/advisories/github-reviewed/2021/08/GHSA-83r8-p8v6-6gfm/GHSA-83r8-p8v6-6gfm.json @@ -3,9 +3,7 @@ "id": "GHSA-83r8-p8v6-6gfm", "modified": "2022-06-14T20:53:20Z", "published": "2021-08-25T21:00:20Z", - "aliases": [ - - ], + "aliases": [], "summary": "Slock allows sending non-Send types across thread boundaries", "details": "`Slock` unconditionally implements `Send`/`Sync`.\n\nAffected versions of this crate allows sending non-Send types to other threads,\nwhich can lead to data races and memory corruption due to the data race.\n", "severity": [ diff --git a/advisories/github-reviewed/2021/08/GHSA-8892-84wf-cg8f/GHSA-8892-84wf-cg8f.json b/advisories/github-reviewed/2021/08/GHSA-8892-84wf-cg8f/GHSA-8892-84wf-cg8f.json index 11b3947265f..13fb57209c6 100644 --- a/advisories/github-reviewed/2021/08/GHSA-8892-84wf-cg8f/GHSA-8892-84wf-cg8f.json +++ b/advisories/github-reviewed/2021/08/GHSA-8892-84wf-cg8f/GHSA-8892-84wf-cg8f.json @@ -3,9 +3,7 @@ "id": "GHSA-8892-84wf-cg8f", "modified": "2023-06-13T21:01:55Z", "published": "2021-08-25T21:00:16Z", - "aliases": [ - - ], + "aliases": [], "summary": "SyncChannel can move 'T: !Send' to other threads", "details": "Affected versions of this crate unconditionally implement Send/Sync for `SyncChannel`. `SyncChannel` doesn't provide access to `&T` but merely serves as a channel that consumes and returns owned `T`. Users can create UB in safe Rust by sending `T: !Send` to other threads with `SyncChannel::send/recv` APIs. Using `T = Arc` allows to create data races (which can lead to memory corruption), and using `T = MutexGuard` allows to unlock a mutex from a thread that didn't lock the mutex.\n", "severity": [ diff --git a/advisories/github-reviewed/2021/08/GHSA-ghpq-vjxw-ch5w/GHSA-ghpq-vjxw-ch5w.json b/advisories/github-reviewed/2021/08/GHSA-ghpq-vjxw-ch5w/GHSA-ghpq-vjxw-ch5w.json index dfe7a5f4722..e1921142402 100644 --- a/advisories/github-reviewed/2021/08/GHSA-ghpq-vjxw-ch5w/GHSA-ghpq-vjxw-ch5w.json +++ b/advisories/github-reviewed/2021/08/GHSA-ghpq-vjxw-ch5w/GHSA-ghpq-vjxw-ch5w.json @@ -3,14 +3,10 @@ "id": "GHSA-ghpq-vjxw-ch5w", "modified": "2021-08-18T20:41:10Z", "published": "2021-08-25T20:56:52Z", - "aliases": [ - - ], + "aliases": [], "summary": "Use after free in libpulse-binding", "details": "### Overview\n\nVersion 1.2.1 of the `libpulse-binding` Rust crate, released on the 15th of June 2018, fixed a pair of use-after-free issues with the objects returned by the `get_format_info` and `get_context` methods of `Stream` objects. These objects were mistakenly being constructed without setting an important flag to prevent destruction of the underlying C objects they reference upon their own destruction.\n\nThis advisory is being written retrospectively, having previously only been noted in the changelog. No CVE assignment was sought.\n\n### Patches\n\nUsers are required to update to version 1.2.1 or newer.\n\nVersions older than 1.2.1 have been yanked from crates.io. This was believed to have already been done at the time of the 1.2.1 release, but upon double checking now they were found to still be available, so has been done now (22nd October 2020).", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2021/08/GHSA-gq4h-f254-7cw9/GHSA-gq4h-f254-7cw9.json b/advisories/github-reviewed/2021/08/GHSA-gq4h-f254-7cw9/GHSA-gq4h-f254-7cw9.json index 2825f3a51c6..253aa7935d5 100644 --- a/advisories/github-reviewed/2021/08/GHSA-gq4h-f254-7cw9/GHSA-gq4h-f254-7cw9.json +++ b/advisories/github-reviewed/2021/08/GHSA-gq4h-f254-7cw9/GHSA-gq4h-f254-7cw9.json @@ -3,9 +3,7 @@ "id": "GHSA-gq4h-f254-7cw9", "modified": "2023-06-13T21:53:00Z", "published": "2021-08-25T21:00:34Z", - "aliases": [ - - ], + "aliases": [], "summary": "Data races in ticketed_lock", "details": "Affected versions of this crate unconditionally implemented `Send` for `ReadTicket` & `WriteTicket`.\nThis allows to send non-Send `T` to other threads.\n\nThis can allows creating data races by cloning types with internal mutability and sending them to other threads (as `T` of `ReadTicket`/`WriteTicket`). Such data races can cause memory corruption or other undefined behavior.\n\nThe flaw was corrected in commit `a986a93` by adding `T: Send` bounds to `Send` impls of `ReadTicket`/`WriteTicket`.\n", "severity": [ diff --git a/advisories/github-reviewed/2021/08/GHSA-m296-j53x-xv95/GHSA-m296-j53x-xv95.json b/advisories/github-reviewed/2021/08/GHSA-m296-j53x-xv95/GHSA-m296-j53x-xv95.json index 5c8e62270e9..708b3108970 100644 --- a/advisories/github-reviewed/2021/08/GHSA-m296-j53x-xv95/GHSA-m296-j53x-xv95.json +++ b/advisories/github-reviewed/2021/08/GHSA-m296-j53x-xv95/GHSA-m296-j53x-xv95.json @@ -3,9 +3,7 @@ "id": "GHSA-m296-j53x-xv95", "modified": "2023-06-13T21:47:59Z", "published": "2021-08-25T21:00:32Z", - "aliases": [ - - ], + "aliases": [], "summary": "Data races in tiny_future", "details": "`tiny_future` contains a light-weight implementation of `Future`s. The `Future` type it has lacked bound on its `Send` and `Sync` traits. This allows for a bug where non-thread safe types such as `Cell` can be used in `Future`s and cause data races in concurrent programs. The flaw was corrected in commit `c791919` by adding trait bounds to `Future`'s `Send` and `Sync`.\n", "severity": [ diff --git a/advisories/github-reviewed/2021/08/GHSA-mcrf-7hf9-f6q5/GHSA-mcrf-7hf9-f6q5.json b/advisories/github-reviewed/2021/08/GHSA-mcrf-7hf9-f6q5/GHSA-mcrf-7hf9-f6q5.json index 10b1bf021fc..f4c0ea1415e 100644 --- a/advisories/github-reviewed/2021/08/GHSA-mcrf-7hf9-f6q5/GHSA-mcrf-7hf9-f6q5.json +++ b/advisories/github-reviewed/2021/08/GHSA-mcrf-7hf9-f6q5/GHSA-mcrf-7hf9-f6q5.json @@ -3,14 +3,10 @@ "id": "GHSA-mcrf-7hf9-f6q5", "modified": "2023-06-13T20:48:55Z", "published": "2021-08-25T21:00:09Z", - "aliases": [ - - ], + "aliases": [], "summary": "Unchecked vector pre-allocation", "details": "Affected versions of this crate pre-allocate memory on deserializing raw buffers without checking whether there is sufficient data available. This allows an attacker to do denial-of-service attacks by sending small msgpack messages that allocate gigabytes of memory.\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2021/08/GHSA-pfjq-935c-4895/GHSA-pfjq-935c-4895.json b/advisories/github-reviewed/2021/08/GHSA-pfjq-935c-4895/GHSA-pfjq-935c-4895.json index fdb12a10849..b4c6c243a57 100644 --- a/advisories/github-reviewed/2021/08/GHSA-pfjq-935c-4895/GHSA-pfjq-935c-4895.json +++ b/advisories/github-reviewed/2021/08/GHSA-pfjq-935c-4895/GHSA-pfjq-935c-4895.json @@ -3,9 +3,7 @@ "id": "GHSA-pfjq-935c-4895", "modified": "2023-06-13T22:27:40Z", "published": "2021-08-25T21:00:37Z", - "aliases": [ - - ], + "aliases": [], "summary": "Data races in v9", "details": "Affected versions of this crate unconditionally implement `Sync` for `SyncRef`. This definition allows data races if `&T` is accessible through `&SyncRef`.\n\n`SyncRef` derives `Clone` and `Debug`, and the default implementations of those traits access `&T` by invoking `T::clone()` & `T::fmt()`. It is possible to create data races & undefined behavior by concurrently invoking `SyncRef::clone()` or `SyncRef::fmt()` from multiple threads with `T: !Sync`.\n", "severity": [ diff --git a/advisories/github-reviewed/2021/08/GHSA-r88h-6987-g79f/GHSA-r88h-6987-g79f.json b/advisories/github-reviewed/2021/08/GHSA-r88h-6987-g79f/GHSA-r88h-6987-g79f.json index e2a298b101e..73af34199d4 100644 --- a/advisories/github-reviewed/2021/08/GHSA-r88h-6987-g79f/GHSA-r88h-6987-g79f.json +++ b/advisories/github-reviewed/2021/08/GHSA-r88h-6987-g79f/GHSA-r88h-6987-g79f.json @@ -3,9 +3,7 @@ "id": "GHSA-r88h-6987-g79f", "modified": "2023-06-13T21:54:46Z", "published": "2021-08-25T21:00:28Z", - "aliases": [ - - ], + "aliases": [], "summary": "Data races on syncpool", "details": "Affected versions of this crate unconditionally implements `Send` for `Bucket2`. This allows sending non-Send types to other threads.\n\nThis can lead to data races when non Send types like `Cell` or `Rc` are contained inside `Bucket2` and sent across thread boundaries. The data races can potentially lead to memory corruption (as demonstrated in the PoC from the original report issue).\n\nThe flaw was corrected in commit `15b2828` by adding a `T: Send` bound to the `Send` impl of `Bucket2`.\n", "severity": [ diff --git a/advisories/github-reviewed/2021/08/GHSA-w65j-g6c7-g3m4/GHSA-w65j-g6c7-g3m4.json b/advisories/github-reviewed/2021/08/GHSA-w65j-g6c7-g3m4/GHSA-w65j-g6c7-g3m4.json index 70d9b02935a..62d2b3c9c87 100644 --- a/advisories/github-reviewed/2021/08/GHSA-w65j-g6c7-g3m4/GHSA-w65j-g6c7-g3m4.json +++ b/advisories/github-reviewed/2021/08/GHSA-w65j-g6c7-g3m4/GHSA-w65j-g6c7-g3m4.json @@ -3,14 +3,10 @@ "id": "GHSA-w65j-g6c7-g3m4", "modified": "2021-08-24T19:13:30Z", "published": "2021-08-25T20:42:50Z", - "aliases": [ - - ], + "aliases": [], "summary": "Multiple memory safety issues in actix-web", "details": "Affected versions contain multiple memory safety issues, such as:\n\n - Unsoundly coercing immutable references to mutable references\n - Unsoundly extending lifetimes of strings\n - Adding the `Send` marker trait to objects that cannot be safely sent between threads\n\nThis may result in a variety of memory corruption scenarios, most likely use-after-free.\n \nA signficant refactoring effort has been conducted to resolve these issues.\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2021/08/GHSA-wcxc-jf6c-8rx9/GHSA-wcxc-jf6c-8rx9.json b/advisories/github-reviewed/2021/08/GHSA-wcxc-jf6c-8rx9/GHSA-wcxc-jf6c-8rx9.json index a74e042edec..fab9d7bdb14 100644 --- a/advisories/github-reviewed/2021/08/GHSA-wcxc-jf6c-8rx9/GHSA-wcxc-jf6c-8rx9.json +++ b/advisories/github-reviewed/2021/08/GHSA-wcxc-jf6c-8rx9/GHSA-wcxc-jf6c-8rx9.json @@ -3,14 +3,10 @@ "id": "GHSA-wcxc-jf6c-8rx9", "modified": "2021-08-18T20:24:24Z", "published": "2021-08-25T20:57:21Z", - "aliases": [ - - ], + "aliases": [], "summary": " Uncaught Exception in libpulse-binding", "details": "Affected versions of this crate failed to catch panics crossing FFI boundaries via callbacks, which\nis a form of UB. This flaw was corrected by [this commit][1] which was included in version 2.6.0.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2021/08/GHSA-xwxc-j97j-84gf/GHSA-xwxc-j97j-84gf.json b/advisories/github-reviewed/2021/08/GHSA-xwxc-j97j-84gf/GHSA-xwxc-j97j-84gf.json index 6f400f8030c..522a5b0acc3 100644 --- a/advisories/github-reviewed/2021/08/GHSA-xwxc-j97j-84gf/GHSA-xwxc-j97j-84gf.json +++ b/advisories/github-reviewed/2021/08/GHSA-xwxc-j97j-84gf/GHSA-xwxc-j97j-84gf.json @@ -3,9 +3,7 @@ "id": "GHSA-xwxc-j97j-84gf", "modified": "2023-06-13T20:35:51Z", "published": "2021-08-25T21:00:03Z", - "aliases": [ - - ], + "aliases": [], "summary": "Race condition in Parc", "details": "In the affected versions of this crate, `LockWeak` unconditionally implemented `Send` with no trait bounds on `T`. `LockWeak` doesn't own `T` and only provides `&T`. This allows concurrent access to a non-Sync `T`, which can cause undefined behavior like data races.\n", "severity": [ diff --git a/advisories/github-reviewed/2022/01/GHSA-8gjm-h3xj-mp6w/GHSA-8gjm-h3xj-mp6w.json b/advisories/github-reviewed/2022/01/GHSA-8gjm-h3xj-mp6w/GHSA-8gjm-h3xj-mp6w.json index 8e43aef73f1..47054daa06f 100644 --- a/advisories/github-reviewed/2022/01/GHSA-8gjm-h3xj-mp6w/GHSA-8gjm-h3xj-mp6w.json +++ b/advisories/github-reviewed/2022/01/GHSA-8gjm-h3xj-mp6w/GHSA-8gjm-h3xj-mp6w.json @@ -58,9 +58,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": true, "github_reviewed_at": "2022-01-05T23:45:58Z", diff --git a/advisories/github-reviewed/2022/05/GHSA-hxrm-9w7p-39cc/GHSA-hxrm-9w7p-39cc.json b/advisories/github-reviewed/2022/05/GHSA-hxrm-9w7p-39cc/GHSA-hxrm-9w7p-39cc.json index c1c5d2c49a1..9faddc03b6a 100644 --- a/advisories/github-reviewed/2022/05/GHSA-hxrm-9w7p-39cc/GHSA-hxrm-9w7p-39cc.json +++ b/advisories/github-reviewed/2022/05/GHSA-hxrm-9w7p-39cc/GHSA-hxrm-9w7p-39cc.json @@ -325,9 +325,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2022-07-07T23:06:40Z", diff --git a/advisories/github-reviewed/2023/04/GHSA-583x-23h9-f5w7/GHSA-583x-23h9-f5w7.json b/advisories/github-reviewed/2023/04/GHSA-583x-23h9-f5w7/GHSA-583x-23h9-f5w7.json index 392bd749224..77cd09511a3 100644 --- a/advisories/github-reviewed/2023/04/GHSA-583x-23h9-f5w7/GHSA-583x-23h9-f5w7.json +++ b/advisories/github-reviewed/2023/04/GHSA-583x-23h9-f5w7/GHSA-583x-23h9-f5w7.json @@ -8,9 +8,7 @@ ], "summary": "Strapi does not verify the access or ID tokens issued during the OAuth flow", "details": "Strapi 3.2.1 until 4.6.0 does not verify the access or ID tokens issued during the OAuth flow when the AWS Cognito login provider is used for authentication. A remote attacker could forge an ID token that is signed using the 'None' type algorithm to bypass authentication and impersonate any user that use AWS Cognito for authentication.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -71,9 +69,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-04-24T18:43:51Z", diff --git a/advisories/github-reviewed/2023/04/GHSA-jg8w-wgx2-g7q4/GHSA-jg8w-wgx2-g7q4.json b/advisories/github-reviewed/2023/04/GHSA-jg8w-wgx2-g7q4/GHSA-jg8w-wgx2-g7q4.json index bf4959ecea7..374e09454cf 100644 --- a/advisories/github-reviewed/2023/04/GHSA-jg8w-wgx2-g7q4/GHSA-jg8w-wgx2-g7q4.json +++ b/advisories/github-reviewed/2023/04/GHSA-jg8w-wgx2-g7q4/GHSA-jg8w-wgx2-g7q4.json @@ -8,9 +8,7 @@ ], "summary": "Improper Restriction of Excessive Authentication Attempts in calibreweb", "details": "Improper Restriction of Excessive Authentication Attempts in GitHub repository janeczku/calibre-web prior to 0.6.20.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2024/07/GHSA-52jw-f3jq-hhwg/GHSA-52jw-f3jq-hhwg.json b/advisories/github-reviewed/2024/07/GHSA-52jw-f3jq-hhwg/GHSA-52jw-f3jq-hhwg.json index ca18d709c80..926db4e0396 100644 --- a/advisories/github-reviewed/2024/07/GHSA-52jw-f3jq-hhwg/GHSA-52jw-f3jq-hhwg.json +++ b/advisories/github-reviewed/2024/07/GHSA-52jw-f3jq-hhwg/GHSA-52jw-f3jq-hhwg.json @@ -4,9 +4,7 @@ "modified": "2024-07-11T19:50:01Z", "published": "2024-07-10T09:30:40Z", "withdrawn": "2024-07-11T19:50:01Z", - "aliases": [ - - ], + "aliases": [], "summary": "Duplicate Advisory: Login by Auth0 plugin for WordPress vulnerable to Reflected Cross-Site Scripting", "details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-x6p7-44rh-m3rr. This link has been maintained to preserve external references.\n\n## Original Description\nThe Login by Auth0 plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the ‘wle’ parameter in all versions up to, and including, 4.6.0 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.", "severity": [ @@ -54,9 +52,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-07-11T19:50:01Z", diff --git a/advisories/github-reviewed/2024/07/GHSA-gh9f-6xm2-c4j2/GHSA-gh9f-6xm2-c4j2.json b/advisories/github-reviewed/2024/07/GHSA-gh9f-6xm2-c4j2/GHSA-gh9f-6xm2-c4j2.json index 0ec9f281e50..d1e226e4a0b 100644 --- a/advisories/github-reviewed/2024/07/GHSA-gh9f-6xm2-c4j2/GHSA-gh9f-6xm2-c4j2.json +++ b/advisories/github-reviewed/2024/07/GHSA-gh9f-6xm2-c4j2/GHSA-gh9f-6xm2-c4j2.json @@ -3,9 +3,7 @@ "id": "GHSA-gh9f-6xm2-c4j2", "modified": "2024-07-11T13:19:19Z", "published": "2024-07-11T13:19:19Z", - "aliases": [ - - ], + "aliases": [], "summary": "SurrealDB vulnerable to Improper Authentication when Changing Databases as Scope User", "details": "Authentication would not be properly validated when an already authenticated scope user would use the `use` method or `USE` clause to switch working databases in a session. If there was a user record in the new database with identical record identifier as the original record that the user authenticated with in the original database, this could result in the user being able to perform actions under the identity of the unrelated user in the new database. This issue does not affect system users at any level.\n\nBy default, record identifiers are randomly generated with sufficient complexity to prevent the identifier collision required to trigger this issue. However, the issue may trigger in situations where multiple databases in the same SurrealDB instance are using explicitly defined or incremental record identifiers to identify users on an identically named table.\n\n### Impact\n\nUnder the circumstances described above, a user who has an authenticated session as a scope user in a database could become authorized to query data under the identity of a specific scope user associated with an identical record identifier in a different database within the same SurrealDB instace if the `PERMISSIONS` clause would allow it due to relying exclusively on the `$auth` parameter, which would point to the impersonated user. The impact is limited to the single user with matching record identifier.\n\nThe impact of this issue is mitigated if the table `PERMISSIONS` clause explicitly checks for an scope that only exists in the specific database (e.g. `$scope = \"production\"`) or certain claims of the authentication token (e.g. `$token.email = \"example@example.com\"`), both of which would remain unchanged in the session of the authenticated user after changing databases. Permissions will default to `NONE` if there is no `PERMISSIONS` clause, which also mitigates this impact of this issue.\n\n### Patches\n\n- Version 1.5.4 and later are not affected by this issue.\n- Version 2.0.0-alpha.6 and later will not be affected by this issue.\n\n### Workarounds\n\nUsers unable to update may want to ensure that table `PERMISSIONS` clauses explicitly check that the `$scope` parameter matches a scope that is uniquely named across databases in the same SurrealDB instance. Ensuring that record identifiers for users are automatically generated or explicitly generated to be unique across databases may also be sufficient to mitigate this issue, as the `$auth` parameter will not link to any user record and any `PERMISSIONS` clauses restricting authorization based on the authenticated user should fail to successfully evaluate.\n\n### References\n\n- https://github.com/surrealdb/surrealdb/pull/4335", "severity": [ diff --git a/advisories/github-reviewed/2024/07/GHSA-gmc6-fwg3-75m5/GHSA-gmc6-fwg3-75m5.json b/advisories/github-reviewed/2024/07/GHSA-gmc6-fwg3-75m5/GHSA-gmc6-fwg3-75m5.json index 35e3db4b37d..70d570faf44 100644 --- a/advisories/github-reviewed/2024/07/GHSA-gmc6-fwg3-75m5/GHSA-gmc6-fwg3-75m5.json +++ b/advisories/github-reviewed/2024/07/GHSA-gmc6-fwg3-75m5/GHSA-gmc6-fwg3-75m5.json @@ -3,9 +3,7 @@ "id": "GHSA-gmc6-fwg3-75m5", "modified": "2024-07-11T17:42:20Z", "published": "2024-07-11T17:42:20Z", - "aliases": [ - - ], + "aliases": [], "summary": "Mimekit has vulnerable dependency that can lead to denial of service", "details": "### Summary\nDenial of service vulnerability.\n\n### Details\nSee: https://github.com/advisories/GHSA-447r-wph3-92pm and https://github.com/dotnet/announcements/issues/312\n\n### PoC\nUpdate System.Security.Cryptography.Pkcs to 8.0.1 so that the transitive dependency with the issue gets updated\n\n### Impact\nDenial of service vulnerability. Affects MimeKit (>= v3.0.0 and <= v4.7.0) when used to decrypt or verify incoming S/MIME messages as well as importing 3rd-party X.509 certificates for use with encrypting outgoing S/MIME messages.\n", "severity": [ diff --git a/advisories/unreviewed/2022/04/GHSA-26f7-xg4p-fj4g/GHSA-26f7-xg4p-fj4g.json b/advisories/unreviewed/2022/04/GHSA-26f7-xg4p-fj4g/GHSA-26f7-xg4p-fj4g.json index 058162d10dd..b870e2d2464 100644 --- a/advisories/unreviewed/2022/04/GHSA-26f7-xg4p-fj4g/GHSA-26f7-xg4p-fj4g.json +++ b/advisories/unreviewed/2022/04/GHSA-26f7-xg4p-fj4g/GHSA-26f7-xg4p-fj4g.json @@ -7,12 +7,8 @@ "CVE-2001-1000" ], "details": "rlmadmin RADIUS management utility in Merit AAA Server 3.8M, 5.01, and possibly other versions, allows local users to read arbitrary files via a symlink attack on the rlmadmin.help file.", - "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/04/GHSA-2727-3q8f-vqf3/GHSA-2727-3q8f-vqf3.json b/advisories/unreviewed/2022/04/GHSA-2727-3q8f-vqf3/GHSA-2727-3q8f-vqf3.json index 9a0a93c97cc..3fcb08cf02f 100644 --- a/advisories/unreviewed/2022/04/GHSA-2727-3q8f-vqf3/GHSA-2727-3q8f-vqf3.json +++ b/advisories/unreviewed/2022/04/GHSA-2727-3q8f-vqf3/GHSA-2727-3q8f-vqf3.json @@ -7,12 +7,8 @@ "CVE-2001-0965" ], "details": "glFTPD 1.23 allows remote attackers to cause a denial of service (CPU consumption) via a LIST command with an argument that contains a large number of * (asterisk) characters.", - "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/04/GHSA-28fj-h7cm-23g6/GHSA-28fj-h7cm-23g6.json b/advisories/unreviewed/2022/04/GHSA-28fj-h7cm-23g6/GHSA-28fj-h7cm-23g6.json index 6188cefacd4..3c5bece7ad9 100644 --- a/advisories/unreviewed/2022/04/GHSA-28fj-h7cm-23g6/GHSA-28fj-h7cm-23g6.json +++ b/advisories/unreviewed/2022/04/GHSA-28fj-h7cm-23g6/GHSA-28fj-h7cm-23g6.json @@ -7,12 +7,8 @@ "CVE-2001-1002" ], "details": "The default configuration of the DVI print filter (dvips) in Red Hat Linux 7.0 and earlier does not run dvips in secure mode when dvips is executed by lpd, which could allow remote attackers to gain privileges by printing a DVI file that contains malicious commands.", - "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/04/GHSA-298p-q946-hhq4/GHSA-298p-q946-hhq4.json b/advisories/unreviewed/2022/04/GHSA-298p-q946-hhq4/GHSA-298p-q946-hhq4.json index 3708d385bde..851f359f8a6 100644 --- a/advisories/unreviewed/2022/04/GHSA-298p-q946-hhq4/GHSA-298p-q946-hhq4.json +++ b/advisories/unreviewed/2022/04/GHSA-298p-q946-hhq4/GHSA-298p-q946-hhq4.json @@ -7,12 +7,8 @@ "CVE-2001-0884" ], "details": "Cross-site scripting vulnerability in Mailman email archiver before 2.08 allows attackers to obtain sensitive information or authentication credentials via a malicious link that is accessed by other web users.", - "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/04/GHSA-29c9-5v6h-437j/GHSA-29c9-5v6h-437j.json b/advisories/unreviewed/2022/04/GHSA-29c9-5v6h-437j/GHSA-29c9-5v6h-437j.json index f244d39b90f..113673b9590 100644 --- a/advisories/unreviewed/2022/04/GHSA-29c9-5v6h-437j/GHSA-29c9-5v6h-437j.json +++ b/advisories/unreviewed/2022/04/GHSA-29c9-5v6h-437j/GHSA-29c9-5v6h-437j.json @@ -7,12 +7,8 @@ "CVE-2001-0886" ], "details": "Buffer overflow in glob function of glibc allows attackers to cause a denial of service (crash) and possibly execute arbitrary code via a glob pattern that ends in a brace \"{\" character.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -68,9 +64,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-29v3-g4cx-hr4v/GHSA-29v3-g4cx-hr4v.json b/advisories/unreviewed/2022/04/GHSA-29v3-g4cx-hr4v/GHSA-29v3-g4cx-hr4v.json index 38fcf440a0d..19efceb8f3c 100644 --- a/advisories/unreviewed/2022/04/GHSA-29v3-g4cx-hr4v/GHSA-29v3-g4cx-hr4v.json +++ b/advisories/unreviewed/2022/04/GHSA-29v3-g4cx-hr4v/GHSA-29v3-g4cx-hr4v.json @@ -7,12 +7,8 @@ "CVE-2001-0923" ], "details": "RPM Package Manager 4.0.x through 4.0.2.x allows an attacker to execute arbitrary code via corrupted data in the RPM file when the file is queried.", - "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/04/GHSA-2crw-gg34-7j66/GHSA-2crw-gg34-7j66.json b/advisories/unreviewed/2022/04/GHSA-2crw-gg34-7j66/GHSA-2crw-gg34-7j66.json index 99990912976..109cde2a6c7 100644 --- a/advisories/unreviewed/2022/04/GHSA-2crw-gg34-7j66/GHSA-2crw-gg34-7j66.json +++ b/advisories/unreviewed/2022/04/GHSA-2crw-gg34-7j66/GHSA-2crw-gg34-7j66.json @@ -7,12 +7,8 @@ "CVE-2001-0906" ], "details": "teTeX filter before 1.0.7 allows local users to gain privileges via a symlink attack on temporary files that are produced when printing .dvi files using lpr.", - "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/04/GHSA-2w2w-cv3h-rr38/GHSA-2w2w-cv3h-rr38.json b/advisories/unreviewed/2022/04/GHSA-2w2w-cv3h-rr38/GHSA-2w2w-cv3h-rr38.json index e2274f5dc4d..f08903623f4 100644 --- a/advisories/unreviewed/2022/04/GHSA-2w2w-cv3h-rr38/GHSA-2w2w-cv3h-rr38.json +++ b/advisories/unreviewed/2022/04/GHSA-2w2w-cv3h-rr38/GHSA-2w2w-cv3h-rr38.json @@ -7,12 +7,8 @@ "CVE-2001-0917" ], "details": "Jakarta Tomcat 4.0.1 allows remote attackers to reveal physical path information by requesting a long URL with a .JSP extension.", - "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/04/GHSA-376m-3h9j-6rv5/GHSA-376m-3h9j-6rv5.json b/advisories/unreviewed/2022/04/GHSA-376m-3h9j-6rv5/GHSA-376m-3h9j-6rv5.json index a087657cc36..4aaf5f72fbe 100644 --- a/advisories/unreviewed/2022/04/GHSA-376m-3h9j-6rv5/GHSA-376m-3h9j-6rv5.json +++ b/advisories/unreviewed/2022/04/GHSA-376m-3h9j-6rv5/GHSA-376m-3h9j-6rv5.json @@ -7,12 +7,8 @@ "CVE-2001-0979" ], "details": "Buffer overflow in swverify in HP-UX 11.0, and possibly other programs, allows local users to gain privileges via a long command line argument.", - "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/04/GHSA-38r2-fj75-4896/GHSA-38r2-fj75-4896.json b/advisories/unreviewed/2022/04/GHSA-38r2-fj75-4896/GHSA-38r2-fj75-4896.json index b2bb919ae82..87763d809a8 100644 --- a/advisories/unreviewed/2022/04/GHSA-38r2-fj75-4896/GHSA-38r2-fj75-4896.json +++ b/advisories/unreviewed/2022/04/GHSA-38r2-fj75-4896/GHSA-38r2-fj75-4896.json @@ -7,12 +7,8 @@ "CVE-2001-0846" ], "details": "Lotus Domino 5.x allows remote attackers to read files or execute arbitrary code by requesting the ReplicaID of the Web Administrator template file (webadmin.ntf).", - "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/04/GHSA-3g63-p2hp-v8xg/GHSA-3g63-p2hp-v8xg.json b/advisories/unreviewed/2022/04/GHSA-3g63-p2hp-v8xg/GHSA-3g63-p2hp-v8xg.json index a2130563413..6a36ae3054d 100644 --- a/advisories/unreviewed/2022/04/GHSA-3g63-p2hp-v8xg/GHSA-3g63-p2hp-v8xg.json +++ b/advisories/unreviewed/2022/04/GHSA-3g63-p2hp-v8xg/GHSA-3g63-p2hp-v8xg.json @@ -7,12 +7,8 @@ "CVE-2001-1014" ], "details": "eshop.pl in WebDiscount(e)shop allows remote attackers to execute arbitrary commands via shell metacharacters in the seite parameter.", - "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/04/GHSA-3j3c-w28j-p83h/GHSA-3j3c-w28j-p83h.json b/advisories/unreviewed/2022/04/GHSA-3j3c-w28j-p83h/GHSA-3j3c-w28j-p83h.json index 244815dacdb..9afb0ae64ae 100644 --- a/advisories/unreviewed/2022/04/GHSA-3j3c-w28j-p83h/GHSA-3j3c-w28j-p83h.json +++ b/advisories/unreviewed/2022/04/GHSA-3j3c-w28j-p83h/GHSA-3j3c-w28j-p83h.json @@ -7,12 +7,8 @@ "CVE-2001-0992" ], "details": "shopplus.cgi in ShopPlus shopping cart allows remote attackers to execute arbitrary commands via shell metacharacters in the \"file\" parameter.", - "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/04/GHSA-3j67-gcxj-hc23/GHSA-3j67-gcxj-hc23.json b/advisories/unreviewed/2022/04/GHSA-3j67-gcxj-hc23/GHSA-3j67-gcxj-hc23.json index 8e7309cc454..57546b8a44b 100644 --- a/advisories/unreviewed/2022/04/GHSA-3j67-gcxj-hc23/GHSA-3j67-gcxj-hc23.json +++ b/advisories/unreviewed/2022/04/GHSA-3j67-gcxj-hc23/GHSA-3j67-gcxj-hc23.json @@ -7,12 +7,8 @@ "CVE-2001-0983" ], "details": "UltraEdit uses weak encryption to record FTP passwords in the uedit32.ini file, which allows local users who can read the file to decrypt the passwords and gain privileges.", - "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/04/GHSA-3jpq-2j9m-x6ww/GHSA-3jpq-2j9m-x6ww.json b/advisories/unreviewed/2022/04/GHSA-3jpq-2j9m-x6ww/GHSA-3jpq-2j9m-x6ww.json index 4011b791369..690fc97d3bd 100644 --- a/advisories/unreviewed/2022/04/GHSA-3jpq-2j9m-x6ww/GHSA-3jpq-2j9m-x6ww.json +++ b/advisories/unreviewed/2022/04/GHSA-3jpq-2j9m-x6ww/GHSA-3jpq-2j9m-x6ww.json @@ -7,12 +7,8 @@ "CVE-2001-0843" ], "details": "Squid proxy server 2.4 and earlier allows remote attackers to cause a denial of service (crash) via a mkdir-only FTP PUT request.", - "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/04/GHSA-3v2h-3966-qxpq/GHSA-3v2h-3966-qxpq.json b/advisories/unreviewed/2022/04/GHSA-3v2h-3966-qxpq/GHSA-3v2h-3966-qxpq.json index 9a72164fe84..46aeaf4e1c0 100644 --- a/advisories/unreviewed/2022/04/GHSA-3v2h-3966-qxpq/GHSA-3v2h-3966-qxpq.json +++ b/advisories/unreviewed/2022/04/GHSA-3v2h-3966-qxpq/GHSA-3v2h-3966-qxpq.json @@ -7,12 +7,8 @@ "CVE-2001-0897" ], "details": "Cross-site scripting vulnerability in Infopop Ultimate Bulletin Board (UBB) before 5.47e allows remote attackers to steal user cookies via an [IMG] tag that references an about: URL with an onerror field.", - "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/04/GHSA-3vrx-9pq3-23gp/GHSA-3vrx-9pq3-23gp.json b/advisories/unreviewed/2022/04/GHSA-3vrx-9pq3-23gp/GHSA-3vrx-9pq3-23gp.json index 77da5fecdef..8af36fc8382 100644 --- a/advisories/unreviewed/2022/04/GHSA-3vrx-9pq3-23gp/GHSA-3vrx-9pq3-23gp.json +++ b/advisories/unreviewed/2022/04/GHSA-3vrx-9pq3-23gp/GHSA-3vrx-9pq3-23gp.json @@ -7,12 +7,8 @@ "CVE-2001-1033" ], "details": "Compaq TruCluster 1.5 allows remote attackers to cause a denial of service via a port scan from a system that does not have a DNS PTR record, which causes the cluster to enter a \"split-brain\" state.", - "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/04/GHSA-479c-fx42-r8p8/GHSA-479c-fx42-r8p8.json b/advisories/unreviewed/2022/04/GHSA-479c-fx42-r8p8/GHSA-479c-fx42-r8p8.json index b654f92e5c3..9dd5ab1af20 100644 --- a/advisories/unreviewed/2022/04/GHSA-479c-fx42-r8p8/GHSA-479c-fx42-r8p8.json +++ b/advisories/unreviewed/2022/04/GHSA-479c-fx42-r8p8/GHSA-479c-fx42-r8p8.json @@ -7,12 +7,8 @@ "CVE-2001-1012" ], "details": "Vulnerability in screen before 3.9.10, related to a multi-attach error, allows local users to gain root privileges when there is a subdirectory under /tmp/screens/.", - "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/04/GHSA-48gm-cgg2-2h2w/GHSA-48gm-cgg2-2h2w.json b/advisories/unreviewed/2022/04/GHSA-48gm-cgg2-2h2w/GHSA-48gm-cgg2-2h2w.json index 8873f32c04b..86855ec75c2 100644 --- a/advisories/unreviewed/2022/04/GHSA-48gm-cgg2-2h2w/GHSA-48gm-cgg2-2h2w.json +++ b/advisories/unreviewed/2022/04/GHSA-48gm-cgg2-2h2w/GHSA-48gm-cgg2-2h2w.json @@ -7,12 +7,8 @@ "CVE-2001-0902" ], "details": "Microsoft IIS 5.0 allows remote attackers to spoof web log entries via an HTTP request that includes hex-encoded newline or form-feed characters.", - "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/04/GHSA-497x-28hv-cvv5/GHSA-497x-28hv-cvv5.json b/advisories/unreviewed/2022/04/GHSA-497x-28hv-cvv5/GHSA-497x-28hv-cvv5.json index a2bf4b61a0e..e188792c20b 100644 --- a/advisories/unreviewed/2022/04/GHSA-497x-28hv-cvv5/GHSA-497x-28hv-cvv5.json +++ b/advisories/unreviewed/2022/04/GHSA-497x-28hv-cvv5/GHSA-497x-28hv-cvv5.json @@ -7,12 +7,8 @@ "CVE-2001-1007" ], "details": "Starfish Truesync Desktop 2.0b as used on the REX 5000 PDA uses a small keyspace for device keys and does not impose a delay when an incorrect key is entered, which allows attackers to more quickly guess the key via a brute force attack.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-4987-53r7-55gr/GHSA-4987-53r7-55gr.json b/advisories/unreviewed/2022/04/GHSA-4987-53r7-55gr/GHSA-4987-53r7-55gr.json index a395cac5934..812b15f0bbe 100644 --- a/advisories/unreviewed/2022/04/GHSA-4987-53r7-55gr/GHSA-4987-53r7-55gr.json +++ b/advisories/unreviewed/2022/04/GHSA-4987-53r7-55gr/GHSA-4987-53r7-55gr.json @@ -7,12 +7,8 @@ "CVE-2001-0908" ], "details": "CITRIX Metaframe 1.8 logs the Client Address (IP address) that is provided by the client instead of obtaining it from the packet headers, which allows clients to spoof their public IP address, e.g. through Network Address Translation (NAT).", - "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/04/GHSA-4hhp-j8xj-7qx2/GHSA-4hhp-j8xj-7qx2.json b/advisories/unreviewed/2022/04/GHSA-4hhp-j8xj-7qx2/GHSA-4hhp-j8xj-7qx2.json index d22b32b8339..bfc2c8c752e 100644 --- a/advisories/unreviewed/2022/04/GHSA-4hhp-j8xj-7qx2/GHSA-4hhp-j8xj-7qx2.json +++ b/advisories/unreviewed/2022/04/GHSA-4hhp-j8xj-7qx2/GHSA-4hhp-j8xj-7qx2.json @@ -7,12 +7,8 @@ "CVE-2001-0904" ], "details": "Internet Explorer 5.5 and 6 with the Q312461 (MS01-055) patch modifies the HTTP_USER_AGENT (UserAgent) information that indicates that the patch has been installed, which could allow remote malicious web sites to more easily identify and exploit vulnerable clients.", - "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/04/GHSA-4hmm-4p87-cjh8/GHSA-4hmm-4p87-cjh8.json b/advisories/unreviewed/2022/04/GHSA-4hmm-4p87-cjh8/GHSA-4hmm-4p87-cjh8.json index 540a6ac4c3c..29b170cfc88 100644 --- a/advisories/unreviewed/2022/04/GHSA-4hmm-4p87-cjh8/GHSA-4hmm-4p87-cjh8.json +++ b/advisories/unreviewed/2022/04/GHSA-4hmm-4p87-cjh8/GHSA-4hmm-4p87-cjh8.json @@ -7,12 +7,8 @@ "CVE-2001-0994" ], "details": "Marconi ForeThought 7.1 allows remote attackers to cause a denial of service by causing both telnet sessions to be locked via unusual input (e.g., from a port scanner), which prevents others from logging into the device.", - "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/04/GHSA-4jcc-3cc2-c846/GHSA-4jcc-3cc2-c846.json b/advisories/unreviewed/2022/04/GHSA-4jcc-3cc2-c846/GHSA-4jcc-3cc2-c846.json index b77edc47c38..ef11bafa1e9 100644 --- a/advisories/unreviewed/2022/04/GHSA-4jcc-3cc2-c846/GHSA-4jcc-3cc2-c846.json +++ b/advisories/unreviewed/2022/04/GHSA-4jcc-3cc2-c846/GHSA-4jcc-3cc2-c846.json @@ -7,12 +7,8 @@ "CVE-2001-0894" ], "details": "Vulnerability in Postfix SMTP server before 20010228-pl07, when configured to email the postmaster when SMTP errors cause the session to terminate, allows remote attackers to cause a denial of service (memory exhaustion) by generating a large number of SMTP errors, which forces the SMTP session log to grow too large.", - "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/04/GHSA-4jj8-hr9j-qh43/GHSA-4jj8-hr9j-qh43.json b/advisories/unreviewed/2022/04/GHSA-4jj8-hr9j-qh43/GHSA-4jj8-hr9j-qh43.json index d39401424dd..97f689e15f5 100644 --- a/advisories/unreviewed/2022/04/GHSA-4jj8-hr9j-qh43/GHSA-4jj8-hr9j-qh43.json +++ b/advisories/unreviewed/2022/04/GHSA-4jj8-hr9j-qh43/GHSA-4jj8-hr9j-qh43.json @@ -7,12 +7,8 @@ "CVE-2001-0867" ], "details": "Cisco 12000 with IOS 12.0 and line cards based on Engine 2 does not properly filter does not properly filter packet fragments even when the \"fragment\" keyword is used in an ACL, which allows remote attackers to bypass the intended access controls.", - "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/04/GHSA-4mrr-j6hj-j39r/GHSA-4mrr-j6hj-j39r.json b/advisories/unreviewed/2022/04/GHSA-4mrr-j6hj-j39r/GHSA-4mrr-j6hj-j39r.json index c288677c9dd..9c57fff37e0 100644 --- a/advisories/unreviewed/2022/04/GHSA-4mrr-j6hj-j39r/GHSA-4mrr-j6hj-j39r.json +++ b/advisories/unreviewed/2022/04/GHSA-4mrr-j6hj-j39r/GHSA-4mrr-j6hj-j39r.json @@ -7,12 +7,8 @@ "CVE-2001-1015" ], "details": "Buffer overflow in Snes9x 1.37, when installed setuid root, allows local users to gain root privileges via a long command line argument.", - "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/04/GHSA-4pfw-pf6q-r4x8/GHSA-4pfw-pf6q-r4x8.json b/advisories/unreviewed/2022/04/GHSA-4pfw-pf6q-r4x8/GHSA-4pfw-pf6q-r4x8.json index a0aee3d10a3..ef8727deb70 100644 --- a/advisories/unreviewed/2022/04/GHSA-4pfw-pf6q-r4x8/GHSA-4pfw-pf6q-r4x8.json +++ b/advisories/unreviewed/2022/04/GHSA-4pfw-pf6q-r4x8/GHSA-4pfw-pf6q-r4x8.json @@ -7,12 +7,8 @@ "CVE-2001-0949" ], "details": "Buffer overflows in forms.exe CGI program in ValiCert Enterprise Validation Authority (EVA) Administration Server 3.3 through 4.2.1 allows remote attackers to execute arbitrary code via long arguments to the parameters (1) Mode, (2) Certificate_File, (3) useExpiredCRLs, (4) listenLength, (5) maxThread, (6) maxConnPerSite, (7) maxMsgLen, (8) exitTime, (9) blockTime, (10) nextUpdatePeriod, (11) buildLocal, (12) maxOCSPValidityPeriod, (13) extension, and (14) a particular combination of parameters associated with private key generation that form a string of a certain length.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -88,9 +84,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-4pjj-pmhg-p6q3/GHSA-4pjj-pmhg-p6q3.json b/advisories/unreviewed/2022/04/GHSA-4pjj-pmhg-p6q3/GHSA-4pjj-pmhg-p6q3.json index 542a545ca69..fdc6b7261a7 100644 --- a/advisories/unreviewed/2022/04/GHSA-4pjj-pmhg-p6q3/GHSA-4pjj-pmhg-p6q3.json +++ b/advisories/unreviewed/2022/04/GHSA-4pjj-pmhg-p6q3/GHSA-4pjj-pmhg-p6q3.json @@ -7,12 +7,8 @@ "CVE-2001-0984" ], "details": "Password Safe 1.7(1) leaves cleartext passwords in memory when a user copies the password to the clipboard and minimizes Password Safe with the \"Clear the password when minimized\" and \"Lock password database on minimize and prompt on restore\" options enabled, which could allow an attacker with access to the memory (e.g. an administrator) to read the 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/04/GHSA-5432-vj89-rgm6/GHSA-5432-vj89-rgm6.json b/advisories/unreviewed/2022/04/GHSA-5432-vj89-rgm6/GHSA-5432-vj89-rgm6.json index a94b9bc6b5e..28af7c7ac5e 100644 --- a/advisories/unreviewed/2022/04/GHSA-5432-vj89-rgm6/GHSA-5432-vj89-rgm6.json +++ b/advisories/unreviewed/2022/04/GHSA-5432-vj89-rgm6/GHSA-5432-vj89-rgm6.json @@ -7,12 +7,8 @@ "CVE-2001-0889" ], "details": "Exim 3.22 and earlier, in some configurations, does not properly verify the local part of an address when redirecting the address to a pipe, which could allow remote attackers to execute arbitrary commands via shell metacharacters.", - "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/04/GHSA-55qg-jgj8-x843/GHSA-55qg-jgj8-x843.json b/advisories/unreviewed/2022/04/GHSA-55qg-jgj8-x843/GHSA-55qg-jgj8-x843.json index 0ad98b455e2..48faae674aa 100644 --- a/advisories/unreviewed/2022/04/GHSA-55qg-jgj8-x843/GHSA-55qg-jgj8-x843.json +++ b/advisories/unreviewed/2022/04/GHSA-55qg-jgj8-x843/GHSA-55qg-jgj8-x843.json @@ -7,12 +7,8 @@ "CVE-2001-1018" ], "details": "Lotus Domino web server 5.08 allows remote attackers to determine the internal IP address of the server when NAT is enabled via a GET request that contains a long sequence of / (slash) characters.", - "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/04/GHSA-57jq-q4wv-65pc/GHSA-57jq-q4wv-65pc.json b/advisories/unreviewed/2022/04/GHSA-57jq-q4wv-65pc/GHSA-57jq-q4wv-65pc.json index 9ece236d96e..35a0d4ec63c 100644 --- a/advisories/unreviewed/2022/04/GHSA-57jq-q4wv-65pc/GHSA-57jq-q4wv-65pc.json +++ b/advisories/unreviewed/2022/04/GHSA-57jq-q4wv-65pc/GHSA-57jq-q4wv-65pc.json @@ -7,12 +7,8 @@ "CVE-2001-0935" ], "details": "Vulnerability in wu-ftpd 2.6.0, and possibly earlier versions, which is unrelated to the ftpglob bug described in CVE-2001-0550.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-57pf-4wmq-w5w3/GHSA-57pf-4wmq-w5w3.json b/advisories/unreviewed/2022/04/GHSA-57pf-4wmq-w5w3/GHSA-57pf-4wmq-w5w3.json index 1ab204b5b43..f38a5b6a706 100644 --- a/advisories/unreviewed/2022/04/GHSA-57pf-4wmq-w5w3/GHSA-57pf-4wmq-w5w3.json +++ b/advisories/unreviewed/2022/04/GHSA-57pf-4wmq-w5w3/GHSA-57pf-4wmq-w5w3.json @@ -7,12 +7,8 @@ "CVE-2001-0895" ], "details": "Multiple Cisco networking products allow remote attackers to cause a denial of service on the local network via a series of ARP packets sent to the router's interface that contains a different MAC address for the router, which eventually causes the router to overwrite the MAC address in its ARP table.", - "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/04/GHSA-585h-vhq2-rv57/GHSA-585h-vhq2-rv57.json b/advisories/unreviewed/2022/04/GHSA-585h-vhq2-rv57/GHSA-585h-vhq2-rv57.json index 0bab354e21d..1bb122c5e2e 100644 --- a/advisories/unreviewed/2022/04/GHSA-585h-vhq2-rv57/GHSA-585h-vhq2-rv57.json +++ b/advisories/unreviewed/2022/04/GHSA-585h-vhq2-rv57/GHSA-585h-vhq2-rv57.json @@ -7,12 +7,8 @@ "CVE-2001-1006" ], "details": "Starfish Truesync Desktop 2.0b as used on the REX 5000 PDA does not encrypt sensitive files and relies solely on its password feature to restrict access, which allows an attacker to read the files using a different application.", - "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/04/GHSA-5cwf-grhf-vxp4/GHSA-5cwf-grhf-vxp4.json b/advisories/unreviewed/2022/04/GHSA-5cwf-grhf-vxp4/GHSA-5cwf-grhf-vxp4.json index 2f201d1bee5..c2313c66403 100644 --- a/advisories/unreviewed/2022/04/GHSA-5cwf-grhf-vxp4/GHSA-5cwf-grhf-vxp4.json +++ b/advisories/unreviewed/2022/04/GHSA-5cwf-grhf-vxp4/GHSA-5cwf-grhf-vxp4.json @@ -7,12 +7,8 @@ "CVE-2001-0930" ], "details": "Sendpage.pl allows remote attackers to execute arbitrary commands via a message containing shell metacharacters.", - "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/04/GHSA-5p49-gvj5-jfx2/GHSA-5p49-gvj5-jfx2.json b/advisories/unreviewed/2022/04/GHSA-5p49-gvj5-jfx2/GHSA-5p49-gvj5-jfx2.json index e10ede96d8d..cfb366f00dc 100644 --- a/advisories/unreviewed/2022/04/GHSA-5p49-gvj5-jfx2/GHSA-5p49-gvj5-jfx2.json +++ b/advisories/unreviewed/2022/04/GHSA-5p49-gvj5-jfx2/GHSA-5p49-gvj5-jfx2.json @@ -7,12 +7,8 @@ "CVE-2001-0859" ], "details": "2.4.3-12 kernel in Red Hat Linux 7.1 Korean installation program sets the setting default umask for init to 000, which installs files with world-writeable permissions.", - "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/04/GHSA-5rrc-cm4j-679m/GHSA-5rrc-cm4j-679m.json b/advisories/unreviewed/2022/04/GHSA-5rrc-cm4j-679m/GHSA-5rrc-cm4j-679m.json index 95791966829..85cab971ee0 100644 --- a/advisories/unreviewed/2022/04/GHSA-5rrc-cm4j-679m/GHSA-5rrc-cm4j-679m.json +++ b/advisories/unreviewed/2022/04/GHSA-5rrc-cm4j-679m/GHSA-5rrc-cm4j-679m.json @@ -7,12 +7,8 @@ "CVE-2001-0940" ], "details": "Buffer overflow in the GUI authentication code of Check Point VPN-1/FireWall-1 Management Server 4.0 and 4.1 allows remote attackers to execute arbitrary code via a long user name.", - "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/04/GHSA-5wfq-334q-jxm8/GHSA-5wfq-334q-jxm8.json b/advisories/unreviewed/2022/04/GHSA-5wfq-334q-jxm8/GHSA-5wfq-334q-jxm8.json index b535f61022a..985035a864c 100644 --- a/advisories/unreviewed/2022/04/GHSA-5wfq-334q-jxm8/GHSA-5wfq-334q-jxm8.json +++ b/advisories/unreviewed/2022/04/GHSA-5wfq-334q-jxm8/GHSA-5wfq-334q-jxm8.json @@ -7,12 +7,8 @@ "CVE-2001-0870" ], "details": "HTTP server in Alchemy Eye and Alchemy Network Monitor 1.9x through 2.6.18 is enabled without authentication by default, which allows remote attackers to obtain network monitoring logs with potentially sensitive information by directly requesting the eye.ini file.", - "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/04/GHSA-6345-33g8-fpx6/GHSA-6345-33g8-fpx6.json b/advisories/unreviewed/2022/04/GHSA-6345-33g8-fpx6/GHSA-6345-33g8-fpx6.json index d891287f9d1..3763a91fea5 100644 --- a/advisories/unreviewed/2022/04/GHSA-6345-33g8-fpx6/GHSA-6345-33g8-fpx6.json +++ b/advisories/unreviewed/2022/04/GHSA-6345-33g8-fpx6/GHSA-6345-33g8-fpx6.json @@ -7,12 +7,8 @@ "CVE-2001-0866" ], "details": "Cisco 12000 with IOS 12.0 and lines card based on Engine 2 does not properly handle an outbound ACL when an input ACL is not configured on all the interfaces of a multi port line card, which could allow remote attackers to bypass the intended access controls.", - "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/04/GHSA-67cw-4jhh-3jm7/GHSA-67cw-4jhh-3jm7.json b/advisories/unreviewed/2022/04/GHSA-67cw-4jhh-3jm7/GHSA-67cw-4jhh-3jm7.json index a0b6f8ed505..ee87ed50a62 100644 --- a/advisories/unreviewed/2022/04/GHSA-67cw-4jhh-3jm7/GHSA-67cw-4jhh-3jm7.json +++ b/advisories/unreviewed/2022/04/GHSA-67cw-4jhh-3jm7/GHSA-67cw-4jhh-3jm7.json @@ -7,12 +7,8 @@ "CVE-2001-0956" ], "details": "speechd 0.54 and earlier, with the Festival or rsynth speech synthesis package, allows attackers to execute arbitrary commands via shell metacharacters.", - "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/04/GHSA-67h3-8qvv-wcm5/GHSA-67h3-8qvv-wcm5.json b/advisories/unreviewed/2022/04/GHSA-67h3-8qvv-wcm5/GHSA-67h3-8qvv-wcm5.json index d898e113057..7dcc4ad6fe0 100644 --- a/advisories/unreviewed/2022/04/GHSA-67h3-8qvv-wcm5/GHSA-67h3-8qvv-wcm5.json +++ b/advisories/unreviewed/2022/04/GHSA-67h3-8qvv-wcm5/GHSA-67h3-8qvv-wcm5.json @@ -7,12 +7,8 @@ "CVE-2001-0952" ], "details": "THQ Volition Red Faction Game allows remote attackers to cause a denial of service (hang) of a client or server via packets to UDP port 7755.", - "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/04/GHSA-686x-96mh-c8qp/GHSA-686x-96mh-c8qp.json b/advisories/unreviewed/2022/04/GHSA-686x-96mh-c8qp/GHSA-686x-96mh-c8qp.json index cc78d57c18c..a03f2d2623a 100644 --- a/advisories/unreviewed/2022/04/GHSA-686x-96mh-c8qp/GHSA-686x-96mh-c8qp.json +++ b/advisories/unreviewed/2022/04/GHSA-686x-96mh-c8qp/GHSA-686x-96mh-c8qp.json @@ -7,12 +7,8 @@ "CVE-2001-0926" ], "details": "SSIFilter in Allaire JRun 3.1, 3.0 and 2.3.3 allows remote attackers to obtain source code for Java server pages (.jsp) and other files in the web root via an HTTP request for a non-existent SSI page, in which the request's body has an #include statement.", - "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/04/GHSA-6ch6-64q2-fpvr/GHSA-6ch6-64q2-fpvr.json b/advisories/unreviewed/2022/04/GHSA-6ch6-64q2-fpvr/GHSA-6ch6-64q2-fpvr.json index 4417b329caf..b2c3d25fed1 100644 --- a/advisories/unreviewed/2022/04/GHSA-6ch6-64q2-fpvr/GHSA-6ch6-64q2-fpvr.json +++ b/advisories/unreviewed/2022/04/GHSA-6ch6-64q2-fpvr/GHSA-6ch6-64q2-fpvr.json @@ -7,12 +7,8 @@ "CVE-2001-0981" ], "details": "HP CIFS/9000 Server (SAMBA) A.01.07 and earlier with the \"unix password sync\" option enabled calls the passwd program without specifying the username of the user making the request, which could cause the server to change the password of a different user.", - "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/04/GHSA-6f3g-66w3-5493/GHSA-6f3g-66w3-5493.json b/advisories/unreviewed/2022/04/GHSA-6f3g-66w3-5493/GHSA-6f3g-66w3-5493.json index fe838b32a71..c047b1a110a 100644 --- a/advisories/unreviewed/2022/04/GHSA-6f3g-66w3-5493/GHSA-6f3g-66w3-5493.json +++ b/advisories/unreviewed/2022/04/GHSA-6f3g-66w3-5493/GHSA-6f3g-66w3-5493.json @@ -7,12 +7,8 @@ "CVE-2001-0874" ], "details": "Internet Explorer 5.5 and 6.0 allow remote attackers to read certain files via HTML that passes information from a frame in the client's domain to a frame in the web site's domain, a variant of the \"Frame Domain Verification\" 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/04/GHSA-6ghq-pmhq-g84p/GHSA-6ghq-pmhq-g84p.json b/advisories/unreviewed/2022/04/GHSA-6ghq-pmhq-g84p/GHSA-6ghq-pmhq-g84p.json index ac60741f029..111e82a7430 100644 --- a/advisories/unreviewed/2022/04/GHSA-6ghq-pmhq-g84p/GHSA-6ghq-pmhq-g84p.json +++ b/advisories/unreviewed/2022/04/GHSA-6ghq-pmhq-g84p/GHSA-6ghq-pmhq-g84p.json @@ -7,12 +7,8 @@ "CVE-2001-0989" ], "details": "Buffer overflows in Pileup before 1.2 allows local users to gain root privileges via (1) long command line arguments, or (2) a long callsign.", - "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/04/GHSA-6q4p-cfxj-gj9f/GHSA-6q4p-cfxj-gj9f.json b/advisories/unreviewed/2022/04/GHSA-6q4p-cfxj-gj9f/GHSA-6q4p-cfxj-gj9f.json index b63d3971f35..9a40c03c6fd 100644 --- a/advisories/unreviewed/2022/04/GHSA-6q4p-cfxj-gj9f/GHSA-6q4p-cfxj-gj9f.json +++ b/advisories/unreviewed/2022/04/GHSA-6q4p-cfxj-gj9f/GHSA-6q4p-cfxj-gj9f.json @@ -7,12 +7,8 @@ "CVE-2001-0857" ], "details": "Cross-site scripting vulnerability in status.php3 in Imp Webmail 2.2.6 and earlier allows remote attackers to gain access to the e-mail of other users by hijacking session cookies via the message parameter.", - "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/04/GHSA-6q67-2q8f-xvf4/GHSA-6q67-2q8f-xvf4.json b/advisories/unreviewed/2022/04/GHSA-6q67-2q8f-xvf4/GHSA-6q67-2q8f-xvf4.json index d2f7f12c412..d4fd3d7b61a 100644 --- a/advisories/unreviewed/2022/04/GHSA-6q67-2q8f-xvf4/GHSA-6q67-2q8f-xvf4.json +++ b/advisories/unreviewed/2022/04/GHSA-6q67-2q8f-xvf4/GHSA-6q67-2q8f-xvf4.json @@ -7,12 +7,8 @@ "CVE-2001-0875" ], "details": "Internet Explorer 5.5 and 6.0 allows remote attackers to cause the File Download dialogue box to misrepresent the name of the file in the dialogue in a way that could fool users into thinking that the file type is safe to download.", - "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/04/GHSA-6x8v-g32x-9hw3/GHSA-6x8v-g32x-9hw3.json b/advisories/unreviewed/2022/04/GHSA-6x8v-g32x-9hw3/GHSA-6x8v-g32x-9hw3.json index e82d63a65f0..fe47c111d7b 100644 --- a/advisories/unreviewed/2022/04/GHSA-6x8v-g32x-9hw3/GHSA-6x8v-g32x-9hw3.json +++ b/advisories/unreviewed/2022/04/GHSA-6x8v-g32x-9hw3/GHSA-6x8v-g32x-9hw3.json @@ -7,12 +7,8 @@ "CVE-2001-1020" ], "details": "edit_image.php in Vibechild Directory Manager before 0.91 allows remote attackers to execute arbitrary commands via shell metacharacters in the userfile_name parameter, which is sent unfiltered to the PHP passthru function.", - "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/04/GHSA-73r4-pggg-5f69/GHSA-73r4-pggg-5f69.json b/advisories/unreviewed/2022/04/GHSA-73r4-pggg-5f69/GHSA-73r4-pggg-5f69.json index 8864373daaa..341840f2e9e 100644 --- a/advisories/unreviewed/2022/04/GHSA-73r4-pggg-5f69/GHSA-73r4-pggg-5f69.json +++ b/advisories/unreviewed/2022/04/GHSA-73r4-pggg-5f69/GHSA-73r4-pggg-5f69.json @@ -7,12 +7,8 @@ "CVE-2001-0892" ], "details": "Acme Thttpd Secure Webserver before 2.22, with the chroot option enabled, allows remote attackers to view sensitive files under the document root (such as .htpasswd) via a GET request with a trailing /.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-74xr-5r7j-x39j/GHSA-74xr-5r7j-x39j.json b/advisories/unreviewed/2022/04/GHSA-74xr-5r7j-x39j/GHSA-74xr-5r7j-x39j.json index b15991f3fc1..da68fb75659 100644 --- a/advisories/unreviewed/2022/04/GHSA-74xr-5r7j-x39j/GHSA-74xr-5r7j-x39j.json +++ b/advisories/unreviewed/2022/04/GHSA-74xr-5r7j-x39j/GHSA-74xr-5r7j-x39j.json @@ -7,12 +7,8 @@ "CVE-2001-1025" ], "details": "PHP-Nuke 5.x allows remote attackers to perform arbitrary SQL operations by modifying the \"prefix\" variable when calling any scripts that do not already define the prefix variable (e.g., by including mainfile.php), such as article.php.", - "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/04/GHSA-75g3-r7pf-rpc4/GHSA-75g3-r7pf-rpc4.json b/advisories/unreviewed/2022/04/GHSA-75g3-r7pf-rpc4/GHSA-75g3-r7pf-rpc4.json index 6b32ace53ab..5e993eb1fa0 100644 --- a/advisories/unreviewed/2022/04/GHSA-75g3-r7pf-rpc4/GHSA-75g3-r7pf-rpc4.json +++ b/advisories/unreviewed/2022/04/GHSA-75g3-r7pf-rpc4/GHSA-75g3-r7pf-rpc4.json @@ -7,12 +7,8 @@ "CVE-2001-0863" ], "details": "Cisco 12000 with IOS 12.0 and line cards based on Engine 2 does not handle the \"fragment\" keyword in a compiled ACL (Turbo ACL) for packets that are sent to the router, which allows remote attackers to cause a denial of service via a flood of fragments.", - "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/04/GHSA-7f83-w62h-8hqp/GHSA-7f83-w62h-8hqp.json b/advisories/unreviewed/2022/04/GHSA-7f83-w62h-8hqp/GHSA-7f83-w62h-8hqp.json index 8cdc604e026..ed8519902d7 100644 --- a/advisories/unreviewed/2022/04/GHSA-7f83-w62h-8hqp/GHSA-7f83-w62h-8hqp.json +++ b/advisories/unreviewed/2022/04/GHSA-7f83-w62h-8hqp/GHSA-7f83-w62h-8hqp.json @@ -7,12 +7,8 @@ "CVE-2001-0931" ], "details": "Directory traversal vulnerability in Cooolsoft PowerFTP Server 2.03 allows attackers to list or read arbitrary files and directories via a .. (dot dot) in (1) LS or (2) GET.", - "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/04/GHSA-7rq4-mcf2-wqcx/GHSA-7rq4-mcf2-wqcx.json b/advisories/unreviewed/2022/04/GHSA-7rq4-mcf2-wqcx/GHSA-7rq4-mcf2-wqcx.json index 6773f758fe9..707232f3dc7 100644 --- a/advisories/unreviewed/2022/04/GHSA-7rq4-mcf2-wqcx/GHSA-7rq4-mcf2-wqcx.json +++ b/advisories/unreviewed/2022/04/GHSA-7rq4-mcf2-wqcx/GHSA-7rq4-mcf2-wqcx.json @@ -7,12 +7,8 @@ "CVE-2001-0943" ], "details": "dbsnmp in Oracle 8.0.5 and 8.1.5, under certain conditions, trusts the PATH environment variable to find and execute the (1) chown or (2) chgrp commands, which allows local users to execute arbitrary code by modifying the PATH to point to Trojan Horse programs.", - "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/04/GHSA-83pj-9hmm-7pxf/GHSA-83pj-9hmm-7pxf.json b/advisories/unreviewed/2022/04/GHSA-83pj-9hmm-7pxf/GHSA-83pj-9hmm-7pxf.json index a6cad35d542..cdbb9641000 100644 --- a/advisories/unreviewed/2022/04/GHSA-83pj-9hmm-7pxf/GHSA-83pj-9hmm-7pxf.json +++ b/advisories/unreviewed/2022/04/GHSA-83pj-9hmm-7pxf/GHSA-83pj-9hmm-7pxf.json @@ -7,12 +7,8 @@ "CVE-2001-0845" ], "details": "Vulnerability in DECwindows Motif Server on OpenVMS VAX or Alpha 6.2 through 7.3, and SEVMS VAX or Alpha 6.2, allows local users to gain access to unauthorized resources.", - "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/04/GHSA-84rf-rwj7-vprm/GHSA-84rf-rwj7-vprm.json b/advisories/unreviewed/2022/04/GHSA-84rf-rwj7-vprm/GHSA-84rf-rwj7-vprm.json index 7c5ec23559e..d13e8220ebe 100644 --- a/advisories/unreviewed/2022/04/GHSA-84rf-rwj7-vprm/GHSA-84rf-rwj7-vprm.json +++ b/advisories/unreviewed/2022/04/GHSA-84rf-rwj7-vprm/GHSA-84rf-rwj7-vprm.json @@ -7,12 +7,8 @@ "CVE-2001-0934" ], "details": "Cooolsoft PowerFTP Server 2.03 allows remote attackers to obtain the physical path of the server root via the pwd command, which lists the full pathname.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-85xf-5jxc-4gmm/GHSA-85xf-5jxc-4gmm.json b/advisories/unreviewed/2022/04/GHSA-85xf-5jxc-4gmm/GHSA-85xf-5jxc-4gmm.json index 2b54cd887f2..1f2c88f6a36 100644 --- a/advisories/unreviewed/2022/04/GHSA-85xf-5jxc-4gmm/GHSA-85xf-5jxc-4gmm.json +++ b/advisories/unreviewed/2022/04/GHSA-85xf-5jxc-4gmm/GHSA-85xf-5jxc-4gmm.json @@ -7,12 +7,8 @@ "CVE-2001-0933" ], "details": "Cooolsoft PowerFTP Server 2.03 allows remote attackers to list the contents of arbitrary drives via a ls (LIST) command that includes the drive letter as an argument, e.g. \"ls 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/04/GHSA-889p-mv63-m8pq/GHSA-889p-mv63-m8pq.json b/advisories/unreviewed/2022/04/GHSA-889p-mv63-m8pq/GHSA-889p-mv63-m8pq.json index 1179216ff1e..6d92996f871 100644 --- a/advisories/unreviewed/2022/04/GHSA-889p-mv63-m8pq/GHSA-889p-mv63-m8pq.json +++ b/advisories/unreviewed/2022/04/GHSA-889p-mv63-m8pq/GHSA-889p-mv63-m8pq.json @@ -7,12 +7,8 @@ "CVE-2001-0848" ], "details": "join.cfm in e-Zone Media Fuse Talk allows a local user to execute arbitrary SQL code via a semi-colon (;) in a form variable.", - "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/04/GHSA-8c3m-wwrj-jg5f/GHSA-8c3m-wwrj-jg5f.json b/advisories/unreviewed/2022/04/GHSA-8c3m-wwrj-jg5f/GHSA-8c3m-wwrj-jg5f.json index d3b55cb985e..8d7e3d55e39 100644 --- a/advisories/unreviewed/2022/04/GHSA-8c3m-wwrj-jg5f/GHSA-8c3m-wwrj-jg5f.json +++ b/advisories/unreviewed/2022/04/GHSA-8c3m-wwrj-jg5f/GHSA-8c3m-wwrj-jg5f.json @@ -7,12 +7,8 @@ "CVE-2001-0985" ], "details": "shop.pl in Hassan Consulting Shopping Cart 1.23 allows remote attackers to execute arbitrary commands via shell metacharacters in the \"page\" parameter.", - "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/04/GHSA-8cx5-vc2r-w88x/GHSA-8cx5-vc2r-w88x.json b/advisories/unreviewed/2022/04/GHSA-8cx5-vc2r-w88x/GHSA-8cx5-vc2r-w88x.json index 1b20aa2d550..aad5b4a4cf9 100644 --- a/advisories/unreviewed/2022/04/GHSA-8cx5-vc2r-w88x/GHSA-8cx5-vc2r-w88x.json +++ b/advisories/unreviewed/2022/04/GHSA-8cx5-vc2r-w88x/GHSA-8cx5-vc2r-w88x.json @@ -7,12 +7,8 @@ "CVE-2001-0873" ], "details": "uuxqt in Taylor UUCP package does not properly remove dangerous long options, which allows local users to gain privileges by calling uux and specifying an alternate configuration file with the --config option.", - "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/04/GHSA-8fpf-mff4-5qjf/GHSA-8fpf-mff4-5qjf.json b/advisories/unreviewed/2022/04/GHSA-8fpf-mff4-5qjf/GHSA-8fpf-mff4-5qjf.json index ef6377ab28e..30bdc253c9f 100644 --- a/advisories/unreviewed/2022/04/GHSA-8fpf-mff4-5qjf/GHSA-8fpf-mff4-5qjf.json +++ b/advisories/unreviewed/2022/04/GHSA-8fpf-mff4-5qjf/GHSA-8fpf-mff4-5qjf.json @@ -7,12 +7,8 @@ "CVE-2001-0953" ], "details": "Kebi WebMail allows remote attackers to access the administrator menu and gain privileges via the /a/ hidden directory, which is installed under the web document root.", - "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/04/GHSA-8h39-qrhc-p92f/GHSA-8h39-qrhc-p92f.json b/advisories/unreviewed/2022/04/GHSA-8h39-qrhc-p92f/GHSA-8h39-qrhc-p92f.json index f7d7b63ea5d..9ea422e77e6 100644 --- a/advisories/unreviewed/2022/04/GHSA-8h39-qrhc-p92f/GHSA-8h39-qrhc-p92f.json +++ b/advisories/unreviewed/2022/04/GHSA-8h39-qrhc-p92f/GHSA-8h39-qrhc-p92f.json @@ -7,12 +7,8 @@ "CVE-2001-0958" ], "details": "Buffer overflows in eManager plugin for Trend Micro InterScan VirusWall for NT 3.51 and 3.51J allow remote attackers to execute arbitrary code via long arguments to the CGI programs (1) register.dll, (2) ContentFilter.dll, (3) SFNofitication.dll, (4) register.dll, (5) TOP10.dll, (6) SpamExcp.dll, and (7) spamrule.dll.", - "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/04/GHSA-8x27-5m5c-3wv8/GHSA-8x27-5m5c-3wv8.json b/advisories/unreviewed/2022/04/GHSA-8x27-5m5c-3wv8/GHSA-8x27-5m5c-3wv8.json index 4cfefa3dc71..c0eb39212f7 100644 --- a/advisories/unreviewed/2022/04/GHSA-8x27-5m5c-3wv8/GHSA-8x27-5m5c-3wv8.json +++ b/advisories/unreviewed/2022/04/GHSA-8x27-5m5c-3wv8/GHSA-8x27-5m5c-3wv8.json @@ -7,12 +7,8 @@ "CVE-2001-0887" ], "details": "xSANE 0.81 and earlier allows local users to modify files of other xSANE users via a symlink attack on temporary files.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-93j4-pg2j-49rv/GHSA-93j4-pg2j-49rv.json b/advisories/unreviewed/2022/04/GHSA-93j4-pg2j-49rv/GHSA-93j4-pg2j-49rv.json index c249ba53806..5cd1bef4b0f 100644 --- a/advisories/unreviewed/2022/04/GHSA-93j4-pg2j-49rv/GHSA-93j4-pg2j-49rv.json +++ b/advisories/unreviewed/2022/04/GHSA-93j4-pg2j-49rv/GHSA-93j4-pg2j-49rv.json @@ -7,12 +7,8 @@ "CVE-2001-0849" ], "details": "viralator CGI script in Viralator 0.9pre1 and earlier allows remote attackers to execute arbitrary code via a URL for a file being downloaded, which is insecurely passed to a call to wget.", - "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/04/GHSA-93xw-c5r9-2jqg/GHSA-93xw-c5r9-2jqg.json b/advisories/unreviewed/2022/04/GHSA-93xw-c5r9-2jqg/GHSA-93xw-c5r9-2jqg.json index 684f2bb2c44..dc95793c6f7 100644 --- a/advisories/unreviewed/2022/04/GHSA-93xw-c5r9-2jqg/GHSA-93xw-c5r9-2jqg.json +++ b/advisories/unreviewed/2022/04/GHSA-93xw-c5r9-2jqg/GHSA-93xw-c5r9-2jqg.json @@ -7,12 +7,8 @@ "CVE-2001-0972" ], "details": "Surf-Net ASP Forum before 2.30 uses easily guessable cookies based on the UserID, which allows remote attackers to gain administrative privileges by calculating the value of the admin cookie (UserID 1), i.e. \"0888888.\"", - "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/04/GHSA-948v-fp8m-mp35/GHSA-948v-fp8m-mp35.json b/advisories/unreviewed/2022/04/GHSA-948v-fp8m-mp35/GHSA-948v-fp8m-mp35.json index dc1d8be8545..1c6457ff234 100644 --- a/advisories/unreviewed/2022/04/GHSA-948v-fp8m-mp35/GHSA-948v-fp8m-mp35.json +++ b/advisories/unreviewed/2022/04/GHSA-948v-fp8m-mp35/GHSA-948v-fp8m-mp35.json @@ -7,12 +7,8 @@ "CVE-2001-1024" ], "details": "login.gas.bat and other CGI scripts in Entrust getAccess allow remote attackers to execute Java programs, and possibly arbitrary commands, by specifying an alternate -classpath argument.", - "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/04/GHSA-97r5-ww3h-cv9x/GHSA-97r5-ww3h-cv9x.json b/advisories/unreviewed/2022/04/GHSA-97r5-ww3h-cv9x/GHSA-97r5-ww3h-cv9x.json index 890245542dc..cb70f982a7c 100644 --- a/advisories/unreviewed/2022/04/GHSA-97r5-ww3h-cv9x/GHSA-97r5-ww3h-cv9x.json +++ b/advisories/unreviewed/2022/04/GHSA-97r5-ww3h-cv9x/GHSA-97r5-ww3h-cv9x.json @@ -7,12 +7,8 @@ "CVE-2001-1035" ], "details": "Binary decoding feature of slrn 0.9 and earlier allows remote attackers to execute commands via shell scripts that are inserted into a news post.", - "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/04/GHSA-9928-6cfc-vm4r/GHSA-9928-6cfc-vm4r.json b/advisories/unreviewed/2022/04/GHSA-9928-6cfc-vm4r/GHSA-9928-6cfc-vm4r.json index e0b0fb0d639..92ab0666b4c 100644 --- a/advisories/unreviewed/2022/04/GHSA-9928-6cfc-vm4r/GHSA-9928-6cfc-vm4r.json +++ b/advisories/unreviewed/2022/04/GHSA-9928-6cfc-vm4r/GHSA-9928-6cfc-vm4r.json @@ -7,12 +7,8 @@ "CVE-2001-0997" ], "details": "Textor Webmasters Ltd listrec.pl CGI program allows remote attackers to execute arbitrary commands via shell metacharacters in the TEMPLATE parameter.", - "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/04/GHSA-9fjj-mh8x-j5jf/GHSA-9fjj-mh8x-j5jf.json b/advisories/unreviewed/2022/04/GHSA-9fjj-mh8x-j5jf/GHSA-9fjj-mh8x-j5jf.json index ead2cec9140..fe9c365ab05 100644 --- a/advisories/unreviewed/2022/04/GHSA-9fjj-mh8x-j5jf/GHSA-9fjj-mh8x-j5jf.json +++ b/advisories/unreviewed/2022/04/GHSA-9fjj-mh8x-j5jf/GHSA-9fjj-mh8x-j5jf.json @@ -7,12 +7,8 @@ "CVE-2001-1026" ], "details": "Trend Micro InterScan AppletTrap 2.0 does not properly filter URLs when they are modified in certain ways such as (1) using a double slash (//) instead of a single slash, (2) URL-encoded characters, (3) requesting the IP address instead of the domain name, or (4) using a leading 0 in an octet of an IP address.", - "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/04/GHSA-9j5r-f687-r3xf/GHSA-9j5r-f687-r3xf.json b/advisories/unreviewed/2022/04/GHSA-9j5r-f687-r3xf/GHSA-9j5r-f687-r3xf.json index 6a3134b57b2..ffeaeedce7d 100644 --- a/advisories/unreviewed/2022/04/GHSA-9j5r-f687-r3xf/GHSA-9j5r-f687-r3xf.json +++ b/advisories/unreviewed/2022/04/GHSA-9j5r-f687-r3xf/GHSA-9j5r-f687-r3xf.json @@ -7,12 +7,8 @@ "CVE-2001-0961" ], "details": "Buffer overflow in tab expansion capability of the most program allows local or remote attackers to execute arbitrary code via a malformed file that is viewed with most.", - "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/04/GHSA-9jw8-93wq-x8c2/GHSA-9jw8-93wq-x8c2.json b/advisories/unreviewed/2022/04/GHSA-9jw8-93wq-x8c2/GHSA-9jw8-93wq-x8c2.json index 5605f7f2b17..02759315d68 100644 --- a/advisories/unreviewed/2022/04/GHSA-9jw8-93wq-x8c2/GHSA-9jw8-93wq-x8c2.json +++ b/advisories/unreviewed/2022/04/GHSA-9jw8-93wq-x8c2/GHSA-9jw8-93wq-x8c2.json @@ -7,12 +7,8 @@ "CVE-2001-0947" ], "details": "Forms.exe CGI program in ValiCert Enterprise Validation Authority (EVA) 3.3 through 4.2.1 allows remote attackers to determine the real pathname of the server by requesting an invalid extension, which produces an error page that includes the path.", - "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/04/GHSA-9rqc-c4q5-6xhc/GHSA-9rqc-c4q5-6xhc.json b/advisories/unreviewed/2022/04/GHSA-9rqc-c4q5-6xhc/GHSA-9rqc-c4q5-6xhc.json index 74e197ff5cc..b0095a5e71b 100644 --- a/advisories/unreviewed/2022/04/GHSA-9rqc-c4q5-6xhc/GHSA-9rqc-c4q5-6xhc.json +++ b/advisories/unreviewed/2022/04/GHSA-9rqc-c4q5-6xhc/GHSA-9rqc-c4q5-6xhc.json @@ -7,12 +7,8 @@ "CVE-2001-0998" ], "details": "IBM HACMP 4.4 allows remote attackers to cause a denial of service via a completed TCP connection to HACMP ports (e.g., using a port scan) that does not send additional data, which causes a failure in snmpd.", - "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/04/GHSA-c64x-2qg4-rpqq/GHSA-c64x-2qg4-rpqq.json b/advisories/unreviewed/2022/04/GHSA-c64x-2qg4-rpqq/GHSA-c64x-2qg4-rpqq.json index 8ed66476e3a..0e440f171ce 100644 --- a/advisories/unreviewed/2022/04/GHSA-c64x-2qg4-rpqq/GHSA-c64x-2qg4-rpqq.json +++ b/advisories/unreviewed/2022/04/GHSA-c64x-2qg4-rpqq/GHSA-c64x-2qg4-rpqq.json @@ -7,12 +7,8 @@ "CVE-2001-0909" ], "details": "Buffer overflow in helpctr.exe program in Microsoft Help Center for Windows XP allows remote attackers to execute arbitrary code via a long hcp: URL.", - "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/04/GHSA-c6rx-wpxg-73vp/GHSA-c6rx-wpxg-73vp.json b/advisories/unreviewed/2022/04/GHSA-c6rx-wpxg-73vp/GHSA-c6rx-wpxg-73vp.json index 86f92d0789f..69edc19533d 100644 --- a/advisories/unreviewed/2022/04/GHSA-c6rx-wpxg-73vp/GHSA-c6rx-wpxg-73vp.json +++ b/advisories/unreviewed/2022/04/GHSA-c6rx-wpxg-73vp/GHSA-c6rx-wpxg-73vp.json @@ -7,12 +7,8 @@ "CVE-2001-0922" ], "details": "ndcgi.exe in Netdynamics 4.x through 5.x, and possibly earlier versions, allows remote attackers to steal session IDs and hijack user sessions by reading the SPIDERSESSION and uniqueValue variables from the login field, then using those variables after the next user logs in.", - "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/04/GHSA-c9cp-qwv7-4m5r/GHSA-c9cp-qwv7-4m5r.json b/advisories/unreviewed/2022/04/GHSA-c9cp-qwv7-4m5r/GHSA-c9cp-qwv7-4m5r.json index a5774d631fa..1b648dcbc67 100644 --- a/advisories/unreviewed/2022/04/GHSA-c9cp-qwv7-4m5r/GHSA-c9cp-qwv7-4m5r.json +++ b/advisories/unreviewed/2022/04/GHSA-c9cp-qwv7-4m5r/GHSA-c9cp-qwv7-4m5r.json @@ -7,12 +7,8 @@ "CVE-2001-0929" ], "details": "Cisco IOS Firewall Feature set, aka Context Based Access Control (CBAC) or Cisco Secure Integrated Software, for IOS 11.2P through 12.2T does not properly check the IP protocol type, which could allow remote attackers to bypass access control lists.", - "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/04/GHSA-cf23-2rv8-wr4g/GHSA-cf23-2rv8-wr4g.json b/advisories/unreviewed/2022/04/GHSA-cf23-2rv8-wr4g/GHSA-cf23-2rv8-wr4g.json index 8aa0e1b8a16..6e7b525fb89 100644 --- a/advisories/unreviewed/2022/04/GHSA-cf23-2rv8-wr4g/GHSA-cf23-2rv8-wr4g.json +++ b/advisories/unreviewed/2022/04/GHSA-cf23-2rv8-wr4g/GHSA-cf23-2rv8-wr4g.json @@ -7,12 +7,8 @@ "CVE-2001-0960" ], "details": "Computer Associates ARCserve for NT 6.61 SP2a and ARCserve 2000 7.0 stores the backup agent user name and password in cleartext in the aremote.dmp file in the ARCSERVE$ hidden share, which allows local and remote attackers to gain 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/04/GHSA-cg3c-pj78-hrh5/GHSA-cg3c-pj78-hrh5.json b/advisories/unreviewed/2022/04/GHSA-cg3c-pj78-hrh5/GHSA-cg3c-pj78-hrh5.json index 640af8f5400..b0a9e3168dd 100644 --- a/advisories/unreviewed/2022/04/GHSA-cg3c-pj78-hrh5/GHSA-cg3c-pj78-hrh5.json +++ b/advisories/unreviewed/2022/04/GHSA-cg3c-pj78-hrh5/GHSA-cg3c-pj78-hrh5.json @@ -7,12 +7,8 @@ "CVE-2001-1016" ], "details": "PGP Corporate Desktop before 7.1, Personal Security before 7.0.3, Freeware before 7.0.3, and E-Business Server before 7.1 does not properly display when invalid userID's are used to sign a message, which could allow an attacker to make the user believe that the document has been signed by a trusted third party by adding a second, invalid user ID to a key which has already been signed by the third party, aka the \"PGPsdk Key Validity Vulnerability.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-cg5f-w52q-xvf6/GHSA-cg5f-w52q-xvf6.json b/advisories/unreviewed/2022/04/GHSA-cg5f-w52q-xvf6/GHSA-cg5f-w52q-xvf6.json index 314713b2354..082f10180ee 100644 --- a/advisories/unreviewed/2022/04/GHSA-cg5f-w52q-xvf6/GHSA-cg5f-w52q-xvf6.json +++ b/advisories/unreviewed/2022/04/GHSA-cg5f-w52q-xvf6/GHSA-cg5f-w52q-xvf6.json @@ -7,12 +7,8 @@ "CVE-2001-0962" ], "details": "IBM WebSphere Application Server 3.02 through 3.53 uses predictable session IDs for cookies, which allows remote attackers to gain privileges of WebSphere users via brute force guessing.", - "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/04/GHSA-cmf2-frr2-96h6/GHSA-cmf2-frr2-96h6.json b/advisories/unreviewed/2022/04/GHSA-cmf2-frr2-96h6/GHSA-cmf2-frr2-96h6.json index 3f485147718..32fc4a2ccf0 100644 --- a/advisories/unreviewed/2022/04/GHSA-cmf2-frr2-96h6/GHSA-cmf2-frr2-96h6.json +++ b/advisories/unreviewed/2022/04/GHSA-cmf2-frr2-96h6/GHSA-cmf2-frr2-96h6.json @@ -7,12 +7,8 @@ "CVE-2001-0936" ], "details": "Buffer overflow in Frox transparent FTP proxy 0.6.6 and earlier, with the local caching method selected, allows remote FTP servers to run arbitrary code via a long response to an MDTM request.", - "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/04/GHSA-crwm-xxj2-prrm/GHSA-crwm-xxj2-prrm.json b/advisories/unreviewed/2022/04/GHSA-crwm-xxj2-prrm/GHSA-crwm-xxj2-prrm.json index c87fadacc9d..91259e7d2a0 100644 --- a/advisories/unreviewed/2022/04/GHSA-crwm-xxj2-prrm/GHSA-crwm-xxj2-prrm.json +++ b/advisories/unreviewed/2022/04/GHSA-crwm-xxj2-prrm/GHSA-crwm-xxj2-prrm.json @@ -7,12 +7,8 @@ "CVE-2001-1009" ], "details": "Fetchmail (aka fetchmail-ssl) before 5.8.17 allows a remote malicious (1) IMAP server or (2) POP/POP3 server to overwrite arbitrary memory and possibly gain privileges via a negative index number as part of a response to a LIST request.", - "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/04/GHSA-cwm8-32rv-7w26/GHSA-cwm8-32rv-7w26.json b/advisories/unreviewed/2022/04/GHSA-cwm8-32rv-7w26/GHSA-cwm8-32rv-7w26.json index c28aed9a3d7..8a77277c707 100644 --- a/advisories/unreviewed/2022/04/GHSA-cwm8-32rv-7w26/GHSA-cwm8-32rv-7w26.json +++ b/advisories/unreviewed/2022/04/GHSA-cwm8-32rv-7w26/GHSA-cwm8-32rv-7w26.json @@ -7,12 +7,8 @@ "CVE-2001-0948" ], "details": "Cross-site scripting (CSS) vulnerability in ValiCert Enterprise Validation Authority (EVA) 3.3 through 4.2.1 allows remote attackers to execute arbitrary code or display false information by including HTML or script in the certificate's description, which is executed when the certificate is viewed.", - "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/04/GHSA-f2qm-7522-xqhj/GHSA-f2qm-7522-xqhj.json b/advisories/unreviewed/2022/04/GHSA-f2qm-7522-xqhj/GHSA-f2qm-7522-xqhj.json index e7fbc793a96..950b82d1ef6 100644 --- a/advisories/unreviewed/2022/04/GHSA-f2qm-7522-xqhj/GHSA-f2qm-7522-xqhj.json +++ b/advisories/unreviewed/2022/04/GHSA-f2qm-7522-xqhj/GHSA-f2qm-7522-xqhj.json @@ -7,12 +7,8 @@ "CVE-2001-1004" ], "details": "Cross-site scripting (CSS) vulnerability in gnut Gnutella client before 0.4.27 allows remote attackers to execute arbitrary script on other clients by sharing a file whose name contains the script tags.", - "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/04/GHSA-f4ww-79r7-gg3h/GHSA-f4ww-79r7-gg3h.json b/advisories/unreviewed/2022/04/GHSA-f4ww-79r7-gg3h/GHSA-f4ww-79r7-gg3h.json index 9a965ce6e6e..87a10402849 100644 --- a/advisories/unreviewed/2022/04/GHSA-f4ww-79r7-gg3h/GHSA-f4ww-79r7-gg3h.json +++ b/advisories/unreviewed/2022/04/GHSA-f4ww-79r7-gg3h/GHSA-f4ww-79r7-gg3h.json @@ -7,12 +7,8 @@ "CVE-2001-0945" ], "details": "Buffer overflow in Outlook Express 5.0 through 5.02 for Macintosh allows remote attackers to cause a denial of service via an e-mail message that contains a long line.", - "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/04/GHSA-f7cg-5fjp-j936/GHSA-f7cg-5fjp-j936.json b/advisories/unreviewed/2022/04/GHSA-f7cg-5fjp-j936/GHSA-f7cg-5fjp-j936.json index 8877ebd698c..369d34e2871 100644 --- a/advisories/unreviewed/2022/04/GHSA-f7cg-5fjp-j936/GHSA-f7cg-5fjp-j936.json +++ b/advisories/unreviewed/2022/04/GHSA-f7cg-5fjp-j936/GHSA-f7cg-5fjp-j936.json @@ -7,12 +7,8 @@ "CVE-2001-0871" ], "details": "Directory traversal vulnerability in HTTP server for Alchemy Eye and Alchemy Network Monitor allows remote attackers to execute arbitrary commands via an HTTP request containing (1) a .. in versions 2.0 through 2.6.18, or (2) a DOS device name followed by a .. in versions 2.6.19 through 3.0.10.", - "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/04/GHSA-fc3x-69ww-xrw6/GHSA-fc3x-69ww-xrw6.json b/advisories/unreviewed/2022/04/GHSA-fc3x-69ww-xrw6/GHSA-fc3x-69ww-xrw6.json index 2a9196dc251..6340bb6612c 100644 --- a/advisories/unreviewed/2022/04/GHSA-fc3x-69ww-xrw6/GHSA-fc3x-69ww-xrw6.json +++ b/advisories/unreviewed/2022/04/GHSA-fc3x-69ww-xrw6/GHSA-fc3x-69ww-xrw6.json @@ -7,12 +7,8 @@ "CVE-2001-0879" ], "details": "Format string vulnerability in the C runtime functions in SQL Server 7.0 and 2000 allows attackers to cause a denial of service.", - "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/04/GHSA-fcx5-32pw-vf4j/GHSA-fcx5-32pw-vf4j.json b/advisories/unreviewed/2022/04/GHSA-fcx5-32pw-vf4j/GHSA-fcx5-32pw-vf4j.json index ec7abeda425..72939a2dd8b 100644 --- a/advisories/unreviewed/2022/04/GHSA-fcx5-32pw-vf4j/GHSA-fcx5-32pw-vf4j.json +++ b/advisories/unreviewed/2022/04/GHSA-fcx5-32pw-vf4j/GHSA-fcx5-32pw-vf4j.json @@ -7,12 +7,8 @@ "CVE-2001-0970" ], "details": "Cross-site scripting vulnerability in TDForum 1.2 CGI script (tdforum12.cgi) allows remote attackers to execute arbitrary script on other clients via a forum message that contains the script.", - "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/04/GHSA-fprg-6jgj-rrgh/GHSA-fprg-6jgj-rrgh.json b/advisories/unreviewed/2022/04/GHSA-fprg-6jgj-rrgh/GHSA-fprg-6jgj-rrgh.json index a91f3f707a5..fa20448eda6 100644 --- a/advisories/unreviewed/2022/04/GHSA-fprg-6jgj-rrgh/GHSA-fprg-6jgj-rrgh.json +++ b/advisories/unreviewed/2022/04/GHSA-fprg-6jgj-rrgh/GHSA-fprg-6jgj-rrgh.json @@ -7,12 +7,8 @@ "CVE-2001-0971" ], "details": "Directory traversal vulnerability in ACI 4d webserver allows remote attackers to read arbitrary files via a .. (dot dot) or drive letter (e.g., C:) in an HTTP 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/04/GHSA-fq26-6fgj-qwjw/GHSA-fq26-6fgj-qwjw.json b/advisories/unreviewed/2022/04/GHSA-fq26-6fgj-qwjw/GHSA-fq26-6fgj-qwjw.json index d6da4ad07c0..1d5114d2d1e 100644 --- a/advisories/unreviewed/2022/04/GHSA-fq26-6fgj-qwjw/GHSA-fq26-6fgj-qwjw.json +++ b/advisories/unreviewed/2022/04/GHSA-fq26-6fgj-qwjw/GHSA-fq26-6fgj-qwjw.json @@ -7,12 +7,8 @@ "CVE-2001-0903" ], "details": "Linear key exchange process in High-bandwidth Digital Content Protection (HDCP) System allows remote attackers to access data as plaintext, avoid device blacklists, clone devices, and create new device keyvectors by computing and using alternate key combinations for authentication.", - "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/04/GHSA-fxhg-8327-3c3x/GHSA-fxhg-8327-3c3x.json b/advisories/unreviewed/2022/04/GHSA-fxhg-8327-3c3x/GHSA-fxhg-8327-3c3x.json index f0ba3804e21..cd4af627d3f 100644 --- a/advisories/unreviewed/2022/04/GHSA-fxhg-8327-3c3x/GHSA-fxhg-8327-3c3x.json +++ b/advisories/unreviewed/2022/04/GHSA-fxhg-8327-3c3x/GHSA-fxhg-8327-3c3x.json @@ -7,12 +7,8 @@ "CVE-2001-0876" ], "details": "Buffer overflow in Universal Plug and Play (UPnP) on Windows 98, 98SE, ME, and XP allows remote attackers to execute arbitrary code via a NOTIFY directive with a long Location URL.", - "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/04/GHSA-g429-xrv5-gh5j/GHSA-g429-xrv5-gh5j.json b/advisories/unreviewed/2022/04/GHSA-g429-xrv5-gh5j/GHSA-g429-xrv5-gh5j.json index f2751f322e9..0f3852b4422 100644 --- a/advisories/unreviewed/2022/04/GHSA-g429-xrv5-gh5j/GHSA-g429-xrv5-gh5j.json +++ b/advisories/unreviewed/2022/04/GHSA-g429-xrv5-gh5j/GHSA-g429-xrv5-gh5j.json @@ -7,12 +7,8 @@ "CVE-2001-0865" ], "details": "Cisco 12000 with IOS 12.0 and line cards based on Engine 2 does not support the \"fragment\" keyword in an outgoing ACL, which could allow fragmented packets in violation of the intended access.", - "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/04/GHSA-g7gq-5686-jw88/GHSA-g7gq-5686-jw88.json b/advisories/unreviewed/2022/04/GHSA-g7gq-5686-jw88/GHSA-g7gq-5686-jw88.json index 4643294550c..42714ab8618 100644 --- a/advisories/unreviewed/2022/04/GHSA-g7gq-5686-jw88/GHSA-g7gq-5686-jw88.json +++ b/advisories/unreviewed/2022/04/GHSA-g7gq-5686-jw88/GHSA-g7gq-5686-jw88.json @@ -7,12 +7,8 @@ "CVE-2001-1034" ], "details": "Format string vulnerability in Hylafax on FreeBSD allows local users to execute arbitrary code via format specifiers in the -h hostname argument for (1) faxrm or (2) faxalter.", - "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/04/GHSA-g8hh-whpr-gfp2/GHSA-g8hh-whpr-gfp2.json b/advisories/unreviewed/2022/04/GHSA-g8hh-whpr-gfp2/GHSA-g8hh-whpr-gfp2.json index 85dea568e7b..cce85c7ae7c 100644 --- a/advisories/unreviewed/2022/04/GHSA-g8hh-whpr-gfp2/GHSA-g8hh-whpr-gfp2.json +++ b/advisories/unreviewed/2022/04/GHSA-g8hh-whpr-gfp2/GHSA-g8hh-whpr-gfp2.json @@ -7,12 +7,8 @@ "CVE-2001-1030" ], "details": "Squid before 2.3STABLE5 in HTTP accelerator mode does not enable access control lists (ACLs) when the httpd_accel_host and http_accel_with_proxy off settings are used, which allows attackers to bypass the ACLs and conduct unauthorized activities such as port scanning.", - "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/04/GHSA-g8jg-wcrf-374h/GHSA-g8jg-wcrf-374h.json b/advisories/unreviewed/2022/04/GHSA-g8jg-wcrf-374h/GHSA-g8jg-wcrf-374h.json index b14a15f3d55..d957330dd1d 100644 --- a/advisories/unreviewed/2022/04/GHSA-g8jg-wcrf-374h/GHSA-g8jg-wcrf-374h.json +++ b/advisories/unreviewed/2022/04/GHSA-g8jg-wcrf-374h/GHSA-g8jg-wcrf-374h.json @@ -7,12 +7,8 @@ "CVE-2001-1003" ], "details": "Respondus 1.1.2 for WebCT uses weak encryption to remember usernames and passwords, which allows local users who can read the WEBCT.SVR file to decrypt the passwords and gain additional privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-g8q9-m36q-5j85/GHSA-g8q9-m36q-5j85.json b/advisories/unreviewed/2022/04/GHSA-g8q9-m36q-5j85/GHSA-g8q9-m36q-5j85.json index e9da1a0dfd5..2e653c9d218 100644 --- a/advisories/unreviewed/2022/04/GHSA-g8q9-m36q-5j85/GHSA-g8q9-m36q-5j85.json +++ b/advisories/unreviewed/2022/04/GHSA-g8q9-m36q-5j85/GHSA-g8q9-m36q-5j85.json @@ -7,12 +7,8 @@ "CVE-2001-0991" ], "details": "Cross-site scripting vulnerability in Proxomitron Naoko-4 BetaFour and earlier allows remote attackers to execute arbitrary script on other clients via an incorrect URL containing the malicious script, which is printed back in an error message.", - "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/04/GHSA-gf8f-vgc3-8m3x/GHSA-gf8f-vgc3-8m3x.json b/advisories/unreviewed/2022/04/GHSA-gf8f-vgc3-8m3x/GHSA-gf8f-vgc3-8m3x.json index d27dde1daf4..213579a89c3 100644 --- a/advisories/unreviewed/2022/04/GHSA-gf8f-vgc3-8m3x/GHSA-gf8f-vgc3-8m3x.json +++ b/advisories/unreviewed/2022/04/GHSA-gf8f-vgc3-8m3x/GHSA-gf8f-vgc3-8m3x.json @@ -7,12 +7,8 @@ "CVE-2001-0924" ], "details": "Directory traversal vulnerability in ifx CGI program in Informix Web DataBlade allows remote attackers to read arbitrary files via a .. (dot dot) in the LO parameter.", - "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/04/GHSA-gfc3-m7qc-fc7m/GHSA-gfc3-m7qc-fc7m.json b/advisories/unreviewed/2022/04/GHSA-gfc3-m7qc-fc7m/GHSA-gfc3-m7qc-fc7m.json index af67537cb43..0f6437bb005 100644 --- a/advisories/unreviewed/2022/04/GHSA-gfc3-m7qc-fc7m/GHSA-gfc3-m7qc-fc7m.json +++ b/advisories/unreviewed/2022/04/GHSA-gfc3-m7qc-fc7m/GHSA-gfc3-m7qc-fc7m.json @@ -7,12 +7,8 @@ "CVE-2001-0851" ], "details": "Linux kernel 2.0, 2.2 and 2.4 with syncookies enabled allows remote attackers to bypass firewall rules by brute force guessing the cookie.", - "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/04/GHSA-gh5x-cpm6-9f9c/GHSA-gh5x-cpm6-9f9c.json b/advisories/unreviewed/2022/04/GHSA-gh5x-cpm6-9f9c/GHSA-gh5x-cpm6-9f9c.json index 4754bf64b4b..0a96e64a325 100644 --- a/advisories/unreviewed/2022/04/GHSA-gh5x-cpm6-9f9c/GHSA-gh5x-cpm6-9f9c.json +++ b/advisories/unreviewed/2022/04/GHSA-gh5x-cpm6-9f9c/GHSA-gh5x-cpm6-9f9c.json @@ -7,12 +7,8 @@ "CVE-2001-0898" ], "details": "Opera 6.0 and earlier allows remote attackers to access sensitive information such as cookies and links for other domains via Javascript that uses setTimeout to (1) access data after a new window to the domain has been opened or (2) access data via about:cache.", - "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/04/GHSA-gvcj-6xhm-6hfr/GHSA-gvcj-6xhm-6hfr.json b/advisories/unreviewed/2022/04/GHSA-gvcj-6xhm-6hfr/GHSA-gvcj-6xhm-6hfr.json index 78c9c206fee..3230724af59 100644 --- a/advisories/unreviewed/2022/04/GHSA-gvcj-6xhm-6hfr/GHSA-gvcj-6xhm-6hfr.json +++ b/advisories/unreviewed/2022/04/GHSA-gvcj-6xhm-6hfr/GHSA-gvcj-6xhm-6hfr.json @@ -7,12 +7,8 @@ "CVE-2001-0915" ], "details": "Format string vulnerability in Berkeley parallel make (pmake) 2.1.33 and earlier allows a local user to gain root privileges via format specifiers in the check argument of a shell definition.", - "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/04/GHSA-h349-c8qw-9342/GHSA-h349-c8qw-9342.json b/advisories/unreviewed/2022/04/GHSA-h349-c8qw-9342/GHSA-h349-c8qw-9342.json index 686f0cb69fa..09d37b2d691 100644 --- a/advisories/unreviewed/2022/04/GHSA-h349-c8qw-9342/GHSA-h349-c8qw-9342.json +++ b/advisories/unreviewed/2022/04/GHSA-h349-c8qw-9342/GHSA-h349-c8qw-9342.json @@ -7,12 +7,8 @@ "CVE-2001-0975" ], "details": "Buffer overflow vulnerabilities in Oracle Internet Directory Server (LDAP) 2.1.1.x and 3.0.1 allow remote attackers to execute arbitrary code, as demonstrated by the PROTOS LDAPv3 test suite.", - "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/04/GHSA-h4w9-fjxr-9vf9/GHSA-h4w9-fjxr-9vf9.json b/advisories/unreviewed/2022/04/GHSA-h4w9-fjxr-9vf9/GHSA-h4w9-fjxr-9vf9.json index a8514f322b2..967b16632f1 100644 --- a/advisories/unreviewed/2022/04/GHSA-h4w9-fjxr-9vf9/GHSA-h4w9-fjxr-9vf9.json +++ b/advisories/unreviewed/2022/04/GHSA-h4w9-fjxr-9vf9/GHSA-h4w9-fjxr-9vf9.json @@ -7,12 +7,8 @@ "CVE-2001-0951" ], "details": "Windows 2000 allows remote attackers to cause a denial of service (CPU consumption) by flooding Internet Key Exchange (IKE) UDP port 500 with packets that contain a large number of dot characters.", - "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/04/GHSA-h5wg-545x-jr6v/GHSA-h5wg-545x-jr6v.json b/advisories/unreviewed/2022/04/GHSA-h5wg-545x-jr6v/GHSA-h5wg-545x-jr6v.json index d8386212731..152c4b59564 100644 --- a/advisories/unreviewed/2022/04/GHSA-h5wg-545x-jr6v/GHSA-h5wg-545x-jr6v.json +++ b/advisories/unreviewed/2022/04/GHSA-h5wg-545x-jr6v/GHSA-h5wg-545x-jr6v.json @@ -7,12 +7,8 @@ "CVE-2001-0860" ], "details": "Terminal Services Manager MMC in Windows 2000 and XP trusts the Client Address (IP address) that is provided by the client instead of obtaining it from the packet headers, which allows clients to spoof their public IP address, e.g. through a Network Address Translation (NAT).", - "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/04/GHSA-h9r3-qjcq-v657/GHSA-h9r3-qjcq-v657.json b/advisories/unreviewed/2022/04/GHSA-h9r3-qjcq-v657/GHSA-h9r3-qjcq-v657.json index 4e0815d014b..6beef26bb54 100644 --- a/advisories/unreviewed/2022/04/GHSA-h9r3-qjcq-v657/GHSA-h9r3-qjcq-v657.json +++ b/advisories/unreviewed/2022/04/GHSA-h9r3-qjcq-v657/GHSA-h9r3-qjcq-v657.json @@ -7,12 +7,8 @@ "CVE-2001-0995" ], "details": "PHProjekt before 2.4a allows remote attackers to perform actions as other PHProjekt users by modifying the ID number in an HTTP request to PHProjekt CGI programs.", - "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/04/GHSA-hhh8-m9xh-rhqw/GHSA-hhh8-m9xh-rhqw.json b/advisories/unreviewed/2022/04/GHSA-hhh8-m9xh-rhqw/GHSA-hhh8-m9xh-rhqw.json index e7a2b46fec1..48692b32328 100644 --- a/advisories/unreviewed/2022/04/GHSA-hhh8-m9xh-rhqw/GHSA-hhh8-m9xh-rhqw.json +++ b/advisories/unreviewed/2022/04/GHSA-hhh8-m9xh-rhqw/GHSA-hhh8-m9xh-rhqw.json @@ -7,12 +7,8 @@ "CVE-2001-0890" ], "details": "Certain backend drivers in the SANE library 1.0.3 and earlier, as used in frontend software such as XSane, allows local users to modify files via a symlink attack on temporary files.", - "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/04/GHSA-hhvc-c72x-4q4x/GHSA-hhvc-c72x-4q4x.json b/advisories/unreviewed/2022/04/GHSA-hhvc-c72x-4q4x/GHSA-hhvc-c72x-4q4x.json index db664ee47cf..b99f9ec8900 100644 --- a/advisories/unreviewed/2022/04/GHSA-hhvc-c72x-4q4x/GHSA-hhvc-c72x-4q4x.json +++ b/advisories/unreviewed/2022/04/GHSA-hhvc-c72x-4q4x/GHSA-hhvc-c72x-4q4x.json @@ -7,12 +7,8 @@ "CVE-2001-1005" ], "details": "Starfish Truesync Desktop 2.0b as used on the REX 5000 PDA uses weak encryption to store the user password in a registry key, which allows attackers who have access to the registry key to decrypt the password and gain 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/04/GHSA-hj67-vgmh-3qjh/GHSA-hj67-vgmh-3qjh.json b/advisories/unreviewed/2022/04/GHSA-hj67-vgmh-3qjh/GHSA-hj67-vgmh-3qjh.json index ca2592722b2..c2817eb7215 100644 --- a/advisories/unreviewed/2022/04/GHSA-hj67-vgmh-3qjh/GHSA-hj67-vgmh-3qjh.json +++ b/advisories/unreviewed/2022/04/GHSA-hj67-vgmh-3qjh/GHSA-hj67-vgmh-3qjh.json @@ -7,12 +7,8 @@ "CVE-2001-0939" ], "details": "Lotus Domino 5.08 and earlier allows remote attackers to cause a denial of service (crash) via a SunRPC NULL command to port 443.", - "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/04/GHSA-hjg8-q4cj-f6qp/GHSA-hjg8-q4cj-f6qp.json b/advisories/unreviewed/2022/04/GHSA-hjg8-q4cj-f6qp/GHSA-hjg8-q4cj-f6qp.json index 32cb39e3443..b1927366d65 100644 --- a/advisories/unreviewed/2022/04/GHSA-hjg8-q4cj-f6qp/GHSA-hjg8-q4cj-f6qp.json +++ b/advisories/unreviewed/2022/04/GHSA-hjg8-q4cj-f6qp/GHSA-hjg8-q4cj-f6qp.json @@ -7,12 +7,8 @@ "CVE-2001-1008" ], "details": "Java Plugin 1.4 for JRE 1.3 executes signed applets even if the certificate is expired, which could allow remote attackers to conduct unauthorized activities via an applet that has been signed by an expired certificate.", - "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/04/GHSA-hp82-2c75-2m8m/GHSA-hp82-2c75-2m8m.json b/advisories/unreviewed/2022/04/GHSA-hp82-2c75-2m8m/GHSA-hp82-2c75-2m8m.json index b611d6d3676..2f2caf2f9ae 100644 --- a/advisories/unreviewed/2022/04/GHSA-hp82-2c75-2m8m/GHSA-hp82-2c75-2m8m.json +++ b/advisories/unreviewed/2022/04/GHSA-hp82-2c75-2m8m/GHSA-hp82-2c75-2m8m.json @@ -7,12 +7,8 @@ "CVE-2001-0856" ], "details": "Common Cryptographic Architecture (CCA) in IBM 4758 allows an attacker with physical access to the system and Combine_Key_Parts permissions, to steal DES and 3DES keys by using a brute force attack to create a 3DES exporter key.", - "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/04/GHSA-hx7r-qxxr-89cp/GHSA-hx7r-qxxr-89cp.json b/advisories/unreviewed/2022/04/GHSA-hx7r-qxxr-89cp/GHSA-hx7r-qxxr-89cp.json index a07915a85f6..917acc0ffac 100644 --- a/advisories/unreviewed/2022/04/GHSA-hx7r-qxxr-89cp/GHSA-hx7r-qxxr-89cp.json +++ b/advisories/unreviewed/2022/04/GHSA-hx7r-qxxr-89cp/GHSA-hx7r-qxxr-89cp.json @@ -7,12 +7,8 @@ "CVE-2001-0854" ], "details": "PHP-Nuke 5.2 allows remote attackers to copy and delete arbitrary files by calling case.filemanager.php with admin.php as an argument, which sets the $PHP_SELF variable and makes it appear that case.filemanager.php is being called by admin.php instead of the user.", - "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/04/GHSA-j776-x47j-qph6/GHSA-j776-x47j-qph6.json b/advisories/unreviewed/2022/04/GHSA-j776-x47j-qph6/GHSA-j776-x47j-qph6.json index 4d51c9425a1..a39053ab7f8 100644 --- a/advisories/unreviewed/2022/04/GHSA-j776-x47j-qph6/GHSA-j776-x47j-qph6.json +++ b/advisories/unreviewed/2022/04/GHSA-j776-x47j-qph6/GHSA-j776-x47j-qph6.json @@ -7,12 +7,8 @@ "CVE-2001-0937" ], "details": "PGPMail.pl 1.31 allows remote attackers to execute arbitrary commands via shell metacharacters in the (1) recipient or (2) pgpuserid parameters.", - "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/04/GHSA-j785-x57f-22x3/GHSA-j785-x57f-22x3.json b/advisories/unreviewed/2022/04/GHSA-j785-x57f-22x3/GHSA-j785-x57f-22x3.json index b2a566ca36c..7944494b8e5 100644 --- a/advisories/unreviewed/2022/04/GHSA-j785-x57f-22x3/GHSA-j785-x57f-22x3.json +++ b/advisories/unreviewed/2022/04/GHSA-j785-x57f-22x3/GHSA-j785-x57f-22x3.json @@ -7,12 +7,8 @@ "CVE-2001-0978" ], "details": "login in HP-UX 10.26 does not record failed login attempts in /var/adm/btmp, which could allow attackers to conduct brute force password guessing attacks without being detected or observed using the lastb program.", - "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/04/GHSA-jcch-vmhx-5jrf/GHSA-jcch-vmhx-5jrf.json b/advisories/unreviewed/2022/04/GHSA-jcch-vmhx-5jrf/GHSA-jcch-vmhx-5jrf.json index 63ccaba210c..a747df1a5d7 100644 --- a/advisories/unreviewed/2022/04/GHSA-jcch-vmhx-5jrf/GHSA-jcch-vmhx-5jrf.json +++ b/advisories/unreviewed/2022/04/GHSA-jcch-vmhx-5jrf/GHSA-jcch-vmhx-5jrf.json @@ -7,12 +7,8 @@ "CVE-2001-0844" ], "details": "Vulnerability in (1) Book of guests and (2) Post it! allows remote attackers to execute arbitrary code via shell metacharacters in the email parameter.", - "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/04/GHSA-m3vc-mpqh-m7hg/GHSA-m3vc-mpqh-m7hg.json b/advisories/unreviewed/2022/04/GHSA-m3vc-mpqh-m7hg/GHSA-m3vc-mpqh-m7hg.json index 5c2c3071d9a..2726ea995ff 100644 --- a/advisories/unreviewed/2022/04/GHSA-m3vc-mpqh-m7hg/GHSA-m3vc-mpqh-m7hg.json +++ b/advisories/unreviewed/2022/04/GHSA-m3vc-mpqh-m7hg/GHSA-m3vc-mpqh-m7hg.json @@ -7,12 +7,8 @@ "CVE-2001-1031" ], "details": "Directory traversal vulnerability in Meteor FTP 1.0 allows remote attackers to read arbitrary files via (1) a .. (dot dot) in the ls/LIST command, or (2) a ... in the cd/CWD command.", - "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/04/GHSA-m5x3-m3mh-rvmm/GHSA-m5x3-m3mh-rvmm.json b/advisories/unreviewed/2022/04/GHSA-m5x3-m3mh-rvmm/GHSA-m5x3-m3mh-rvmm.json index ee98d3964ad..db3103ed0c8 100644 --- a/advisories/unreviewed/2022/04/GHSA-m5x3-m3mh-rvmm/GHSA-m5x3-m3mh-rvmm.json +++ b/advisories/unreviewed/2022/04/GHSA-m5x3-m3mh-rvmm/GHSA-m5x3-m3mh-rvmm.json @@ -7,12 +7,8 @@ "CVE-2001-0988" ], "details": "Arkeia backup server 4.2.8-2 and earlier creates its database files with world-writable permissions, which could allow local users to overwrite the files or obtain sensitive information.", - "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/04/GHSA-m959-8jq5-3cg7/GHSA-m959-8jq5-3cg7.json b/advisories/unreviewed/2022/04/GHSA-m959-8jq5-3cg7/GHSA-m959-8jq5-3cg7.json index e847d8e5689..858edb8210e 100644 --- a/advisories/unreviewed/2022/04/GHSA-m959-8jq5-3cg7/GHSA-m959-8jq5-3cg7.json +++ b/advisories/unreviewed/2022/04/GHSA-m959-8jq5-3cg7/GHSA-m959-8jq5-3cg7.json @@ -7,12 +7,8 @@ "CVE-2001-0850" ], "details": "A configuration error in the libdb1 package in OpenLinux 3.1 uses insecure versions of the snprintf and vsnprintf functions, which could allow local or remote users to exploit those functions with a buffer overflow.", - "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/04/GHSA-mhfv-4w4f-wrrh/GHSA-mhfv-4w4f-wrrh.json b/advisories/unreviewed/2022/04/GHSA-mhfv-4w4f-wrrh/GHSA-mhfv-4w4f-wrrh.json index c361163d381..c48758ec26f 100644 --- a/advisories/unreviewed/2022/04/GHSA-mhfv-4w4f-wrrh/GHSA-mhfv-4w4f-wrrh.json +++ b/advisories/unreviewed/2022/04/GHSA-mhfv-4w4f-wrrh/GHSA-mhfv-4w4f-wrrh.json @@ -7,12 +7,8 @@ "CVE-2001-0987" ], "details": "Cross-site scripting vulnerability in CGIWrap before 3.7 allows remote attackers to execute arbitrary Javascript on other web clients by causing the Javascript to be inserted into error messages that are generated by CGIWrap.", - "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/04/GHSA-mhg7-pmrq-c6wj/GHSA-mhg7-pmrq-c6wj.json b/advisories/unreviewed/2022/04/GHSA-mhg7-pmrq-c6wj/GHSA-mhg7-pmrq-c6wj.json index d3b0d5eda70..dd9079052c2 100644 --- a/advisories/unreviewed/2022/04/GHSA-mhg7-pmrq-c6wj/GHSA-mhg7-pmrq-c6wj.json +++ b/advisories/unreviewed/2022/04/GHSA-mhg7-pmrq-c6wj/GHSA-mhg7-pmrq-c6wj.json @@ -7,12 +7,8 @@ "CVE-2001-1011" ], "details": "index2.php in Mambo Site Server 3.0.0 through 3.0.5 allows remote attackers to gain Mambo administrator privileges by setting the PHPSESSID parameter and providing the appropriate administrator information in other parameters.", - "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/04/GHSA-mj8r-9574-f85v/GHSA-mj8r-9574-f85v.json b/advisories/unreviewed/2022/04/GHSA-mj8r-9574-f85v/GHSA-mj8r-9574-f85v.json index 486d145007a..bafb51f6e79 100644 --- a/advisories/unreviewed/2022/04/GHSA-mj8r-9574-f85v/GHSA-mj8r-9574-f85v.json +++ b/advisories/unreviewed/2022/04/GHSA-mj8r-9574-f85v/GHSA-mj8r-9574-f85v.json @@ -7,12 +7,8 @@ "CVE-2001-0864" ], "details": "Cisco 12000 with IOS 12.0 and line cards based on Engine 2 does not properly handle the implicit \"deny ip any any\" rule in an outgoing ACL when the ACL contains exactly 448 entries, which can allow some outgoing packets to bypass access restrictions.", - "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/04/GHSA-mr5j-qcjf-p9xm/GHSA-mr5j-qcjf-p9xm.json b/advisories/unreviewed/2022/04/GHSA-mr5j-qcjf-p9xm/GHSA-mr5j-qcjf-p9xm.json index 47559cc8974..ec7584dd8fb 100644 --- a/advisories/unreviewed/2022/04/GHSA-mr5j-qcjf-p9xm/GHSA-mr5j-qcjf-p9xm.json +++ b/advisories/unreviewed/2022/04/GHSA-mr5j-qcjf-p9xm/GHSA-mr5j-qcjf-p9xm.json @@ -7,12 +7,8 @@ "CVE-2001-0973" ], "details": "BSCW groupware system 3.3 through 4.0.2 beta allows remote attackers to read or modify arbitrary files by uploading and extracting a tar file with a symlink into the data-bag space.", - "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/04/GHSA-mwvx-xw2j-2vg6/GHSA-mwvx-xw2j-2vg6.json b/advisories/unreviewed/2022/04/GHSA-mwvx-xw2j-2vg6/GHSA-mwvx-xw2j-2vg6.json index 69f314accf1..969ea024493 100644 --- a/advisories/unreviewed/2022/04/GHSA-mwvx-xw2j-2vg6/GHSA-mwvx-xw2j-2vg6.json +++ b/advisories/unreviewed/2022/04/GHSA-mwvx-xw2j-2vg6/GHSA-mwvx-xw2j-2vg6.json @@ -7,12 +7,8 @@ "CVE-2001-1010" ], "details": "Directory traversal vulnerability in pagecount CGI script in Sambar Server before 5.0 beta 5 allows remote attackers to overwrite arbitrary files via a .. (dot dot) attack on the page parameter.", - "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/04/GHSA-p3x5-jh87-q2jc/GHSA-p3x5-jh87-q2jc.json b/advisories/unreviewed/2022/04/GHSA-p3x5-jh87-q2jc/GHSA-p3x5-jh87-q2jc.json index c4683338f7f..af302c6523e 100644 --- a/advisories/unreviewed/2022/04/GHSA-p3x5-jh87-q2jc/GHSA-p3x5-jh87-q2jc.json +++ b/advisories/unreviewed/2022/04/GHSA-p3x5-jh87-q2jc/GHSA-p3x5-jh87-q2jc.json @@ -7,12 +7,8 @@ "CVE-2001-0966" ], "details": "Directory traversal vulnerability in Nudester 1.10 and earlier allows remote attackers to read or write arbitrary files via a .. (dot dot) in the CD (CWD) command.", - "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/04/GHSA-p5p8-693w-g64g/GHSA-p5p8-693w-g64g.json b/advisories/unreviewed/2022/04/GHSA-p5p8-693w-g64g/GHSA-p5p8-693w-g64g.json index 352879fe6d7..8226a339f9b 100644 --- a/advisories/unreviewed/2022/04/GHSA-p5p8-693w-g64g/GHSA-p5p8-693w-g64g.json +++ b/advisories/unreviewed/2022/04/GHSA-p5p8-693w-g64g/GHSA-p5p8-693w-g64g.json @@ -7,12 +7,8 @@ "CVE-2001-0976" ], "details": "Vulnerability in HP Process Resource Manager (PRM) C.01.08.2 and earlier, as used by HP-UX Workload Manager (WLM), allows local users to gain root privileges via modified libraries or environment variables.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-p8r4-m7pr-52qm/GHSA-p8r4-m7pr-52qm.json b/advisories/unreviewed/2022/04/GHSA-p8r4-m7pr-52qm/GHSA-p8r4-m7pr-52qm.json index e82b1d8fb80..03d3666b60b 100644 --- a/advisories/unreviewed/2022/04/GHSA-p8r4-m7pr-52qm/GHSA-p8r4-m7pr-52qm.json +++ b/advisories/unreviewed/2022/04/GHSA-p8r4-m7pr-52qm/GHSA-p8r4-m7pr-52qm.json @@ -7,12 +7,8 @@ "CVE-2001-0912" ], "details": "Packaging error for expect 8.3.3 in Mandrake Linux 8.1 causes expect to search for its libraries in the /home/snailtalk directory before other directories, which could allow a local user 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/04/GHSA-p955-2vcm-xg9m/GHSA-p955-2vcm-xg9m.json b/advisories/unreviewed/2022/04/GHSA-p955-2vcm-xg9m/GHSA-p955-2vcm-xg9m.json index 2bff68a3856..a9ef6da5c66 100644 --- a/advisories/unreviewed/2022/04/GHSA-p955-2vcm-xg9m/GHSA-p955-2vcm-xg9m.json +++ b/advisories/unreviewed/2022/04/GHSA-p955-2vcm-xg9m/GHSA-p955-2vcm-xg9m.json @@ -7,12 +7,8 @@ "CVE-2001-0910" ], "details": "Legato Networker before 6.1 allows remote attackers to bypass access restrictions and gain privileges on the Networker interface by spoofing the admin server name and IP address and connecting to Networker from an IP address whose hostname can not be determined by a DNS reverse lookup.", - "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/04/GHSA-pfgw-pm22-hfp2/GHSA-pfgw-pm22-hfp2.json b/advisories/unreviewed/2022/04/GHSA-pfgw-pm22-hfp2/GHSA-pfgw-pm22-hfp2.json index 7f656217da1..cccd32ac81b 100644 --- a/advisories/unreviewed/2022/04/GHSA-pfgw-pm22-hfp2/GHSA-pfgw-pm22-hfp2.json +++ b/advisories/unreviewed/2022/04/GHSA-pfgw-pm22-hfp2/GHSA-pfgw-pm22-hfp2.json @@ -7,12 +7,8 @@ "CVE-2001-0893" ], "details": "Acme mini_httpd before 1.16 allows remote attackers to view sensitive files under the document root (such as .htpasswd) via a GET request with a trailing /.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-pfmv-9f2h-gg67/GHSA-pfmv-9f2h-gg67.json b/advisories/unreviewed/2022/04/GHSA-pfmv-9f2h-gg67/GHSA-pfmv-9f2h-gg67.json index 27c86d79d72..c8432d79c0b 100644 --- a/advisories/unreviewed/2022/04/GHSA-pfmv-9f2h-gg67/GHSA-pfmv-9f2h-gg67.json +++ b/advisories/unreviewed/2022/04/GHSA-pfmv-9f2h-gg67/GHSA-pfmv-9f2h-gg67.json @@ -7,12 +7,8 @@ "CVE-2001-0959" ], "details": "Computer Associates ARCserve for NT 6.61 SP2a and ARCserve 2000 7.0 creates a hidden share named ARCSERVE$, which allows remote attackers to obtain sensitive information and overwrite critical 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/04/GHSA-pjfv-q8wh-wgrg/GHSA-pjfv-q8wh-wgrg.json b/advisories/unreviewed/2022/04/GHSA-pjfv-q8wh-wgrg/GHSA-pjfv-q8wh-wgrg.json index 110695d794d..574278b72d8 100644 --- a/advisories/unreviewed/2022/04/GHSA-pjfv-q8wh-wgrg/GHSA-pjfv-q8wh-wgrg.json +++ b/advisories/unreviewed/2022/04/GHSA-pjfv-q8wh-wgrg/GHSA-pjfv-q8wh-wgrg.json @@ -7,12 +7,8 @@ "CVE-2001-0954" ], "details": "Lotus Domino 5.0.5 and 5.0.8, and possibly other versions, allows remote attackers to cause a denial of service (block access to databases that have not been previously accessed) via a URL that includes the . (dot) directory.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-pp77-rfhw-8v7f/GHSA-pp77-rfhw-8v7f.json b/advisories/unreviewed/2022/04/GHSA-pp77-rfhw-8v7f/GHSA-pp77-rfhw-8v7f.json index f272e412e11..82ed4eef7d0 100644 --- a/advisories/unreviewed/2022/04/GHSA-pp77-rfhw-8v7f/GHSA-pp77-rfhw-8v7f.json +++ b/advisories/unreviewed/2022/04/GHSA-pp77-rfhw-8v7f/GHSA-pp77-rfhw-8v7f.json @@ -7,12 +7,8 @@ "CVE-2001-0938" ], "details": "Directory traversal vulnerability in AspUpload 2.1, in certain configurations, allows remote attackers to upload and read arbitrary files, and list arbitrary directories, via a .. (dot dot) in the Filename parameter in (1) UploadScript11.asp or (2) DirectoryListing.asp.", - "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/04/GHSA-prxr-8fgv-9j7f/GHSA-prxr-8fgv-9j7f.json b/advisories/unreviewed/2022/04/GHSA-prxr-8fgv-9j7f/GHSA-prxr-8fgv-9j7f.json index bd8148f483e..10f0a6cef7e 100644 --- a/advisories/unreviewed/2022/04/GHSA-prxr-8fgv-9j7f/GHSA-prxr-8fgv-9j7f.json +++ b/advisories/unreviewed/2022/04/GHSA-prxr-8fgv-9j7f/GHSA-prxr-8fgv-9j7f.json @@ -7,12 +7,8 @@ "CVE-2001-0968" ], "details": "Knox Arkeia server 4.2, and possibly other versions, installs its root user with a null password by default, which allows local and remote users to gain 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/04/GHSA-q38c-8v8w-x6f4/GHSA-q38c-8v8w-x6f4.json b/advisories/unreviewed/2022/04/GHSA-q38c-8v8w-x6f4/GHSA-q38c-8v8w-x6f4.json index c1b12c836d3..59dd64252cc 100644 --- a/advisories/unreviewed/2022/04/GHSA-q38c-8v8w-x6f4/GHSA-q38c-8v8w-x6f4.json +++ b/advisories/unreviewed/2022/04/GHSA-q38c-8v8w-x6f4/GHSA-q38c-8v8w-x6f4.json @@ -7,12 +7,8 @@ "CVE-2001-0918" ], "details": "Vulnerabilities in CGI scripts in susehelp in SuSE 7.2 and 7.3 allow remote attackers to execute arbitrary commands by not opening files securely.", - "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/04/GHSA-q3wg-37xx-vgfv/GHSA-q3wg-37xx-vgfv.json b/advisories/unreviewed/2022/04/GHSA-q3wg-37xx-vgfv/GHSA-q3wg-37xx-vgfv.json index c562980a2d4..9146a095680 100644 --- a/advisories/unreviewed/2022/04/GHSA-q3wg-37xx-vgfv/GHSA-q3wg-37xx-vgfv.json +++ b/advisories/unreviewed/2022/04/GHSA-q3wg-37xx-vgfv/GHSA-q3wg-37xx-vgfv.json @@ -7,12 +7,8 @@ "CVE-2001-0899" ], "details": "Network Tools 0.2 for PHP-Nuke allows remote attackers to execute commands on the server via shell metacharacters in the $hostinput variable.", - "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/04/GHSA-q5x6-6wr4-r66h/GHSA-q5x6-6wr4-r66h.json b/advisories/unreviewed/2022/04/GHSA-q5x6-6wr4-r66h/GHSA-q5x6-6wr4-r66h.json index fcc615e6052..3f693d86c79 100644 --- a/advisories/unreviewed/2022/04/GHSA-q5x6-6wr4-r66h/GHSA-q5x6-6wr4-r66h.json +++ b/advisories/unreviewed/2022/04/GHSA-q5x6-6wr4-r66h/GHSA-q5x6-6wr4-r66h.json @@ -7,12 +7,8 @@ "CVE-2001-0993" ], "details": "sendmsg function in NetBSD 1.3 through 1.5 allows local users to cause a denial of service (kernel trap or panic) via a msghdr structure with a large msg_controllen length.", - "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/04/GHSA-q779-8rmm-x7qv/GHSA-q779-8rmm-x7qv.json b/advisories/unreviewed/2022/04/GHSA-q779-8rmm-x7qv/GHSA-q779-8rmm-x7qv.json index a358ea605a0..405e546ec30 100644 --- a/advisories/unreviewed/2022/04/GHSA-q779-8rmm-x7qv/GHSA-q779-8rmm-x7qv.json +++ b/advisories/unreviewed/2022/04/GHSA-q779-8rmm-x7qv/GHSA-q779-8rmm-x7qv.json @@ -7,12 +7,8 @@ "CVE-2001-1021" ], "details": "Buffer overflows in WS_FTP 2.02 allow remote attackers to execute arbitrary code via long arguments to (1) DELE, (2) MDTM, (3) MLST, (4) MKD, (5) RMD, (6) RNFR, (7) RNTO, (8) SIZE, (9) STAT, (10) XMKD, or (11) XRMD.", - "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/04/GHSA-q7q6-r66q-5684/GHSA-q7q6-r66q-5684.json b/advisories/unreviewed/2022/04/GHSA-q7q6-r66q-5684/GHSA-q7q6-r66q-5684.json index 8cb4018dc69..ba8c11e0ecc 100644 --- a/advisories/unreviewed/2022/04/GHSA-q7q6-r66q-5684/GHSA-q7q6-r66q-5684.json +++ b/advisories/unreviewed/2022/04/GHSA-q7q6-r66q-5684/GHSA-q7q6-r66q-5684.json @@ -7,12 +7,8 @@ "CVE-2001-0900" ], "details": "Directory traversal vulnerability in modules.php in Gallery before 1.2.3 allows remote attackers to read arbitrary files via a .. (dot dot) in the include parameter.", - "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/04/GHSA-q7xj-mj84-926j/GHSA-q7xj-mj84-926j.json b/advisories/unreviewed/2022/04/GHSA-q7xj-mj84-926j/GHSA-q7xj-mj84-926j.json index 14c00ec5a30..c7044ffeb39 100644 --- a/advisories/unreviewed/2022/04/GHSA-q7xj-mj84-926j/GHSA-q7xj-mj84-926j.json +++ b/advisories/unreviewed/2022/04/GHSA-q7xj-mj84-926j/GHSA-q7xj-mj84-926j.json @@ -7,12 +7,8 @@ "CVE-2001-0980" ], "details": "docview before 1.0-15 allows remote attackers to execute arbitrary commands via shell metacharacters that are processed when converting a man page to a web page.", - "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/04/GHSA-qc9w-9p8v-48fv/GHSA-qc9w-9p8v-48fv.json b/advisories/unreviewed/2022/04/GHSA-qc9w-9p8v-48fv/GHSA-qc9w-9p8v-48fv.json index 0aa8a00f44b..e73bdb1aaa0 100644 --- a/advisories/unreviewed/2022/04/GHSA-qc9w-9p8v-48fv/GHSA-qc9w-9p8v-48fv.json +++ b/advisories/unreviewed/2022/04/GHSA-qc9w-9p8v-48fv/GHSA-qc9w-9p8v-48fv.json @@ -7,12 +7,8 @@ "CVE-2001-0974" ], "details": "Format string vulnerabilities in Oracle Internet Directory Server (LDAP) 2.1.1.x and 3.0.1 allow remote attackers to execute arbitrary code, as demonstrated by the PROTOS LDAPv3 test suite.", - "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/04/GHSA-qh43-w96h-9v7c/GHSA-qh43-w96h-9v7c.json b/advisories/unreviewed/2022/04/GHSA-qh43-w96h-9v7c/GHSA-qh43-w96h-9v7c.json index 61c3e02c585..79f68f2f8ca 100644 --- a/advisories/unreviewed/2022/04/GHSA-qh43-w96h-9v7c/GHSA-qh43-w96h-9v7c.json +++ b/advisories/unreviewed/2022/04/GHSA-qh43-w96h-9v7c/GHSA-qh43-w96h-9v7c.json @@ -7,12 +7,8 @@ "CVE-2001-0977" ], "details": "slapd in OpenLDAP 1.x before 1.2.12, and 2.x before 2.0.8, allows remote attackers to cause a denial of service (crash) via an invalid Basic Encoding Rules (BER) length field.", - "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/04/GHSA-qp3r-m36w-7mr6/GHSA-qp3r-m36w-7mr6.json b/advisories/unreviewed/2022/04/GHSA-qp3r-m36w-7mr6/GHSA-qp3r-m36w-7mr6.json index 39ab9ca6372..50f5a259aa1 100644 --- a/advisories/unreviewed/2022/04/GHSA-qp3r-m36w-7mr6/GHSA-qp3r-m36w-7mr6.json +++ b/advisories/unreviewed/2022/04/GHSA-qp3r-m36w-7mr6/GHSA-qp3r-m36w-7mr6.json @@ -7,12 +7,8 @@ "CVE-2001-0932" ], "details": "Buffer overflow in Cooolsoft PowerFTP Server 2.03 allows remote attackers to cause a denial of service and possibly execute arbitrary code via a long command.", - "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/04/GHSA-qr8r-5469-gp63/GHSA-qr8r-5469-gp63.json b/advisories/unreviewed/2022/04/GHSA-qr8r-5469-gp63/GHSA-qr8r-5469-gp63.json index 65247f6bb9f..2134e8e71c6 100644 --- a/advisories/unreviewed/2022/04/GHSA-qr8r-5469-gp63/GHSA-qr8r-5469-gp63.json +++ b/advisories/unreviewed/2022/04/GHSA-qr8r-5469-gp63/GHSA-qr8r-5469-gp63.json @@ -7,12 +7,8 @@ "CVE-2001-0925" ], "details": "The default installation of Apache before 1.3.19 allows remote attackers to list directories instead of the multiview index.html file via an HTTP request for a path that contains many / (slash) characters, which causes the path to be mishandled by (1) mod_negotiation, (2) mod_dir, or (3) mod_autoindex.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/04/GHSA-qrrc-hpqv-g4cw/GHSA-qrrc-hpqv-g4cw.json b/advisories/unreviewed/2022/04/GHSA-qrrc-hpqv-g4cw/GHSA-qrrc-hpqv-g4cw.json index d295d78e7ad..3d165fd1b75 100644 --- a/advisories/unreviewed/2022/04/GHSA-qrrc-hpqv-g4cw/GHSA-qrrc-hpqv-g4cw.json +++ b/advisories/unreviewed/2022/04/GHSA-qrrc-hpqv-g4cw/GHSA-qrrc-hpqv-g4cw.json @@ -7,12 +7,8 @@ "CVE-2001-0914" ], "details": "Linux kernel before 2.4.11pre3 in multiple Linux distributions allows local users to cause a denial of service (crash) by starting the core vmlinux kernel, possibly related to poor error checking during ELF loading.", - "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/04/GHSA-qv83-j8jp-wjc3/GHSA-qv83-j8jp-wjc3.json b/advisories/unreviewed/2022/04/GHSA-qv83-j8jp-wjc3/GHSA-qv83-j8jp-wjc3.json index af52c355f5b..b6d1afb4b8e 100644 --- a/advisories/unreviewed/2022/04/GHSA-qv83-j8jp-wjc3/GHSA-qv83-j8jp-wjc3.json +++ b/advisories/unreviewed/2022/04/GHSA-qv83-j8jp-wjc3/GHSA-qv83-j8jp-wjc3.json @@ -7,12 +7,8 @@ "CVE-2001-0862" ], "details": "Cisco 12000 with IOS 12.0 and line cards based on Engine 2 does not block non-initial packet fragments, which allows remote attackers to bypass the ACL.", - "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/04/GHSA-r3rq-wp38-7h2h/GHSA-r3rq-wp38-7h2h.json b/advisories/unreviewed/2022/04/GHSA-r3rq-wp38-7h2h/GHSA-r3rq-wp38-7h2h.json index 4acc2a73f52..42eeba5f531 100644 --- a/advisories/unreviewed/2022/04/GHSA-r3rq-wp38-7h2h/GHSA-r3rq-wp38-7h2h.json +++ b/advisories/unreviewed/2022/04/GHSA-r3rq-wp38-7h2h/GHSA-r3rq-wp38-7h2h.json @@ -7,12 +7,8 @@ "CVE-2001-1032" ], "details": "admin.php in PHP-Nuke 5.2 and earlier, except 5.0RC1, does not check login credentials for upload operations, which allows remote attackers to copy and upload arbitrary files and read the PHP-Nuke configuration file by directly calling admin.php with an upload parameter and specifying the file to copy.", - "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/04/GHSA-r63p-7c56-c4v7/GHSA-r63p-7c56-c4v7.json b/advisories/unreviewed/2022/04/GHSA-r63p-7c56-c4v7/GHSA-r63p-7c56-c4v7.json index f1a7f63b2d3..1512d319b68 100644 --- a/advisories/unreviewed/2022/04/GHSA-r63p-7c56-c4v7/GHSA-r63p-7c56-c4v7.json +++ b/advisories/unreviewed/2022/04/GHSA-r63p-7c56-c4v7/GHSA-r63p-7c56-c4v7.json @@ -7,12 +7,8 @@ "CVE-2001-0916" ], "details": "Buffer overflow in Berkeley parallel make (pmake) 2.1.33 and earlier allows a local user to gain root privileges via a long check argument of a shell definition.", - "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/04/GHSA-r7g3-hhch-8xf3/GHSA-r7g3-hhch-8xf3.json b/advisories/unreviewed/2022/04/GHSA-r7g3-hhch-8xf3/GHSA-r7g3-hhch-8xf3.json index 0a6b789bd7e..8a9b370f528 100644 --- a/advisories/unreviewed/2022/04/GHSA-r7g3-hhch-8xf3/GHSA-r7g3-hhch-8xf3.json +++ b/advisories/unreviewed/2022/04/GHSA-r7g3-hhch-8xf3/GHSA-r7g3-hhch-8xf3.json @@ -7,12 +7,8 @@ "CVE-2001-0942" ], "details": "dbsnmp in Oracle 8.1.6 and 8.1.7 uses the ORACLE_HOME environment variable to find and execute the dbsnmp program, which allows local users to execute arbitrary programs by pointing the ORACLE_HOME to an alternate directory that contains a malicious version of dbsnmp.", - "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/04/GHSA-rc87-8mcw-q34j/GHSA-rc87-8mcw-q34j.json b/advisories/unreviewed/2022/04/GHSA-rc87-8mcw-q34j/GHSA-rc87-8mcw-q34j.json index 940abba0800..673b43ce03a 100644 --- a/advisories/unreviewed/2022/04/GHSA-rc87-8mcw-q34j/GHSA-rc87-8mcw-q34j.json +++ b/advisories/unreviewed/2022/04/GHSA-rc87-8mcw-q34j/GHSA-rc87-8mcw-q34j.json @@ -7,12 +7,8 @@ "CVE-2001-1029" ], "details": "libutil in OpenSSH on FreeBSD 4.4 and earlier does not drop privileges before verifying the capabilities for reading the copyright and welcome files, which allows local users to bypass the capabilities checks and read arbitrary files by specifying alternate copyright or welcome files.", - "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/04/GHSA-rhfh-mf7v-c4hp/GHSA-rhfh-mf7v-c4hp.json b/advisories/unreviewed/2022/04/GHSA-rhfh-mf7v-c4hp/GHSA-rhfh-mf7v-c4hp.json index 9ca40e8cefb..bf3a5621080 100644 --- a/advisories/unreviewed/2022/04/GHSA-rhfh-mf7v-c4hp/GHSA-rhfh-mf7v-c4hp.json +++ b/advisories/unreviewed/2022/04/GHSA-rhfh-mf7v-c4hp/GHSA-rhfh-mf7v-c4hp.json @@ -7,12 +7,8 @@ "CVE-2001-0996" ], "details": "POP3Lite before 0.2.4 does not properly quote a . (dot) in an email message, which could allow a remote attacker to append arbitrary text to the end of an email message, which could then be interpreted by various mail clients as valid POP server responses or other input that could cause clients to crash or otherwise behave unexpectedly.", - "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/04/GHSA-rhm5-467c-cm73/GHSA-rhm5-467c-cm73.json b/advisories/unreviewed/2022/04/GHSA-rhm5-467c-cm73/GHSA-rhm5-467c-cm73.json index 7ce56cb6b20..d498e1e4c88 100644 --- a/advisories/unreviewed/2022/04/GHSA-rhm5-467c-cm73/GHSA-rhm5-467c-cm73.json +++ b/advisories/unreviewed/2022/04/GHSA-rhm5-467c-cm73/GHSA-rhm5-467c-cm73.json @@ -7,12 +7,8 @@ "CVE-2001-0868" ], "details": "Red Hat Stronghold 2.3 to 3.0 allows remote attackers to retrieve system information via an HTTP GET request to (1) stronghold-info or (2) stronghold-status.", - "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/04/GHSA-rqf5-6ph5-4rxj/GHSA-rqf5-6ph5-4rxj.json b/advisories/unreviewed/2022/04/GHSA-rqf5-6ph5-4rxj/GHSA-rqf5-6ph5-4rxj.json index 0bc40104407..37052d27ead 100644 --- a/advisories/unreviewed/2022/04/GHSA-rqf5-6ph5-4rxj/GHSA-rqf5-6ph5-4rxj.json +++ b/advisories/unreviewed/2022/04/GHSA-rqf5-6ph5-4rxj/GHSA-rqf5-6ph5-4rxj.json @@ -7,12 +7,8 @@ "CVE-2001-0921" ], "details": "Netscape 4.79 and earlier for MacOS allows an attacker with access to the browser to obtain passwords from form fields by printing the document into which the password has been typed, which is printed in cleartext.", - "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/04/GHSA-rqf6-27m3-3pm2/GHSA-rqf6-27m3-3pm2.json b/advisories/unreviewed/2022/04/GHSA-rqf6-27m3-3pm2/GHSA-rqf6-27m3-3pm2.json index 2caa76c59e9..42dee6331af 100644 --- a/advisories/unreviewed/2022/04/GHSA-rqf6-27m3-3pm2/GHSA-rqf6-27m3-3pm2.json +++ b/advisories/unreviewed/2022/04/GHSA-rqf6-27m3-3pm2/GHSA-rqf6-27m3-3pm2.json @@ -7,12 +7,8 @@ "CVE-2001-0964" ], "details": "Buffer overflow in client for Half-Life 1.1.0.8 and earlier allows malicious remote servers to execute arbitrary code via a long console command.", - "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/04/GHSA-rqf7-57fr-3qfm/GHSA-rqf7-57fr-3qfm.json b/advisories/unreviewed/2022/04/GHSA-rqf7-57fr-3qfm/GHSA-rqf7-57fr-3qfm.json index 1fb68a14a95..2cf038ff0d8 100644 --- a/advisories/unreviewed/2022/04/GHSA-rqf7-57fr-3qfm/GHSA-rqf7-57fr-3qfm.json +++ b/advisories/unreviewed/2022/04/GHSA-rqf7-57fr-3qfm/GHSA-rqf7-57fr-3qfm.json @@ -7,12 +7,8 @@ "CVE-2001-0999" ], "details": "Outlook Express 6.00 allows remote attackers to execute arbitrary script by embedding SCRIPT tags in a message whose MIME content type is text/plain, contrary to the expected behavior that text/plain messages will not run script.", - "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/04/GHSA-rrv3-gv45-p4m4/GHSA-rrv3-gv45-p4m4.json b/advisories/unreviewed/2022/04/GHSA-rrv3-gv45-p4m4/GHSA-rrv3-gv45-p4m4.json index f1d196ee12d..a754da33854 100644 --- a/advisories/unreviewed/2022/04/GHSA-rrv3-gv45-p4m4/GHSA-rrv3-gv45-p4m4.json +++ b/advisories/unreviewed/2022/04/GHSA-rrv3-gv45-p4m4/GHSA-rrv3-gv45-p4m4.json @@ -7,12 +7,8 @@ "CVE-2001-1023" ], "details": "Xcache 2.1 allows remote attackers to determine the absolute path of web server documents by requesting a URL that is not cached by Xcache, which returns the full pathname in the Content-PageName header.", - "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/04/GHSA-rwh7-p7fv-r943/GHSA-rwh7-p7fv-r943.json b/advisories/unreviewed/2022/04/GHSA-rwh7-p7fv-r943/GHSA-rwh7-p7fv-r943.json index 5a1cc51f460..c528fe70ea0 100644 --- a/advisories/unreviewed/2022/04/GHSA-rwh7-p7fv-r943/GHSA-rwh7-p7fv-r943.json +++ b/advisories/unreviewed/2022/04/GHSA-rwh7-p7fv-r943/GHSA-rwh7-p7fv-r943.json @@ -7,12 +7,8 @@ "CVE-2001-0986" ], "details": "SQLQHit.asp sample file in Microsoft Index Server 2.0 allows remote attackers to obtain sensitive information such as the physical path, file attributes, or portions of source code by directly calling sqlqhit.asp with a CiScope parameter set to (1) webinfo, (2) extended_fileinfo, (3) extended_webinfo, or (4) fileinfo.", - "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/04/GHSA-v8xr-r568-8jxh/GHSA-v8xr-r568-8jxh.json b/advisories/unreviewed/2022/04/GHSA-v8xr-r568-8jxh/GHSA-v8xr-r568-8jxh.json index 6a147841306..8f20237a6b5 100644 --- a/advisories/unreviewed/2022/04/GHSA-v8xr-r568-8jxh/GHSA-v8xr-r568-8jxh.json +++ b/advisories/unreviewed/2022/04/GHSA-v8xr-r568-8jxh/GHSA-v8xr-r568-8jxh.json @@ -7,12 +7,8 @@ "CVE-2001-0955" ], "details": "Buffer overflow in fbglyph.c in XFree86 before 4.2.0, related to glyph clipping for large origins, allows attackers to cause a denial of service and possibly gain privileges via a large number of characters, possibly through the web page search form of KDE Konqueror or from an xterm command with a long title.", - "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/04/GHSA-vc3w-p44f-p2wh/GHSA-vc3w-p44f-p2wh.json b/advisories/unreviewed/2022/04/GHSA-vc3w-p44f-p2wh/GHSA-vc3w-p44f-p2wh.json index 9482644d2be..c69b928fc06 100644 --- a/advisories/unreviewed/2022/04/GHSA-vc3w-p44f-p2wh/GHSA-vc3w-p44f-p2wh.json +++ b/advisories/unreviewed/2022/04/GHSA-vc3w-p44f-p2wh/GHSA-vc3w-p44f-p2wh.json @@ -7,12 +7,8 @@ "CVE-2001-0944" ], "details": "DDE in mIRC allows local users to launch applications under another user's account via a DDE message that executes a command, which may be executed by the other user's process.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-vcqj-cmgh-j5h7/GHSA-vcqj-cmgh-j5h7.json b/advisories/unreviewed/2022/04/GHSA-vcqj-cmgh-j5h7/GHSA-vcqj-cmgh-j5h7.json index 6ed4bf21385..4ce99881c00 100644 --- a/advisories/unreviewed/2022/04/GHSA-vcqj-cmgh-j5h7/GHSA-vcqj-cmgh-j5h7.json +++ b/advisories/unreviewed/2022/04/GHSA-vcqj-cmgh-j5h7/GHSA-vcqj-cmgh-j5h7.json @@ -7,12 +7,8 @@ "CVE-2001-0941" ], "details": "Buffer overflow in dbsnmp in Oracle 8.0.6 through 9.0.1 allows local users to execute arbitrary code via a long ORACLE_HOME environment variable.", - "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/04/GHSA-w67w-xvr9-cmh5/GHSA-w67w-xvr9-cmh5.json b/advisories/unreviewed/2022/04/GHSA-w67w-xvr9-cmh5/GHSA-w67w-xvr9-cmh5.json index a72b124e96e..18b097d86ab 100644 --- a/advisories/unreviewed/2022/04/GHSA-w67w-xvr9-cmh5/GHSA-w67w-xvr9-cmh5.json +++ b/advisories/unreviewed/2022/04/GHSA-w67w-xvr9-cmh5/GHSA-w67w-xvr9-cmh5.json @@ -7,12 +7,8 @@ "CVE-2001-0990" ], "details": "Inter7 vpopmail 4.10.35 and earlier, when using the MySQL module, compiles authentication information in cleartext into the libvpopmail.a library, which allows local users to obtain the MySQL username and password by inspecting the vpopmail programs that use the library.", - "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/04/GHSA-wcjj-qr75-838m/GHSA-wcjj-qr75-838m.json b/advisories/unreviewed/2022/04/GHSA-wcjj-qr75-838m/GHSA-wcjj-qr75-838m.json index b1b61193455..b166b33bbc5 100644 --- a/advisories/unreviewed/2022/04/GHSA-wcjj-qr75-838m/GHSA-wcjj-qr75-838m.json +++ b/advisories/unreviewed/2022/04/GHSA-wcjj-qr75-838m/GHSA-wcjj-qr75-838m.json @@ -7,12 +7,8 @@ "CVE-2001-1019" ], "details": "Directory traversal vulnerability in view_item CGI program in sglMerchant 1.0 allows remote attackers to read arbitrary files via a .. (dot dot) in the HTML_FILE parameter.", - "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/04/GHSA-wm48-77p5-c96q/GHSA-wm48-77p5-c96q.json b/advisories/unreviewed/2022/04/GHSA-wm48-77p5-c96q/GHSA-wm48-77p5-c96q.json index 578baa0b928..700f4254aba 100644 --- a/advisories/unreviewed/2022/04/GHSA-wm48-77p5-c96q/GHSA-wm48-77p5-c96q.json +++ b/advisories/unreviewed/2022/04/GHSA-wm48-77p5-c96q/GHSA-wm48-77p5-c96q.json @@ -7,12 +7,8 @@ "CVE-2001-0946" ], "details": "apmscript in Apmd in Red Hat 7.2 \"Enigma\" allows local users to create or change the modification dates of arbitrary files via a symlink attack on the LOW_POWER temporary file, which could be used to cause a denial of service, e.g. by creating /etc/nologin and disabling logins.", - "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/04/GHSA-wq48-hj2m-499j/GHSA-wq48-hj2m-499j.json b/advisories/unreviewed/2022/04/GHSA-wq48-hj2m-499j/GHSA-wq48-hj2m-499j.json index e204ebdfc42..a43910dac2c 100644 --- a/advisories/unreviewed/2022/04/GHSA-wq48-hj2m-499j/GHSA-wq48-hj2m-499j.json +++ b/advisories/unreviewed/2022/04/GHSA-wq48-hj2m-499j/GHSA-wq48-hj2m-499j.json @@ -7,12 +7,8 @@ "CVE-2001-0855" ], "details": "Buffer overflow in db_loader in ClearCase 4.2 and earlier allows local users to gain root privileges via a long TERM environment variable.", - "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/04/GHSA-ww47-4c2p-jhj9/GHSA-ww47-4c2p-jhj9.json b/advisories/unreviewed/2022/04/GHSA-ww47-4c2p-jhj9/GHSA-ww47-4c2p-jhj9.json index 58301a06556..fab9bc410c1 100644 --- a/advisories/unreviewed/2022/04/GHSA-ww47-4c2p-jhj9/GHSA-ww47-4c2p-jhj9.json +++ b/advisories/unreviewed/2022/04/GHSA-ww47-4c2p-jhj9/GHSA-ww47-4c2p-jhj9.json @@ -7,12 +7,8 @@ "CVE-2001-1013" ], "details": "Apache on Red Hat Linux with with the UserDir directive enabled generates different error codes when a username exists and there is no public_html directory and when the username does not exist, which could allow remote attackers to determine valid usernames on the server.", - "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/04/GHSA-wx6w-q8m9-4cv4/GHSA-wx6w-q8m9-4cv4.json b/advisories/unreviewed/2022/04/GHSA-wx6w-q8m9-4cv4/GHSA-wx6w-q8m9-4cv4.json index 56cd2f90d5e..155a79005e3 100644 --- a/advisories/unreviewed/2022/04/GHSA-wx6w-q8m9-4cv4/GHSA-wx6w-q8m9-4cv4.json +++ b/advisories/unreviewed/2022/04/GHSA-wx6w-q8m9-4cv4/GHSA-wx6w-q8m9-4cv4.json @@ -7,12 +7,8 @@ "CVE-2001-0877" ], "details": "Universal Plug and Play (UPnP) on Windows 98, 98SE, ME, and XP allows remote attackers to cause a denial of service via (1) a spoofed SSDP advertisement that causes the client to connect to a service on another machine that generates a large amount of traffic (e.g., chargen), or (2) via a spoofed SSDP announcement to broadcast or multicast addresses, which could cause all UPnP clients to send traffic to a single target system.", - "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/04/GHSA-x2hq-4c3g-5vcx/GHSA-x2hq-4c3g-5vcx.json b/advisories/unreviewed/2022/04/GHSA-x2hq-4c3g-5vcx/GHSA-x2hq-4c3g-5vcx.json index 35946a9971a..3359e2b589b 100644 --- a/advisories/unreviewed/2022/04/GHSA-x2hq-4c3g-5vcx/GHSA-x2hq-4c3g-5vcx.json +++ b/advisories/unreviewed/2022/04/GHSA-x2hq-4c3g-5vcx/GHSA-x2hq-4c3g-5vcx.json @@ -7,12 +7,8 @@ "CVE-2001-0920" ], "details": "Format string vulnerability in auto nice daemon (AND) 1.0.4 and earlier allows a local user to possibly execute arbitrary code via a process name containing a format string.", - "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/04/GHSA-x6rp-8fq3-h7xq/GHSA-x6rp-8fq3-h7xq.json b/advisories/unreviewed/2022/04/GHSA-x6rp-8fq3-h7xq/GHSA-x6rp-8fq3-h7xq.json index ff2e22d4eb1..a8084f944e0 100644 --- a/advisories/unreviewed/2022/04/GHSA-x6rp-8fq3-h7xq/GHSA-x6rp-8fq3-h7xq.json +++ b/advisories/unreviewed/2022/04/GHSA-x6rp-8fq3-h7xq/GHSA-x6rp-8fq3-h7xq.json @@ -7,12 +7,8 @@ "CVE-2001-0919" ], "details": "Internet Explorer 5.50.4134.0100 on Windows ME with \"Prompt to allow cookies to be stored on your machine\" enabled does not warn a user when a cookie is set using Javascript.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -24,9 +20,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/04/GHSA-x7vm-cx3f-5pwf/GHSA-x7vm-cx3f-5pwf.json b/advisories/unreviewed/2022/04/GHSA-x7vm-cx3f-5pwf/GHSA-x7vm-cx3f-5pwf.json index a6c4abcab37..135962c4454 100644 --- a/advisories/unreviewed/2022/04/GHSA-x7vm-cx3f-5pwf/GHSA-x7vm-cx3f-5pwf.json +++ b/advisories/unreviewed/2022/04/GHSA-x7vm-cx3f-5pwf/GHSA-x7vm-cx3f-5pwf.json @@ -7,12 +7,8 @@ "CVE-2001-0861" ], "details": "Cisco 12000 with IOS 12.0 and line cards based on Engine 2 and earlier allows remote attackers to cause a denial of service (CPU consumption) by flooding the router with traffic that generates a large number of ICMP Unreachable replies.", - "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/04/GHSA-x83h-v9j2-vj3h/GHSA-x83h-v9j2-vj3h.json b/advisories/unreviewed/2022/04/GHSA-x83h-v9j2-vj3h/GHSA-x83h-v9j2-vj3h.json index ad2fdf68fe4..cba88e3ea9b 100644 --- a/advisories/unreviewed/2022/04/GHSA-x83h-v9j2-vj3h/GHSA-x83h-v9j2-vj3h.json +++ b/advisories/unreviewed/2022/04/GHSA-x83h-v9j2-vj3h/GHSA-x83h-v9j2-vj3h.json @@ -7,12 +7,8 @@ "CVE-2001-0928" ], "details": "Buffer overflow in the permitted function of GNOME gtop daemon (libgtop_daemon) in libgtop 1.0.13 and earlier may allow remote attackers to execute arbitrary code via long authentication data.", - "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/04/GHSA-x8c9-qq6g-6cf4/GHSA-x8c9-qq6g-6cf4.json b/advisories/unreviewed/2022/04/GHSA-x8c9-qq6g-6cf4/GHSA-x8c9-qq6g-6cf4.json index 6cfc8e87428..95dc068052e 100644 --- a/advisories/unreviewed/2022/04/GHSA-x8c9-qq6g-6cf4/GHSA-x8c9-qq6g-6cf4.json +++ b/advisories/unreviewed/2022/04/GHSA-x8c9-qq6g-6cf4/GHSA-x8c9-qq6g-6cf4.json @@ -7,12 +7,8 @@ "CVE-2001-0963" ], "details": "Directory traversal vulnerability in SpoonFTP 1.1 allows local and sometimes remote attackers to access files outside of the FTP root via a ... (modified dot dot) in the CD (CWD) command.", - "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/04/GHSA-xjqf-jgv7-4gqx/GHSA-xjqf-jgv7-4gqx.json b/advisories/unreviewed/2022/04/GHSA-xjqf-jgv7-4gqx/GHSA-xjqf-jgv7-4gqx.json index 95079c90e58..8c0a4eadcff 100644 --- a/advisories/unreviewed/2022/04/GHSA-xjqf-jgv7-4gqx/GHSA-xjqf-jgv7-4gqx.json +++ b/advisories/unreviewed/2022/04/GHSA-xjqf-jgv7-4gqx/GHSA-xjqf-jgv7-4gqx.json @@ -7,12 +7,8 @@ "CVE-2001-0888" ], "details": "Atmel Firmware 1.3 Wireless Access Point (WAP) allows remote attackers to cause a denial of service via a SNMP request with (1) a community string other than \"public\" or (2) an unknown OID, which causes the WAP to deny subsequent SNMP requests.", - "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/04/GHSA-xq26-7392-p876/GHSA-xq26-7392-p876.json b/advisories/unreviewed/2022/04/GHSA-xq26-7392-p876/GHSA-xq26-7392-p876.json index ec2a5f8411f..1e3bf527dd7 100644 --- a/advisories/unreviewed/2022/04/GHSA-xq26-7392-p876/GHSA-xq26-7392-p876.json +++ b/advisories/unreviewed/2022/04/GHSA-xq26-7392-p876/GHSA-xq26-7392-p876.json @@ -7,12 +7,8 @@ "CVE-2001-0911" ], "details": "PHP-Nuke 5.1 stores user and administrator passwords in a base-64 encoded cookie, which could allow remote attackers to gain privileges by stealing or sniffing the cookie and decoding it.", - "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/04/GHSA-xr65-3229-qjf4/GHSA-xr65-3229-qjf4.json b/advisories/unreviewed/2022/04/GHSA-xr65-3229-qjf4/GHSA-xr65-3229-qjf4.json index 19506d53ee3..4a79487d798 100644 --- a/advisories/unreviewed/2022/04/GHSA-xr65-3229-qjf4/GHSA-xr65-3229-qjf4.json +++ b/advisories/unreviewed/2022/04/GHSA-xr65-3229-qjf4/GHSA-xr65-3229-qjf4.json @@ -7,12 +7,8 @@ "CVE-2001-0913" ], "details": "Format string vulnerability in Network Solutions Rwhoisd 1.5.7.2 and earlier, when using syslog, allows remote attackers to corrupt memory and possibly execute arbitrary code via a rwhois request that contains format specifiers.", - "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-22qq-gmgr-6mw9/GHSA-22qq-gmgr-6mw9.json b/advisories/unreviewed/2022/05/GHSA-22qq-gmgr-6mw9/GHSA-22qq-gmgr-6mw9.json index e49257f2556..083fd8ef015 100644 --- a/advisories/unreviewed/2022/05/GHSA-22qq-gmgr-6mw9/GHSA-22qq-gmgr-6mw9.json +++ b/advisories/unreviewed/2022/05/GHSA-22qq-gmgr-6mw9/GHSA-22qq-gmgr-6mw9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-249j-5vj9-w35v/GHSA-249j-5vj9-w35v.json b/advisories/unreviewed/2022/05/GHSA-249j-5vj9-w35v/GHSA-249j-5vj9-w35v.json index ef239ab31c4..fc494d88fd9 100644 --- a/advisories/unreviewed/2022/05/GHSA-249j-5vj9-w35v/GHSA-249j-5vj9-w35v.json +++ b/advisories/unreviewed/2022/05/GHSA-249j-5vj9-w35v/GHSA-249j-5vj9-w35v.json @@ -7,12 +7,8 @@ "CVE-2020-35223" ], "details": "The CSRF protection mechanism implemented in the web administration panel on NETGEAR JGS516PE/GS116Ev2 v2.6.0.43 devices could be bypassed by omitting the CSRF token parameter in HTTP requests.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-24m8-vm8v-rrfv/GHSA-24m8-vm8v-rrfv.json b/advisories/unreviewed/2022/05/GHSA-24m8-vm8v-rrfv/GHSA-24m8-vm8v-rrfv.json index 827c2f2aa88..bdef4b41e8e 100644 --- a/advisories/unreviewed/2022/05/GHSA-24m8-vm8v-rrfv/GHSA-24m8-vm8v-rrfv.json +++ b/advisories/unreviewed/2022/05/GHSA-24m8-vm8v-rrfv/GHSA-24m8-vm8v-rrfv.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-2564-4rf9-wv93/GHSA-2564-4rf9-wv93.json b/advisories/unreviewed/2022/05/GHSA-2564-4rf9-wv93/GHSA-2564-4rf9-wv93.json index 86a7f33d1b6..717de7320f2 100644 --- a/advisories/unreviewed/2022/05/GHSA-2564-4rf9-wv93/GHSA-2564-4rf9-wv93.json +++ b/advisories/unreviewed/2022/05/GHSA-2564-4rf9-wv93/GHSA-2564-4rf9-wv93.json @@ -7,12 +7,8 @@ "CVE-2021-24126" ], "details": "Unvalidated input and lack of output encoding in the Envira Gallery Lite WordPress plugin, versions before 1.8.3.3, did not properly sanitise the images metadata (namely title) before outputting them in the generated gallery, which could lead to privilege escalation.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-275f-jq4p-wxgw/GHSA-275f-jq4p-wxgw.json b/advisories/unreviewed/2022/05/GHSA-275f-jq4p-wxgw/GHSA-275f-jq4p-wxgw.json index 30f1942b39a..c706bca500f 100644 --- a/advisories/unreviewed/2022/05/GHSA-275f-jq4p-wxgw/GHSA-275f-jq4p-wxgw.json +++ b/advisories/unreviewed/2022/05/GHSA-275f-jq4p-wxgw/GHSA-275f-jq4p-wxgw.json @@ -7,12 +7,8 @@ "CVE-2020-28873" ], "details": "Fluxbb 1.5.11 is affected by a denial of service (DoS) vulnerability by sending an extremely long password via the user login form. When a long password is sent, the password hashing process will result in CPU and memory exhaustion on the server.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-27cr-vrc4-8c94/GHSA-27cr-vrc4-8c94.json b/advisories/unreviewed/2022/05/GHSA-27cr-vrc4-8c94/GHSA-27cr-vrc4-8c94.json index 69ca4d00d54..f0a3de090d6 100644 --- a/advisories/unreviewed/2022/05/GHSA-27cr-vrc4-8c94/GHSA-27cr-vrc4-8c94.json +++ b/advisories/unreviewed/2022/05/GHSA-27cr-vrc4-8c94/GHSA-27cr-vrc4-8c94.json @@ -7,12 +7,8 @@ "CVE-2021-22711" ], "details": "A CWE-119:Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability exists in Interactive Graphical SCADA System (IGSS) Definition (Def.exe) V15.0.0.21041 and prior, which could result in arbitrary read or write conditions when malicious CGF (Configuration Group File) file is imported to IGSS Definition due to missing validation of input data.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-27cx-293x-x7gq/GHSA-27cx-293x-x7gq.json b/advisories/unreviewed/2022/05/GHSA-27cx-293x-x7gq/GHSA-27cx-293x-x7gq.json index 4ab7c645723..435ebb3f17b 100644 --- a/advisories/unreviewed/2022/05/GHSA-27cx-293x-x7gq/GHSA-27cx-293x-x7gq.json +++ b/advisories/unreviewed/2022/05/GHSA-27cx-293x-x7gq/GHSA-27cx-293x-x7gq.json @@ -7,12 +7,8 @@ "CVE-2020-1919" ], "details": "Incorrect bounds calculations in substr_compare could lead to an out-of-bounds read when the second string argument passed in is longer than the first. This issue affects HHVM versions prior to 4.56.3, all versions between 4.57.0 and 4.80.1, all versions between 4.81.0 and 4.93.1, and versions 4.94.0, 4.95.0, 4.96.0, 4.97.0, 4.98.0.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-27wp-xpgf-2rjq/GHSA-27wp-xpgf-2rjq.json b/advisories/unreviewed/2022/05/GHSA-27wp-xpgf-2rjq/GHSA-27wp-xpgf-2rjq.json index ff43bf6e133..8250beb10c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-27wp-xpgf-2rjq/GHSA-27wp-xpgf-2rjq.json +++ b/advisories/unreviewed/2022/05/GHSA-27wp-xpgf-2rjq/GHSA-27wp-xpgf-2rjq.json @@ -7,12 +7,8 @@ "CVE-2021-26961" ], "details": "A remote unauthenticated cross-site request forgery (csrf) vulnerability was discovered in Aruba AirWave Management Platform version(s): Prior to 8.2.12.0. A vulnerability in the AirWave web-based management interface could allow an unauthenticated remote attacker to conduct a CSRF attack against a vulnerable system. A successful exploit would consist of an attacker persuading an authorized user to follow a malicious link, resulting in arbitrary actions being carried out with the privilege level of the targeted user.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-284q-vmqr-cv75/GHSA-284q-vmqr-cv75.json b/advisories/unreviewed/2022/05/GHSA-284q-vmqr-cv75/GHSA-284q-vmqr-cv75.json index 231e56e7b66..46d1ae3d291 100644 --- a/advisories/unreviewed/2022/05/GHSA-284q-vmqr-cv75/GHSA-284q-vmqr-cv75.json +++ b/advisories/unreviewed/2022/05/GHSA-284q-vmqr-cv75/GHSA-284q-vmqr-cv75.json @@ -7,12 +7,8 @@ "CVE-2021-26788" ], "details": "Oryx Embedded CycloneTCP 1.7.6 to 2.0.0, fixed in 2.0.2, is affected by incorrect input validation, which may cause a denial of service (DoS). To exploit the vulnerability, an attacker needs to have TCP connectivity to the target system. Receiving a maliciously crafted TCP packet from an unauthenticated endpoint is sufficient to trigger the bug.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2978-89p5-cxgh/GHSA-2978-89p5-cxgh.json b/advisories/unreviewed/2022/05/GHSA-2978-89p5-cxgh/GHSA-2978-89p5-cxgh.json index 546f6fadfbf..f25ae5c1089 100644 --- a/advisories/unreviewed/2022/05/GHSA-2978-89p5-cxgh/GHSA-2978-89p5-cxgh.json +++ b/advisories/unreviewed/2022/05/GHSA-2978-89p5-cxgh/GHSA-2978-89p5-cxgh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2ch7-pmg7-vv3j/GHSA-2ch7-pmg7-vv3j.json b/advisories/unreviewed/2022/05/GHSA-2ch7-pmg7-vv3j/GHSA-2ch7-pmg7-vv3j.json index 82c26905bcc..5e4ed16b2ca 100644 --- a/advisories/unreviewed/2022/05/GHSA-2ch7-pmg7-vv3j/GHSA-2ch7-pmg7-vv3j.json +++ b/advisories/unreviewed/2022/05/GHSA-2ch7-pmg7-vv3j/GHSA-2ch7-pmg7-vv3j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2f5v-p83c-vrjp/GHSA-2f5v-p83c-vrjp.json b/advisories/unreviewed/2022/05/GHSA-2f5v-p83c-vrjp/GHSA-2f5v-p83c-vrjp.json index da46f2666fa..5db7344d11c 100644 --- a/advisories/unreviewed/2022/05/GHSA-2f5v-p83c-vrjp/GHSA-2f5v-p83c-vrjp.json +++ b/advisories/unreviewed/2022/05/GHSA-2f5v-p83c-vrjp/GHSA-2f5v-p83c-vrjp.json @@ -7,12 +7,8 @@ "CVE-2021-20669" ], "details": "Path traversal vulnerability in GROWI versions v4.2.2 and earlier allows an attacker with administrator rights to read and/or delete an arbitrary path via a specially crafted URL.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2jqf-xvwf-cwgj/GHSA-2jqf-xvwf-cwgj.json b/advisories/unreviewed/2022/05/GHSA-2jqf-xvwf-cwgj/GHSA-2jqf-xvwf-cwgj.json index 0e933afc219..262d9339f18 100644 --- a/advisories/unreviewed/2022/05/GHSA-2jqf-xvwf-cwgj/GHSA-2jqf-xvwf-cwgj.json +++ b/advisories/unreviewed/2022/05/GHSA-2jqf-xvwf-cwgj/GHSA-2jqf-xvwf-cwgj.json @@ -7,12 +7,8 @@ "CVE-2020-28150" ], "details": "I-Net Software Clear Reports 20.10.136 web application accepts a user-controlled input that specifies a link to an external site, and uses the user supplied data in a Redirect.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2jrp-x33g-47h4/GHSA-2jrp-x33g-47h4.json b/advisories/unreviewed/2022/05/GHSA-2jrp-x33g-47h4/GHSA-2jrp-x33g-47h4.json index 197ad5138c3..fd92c5ae912 100644 --- a/advisories/unreviewed/2022/05/GHSA-2jrp-x33g-47h4/GHSA-2jrp-x33g-47h4.json +++ b/advisories/unreviewed/2022/05/GHSA-2jrp-x33g-47h4/GHSA-2jrp-x33g-47h4.json @@ -7,12 +7,8 @@ "CVE-2021-20674" ], "details": "Untrusted search path vulnerability in Installer of MagicConnect Client program distributed before 2021 March 1 allows an attacker to gain privileges and via a Trojan horse DLL in an unspecified directory and to execute arbitrary code with the privilege of the user invoking the installer when a terminal is connected remotely using Remote desktop.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2jwr-cm84-p3w4/GHSA-2jwr-cm84-p3w4.json b/advisories/unreviewed/2022/05/GHSA-2jwr-cm84-p3w4/GHSA-2jwr-cm84-p3w4.json index 2b4b7dcde81..d2cdfb7afde 100644 --- a/advisories/unreviewed/2022/05/GHSA-2jwr-cm84-p3w4/GHSA-2jwr-cm84-p3w4.json +++ b/advisories/unreviewed/2022/05/GHSA-2jwr-cm84-p3w4/GHSA-2jwr-cm84-p3w4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2mhf-732c-q449/GHSA-2mhf-732c-q449.json b/advisories/unreviewed/2022/05/GHSA-2mhf-732c-q449/GHSA-2mhf-732c-q449.json index ac48e05c07f..a03d40b514a 100644 --- a/advisories/unreviewed/2022/05/GHSA-2mhf-732c-q449/GHSA-2mhf-732c-q449.json +++ b/advisories/unreviewed/2022/05/GHSA-2mhf-732c-q449/GHSA-2mhf-732c-q449.json @@ -7,12 +7,8 @@ "CVE-2020-35228" ], "details": "A cross-site scripting (XSS) vulnerability in the administration web panel on NETGEAR JGS516PE/GS116Ev2 v2.6.0.43 devices allows remote attackers to inject arbitrary web script or HTML via the language parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2mrj-7qjv-g6rj/GHSA-2mrj-7qjv-g6rj.json b/advisories/unreviewed/2022/05/GHSA-2mrj-7qjv-g6rj/GHSA-2mrj-7qjv-g6rj.json index f6d40939a78..ce62a3e3054 100644 --- a/advisories/unreviewed/2022/05/GHSA-2mrj-7qjv-g6rj/GHSA-2mrj-7qjv-g6rj.json +++ b/advisories/unreviewed/2022/05/GHSA-2mrj-7qjv-g6rj/GHSA-2mrj-7qjv-g6rj.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": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2p4v-83h2-m772/GHSA-2p4v-83h2-m772.json b/advisories/unreviewed/2022/05/GHSA-2p4v-83h2-m772/GHSA-2p4v-83h2-m772.json index a5878b3aabf..04a73dc7cbb 100644 --- a/advisories/unreviewed/2022/05/GHSA-2p4v-83h2-m772/GHSA-2p4v-83h2-m772.json +++ b/advisories/unreviewed/2022/05/GHSA-2p4v-83h2-m772/GHSA-2p4v-83h2-m772.json @@ -7,12 +7,8 @@ "CVE-2021-21171" ], "details": "Incorrect security UI in TabStrip and Navigation in Google Chrome on Android prior to 89.0.4389.72 allowed a remote attacker to spoof the contents of the Omnibox (URL bar) via a crafted HTML page.", - "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-2q3r-vrpv-mqjv/GHSA-2q3r-vrpv-mqjv.json b/advisories/unreviewed/2022/05/GHSA-2q3r-vrpv-mqjv/GHSA-2q3r-vrpv-mqjv.json index aacbd75fabb..2d7fc2e0bce 100644 --- a/advisories/unreviewed/2022/05/GHSA-2q3r-vrpv-mqjv/GHSA-2q3r-vrpv-mqjv.json +++ b/advisories/unreviewed/2022/05/GHSA-2q3r-vrpv-mqjv/GHSA-2q3r-vrpv-mqjv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2qcr-qwm7-98x8/GHSA-2qcr-qwm7-98x8.json b/advisories/unreviewed/2022/05/GHSA-2qcr-qwm7-98x8/GHSA-2qcr-qwm7-98x8.json index 3c1a2d64e8b..6f7c164b947 100644 --- a/advisories/unreviewed/2022/05/GHSA-2qcr-qwm7-98x8/GHSA-2qcr-qwm7-98x8.json +++ b/advisories/unreviewed/2022/05/GHSA-2qcr-qwm7-98x8/GHSA-2qcr-qwm7-98x8.json @@ -7,12 +7,8 @@ "CVE-2021-0458" ], "details": "In the FingerTipS touch screen driver, there is a possible out of bounds read due to an integer overflow. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-157156744", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2vcr-g749-75qc/GHSA-2vcr-g749-75qc.json b/advisories/unreviewed/2022/05/GHSA-2vcr-g749-75qc/GHSA-2vcr-g749-75qc.json index 4952f2fa04b..3f02d8ef060 100644 --- a/advisories/unreviewed/2022/05/GHSA-2vcr-g749-75qc/GHSA-2vcr-g749-75qc.json +++ b/advisories/unreviewed/2022/05/GHSA-2vcr-g749-75qc/GHSA-2vcr-g749-75qc.json @@ -7,12 +7,8 @@ "CVE-2019-18630" ], "details": "On Xerox AltaLink B8045/B8055/B8065/B8075/B8090 and C8030/C8035/C8045/C8055/C8070 multifunction printers with software releases before 101.00x.099.28200, portions of the drive containing executable code were not encrypted thus leaving it open to potential cryptographic information disclosure.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2xj6-87qq-8g95/GHSA-2xj6-87qq-8g95.json b/advisories/unreviewed/2022/05/GHSA-2xj6-87qq-8g95/GHSA-2xj6-87qq-8g95.json index 146bbfdd946..6ccb7d4ac2d 100644 --- a/advisories/unreviewed/2022/05/GHSA-2xj6-87qq-8g95/GHSA-2xj6-87qq-8g95.json +++ b/advisories/unreviewed/2022/05/GHSA-2xj6-87qq-8g95/GHSA-2xj6-87qq-8g95.json @@ -7,12 +7,8 @@ "CVE-2021-27217" ], "details": "An issue was discovered in the _send_secure_msg() function of Yubico yubihsm-shell through 2.0.3. The function does not correctly validate the embedded length field of an authenticated message received from the device. Out-of-bounds reads performed by aes_remove_padding() can crash the running process, depending on the memory layout. This could be used by an attacker to cause a client-side denial of service. The yubihsm-shell project is included in the YubiHSM 2 SDK product.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-32xg-2hj3-q32w/GHSA-32xg-2hj3-q32w.json b/advisories/unreviewed/2022/05/GHSA-32xg-2hj3-q32w/GHSA-32xg-2hj3-q32w.json index cb6e7f06780..f4952ad045e 100644 --- a/advisories/unreviewed/2022/05/GHSA-32xg-2hj3-q32w/GHSA-32xg-2hj3-q32w.json +++ b/advisories/unreviewed/2022/05/GHSA-32xg-2hj3-q32w/GHSA-32xg-2hj3-q32w.json @@ -7,12 +7,8 @@ "CVE-2021-21080" ], "details": "Adobe Connect version 11.0.7 (and earlier) is affected by a reflected Cross-Site Scripting (XSS) vulnerability. An attacker could exploit this vulnerability to inject malicious JavaScript content that may be executed within the context of the victim's browser when they browse to the page containing the vulnerable field.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-32xq-w4g5-fj4x/GHSA-32xq-w4g5-fj4x.json b/advisories/unreviewed/2022/05/GHSA-32xq-w4g5-fj4x/GHSA-32xq-w4g5-fj4x.json index 7808816b5e2..7f4b879a2cf 100644 --- a/advisories/unreviewed/2022/05/GHSA-32xq-w4g5-fj4x/GHSA-32xq-w4g5-fj4x.json +++ b/advisories/unreviewed/2022/05/GHSA-32xq-w4g5-fj4x/GHSA-32xq-w4g5-fj4x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-33xj-4jh4-g344/GHSA-33xj-4jh4-g344.json b/advisories/unreviewed/2022/05/GHSA-33xj-4jh4-g344/GHSA-33xj-4jh4-g344.json index ddd95803f11..fba86b81d40 100644 --- a/advisories/unreviewed/2022/05/GHSA-33xj-4jh4-g344/GHSA-33xj-4jh4-g344.json +++ b/advisories/unreviewed/2022/05/GHSA-33xj-4jh4-g344/GHSA-33xj-4jh4-g344.json @@ -7,12 +7,8 @@ "CVE-2021-27520" ], "details": "A cross-site scripting (XSS) issue in FUDForum 3.1.0 allows remote attackers to inject JavaScript via index.php in the \"author\" parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-345j-gpg7-fhmx/GHSA-345j-gpg7-fhmx.json b/advisories/unreviewed/2022/05/GHSA-345j-gpg7-fhmx/GHSA-345j-gpg7-fhmx.json index b1eac6eb47a..8b58f87a7e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-345j-gpg7-fhmx/GHSA-345j-gpg7-fhmx.json +++ b/advisories/unreviewed/2022/05/GHSA-345j-gpg7-fhmx/GHSA-345j-gpg7-fhmx.json @@ -7,12 +7,8 @@ "CVE-2020-28899" ], "details": "The Web CGI Script on ZyXEL LTE4506-M606 V1.00(ABDO.2)C0 devices does not require authentication, which allows remote unauthenticated attackers (via crafted JSON action data to /cgi-bin/gui.cgi) to use all features provided by the router. Examples: change the router password, retrieve the Wi-Fi passphrase, send an SMS message, or modify the IP forwarding to access the internal network.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-358m-5hx2-q7v5/GHSA-358m-5hx2-q7v5.json b/advisories/unreviewed/2022/05/GHSA-358m-5hx2-q7v5/GHSA-358m-5hx2-q7v5.json index 043bb0f2932..407a80db6e9 100644 --- a/advisories/unreviewed/2022/05/GHSA-358m-5hx2-q7v5/GHSA-358m-5hx2-q7v5.json +++ b/advisories/unreviewed/2022/05/GHSA-358m-5hx2-q7v5/GHSA-358m-5hx2-q7v5.json @@ -7,12 +7,8 @@ "CVE-2020-35221" ], "details": "The hashing algorithm implemented for NSDP password authentication on NETGEAR JGS516PE/GS116Ev2 v2.6.0.43 devices was found to be insecure, allowing attackers (with access to a network capture) to quickly generate multiple collisions to generate valid passwords, or infer some parts of the original.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-35g8-4m6m-fr64/GHSA-35g8-4m6m-fr64.json b/advisories/unreviewed/2022/05/GHSA-35g8-4m6m-fr64/GHSA-35g8-4m6m-fr64.json index 1ce8d3e1e1c..76afff20ea6 100644 --- a/advisories/unreviewed/2022/05/GHSA-35g8-4m6m-fr64/GHSA-35g8-4m6m-fr64.json +++ b/advisories/unreviewed/2022/05/GHSA-35g8-4m6m-fr64/GHSA-35g8-4m6m-fr64.json @@ -7,12 +7,8 @@ "CVE-2021-0394" ], "details": "In android_os_Parcel_readString8 of android_os_Parcel.cpp, there is a possible out of bounds read due to a missing bounds check. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11 Android-8.1 Android-9 Android-10Android ID: A-172655291", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-35mv-96c3-9q8w/GHSA-35mv-96c3-9q8w.json b/advisories/unreviewed/2022/05/GHSA-35mv-96c3-9q8w/GHSA-35mv-96c3-9q8w.json index 8f3cb9c6e2d..bdb4dfc5d48 100644 --- a/advisories/unreviewed/2022/05/GHSA-35mv-96c3-9q8w/GHSA-35mv-96c3-9q8w.json +++ b/advisories/unreviewed/2022/05/GHSA-35mv-96c3-9q8w/GHSA-35mv-96c3-9q8w.json @@ -7,12 +7,8 @@ "CVE-2020-35752" ], "details": "Baby Care System 1.0 is affected by a cross-site scripting (XSS) vulnerability in the Edit Page tab through the Post title parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3672-644q-jcfr/GHSA-3672-644q-jcfr.json b/advisories/unreviewed/2022/05/GHSA-3672-644q-jcfr/GHSA-3672-644q-jcfr.json index 83dda2fa78d..03b8137119a 100644 --- a/advisories/unreviewed/2022/05/GHSA-3672-644q-jcfr/GHSA-3672-644q-jcfr.json +++ b/advisories/unreviewed/2022/05/GHSA-3672-644q-jcfr/GHSA-3672-644q-jcfr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-36fx-x9hq-pvcq/GHSA-36fx-x9hq-pvcq.json b/advisories/unreviewed/2022/05/GHSA-36fx-x9hq-pvcq/GHSA-36fx-x9hq-pvcq.json index 753d70b17d1..a61f5486ac7 100644 --- a/advisories/unreviewed/2022/05/GHSA-36fx-x9hq-pvcq/GHSA-36fx-x9hq-pvcq.json +++ b/advisories/unreviewed/2022/05/GHSA-36fx-x9hq-pvcq/GHSA-36fx-x9hq-pvcq.json @@ -7,12 +7,8 @@ "CVE-2021-26990" ], "details": "Cloud Manager versions prior to 3.9.4 are susceptible to a vulnerability that could allow a remote attacker to overwrite arbitrary system files.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-378q-m7x3-6f3j/GHSA-378q-m7x3-6f3j.json b/advisories/unreviewed/2022/05/GHSA-378q-m7x3-6f3j/GHSA-378q-m7x3-6f3j.json index 466fca801d6..248e579a43d 100644 --- a/advisories/unreviewed/2022/05/GHSA-378q-m7x3-6f3j/GHSA-378q-m7x3-6f3j.json +++ b/advisories/unreviewed/2022/05/GHSA-378q-m7x3-6f3j/GHSA-378q-m7x3-6f3j.json @@ -7,12 +7,8 @@ "CVE-2021-21183" ], "details": "Inappropriate implementation in performance APIs in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to leak cross-origin data via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-37g3-f8w7-7773/GHSA-37g3-f8w7-7773.json b/advisories/unreviewed/2022/05/GHSA-37g3-f8w7-7773/GHSA-37g3-f8w7-7773.json index 61f0fa8da4f..752bcb91395 100644 --- a/advisories/unreviewed/2022/05/GHSA-37g3-f8w7-7773/GHSA-37g3-f8w7-7773.json +++ b/advisories/unreviewed/2022/05/GHSA-37g3-f8w7-7773/GHSA-37g3-f8w7-7773.json @@ -7,12 +7,8 @@ "CVE-2021-20668" ], "details": "Path traversal vulnerability in GROWI versions v4.2.2 and earlier allows an attacker with administrator rights to read an arbitrary path via a specially crafted URL.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-37q2-jfrf-gv36/GHSA-37q2-jfrf-gv36.json b/advisories/unreviewed/2022/05/GHSA-37q2-jfrf-gv36/GHSA-37q2-jfrf-gv36.json index 4b9ef083cbc..32a4291f687 100644 --- a/advisories/unreviewed/2022/05/GHSA-37q2-jfrf-gv36/GHSA-37q2-jfrf-gv36.json +++ b/advisories/unreviewed/2022/05/GHSA-37q2-jfrf-gv36/GHSA-37q2-jfrf-gv36.json @@ -7,12 +7,8 @@ "CVE-2020-1916" ], "details": "An incorrect size calculation in ldap_escape may lead to an integer overflow when overly long input is passed in, resulting in an out-of-bounds write. This issue affects HHVM prior to 4.56.2, all versions between 4.57.0 and 4.78.0, 4.79.0, 4.80.0, 4.81.0, 4.82.0, 4.83.0.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-383q-xpqw-cmqj/GHSA-383q-xpqw-cmqj.json b/advisories/unreviewed/2022/05/GHSA-383q-xpqw-cmqj/GHSA-383q-xpqw-cmqj.json index e8b9f07190a..9747bd84ff7 100644 --- a/advisories/unreviewed/2022/05/GHSA-383q-xpqw-cmqj/GHSA-383q-xpqw-cmqj.json +++ b/advisories/unreviewed/2022/05/GHSA-383q-xpqw-cmqj/GHSA-383q-xpqw-cmqj.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", @@ -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-3852-pg93-43w3/GHSA-3852-pg93-43w3.json b/advisories/unreviewed/2022/05/GHSA-3852-pg93-43w3/GHSA-3852-pg93-43w3.json index ee3bba5c716..9c37f87e345 100644 --- a/advisories/unreviewed/2022/05/GHSA-3852-pg93-43w3/GHSA-3852-pg93-43w3.json +++ b/advisories/unreviewed/2022/05/GHSA-3852-pg93-43w3/GHSA-3852-pg93-43w3.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-38c2-7994-ggcm/GHSA-38c2-7994-ggcm.json b/advisories/unreviewed/2022/05/GHSA-38c2-7994-ggcm/GHSA-38c2-7994-ggcm.json index 7ef32f7870d..70bfd2c5cac 100644 --- a/advisories/unreviewed/2022/05/GHSA-38c2-7994-ggcm/GHSA-38c2-7994-ggcm.json +++ b/advisories/unreviewed/2022/05/GHSA-38c2-7994-ggcm/GHSA-38c2-7994-ggcm.json @@ -7,12 +7,8 @@ "CVE-2021-24147" ], "details": "Unvalidated input and lack of output encoding in the Modern Events Calendar Lite WordPress plugin, versions before 5.16.5, did not sanitise the mic_comment field (Notes on time) when adding/editing an event, allowing users with privilege as low as author to add events with a Cross-Site Scripting payload in them, which will be triggered in the frontend when viewing the event.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-38fh-5rpq-pxq2/GHSA-38fh-5rpq-pxq2.json b/advisories/unreviewed/2022/05/GHSA-38fh-5rpq-pxq2/GHSA-38fh-5rpq-pxq2.json index adbfbeee66b..8e0a55bab5f 100644 --- a/advisories/unreviewed/2022/05/GHSA-38fh-5rpq-pxq2/GHSA-38fh-5rpq-pxq2.json +++ b/advisories/unreviewed/2022/05/GHSA-38fh-5rpq-pxq2/GHSA-38fh-5rpq-pxq2.json @@ -7,12 +7,8 @@ "CVE-2020-11171" ], "details": "Buffer over-read can happen while parsing received SDP values due to lack of NULL termination check on SDP in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3938-vx68-327v/GHSA-3938-vx68-327v.json b/advisories/unreviewed/2022/05/GHSA-3938-vx68-327v/GHSA-3938-vx68-327v.json index e3f8abecdc2..6e8948b31d0 100644 --- a/advisories/unreviewed/2022/05/GHSA-3938-vx68-327v/GHSA-3938-vx68-327v.json +++ b/advisories/unreviewed/2022/05/GHSA-3938-vx68-327v/GHSA-3938-vx68-327v.json @@ -7,12 +7,8 @@ "CVE-2020-29029" ], "details": "Improper Input Validation, Cross-site Scripting (XSS) vulnerability in Web GUI of Secomea GateManager allows an attacker to execute arbitrary javascript code. This issue affects: Secomea GateManager all versions prior to 9.4.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3c3f-2h7p-qwc8/GHSA-3c3f-2h7p-qwc8.json b/advisories/unreviewed/2022/05/GHSA-3c3f-2h7p-qwc8/GHSA-3c3f-2h7p-qwc8.json index 348c79f741f..882b2264f3c 100644 --- a/advisories/unreviewed/2022/05/GHSA-3c3f-2h7p-qwc8/GHSA-3c3f-2h7p-qwc8.json +++ b/advisories/unreviewed/2022/05/GHSA-3c3f-2h7p-qwc8/GHSA-3c3f-2h7p-qwc8.json @@ -7,12 +7,8 @@ "CVE-2021-27589" ], "details": "When a user opens manipulated Scalable Vector Graphics (.SVG) format files received from untrusted sources in SAP 3D Visual Enterprise Viewer version 9, the application crashes and becomes temporarily unavailable to the user until restart of the application.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3c69-6w5j-4xrh/GHSA-3c69-6w5j-4xrh.json b/advisories/unreviewed/2022/05/GHSA-3c69-6w5j-4xrh/GHSA-3c69-6w5j-4xrh.json index 805e81c5f8d..0e6c270bda7 100644 --- a/advisories/unreviewed/2022/05/GHSA-3c69-6w5j-4xrh/GHSA-3c69-6w5j-4xrh.json +++ b/advisories/unreviewed/2022/05/GHSA-3c69-6w5j-4xrh/GHSA-3c69-6w5j-4xrh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3c8c-qvfq-8x38/GHSA-3c8c-qvfq-8x38.json b/advisories/unreviewed/2022/05/GHSA-3c8c-qvfq-8x38/GHSA-3c8c-qvfq-8x38.json index dae167d73da..ca2497e1708 100644 --- a/advisories/unreviewed/2022/05/GHSA-3c8c-qvfq-8x38/GHSA-3c8c-qvfq-8x38.json +++ b/advisories/unreviewed/2022/05/GHSA-3c8c-qvfq-8x38/GHSA-3c8c-qvfq-8x38.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3fvg-m97h-xrw7/GHSA-3fvg-m97h-xrw7.json b/advisories/unreviewed/2022/05/GHSA-3fvg-m97h-xrw7/GHSA-3fvg-m97h-xrw7.json index f534afeb904..f07938b3fe9 100644 --- a/advisories/unreviewed/2022/05/GHSA-3fvg-m97h-xrw7/GHSA-3fvg-m97h-xrw7.json +++ b/advisories/unreviewed/2022/05/GHSA-3fvg-m97h-xrw7/GHSA-3fvg-m97h-xrw7.json @@ -7,12 +7,8 @@ "CVE-2021-21174" ], "details": "Inappropriate implementation in Referrer in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to bypass navigation restrictions via a crafted HTML page.", - "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-3g55-69j2-vxv7/GHSA-3g55-69j2-vxv7.json b/advisories/unreviewed/2022/05/GHSA-3g55-69j2-vxv7/GHSA-3g55-69j2-vxv7.json index 52415ae8b90..3123a52b3ca 100644 --- a/advisories/unreviewed/2022/05/GHSA-3g55-69j2-vxv7/GHSA-3g55-69j2-vxv7.json +++ b/advisories/unreviewed/2022/05/GHSA-3g55-69j2-vxv7/GHSA-3g55-69j2-vxv7.json @@ -7,12 +7,8 @@ "CVE-2021-24138" ], "details": "Unvalidated input in the AdRotate WordPress plugin, versions before 5.8.4, leads to Authenticated SQL injection via param \"id\". This requires an admin privileged user.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3g9r-qc5h-97f4/GHSA-3g9r-qc5h-97f4.json b/advisories/unreviewed/2022/05/GHSA-3g9r-qc5h-97f4/GHSA-3g9r-qc5h-97f4.json index f9b3def6064..d20dc61732b 100644 --- a/advisories/unreviewed/2022/05/GHSA-3g9r-qc5h-97f4/GHSA-3g9r-qc5h-97f4.json +++ b/advisories/unreviewed/2022/05/GHSA-3g9r-qc5h-97f4/GHSA-3g9r-qc5h-97f4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3jv8-5f69-qhfw/GHSA-3jv8-5f69-qhfw.json b/advisories/unreviewed/2022/05/GHSA-3jv8-5f69-qhfw/GHSA-3jv8-5f69-qhfw.json index 1ab217aa098..b925496a35e 100644 --- a/advisories/unreviewed/2022/05/GHSA-3jv8-5f69-qhfw/GHSA-3jv8-5f69-qhfw.json +++ b/advisories/unreviewed/2022/05/GHSA-3jv8-5f69-qhfw/GHSA-3jv8-5f69-qhfw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3pjr-v8w5-hm42/GHSA-3pjr-v8w5-hm42.json b/advisories/unreviewed/2022/05/GHSA-3pjr-v8w5-hm42/GHSA-3pjr-v8w5-hm42.json index 30c270271f1..150132ae5cc 100644 --- a/advisories/unreviewed/2022/05/GHSA-3pjr-v8w5-hm42/GHSA-3pjr-v8w5-hm42.json +++ b/advisories/unreviewed/2022/05/GHSA-3pjr-v8w5-hm42/GHSA-3pjr-v8w5-hm42.json @@ -7,12 +7,8 @@ "CVE-2021-21506" ], "details": "PowerScale OneFS 8.1.2,8.2.2 and 9.1.0 contains an improper input sanitization issue in its API handler. An un-authtenticated with ISI_PRIV_SYS_SUPPORT and ISI_PRIV_LOGIN_PAPI privileges could potentially exploit this vulnerability, leading to potential privileges escalation.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3qjh-mq2f-vcvc/GHSA-3qjh-mq2f-vcvc.json b/advisories/unreviewed/2022/05/GHSA-3qjh-mq2f-vcvc/GHSA-3qjh-mq2f-vcvc.json index 264b78c2cd9..85f9706f2bd 100644 --- a/advisories/unreviewed/2022/05/GHSA-3qjh-mq2f-vcvc/GHSA-3qjh-mq2f-vcvc.json +++ b/advisories/unreviewed/2022/05/GHSA-3qjh-mq2f-vcvc/GHSA-3qjh-mq2f-vcvc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3qr5-8x2w-5cvx/GHSA-3qr5-8x2w-5cvx.json b/advisories/unreviewed/2022/05/GHSA-3qr5-8x2w-5cvx/GHSA-3qr5-8x2w-5cvx.json index 57fa6f840b3..63bece0981c 100644 --- a/advisories/unreviewed/2022/05/GHSA-3qr5-8x2w-5cvx/GHSA-3qr5-8x2w-5cvx.json +++ b/advisories/unreviewed/2022/05/GHSA-3qr5-8x2w-5cvx/GHSA-3qr5-8x2w-5cvx.json @@ -7,12 +7,8 @@ "CVE-2021-0398" ], "details": "In bindServiceLocked of ActiveServices.java, there is a possible foreground service launch due to a confused deputy. This could lead to local escalation of privilege with User execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11Android ID: A-173516292", - "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-3qrr-qcj3-vmhr/GHSA-3qrr-qcj3-vmhr.json b/advisories/unreviewed/2022/05/GHSA-3qrr-qcj3-vmhr/GHSA-3qrr-qcj3-vmhr.json index 3a3db3efa28..879c3d9641c 100644 --- a/advisories/unreviewed/2022/05/GHSA-3qrr-qcj3-vmhr/GHSA-3qrr-qcj3-vmhr.json +++ b/advisories/unreviewed/2022/05/GHSA-3qrr-qcj3-vmhr/GHSA-3qrr-qcj3-vmhr.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": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3v2j-hfc3-mhfr/GHSA-3v2j-hfc3-mhfr.json b/advisories/unreviewed/2022/05/GHSA-3v2j-hfc3-mhfr/GHSA-3v2j-hfc3-mhfr.json index 812a803730b..df7f0cc4b58 100644 --- a/advisories/unreviewed/2022/05/GHSA-3v2j-hfc3-mhfr/GHSA-3v2j-hfc3-mhfr.json +++ b/advisories/unreviewed/2022/05/GHSA-3v2j-hfc3-mhfr/GHSA-3v2j-hfc3-mhfr.json @@ -7,12 +7,8 @@ "CVE-2021-22848" ], "details": "HGiga MailSherlock contains a SQL Injection. Remote attackers can inject SQL syntax and execute SQL commands in a URL parameter of email pages without privilege.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3w9m-7j3j-w9p6/GHSA-3w9m-7j3j-w9p6.json b/advisories/unreviewed/2022/05/GHSA-3w9m-7j3j-w9p6/GHSA-3w9m-7j3j-w9p6.json index 37d5cacff76..bfeec761174 100644 --- a/advisories/unreviewed/2022/05/GHSA-3w9m-7j3j-w9p6/GHSA-3w9m-7j3j-w9p6.json +++ b/advisories/unreviewed/2022/05/GHSA-3w9m-7j3j-w9p6/GHSA-3w9m-7j3j-w9p6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3xh8-wc63-mmj5/GHSA-3xh8-wc63-mmj5.json b/advisories/unreviewed/2022/05/GHSA-3xh8-wc63-mmj5/GHSA-3xh8-wc63-mmj5.json index 2165909705e..50d71e0b5d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-3xh8-wc63-mmj5/GHSA-3xh8-wc63-mmj5.json +++ b/advisories/unreviewed/2022/05/GHSA-3xh8-wc63-mmj5/GHSA-3xh8-wc63-mmj5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3xhc-3pqp-v39v/GHSA-3xhc-3pqp-v39v.json b/advisories/unreviewed/2022/05/GHSA-3xhc-3pqp-v39v/GHSA-3xhc-3pqp-v39v.json index a7a4d95a004..ff236b216ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-3xhc-3pqp-v39v/GHSA-3xhc-3pqp-v39v.json +++ b/advisories/unreviewed/2022/05/GHSA-3xhc-3pqp-v39v/GHSA-3xhc-3pqp-v39v.json @@ -7,12 +7,8 @@ "CVE-2021-24130" ], "details": "Unvalidated input in the WP Google Map Plugin WordPress plugin, versions before 4.1.5, in the Manage Locations page within the plugin settings was vulnerable to SQL Injection through a high privileged user (admin+).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3xwr-pg9v-wcpj/GHSA-3xwr-pg9v-wcpj.json b/advisories/unreviewed/2022/05/GHSA-3xwr-pg9v-wcpj/GHSA-3xwr-pg9v-wcpj.json index a0d54bbe038..1bedd7a75bb 100644 --- a/advisories/unreviewed/2022/05/GHSA-3xwr-pg9v-wcpj/GHSA-3xwr-pg9v-wcpj.json +++ b/advisories/unreviewed/2022/05/GHSA-3xwr-pg9v-wcpj/GHSA-3xwr-pg9v-wcpj.json @@ -7,12 +7,8 @@ "CVE-2021-21178" ], "details": "Inappropriate implementation in Compositing in Google Chrome on Linux and Windows prior to 89.0.4389.72 allowed a remote attacker to spoof the contents of the Omnibox (URL bar) via a crafted HTML page.", - "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-42g3-v99m-3ggh/GHSA-42g3-v99m-3ggh.json b/advisories/unreviewed/2022/05/GHSA-42g3-v99m-3ggh/GHSA-42g3-v99m-3ggh.json index 8f297b6db13..84b32c952bf 100644 --- a/advisories/unreviewed/2022/05/GHSA-42g3-v99m-3ggh/GHSA-42g3-v99m-3ggh.json +++ b/advisories/unreviewed/2022/05/GHSA-42g3-v99m-3ggh/GHSA-42g3-v99m-3ggh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-45fv-9g2p-xqxq/GHSA-45fv-9g2p-xqxq.json b/advisories/unreviewed/2022/05/GHSA-45fv-9g2p-xqxq/GHSA-45fv-9g2p-xqxq.json index b80f89f53f6..732407eef5a 100644 --- a/advisories/unreviewed/2022/05/GHSA-45fv-9g2p-xqxq/GHSA-45fv-9g2p-xqxq.json +++ b/advisories/unreviewed/2022/05/GHSA-45fv-9g2p-xqxq/GHSA-45fv-9g2p-xqxq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-45qq-5333-g6h7/GHSA-45qq-5333-g6h7.json b/advisories/unreviewed/2022/05/GHSA-45qq-5333-g6h7/GHSA-45qq-5333-g6h7.json index 48f401b46a6..40e230c9aec 100644 --- a/advisories/unreviewed/2022/05/GHSA-45qq-5333-g6h7/GHSA-45qq-5333-g6h7.json +++ b/advisories/unreviewed/2022/05/GHSA-45qq-5333-g6h7/GHSA-45qq-5333-g6h7.json @@ -7,12 +7,8 @@ "CVE-2021-21163" ], "details": "Insufficient data validation in Reader Mode in Google Chrome on iOS prior to 89.0.4389.72 allowed a remote attacker to leak cross-origin data via a crafted HTML page and a malicious server.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-467c-6whc-qp44/GHSA-467c-6whc-qp44.json b/advisories/unreviewed/2022/05/GHSA-467c-6whc-qp44/GHSA-467c-6whc-qp44.json index 37e69e2f669..a67c71d165c 100644 --- a/advisories/unreviewed/2022/05/GHSA-467c-6whc-qp44/GHSA-467c-6whc-qp44.json +++ b/advisories/unreviewed/2022/05/GHSA-467c-6whc-qp44/GHSA-467c-6whc-qp44.json @@ -7,12 +7,8 @@ "CVE-2020-29045" ], "details": "The food-and-drink-menu plugin through 2.2.0 for WordPress allows remote attackers to execute arbitrary code because of an unserialize operation on the fdm_cart cookie in load_cart_from_cookie in includes/class-cart-manager.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-46qw-vj9r-rqgq/GHSA-46qw-vj9r-rqgq.json b/advisories/unreviewed/2022/05/GHSA-46qw-vj9r-rqgq/GHSA-46qw-vj9r-rqgq.json index 30321b924c6..35f1a48174a 100644 --- a/advisories/unreviewed/2022/05/GHSA-46qw-vj9r-rqgq/GHSA-46qw-vj9r-rqgq.json +++ b/advisories/unreviewed/2022/05/GHSA-46qw-vj9r-rqgq/GHSA-46qw-vj9r-rqgq.json @@ -7,12 +7,8 @@ "CVE-2021-27587" ], "details": "When a user opens manipulated Jupiter Tessellation (.JT) format files received from untrusted sources in SAP 3D Visual Enterprise Viewer version 9, the application crashes and becomes temporarily unavailable to the user until restart of 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-46vr-p4g8-f826/GHSA-46vr-p4g8-f826.json b/advisories/unreviewed/2022/05/GHSA-46vr-p4g8-f826/GHSA-46vr-p4g8-f826.json index 2184250da2d..30a4bc89246 100644 --- a/advisories/unreviewed/2022/05/GHSA-46vr-p4g8-f826/GHSA-46vr-p4g8-f826.json +++ b/advisories/unreviewed/2022/05/GHSA-46vr-p4g8-f826/GHSA-46vr-p4g8-f826.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-49hc-75c3-5637/GHSA-49hc-75c3-5637.json b/advisories/unreviewed/2022/05/GHSA-49hc-75c3-5637/GHSA-49hc-75c3-5637.json index 0ad194bb8f9..e290858554f 100644 --- a/advisories/unreviewed/2022/05/GHSA-49hc-75c3-5637/GHSA-49hc-75c3-5637.json +++ b/advisories/unreviewed/2022/05/GHSA-49hc-75c3-5637/GHSA-49hc-75c3-5637.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-4cx8-frpf-fjc3/GHSA-4cx8-frpf-fjc3.json b/advisories/unreviewed/2022/05/GHSA-4cx8-frpf-fjc3/GHSA-4cx8-frpf-fjc3.json index b8eb95b0b9b..a47c7a9487a 100644 --- a/advisories/unreviewed/2022/05/GHSA-4cx8-frpf-fjc3/GHSA-4cx8-frpf-fjc3.json +++ b/advisories/unreviewed/2022/05/GHSA-4cx8-frpf-fjc3/GHSA-4cx8-frpf-fjc3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4fwc-r6j4-9vgg/GHSA-4fwc-r6j4-9vgg.json b/advisories/unreviewed/2022/05/GHSA-4fwc-r6j4-9vgg/GHSA-4fwc-r6j4-9vgg.json index 344f1b4d829..9d9fce254ff 100644 --- a/advisories/unreviewed/2022/05/GHSA-4fwc-r6j4-9vgg/GHSA-4fwc-r6j4-9vgg.json +++ b/advisories/unreviewed/2022/05/GHSA-4fwc-r6j4-9vgg/GHSA-4fwc-r6j4-9vgg.json @@ -7,12 +7,8 @@ "CVE-2021-20273" ], "details": "A flaw was found in privoxy before 3.0.32. A crash can occur via a crafted CGI request if Privoxy is toggled off.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4gfr-qq27-gxq2/GHSA-4gfr-qq27-gxq2.json b/advisories/unreviewed/2022/05/GHSA-4gfr-qq27-gxq2/GHSA-4gfr-qq27-gxq2.json index f4fa62c0cc9..38b33c21df0 100644 --- a/advisories/unreviewed/2022/05/GHSA-4gfr-qq27-gxq2/GHSA-4gfr-qq27-gxq2.json +++ b/advisories/unreviewed/2022/05/GHSA-4gfr-qq27-gxq2/GHSA-4gfr-qq27-gxq2.json @@ -7,12 +7,8 @@ "CVE-2020-23722" ], "details": "An issue was discovered in FUEL CMS 1.4.7. There is a escalation of privilege vulnerability to obtain super admin privilege via the \"id\" and \"fuel_id\" parameters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4hp7-8g3g-26p5/GHSA-4hp7-8g3g-26p5.json b/advisories/unreviewed/2022/05/GHSA-4hp7-8g3g-26p5/GHSA-4hp7-8g3g-26p5.json index feb7d948863..bb38cdea743 100644 --- a/advisories/unreviewed/2022/05/GHSA-4hp7-8g3g-26p5/GHSA-4hp7-8g3g-26p5.json +++ b/advisories/unreviewed/2022/05/GHSA-4hp7-8g3g-26p5/GHSA-4hp7-8g3g-26p5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4mhj-4jj5-gpmh/GHSA-4mhj-4jj5-gpmh.json b/advisories/unreviewed/2022/05/GHSA-4mhj-4jj5-gpmh/GHSA-4mhj-4jj5-gpmh.json index 061a0a9f8f3..6ad89c9afb4 100644 --- a/advisories/unreviewed/2022/05/GHSA-4mhj-4jj5-gpmh/GHSA-4mhj-4jj5-gpmh.json +++ b/advisories/unreviewed/2022/05/GHSA-4mhj-4jj5-gpmh/GHSA-4mhj-4jj5-gpmh.json @@ -7,12 +7,8 @@ "CVE-2021-28419" ], "details": "The \"order_col\" parameter in archive.php of SEO Panel 4.8.0 is vulnerable to time-based blind SQL injection, which leads to the ability to retrieve all databases.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4p7j-g7mm-h6h2/GHSA-4p7j-g7mm-h6h2.json b/advisories/unreviewed/2022/05/GHSA-4p7j-g7mm-h6h2/GHSA-4p7j-g7mm-h6h2.json index e6c89b1969d..669a0280097 100644 --- a/advisories/unreviewed/2022/05/GHSA-4p7j-g7mm-h6h2/GHSA-4p7j-g7mm-h6h2.json +++ b/advisories/unreviewed/2022/05/GHSA-4p7j-g7mm-h6h2/GHSA-4p7j-g7mm-h6h2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4pg2-877m-7jq3/GHSA-4pg2-877m-7jq3.json b/advisories/unreviewed/2022/05/GHSA-4pg2-877m-7jq3/GHSA-4pg2-877m-7jq3.json index cf64ab28c62..3e7403d4315 100644 --- a/advisories/unreviewed/2022/05/GHSA-4pg2-877m-7jq3/GHSA-4pg2-877m-7jq3.json +++ b/advisories/unreviewed/2022/05/GHSA-4pg2-877m-7jq3/GHSA-4pg2-877m-7jq3.json @@ -7,12 +7,8 @@ "CVE-2021-28379" ], "details": "web/upload/UploadHandler.php in Vesta Control Panel (aka VestaCP) through 0.9.8-27 and myVesta through 0.9.8-26-39 allows uploads from a different origin.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4pxg-g29h-qqfc/GHSA-4pxg-g29h-qqfc.json b/advisories/unreviewed/2022/05/GHSA-4pxg-g29h-qqfc/GHSA-4pxg-g29h-qqfc.json index bcf440d19c9..ab8b060f4ea 100644 --- a/advisories/unreviewed/2022/05/GHSA-4pxg-g29h-qqfc/GHSA-4pxg-g29h-qqfc.json +++ b/advisories/unreviewed/2022/05/GHSA-4pxg-g29h-qqfc/GHSA-4pxg-g29h-qqfc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4qph-vq25-gvfm/GHSA-4qph-vq25-gvfm.json b/advisories/unreviewed/2022/05/GHSA-4qph-vq25-gvfm/GHSA-4qph-vq25-gvfm.json index ab6a0b0ae11..adb78018b03 100644 --- a/advisories/unreviewed/2022/05/GHSA-4qph-vq25-gvfm/GHSA-4qph-vq25-gvfm.json +++ b/advisories/unreviewed/2022/05/GHSA-4qph-vq25-gvfm/GHSA-4qph-vq25-gvfm.json @@ -7,12 +7,8 @@ "CVE-2021-21079" ], "details": "Adobe Connect version 11.0.7 (and earlier) is affected by a reflected Cross-Site Scripting (XSS) vulnerability. An attacker could exploit this vulnerability to inject malicious JavaScript content that may be executed within the context of the victim's browser when they browse to the page containing the vulnerable field.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4v7v-2c44-w644/GHSA-4v7v-2c44-w644.json b/advisories/unreviewed/2022/05/GHSA-4v7v-2c44-w644/GHSA-4v7v-2c44-w644.json index 0d8163b14b5..655c9a3d878 100644 --- a/advisories/unreviewed/2022/05/GHSA-4v7v-2c44-w644/GHSA-4v7v-2c44-w644.json +++ b/advisories/unreviewed/2022/05/GHSA-4v7v-2c44-w644/GHSA-4v7v-2c44-w644.json @@ -7,12 +7,8 @@ "CVE-2021-27656" ], "details": "A vulnerability in exacqVision Web Service 20.12.2.0 and prior could allow an unauthenticated attacker to view system-level information about the exacqVision Web Service and the operating system.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4vq9-fqw4-6r9r/GHSA-4vq9-fqw4-6r9r.json b/advisories/unreviewed/2022/05/GHSA-4vq9-fqw4-6r9r/GHSA-4vq9-fqw4-6r9r.json index 820be4f0814..0ed55bbc062 100644 --- a/advisories/unreviewed/2022/05/GHSA-4vq9-fqw4-6r9r/GHSA-4vq9-fqw4-6r9r.json +++ b/advisories/unreviewed/2022/05/GHSA-4vq9-fqw4-6r9r/GHSA-4vq9-fqw4-6r9r.json @@ -7,12 +7,8 @@ "CVE-2020-24263" ], "details": "Portainer 1.24.1 and earlier is affected by an insecure permissions vulnerability that may lead to remote arbitrary code execution. A non-admin user is allowed to spawn new containers with critical capabilities such as SYS_MODULE, which can be used to take over the Docker host.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4vvw-cw7c-jq92/GHSA-4vvw-cw7c-jq92.json b/advisories/unreviewed/2022/05/GHSA-4vvw-cw7c-jq92/GHSA-4vvw-cw7c-jq92.json index 1c76f846cf4..a0bd8deb1c0 100644 --- a/advisories/unreviewed/2022/05/GHSA-4vvw-cw7c-jq92/GHSA-4vvw-cw7c-jq92.json +++ b/advisories/unreviewed/2022/05/GHSA-4vvw-cw7c-jq92/GHSA-4vvw-cw7c-jq92.json @@ -7,12 +7,8 @@ "CVE-2020-4976" ], "details": "IBM DB2 for Linux, UNIX and Windows (includes DB2 Connect Server) 9.7, 10.1, 10.5, 11.1, and 11.5 could allow a local user to read and write specific files due to weak file permissions. IBM X-Force ID: 192469.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4w52-frxp-j5cw/GHSA-4w52-frxp-j5cw.json b/advisories/unreviewed/2022/05/GHSA-4w52-frxp-j5cw/GHSA-4w52-frxp-j5cw.json index 02ac3eff712..5822cea803b 100644 --- a/advisories/unreviewed/2022/05/GHSA-4w52-frxp-j5cw/GHSA-4w52-frxp-j5cw.json +++ b/advisories/unreviewed/2022/05/GHSA-4w52-frxp-j5cw/GHSA-4w52-frxp-j5cw.json @@ -7,12 +7,8 @@ "CVE-2021-0465" ], "details": "In GenerateFaceMask of face.cc, there is a possible out of bounds write due to an incorrect bounds check. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-172005755", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-53qw-j8c7-3g2x/GHSA-53qw-j8c7-3g2x.json b/advisories/unreviewed/2022/05/GHSA-53qw-j8c7-3g2x/GHSA-53qw-j8c7-3g2x.json index e2ecbab3a8c..ec1c3cab958 100644 --- a/advisories/unreviewed/2022/05/GHSA-53qw-j8c7-3g2x/GHSA-53qw-j8c7-3g2x.json +++ b/advisories/unreviewed/2022/05/GHSA-53qw-j8c7-3g2x/GHSA-53qw-j8c7-3g2x.json @@ -7,12 +7,8 @@ "CVE-2021-28420" ], "details": "A cross-site scripting (XSS) issue in Seo Panel 4.8.0 allows remote attackers to inject JavaScript via alerts.php and the \"from_time\" parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-55f5-7786-m5m5/GHSA-55f5-7786-m5m5.json b/advisories/unreviewed/2022/05/GHSA-55f5-7786-m5m5/GHSA-55f5-7786-m5m5.json index 6094c984f30..3b14378ebee 100644 --- a/advisories/unreviewed/2022/05/GHSA-55f5-7786-m5m5/GHSA-55f5-7786-m5m5.json +++ b/advisories/unreviewed/2022/05/GHSA-55f5-7786-m5m5/GHSA-55f5-7786-m5m5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-56px-8q45-w6v6/GHSA-56px-8q45-w6v6.json b/advisories/unreviewed/2022/05/GHSA-56px-8q45-w6v6/GHSA-56px-8q45-w6v6.json index 25fb686b036..9d295cf9894 100644 --- a/advisories/unreviewed/2022/05/GHSA-56px-8q45-w6v6/GHSA-56px-8q45-w6v6.json +++ b/advisories/unreviewed/2022/05/GHSA-56px-8q45-w6v6/GHSA-56px-8q45-w6v6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-594v-pc3f-5hp2/GHSA-594v-pc3f-5hp2.json b/advisories/unreviewed/2022/05/GHSA-594v-pc3f-5hp2/GHSA-594v-pc3f-5hp2.json index cfab308be94..c041f9efb6a 100644 --- a/advisories/unreviewed/2022/05/GHSA-594v-pc3f-5hp2/GHSA-594v-pc3f-5hp2.json +++ b/advisories/unreviewed/2022/05/GHSA-594v-pc3f-5hp2/GHSA-594v-pc3f-5hp2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5f69-j422-38p4/GHSA-5f69-j422-38p4.json b/advisories/unreviewed/2022/05/GHSA-5f69-j422-38p4/GHSA-5f69-j422-38p4.json index 6f4a19dfc37..3833fa6c16e 100644 --- a/advisories/unreviewed/2022/05/GHSA-5f69-j422-38p4/GHSA-5f69-j422-38p4.json +++ b/advisories/unreviewed/2022/05/GHSA-5f69-j422-38p4/GHSA-5f69-j422-38p4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5gq5-98jg-gqqf/GHSA-5gq5-98jg-gqqf.json b/advisories/unreviewed/2022/05/GHSA-5gq5-98jg-gqqf/GHSA-5gq5-98jg-gqqf.json index 0e3c447e0a5..116654f0a48 100644 --- a/advisories/unreviewed/2022/05/GHSA-5gq5-98jg-gqqf/GHSA-5gq5-98jg-gqqf.json +++ b/advisories/unreviewed/2022/05/GHSA-5gq5-98jg-gqqf/GHSA-5gq5-98jg-gqqf.json @@ -7,12 +7,8 @@ "CVE-2021-24134" ], "details": "Unvalidated input and lack of output encoding in the Constant Contact Forms WordPress plugin, versions before 1.8.8, lead to multiple Stored Cross-Site Scripting vulnerabilities, which allowed high-privileged user (Editor+) to inject arbitrary JavaScript code or HTML in posts where the malicious form is embed.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5h62-2v5q-2mpg/GHSA-5h62-2v5q-2mpg.json b/advisories/unreviewed/2022/05/GHSA-5h62-2v5q-2mpg/GHSA-5h62-2v5q-2mpg.json index 13002c9a3ae..48e8396767b 100644 --- a/advisories/unreviewed/2022/05/GHSA-5h62-2v5q-2mpg/GHSA-5h62-2v5q-2mpg.json +++ b/advisories/unreviewed/2022/05/GHSA-5h62-2v5q-2mpg/GHSA-5h62-2v5q-2mpg.json @@ -7,12 +7,8 @@ "CVE-2020-36277" ], "details": "Leptonica before 1.80.0 allows a denial of service (application crash) via an incorrect left shift in pixConvert2To8 in pixconv.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5hw2-3847-332f/GHSA-5hw2-3847-332f.json b/advisories/unreviewed/2022/05/GHSA-5hw2-3847-332f/GHSA-5hw2-3847-332f.json index 2a0be685b63..8e189c31683 100644 --- a/advisories/unreviewed/2022/05/GHSA-5hw2-3847-332f/GHSA-5hw2-3847-332f.json +++ b/advisories/unreviewed/2022/05/GHSA-5hw2-3847-332f/GHSA-5hw2-3847-332f.json @@ -7,12 +7,8 @@ "CVE-2021-21491" ], "details": "SAP Netweaver Application Server Java (Applications based on WebDynpro Java) versions 7.00, 7.10, 7.11, 7.20, 7.30, 7.31, 7.40, 7.50, allow an attacker to redirect users to a malicious site due to Reverse Tabnabbing vulnerabilities.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5hxh-jqvm-9g8v/GHSA-5hxh-jqvm-9g8v.json b/advisories/unreviewed/2022/05/GHSA-5hxh-jqvm-9g8v/GHSA-5hxh-jqvm-9g8v.json index adb24acffd0..1e31c6668ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-5hxh-jqvm-9g8v/GHSA-5hxh-jqvm-9g8v.json +++ b/advisories/unreviewed/2022/05/GHSA-5hxh-jqvm-9g8v/GHSA-5hxh-jqvm-9g8v.json @@ -7,12 +7,8 @@ "CVE-2020-35222" ], "details": "The NSDP protocol version implemented on NETGEAR JGS516PE/GS116Ev2 v2.6.0.43 devices allows unauthenticated remote attackers to obtain all the switch configuration parameters by sending the corresponding read requests.", - "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/2022/05/GHSA-5pv3-8jmc-2hm7/GHSA-5pv3-8jmc-2hm7.json b/advisories/unreviewed/2022/05/GHSA-5pv3-8jmc-2hm7/GHSA-5pv3-8jmc-2hm7.json index 6378e779cdf..39bad2f1ee4 100644 --- a/advisories/unreviewed/2022/05/GHSA-5pv3-8jmc-2hm7/GHSA-5pv3-8jmc-2hm7.json +++ b/advisories/unreviewed/2022/05/GHSA-5pv3-8jmc-2hm7/GHSA-5pv3-8jmc-2hm7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5qp6-q86g-pjq8/GHSA-5qp6-q86g-pjq8.json b/advisories/unreviewed/2022/05/GHSA-5qp6-q86g-pjq8/GHSA-5qp6-q86g-pjq8.json index 1805f3a0801..0aa246c833d 100644 --- a/advisories/unreviewed/2022/05/GHSA-5qp6-q86g-pjq8/GHSA-5qp6-q86g-pjq8.json +++ b/advisories/unreviewed/2022/05/GHSA-5qp6-q86g-pjq8/GHSA-5qp6-q86g-pjq8.json @@ -7,12 +7,8 @@ "CVE-2021-23129" ], "details": "An issue was discovered in Joomla! 2.5.0 through 3.9.24. Missing filtering of messages showed to users that could lead to xss issues.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5r4c-r95m-h54g/GHSA-5r4c-r95m-h54g.json b/advisories/unreviewed/2022/05/GHSA-5r4c-r95m-h54g/GHSA-5r4c-r95m-h54g.json index 2e7ec9f876b..52f691826fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-5r4c-r95m-h54g/GHSA-5r4c-r95m-h54g.json +++ b/advisories/unreviewed/2022/05/GHSA-5r4c-r95m-h54g/GHSA-5r4c-r95m-h54g.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/2022/05/GHSA-5rg4-jqjp-6664/GHSA-5rg4-jqjp-6664.json b/advisories/unreviewed/2022/05/GHSA-5rg4-jqjp-6664/GHSA-5rg4-jqjp-6664.json index 1bf1d3064a2..eb19640650c 100644 --- a/advisories/unreviewed/2022/05/GHSA-5rg4-jqjp-6664/GHSA-5rg4-jqjp-6664.json +++ b/advisories/unreviewed/2022/05/GHSA-5rg4-jqjp-6664/GHSA-5rg4-jqjp-6664.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5vgp-w563-7c6h/GHSA-5vgp-w563-7c6h.json b/advisories/unreviewed/2022/05/GHSA-5vgp-w563-7c6h/GHSA-5vgp-w563-7c6h.json index adb3ea7a0ce..31c40b03a22 100644 --- a/advisories/unreviewed/2022/05/GHSA-5vgp-w563-7c6h/GHSA-5vgp-w563-7c6h.json +++ b/advisories/unreviewed/2022/05/GHSA-5vgp-w563-7c6h/GHSA-5vgp-w563-7c6h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5vmg-gchf-rcpm/GHSA-5vmg-gchf-rcpm.json b/advisories/unreviewed/2022/05/GHSA-5vmg-gchf-rcpm/GHSA-5vmg-gchf-rcpm.json index c9e7639e89b..4d8bf012b4b 100644 --- a/advisories/unreviewed/2022/05/GHSA-5vmg-gchf-rcpm/GHSA-5vmg-gchf-rcpm.json +++ b/advisories/unreviewed/2022/05/GHSA-5vmg-gchf-rcpm/GHSA-5vmg-gchf-rcpm.json @@ -7,12 +7,8 @@ "CVE-2021-24145" ], "details": "Arbitrary file upload in the Modern Events Calendar Lite WordPress plugin, versions before 5.16.5, did not properly check the imported file, allowing PHP ones to be uploaded by administrator by using the 'text/csv' content-type in the request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5wg2-j2cf-g3q5/GHSA-5wg2-j2cf-g3q5.json b/advisories/unreviewed/2022/05/GHSA-5wg2-j2cf-g3q5/GHSA-5wg2-j2cf-g3q5.json index b60761668e5..491d4bb7213 100644 --- a/advisories/unreviewed/2022/05/GHSA-5wg2-j2cf-g3q5/GHSA-5wg2-j2cf-g3q5.json +++ b/advisories/unreviewed/2022/05/GHSA-5wg2-j2cf-g3q5/GHSA-5wg2-j2cf-g3q5.json @@ -7,12 +7,8 @@ "CVE-2021-26964" ], "details": "A remote authentication restriction bypass vulnerability was discovered in Aruba AirWave Management Platform version(s): Prior to 8.2.12.0. A vulnerability in the AirWave web-based management interface could allow an authenticated remote attacker to improperly access and modify devices and management user details. A successful exploit would consist of an attacker using a lower privileged account to change management user or device details. This could allow the attacker to escalate privileges and/or change network details that they should not have access to.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5wjh-qcx2-pg74/GHSA-5wjh-qcx2-pg74.json b/advisories/unreviewed/2022/05/GHSA-5wjh-qcx2-pg74/GHSA-5wjh-qcx2-pg74.json index c9c191bea7d..e7179f7465f 100644 --- a/advisories/unreviewed/2022/05/GHSA-5wjh-qcx2-pg74/GHSA-5wjh-qcx2-pg74.json +++ b/advisories/unreviewed/2022/05/GHSA-5wjh-qcx2-pg74/GHSA-5wjh-qcx2-pg74.json @@ -7,12 +7,8 @@ "CVE-2021-28160" ], "details": "Stored XSS on Acexy (BoyaMicro) Wireless-N WiFi Repeater 28.08.06.1 version 1.0 devices can occur via a malformed SSID field during scanning for nearby access points, which also occurs when a device's user visits the Repeater Wizard web management section. This enables an attacker to steal LAN credentials without being connected to the device.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5xcq-547q-fvjw/GHSA-5xcq-547q-fvjw.json b/advisories/unreviewed/2022/05/GHSA-5xcq-547q-fvjw/GHSA-5xcq-547q-fvjw.json index b5e774989d7..2d31d2fe160 100644 --- a/advisories/unreviewed/2022/05/GHSA-5xcq-547q-fvjw/GHSA-5xcq-547q-fvjw.json +++ b/advisories/unreviewed/2022/05/GHSA-5xcq-547q-fvjw/GHSA-5xcq-547q-fvjw.json @@ -7,12 +7,8 @@ "CVE-2021-24149" ], "details": "Unvalidated input in the Modern Events Calendar Lite WordPress plugin, versions before 5.16.6, did not sanitise the mec[post_id] POST parameter in the mec_fes_form AJAX action when logged in as an author+, leading to an authenticated SQL Injection issue.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-62f6-wgjc-3prq/GHSA-62f6-wgjc-3prq.json b/advisories/unreviewed/2022/05/GHSA-62f6-wgjc-3prq/GHSA-62f6-wgjc-3prq.json index 47763e94afe..d0541d6cbf2 100644 --- a/advisories/unreviewed/2022/05/GHSA-62f6-wgjc-3prq/GHSA-62f6-wgjc-3prq.json +++ b/advisories/unreviewed/2022/05/GHSA-62f6-wgjc-3prq/GHSA-62f6-wgjc-3prq.json @@ -7,12 +7,8 @@ "CVE-2021-20667" ], "details": "Stored cross-site scripting vulnerability due to inadequate CSP (Content Security Policy) configuration in GROWI versions v4.2.2 and earlier allows remote authenticated attackers to inject an arbitrary script via a specially crafted content.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-62pr-j2hq-8w9p/GHSA-62pr-j2hq-8w9p.json b/advisories/unreviewed/2022/05/GHSA-62pr-j2hq-8w9p/GHSA-62pr-j2hq-8w9p.json index 170fc0d5c54..8c62cb90e8c 100644 --- a/advisories/unreviewed/2022/05/GHSA-62pr-j2hq-8w9p/GHSA-62pr-j2hq-8w9p.json +++ b/advisories/unreviewed/2022/05/GHSA-62pr-j2hq-8w9p/GHSA-62pr-j2hq-8w9p.json @@ -7,12 +7,8 @@ "CVE-2021-0449" ], "details": "In the Titan M chip firmware, there is a possible disclosure of stack memory due to uninitialized data. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-175117965", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-62r3-326j-grw4/GHSA-62r3-326j-grw4.json b/advisories/unreviewed/2022/05/GHSA-62r3-326j-grw4/GHSA-62r3-326j-grw4.json index 22926b9f280..22ae5b776f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-62r3-326j-grw4/GHSA-62r3-326j-grw4.json +++ b/advisories/unreviewed/2022/05/GHSA-62r3-326j-grw4/GHSA-62r3-326j-grw4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-62wq-cw97-crgg/GHSA-62wq-cw97-crgg.json b/advisories/unreviewed/2022/05/GHSA-62wq-cw97-crgg/GHSA-62wq-cw97-crgg.json index df284854741..c0473e1569d 100644 --- a/advisories/unreviewed/2022/05/GHSA-62wq-cw97-crgg/GHSA-62wq-cw97-crgg.json +++ b/advisories/unreviewed/2022/05/GHSA-62wq-cw97-crgg/GHSA-62wq-cw97-crgg.json @@ -7,12 +7,8 @@ "CVE-2021-21184" ], "details": "Inappropriate implementation in performance APIs in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to leak cross-origin data via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-64pc-prjv-x6hj/GHSA-64pc-prjv-x6hj.json b/advisories/unreviewed/2022/05/GHSA-64pc-prjv-x6hj/GHSA-64pc-prjv-x6hj.json index fb1a50ad3b4..583cb013273 100644 --- a/advisories/unreviewed/2022/05/GHSA-64pc-prjv-x6hj/GHSA-64pc-prjv-x6hj.json +++ b/advisories/unreviewed/2022/05/GHSA-64pc-prjv-x6hj/GHSA-64pc-prjv-x6hj.json @@ -7,12 +7,8 @@ "CVE-2021-27592" ], "details": "When a user opens manipulated Universal 3D (.U3D) files received from untrusted sources in SAP 3D Visual Enterprise Viewer, the application crashes and becomes temporarily unavailable to the user until restart of the application.", - "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-64q7-6gwg-j7h7/GHSA-64q7-6gwg-j7h7.json b/advisories/unreviewed/2022/05/GHSA-64q7-6gwg-j7h7/GHSA-64q7-6gwg-j7h7.json index 27f40bbee62..d57e2fdf927 100644 --- a/advisories/unreviewed/2022/05/GHSA-64q7-6gwg-j7h7/GHSA-64q7-6gwg-j7h7.json +++ b/advisories/unreviewed/2022/05/GHSA-64q7-6gwg-j7h7/GHSA-64q7-6gwg-j7h7.json @@ -7,12 +7,8 @@ "CVE-2021-21077" ], "details": "Adobe Animate version 21.0.3 (and earlier) is affected by a Heap-based Buffer Overflow vulnerability. An unauthenticated attacker could leverage this vulnerability to achieve arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-682m-w565-78qm/GHSA-682m-w565-78qm.json b/advisories/unreviewed/2022/05/GHSA-682m-w565-78qm/GHSA-682m-w565-78qm.json index 4269d7b6026..7f093130c2e 100644 --- a/advisories/unreviewed/2022/05/GHSA-682m-w565-78qm/GHSA-682m-w565-78qm.json +++ b/advisories/unreviewed/2022/05/GHSA-682m-w565-78qm/GHSA-682m-w565-78qm.json @@ -7,12 +7,8 @@ "CVE-2020-35231" ], "details": "The NSDP protocol implementation on NETGEAR JGS516PE/GS116Ev2 v2.6.0.43 devices was affected by an authentication issue that allows an attacker to bypass access controls and obtain full control of the device.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6866-wg5c-v3mm/GHSA-6866-wg5c-v3mm.json b/advisories/unreviewed/2022/05/GHSA-6866-wg5c-v3mm/GHSA-6866-wg5c-v3mm.json index 62104c7b679..b2945097eaf 100644 --- a/advisories/unreviewed/2022/05/GHSA-6866-wg5c-v3mm/GHSA-6866-wg5c-v3mm.json +++ b/advisories/unreviewed/2022/05/GHSA-6866-wg5c-v3mm/GHSA-6866-wg5c-v3mm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-69gr-hfqx-6mvx/GHSA-69gr-hfqx-6mvx.json b/advisories/unreviewed/2022/05/GHSA-69gr-hfqx-6mvx/GHSA-69gr-hfqx-6mvx.json index 84f42dbad12..20156af8e44 100644 --- a/advisories/unreviewed/2022/05/GHSA-69gr-hfqx-6mvx/GHSA-69gr-hfqx-6mvx.json +++ b/advisories/unreviewed/2022/05/GHSA-69gr-hfqx-6mvx/GHSA-69gr-hfqx-6mvx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6f4h-wv9p-43cg/GHSA-6f4h-wv9p-43cg.json b/advisories/unreviewed/2022/05/GHSA-6f4h-wv9p-43cg/GHSA-6f4h-wv9p-43cg.json index c2a2ec936a2..f9c20f59688 100644 --- a/advisories/unreviewed/2022/05/GHSA-6f4h-wv9p-43cg/GHSA-6f4h-wv9p-43cg.json +++ b/advisories/unreviewed/2022/05/GHSA-6f4h-wv9p-43cg/GHSA-6f4h-wv9p-43cg.json @@ -7,12 +7,8 @@ "CVE-2021-20440" ], "details": "IBM API Connect 10.0.0.0, and 2018.4.1.0 through 2018.4.1.13 does not restrict member registration to the intended recepient. An attacker who is a valid user in the user registry used by API Manager can use a stolen invitation link and register themselves as a member of an API provider organization. IBM X-Force ID: 196536.", - "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-6g4q-mgfw-5mhv/GHSA-6g4q-mgfw-5mhv.json b/advisories/unreviewed/2022/05/GHSA-6g4q-mgfw-5mhv/GHSA-6g4q-mgfw-5mhv.json index f9d2657344e..71a159ce710 100644 --- a/advisories/unreviewed/2022/05/GHSA-6g4q-mgfw-5mhv/GHSA-6g4q-mgfw-5mhv.json +++ b/advisories/unreviewed/2022/05/GHSA-6g4q-mgfw-5mhv/GHSA-6g4q-mgfw-5mhv.json @@ -7,12 +7,8 @@ "CVE-2021-20628" ], "details": "Cross-site scripting vulnerability in Address Book of Cybozu Office 10.0.0 to 10.8.4 allows remote attackers to inject an arbitrary script via unspecified vectors. Note that this vulnerability occurs only when using Mozilla Firefox.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6g9h-vg2g-h3mq/GHSA-6g9h-vg2g-h3mq.json b/advisories/unreviewed/2022/05/GHSA-6g9h-vg2g-h3mq/GHSA-6g9h-vg2g-h3mq.json index 5803437dc19..048a488dd7b 100644 --- a/advisories/unreviewed/2022/05/GHSA-6g9h-vg2g-h3mq/GHSA-6g9h-vg2g-h3mq.json +++ b/advisories/unreviewed/2022/05/GHSA-6g9h-vg2g-h3mq/GHSA-6g9h-vg2g-h3mq.json @@ -7,12 +7,8 @@ "CVE-2021-21486" ], "details": "SAP Enterprise Financial Services versions, 101, 102, 103, 104, 105, 600, 603, 604, 605, 606, 616, 617, 618, 800, does not perform necessary authorization checks for an authenticated user, resulting in escalation of privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6gg3-wh2h-2925/GHSA-6gg3-wh2h-2925.json b/advisories/unreviewed/2022/05/GHSA-6gg3-wh2h-2925/GHSA-6gg3-wh2h-2925.json index 6366f568284..910cc0fb959 100644 --- a/advisories/unreviewed/2022/05/GHSA-6gg3-wh2h-2925/GHSA-6gg3-wh2h-2925.json +++ b/advisories/unreviewed/2022/05/GHSA-6gg3-wh2h-2925/GHSA-6gg3-wh2h-2925.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6h67-c8r4-fr78/GHSA-6h67-c8r4-fr78.json b/advisories/unreviewed/2022/05/GHSA-6h67-c8r4-fr78/GHSA-6h67-c8r4-fr78.json index 52b93ca2bcd..19475abdb7a 100644 --- a/advisories/unreviewed/2022/05/GHSA-6h67-c8r4-fr78/GHSA-6h67-c8r4-fr78.json +++ b/advisories/unreviewed/2022/05/GHSA-6h67-c8r4-fr78/GHSA-6h67-c8r4-fr78.json @@ -7,12 +7,8 @@ "CVE-2021-24141" ], "details": "Unvaludated input in the Advanced Database Cleaner plugin, versions before 3.0.2, lead to SQL injection allowing high privilege users (admin+) to perform SQL attacks.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6h6p-fqmj-hv93/GHSA-6h6p-fqmj-hv93.json b/advisories/unreviewed/2022/05/GHSA-6h6p-fqmj-hv93/GHSA-6h6p-fqmj-hv93.json index f7c08bebb6a..841e31d9c73 100644 --- a/advisories/unreviewed/2022/05/GHSA-6h6p-fqmj-hv93/GHSA-6h6p-fqmj-hv93.json +++ b/advisories/unreviewed/2022/05/GHSA-6h6p-fqmj-hv93/GHSA-6h6p-fqmj-hv93.json @@ -7,12 +7,8 @@ "CVE-2021-21176" ], "details": "Inappropriate implementation in full screen mode in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to spoof the contents of the Omnibox (URL bar) via a crafted HTML page.", - "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-6j33-6rqj-fh2m/GHSA-6j33-6rqj-fh2m.json b/advisories/unreviewed/2022/05/GHSA-6j33-6rqj-fh2m/GHSA-6j33-6rqj-fh2m.json index 9fae9b49a0c..d273f3a92d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-6j33-6rqj-fh2m/GHSA-6j33-6rqj-fh2m.json +++ b/advisories/unreviewed/2022/05/GHSA-6j33-6rqj-fh2m/GHSA-6j33-6rqj-fh2m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6j43-825c-cv2c/GHSA-6j43-825c-cv2c.json b/advisories/unreviewed/2022/05/GHSA-6j43-825c-cv2c/GHSA-6j43-825c-cv2c.json index f17ed0aa66a..c6e9d3dc549 100644 --- a/advisories/unreviewed/2022/05/GHSA-6j43-825c-cv2c/GHSA-6j43-825c-cv2c.json +++ b/advisories/unreviewed/2022/05/GHSA-6j43-825c-cv2c/GHSA-6j43-825c-cv2c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6mxw-48pj-x2r9/GHSA-6mxw-48pj-x2r9.json b/advisories/unreviewed/2022/05/GHSA-6mxw-48pj-x2r9/GHSA-6mxw-48pj-x2r9.json index 18bcc723ea9..3994a1dfb83 100644 --- a/advisories/unreviewed/2022/05/GHSA-6mxw-48pj-x2r9/GHSA-6mxw-48pj-x2r9.json +++ b/advisories/unreviewed/2022/05/GHSA-6mxw-48pj-x2r9/GHSA-6mxw-48pj-x2r9.json @@ -7,12 +7,8 @@ "CVE-2020-36281" ], "details": "Leptonica before 1.80.0 allows a heap-based buffer over-read in pixFewColorsOctcubeQuantMixed in colorquant1.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6pf2-gv4h-7wj3/GHSA-6pf2-gv4h-7wj3.json b/advisories/unreviewed/2022/05/GHSA-6pf2-gv4h-7wj3/GHSA-6pf2-gv4h-7wj3.json index 57b031b4d0f..0802f6a7129 100644 --- a/advisories/unreviewed/2022/05/GHSA-6pf2-gv4h-7wj3/GHSA-6pf2-gv4h-7wj3.json +++ b/advisories/unreviewed/2022/05/GHSA-6pf2-gv4h-7wj3/GHSA-6pf2-gv4h-7wj3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6q6g-vf9m-7mj7/GHSA-6q6g-vf9m-7mj7.json b/advisories/unreviewed/2022/05/GHSA-6q6g-vf9m-7mj7/GHSA-6q6g-vf9m-7mj7.json index 52de5200bab..81a490a30fa 100644 --- a/advisories/unreviewed/2022/05/GHSA-6q6g-vf9m-7mj7/GHSA-6q6g-vf9m-7mj7.json +++ b/advisories/unreviewed/2022/05/GHSA-6q6g-vf9m-7mj7/GHSA-6q6g-vf9m-7mj7.json @@ -7,12 +7,8 @@ "CVE-2020-5148" ], "details": "SonicWall SSO-agent default configuration uses NetAPI to probe the associated IP's in the network, this client probing method allows a potential attacker to capture the password hash of the privileged user and potentially forces the SSO Agent to authenticate allowing an attacker to bypass firewall access controls.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6qp6-2ggr-xv6x/GHSA-6qp6-2ggr-xv6x.json b/advisories/unreviewed/2022/05/GHSA-6qp6-2ggr-xv6x/GHSA-6qp6-2ggr-xv6x.json index ee13626f021..dc233b3e67d 100644 --- a/advisories/unreviewed/2022/05/GHSA-6qp6-2ggr-xv6x/GHSA-6qp6-2ggr-xv6x.json +++ b/advisories/unreviewed/2022/05/GHSA-6qp6-2ggr-xv6x/GHSA-6qp6-2ggr-xv6x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6v33-jp8c-5r5j/GHSA-6v33-jp8c-5r5j.json b/advisories/unreviewed/2022/05/GHSA-6v33-jp8c-5r5j/GHSA-6v33-jp8c-5r5j.json index 91ea2599a1a..24a15898446 100644 --- a/advisories/unreviewed/2022/05/GHSA-6v33-jp8c-5r5j/GHSA-6v33-jp8c-5r5j.json +++ b/advisories/unreviewed/2022/05/GHSA-6v33-jp8c-5r5j/GHSA-6v33-jp8c-5r5j.json @@ -7,12 +7,8 @@ "CVE-2021-28006" ], "details": "Web Based Quiz System 1.0 is affected by cross-site scripting (XSS) in admin.php through the options parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6vqx-2465-vx69/GHSA-6vqx-2465-vx69.json b/advisories/unreviewed/2022/05/GHSA-6vqx-2465-vx69/GHSA-6vqx-2465-vx69.json index d44d7df04aa..7e6b6458d91 100644 --- a/advisories/unreviewed/2022/05/GHSA-6vqx-2465-vx69/GHSA-6vqx-2465-vx69.json +++ b/advisories/unreviewed/2022/05/GHSA-6vqx-2465-vx69/GHSA-6vqx-2465-vx69.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/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/2022/05/GHSA-6wf6-qg7h-hjm4/GHSA-6wf6-qg7h-hjm4.json b/advisories/unreviewed/2022/05/GHSA-6wf6-qg7h-hjm4/GHSA-6wf6-qg7h-hjm4.json index 49ef3ca28fe..c6ef0f5c1d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-6wf6-qg7h-hjm4/GHSA-6wf6-qg7h-hjm4.json +++ b/advisories/unreviewed/2022/05/GHSA-6wf6-qg7h-hjm4/GHSA-6wf6-qg7h-hjm4.json @@ -7,12 +7,8 @@ "CVE-2021-24133" ], "details": "Lack of CSRF checks in the ActiveCampaign WordPress plugin, versions before 8.0.2, on its Settings form, which could allow attacker to make a logged-in administrator change API Credentials to attacker's account.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6xmg-694r-qxfg/GHSA-6xmg-694r-qxfg.json b/advisories/unreviewed/2022/05/GHSA-6xmg-694r-qxfg/GHSA-6xmg-694r-qxfg.json index 0e1b10f8c62..481675afb41 100644 --- a/advisories/unreviewed/2022/05/GHSA-6xmg-694r-qxfg/GHSA-6xmg-694r-qxfg.json +++ b/advisories/unreviewed/2022/05/GHSA-6xmg-694r-qxfg/GHSA-6xmg-694r-qxfg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-72c6-539v-q92f/GHSA-72c6-539v-q92f.json b/advisories/unreviewed/2022/05/GHSA-72c6-539v-q92f/GHSA-72c6-539v-q92f.json index 05e68e20757..d48c813c690 100644 --- a/advisories/unreviewed/2022/05/GHSA-72c6-539v-q92f/GHSA-72c6-539v-q92f.json +++ b/advisories/unreviewed/2022/05/GHSA-72c6-539v-q92f/GHSA-72c6-539v-q92f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-72rh-rg2h-2726/GHSA-72rh-rg2h-2726.json b/advisories/unreviewed/2022/05/GHSA-72rh-rg2h-2726/GHSA-72rh-rg2h-2726.json index d6706768cfb..fde78dafb46 100644 --- a/advisories/unreviewed/2022/05/GHSA-72rh-rg2h-2726/GHSA-72rh-rg2h-2726.json +++ b/advisories/unreviewed/2022/05/GHSA-72rh-rg2h-2726/GHSA-72rh-rg2h-2726.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-73gf-vjj7-7w62/GHSA-73gf-vjj7-7w62.json b/advisories/unreviewed/2022/05/GHSA-73gf-vjj7-7w62/GHSA-73gf-vjj7-7w62.json index 3a10f47432a..0d2dc6b8292 100644 --- a/advisories/unreviewed/2022/05/GHSA-73gf-vjj7-7w62/GHSA-73gf-vjj7-7w62.json +++ b/advisories/unreviewed/2022/05/GHSA-73gf-vjj7-7w62/GHSA-73gf-vjj7-7w62.json @@ -7,12 +7,8 @@ "CVE-2021-21074" ], "details": "Adobe Animate version 21.0.3 (and earlier) is affected by an Out-of-bounds Read vulnerability. An unauthenticated attacker could leverage this vulnerability to disclose sensitive information in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-73xm-hx7j-ff35/GHSA-73xm-hx7j-ff35.json b/advisories/unreviewed/2022/05/GHSA-73xm-hx7j-ff35/GHSA-73xm-hx7j-ff35.json index f8543499671..25c910ad127 100644 --- a/advisories/unreviewed/2022/05/GHSA-73xm-hx7j-ff35/GHSA-73xm-hx7j-ff35.json +++ b/advisories/unreviewed/2022/05/GHSA-73xm-hx7j-ff35/GHSA-73xm-hx7j-ff35.json @@ -7,12 +7,8 @@ "CVE-2021-21160" ], "details": "Heap buffer overflow in WebAudio in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-77ph-x794-74hg/GHSA-77ph-x794-74hg.json b/advisories/unreviewed/2022/05/GHSA-77ph-x794-74hg/GHSA-77ph-x794-74hg.json index 0d99141a38a..15e8bf4024d 100644 --- a/advisories/unreviewed/2022/05/GHSA-77ph-x794-74hg/GHSA-77ph-x794-74hg.json +++ b/advisories/unreviewed/2022/05/GHSA-77ph-x794-74hg/GHSA-77ph-x794-74hg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-77v9-4x76-g7mj/GHSA-77v9-4x76-g7mj.json b/advisories/unreviewed/2022/05/GHSA-77v9-4x76-g7mj/GHSA-77v9-4x76-g7mj.json index 1dc0ecfdf4e..60d90bcc6d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-77v9-4x76-g7mj/GHSA-77v9-4x76-g7mj.json +++ b/advisories/unreviewed/2022/05/GHSA-77v9-4x76-g7mj/GHSA-77v9-4x76-g7mj.json @@ -7,12 +7,8 @@ "CVE-2021-26293" ], "details": "An issue was discovered in AfterLogic Aurora through 8.5.3 and WebMail Pro through 8.5.3, when DAV is enabled. They allow directory traversal to create new files (such as an executable file under the web root). This is related to DAVServer.php in 8.x and DAV/Server.php in 7.x.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7828-2h22-vxcx/GHSA-7828-2h22-vxcx.json b/advisories/unreviewed/2022/05/GHSA-7828-2h22-vxcx/GHSA-7828-2h22-vxcx.json index 442233053d2..52b7cdd5dd6 100644 --- a/advisories/unreviewed/2022/05/GHSA-7828-2h22-vxcx/GHSA-7828-2h22-vxcx.json +++ b/advisories/unreviewed/2022/05/GHSA-7828-2h22-vxcx/GHSA-7828-2h22-vxcx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-79f7-6jwc-94qw/GHSA-79f7-6jwc-94qw.json b/advisories/unreviewed/2022/05/GHSA-79f7-6jwc-94qw/GHSA-79f7-6jwc-94qw.json index 664f4c06199..b15743f8103 100644 --- a/advisories/unreviewed/2022/05/GHSA-79f7-6jwc-94qw/GHSA-79f7-6jwc-94qw.json +++ b/advisories/unreviewed/2022/05/GHSA-79f7-6jwc-94qw/GHSA-79f7-6jwc-94qw.json @@ -7,12 +7,8 @@ "CVE-2021-28026" ], "details": "jpeg-xl v0.3.2 is affected by a heap buffer overflow in /lib/jxl/coeff_order.cc ReadPermutation. When decoding a malicous jxl file using djxl, an attacker can trigger arbitrary code execution or a denial of service.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-79gx-5778-2q65/GHSA-79gx-5778-2q65.json b/advisories/unreviewed/2022/05/GHSA-79gx-5778-2q65/GHSA-79gx-5778-2q65.json index 3159bfa1ea0..6a254086a27 100644 --- a/advisories/unreviewed/2022/05/GHSA-79gx-5778-2q65/GHSA-79gx-5778-2q65.json +++ b/advisories/unreviewed/2022/05/GHSA-79gx-5778-2q65/GHSA-79gx-5778-2q65.json @@ -7,12 +7,8 @@ "CVE-2020-11189" ], "details": "Buffer over-read can happen while parsing received SDP values due to lack of NULL termination check on SDP in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-79qq-9x66-f5r5/GHSA-79qq-9x66-f5r5.json b/advisories/unreviewed/2022/05/GHSA-79qq-9x66-f5r5/GHSA-79qq-9x66-f5r5.json index 5276351dd38..afa03b27d98 100644 --- a/advisories/unreviewed/2022/05/GHSA-79qq-9x66-f5r5/GHSA-79qq-9x66-f5r5.json +++ b/advisories/unreviewed/2022/05/GHSA-79qq-9x66-f5r5/GHSA-79qq-9x66-f5r5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7fvg-26r5-p7wx/GHSA-7fvg-26r5-p7wx.json b/advisories/unreviewed/2022/05/GHSA-7fvg-26r5-p7wx/GHSA-7fvg-26r5-p7wx.json index 4353166a726..0fde049d74f 100644 --- a/advisories/unreviewed/2022/05/GHSA-7fvg-26r5-p7wx/GHSA-7fvg-26r5-p7wx.json +++ b/advisories/unreviewed/2022/05/GHSA-7fvg-26r5-p7wx/GHSA-7fvg-26r5-p7wx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7g44-8c8x-gfrh/GHSA-7g44-8c8x-gfrh.json b/advisories/unreviewed/2022/05/GHSA-7g44-8c8x-gfrh/GHSA-7g44-8c8x-gfrh.json index 030eebe68e3..4bfa9815a8d 100644 --- a/advisories/unreviewed/2022/05/GHSA-7g44-8c8x-gfrh/GHSA-7g44-8c8x-gfrh.json +++ b/advisories/unreviewed/2022/05/GHSA-7g44-8c8x-gfrh/GHSA-7g44-8c8x-gfrh.json @@ -7,12 +7,8 @@ "CVE-2021-0370" ], "details": "In Write of NxpMfcReader.cc, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege in the NFC server with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11Android ID: A-169259605", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7j9h-j7vq-452x/GHSA-7j9h-j7vq-452x.json b/advisories/unreviewed/2022/05/GHSA-7j9h-j7vq-452x/GHSA-7j9h-j7vq-452x.json index c605f90f487..1d52287fea5 100644 --- a/advisories/unreviewed/2022/05/GHSA-7j9h-j7vq-452x/GHSA-7j9h-j7vq-452x.json +++ b/advisories/unreviewed/2022/05/GHSA-7j9h-j7vq-452x/GHSA-7j9h-j7vq-452x.json @@ -7,12 +7,8 @@ "CVE-2021-27256" ], "details": "This vulnerability allows network-adjacent attackers to execute arbitrary code on affected installations of NETGEAR R7800 firmware version 1.0.2.76. Although authentication is required to exploit this vulnerability, the existing authentication mechanism can be bypassed. The specific flaw exists within the handling of the rc_service parameter provided to apply_save.cgi. The issue results from the lack of proper validation of a user-supplied string before using it to execute a system call. An attacker can leverage this vulnerability to execute code in the context of root. Was ZDI-CAN-12355.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7x5m-mv5w-r3pm/GHSA-7x5m-mv5w-r3pm.json b/advisories/unreviewed/2022/05/GHSA-7x5m-mv5w-r3pm/GHSA-7x5m-mv5w-r3pm.json index 6718c70428f..6273486d9f5 100644 --- a/advisories/unreviewed/2022/05/GHSA-7x5m-mv5w-r3pm/GHSA-7x5m-mv5w-r3pm.json +++ b/advisories/unreviewed/2022/05/GHSA-7x5m-mv5w-r3pm/GHSA-7x5m-mv5w-r3pm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8333-hcp6-6575/GHSA-8333-hcp6-6575.json b/advisories/unreviewed/2022/05/GHSA-8333-hcp6-6575/GHSA-8333-hcp6-6575.json index 5a1c2ae787f..6b5e408c44f 100644 --- a/advisories/unreviewed/2022/05/GHSA-8333-hcp6-6575/GHSA-8333-hcp6-6575.json +++ b/advisories/unreviewed/2022/05/GHSA-8333-hcp6-6575/GHSA-8333-hcp6-6575.json @@ -7,12 +7,8 @@ "CVE-2021-20672" ], "details": "Reflected cross-site scripting vulnerability due to insufficient verification of URL query parameters in GROWI (v4.2 Series) versions from v4.2.0 to v4.2.7 allows remote attackers to inject an arbitrary script via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-84w3-v2m2-fj4m/GHSA-84w3-v2m2-fj4m.json b/advisories/unreviewed/2022/05/GHSA-84w3-v2m2-fj4m/GHSA-84w3-v2m2-fj4m.json index 06ec2e2769f..0027235e14d 100644 --- a/advisories/unreviewed/2022/05/GHSA-84w3-v2m2-fj4m/GHSA-84w3-v2m2-fj4m.json +++ b/advisories/unreviewed/2022/05/GHSA-84w3-v2m2-fj4m/GHSA-84w3-v2m2-fj4m.json @@ -7,12 +7,8 @@ "CVE-2021-20671" ], "details": "Invalid file validation on the upload feature in GROWI versions v4.2.2 allows a remote attacker with administrative privilege to overwrite the files on the server, which may lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-859g-2jp2-5w55/GHSA-859g-2jp2-5w55.json b/advisories/unreviewed/2022/05/GHSA-859g-2jp2-5w55/GHSA-859g-2jp2-5w55.json index 4ef73cf6461..c5b7c33a913 100644 --- a/advisories/unreviewed/2022/05/GHSA-859g-2jp2-5w55/GHSA-859g-2jp2-5w55.json +++ b/advisories/unreviewed/2022/05/GHSA-859g-2jp2-5w55/GHSA-859g-2jp2-5w55.json @@ -7,12 +7,8 @@ "CVE-2020-4695" ], "details": "IBM API Connect V10 is impacted by insecure communications during database replication. As the data replication happens over insecure communication channels, an attacker can view unencrypted data leading to a loss of confidentiality.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-85x5-vr9q-4m59/GHSA-85x5-vr9q-4m59.json b/advisories/unreviewed/2022/05/GHSA-85x5-vr9q-4m59/GHSA-85x5-vr9q-4m59.json index 6dc608a3799..dba93516650 100644 --- a/advisories/unreviewed/2022/05/GHSA-85x5-vr9q-4m59/GHSA-85x5-vr9q-4m59.json +++ b/advisories/unreviewed/2022/05/GHSA-85x5-vr9q-4m59/GHSA-85x5-vr9q-4m59.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/2022/05/GHSA-86m6-g2f9-mwm6/GHSA-86m6-g2f9-mwm6.json b/advisories/unreviewed/2022/05/GHSA-86m6-g2f9-mwm6/GHSA-86m6-g2f9-mwm6.json index 51ccd188cc9..2f59f4a57c0 100644 --- a/advisories/unreviewed/2022/05/GHSA-86m6-g2f9-mwm6/GHSA-86m6-g2f9-mwm6.json +++ b/advisories/unreviewed/2022/05/GHSA-86m6-g2f9-mwm6/GHSA-86m6-g2f9-mwm6.json @@ -7,12 +7,8 @@ "CVE-2021-26969" ], "details": "A remote authenticated authenticated xml external entity (xxe) vulnerability was discovered in Aruba AirWave Management Platform version(s): Prior to 8.2.12.0. Due to improper restrictions on XML entities a vulnerability exists in the web-based management interface of AirWave. A successful exploit could allow an authenticated attacker to retrieve files from the local system or cause the application to consume system resources, resulting in a denial of service condition.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-879h-24p2-cvv7/GHSA-879h-24p2-cvv7.json b/advisories/unreviewed/2022/05/GHSA-879h-24p2-cvv7/GHSA-879h-24p2-cvv7.json index c2d472dc083..3197418c420 100644 --- a/advisories/unreviewed/2022/05/GHSA-879h-24p2-cvv7/GHSA-879h-24p2-cvv7.json +++ b/advisories/unreviewed/2022/05/GHSA-879h-24p2-cvv7/GHSA-879h-24p2-cvv7.json @@ -7,12 +7,8 @@ "CVE-2021-21173" ], "details": "Side-channel information leakage in Network Internals in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to leak cross-origin data via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-87rm-8q5w-499g/GHSA-87rm-8q5w-499g.json b/advisories/unreviewed/2022/05/GHSA-87rm-8q5w-499g/GHSA-87rm-8q5w-499g.json index 7e6e241445e..75ce5cb88fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-87rm-8q5w-499g/GHSA-87rm-8q5w-499g.json +++ b/advisories/unreviewed/2022/05/GHSA-87rm-8q5w-499g/GHSA-87rm-8q5w-499g.json @@ -7,12 +7,8 @@ "CVE-2021-28040" ], "details": "An issue was discovered in OSSEC 3.6.0. An uncontrolled recursion vulnerability in os_xml.c occurs when a large number of opening and closing XML tags is used. Because recursion is used in _ReadElem without restriction, an attacker can trigger a segmentation fault once unmapped memory is reached.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-886g-h358-h2x6/GHSA-886g-h358-h2x6.json b/advisories/unreviewed/2022/05/GHSA-886g-h358-h2x6/GHSA-886g-h358-h2x6.json index 31a3b6b74fd..dbc4381509e 100644 --- a/advisories/unreviewed/2022/05/GHSA-886g-h358-h2x6/GHSA-886g-h358-h2x6.json +++ b/advisories/unreviewed/2022/05/GHSA-886g-h358-h2x6/GHSA-886g-h358-h2x6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-88mq-v8g6-cq6p/GHSA-88mq-v8g6-cq6p.json b/advisories/unreviewed/2022/05/GHSA-88mq-v8g6-cq6p/GHSA-88mq-v8g6-cq6p.json index 2fe8e8e07f1..e78a03ec39c 100644 --- a/advisories/unreviewed/2022/05/GHSA-88mq-v8g6-cq6p/GHSA-88mq-v8g6-cq6p.json +++ b/advisories/unreviewed/2022/05/GHSA-88mq-v8g6-cq6p/GHSA-88mq-v8g6-cq6p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-899g-jv85-9v26/GHSA-899g-jv85-9v26.json b/advisories/unreviewed/2022/05/GHSA-899g-jv85-9v26/GHSA-899g-jv85-9v26.json index 935e7e503eb..af2142f5ea3 100644 --- a/advisories/unreviewed/2022/05/GHSA-899g-jv85-9v26/GHSA-899g-jv85-9v26.json +++ b/advisories/unreviewed/2022/05/GHSA-899g-jv85-9v26/GHSA-899g-jv85-9v26.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8c4g-99xj-x4p5/GHSA-8c4g-99xj-x4p5.json b/advisories/unreviewed/2022/05/GHSA-8c4g-99xj-x4p5/GHSA-8c4g-99xj-x4p5.json index 551f9db2000..42d57d68618 100644 --- a/advisories/unreviewed/2022/05/GHSA-8c4g-99xj-x4p5/GHSA-8c4g-99xj-x4p5.json +++ b/advisories/unreviewed/2022/05/GHSA-8c4g-99xj-x4p5/GHSA-8c4g-99xj-x4p5.json @@ -7,12 +7,8 @@ "CVE-2020-28705" ], "details": "FUEL CMS 1.4.13 contains a cross-site request forgery (CSRF) vulnerability that can delete a page via a post ID to /pages/delete/3.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8f25-vjjw-mr8j/GHSA-8f25-vjjw-mr8j.json b/advisories/unreviewed/2022/05/GHSA-8f25-vjjw-mr8j/GHSA-8f25-vjjw-mr8j.json index 919a40d189d..9258b681965 100644 --- a/advisories/unreviewed/2022/05/GHSA-8f25-vjjw-mr8j/GHSA-8f25-vjjw-mr8j.json +++ b/advisories/unreviewed/2022/05/GHSA-8f25-vjjw-mr8j/GHSA-8f25-vjjw-mr8j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8hhw-pg9j-8772/GHSA-8hhw-pg9j-8772.json b/advisories/unreviewed/2022/05/GHSA-8hhw-pg9j-8772/GHSA-8hhw-pg9j-8772.json index e2362ffe772..ffd32b93189 100644 --- a/advisories/unreviewed/2022/05/GHSA-8hhw-pg9j-8772/GHSA-8hhw-pg9j-8772.json +++ b/advisories/unreviewed/2022/05/GHSA-8hhw-pg9j-8772/GHSA-8hhw-pg9j-8772.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8j65-rwm6-rvmf/GHSA-8j65-rwm6-rvmf.json b/advisories/unreviewed/2022/05/GHSA-8j65-rwm6-rvmf/GHSA-8j65-rwm6-rvmf.json index d3f2024dc0e..78382967f9b 100644 --- a/advisories/unreviewed/2022/05/GHSA-8j65-rwm6-rvmf/GHSA-8j65-rwm6-rvmf.json +++ b/advisories/unreviewed/2022/05/GHSA-8j65-rwm6-rvmf/GHSA-8j65-rwm6-rvmf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8p2q-8rc4-vfp4/GHSA-8p2q-8rc4-vfp4.json b/advisories/unreviewed/2022/05/GHSA-8p2q-8rc4-vfp4/GHSA-8p2q-8rc4-vfp4.json index 80ee2b4716d..027a7609564 100644 --- a/advisories/unreviewed/2022/05/GHSA-8p2q-8rc4-vfp4/GHSA-8p2q-8rc4-vfp4.json +++ b/advisories/unreviewed/2022/05/GHSA-8p2q-8rc4-vfp4/GHSA-8p2q-8rc4-vfp4.json @@ -7,12 +7,8 @@ "CVE-2021-20261" ], "details": "A race condition was found in the Linux kernels implementation of the floppy disk drive controller driver software. The impact of this issue is lessened by the fact that the default permissions on the floppy device (/dev/fd0) are restricted to root. If the permissions on the device have changed the impact changes greatly. In the default configuration root (or equivalent) permissions are required to attack this flaw.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8p32-r59w-h3pg/GHSA-8p32-r59w-h3pg.json b/advisories/unreviewed/2022/05/GHSA-8p32-r59w-h3pg/GHSA-8p32-r59w-h3pg.json index 77ad6ee28d4..81826cf42c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-8p32-r59w-h3pg/GHSA-8p32-r59w-h3pg.json +++ b/advisories/unreviewed/2022/05/GHSA-8p32-r59w-h3pg/GHSA-8p32-r59w-h3pg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8p4j-vxvm-vjpv/GHSA-8p4j-vxvm-vjpv.json b/advisories/unreviewed/2022/05/GHSA-8p4j-vxvm-vjpv/GHSA-8p4j-vxvm-vjpv.json index f153a433906..4d82b776c93 100644 --- a/advisories/unreviewed/2022/05/GHSA-8p4j-vxvm-vjpv/GHSA-8p4j-vxvm-vjpv.json +++ b/advisories/unreviewed/2022/05/GHSA-8p4j-vxvm-vjpv/GHSA-8p4j-vxvm-vjpv.json @@ -7,12 +7,8 @@ "CVE-2021-25764" ], "details": "In JetBrains PhpStorm before 2020.3, source code could be added to debug logs.", - "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-8r84-pq58-ggjg/GHSA-8r84-pq58-ggjg.json b/advisories/unreviewed/2022/05/GHSA-8r84-pq58-ggjg/GHSA-8r84-pq58-ggjg.json index 4951db35572..799ad87346a 100644 --- a/advisories/unreviewed/2022/05/GHSA-8r84-pq58-ggjg/GHSA-8r84-pq58-ggjg.json +++ b/advisories/unreviewed/2022/05/GHSA-8r84-pq58-ggjg/GHSA-8r84-pq58-ggjg.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": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8v5p-26mr-crfq/GHSA-8v5p-26mr-crfq.json b/advisories/unreviewed/2022/05/GHSA-8v5p-26mr-crfq/GHSA-8v5p-26mr-crfq.json index fbc6effe5b7..389d2504ea0 100644 --- a/advisories/unreviewed/2022/05/GHSA-8v5p-26mr-crfq/GHSA-8v5p-26mr-crfq.json +++ b/advisories/unreviewed/2022/05/GHSA-8v5p-26mr-crfq/GHSA-8v5p-26mr-crfq.json @@ -7,12 +7,8 @@ "CVE-2021-26215" ], "details": "SeedDMS 5.1.x is affected by cross-site request forgery (CSRF) in out.EditDocument.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8vg2-hc44-37f3/GHSA-8vg2-hc44-37f3.json b/advisories/unreviewed/2022/05/GHSA-8vg2-hc44-37f3/GHSA-8vg2-hc44-37f3.json index 5156a3a646f..13eba3e3cd0 100644 --- a/advisories/unreviewed/2022/05/GHSA-8vg2-hc44-37f3/GHSA-8vg2-hc44-37f3.json +++ b/advisories/unreviewed/2022/05/GHSA-8vg2-hc44-37f3/GHSA-8vg2-hc44-37f3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8vrv-2fm5-wpvr/GHSA-8vrv-2fm5-wpvr.json b/advisories/unreviewed/2022/05/GHSA-8vrv-2fm5-wpvr/GHSA-8vrv-2fm5-wpvr.json index aec85fa4ff2..62eff101ce1 100644 --- a/advisories/unreviewed/2022/05/GHSA-8vrv-2fm5-wpvr/GHSA-8vrv-2fm5-wpvr.json +++ b/advisories/unreviewed/2022/05/GHSA-8vrv-2fm5-wpvr/GHSA-8vrv-2fm5-wpvr.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", @@ -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-8wf3-f4x7-9h3c/GHSA-8wf3-f4x7-9h3c.json b/advisories/unreviewed/2022/05/GHSA-8wf3-f4x7-9h3c/GHSA-8wf3-f4x7-9h3c.json index f59bebdd450..555c481e273 100644 --- a/advisories/unreviewed/2022/05/GHSA-8wf3-f4x7-9h3c/GHSA-8wf3-f4x7-9h3c.json +++ b/advisories/unreviewed/2022/05/GHSA-8wf3-f4x7-9h3c/GHSA-8wf3-f4x7-9h3c.json @@ -7,12 +7,8 @@ "CVE-2021-26216" ], "details": "SeedDMS 5.1.x is affected by cross-site request forgery (CSRF) in out.EditFolder.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-94j9-g7hv-h89v/GHSA-94j9-g7hv-h89v.json b/advisories/unreviewed/2022/05/GHSA-94j9-g7hv-h89v/GHSA-94j9-g7hv-h89v.json index e70ae9b5e0d..f37dcc7bf21 100644 --- a/advisories/unreviewed/2022/05/GHSA-94j9-g7hv-h89v/GHSA-94j9-g7hv-h89v.json +++ b/advisories/unreviewed/2022/05/GHSA-94j9-g7hv-h89v/GHSA-94j9-g7hv-h89v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-954v-jx2j-mhwf/GHSA-954v-jx2j-mhwf.json b/advisories/unreviewed/2022/05/GHSA-954v-jx2j-mhwf/GHSA-954v-jx2j-mhwf.json index 0378f1e62f6..9aba6be8e02 100644 --- a/advisories/unreviewed/2022/05/GHSA-954v-jx2j-mhwf/GHSA-954v-jx2j-mhwf.json +++ b/advisories/unreviewed/2022/05/GHSA-954v-jx2j-mhwf/GHSA-954v-jx2j-mhwf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-96rw-cq24-24mw/GHSA-96rw-cq24-24mw.json b/advisories/unreviewed/2022/05/GHSA-96rw-cq24-24mw/GHSA-96rw-cq24-24mw.json index 03de17475ac..01258697601 100644 --- a/advisories/unreviewed/2022/05/GHSA-96rw-cq24-24mw/GHSA-96rw-cq24-24mw.json +++ b/advisories/unreviewed/2022/05/GHSA-96rw-cq24-24mw/GHSA-96rw-cq24-24mw.json @@ -7,12 +7,8 @@ "CVE-2021-26963" ], "details": "A remote authenticated arbitrary command execution vulnerability was discovered in Aruba AirWave Management Platform version(s): Prior to 8.2.12.0. Vulnerabilities in the AirWave CLI could allow remote authenticated users to run arbitrary commands on the underlying host. A successful exploit could allow an attacker to execute arbitrary commands as root on the underlying operating system leading to full system compromise.", - "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-96wm-8v29-wg5g/GHSA-96wm-8v29-wg5g.json b/advisories/unreviewed/2022/05/GHSA-96wm-8v29-wg5g/GHSA-96wm-8v29-wg5g.json index 3747e4d3443..64fcfb8c4b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-96wm-8v29-wg5g/GHSA-96wm-8v29-wg5g.json +++ b/advisories/unreviewed/2022/05/GHSA-96wm-8v29-wg5g/GHSA-96wm-8v29-wg5g.json @@ -7,12 +7,8 @@ "CVE-2020-14516" ], "details": "In Rockwell Automation FactoryTalk Services Platform Versions 6.10.00 and 6.11.00, there is an issue with the implementation of the SHA-256 hashing algorithm with FactoryTalk Services Platform that prevents the user password from being hashed properly.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-98cw-7rjm-39gc/GHSA-98cw-7rjm-39gc.json b/advisories/unreviewed/2022/05/GHSA-98cw-7rjm-39gc/GHSA-98cw-7rjm-39gc.json index 88ae2f6663c..e39ed8f24d0 100644 --- a/advisories/unreviewed/2022/05/GHSA-98cw-7rjm-39gc/GHSA-98cw-7rjm-39gc.json +++ b/advisories/unreviewed/2022/05/GHSA-98cw-7rjm-39gc/GHSA-98cw-7rjm-39gc.json @@ -7,12 +7,8 @@ "CVE-2021-0453" ], "details": "In the Titan-M chip firmware, there is a possible disclosure of stack memory due to uninitialized data. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-175117199", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-99jg-2fvv-2jfq/GHSA-99jg-2fvv-2jfq.json b/advisories/unreviewed/2022/05/GHSA-99jg-2fvv-2jfq/GHSA-99jg-2fvv-2jfq.json index 44aec0fdf7e..27437f607e2 100644 --- a/advisories/unreviewed/2022/05/GHSA-99jg-2fvv-2jfq/GHSA-99jg-2fvv-2jfq.json +++ b/advisories/unreviewed/2022/05/GHSA-99jg-2fvv-2jfq/GHSA-99jg-2fvv-2jfq.json @@ -7,12 +7,8 @@ "CVE-2021-24148" ], "details": "A business logic issue in the MStore API WordPress plugin, versions before 3.2.0, had an authentication bypass with Sign In With Apple allowing unauthenticated users to recover an authentication cookie with only an email address.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9g82-8987-224m/GHSA-9g82-8987-224m.json b/advisories/unreviewed/2022/05/GHSA-9g82-8987-224m/GHSA-9g82-8987-224m.json index 54967e0fa4e..5963d51a311 100644 --- a/advisories/unreviewed/2022/05/GHSA-9g82-8987-224m/GHSA-9g82-8987-224m.json +++ b/advisories/unreviewed/2022/05/GHSA-9g82-8987-224m/GHSA-9g82-8987-224m.json @@ -7,12 +7,8 @@ "CVE-2021-26991" ], "details": "Cloud Manager versions prior to 3.9.4 contain an insecure Cross-Origin Resource Sharing (CORS) policy which could allow a remote attacker to interact with Cloud Manager.", - "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-9gm6-5mxf-x5v3/GHSA-9gm6-5mxf-x5v3.json b/advisories/unreviewed/2022/05/GHSA-9gm6-5mxf-x5v3/GHSA-9gm6-5mxf-x5v3.json index 5edac6d294f..81fcf386fc2 100644 --- a/advisories/unreviewed/2022/05/GHSA-9gm6-5mxf-x5v3/GHSA-9gm6-5mxf-x5v3.json +++ b/advisories/unreviewed/2022/05/GHSA-9gm6-5mxf-x5v3/GHSA-9gm6-5mxf-x5v3.json @@ -7,12 +7,8 @@ "CVE-2021-21076" ], "details": "Adobe Animate version 21.0.3 (and earlier) is affected by an Out-of-bounds Read vulnerability. An unauthenticated attacker could leverage this vulnerability to disclose sensitive information in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9gwg-cvv6-vjxh/GHSA-9gwg-cvv6-vjxh.json b/advisories/unreviewed/2022/05/GHSA-9gwg-cvv6-vjxh/GHSA-9gwg-cvv6-vjxh.json index 4603419cabb..55bf051f1ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-9gwg-cvv6-vjxh/GHSA-9gwg-cvv6-vjxh.json +++ b/advisories/unreviewed/2022/05/GHSA-9gwg-cvv6-vjxh/GHSA-9gwg-cvv6-vjxh.json @@ -7,12 +7,8 @@ "CVE-2020-27225" ], "details": "In versions 4.18 and earlier of the Eclipse Platform, the Help Subsystem does not authenticate active help requests to the local help web server, allowing an unauthenticated local attacker to issue active help commands to the associated Eclipse Platform process or Eclipse Rich Client Platform process.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9h3q-pv83-f47p/GHSA-9h3q-pv83-f47p.json b/advisories/unreviewed/2022/05/GHSA-9h3q-pv83-f47p/GHSA-9h3q-pv83-f47p.json index dca05e9cba1..c1f4f77f945 100644 --- a/advisories/unreviewed/2022/05/GHSA-9h3q-pv83-f47p/GHSA-9h3q-pv83-f47p.json +++ b/advisories/unreviewed/2022/05/GHSA-9h3q-pv83-f47p/GHSA-9h3q-pv83-f47p.json @@ -7,12 +7,8 @@ "CVE-2020-35227" ], "details": "A buffer overflow vulnerability in the access control section on NETGEAR JGS516PE/GS116Ev2 v2.6.0.43 devices (in the administration web panel) allows an attacker to inject IP addresses into the whitelist via the checkedList parameter to the delete command.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9h47-8w3f-83c6/GHSA-9h47-8w3f-83c6.json b/advisories/unreviewed/2022/05/GHSA-9h47-8w3f-83c6/GHSA-9h47-8w3f-83c6.json index b23f5893493..2912fe9d458 100644 --- a/advisories/unreviewed/2022/05/GHSA-9h47-8w3f-83c6/GHSA-9h47-8w3f-83c6.json +++ b/advisories/unreviewed/2022/05/GHSA-9h47-8w3f-83c6/GHSA-9h47-8w3f-83c6.json @@ -7,12 +7,8 @@ "CVE-2020-35224" ], "details": "A buffer overflow vulnerability in the NSDP protocol authentication method on NETGEAR JGS516PE/GS116Ev2 v2.6.0.43 devices allows remote unauthenticated attackers to force a device reboot.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9h67-rmqw-hxgv/GHSA-9h67-rmqw-hxgv.json b/advisories/unreviewed/2022/05/GHSA-9h67-rmqw-hxgv/GHSA-9h67-rmqw-hxgv.json index da46779d626..6c7d4b2b1ea 100644 --- a/advisories/unreviewed/2022/05/GHSA-9h67-rmqw-hxgv/GHSA-9h67-rmqw-hxgv.json +++ b/advisories/unreviewed/2022/05/GHSA-9h67-rmqw-hxgv/GHSA-9h67-rmqw-hxgv.json @@ -7,12 +7,8 @@ "CVE-2021-26971" ], "details": "A remote authenticated arbitrary command execution vulnerability was discovered in Aruba AirWave Management Platform version(s): Prior to 8.2.12.0. Vulnerabilities in the AirWave web-base management interface could allow remote authenticated users to run arbitrary commands on the underlying host. A successful exploit could allow an attacker to execute arbitrary commands as a lower privileged user on the underlying operating system leading to partial system compromise.", - "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-9j29-595f-wvxh/GHSA-9j29-595f-wvxh.json b/advisories/unreviewed/2022/05/GHSA-9j29-595f-wvxh/GHSA-9j29-595f-wvxh.json index 18140ba95af..69d6f38f443 100644 --- a/advisories/unreviewed/2022/05/GHSA-9j29-595f-wvxh/GHSA-9j29-595f-wvxh.json +++ b/advisories/unreviewed/2022/05/GHSA-9j29-595f-wvxh/GHSA-9j29-595f-wvxh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9mgf-8pw2-hx5x/GHSA-9mgf-8pw2-hx5x.json b/advisories/unreviewed/2022/05/GHSA-9mgf-8pw2-hx5x/GHSA-9mgf-8pw2-hx5x.json index aea716aeeb3..738e9a75111 100644 --- a/advisories/unreviewed/2022/05/GHSA-9mgf-8pw2-hx5x/GHSA-9mgf-8pw2-hx5x.json +++ b/advisories/unreviewed/2022/05/GHSA-9mgf-8pw2-hx5x/GHSA-9mgf-8pw2-hx5x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9pq7-49qc-7557/GHSA-9pq7-49qc-7557.json b/advisories/unreviewed/2022/05/GHSA-9pq7-49qc-7557/GHSA-9pq7-49qc-7557.json index 95dd1ffa475..48b1f994bd2 100644 --- a/advisories/unreviewed/2022/05/GHSA-9pq7-49qc-7557/GHSA-9pq7-49qc-7557.json +++ b/advisories/unreviewed/2022/05/GHSA-9pq7-49qc-7557/GHSA-9pq7-49qc-7557.json @@ -7,12 +7,8 @@ "CVE-2020-29020" ], "details": "Improper Access Control vulnerability in web service of Secomea SiteManager allows remote attacker to access the web UI from the internet using the configured credentials. This issue affects: Secomea SiteManager All versions prior to 9.4.620527004 on Hardware.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9q82-vh99-v4rp/GHSA-9q82-vh99-v4rp.json b/advisories/unreviewed/2022/05/GHSA-9q82-vh99-v4rp/GHSA-9q82-vh99-v4rp.json index 99c7e02a530..1245eea9ffd 100644 --- a/advisories/unreviewed/2022/05/GHSA-9q82-vh99-v4rp/GHSA-9q82-vh99-v4rp.json +++ b/advisories/unreviewed/2022/05/GHSA-9q82-vh99-v4rp/GHSA-9q82-vh99-v4rp.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-9rqf-w99j-7c4r/GHSA-9rqf-w99j-7c4r.json b/advisories/unreviewed/2022/05/GHSA-9rqf-w99j-7c4r/GHSA-9rqf-w99j-7c4r.json index 6515b9fd0a2..17d2143e471 100644 --- a/advisories/unreviewed/2022/05/GHSA-9rqf-w99j-7c4r/GHSA-9rqf-w99j-7c4r.json +++ b/advisories/unreviewed/2022/05/GHSA-9rqf-w99j-7c4r/GHSA-9rqf-w99j-7c4r.json @@ -7,12 +7,8 @@ "CVE-2020-35451" ], "details": "There is a race condition in OozieSharelibCLI in Apache Oozie before version 5.2.1 which allows a malicious attacker to replace the files in Oozie's sharelib during it's creation.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9v5c-v328-xq45/GHSA-9v5c-v328-xq45.json b/advisories/unreviewed/2022/05/GHSA-9v5c-v328-xq45/GHSA-9v5c-v328-xq45.json index 59b67ca8032..645be1852bd 100644 --- a/advisories/unreviewed/2022/05/GHSA-9v5c-v328-xq45/GHSA-9v5c-v328-xq45.json +++ b/advisories/unreviewed/2022/05/GHSA-9v5c-v328-xq45/GHSA-9v5c-v328-xq45.json @@ -7,12 +7,8 @@ "CVE-2021-24128" ], "details": "Unvalidated input and lack of output encoding in the Team Members WordPress plugin, versions before 5.0.4, lead to Cross-site scripting vulnerabilities allowing medium-privileged authenticated attacker (contributor+) to inject arbitrary web script or HTML via the 'Description/biography' of a member.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9xmm-x36v-779r/GHSA-9xmm-x36v-779r.json b/advisories/unreviewed/2022/05/GHSA-9xmm-x36v-779r/GHSA-9xmm-x36v-779r.json index b7b1ef7b46f..c8b79efb9aa 100644 --- a/advisories/unreviewed/2022/05/GHSA-9xmm-x36v-779r/GHSA-9xmm-x36v-779r.json +++ b/advisories/unreviewed/2022/05/GHSA-9xmm-x36v-779r/GHSA-9xmm-x36v-779r.json @@ -7,12 +7,8 @@ "CVE-2021-0463" ], "details": "In convertToHidl of convert.cpp, there is a possible out of bounds read due to uninitialized data from ReturnFrameworkMessage. This could lead to local information disclosure with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-154867068", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c4f9-8f2h-w5rv/GHSA-c4f9-8f2h-w5rv.json b/advisories/unreviewed/2022/05/GHSA-c4f9-8f2h-w5rv/GHSA-c4f9-8f2h-w5rv.json index fafcd169cc9..bdb9c1b526f 100644 --- a/advisories/unreviewed/2022/05/GHSA-c4f9-8f2h-w5rv/GHSA-c4f9-8f2h-w5rv.json +++ b/advisories/unreviewed/2022/05/GHSA-c4f9-8f2h-w5rv/GHSA-c4f9-8f2h-w5rv.json @@ -7,12 +7,8 @@ "CVE-2021-21168" ], "details": "Insufficient policy enforcement in appcache in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page.", - "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-c7jg-8cqr-88pq/GHSA-c7jg-8cqr-88pq.json b/advisories/unreviewed/2022/05/GHSA-c7jg-8cqr-88pq/GHSA-c7jg-8cqr-88pq.json index 5c831a9bcda..e055845d933 100644 --- a/advisories/unreviewed/2022/05/GHSA-c7jg-8cqr-88pq/GHSA-c7jg-8cqr-88pq.json +++ b/advisories/unreviewed/2022/05/GHSA-c7jg-8cqr-88pq/GHSA-c7jg-8cqr-88pq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c7qj-gv2g-gv5h/GHSA-c7qj-gv2g-gv5h.json b/advisories/unreviewed/2022/05/GHSA-c7qj-gv2g-gv5h/GHSA-c7qj-gv2g-gv5h.json index bba1b49d7f7..981f470539c 100644 --- a/advisories/unreviewed/2022/05/GHSA-c7qj-gv2g-gv5h/GHSA-c7qj-gv2g-gv5h.json +++ b/advisories/unreviewed/2022/05/GHSA-c7qj-gv2g-gv5h/GHSA-c7qj-gv2g-gv5h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c7r2-qc5v-3hvm/GHSA-c7r2-qc5v-3hvm.json b/advisories/unreviewed/2022/05/GHSA-c7r2-qc5v-3hvm/GHSA-c7r2-qc5v-3hvm.json index e7225baa350..584d1a5f625 100644 --- a/advisories/unreviewed/2022/05/GHSA-c7r2-qc5v-3hvm/GHSA-c7r2-qc5v-3hvm.json +++ b/advisories/unreviewed/2022/05/GHSA-c7r2-qc5v-3hvm/GHSA-c7r2-qc5v-3hvm.json @@ -7,12 +7,8 @@ "CVE-2021-24132" ], "details": "The Slider by 10Web WordPress plugin, versions before 1.2.36, in the bulk_action, export_full and save_slider_db functionalities of the plugin were vulnerable, allowing a high privileged user (Admin), or medium one such as Contributor+ (if \"Role Options\" is turn on for other users) to perform a SQL Injection attacks.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c856-vvxc-h7c9/GHSA-c856-vvxc-h7c9.json b/advisories/unreviewed/2022/05/GHSA-c856-vvxc-h7c9/GHSA-c856-vvxc-h7c9.json index b023bef44d9..fb550e0f223 100644 --- a/advisories/unreviewed/2022/05/GHSA-c856-vvxc-h7c9/GHSA-c856-vvxc-h7c9.json +++ b/advisories/unreviewed/2022/05/GHSA-c856-vvxc-h7c9/GHSA-c856-vvxc-h7c9.json @@ -7,12 +7,8 @@ "CVE-2021-27695" ], "details": "Multiple stored cross-site scripting (XSS) vulnerabilities in openMAINT 2.1-3.3-b allow remote attackers to inject arbitrary web script or HTML via any \"Add\" sections, such as Add Card Building & Floor, or others in the Name and Code Parameters.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cc9j-57m4-w285/GHSA-cc9j-57m4-w285.json b/advisories/unreviewed/2022/05/GHSA-cc9j-57m4-w285/GHSA-cc9j-57m4-w285.json index 55f66d0ae2b..c5373ea5fec 100644 --- a/advisories/unreviewed/2022/05/GHSA-cc9j-57m4-w285/GHSA-cc9j-57m4-w285.json +++ b/advisories/unreviewed/2022/05/GHSA-cc9j-57m4-w285/GHSA-cc9j-57m4-w285.json @@ -7,12 +7,8 @@ "CVE-2021-24025" ], "details": "Due to incorrect string size calculations inside the preg_quote function, a large input string passed to the function can trigger an integer overflow leading to a heap overflow. This issue affects HHVM versions prior to 4.56.3, all versions between 4.57.0 and 4.80.1, all versions between 4.81.0 and 4.93.1, and versions 4.94.0, 4.95.0, 4.96.0, 4.97.0, 4.98.0.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cf35-v9jm-w658/GHSA-cf35-v9jm-w658.json b/advisories/unreviewed/2022/05/GHSA-cf35-v9jm-w658/GHSA-cf35-v9jm-w658.json index 5176b909985..932f90b1d9a 100644 --- a/advisories/unreviewed/2022/05/GHSA-cf35-v9jm-w658/GHSA-cf35-v9jm-w658.json +++ b/advisories/unreviewed/2022/05/GHSA-cf35-v9jm-w658/GHSA-cf35-v9jm-w658.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cfhw-x225-jrhr/GHSA-cfhw-x225-jrhr.json b/advisories/unreviewed/2022/05/GHSA-cfhw-x225-jrhr/GHSA-cfhw-x225-jrhr.json index 559e3e71fe2..16c810a4f98 100644 --- a/advisories/unreviewed/2022/05/GHSA-cfhw-x225-jrhr/GHSA-cfhw-x225-jrhr.json +++ b/advisories/unreviewed/2022/05/GHSA-cfhw-x225-jrhr/GHSA-cfhw-x225-jrhr.json @@ -7,12 +7,8 @@ "CVE-2020-28387" ], "details": "A vulnerability has been identified in Solid Edge SE2020 (All Versions < SE2020MP13), Solid Edge SE2021 (All Versions < SE2021MP3). When opening a specially crafted SEECTCXML file, the application could disclose arbitrary files to remote attackers. This is because of the passing of specially crafted content to the underlying XML parser without taking proper restrictions such as prohibiting an external dtd. (ZDI-CAN-11923)", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cg25-hgxg-436p/GHSA-cg25-hgxg-436p.json b/advisories/unreviewed/2022/05/GHSA-cg25-hgxg-436p/GHSA-cg25-hgxg-436p.json index eb2f1ec2ecb..12218cee476 100644 --- a/advisories/unreviewed/2022/05/GHSA-cg25-hgxg-436p/GHSA-cg25-hgxg-436p.json +++ b/advisories/unreviewed/2022/05/GHSA-cg25-hgxg-436p/GHSA-cg25-hgxg-436p.json @@ -7,12 +7,8 @@ "CVE-2021-21170" ], "details": "Incorrect security UI in Loader in Google Chrome prior to 89.0.4389.72 allowed a remote attacker who had compromised the renderer process to spoof the contents of the Omnibox (URL bar) via a crafted HTML page.", - "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-cgcm-v3m9-cvv2/GHSA-cgcm-v3m9-cvv2.json b/advisories/unreviewed/2022/05/GHSA-cgcm-v3m9-cvv2/GHSA-cgcm-v3m9-cvv2.json index e6acb010f63..dd1131a158e 100644 --- a/advisories/unreviewed/2022/05/GHSA-cgcm-v3m9-cvv2/GHSA-cgcm-v3m9-cvv2.json +++ b/advisories/unreviewed/2022/05/GHSA-cgcm-v3m9-cvv2/GHSA-cgcm-v3m9-cvv2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-chfh-m75v-856c/GHSA-chfh-m75v-856c.json b/advisories/unreviewed/2022/05/GHSA-chfh-m75v-856c/GHSA-chfh-m75v-856c.json index 4947ce92a0c..94da1747bc6 100644 --- a/advisories/unreviewed/2022/05/GHSA-chfh-m75v-856c/GHSA-chfh-m75v-856c.json +++ b/advisories/unreviewed/2022/05/GHSA-chfh-m75v-856c/GHSA-chfh-m75v-856c.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-cjgg-5g8h-rc2r/GHSA-cjgg-5g8h-rc2r.json b/advisories/unreviewed/2022/05/GHSA-cjgg-5g8h-rc2r/GHSA-cjgg-5g8h-rc2r.json index b91084d019f..cd7f8e540de 100644 --- a/advisories/unreviewed/2022/05/GHSA-cjgg-5g8h-rc2r/GHSA-cjgg-5g8h-rc2r.json +++ b/advisories/unreviewed/2022/05/GHSA-cjgg-5g8h-rc2r/GHSA-cjgg-5g8h-rc2r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cjv7-283m-8gmm/GHSA-cjv7-283m-8gmm.json b/advisories/unreviewed/2022/05/GHSA-cjv7-283m-8gmm/GHSA-cjv7-283m-8gmm.json index 4e1a68c20d5..39b82081bfc 100644 --- a/advisories/unreviewed/2022/05/GHSA-cjv7-283m-8gmm/GHSA-cjv7-283m-8gmm.json +++ b/advisories/unreviewed/2022/05/GHSA-cjv7-283m-8gmm/GHSA-cjv7-283m-8gmm.json @@ -7,12 +7,8 @@ "CVE-2021-0374" ], "details": "In BnAudioPolicyService::onTransact of IAudioPolicyService.cpp, there is a possible out of bounds read due to a missing bounds check. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11Android ID: A-169572641", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cm57-v77w-q64x/GHSA-cm57-v77w-q64x.json b/advisories/unreviewed/2022/05/GHSA-cm57-v77w-q64x/GHSA-cm57-v77w-q64x.json index c42a5a86d15..e4c5561b90e 100644 --- a/advisories/unreviewed/2022/05/GHSA-cm57-v77w-q64x/GHSA-cm57-v77w-q64x.json +++ b/advisories/unreviewed/2022/05/GHSA-cm57-v77w-q64x/GHSA-cm57-v77w-q64x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cp68-wvff-7wwh/GHSA-cp68-wvff-7wwh.json b/advisories/unreviewed/2022/05/GHSA-cp68-wvff-7wwh/GHSA-cp68-wvff-7wwh.json index 99127a42894..1933e0b9685 100644 --- a/advisories/unreviewed/2022/05/GHSA-cp68-wvff-7wwh/GHSA-cp68-wvff-7wwh.json +++ b/advisories/unreviewed/2022/05/GHSA-cp68-wvff-7wwh/GHSA-cp68-wvff-7wwh.json @@ -7,12 +7,8 @@ "CVE-2021-21493" ], "details": "When a user opens manipulated Graphics Interchange Format (.GIF) format files received from untrusted sources in SAP 3D Visual Enterprise Viewer version 9, the application crashes and becomes temporarily unavailable to the user until restart of the application.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -92,9 +88,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cq5x-xjxh-7x25/GHSA-cq5x-xjxh-7x25.json b/advisories/unreviewed/2022/05/GHSA-cq5x-xjxh-7x25/GHSA-cq5x-xjxh-7x25.json index c8165e94122..cc516adf754 100644 --- a/advisories/unreviewed/2022/05/GHSA-cq5x-xjxh-7x25/GHSA-cq5x-xjxh-7x25.json +++ b/advisories/unreviewed/2022/05/GHSA-cq5x-xjxh-7x25/GHSA-cq5x-xjxh-7x25.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cr49-gvqw-pcg9/GHSA-cr49-gvqw-pcg9.json b/advisories/unreviewed/2022/05/GHSA-cr49-gvqw-pcg9/GHSA-cr49-gvqw-pcg9.json index 053c5bef389..75cdae5f112 100644 --- a/advisories/unreviewed/2022/05/GHSA-cr49-gvqw-pcg9/GHSA-cr49-gvqw-pcg9.json +++ b/advisories/unreviewed/2022/05/GHSA-cr49-gvqw-pcg9/GHSA-cr49-gvqw-pcg9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cr92-mg8v-7vg4/GHSA-cr92-mg8v-7vg4.json b/advisories/unreviewed/2022/05/GHSA-cr92-mg8v-7vg4/GHSA-cr92-mg8v-7vg4.json index c5c989284b5..363d512f26d 100644 --- a/advisories/unreviewed/2022/05/GHSA-cr92-mg8v-7vg4/GHSA-cr92-mg8v-7vg4.json +++ b/advisories/unreviewed/2022/05/GHSA-cr92-mg8v-7vg4/GHSA-cr92-mg8v-7vg4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cwx3-9577-fcx4/GHSA-cwx3-9577-fcx4.json b/advisories/unreviewed/2022/05/GHSA-cwx3-9577-fcx4/GHSA-cwx3-9577-fcx4.json index 384a3d09f19..8ef5d7036d6 100644 --- a/advisories/unreviewed/2022/05/GHSA-cwx3-9577-fcx4/GHSA-cwx3-9577-fcx4.json +++ b/advisories/unreviewed/2022/05/GHSA-cwx3-9577-fcx4/GHSA-cwx3-9577-fcx4.json @@ -7,12 +7,8 @@ "CVE-2021-21481" ], "details": "The MigrationService, which is part of SAP NetWeaver versions 7.10, 7.11, 7.20, 7.30, 7.31, 7.40, 7.50, does not perform an authorization check. This might allow an unauthorized attacker to access configuration objects, including such that grant administrative privileges. This could result in complete compromise of system confidentiality, integrity, and availability.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cx7q-p73j-5x69/GHSA-cx7q-p73j-5x69.json b/advisories/unreviewed/2022/05/GHSA-cx7q-p73j-5x69/GHSA-cx7q-p73j-5x69.json index 22a8bfdeb77..3130f0e0b86 100644 --- a/advisories/unreviewed/2022/05/GHSA-cx7q-p73j-5x69/GHSA-cx7q-p73j-5x69.json +++ b/advisories/unreviewed/2022/05/GHSA-cx7q-p73j-5x69/GHSA-cx7q-p73j-5x69.json @@ -7,12 +7,8 @@ "CVE-2021-27314" ], "details": "SQL injection in admin.php in doctor appointment system 1.0 allows an unauthenticated attacker to insert malicious SQL queries via username parameter at login page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cxjg-542q-fjgf/GHSA-cxjg-542q-fjgf.json b/advisories/unreviewed/2022/05/GHSA-cxjg-542q-fjgf/GHSA-cxjg-542q-fjgf.json index 71b0bd09a1f..1ce642725ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-cxjg-542q-fjgf/GHSA-cxjg-542q-fjgf.json +++ b/advisories/unreviewed/2022/05/GHSA-cxjg-542q-fjgf/GHSA-cxjg-542q-fjgf.json @@ -7,12 +7,8 @@ "CVE-2021-27584" ], "details": "When a user opens manipulated PhotoShop Document (.PSD) format files received from untrusted sources in SAP 3D Visual Enterprise Viewer version 9, the application crashes and becomes temporarily unavailable to the user until restart of the application.", - "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-cxp2-pwp9-gj8m/GHSA-cxp2-pwp9-gj8m.json b/advisories/unreviewed/2022/05/GHSA-cxp2-pwp9-gj8m/GHSA-cxp2-pwp9-gj8m.json index 800697a5462..3ef8a78d5de 100644 --- a/advisories/unreviewed/2022/05/GHSA-cxp2-pwp9-gj8m/GHSA-cxp2-pwp9-gj8m.json +++ b/advisories/unreviewed/2022/05/GHSA-cxp2-pwp9-gj8m/GHSA-cxp2-pwp9-gj8m.json @@ -7,12 +7,8 @@ "CVE-2020-0025" ], "details": "In deletePackageVersionedInternal of PackageManagerService.java, there is a possible way to exit Screen Pinning due to a permissions bypass. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11Android ID: A-135604684", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cxqv-ww34-rc46/GHSA-cxqv-ww34-rc46.json b/advisories/unreviewed/2022/05/GHSA-cxqv-ww34-rc46/GHSA-cxqv-ww34-rc46.json index adebafde787..491774822e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-cxqv-ww34-rc46/GHSA-cxqv-ww34-rc46.json +++ b/advisories/unreviewed/2022/05/GHSA-cxqv-ww34-rc46/GHSA-cxqv-ww34-rc46.json @@ -7,12 +7,8 @@ "CVE-2020-8356" ], "details": "An internal product security audit of LXCO, prior to version 1.2.2, discovered that optional passwords, if specified, for the Syslog and SMTP forwarders are written to an internal LXCO log file in clear text. Affected logs are captured in the First Failure Data Capture (FFDC) service log. The FFDC service log is only generated when requested by a privileged LXCO user and it is only accessible to the privileged LXCO user that requested the file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f28h-rxhw-4349/GHSA-f28h-rxhw-4349.json b/advisories/unreviewed/2022/05/GHSA-f28h-rxhw-4349/GHSA-f28h-rxhw-4349.json index 5584e2ff34d..881c0ec2820 100644 --- a/advisories/unreviewed/2022/05/GHSA-f28h-rxhw-4349/GHSA-f28h-rxhw-4349.json +++ b/advisories/unreviewed/2022/05/GHSA-f28h-rxhw-4349/GHSA-f28h-rxhw-4349.json @@ -7,12 +7,8 @@ "CVE-2020-26886" ], "details": "Softaculous before 5.5.7 is affected by a code execution vulnerability because of External Initialization of Trusted Variables or Data Stores. This leads to privilege escalation on the local host.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f2gj-pfpv-hh8v/GHSA-f2gj-pfpv-hh8v.json b/advisories/unreviewed/2022/05/GHSA-f2gj-pfpv-hh8v/GHSA-f2gj-pfpv-hh8v.json index 11c72b416ec..921a5a4bebb 100644 --- a/advisories/unreviewed/2022/05/GHSA-f2gj-pfpv-hh8v/GHSA-f2gj-pfpv-hh8v.json +++ b/advisories/unreviewed/2022/05/GHSA-f2gj-pfpv-hh8v/GHSA-f2gj-pfpv-hh8v.json @@ -7,12 +7,8 @@ "CVE-2021-3417" ], "details": "An internal product security audit of LXCO, prior to version 1.2.2, discovered that credentials for Lenovo XClarity Administrator (LXCA), if added as a Resource Manager, are encoded then written to an internal LXCO log file each time a session is established with LXCA. Affected logs are captured in the First Failure Data Capture (FFDC) service log. The FFDC service log is only generated when requested by a privileged LXCO user and it is only accessible to the privileged LXCO user that requested the file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f387-26c4-6jhr/GHSA-f387-26c4-6jhr.json b/advisories/unreviewed/2022/05/GHSA-f387-26c4-6jhr/GHSA-f387-26c4-6jhr.json index 7b65227f3f7..97e5c6c27e2 100644 --- a/advisories/unreviewed/2022/05/GHSA-f387-26c4-6jhr/GHSA-f387-26c4-6jhr.json +++ b/advisories/unreviewed/2022/05/GHSA-f387-26c4-6jhr/GHSA-f387-26c4-6jhr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f4f2-97x9-5rfr/GHSA-f4f2-97x9-5rfr.json b/advisories/unreviewed/2022/05/GHSA-f4f2-97x9-5rfr/GHSA-f4f2-97x9-5rfr.json index d3354451a82..a9a1fe71383 100644 --- a/advisories/unreviewed/2022/05/GHSA-f4f2-97x9-5rfr/GHSA-f4f2-97x9-5rfr.json +++ b/advisories/unreviewed/2022/05/GHSA-f4f2-97x9-5rfr/GHSA-f4f2-97x9-5rfr.json @@ -7,12 +7,8 @@ "CVE-2021-21072" ], "details": "Adobe Animate version 21.0.3 (and earlier) is affected by an Out-of-bounds Read vulnerability. An unauthenticated attacker could leverage this vulnerability to disclose sensitive information in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f4r2-649g-9gv5/GHSA-f4r2-649g-9gv5.json b/advisories/unreviewed/2022/05/GHSA-f4r2-649g-9gv5/GHSA-f4r2-649g-9gv5.json index 7c01f6ab841..45b01ecf271 100644 --- a/advisories/unreviewed/2022/05/GHSA-f4r2-649g-9gv5/GHSA-f4r2-649g-9gv5.json +++ b/advisories/unreviewed/2022/05/GHSA-f4r2-649g-9gv5/GHSA-f4r2-649g-9gv5.json @@ -7,12 +7,8 @@ "CVE-2021-28792" ], "details": "The unofficial Swift Development Environment extension before 2.12.1 for Visual Studio Code allows remote attackers to execute arbitrary code by constructing a malicious workspace with a crafted sourcekit-lsp.serverPath, swift.languageServerPath, swift.path.sourcekite, swift.path.sourcekiteDockerMode, swift.path.swift_driver_bin, or swift.path.shell configuration value that triggers execution upon opening the workspace.", - "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-f6cq-qff8-2wfw/GHSA-f6cq-qff8-2wfw.json b/advisories/unreviewed/2022/05/GHSA-f6cq-qff8-2wfw/GHSA-f6cq-qff8-2wfw.json index 13465e22ac7..dcc115549ef 100644 --- a/advisories/unreviewed/2022/05/GHSA-f6cq-qff8-2wfw/GHSA-f6cq-qff8-2wfw.json +++ b/advisories/unreviewed/2022/05/GHSA-f6cq-qff8-2wfw/GHSA-f6cq-qff8-2wfw.json @@ -7,12 +7,8 @@ "CVE-2020-36279" ], "details": "Leptonica before 1.80.0 allows a heap-based buffer over-read in rasteropGeneralLow, related to adaptmap_reg.c and adaptmap.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f6hw-9fqc-mw38/GHSA-f6hw-9fqc-mw38.json b/advisories/unreviewed/2022/05/GHSA-f6hw-9fqc-mw38/GHSA-f6hw-9fqc-mw38.json index fad6148e124..516dc8da865 100644 --- a/advisories/unreviewed/2022/05/GHSA-f6hw-9fqc-mw38/GHSA-f6hw-9fqc-mw38.json +++ b/advisories/unreviewed/2022/05/GHSA-f6hw-9fqc-mw38/GHSA-f6hw-9fqc-mw38.json @@ -7,12 +7,8 @@ "CVE-2020-23721" ], "details": "An issue was discovered in FUEL CMS V1.4.7. An attacker can use a XSS payload and bypass a filter via /fuelCM/fuel/pages/edit/1?lang=english.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f82f-54fm-grwm/GHSA-f82f-54fm-grwm.json b/advisories/unreviewed/2022/05/GHSA-f82f-54fm-grwm/GHSA-f82f-54fm-grwm.json index 07dbb4a2ace..7dff7c24a12 100644 --- a/advisories/unreviewed/2022/05/GHSA-f82f-54fm-grwm/GHSA-f82f-54fm-grwm.json +++ b/advisories/unreviewed/2022/05/GHSA-f82f-54fm-grwm/GHSA-f82f-54fm-grwm.json @@ -7,12 +7,8 @@ "CVE-2021-20272" ], "details": "A flaw was found in privoxy before 3.0.32. An assertion failure could be triggered with a crafted CGI request leading to server crash.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f895-2cv4-3f88/GHSA-f895-2cv4-3f88.json b/advisories/unreviewed/2022/05/GHSA-f895-2cv4-3f88/GHSA-f895-2cv4-3f88.json index 8d195c1fc46..f226565bdd5 100644 --- a/advisories/unreviewed/2022/05/GHSA-f895-2cv4-3f88/GHSA-f895-2cv4-3f88.json +++ b/advisories/unreviewed/2022/05/GHSA-f895-2cv4-3f88/GHSA-f895-2cv4-3f88.json @@ -7,12 +7,8 @@ "CVE-2020-27576" ], "details": "Maxum Rumpus 8.2.13 and 8.2.14 is affected by cross-site scripting (XSS). Users are able to create folders in the web application. The folder name is insufficiently validated resulting in a stored cross-site scripting vulnerability.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f8fh-g8mv-p7hh/GHSA-f8fh-g8mv-p7hh.json b/advisories/unreviewed/2022/05/GHSA-f8fh-g8mv-p7hh/GHSA-f8fh-g8mv-p7hh.json index 56f14938024..61117e5c3cd 100644 --- a/advisories/unreviewed/2022/05/GHSA-f8fh-g8mv-p7hh/GHSA-f8fh-g8mv-p7hh.json +++ b/advisories/unreviewed/2022/05/GHSA-f8fh-g8mv-p7hh/GHSA-f8fh-g8mv-p7hh.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", @@ -51,9 +49,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-f8jc-cr4c-wq3r/GHSA-f8jc-cr4c-wq3r.json b/advisories/unreviewed/2022/05/GHSA-f8jc-cr4c-wq3r/GHSA-f8jc-cr4c-wq3r.json index c605183bc22..f140863a228 100644 --- a/advisories/unreviewed/2022/05/GHSA-f8jc-cr4c-wq3r/GHSA-f8jc-cr4c-wq3r.json +++ b/advisories/unreviewed/2022/05/GHSA-f8jc-cr4c-wq3r/GHSA-f8jc-cr4c-wq3r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f9rm-v687-4p23/GHSA-f9rm-v687-4p23.json b/advisories/unreviewed/2022/05/GHSA-f9rm-v687-4p23/GHSA-f9rm-v687-4p23.json index 0eafbdb7769..cbc326d96f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-f9rm-v687-4p23/GHSA-f9rm-v687-4p23.json +++ b/advisories/unreviewed/2022/05/GHSA-f9rm-v687-4p23/GHSA-f9rm-v687-4p23.json @@ -7,12 +7,8 @@ "CVE-2021-22712" ], "details": "A CWE-119:Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability exists in Interactive Graphical SCADA System (IGSS) Definition (Def.exe) V15.0.0.21041 and prior, which could result in arbitrary read or write conditions when malicious CGF (Configuration Group File) file is imported to IGSS Definition due to an unchecked pointer address.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f9vc-xq2h-x2j7/GHSA-f9vc-xq2h-x2j7.json b/advisories/unreviewed/2022/05/GHSA-f9vc-xq2h-x2j7/GHSA-f9vc-xq2h-x2j7.json index f9079fd6e46..12902c10ca0 100644 --- a/advisories/unreviewed/2022/05/GHSA-f9vc-xq2h-x2j7/GHSA-f9vc-xq2h-x2j7.json +++ b/advisories/unreviewed/2022/05/GHSA-f9vc-xq2h-x2j7/GHSA-f9vc-xq2h-x2j7.json @@ -7,12 +7,8 @@ "CVE-2021-24143" ], "details": "Unvalidated input in the AccessPress Social Icons plugin, versions before 1.8.1, did not sanitise its widget attribute, allowing accounts with post permission, such as author, to perform SQL injections.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fj3r-5xm4-3r4m/GHSA-fj3r-5xm4-3r4m.json b/advisories/unreviewed/2022/05/GHSA-fj3r-5xm4-3r4m/GHSA-fj3r-5xm4-3r4m.json index 2105e89adb9..d1ab641f106 100644 --- a/advisories/unreviewed/2022/05/GHSA-fj3r-5xm4-3r4m/GHSA-fj3r-5xm4-3r4m.json +++ b/advisories/unreviewed/2022/05/GHSA-fj3r-5xm4-3r4m/GHSA-fj3r-5xm4-3r4m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fjpg-fcv5-8x83/GHSA-fjpg-fcv5-8x83.json b/advisories/unreviewed/2022/05/GHSA-fjpg-fcv5-8x83/GHSA-fjpg-fcv5-8x83.json index 9e923f1bbeb..b8cff155855 100644 --- a/advisories/unreviewed/2022/05/GHSA-fjpg-fcv5-8x83/GHSA-fjpg-fcv5-8x83.json +++ b/advisories/unreviewed/2022/05/GHSA-fjpg-fcv5-8x83/GHSA-fjpg-fcv5-8x83.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fjq6-j86c-gqrj/GHSA-fjq6-j86c-gqrj.json b/advisories/unreviewed/2022/05/GHSA-fjq6-j86c-gqrj/GHSA-fjq6-j86c-gqrj.json index 6258bb82cd8..5af745dada7 100644 --- a/advisories/unreviewed/2022/05/GHSA-fjq6-j86c-gqrj/GHSA-fjq6-j86c-gqrj.json +++ b/advisories/unreviewed/2022/05/GHSA-fjq6-j86c-gqrj/GHSA-fjq6-j86c-gqrj.json @@ -7,12 +7,8 @@ "CVE-2021-28132" ], "details": "LUCY Security Awareness Software through 4.7.x allows unauthenticated remote code execution because the Migration Tool (in the Support section) allows upload of .php files within a system.tar.gz file. The .php file becomes accessible with a public/system/static URI.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fm98-jxc7-m3f4/GHSA-fm98-jxc7-m3f4.json b/advisories/unreviewed/2022/05/GHSA-fm98-jxc7-m3f4/GHSA-fm98-jxc7-m3f4.json index db9b47faaf8..25a8441b403 100644 --- a/advisories/unreviewed/2022/05/GHSA-fm98-jxc7-m3f4/GHSA-fm98-jxc7-m3f4.json +++ b/advisories/unreviewed/2022/05/GHSA-fm98-jxc7-m3f4/GHSA-fm98-jxc7-m3f4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fmwf-67m6-mr3w/GHSA-fmwf-67m6-mr3w.json b/advisories/unreviewed/2022/05/GHSA-fmwf-67m6-mr3w/GHSA-fmwf-67m6-mr3w.json index 7be3f7288d5..27303120870 100644 --- a/advisories/unreviewed/2022/05/GHSA-fmwf-67m6-mr3w/GHSA-fmwf-67m6-mr3w.json +++ b/advisories/unreviewed/2022/05/GHSA-fmwf-67m6-mr3w/GHSA-fmwf-67m6-mr3w.json @@ -7,12 +7,8 @@ "CVE-2020-35220" ], "details": "A TFTP server was found to be active by default on NETGEAR JGS516PE/GS116Ev2 v2.6.0.43 devices. It allows remote authenticated users to update the switch firmware.", - "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/2022/05/GHSA-fp3q-76ww-6mv4/GHSA-fp3q-76ww-6mv4.json b/advisories/unreviewed/2022/05/GHSA-fp3q-76ww-6mv4/GHSA-fp3q-76ww-6mv4.json index dacb5b2c519..88d6ac02cc8 100644 --- a/advisories/unreviewed/2022/05/GHSA-fp3q-76ww-6mv4/GHSA-fp3q-76ww-6mv4.json +++ b/advisories/unreviewed/2022/05/GHSA-fp3q-76ww-6mv4/GHSA-fp3q-76ww-6mv4.json @@ -7,12 +7,8 @@ "CVE-2021-22713" ], "details": "A CWE-119:Improper restriction of operations within the bounds of a memory buffer vulnerability exists in PowerLogic ION8650, ION8800, ION7650, ION7700/73xx, and ION83xx/84xx/85xx/8600 (see security notifcation for affected versions), which could cause the meter to reboot.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fp4f-m8g2-6548/GHSA-fp4f-m8g2-6548.json b/advisories/unreviewed/2022/05/GHSA-fp4f-m8g2-6548/GHSA-fp4f-m8g2-6548.json index b5100879c6b..7ca87932a3d 100644 --- a/advisories/unreviewed/2022/05/GHSA-fp4f-m8g2-6548/GHSA-fp4f-m8g2-6548.json +++ b/advisories/unreviewed/2022/05/GHSA-fp4f-m8g2-6548/GHSA-fp4f-m8g2-6548.json @@ -7,12 +7,8 @@ "CVE-2020-25239" ], "details": "A vulnerability has been identified in SINEMA Remote Connect Server (All versions < V3.0). The webserver could allow unauthorized actions via special urls for unpriviledged users. The settings of the UMC authorization server could be changed to add a rogue server by an attacker authenticating with unprivilege user rights.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fppr-hp57-7www/GHSA-fppr-hp57-7www.json b/advisories/unreviewed/2022/05/GHSA-fppr-hp57-7www/GHSA-fppr-hp57-7www.json index c88a3153ec1..efd60fded5a 100644 --- a/advisories/unreviewed/2022/05/GHSA-fppr-hp57-7www/GHSA-fppr-hp57-7www.json +++ b/advisories/unreviewed/2022/05/GHSA-fppr-hp57-7www/GHSA-fppr-hp57-7www.json @@ -7,12 +7,8 @@ "CVE-2019-18351" ], "details": "An issue was discovered in channels/chan_sip.c in Sangoma Asterisk through 13.29.1, through 16.6.1, and through 17.0.0; and Certified Asterisk through 13.21-cert4. A SIP request can be sent to Asterisk that can change a SIP peer's IP address. A REGISTER does not need to occur, and calls can be hijacked as a result. The only thing that needs to be known is the peer's name; authentication details such as passwords do not need to be known. This vulnerability is only exploitable when the nat option is set to the default, or auto_force_rport.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-frf8-ghgx-64v9/GHSA-frf8-ghgx-64v9.json b/advisories/unreviewed/2022/05/GHSA-frf8-ghgx-64v9/GHSA-frf8-ghgx-64v9.json index 57aa7ba42d4..c32678f64bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-frf8-ghgx-64v9/GHSA-frf8-ghgx-64v9.json +++ b/advisories/unreviewed/2022/05/GHSA-frf8-ghgx-64v9/GHSA-frf8-ghgx-64v9.json @@ -7,12 +7,8 @@ "CVE-2020-25240" ], "details": "A vulnerability has been identified in SINEMA Remote Connect Server (All versions < V3.0). Unpriviledged users can access services when guessing the url. An attacker could impact availability, integrity and gain information from logs and templates of the service.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fw4x-72xf-8cjf/GHSA-fw4x-72xf-8cjf.json b/advisories/unreviewed/2022/05/GHSA-fw4x-72xf-8cjf/GHSA-fw4x-72xf-8cjf.json index e1594dce8b2..03a6224db54 100644 --- a/advisories/unreviewed/2022/05/GHSA-fw4x-72xf-8cjf/GHSA-fw4x-72xf-8cjf.json +++ b/advisories/unreviewed/2022/05/GHSA-fw4x-72xf-8cjf/GHSA-fw4x-72xf-8cjf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fw5p-r5cw-5r92/GHSA-fw5p-r5cw-5r92.json b/advisories/unreviewed/2022/05/GHSA-fw5p-r5cw-5r92/GHSA-fw5p-r5cw-5r92.json index 9a15f0c638c..a08bc54113b 100644 --- a/advisories/unreviewed/2022/05/GHSA-fw5p-r5cw-5r92/GHSA-fw5p-r5cw-5r92.json +++ b/advisories/unreviewed/2022/05/GHSA-fw5p-r5cw-5r92/GHSA-fw5p-r5cw-5r92.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fwcm-gwwr-6jw8/GHSA-fwcm-gwwr-6jw8.json b/advisories/unreviewed/2022/05/GHSA-fwcm-gwwr-6jw8/GHSA-fwcm-gwwr-6jw8.json index 6d69e6758e5..83064a0fd17 100644 --- a/advisories/unreviewed/2022/05/GHSA-fwcm-gwwr-6jw8/GHSA-fwcm-gwwr-6jw8.json +++ b/advisories/unreviewed/2022/05/GHSA-fwcm-gwwr-6jw8/GHSA-fwcm-gwwr-6jw8.json @@ -7,12 +7,8 @@ "CVE-2020-28050" ], "details": "Zoho ManageEngine Desktop Central before build 10.0.647 allows a single authentication secret from multiple agents to communicate with the server.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fwcx-cm7q-ppgh/GHSA-fwcx-cm7q-ppgh.json b/advisories/unreviewed/2022/05/GHSA-fwcx-cm7q-ppgh/GHSA-fwcx-cm7q-ppgh.json index eddd889feed..4cfd78ad3b9 100644 --- a/advisories/unreviewed/2022/05/GHSA-fwcx-cm7q-ppgh/GHSA-fwcx-cm7q-ppgh.json +++ b/advisories/unreviewed/2022/05/GHSA-fwcx-cm7q-ppgh/GHSA-fwcx-cm7q-ppgh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g25v-9jpc-v62r/GHSA-g25v-9jpc-v62r.json b/advisories/unreviewed/2022/05/GHSA-g25v-9jpc-v62r/GHSA-g25v-9jpc-v62r.json index 835de425910..2280b707730 100644 --- a/advisories/unreviewed/2022/05/GHSA-g25v-9jpc-v62r/GHSA-g25v-9jpc-v62r.json +++ b/advisories/unreviewed/2022/05/GHSA-g25v-9jpc-v62r/GHSA-g25v-9jpc-v62r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g2hp-mx9f-q582/GHSA-g2hp-mx9f-q582.json b/advisories/unreviewed/2022/05/GHSA-g2hp-mx9f-q582/GHSA-g2hp-mx9f-q582.json index 51d02bb1397..bfd23599415 100644 --- a/advisories/unreviewed/2022/05/GHSA-g2hp-mx9f-q582/GHSA-g2hp-mx9f-q582.json +++ b/advisories/unreviewed/2022/05/GHSA-g2hp-mx9f-q582/GHSA-g2hp-mx9f-q582.json @@ -7,12 +7,8 @@ "CVE-2020-36278" ], "details": "Leptonica before 1.80.0 allows a heap-based buffer over-read in findNextBorderPixel in ccbord.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g3q2-r548-p52f/GHSA-g3q2-r548-p52f.json b/advisories/unreviewed/2022/05/GHSA-g3q2-r548-p52f/GHSA-g3q2-r548-p52f.json index 9af7f665079..a65603e2165 100644 --- a/advisories/unreviewed/2022/05/GHSA-g3q2-r548-p52f/GHSA-g3q2-r548-p52f.json +++ b/advisories/unreviewed/2022/05/GHSA-g3q2-r548-p52f/GHSA-g3q2-r548-p52f.json @@ -7,12 +7,8 @@ "CVE-2021-26237" ], "details": "FastStone Image Viewer <= 7.5 is affected by a user mode write access violation at 0x00402d7d, triggered when a user opens or views a malformed CUR file that is mishandled by FSViewer.exe. Attackers could exploit this issue for a Denial of Service (DoS) or possibly to achieve code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g424-xhj2-69hr/GHSA-g424-xhj2-69hr.json b/advisories/unreviewed/2022/05/GHSA-g424-xhj2-69hr/GHSA-g424-xhj2-69hr.json index 925a9b21e36..9b582ff391e 100644 --- a/advisories/unreviewed/2022/05/GHSA-g424-xhj2-69hr/GHSA-g424-xhj2-69hr.json +++ b/advisories/unreviewed/2022/05/GHSA-g424-xhj2-69hr/GHSA-g424-xhj2-69hr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-g4h3-732w-mxf2/GHSA-g4h3-732w-mxf2.json b/advisories/unreviewed/2022/05/GHSA-g4h3-732w-mxf2/GHSA-g4h3-732w-mxf2.json index 8312d1f8237..7558872fafc 100644 --- a/advisories/unreviewed/2022/05/GHSA-g4h3-732w-mxf2/GHSA-g4h3-732w-mxf2.json +++ b/advisories/unreviewed/2022/05/GHSA-g4h3-732w-mxf2/GHSA-g4h3-732w-mxf2.json @@ -7,12 +7,8 @@ "CVE-2021-21175" ], "details": "Inappropriate implementation in Site isolation in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to leak cross-origin data via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g4jp-7cc6-648m/GHSA-g4jp-7cc6-648m.json b/advisories/unreviewed/2022/05/GHSA-g4jp-7cc6-648m/GHSA-g4jp-7cc6-648m.json index 89cc42902a0..18e6f44330f 100644 --- a/advisories/unreviewed/2022/05/GHSA-g4jp-7cc6-648m/GHSA-g4jp-7cc6-648m.json +++ b/advisories/unreviewed/2022/05/GHSA-g4jp-7cc6-648m/GHSA-g4jp-7cc6-648m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g57g-m47w-x4jf/GHSA-g57g-m47w-x4jf.json b/advisories/unreviewed/2022/05/GHSA-g57g-m47w-x4jf/GHSA-g57g-m47w-x4jf.json index a9228b623a8..6b49bd5b4b2 100644 --- a/advisories/unreviewed/2022/05/GHSA-g57g-m47w-x4jf/GHSA-g57g-m47w-x4jf.json +++ b/advisories/unreviewed/2022/05/GHSA-g57g-m47w-x4jf/GHSA-g57g-m47w-x4jf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g5xj-292f-45cf/GHSA-g5xj-292f-45cf.json b/advisories/unreviewed/2022/05/GHSA-g5xj-292f-45cf/GHSA-g5xj-292f-45cf.json index 945abff0994..114d0006bd2 100644 --- a/advisories/unreviewed/2022/05/GHSA-g5xj-292f-45cf/GHSA-g5xj-292f-45cf.json +++ b/advisories/unreviewed/2022/05/GHSA-g5xj-292f-45cf/GHSA-g5xj-292f-45cf.json @@ -7,12 +7,8 @@ "CVE-2021-26989" ], "details": "Clustered Data ONTAP versions prior to 9.3P21, 9.5P16, 9.6P12, 9.7P9 and 9.8 are susceptible to a vulnerability which could allow a remote authenticated attacker to cause a Denial of Service (DoS) on clustered Data ONTAP configured for SMB 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-g6v8-9xmp-8q7p/GHSA-g6v8-9xmp-8q7p.json b/advisories/unreviewed/2022/05/GHSA-g6v8-9xmp-8q7p/GHSA-g6v8-9xmp-8q7p.json index dce0cd1bd6b..cc2eee5f778 100644 --- a/advisories/unreviewed/2022/05/GHSA-g6v8-9xmp-8q7p/GHSA-g6v8-9xmp-8q7p.json +++ b/advisories/unreviewed/2022/05/GHSA-g6v8-9xmp-8q7p/GHSA-g6v8-9xmp-8q7p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-g7r3-m2h7-28vw/GHSA-g7r3-m2h7-28vw.json b/advisories/unreviewed/2022/05/GHSA-g7r3-m2h7-28vw/GHSA-g7r3-m2h7-28vw.json index 8674b72adaa..729d41ad93b 100644 --- a/advisories/unreviewed/2022/05/GHSA-g7r3-m2h7-28vw/GHSA-g7r3-m2h7-28vw.json +++ b/advisories/unreviewed/2022/05/GHSA-g7r3-m2h7-28vw/GHSA-g7r3-m2h7-28vw.json @@ -7,12 +7,8 @@ "CVE-2020-1900" ], "details": "When unserializing an object with dynamic properties HHVM needs to pre-reserve the full size of the dynamic property array before inserting anything into it. Otherwise the array might resize, invalidating previously stored references. This pre-reservation was not occurring in HHVM prior to v4.32.3, between versions 4.33.0 and 4.56.0, 4.57.0, 4.58.0, 4.58.1, 4.59.0, 4.60.0, 4.61.0, 4.62.0.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g7v4-jgjh-qjgf/GHSA-g7v4-jgjh-qjgf.json b/advisories/unreviewed/2022/05/GHSA-g7v4-jgjh-qjgf/GHSA-g7v4-jgjh-qjgf.json index 0e16fdddef0..9cc847ac0ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-g7v4-jgjh-qjgf/GHSA-g7v4-jgjh-qjgf.json +++ b/advisories/unreviewed/2022/05/GHSA-g7v4-jgjh-qjgf/GHSA-g7v4-jgjh-qjgf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g899-mr4g-v86j/GHSA-g899-mr4g-v86j.json b/advisories/unreviewed/2022/05/GHSA-g899-mr4g-v86j/GHSA-g899-mr4g-v86j.json index 6e177d4cdf8..50cb4797c8b 100644 --- a/advisories/unreviewed/2022/05/GHSA-g899-mr4g-v86j/GHSA-g899-mr4g-v86j.json +++ b/advisories/unreviewed/2022/05/GHSA-g899-mr4g-v86j/GHSA-g899-mr4g-v86j.json @@ -7,12 +7,8 @@ "CVE-2021-20274" ], "details": "A flaw was found in privoxy before 3.0.32. A crash may occur due a NULL-pointer dereference when the socks server misbehaves.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g93g-77rw-7352/GHSA-g93g-77rw-7352.json b/advisories/unreviewed/2022/05/GHSA-g93g-77rw-7352/GHSA-g93g-77rw-7352.json index cd31ff949a7..a0a5b2da5e0 100644 --- a/advisories/unreviewed/2022/05/GHSA-g93g-77rw-7352/GHSA-g93g-77rw-7352.json +++ b/advisories/unreviewed/2022/05/GHSA-g93g-77rw-7352/GHSA-g93g-77rw-7352.json @@ -7,12 +7,8 @@ "CVE-2021-26776" ], "details": "CSZ CMS 1.2.9 is affected by a cross-site scripting (XSS) vulnerability in multiple pages through the field name.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g95r-pfvg-gjpj/GHSA-g95r-pfvg-gjpj.json b/advisories/unreviewed/2022/05/GHSA-g95r-pfvg-gjpj/GHSA-g95r-pfvg-gjpj.json index 8f21c11ae88..0e1e3bb8643 100644 --- a/advisories/unreviewed/2022/05/GHSA-g95r-pfvg-gjpj/GHSA-g95r-pfvg-gjpj.json +++ b/advisories/unreviewed/2022/05/GHSA-g95r-pfvg-gjpj/GHSA-g95r-pfvg-gjpj.json @@ -7,12 +7,8 @@ "CVE-2021-28042" ], "details": "Deutsche Post Mailoptimizer 4.3 before 2020-11-09 allows Directory Traversal via a crafted ZIP archive to the Upload feature or the MO Connect component. This can lead to remote code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g979-fm26-v69p/GHSA-g979-fm26-v69p.json b/advisories/unreviewed/2022/05/GHSA-g979-fm26-v69p/GHSA-g979-fm26-v69p.json index 9e6c139e003..f35b3524717 100644 --- a/advisories/unreviewed/2022/05/GHSA-g979-fm26-v69p/GHSA-g979-fm26-v69p.json +++ b/advisories/unreviewed/2022/05/GHSA-g979-fm26-v69p/GHSA-g979-fm26-v69p.json @@ -7,12 +7,8 @@ "CVE-2021-0393" ], "details": "In Scanner::LiteralBuffer::NewCapacity of scanner.cc, there is a possible out of bounds write due to an integer overflow. This could lead to remote code execution if an attacker can supply a malicious PAC file, with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11 Android-8.1 Android-9 Android-10Android ID: A-168041375", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gc74-7wpx-43ch/GHSA-gc74-7wpx-43ch.json b/advisories/unreviewed/2022/05/GHSA-gc74-7wpx-43ch/GHSA-gc74-7wpx-43ch.json index 8b6a6f406ca..7dfa42d7c8d 100644 --- a/advisories/unreviewed/2022/05/GHSA-gc74-7wpx-43ch/GHSA-gc74-7wpx-43ch.json +++ b/advisories/unreviewed/2022/05/GHSA-gc74-7wpx-43ch/GHSA-gc74-7wpx-43ch.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-gcp2-r7p4-r5p4/GHSA-gcp2-r7p4-r5p4.json b/advisories/unreviewed/2022/05/GHSA-gcp2-r7p4-r5p4/GHSA-gcp2-r7p4-r5p4.json index b68f4a9fdf0..0841599903d 100644 --- a/advisories/unreviewed/2022/05/GHSA-gcp2-r7p4-r5p4/GHSA-gcp2-r7p4-r5p4.json +++ b/advisories/unreviewed/2022/05/GHSA-gcp2-r7p4-r5p4/GHSA-gcp2-r7p4-r5p4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gfwm-wjqf-453p/GHSA-gfwm-wjqf-453p.json b/advisories/unreviewed/2022/05/GHSA-gfwm-wjqf-453p/GHSA-gfwm-wjqf-453p.json index 5f4c6bf11e9..0d6eca1ecfe 100644 --- a/advisories/unreviewed/2022/05/GHSA-gfwm-wjqf-453p/GHSA-gfwm-wjqf-453p.json +++ b/advisories/unreviewed/2022/05/GHSA-gfwm-wjqf-453p/GHSA-gfwm-wjqf-453p.json @@ -7,12 +7,8 @@ "CVE-2021-21162" ], "details": "Use after free in WebRTC in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gg97-2g44-pm52/GHSA-gg97-2g44-pm52.json b/advisories/unreviewed/2022/05/GHSA-gg97-2g44-pm52/GHSA-gg97-2g44-pm52.json index 1e637aa9d3c..afc3e7ecf70 100644 --- a/advisories/unreviewed/2022/05/GHSA-gg97-2g44-pm52/GHSA-gg97-2g44-pm52.json +++ b/advisories/unreviewed/2022/05/GHSA-gg97-2g44-pm52/GHSA-gg97-2g44-pm52.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-ggj5-j4hh-6cgh/GHSA-ggj5-j4hh-6cgh.json b/advisories/unreviewed/2022/05/GHSA-ggj5-j4hh-6cgh/GHSA-ggj5-j4hh-6cgh.json index 0c82e9a11df..61181defcf6 100644 --- a/advisories/unreviewed/2022/05/GHSA-ggj5-j4hh-6cgh/GHSA-ggj5-j4hh-6cgh.json +++ b/advisories/unreviewed/2022/05/GHSA-ggj5-j4hh-6cgh/GHSA-ggj5-j4hh-6cgh.json @@ -7,12 +7,8 @@ "CVE-2021-0396" ], "details": "In Builtins::Generate_ArgumentsAdaptorTrampoline of builtins-arm.cc and related files, there is a possible out of bounds write due to an incorrect bounds check. This could lead to remote code execution in an unprivileged process with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-8.1 Android-9 Android-10 Android-11Android ID: A-160610106", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gh7j-m4cj-rf75/GHSA-gh7j-m4cj-rf75.json b/advisories/unreviewed/2022/05/GHSA-gh7j-m4cj-rf75/GHSA-gh7j-m4cj-rf75.json index b2059a0d2c1..839abb54ec8 100644 --- a/advisories/unreviewed/2022/05/GHSA-gh7j-m4cj-rf75/GHSA-gh7j-m4cj-rf75.json +++ b/advisories/unreviewed/2022/05/GHSA-gh7j-m4cj-rf75/GHSA-gh7j-m4cj-rf75.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-ghrr-3969-mcfp/GHSA-ghrr-3969-mcfp.json b/advisories/unreviewed/2022/05/GHSA-ghrr-3969-mcfp/GHSA-ghrr-3969-mcfp.json index 0da453f291e..104fcad1363 100644 --- a/advisories/unreviewed/2022/05/GHSA-ghrr-3969-mcfp/GHSA-ghrr-3969-mcfp.json +++ b/advisories/unreviewed/2022/05/GHSA-ghrr-3969-mcfp/GHSA-ghrr-3969-mcfp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -55,9 +53,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gj48-77xm-g7jj/GHSA-gj48-77xm-g7jj.json b/advisories/unreviewed/2022/05/GHSA-gj48-77xm-g7jj/GHSA-gj48-77xm-g7jj.json index 45ac810c82f..88b01adfdee 100644 --- a/advisories/unreviewed/2022/05/GHSA-gj48-77xm-g7jj/GHSA-gj48-77xm-g7jj.json +++ b/advisories/unreviewed/2022/05/GHSA-gj48-77xm-g7jj/GHSA-gj48-77xm-g7jj.json @@ -7,12 +7,8 @@ "CVE-2021-21056" ], "details": "Adobe Framemaker version 2020.0.1 (and earlier) is affected by an Out-of-bounds Read vulnerability when parsing a specially crafted file. An unauthenticated attacker could leverage this vulnerability to achieve arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gj4g-95xx-7pc7/GHSA-gj4g-95xx-7pc7.json b/advisories/unreviewed/2022/05/GHSA-gj4g-95xx-7pc7/GHSA-gj4g-95xx-7pc7.json index 8ea4676ec2e..28e4f102b65 100644 --- a/advisories/unreviewed/2022/05/GHSA-gj4g-95xx-7pc7/GHSA-gj4g-95xx-7pc7.json +++ b/advisories/unreviewed/2022/05/GHSA-gj4g-95xx-7pc7/GHSA-gj4g-95xx-7pc7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gmqw-wmq7-g35r/GHSA-gmqw-wmq7-g35r.json b/advisories/unreviewed/2022/05/GHSA-gmqw-wmq7-g35r/GHSA-gmqw-wmq7-g35r.json index 5fd45172e7c..f06428ad1ae 100644 --- a/advisories/unreviewed/2022/05/GHSA-gmqw-wmq7-g35r/GHSA-gmqw-wmq7-g35r.json +++ b/advisories/unreviewed/2022/05/GHSA-gmqw-wmq7-g35r/GHSA-gmqw-wmq7-g35r.json @@ -7,12 +7,8 @@ "CVE-2021-27586" ], "details": "When a user opens manipulated Interchange File Format (.IFF) format files received from untrusted sources in SAP 3D Visual Enterprise Viewer version 9, the application crashes and becomes temporarily unavailable to the user until restart of the application.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gp35-g437-wqxw/GHSA-gp35-g437-wqxw.json b/advisories/unreviewed/2022/05/GHSA-gp35-g437-wqxw/GHSA-gp35-g437-wqxw.json index 3ecf7fc3259..8d2a8eae47a 100644 --- a/advisories/unreviewed/2022/05/GHSA-gp35-g437-wqxw/GHSA-gp35-g437-wqxw.json +++ b/advisories/unreviewed/2022/05/GHSA-gp35-g437-wqxw/GHSA-gp35-g437-wqxw.json @@ -7,12 +7,8 @@ "CVE-2021-23273" ], "details": "The Spotfire client component of TIBCO Software Inc.'s TIBCO Spotfire Analyst, TIBCO Spotfire Analytics Platform for AWS Marketplace, TIBCO Spotfire Desktop, and TIBCO Spotfire Server contains a vulnerability that theoretically allows a low privileged attacker with network access to execute a stored Cross Site Scripting (XSS) attack on the affected system. A successful attack using this vulnerability requires human interaction from a person other than the attacker. Affected releases are TIBCO Software Inc.'s TIBCO Spotfire Analyst: versions 10.3.3 and below, versions 10.10.0, 10.10.1, and 10.10.2, versions 10.7.0, 10.8.0, 10.9.0, 11.0.0, and 11.1.0, TIBCO Spotfire Analytics Platform for AWS Marketplace: versions 11.1.0 and below, TIBCO Spotfire Desktop: versions 10.3.3 and below, versions 10.10.0, 10.10.1, and 10.10.2, versions 10.7.0, 10.8.0, 10.9.0, 11.0.0, and 11.1.0, and TIBCO Spotfire Server: versions 10.3.11 and below, versions 10.10.0, 10.10.1, 10.10.2, and 10.10.3, versions 10.7.0, 10.8.0, 10.8.1, 10.9.0, 11.0.0, and 11.1.0.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gq5c-8h36-jg2x/GHSA-gq5c-8h36-jg2x.json b/advisories/unreviewed/2022/05/GHSA-gq5c-8h36-jg2x/GHSA-gq5c-8h36-jg2x.json index a77393b2819..9d802da8280 100644 --- a/advisories/unreviewed/2022/05/GHSA-gq5c-8h36-jg2x/GHSA-gq5c-8h36-jg2x.json +++ b/advisories/unreviewed/2022/05/GHSA-gq5c-8h36-jg2x/GHSA-gq5c-8h36-jg2x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gwjj-xwgr-2v6f/GHSA-gwjj-xwgr-2v6f.json b/advisories/unreviewed/2022/05/GHSA-gwjj-xwgr-2v6f/GHSA-gwjj-xwgr-2v6f.json index 94ad019edcf..cefcd17ccc3 100644 --- a/advisories/unreviewed/2022/05/GHSA-gwjj-xwgr-2v6f/GHSA-gwjj-xwgr-2v6f.json +++ b/advisories/unreviewed/2022/05/GHSA-gwjj-xwgr-2v6f/GHSA-gwjj-xwgr-2v6f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gwr6-6x8h-4mjq/GHSA-gwr6-6x8h-4mjq.json b/advisories/unreviewed/2022/05/GHSA-gwr6-6x8h-4mjq/GHSA-gwr6-6x8h-4mjq.json index 872cadc1af4..e5bdc0f821e 100644 --- a/advisories/unreviewed/2022/05/GHSA-gwr6-6x8h-4mjq/GHSA-gwr6-6x8h-4mjq.json +++ b/advisories/unreviewed/2022/05/GHSA-gwr6-6x8h-4mjq/GHSA-gwr6-6x8h-4mjq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h28w-5927-4cvx/GHSA-h28w-5927-4cvx.json b/advisories/unreviewed/2022/05/GHSA-h28w-5927-4cvx/GHSA-h28w-5927-4cvx.json index 66c6c69463a..14cf7c7721b 100644 --- a/advisories/unreviewed/2022/05/GHSA-h28w-5927-4cvx/GHSA-h28w-5927-4cvx.json +++ b/advisories/unreviewed/2022/05/GHSA-h28w-5927-4cvx/GHSA-h28w-5927-4cvx.json @@ -7,12 +7,8 @@ "CVE-2021-26988" ], "details": "Clustered Data ONTAP versions prior to 9.3P21, 9.5P16, 9.6P12, 9.7P8 and 9.8 are susceptible to a vulnerability which could allow unauthorized tenant users to discover information related to converting a 7-Mode directory to Cluster-mode such as Storage Virtual Machine (SVM) names, volume names, directory paths and Job IDs.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h2f3-rmq6-x79p/GHSA-h2f3-rmq6-x79p.json b/advisories/unreviewed/2022/05/GHSA-h2f3-rmq6-x79p/GHSA-h2f3-rmq6-x79p.json index da0dbffa805..576e58bf6f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-h2f3-rmq6-x79p/GHSA-h2f3-rmq6-x79p.json +++ b/advisories/unreviewed/2022/05/GHSA-h2f3-rmq6-x79p/GHSA-h2f3-rmq6-x79p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h36f-59v7-5qgj/GHSA-h36f-59v7-5qgj.json b/advisories/unreviewed/2022/05/GHSA-h36f-59v7-5qgj/GHSA-h36f-59v7-5qgj.json index e28872e8d36..5d310a04e8f 100644 --- a/advisories/unreviewed/2022/05/GHSA-h36f-59v7-5qgj/GHSA-h36f-59v7-5qgj.json +++ b/advisories/unreviewed/2022/05/GHSA-h36f-59v7-5qgj/GHSA-h36f-59v7-5qgj.json @@ -7,12 +7,8 @@ "CVE-2021-26966" ], "details": "A remote authenticated sql injection vulnerability was discovered in Aruba AirWave Management Platform version(s): Prior to 8.2.12.0. Multiple vulnerabilities in the API of AirWave could allow an authenticated remote attacker to conduct SQL injection attacks against the AirWave instance. An attacker could exploit these vulnerabilities to obtain and modify sensitive information in the underlying database.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h3f9-x7c2-q5h9/GHSA-h3f9-x7c2-q5h9.json b/advisories/unreviewed/2022/05/GHSA-h3f9-x7c2-q5h9/GHSA-h3f9-x7c2-q5h9.json index c827a6935cc..65034412522 100644 --- a/advisories/unreviewed/2022/05/GHSA-h3f9-x7c2-q5h9/GHSA-h3f9-x7c2-q5h9.json +++ b/advisories/unreviewed/2022/05/GHSA-h3f9-x7c2-q5h9/GHSA-h3f9-x7c2-q5h9.json @@ -7,12 +7,8 @@ "CVE-2021-21069" ], "details": "Adobe Creative Cloud Desktop Application version 5.3 (and earlier) is affected by a local privilege escalation vulnerability that could allow an attacker to call functions against the installer to perform high privileged actions. Exploitation of this issue does not require user interaction.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h3xv-65m3-mq7c/GHSA-h3xv-65m3-mq7c.json b/advisories/unreviewed/2022/05/GHSA-h3xv-65m3-mq7c/GHSA-h3xv-65m3-mq7c.json index 15423346b2e..7f1e268b800 100644 --- a/advisories/unreviewed/2022/05/GHSA-h3xv-65m3-mq7c/GHSA-h3xv-65m3-mq7c.json +++ b/advisories/unreviewed/2022/05/GHSA-h3xv-65m3-mq7c/GHSA-h3xv-65m3-mq7c.json @@ -7,12 +7,8 @@ "CVE-2021-20676" ], "details": "M-System DL8 series (type A (DL8-A) versions prior to Ver3.0, type B (DL8-B) versions prior to Ver3.0, type C (DL8-C) versions prior to Ver3.0, type D (DL8-D) versions prior to Ver3.0, and type E (DL8-E) versions prior to Ver3.0) allows remote authenticated attackers to bypass access restriction and conduct prohibited operations via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h4w7-53vg-x937/GHSA-h4w7-53vg-x937.json b/advisories/unreviewed/2022/05/GHSA-h4w7-53vg-x937/GHSA-h4w7-53vg-x937.json index eb92d3a7b75..021f8ed6a86 100644 --- a/advisories/unreviewed/2022/05/GHSA-h4w7-53vg-x937/GHSA-h4w7-53vg-x937.json +++ b/advisories/unreviewed/2022/05/GHSA-h4w7-53vg-x937/GHSA-h4w7-53vg-x937.json @@ -7,12 +7,8 @@ "CVE-2021-26965" ], "details": "A remote authenticated sql injection vulnerability was discovered in Aruba AirWave Management Platform version(s): Prior to 8.2.12.0. Multiple vulnerabilities in the API of AirWave could allow an authenticated remote attacker to conduct SQL injection attacks against the AirWave instance. An attacker could exploit these vulnerabilities to obtain and modify sensitive information in the underlying database.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h584-8p47-255w/GHSA-h584-8p47-255w.json b/advisories/unreviewed/2022/05/GHSA-h584-8p47-255w/GHSA-h584-8p47-255w.json index a232ba67786..5be7a7fc900 100644 --- a/advisories/unreviewed/2022/05/GHSA-h584-8p47-255w/GHSA-h584-8p47-255w.json +++ b/advisories/unreviewed/2022/05/GHSA-h584-8p47-255w/GHSA-h584-8p47-255w.json @@ -7,12 +7,8 @@ "CVE-2021-27255" ], "details": "This vulnerability allows remote attackers to execute arbitrary code on affected installations of NETGEAR R7800 firmware version 1.0.2.76. Authentication is not required to exploit this vulnerability. The specific flaw exists within the refresh_status.aspx endpoint. The issue results from a lack of authentication required to start a service on the server. An attacker can leverage this vulnerability to execute code in the context of root. Was ZDI-CAN-12360.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h5qv-vx75-7rx9/GHSA-h5qv-vx75-7rx9.json b/advisories/unreviewed/2022/05/GHSA-h5qv-vx75-7rx9/GHSA-h5qv-vx75-7rx9.json index 18076c2ceca..ec32a4587b2 100644 --- a/advisories/unreviewed/2022/05/GHSA-h5qv-vx75-7rx9/GHSA-h5qv-vx75-7rx9.json +++ b/advisories/unreviewed/2022/05/GHSA-h5qv-vx75-7rx9/GHSA-h5qv-vx75-7rx9.json @@ -7,12 +7,8 @@ "CVE-2021-26705" ], "details": "An issue was discovered in SquareBox CatDV Server through 9.2. An attacker can invoke sensitive RMI methods such as getConnections without authentication, the results of which can be used to generate valid authentication tokens. These tokens can then be used to invoke administrative tasks within the application, such as disclosing password hashes.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h78g-2jmr-346w/GHSA-h78g-2jmr-346w.json b/advisories/unreviewed/2022/05/GHSA-h78g-2jmr-346w/GHSA-h78g-2jmr-346w.json index 7904ece9e11..b3135481cba 100644 --- a/advisories/unreviewed/2022/05/GHSA-h78g-2jmr-346w/GHSA-h78g-2jmr-346w.json +++ b/advisories/unreviewed/2022/05/GHSA-h78g-2jmr-346w/GHSA-h78g-2jmr-346w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h7fr-p7xw-3g9q/GHSA-h7fr-p7xw-3g9q.json b/advisories/unreviewed/2022/05/GHSA-h7fr-p7xw-3g9q/GHSA-h7fr-p7xw-3g9q.json index ff93d41f33d..6115e9792e2 100644 --- a/advisories/unreviewed/2022/05/GHSA-h7fr-p7xw-3g9q/GHSA-h7fr-p7xw-3g9q.json +++ b/advisories/unreviewed/2022/05/GHSA-h7fr-p7xw-3g9q/GHSA-h7fr-p7xw-3g9q.json @@ -7,12 +7,8 @@ "CVE-2021-0451" ], "details": "In the Titan M chip firmware, there is a possible disclosure of stack memory due to uninitialized data. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-175117871", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h7wr-5x75-2c5h/GHSA-h7wr-5x75-2c5h.json b/advisories/unreviewed/2022/05/GHSA-h7wr-5x75-2c5h/GHSA-h7wr-5x75-2c5h.json index 36bdf22a52f..d2ffe6ea830 100644 --- a/advisories/unreviewed/2022/05/GHSA-h7wr-5x75-2c5h/GHSA-h7wr-5x75-2c5h.json +++ b/advisories/unreviewed/2022/05/GHSA-h7wr-5x75-2c5h/GHSA-h7wr-5x75-2c5h.json @@ -7,12 +7,8 @@ "CVE-2021-20018" ], "details": "A post-authenticated vulnerability in SonicWall SMA100 allows an attacker to export the configuration file to the specified email address. This vulnerability impacts SMA100 version 10.2.0.5 and earlier.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h82r-pj6q-vp4f/GHSA-h82r-pj6q-vp4f.json b/advisories/unreviewed/2022/05/GHSA-h82r-pj6q-vp4f/GHSA-h82r-pj6q-vp4f.json index bdbd59c690e..3e5c20ac852 100644 --- a/advisories/unreviewed/2022/05/GHSA-h82r-pj6q-vp4f/GHSA-h82r-pj6q-vp4f.json +++ b/advisories/unreviewed/2022/05/GHSA-h82r-pj6q-vp4f/GHSA-h82r-pj6q-vp4f.json @@ -7,12 +7,8 @@ "CVE-2021-26236" ], "details": "FastStone Image Viewer v.<= 7.5 is affected by a Stack-based Buffer Overflow at 0x005BDF49, affecting the CUR file parsing functionality (BITMAPINFOHEADER Structure, 'BitCount' file format field), that will end up corrupting the Structure Exception Handler (SEH). Attackers could exploit this issue to achieve code execution when a user opens or views a malformed/specially crafted CUR file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h95r-vwhr-286m/GHSA-h95r-vwhr-286m.json b/advisories/unreviewed/2022/05/GHSA-h95r-vwhr-286m/GHSA-h95r-vwhr-286m.json index 56265421cff..5b2b4000bb7 100644 --- a/advisories/unreviewed/2022/05/GHSA-h95r-vwhr-286m/GHSA-h95r-vwhr-286m.json +++ b/advisories/unreviewed/2022/05/GHSA-h95r-vwhr-286m/GHSA-h95r-vwhr-286m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h9q8-24wq-6mmr/GHSA-h9q8-24wq-6mmr.json b/advisories/unreviewed/2022/05/GHSA-h9q8-24wq-6mmr/GHSA-h9q8-24wq-6mmr.json index ad05671a080..1352ecad019 100644 --- a/advisories/unreviewed/2022/05/GHSA-h9q8-24wq-6mmr/GHSA-h9q8-24wq-6mmr.json +++ b/advisories/unreviewed/2022/05/GHSA-h9q8-24wq-6mmr/GHSA-h9q8-24wq-6mmr.json @@ -7,12 +7,8 @@ "CVE-2021-21164" ], "details": "Insufficient data validation in Chrome on iOS in Google Chrome on iOS prior to 89.0.4389.72 allowed a remote attacker to leak cross-origin data via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hc9r-vrrg-qrww/GHSA-hc9r-vrrg-qrww.json b/advisories/unreviewed/2022/05/GHSA-hc9r-vrrg-qrww/GHSA-hc9r-vrrg-qrww.json index 37ae07317ac..27698fe8efd 100644 --- a/advisories/unreviewed/2022/05/GHSA-hc9r-vrrg-qrww/GHSA-hc9r-vrrg-qrww.json +++ b/advisories/unreviewed/2022/05/GHSA-hc9r-vrrg-qrww/GHSA-hc9r-vrrg-qrww.json @@ -7,12 +7,8 @@ "CVE-2021-0399" ], "details": "In qtaguid_untag of xt_qtaguid.c, there is a possible memory corruption due to a use after free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-176919394References: Upstream kernel", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hgp9-8qfr-qjj7/GHSA-hgp9-8qfr-qjj7.json b/advisories/unreviewed/2022/05/GHSA-hgp9-8qfr-qjj7/GHSA-hgp9-8qfr-qjj7.json index dd1a41de077..4e1415f7a86 100644 --- a/advisories/unreviewed/2022/05/GHSA-hgp9-8qfr-qjj7/GHSA-hgp9-8qfr-qjj7.json +++ b/advisories/unreviewed/2022/05/GHSA-hgp9-8qfr-qjj7/GHSA-hgp9-8qfr-qjj7.json @@ -7,12 +7,8 @@ "CVE-2020-25241" ], "details": "A vulnerability has been identified in SIMATIC MV400 family (All Versions < V7.0.6). The underlying TCP stack of the affected products does not correctly validate the sequence number for incoming TCP RST packages. An attacker could exploit this to terminate arbitrary TCP sessions.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hhx7-wfpj-c7rr/GHSA-hhx7-wfpj-c7rr.json b/advisories/unreviewed/2022/05/GHSA-hhx7-wfpj-c7rr/GHSA-hhx7-wfpj-c7rr.json index b19720106dd..cc960578988 100644 --- a/advisories/unreviewed/2022/05/GHSA-hhx7-wfpj-c7rr/GHSA-hhx7-wfpj-c7rr.json +++ b/advisories/unreviewed/2022/05/GHSA-hhx7-wfpj-c7rr/GHSA-hhx7-wfpj-c7rr.json @@ -7,12 +7,8 @@ "CVE-2020-35232" ], "details": "The TFTP firmware update mechanism on NETGEAR JGS516PE/GS116Ev2 v2.6.0.43 devices does not properly implement firmware validations, allowing remote attackers to write arbitrary data to internal memory.", - "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/2022/05/GHSA-hj75-x8cx-fm4w/GHSA-hj75-x8cx-fm4w.json b/advisories/unreviewed/2022/05/GHSA-hj75-x8cx-fm4w/GHSA-hj75-x8cx-fm4w.json index edc03b1a8f7..9fa4dcd3b9c 100644 --- a/advisories/unreviewed/2022/05/GHSA-hj75-x8cx-fm4w/GHSA-hj75-x8cx-fm4w.json +++ b/advisories/unreviewed/2022/05/GHSA-hj75-x8cx-fm4w/GHSA-hj75-x8cx-fm4w.json @@ -7,12 +7,8 @@ "CVE-2019-14851" ], "details": "A denial of service vulnerability was discovered in nbdkit. A client issuing a certain sequence of commands could possibly trigger an assertion failure, causing nbdkit to exit. This issue only affected nbdkit versions 1.12.7, 1.14.1, and 1.15.1.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hjg7-9vcf-526j/GHSA-hjg7-9vcf-526j.json b/advisories/unreviewed/2022/05/GHSA-hjg7-9vcf-526j/GHSA-hjg7-9vcf-526j.json index 3bb49a157c4..27fed479408 100644 --- a/advisories/unreviewed/2022/05/GHSA-hjg7-9vcf-526j/GHSA-hjg7-9vcf-526j.json +++ b/advisories/unreviewed/2022/05/GHSA-hjg7-9vcf-526j/GHSA-hjg7-9vcf-526j.json @@ -7,12 +7,8 @@ "CVE-2021-21180" ], "details": "Use after free in tab search in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hmh5-rpg9-2hc8/GHSA-hmh5-rpg9-2hc8.json b/advisories/unreviewed/2022/05/GHSA-hmh5-rpg9-2hc8/GHSA-hmh5-rpg9-2hc8.json index a0f02be81b7..c2756dfe32a 100644 --- a/advisories/unreviewed/2022/05/GHSA-hmh5-rpg9-2hc8/GHSA-hmh5-rpg9-2hc8.json +++ b/advisories/unreviewed/2022/05/GHSA-hmh5-rpg9-2hc8/GHSA-hmh5-rpg9-2hc8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hpph-rx2x-hxc5/GHSA-hpph-rx2x-hxc5.json b/advisories/unreviewed/2022/05/GHSA-hpph-rx2x-hxc5/GHSA-hpph-rx2x-hxc5.json index fa647f2e929..52b51e18e31 100644 --- a/advisories/unreviewed/2022/05/GHSA-hpph-rx2x-hxc5/GHSA-hpph-rx2x-hxc5.json +++ b/advisories/unreviewed/2022/05/GHSA-hpph-rx2x-hxc5/GHSA-hpph-rx2x-hxc5.json @@ -7,12 +7,8 @@ "CVE-2021-21181" ], "details": "Side-channel information leakage in autofill in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hq9f-5x55-3vgg/GHSA-hq9f-5x55-3vgg.json b/advisories/unreviewed/2022/05/GHSA-hq9f-5x55-3vgg/GHSA-hq9f-5x55-3vgg.json index c050b68fc93..9b7ce58090f 100644 --- a/advisories/unreviewed/2022/05/GHSA-hq9f-5x55-3vgg/GHSA-hq9f-5x55-3vgg.json +++ b/advisories/unreviewed/2022/05/GHSA-hq9f-5x55-3vgg/GHSA-hq9f-5x55-3vgg.json @@ -7,12 +7,8 @@ "CVE-2021-0392" ], "details": "In main of main.cpp, there is a possible memory corruption due to a double free. This could lead to local escalation of privilege with User execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10 Android-11 Android-9Android ID: A-175124730", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hqq4-52gf-73g9/GHSA-hqq4-52gf-73g9.json b/advisories/unreviewed/2022/05/GHSA-hqq4-52gf-73g9/GHSA-hqq4-52gf-73g9.json index 4e3d4188511..2a4d267ef96 100644 --- a/advisories/unreviewed/2022/05/GHSA-hqq4-52gf-73g9/GHSA-hqq4-52gf-73g9.json +++ b/advisories/unreviewed/2022/05/GHSA-hqq4-52gf-73g9/GHSA-hqq4-52gf-73g9.json @@ -7,12 +7,8 @@ "CVE-2021-28417" ], "details": "A cross-site scripting (XSS) issue in Seo Panel 4.8.0 allows remote attackers to inject JavaScript via archive.php and the \"search_name\" parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hv83-f95q-qg45/GHSA-hv83-f95q-qg45.json b/advisories/unreviewed/2022/05/GHSA-hv83-f95q-qg45/GHSA-hv83-f95q-qg45.json index 92c67791eb4..cbd253c2793 100644 --- a/advisories/unreviewed/2022/05/GHSA-hv83-f95q-qg45/GHSA-hv83-f95q-qg45.json +++ b/advisories/unreviewed/2022/05/GHSA-hv83-f95q-qg45/GHSA-hv83-f95q-qg45.json @@ -7,12 +7,8 @@ "CVE-2021-24131" ], "details": "Unvalidated input in the Anti-Spam by CleanTalk WordPress plugin, versions before 5.149, lead to multiple authenticated SQL injection vulnerabilities, however, it requires high privilege user (admin+).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hvr3-8pvc-577j/GHSA-hvr3-8pvc-577j.json b/advisories/unreviewed/2022/05/GHSA-hvr3-8pvc-577j/GHSA-hvr3-8pvc-577j.json index 172088afd09..12eb7e7405a 100644 --- a/advisories/unreviewed/2022/05/GHSA-hvr3-8pvc-577j/GHSA-hvr3-8pvc-577j.json +++ b/advisories/unreviewed/2022/05/GHSA-hvr3-8pvc-577j/GHSA-hvr3-8pvc-577j.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", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hx9w-frxh-jhfc/GHSA-hx9w-frxh-jhfc.json b/advisories/unreviewed/2022/05/GHSA-hx9w-frxh-jhfc/GHSA-hx9w-frxh-jhfc.json index 713c13418be..77201de341d 100644 --- a/advisories/unreviewed/2022/05/GHSA-hx9w-frxh-jhfc/GHSA-hx9w-frxh-jhfc.json +++ b/advisories/unreviewed/2022/05/GHSA-hx9w-frxh-jhfc/GHSA-hx9w-frxh-jhfc.json @@ -7,12 +7,8 @@ "CVE-2020-35233" ], "details": "The TFTP server fails to handle multiple connections on NETGEAR JGS516PE/GS116Ev2 v2.6.0.43 devices, and allows external attackers to force device reboots by sending concurrent connections, aka a denial of service attack.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j2mp-wxpv-6jr8/GHSA-j2mp-wxpv-6jr8.json b/advisories/unreviewed/2022/05/GHSA-j2mp-wxpv-6jr8/GHSA-j2mp-wxpv-6jr8.json index ccf69aea16a..096f95110de 100644 --- a/advisories/unreviewed/2022/05/GHSA-j2mp-wxpv-6jr8/GHSA-j2mp-wxpv-6jr8.json +++ b/advisories/unreviewed/2022/05/GHSA-j2mp-wxpv-6jr8/GHSA-j2mp-wxpv-6jr8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j2wr-q74f-qp3g/GHSA-j2wr-q74f-qp3g.json b/advisories/unreviewed/2022/05/GHSA-j2wr-q74f-qp3g/GHSA-j2wr-q74f-qp3g.json index 9be1bd9e51b..aecbfaaf78e 100644 --- a/advisories/unreviewed/2022/05/GHSA-j2wr-q74f-qp3g/GHSA-j2wr-q74f-qp3g.json +++ b/advisories/unreviewed/2022/05/GHSA-j2wr-q74f-qp3g/GHSA-j2wr-q74f-qp3g.json @@ -7,12 +7,8 @@ "CVE-2021-21190" ], "details": "Uninitialized data in PDFium in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted PDF file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j4h9-mpww-v94q/GHSA-j4h9-mpww-v94q.json b/advisories/unreviewed/2022/05/GHSA-j4h9-mpww-v94q/GHSA-j4h9-mpww-v94q.json index c3d50f89d1c..2eddcd197c4 100644 --- a/advisories/unreviewed/2022/05/GHSA-j4h9-mpww-v94q/GHSA-j4h9-mpww-v94q.json +++ b/advisories/unreviewed/2022/05/GHSA-j4h9-mpww-v94q/GHSA-j4h9-mpww-v94q.json @@ -7,12 +7,8 @@ "CVE-2020-29032" ], "details": "Upload of Code Without Integrity Check vulnerability in firmware archive of Secomea GateManager allows authenticated attacker to execute malicious code on server. This issue affects: Secomea GateManager all versions prior to 9.4.621054022", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j552-f62v-mc74/GHSA-j552-f62v-mc74.json b/advisories/unreviewed/2022/05/GHSA-j552-f62v-mc74/GHSA-j552-f62v-mc74.json index 2c7f86ba358..f2db945f1cc 100644 --- a/advisories/unreviewed/2022/05/GHSA-j552-f62v-mc74/GHSA-j552-f62v-mc74.json +++ b/advisories/unreviewed/2022/05/GHSA-j552-f62v-mc74/GHSA-j552-f62v-mc74.json @@ -7,12 +7,8 @@ "CVE-2019-14850" ], "details": "A denial of service vulnerability was discovered in nbdkit 1.12.7, 1.14.1 and 1.15.1. An attacker could connect to the nbdkit service and cause it to perform a large amount of work in initializing backend plugins, by simply opening a connection to the service. This vulnerability could cause resource consumption and degradation of service in nbdkit, depending on the plugins configured on the server-side.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j5c4-63f4-32wp/GHSA-j5c4-63f4-32wp.json b/advisories/unreviewed/2022/05/GHSA-j5c4-63f4-32wp/GHSA-j5c4-63f4-32wp.json index e4e39d36fef..8dacda16b34 100644 --- a/advisories/unreviewed/2022/05/GHSA-j5c4-63f4-32wp/GHSA-j5c4-63f4-32wp.json +++ b/advisories/unreviewed/2022/05/GHSA-j5c4-63f4-32wp/GHSA-j5c4-63f4-32wp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j9wp-3gcm-78qq/GHSA-j9wp-3gcm-78qq.json b/advisories/unreviewed/2022/05/GHSA-j9wp-3gcm-78qq/GHSA-j9wp-3gcm-78qq.json index 971196f41b0..225b284e6ea 100644 --- a/advisories/unreviewed/2022/05/GHSA-j9wp-3gcm-78qq/GHSA-j9wp-3gcm-78qq.json +++ b/advisories/unreviewed/2022/05/GHSA-j9wp-3gcm-78qq/GHSA-j9wp-3gcm-78qq.json @@ -7,12 +7,8 @@ "CVE-2020-27574" ], "details": "Maxum Rumpus 8.2.13 and 8.2.14 is affected by cross-site request forgery (CSRF). If an authenticated user visits a malicious page, unintended actions could be performed in the web application as the authenticated user.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jcp7-pj7p-cc9r/GHSA-jcp7-pj7p-cc9r.json b/advisories/unreviewed/2022/05/GHSA-jcp7-pj7p-cc9r/GHSA-jcp7-pj7p-cc9r.json index d8af155c23c..e10b6bf58f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-jcp7-pj7p-cc9r/GHSA-jcp7-pj7p-cc9r.json +++ b/advisories/unreviewed/2022/05/GHSA-jcp7-pj7p-cc9r/GHSA-jcp7-pj7p-cc9r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jg4g-p5jg-phcr/GHSA-jg4g-p5jg-phcr.json b/advisories/unreviewed/2022/05/GHSA-jg4g-p5jg-phcr/GHSA-jg4g-p5jg-phcr.json index 887b5f9d21c..cb4f42b133f 100644 --- a/advisories/unreviewed/2022/05/GHSA-jg4g-p5jg-phcr/GHSA-jg4g-p5jg-phcr.json +++ b/advisories/unreviewed/2022/05/GHSA-jg4g-p5jg-phcr/GHSA-jg4g-p5jg-phcr.json @@ -7,12 +7,8 @@ "CVE-2021-25674" ], "details": "A vulnerability has been identified in SIMATIC S7-PLCSIM V5.4 (All versions). An attacker with local access to the system could cause a Denial-of-Service condition in the application when it is used to open a specially crafted file. As a consequence, a NULL pointer deference condition could cause the application to terminate unexpectedly and must be restarted to restore the service.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jgp4-533m-hmx2/GHSA-jgp4-533m-hmx2.json b/advisories/unreviewed/2022/05/GHSA-jgp4-533m-hmx2/GHSA-jgp4-533m-hmx2.json index 541e17623e1..f298d2e4f6a 100644 --- a/advisories/unreviewed/2022/05/GHSA-jgp4-533m-hmx2/GHSA-jgp4-533m-hmx2.json +++ b/advisories/unreviewed/2022/05/GHSA-jgp4-533m-hmx2/GHSA-jgp4-533m-hmx2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jgxp-xmqg-vmcx/GHSA-jgxp-xmqg-vmcx.json b/advisories/unreviewed/2022/05/GHSA-jgxp-xmqg-vmcx/GHSA-jgxp-xmqg-vmcx.json index aa9be4c745f..38d57591853 100644 --- a/advisories/unreviewed/2022/05/GHSA-jgxp-xmqg-vmcx/GHSA-jgxp-xmqg-vmcx.json +++ b/advisories/unreviewed/2022/05/GHSA-jgxp-xmqg-vmcx/GHSA-jgxp-xmqg-vmcx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jhm5-hmhv-894x/GHSA-jhm5-hmhv-894x.json b/advisories/unreviewed/2022/05/GHSA-jhm5-hmhv-894x/GHSA-jhm5-hmhv-894x.json index e39198f33e5..76af049366c 100644 --- a/advisories/unreviewed/2022/05/GHSA-jhm5-hmhv-894x/GHSA-jhm5-hmhv-894x.json +++ b/advisories/unreviewed/2022/05/GHSA-jhm5-hmhv-894x/GHSA-jhm5-hmhv-894x.json @@ -7,12 +7,8 @@ "CVE-2021-0450" ], "details": "In the Titan M chip firmware, there is a possible disclosure of stack memory due to uninitialized data. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-175117880", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jj8f-5m9h-cm73/GHSA-jj8f-5m9h-cm73.json b/advisories/unreviewed/2022/05/GHSA-jj8f-5m9h-cm73/GHSA-jj8f-5m9h-cm73.json index b046510f284..c9e0407d2f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-jj8f-5m9h-cm73/GHSA-jj8f-5m9h-cm73.json +++ b/advisories/unreviewed/2022/05/GHSA-jj8f-5m9h-cm73/GHSA-jj8f-5m9h-cm73.json @@ -7,12 +7,8 @@ "CVE-2021-0378" ], "details": "In getNbits of pvmp3_getbits.cpp, there is a possible out of bounds read due to a heap buffer overflow. This could lead to remote information disclosure with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android-11Android ID: A-154076193", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jm45-hjcw-qv8r/GHSA-jm45-hjcw-qv8r.json b/advisories/unreviewed/2022/05/GHSA-jm45-hjcw-qv8r/GHSA-jm45-hjcw-qv8r.json index 1b0a3b9de13..d72fe8f822a 100644 --- a/advisories/unreviewed/2022/05/GHSA-jm45-hjcw-qv8r/GHSA-jm45-hjcw-qv8r.json +++ b/advisories/unreviewed/2022/05/GHSA-jm45-hjcw-qv8r/GHSA-jm45-hjcw-qv8r.json @@ -7,12 +7,8 @@ "CVE-2020-11166" ], "details": "Potential out of bound read exception when UE receives unusually large number of padding octets in the beginning of ROHC header in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jp63-cgwq-g4xj/GHSA-jp63-cgwq-g4xj.json b/advisories/unreviewed/2022/05/GHSA-jp63-cgwq-g4xj/GHSA-jp63-cgwq-g4xj.json index 51440f710b3..3f49b2310fb 100644 --- a/advisories/unreviewed/2022/05/GHSA-jp63-cgwq-g4xj/GHSA-jp63-cgwq-g4xj.json +++ b/advisories/unreviewed/2022/05/GHSA-jp63-cgwq-g4xj/GHSA-jp63-cgwq-g4xj.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/2022/05/GHSA-jq5x-rvwv-2mcf/GHSA-jq5x-rvwv-2mcf.json b/advisories/unreviewed/2022/05/GHSA-jq5x-rvwv-2mcf/GHSA-jq5x-rvwv-2mcf.json index 87de5047b60..d9b7551f68d 100644 --- a/advisories/unreviewed/2022/05/GHSA-jq5x-rvwv-2mcf/GHSA-jq5x-rvwv-2mcf.json +++ b/advisories/unreviewed/2022/05/GHSA-jq5x-rvwv-2mcf/GHSA-jq5x-rvwv-2mcf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jq68-qcp2-fcqh/GHSA-jq68-qcp2-fcqh.json b/advisories/unreviewed/2022/05/GHSA-jq68-qcp2-fcqh/GHSA-jq68-qcp2-fcqh.json index 08280cf77fb..21ce3587625 100644 --- a/advisories/unreviewed/2022/05/GHSA-jq68-qcp2-fcqh/GHSA-jq68-qcp2-fcqh.json +++ b/advisories/unreviewed/2022/05/GHSA-jq68-qcp2-fcqh/GHSA-jq68-qcp2-fcqh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jr2x-v32r-wg4w/GHSA-jr2x-v32r-wg4w.json b/advisories/unreviewed/2022/05/GHSA-jr2x-v32r-wg4w/GHSA-jr2x-v32r-wg4w.json index 0ea41b534b7..f56e6c2e4f5 100644 --- a/advisories/unreviewed/2022/05/GHSA-jr2x-v32r-wg4w/GHSA-jr2x-v32r-wg4w.json +++ b/advisories/unreviewed/2022/05/GHSA-jr2x-v32r-wg4w/GHSA-jr2x-v32r-wg4w.json @@ -7,12 +7,8 @@ "CVE-2020-24982" ], "details": "An issue was discovered in Quadbase ExpressDashboard (EDAB) 7 Update 9. It allows CSRF. An attacker may be able to trick an authenticated user into changing the email address associated with their account.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jwc9-vppx-v4hj/GHSA-jwc9-vppx-v4hj.json b/advisories/unreviewed/2022/05/GHSA-jwc9-vppx-v4hj/GHSA-jwc9-vppx-v4hj.json index 46fe8870415..9c1bf710fa2 100644 --- a/advisories/unreviewed/2022/05/GHSA-jwc9-vppx-v4hj/GHSA-jwc9-vppx-v4hj.json +++ b/advisories/unreviewed/2022/05/GHSA-jwc9-vppx-v4hj/GHSA-jwc9-vppx-v4hj.json @@ -7,12 +7,8 @@ "CVE-2020-24984" ], "details": "An issue was discovered in Quadbase EspressReports ES 7 Update 9. It allows CSRF, whereby an attacker may be able to trick an authenticated admin level user into uploading malicious files to the web server.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jx85-2c48-3vm2/GHSA-jx85-2c48-3vm2.json b/advisories/unreviewed/2022/05/GHSA-jx85-2c48-3vm2/GHSA-jx85-2c48-3vm2.json index d871819314f..51bf7ec1607 100644 --- a/advisories/unreviewed/2022/05/GHSA-jx85-2c48-3vm2/GHSA-jx85-2c48-3vm2.json +++ b/advisories/unreviewed/2022/05/GHSA-jx85-2c48-3vm2/GHSA-jx85-2c48-3vm2.json @@ -7,12 +7,8 @@ "CVE-2020-27290" ], "details": "In Hamilton Medical AG,T1-Ventillator versions 2.2.3 and prior, an information disclosure vulnerability in the ventilator allows attackers with physical access to the configuration interface's logs to get valid checksums for tampered configuration files.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jxcf-352f-vj82/GHSA-jxcf-352f-vj82.json b/advisories/unreviewed/2022/05/GHSA-jxcf-352f-vj82/GHSA-jxcf-352f-vj82.json index bef9c37c7a6..bb86c34a3f3 100644 --- a/advisories/unreviewed/2022/05/GHSA-jxcf-352f-vj82/GHSA-jxcf-352f-vj82.json +++ b/advisories/unreviewed/2022/05/GHSA-jxcf-352f-vj82/GHSA-jxcf-352f-vj82.json @@ -7,12 +7,8 @@ "CVE-2021-20205" ], "details": "Libjpeg-turbo versions 2.0.91 and 2.0.90 is vulnerable to a denial of service vulnerability caused by a divide by zero when processing a crafted GIF image.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jxwm-wcqc-fgcc/GHSA-jxwm-wcqc-fgcc.json b/advisories/unreviewed/2022/05/GHSA-jxwm-wcqc-fgcc/GHSA-jxwm-wcqc-fgcc.json index 6dd18bd09a3..1baddff322e 100644 --- a/advisories/unreviewed/2022/05/GHSA-jxwm-wcqc-fgcc/GHSA-jxwm-wcqc-fgcc.json +++ b/advisories/unreviewed/2022/05/GHSA-jxwm-wcqc-fgcc/GHSA-jxwm-wcqc-fgcc.json @@ -7,12 +7,8 @@ "CVE-2021-21068" ], "details": "Adobe Creative Cloud Desktop Application version 5.3 (and earlier) is affected by a file handling vulnerability that could allow an attacker to cause arbitrary file overwriting. Exploitation of this issue requires physical access and user interaction.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m26m-f94h-984c/GHSA-m26m-f94h-984c.json b/advisories/unreviewed/2022/05/GHSA-m26m-f94h-984c/GHSA-m26m-f94h-984c.json index 9a60121e421..de4a816a20a 100644 --- a/advisories/unreviewed/2022/05/GHSA-m26m-f94h-984c/GHSA-m26m-f94h-984c.json +++ b/advisories/unreviewed/2022/05/GHSA-m26m-f94h-984c/GHSA-m26m-f94h-984c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m2cc-qv47-86r8/GHSA-m2cc-qv47-86r8.json b/advisories/unreviewed/2022/05/GHSA-m2cc-qv47-86r8/GHSA-m2cc-qv47-86r8.json index 06cd7da0776..79fd323b0ef 100644 --- a/advisories/unreviewed/2022/05/GHSA-m2cc-qv47-86r8/GHSA-m2cc-qv47-86r8.json +++ b/advisories/unreviewed/2022/05/GHSA-m2cc-qv47-86r8/GHSA-m2cc-qv47-86r8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m2vp-mjvj-xgg7/GHSA-m2vp-mjvj-xgg7.json b/advisories/unreviewed/2022/05/GHSA-m2vp-mjvj-xgg7/GHSA-m2vp-mjvj-xgg7.json index 4d6a25135c8..b070d005bf5 100644 --- a/advisories/unreviewed/2022/05/GHSA-m2vp-mjvj-xgg7/GHSA-m2vp-mjvj-xgg7.json +++ b/advisories/unreviewed/2022/05/GHSA-m2vp-mjvj-xgg7/GHSA-m2vp-mjvj-xgg7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m37j-xrjp-4fj2/GHSA-m37j-xrjp-4fj2.json b/advisories/unreviewed/2022/05/GHSA-m37j-xrjp-4fj2/GHSA-m37j-xrjp-4fj2.json index 9740eb3879b..23fbf9e10c3 100644 --- a/advisories/unreviewed/2022/05/GHSA-m37j-xrjp-4fj2/GHSA-m37j-xrjp-4fj2.json +++ b/advisories/unreviewed/2022/05/GHSA-m37j-xrjp-4fj2/GHSA-m37j-xrjp-4fj2.json @@ -7,12 +7,8 @@ "CVE-2021-21078" ], "details": "Adobe Creative Cloud Desktop Application version 5.3 (and earlier) is affected by an Unquoted Service Path vulnerability in CCXProcess that could allow an attacker to achieve arbitrary code execution in the process of the current user. Exploitation of this issue requires user interaction", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m37p-rm58-x4hc/GHSA-m37p-rm58-x4hc.json b/advisories/unreviewed/2022/05/GHSA-m37p-rm58-x4hc/GHSA-m37p-rm58-x4hc.json index 569b697af6a..c3ad83849ee 100644 --- a/advisories/unreviewed/2022/05/GHSA-m37p-rm58-x4hc/GHSA-m37p-rm58-x4hc.json +++ b/advisories/unreviewed/2022/05/GHSA-m37p-rm58-x4hc/GHSA-m37p-rm58-x4hc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m38p-pr5f-vjjm/GHSA-m38p-pr5f-vjjm.json b/advisories/unreviewed/2022/05/GHSA-m38p-pr5f-vjjm/GHSA-m38p-pr5f-vjjm.json index e7eed556f5a..0bccadf5018 100644 --- a/advisories/unreviewed/2022/05/GHSA-m38p-pr5f-vjjm/GHSA-m38p-pr5f-vjjm.json +++ b/advisories/unreviewed/2022/05/GHSA-m38p-pr5f-vjjm/GHSA-m38p-pr5f-vjjm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m48w-5q6f-f285/GHSA-m48w-5q6f-f285.json b/advisories/unreviewed/2022/05/GHSA-m48w-5q6f-f285/GHSA-m48w-5q6f-f285.json index 8f9c9836695..a37b6322b16 100644 --- a/advisories/unreviewed/2022/05/GHSA-m48w-5q6f-f285/GHSA-m48w-5q6f-f285.json +++ b/advisories/unreviewed/2022/05/GHSA-m48w-5q6f-f285/GHSA-m48w-5q6f-f285.json @@ -7,12 +7,8 @@ "CVE-2021-20673" ], "details": "Stored cross-site scripting vulnerability in Admin Page of GROWI (v4.2 Series) versions from v4.2.0 to v4.2.7 allows remote authenticated attackers to inject an arbitrary script via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m6c8-j9jq-g4mj/GHSA-m6c8-j9jq-g4mj.json b/advisories/unreviewed/2022/05/GHSA-m6c8-j9jq-g4mj/GHSA-m6c8-j9jq-g4mj.json index 7dd6ff2453a..842663d930b 100644 --- a/advisories/unreviewed/2022/05/GHSA-m6c8-j9jq-g4mj/GHSA-m6c8-j9jq-g4mj.json +++ b/advisories/unreviewed/2022/05/GHSA-m6c8-j9jq-g4mj/GHSA-m6c8-j9jq-g4mj.json @@ -7,12 +7,8 @@ "CVE-2021-21167" ], "details": "Use after free in bookmarks in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m6pw-r44r-j928/GHSA-m6pw-r44r-j928.json b/advisories/unreviewed/2022/05/GHSA-m6pw-r44r-j928/GHSA-m6pw-r44r-j928.json index d4c976449a7..e7f97e63f88 100644 --- a/advisories/unreviewed/2022/05/GHSA-m6pw-r44r-j928/GHSA-m6pw-r44r-j928.json +++ b/advisories/unreviewed/2022/05/GHSA-m6pw-r44r-j928/GHSA-m6pw-r44r-j928.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m72c-rpmg-5x3j/GHSA-m72c-rpmg-5x3j.json b/advisories/unreviewed/2022/05/GHSA-m72c-rpmg-5x3j/GHSA-m72c-rpmg-5x3j.json index 30c3b52c11c..aacf57c164b 100644 --- a/advisories/unreviewed/2022/05/GHSA-m72c-rpmg-5x3j/GHSA-m72c-rpmg-5x3j.json +++ b/advisories/unreviewed/2022/05/GHSA-m72c-rpmg-5x3j/GHSA-m72c-rpmg-5x3j.json @@ -7,12 +7,8 @@ "CVE-2021-26935" ], "details": "In WoWonder < 3.1, remote attackers can gain access to the database by exploiting a requests.php?f=search-my-followers SQL Injection vulnerability via the event_id parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m76h-ghw9-c826/GHSA-m76h-ghw9-c826.json b/advisories/unreviewed/2022/05/GHSA-m76h-ghw9-c826/GHSA-m76h-ghw9-c826.json index 7aa731d528b..a7ac019c928 100644 --- a/advisories/unreviewed/2022/05/GHSA-m76h-ghw9-c826/GHSA-m76h-ghw9-c826.json +++ b/advisories/unreviewed/2022/05/GHSA-m76h-ghw9-c826/GHSA-m76h-ghw9-c826.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m78j-wwfx-36xp/GHSA-m78j-wwfx-36xp.json b/advisories/unreviewed/2022/05/GHSA-m78j-wwfx-36xp/GHSA-m78j-wwfx-36xp.json index 4b69482bca0..f33ede43274 100644 --- a/advisories/unreviewed/2022/05/GHSA-m78j-wwfx-36xp/GHSA-m78j-wwfx-36xp.json +++ b/advisories/unreviewed/2022/05/GHSA-m78j-wwfx-36xp/GHSA-m78j-wwfx-36xp.json @@ -7,12 +7,8 @@ "CVE-2021-21518" ], "details": "Dell SupportAssist Client for Consumer PCs versions 3.7.x, 3.6.x, 3.4.x, 3.3.x, Dell SupportAssist Client for Business PCs versions 2.0.x, 2.1.x, 2.2.x, and Dell SupportAssist Client ProManage 1.x contain a DLL injection vulnerability in the Costura Fody plugin. A local user with low privileges could potentially exploit this vulnerability, leading to the execution of arbitrary executable on the operating system with SYSTEM privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mc2v-pp94-p8j7/GHSA-mc2v-pp94-p8j7.json b/advisories/unreviewed/2022/05/GHSA-mc2v-pp94-p8j7/GHSA-mc2v-pp94-p8j7.json index a7e9b55867d..6f621f30544 100644 --- a/advisories/unreviewed/2022/05/GHSA-mc2v-pp94-p8j7/GHSA-mc2v-pp94-p8j7.json +++ b/advisories/unreviewed/2022/05/GHSA-mc2v-pp94-p8j7/GHSA-mc2v-pp94-p8j7.json @@ -7,12 +7,8 @@ "CVE-2021-21172" ], "details": "Insufficient policy enforcement in File System API in Google Chrome on Windows prior to 89.0.4389.72 allowed a remote attacker to bypass filesystem restrictions via a crafted HTML page.", - "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-mc6m-jc2w-87wc/GHSA-mc6m-jc2w-87wc.json b/advisories/unreviewed/2022/05/GHSA-mc6m-jc2w-87wc/GHSA-mc6m-jc2w-87wc.json index 578deac1b49..f8f8c395d7f 100644 --- a/advisories/unreviewed/2022/05/GHSA-mc6m-jc2w-87wc/GHSA-mc6m-jc2w-87wc.json +++ b/advisories/unreviewed/2022/05/GHSA-mc6m-jc2w-87wc/GHSA-mc6m-jc2w-87wc.json @@ -7,12 +7,8 @@ "CVE-2021-21182" ], "details": "Insufficient policy enforcement in navigations in Google Chrome prior to 89.0.4389.72 allowed a remote attacker who had compromised the renderer process to bypass navigation restrictions via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mc93-wcph-m2mx/GHSA-mc93-wcph-m2mx.json b/advisories/unreviewed/2022/05/GHSA-mc93-wcph-m2mx/GHSA-mc93-wcph-m2mx.json index 03967737853..cafa90e3e52 100644 --- a/advisories/unreviewed/2022/05/GHSA-mc93-wcph-m2mx/GHSA-mc93-wcph-m2mx.json +++ b/advisories/unreviewed/2022/05/GHSA-mc93-wcph-m2mx/GHSA-mc93-wcph-m2mx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mfj2-j4w4-7j9q/GHSA-mfj2-j4w4-7j9q.json b/advisories/unreviewed/2022/05/GHSA-mfj2-j4w4-7j9q/GHSA-mfj2-j4w4-7j9q.json index fbac71f2fde..9739bdbf8a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-mfj2-j4w4-7j9q/GHSA-mfj2-j4w4-7j9q.json +++ b/advisories/unreviewed/2022/05/GHSA-mfj2-j4w4-7j9q/GHSA-mfj2-j4w4-7j9q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mh84-f3mw-wvjc/GHSA-mh84-f3mw-wvjc.json b/advisories/unreviewed/2022/05/GHSA-mh84-f3mw-wvjc/GHSA-mh84-f3mw-wvjc.json index 444b59fa1ea..c809b391343 100644 --- a/advisories/unreviewed/2022/05/GHSA-mh84-f3mw-wvjc/GHSA-mh84-f3mw-wvjc.json +++ b/advisories/unreviewed/2022/05/GHSA-mh84-f3mw-wvjc/GHSA-mh84-f3mw-wvjc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mj64-4vr6-2hqr/GHSA-mj64-4vr6-2hqr.json b/advisories/unreviewed/2022/05/GHSA-mj64-4vr6-2hqr/GHSA-mj64-4vr6-2hqr.json index c5e9f05b6e2..6edb811af19 100644 --- a/advisories/unreviewed/2022/05/GHSA-mj64-4vr6-2hqr/GHSA-mj64-4vr6-2hqr.json +++ b/advisories/unreviewed/2022/05/GHSA-mj64-4vr6-2hqr/GHSA-mj64-4vr6-2hqr.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/2022/05/GHSA-mpcv-5m36-8vjj/GHSA-mpcv-5m36-8vjj.json b/advisories/unreviewed/2022/05/GHSA-mpcv-5m36-8vjj/GHSA-mpcv-5m36-8vjj.json index 27269019970..6ecbd774658 100644 --- a/advisories/unreviewed/2022/05/GHSA-mpcv-5m36-8vjj/GHSA-mpcv-5m36-8vjj.json +++ b/advisories/unreviewed/2022/05/GHSA-mpcv-5m36-8vjj/GHSA-mpcv-5m36-8vjj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mq26-673p-77xj/GHSA-mq26-673p-77xj.json b/advisories/unreviewed/2022/05/GHSA-mq26-673p-77xj/GHSA-mq26-673p-77xj.json index 873ff14f441..8f5a9fb89c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-mq26-673p-77xj/GHSA-mq26-673p-77xj.json +++ b/advisories/unreviewed/2022/05/GHSA-mq26-673p-77xj/GHSA-mq26-673p-77xj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mq3v-8hv9-5p6g/GHSA-mq3v-8hv9-5p6g.json b/advisories/unreviewed/2022/05/GHSA-mq3v-8hv9-5p6g/GHSA-mq3v-8hv9-5p6g.json index e5e216338ef..3922298f55b 100644 --- a/advisories/unreviewed/2022/05/GHSA-mq3v-8hv9-5p6g/GHSA-mq3v-8hv9-5p6g.json +++ b/advisories/unreviewed/2022/05/GHSA-mq3v-8hv9-5p6g/GHSA-mq3v-8hv9-5p6g.json @@ -7,12 +7,8 @@ "CVE-2020-11218" ], "details": "Denial of service in baseband when NW configures LTE betaOffset-RI-Index due to lack of data validation in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mqq9-xchh-h97q/GHSA-mqq9-xchh-h97q.json b/advisories/unreviewed/2022/05/GHSA-mqq9-xchh-h97q/GHSA-mqq9-xchh-h97q.json index 3eda5b4278f..1c9dd1538ca 100644 --- a/advisories/unreviewed/2022/05/GHSA-mqq9-xchh-h97q/GHSA-mqq9-xchh-h97q.json +++ b/advisories/unreviewed/2022/05/GHSA-mqq9-xchh-h97q/GHSA-mqq9-xchh-h97q.json @@ -7,12 +7,8 @@ "CVE-2021-20231" ], "details": "A flaw was found in gnutls. A use after free issue in client sending key_share extension may lead to memory corruption and other consequences.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mr59-8hjw-5m9c/GHSA-mr59-8hjw-5m9c.json b/advisories/unreviewed/2022/05/GHSA-mr59-8hjw-5m9c/GHSA-mr59-8hjw-5m9c.json index 93e1e57b378..964cd6f752d 100644 --- a/advisories/unreviewed/2022/05/GHSA-mr59-8hjw-5m9c/GHSA-mr59-8hjw-5m9c.json +++ b/advisories/unreviewed/2022/05/GHSA-mr59-8hjw-5m9c/GHSA-mr59-8hjw-5m9c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mv99-79gw-2g8g/GHSA-mv99-79gw-2g8g.json b/advisories/unreviewed/2022/05/GHSA-mv99-79gw-2g8g/GHSA-mv99-79gw-2g8g.json index abfa4961177..dd480adb15f 100644 --- a/advisories/unreviewed/2022/05/GHSA-mv99-79gw-2g8g/GHSA-mv99-79gw-2g8g.json +++ b/advisories/unreviewed/2022/05/GHSA-mv99-79gw-2g8g/GHSA-mv99-79gw-2g8g.json @@ -7,12 +7,8 @@ "CVE-2021-24129" ], "details": "Unvalidated input and lack of output encoding in the Themify Portfolio Post WordPress plugin, versions before 1.1.6, lead to Stored Cross-Site Scripting (XSS) vulnerabilities allowing low-privileged users (Contributor+) to inject arbitrary JavaScript code or HTML in posts where the Themify Custom Panel is embedded, which could lead to privilege escalation.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mwjv-vmcg-vmw5/GHSA-mwjv-vmcg-vmw5.json b/advisories/unreviewed/2022/05/GHSA-mwjv-vmcg-vmw5/GHSA-mwjv-vmcg-vmw5.json index 0d19bf89375..5dadf416683 100644 --- a/advisories/unreviewed/2022/05/GHSA-mwjv-vmcg-vmw5/GHSA-mwjv-vmcg-vmw5.json +++ b/advisories/unreviewed/2022/05/GHSA-mwjv-vmcg-vmw5/GHSA-mwjv-vmcg-vmw5.json @@ -7,12 +7,8 @@ "CVE-2020-11190" ], "details": "Buffer over-read can happen while parsing received SDP values due to lack of NULL termination check on SDP in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mx54-9g2j-8g2m/GHSA-mx54-9g2j-8g2m.json b/advisories/unreviewed/2022/05/GHSA-mx54-9g2j-8g2m/GHSA-mx54-9g2j-8g2m.json index 2bdd8491771..51607f036e5 100644 --- a/advisories/unreviewed/2022/05/GHSA-mx54-9g2j-8g2m/GHSA-mx54-9g2j-8g2m.json +++ b/advisories/unreviewed/2022/05/GHSA-mx54-9g2j-8g2m/GHSA-mx54-9g2j-8g2m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mxm8-cmpq-g5cx/GHSA-mxm8-cmpq-g5cx.json b/advisories/unreviewed/2022/05/GHSA-mxm8-cmpq-g5cx/GHSA-mxm8-cmpq-g5cx.json index c2a0a84f028..41efc79a16b 100644 --- a/advisories/unreviewed/2022/05/GHSA-mxm8-cmpq-g5cx/GHSA-mxm8-cmpq-g5cx.json +++ b/advisories/unreviewed/2022/05/GHSA-mxm8-cmpq-g5cx/GHSA-mxm8-cmpq-g5cx.json @@ -7,12 +7,8 @@ "CVE-2021-27964" ], "details": "SonLogger before 6.4.1 is affected by Unauthenticated Arbitrary File Upload. An attacker can send a POST request to /Config/SaveUploadedHotspotLogoFile without any authentication or session header. There is no check for the file extension or content of the uploaded file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p24f-9hfj-fg7m/GHSA-p24f-9hfj-fg7m.json b/advisories/unreviewed/2022/05/GHSA-p24f-9hfj-fg7m/GHSA-p24f-9hfj-fg7m.json index 0eec174a85e..1b5d8628a62 100644 --- a/advisories/unreviewed/2022/05/GHSA-p24f-9hfj-fg7m/GHSA-p24f-9hfj-fg7m.json +++ b/advisories/unreviewed/2022/05/GHSA-p24f-9hfj-fg7m/GHSA-p24f-9hfj-fg7m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p2hg-pxmc-wpx5/GHSA-p2hg-pxmc-wpx5.json b/advisories/unreviewed/2022/05/GHSA-p2hg-pxmc-wpx5/GHSA-p2hg-pxmc-wpx5.json index 16d90e49df4..5daf4c1e509 100644 --- a/advisories/unreviewed/2022/05/GHSA-p2hg-pxmc-wpx5/GHSA-p2hg-pxmc-wpx5.json +++ b/advisories/unreviewed/2022/05/GHSA-p2hg-pxmc-wpx5/GHSA-p2hg-pxmc-wpx5.json @@ -7,12 +7,8 @@ "CVE-2021-21075" ], "details": "Adobe Animate version 21.0.3 (and earlier) is affected by an Out-of-bounds Read vulnerability. An unauthenticated attacker could leverage this vulnerability to disclose sensitive information in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p4pg-24vx-r358/GHSA-p4pg-24vx-r358.json b/advisories/unreviewed/2022/05/GHSA-p4pg-24vx-r358/GHSA-p4pg-24vx-r358.json index ed473fcdb88..21ab6fe21a4 100644 --- a/advisories/unreviewed/2022/05/GHSA-p4pg-24vx-r358/GHSA-p4pg-24vx-r358.json +++ b/advisories/unreviewed/2022/05/GHSA-p4pg-24vx-r358/GHSA-p4pg-24vx-r358.json @@ -7,12 +7,8 @@ "CVE-2020-11305" ], "details": "Integer overflow in boot due to improper length check on arguments received in Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Voice & Music", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p5hq-gp52-p873/GHSA-p5hq-gp52-p873.json b/advisories/unreviewed/2022/05/GHSA-p5hq-gp52-p873/GHSA-p5hq-gp52-p873.json index 9cc750abb8d..5b9f9a179ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-p5hq-gp52-p873/GHSA-p5hq-gp52-p873.json +++ b/advisories/unreviewed/2022/05/GHSA-p5hq-gp52-p873/GHSA-p5hq-gp52-p873.json @@ -7,12 +7,8 @@ "CVE-2020-11222" ], "details": "Buffer over read while processing MT SMS with maximum length due to improper length check in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon Mobile", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p739-mvjp-w433/GHSA-p739-mvjp-w433.json b/advisories/unreviewed/2022/05/GHSA-p739-mvjp-w433/GHSA-p739-mvjp-w433.json index 6d1c7fbfc82..09b1d026bf3 100644 --- a/advisories/unreviewed/2022/05/GHSA-p739-mvjp-w433/GHSA-p739-mvjp-w433.json +++ b/advisories/unreviewed/2022/05/GHSA-p739-mvjp-w433/GHSA-p739-mvjp-w433.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p786-v2xq-fcfr/GHSA-p786-v2xq-fcfr.json b/advisories/unreviewed/2022/05/GHSA-p786-v2xq-fcfr/GHSA-p786-v2xq-fcfr.json index 75cd707b4c1..ca9cc9cf13f 100644 --- a/advisories/unreviewed/2022/05/GHSA-p786-v2xq-fcfr/GHSA-p786-v2xq-fcfr.json +++ b/advisories/unreviewed/2022/05/GHSA-p786-v2xq-fcfr/GHSA-p786-v2xq-fcfr.json @@ -7,12 +7,8 @@ "CVE-2020-5025" ], "details": "IBM DB2 for Linux, UNIX and Windows (includes DB2 Connect Server) 9.7, 10.1, 10.5, 11.1, and 11.5 db2fm is vulnerable to a buffer overflow, caused by improper bounds checking which could allow a local attacker to execute arbitrary code on the system with root privileges. IBM X-Force ID: 193661.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p7f9-m8rp-xwww/GHSA-p7f9-m8rp-xwww.json b/advisories/unreviewed/2022/05/GHSA-p7f9-m8rp-xwww/GHSA-p7f9-m8rp-xwww.json index 111aed822c5..dfd67cd893b 100644 --- a/advisories/unreviewed/2022/05/GHSA-p7f9-m8rp-xwww/GHSA-p7f9-m8rp-xwww.json +++ b/advisories/unreviewed/2022/05/GHSA-p7f9-m8rp-xwww/GHSA-p7f9-m8rp-xwww.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p7xv-94hw-xx6p/GHSA-p7xv-94hw-xx6p.json b/advisories/unreviewed/2022/05/GHSA-p7xv-94hw-xx6p/GHSA-p7xv-94hw-xx6p.json index c046caeb0b1..bcb63ed5012 100644 --- a/advisories/unreviewed/2022/05/GHSA-p7xv-94hw-xx6p/GHSA-p7xv-94hw-xx6p.json +++ b/advisories/unreviewed/2022/05/GHSA-p7xv-94hw-xx6p/GHSA-p7xv-94hw-xx6p.json @@ -7,12 +7,8 @@ "CVE-2020-11220" ], "details": "While processing storage SCM commands there is a time of check or time of use window where a pointer used could be invalid at a specific time while executing the storage SCM call in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Wired Infrastructure and Networking", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p89j-vjgq-2rfv/GHSA-p89j-vjgq-2rfv.json b/advisories/unreviewed/2022/05/GHSA-p89j-vjgq-2rfv/GHSA-p89j-vjgq-2rfv.json index 19d8c2af107..244015b4e42 100644 --- a/advisories/unreviewed/2022/05/GHSA-p89j-vjgq-2rfv/GHSA-p89j-vjgq-2rfv.json +++ b/advisories/unreviewed/2022/05/GHSA-p89j-vjgq-2rfv/GHSA-p89j-vjgq-2rfv.json @@ -7,12 +7,8 @@ "CVE-2021-0384" ], "details": "In read_and_discard_scanlines of jdapistd.c, there is a possible null pointer exception due to a missing NULL check. This could lead to remote denial of service with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android-11Android ID: A-173702583", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p93p-wv67-g7hr/GHSA-p93p-wv67-g7hr.json b/advisories/unreviewed/2022/05/GHSA-p93p-wv67-g7hr/GHSA-p93p-wv67-g7hr.json index 461b16a5ba7..773ca60b8f8 100644 --- a/advisories/unreviewed/2022/05/GHSA-p93p-wv67-g7hr/GHSA-p93p-wv67-g7hr.json +++ b/advisories/unreviewed/2022/05/GHSA-p93p-wv67-g7hr/GHSA-p93p-wv67-g7hr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p947-gfm7-f4g7/GHSA-p947-gfm7-f4g7.json b/advisories/unreviewed/2022/05/GHSA-p947-gfm7-f4g7/GHSA-p947-gfm7-f4g7.json index 0b9885eca2e..a5569553e08 100644 --- a/advisories/unreviewed/2022/05/GHSA-p947-gfm7-f4g7/GHSA-p947-gfm7-f4g7.json +++ b/advisories/unreviewed/2022/05/GHSA-p947-gfm7-f4g7/GHSA-p947-gfm7-f4g7.json @@ -7,12 +7,8 @@ "CVE-2021-20232" ], "details": "A flaw was found in gnutls. A use after free issue in client_send_params in lib/ext/pre_shared_key.c may lead to memory corruption and other potential consequences.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p96h-697j-3c35/GHSA-p96h-697j-3c35.json b/advisories/unreviewed/2022/05/GHSA-p96h-697j-3c35/GHSA-p96h-697j-3c35.json index 7a360fa8303..25d1fb77522 100644 --- a/advisories/unreviewed/2022/05/GHSA-p96h-697j-3c35/GHSA-p96h-697j-3c35.json +++ b/advisories/unreviewed/2022/05/GHSA-p96h-697j-3c35/GHSA-p96h-697j-3c35.json @@ -7,12 +7,8 @@ "CVE-2021-0395" ], "details": "In StopServicesAndLogViolations of reboot.cpp, there is possible memory corruption due to a use after free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11Android ID: A-170315126", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pc4j-6344-24x7/GHSA-pc4j-6344-24x7.json b/advisories/unreviewed/2022/05/GHSA-pc4j-6344-24x7/GHSA-pc4j-6344-24x7.json index dc22c6d52a9..859236db974 100644 --- a/advisories/unreviewed/2022/05/GHSA-pc4j-6344-24x7/GHSA-pc4j-6344-24x7.json +++ b/advisories/unreviewed/2022/05/GHSA-pc4j-6344-24x7/GHSA-pc4j-6344-24x7.json @@ -7,12 +7,8 @@ "CVE-2021-27891" ], "details": "SSH Tectia Client and Server before 6.4.19 on Windows have weak key generation. ConnectSecure on Windows is affected.", - "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-pf92-7x8p-6x5m/GHSA-pf92-7x8p-6x5m.json b/advisories/unreviewed/2022/05/GHSA-pf92-7x8p-6x5m/GHSA-pf92-7x8p-6x5m.json index 973769ccb96..e04a6dc7211 100644 --- a/advisories/unreviewed/2022/05/GHSA-pf92-7x8p-6x5m/GHSA-pf92-7x8p-6x5m.json +++ b/advisories/unreviewed/2022/05/GHSA-pf92-7x8p-6x5m/GHSA-pf92-7x8p-6x5m.json @@ -7,12 +7,8 @@ "CVE-2019-3867" ], "details": "A vulnerability was found in the Quay web application. Sessions in the Quay web application never expire. An attacker, able to gain access to a session, could use it to control or delete a user's container repository. Red Hat Quay 2 and 3 are vulnerable to this issue.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pfjr-ff58-8j7x/GHSA-pfjr-ff58-8j7x.json b/advisories/unreviewed/2022/05/GHSA-pfjr-ff58-8j7x/GHSA-pfjr-ff58-8j7x.json index 2bee627b931..afb0c2784fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-pfjr-ff58-8j7x/GHSA-pfjr-ff58-8j7x.json +++ b/advisories/unreviewed/2022/05/GHSA-pfjr-ff58-8j7x/GHSA-pfjr-ff58-8j7x.json @@ -7,12 +7,8 @@ "CVE-2021-27380" ], "details": "A vulnerability has been identified in Solid Edge SE2020 (All Versions < SE2020MP13), Solid Edge SE2021 (All Versions < SE2021MP3), Solid Edge SE2021 (SE2021MP3). Affected applications lack proper validation of user-supplied data when parsing PAR files. This could result in an out of bounds write past the end of an allocated structure. An attacker could leverage this vulnerability to execute code in the context of the current process. (ZDI-CAN-12532)", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pg2c-638q-xw3m/GHSA-pg2c-638q-xw3m.json b/advisories/unreviewed/2022/05/GHSA-pg2c-638q-xw3m/GHSA-pg2c-638q-xw3m.json index b3dcb1510c1..37b9b3f8018 100644 --- a/advisories/unreviewed/2022/05/GHSA-pg2c-638q-xw3m/GHSA-pg2c-638q-xw3m.json +++ b/advisories/unreviewed/2022/05/GHSA-pg2c-638q-xw3m/GHSA-pg2c-638q-xw3m.json @@ -7,12 +7,8 @@ "CVE-2021-25676" ], "details": "A vulnerability has been identified in RUGGEDCOM RM1224 (V6.3), SCALANCE M-800 (V6.3), SCALANCE S615 (V6.3), SCALANCE SC-600 (All Versions >= V2.1 and < V2.1.3). Multiple failed SSH authentication attempts could trigger a temporary Denial-of-Service under certain conditions. When triggered, the device will reboot automatically.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pgch-8crf-5x6f/GHSA-pgch-8crf-5x6f.json b/advisories/unreviewed/2022/05/GHSA-pgch-8crf-5x6f/GHSA-pgch-8crf-5x6f.json index 9f8127017d8..327aa7d519f 100644 --- a/advisories/unreviewed/2022/05/GHSA-pgch-8crf-5x6f/GHSA-pgch-8crf-5x6f.json +++ b/advisories/unreviewed/2022/05/GHSA-pgch-8crf-5x6f/GHSA-pgch-8crf-5x6f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-phqj-85wm-jp7q/GHSA-phqj-85wm-jp7q.json b/advisories/unreviewed/2022/05/GHSA-phqj-85wm-jp7q/GHSA-phqj-85wm-jp7q.json index 7ddb09e3050..35779f53a85 100644 --- a/advisories/unreviewed/2022/05/GHSA-phqj-85wm-jp7q/GHSA-phqj-85wm-jp7q.json +++ b/advisories/unreviewed/2022/05/GHSA-phqj-85wm-jp7q/GHSA-phqj-85wm-jp7q.json @@ -7,12 +7,8 @@ "CVE-2021-21503" ], "details": "PowerScale OneFS 8.1.2,8.2.2 and 9.1.0 contains an improper input sanitization issue in a command. The Compadmin user could potentially exploit this vulnerability, leading to potential privileges escalation.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pjch-p9q6-9266/GHSA-pjch-p9q6-9266.json b/advisories/unreviewed/2022/05/GHSA-pjch-p9q6-9266/GHSA-pjch-p9q6-9266.json index b64a7cbc9a5..20d09d82f09 100644 --- a/advisories/unreviewed/2022/05/GHSA-pjch-p9q6-9266/GHSA-pjch-p9q6-9266.json +++ b/advisories/unreviewed/2022/05/GHSA-pjch-p9q6-9266/GHSA-pjch-p9q6-9266.json @@ -7,12 +7,8 @@ "CVE-2021-21179" ], "details": "Use after free in Network Internals in Google Chrome on Linux prior to 89.0.4389.72 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pm9v-2r47-3q48/GHSA-pm9v-2r47-3q48.json b/advisories/unreviewed/2022/05/GHSA-pm9v-2r47-3q48/GHSA-pm9v-2r47-3q48.json index a14eaf5e24a..ef6a48c4b3f 100644 --- a/advisories/unreviewed/2022/05/GHSA-pm9v-2r47-3q48/GHSA-pm9v-2r47-3q48.json +++ b/advisories/unreviewed/2022/05/GHSA-pm9v-2r47-3q48/GHSA-pm9v-2r47-3q48.json @@ -7,12 +7,8 @@ "CVE-2020-4831" ], "details": "IBM DataPower Gateway 10.0.0.0 through 10.0.1.0 uses weaker than expected cryptographic algorithms that could allow an attacker to decrypt highly sensitive information. IBM X-Force ID: 189965.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pmhj-hpgr-f94j/GHSA-pmhj-hpgr-f94j.json b/advisories/unreviewed/2022/05/GHSA-pmhj-hpgr-f94j/GHSA-pmhj-hpgr-f94j.json index c8233bfcaf5..396903baf63 100644 --- a/advisories/unreviewed/2022/05/GHSA-pmhj-hpgr-f94j/GHSA-pmhj-hpgr-f94j.json +++ b/advisories/unreviewed/2022/05/GHSA-pmhj-hpgr-f94j/GHSA-pmhj-hpgr-f94j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pmxx-phjp-rphc/GHSA-pmxx-phjp-rphc.json b/advisories/unreviewed/2022/05/GHSA-pmxx-phjp-rphc/GHSA-pmxx-phjp-rphc.json index 7dbd695f930..10749908469 100644 --- a/advisories/unreviewed/2022/05/GHSA-pmxx-phjp-rphc/GHSA-pmxx-phjp-rphc.json +++ b/advisories/unreviewed/2022/05/GHSA-pmxx-phjp-rphc/GHSA-pmxx-phjp-rphc.json @@ -7,12 +7,8 @@ "CVE-2020-5014" ], "details": "IBM DataPower Gateway V10 and V2018 could allow a local attacker with administrative privileges to execute arbitrary code on the system using a server-side requesr forgery attack. IBM X-Force ID: 193247.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pp3j-95vp-gp82/GHSA-pp3j-95vp-gp82.json b/advisories/unreviewed/2022/05/GHSA-pp3j-95vp-gp82/GHSA-pp3j-95vp-gp82.json index 88250128769..1fbde520b17 100644 --- a/advisories/unreviewed/2022/05/GHSA-pp3j-95vp-gp82/GHSA-pp3j-95vp-gp82.json +++ b/advisories/unreviewed/2022/05/GHSA-pp3j-95vp-gp82/GHSA-pp3j-95vp-gp82.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": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-pp7w-jhfx-v9pw/GHSA-pp7w-jhfx-v9pw.json b/advisories/unreviewed/2022/05/GHSA-pp7w-jhfx-v9pw/GHSA-pp7w-jhfx-v9pw.json index 51eca35d9f4..ab54681cbe2 100644 --- a/advisories/unreviewed/2022/05/GHSA-pp7w-jhfx-v9pw/GHSA-pp7w-jhfx-v9pw.json +++ b/advisories/unreviewed/2022/05/GHSA-pp7w-jhfx-v9pw/GHSA-pp7w-jhfx-v9pw.json @@ -7,12 +7,8 @@ "CVE-2020-4891" ], "details": "IBM Spectrum Scale 5.0.0 through 5.0.5.5 and 5.1.0 through 5.1.0.2 uses an inadequate account lockout setting that could allow a local user er to brute force Rest API account credentials. IBM X-Force ID: 190974.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pqcv-hcrf-23q6/GHSA-pqcv-hcrf-23q6.json b/advisories/unreviewed/2022/05/GHSA-pqcv-hcrf-23q6/GHSA-pqcv-hcrf-23q6.json index 5fc522f4db7..692c84b5d49 100644 --- a/advisories/unreviewed/2022/05/GHSA-pqcv-hcrf-23q6/GHSA-pqcv-hcrf-23q6.json +++ b/advisories/unreviewed/2022/05/GHSA-pqcv-hcrf-23q6/GHSA-pqcv-hcrf-23q6.json @@ -7,12 +7,8 @@ "CVE-2021-28007" ], "details": "Web Based Quiz System 1.0 is affected by cross-site scripting (XSS) in register.php through the name parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pqr6-x3hm-vw74/GHSA-pqr6-x3hm-vw74.json b/advisories/unreviewed/2022/05/GHSA-pqr6-x3hm-vw74/GHSA-pqr6-x3hm-vw74.json index 7d3f104eba1..b66fa25b36c 100644 --- a/advisories/unreviewed/2022/05/GHSA-pqr6-x3hm-vw74/GHSA-pqr6-x3hm-vw74.json +++ b/advisories/unreviewed/2022/05/GHSA-pqr6-x3hm-vw74/GHSA-pqr6-x3hm-vw74.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pwgf-2vfp-fh6c/GHSA-pwgf-2vfp-fh6c.json b/advisories/unreviewed/2022/05/GHSA-pwgf-2vfp-fh6c/GHSA-pwgf-2vfp-fh6c.json index 9d8a4250827..69957d0350a 100644 --- a/advisories/unreviewed/2022/05/GHSA-pwgf-2vfp-fh6c/GHSA-pwgf-2vfp-fh6c.json +++ b/advisories/unreviewed/2022/05/GHSA-pwgf-2vfp-fh6c/GHSA-pwgf-2vfp-fh6c.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-pww3-vwvw-q638/GHSA-pww3-vwvw-q638.json b/advisories/unreviewed/2022/05/GHSA-pww3-vwvw-q638/GHSA-pww3-vwvw-q638.json index 4be1172a0b7..9404cb2a6f8 100644 --- a/advisories/unreviewed/2022/05/GHSA-pww3-vwvw-q638/GHSA-pww3-vwvw-q638.json +++ b/advisories/unreviewed/2022/05/GHSA-pww3-vwvw-q638/GHSA-pww3-vwvw-q638.json @@ -7,12 +7,8 @@ "CVE-2021-20664" ], "details": "Cross-site scripting vulnerability in in Asset registration screen of Movable Type 7 r.4705 and earlier (Movable Type 7 Series), Movable Type Advanced 7 r.4705 and earlier (Movable Type Advanced 7 Series), Movable Type 6.7.5 and earlier (Movable Type 6.7 Series), Movable Type Premium 1.39 and earlier, and Movable Type Premium Advanced 1.39 and earlier allows remote attackers to inject an arbitrary script via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-px89-3629-p2hp/GHSA-px89-3629-p2hp.json b/advisories/unreviewed/2022/05/GHSA-px89-3629-p2hp/GHSA-px89-3629-p2hp.json index fef21efcbe3..5c820f775fa 100644 --- a/advisories/unreviewed/2022/05/GHSA-px89-3629-p2hp/GHSA-px89-3629-p2hp.json +++ b/advisories/unreviewed/2022/05/GHSA-px89-3629-p2hp/GHSA-px89-3629-p2hp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q39p-3jrw-5c8j/GHSA-q39p-3jrw-5c8j.json b/advisories/unreviewed/2022/05/GHSA-q39p-3jrw-5c8j/GHSA-q39p-3jrw-5c8j.json index 600716a1f32..7fa6d0b9455 100644 --- a/advisories/unreviewed/2022/05/GHSA-q39p-3jrw-5c8j/GHSA-q39p-3jrw-5c8j.json +++ b/advisories/unreviewed/2022/05/GHSA-q39p-3jrw-5c8j/GHSA-q39p-3jrw-5c8j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q4pw-cw84-2mfm/GHSA-q4pw-cw84-2mfm.json b/advisories/unreviewed/2022/05/GHSA-q4pw-cw84-2mfm/GHSA-q4pw-cw84-2mfm.json index 97aed476445..d6e39fe2fb2 100644 --- a/advisories/unreviewed/2022/05/GHSA-q4pw-cw84-2mfm/GHSA-q4pw-cw84-2mfm.json +++ b/advisories/unreviewed/2022/05/GHSA-q4pw-cw84-2mfm/GHSA-q4pw-cw84-2mfm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q4rq-hc56-f8p6/GHSA-q4rq-hc56-f8p6.json b/advisories/unreviewed/2022/05/GHSA-q4rq-hc56-f8p6/GHSA-q4rq-hc56-f8p6.json index 086581ff6b2..2e37910d36e 100644 --- a/advisories/unreviewed/2022/05/GHSA-q4rq-hc56-f8p6/GHSA-q4rq-hc56-f8p6.json +++ b/advisories/unreviewed/2022/05/GHSA-q4rq-hc56-f8p6/GHSA-q4rq-hc56-f8p6.json @@ -7,12 +7,8 @@ "CVE-2020-35226" ], "details": "NETGEAR JGS516PE/GS116Ev2 v2.6.0.43 devices allow unauthenticated users to modify the switch DHCP configuration by sending the corresponding write request command.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q57h-78h9-m59j/GHSA-q57h-78h9-m59j.json b/advisories/unreviewed/2022/05/GHSA-q57h-78h9-m59j/GHSA-q57h-78h9-m59j.json index e1dfa53bde3..8886cfac362 100644 --- a/advisories/unreviewed/2022/05/GHSA-q57h-78h9-m59j/GHSA-q57h-78h9-m59j.json +++ b/advisories/unreviewed/2022/05/GHSA-q57h-78h9-m59j/GHSA-q57h-78h9-m59j.json @@ -7,12 +7,8 @@ "CVE-2021-27257" ], "details": "This vulnerability allows network-adjacent attackers to compromise the integrity of downloaded information on affected installations of NETGEAR R7800 firmware version 1.0.2.76. Authentication is not required to exploit this vulnerability. The specific flaw exists within the downloading of files via FTP. The issue results from the lack of proper validation of the certificate presented by the server. An attacker can leverage this in conjunction with other vulnerabilities to execute arbitrary code in the context of root. Was ZDI-CAN-12362.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q6mp-j6q9-xfgx/GHSA-q6mp-j6q9-xfgx.json b/advisories/unreviewed/2022/05/GHSA-q6mp-j6q9-xfgx/GHSA-q6mp-j6q9-xfgx.json index 800f3751044..b60e7fe3cf0 100644 --- a/advisories/unreviewed/2022/05/GHSA-q6mp-j6q9-xfgx/GHSA-q6mp-j6q9-xfgx.json +++ b/advisories/unreviewed/2022/05/GHSA-q6mp-j6q9-xfgx/GHSA-q6mp-j6q9-xfgx.json @@ -7,12 +7,8 @@ "CVE-2021-27591" ], "details": "When a user opens manipulated Portable Document Format (.PDF) format files received from untrusted sources in SAP 3D Visual Enterprise Viewer version 9, the application crashes and becomes temporarily unavailable to the user until restart of the application.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q6xf-cxm9-x3wg/GHSA-q6xf-cxm9-x3wg.json b/advisories/unreviewed/2022/05/GHSA-q6xf-cxm9-x3wg/GHSA-q6xf-cxm9-x3wg.json index def5bea2668..dba4a1d8a1e 100644 --- a/advisories/unreviewed/2022/05/GHSA-q6xf-cxm9-x3wg/GHSA-q6xf-cxm9-x3wg.json +++ b/advisories/unreviewed/2022/05/GHSA-q6xf-cxm9-x3wg/GHSA-q6xf-cxm9-x3wg.json @@ -7,12 +7,8 @@ "CVE-2021-20336" ], "details": "IBM Tivoli Netcool/OMNIbus_GUI 8.1.0 is vulnerable to stored 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.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q7pv-fjh6-6xq6/GHSA-q7pv-fjh6-6xq6.json b/advisories/unreviewed/2022/05/GHSA-q7pv-fjh6-6xq6/GHSA-q7pv-fjh6-6xq6.json index 19caef5b3a0..d498bc0bcfc 100644 --- a/advisories/unreviewed/2022/05/GHSA-q7pv-fjh6-6xq6/GHSA-q7pv-fjh6-6xq6.json +++ b/advisories/unreviewed/2022/05/GHSA-q7pv-fjh6-6xq6/GHSA-q7pv-fjh6-6xq6.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-q8mx-xwmw-vpgj/GHSA-q8mx-xwmw-vpgj.json b/advisories/unreviewed/2022/05/GHSA-q8mx-xwmw-vpgj/GHSA-q8mx-xwmw-vpgj.json index ec9af41eb22..8bfc50a26f8 100644 --- a/advisories/unreviewed/2022/05/GHSA-q8mx-xwmw-vpgj/GHSA-q8mx-xwmw-vpgj.json +++ b/advisories/unreviewed/2022/05/GHSA-q8mx-xwmw-vpgj/GHSA-q8mx-xwmw-vpgj.json @@ -7,12 +7,8 @@ "CVE-2021-22710" ], "details": "A CWE-119:Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability exists in Interactive Graphical SCADA System (IGSS) Definition (Def.exe) V15.0.0.21041 and prior, which could cause remote code execution when malicious CGF (Configuration Group File) file is imported to IGSS Definition.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qc22-6662-58rj/GHSA-qc22-6662-58rj.json b/advisories/unreviewed/2022/05/GHSA-qc22-6662-58rj/GHSA-qc22-6662-58rj.json index 3bb4024ab95..fbb204e969c 100644 --- a/advisories/unreviewed/2022/05/GHSA-qc22-6662-58rj/GHSA-qc22-6662-58rj.json +++ b/advisories/unreviewed/2022/05/GHSA-qc22-6662-58rj/GHSA-qc22-6662-58rj.json @@ -7,12 +7,8 @@ "CVE-2021-41320" ], "details": "A technical user has hardcoded credentials in Wallstreet Suite TRM 7.4.83 (64-bit edition) with higher privilege than the average authenticated user.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qc96-38mv-g6cc/GHSA-qc96-38mv-g6cc.json b/advisories/unreviewed/2022/05/GHSA-qc96-38mv-g6cc/GHSA-qc96-38mv-g6cc.json index a5d66d5df83..96eedce893e 100644 --- a/advisories/unreviewed/2022/05/GHSA-qc96-38mv-g6cc/GHSA-qc96-38mv-g6cc.json +++ b/advisories/unreviewed/2022/05/GHSA-qc96-38mv-g6cc/GHSA-qc96-38mv-g6cc.json @@ -7,12 +7,8 @@ "CVE-2021-21085" ], "details": "Adobe Connect version 11.0.7 (and earlier) is affected by an Input Validation vulnerability in the export feature. An attacker could exploit this vulnerability by injecting a payload into the registration form and achieve arbitrary code execution in the context of the admin account.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qcg4-w26w-fjv8/GHSA-qcg4-w26w-fjv8.json b/advisories/unreviewed/2022/05/GHSA-qcg4-w26w-fjv8/GHSA-qcg4-w26w-fjv8.json index 568b1a16ef0..539ec13effd 100644 --- a/advisories/unreviewed/2022/05/GHSA-qcg4-w26w-fjv8/GHSA-qcg4-w26w-fjv8.json +++ b/advisories/unreviewed/2022/05/GHSA-qcg4-w26w-fjv8/GHSA-qcg4-w26w-fjv8.json @@ -7,12 +7,8 @@ "CVE-2019-1226" ], "details": "A remote code execution vulnerability exists in Remote Desktop Services – formerly known as Terminal Services – when an unauthenticated attacker connects to the target system using RDP and sends specially crafted requests, aka 'Remote Desktop Services? Remote Code Execution Vulnerability'. This CVE ID is unique from CVE-2019-1181, CVE-2019-1182, CVE-2019-1222.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qfqr-mxw4-q8j5/GHSA-qfqr-mxw4-q8j5.json b/advisories/unreviewed/2022/05/GHSA-qfqr-mxw4-q8j5/GHSA-qfqr-mxw4-q8j5.json index 9fc08908b3b..e56e1e6f5a5 100644 --- a/advisories/unreviewed/2022/05/GHSA-qfqr-mxw4-q8j5/GHSA-qfqr-mxw4-q8j5.json +++ b/advisories/unreviewed/2022/05/GHSA-qfqr-mxw4-q8j5/GHSA-qfqr-mxw4-q8j5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qfrh-wxjj-4q4p/GHSA-qfrh-wxjj-4q4p.json b/advisories/unreviewed/2022/05/GHSA-qfrh-wxjj-4q4p/GHSA-qfrh-wxjj-4q4p.json index b2143b82aa0..c97f24ecdf4 100644 --- a/advisories/unreviewed/2022/05/GHSA-qfrh-wxjj-4q4p/GHSA-qfrh-wxjj-4q4p.json +++ b/advisories/unreviewed/2022/05/GHSA-qfrh-wxjj-4q4p/GHSA-qfrh-wxjj-4q4p.json @@ -7,12 +7,8 @@ "CVE-2021-21187" ], "details": "Insufficient data validation in URL formatting in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to perform domain spoofing via IDN homographs via a crafted domain name.", - "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-qh7p-rxx9-vwx2/GHSA-qh7p-rxx9-vwx2.json b/advisories/unreviewed/2022/05/GHSA-qh7p-rxx9-vwx2/GHSA-qh7p-rxx9-vwx2.json index 921b045fc4c..cac1466e0ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-qh7p-rxx9-vwx2/GHSA-qh7p-rxx9-vwx2.json +++ b/advisories/unreviewed/2022/05/GHSA-qh7p-rxx9-vwx2/GHSA-qh7p-rxx9-vwx2.json @@ -7,12 +7,8 @@ "CVE-2021-27364" ], "details": "An issue was discovered in the Linux kernel through 5.11.3. drivers/scsi/scsi_transport_iscsi.c is adversely affected by the ability of an unprivileged user to craft Netlink messages.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qj56-qx26-7qr8/GHSA-qj56-qx26-7qr8.json b/advisories/unreviewed/2022/05/GHSA-qj56-qx26-7qr8/GHSA-qj56-qx26-7qr8.json index 2134262d9bd..5d0636de670 100644 --- a/advisories/unreviewed/2022/05/GHSA-qj56-qx26-7qr8/GHSA-qj56-qx26-7qr8.json +++ b/advisories/unreviewed/2022/05/GHSA-qj56-qx26-7qr8/GHSA-qj56-qx26-7qr8.json @@ -7,12 +7,8 @@ "CVE-2021-28133" ], "details": "Zoom through 5.5.4 sometimes allows attackers to read private information on a participant's screen, even though the participant never attempted to share the private part of their screen. When a user shares a specific application window via the Share Screen functionality, other meeting participants can briefly see contents of other application windows that were explicitly not shared. The contents of these other windows can (for instance) be seen for a short period of time when they overlay the shared window and get into focus. (An attacker can, of course, use a separate screen-recorder application, unsupported by Zoom, to save all such contents for later replays and analysis.) Depending on the unintentionally shared data, this short exposure of screen contents may be a more or less severe security issue.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qjgx-x6g2-mq8x/GHSA-qjgx-x6g2-mq8x.json b/advisories/unreviewed/2022/05/GHSA-qjgx-x6g2-mq8x/GHSA-qjgx-x6g2-mq8x.json index 3ef9db29c9d..3375886fee1 100644 --- a/advisories/unreviewed/2022/05/GHSA-qjgx-x6g2-mq8x/GHSA-qjgx-x6g2-mq8x.json +++ b/advisories/unreviewed/2022/05/GHSA-qjgx-x6g2-mq8x/GHSA-qjgx-x6g2-mq8x.json @@ -7,12 +7,8 @@ "CVE-2020-4903" ], "details": "IBM API Connect V10 and V2018 could allow an attacker who has intercepted a registration invitation link to impersonate the registered user or obtain sensitive information. IBM X-Force ID: 191105.", - "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-qm7m-g6p5-jmmr/GHSA-qm7m-g6p5-jmmr.json b/advisories/unreviewed/2022/05/GHSA-qm7m-g6p5-jmmr/GHSA-qm7m-g6p5-jmmr.json index 728019dc568..b1b7a2aa2e9 100644 --- a/advisories/unreviewed/2022/05/GHSA-qm7m-g6p5-jmmr/GHSA-qm7m-g6p5-jmmr.json +++ b/advisories/unreviewed/2022/05/GHSA-qm7m-g6p5-jmmr/GHSA-qm7m-g6p5-jmmr.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-qq36-2m78-ghvj/GHSA-qq36-2m78-ghvj.json b/advisories/unreviewed/2022/05/GHSA-qq36-2m78-ghvj/GHSA-qq36-2m78-ghvj.json index 845c0db4d3c..d299a654dd3 100644 --- a/advisories/unreviewed/2022/05/GHSA-qq36-2m78-ghvj/GHSA-qq36-2m78-ghvj.json +++ b/advisories/unreviewed/2022/05/GHSA-qq36-2m78-ghvj/GHSA-qq36-2m78-ghvj.json @@ -7,12 +7,8 @@ "CVE-2021-21484" ], "details": "LDAP authentication in SAP HANA Database version 2.0 can be bypassed if the attached LDAP directory server is configured to enable unauthenticated bind.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qqrr-hr4w-72g2/GHSA-qqrr-hr4w-72g2.json b/advisories/unreviewed/2022/05/GHSA-qqrr-hr4w-72g2/GHSA-qqrr-hr4w-72g2.json index 036d8353048..300161c3e15 100644 --- a/advisories/unreviewed/2022/05/GHSA-qqrr-hr4w-72g2/GHSA-qqrr-hr4w-72g2.json +++ b/advisories/unreviewed/2022/05/GHSA-qqrr-hr4w-72g2/GHSA-qqrr-hr4w-72g2.json @@ -7,12 +7,8 @@ "CVE-2021-21487" ], "details": "SAP Payment Engine version 500, does not perform necessary authorization checks for an authenticated user, resulting in escalation of privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qrj7-px96-x7pw/GHSA-qrj7-px96-x7pw.json b/advisories/unreviewed/2022/05/GHSA-qrj7-px96-x7pw/GHSA-qrj7-px96-x7pw.json index a9787e397f8..213193e800d 100644 --- a/advisories/unreviewed/2022/05/GHSA-qrj7-px96-x7pw/GHSA-qrj7-px96-x7pw.json +++ b/advisories/unreviewed/2022/05/GHSA-qrj7-px96-x7pw/GHSA-qrj7-px96-x7pw.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/2022/05/GHSA-qvf2-39c6-g8rr/GHSA-qvf2-39c6-g8rr.json b/advisories/unreviewed/2022/05/GHSA-qvf2-39c6-g8rr/GHSA-qvf2-39c6-g8rr.json index a0587bb56de..3aa07646277 100644 --- a/advisories/unreviewed/2022/05/GHSA-qvf2-39c6-g8rr/GHSA-qvf2-39c6-g8rr.json +++ b/advisories/unreviewed/2022/05/GHSA-qvf2-39c6-g8rr/GHSA-qvf2-39c6-g8rr.json @@ -7,12 +7,8 @@ "CVE-2019-1222" ], "details": "A remote code execution vulnerability exists in Remote Desktop Services – formerly known as Terminal Services – when an unauthenticated attacker connects to the target system using RDP and sends specially crafted requests, aka 'Remote Desktop Services? Remote Code Execution Vulnerability'. This CVE ID is unique from CVE-2019-1181, CVE-2019-1182, CVE-2019-1226.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qvgr-hm67-5cgf/GHSA-qvgr-hm67-5cgf.json b/advisories/unreviewed/2022/05/GHSA-qvgr-hm67-5cgf/GHSA-qvgr-hm67-5cgf.json index 59ac221b405..1dada2a8462 100644 --- a/advisories/unreviewed/2022/05/GHSA-qvgr-hm67-5cgf/GHSA-qvgr-hm67-5cgf.json +++ b/advisories/unreviewed/2022/05/GHSA-qvgr-hm67-5cgf/GHSA-qvgr-hm67-5cgf.json @@ -7,12 +7,8 @@ "CVE-2021-21073" ], "details": "Adobe Animate version 21.0.3 (and earlier) is affected by an Out-of-bounds Read vulnerability. An unauthenticated attacker could leverage this vulnerability to disclose sensitive information in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qw4c-4mx7-r5px/GHSA-qw4c-4mx7-r5px.json b/advisories/unreviewed/2022/05/GHSA-qw4c-4mx7-r5px/GHSA-qw4c-4mx7-r5px.json index a4232e29974..2476f4d95a1 100644 --- a/advisories/unreviewed/2022/05/GHSA-qw4c-4mx7-r5px/GHSA-qw4c-4mx7-r5px.json +++ b/advisories/unreviewed/2022/05/GHSA-qw4c-4mx7-r5px/GHSA-qw4c-4mx7-r5px.json @@ -7,12 +7,8 @@ "CVE-2021-21067" ], "details": "Adobe Photoshop versions 21.2.5 (and earlier) and 22.2 (and earlier) are affected by an Out-of-bounds Write vulnerability in the CoolType library. An unauthenticated attacker could leverage this vulnerability to achieve arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qwp9-8pwv-6hg4/GHSA-qwp9-8pwv-6hg4.json b/advisories/unreviewed/2022/05/GHSA-qwp9-8pwv-6hg4/GHSA-qwp9-8pwv-6hg4.json index 65a948f31b1..39a608122a0 100644 --- a/advisories/unreviewed/2022/05/GHSA-qwp9-8pwv-6hg4/GHSA-qwp9-8pwv-6hg4.json +++ b/advisories/unreviewed/2022/05/GHSA-qwp9-8pwv-6hg4/GHSA-qwp9-8pwv-6hg4.json @@ -7,12 +7,8 @@ "CVE-2021-27365" ], "details": "An issue was discovered in the Linux kernel through 5.11.3. Certain iSCSI data structures do not have appropriate length constraints or checks, and can exceed the PAGE_SIZE value. An unprivileged user can send a Netlink message that is associated with iSCSI, and has a length up to the maximum length of a Netlink message.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qxg5-9hcj-qp59/GHSA-qxg5-9hcj-qp59.json b/advisories/unreviewed/2022/05/GHSA-qxg5-9hcj-qp59/GHSA-qxg5-9hcj-qp59.json index 754ba25413f..7ff25740cb1 100644 --- a/advisories/unreviewed/2022/05/GHSA-qxg5-9hcj-qp59/GHSA-qxg5-9hcj-qp59.json +++ b/advisories/unreviewed/2022/05/GHSA-qxg5-9hcj-qp59/GHSA-qxg5-9hcj-qp59.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r2mx-xcx6-jpc7/GHSA-r2mx-xcx6-jpc7.json b/advisories/unreviewed/2022/05/GHSA-r2mx-xcx6-jpc7/GHSA-r2mx-xcx6-jpc7.json index fe413c470b0..5f6c72eab34 100644 --- a/advisories/unreviewed/2022/05/GHSA-r2mx-xcx6-jpc7/GHSA-r2mx-xcx6-jpc7.json +++ b/advisories/unreviewed/2022/05/GHSA-r2mx-xcx6-jpc7/GHSA-r2mx-xcx6-jpc7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r3hw-f2q3-5jgc/GHSA-r3hw-f2q3-5jgc.json b/advisories/unreviewed/2022/05/GHSA-r3hw-f2q3-5jgc/GHSA-r3hw-f2q3-5jgc.json index 109cd244239..052117132e4 100644 --- a/advisories/unreviewed/2022/05/GHSA-r3hw-f2q3-5jgc/GHSA-r3hw-f2q3-5jgc.json +++ b/advisories/unreviewed/2022/05/GHSA-r3hw-f2q3-5jgc/GHSA-r3hw-f2q3-5jgc.json @@ -7,12 +7,8 @@ "CVE-2021-27590" ], "details": "When a user opens manipulated Tag Image File Format (.TIFF) format files received from untrusted sources in SAP 3D Visual Enterprise Viewer version 9, the application crashes and becomes temporarily unavailable to the user until restart of the application.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-r3vq-3892-g6rc/GHSA-r3vq-3892-g6rc.json b/advisories/unreviewed/2022/05/GHSA-r3vq-3892-g6rc/GHSA-r3vq-3892-g6rc.json index 81cc1453ddb..911fdaf5d74 100644 --- a/advisories/unreviewed/2022/05/GHSA-r3vq-3892-g6rc/GHSA-r3vq-3892-g6rc.json +++ b/advisories/unreviewed/2022/05/GHSA-r3vq-3892-g6rc/GHSA-r3vq-3892-g6rc.json @@ -7,12 +7,8 @@ "CVE-2021-22714" ], "details": "A CWE-119:Improper restriction of operations within the bounds of a memory buffer vulnerability exists in PowerLogic ION7400, PM8000 and ION9000 (All versions prior to V3.0.0), which could cause the meter to reboot or allow for remote code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r4rf-vx7w-8692/GHSA-r4rf-vx7w-8692.json b/advisories/unreviewed/2022/05/GHSA-r4rf-vx7w-8692/GHSA-r4rf-vx7w-8692.json index ef69d72ba2e..36a9b9bd5a3 100644 --- a/advisories/unreviewed/2022/05/GHSA-r4rf-vx7w-8692/GHSA-r4rf-vx7w-8692.json +++ b/advisories/unreviewed/2022/05/GHSA-r4rf-vx7w-8692/GHSA-r4rf-vx7w-8692.json @@ -7,12 +7,8 @@ "CVE-2021-20286" ], "details": "A flaw was found in libnbd 1.7.3. An assertion failure in nbd_unlocked_opt_go in ilb/opt.c may lead to denial of service.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r73w-7cph-wwm7/GHSA-r73w-7cph-wwm7.json b/advisories/unreviewed/2022/05/GHSA-r73w-7cph-wwm7/GHSA-r73w-7cph-wwm7.json index 0cd4e63c613..209996a03a4 100644 --- a/advisories/unreviewed/2022/05/GHSA-r73w-7cph-wwm7/GHSA-r73w-7cph-wwm7.json +++ b/advisories/unreviewed/2022/05/GHSA-r73w-7cph-wwm7/GHSA-r73w-7cph-wwm7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r79g-qpgg-cqg5/GHSA-r79g-qpgg-cqg5.json b/advisories/unreviewed/2022/05/GHSA-r79g-qpgg-cqg5/GHSA-r79g-qpgg-cqg5.json index 829cba0b807..f970a730167 100644 --- a/advisories/unreviewed/2022/05/GHSA-r79g-qpgg-cqg5/GHSA-r79g-qpgg-cqg5.json +++ b/advisories/unreviewed/2022/05/GHSA-r79g-qpgg-cqg5/GHSA-r79g-qpgg-cqg5.json @@ -7,12 +7,8 @@ "CVE-2021-24136" ], "details": "Unvalidated input and lack of output encoding in the Testimonials Widget WordPress plugin, versions before 4.0.0, lead to multiple Cross-Site Scripting vulnerabilities, allowing remote attackers to inject arbitrary JavaScript code or HTML via the below parameters: - Author - Job Title - Location - Company - Email - URL", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r79p-j9j2-jx69/GHSA-r79p-j9j2-jx69.json b/advisories/unreviewed/2022/05/GHSA-r79p-j9j2-jx69/GHSA-r79p-j9j2-jx69.json index 41d14637866..8011cc932f0 100644 --- a/advisories/unreviewed/2022/05/GHSA-r79p-j9j2-jx69/GHSA-r79p-j9j2-jx69.json +++ b/advisories/unreviewed/2022/05/GHSA-r79p-j9j2-jx69/GHSA-r79p-j9j2-jx69.json @@ -7,12 +7,8 @@ "CVE-2021-26234" ], "details": "FastStone Image Viewer <= 7.5 is affected by a user mode write access violation at 0x00402d8a, triggered when a user opens or views a malformed CUR file that is mishandled by FSViewer.exe. Attackers could exploit this issue for a Denial of Service (DoS) or possibly to achieve code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r946-fc9r-8pvj/GHSA-r946-fc9r-8pvj.json b/advisories/unreviewed/2022/05/GHSA-r946-fc9r-8pvj/GHSA-r946-fc9r-8pvj.json index 1386d5c6030..4e84d81caef 100644 --- a/advisories/unreviewed/2022/05/GHSA-r946-fc9r-8pvj/GHSA-r946-fc9r-8pvj.json +++ b/advisories/unreviewed/2022/05/GHSA-r946-fc9r-8pvj/GHSA-r946-fc9r-8pvj.json @@ -7,12 +7,8 @@ "CVE-2021-0371" ], "details": "In nci_proc_rf_management_ntf of nci_hrcv.cc, there is a possible out of bounds read due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11Android ID: A-164440989", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r9rg-jcm6-hhww/GHSA-r9rg-jcm6-hhww.json b/advisories/unreviewed/2022/05/GHSA-r9rg-jcm6-hhww/GHSA-r9rg-jcm6-hhww.json index 79949c5c0fb..d1bb728617f 100644 --- a/advisories/unreviewed/2022/05/GHSA-r9rg-jcm6-hhww/GHSA-r9rg-jcm6-hhww.json +++ b/advisories/unreviewed/2022/05/GHSA-r9rg-jcm6-hhww/GHSA-r9rg-jcm6-hhww.json @@ -7,12 +7,8 @@ "CVE-2021-26233" ], "details": "FastStone Image Viewer <= 7.5 is affected by a user mode write access violation near NULL at 0x005bdfcb, triggered when a user opens or views a malformed CUR file that is mishandled by FSViewer.exe. Attackers could exploit this issue for a Denial of Service (DoS) or possibly to achieve code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rcj7-ch72-qrq3/GHSA-rcj7-ch72-qrq3.json b/advisories/unreviewed/2022/05/GHSA-rcj7-ch72-qrq3/GHSA-rcj7-ch72-qrq3.json index 78cec60ea52..3565d87878c 100644 --- a/advisories/unreviewed/2022/05/GHSA-rcj7-ch72-qrq3/GHSA-rcj7-ch72-qrq3.json +++ b/advisories/unreviewed/2022/05/GHSA-rcj7-ch72-qrq3/GHSA-rcj7-ch72-qrq3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rf7h-w3mq-vjqq/GHSA-rf7h-w3mq-vjqq.json b/advisories/unreviewed/2022/05/GHSA-rf7h-w3mq-vjqq/GHSA-rf7h-w3mq-vjqq.json index ff55d99bc41..0dc0c7f7dec 100644 --- a/advisories/unreviewed/2022/05/GHSA-rf7h-w3mq-vjqq/GHSA-rf7h-w3mq-vjqq.json +++ b/advisories/unreviewed/2022/05/GHSA-rf7h-w3mq-vjqq/GHSA-rf7h-w3mq-vjqq.json @@ -7,12 +7,8 @@ "CVE-2021-27965" ], "details": "The MsIo64.sys driver before 1.1.19.1016 in MSI Dragon Center before 2.0.98.0 has a buffer overflow that allows privilege escalation via a crafted 0x80102040, 0x80102044, 0x80102050, or 0x80102054 IOCTL request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rfpq-vm43-jgcv/GHSA-rfpq-vm43-jgcv.json b/advisories/unreviewed/2022/05/GHSA-rfpq-vm43-jgcv/GHSA-rfpq-vm43-jgcv.json index b38f66bfbb7..be8dd90f7ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-rfpq-vm43-jgcv/GHSA-rfpq-vm43-jgcv.json +++ b/advisories/unreviewed/2022/05/GHSA-rfpq-vm43-jgcv/GHSA-rfpq-vm43-jgcv.json @@ -7,12 +7,8 @@ "CVE-2020-8357" ], "details": "A denial of service vulnerability was reported in Lenovo PCManager, prior to version 3.0.200.2042, that could allow configuration files to be written to non-standard locations.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rfxj-hq8g-hc57/GHSA-rfxj-hq8g-hc57.json b/advisories/unreviewed/2022/05/GHSA-rfxj-hq8g-hc57/GHSA-rfxj-hq8g-hc57.json index e7fb29c220b..5ee13dd3462 100644 --- a/advisories/unreviewed/2022/05/GHSA-rfxj-hq8g-hc57/GHSA-rfxj-hq8g-hc57.json +++ b/advisories/unreviewed/2022/05/GHSA-rfxj-hq8g-hc57/GHSA-rfxj-hq8g-hc57.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rg77-9f4c-3658/GHSA-rg77-9f4c-3658.json b/advisories/unreviewed/2022/05/GHSA-rg77-9f4c-3658/GHSA-rg77-9f4c-3658.json index 604a4015ec7..875ad2e499b 100644 --- a/advisories/unreviewed/2022/05/GHSA-rg77-9f4c-3658/GHSA-rg77-9f4c-3658.json +++ b/advisories/unreviewed/2022/05/GHSA-rg77-9f4c-3658/GHSA-rg77-9f4c-3658.json @@ -7,12 +7,8 @@ "CVE-2021-26235" ], "details": "FastStone Image Viewer <= 7.5 is affected by a user mode write access violation near NULL at 0x005bdfc9, triggered when a user opens or views a malformed CUR file that is mishandled by FSViewer.exe. Attackers could exploit this issue for a Denial of Service (DoS) or possibly to achieve code execution.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rgpm-6p39-f6wx/GHSA-rgpm-6p39-f6wx.json b/advisories/unreviewed/2022/05/GHSA-rgpm-6p39-f6wx/GHSA-rgpm-6p39-f6wx.json index bc0957ba719..6bc2efcbec4 100644 --- a/advisories/unreviewed/2022/05/GHSA-rgpm-6p39-f6wx/GHSA-rgpm-6p39-f6wx.json +++ b/advisories/unreviewed/2022/05/GHSA-rgpm-6p39-f6wx/GHSA-rgpm-6p39-f6wx.json @@ -7,12 +7,8 @@ "CVE-2020-36280" ], "details": "Leptonica before 1.80.0 allows a heap-based buffer over-read in pixReadFromTiffStream, related to tiffio.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rgww-m6rm-gm57/GHSA-rgww-m6rm-gm57.json b/advisories/unreviewed/2022/05/GHSA-rgww-m6rm-gm57/GHSA-rgww-m6rm-gm57.json index cbfa03d8067..41a204507fb 100644 --- a/advisories/unreviewed/2022/05/GHSA-rgww-m6rm-gm57/GHSA-rgww-m6rm-gm57.json +++ b/advisories/unreviewed/2022/05/GHSA-rgww-m6rm-gm57/GHSA-rgww-m6rm-gm57.json @@ -7,12 +7,8 @@ "CVE-2020-35225" ], "details": "The NSDP protocol implementation on NETGEAR JGS516PE/GS116Ev2 v2.6.0.43 devices was not properly validating the length of string parameters sent in write requests, potentially allowing denial of service attacks.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rh34-6rgm-2g3c/GHSA-rh34-6rgm-2g3c.json b/advisories/unreviewed/2022/05/GHSA-rh34-6rgm-2g3c/GHSA-rh34-6rgm-2g3c.json index 1e0625f6eb9..1110578bdd6 100644 --- a/advisories/unreviewed/2022/05/GHSA-rh34-6rgm-2g3c/GHSA-rh34-6rgm-2g3c.json +++ b/advisories/unreviewed/2022/05/GHSA-rh34-6rgm-2g3c/GHSA-rh34-6rgm-2g3c.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-rh36-49q6-fm2j/GHSA-rh36-49q6-fm2j.json b/advisories/unreviewed/2022/05/GHSA-rh36-49q6-fm2j/GHSA-rh36-49q6-fm2j.json index 3eae48762bf..089a1eda317 100644 --- a/advisories/unreviewed/2022/05/GHSA-rh36-49q6-fm2j/GHSA-rh36-49q6-fm2j.json +++ b/advisories/unreviewed/2022/05/GHSA-rh36-49q6-fm2j/GHSA-rh36-49q6-fm2j.json @@ -7,12 +7,8 @@ "CVE-2021-1287" ], "details": "A vulnerability in the web-based management interface of Cisco RV132W ADSL2+ Wireless-N VPN Routers and Cisco RV134W VDSL2 Wireless-AC VPN Routers could allow an authenticated, remote attacker to execute arbitrary code on an affected device or cause the device to restart unexpectedly. The vulnerability exists because the web-based management interface does not properly validate user-supplied input. An attacker could exploit this vulnerability by sending crafted HTTP requests to an affected device. A successful exploit could allow the attacker to execute arbitrary code as the root user on the underlying operating system or cause the device to reload, resulting in a denial of service (DoS) condition on the affected device.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rh7x-98m6-6q46/GHSA-rh7x-98m6-6q46.json b/advisories/unreviewed/2022/05/GHSA-rh7x-98m6-6q46/GHSA-rh7x-98m6-6q46.json index 48ab2f3bc01..e69d1a72c1b 100644 --- a/advisories/unreviewed/2022/05/GHSA-rh7x-98m6-6q46/GHSA-rh7x-98m6-6q46.json +++ b/advisories/unreviewed/2022/05/GHSA-rh7x-98m6-6q46/GHSA-rh7x-98m6-6q46.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rj7r-7xgg-2mrc/GHSA-rj7r-7xgg-2mrc.json b/advisories/unreviewed/2022/05/GHSA-rj7r-7xgg-2mrc/GHSA-rj7r-7xgg-2mrc.json index b6cb448f88d..57e135eed28 100644 --- a/advisories/unreviewed/2022/05/GHSA-rj7r-7xgg-2mrc/GHSA-rj7r-7xgg-2mrc.json +++ b/advisories/unreviewed/2022/05/GHSA-rj7r-7xgg-2mrc/GHSA-rj7r-7xgg-2mrc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rj88-vqpv-h5j4/GHSA-rj88-vqpv-h5j4.json b/advisories/unreviewed/2022/05/GHSA-rj88-vqpv-h5j4/GHSA-rj88-vqpv-h5j4.json index 94a29eb447c..1bf1c926a52 100644 --- a/advisories/unreviewed/2022/05/GHSA-rj88-vqpv-h5j4/GHSA-rj88-vqpv-h5j4.json +++ b/advisories/unreviewed/2022/05/GHSA-rj88-vqpv-h5j4/GHSA-rj88-vqpv-h5j4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rp7g-jcrp-vx5f/GHSA-rp7g-jcrp-vx5f.json b/advisories/unreviewed/2022/05/GHSA-rp7g-jcrp-vx5f/GHSA-rp7g-jcrp-vx5f.json index 2145db5576e..a409c6efa93 100644 --- a/advisories/unreviewed/2022/05/GHSA-rp7g-jcrp-vx5f/GHSA-rp7g-jcrp-vx5f.json +++ b/advisories/unreviewed/2022/05/GHSA-rp7g-jcrp-vx5f/GHSA-rp7g-jcrp-vx5f.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-rq4p-fxq5-65xc/GHSA-rq4p-fxq5-65xc.json b/advisories/unreviewed/2022/05/GHSA-rq4p-fxq5-65xc/GHSA-rq4p-fxq5-65xc.json index c55890b1852..fa77f7c1a4e 100644 --- a/advisories/unreviewed/2022/05/GHSA-rq4p-fxq5-65xc/GHSA-rq4p-fxq5-65xc.json +++ b/advisories/unreviewed/2022/05/GHSA-rq4p-fxq5-65xc/GHSA-rq4p-fxq5-65xc.json @@ -7,12 +7,8 @@ "CVE-2021-24030" ], "details": "The fbgames protocol handler registered as part of Facebook Gameroom does not properly quote arguments passed to the executable. That allows a malicious URL to cause code execution. This issue affects versions prior to v1.26.0.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rr45-4xhx-rxc8/GHSA-rr45-4xhx-rxc8.json b/advisories/unreviewed/2022/05/GHSA-rr45-4xhx-rxc8/GHSA-rr45-4xhx-rxc8.json index a34d8bcdec3..86247a2b164 100644 --- a/advisories/unreviewed/2022/05/GHSA-rr45-4xhx-rxc8/GHSA-rr45-4xhx-rxc8.json +++ b/advisories/unreviewed/2022/05/GHSA-rr45-4xhx-rxc8/GHSA-rr45-4xhx-rxc8.json @@ -7,12 +7,8 @@ "CVE-2021-20253" ], "details": "A flaw was found in ansible-tower. The default installation is vulnerable to Job Isolation escape allowing an attacker to elevate the privilege from a low privileged user to the awx user from outside the isolated environment. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rrf8-xx2r-rw7h/GHSA-rrf8-xx2r-rw7h.json b/advisories/unreviewed/2022/05/GHSA-rrf8-xx2r-rw7h/GHSA-rrf8-xx2r-rw7h.json index 2567b4bb2dc..6df20485c40 100644 --- a/advisories/unreviewed/2022/05/GHSA-rrf8-xx2r-rw7h/GHSA-rrf8-xx2r-rw7h.json +++ b/advisories/unreviewed/2022/05/GHSA-rrf8-xx2r-rw7h/GHSA-rrf8-xx2r-rw7h.json @@ -7,12 +7,8 @@ "CVE-2021-20629" ], "details": "Cross-site scripting vulnerability in E-mail of Cybozu Office 10.0.0 to 10.8.4 allows remote attackers to inject an arbitrary script via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rx8h-58fv-g5r5/GHSA-rx8h-58fv-g5r5.json b/advisories/unreviewed/2022/05/GHSA-rx8h-58fv-g5r5/GHSA-rx8h-58fv-g5r5.json index 2f3ab8f4249..a3775271aa8 100644 --- a/advisories/unreviewed/2022/05/GHSA-rx8h-58fv-g5r5/GHSA-rx8h-58fv-g5r5.json +++ b/advisories/unreviewed/2022/05/GHSA-rx8h-58fv-g5r5/GHSA-rx8h-58fv-g5r5.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": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rxf5-p2mw-2f95/GHSA-rxf5-p2mw-2f95.json b/advisories/unreviewed/2022/05/GHSA-rxf5-p2mw-2f95/GHSA-rxf5-p2mw-2f95.json index ae82a938163..e7539a22949 100644 --- a/advisories/unreviewed/2022/05/GHSA-rxf5-p2mw-2f95/GHSA-rxf5-p2mw-2f95.json +++ b/advisories/unreviewed/2022/05/GHSA-rxf5-p2mw-2f95/GHSA-rxf5-p2mw-2f95.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v3gf-q256-843h/GHSA-v3gf-q256-843h.json b/advisories/unreviewed/2022/05/GHSA-v3gf-q256-843h/GHSA-v3gf-q256-843h.json index 793ddf5f3ef..abb97543b97 100644 --- a/advisories/unreviewed/2022/05/GHSA-v3gf-q256-843h/GHSA-v3gf-q256-843h.json +++ b/advisories/unreviewed/2022/05/GHSA-v3gf-q256-843h/GHSA-v3gf-q256-843h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v4m8-qvh3-jm6c/GHSA-v4m8-qvh3-jm6c.json b/advisories/unreviewed/2022/05/GHSA-v4m8-qvh3-jm6c/GHSA-v4m8-qvh3-jm6c.json index bd7162915f6..31cd1bf2545 100644 --- a/advisories/unreviewed/2022/05/GHSA-v4m8-qvh3-jm6c/GHSA-v4m8-qvh3-jm6c.json +++ b/advisories/unreviewed/2022/05/GHSA-v4m8-qvh3-jm6c/GHSA-v4m8-qvh3-jm6c.json @@ -7,12 +7,8 @@ "CVE-2021-26294" ], "details": "An issue was discovered in AfterLogic Aurora through 7.7.9 and WebMail Pro through 7.7.9. They allow directory traversal to read files (such as a data/settings/settings.xml file containing admin panel credentials), as demonstrated by dav/server.php/files/personal/%2e%2e when using the caldav_public_user account (with caldav_public_user as its password).", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v5f5-42hw-59fp/GHSA-v5f5-42hw-59fp.json b/advisories/unreviewed/2022/05/GHSA-v5f5-42hw-59fp/GHSA-v5f5-42hw-59fp.json index 8f56e156a27..0e2396d49a8 100644 --- a/advisories/unreviewed/2022/05/GHSA-v5f5-42hw-59fp/GHSA-v5f5-42hw-59fp.json +++ b/advisories/unreviewed/2022/05/GHSA-v5f5-42hw-59fp/GHSA-v5f5-42hw-59fp.json @@ -7,12 +7,8 @@ "CVE-2021-28134" ], "details": "Clipper before 1.0.5 allows remote command execution. A remote attacker may send a crafted IPC message to the exposed vulnerable ipcRenderer IPC interface, which invokes the dangerous openExternal API.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-v99j-m2v5-3c7x/GHSA-v99j-m2v5-3c7x.json b/advisories/unreviewed/2022/05/GHSA-v99j-m2v5-3c7x/GHSA-v99j-m2v5-3c7x.json index 09dffa08ac7..37dc1820e0b 100644 --- a/advisories/unreviewed/2022/05/GHSA-v99j-m2v5-3c7x/GHSA-v99j-m2v5-3c7x.json +++ b/advisories/unreviewed/2022/05/GHSA-v99j-m2v5-3c7x/GHSA-v99j-m2v5-3c7x.json @@ -7,12 +7,8 @@ "CVE-2020-24877" ], "details": "A SQL injection vulnerability in zzzphp v1.8.0 through /form/index.php?module=getjson may lead to a possible access restriction bypass.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vfr2-mjp4-m9m3/GHSA-vfr2-mjp4-m9m3.json b/advisories/unreviewed/2022/05/GHSA-vfr2-mjp4-m9m3/GHSA-vfr2-mjp4-m9m3.json index 06789e3efe1..a6dd8307617 100644 --- a/advisories/unreviewed/2022/05/GHSA-vfr2-mjp4-m9m3/GHSA-vfr2-mjp4-m9m3.json +++ b/advisories/unreviewed/2022/05/GHSA-vfr2-mjp4-m9m3/GHSA-vfr2-mjp4-m9m3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vfrf-7w5v-x2gx/GHSA-vfrf-7w5v-x2gx.json b/advisories/unreviewed/2022/05/GHSA-vfrf-7w5v-x2gx/GHSA-vfrf-7w5v-x2gx.json index 0c2d599fc4b..d2d9001b9dc 100644 --- a/advisories/unreviewed/2022/05/GHSA-vfrf-7w5v-x2gx/GHSA-vfrf-7w5v-x2gx.json +++ b/advisories/unreviewed/2022/05/GHSA-vfrf-7w5v-x2gx/GHSA-vfrf-7w5v-x2gx.json @@ -7,12 +7,8 @@ "CVE-2021-25348" ], "details": "Improper permission grant check in Samsung Internet prior to version 13.0.1.60 allows access to files in internal storage without authorized STORAGE permission.", - "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-vgh8-j259-m77w/GHSA-vgh8-j259-m77w.json b/advisories/unreviewed/2022/05/GHSA-vgh8-j259-m77w/GHSA-vgh8-j259-m77w.json index 175611b878e..ded799616d0 100644 --- a/advisories/unreviewed/2022/05/GHSA-vgh8-j259-m77w/GHSA-vgh8-j259-m77w.json +++ b/advisories/unreviewed/2022/05/GHSA-vgh8-j259-m77w/GHSA-vgh8-j259-m77w.json @@ -7,12 +7,8 @@ "CVE-2020-23967" ], "details": "Dr.Web Security Space versions 11 and 12 allow elevation of privilege for local users without administrative privileges to NT AUTHORITY\\SYSTEM due to insufficient control during autoupdate.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vh54-r2r8-v2g2/GHSA-vh54-r2r8-v2g2.json b/advisories/unreviewed/2022/05/GHSA-vh54-r2r8-v2g2/GHSA-vh54-r2r8-v2g2.json index f4ec7ef7a8b..a6d5fdcc85f 100644 --- a/advisories/unreviewed/2022/05/GHSA-vh54-r2r8-v2g2/GHSA-vh54-r2r8-v2g2.json +++ b/advisories/unreviewed/2022/05/GHSA-vh54-r2r8-v2g2/GHSA-vh54-r2r8-v2g2.json @@ -7,12 +7,8 @@ "CVE-2020-13924" ], "details": "In Apache Ambari versions 2.6.2.2 and earlier, malicious users can construct file names for directory traversal and traverse to other directories to download files.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vhc2-j742-m23q/GHSA-vhc2-j742-m23q.json b/advisories/unreviewed/2022/05/GHSA-vhc2-j742-m23q/GHSA-vhc2-j742-m23q.json index 21e144831fb..a38b4f44e18 100644 --- a/advisories/unreviewed/2022/05/GHSA-vhc2-j742-m23q/GHSA-vhc2-j742-m23q.json +++ b/advisories/unreviewed/2022/05/GHSA-vhc2-j742-m23q/GHSA-vhc2-j742-m23q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vjhp-5mhp-c63g/GHSA-vjhp-5mhp-c63g.json b/advisories/unreviewed/2022/05/GHSA-vjhp-5mhp-c63g/GHSA-vjhp-5mhp-c63g.json index f4b14030b43..26b263265b8 100644 --- a/advisories/unreviewed/2022/05/GHSA-vjhp-5mhp-c63g/GHSA-vjhp-5mhp-c63g.json +++ b/advisories/unreviewed/2022/05/GHSA-vjhp-5mhp-c63g/GHSA-vjhp-5mhp-c63g.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/2022/05/GHSA-vjjj-cvhp-gg8p/GHSA-vjjj-cvhp-gg8p.json b/advisories/unreviewed/2022/05/GHSA-vjjj-cvhp-gg8p/GHSA-vjjj-cvhp-gg8p.json index 53530a2e345..d8acffde7ea 100644 --- a/advisories/unreviewed/2022/05/GHSA-vjjj-cvhp-gg8p/GHSA-vjjj-cvhp-gg8p.json +++ b/advisories/unreviewed/2022/05/GHSA-vjjj-cvhp-gg8p/GHSA-vjjj-cvhp-gg8p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/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-vjmv-f9r4-765g/GHSA-vjmv-f9r4-765g.json b/advisories/unreviewed/2022/05/GHSA-vjmv-f9r4-765g/GHSA-vjmv-f9r4-765g.json index cad39963bc5..18b71786c87 100644 --- a/advisories/unreviewed/2022/05/GHSA-vjmv-f9r4-765g/GHSA-vjmv-f9r4-765g.json +++ b/advisories/unreviewed/2022/05/GHSA-vjmv-f9r4-765g/GHSA-vjmv-f9r4-765g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vq7h-8xhv-fmhq/GHSA-vq7h-8xhv-fmhq.json b/advisories/unreviewed/2022/05/GHSA-vq7h-8xhv-fmhq/GHSA-vq7h-8xhv-fmhq.json index 3f7c024cd3e..50dcf871e43 100644 --- a/advisories/unreviewed/2022/05/GHSA-vq7h-8xhv-fmhq/GHSA-vq7h-8xhv-fmhq.json +++ b/advisories/unreviewed/2022/05/GHSA-vq7h-8xhv-fmhq/GHSA-vq7h-8xhv-fmhq.json @@ -7,12 +7,8 @@ "CVE-2021-27222" ], "details": "In the \"Time in Status\" app before 4.13.0 for Jira, remote authenticated attackers can cause Stored XSS.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vw3c-3fmq-qpgq/GHSA-vw3c-3fmq-qpgq.json b/advisories/unreviewed/2022/05/GHSA-vw3c-3fmq-qpgq/GHSA-vw3c-3fmq-qpgq.json index 4e68664a360..986a4f7d0a7 100644 --- a/advisories/unreviewed/2022/05/GHSA-vw3c-3fmq-qpgq/GHSA-vw3c-3fmq-qpgq.json +++ b/advisories/unreviewed/2022/05/GHSA-vw3c-3fmq-qpgq/GHSA-vw3c-3fmq-qpgq.json @@ -7,12 +7,8 @@ "CVE-2019-1182" ], "details": "A remote code execution vulnerability exists in Remote Desktop Services – formerly known as Terminal Services – when an unauthenticated attacker connects to the target system using RDP and sends specially crafted requests, aka 'Remote Desktop Services? Remote Code Execution Vulnerability'. This CVE ID is unique from CVE-2019-1181, CVE-2019-1222, CVE-2019-1226.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vwc7-rhxw-hppq/GHSA-vwc7-rhxw-hppq.json b/advisories/unreviewed/2022/05/GHSA-vwc7-rhxw-hppq/GHSA-vwc7-rhxw-hppq.json index dea0491358a..eef6bb909b0 100644 --- a/advisories/unreviewed/2022/05/GHSA-vwc7-rhxw-hppq/GHSA-vwc7-rhxw-hppq.json +++ b/advisories/unreviewed/2022/05/GHSA-vwc7-rhxw-hppq/GHSA-vwc7-rhxw-hppq.json @@ -7,12 +7,8 @@ "CVE-2021-27647" ], "details": "Out-of-bounds Read vulnerability in iscsi_snapshot_comm_core in Synology DiskStation Manager (DSM) before 6.2.3-25426-3 allows remote attackers to execute arbitrary code via crafted web requests.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w4h2-wcmm-4gwq/GHSA-w4h2-wcmm-4gwq.json b/advisories/unreviewed/2022/05/GHSA-w4h2-wcmm-4gwq/GHSA-w4h2-wcmm-4gwq.json index 0d148bd6cea..a6a4ae813f0 100644 --- a/advisories/unreviewed/2022/05/GHSA-w4h2-wcmm-4gwq/GHSA-w4h2-wcmm-4gwq.json +++ b/advisories/unreviewed/2022/05/GHSA-w4h2-wcmm-4gwq/GHSA-w4h2-wcmm-4gwq.json @@ -7,12 +7,8 @@ "CVE-2020-1918" ], "details": "In-memory file operations (ie: using fopen on a data URI) did not properly restrict negative seeking, allowing for the reading of memory prior to the in-memory buffer. This issue affects HHVM versions prior to 4.56.3, all versions between 4.57.0 and 4.80.1, all versions between 4.81.0 and 4.93.1, and versions 4.94.0, 4.95.0, 4.96.0, 4.97.0, 4.98.0.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w589-x74g-w6x2/GHSA-w589-x74g-w6x2.json b/advisories/unreviewed/2022/05/GHSA-w589-x74g-w6x2/GHSA-w589-x74g-w6x2.json index 7214637e996..4eb881d699f 100644 --- a/advisories/unreviewed/2022/05/GHSA-w589-x74g-w6x2/GHSA-w589-x74g-w6x2.json +++ b/advisories/unreviewed/2022/05/GHSA-w589-x74g-w6x2/GHSA-w589-x74g-w6x2.json @@ -7,12 +7,8 @@ "CVE-2020-24791" ], "details": "FUEL CMS 1.4.8 allows SQL injection via the 'fuel_replace_id' parameter in pages/replace/1. Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w59p-w4fh-943v/GHSA-w59p-w4fh-943v.json b/advisories/unreviewed/2022/05/GHSA-w59p-w4fh-943v/GHSA-w59p-w4fh-943v.json index 1de9e5cf7da..4acbf2c2679 100644 --- a/advisories/unreviewed/2022/05/GHSA-w59p-w4fh-943v/GHSA-w59p-w4fh-943v.json +++ b/advisories/unreviewed/2022/05/GHSA-w59p-w4fh-943v/GHSA-w59p-w4fh-943v.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": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-w6c9-hppv-gfr8/GHSA-w6c9-hppv-gfr8.json b/advisories/unreviewed/2022/05/GHSA-w6c9-hppv-gfr8/GHSA-w6c9-hppv-gfr8.json index a1c16cea454..3b4c0cf14c1 100644 --- a/advisories/unreviewed/2022/05/GHSA-w6c9-hppv-gfr8/GHSA-w6c9-hppv-gfr8.json +++ b/advisories/unreviewed/2022/05/GHSA-w6c9-hppv-gfr8/GHSA-w6c9-hppv-gfr8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w76f-c56x-cr72/GHSA-w76f-c56x-cr72.json b/advisories/unreviewed/2022/05/GHSA-w76f-c56x-cr72/GHSA-w76f-c56x-cr72.json index bcdcf5e0d39..300fb683fba 100644 --- a/advisories/unreviewed/2022/05/GHSA-w76f-c56x-cr72/GHSA-w76f-c56x-cr72.json +++ b/advisories/unreviewed/2022/05/GHSA-w76f-c56x-cr72/GHSA-w76f-c56x-cr72.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w8p3-q4q6-xq79/GHSA-w8p3-q4q6-xq79.json b/advisories/unreviewed/2022/05/GHSA-w8p3-q4q6-xq79/GHSA-w8p3-q4q6-xq79.json index 6053a81d1b0..31c6a67a490 100644 --- a/advisories/unreviewed/2022/05/GHSA-w8p3-q4q6-xq79/GHSA-w8p3-q4q6-xq79.json +++ b/advisories/unreviewed/2022/05/GHSA-w8p3-q4q6-xq79/GHSA-w8p3-q4q6-xq79.json @@ -7,12 +7,8 @@ "CVE-2019-1181" ], "details": "A remote code execution vulnerability exists in Remote Desktop Services – formerly known as Terminal Services – when an unauthenticated attacker connects to the target system using RDP and sends specially crafted requests, aka 'Remote Desktop Services? Remote Code Execution Vulnerability'. This CVE ID is unique from CVE-2019-1182, CVE-2019-1222, CVE-2019-1226.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-w9hc-cq6j-8gqw/GHSA-w9hc-cq6j-8gqw.json b/advisories/unreviewed/2022/05/GHSA-w9hc-cq6j-8gqw/GHSA-w9hc-cq6j-8gqw.json index 363add1fe9c..df922a612a5 100644 --- a/advisories/unreviewed/2022/05/GHSA-w9hc-cq6j-8gqw/GHSA-w9hc-cq6j-8gqw.json +++ b/advisories/unreviewed/2022/05/GHSA-w9hc-cq6j-8gqw/GHSA-w9hc-cq6j-8gqw.json @@ -7,12 +7,8 @@ "CVE-2021-24140" ], "details": "Unvalidated input in the Ajax Load More WordPress plugin, versions before 5.3.2, lead to SQL Injection in POST /wp-admin/admin-ajax.php with param repeater=' or sleep(5)#&type=test.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wc7j-xr4v-wvcc/GHSA-wc7j-xr4v-wvcc.json b/advisories/unreviewed/2022/05/GHSA-wc7j-xr4v-wvcc/GHSA-wc7j-xr4v-wvcc.json index 06b8335041d..d0129c16088 100644 --- a/advisories/unreviewed/2022/05/GHSA-wc7j-xr4v-wvcc/GHSA-wc7j-xr4v-wvcc.json +++ b/advisories/unreviewed/2022/05/GHSA-wc7j-xr4v-wvcc/GHSA-wc7j-xr4v-wvcc.json @@ -7,12 +7,8 @@ "CVE-2021-21161" ], "details": "Heap buffer overflow in TabStrip in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wcqx-jx99-pr77/GHSA-wcqx-jx99-pr77.json b/advisories/unreviewed/2022/05/GHSA-wcqx-jx99-pr77/GHSA-wcqx-jx99-pr77.json index dba63b06326..020eaed2f9c 100644 --- a/advisories/unreviewed/2022/05/GHSA-wcqx-jx99-pr77/GHSA-wcqx-jx99-pr77.json +++ b/advisories/unreviewed/2022/05/GHSA-wcqx-jx99-pr77/GHSA-wcqx-jx99-pr77.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wff4-qpc5-x39p/GHSA-wff4-qpc5-x39p.json b/advisories/unreviewed/2022/05/GHSA-wff4-qpc5-x39p/GHSA-wff4-qpc5-x39p.json index 09d2a2575e3..4d2e8d9f1fc 100644 --- a/advisories/unreviewed/2022/05/GHSA-wff4-qpc5-x39p/GHSA-wff4-qpc5-x39p.json +++ b/advisories/unreviewed/2022/05/GHSA-wff4-qpc5-x39p/GHSA-wff4-qpc5-x39p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-whgp-r3rj-vmxr/GHSA-whgp-r3rj-vmxr.json b/advisories/unreviewed/2022/05/GHSA-whgp-r3rj-vmxr/GHSA-whgp-r3rj-vmxr.json index 762cd398a56..ac3874b449e 100644 --- a/advisories/unreviewed/2022/05/GHSA-whgp-r3rj-vmxr/GHSA-whgp-r3rj-vmxr.json +++ b/advisories/unreviewed/2022/05/GHSA-whgp-r3rj-vmxr/GHSA-whgp-r3rj-vmxr.json @@ -7,12 +7,8 @@ "CVE-2020-5016" ], "details": "IBM WebSphere Application Server 7.0, 8.0, 8.5, and 9.0 could allow a remote attacker to traverse directories on the system. When application security is disabled and JAX-RPC applications are present, an attacker could send a specially-crafted URL request containing \"dot dot\" sequences (/../) to view arbitrary xml files on the system. This does not occur if Application security is enabled. IBM X-Force ID: 193556.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wjfq-29cp-w9r8/GHSA-wjfq-29cp-w9r8.json b/advisories/unreviewed/2022/05/GHSA-wjfq-29cp-w9r8/GHSA-wjfq-29cp-w9r8.json index dc359d55c5a..205cd766c48 100644 --- a/advisories/unreviewed/2022/05/GHSA-wjfq-29cp-w9r8/GHSA-wjfq-29cp-w9r8.json +++ b/advisories/unreviewed/2022/05/GHSA-wjfq-29cp-w9r8/GHSA-wjfq-29cp-w9r8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wq6w-xxcw-2ccm/GHSA-wq6w-xxcw-2ccm.json b/advisories/unreviewed/2022/05/GHSA-wq6w-xxcw-2ccm/GHSA-wq6w-xxcw-2ccm.json index 109a3139c3e..290b6326ff1 100644 --- a/advisories/unreviewed/2022/05/GHSA-wq6w-xxcw-2ccm/GHSA-wq6w-xxcw-2ccm.json +++ b/advisories/unreviewed/2022/05/GHSA-wq6w-xxcw-2ccm/GHSA-wq6w-xxcw-2ccm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wr78-6xg8-vgj2/GHSA-wr78-6xg8-vgj2.json b/advisories/unreviewed/2022/05/GHSA-wr78-6xg8-vgj2/GHSA-wr78-6xg8-vgj2.json index e164d09a6a1..e710c0a7a12 100644 --- a/advisories/unreviewed/2022/05/GHSA-wr78-6xg8-vgj2/GHSA-wr78-6xg8-vgj2.json +++ b/advisories/unreviewed/2022/05/GHSA-wr78-6xg8-vgj2/GHSA-wr78-6xg8-vgj2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-wv58-h3hr-3v5g/GHSA-wv58-h3hr-3v5g.json b/advisories/unreviewed/2022/05/GHSA-wv58-h3hr-3v5g/GHSA-wv58-h3hr-3v5g.json index 72ca00f0015..461e9d25a54 100644 --- a/advisories/unreviewed/2022/05/GHSA-wv58-h3hr-3v5g/GHSA-wv58-h3hr-3v5g.json +++ b/advisories/unreviewed/2022/05/GHSA-wv58-h3hr-3v5g/GHSA-wv58-h3hr-3v5g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wxvf-mwc7-3973/GHSA-wxvf-mwc7-3973.json b/advisories/unreviewed/2022/05/GHSA-wxvf-mwc7-3973/GHSA-wxvf-mwc7-3973.json index 77b4021371d..45a075e5b30 100644 --- a/advisories/unreviewed/2022/05/GHSA-wxvf-mwc7-3973/GHSA-wxvf-mwc7-3973.json +++ b/advisories/unreviewed/2022/05/GHSA-wxvf-mwc7-3973/GHSA-wxvf-mwc7-3973.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x323-79p8-7qv5/GHSA-x323-79p8-7qv5.json b/advisories/unreviewed/2022/05/GHSA-x323-79p8-7qv5/GHSA-x323-79p8-7qv5.json index c0d59dd7ef9..21993751822 100644 --- a/advisories/unreviewed/2022/05/GHSA-x323-79p8-7qv5/GHSA-x323-79p8-7qv5.json +++ b/advisories/unreviewed/2022/05/GHSA-x323-79p8-7qv5/GHSA-x323-79p8-7qv5.json @@ -7,12 +7,8 @@ "CVE-2020-35230" ], "details": "Multiple integer overflow parameters were found in the web administration panel on NETGEAR JGS516PE/GS116Ev2 v2.6.0.43 devices. Most of the integer parameters sent through the web server can be abused to cause a denial of service attack.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x3g2-p3p4-fghf/GHSA-x3g2-p3p4-fghf.json b/advisories/unreviewed/2022/05/GHSA-x3g2-p3p4-fghf/GHSA-x3g2-p3p4-fghf.json index e8638972732..de4287d1894 100644 --- a/advisories/unreviewed/2022/05/GHSA-x3g2-p3p4-fghf/GHSA-x3g2-p3p4-fghf.json +++ b/advisories/unreviewed/2022/05/GHSA-x3g2-p3p4-fghf/GHSA-x3g2-p3p4-fghf.json @@ -7,12 +7,8 @@ "CVE-2020-1921" ], "details": "In the crypt function, we attempt to null terminate a buffer using the size of the input salt without validating that the offset is within the buffer. This issue affects HHVM versions prior to 4.56.3, all versions between 4.57.0 and 4.80.1, all versions between 4.81.0 and 4.93.1, and versions 4.94.0, 4.95.0, 4.96.0, 4.97.0, 4.98.0.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x438-ch2w-f6qf/GHSA-x438-ch2w-f6qf.json b/advisories/unreviewed/2022/05/GHSA-x438-ch2w-f6qf/GHSA-x438-ch2w-f6qf.json index 61dcb40e954..4ea711d30d9 100644 --- a/advisories/unreviewed/2022/05/GHSA-x438-ch2w-f6qf/GHSA-x438-ch2w-f6qf.json +++ b/advisories/unreviewed/2022/05/GHSA-x438-ch2w-f6qf/GHSA-x438-ch2w-f6qf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x4gf-jp8w-7474/GHSA-x4gf-jp8w-7474.json b/advisories/unreviewed/2022/05/GHSA-x4gf-jp8w-7474/GHSA-x4gf-jp8w-7474.json index 035084e2a32..74cf5ee2d7a 100644 --- a/advisories/unreviewed/2022/05/GHSA-x4gf-jp8w-7474/GHSA-x4gf-jp8w-7474.json +++ b/advisories/unreviewed/2022/05/GHSA-x4gf-jp8w-7474/GHSA-x4gf-jp8w-7474.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x4q4-7cpx-gg5v/GHSA-x4q4-7cpx-gg5v.json b/advisories/unreviewed/2022/05/GHSA-x4q4-7cpx-gg5v/GHSA-x4q4-7cpx-gg5v.json index ce14f6f0050..a3813181e6b 100644 --- a/advisories/unreviewed/2022/05/GHSA-x4q4-7cpx-gg5v/GHSA-x4q4-7cpx-gg5v.json +++ b/advisories/unreviewed/2022/05/GHSA-x4q4-7cpx-gg5v/GHSA-x4q4-7cpx-gg5v.json @@ -7,12 +7,8 @@ "CVE-2021-24135" ], "details": "Unvalidated input and lack of output encoding in the WP Customer Reviews WordPress plugin, versions before 3.4.3, lead to multiple Stored Cross-Site Scripting vulnerabilities allowing remote attackers to inject arbitrary JavaScript code or HTML.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x52w-jx3r-p5w9/GHSA-x52w-jx3r-p5w9.json b/advisories/unreviewed/2022/05/GHSA-x52w-jx3r-p5w9/GHSA-x52w-jx3r-p5w9.json index d98e1239e0c..a931914a5af 100644 --- a/advisories/unreviewed/2022/05/GHSA-x52w-jx3r-p5w9/GHSA-x52w-jx3r-p5w9.json +++ b/advisories/unreviewed/2022/05/GHSA-x52w-jx3r-p5w9/GHSA-x52w-jx3r-p5w9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x8rr-7c53-pc84/GHSA-x8rr-7c53-pc84.json b/advisories/unreviewed/2022/05/GHSA-x8rr-7c53-pc84/GHSA-x8rr-7c53-pc84.json index a10c6d473b4..e6c46b873c8 100644 --- a/advisories/unreviewed/2022/05/GHSA-x8rr-7c53-pc84/GHSA-x8rr-7c53-pc84.json +++ b/advisories/unreviewed/2022/05/GHSA-x8rr-7c53-pc84/GHSA-x8rr-7c53-pc84.json @@ -7,12 +7,8 @@ "CVE-2021-22709" ], "details": "A CWE-119:Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability exists in Interactive Graphical SCADA System (IGSS) Definition (Def.exe) V15.0.0.21041 and prior, which could result in loss of data or remote code execution when malicious CGF (Configuration Group File) file is imported to IGSS Definition.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x959-3cr2-q2g9/GHSA-x959-3cr2-q2g9.json b/advisories/unreviewed/2022/05/GHSA-x959-3cr2-q2g9/GHSA-x959-3cr2-q2g9.json index 2f2716d2a1f..7e97968549f 100644 --- a/advisories/unreviewed/2022/05/GHSA-x959-3cr2-q2g9/GHSA-x959-3cr2-q2g9.json +++ b/advisories/unreviewed/2022/05/GHSA-x959-3cr2-q2g9/GHSA-x959-3cr2-q2g9.json @@ -7,12 +7,8 @@ "CVE-2021-24127" ], "details": "Unvalidated input and lack of output encoding in the ThirstyAffiliates Affiliate Link Manager WordPress plugin, versions before 3.9.3, was vulnerable to authenticated Stored Cross-Site Scripting (XSS), which could lead to privilege escalation.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xcp9-f3w5-gqqw/GHSA-xcp9-f3w5-gqqw.json b/advisories/unreviewed/2022/05/GHSA-xcp9-f3w5-gqqw/GHSA-xcp9-f3w5-gqqw.json index 5e6993d0111..9101d7b5fd2 100644 --- a/advisories/unreviewed/2022/05/GHSA-xcp9-f3w5-gqqw/GHSA-xcp9-f3w5-gqqw.json +++ b/advisories/unreviewed/2022/05/GHSA-xcp9-f3w5-gqqw/GHSA-xcp9-f3w5-gqqw.json @@ -7,12 +7,8 @@ "CVE-2020-35229" ], "details": "The authentication token required to execute NSDP write requests on NETGEAR JGS516PE/GS116Ev2 v2.6.0.43 devices is not properly invalidated and can be reused until a new token is generated, which allows attackers (with access to network traffic) to effectively gain administrative privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xfxw-34fr-6cr6/GHSA-xfxw-34fr-6cr6.json b/advisories/unreviewed/2022/05/GHSA-xfxw-34fr-6cr6/GHSA-xfxw-34fr-6cr6.json index 6a739f05802..0ee5d126690 100644 --- a/advisories/unreviewed/2022/05/GHSA-xfxw-34fr-6cr6/GHSA-xfxw-34fr-6cr6.json +++ b/advisories/unreviewed/2022/05/GHSA-xfxw-34fr-6cr6/GHSA-xfxw-34fr-6cr6.json @@ -7,12 +7,8 @@ "CVE-2020-11228" ], "details": "Part of RPM region was not protected from xblSec itself due to improper policy and leads to unprivileged access in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Wired Infrastructure and Networking", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xgwf-26wj-q43v/GHSA-xgwf-26wj-q43v.json b/advisories/unreviewed/2022/05/GHSA-xgwf-26wj-q43v/GHSA-xgwf-26wj-q43v.json index be6c26862f7..de049bf8327 100644 --- a/advisories/unreviewed/2022/05/GHSA-xgwf-26wj-q43v/GHSA-xgwf-26wj-q43v.json +++ b/advisories/unreviewed/2022/05/GHSA-xgwf-26wj-q43v/GHSA-xgwf-26wj-q43v.json @@ -7,12 +7,8 @@ "CVE-2021-25347" ], "details": "Hijacking vulnerability in Samsung Email application version prior to SMR Feb-2021 Release 1 allows attackers to intercept when the provider is executed.", - "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-xh77-vvr7-qm29/GHSA-xh77-vvr7-qm29.json b/advisories/unreviewed/2022/05/GHSA-xh77-vvr7-qm29/GHSA-xh77-vvr7-qm29.json index 82612b377fa..6530e79ae9c 100644 --- a/advisories/unreviewed/2022/05/GHSA-xh77-vvr7-qm29/GHSA-xh77-vvr7-qm29.json +++ b/advisories/unreviewed/2022/05/GHSA-xh77-vvr7-qm29/GHSA-xh77-vvr7-qm29.json @@ -7,12 +7,8 @@ "CVE-2021-20341" ], "details": "IBM Cloud Pak for Multicloud Management Monitoring 2.2 returns potentially sensitive information in headers which could lead to further attacks against the system. IBM X-Force ID: 194513.", - "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-xmww-w83v-qcv7/GHSA-xmww-w83v-qcv7.json b/advisories/unreviewed/2022/05/GHSA-xmww-w83v-qcv7/GHSA-xmww-w83v-qcv7.json index 7472dca5395..e6a8ca65077 100644 --- a/advisories/unreviewed/2022/05/GHSA-xmww-w83v-qcv7/GHSA-xmww-w83v-qcv7.json +++ b/advisories/unreviewed/2022/05/GHSA-xmww-w83v-qcv7/GHSA-xmww-w83v-qcv7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-xp2m-r7f6-m54m/GHSA-xp2m-r7f6-m54m.json b/advisories/unreviewed/2022/05/GHSA-xp2m-r7f6-m54m/GHSA-xp2m-r7f6-m54m.json index 5e72c4f8e24..eb9ae4ddf18 100644 --- a/advisories/unreviewed/2022/05/GHSA-xp2m-r7f6-m54m/GHSA-xp2m-r7f6-m54m.json +++ b/advisories/unreviewed/2022/05/GHSA-xp2m-r7f6-m54m/GHSA-xp2m-r7f6-m54m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/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": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-xp39-whpp-93gx/GHSA-xp39-whpp-93gx.json b/advisories/unreviewed/2022/05/GHSA-xp39-whpp-93gx/GHSA-xp39-whpp-93gx.json index 1da46d35d24..8d41b3120fa 100644 --- a/advisories/unreviewed/2022/05/GHSA-xp39-whpp-93gx/GHSA-xp39-whpp-93gx.json +++ b/advisories/unreviewed/2022/05/GHSA-xp39-whpp-93gx/GHSA-xp39-whpp-93gx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xprr-fxcx-qr72/GHSA-xprr-fxcx-qr72.json b/advisories/unreviewed/2022/05/GHSA-xprr-fxcx-qr72/GHSA-xprr-fxcx-qr72.json index ae58526966c..e863efe79ea 100644 --- a/advisories/unreviewed/2022/05/GHSA-xprr-fxcx-qr72/GHSA-xprr-fxcx-qr72.json +++ b/advisories/unreviewed/2022/05/GHSA-xprr-fxcx-qr72/GHSA-xprr-fxcx-qr72.json @@ -7,12 +7,8 @@ "CVE-2021-26960" ], "details": "A remote unauthenticated cross-site request forgery (csrf) vulnerability was discovered in Aruba AirWave Management Platform version(s): Prior to 8.2.12.0. A vulnerability in the AirWave web-based management interface could allow an unauthenticated remote attacker to conduct a CSRF attack against a vulnerable system. A successful exploit would consist of an attacker persuading an authorized user to follow a malicious link, resulting in arbitrary actions being carried out with the privilege level of the targeted user.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xwmw-rf59-w488/GHSA-xwmw-rf59-w488.json b/advisories/unreviewed/2022/05/GHSA-xwmw-rf59-w488/GHSA-xwmw-rf59-w488.json index 5ca2f9f9527..e3eb99f1770 100644 --- a/advisories/unreviewed/2022/05/GHSA-xwmw-rf59-w488/GHSA-xwmw-rf59-w488.json +++ b/advisories/unreviewed/2022/05/GHSA-xwmw-rf59-w488/GHSA-xwmw-rf59-w488.json @@ -7,12 +7,8 @@ "CVE-2020-29028" ], "details": "Cross-site Scripting (XSS) vulnerability in web GUI of Secomea GateManager allows an attacker to inject arbitrary javascript code. This issue affects: Secomea GateManager all versions prior to 9.4.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xwwf-377r-5q8m/GHSA-xwwf-377r-5q8m.json b/advisories/unreviewed/2022/05/GHSA-xwwf-377r-5q8m/GHSA-xwwf-377r-5q8m.json index d457f756087..4068a407362 100644 --- a/advisories/unreviewed/2022/05/GHSA-xwwf-377r-5q8m/GHSA-xwwf-377r-5q8m.json +++ b/advisories/unreviewed/2022/05/GHSA-xwwf-377r-5q8m/GHSA-xwwf-377r-5q8m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xx3m-cmqv-q6w6/GHSA-xx3m-cmqv-q6w6.json b/advisories/unreviewed/2022/05/GHSA-xx3m-cmqv-q6w6/GHSA-xx3m-cmqv-q6w6.json index cc87d9f6171..60b0e7ccc7f 100644 --- a/advisories/unreviewed/2022/05/GHSA-xx3m-cmqv-q6w6/GHSA-xx3m-cmqv-q6w6.json +++ b/advisories/unreviewed/2022/05/GHSA-xx3m-cmqv-q6w6/GHSA-xx3m-cmqv-q6w6.json @@ -7,12 +7,8 @@ "CVE-2020-28952" ], "details": "An issue was discovered on Athom Homey and Homey Pro devices before 5.0.0. ZigBee hub devices should generate a unique Standard Network Key that is then exchanged with all enrolled devices so that all inter-device communication is encrypted. However, the cited Athom products use another widely known key that is designed for testing purposes: \"01030507090b0d0f00020406080a0c0d\" (the decimal equivalent of 1 3 5 7 9 11 13 15 0 2 4 6 8 10 12 13), which is human generated and static across all issued devices.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xx83-gq5v-8prv/GHSA-xx83-gq5v-8prv.json b/advisories/unreviewed/2022/05/GHSA-xx83-gq5v-8prv/GHSA-xx83-gq5v-8prv.json index 26e8f9ca7ab..dfb7342b37e 100644 --- a/advisories/unreviewed/2022/05/GHSA-xx83-gq5v-8prv/GHSA-xx83-gq5v-8prv.json +++ b/advisories/unreviewed/2022/05/GHSA-xx83-gq5v-8prv/GHSA-xx83-gq5v-8prv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/06/GHSA-4r9q-wqcj-x85j/GHSA-4r9q-wqcj-x85j.json b/advisories/unreviewed/2022/06/GHSA-4r9q-wqcj-x85j/GHSA-4r9q-wqcj-x85j.json index 75545af0496..ba808ea328a 100644 --- a/advisories/unreviewed/2022/06/GHSA-4r9q-wqcj-x85j/GHSA-4r9q-wqcj-x85j.json +++ b/advisories/unreviewed/2022/06/GHSA-4r9q-wqcj-x85j/GHSA-4r9q-wqcj-x85j.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/07/GHSA-326q-wqm4-vqpx/GHSA-326q-wqm4-vqpx.json b/advisories/unreviewed/2022/07/GHSA-326q-wqm4-vqpx/GHSA-326q-wqm4-vqpx.json index 9202f75ecc6..ce6d53322e5 100644 --- a/advisories/unreviewed/2022/07/GHSA-326q-wqm4-vqpx/GHSA-326q-wqm4-vqpx.json +++ b/advisories/unreviewed/2022/07/GHSA-326q-wqm4-vqpx/GHSA-326q-wqm4-vqpx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-5whp-jf8x-g2hr/GHSA-5whp-jf8x-g2hr.json b/advisories/unreviewed/2022/07/GHSA-5whp-jf8x-g2hr/GHSA-5whp-jf8x-g2hr.json index b9896aeebe7..44a58ab346f 100644 --- a/advisories/unreviewed/2022/07/GHSA-5whp-jf8x-g2hr/GHSA-5whp-jf8x-g2hr.json +++ b/advisories/unreviewed/2022/07/GHSA-5whp-jf8x-g2hr/GHSA-5whp-jf8x-g2hr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-6h35-jcqg-j3pf/GHSA-6h35-jcqg-j3pf.json b/advisories/unreviewed/2022/07/GHSA-6h35-jcqg-j3pf/GHSA-6h35-jcqg-j3pf.json index 411cbb0be02..f51b4313c0a 100644 --- a/advisories/unreviewed/2022/07/GHSA-6h35-jcqg-j3pf/GHSA-6h35-jcqg-j3pf.json +++ b/advisories/unreviewed/2022/07/GHSA-6h35-jcqg-j3pf/GHSA-6h35-jcqg-j3pf.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/07/GHSA-975q-8v3h-8j23/GHSA-975q-8v3h-8j23.json b/advisories/unreviewed/2022/07/GHSA-975q-8v3h-8j23/GHSA-975q-8v3h-8j23.json index 97f4677f583..ea9aca3c45d 100644 --- a/advisories/unreviewed/2022/07/GHSA-975q-8v3h-8j23/GHSA-975q-8v3h-8j23.json +++ b/advisories/unreviewed/2022/07/GHSA-975q-8v3h-8j23/GHSA-975q-8v3h-8j23.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", @@ -71,9 +69,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-9ppf-2r5r-2chh/GHSA-9ppf-2r5r-2chh.json b/advisories/unreviewed/2022/07/GHSA-9ppf-2r5r-2chh/GHSA-9ppf-2r5r-2chh.json index 7d972007b26..fb5d1c289ed 100644 --- a/advisories/unreviewed/2022/07/GHSA-9ppf-2r5r-2chh/GHSA-9ppf-2r5r-2chh.json +++ b/advisories/unreviewed/2022/07/GHSA-9ppf-2r5r-2chh/GHSA-9ppf-2r5r-2chh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-c786-7jf2-46w9/GHSA-c786-7jf2-46w9.json b/advisories/unreviewed/2022/07/GHSA-c786-7jf2-46w9/GHSA-c786-7jf2-46w9.json index 0757d291f80..1667cc1b24e 100644 --- a/advisories/unreviewed/2022/07/GHSA-c786-7jf2-46w9/GHSA-c786-7jf2-46w9.json +++ b/advisories/unreviewed/2022/07/GHSA-c786-7jf2-46w9/GHSA-c786-7jf2-46w9.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", @@ -55,9 +53,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-f3q6-gphh-82w4/GHSA-f3q6-gphh-82w4.json b/advisories/unreviewed/2022/07/GHSA-f3q6-gphh-82w4/GHSA-f3q6-gphh-82w4.json index 196474fec0b..20e7c94d816 100644 --- a/advisories/unreviewed/2022/07/GHSA-f3q6-gphh-82w4/GHSA-f3q6-gphh-82w4.json +++ b/advisories/unreviewed/2022/07/GHSA-f3q6-gphh-82w4/GHSA-f3q6-gphh-82w4.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/2022/07/GHSA-h43v-vpxv-q99h/GHSA-h43v-vpxv-q99h.json b/advisories/unreviewed/2022/07/GHSA-h43v-vpxv-q99h/GHSA-h43v-vpxv-q99h.json index b59a05917e5..a47a4f62dd3 100644 --- a/advisories/unreviewed/2022/07/GHSA-h43v-vpxv-q99h/GHSA-h43v-vpxv-q99h.json +++ b/advisories/unreviewed/2022/07/GHSA-h43v-vpxv-q99h/GHSA-h43v-vpxv-q99h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-hr7m-fh2x-63ff/GHSA-hr7m-fh2x-63ff.json b/advisories/unreviewed/2022/07/GHSA-hr7m-fh2x-63ff/GHSA-hr7m-fh2x-63ff.json index a0d7c1080ef..165473f562c 100644 --- a/advisories/unreviewed/2022/07/GHSA-hr7m-fh2x-63ff/GHSA-hr7m-fh2x-63ff.json +++ b/advisories/unreviewed/2022/07/GHSA-hr7m-fh2x-63ff/GHSA-hr7m-fh2x-63ff.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/07/GHSA-hwvv-rhv5-x8gf/GHSA-hwvv-rhv5-x8gf.json b/advisories/unreviewed/2022/07/GHSA-hwvv-rhv5-x8gf/GHSA-hwvv-rhv5-x8gf.json index 805b149b62b..811b5817eac 100644 --- a/advisories/unreviewed/2022/07/GHSA-hwvv-rhv5-x8gf/GHSA-hwvv-rhv5-x8gf.json +++ b/advisories/unreviewed/2022/07/GHSA-hwvv-rhv5-x8gf/GHSA-hwvv-rhv5-x8gf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-j3r2-6983-xh2v/GHSA-j3r2-6983-xh2v.json b/advisories/unreviewed/2022/07/GHSA-j3r2-6983-xh2v/GHSA-j3r2-6983-xh2v.json index 9f3ead668d1..96f6c6b1465 100644 --- a/advisories/unreviewed/2022/07/GHSA-j3r2-6983-xh2v/GHSA-j3r2-6983-xh2v.json +++ b/advisories/unreviewed/2022/07/GHSA-j3r2-6983-xh2v/GHSA-j3r2-6983-xh2v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/07/GHSA-jjjg-hhr8-vq58/GHSA-jjjg-hhr8-vq58.json b/advisories/unreviewed/2022/07/GHSA-jjjg-hhr8-vq58/GHSA-jjjg-hhr8-vq58.json index 484383d355d..9ec28535f68 100644 --- a/advisories/unreviewed/2022/07/GHSA-jjjg-hhr8-vq58/GHSA-jjjg-hhr8-vq58.json +++ b/advisories/unreviewed/2022/07/GHSA-jjjg-hhr8-vq58/GHSA-jjjg-hhr8-vq58.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-mfcj-j477-37vw/GHSA-mfcj-j477-37vw.json b/advisories/unreviewed/2022/07/GHSA-mfcj-j477-37vw/GHSA-mfcj-j477-37vw.json index a24df4314ab..e898ac84be1 100644 --- a/advisories/unreviewed/2022/07/GHSA-mfcj-j477-37vw/GHSA-mfcj-j477-37vw.json +++ b/advisories/unreviewed/2022/07/GHSA-mfcj-j477-37vw/GHSA-mfcj-j477-37vw.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/2022/07/GHSA-pc4q-m4g5-r3ww/GHSA-pc4q-m4g5-r3ww.json b/advisories/unreviewed/2022/07/GHSA-pc4q-m4g5-r3ww/GHSA-pc4q-m4g5-r3ww.json index 651416aac9a..1503f9c2058 100644 --- a/advisories/unreviewed/2022/07/GHSA-pc4q-m4g5-r3ww/GHSA-pc4q-m4g5-r3ww.json +++ b/advisories/unreviewed/2022/07/GHSA-pc4q-m4g5-r3ww/GHSA-pc4q-m4g5-r3ww.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-pf98-8c89-mcc9/GHSA-pf98-8c89-mcc9.json b/advisories/unreviewed/2022/07/GHSA-pf98-8c89-mcc9/GHSA-pf98-8c89-mcc9.json index d7922b01077..e1c83f580c2 100644 --- a/advisories/unreviewed/2022/07/GHSA-pf98-8c89-mcc9/GHSA-pf98-8c89-mcc9.json +++ b/advisories/unreviewed/2022/07/GHSA-pf98-8c89-mcc9/GHSA-pf98-8c89-mcc9.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/2022/07/GHSA-rj7q-6f7f-6cfq/GHSA-rj7q-6f7f-6cfq.json b/advisories/unreviewed/2022/07/GHSA-rj7q-6f7f-6cfq/GHSA-rj7q-6f7f-6cfq.json index e765b569d67..79307022bbe 100644 --- a/advisories/unreviewed/2022/07/GHSA-rj7q-6f7f-6cfq/GHSA-rj7q-6f7f-6cfq.json +++ b/advisories/unreviewed/2022/07/GHSA-rj7q-6f7f-6cfq/GHSA-rj7q-6f7f-6cfq.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", @@ -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/07/GHSA-v8r7-356r-q2mq/GHSA-v8r7-356r-q2mq.json b/advisories/unreviewed/2022/07/GHSA-v8r7-356r-q2mq/GHSA-v8r7-356r-q2mq.json index ce18b82c364..1aa48921786 100644 --- a/advisories/unreviewed/2022/07/GHSA-v8r7-356r-q2mq/GHSA-v8r7-356r-q2mq.json +++ b/advisories/unreviewed/2022/07/GHSA-v8r7-356r-q2mq/GHSA-v8r7-356r-q2mq.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", @@ -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/07/GHSA-vrhf-cc97-jx2x/GHSA-vrhf-cc97-jx2x.json b/advisories/unreviewed/2022/07/GHSA-vrhf-cc97-jx2x/GHSA-vrhf-cc97-jx2x.json index 11422c1cc88..7a2636b54e4 100644 --- a/advisories/unreviewed/2022/07/GHSA-vrhf-cc97-jx2x/GHSA-vrhf-cc97-jx2x.json +++ b/advisories/unreviewed/2022/07/GHSA-vrhf-cc97-jx2x/GHSA-vrhf-cc97-jx2x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/07/GHSA-w677-wh7m-64w6/GHSA-w677-wh7m-64w6.json b/advisories/unreviewed/2022/07/GHSA-w677-wh7m-64w6/GHSA-w677-wh7m-64w6.json index b11d07ad5ba..c985ae00c0c 100644 --- a/advisories/unreviewed/2022/07/GHSA-w677-wh7m-64w6/GHSA-w677-wh7m-64w6.json +++ b/advisories/unreviewed/2022/07/GHSA-w677-wh7m-64w6/GHSA-w677-wh7m-64w6.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", @@ -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/07/GHSA-x844-82pm-fvg4/GHSA-x844-82pm-fvg4.json b/advisories/unreviewed/2022/07/GHSA-x844-82pm-fvg4/GHSA-x844-82pm-fvg4.json index 331c1c12aab..fe1b67b1d92 100644 --- a/advisories/unreviewed/2022/07/GHSA-x844-82pm-fvg4/GHSA-x844-82pm-fvg4.json +++ b/advisories/unreviewed/2022/07/GHSA-x844-82pm-fvg4/GHSA-x844-82pm-fvg4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/07/GHSA-xgwh-9xmj-ghm4/GHSA-xgwh-9xmj-ghm4.json b/advisories/unreviewed/2022/07/GHSA-xgwh-9xmj-ghm4/GHSA-xgwh-9xmj-ghm4.json index 4fc746c6dcd..236f74cc9db 100644 --- a/advisories/unreviewed/2022/07/GHSA-xgwh-9xmj-ghm4/GHSA-xgwh-9xmj-ghm4.json +++ b/advisories/unreviewed/2022/07/GHSA-xgwh-9xmj-ghm4/GHSA-xgwh-9xmj-ghm4.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", @@ -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/07/GHSA-xvmj-5r56-cxhq/GHSA-xvmj-5r56-cxhq.json b/advisories/unreviewed/2022/07/GHSA-xvmj-5r56-cxhq/GHSA-xvmj-5r56-cxhq.json index 25782db9466..9dec2483661 100644 --- a/advisories/unreviewed/2022/07/GHSA-xvmj-5r56-cxhq/GHSA-xvmj-5r56-cxhq.json +++ b/advisories/unreviewed/2022/07/GHSA-xvmj-5r56-cxhq/GHSA-xvmj-5r56-cxhq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/08/GHSA-34cf-wqp2-q33c/GHSA-34cf-wqp2-q33c.json b/advisories/unreviewed/2022/08/GHSA-34cf-wqp2-q33c/GHSA-34cf-wqp2-q33c.json index 5f56daec7ba..e7e840b9919 100644 --- a/advisories/unreviewed/2022/08/GHSA-34cf-wqp2-q33c/GHSA-34cf-wqp2-q33c.json +++ b/advisories/unreviewed/2022/08/GHSA-34cf-wqp2-q33c/GHSA-34cf-wqp2-q33c.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/08/GHSA-3mm2-hvqw-hxq3/GHSA-3mm2-hvqw-hxq3.json b/advisories/unreviewed/2022/08/GHSA-3mm2-hvqw-hxq3/GHSA-3mm2-hvqw-hxq3.json index ba7e5c77935..074f70e68c9 100644 --- a/advisories/unreviewed/2022/08/GHSA-3mm2-hvqw-hxq3/GHSA-3mm2-hvqw-hxq3.json +++ b/advisories/unreviewed/2022/08/GHSA-3mm2-hvqw-hxq3/GHSA-3mm2-hvqw-hxq3.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/08/GHSA-4q54-fjqv-3cjf/GHSA-4q54-fjqv-3cjf.json b/advisories/unreviewed/2022/08/GHSA-4q54-fjqv-3cjf/GHSA-4q54-fjqv-3cjf.json index 8bdffab5884..c78e8c05e7c 100644 --- a/advisories/unreviewed/2022/08/GHSA-4q54-fjqv-3cjf/GHSA-4q54-fjqv-3cjf.json +++ b/advisories/unreviewed/2022/08/GHSA-4q54-fjqv-3cjf/GHSA-4q54-fjqv-3cjf.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/08/GHSA-87p7-6cpj-7qmp/GHSA-87p7-6cpj-7qmp.json b/advisories/unreviewed/2022/08/GHSA-87p7-6cpj-7qmp/GHSA-87p7-6cpj-7qmp.json index e9d195254b6..20a27919667 100644 --- a/advisories/unreviewed/2022/08/GHSA-87p7-6cpj-7qmp/GHSA-87p7-6cpj-7qmp.json +++ b/advisories/unreviewed/2022/08/GHSA-87p7-6cpj-7qmp/GHSA-87p7-6cpj-7qmp.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", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/08/GHSA-fqf3-wwvm-vgr9/GHSA-fqf3-wwvm-vgr9.json b/advisories/unreviewed/2022/08/GHSA-fqf3-wwvm-vgr9/GHSA-fqf3-wwvm-vgr9.json index 9b3f61c8a14..2da15ac5aba 100644 --- a/advisories/unreviewed/2022/08/GHSA-fqf3-wwvm-vgr9/GHSA-fqf3-wwvm-vgr9.json +++ b/advisories/unreviewed/2022/08/GHSA-fqf3-wwvm-vgr9/GHSA-fqf3-wwvm-vgr9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/08/GHSA-grhh-qw3f-r75r/GHSA-grhh-qw3f-r75r.json b/advisories/unreviewed/2022/08/GHSA-grhh-qw3f-r75r/GHSA-grhh-qw3f-r75r.json index 00783ea6a22..7210c7d7807 100644 --- a/advisories/unreviewed/2022/08/GHSA-grhh-qw3f-r75r/GHSA-grhh-qw3f-r75r.json +++ b/advisories/unreviewed/2022/08/GHSA-grhh-qw3f-r75r/GHSA-grhh-qw3f-r75r.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/08/GHSA-hpw9-grqm-8q7c/GHSA-hpw9-grqm-8q7c.json b/advisories/unreviewed/2022/08/GHSA-hpw9-grqm-8q7c/GHSA-hpw9-grqm-8q7c.json index 32a1afeecc6..7f150d5cd60 100644 --- a/advisories/unreviewed/2022/08/GHSA-hpw9-grqm-8q7c/GHSA-hpw9-grqm-8q7c.json +++ b/advisories/unreviewed/2022/08/GHSA-hpw9-grqm-8q7c/GHSA-hpw9-grqm-8q7c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/08/GHSA-j9p3-w9qq-53fg/GHSA-j9p3-w9qq-53fg.json b/advisories/unreviewed/2022/08/GHSA-j9p3-w9qq-53fg/GHSA-j9p3-w9qq-53fg.json index 5e9e5490865..2bf13d6d375 100644 --- a/advisories/unreviewed/2022/08/GHSA-j9p3-w9qq-53fg/GHSA-j9p3-w9qq-53fg.json +++ b/advisories/unreviewed/2022/08/GHSA-j9p3-w9qq-53fg/GHSA-j9p3-w9qq-53fg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/08/GHSA-jr48-rf3r-8w6h/GHSA-jr48-rf3r-8w6h.json b/advisories/unreviewed/2022/08/GHSA-jr48-rf3r-8w6h/GHSA-jr48-rf3r-8w6h.json index 196fd282f5a..12dcdfc9b9d 100644 --- a/advisories/unreviewed/2022/08/GHSA-jr48-rf3r-8w6h/GHSA-jr48-rf3r-8w6h.json +++ b/advisories/unreviewed/2022/08/GHSA-jr48-rf3r-8w6h/GHSA-jr48-rf3r-8w6h.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/08/GHSA-m5m7-39r4-cvhv/GHSA-m5m7-39r4-cvhv.json b/advisories/unreviewed/2022/08/GHSA-m5m7-39r4-cvhv/GHSA-m5m7-39r4-cvhv.json index 0f18d340e0b..cd2439a43f4 100644 --- a/advisories/unreviewed/2022/08/GHSA-m5m7-39r4-cvhv/GHSA-m5m7-39r4-cvhv.json +++ b/advisories/unreviewed/2022/08/GHSA-m5m7-39r4-cvhv/GHSA-m5m7-39r4-cvhv.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/08/GHSA-pqmh-q9hf-fq88/GHSA-pqmh-q9hf-fq88.json b/advisories/unreviewed/2022/08/GHSA-pqmh-q9hf-fq88/GHSA-pqmh-q9hf-fq88.json index b8077d3585e..a2b56529f2a 100644 --- a/advisories/unreviewed/2022/08/GHSA-pqmh-q9hf-fq88/GHSA-pqmh-q9hf-fq88.json +++ b/advisories/unreviewed/2022/08/GHSA-pqmh-q9hf-fq88/GHSA-pqmh-q9hf-fq88.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/2022/08/GHSA-qcfp-hf4h-7wpx/GHSA-qcfp-hf4h-7wpx.json b/advisories/unreviewed/2022/08/GHSA-qcfp-hf4h-7wpx/GHSA-qcfp-hf4h-7wpx.json index cb9c8fb15ab..426225b8ad0 100644 --- a/advisories/unreviewed/2022/08/GHSA-qcfp-hf4h-7wpx/GHSA-qcfp-hf4h-7wpx.json +++ b/advisories/unreviewed/2022/08/GHSA-qcfp-hf4h-7wpx/GHSA-qcfp-hf4h-7wpx.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/08/GHSA-xmq8-c3h6-wf48/GHSA-xmq8-c3h6-wf48.json b/advisories/unreviewed/2022/08/GHSA-xmq8-c3h6-wf48/GHSA-xmq8-c3h6-wf48.json index 89289ca0c10..b7df05f59dd 100644 --- a/advisories/unreviewed/2022/08/GHSA-xmq8-c3h6-wf48/GHSA-xmq8-c3h6-wf48.json +++ b/advisories/unreviewed/2022/08/GHSA-xmq8-c3h6-wf48/GHSA-xmq8-c3h6-wf48.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/10/GHSA-33pw-h52r-5vpg/GHSA-33pw-h52r-5vpg.json b/advisories/unreviewed/2022/10/GHSA-33pw-h52r-5vpg/GHSA-33pw-h52r-5vpg.json index d1b3fe14f65..3c6eb5074c8 100644 --- a/advisories/unreviewed/2022/10/GHSA-33pw-h52r-5vpg/GHSA-33pw-h52r-5vpg.json +++ b/advisories/unreviewed/2022/10/GHSA-33pw-h52r-5vpg/GHSA-33pw-h52r-5vpg.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", @@ -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/10/GHSA-33ww-4588-wf76/GHSA-33ww-4588-wf76.json b/advisories/unreviewed/2022/10/GHSA-33ww-4588-wf76/GHSA-33ww-4588-wf76.json index bd98332434f..cd54c45629f 100644 --- a/advisories/unreviewed/2022/10/GHSA-33ww-4588-wf76/GHSA-33ww-4588-wf76.json +++ b/advisories/unreviewed/2022/10/GHSA-33ww-4588-wf76/GHSA-33ww-4588-wf76.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/10/GHSA-34g7-gffm-5gm5/GHSA-34g7-gffm-5gm5.json b/advisories/unreviewed/2022/10/GHSA-34g7-gffm-5gm5/GHSA-34g7-gffm-5gm5.json index 2d34017dc94..c002c874669 100644 --- a/advisories/unreviewed/2022/10/GHSA-34g7-gffm-5gm5/GHSA-34g7-gffm-5gm5.json +++ b/advisories/unreviewed/2022/10/GHSA-34g7-gffm-5gm5/GHSA-34g7-gffm-5gm5.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", @@ -83,9 +81,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/10/GHSA-3ggq-p922-54qp/GHSA-3ggq-p922-54qp.json b/advisories/unreviewed/2022/10/GHSA-3ggq-p922-54qp/GHSA-3ggq-p922-54qp.json index a603e16be9b..383e8c383c4 100644 --- a/advisories/unreviewed/2022/10/GHSA-3ggq-p922-54qp/GHSA-3ggq-p922-54qp.json +++ b/advisories/unreviewed/2022/10/GHSA-3ggq-p922-54qp/GHSA-3ggq-p922-54qp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -83,9 +81,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/10/GHSA-5vrq-5cmx-xwfc/GHSA-5vrq-5cmx-xwfc.json b/advisories/unreviewed/2022/10/GHSA-5vrq-5cmx-xwfc/GHSA-5vrq-5cmx-xwfc.json index 94477fe99e8..49e0c3c68b6 100644 --- a/advisories/unreviewed/2022/10/GHSA-5vrq-5cmx-xwfc/GHSA-5vrq-5cmx-xwfc.json +++ b/advisories/unreviewed/2022/10/GHSA-5vrq-5cmx-xwfc/GHSA-5vrq-5cmx-xwfc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/10/GHSA-9cqg-4xp4-h354/GHSA-9cqg-4xp4-h354.json b/advisories/unreviewed/2022/10/GHSA-9cqg-4xp4-h354/GHSA-9cqg-4xp4-h354.json index 941e1edb0e9..b1974b44ce5 100644 --- a/advisories/unreviewed/2022/10/GHSA-9cqg-4xp4-h354/GHSA-9cqg-4xp4-h354.json +++ b/advisories/unreviewed/2022/10/GHSA-9cqg-4xp4-h354/GHSA-9cqg-4xp4-h354.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-h547-5jph-p9qq/GHSA-h547-5jph-p9qq.json b/advisories/unreviewed/2022/10/GHSA-h547-5jph-p9qq/GHSA-h547-5jph-p9qq.json index 5e8309864a4..0d7750e84fb 100644 --- a/advisories/unreviewed/2022/10/GHSA-h547-5jph-p9qq/GHSA-h547-5jph-p9qq.json +++ b/advisories/unreviewed/2022/10/GHSA-h547-5jph-p9qq/GHSA-h547-5jph-p9qq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -83,9 +81,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/10/GHSA-pvgf-45fp-3xpp/GHSA-pvgf-45fp-3xpp.json b/advisories/unreviewed/2022/10/GHSA-pvgf-45fp-3xpp/GHSA-pvgf-45fp-3xpp.json index 366d098cbbd..9414a55b290 100644 --- a/advisories/unreviewed/2022/10/GHSA-pvgf-45fp-3xpp/GHSA-pvgf-45fp-3xpp.json +++ b/advisories/unreviewed/2022/10/GHSA-pvgf-45fp-3xpp/GHSA-pvgf-45fp-3xpp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -51,9 +49,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/10/GHSA-vr33-mfmp-mhw3/GHSA-vr33-mfmp-mhw3.json b/advisories/unreviewed/2022/10/GHSA-vr33-mfmp-mhw3/GHSA-vr33-mfmp-mhw3.json index a6fa7f4aa67..f43bf30d296 100644 --- a/advisories/unreviewed/2022/10/GHSA-vr33-mfmp-mhw3/GHSA-vr33-mfmp-mhw3.json +++ b/advisories/unreviewed/2022/10/GHSA-vr33-mfmp-mhw3/GHSA-vr33-mfmp-mhw3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/10/GHSA-wq9f-w2rj-j5wc/GHSA-wq9f-w2rj-j5wc.json b/advisories/unreviewed/2022/10/GHSA-wq9f-w2rj-j5wc/GHSA-wq9f-w2rj-j5wc.json index fea34d18664..7432d386911 100644 --- a/advisories/unreviewed/2022/10/GHSA-wq9f-w2rj-j5wc/GHSA-wq9f-w2rj-j5wc.json +++ b/advisories/unreviewed/2022/10/GHSA-wq9f-w2rj-j5wc/GHSA-wq9f-w2rj-j5wc.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", @@ -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/11/GHSA-c343-52cw-6jvq/GHSA-c343-52cw-6jvq.json b/advisories/unreviewed/2022/11/GHSA-c343-52cw-6jvq/GHSA-c343-52cw-6jvq.json index fa42181b8f0..8e9d6deed20 100644 --- a/advisories/unreviewed/2022/11/GHSA-c343-52cw-6jvq/GHSA-c343-52cw-6jvq.json +++ b/advisories/unreviewed/2022/11/GHSA-c343-52cw-6jvq/GHSA-c343-52cw-6jvq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-282j-9h8p-xf7h/GHSA-282j-9h8p-xf7h.json b/advisories/unreviewed/2023/01/GHSA-282j-9h8p-xf7h/GHSA-282j-9h8p-xf7h.json index 2dbbdeb1dc7..5070461a04e 100644 --- a/advisories/unreviewed/2023/01/GHSA-282j-9h8p-xf7h/GHSA-282j-9h8p-xf7h.json +++ b/advisories/unreviewed/2023/01/GHSA-282j-9h8p-xf7h/GHSA-282j-9h8p-xf7h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-2pwq-67gj-w45m/GHSA-2pwq-67gj-w45m.json b/advisories/unreviewed/2023/01/GHSA-2pwq-67gj-w45m/GHSA-2pwq-67gj-w45m.json index e65d05d5039..0abcc4c091e 100644 --- a/advisories/unreviewed/2023/01/GHSA-2pwq-67gj-w45m/GHSA-2pwq-67gj-w45m.json +++ b/advisories/unreviewed/2023/01/GHSA-2pwq-67gj-w45m/GHSA-2pwq-67gj-w45m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-2rx5-9p2p-hqx4/GHSA-2rx5-9p2p-hqx4.json b/advisories/unreviewed/2023/01/GHSA-2rx5-9p2p-hqx4/GHSA-2rx5-9p2p-hqx4.json index 247a52dacb4..a5ec1954f74 100644 --- a/advisories/unreviewed/2023/01/GHSA-2rx5-9p2p-hqx4/GHSA-2rx5-9p2p-hqx4.json +++ b/advisories/unreviewed/2023/01/GHSA-2rx5-9p2p-hqx4/GHSA-2rx5-9p2p-hqx4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-4374-5gxx-h9r3/GHSA-4374-5gxx-h9r3.json b/advisories/unreviewed/2023/01/GHSA-4374-5gxx-h9r3/GHSA-4374-5gxx-h9r3.json index ef569da25ce..21a4475e0ab 100644 --- a/advisories/unreviewed/2023/01/GHSA-4374-5gxx-h9r3/GHSA-4374-5gxx-h9r3.json +++ b/advisories/unreviewed/2023/01/GHSA-4374-5gxx-h9r3/GHSA-4374-5gxx-h9r3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-476v-g848-xccf/GHSA-476v-g848-xccf.json b/advisories/unreviewed/2023/01/GHSA-476v-g848-xccf/GHSA-476v-g848-xccf.json index ded7575ecfe..4b945577621 100644 --- a/advisories/unreviewed/2023/01/GHSA-476v-g848-xccf/GHSA-476v-g848-xccf.json +++ b/advisories/unreviewed/2023/01/GHSA-476v-g848-xccf/GHSA-476v-g848-xccf.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-48fv-w5pm-wm33/GHSA-48fv-w5pm-wm33.json b/advisories/unreviewed/2023/01/GHSA-48fv-w5pm-wm33/GHSA-48fv-w5pm-wm33.json index 0eeaa74fe00..113e1f80abc 100644 --- a/advisories/unreviewed/2023/01/GHSA-48fv-w5pm-wm33/GHSA-48fv-w5pm-wm33.json +++ b/advisories/unreviewed/2023/01/GHSA-48fv-w5pm-wm33/GHSA-48fv-w5pm-wm33.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-4gwx-7jq4-hhmx/GHSA-4gwx-7jq4-hhmx.json b/advisories/unreviewed/2023/01/GHSA-4gwx-7jq4-hhmx/GHSA-4gwx-7jq4-hhmx.json index 315baa435ad..a2d0a673018 100644 --- a/advisories/unreviewed/2023/01/GHSA-4gwx-7jq4-hhmx/GHSA-4gwx-7jq4-hhmx.json +++ b/advisories/unreviewed/2023/01/GHSA-4gwx-7jq4-hhmx/GHSA-4gwx-7jq4-hhmx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-4v5x-38hq-2rvf/GHSA-4v5x-38hq-2rvf.json b/advisories/unreviewed/2023/01/GHSA-4v5x-38hq-2rvf/GHSA-4v5x-38hq-2rvf.json index 0e1939ab936..6d3864b94de 100644 --- a/advisories/unreviewed/2023/01/GHSA-4v5x-38hq-2rvf/GHSA-4v5x-38hq-2rvf.json +++ b/advisories/unreviewed/2023/01/GHSA-4v5x-38hq-2rvf/GHSA-4v5x-38hq-2rvf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-568g-jfgv-r6v2/GHSA-568g-jfgv-r6v2.json b/advisories/unreviewed/2023/01/GHSA-568g-jfgv-r6v2/GHSA-568g-jfgv-r6v2.json index 7d39269d51d..99d72b88e60 100644 --- a/advisories/unreviewed/2023/01/GHSA-568g-jfgv-r6v2/GHSA-568g-jfgv-r6v2.json +++ b/advisories/unreviewed/2023/01/GHSA-568g-jfgv-r6v2/GHSA-568g-jfgv-r6v2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-5gxx-hjrq-6vfc/GHSA-5gxx-hjrq-6vfc.json b/advisories/unreviewed/2023/01/GHSA-5gxx-hjrq-6vfc/GHSA-5gxx-hjrq-6vfc.json index 2f20e39f7c3..4e61c11048f 100644 --- a/advisories/unreviewed/2023/01/GHSA-5gxx-hjrq-6vfc/GHSA-5gxx-hjrq-6vfc.json +++ b/advisories/unreviewed/2023/01/GHSA-5gxx-hjrq-6vfc/GHSA-5gxx-hjrq-6vfc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-5xr8-6m2x-rfwc/GHSA-5xr8-6m2x-rfwc.json b/advisories/unreviewed/2023/01/GHSA-5xr8-6m2x-rfwc/GHSA-5xr8-6m2x-rfwc.json index 4c032bd40d0..6352d5fc907 100644 --- a/advisories/unreviewed/2023/01/GHSA-5xr8-6m2x-rfwc/GHSA-5xr8-6m2x-rfwc.json +++ b/advisories/unreviewed/2023/01/GHSA-5xr8-6m2x-rfwc/GHSA-5xr8-6m2x-rfwc.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-8hhm-74xw-h77v/GHSA-8hhm-74xw-h77v.json b/advisories/unreviewed/2023/01/GHSA-8hhm-74xw-h77v/GHSA-8hhm-74xw-h77v.json index 4d30c48e8d0..cf7134179bb 100644 --- a/advisories/unreviewed/2023/01/GHSA-8hhm-74xw-h77v/GHSA-8hhm-74xw-h77v.json +++ b/advisories/unreviewed/2023/01/GHSA-8hhm-74xw-h77v/GHSA-8hhm-74xw-h77v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-8r23-66w7-v2h6/GHSA-8r23-66w7-v2h6.json b/advisories/unreviewed/2023/01/GHSA-8r23-66w7-v2h6/GHSA-8r23-66w7-v2h6.json index cd308bb572c..fa7a2844bb7 100644 --- a/advisories/unreviewed/2023/01/GHSA-8r23-66w7-v2h6/GHSA-8r23-66w7-v2h6.json +++ b/advisories/unreviewed/2023/01/GHSA-8r23-66w7-v2h6/GHSA-8r23-66w7-v2h6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-8r5g-8q8m-29w8/GHSA-8r5g-8q8m-29w8.json b/advisories/unreviewed/2023/01/GHSA-8r5g-8q8m-29w8/GHSA-8r5g-8q8m-29w8.json index 3b969151cfc..0693b6916c9 100644 --- a/advisories/unreviewed/2023/01/GHSA-8r5g-8q8m-29w8/GHSA-8r5g-8q8m-29w8.json +++ b/advisories/unreviewed/2023/01/GHSA-8r5g-8q8m-29w8/GHSA-8r5g-8q8m-29w8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-cvcx-6jv2-6hhx/GHSA-cvcx-6jv2-6hhx.json b/advisories/unreviewed/2023/01/GHSA-cvcx-6jv2-6hhx/GHSA-cvcx-6jv2-6hhx.json index 0942296ac4e..7de6c5c8055 100644 --- a/advisories/unreviewed/2023/01/GHSA-cvcx-6jv2-6hhx/GHSA-cvcx-6jv2-6hhx.json +++ b/advisories/unreviewed/2023/01/GHSA-cvcx-6jv2-6hhx/GHSA-cvcx-6jv2-6hhx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-fpmv-cq68-rc7f/GHSA-fpmv-cq68-rc7f.json b/advisories/unreviewed/2023/01/GHSA-fpmv-cq68-rc7f/GHSA-fpmv-cq68-rc7f.json index f5aaf0e2413..85b22df0cf1 100644 --- a/advisories/unreviewed/2023/01/GHSA-fpmv-cq68-rc7f/GHSA-fpmv-cq68-rc7f.json +++ b/advisories/unreviewed/2023/01/GHSA-fpmv-cq68-rc7f/GHSA-fpmv-cq68-rc7f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-gc85-qj5q-4vmv/GHSA-gc85-qj5q-4vmv.json b/advisories/unreviewed/2023/01/GHSA-gc85-qj5q-4vmv/GHSA-gc85-qj5q-4vmv.json index 6a7db66cf0a..017797f1cf9 100644 --- a/advisories/unreviewed/2023/01/GHSA-gc85-qj5q-4vmv/GHSA-gc85-qj5q-4vmv.json +++ b/advisories/unreviewed/2023/01/GHSA-gc85-qj5q-4vmv/GHSA-gc85-qj5q-4vmv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-gxfr-5f3f-m5rv/GHSA-gxfr-5f3f-m5rv.json b/advisories/unreviewed/2023/01/GHSA-gxfr-5f3f-m5rv/GHSA-gxfr-5f3f-m5rv.json index 011da687fc7..b1adb3e9a4e 100644 --- a/advisories/unreviewed/2023/01/GHSA-gxfr-5f3f-m5rv/GHSA-gxfr-5f3f-m5rv.json +++ b/advisories/unreviewed/2023/01/GHSA-gxfr-5f3f-m5rv/GHSA-gxfr-5f3f-m5rv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-h465-j378-365g/GHSA-h465-j378-365g.json b/advisories/unreviewed/2023/01/GHSA-h465-j378-365g/GHSA-h465-j378-365g.json index 7b917eccaf6..dc05bb1f532 100644 --- a/advisories/unreviewed/2023/01/GHSA-h465-j378-365g/GHSA-h465-j378-365g.json +++ b/advisories/unreviewed/2023/01/GHSA-h465-j378-365g/GHSA-h465-j378-365g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-h4qf-hgrc-jqm7/GHSA-h4qf-hgrc-jqm7.json b/advisories/unreviewed/2023/01/GHSA-h4qf-hgrc-jqm7/GHSA-h4qf-hgrc-jqm7.json index 5bde3d205a8..143b5db5933 100644 --- a/advisories/unreviewed/2023/01/GHSA-h4qf-hgrc-jqm7/GHSA-h4qf-hgrc-jqm7.json +++ b/advisories/unreviewed/2023/01/GHSA-h4qf-hgrc-jqm7/GHSA-h4qf-hgrc-jqm7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-hm2w-r2gm-4h39/GHSA-hm2w-r2gm-4h39.json b/advisories/unreviewed/2023/01/GHSA-hm2w-r2gm-4h39/GHSA-hm2w-r2gm-4h39.json index 162bb5a2665..a8fb190a749 100644 --- a/advisories/unreviewed/2023/01/GHSA-hm2w-r2gm-4h39/GHSA-hm2w-r2gm-4h39.json +++ b/advisories/unreviewed/2023/01/GHSA-hm2w-r2gm-4h39/GHSA-hm2w-r2gm-4h39.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-hqq5-9j62-r9fv/GHSA-hqq5-9j62-r9fv.json b/advisories/unreviewed/2023/01/GHSA-hqq5-9j62-r9fv/GHSA-hqq5-9j62-r9fv.json index 92c1c44140e..cc36bc3a600 100644 --- a/advisories/unreviewed/2023/01/GHSA-hqq5-9j62-r9fv/GHSA-hqq5-9j62-r9fv.json +++ b/advisories/unreviewed/2023/01/GHSA-hqq5-9j62-r9fv/GHSA-hqq5-9j62-r9fv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-j69v-7pj3-vg67/GHSA-j69v-7pj3-vg67.json b/advisories/unreviewed/2023/01/GHSA-j69v-7pj3-vg67/GHSA-j69v-7pj3-vg67.json index 4e13481947b..fa5aee451a9 100644 --- a/advisories/unreviewed/2023/01/GHSA-j69v-7pj3-vg67/GHSA-j69v-7pj3-vg67.json +++ b/advisories/unreviewed/2023/01/GHSA-j69v-7pj3-vg67/GHSA-j69v-7pj3-vg67.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-j839-8gv7-wgmq/GHSA-j839-8gv7-wgmq.json b/advisories/unreviewed/2023/01/GHSA-j839-8gv7-wgmq/GHSA-j839-8gv7-wgmq.json index 6e2bc7b5264..a0bc8f8d3ca 100644 --- a/advisories/unreviewed/2023/01/GHSA-j839-8gv7-wgmq/GHSA-j839-8gv7-wgmq.json +++ b/advisories/unreviewed/2023/01/GHSA-j839-8gv7-wgmq/GHSA-j839-8gv7-wgmq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-m626-6hq4-mf59/GHSA-m626-6hq4-mf59.json b/advisories/unreviewed/2023/01/GHSA-m626-6hq4-mf59/GHSA-m626-6hq4-mf59.json index f86e4d55a5e..ca955802cc5 100644 --- a/advisories/unreviewed/2023/01/GHSA-m626-6hq4-mf59/GHSA-m626-6hq4-mf59.json +++ b/advisories/unreviewed/2023/01/GHSA-m626-6hq4-mf59/GHSA-m626-6hq4-mf59.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-mf4h-3w62-2q52/GHSA-mf4h-3w62-2q52.json b/advisories/unreviewed/2023/01/GHSA-mf4h-3w62-2q52/GHSA-mf4h-3w62-2q52.json index 2ddd3c5d2b8..5a36c22fc2d 100644 --- a/advisories/unreviewed/2023/01/GHSA-mf4h-3w62-2q52/GHSA-mf4h-3w62-2q52.json +++ b/advisories/unreviewed/2023/01/GHSA-mf4h-3w62-2q52/GHSA-mf4h-3w62-2q52.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-phf7-jh23-35hg/GHSA-phf7-jh23-35hg.json b/advisories/unreviewed/2023/01/GHSA-phf7-jh23-35hg/GHSA-phf7-jh23-35hg.json index 87311f53976..412668fddfb 100644 --- a/advisories/unreviewed/2023/01/GHSA-phf7-jh23-35hg/GHSA-phf7-jh23-35hg.json +++ b/advisories/unreviewed/2023/01/GHSA-phf7-jh23-35hg/GHSA-phf7-jh23-35hg.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-qqg4-gm3f-2r2x/GHSA-qqg4-gm3f-2r2x.json b/advisories/unreviewed/2023/01/GHSA-qqg4-gm3f-2r2x/GHSA-qqg4-gm3f-2r2x.json index 926ffcf5d9e..5e6e4cf0eeb 100644 --- a/advisories/unreviewed/2023/01/GHSA-qqg4-gm3f-2r2x/GHSA-qqg4-gm3f-2r2x.json +++ b/advisories/unreviewed/2023/01/GHSA-qqg4-gm3f-2r2x/GHSA-qqg4-gm3f-2r2x.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-r79h-xwx8-4h7h/GHSA-r79h-xwx8-4h7h.json b/advisories/unreviewed/2023/01/GHSA-r79h-xwx8-4h7h/GHSA-r79h-xwx8-4h7h.json index 38448cfac9c..4cd6f74465b 100644 --- a/advisories/unreviewed/2023/01/GHSA-r79h-xwx8-4h7h/GHSA-r79h-xwx8-4h7h.json +++ b/advisories/unreviewed/2023/01/GHSA-r79h-xwx8-4h7h/GHSA-r79h-xwx8-4h7h.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-rqw2-67r2-92rw/GHSA-rqw2-67r2-92rw.json b/advisories/unreviewed/2023/01/GHSA-rqw2-67r2-92rw/GHSA-rqw2-67r2-92rw.json index 29fc8558ded..3c809afa7ec 100644 --- a/advisories/unreviewed/2023/01/GHSA-rqw2-67r2-92rw/GHSA-rqw2-67r2-92rw.json +++ b/advisories/unreviewed/2023/01/GHSA-rqw2-67r2-92rw/GHSA-rqw2-67r2-92rw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-vm7v-r797-g9gr/GHSA-vm7v-r797-g9gr.json b/advisories/unreviewed/2023/01/GHSA-vm7v-r797-g9gr/GHSA-vm7v-r797-g9gr.json index 8b765e204f0..5d3354c39bf 100644 --- a/advisories/unreviewed/2023/01/GHSA-vm7v-r797-g9gr/GHSA-vm7v-r797-g9gr.json +++ b/advisories/unreviewed/2023/01/GHSA-vm7v-r797-g9gr/GHSA-vm7v-r797-g9gr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-vrgm-6f5q-4qvv/GHSA-vrgm-6f5q-4qvv.json b/advisories/unreviewed/2023/01/GHSA-vrgm-6f5q-4qvv/GHSA-vrgm-6f5q-4qvv.json index 2d8d694cc46..52facb61f9c 100644 --- a/advisories/unreviewed/2023/01/GHSA-vrgm-6f5q-4qvv/GHSA-vrgm-6f5q-4qvv.json +++ b/advisories/unreviewed/2023/01/GHSA-vrgm-6f5q-4qvv/GHSA-vrgm-6f5q-4qvv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-whgw-335m-94hj/GHSA-whgw-335m-94hj.json b/advisories/unreviewed/2023/01/GHSA-whgw-335m-94hj/GHSA-whgw-335m-94hj.json index 932afb6e280..52275984713 100644 --- a/advisories/unreviewed/2023/01/GHSA-whgw-335m-94hj/GHSA-whgw-335m-94hj.json +++ b/advisories/unreviewed/2023/01/GHSA-whgw-335m-94hj/GHSA-whgw-335m-94hj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-wphc-qxmp-3mpm/GHSA-wphc-qxmp-3mpm.json b/advisories/unreviewed/2023/01/GHSA-wphc-qxmp-3mpm/GHSA-wphc-qxmp-3mpm.json index 66e9044b561..5c7a685748a 100644 --- a/advisories/unreviewed/2023/01/GHSA-wphc-qxmp-3mpm/GHSA-wphc-qxmp-3mpm.json +++ b/advisories/unreviewed/2023/01/GHSA-wphc-qxmp-3mpm/GHSA-wphc-qxmp-3mpm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-wx87-w3qj-p73g/GHSA-wx87-w3qj-p73g.json b/advisories/unreviewed/2023/01/GHSA-wx87-w3qj-p73g/GHSA-wx87-w3qj-p73g.json index a62f0d60ac6..f5a10d795a1 100644 --- a/advisories/unreviewed/2023/01/GHSA-wx87-w3qj-p73g/GHSA-wx87-w3qj-p73g.json +++ b/advisories/unreviewed/2023/01/GHSA-wx87-w3qj-p73g/GHSA-wx87-w3qj-p73g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-x3gc-2q27-cx8r/GHSA-x3gc-2q27-cx8r.json b/advisories/unreviewed/2023/01/GHSA-x3gc-2q27-cx8r/GHSA-x3gc-2q27-cx8r.json index 8a910137c17..4ae29df258d 100644 --- a/advisories/unreviewed/2023/01/GHSA-x3gc-2q27-cx8r/GHSA-x3gc-2q27-cx8r.json +++ b/advisories/unreviewed/2023/01/GHSA-x3gc-2q27-cx8r/GHSA-x3gc-2q27-cx8r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-xw85-qpwr-ch8h/GHSA-xw85-qpwr-ch8h.json b/advisories/unreviewed/2023/01/GHSA-xw85-qpwr-ch8h/GHSA-xw85-qpwr-ch8h.json index 731225b13bb..8728e5a437e 100644 --- a/advisories/unreviewed/2023/01/GHSA-xw85-qpwr-ch8h/GHSA-xw85-qpwr-ch8h.json +++ b/advisories/unreviewed/2023/01/GHSA-xw85-qpwr-ch8h/GHSA-xw85-qpwr-ch8h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/01/GHSA-xwqg-3xfc-gp8v/GHSA-xwqg-3xfc-gp8v.json b/advisories/unreviewed/2023/01/GHSA-xwqg-3xfc-gp8v/GHSA-xwqg-3xfc-gp8v.json index de491039e0f..081b195d852 100644 --- a/advisories/unreviewed/2023/01/GHSA-xwqg-3xfc-gp8v/GHSA-xwqg-3xfc-gp8v.json +++ b/advisories/unreviewed/2023/01/GHSA-xwqg-3xfc-gp8v/GHSA-xwqg-3xfc-gp8v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/01/GHSA-xwx9-3j88-2p48/GHSA-xwx9-3j88-2p48.json b/advisories/unreviewed/2023/01/GHSA-xwx9-3j88-2p48/GHSA-xwx9-3j88-2p48.json index 47bcbf4d6c9..3a33da865a3 100644 --- a/advisories/unreviewed/2023/01/GHSA-xwx9-3j88-2p48/GHSA-xwx9-3j88-2p48.json +++ b/advisories/unreviewed/2023/01/GHSA-xwx9-3j88-2p48/GHSA-xwx9-3j88-2p48.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/02/GHSA-49wc-943v-whmw/GHSA-49wc-943v-whmw.json b/advisories/unreviewed/2023/02/GHSA-49wc-943v-whmw/GHSA-49wc-943v-whmw.json index 062737fb1c1..9d7d995eec3 100644 --- a/advisories/unreviewed/2023/02/GHSA-49wc-943v-whmw/GHSA-49wc-943v-whmw.json +++ b/advisories/unreviewed/2023/02/GHSA-49wc-943v-whmw/GHSA-49wc-943v-whmw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/02/GHSA-4v8x-g9mf-87fr/GHSA-4v8x-g9mf-87fr.json b/advisories/unreviewed/2023/02/GHSA-4v8x-g9mf-87fr/GHSA-4v8x-g9mf-87fr.json index d538913082f..55ab59014d5 100644 --- a/advisories/unreviewed/2023/02/GHSA-4v8x-g9mf-87fr/GHSA-4v8x-g9mf-87fr.json +++ b/advisories/unreviewed/2023/02/GHSA-4v8x-g9mf-87fr/GHSA-4v8x-g9mf-87fr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-8c5c-wpc5-p822/GHSA-8c5c-wpc5-p822.json b/advisories/unreviewed/2023/02/GHSA-8c5c-wpc5-p822/GHSA-8c5c-wpc5-p822.json index 6d556ea8abe..b5a4bfbb2bd 100644 --- a/advisories/unreviewed/2023/02/GHSA-8c5c-wpc5-p822/GHSA-8c5c-wpc5-p822.json +++ b/advisories/unreviewed/2023/02/GHSA-8c5c-wpc5-p822/GHSA-8c5c-wpc5-p822.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/02/GHSA-9w9w-3fwh-4rc6/GHSA-9w9w-3fwh-4rc6.json b/advisories/unreviewed/2023/02/GHSA-9w9w-3fwh-4rc6/GHSA-9w9w-3fwh-4rc6.json index 56d7d6103b0..017b69d7bf5 100644 --- a/advisories/unreviewed/2023/02/GHSA-9w9w-3fwh-4rc6/GHSA-9w9w-3fwh-4rc6.json +++ b/advisories/unreviewed/2023/02/GHSA-9w9w-3fwh-4rc6/GHSA-9w9w-3fwh-4rc6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/02/GHSA-hqvv-x2xp-chxw/GHSA-hqvv-x2xp-chxw.json b/advisories/unreviewed/2023/02/GHSA-hqvv-x2xp-chxw/GHSA-hqvv-x2xp-chxw.json index 29a862419ac..5c48bf66a73 100644 --- a/advisories/unreviewed/2023/02/GHSA-hqvv-x2xp-chxw/GHSA-hqvv-x2xp-chxw.json +++ b/advisories/unreviewed/2023/02/GHSA-hqvv-x2xp-chxw/GHSA-hqvv-x2xp-chxw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/02/GHSA-xp67-pj6p-rpvg/GHSA-xp67-pj6p-rpvg.json b/advisories/unreviewed/2023/02/GHSA-xp67-pj6p-rpvg/GHSA-xp67-pj6p-rpvg.json index 45a432ac60d..6d8685018d6 100644 --- a/advisories/unreviewed/2023/02/GHSA-xp67-pj6p-rpvg/GHSA-xp67-pj6p-rpvg.json +++ b/advisories/unreviewed/2023/02/GHSA-xp67-pj6p-rpvg/GHSA-xp67-pj6p-rpvg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-2c5h-8vr9-5p47/GHSA-2c5h-8vr9-5p47.json b/advisories/unreviewed/2023/03/GHSA-2c5h-8vr9-5p47/GHSA-2c5h-8vr9-5p47.json index 923b5d4623d..60ff83f6662 100644 --- a/advisories/unreviewed/2023/03/GHSA-2c5h-8vr9-5p47/GHSA-2c5h-8vr9-5p47.json +++ b/advisories/unreviewed/2023/03/GHSA-2c5h-8vr9-5p47/GHSA-2c5h-8vr9-5p47.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-4wcm-rwhh-gjfc/GHSA-4wcm-rwhh-gjfc.json b/advisories/unreviewed/2023/03/GHSA-4wcm-rwhh-gjfc/GHSA-4wcm-rwhh-gjfc.json index c951e8cbe43..2550cd8a505 100644 --- a/advisories/unreviewed/2023/03/GHSA-4wcm-rwhh-gjfc/GHSA-4wcm-rwhh-gjfc.json +++ b/advisories/unreviewed/2023/03/GHSA-4wcm-rwhh-gjfc/GHSA-4wcm-rwhh-gjfc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-7vfq-wvr3-47vm/GHSA-7vfq-wvr3-47vm.json b/advisories/unreviewed/2023/03/GHSA-7vfq-wvr3-47vm/GHSA-7vfq-wvr3-47vm.json index a5d9b849b12..9bf0a42b691 100644 --- a/advisories/unreviewed/2023/03/GHSA-7vfq-wvr3-47vm/GHSA-7vfq-wvr3-47vm.json +++ b/advisories/unreviewed/2023/03/GHSA-7vfq-wvr3-47vm/GHSA-7vfq-wvr3-47vm.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/2023/03/GHSA-f3qx-xrcx-25gj/GHSA-f3qx-xrcx-25gj.json b/advisories/unreviewed/2023/03/GHSA-f3qx-xrcx-25gj/GHSA-f3qx-xrcx-25gj.json index b316145f7d0..82d2a67a9ca 100644 --- a/advisories/unreviewed/2023/03/GHSA-f3qx-xrcx-25gj/GHSA-f3qx-xrcx-25gj.json +++ b/advisories/unreviewed/2023/03/GHSA-f3qx-xrcx-25gj/GHSA-f3qx-xrcx-25gj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-fpmq-pvjx-5562/GHSA-fpmq-pvjx-5562.json b/advisories/unreviewed/2023/03/GHSA-fpmq-pvjx-5562/GHSA-fpmq-pvjx-5562.json index 4e2dad2e45e..f294dc1ef62 100644 --- a/advisories/unreviewed/2023/03/GHSA-fpmq-pvjx-5562/GHSA-fpmq-pvjx-5562.json +++ b/advisories/unreviewed/2023/03/GHSA-fpmq-pvjx-5562/GHSA-fpmq-pvjx-5562.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-gmq2-6hqw-wqw4/GHSA-gmq2-6hqw-wqw4.json b/advisories/unreviewed/2023/03/GHSA-gmq2-6hqw-wqw4/GHSA-gmq2-6hqw-wqw4.json index ba80a86d908..237609dd18f 100644 --- a/advisories/unreviewed/2023/03/GHSA-gmq2-6hqw-wqw4/GHSA-gmq2-6hqw-wqw4.json +++ b/advisories/unreviewed/2023/03/GHSA-gmq2-6hqw-wqw4/GHSA-gmq2-6hqw-wqw4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-gp6v-q35c-7fh4/GHSA-gp6v-q35c-7fh4.json b/advisories/unreviewed/2023/03/GHSA-gp6v-q35c-7fh4/GHSA-gp6v-q35c-7fh4.json index aa11ff55b3a..362ecfeea3c 100644 --- a/advisories/unreviewed/2023/03/GHSA-gp6v-q35c-7fh4/GHSA-gp6v-q35c-7fh4.json +++ b/advisories/unreviewed/2023/03/GHSA-gp6v-q35c-7fh4/GHSA-gp6v-q35c-7fh4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-hj76-6x6q-33x8/GHSA-hj76-6x6q-33x8.json b/advisories/unreviewed/2023/03/GHSA-hj76-6x6q-33x8/GHSA-hj76-6x6q-33x8.json index d2986004783..2180fc98454 100644 --- a/advisories/unreviewed/2023/03/GHSA-hj76-6x6q-33x8/GHSA-hj76-6x6q-33x8.json +++ b/advisories/unreviewed/2023/03/GHSA-hj76-6x6q-33x8/GHSA-hj76-6x6q-33x8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-px8r-58mv-g44f/GHSA-px8r-58mv-g44f.json b/advisories/unreviewed/2023/03/GHSA-px8r-58mv-g44f/GHSA-px8r-58mv-g44f.json index c7f1f8acf43..78da22ab584 100644 --- a/advisories/unreviewed/2023/03/GHSA-px8r-58mv-g44f/GHSA-px8r-58mv-g44f.json +++ b/advisories/unreviewed/2023/03/GHSA-px8r-58mv-g44f/GHSA-px8r-58mv-g44f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/03/GHSA-r3h3-g5xw-7jcr/GHSA-r3h3-g5xw-7jcr.json b/advisories/unreviewed/2023/03/GHSA-r3h3-g5xw-7jcr/GHSA-r3h3-g5xw-7jcr.json index 6cdcd772473..d8566c5376c 100644 --- a/advisories/unreviewed/2023/03/GHSA-r3h3-g5xw-7jcr/GHSA-r3h3-g5xw-7jcr.json +++ b/advisories/unreviewed/2023/03/GHSA-r3h3-g5xw-7jcr/GHSA-r3h3-g5xw-7jcr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/03/GHSA-xj84-whq8-hph6/GHSA-xj84-whq8-hph6.json b/advisories/unreviewed/2023/03/GHSA-xj84-whq8-hph6/GHSA-xj84-whq8-hph6.json index 79360eceeeb..e44d206f129 100644 --- a/advisories/unreviewed/2023/03/GHSA-xj84-whq8-hph6/GHSA-xj84-whq8-hph6.json +++ b/advisories/unreviewed/2023/03/GHSA-xj84-whq8-hph6/GHSA-xj84-whq8-hph6.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/2023/04/GHSA-2c69-r2jh-xjvm/GHSA-2c69-r2jh-xjvm.json b/advisories/unreviewed/2023/04/GHSA-2c69-r2jh-xjvm/GHSA-2c69-r2jh-xjvm.json index 4c6b5c42dd5..a0965c27c4a 100644 --- a/advisories/unreviewed/2023/04/GHSA-2c69-r2jh-xjvm/GHSA-2c69-r2jh-xjvm.json +++ b/advisories/unreviewed/2023/04/GHSA-2c69-r2jh-xjvm/GHSA-2c69-r2jh-xjvm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-gj52-rqw6-xxqh/GHSA-gj52-rqw6-xxqh.json b/advisories/unreviewed/2023/04/GHSA-gj52-rqw6-xxqh/GHSA-gj52-rqw6-xxqh.json index cce2569956d..a73d5af2693 100644 --- a/advisories/unreviewed/2023/04/GHSA-gj52-rqw6-xxqh/GHSA-gj52-rqw6-xxqh.json +++ b/advisories/unreviewed/2023/04/GHSA-gj52-rqw6-xxqh/GHSA-gj52-rqw6-xxqh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-jhwv-h83w-79m9/GHSA-jhwv-h83w-79m9.json b/advisories/unreviewed/2023/04/GHSA-jhwv-h83w-79m9/GHSA-jhwv-h83w-79m9.json index 25f1af8ef47..4fe3a3b5925 100644 --- a/advisories/unreviewed/2023/04/GHSA-jhwv-h83w-79m9/GHSA-jhwv-h83w-79m9.json +++ b/advisories/unreviewed/2023/04/GHSA-jhwv-h83w-79m9/GHSA-jhwv-h83w-79m9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/04/GHSA-p978-r5x5-www2/GHSA-p978-r5x5-www2.json b/advisories/unreviewed/2023/04/GHSA-p978-r5x5-www2/GHSA-p978-r5x5-www2.json index 35f35205587..5a8f5ec7a79 100644 --- a/advisories/unreviewed/2023/04/GHSA-p978-r5x5-www2/GHSA-p978-r5x5-www2.json +++ b/advisories/unreviewed/2023/04/GHSA-p978-r5x5-www2/GHSA-p978-r5x5-www2.json @@ -7,12 +7,8 @@ "CVE-2022-43128" ], "details": "Dreamer CMS 4.0.1 allows SQL injection via ArchivesMapper.xml.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/05/GHSA-xgxg-434x-64m4/GHSA-xgxg-434x-64m4.json b/advisories/unreviewed/2023/05/GHSA-xgxg-434x-64m4/GHSA-xgxg-434x-64m4.json index 94bde385fef..f0fcc091339 100644 --- a/advisories/unreviewed/2023/05/GHSA-xgxg-434x-64m4/GHSA-xgxg-434x-64m4.json +++ b/advisories/unreviewed/2023/05/GHSA-xgxg-434x-64m4/GHSA-xgxg-434x-64m4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2023/09/GHSA-6589-j38p-mm8c/GHSA-6589-j38p-mm8c.json b/advisories/unreviewed/2023/09/GHSA-6589-j38p-mm8c/GHSA-6589-j38p-mm8c.json index 443901d12fc..fa6a74c52eb 100644 --- a/advisories/unreviewed/2023/09/GHSA-6589-j38p-mm8c/GHSA-6589-j38p-mm8c.json +++ b/advisories/unreviewed/2023/09/GHSA-6589-j38p-mm8c/GHSA-6589-j38p-mm8c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-2jw2-fcpf-pj3x/GHSA-2jw2-fcpf-pj3x.json b/advisories/unreviewed/2023/10/GHSA-2jw2-fcpf-pj3x/GHSA-2jw2-fcpf-pj3x.json index 8974b45a291..a82f7b047f3 100644 --- a/advisories/unreviewed/2023/10/GHSA-2jw2-fcpf-pj3x/GHSA-2jw2-fcpf-pj3x.json +++ b/advisories/unreviewed/2023/10/GHSA-2jw2-fcpf-pj3x/GHSA-2jw2-fcpf-pj3x.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/2023/10/GHSA-2q2c-7wf9-f9c2/GHSA-2q2c-7wf9-f9c2.json b/advisories/unreviewed/2023/10/GHSA-2q2c-7wf9-f9c2/GHSA-2q2c-7wf9-f9c2.json index 8c56d0471aa..7d78e34644e 100644 --- a/advisories/unreviewed/2023/10/GHSA-2q2c-7wf9-f9c2/GHSA-2q2c-7wf9-f9c2.json +++ b/advisories/unreviewed/2023/10/GHSA-2q2c-7wf9-f9c2/GHSA-2q2c-7wf9-f9c2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-42cp-342j-hw3x/GHSA-42cp-342j-hw3x.json b/advisories/unreviewed/2023/10/GHSA-42cp-342j-hw3x/GHSA-42cp-342j-hw3x.json index b16686fef1b..aaf93ebec18 100644 --- a/advisories/unreviewed/2023/10/GHSA-42cp-342j-hw3x/GHSA-42cp-342j-hw3x.json +++ b/advisories/unreviewed/2023/10/GHSA-42cp-342j-hw3x/GHSA-42cp-342j-hw3x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-4qwg-3cm6-6646/GHSA-4qwg-3cm6-6646.json b/advisories/unreviewed/2023/10/GHSA-4qwg-3cm6-6646/GHSA-4qwg-3cm6-6646.json index 08af0703909..ec8f642839d 100644 --- a/advisories/unreviewed/2023/10/GHSA-4qwg-3cm6-6646/GHSA-4qwg-3cm6-6646.json +++ b/advisories/unreviewed/2023/10/GHSA-4qwg-3cm6-6646/GHSA-4qwg-3cm6-6646.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-65xh-wxfv-47ch/GHSA-65xh-wxfv-47ch.json b/advisories/unreviewed/2023/10/GHSA-65xh-wxfv-47ch/GHSA-65xh-wxfv-47ch.json index 8492253cd16..8ef3b8aeb1d 100644 --- a/advisories/unreviewed/2023/10/GHSA-65xh-wxfv-47ch/GHSA-65xh-wxfv-47ch.json +++ b/advisories/unreviewed/2023/10/GHSA-65xh-wxfv-47ch/GHSA-65xh-wxfv-47ch.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-895w-8xj4-27h7/GHSA-895w-8xj4-27h7.json b/advisories/unreviewed/2023/10/GHSA-895w-8xj4-27h7/GHSA-895w-8xj4-27h7.json index 08321f3a8ec..80534410531 100644 --- a/advisories/unreviewed/2023/10/GHSA-895w-8xj4-27h7/GHSA-895w-8xj4-27h7.json +++ b/advisories/unreviewed/2023/10/GHSA-895w-8xj4-27h7/GHSA-895w-8xj4-27h7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-9962-6v6v-536h/GHSA-9962-6v6v-536h.json b/advisories/unreviewed/2023/10/GHSA-9962-6v6v-536h/GHSA-9962-6v6v-536h.json index 6d7286c96cc..87bf9aca29c 100644 --- a/advisories/unreviewed/2023/10/GHSA-9962-6v6v-536h/GHSA-9962-6v6v-536h.json +++ b/advisories/unreviewed/2023/10/GHSA-9962-6v6v-536h/GHSA-9962-6v6v-536h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/2023/10/GHSA-9xm2-c28x-g93r/GHSA-9xm2-c28x-g93r.json b/advisories/unreviewed/2023/10/GHSA-9xm2-c28x-g93r/GHSA-9xm2-c28x-g93r.json index f6ee7d94723..bbdf696f0db 100644 --- a/advisories/unreviewed/2023/10/GHSA-9xm2-c28x-g93r/GHSA-9xm2-c28x-g93r.json +++ b/advisories/unreviewed/2023/10/GHSA-9xm2-c28x-g93r/GHSA-9xm2-c28x-g93r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-fjc9-jw7g-7732/GHSA-fjc9-jw7g-7732.json b/advisories/unreviewed/2023/10/GHSA-fjc9-jw7g-7732/GHSA-fjc9-jw7g-7732.json index 2113620ebef..f48e0307bc0 100644 --- a/advisories/unreviewed/2023/10/GHSA-fjc9-jw7g-7732/GHSA-fjc9-jw7g-7732.json +++ b/advisories/unreviewed/2023/10/GHSA-fjc9-jw7g-7732/GHSA-fjc9-jw7g-7732.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-h5hf-5wcj-6hmf/GHSA-h5hf-5wcj-6hmf.json b/advisories/unreviewed/2023/10/GHSA-h5hf-5wcj-6hmf/GHSA-h5hf-5wcj-6hmf.json index aea0ea9ca21..c6e06fd5820 100644 --- a/advisories/unreviewed/2023/10/GHSA-h5hf-5wcj-6hmf/GHSA-h5hf-5wcj-6hmf.json +++ b/advisories/unreviewed/2023/10/GHSA-h5hf-5wcj-6hmf/GHSA-h5hf-5wcj-6hmf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-jh46-rmg6-r59w/GHSA-jh46-rmg6-r59w.json b/advisories/unreviewed/2023/10/GHSA-jh46-rmg6-r59w/GHSA-jh46-rmg6-r59w.json index f517209fec1..61653abbdf4 100644 --- a/advisories/unreviewed/2023/10/GHSA-jh46-rmg6-r59w/GHSA-jh46-rmg6-r59w.json +++ b/advisories/unreviewed/2023/10/GHSA-jh46-rmg6-r59w/GHSA-jh46-rmg6-r59w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-jj8j-m6ch-fccm/GHSA-jj8j-m6ch-fccm.json b/advisories/unreviewed/2023/10/GHSA-jj8j-m6ch-fccm/GHSA-jj8j-m6ch-fccm.json index 8699def1e48..08d111debad 100644 --- a/advisories/unreviewed/2023/10/GHSA-jj8j-m6ch-fccm/GHSA-jj8j-m6ch-fccm.json +++ b/advisories/unreviewed/2023/10/GHSA-jj8j-m6ch-fccm/GHSA-jj8j-m6ch-fccm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-mpxh-9vrg-gqx5/GHSA-mpxh-9vrg-gqx5.json b/advisories/unreviewed/2023/10/GHSA-mpxh-9vrg-gqx5/GHSA-mpxh-9vrg-gqx5.json index 8a09b0ba8d1..7333b4b6cc8 100644 --- a/advisories/unreviewed/2023/10/GHSA-mpxh-9vrg-gqx5/GHSA-mpxh-9vrg-gqx5.json +++ b/advisories/unreviewed/2023/10/GHSA-mpxh-9vrg-gqx5/GHSA-mpxh-9vrg-gqx5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-p2rj-m2c8-2vm5/GHSA-p2rj-m2c8-2vm5.json b/advisories/unreviewed/2023/10/GHSA-p2rj-m2c8-2vm5/GHSA-p2rj-m2c8-2vm5.json index b42a0372ba2..3e8d46c89c5 100644 --- a/advisories/unreviewed/2023/10/GHSA-p2rj-m2c8-2vm5/GHSA-p2rj-m2c8-2vm5.json +++ b/advisories/unreviewed/2023/10/GHSA-p2rj-m2c8-2vm5/GHSA-p2rj-m2c8-2vm5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-q385-6v59-7vxv/GHSA-q385-6v59-7vxv.json b/advisories/unreviewed/2023/10/GHSA-q385-6v59-7vxv/GHSA-q385-6v59-7vxv.json index 081799d244b..8359d37e263 100644 --- a/advisories/unreviewed/2023/10/GHSA-q385-6v59-7vxv/GHSA-q385-6v59-7vxv.json +++ b/advisories/unreviewed/2023/10/GHSA-q385-6v59-7vxv/GHSA-q385-6v59-7vxv.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/10/GHSA-r2hv-xh5m-g4w7/GHSA-r2hv-xh5m-g4w7.json b/advisories/unreviewed/2023/10/GHSA-r2hv-xh5m-g4w7/GHSA-r2hv-xh5m-g4w7.json index 3318106e7ab..622d811520e 100644 --- a/advisories/unreviewed/2023/10/GHSA-r2hv-xh5m-g4w7/GHSA-r2hv-xh5m-g4w7.json +++ b/advisories/unreviewed/2023/10/GHSA-r2hv-xh5m-g4w7/GHSA-r2hv-xh5m-g4w7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-r4wr-j2mc-r37v/GHSA-r4wr-j2mc-r37v.json b/advisories/unreviewed/2023/10/GHSA-r4wr-j2mc-r37v/GHSA-r4wr-j2mc-r37v.json index 4474ae1373e..51c13e79bea 100644 --- a/advisories/unreviewed/2023/10/GHSA-r4wr-j2mc-r37v/GHSA-r4wr-j2mc-r37v.json +++ b/advisories/unreviewed/2023/10/GHSA-r4wr-j2mc-r37v/GHSA-r4wr-j2mc-r37v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-r75f-cj9v-2727/GHSA-r75f-cj9v-2727.json b/advisories/unreviewed/2023/10/GHSA-r75f-cj9v-2727/GHSA-r75f-cj9v-2727.json index 2ee63221b1d..ae5473c9c02 100644 --- a/advisories/unreviewed/2023/10/GHSA-r75f-cj9v-2727/GHSA-r75f-cj9v-2727.json +++ b/advisories/unreviewed/2023/10/GHSA-r75f-cj9v-2727/GHSA-r75f-cj9v-2727.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-v8cj-3jcf-7q97/GHSA-v8cj-3jcf-7q97.json b/advisories/unreviewed/2023/10/GHSA-v8cj-3jcf-7q97/GHSA-v8cj-3jcf-7q97.json index e168ca35b88..ca969e89015 100644 --- a/advisories/unreviewed/2023/10/GHSA-v8cj-3jcf-7q97/GHSA-v8cj-3jcf-7q97.json +++ b/advisories/unreviewed/2023/10/GHSA-v8cj-3jcf-7q97/GHSA-v8cj-3jcf-7q97.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/10/GHSA-x642-vcqw-qq9v/GHSA-x642-vcqw-qq9v.json b/advisories/unreviewed/2023/10/GHSA-x642-vcqw-qq9v/GHSA-x642-vcqw-qq9v.json index 8f120a76c29..4283e1fa64c 100644 --- a/advisories/unreviewed/2023/10/GHSA-x642-vcqw-qq9v/GHSA-x642-vcqw-qq9v.json +++ b/advisories/unreviewed/2023/10/GHSA-x642-vcqw-qq9v/GHSA-x642-vcqw-qq9v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-358j-mvxh-xxc8/GHSA-358j-mvxh-xxc8.json b/advisories/unreviewed/2023/11/GHSA-358j-mvxh-xxc8/GHSA-358j-mvxh-xxc8.json index 09a4ace1f5c..f68f2e1ab0e 100644 --- a/advisories/unreviewed/2023/11/GHSA-358j-mvxh-xxc8/GHSA-358j-mvxh-xxc8.json +++ b/advisories/unreviewed/2023/11/GHSA-358j-mvxh-xxc8/GHSA-358j-mvxh-xxc8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-4xpq-wqf9-p6mv/GHSA-4xpq-wqf9-p6mv.json b/advisories/unreviewed/2023/11/GHSA-4xpq-wqf9-p6mv/GHSA-4xpq-wqf9-p6mv.json index 0c67fc03c97..2413989dd16 100644 --- a/advisories/unreviewed/2023/11/GHSA-4xpq-wqf9-p6mv/GHSA-4xpq-wqf9-p6mv.json +++ b/advisories/unreviewed/2023/11/GHSA-4xpq-wqf9-p6mv/GHSA-4xpq-wqf9-p6mv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-5mpg-rwcj-r8cj/GHSA-5mpg-rwcj-r8cj.json b/advisories/unreviewed/2023/11/GHSA-5mpg-rwcj-r8cj/GHSA-5mpg-rwcj-r8cj.json index 71b9e1b170f..f3f3f0f941c 100644 --- a/advisories/unreviewed/2023/11/GHSA-5mpg-rwcj-r8cj/GHSA-5mpg-rwcj-r8cj.json +++ b/advisories/unreviewed/2023/11/GHSA-5mpg-rwcj-r8cj/GHSA-5mpg-rwcj-r8cj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-74j8-4v49-qf74/GHSA-74j8-4v49-qf74.json b/advisories/unreviewed/2023/11/GHSA-74j8-4v49-qf74/GHSA-74j8-4v49-qf74.json index 6d37d8abb4f..fe031cd19c2 100644 --- a/advisories/unreviewed/2023/11/GHSA-74j8-4v49-qf74/GHSA-74j8-4v49-qf74.json +++ b/advisories/unreviewed/2023/11/GHSA-74j8-4v49-qf74/GHSA-74j8-4v49-qf74.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-7h5h-qg5p-jjpf/GHSA-7h5h-qg5p-jjpf.json b/advisories/unreviewed/2023/11/GHSA-7h5h-qg5p-jjpf/GHSA-7h5h-qg5p-jjpf.json index da5616b10ac..80270a59199 100644 --- a/advisories/unreviewed/2023/11/GHSA-7h5h-qg5p-jjpf/GHSA-7h5h-qg5p-jjpf.json +++ b/advisories/unreviewed/2023/11/GHSA-7h5h-qg5p-jjpf/GHSA-7h5h-qg5p-jjpf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-89r9-jhrv-559c/GHSA-89r9-jhrv-559c.json b/advisories/unreviewed/2023/11/GHSA-89r9-jhrv-559c/GHSA-89r9-jhrv-559c.json index c96927c6155..161509b04e3 100644 --- a/advisories/unreviewed/2023/11/GHSA-89r9-jhrv-559c/GHSA-89r9-jhrv-559c.json +++ b/advisories/unreviewed/2023/11/GHSA-89r9-jhrv-559c/GHSA-89r9-jhrv-559c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-8w36-q6qv-jw4f/GHSA-8w36-q6qv-jw4f.json b/advisories/unreviewed/2023/11/GHSA-8w36-q6qv-jw4f/GHSA-8w36-q6qv-jw4f.json index 080546ce3ad..e1ed10e10fa 100644 --- a/advisories/unreviewed/2023/11/GHSA-8w36-q6qv-jw4f/GHSA-8w36-q6qv-jw4f.json +++ b/advisories/unreviewed/2023/11/GHSA-8w36-q6qv-jw4f/GHSA-8w36-q6qv-jw4f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-mv27-9wx9-gm8x/GHSA-mv27-9wx9-gm8x.json b/advisories/unreviewed/2023/11/GHSA-mv27-9wx9-gm8x/GHSA-mv27-9wx9-gm8x.json index 70c256fa3f1..b0ef4d5e97a 100644 --- a/advisories/unreviewed/2023/11/GHSA-mv27-9wx9-gm8x/GHSA-mv27-9wx9-gm8x.json +++ b/advisories/unreviewed/2023/11/GHSA-mv27-9wx9-gm8x/GHSA-mv27-9wx9-gm8x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-r23r-h529-fcxw/GHSA-r23r-h529-fcxw.json b/advisories/unreviewed/2023/11/GHSA-r23r-h529-fcxw/GHSA-r23r-h529-fcxw.json index 2c0150bf99f..d88458d3b95 100644 --- a/advisories/unreviewed/2023/11/GHSA-r23r-h529-fcxw/GHSA-r23r-h529-fcxw.json +++ b/advisories/unreviewed/2023/11/GHSA-r23r-h529-fcxw/GHSA-r23r-h529-fcxw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-rhhg-49v7-xmqc/GHSA-rhhg-49v7-xmqc.json b/advisories/unreviewed/2023/11/GHSA-rhhg-49v7-xmqc/GHSA-rhhg-49v7-xmqc.json index 824ec738434..dbe499c56af 100644 --- a/advisories/unreviewed/2023/11/GHSA-rhhg-49v7-xmqc/GHSA-rhhg-49v7-xmqc.json +++ b/advisories/unreviewed/2023/11/GHSA-rhhg-49v7-xmqc/GHSA-rhhg-49v7-xmqc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-w3vg-2x3w-fq35/GHSA-w3vg-2x3w-fq35.json b/advisories/unreviewed/2023/11/GHSA-w3vg-2x3w-fq35/GHSA-w3vg-2x3w-fq35.json index d189640e4b0..ada652316e6 100644 --- a/advisories/unreviewed/2023/11/GHSA-w3vg-2x3w-fq35/GHSA-w3vg-2x3w-fq35.json +++ b/advisories/unreviewed/2023/11/GHSA-w3vg-2x3w-fq35/GHSA-w3vg-2x3w-fq35.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-wjqc-5477-jpgg/GHSA-wjqc-5477-jpgg.json b/advisories/unreviewed/2023/11/GHSA-wjqc-5477-jpgg/GHSA-wjqc-5477-jpgg.json index 074fb898e22..e8ba4d8eab9 100644 --- a/advisories/unreviewed/2023/11/GHSA-wjqc-5477-jpgg/GHSA-wjqc-5477-jpgg.json +++ b/advisories/unreviewed/2023/11/GHSA-wjqc-5477-jpgg/GHSA-wjqc-5477-jpgg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-xr7w-c4xp-gqc3/GHSA-xr7w-c4xp-gqc3.json b/advisories/unreviewed/2023/11/GHSA-xr7w-c4xp-gqc3/GHSA-xr7w-c4xp-gqc3.json index 5000258ffb5..cbda5977ff8 100644 --- a/advisories/unreviewed/2023/11/GHSA-xr7w-c4xp-gqc3/GHSA-xr7w-c4xp-gqc3.json +++ b/advisories/unreviewed/2023/11/GHSA-xr7w-c4xp-gqc3/GHSA-xr7w-c4xp-gqc3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/11/GHSA-xwr9-j862-6mj9/GHSA-xwr9-j862-6mj9.json b/advisories/unreviewed/2023/11/GHSA-xwr9-j862-6mj9/GHSA-xwr9-j862-6mj9.json index 4a1f7880b0c..8606fd8dc72 100644 --- a/advisories/unreviewed/2023/11/GHSA-xwr9-j862-6mj9/GHSA-xwr9-j862-6mj9.json +++ b/advisories/unreviewed/2023/11/GHSA-xwr9-j862-6mj9/GHSA-xwr9-j862-6mj9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-4m88-fhx6-92j5/GHSA-4m88-fhx6-92j5.json b/advisories/unreviewed/2023/12/GHSA-4m88-fhx6-92j5/GHSA-4m88-fhx6-92j5.json index e375731ff93..a9bfdbf9087 100644 --- a/advisories/unreviewed/2023/12/GHSA-4m88-fhx6-92j5/GHSA-4m88-fhx6-92j5.json +++ b/advisories/unreviewed/2023/12/GHSA-4m88-fhx6-92j5/GHSA-4m88-fhx6-92j5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-5p89-3w9x-m7cr/GHSA-5p89-3w9x-m7cr.json b/advisories/unreviewed/2023/12/GHSA-5p89-3w9x-m7cr/GHSA-5p89-3w9x-m7cr.json index e8354d60fc1..fda6d28811e 100644 --- a/advisories/unreviewed/2023/12/GHSA-5p89-3w9x-m7cr/GHSA-5p89-3w9x-m7cr.json +++ b/advisories/unreviewed/2023/12/GHSA-5p89-3w9x-m7cr/GHSA-5p89-3w9x-m7cr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-652f-58jv-j9fp/GHSA-652f-58jv-j9fp.json b/advisories/unreviewed/2023/12/GHSA-652f-58jv-j9fp/GHSA-652f-58jv-j9fp.json index b9914626b04..c5a30ccfb06 100644 --- a/advisories/unreviewed/2023/12/GHSA-652f-58jv-j9fp/GHSA-652f-58jv-j9fp.json +++ b/advisories/unreviewed/2023/12/GHSA-652f-58jv-j9fp/GHSA-652f-58jv-j9fp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-67hq-4mrx-r888/GHSA-67hq-4mrx-r888.json b/advisories/unreviewed/2023/12/GHSA-67hq-4mrx-r888/GHSA-67hq-4mrx-r888.json index 87bd983223a..20b19218647 100644 --- a/advisories/unreviewed/2023/12/GHSA-67hq-4mrx-r888/GHSA-67hq-4mrx-r888.json +++ b/advisories/unreviewed/2023/12/GHSA-67hq-4mrx-r888/GHSA-67hq-4mrx-r888.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-6959-h9pv-vhf9/GHSA-6959-h9pv-vhf9.json b/advisories/unreviewed/2023/12/GHSA-6959-h9pv-vhf9/GHSA-6959-h9pv-vhf9.json index 6e712e6d526..76f83ad860b 100644 --- a/advisories/unreviewed/2023/12/GHSA-6959-h9pv-vhf9/GHSA-6959-h9pv-vhf9.json +++ b/advisories/unreviewed/2023/12/GHSA-6959-h9pv-vhf9/GHSA-6959-h9pv-vhf9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-92pp-5g9w-8mgr/GHSA-92pp-5g9w-8mgr.json b/advisories/unreviewed/2023/12/GHSA-92pp-5g9w-8mgr/GHSA-92pp-5g9w-8mgr.json index 77620d820b0..40142450dad 100644 --- a/advisories/unreviewed/2023/12/GHSA-92pp-5g9w-8mgr/GHSA-92pp-5g9w-8mgr.json +++ b/advisories/unreviewed/2023/12/GHSA-92pp-5g9w-8mgr/GHSA-92pp-5g9w-8mgr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-988m-998x-3cxx/GHSA-988m-998x-3cxx.json b/advisories/unreviewed/2023/12/GHSA-988m-998x-3cxx/GHSA-988m-998x-3cxx.json index 89a870d2fbb..955318f59e4 100644 --- a/advisories/unreviewed/2023/12/GHSA-988m-998x-3cxx/GHSA-988m-998x-3cxx.json +++ b/advisories/unreviewed/2023/12/GHSA-988m-998x-3cxx/GHSA-988m-998x-3cxx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-cmm4-pc7p-g834/GHSA-cmm4-pc7p-g834.json b/advisories/unreviewed/2023/12/GHSA-cmm4-pc7p-g834/GHSA-cmm4-pc7p-g834.json index f40a3c15b48..457727139b2 100644 --- a/advisories/unreviewed/2023/12/GHSA-cmm4-pc7p-g834/GHSA-cmm4-pc7p-g834.json +++ b/advisories/unreviewed/2023/12/GHSA-cmm4-pc7p-g834/GHSA-cmm4-pc7p-g834.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-hh37-43rq-667r/GHSA-hh37-43rq-667r.json b/advisories/unreviewed/2023/12/GHSA-hh37-43rq-667r/GHSA-hh37-43rq-667r.json index 1eaf6e6c5ac..a5eac70e5c4 100644 --- a/advisories/unreviewed/2023/12/GHSA-hh37-43rq-667r/GHSA-hh37-43rq-667r.json +++ b/advisories/unreviewed/2023/12/GHSA-hh37-43rq-667r/GHSA-hh37-43rq-667r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-hmpw-7rwx-q968/GHSA-hmpw-7rwx-q968.json b/advisories/unreviewed/2023/12/GHSA-hmpw-7rwx-q968/GHSA-hmpw-7rwx-q968.json index a152d2bea77..ce6d76cdf73 100644 --- a/advisories/unreviewed/2023/12/GHSA-hmpw-7rwx-q968/GHSA-hmpw-7rwx-q968.json +++ b/advisories/unreviewed/2023/12/GHSA-hmpw-7rwx-q968/GHSA-hmpw-7rwx-q968.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-jcjf-6r3f-3cjg/GHSA-jcjf-6r3f-3cjg.json b/advisories/unreviewed/2023/12/GHSA-jcjf-6r3f-3cjg/GHSA-jcjf-6r3f-3cjg.json index d67e6ea78a7..395918a6a26 100644 --- a/advisories/unreviewed/2023/12/GHSA-jcjf-6r3f-3cjg/GHSA-jcjf-6r3f-3cjg.json +++ b/advisories/unreviewed/2023/12/GHSA-jcjf-6r3f-3cjg/GHSA-jcjf-6r3f-3cjg.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", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/12/GHSA-jxmw-w8rp-55qj/GHSA-jxmw-w8rp-55qj.json b/advisories/unreviewed/2023/12/GHSA-jxmw-w8rp-55qj/GHSA-jxmw-w8rp-55qj.json index 36fae15214c..d58ed5e7a53 100644 --- a/advisories/unreviewed/2023/12/GHSA-jxmw-w8rp-55qj/GHSA-jxmw-w8rp-55qj.json +++ b/advisories/unreviewed/2023/12/GHSA-jxmw-w8rp-55qj/GHSA-jxmw-w8rp-55qj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-m4vm-4pp6-pqj9/GHSA-m4vm-4pp6-pqj9.json b/advisories/unreviewed/2023/12/GHSA-m4vm-4pp6-pqj9/GHSA-m4vm-4pp6-pqj9.json index 3faa0342198..b2524e3f44d 100644 --- a/advisories/unreviewed/2023/12/GHSA-m4vm-4pp6-pqj9/GHSA-m4vm-4pp6-pqj9.json +++ b/advisories/unreviewed/2023/12/GHSA-m4vm-4pp6-pqj9/GHSA-m4vm-4pp6-pqj9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-mxx7-h83w-7323/GHSA-mxx7-h83w-7323.json b/advisories/unreviewed/2023/12/GHSA-mxx7-h83w-7323/GHSA-mxx7-h83w-7323.json index d952942ceeb..af71bb992b3 100644 --- a/advisories/unreviewed/2023/12/GHSA-mxx7-h83w-7323/GHSA-mxx7-h83w-7323.json +++ b/advisories/unreviewed/2023/12/GHSA-mxx7-h83w-7323/GHSA-mxx7-h83w-7323.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-q58r-g3cw-gj2r/GHSA-q58r-g3cw-gj2r.json b/advisories/unreviewed/2023/12/GHSA-q58r-g3cw-gj2r/GHSA-q58r-g3cw-gj2r.json index 3a3c79eff61..79b614d189c 100644 --- a/advisories/unreviewed/2023/12/GHSA-q58r-g3cw-gj2r/GHSA-q58r-g3cw-gj2r.json +++ b/advisories/unreviewed/2023/12/GHSA-q58r-g3cw-gj2r/GHSA-q58r-g3cw-gj2r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-q9vx-ghgh-pcqv/GHSA-q9vx-ghgh-pcqv.json b/advisories/unreviewed/2023/12/GHSA-q9vx-ghgh-pcqv/GHSA-q9vx-ghgh-pcqv.json index c8e014ee2da..0b10e1a4a19 100644 --- a/advisories/unreviewed/2023/12/GHSA-q9vx-ghgh-pcqv/GHSA-q9vx-ghgh-pcqv.json +++ b/advisories/unreviewed/2023/12/GHSA-q9vx-ghgh-pcqv/GHSA-q9vx-ghgh-pcqv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-q9xv-v8rv-88gm/GHSA-q9xv-v8rv-88gm.json b/advisories/unreviewed/2023/12/GHSA-q9xv-v8rv-88gm/GHSA-q9xv-v8rv-88gm.json index 42d75ad0c0d..34f156fd7db 100644 --- a/advisories/unreviewed/2023/12/GHSA-q9xv-v8rv-88gm/GHSA-q9xv-v8rv-88gm.json +++ b/advisories/unreviewed/2023/12/GHSA-q9xv-v8rv-88gm/GHSA-q9xv-v8rv-88gm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-rj6w-4jrj-f27j/GHSA-rj6w-4jrj-f27j.json b/advisories/unreviewed/2023/12/GHSA-rj6w-4jrj-f27j/GHSA-rj6w-4jrj-f27j.json index d8979276686..66cdae2171c 100644 --- a/advisories/unreviewed/2023/12/GHSA-rj6w-4jrj-f27j/GHSA-rj6w-4jrj-f27j.json +++ b/advisories/unreviewed/2023/12/GHSA-rj6w-4jrj-f27j/GHSA-rj6w-4jrj-f27j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-v6v8-vp6w-87v3/GHSA-v6v8-vp6w-87v3.json b/advisories/unreviewed/2023/12/GHSA-v6v8-vp6w-87v3/GHSA-v6v8-vp6w-87v3.json index c1208018633..10304186814 100644 --- a/advisories/unreviewed/2023/12/GHSA-v6v8-vp6w-87v3/GHSA-v6v8-vp6w-87v3.json +++ b/advisories/unreviewed/2023/12/GHSA-v6v8-vp6w-87v3/GHSA-v6v8-vp6w-87v3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-w8rw-hj58-7665/GHSA-w8rw-hj58-7665.json b/advisories/unreviewed/2023/12/GHSA-w8rw-hj58-7665/GHSA-w8rw-hj58-7665.json index 4bedf92ae28..e6931d6df53 100644 --- a/advisories/unreviewed/2023/12/GHSA-w8rw-hj58-7665/GHSA-w8rw-hj58-7665.json +++ b/advisories/unreviewed/2023/12/GHSA-w8rw-hj58-7665/GHSA-w8rw-hj58-7665.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-wvfh-qrvc-qqgx/GHSA-wvfh-qrvc-qqgx.json b/advisories/unreviewed/2023/12/GHSA-wvfh-qrvc-qqgx/GHSA-wvfh-qrvc-qqgx.json index ac436268fc6..94f914255b6 100644 --- a/advisories/unreviewed/2023/12/GHSA-wvfh-qrvc-qqgx/GHSA-wvfh-qrvc-qqgx.json +++ b/advisories/unreviewed/2023/12/GHSA-wvfh-qrvc-qqgx/GHSA-wvfh-qrvc-qqgx.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/2023/12/GHSA-x776-gq32-gc5c/GHSA-x776-gq32-gc5c.json b/advisories/unreviewed/2023/12/GHSA-x776-gq32-gc5c/GHSA-x776-gq32-gc5c.json index 7644ca0a31c..b2bcb06c98d 100644 --- a/advisories/unreviewed/2023/12/GHSA-x776-gq32-gc5c/GHSA-x776-gq32-gc5c.json +++ b/advisories/unreviewed/2023/12/GHSA-x776-gq32-gc5c/GHSA-x776-gq32-gc5c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-xqc9-pqh7-3h69/GHSA-xqc9-pqh7-3h69.json b/advisories/unreviewed/2023/12/GHSA-xqc9-pqh7-3h69/GHSA-xqc9-pqh7-3h69.json index bb2164b3fe6..8587b18f0d2 100644 --- a/advisories/unreviewed/2023/12/GHSA-xqc9-pqh7-3h69/GHSA-xqc9-pqh7-3h69.json +++ b/advisories/unreviewed/2023/12/GHSA-xqc9-pqh7-3h69/GHSA-xqc9-pqh7-3h69.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-28vh-7gjh-8xmq/GHSA-28vh-7gjh-8xmq.json b/advisories/unreviewed/2024/01/GHSA-28vh-7gjh-8xmq/GHSA-28vh-7gjh-8xmq.json index 4c5a69658dd..2b8feac58d7 100644 --- a/advisories/unreviewed/2024/01/GHSA-28vh-7gjh-8xmq/GHSA-28vh-7gjh-8xmq.json +++ b/advisories/unreviewed/2024/01/GHSA-28vh-7gjh-8xmq/GHSA-28vh-7gjh-8xmq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/01/GHSA-3hh9-m6jx-r3jg/GHSA-3hh9-m6jx-r3jg.json b/advisories/unreviewed/2024/01/GHSA-3hh9-m6jx-r3jg/GHSA-3hh9-m6jx-r3jg.json index a97405f2bac..16411d66cb1 100644 --- a/advisories/unreviewed/2024/01/GHSA-3hh9-m6jx-r3jg/GHSA-3hh9-m6jx-r3jg.json +++ b/advisories/unreviewed/2024/01/GHSA-3hh9-m6jx-r3jg/GHSA-3hh9-m6jx-r3jg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-64vh-6qw4-vp3r/GHSA-64vh-6qw4-vp3r.json b/advisories/unreviewed/2024/01/GHSA-64vh-6qw4-vp3r/GHSA-64vh-6qw4-vp3r.json index b9f2db616d8..09408dbd020 100644 --- a/advisories/unreviewed/2024/01/GHSA-64vh-6qw4-vp3r/GHSA-64vh-6qw4-vp3r.json +++ b/advisories/unreviewed/2024/01/GHSA-64vh-6qw4-vp3r/GHSA-64vh-6qw4-vp3r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/01/GHSA-fhw3-qv5f-7vrw/GHSA-fhw3-qv5f-7vrw.json b/advisories/unreviewed/2024/01/GHSA-fhw3-qv5f-7vrw/GHSA-fhw3-qv5f-7vrw.json index 1fd0ad9735f..cbd95ec48e9 100644 --- a/advisories/unreviewed/2024/01/GHSA-fhw3-qv5f-7vrw/GHSA-fhw3-qv5f-7vrw.json +++ b/advisories/unreviewed/2024/01/GHSA-fhw3-qv5f-7vrw/GHSA-fhw3-qv5f-7vrw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-qp57-c82h-rxv9/GHSA-qp57-c82h-rxv9.json b/advisories/unreviewed/2024/01/GHSA-qp57-c82h-rxv9/GHSA-qp57-c82h-rxv9.json index 8447a6dd860..dc5c21f9a86 100644 --- a/advisories/unreviewed/2024/01/GHSA-qp57-c82h-rxv9/GHSA-qp57-c82h-rxv9.json +++ b/advisories/unreviewed/2024/01/GHSA-qp57-c82h-rxv9/GHSA-qp57-c82h-rxv9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-qxmc-p4v9-vcqq/GHSA-qxmc-p4v9-vcqq.json b/advisories/unreviewed/2024/01/GHSA-qxmc-p4v9-vcqq/GHSA-qxmc-p4v9-vcqq.json index 4376c7d66ba..4c375828d02 100644 --- a/advisories/unreviewed/2024/01/GHSA-qxmc-p4v9-vcqq/GHSA-qxmc-p4v9-vcqq.json +++ b/advisories/unreviewed/2024/01/GHSA-qxmc-p4v9-vcqq/GHSA-qxmc-p4v9-vcqq.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/01/GHSA-rvrj-4wjw-6h5r/GHSA-rvrj-4wjw-6h5r.json b/advisories/unreviewed/2024/01/GHSA-rvrj-4wjw-6h5r/GHSA-rvrj-4wjw-6h5r.json index 51fc66ceb15..5dafa35424b 100644 --- a/advisories/unreviewed/2024/01/GHSA-rvrj-4wjw-6h5r/GHSA-rvrj-4wjw-6h5r.json +++ b/advisories/unreviewed/2024/01/GHSA-rvrj-4wjw-6h5r/GHSA-rvrj-4wjw-6h5r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-227m-878m-h3qm/GHSA-227m-878m-h3qm.json b/advisories/unreviewed/2024/07/GHSA-227m-878m-h3qm/GHSA-227m-878m-h3qm.json index aa173fb317f..c60da2af678 100644 --- a/advisories/unreviewed/2024/07/GHSA-227m-878m-h3qm/GHSA-227m-878m-h3qm.json +++ b/advisories/unreviewed/2024/07/GHSA-227m-878m-h3qm/GHSA-227m-878m-h3qm.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/07/GHSA-22m8-p76h-g65g/GHSA-22m8-p76h-g65g.json b/advisories/unreviewed/2024/07/GHSA-22m8-p76h-g65g/GHSA-22m8-p76h-g65g.json index defccd2d6d2..00b67c08f40 100644 --- a/advisories/unreviewed/2024/07/GHSA-22m8-p76h-g65g/GHSA-22m8-p76h-g65g.json +++ b/advisories/unreviewed/2024/07/GHSA-22m8-p76h-g65g/GHSA-22m8-p76h-g65g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-24wv-53mh-2995/GHSA-24wv-53mh-2995.json b/advisories/unreviewed/2024/07/GHSA-24wv-53mh-2995/GHSA-24wv-53mh-2995.json index 315cd3edc10..e3307fa19d8 100644 --- a/advisories/unreviewed/2024/07/GHSA-24wv-53mh-2995/GHSA-24wv-53mh-2995.json +++ b/advisories/unreviewed/2024/07/GHSA-24wv-53mh-2995/GHSA-24wv-53mh-2995.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-27x2-77hh-wh7h/GHSA-27x2-77hh-wh7h.json b/advisories/unreviewed/2024/07/GHSA-27x2-77hh-wh7h/GHSA-27x2-77hh-wh7h.json index 94b2a77f9d4..95db8d66370 100644 --- a/advisories/unreviewed/2024/07/GHSA-27x2-77hh-wh7h/GHSA-27x2-77hh-wh7h.json +++ b/advisories/unreviewed/2024/07/GHSA-27x2-77hh-wh7h/GHSA-27x2-77hh-wh7h.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-3h84-2wm8-rxr6/GHSA-3h84-2wm8-rxr6.json b/advisories/unreviewed/2024/07/GHSA-3h84-2wm8-rxr6/GHSA-3h84-2wm8-rxr6.json index fc21be45be3..4cd96f488ce 100644 --- a/advisories/unreviewed/2024/07/GHSA-3h84-2wm8-rxr6/GHSA-3h84-2wm8-rxr6.json +++ b/advisories/unreviewed/2024/07/GHSA-3h84-2wm8-rxr6/GHSA-3h84-2wm8-rxr6.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/07/GHSA-3jrg-7968-639r/GHSA-3jrg-7968-639r.json b/advisories/unreviewed/2024/07/GHSA-3jrg-7968-639r/GHSA-3jrg-7968-639r.json index be1e7fdbe2b..a0ae172ba21 100644 --- a/advisories/unreviewed/2024/07/GHSA-3jrg-7968-639r/GHSA-3jrg-7968-639r.json +++ b/advisories/unreviewed/2024/07/GHSA-3jrg-7968-639r/GHSA-3jrg-7968-639r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-3wx2-gggp-v6jp/GHSA-3wx2-gggp-v6jp.json b/advisories/unreviewed/2024/07/GHSA-3wx2-gggp-v6jp/GHSA-3wx2-gggp-v6jp.json index c50e6ac4e06..0149fbf143a 100644 --- a/advisories/unreviewed/2024/07/GHSA-3wx2-gggp-v6jp/GHSA-3wx2-gggp-v6jp.json +++ b/advisories/unreviewed/2024/07/GHSA-3wx2-gggp-v6jp/GHSA-3wx2-gggp-v6jp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/07/GHSA-4cjw-fj8x-xj3r/GHSA-4cjw-fj8x-xj3r.json b/advisories/unreviewed/2024/07/GHSA-4cjw-fj8x-xj3r/GHSA-4cjw-fj8x-xj3r.json index 795c57d06c9..8fc614596f4 100644 --- a/advisories/unreviewed/2024/07/GHSA-4cjw-fj8x-xj3r/GHSA-4cjw-fj8x-xj3r.json +++ b/advisories/unreviewed/2024/07/GHSA-4cjw-fj8x-xj3r/GHSA-4cjw-fj8x-xj3r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-4m39-8ph2-44fq/GHSA-4m39-8ph2-44fq.json b/advisories/unreviewed/2024/07/GHSA-4m39-8ph2-44fq/GHSA-4m39-8ph2-44fq.json index 7e21b75c580..335c0ff5612 100644 --- a/advisories/unreviewed/2024/07/GHSA-4m39-8ph2-44fq/GHSA-4m39-8ph2-44fq.json +++ b/advisories/unreviewed/2024/07/GHSA-4m39-8ph2-44fq/GHSA-4m39-8ph2-44fq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/07/GHSA-4qfq-632q-hr28/GHSA-4qfq-632q-hr28.json b/advisories/unreviewed/2024/07/GHSA-4qfq-632q-hr28/GHSA-4qfq-632q-hr28.json index 563c5a8932e..fce19bae49a 100644 --- a/advisories/unreviewed/2024/07/GHSA-4qfq-632q-hr28/GHSA-4qfq-632q-hr28.json +++ b/advisories/unreviewed/2024/07/GHSA-4qfq-632q-hr28/GHSA-4qfq-632q-hr28.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-52ch-6mpj-gw76/GHSA-52ch-6mpj-gw76.json b/advisories/unreviewed/2024/07/GHSA-52ch-6mpj-gw76/GHSA-52ch-6mpj-gw76.json index cbfd0725d36..cab0e368896 100644 --- a/advisories/unreviewed/2024/07/GHSA-52ch-6mpj-gw76/GHSA-52ch-6mpj-gw76.json +++ b/advisories/unreviewed/2024/07/GHSA-52ch-6mpj-gw76/GHSA-52ch-6mpj-gw76.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/07/GHSA-55g7-m9v7-8rhg/GHSA-55g7-m9v7-8rhg.json b/advisories/unreviewed/2024/07/GHSA-55g7-m9v7-8rhg/GHSA-55g7-m9v7-8rhg.json index 046af1239d0..5f1f7c78105 100644 --- a/advisories/unreviewed/2024/07/GHSA-55g7-m9v7-8rhg/GHSA-55g7-m9v7-8rhg.json +++ b/advisories/unreviewed/2024/07/GHSA-55g7-m9v7-8rhg/GHSA-55g7-m9v7-8rhg.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-55rx-w9v4-hwvv/GHSA-55rx-w9v4-hwvv.json b/advisories/unreviewed/2024/07/GHSA-55rx-w9v4-hwvv/GHSA-55rx-w9v4-hwvv.json index e21faae1cb7..42fb0f39c33 100644 --- a/advisories/unreviewed/2024/07/GHSA-55rx-w9v4-hwvv/GHSA-55rx-w9v4-hwvv.json +++ b/advisories/unreviewed/2024/07/GHSA-55rx-w9v4-hwvv/GHSA-55rx-w9v4-hwvv.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-5657-4jph-79gq/GHSA-5657-4jph-79gq.json b/advisories/unreviewed/2024/07/GHSA-5657-4jph-79gq/GHSA-5657-4jph-79gq.json index 40a21c9db8f..6d9e5da8ebb 100644 --- a/advisories/unreviewed/2024/07/GHSA-5657-4jph-79gq/GHSA-5657-4jph-79gq.json +++ b/advisories/unreviewed/2024/07/GHSA-5657-4jph-79gq/GHSA-5657-4jph-79gq.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-585q-fcw6-x4pq/GHSA-585q-fcw6-x4pq.json b/advisories/unreviewed/2024/07/GHSA-585q-fcw6-x4pq/GHSA-585q-fcw6-x4pq.json index 5f872d0b4e2..5c84f012d5b 100644 --- a/advisories/unreviewed/2024/07/GHSA-585q-fcw6-x4pq/GHSA-585q-fcw6-x4pq.json +++ b/advisories/unreviewed/2024/07/GHSA-585q-fcw6-x4pq/GHSA-585q-fcw6-x4pq.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/07/GHSA-5gvg-fggq-r6f6/GHSA-5gvg-fggq-r6f6.json b/advisories/unreviewed/2024/07/GHSA-5gvg-fggq-r6f6/GHSA-5gvg-fggq-r6f6.json index 53da71f1934..f8542231b37 100644 --- a/advisories/unreviewed/2024/07/GHSA-5gvg-fggq-r6f6/GHSA-5gvg-fggq-r6f6.json +++ b/advisories/unreviewed/2024/07/GHSA-5gvg-fggq-r6f6/GHSA-5gvg-fggq-r6f6.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-5qpv-687p-m54h/GHSA-5qpv-687p-m54h.json b/advisories/unreviewed/2024/07/GHSA-5qpv-687p-m54h/GHSA-5qpv-687p-m54h.json index 125128c5fda..808a5cc105a 100644 --- a/advisories/unreviewed/2024/07/GHSA-5qpv-687p-m54h/GHSA-5qpv-687p-m54h.json +++ b/advisories/unreviewed/2024/07/GHSA-5qpv-687p-m54h/GHSA-5qpv-687p-m54h.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/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/07/GHSA-5vvj-3pp4-24pq/GHSA-5vvj-3pp4-24pq.json b/advisories/unreviewed/2024/07/GHSA-5vvj-3pp4-24pq/GHSA-5vvj-3pp4-24pq.json index e680a88366c..06d45c2cc92 100644 --- a/advisories/unreviewed/2024/07/GHSA-5vvj-3pp4-24pq/GHSA-5vvj-3pp4-24pq.json +++ b/advisories/unreviewed/2024/07/GHSA-5vvj-3pp4-24pq/GHSA-5vvj-3pp4-24pq.json @@ -7,12 +7,8 @@ "CVE-2024-6643" ], "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/07/GHSA-65hv-w3rj-w47m/GHSA-65hv-w3rj-w47m.json b/advisories/unreviewed/2024/07/GHSA-65hv-w3rj-w47m/GHSA-65hv-w3rj-w47m.json index 824cc29a759..19171c2cd79 100644 --- a/advisories/unreviewed/2024/07/GHSA-65hv-w3rj-w47m/GHSA-65hv-w3rj-w47m.json +++ b/advisories/unreviewed/2024/07/GHSA-65hv-w3rj-w47m/GHSA-65hv-w3rj-w47m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/07/GHSA-6672-hvqx-fc64/GHSA-6672-hvqx-fc64.json b/advisories/unreviewed/2024/07/GHSA-6672-hvqx-fc64/GHSA-6672-hvqx-fc64.json index 847183f5264..5ebe32bf4e3 100644 --- a/advisories/unreviewed/2024/07/GHSA-6672-hvqx-fc64/GHSA-6672-hvqx-fc64.json +++ b/advisories/unreviewed/2024/07/GHSA-6672-hvqx-fc64/GHSA-6672-hvqx-fc64.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-68qh-2g63-j8vg/GHSA-68qh-2g63-j8vg.json b/advisories/unreviewed/2024/07/GHSA-68qh-2g63-j8vg/GHSA-68qh-2g63-j8vg.json index 6dd056c6a0c..6977cc4c1da 100644 --- a/advisories/unreviewed/2024/07/GHSA-68qh-2g63-j8vg/GHSA-68qh-2g63-j8vg.json +++ b/advisories/unreviewed/2024/07/GHSA-68qh-2g63-j8vg/GHSA-68qh-2g63-j8vg.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/07/GHSA-6rp9-rg2h-r235/GHSA-6rp9-rg2h-r235.json b/advisories/unreviewed/2024/07/GHSA-6rp9-rg2h-r235/GHSA-6rp9-rg2h-r235.json index ee4ab1f43f2..3f47cd80f9b 100644 --- a/advisories/unreviewed/2024/07/GHSA-6rp9-rg2h-r235/GHSA-6rp9-rg2h-r235.json +++ b/advisories/unreviewed/2024/07/GHSA-6rp9-rg2h-r235/GHSA-6rp9-rg2h-r235.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-74q6-xqm8-hxcj/GHSA-74q6-xqm8-hxcj.json b/advisories/unreviewed/2024/07/GHSA-74q6-xqm8-hxcj/GHSA-74q6-xqm8-hxcj.json index 9f0ff20d7ea..3f338d3b019 100644 --- a/advisories/unreviewed/2024/07/GHSA-74q6-xqm8-hxcj/GHSA-74q6-xqm8-hxcj.json +++ b/advisories/unreviewed/2024/07/GHSA-74q6-xqm8-hxcj/GHSA-74q6-xqm8-hxcj.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/07/GHSA-7g8f-wmjh-9m7x/GHSA-7g8f-wmjh-9m7x.json b/advisories/unreviewed/2024/07/GHSA-7g8f-wmjh-9m7x/GHSA-7g8f-wmjh-9m7x.json index e7bf5e2cc0a..3bda5679d7c 100644 --- a/advisories/unreviewed/2024/07/GHSA-7g8f-wmjh-9m7x/GHSA-7g8f-wmjh-9m7x.json +++ b/advisories/unreviewed/2024/07/GHSA-7g8f-wmjh-9m7x/GHSA-7g8f-wmjh-9m7x.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/07/GHSA-7h39-qpq9-f9q4/GHSA-7h39-qpq9-f9q4.json b/advisories/unreviewed/2024/07/GHSA-7h39-qpq9-f9q4/GHSA-7h39-qpq9-f9q4.json index 78fff4ae6ee..4bde50d762f 100644 --- a/advisories/unreviewed/2024/07/GHSA-7h39-qpq9-f9q4/GHSA-7h39-qpq9-f9q4.json +++ b/advisories/unreviewed/2024/07/GHSA-7h39-qpq9-f9q4/GHSA-7h39-qpq9-f9q4.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/07/GHSA-7mp7-jj44-6h58/GHSA-7mp7-jj44-6h58.json b/advisories/unreviewed/2024/07/GHSA-7mp7-jj44-6h58/GHSA-7mp7-jj44-6h58.json index f3c116cecc6..12f867dfecf 100644 --- a/advisories/unreviewed/2024/07/GHSA-7mp7-jj44-6h58/GHSA-7mp7-jj44-6h58.json +++ b/advisories/unreviewed/2024/07/GHSA-7mp7-jj44-6h58/GHSA-7mp7-jj44-6h58.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/07/GHSA-88wv-r6ff-qxwp/GHSA-88wv-r6ff-qxwp.json b/advisories/unreviewed/2024/07/GHSA-88wv-r6ff-qxwp/GHSA-88wv-r6ff-qxwp.json index f02945f745d..000ad3b5252 100644 --- a/advisories/unreviewed/2024/07/GHSA-88wv-r6ff-qxwp/GHSA-88wv-r6ff-qxwp.json +++ b/advisories/unreviewed/2024/07/GHSA-88wv-r6ff-qxwp/GHSA-88wv-r6ff-qxwp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/07/GHSA-8r2p-hq88-fpcf/GHSA-8r2p-hq88-fpcf.json b/advisories/unreviewed/2024/07/GHSA-8r2p-hq88-fpcf/GHSA-8r2p-hq88-fpcf.json index e7d1d75578a..82489d20b32 100644 --- a/advisories/unreviewed/2024/07/GHSA-8r2p-hq88-fpcf/GHSA-8r2p-hq88-fpcf.json +++ b/advisories/unreviewed/2024/07/GHSA-8r2p-hq88-fpcf/GHSA-8r2p-hq88-fpcf.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/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-8v4x-8gq4-xpmq/GHSA-8v4x-8gq4-xpmq.json b/advisories/unreviewed/2024/07/GHSA-8v4x-8gq4-xpmq/GHSA-8v4x-8gq4-xpmq.json index a75a524aa7c..98e655df4dc 100644 --- a/advisories/unreviewed/2024/07/GHSA-8v4x-8gq4-xpmq/GHSA-8v4x-8gq4-xpmq.json +++ b/advisories/unreviewed/2024/07/GHSA-8v4x-8gq4-xpmq/GHSA-8v4x-8gq4-xpmq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-8v98-3h75-pjr6/GHSA-8v98-3h75-pjr6.json b/advisories/unreviewed/2024/07/GHSA-8v98-3h75-pjr6/GHSA-8v98-3h75-pjr6.json index a385a876b3e..630935ba298 100644 --- a/advisories/unreviewed/2024/07/GHSA-8v98-3h75-pjr6/GHSA-8v98-3h75-pjr6.json +++ b/advisories/unreviewed/2024/07/GHSA-8v98-3h75-pjr6/GHSA-8v98-3h75-pjr6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/07/GHSA-94xm-pf3p-6pq6/GHSA-94xm-pf3p-6pq6.json b/advisories/unreviewed/2024/07/GHSA-94xm-pf3p-6pq6/GHSA-94xm-pf3p-6pq6.json index 47f0203c3c4..721fc56df23 100644 --- a/advisories/unreviewed/2024/07/GHSA-94xm-pf3p-6pq6/GHSA-94xm-pf3p-6pq6.json +++ b/advisories/unreviewed/2024/07/GHSA-94xm-pf3p-6pq6/GHSA-94xm-pf3p-6pq6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-96cq-4hhh-q2cc/GHSA-96cq-4hhh-q2cc.json b/advisories/unreviewed/2024/07/GHSA-96cq-4hhh-q2cc/GHSA-96cq-4hhh-q2cc.json index b765253b79b..6d9d52c3331 100644 --- a/advisories/unreviewed/2024/07/GHSA-96cq-4hhh-q2cc/GHSA-96cq-4hhh-q2cc.json +++ b/advisories/unreviewed/2024/07/GHSA-96cq-4hhh-q2cc/GHSA-96cq-4hhh-q2cc.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/07/GHSA-9g5x-9cw8-w22q/GHSA-9g5x-9cw8-w22q.json b/advisories/unreviewed/2024/07/GHSA-9g5x-9cw8-w22q/GHSA-9g5x-9cw8-w22q.json index 918996219c2..3d8120d941d 100644 --- a/advisories/unreviewed/2024/07/GHSA-9g5x-9cw8-w22q/GHSA-9g5x-9cw8-w22q.json +++ b/advisories/unreviewed/2024/07/GHSA-9g5x-9cw8-w22q/GHSA-9g5x-9cw8-w22q.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/07/GHSA-9h5p-5xh6-wxx9/GHSA-9h5p-5xh6-wxx9.json b/advisories/unreviewed/2024/07/GHSA-9h5p-5xh6-wxx9/GHSA-9h5p-5xh6-wxx9.json index bc20424e0cb..dfbd2d12e53 100644 --- a/advisories/unreviewed/2024/07/GHSA-9h5p-5xh6-wxx9/GHSA-9h5p-5xh6-wxx9.json +++ b/advisories/unreviewed/2024/07/GHSA-9h5p-5xh6-wxx9/GHSA-9h5p-5xh6-wxx9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-9q7m-j2m8-fv3h/GHSA-9q7m-j2m8-fv3h.json b/advisories/unreviewed/2024/07/GHSA-9q7m-j2m8-fv3h/GHSA-9q7m-j2m8-fv3h.json index bf8893ed26d..f0e418868cb 100644 --- a/advisories/unreviewed/2024/07/GHSA-9q7m-j2m8-fv3h/GHSA-9q7m-j2m8-fv3h.json +++ b/advisories/unreviewed/2024/07/GHSA-9q7m-j2m8-fv3h/GHSA-9q7m-j2m8-fv3h.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/07/GHSA-chqv-vr4f-jfx4/GHSA-chqv-vr4f-jfx4.json b/advisories/unreviewed/2024/07/GHSA-chqv-vr4f-jfx4/GHSA-chqv-vr4f-jfx4.json index a2e05623f90..943b0dd82a4 100644 --- a/advisories/unreviewed/2024/07/GHSA-chqv-vr4f-jfx4/GHSA-chqv-vr4f-jfx4.json +++ b/advisories/unreviewed/2024/07/GHSA-chqv-vr4f-jfx4/GHSA-chqv-vr4f-jfx4.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/07/GHSA-cxrx-w35f-hjjq/GHSA-cxrx-w35f-hjjq.json b/advisories/unreviewed/2024/07/GHSA-cxrx-w35f-hjjq/GHSA-cxrx-w35f-hjjq.json index cf722d29f14..18b0cbb4058 100644 --- a/advisories/unreviewed/2024/07/GHSA-cxrx-w35f-hjjq/GHSA-cxrx-w35f-hjjq.json +++ b/advisories/unreviewed/2024/07/GHSA-cxrx-w35f-hjjq/GHSA-cxrx-w35f-hjjq.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/07/GHSA-f68x-wvvp-cj43/GHSA-f68x-wvvp-cj43.json b/advisories/unreviewed/2024/07/GHSA-f68x-wvvp-cj43/GHSA-f68x-wvvp-cj43.json index eb63065d583..82b09f4ca6b 100644 --- a/advisories/unreviewed/2024/07/GHSA-f68x-wvvp-cj43/GHSA-f68x-wvvp-cj43.json +++ b/advisories/unreviewed/2024/07/GHSA-f68x-wvvp-cj43/GHSA-f68x-wvvp-cj43.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-frxw-5mmh-wh9r/GHSA-frxw-5mmh-wh9r.json b/advisories/unreviewed/2024/07/GHSA-frxw-5mmh-wh9r/GHSA-frxw-5mmh-wh9r.json index 70e95ad917d..65c821a29bb 100644 --- a/advisories/unreviewed/2024/07/GHSA-frxw-5mmh-wh9r/GHSA-frxw-5mmh-wh9r.json +++ b/advisories/unreviewed/2024/07/GHSA-frxw-5mmh-wh9r/GHSA-frxw-5mmh-wh9r.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/07/GHSA-g2w4-xpfp-74f3/GHSA-g2w4-xpfp-74f3.json b/advisories/unreviewed/2024/07/GHSA-g2w4-xpfp-74f3/GHSA-g2w4-xpfp-74f3.json index 9d9af8754b9..a8a4e306b1f 100644 --- a/advisories/unreviewed/2024/07/GHSA-g2w4-xpfp-74f3/GHSA-g2w4-xpfp-74f3.json +++ b/advisories/unreviewed/2024/07/GHSA-g2w4-xpfp-74f3/GHSA-g2w4-xpfp-74f3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-g3gr-qpxc-qc6c/GHSA-g3gr-qpxc-qc6c.json b/advisories/unreviewed/2024/07/GHSA-g3gr-qpxc-qc6c/GHSA-g3gr-qpxc-qc6c.json index 04ab6d240df..81e01092e08 100644 --- a/advisories/unreviewed/2024/07/GHSA-g3gr-qpxc-qc6c/GHSA-g3gr-qpxc-qc6c.json +++ b/advisories/unreviewed/2024/07/GHSA-g3gr-qpxc-qc6c/GHSA-g3gr-qpxc-qc6c.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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-g3mv-cm79-hcfr/GHSA-g3mv-cm79-hcfr.json b/advisories/unreviewed/2024/07/GHSA-g3mv-cm79-hcfr/GHSA-g3mv-cm79-hcfr.json index 0d0fd7a62c7..8074061e4aa 100644 --- a/advisories/unreviewed/2024/07/GHSA-g3mv-cm79-hcfr/GHSA-g3mv-cm79-hcfr.json +++ b/advisories/unreviewed/2024/07/GHSA-g3mv-cm79-hcfr/GHSA-g3mv-cm79-hcfr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-g42v-287p-65qx/GHSA-g42v-287p-65qx.json b/advisories/unreviewed/2024/07/GHSA-g42v-287p-65qx/GHSA-g42v-287p-65qx.json index ed69208b634..fc6d670e307 100644 --- a/advisories/unreviewed/2024/07/GHSA-g42v-287p-65qx/GHSA-g42v-287p-65qx.json +++ b/advisories/unreviewed/2024/07/GHSA-g42v-287p-65qx/GHSA-g42v-287p-65qx.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/07/GHSA-ggg9-6q5p-37j3/GHSA-ggg9-6q5p-37j3.json b/advisories/unreviewed/2024/07/GHSA-ggg9-6q5p-37j3/GHSA-ggg9-6q5p-37j3.json index 55a27ba5466..55ccc11f467 100644 --- a/advisories/unreviewed/2024/07/GHSA-ggg9-6q5p-37j3/GHSA-ggg9-6q5p-37j3.json +++ b/advisories/unreviewed/2024/07/GHSA-ggg9-6q5p-37j3/GHSA-ggg9-6q5p-37j3.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-gmc6-phvp-c2g2/GHSA-gmc6-phvp-c2g2.json b/advisories/unreviewed/2024/07/GHSA-gmc6-phvp-c2g2/GHSA-gmc6-phvp-c2g2.json index 6495fa8f994..9b014f59e1e 100644 --- a/advisories/unreviewed/2024/07/GHSA-gmc6-phvp-c2g2/GHSA-gmc6-phvp-c2g2.json +++ b/advisories/unreviewed/2024/07/GHSA-gmc6-phvp-c2g2/GHSA-gmc6-phvp-c2g2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/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/07/GHSA-gppp-ppmv-8cv4/GHSA-gppp-ppmv-8cv4.json b/advisories/unreviewed/2024/07/GHSA-gppp-ppmv-8cv4/GHSA-gppp-ppmv-8cv4.json index 4bed95770ef..699ea694c3e 100644 --- a/advisories/unreviewed/2024/07/GHSA-gppp-ppmv-8cv4/GHSA-gppp-ppmv-8cv4.json +++ b/advisories/unreviewed/2024/07/GHSA-gppp-ppmv-8cv4/GHSA-gppp-ppmv-8cv4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-gr2q-rxqg-mrrq/GHSA-gr2q-rxqg-mrrq.json b/advisories/unreviewed/2024/07/GHSA-gr2q-rxqg-mrrq/GHSA-gr2q-rxqg-mrrq.json index b9d5a66af9c..e3c7c659661 100644 --- a/advisories/unreviewed/2024/07/GHSA-gr2q-rxqg-mrrq/GHSA-gr2q-rxqg-mrrq.json +++ b/advisories/unreviewed/2024/07/GHSA-gr2q-rxqg-mrrq/GHSA-gr2q-rxqg-mrrq.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:P/VC:N/VI:N/VA:N/SC:H/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/07/GHSA-hc9x-vcmm-846f/GHSA-hc9x-vcmm-846f.json b/advisories/unreviewed/2024/07/GHSA-hc9x-vcmm-846f/GHSA-hc9x-vcmm-846f.json index b14a4f87bfc..ea6bd6bbc1f 100644 --- a/advisories/unreviewed/2024/07/GHSA-hc9x-vcmm-846f/GHSA-hc9x-vcmm-846f.json +++ b/advisories/unreviewed/2024/07/GHSA-hc9x-vcmm-846f/GHSA-hc9x-vcmm-846f.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/07/GHSA-hm55-77pq-87f5/GHSA-hm55-77pq-87f5.json b/advisories/unreviewed/2024/07/GHSA-hm55-77pq-87f5/GHSA-hm55-77pq-87f5.json index 7e712f0c57a..3ae14c0b4d4 100644 --- a/advisories/unreviewed/2024/07/GHSA-hm55-77pq-87f5/GHSA-hm55-77pq-87f5.json +++ b/advisories/unreviewed/2024/07/GHSA-hm55-77pq-87f5/GHSA-hm55-77pq-87f5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-hqpw-f5hx-r963/GHSA-hqpw-f5hx-r963.json b/advisories/unreviewed/2024/07/GHSA-hqpw-f5hx-r963/GHSA-hqpw-f5hx-r963.json index 362e26ac2ad..9d329a62f25 100644 --- a/advisories/unreviewed/2024/07/GHSA-hqpw-f5hx-r963/GHSA-hqpw-f5hx-r963.json +++ b/advisories/unreviewed/2024/07/GHSA-hqpw-f5hx-r963/GHSA-hqpw-f5hx-r963.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/07/GHSA-hvhg-7wcv-cqpp/GHSA-hvhg-7wcv-cqpp.json b/advisories/unreviewed/2024/07/GHSA-hvhg-7wcv-cqpp/GHSA-hvhg-7wcv-cqpp.json index 301ee0462c4..fc329b3afcf 100644 --- a/advisories/unreviewed/2024/07/GHSA-hvhg-7wcv-cqpp/GHSA-hvhg-7wcv-cqpp.json +++ b/advisories/unreviewed/2024/07/GHSA-hvhg-7wcv-cqpp/GHSA-hvhg-7wcv-cqpp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-j75r-7p56-j76j/GHSA-j75r-7p56-j76j.json b/advisories/unreviewed/2024/07/GHSA-j75r-7p56-j76j/GHSA-j75r-7p56-j76j.json index 11f1ae2a916..9381d51a434 100644 --- a/advisories/unreviewed/2024/07/GHSA-j75r-7p56-j76j/GHSA-j75r-7p56-j76j.json +++ b/advisories/unreviewed/2024/07/GHSA-j75r-7p56-j76j/GHSA-j75r-7p56-j76j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-j7cf-3xhp-j234/GHSA-j7cf-3xhp-j234.json b/advisories/unreviewed/2024/07/GHSA-j7cf-3xhp-j234/GHSA-j7cf-3xhp-j234.json index c23dc9bc0b8..8bcbfd3e609 100644 --- a/advisories/unreviewed/2024/07/GHSA-j7cf-3xhp-j234/GHSA-j7cf-3xhp-j234.json +++ b/advisories/unreviewed/2024/07/GHSA-j7cf-3xhp-j234/GHSA-j7cf-3xhp-j234.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/07/GHSA-j93h-6wmf-9mh5/GHSA-j93h-6wmf-9mh5.json b/advisories/unreviewed/2024/07/GHSA-j93h-6wmf-9mh5/GHSA-j93h-6wmf-9mh5.json index ca7059cf7dd..8bbd539a9b5 100644 --- a/advisories/unreviewed/2024/07/GHSA-j93h-6wmf-9mh5/GHSA-j93h-6wmf-9mh5.json +++ b/advisories/unreviewed/2024/07/GHSA-j93h-6wmf-9mh5/GHSA-j93h-6wmf-9mh5.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-jgqx-5mhh-hg95/GHSA-jgqx-5mhh-hg95.json b/advisories/unreviewed/2024/07/GHSA-jgqx-5mhh-hg95/GHSA-jgqx-5mhh-hg95.json index 62bb80b5ac4..517b4aeb8aa 100644 --- a/advisories/unreviewed/2024/07/GHSA-jgqx-5mhh-hg95/GHSA-jgqx-5mhh-hg95.json +++ b/advisories/unreviewed/2024/07/GHSA-jgqx-5mhh-hg95/GHSA-jgqx-5mhh-hg95.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:A/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-jhq7-p5mr-3m4w/GHSA-jhq7-p5mr-3m4w.json b/advisories/unreviewed/2024/07/GHSA-jhq7-p5mr-3m4w/GHSA-jhq7-p5mr-3m4w.json index 40a05c39408..deb44cb452a 100644 --- a/advisories/unreviewed/2024/07/GHSA-jhq7-p5mr-3m4w/GHSA-jhq7-p5mr-3m4w.json +++ b/advisories/unreviewed/2024/07/GHSA-jhq7-p5mr-3m4w/GHSA-jhq7-p5mr-3m4w.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/07/GHSA-m2xp-4mm9-wgh7/GHSA-m2xp-4mm9-wgh7.json b/advisories/unreviewed/2024/07/GHSA-m2xp-4mm9-wgh7/GHSA-m2xp-4mm9-wgh7.json index 4aa2f7cad8e..153bba8b39b 100644 --- a/advisories/unreviewed/2024/07/GHSA-m2xp-4mm9-wgh7/GHSA-m2xp-4mm9-wgh7.json +++ b/advisories/unreviewed/2024/07/GHSA-m2xp-4mm9-wgh7/GHSA-m2xp-4mm9-wgh7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-m36g-4gr6-38w3/GHSA-m36g-4gr6-38w3.json b/advisories/unreviewed/2024/07/GHSA-m36g-4gr6-38w3/GHSA-m36g-4gr6-38w3.json index a5f6566f8c7..21006062582 100644 --- a/advisories/unreviewed/2024/07/GHSA-m36g-4gr6-38w3/GHSA-m36g-4gr6-38w3.json +++ b/advisories/unreviewed/2024/07/GHSA-m36g-4gr6-38w3/GHSA-m36g-4gr6-38w3.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-mc7p-wjfw-r9hm/GHSA-mc7p-wjfw-r9hm.json b/advisories/unreviewed/2024/07/GHSA-mc7p-wjfw-r9hm/GHSA-mc7p-wjfw-r9hm.json index a73cd1c0cbc..cb81cc91457 100644 --- a/advisories/unreviewed/2024/07/GHSA-mc7p-wjfw-r9hm/GHSA-mc7p-wjfw-r9hm.json +++ b/advisories/unreviewed/2024/07/GHSA-mc7p-wjfw-r9hm/GHSA-mc7p-wjfw-r9hm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/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/07/GHSA-mhxw-prxv-h6hr/GHSA-mhxw-prxv-h6hr.json b/advisories/unreviewed/2024/07/GHSA-mhxw-prxv-h6hr/GHSA-mhxw-prxv-h6hr.json index f7ffbe1291c..45e43cb9c06 100644 --- a/advisories/unreviewed/2024/07/GHSA-mhxw-prxv-h6hr/GHSA-mhxw-prxv-h6hr.json +++ b/advisories/unreviewed/2024/07/GHSA-mhxw-prxv-h6hr/GHSA-mhxw-prxv-h6hr.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-mxf2-3xcv-2mf9/GHSA-mxf2-3xcv-2mf9.json b/advisories/unreviewed/2024/07/GHSA-mxf2-3xcv-2mf9/GHSA-mxf2-3xcv-2mf9.json index b236aaf8cd9..fd5b2bb3293 100644 --- a/advisories/unreviewed/2024/07/GHSA-mxf2-3xcv-2mf9/GHSA-mxf2-3xcv-2mf9.json +++ b/advisories/unreviewed/2024/07/GHSA-mxf2-3xcv-2mf9/GHSA-mxf2-3xcv-2mf9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/07/GHSA-p5mm-jh3v-6858/GHSA-p5mm-jh3v-6858.json b/advisories/unreviewed/2024/07/GHSA-p5mm-jh3v-6858/GHSA-p5mm-jh3v-6858.json index 052e10068b0..0038bcf284c 100644 --- a/advisories/unreviewed/2024/07/GHSA-p5mm-jh3v-6858/GHSA-p5mm-jh3v-6858.json +++ b/advisories/unreviewed/2024/07/GHSA-p5mm-jh3v-6858/GHSA-p5mm-jh3v-6858.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-pjqw-c568-j595/GHSA-pjqw-c568-j595.json b/advisories/unreviewed/2024/07/GHSA-pjqw-c568-j595/GHSA-pjqw-c568-j595.json index fd0a58d30dc..ee0a8566afb 100644 --- a/advisories/unreviewed/2024/07/GHSA-pjqw-c568-j595/GHSA-pjqw-c568-j595.json +++ b/advisories/unreviewed/2024/07/GHSA-pjqw-c568-j595/GHSA-pjqw-c568-j595.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-q4qc-g79m-gvh2/GHSA-q4qc-g79m-gvh2.json b/advisories/unreviewed/2024/07/GHSA-q4qc-g79m-gvh2/GHSA-q4qc-g79m-gvh2.json index 0595e2b5d07..e433f76add7 100644 --- a/advisories/unreviewed/2024/07/GHSA-q4qc-g79m-gvh2/GHSA-q4qc-g79m-gvh2.json +++ b/advisories/unreviewed/2024/07/GHSA-q4qc-g79m-gvh2/GHSA-q4qc-g79m-gvh2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-qff5-gg8v-99hv/GHSA-qff5-gg8v-99hv.json b/advisories/unreviewed/2024/07/GHSA-qff5-gg8v-99hv/GHSA-qff5-gg8v-99hv.json index 4e4fd6734ec..4345b17d48d 100644 --- a/advisories/unreviewed/2024/07/GHSA-qff5-gg8v-99hv/GHSA-qff5-gg8v-99hv.json +++ b/advisories/unreviewed/2024/07/GHSA-qff5-gg8v-99hv/GHSA-qff5-gg8v-99hv.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/07/GHSA-qgrq-6c5w-399w/GHSA-qgrq-6c5w-399w.json b/advisories/unreviewed/2024/07/GHSA-qgrq-6c5w-399w/GHSA-qgrq-6c5w-399w.json index f8a117abdad..1500ceb6cc6 100644 --- a/advisories/unreviewed/2024/07/GHSA-qgrq-6c5w-399w/GHSA-qgrq-6c5w-399w.json +++ b/advisories/unreviewed/2024/07/GHSA-qgrq-6c5w-399w/GHSA-qgrq-6c5w-399w.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-qhj2-879r-chp3/GHSA-qhj2-879r-chp3.json b/advisories/unreviewed/2024/07/GHSA-qhj2-879r-chp3/GHSA-qhj2-879r-chp3.json index 96d316a462d..7b58be32883 100644 --- a/advisories/unreviewed/2024/07/GHSA-qhj2-879r-chp3/GHSA-qhj2-879r-chp3.json +++ b/advisories/unreviewed/2024/07/GHSA-qhj2-879r-chp3/GHSA-qhj2-879r-chp3.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/07/GHSA-qm6x-v3jw-cvp7/GHSA-qm6x-v3jw-cvp7.json b/advisories/unreviewed/2024/07/GHSA-qm6x-v3jw-cvp7/GHSA-qm6x-v3jw-cvp7.json index ad4b8013138..a7f8424043e 100644 --- a/advisories/unreviewed/2024/07/GHSA-qm6x-v3jw-cvp7/GHSA-qm6x-v3jw-cvp7.json +++ b/advisories/unreviewed/2024/07/GHSA-qm6x-v3jw-cvp7/GHSA-qm6x-v3jw-cvp7.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-r52j-4r24-5mjh/GHSA-r52j-4r24-5mjh.json b/advisories/unreviewed/2024/07/GHSA-r52j-4r24-5mjh/GHSA-r52j-4r24-5mjh.json index 52253489bd4..1889343ea6f 100644 --- a/advisories/unreviewed/2024/07/GHSA-r52j-4r24-5mjh/GHSA-r52j-4r24-5mjh.json +++ b/advisories/unreviewed/2024/07/GHSA-r52j-4r24-5mjh/GHSA-r52j-4r24-5mjh.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/07/GHSA-rr5r-4pv2-hpg4/GHSA-rr5r-4pv2-hpg4.json b/advisories/unreviewed/2024/07/GHSA-rr5r-4pv2-hpg4/GHSA-rr5r-4pv2-hpg4.json index bca78d713ea..e4753de9940 100644 --- a/advisories/unreviewed/2024/07/GHSA-rr5r-4pv2-hpg4/GHSA-rr5r-4pv2-hpg4.json +++ b/advisories/unreviewed/2024/07/GHSA-rr5r-4pv2-hpg4/GHSA-rr5r-4pv2-hpg4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-rx4x-qmmx-qc5f/GHSA-rx4x-qmmx-qc5f.json b/advisories/unreviewed/2024/07/GHSA-rx4x-qmmx-qc5f/GHSA-rx4x-qmmx-qc5f.json index 18aed131457..3d5d906b2fd 100644 --- a/advisories/unreviewed/2024/07/GHSA-rx4x-qmmx-qc5f/GHSA-rx4x-qmmx-qc5f.json +++ b/advisories/unreviewed/2024/07/GHSA-rx4x-qmmx-qc5f/GHSA-rx4x-qmmx-qc5f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-rxq5-6v7m-86hq/GHSA-rxq5-6v7m-86hq.json b/advisories/unreviewed/2024/07/GHSA-rxq5-6v7m-86hq/GHSA-rxq5-6v7m-86hq.json index cd8d77f81bc..c3f85aefe54 100644 --- a/advisories/unreviewed/2024/07/GHSA-rxq5-6v7m-86hq/GHSA-rxq5-6v7m-86hq.json +++ b/advisories/unreviewed/2024/07/GHSA-rxq5-6v7m-86hq/GHSA-rxq5-6v7m-86hq.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/07/GHSA-v3vx-gxfc-r83r/GHSA-v3vx-gxfc-r83r.json b/advisories/unreviewed/2024/07/GHSA-v3vx-gxfc-r83r/GHSA-v3vx-gxfc-r83r.json index b2bdb9f5b46..60d1cd72183 100644 --- a/advisories/unreviewed/2024/07/GHSA-v3vx-gxfc-r83r/GHSA-v3vx-gxfc-r83r.json +++ b/advisories/unreviewed/2024/07/GHSA-v3vx-gxfc-r83r/GHSA-v3vx-gxfc-r83r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-v7xm-p239-hcxg/GHSA-v7xm-p239-hcxg.json b/advisories/unreviewed/2024/07/GHSA-v7xm-p239-hcxg/GHSA-v7xm-p239-hcxg.json index 53812c79693..6c1f54a0332 100644 --- a/advisories/unreviewed/2024/07/GHSA-v7xm-p239-hcxg/GHSA-v7xm-p239-hcxg.json +++ b/advisories/unreviewed/2024/07/GHSA-v7xm-p239-hcxg/GHSA-v7xm-p239-hcxg.json @@ -13,9 +13,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:H/VI:L/VA:N/SC:H/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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/07/GHSA-v825-xf9m-8r5w/GHSA-v825-xf9m-8r5w.json b/advisories/unreviewed/2024/07/GHSA-v825-xf9m-8r5w/GHSA-v825-xf9m-8r5w.json index 5f3d6710dae..b7ff09d1972 100644 --- a/advisories/unreviewed/2024/07/GHSA-v825-xf9m-8r5w/GHSA-v825-xf9m-8r5w.json +++ b/advisories/unreviewed/2024/07/GHSA-v825-xf9m-8r5w/GHSA-v825-xf9m-8r5w.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/07/GHSA-vcv4-2ch9-65m3/GHSA-vcv4-2ch9-65m3.json b/advisories/unreviewed/2024/07/GHSA-vcv4-2ch9-65m3/GHSA-vcv4-2ch9-65m3.json index 2acb72d9e0d..437d2369f6d 100644 --- a/advisories/unreviewed/2024/07/GHSA-vcv4-2ch9-65m3/GHSA-vcv4-2ch9-65m3.json +++ b/advisories/unreviewed/2024/07/GHSA-vcv4-2ch9-65m3/GHSA-vcv4-2ch9-65m3.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-vvhw-w8wg-x5wc/GHSA-vvhw-w8wg-x5wc.json b/advisories/unreviewed/2024/07/GHSA-vvhw-w8wg-x5wc/GHSA-vvhw-w8wg-x5wc.json index c9fe2171cc0..8f69c73b99e 100644 --- a/advisories/unreviewed/2024/07/GHSA-vvhw-w8wg-x5wc/GHSA-vvhw-w8wg-x5wc.json +++ b/advisories/unreviewed/2024/07/GHSA-vvhw-w8wg-x5wc/GHSA-vvhw-w8wg-x5wc.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/07/GHSA-w43m-j2c6-338v/GHSA-w43m-j2c6-338v.json b/advisories/unreviewed/2024/07/GHSA-w43m-j2c6-338v/GHSA-w43m-j2c6-338v.json index 04667f2d0dd..f9f963c5fd8 100644 --- a/advisories/unreviewed/2024/07/GHSA-w43m-j2c6-338v/GHSA-w43m-j2c6-338v.json +++ b/advisories/unreviewed/2024/07/GHSA-w43m-j2c6-338v/GHSA-w43m-j2c6-338v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-w92x-9vr5-rfvc/GHSA-w92x-9vr5-rfvc.json b/advisories/unreviewed/2024/07/GHSA-w92x-9vr5-rfvc/GHSA-w92x-9vr5-rfvc.json index 94a1121fdc2..0ae0f7f074c 100644 --- a/advisories/unreviewed/2024/07/GHSA-w92x-9vr5-rfvc/GHSA-w92x-9vr5-rfvc.json +++ b/advisories/unreviewed/2024/07/GHSA-w92x-9vr5-rfvc/GHSA-w92x-9vr5-rfvc.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/07/GHSA-wcpq-pw24-jxjp/GHSA-wcpq-pw24-jxjp.json b/advisories/unreviewed/2024/07/GHSA-wcpq-pw24-jxjp/GHSA-wcpq-pw24-jxjp.json index df4b9f97174..dacc4b20735 100644 --- a/advisories/unreviewed/2024/07/GHSA-wcpq-pw24-jxjp/GHSA-wcpq-pw24-jxjp.json +++ b/advisories/unreviewed/2024/07/GHSA-wcpq-pw24-jxjp/GHSA-wcpq-pw24-jxjp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-wh6w-2qc6-mq3c/GHSA-wh6w-2qc6-mq3c.json b/advisories/unreviewed/2024/07/GHSA-wh6w-2qc6-mq3c/GHSA-wh6w-2qc6-mq3c.json index 9e1f5300000..e94fe43fafa 100644 --- a/advisories/unreviewed/2024/07/GHSA-wh6w-2qc6-mq3c/GHSA-wh6w-2qc6-mq3c.json +++ b/advisories/unreviewed/2024/07/GHSA-wh6w-2qc6-mq3c/GHSA-wh6w-2qc6-mq3c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/07/GHSA-whmw-hq6p-c3w4/GHSA-whmw-hq6p-c3w4.json b/advisories/unreviewed/2024/07/GHSA-whmw-hq6p-c3w4/GHSA-whmw-hq6p-c3w4.json index cc0e84316b9..e0113834478 100644 --- a/advisories/unreviewed/2024/07/GHSA-whmw-hq6p-c3w4/GHSA-whmw-hq6p-c3w4.json +++ b/advisories/unreviewed/2024/07/GHSA-whmw-hq6p-c3w4/GHSA-whmw-hq6p-c3w4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-x48j-rv4g-x2hh/GHSA-x48j-rv4g-x2hh.json b/advisories/unreviewed/2024/07/GHSA-x48j-rv4g-x2hh/GHSA-x48j-rv4g-x2hh.json index fc67f242601..c3d12aa2c29 100644 --- a/advisories/unreviewed/2024/07/GHSA-x48j-rv4g-x2hh/GHSA-x48j-rv4g-x2hh.json +++ b/advisories/unreviewed/2024/07/GHSA-x48j-rv4g-x2hh/GHSA-x48j-rv4g-x2hh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-x6fc-g9vq-7q2g/GHSA-x6fc-g9vq-7q2g.json b/advisories/unreviewed/2024/07/GHSA-x6fc-g9vq-7q2g/GHSA-x6fc-g9vq-7q2g.json index b512abc1af9..d427ac3fdff 100644 --- a/advisories/unreviewed/2024/07/GHSA-x6fc-g9vq-7q2g/GHSA-x6fc-g9vq-7q2g.json +++ b/advisories/unreviewed/2024/07/GHSA-x6fc-g9vq-7q2g/GHSA-x6fc-g9vq-7q2g.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/07/GHSA-xccx-m7hh-9748/GHSA-xccx-m7hh-9748.json b/advisories/unreviewed/2024/07/GHSA-xccx-m7hh-9748/GHSA-xccx-m7hh-9748.json index a1f241e7bd7..199318047a8 100644 --- a/advisories/unreviewed/2024/07/GHSA-xccx-m7hh-9748/GHSA-xccx-m7hh-9748.json +++ b/advisories/unreviewed/2024/07/GHSA-xccx-m7hh-9748/GHSA-xccx-m7hh-9748.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/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/07/GHSA-xvjg-4qjv-mmc7/GHSA-xvjg-4qjv-mmc7.json b/advisories/unreviewed/2024/07/GHSA-xvjg-4qjv-mmc7/GHSA-xvjg-4qjv-mmc7.json index 8797ff32e9a..43fa4642890 100644 --- a/advisories/unreviewed/2024/07/GHSA-xvjg-4qjv-mmc7/GHSA-xvjg-4qjv-mmc7.json +++ b/advisories/unreviewed/2024/07/GHSA-xvjg-4qjv-mmc7/GHSA-xvjg-4qjv-mmc7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-xwcp-g9fq-2mmp/GHSA-xwcp-g9fq-2mmp.json b/advisories/unreviewed/2024/07/GHSA-xwcp-g9fq-2mmp/GHSA-xwcp-g9fq-2mmp.json index 00b2abf490f..ca0136ed7e0 100644 --- a/advisories/unreviewed/2024/07/GHSA-xwcp-g9fq-2mmp/GHSA-xwcp-g9fq-2mmp.json +++ b/advisories/unreviewed/2024/07/GHSA-xwcp-g9fq-2mmp/GHSA-xwcp-g9fq-2mmp.json @@ -17,9 +17,7 @@ "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/07/GHSA-xxw9-chfj-mp3c/GHSA-xxw9-chfj-mp3c.json b/advisories/unreviewed/2024/07/GHSA-xxw9-chfj-mp3c/GHSA-xxw9-chfj-mp3c.json index 32970e38c52..b9bf8cd581b 100644 --- a/advisories/unreviewed/2024/07/GHSA-xxw9-chfj-mp3c/GHSA-xxw9-chfj-mp3c.json +++ b/advisories/unreviewed/2024/07/GHSA-xxw9-chfj-mp3c/GHSA-xxw9-chfj-mp3c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY",