diff --git a/advisories/github-reviewed/2022/02/GHSA-q9x4-q76f-5h5j/GHSA-q9x4-q76f-5h5j.json b/advisories/github-reviewed/2022/02/GHSA-q9x4-q76f-5h5j/GHSA-q9x4-q76f-5h5j.json index cf8f281181d..0294f4c55b0 100644 --- a/advisories/github-reviewed/2022/02/GHSA-q9x4-q76f-5h5j/GHSA-q9x4-q76f-5h5j.json +++ b/advisories/github-reviewed/2022/02/GHSA-q9x4-q76f-5h5j/GHSA-q9x4-q76f-5h5j.json @@ -69,9 +69,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2021-05-24T18:52:37Z", diff --git a/advisories/github-reviewed/2022/09/GHSA-28q9-9c3g-v3f9/GHSA-28q9-9c3g-v3f9.json b/advisories/github-reviewed/2022/09/GHSA-28q9-9c3g-v3f9/GHSA-28q9-9c3g-v3f9.json index b25ecad8ca5..ef0a78615e6 100644 --- a/advisories/github-reviewed/2022/09/GHSA-28q9-9c3g-v3f9/GHSA-28q9-9c3g-v3f9.json +++ b/advisories/github-reviewed/2022/09/GHSA-28q9-9c3g-v3f9/GHSA-28q9-9c3g-v3f9.json @@ -3,14 +3,10 @@ "id": "GHSA-28q9-9c3g-v3f9", "modified": "2022-09-23T15:13:14Z", "published": "2022-09-23T15:13:14Z", - "aliases": [ - - ], + "aliases": [], "summary": "lakeFS vulnerable to authenticated users deleting files they are not authorized to delete", "details": "### Impact\n\nAuthenticated users can send a request to delete-objects through the s3 gateway and delete files they are not authorized to delete.\n\n### Patches\n\nlakeFS v0.82.0 and later\n\n### Workarounds\n\nDrop specific request to the lakeFS listen port. Any request with \"Authorization\" header and value that starts with \"AWS\".\n\n### References\n\n[advisories/GHSA-28q9-9c3g-v3f9](https://github.com/treeverse/lakeFS/security/advisories/GHSA-28q9-9c3g-v3f9)\n\n### For more information\nIf you have any questions or comments about this advisory:\n\nAsk on the [lakeFS Slack](https://github.com/treeverse/lakeFS/security/advisories/lakefs.io/slack) #help channel\nEmail us at [security@treeverse.io](mailto:security@treeverse.io)", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/09/GHSA-gmhj-xjfh-cf6m/GHSA-gmhj-xjfh-cf6m.json b/advisories/github-reviewed/2022/09/GHSA-gmhj-xjfh-cf6m/GHSA-gmhj-xjfh-cf6m.json index 8ca244ad823..c9568b5a2d7 100644 --- a/advisories/github-reviewed/2022/09/GHSA-gmhj-xjfh-cf6m/GHSA-gmhj-xjfh-cf6m.json +++ b/advisories/github-reviewed/2022/09/GHSA-gmhj-xjfh-cf6m/GHSA-gmhj-xjfh-cf6m.json @@ -3,9 +3,7 @@ "id": "GHSA-gmhj-xjfh-cf6m", "modified": "2022-09-23T21:37:21Z", "published": "2022-09-23T21:37:21Z", - "aliases": [ - - ], + "aliases": [], "summary": "Caddy-SSH vulnerable to Authorization Bypass due to incorrect usage of PAM library", "details": "Not invoking a call to `pam_acct_mgmt` after a call to `pam_authenticate` to check the validity of a login can lead to an authorization bypass.\n\n### Impact\n\n#### Exploitability\n\nThe attack can be carried over the network. A complex non-standard configuration or a specialized condition is required for the attack to be successfully conducted. The attacker also requires access to a users credentials, be it expired, for an attack to be successful. There is no user interaction required for successful execution. The attack can affect components outside the scope of the target module.\n\n#### Impact\n\nUsing this attack vector, an attacker may access otherwise restricted parts of the system. The attack can be used to gain access to confidential files like passwords, login credentials and other secrets. Hence, it has a high impact on confidentiality. It may also be directly used to affect a change on a system resource. Hence has a medium to high impact on integrity. This attack may not be used to affect the availability of the system. Taking this account an appropriate CVSS v3.1 vector would be\n[AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:L/A:N](https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L&version=3.1)\n\n### Root Cause Analysis\n\nIn this case, in the following PAM transaction, only a call to `pam.Authenticate` is used to login a user.\n\nhttps://github.com/mohammed90/caddy-ssh/blob/1d980ceea6e67765daf19b5e644c7a0773fdaa13/internal/authentication/os/pam.go#L60\n\nThis implies that a user with expired credentials can still login.\n\nThe bug can be verified easily by creating a new user account, expiring it with `chage -E0 ` and then trying to log in with the expired credentials.\n\n### Patches\nThis can be fixed by invoking a call to `pam.AcctMgmt` after a successful call to `pam.Authenticate`\n\n### References\n* [Man Page for pam_acct_mgmt](https://man7.org/linux/man-pages/man3/pam_acct_mgmt.3.html)\n* [CWE-863](http://cwe.mitre.org/data/definitions/863.html)\n* [CWE-285](http://cwe.mitre.org/data/definitions/285.html)\n", "severity": [ diff --git a/advisories/github-reviewed/2022/10/GHSA-398j-f7m7-795j/GHSA-398j-f7m7-795j.json b/advisories/github-reviewed/2022/10/GHSA-398j-f7m7-795j/GHSA-398j-f7m7-795j.json index b14edcb0848..0b6e7e1a061 100644 --- a/advisories/github-reviewed/2022/10/GHSA-398j-f7m7-795j/GHSA-398j-f7m7-795j.json +++ b/advisories/github-reviewed/2022/10/GHSA-398j-f7m7-795j/GHSA-398j-f7m7-795j.json @@ -8,9 +8,7 @@ ], "summary": "PHPMailer vulnerable to email header injection", "details": "### Impact\nArbitrary additional email headers can be injected via crafted From or Sender headers.\n\n### Patches\nFixed in 2.2.1\n\n### Workarounds\nFilter user-supplied values prior to using them in From or Sender properties.\n\n### References\nhttps://nvd.nist.gov/vuln/detail/CVE-2012-0796\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open a private issue in [the PHPMailer project](https://github.com/PHPMailer/PHPMailer)", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/10/GHSA-jr6h-r7vg-f9mc/GHSA-jr6h-r7vg-f9mc.json b/advisories/github-reviewed/2022/10/GHSA-jr6h-r7vg-f9mc/GHSA-jr6h-r7vg-f9mc.json index 488fbb737fb..210deee5de0 100644 --- a/advisories/github-reviewed/2022/10/GHSA-jr6h-r7vg-f9mc/GHSA-jr6h-r7vg-f9mc.json +++ b/advisories/github-reviewed/2022/10/GHSA-jr6h-r7vg-f9mc/GHSA-jr6h-r7vg-f9mc.json @@ -54,9 +54,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2022-10-18T17:07:30Z", diff --git a/advisories/github-reviewed/2022/11/GHSA-39hc-v87j-747x/GHSA-39hc-v87j-747x.json b/advisories/github-reviewed/2022/11/GHSA-39hc-v87j-747x/GHSA-39hc-v87j-747x.json index 3ca9f2cb6a8..ac067301872 100644 --- a/advisories/github-reviewed/2022/11/GHSA-39hc-v87j-747x/GHSA-39hc-v87j-747x.json +++ b/advisories/github-reviewed/2022/11/GHSA-39hc-v87j-747x/GHSA-39hc-v87j-747x.json @@ -3,14 +3,10 @@ "id": "GHSA-39hc-v87j-747x", "modified": "2022-11-02T18:11:56Z", "published": "2022-11-02T18:11:56Z", - "aliases": [ - - ], + "aliases": [], "summary": "Vulnerable OpenSSL included in cryptography wheels", "details": "pyca/cryptography's wheels include a statically linked copy of OpenSSL. The versions of OpenSSL included in cryptography 37.0.0-38.0.3 are vulnerable to a number of security issues. More details about the vulnerabilities themselves can be found in https://www.openssl.org/news/secadv/20221101.txt.\n\nIf you are building cryptography source (\"sdist\") then you are responsible for upgrading your copy of OpenSSL. Only users installing from wheels built by the cryptography project (i.e., those distributed on PyPI) need to update their cryptography versions.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -51,9 +47,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2022-11-02T18:11:56Z", diff --git a/advisories/github-reviewed/2022/11/GHSA-7fw6-6mfj-g3q2/GHSA-7fw6-6mfj-g3q2.json b/advisories/github-reviewed/2022/11/GHSA-7fw6-6mfj-g3q2/GHSA-7fw6-6mfj-g3q2.json index 2eecdf61ae9..1e6e5cd90e7 100644 --- a/advisories/github-reviewed/2022/11/GHSA-7fw6-6mfj-g3q2/GHSA-7fw6-6mfj-g3q2.json +++ b/advisories/github-reviewed/2022/11/GHSA-7fw6-6mfj-g3q2/GHSA-7fw6-6mfj-g3q2.json @@ -3,14 +3,10 @@ "id": "GHSA-7fw6-6mfj-g3q2", "modified": "2022-11-02T18:14:30Z", "published": "2022-11-02T18:14:30Z", - "aliases": [ - - ], + "aliases": [], "summary": "ckb: Transaction header_deps validation issue (network forking)", "details": "### Impact\nfn `HeaderChecker#check_valid` skipped main chain checking after this PR: https://github.com/nervosnetwork/ckb/pull/1646/files#diff-c4e017b67c1b3005ca0c446a9b0879571aa36a858b1f7ddd1b9328a884e3214bR171-R176\n\nIt will cause network forking if one transaction is using a forked block header which is not exists in local node's storage.\n\n### Patches\n\n0.101.1 and later versions", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -50,9 +46,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": true, "github_reviewed_at": "2022-11-02T18:14:30Z", diff --git a/advisories/github-reviewed/2022/11/GHSA-8r69-3cvp-wxc3/GHSA-8r69-3cvp-wxc3.json b/advisories/github-reviewed/2022/11/GHSA-8r69-3cvp-wxc3/GHSA-8r69-3cvp-wxc3.json index 7277a24cd17..8127c0f23fc 100644 --- a/advisories/github-reviewed/2022/11/GHSA-8r69-3cvp-wxc3/GHSA-8r69-3cvp-wxc3.json +++ b/advisories/github-reviewed/2022/11/GHSA-8r69-3cvp-wxc3/GHSA-8r69-3cvp-wxc3.json @@ -3,14 +3,10 @@ "id": "GHSA-8r69-3cvp-wxc3", "modified": "2022-11-02T18:18:50Z", "published": "2022-11-02T18:18:10Z", - "aliases": [ - - ], + "aliases": [], "summary": "Batched HTTP requests may set incorrect `cache-control` response header", "details": "### Impact\nIn Apollo Server 3 and 4, the `cache-control` HTTP response header may not reflect the cache policy that should apply to an HTTP request when that HTTP request contains multiple operations using HTTP batching. This could lead to data being inappropriately cached and shared.\n\nApollo Server allows clients to send multiple operations in a single HTTP request. The results of these operations are returned in a single HTTP response, with a single set of headers. Apollo Client Web and Apollo Kotlin both have opt-in features to use batched requests.\n\nApollo Server has several features relating to caching. This advisory is about the ability to set the `cache-control` response header based on field- and operation-specific cache hints. (It is not about the \"response cache plugin\".) This header can be interpreted by a reverse proxy such as a CDN in front of your server, or by a browser.\n\nIn Apollo Server 2, plugins such as the cache control plugin could not control the HTTP headers of responses to batch requests. This meant that batch requests never got the `cache-control` response header.\n\nIn Apollo Server 3 and 4, plugins can set HTTP response headers. But for batched requests, plugins essentially assemble a separate set of response headers in parallel for each operation, and then the header sets are merged together. If plugins set the same header on multiple operations, one value is chosen arbitrarily.\n\nThis meant that if a client sent a batched HTTP request with two operations with different cache policies, Apollo Server 3 and 4 would return a `cache-control` header that only applies to one of the operations. If one operation is allowed to be cached and the other operation is not allowed to be cached, the full response including both results could still end up being cached in a CDN or other reverse proxy cache.\n\nNote that valid batched requests must be POST requests. (There's no defined format for sending batched requests over GET.) So in order for this incorrect `cache-control` header to have a harmful effect, a cache must allow caching POST requests. This means this bug is unlikely to cause incorrect caching in browser or mobile client caches, or in many reverse proxy/CDN caches.\n\nThis issue could lead to cache poisoning attacks. For example, if a client app regularly sends an operation that should not be cached due to its dependency on session-specific information in the same HTTP request as an operation that can be cached in a shared cache, an attacker could send its own version of the request to the server and manage to get the response to its request stored in the shared cache; other users would then see the response specific to the attacker for the first operation rather than the response for their own session. That said, we expect that in a system where this cache poisoning attack is feasible, normal operation would also run into the issue and users may have already disabled one of the features in order for their system to function properly.\n\n### Patches\n\nThis issue is patched in Apollo Server v3.11.0 and v4.1.0. The issue resolved differently in the two versions.\n\nIf you are using Apollo Server 3, upgrade the package you depend on (eg `apollo-server` or `apollo-server-express`) to v3.11.0. This will restore the Apollo Server 2 behavior where the cache control plugin *never* sets the `cache-control` HTTP response header on batched requests. (Other cache-related features, like the response cache plugin, still function.)\n\nIf you are using Apollo Server 4, upgrade `@apollo/server` to v4.1.0. This upgrade makes the response HTTP header object seen by plugins shared among all plugins processing *all operations* on a request, and makes the cache control plugin merge `cache-control` header values across operations in a request. (Note that if you set the `cache-control` response header in your own plugin, Apollo Server v4.1.0's cache control plugin will not try to overwrite the value you set.)\n\n\n### Workarounds\nAs a workaround, you can disable either the HTTP batching feature or the `cache-control` header feature.\n\nTo disable HTTP batching in Apollo Server 3 (v3.5.0 or newer), pass `allowBatchedHttpRequests: false` to `new ApolloServer`.This is the default behavior for Apollo Server 4; in AS4, just make sure you're not passing `allowBatchedHttpRequests: true`. (You cannot disable batching in versions of Apollo Server 3 older than v3.5.0.)\n\nTo disable the `cache-control` header feature, add `ApolloServerPluginCacheControl({ calculateHttpHeaders: false })` to the `plugins` list in `new ApolloServer()`.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [the `apollo-server` repository](https://github.com/apollographql/apollo-server)\n* Email us at [security@apollographql.com](mailto:security@apollographql.com)\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2022/11/GHSA-9mfc-chwf-7whf/GHSA-9mfc-chwf-7whf.json b/advisories/github-reviewed/2022/11/GHSA-9mfc-chwf-7whf/GHSA-9mfc-chwf-7whf.json index f771eac24d2..78e33f0a49f 100644 --- a/advisories/github-reviewed/2022/11/GHSA-9mfc-chwf-7whf/GHSA-9mfc-chwf-7whf.json +++ b/advisories/github-reviewed/2022/11/GHSA-9mfc-chwf-7whf/GHSA-9mfc-chwf-7whf.json @@ -3,14 +3,10 @@ "id": "GHSA-9mfc-chwf-7whf", "modified": "2022-11-02T18:14:01Z", "published": "2022-11-02T18:14:01Z", - "aliases": [ - - ], + "aliases": [], "summary": "ckb: Large dep group requires a lot of resources to process but the cost to commit the transaction is very low.", "details": "### Impact\n\nWhen a transaction contains a dep group with many cells, the resources required to process it are not linear to the transaction size nor spent script cycles. \n\n### Patches\n\nIn 0.43.3, nodes drop the transactions relayed to them when they contain a dep group with more than 64 cells. They do not ban peers who send them such transactions.\n\nIn 0.100, the consensus disallow transactions using a dep group with more than 64 cells. Peers relaying such transaction must be banned. Blocks committing such transactions must be rejected.\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -43,9 +39,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2022-11-02T18:14:01Z", diff --git a/advisories/github-reviewed/2022/11/GHSA-mcmr-49x3-4jqm/GHSA-mcmr-49x3-4jqm.json b/advisories/github-reviewed/2022/11/GHSA-mcmr-49x3-4jqm/GHSA-mcmr-49x3-4jqm.json index e7fcce460d6..043bf318392 100644 --- a/advisories/github-reviewed/2022/11/GHSA-mcmr-49x3-4jqm/GHSA-mcmr-49x3-4jqm.json +++ b/advisories/github-reviewed/2022/11/GHSA-mcmr-49x3-4jqm/GHSA-mcmr-49x3-4jqm.json @@ -3,14 +3,10 @@ "id": "GHSA-mcmr-49x3-4jqm", "modified": "2022-11-02T18:15:07Z", "published": "2022-11-02T18:15:07Z", - "aliases": [ - - ], + "aliases": [], "summary": "ckb type_id script resume may randomly fail", "details": "### Impact\nhttps://github.com/nervosnetwork/ckb/blob/v0.101.2/script/src/verify.rs#L871-L879\nTypeIdSystemScript resume handle is not correct when max_cycles is not enough, `ScriptError::ExceededMaximumCycles` will be raised directly ranther than suspend as expect, and also because script_group execution order is random, so this will happen randomly.\n\n\n\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -47,9 +43,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2022-11-02T18:15:07Z", diff --git a/advisories/github-reviewed/2023/01/GHSA-j6gc-792m-qgm2/GHSA-j6gc-792m-qgm2.json b/advisories/github-reviewed/2023/01/GHSA-j6gc-792m-qgm2/GHSA-j6gc-792m-qgm2.json index 86746634e1d..c3033949f74 100644 --- a/advisories/github-reviewed/2023/01/GHSA-j6gc-792m-qgm2/GHSA-j6gc-792m-qgm2.json +++ b/advisories/github-reviewed/2023/01/GHSA-j6gc-792m-qgm2/GHSA-j6gc-792m-qgm2.json @@ -8,9 +8,7 @@ ], "summary": "ReDoS based DoS vulnerability in Active Support's underscore", "details": "There is a possible regular expression based DoS vulnerability in Active Support. This vulnerability has been assigned the CVE identifier CVE-2023-22796.\n\nVersions Affected: All Not affected: None Fixed Versions: 5.2.8.15 (Rails LTS, which is a paid service and not part of the rubygem), 6.1.7.1, 7.0.4.1\nImpact\n\nA specially crafted string passed to the underscore method can cause the regular expression engine to enter a state of catastrophic backtracking. This can cause the process to use large amounts of CPU and memory, leading to a possible DoS vulnerability.\n\nThis affects String#underscore, ActiveSupport::Inflector.underscore, String#titleize, and any other methods using these.\n\nAll users running an affected release should either upgrade or use one of the workarounds immediately.\nReleases\n\nThe FIXED releases are available at the normal locations.\nWorkarounds\n\nThere are no feasible workarounds for this issue.\n\nUsers on Ruby 3.2.0 or greater may be able to reduce the impact by configuring Regexp.timeout.\nPatches\n\nTo aid users who aren’t able to upgrade immediately we have provided patches for the two supported release series. They are in git-am format and consist of a single changeset.\n\n 6-1-Avoid-regex-backtracking-in-Inflector.underscore.patch - Patch for 6.1 series\n 7-0-Avoid-regex-backtracking-in-Inflector.underscore.patch - Patch for 7.0 series\n\nPlease note that only the 7.0.Z and 6.1.Z series are supported at present, and 6.0.Z for severe vulnerabilities. Users of earlier unsupported releases are advised to upgrade as soon as possible as we cannot guarantee the continued availability of security fixes for unsupported releases.", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { diff --git a/advisories/github-reviewed/2023/06/GHSA-rm8v-mxj3-5rmq/GHSA-rm8v-mxj3-5rmq.json b/advisories/github-reviewed/2023/06/GHSA-rm8v-mxj3-5rmq/GHSA-rm8v-mxj3-5rmq.json index 578a06c7a7b..f295258e757 100644 --- a/advisories/github-reviewed/2023/06/GHSA-rm8v-mxj3-5rmq/GHSA-rm8v-mxj3-5rmq.json +++ b/advisories/github-reviewed/2023/06/GHSA-rm8v-mxj3-5rmq/GHSA-rm8v-mxj3-5rmq.json @@ -3,14 +3,10 @@ "id": "GHSA-rm8v-mxj3-5rmq", "modified": "2023-06-14T17:24:36Z", "published": "2023-06-14T17:24:36Z", - "aliases": [ - - ], + "aliases": [], "summary": "github.com/lestrrat-go/jwx vulnerable to Potential Padding Oracle Attack", "details": "### Summary\n\nDecrypting AES-CBC encrypted JWE has Potential Padding Oracle Attack Vulnerability.\n\n### Details\n\nOn [v2.0.10](https://github.com/lestrrat-go/jwx/releases/tag/v2.0.10), decrypting AES-CBC encrypted JWE may return an error \"failed to generate plaintext from decrypted blocks: invalid padding\":\n\nhttps://github.com/lestrrat-go/jwx/blob/8840ffd4afc5839f591ff0e9ba9034af52b1643e/jwe/internal/aescbc/aescbc.go#L210-L213\n\nReporting padding error causes [Padding Oracle Attack](https://en.wikipedia.org/wiki/Padding_oracle_attack) Vulnerability.\nRFC 7516 JSON Web Encryption (JWE) says that we **MUST NOT** do this.\n\n> 11.5. Timing Attacks\n> To mitigate the attacks described in RFC 3218 [RFC3218], the\n> recipient MUST NOT distinguish between format, padding, and length\n> errors of encrypted keys. It is strongly recommended, in the event\n> of receiving an improperly formatted key, that the recipient\n> substitute a randomly generated CEK and proceed to the next step, to\n> mitigate timing attacks.\n\nIn addition, the time to remove padding depends on the length of the padding.\nIt may leak the length of the padding by Timing Attacks.\n\nhttps://github.com/lestrrat-go/jwx/blob/796b2a9101cf7e7cb66455e4d97f3c158ee10904/jwe/internal/aescbc/aescbc.go#L33-L66\n\nTo mitigate Timing Attacks, it MUST be done in constant time.\n\n### Impact\n\nThe authentication tag is verified, so it is not an immediate attack.\n", - "severity": [ - - ], + "severity": [], "affected": [ { "package": { @@ -84,9 +80,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-06-14T17:24:36Z", diff --git a/advisories/unreviewed/2021/11/GHSA-c6xr-2587-83ff/GHSA-c6xr-2587-83ff.json b/advisories/unreviewed/2021/11/GHSA-c6xr-2587-83ff/GHSA-c6xr-2587-83ff.json index 63fe9d5dea4..674f9782544 100644 --- a/advisories/unreviewed/2021/11/GHSA-c6xr-2587-83ff/GHSA-c6xr-2587-83ff.json +++ b/advisories/unreviewed/2021/11/GHSA-c6xr-2587-83ff/GHSA-c6xr-2587-83ff.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/2021/12/GHSA-4586-cfjg-4699/GHSA-4586-cfjg-4699.json b/advisories/unreviewed/2021/12/GHSA-4586-cfjg-4699/GHSA-4586-cfjg-4699.json index c1079017956..56f9f5e8d69 100644 --- a/advisories/unreviewed/2021/12/GHSA-4586-cfjg-4699/GHSA-4586-cfjg-4699.json +++ b/advisories/unreviewed/2021/12/GHSA-4586-cfjg-4699/GHSA-4586-cfjg-4699.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/2021/12/GHSA-g5m4-xwjw-xgc2/GHSA-g5m4-xwjw-xgc2.json b/advisories/unreviewed/2021/12/GHSA-g5m4-xwjw-xgc2/GHSA-g5m4-xwjw-xgc2.json index 27f5e7a44e4..26c5e19e017 100644 --- a/advisories/unreviewed/2021/12/GHSA-g5m4-xwjw-xgc2/GHSA-g5m4-xwjw-xgc2.json +++ b/advisories/unreviewed/2021/12/GHSA-g5m4-xwjw-xgc2/GHSA-g5m4-xwjw-xgc2.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-23cm-frh8-jp6q/GHSA-23cm-frh8-jp6q.json b/advisories/unreviewed/2022/05/GHSA-23cm-frh8-jp6q/GHSA-23cm-frh8-jp6q.json index b9990eee987..320b4bf998b 100644 --- a/advisories/unreviewed/2022/05/GHSA-23cm-frh8-jp6q/GHSA-23cm-frh8-jp6q.json +++ b/advisories/unreviewed/2022/05/GHSA-23cm-frh8-jp6q/GHSA-23cm-frh8-jp6q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-23p3-vg9x-qw6p/GHSA-23p3-vg9x-qw6p.json b/advisories/unreviewed/2022/05/GHSA-23p3-vg9x-qw6p/GHSA-23p3-vg9x-qw6p.json index 402f60c236d..3479c8962e0 100644 --- a/advisories/unreviewed/2022/05/GHSA-23p3-vg9x-qw6p/GHSA-23p3-vg9x-qw6p.json +++ b/advisories/unreviewed/2022/05/GHSA-23p3-vg9x-qw6p/GHSA-23p3-vg9x-qw6p.json @@ -7,12 +7,8 @@ "CVE-2012-1696" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.5.19 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-26pm-fw5r-c84w/GHSA-26pm-fw5r-c84w.json b/advisories/unreviewed/2022/05/GHSA-26pm-fw5r-c84w/GHSA-26pm-fw5r-c84w.json index d07d7c2ff12..a0568210256 100644 --- a/advisories/unreviewed/2022/05/GHSA-26pm-fw5r-c84w/GHSA-26pm-fw5r-c84w.json +++ b/advisories/unreviewed/2022/05/GHSA-26pm-fw5r-c84w/GHSA-26pm-fw5r-c84w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-27hw-qqm8-6prm/GHSA-27hw-qqm8-6prm.json b/advisories/unreviewed/2022/05/GHSA-27hw-qqm8-6prm/GHSA-27hw-qqm8-6prm.json index 181665163b6..22f0adfaff1 100644 --- a/advisories/unreviewed/2022/05/GHSA-27hw-qqm8-6prm/GHSA-27hw-qqm8-6prm.json +++ b/advisories/unreviewed/2022/05/GHSA-27hw-qqm8-6prm/GHSA-27hw-qqm8-6prm.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", @@ -115,9 +113,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-27wf-3ww8-gq93/GHSA-27wf-3ww8-gq93.json b/advisories/unreviewed/2022/05/GHSA-27wf-3ww8-gq93/GHSA-27wf-3ww8-gq93.json index 5fe2b5fa607..446316e93ac 100644 --- a/advisories/unreviewed/2022/05/GHSA-27wf-3ww8-gq93/GHSA-27wf-3ww8-gq93.json +++ b/advisories/unreviewed/2022/05/GHSA-27wf-3ww8-gq93/GHSA-27wf-3ww8-gq93.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -127,9 +125,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2879-hr6w-p3mx/GHSA-2879-hr6w-p3mx.json b/advisories/unreviewed/2022/05/GHSA-2879-hr6w-p3mx/GHSA-2879-hr6w-p3mx.json index 6961d46f149..71a58c96cb0 100644 --- a/advisories/unreviewed/2022/05/GHSA-2879-hr6w-p3mx/GHSA-2879-hr6w-p3mx.json +++ b/advisories/unreviewed/2022/05/GHSA-2879-hr6w-p3mx/GHSA-2879-hr6w-p3mx.json @@ -7,12 +7,8 @@ "CVE-2015-3330" ], "details": "The php_handler function in sapi/apache2handler/sapi_apache2.c in PHP before 5.4.40, 5.5.x before 5.5.24, and 5.6.x before 5.6.8, when the Apache HTTP Server 2.4.x is used, allows remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via pipelined HTTP requests that result in a \"deconfigured interpreter.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-29xc-7pr5-hcm5/GHSA-29xc-7pr5-hcm5.json b/advisories/unreviewed/2022/05/GHSA-29xc-7pr5-hcm5/GHSA-29xc-7pr5-hcm5.json index 6429545e7ce..5d518ff4eca 100644 --- a/advisories/unreviewed/2022/05/GHSA-29xc-7pr5-hcm5/GHSA-29xc-7pr5-hcm5.json +++ b/advisories/unreviewed/2022/05/GHSA-29xc-7pr5-hcm5/GHSA-29xc-7pr5-hcm5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2c4h-r267-mgv3/GHSA-2c4h-r267-mgv3.json b/advisories/unreviewed/2022/05/GHSA-2c4h-r267-mgv3/GHSA-2c4h-r267-mgv3.json index da7262cfb2d..2445cc9bc0b 100644 --- a/advisories/unreviewed/2022/05/GHSA-2c4h-r267-mgv3/GHSA-2c4h-r267-mgv3.json +++ b/advisories/unreviewed/2022/05/GHSA-2c4h-r267-mgv3/GHSA-2c4h-r267-mgv3.json @@ -7,12 +7,8 @@ "CVE-2012-3587" ], "details": "APT 0.7.x before 0.7.25 and 0.8.x before 0.8.16, when using the apt-key net-update to import keyrings, relies on GnuPG argument order and does not check GPG subkeys, which might allow remote attackers to install Trojan horse packages via a man-in-the-middle (MITM) attack.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2f85-2599-xgq8/GHSA-2f85-2599-xgq8.json b/advisories/unreviewed/2022/05/GHSA-2f85-2599-xgq8/GHSA-2f85-2599-xgq8.json index 9b3da4f90d1..1ac5e0b473f 100644 --- a/advisories/unreviewed/2022/05/GHSA-2f85-2599-xgq8/GHSA-2f85-2599-xgq8.json +++ b/advisories/unreviewed/2022/05/GHSA-2f85-2599-xgq8/GHSA-2f85-2599-xgq8.json @@ -7,12 +7,8 @@ "CVE-2010-3676" ], "details": "storage/innobase/dict/dict0crea.c in mysqld in Oracle MySQL 5.1 before 5.1.49 allows remote authenticated users to cause a denial of service (assertion failure) by modifying the (1) innodb_file_format or (2) innodb_file_per_table configuration parameters for the InnoDB storage engine, then executing a DDL statement.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2g8p-8mm7-ff75/GHSA-2g8p-8mm7-ff75.json b/advisories/unreviewed/2022/05/GHSA-2g8p-8mm7-ff75/GHSA-2g8p-8mm7-ff75.json index 7ec78533888..f10fe613e1e 100644 --- a/advisories/unreviewed/2022/05/GHSA-2g8p-8mm7-ff75/GHSA-2g8p-8mm7-ff75.json +++ b/advisories/unreviewed/2022/05/GHSA-2g8p-8mm7-ff75/GHSA-2g8p-8mm7-ff75.json @@ -7,12 +7,8 @@ "CVE-2015-2189" ], "details": "Off-by-one error in the pcapng_read function in wiretap/pcapng.c in the pcapng file parser in Wireshark 1.10.x before 1.10.13 and 1.12.x before 1.12.4 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via an invalid Interface Statistics Block (ISB) interface ID in a crafted packet.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -72,9 +68,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2gf7-pwpq-8w42/GHSA-2gf7-pwpq-8w42.json b/advisories/unreviewed/2022/05/GHSA-2gf7-pwpq-8w42/GHSA-2gf7-pwpq-8w42.json index 4502fd4dd2a..d2f7a5c3c9f 100644 --- a/advisories/unreviewed/2022/05/GHSA-2gf7-pwpq-8w42/GHSA-2gf7-pwpq-8w42.json +++ b/advisories/unreviewed/2022/05/GHSA-2gf7-pwpq-8w42/GHSA-2gf7-pwpq-8w42.json @@ -7,12 +7,8 @@ "CVE-2010-1850" ], "details": "Buffer overflow in MySQL 5.0 through 5.0.91 and 5.1 before 5.1.47 allows remote authenticated users to execute arbitrary code via a COM_FIELD_LIST command with a long table name.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2gmq-r86r-gvhw/GHSA-2gmq-r86r-gvhw.json b/advisories/unreviewed/2022/05/GHSA-2gmq-r86r-gvhw/GHSA-2gmq-r86r-gvhw.json index 3c563c46db9..d963dcee204 100644 --- a/advisories/unreviewed/2022/05/GHSA-2gmq-r86r-gvhw/GHSA-2gmq-r86r-gvhw.json +++ b/advisories/unreviewed/2022/05/GHSA-2gmq-r86r-gvhw/GHSA-2gmq-r86r-gvhw.json @@ -7,12 +7,8 @@ "CVE-2013-3249" ], "details": "Stack-based buffer overflow in the \"Add from text file\" feature in the DameWare Exporter tool (DWExporter.exe) in DameWare Remote Support 10.0.0.372, 9.0.1.247, and earlier allows user-assisted attackers to execute arbitrary code via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2h42-5wxm-jmgg/GHSA-2h42-5wxm-jmgg.json b/advisories/unreviewed/2022/05/GHSA-2h42-5wxm-jmgg/GHSA-2h42-5wxm-jmgg.json index 8ca741a25c1..90d985d39b1 100644 --- a/advisories/unreviewed/2022/05/GHSA-2h42-5wxm-jmgg/GHSA-2h42-5wxm-jmgg.json +++ b/advisories/unreviewed/2022/05/GHSA-2h42-5wxm-jmgg/GHSA-2h42-5wxm-jmgg.json @@ -7,12 +7,8 @@ "CVE-2013-3808" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.68 and earlier, 5.5.30 and earlier, and 5.6.10 allows remote authenticated users to affect availability via unknown vectors related to Server Options.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -56,9 +52,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2m2q-rg8x-875w/GHSA-2m2q-rg8x-875w.json b/advisories/unreviewed/2022/05/GHSA-2m2q-rg8x-875w/GHSA-2m2q-rg8x-875w.json index 110a3149d59..6cc1f113b4c 100644 --- a/advisories/unreviewed/2022/05/GHSA-2m2q-rg8x-875w/GHSA-2m2q-rg8x-875w.json +++ b/advisories/unreviewed/2022/05/GHSA-2m2q-rg8x-875w/GHSA-2m2q-rg8x-875w.json @@ -7,12 +7,8 @@ "CVE-2012-6369" ], "details": "Cross-site scripting (XSS) vulnerability in the Troubleshooting Reporting System feature in AgileBits 1Password 3.9.9 might allow remote attackers to inject arbitrary web script or HTML via a crafted User-Agent HTTP header that is not properly handled in a View Troubleshooting Report action.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2mx3-33rv-244v/GHSA-2mx3-33rv-244v.json b/advisories/unreviewed/2022/05/GHSA-2mx3-33rv-244v/GHSA-2mx3-33rv-244v.json index 0deaedb5994..8d6ef35d3bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-2mx3-33rv-244v/GHSA-2mx3-33rv-244v.json +++ b/advisories/unreviewed/2022/05/GHSA-2mx3-33rv-244v/GHSA-2mx3-33rv-244v.json @@ -7,12 +7,8 @@ "CVE-2012-6596" ], "details": "Palo Alto Networks PAN-OS 4.0.x before 4.0.9 and 4.1.x before 4.1.3 stores cleartext LDAP bind passwords in authd.log, which allows context-dependent attackers to obtain sensitive information by reading this file, aka Ref ID 35493.", - "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-2pqv-gjx5-j94f/GHSA-2pqv-gjx5-j94f.json b/advisories/unreviewed/2022/05/GHSA-2pqv-gjx5-j94f/GHSA-2pqv-gjx5-j94f.json index f122d5f13d3..2df33365b5b 100644 --- a/advisories/unreviewed/2022/05/GHSA-2pqv-gjx5-j94f/GHSA-2pqv-gjx5-j94f.json +++ b/advisories/unreviewed/2022/05/GHSA-2pqv-gjx5-j94f/GHSA-2pqv-gjx5-j94f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-2q6m-gwhg-jf2m/GHSA-2q6m-gwhg-jf2m.json b/advisories/unreviewed/2022/05/GHSA-2q6m-gwhg-jf2m/GHSA-2q6m-gwhg-jf2m.json index 48282cb56eb..357d5330cd5 100644 --- a/advisories/unreviewed/2022/05/GHSA-2q6m-gwhg-jf2m/GHSA-2q6m-gwhg-jf2m.json +++ b/advisories/unreviewed/2022/05/GHSA-2q6m-gwhg-jf2m/GHSA-2q6m-gwhg-jf2m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2vfc-ww3w-459q/GHSA-2vfc-ww3w-459q.json b/advisories/unreviewed/2022/05/GHSA-2vfc-ww3w-459q/GHSA-2vfc-ww3w-459q.json index 0d3b08b7837..9c41d642d96 100644 --- a/advisories/unreviewed/2022/05/GHSA-2vfc-ww3w-459q/GHSA-2vfc-ww3w-459q.json +++ b/advisories/unreviewed/2022/05/GHSA-2vfc-ww3w-459q/GHSA-2vfc-ww3w-459q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2w89-7wx5-gppj/GHSA-2w89-7wx5-gppj.json b/advisories/unreviewed/2022/05/GHSA-2w89-7wx5-gppj/GHSA-2w89-7wx5-gppj.json index e8e2d101215..fea83e2db97 100644 --- a/advisories/unreviewed/2022/05/GHSA-2w89-7wx5-gppj/GHSA-2w89-7wx5-gppj.json +++ b/advisories/unreviewed/2022/05/GHSA-2w89-7wx5-gppj/GHSA-2w89-7wx5-gppj.json @@ -7,12 +7,8 @@ "CVE-2012-3173" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.63 and earlier, and 5.5.25 and earlier, allows remote authenticated users to affect availability via unknown vectors related to InnoDB Plugin.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2wch-pp5g-pc57/GHSA-2wch-pp5g-pc57.json b/advisories/unreviewed/2022/05/GHSA-2wch-pp5g-pc57/GHSA-2wch-pp5g-pc57.json index aad724d74f8..fd10cd86efe 100644 --- a/advisories/unreviewed/2022/05/GHSA-2wch-pp5g-pc57/GHSA-2wch-pp5g-pc57.json +++ b/advisories/unreviewed/2022/05/GHSA-2wch-pp5g-pc57/GHSA-2wch-pp5g-pc57.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-2whh-5gr2-6f5w/GHSA-2whh-5gr2-6f5w.json b/advisories/unreviewed/2022/05/GHSA-2whh-5gr2-6f5w/GHSA-2whh-5gr2-6f5w.json index cfe8be83691..00d721dbadd 100644 --- a/advisories/unreviewed/2022/05/GHSA-2whh-5gr2-6f5w/GHSA-2whh-5gr2-6f5w.json +++ b/advisories/unreviewed/2022/05/GHSA-2whh-5gr2-6f5w/GHSA-2whh-5gr2-6f5w.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-2wmh-22pv-vc2h/GHSA-2wmh-22pv-vc2h.json b/advisories/unreviewed/2022/05/GHSA-2wmh-22pv-vc2h/GHSA-2wmh-22pv-vc2h.json index 2f3642f7d0b..625f69784f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-2wmh-22pv-vc2h/GHSA-2wmh-22pv-vc2h.json +++ b/advisories/unreviewed/2022/05/GHSA-2wmh-22pv-vc2h/GHSA-2wmh-22pv-vc2h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -95,9 +93,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2xhq-835p-4pg5/GHSA-2xhq-835p-4pg5.json b/advisories/unreviewed/2022/05/GHSA-2xhq-835p-4pg5/GHSA-2xhq-835p-4pg5.json index 174d957f23f..4decc56150f 100644 --- a/advisories/unreviewed/2022/05/GHSA-2xhq-835p-4pg5/GHSA-2xhq-835p-4pg5.json +++ b/advisories/unreviewed/2022/05/GHSA-2xhq-835p-4pg5/GHSA-2xhq-835p-4pg5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -87,9 +85,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-2xrc-jfhx-ghwr/GHSA-2xrc-jfhx-ghwr.json b/advisories/unreviewed/2022/05/GHSA-2xrc-jfhx-ghwr/GHSA-2xrc-jfhx-ghwr.json index 80c8d70ab71..d209c29a691 100644 --- a/advisories/unreviewed/2022/05/GHSA-2xrc-jfhx-ghwr/GHSA-2xrc-jfhx-ghwr.json +++ b/advisories/unreviewed/2022/05/GHSA-2xrc-jfhx-ghwr/GHSA-2xrc-jfhx-ghwr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-32rq-9v3f-9377/GHSA-32rq-9v3f-9377.json b/advisories/unreviewed/2022/05/GHSA-32rq-9v3f-9377/GHSA-32rq-9v3f-9377.json index e6abb50acbd..813ade72c06 100644 --- a/advisories/unreviewed/2022/05/GHSA-32rq-9v3f-9377/GHSA-32rq-9v3f-9377.json +++ b/advisories/unreviewed/2022/05/GHSA-32rq-9v3f-9377/GHSA-32rq-9v3f-9377.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-335x-2h4v-298w/GHSA-335x-2h4v-298w.json b/advisories/unreviewed/2022/05/GHSA-335x-2h4v-298w/GHSA-335x-2h4v-298w.json index e45b4ecd212..b775bdcac0d 100644 --- a/advisories/unreviewed/2022/05/GHSA-335x-2h4v-298w/GHSA-335x-2h4v-298w.json +++ b/advisories/unreviewed/2022/05/GHSA-335x-2h4v-298w/GHSA-335x-2h4v-298w.json @@ -7,12 +7,8 @@ "CVE-2014-4344" ], "details": "The acc_ctx_cont function in the SPNEGO acceptor in lib/gssapi/spnego/spnego_mech.c in MIT Kerberos 5 (aka krb5) 1.5.x through 1.12.x before 1.12.2 allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via an empty continuation token at a certain point during a SPNEGO negotiation.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-33h9-6q8v-jm62/GHSA-33h9-6q8v-jm62.json b/advisories/unreviewed/2022/05/GHSA-33h9-6q8v-jm62/GHSA-33h9-6q8v-jm62.json index a0992d3d537..92357b18827 100644 --- a/advisories/unreviewed/2022/05/GHSA-33h9-6q8v-jm62/GHSA-33h9-6q8v-jm62.json +++ b/advisories/unreviewed/2022/05/GHSA-33h9-6q8v-jm62/GHSA-33h9-6q8v-jm62.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-36jj-qr3q-4cm4/GHSA-36jj-qr3q-4cm4.json b/advisories/unreviewed/2022/05/GHSA-36jj-qr3q-4cm4/GHSA-36jj-qr3q-4cm4.json index 94d22beedbc..fbde4be4b7a 100644 --- a/advisories/unreviewed/2022/05/GHSA-36jj-qr3q-4cm4/GHSA-36jj-qr3q-4cm4.json +++ b/advisories/unreviewed/2022/05/GHSA-36jj-qr3q-4cm4/GHSA-36jj-qr3q-4cm4.json @@ -7,12 +7,8 @@ "CVE-2012-2747" ], "details": "Unspecified vulnerability in Joomla! 2.5.x before 2.5.5 allows remote attackers to gain privileges via unknown attack vectors related to \"Inadequate checking.\"", - "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-3g9w-ghrc-hc72/GHSA-3g9w-ghrc-hc72.json b/advisories/unreviewed/2022/05/GHSA-3g9w-ghrc-hc72/GHSA-3g9w-ghrc-hc72.json index f188301b7ee..1ddd47986fc 100644 --- a/advisories/unreviewed/2022/05/GHSA-3g9w-ghrc-hc72/GHSA-3g9w-ghrc-hc72.json +++ b/advisories/unreviewed/2022/05/GHSA-3g9w-ghrc-hc72/GHSA-3g9w-ghrc-hc72.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3h3c-x5j6-p285/GHSA-3h3c-x5j6-p285.json b/advisories/unreviewed/2022/05/GHSA-3h3c-x5j6-p285/GHSA-3h3c-x5j6-p285.json index 6535198edb0..58dc017977d 100644 --- a/advisories/unreviewed/2022/05/GHSA-3h3c-x5j6-p285/GHSA-3h3c-x5j6-p285.json +++ b/advisories/unreviewed/2022/05/GHSA-3h3c-x5j6-p285/GHSA-3h3c-x5j6-p285.json @@ -7,12 +7,8 @@ "CVE-2014-0478" ], "details": "APT before 1.0.4 does not properly validate source packages, which allows man-in-the-middle attackers to download and install Trojan horse packages by removing the Release signature.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3hwj-48pj-369j/GHSA-3hwj-48pj-369j.json b/advisories/unreviewed/2022/05/GHSA-3hwj-48pj-369j/GHSA-3hwj-48pj-369j.json index 394ea0ca035..b83815b0343 100644 --- a/advisories/unreviewed/2022/05/GHSA-3hwj-48pj-369j/GHSA-3hwj-48pj-369j.json +++ b/advisories/unreviewed/2022/05/GHSA-3hwj-48pj-369j/GHSA-3hwj-48pj-369j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3p72-rmv7-7jc9/GHSA-3p72-rmv7-7jc9.json b/advisories/unreviewed/2022/05/GHSA-3p72-rmv7-7jc9/GHSA-3p72-rmv7-7jc9.json index 20e24f7c032..df49e73ac79 100644 --- a/advisories/unreviewed/2022/05/GHSA-3p72-rmv7-7jc9/GHSA-3p72-rmv7-7jc9.json +++ b/advisories/unreviewed/2022/05/GHSA-3p72-rmv7-7jc9/GHSA-3p72-rmv7-7jc9.json @@ -7,12 +7,8 @@ "CVE-2015-6248" ], "details": "The ptvcursor_add function in the ptvcursor implementation in epan/proto.c in Wireshark 1.12.x before 1.12.7 does not check whether the expected amount of data is available, which allows remote attackers to cause a denial of service (application crash) via a crafted packet.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3prr-gr45-j95v/GHSA-3prr-gr45-j95v.json b/advisories/unreviewed/2022/05/GHSA-3prr-gr45-j95v/GHSA-3prr-gr45-j95v.json index 12f9b2d042b..43975c92dae 100644 --- a/advisories/unreviewed/2022/05/GHSA-3prr-gr45-j95v/GHSA-3prr-gr45-j95v.json +++ b/advisories/unreviewed/2022/05/GHSA-3prr-gr45-j95v/GHSA-3prr-gr45-j95v.json @@ -7,12 +7,8 @@ "CVE-2012-1690" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.61 and earlier, and 5.5.21 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer, a different vulnerability than CVE-2012-1703.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3qjw-qphv-c728/GHSA-3qjw-qphv-c728.json b/advisories/unreviewed/2022/05/GHSA-3qjw-qphv-c728/GHSA-3qjw-qphv-c728.json index be717a4d67e..8bb05b034f3 100644 --- a/advisories/unreviewed/2022/05/GHSA-3qjw-qphv-c728/GHSA-3qjw-qphv-c728.json +++ b/advisories/unreviewed/2022/05/GHSA-3qjw-qphv-c728/GHSA-3qjw-qphv-c728.json @@ -7,12 +7,8 @@ "CVE-2008-7247" ], "details": "sql/sql_table.cc in MySQL 5.0.x through 5.0.88, 5.1.x through 5.1.41, and 6.0 before 6.0.9-alpha, when the data home directory contains a symlink to a different filesystem, allows remote authenticated users to bypass intended access restrictions by calling CREATE TABLE with a (1) DATA DIRECTORY or (2) INDEX DIRECTORY argument referring to a subdirectory that requires following this symlink.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3qpq-w8fc-xx86/GHSA-3qpq-w8fc-xx86.json b/advisories/unreviewed/2022/05/GHSA-3qpq-w8fc-xx86/GHSA-3qpq-w8fc-xx86.json index bd6840a5fcc..dcd6c25e3ef 100644 --- a/advisories/unreviewed/2022/05/GHSA-3qpq-w8fc-xx86/GHSA-3qpq-w8fc-xx86.json +++ b/advisories/unreviewed/2022/05/GHSA-3qpq-w8fc-xx86/GHSA-3qpq-w8fc-xx86.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-3rhr-hm6q-fchf/GHSA-3rhr-hm6q-fchf.json b/advisories/unreviewed/2022/05/GHSA-3rhr-hm6q-fchf/GHSA-3rhr-hm6q-fchf.json index 2b106891a4e..0e09136536e 100644 --- a/advisories/unreviewed/2022/05/GHSA-3rhr-hm6q-fchf/GHSA-3rhr-hm6q-fchf.json +++ b/advisories/unreviewed/2022/05/GHSA-3rhr-hm6q-fchf/GHSA-3rhr-hm6q-fchf.json @@ -7,12 +7,8 @@ "CVE-2012-2749" ], "details": "MySQL 5.1.x before 5.1.63 and 5.5.x before 5.5.24 allows remote authenticated users to cause a denial of service (mysqld crash) via vectors related to incorrect calculation and a sort order index.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -56,9 +52,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3rm9-rm94-6p3r/GHSA-3rm9-rm94-6p3r.json b/advisories/unreviewed/2022/05/GHSA-3rm9-rm94-6p3r/GHSA-3rm9-rm94-6p3r.json index 9b1d58bd830..a8d1cf73669 100644 --- a/advisories/unreviewed/2022/05/GHSA-3rm9-rm94-6p3r/GHSA-3rm9-rm94-6p3r.json +++ b/advisories/unreviewed/2022/05/GHSA-3rm9-rm94-6p3r/GHSA-3rm9-rm94-6p3r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -67,9 +65,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-3wcv-7r47-m45v/GHSA-3wcv-7r47-m45v.json b/advisories/unreviewed/2022/05/GHSA-3wcv-7r47-m45v/GHSA-3wcv-7r47-m45v.json index 54e19cb8043..a0ba40409bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-3wcv-7r47-m45v/GHSA-3wcv-7r47-m45v.json +++ b/advisories/unreviewed/2022/05/GHSA-3wcv-7r47-m45v/GHSA-3wcv-7r47-m45v.json @@ -7,12 +7,8 @@ "CVE-2011-4151" ], "details": "The krb5_db2_lockout_audit function in the Key Distribution Center (KDC) in MIT Kerberos 5 (aka krb5) 1.8 through 1.8.4, when the db2 (aka Berkeley DB) back end is used, allows remote attackers to cause a denial of service (assertion failure and daemon exit) via unspecified vectors, a different vulnerability than CVE-2011-1528.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4466-76rw-3vm6/GHSA-4466-76rw-3vm6.json b/advisories/unreviewed/2022/05/GHSA-4466-76rw-3vm6/GHSA-4466-76rw-3vm6.json index fd42d3034a2..b289a4ab2fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-4466-76rw-3vm6/GHSA-4466-76rw-3vm6.json +++ b/advisories/unreviewed/2022/05/GHSA-4466-76rw-3vm6/GHSA-4466-76rw-3vm6.json @@ -7,12 +7,8 @@ "CVE-2015-4870" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.5.45 and earlier, and 5.6.26 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server : Parser.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -100,9 +96,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-44rv-f26q-qc62/GHSA-44rv-f26q-qc62.json b/advisories/unreviewed/2022/05/GHSA-44rv-f26q-qc62/GHSA-44rv-f26q-qc62.json index ab5ba4f3781..306c34409ef 100644 --- a/advisories/unreviewed/2022/05/GHSA-44rv-f26q-qc62/GHSA-44rv-f26q-qc62.json +++ b/advisories/unreviewed/2022/05/GHSA-44rv-f26q-qc62/GHSA-44rv-f26q-qc62.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-456m-rwh4-89h7/GHSA-456m-rwh4-89h7.json b/advisories/unreviewed/2022/05/GHSA-456m-rwh4-89h7/GHSA-456m-rwh4-89h7.json index 2635c107316..f52fbe37888 100644 --- a/advisories/unreviewed/2022/05/GHSA-456m-rwh4-89h7/GHSA-456m-rwh4-89h7.json +++ b/advisories/unreviewed/2022/05/GHSA-456m-rwh4-89h7/GHSA-456m-rwh4-89h7.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-4597-h46x-2mwj/GHSA-4597-h46x-2mwj.json b/advisories/unreviewed/2022/05/GHSA-4597-h46x-2mwj/GHSA-4597-h46x-2mwj.json index f2a5620c7d7..155d4c30e0a 100644 --- a/advisories/unreviewed/2022/05/GHSA-4597-h46x-2mwj/GHSA-4597-h46x-2mwj.json +++ b/advisories/unreviewed/2022/05/GHSA-4597-h46x-2mwj/GHSA-4597-h46x-2mwj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4669-mhpf-8vf3/GHSA-4669-mhpf-8vf3.json b/advisories/unreviewed/2022/05/GHSA-4669-mhpf-8vf3/GHSA-4669-mhpf-8vf3.json index 1717a4efff0..155643aa2c5 100644 --- a/advisories/unreviewed/2022/05/GHSA-4669-mhpf-8vf3/GHSA-4669-mhpf-8vf3.json +++ b/advisories/unreviewed/2022/05/GHSA-4669-mhpf-8vf3/GHSA-4669-mhpf-8vf3.json @@ -7,12 +7,8 @@ "CVE-2015-3811" ], "details": "epan/dissectors/packet-wcp.c in the WCP dissector in Wireshark 1.10.x before 1.10.14 and 1.12.x before 1.12.5 improperly refers to previously processed bytes, which allows remote attackers to cause a denial of service (application crash) via a crafted packet, a different vulnerability than CVE-2015-2188.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-46q3-4wpc-px2v/GHSA-46q3-4wpc-px2v.json b/advisories/unreviewed/2022/05/GHSA-46q3-4wpc-px2v/GHSA-46q3-4wpc-px2v.json index 0b06296d618..223b338a113 100644 --- a/advisories/unreviewed/2022/05/GHSA-46q3-4wpc-px2v/GHSA-46q3-4wpc-px2v.json +++ b/advisories/unreviewed/2022/05/GHSA-46q3-4wpc-px2v/GHSA-46q3-4wpc-px2v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-48hx-p379-52c7/GHSA-48hx-p379-52c7.json b/advisories/unreviewed/2022/05/GHSA-48hx-p379-52c7/GHSA-48hx-p379-52c7.json index b899f43d1fc..57ab8115455 100644 --- a/advisories/unreviewed/2022/05/GHSA-48hx-p379-52c7/GHSA-48hx-p379-52c7.json +++ b/advisories/unreviewed/2022/05/GHSA-48hx-p379-52c7/GHSA-48hx-p379-52c7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -111,9 +109,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-48jw-g6cj-24gw/GHSA-48jw-g6cj-24gw.json b/advisories/unreviewed/2022/05/GHSA-48jw-g6cj-24gw/GHSA-48jw-g6cj-24gw.json index 3352be9fd7f..ef24279ef14 100644 --- a/advisories/unreviewed/2022/05/GHSA-48jw-g6cj-24gw/GHSA-48jw-g6cj-24gw.json +++ b/advisories/unreviewed/2022/05/GHSA-48jw-g6cj-24gw/GHSA-48jw-g6cj-24gw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-48qw-96c7-m2c9/GHSA-48qw-96c7-m2c9.json b/advisories/unreviewed/2022/05/GHSA-48qw-96c7-m2c9/GHSA-48qw-96c7-m2c9.json index fa268df290b..07b6abbf5d6 100644 --- a/advisories/unreviewed/2022/05/GHSA-48qw-96c7-m2c9/GHSA-48qw-96c7-m2c9.json +++ b/advisories/unreviewed/2022/05/GHSA-48qw-96c7-m2c9/GHSA-48qw-96c7-m2c9.json @@ -7,12 +7,8 @@ "CVE-2014-9381" ], "details": "Integer signedness error in the dissector_cvs function in dissectors/ec_cvs.c in Ettercap 0.8.1 allows remote attackers to cause a denial of service (crash) via a crafted password, which triggers a large memory allocation.", - "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-4cff-62rr-5q5j/GHSA-4cff-62rr-5q5j.json b/advisories/unreviewed/2022/05/GHSA-4cff-62rr-5q5j/GHSA-4cff-62rr-5q5j.json index 0480d3578a2..144b62439f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-4cff-62rr-5q5j/GHSA-4cff-62rr-5q5j.json +++ b/advisories/unreviewed/2022/05/GHSA-4cff-62rr-5q5j/GHSA-4cff-62rr-5q5j.json @@ -7,12 +7,8 @@ "CVE-2016-0606" ], "details": "Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier, 5.6.27 and earlier, and 5.7.9 and MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10 allows remote authenticated users to affect integrity via unknown vectors related to encryption.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -104,9 +100,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4chq-8rg2-9c6v/GHSA-4chq-8rg2-9c6v.json b/advisories/unreviewed/2022/05/GHSA-4chq-8rg2-9c6v/GHSA-4chq-8rg2-9c6v.json index 65a20944c20..341ca63199d 100644 --- a/advisories/unreviewed/2022/05/GHSA-4chq-8rg2-9c6v/GHSA-4chq-8rg2-9c6v.json +++ b/advisories/unreviewed/2022/05/GHSA-4chq-8rg2-9c6v/GHSA-4chq-8rg2-9c6v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4cpv-5v5r-w394/GHSA-4cpv-5v5r-w394.json b/advisories/unreviewed/2022/05/GHSA-4cpv-5v5r-w394/GHSA-4cpv-5v5r-w394.json index 08960f7d19c..1516298b1a3 100644 --- a/advisories/unreviewed/2022/05/GHSA-4cpv-5v5r-w394/GHSA-4cpv-5v5r-w394.json +++ b/advisories/unreviewed/2022/05/GHSA-4cpv-5v5r-w394/GHSA-4cpv-5v5r-w394.json @@ -7,12 +7,8 @@ "CVE-2010-3678" ], "details": "Oracle MySQL 5.1 before 5.1.49 allows remote authenticated users to cause a denial of service (crash) via (1) IN or (2) CASE operations with NULL arguments that are explicitly specified or indirectly provided by the WITH ROLLUP modifier.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -76,9 +72,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4cw9-fccf-p75x/GHSA-4cw9-fccf-p75x.json b/advisories/unreviewed/2022/05/GHSA-4cw9-fccf-p75x/GHSA-4cw9-fccf-p75x.json index 2016e95a55a..1c4a4a86688 100644 --- a/advisories/unreviewed/2022/05/GHSA-4cw9-fccf-p75x/GHSA-4cw9-fccf-p75x.json +++ b/advisories/unreviewed/2022/05/GHSA-4cw9-fccf-p75x/GHSA-4cw9-fccf-p75x.json @@ -7,12 +7,8 @@ "CVE-2014-8566" ], "details": "The mod_auth_mellon module before 0.8.1 allows remote attackers to obtain sensitive information or cause a denial of service (segmentation fault) via unspecified vectors related to a \"session overflow\" involving \"sessions overlapping in memory.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4g48-xcj2-xjr4/GHSA-4g48-xcj2-xjr4.json b/advisories/unreviewed/2022/05/GHSA-4g48-xcj2-xjr4/GHSA-4g48-xcj2-xjr4.json index 69873ef8099..4d86f87e664 100644 --- a/advisories/unreviewed/2022/05/GHSA-4g48-xcj2-xjr4/GHSA-4g48-xcj2-xjr4.json +++ b/advisories/unreviewed/2022/05/GHSA-4g48-xcj2-xjr4/GHSA-4g48-xcj2-xjr4.json @@ -7,12 +7,8 @@ "CVE-2013-0722" ], "details": "Stack-based buffer overflow in the scan_load_hosts function in ec_scan.c in Ettercap 0.7.5.1 and earlier might allow local users to gain privileges via a Trojan horse hosts list containing a long line.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4h3x-f92m-43fv/GHSA-4h3x-f92m-43fv.json b/advisories/unreviewed/2022/05/GHSA-4h3x-f92m-43fv/GHSA-4h3x-f92m-43fv.json index 1cdca5eddd0..c7534a46ce7 100644 --- a/advisories/unreviewed/2022/05/GHSA-4h3x-f92m-43fv/GHSA-4h3x-f92m-43fv.json +++ b/advisories/unreviewed/2022/05/GHSA-4h3x-f92m-43fv/GHSA-4h3x-f92m-43fv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4h7h-5fv8-m6hg/GHSA-4h7h-5fv8-m6hg.json b/advisories/unreviewed/2022/05/GHSA-4h7h-5fv8-m6hg/GHSA-4h7h-5fv8-m6hg.json index b4c6de6e967..20a433f1965 100644 --- a/advisories/unreviewed/2022/05/GHSA-4h7h-5fv8-m6hg/GHSA-4h7h-5fv8-m6hg.json +++ b/advisories/unreviewed/2022/05/GHSA-4h7h-5fv8-m6hg/GHSA-4h7h-5fv8-m6hg.json @@ -7,12 +7,8 @@ "CVE-2015-2328" ], "details": "PCRE before 8.36 mishandles the /((?(R)a|(?1)))+/ pattern and related patterns with certain recursion, which allows remote attackers to cause a denial of service (segmentation fault) or possibly have unspecified other impact via a crafted regular expression, as demonstrated by a JavaScript RegExp object encountered by Konqueror.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4hf9-v6f3-rjw9/GHSA-4hf9-v6f3-rjw9.json b/advisories/unreviewed/2022/05/GHSA-4hf9-v6f3-rjw9/GHSA-4hf9-v6f3-rjw9.json index 37a176f52f8..439be3c6387 100644 --- a/advisories/unreviewed/2022/05/GHSA-4hf9-v6f3-rjw9/GHSA-4hf9-v6f3-rjw9.json +++ b/advisories/unreviewed/2022/05/GHSA-4hf9-v6f3-rjw9/GHSA-4hf9-v6f3-rjw9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4hhc-jf2p-xq5p/GHSA-4hhc-jf2p-xq5p.json b/advisories/unreviewed/2022/05/GHSA-4hhc-jf2p-xq5p/GHSA-4hhc-jf2p-xq5p.json index 07559b46ae2..7774b628b14 100644 --- a/advisories/unreviewed/2022/05/GHSA-4hhc-jf2p-xq5p/GHSA-4hhc-jf2p-xq5p.json +++ b/advisories/unreviewed/2022/05/GHSA-4hhc-jf2p-xq5p/GHSA-4hhc-jf2p-xq5p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4hph-9j96-cwr9/GHSA-4hph-9j96-cwr9.json b/advisories/unreviewed/2022/05/GHSA-4hph-9j96-cwr9/GHSA-4hph-9j96-cwr9.json index 71710b1d9b3..5a8bfd9b0bd 100644 --- a/advisories/unreviewed/2022/05/GHSA-4hph-9j96-cwr9/GHSA-4hph-9j96-cwr9.json +++ b/advisories/unreviewed/2022/05/GHSA-4hph-9j96-cwr9/GHSA-4hph-9j96-cwr9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4j25-mwch-395m/GHSA-4j25-mwch-395m.json b/advisories/unreviewed/2022/05/GHSA-4j25-mwch-395m/GHSA-4j25-mwch-395m.json index c0b337b1d80..75bbda2aa1c 100644 --- a/advisories/unreviewed/2022/05/GHSA-4j25-mwch-395m/GHSA-4j25-mwch-395m.json +++ b/advisories/unreviewed/2022/05/GHSA-4j25-mwch-395m/GHSA-4j25-mwch-395m.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-4j2c-2fj7-7484/GHSA-4j2c-2fj7-7484.json b/advisories/unreviewed/2022/05/GHSA-4j2c-2fj7-7484/GHSA-4j2c-2fj7-7484.json index 9a9a715655d..5f2bcd319e2 100644 --- a/advisories/unreviewed/2022/05/GHSA-4j2c-2fj7-7484/GHSA-4j2c-2fj7-7484.json +++ b/advisories/unreviewed/2022/05/GHSA-4j2c-2fj7-7484/GHSA-4j2c-2fj7-7484.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4jvx-6g9p-mgxw/GHSA-4jvx-6g9p-mgxw.json b/advisories/unreviewed/2022/05/GHSA-4jvx-6g9p-mgxw/GHSA-4jvx-6g9p-mgxw.json index 68699ed5692..e43f2fd0327 100644 --- a/advisories/unreviewed/2022/05/GHSA-4jvx-6g9p-mgxw/GHSA-4jvx-6g9p-mgxw.json +++ b/advisories/unreviewed/2022/05/GHSA-4jvx-6g9p-mgxw/GHSA-4jvx-6g9p-mgxw.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-4m2w-227w-x947/GHSA-4m2w-227w-x947.json b/advisories/unreviewed/2022/05/GHSA-4m2w-227w-x947/GHSA-4m2w-227w-x947.json index fe4811635e5..65b9ec50623 100644 --- a/advisories/unreviewed/2022/05/GHSA-4m2w-227w-x947/GHSA-4m2w-227w-x947.json +++ b/advisories/unreviewed/2022/05/GHSA-4m2w-227w-x947/GHSA-4m2w-227w-x947.json @@ -7,12 +7,8 @@ "CVE-2010-3839" ], "details": "MySQL 5.1 before 5.1.51 and 5.5 before 5.5.6 allows remote authenticated users to cause a denial of service (infinite loop) via multiple invocations of a (1) prepared statement or (2) stored procedure that creates a query with nested JOIN statements.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -76,9 +72,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4m2w-vcxc-r9wm/GHSA-4m2w-vcxc-r9wm.json b/advisories/unreviewed/2022/05/GHSA-4m2w-vcxc-r9wm/GHSA-4m2w-vcxc-r9wm.json index d584381729f..26a97bdfea8 100644 --- a/advisories/unreviewed/2022/05/GHSA-4m2w-vcxc-r9wm/GHSA-4m2w-vcxc-r9wm.json +++ b/advisories/unreviewed/2022/05/GHSA-4m2w-vcxc-r9wm/GHSA-4m2w-vcxc-r9wm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4mp4-fj98-86xx/GHSA-4mp4-fj98-86xx.json b/advisories/unreviewed/2022/05/GHSA-4mp4-fj98-86xx/GHSA-4mp4-fj98-86xx.json index 4e663af78c5..e1c21655fef 100644 --- a/advisories/unreviewed/2022/05/GHSA-4mp4-fj98-86xx/GHSA-4mp4-fj98-86xx.json +++ b/advisories/unreviewed/2022/05/GHSA-4mp4-fj98-86xx/GHSA-4mp4-fj98-86xx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -111,9 +109,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4p3m-vcw5-28gr/GHSA-4p3m-vcw5-28gr.json b/advisories/unreviewed/2022/05/GHSA-4p3m-vcw5-28gr/GHSA-4p3m-vcw5-28gr.json index 7fdae293cee..3d5e977eebf 100644 --- a/advisories/unreviewed/2022/05/GHSA-4p3m-vcw5-28gr/GHSA-4p3m-vcw5-28gr.json +++ b/advisories/unreviewed/2022/05/GHSA-4p3m-vcw5-28gr/GHSA-4p3m-vcw5-28gr.json @@ -7,12 +7,8 @@ "CVE-2015-1351" ], "details": "Use-after-free vulnerability in the _zend_shared_memdup function in zend_shared_alloc.c in the OPcache extension in PHP through 5.6.7 allows remote attackers to cause a denial of service or possibly have unspecified other impact via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4qf5-r4mp-pqp5/GHSA-4qf5-r4mp-pqp5.json b/advisories/unreviewed/2022/05/GHSA-4qf5-r4mp-pqp5/GHSA-4qf5-r4mp-pqp5.json index de779d6e562..42b13ee7238 100644 --- a/advisories/unreviewed/2022/05/GHSA-4qf5-r4mp-pqp5/GHSA-4qf5-r4mp-pqp5.json +++ b/advisories/unreviewed/2022/05/GHSA-4qf5-r4mp-pqp5/GHSA-4qf5-r4mp-pqp5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4r53-v5jr-xx52/GHSA-4r53-v5jr-xx52.json b/advisories/unreviewed/2022/05/GHSA-4r53-v5jr-xx52/GHSA-4r53-v5jr-xx52.json index 3190027b830..cf2e48fae4c 100644 --- a/advisories/unreviewed/2022/05/GHSA-4r53-v5jr-xx52/GHSA-4r53-v5jr-xx52.json +++ b/advisories/unreviewed/2022/05/GHSA-4r53-v5jr-xx52/GHSA-4r53-v5jr-xx52.json @@ -7,12 +7,8 @@ "CVE-2012-2580" ], "details": "Cross-site scripting (XSS) vulnerability in the Postie plugin 1.4.3, and possibly before 1.5.15, for WordPress allows remote attackers to inject arbitrary web script or HTML via the From field of an email.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4rmp-xhjh-jrfr/GHSA-4rmp-xhjh-jrfr.json b/advisories/unreviewed/2022/05/GHSA-4rmp-xhjh-jrfr/GHSA-4rmp-xhjh-jrfr.json index 03d98dcad99..1391e4a0ede 100644 --- a/advisories/unreviewed/2022/05/GHSA-4rmp-xhjh-jrfr/GHSA-4rmp-xhjh-jrfr.json +++ b/advisories/unreviewed/2022/05/GHSA-4rmp-xhjh-jrfr/GHSA-4rmp-xhjh-jrfr.json @@ -7,12 +7,8 @@ "CVE-2014-3158" ], "details": "Integer overflow in the getword function in options.c in pppd in Paul's PPP Package (ppp) before 2.4.7 allows attackers to \"access privileged options\" via a long word in an options file, which triggers a heap-based buffer overflow that \"[corrupts] security-relevant variables.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4vcq-r7hf-36w7/GHSA-4vcq-r7hf-36w7.json b/advisories/unreviewed/2022/05/GHSA-4vcq-r7hf-36w7/GHSA-4vcq-r7hf-36w7.json index 1a9e26d3e3f..80733d90a22 100644 --- a/advisories/unreviewed/2022/05/GHSA-4vcq-r7hf-36w7/GHSA-4vcq-r7hf-36w7.json +++ b/advisories/unreviewed/2022/05/GHSA-4vcq-r7hf-36w7/GHSA-4vcq-r7hf-36w7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4w24-2qm8-wfcm/GHSA-4w24-2qm8-wfcm.json b/advisories/unreviewed/2022/05/GHSA-4w24-2qm8-wfcm/GHSA-4w24-2qm8-wfcm.json index dbd826ea6c0..4a49b954183 100644 --- a/advisories/unreviewed/2022/05/GHSA-4w24-2qm8-wfcm/GHSA-4w24-2qm8-wfcm.json +++ b/advisories/unreviewed/2022/05/GHSA-4w24-2qm8-wfcm/GHSA-4w24-2qm8-wfcm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4wqw-h6w8-f8qg/GHSA-4wqw-h6w8-f8qg.json b/advisories/unreviewed/2022/05/GHSA-4wqw-h6w8-f8qg/GHSA-4wqw-h6w8-f8qg.json index d55d70a3cff..6e98146a803 100644 --- a/advisories/unreviewed/2022/05/GHSA-4wqw-h6w8-f8qg/GHSA-4wqw-h6w8-f8qg.json +++ b/advisories/unreviewed/2022/05/GHSA-4wqw-h6w8-f8qg/GHSA-4wqw-h6w8-f8qg.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-4x54-5wgw-wc8c/GHSA-4x54-5wgw-wc8c.json b/advisories/unreviewed/2022/05/GHSA-4x54-5wgw-wc8c/GHSA-4x54-5wgw-wc8c.json index ad9ac302fe8..6804aa6d64f 100644 --- a/advisories/unreviewed/2022/05/GHSA-4x54-5wgw-wc8c/GHSA-4x54-5wgw-wc8c.json +++ b/advisories/unreviewed/2022/05/GHSA-4x54-5wgw-wc8c/GHSA-4x54-5wgw-wc8c.json @@ -7,12 +7,8 @@ "CVE-2012-1014" ], "details": "The process_as_req function in the Key Distribution Center (KDC) in MIT Kerberos 5 (aka krb5) 1.10.x before 1.10.3 does not initialize a certain structure member, which allows remote attackers to cause a denial of service (uninitialized pointer dereference and daemon crash) or possibly execute arbitrary code via a malformed AS-REQ request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-4x5c-2c3m-624h/GHSA-4x5c-2c3m-624h.json b/advisories/unreviewed/2022/05/GHSA-4x5c-2c3m-624h/GHSA-4x5c-2c3m-624h.json index 668d24507a1..f84d9b94bb8 100644 --- a/advisories/unreviewed/2022/05/GHSA-4x5c-2c3m-624h/GHSA-4x5c-2c3m-624h.json +++ b/advisories/unreviewed/2022/05/GHSA-4x5c-2c3m-624h/GHSA-4x5c-2c3m-624h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-4x92-5xf4-xgq7/GHSA-4x92-5xf4-xgq7.json b/advisories/unreviewed/2022/05/GHSA-4x92-5xf4-xgq7/GHSA-4x92-5xf4-xgq7.json index b64827df435..7b9556001ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-4x92-5xf4-xgq7/GHSA-4x92-5xf4-xgq7.json +++ b/advisories/unreviewed/2022/05/GHSA-4x92-5xf4-xgq7/GHSA-4x92-5xf4-xgq7.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-522q-xfm6-22q6/GHSA-522q-xfm6-22q6.json b/advisories/unreviewed/2022/05/GHSA-522q-xfm6-22q6/GHSA-522q-xfm6-22q6.json index 053f0218b78..14c1595c1b8 100644 --- a/advisories/unreviewed/2022/05/GHSA-522q-xfm6-22q6/GHSA-522q-xfm6-22q6.json +++ b/advisories/unreviewed/2022/05/GHSA-522q-xfm6-22q6/GHSA-522q-xfm6-22q6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-52xg-2453-vmhx/GHSA-52xg-2453-vmhx.json b/advisories/unreviewed/2022/05/GHSA-52xg-2453-vmhx/GHSA-52xg-2453-vmhx.json index 87a11ec441b..15ebc7c2d33 100644 --- a/advisories/unreviewed/2022/05/GHSA-52xg-2453-vmhx/GHSA-52xg-2453-vmhx.json +++ b/advisories/unreviewed/2022/05/GHSA-52xg-2453-vmhx/GHSA-52xg-2453-vmhx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -79,9 +77,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5378-fj29-782c/GHSA-5378-fj29-782c.json b/advisories/unreviewed/2022/05/GHSA-5378-fj29-782c/GHSA-5378-fj29-782c.json index 72216c1c5a6..b3c4c002f18 100644 --- a/advisories/unreviewed/2022/05/GHSA-5378-fj29-782c/GHSA-5378-fj29-782c.json +++ b/advisories/unreviewed/2022/05/GHSA-5378-fj29-782c/GHSA-5378-fj29-782c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-54mf-f57f-83fj/GHSA-54mf-f57f-83fj.json b/advisories/unreviewed/2022/05/GHSA-54mf-f57f-83fj/GHSA-54mf-f57f-83fj.json index 3746c025c6e..bd32c90784b 100644 --- a/advisories/unreviewed/2022/05/GHSA-54mf-f57f-83fj/GHSA-54mf-f57f-83fj.json +++ b/advisories/unreviewed/2022/05/GHSA-54mf-f57f-83fj/GHSA-54mf-f57f-83fj.json @@ -7,12 +7,8 @@ "CVE-2011-1529" ], "details": "The lookup_lockout_policy function in the Key Distribution Center (KDC) in MIT Kerberos 5 (aka krb5) 1.8 through 1.8.4 and 1.9 through 1.9.1, when the db2 (aka Berkeley DB) or LDAP back end is used, allows remote attackers to cause a denial of service (NULL pointer dereference and daemon crash) via vectors that trigger certain process_as_req errors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-55vr-xgpv-57cg/GHSA-55vr-xgpv-57cg.json b/advisories/unreviewed/2022/05/GHSA-55vr-xgpv-57cg/GHSA-55vr-xgpv-57cg.json index 25e0e97f29e..207253fe20a 100644 --- a/advisories/unreviewed/2022/05/GHSA-55vr-xgpv-57cg/GHSA-55vr-xgpv-57cg.json +++ b/advisories/unreviewed/2022/05/GHSA-55vr-xgpv-57cg/GHSA-55vr-xgpv-57cg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5687-6cv2-8gg7/GHSA-5687-6cv2-8gg7.json b/advisories/unreviewed/2022/05/GHSA-5687-6cv2-8gg7/GHSA-5687-6cv2-8gg7.json index 7954b2bab81..1fd89ac1f6d 100644 --- a/advisories/unreviewed/2022/05/GHSA-5687-6cv2-8gg7/GHSA-5687-6cv2-8gg7.json +++ b/advisories/unreviewed/2022/05/GHSA-5687-6cv2-8gg7/GHSA-5687-6cv2-8gg7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5776-327r-qhr3/GHSA-5776-327r-qhr3.json b/advisories/unreviewed/2022/05/GHSA-5776-327r-qhr3/GHSA-5776-327r-qhr3.json index 920a7005a04..91d83679818 100644 --- a/advisories/unreviewed/2022/05/GHSA-5776-327r-qhr3/GHSA-5776-327r-qhr3.json +++ b/advisories/unreviewed/2022/05/GHSA-5776-327r-qhr3/GHSA-5776-327r-qhr3.json @@ -7,12 +7,8 @@ "CVE-2015-8388" ], "details": "PCRE before 8.38 mishandles the /(?=di(?<=(?1))|(?=(.))))/ pattern and related patterns with an unmatched closing parenthesis, which allows remote attackers to cause a denial of service (buffer overflow) or possibly have unspecified other impact via a crafted regular expression, as demonstrated by a JavaScript RegExp object encountered by Konqueror.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-57jx-w3vh-gfcf/GHSA-57jx-w3vh-gfcf.json b/advisories/unreviewed/2022/05/GHSA-57jx-w3vh-gfcf/GHSA-57jx-w3vh-gfcf.json index 627fa0367fd..15db98ac5fc 100644 --- a/advisories/unreviewed/2022/05/GHSA-57jx-w3vh-gfcf/GHSA-57jx-w3vh-gfcf.json +++ b/advisories/unreviewed/2022/05/GHSA-57jx-w3vh-gfcf/GHSA-57jx-w3vh-gfcf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-57rx-55jg-62vm/GHSA-57rx-55jg-62vm.json b/advisories/unreviewed/2022/05/GHSA-57rx-55jg-62vm/GHSA-57rx-55jg-62vm.json index fdba23ffe82..a50e77b1b04 100644 --- a/advisories/unreviewed/2022/05/GHSA-57rx-55jg-62vm/GHSA-57rx-55jg-62vm.json +++ b/advisories/unreviewed/2022/05/GHSA-57rx-55jg-62vm/GHSA-57rx-55jg-62vm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-597j-8qfw-cjcg/GHSA-597j-8qfw-cjcg.json b/advisories/unreviewed/2022/05/GHSA-597j-8qfw-cjcg/GHSA-597j-8qfw-cjcg.json index 8cdf4ac3c0f..3c9e0d6a56a 100644 --- a/advisories/unreviewed/2022/05/GHSA-597j-8qfw-cjcg/GHSA-597j-8qfw-cjcg.json +++ b/advisories/unreviewed/2022/05/GHSA-597j-8qfw-cjcg/GHSA-597j-8qfw-cjcg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5f6g-6ff4-96qp/GHSA-5f6g-6ff4-96qp.json b/advisories/unreviewed/2022/05/GHSA-5f6g-6ff4-96qp/GHSA-5f6g-6ff4-96qp.json index c565ca97755..12b72700836 100644 --- a/advisories/unreviewed/2022/05/GHSA-5f6g-6ff4-96qp/GHSA-5f6g-6ff4-96qp.json +++ b/advisories/unreviewed/2022/05/GHSA-5f6g-6ff4-96qp/GHSA-5f6g-6ff4-96qp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5f9j-8ghm-9gxx/GHSA-5f9j-8ghm-9gxx.json b/advisories/unreviewed/2022/05/GHSA-5f9j-8ghm-9gxx/GHSA-5f9j-8ghm-9gxx.json index 94db5efd7b9..5507ededc03 100644 --- a/advisories/unreviewed/2022/05/GHSA-5f9j-8ghm-9gxx/GHSA-5f9j-8ghm-9gxx.json +++ b/advisories/unreviewed/2022/05/GHSA-5f9j-8ghm-9gxx/GHSA-5f9j-8ghm-9gxx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5fp2-p67m-grx9/GHSA-5fp2-p67m-grx9.json b/advisories/unreviewed/2022/05/GHSA-5fp2-p67m-grx9/GHSA-5fp2-p67m-grx9.json index 80078338989..aa6a799debe 100644 --- a/advisories/unreviewed/2022/05/GHSA-5fp2-p67m-grx9/GHSA-5fp2-p67m-grx9.json +++ b/advisories/unreviewed/2022/05/GHSA-5fp2-p67m-grx9/GHSA-5fp2-p67m-grx9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5jw4-gf5w-q7q8/GHSA-5jw4-gf5w-q7q8.json b/advisories/unreviewed/2022/05/GHSA-5jw4-gf5w-q7q8/GHSA-5jw4-gf5w-q7q8.json index 1c3fecca95f..1de113aed66 100644 --- a/advisories/unreviewed/2022/05/GHSA-5jw4-gf5w-q7q8/GHSA-5jw4-gf5w-q7q8.json +++ b/advisories/unreviewed/2022/05/GHSA-5jw4-gf5w-q7q8/GHSA-5jw4-gf5w-q7q8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5mvv-g3g9-g2pc/GHSA-5mvv-g3g9-g2pc.json b/advisories/unreviewed/2022/05/GHSA-5mvv-g3g9-g2pc/GHSA-5mvv-g3g9-g2pc.json index 8a3191ce026..e035fd021e4 100644 --- a/advisories/unreviewed/2022/05/GHSA-5mvv-g3g9-g2pc/GHSA-5mvv-g3g9-g2pc.json +++ b/advisories/unreviewed/2022/05/GHSA-5mvv-g3g9-g2pc/GHSA-5mvv-g3g9-g2pc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5pj3-8xv9-ch9w/GHSA-5pj3-8xv9-ch9w.json b/advisories/unreviewed/2022/05/GHSA-5pj3-8xv9-ch9w/GHSA-5pj3-8xv9-ch9w.json index 6b5b2fab398..a1bcd84d937 100644 --- a/advisories/unreviewed/2022/05/GHSA-5pj3-8xv9-ch9w/GHSA-5pj3-8xv9-ch9w.json +++ b/advisories/unreviewed/2022/05/GHSA-5pj3-8xv9-ch9w/GHSA-5pj3-8xv9-ch9w.json @@ -7,12 +7,8 @@ "CVE-2010-3691" ], "details": "PGTStorage/pgt-file.php in phpCAS before 1.1.3, when proxy mode is enabled, allows local users to overwrite arbitrary files via a symlink attack on an unspecified file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5pw8-wwr7-95h7/GHSA-5pw8-wwr7-95h7.json b/advisories/unreviewed/2022/05/GHSA-5pw8-wwr7-95h7/GHSA-5pw8-wwr7-95h7.json index 8acf1580ef5..9d98c3ffc06 100644 --- a/advisories/unreviewed/2022/05/GHSA-5pw8-wwr7-95h7/GHSA-5pw8-wwr7-95h7.json +++ b/advisories/unreviewed/2022/05/GHSA-5pw8-wwr7-95h7/GHSA-5pw8-wwr7-95h7.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-5q5q-54rm-rj75/GHSA-5q5q-54rm-rj75.json b/advisories/unreviewed/2022/05/GHSA-5q5q-54rm-rj75/GHSA-5q5q-54rm-rj75.json index a2e01bd5bfa..6a2639a1627 100644 --- a/advisories/unreviewed/2022/05/GHSA-5q5q-54rm-rj75/GHSA-5q5q-54rm-rj75.json +++ b/advisories/unreviewed/2022/05/GHSA-5q5q-54rm-rj75/GHSA-5q5q-54rm-rj75.json @@ -7,12 +7,8 @@ "CVE-2010-3683" ], "details": "Oracle MySQL 5.1 before 5.1.49 and 5.5 before 5.5.5 sends an OK packet when a LOAD DATA INFILE request generates SQL errors, which allows remote authenticated users to cause a denial of service (mysqld daemon crash) via a crafted request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -88,9 +84,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5q6h-99p5-cxfr/GHSA-5q6h-99p5-cxfr.json b/advisories/unreviewed/2022/05/GHSA-5q6h-99p5-cxfr/GHSA-5q6h-99p5-cxfr.json index e218f25a325..8d5ead79ac5 100644 --- a/advisories/unreviewed/2022/05/GHSA-5q6h-99p5-cxfr/GHSA-5q6h-99p5-cxfr.json +++ b/advisories/unreviewed/2022/05/GHSA-5q6h-99p5-cxfr/GHSA-5q6h-99p5-cxfr.json @@ -7,12 +7,8 @@ "CVE-2012-1697" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.5.21 and earlier allows remote authenticated users to affect availability via unknown vectors related to Partition.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5qj6-vw7x-6j4g/GHSA-5qj6-vw7x-6j4g.json b/advisories/unreviewed/2022/05/GHSA-5qj6-vw7x-6j4g/GHSA-5qj6-vw7x-6j4g.json index 6d8d4fbf027..e970b60e5f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-5qj6-vw7x-6j4g/GHSA-5qj6-vw7x-6j4g.json +++ b/advisories/unreviewed/2022/05/GHSA-5qj6-vw7x-6j4g/GHSA-5qj6-vw7x-6j4g.json @@ -7,12 +7,8 @@ "CVE-2014-2250" ], "details": "The random-number generator on Siemens SIMATIC S7-1200 CPU PLC devices with firmware before 4.0 does not have sufficient entropy, which makes it easier for remote attackers to defeat cryptographic protection mechanisms and hijack sessions via unspecified vectors, a different vulnerability than CVE-2014-2251.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5r9c-4h43-4v5m/GHSA-5r9c-4h43-4v5m.json b/advisories/unreviewed/2022/05/GHSA-5r9c-4h43-4v5m/GHSA-5r9c-4h43-4v5m.json index ad8036ead28..e3c647d5be3 100644 --- a/advisories/unreviewed/2022/05/GHSA-5r9c-4h43-4v5m/GHSA-5r9c-4h43-4v5m.json +++ b/advisories/unreviewed/2022/05/GHSA-5r9c-4h43-4v5m/GHSA-5r9c-4h43-4v5m.json @@ -7,12 +7,8 @@ "CVE-2015-3455" ], "details": "Squid 3.2.x before 3.2.14, 3.3.x before 3.3.14, 3.4.x before 3.4.13, and 3.5.x before 3.5.4, when configured with client-first SSL-bump, do not properly validate the domain or hostname fields of X.509 certificates, which allows man-in-the-middle attackers to spoof SSL servers via a valid certificate.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5rq5-pgrh-f3x5/GHSA-5rq5-pgrh-f3x5.json b/advisories/unreviewed/2022/05/GHSA-5rq5-pgrh-f3x5/GHSA-5rq5-pgrh-f3x5.json index 079c73252ff..f211d7be283 100644 --- a/advisories/unreviewed/2022/05/GHSA-5rq5-pgrh-f3x5/GHSA-5rq5-pgrh-f3x5.json +++ b/advisories/unreviewed/2022/05/GHSA-5rq5-pgrh-f3x5/GHSA-5rq5-pgrh-f3x5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5v6h-wvqr-3crq/GHSA-5v6h-wvqr-3crq.json b/advisories/unreviewed/2022/05/GHSA-5v6h-wvqr-3crq/GHSA-5v6h-wvqr-3crq.json index fb238658b23..a6a8610cf4f 100644 --- a/advisories/unreviewed/2022/05/GHSA-5v6h-wvqr-3crq/GHSA-5v6h-wvqr-3crq.json +++ b/advisories/unreviewed/2022/05/GHSA-5v6h-wvqr-3crq/GHSA-5v6h-wvqr-3crq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5vcg-4cg3-gq34/GHSA-5vcg-4cg3-gq34.json b/advisories/unreviewed/2022/05/GHSA-5vcg-4cg3-gq34/GHSA-5vcg-4cg3-gq34.json index b9121f9dbac..e9d8372ebec 100644 --- a/advisories/unreviewed/2022/05/GHSA-5vcg-4cg3-gq34/GHSA-5vcg-4cg3-gq34.json +++ b/advisories/unreviewed/2022/05/GHSA-5vcg-4cg3-gq34/GHSA-5vcg-4cg3-gq34.json @@ -7,12 +7,8 @@ "CVE-2010-3682" ], "details": "Oracle MySQL 5.1 before 5.1.49 and 5.0 before 5.0.92 allows remote authenticated users to cause a denial of service (mysqld daemon crash) by using EXPLAIN with crafted \"SELECT ... UNION ... ORDER BY (SELECT ... WHERE ...)\" statements, which triggers a NULL pointer dereference in the Item_singlerow_subselect::store function.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -120,9 +116,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-5vwg-c233-4qjm/GHSA-5vwg-c233-4qjm.json b/advisories/unreviewed/2022/05/GHSA-5vwg-c233-4qjm/GHSA-5vwg-c233-4qjm.json index e30f7c2153f..06b2220b252 100644 --- a/advisories/unreviewed/2022/05/GHSA-5vwg-c233-4qjm/GHSA-5vwg-c233-4qjm.json +++ b/advisories/unreviewed/2022/05/GHSA-5vwg-c233-4qjm/GHSA-5vwg-c233-4qjm.json @@ -7,12 +7,8 @@ "CVE-2012-2713" ], "details": "Cross-site request forgery (CSRF) vulnerability in the BrowserID (Mozilla Persona) module 7.x-1.x before 7.x-1.3 for Drupal allows remote attackers to hijack the authentication of arbitrary users for requests that login a user to another web site.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5w44-54j8-r459/GHSA-5w44-54j8-r459.json b/advisories/unreviewed/2022/05/GHSA-5w44-54j8-r459/GHSA-5w44-54j8-r459.json index 692f42c16e3..03e7128e81c 100644 --- a/advisories/unreviewed/2022/05/GHSA-5w44-54j8-r459/GHSA-5w44-54j8-r459.json +++ b/advisories/unreviewed/2022/05/GHSA-5w44-54j8-r459/GHSA-5w44-54j8-r459.json @@ -7,12 +7,8 @@ "CVE-2014-2252" ], "details": "Siemens SIMATIC S7-1200 CPU PLC devices with firmware before 4.0 allow remote attackers to cause a denial of service (defect-mode transition) via crafted PROFINET packets, a different vulnerability than CVE-2014-2253.", - "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-5wgx-vm65-xvp4/GHSA-5wgx-vm65-xvp4.json b/advisories/unreviewed/2022/05/GHSA-5wgx-vm65-xvp4/GHSA-5wgx-vm65-xvp4.json index 1cf2547abe1..74995783ee2 100644 --- a/advisories/unreviewed/2022/05/GHSA-5wgx-vm65-xvp4/GHSA-5wgx-vm65-xvp4.json +++ b/advisories/unreviewed/2022/05/GHSA-5wgx-vm65-xvp4/GHSA-5wgx-vm65-xvp4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-5xj4-76jr-46qh/GHSA-5xj4-76jr-46qh.json b/advisories/unreviewed/2022/05/GHSA-5xj4-76jr-46qh/GHSA-5xj4-76jr-46qh.json index 9e9e75842a0..c68a83eb26a 100644 --- a/advisories/unreviewed/2022/05/GHSA-5xj4-76jr-46qh/GHSA-5xj4-76jr-46qh.json +++ b/advisories/unreviewed/2022/05/GHSA-5xj4-76jr-46qh/GHSA-5xj4-76jr-46qh.json @@ -7,12 +7,8 @@ "CVE-2010-3840" ], "details": "The Gis_line_string::init_from_wkb function in sql/spatial.cc in MySQL 5.1 before 5.1.51 allows remote authenticated users to cause a denial of service (server crash) by calling the PolyFromWKB function with Well-Known Binary (WKB) data containing a crafted number of (1) line strings or (2) line points.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -100,9 +96,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-625w-pj52-7g22/GHSA-625w-pj52-7g22.json b/advisories/unreviewed/2022/05/GHSA-625w-pj52-7g22/GHSA-625w-pj52-7g22.json index 9c1b29ec005..179b897f260 100644 --- a/advisories/unreviewed/2022/05/GHSA-625w-pj52-7g22/GHSA-625w-pj52-7g22.json +++ b/advisories/unreviewed/2022/05/GHSA-625w-pj52-7g22/GHSA-625w-pj52-7g22.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-62g5-2m99-jf9g/GHSA-62g5-2m99-jf9g.json b/advisories/unreviewed/2022/05/GHSA-62g5-2m99-jf9g/GHSA-62g5-2m99-jf9g.json index bb3bb55cbb2..be12fa227d0 100644 --- a/advisories/unreviewed/2022/05/GHSA-62g5-2m99-jf9g/GHSA-62g5-2m99-jf9g.json +++ b/advisories/unreviewed/2022/05/GHSA-62g5-2m99-jf9g/GHSA-62g5-2m99-jf9g.json @@ -7,12 +7,8 @@ "CVE-2015-4802" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.5.45 and earlier and 5.6.26 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server : Partition, a different vulnerability than CVE-2015-4792.", - "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-646m-mqgr-mcx6/GHSA-646m-mqgr-mcx6.json b/advisories/unreviewed/2022/05/GHSA-646m-mqgr-mcx6/GHSA-646m-mqgr-mcx6.json index 79bba16b71c..dc7f07ede00 100644 --- a/advisories/unreviewed/2022/05/GHSA-646m-mqgr-mcx6/GHSA-646m-mqgr-mcx6.json +++ b/advisories/unreviewed/2022/05/GHSA-646m-mqgr-mcx6/GHSA-646m-mqgr-mcx6.json @@ -7,12 +7,8 @@ "CVE-2013-3809" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.5.31 and earlier and 5.6.11 and earlier allows remote authenticated users to affect integrity via unknown vectors related to Audit Log.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -64,9 +60,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-64rr-x6m7-wf6j/GHSA-64rr-x6m7-wf6j.json b/advisories/unreviewed/2022/05/GHSA-64rr-x6m7-wf6j/GHSA-64rr-x6m7-wf6j.json index 23b6e42c846..402873097e9 100644 --- a/advisories/unreviewed/2022/05/GHSA-64rr-x6m7-wf6j/GHSA-64rr-x6m7-wf6j.json +++ b/advisories/unreviewed/2022/05/GHSA-64rr-x6m7-wf6j/GHSA-64rr-x6m7-wf6j.json @@ -7,12 +7,8 @@ "CVE-2014-8478" ], "details": "The web server on Siemens SCALANCE X-300 switches with firmware before 4.0 and SCALANCE X 408 switches with firmware before 4.0 allows remote attackers to cause a denial of service (reboot) via malformed HTTP requests.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-654f-8wf4-pp8f/GHSA-654f-8wf4-pp8f.json b/advisories/unreviewed/2022/05/GHSA-654f-8wf4-pp8f/GHSA-654f-8wf4-pp8f.json index a701bfbc037..71f33e14a4b 100644 --- a/advisories/unreviewed/2022/05/GHSA-654f-8wf4-pp8f/GHSA-654f-8wf4-pp8f.json +++ b/advisories/unreviewed/2022/05/GHSA-654f-8wf4-pp8f/GHSA-654f-8wf4-pp8f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-65wh-mvxp-pfp2/GHSA-65wh-mvxp-pfp2.json b/advisories/unreviewed/2022/05/GHSA-65wh-mvxp-pfp2/GHSA-65wh-mvxp-pfp2.json index 6e0b0687946..3ae76edbd0a 100644 --- a/advisories/unreviewed/2022/05/GHSA-65wh-mvxp-pfp2/GHSA-65wh-mvxp-pfp2.json +++ b/advisories/unreviewed/2022/05/GHSA-65wh-mvxp-pfp2/GHSA-65wh-mvxp-pfp2.json @@ -7,12 +7,8 @@ "CVE-2010-3681" ], "details": "Oracle MySQL 5.1 before 5.1.49 and 5.5 before 5.5.5 allows remote authenticated users to cause a denial of service (mysqld daemon crash) by using the HANDLER interface and performing \"alternate reads from two indexes on a table,\" which triggers an assertion failure.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -120,9 +116,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6666-6c7g-r8g5/GHSA-6666-6c7g-r8g5.json b/advisories/unreviewed/2022/05/GHSA-6666-6c7g-r8g5/GHSA-6666-6c7g-r8g5.json index e283ea438e1..8f5b139a5d4 100644 --- a/advisories/unreviewed/2022/05/GHSA-6666-6c7g-r8g5/GHSA-6666-6c7g-r8g5.json +++ b/advisories/unreviewed/2022/05/GHSA-6666-6c7g-r8g5/GHSA-6666-6c7g-r8g5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-66vq-rf8q-mmgq/GHSA-66vq-rf8q-mmgq.json b/advisories/unreviewed/2022/05/GHSA-66vq-rf8q-mmgq/GHSA-66vq-rf8q-mmgq.json index a7922a658a7..683ac94d94b 100644 --- a/advisories/unreviewed/2022/05/GHSA-66vq-rf8q-mmgq/GHSA-66vq-rf8q-mmgq.json +++ b/advisories/unreviewed/2022/05/GHSA-66vq-rf8q-mmgq/GHSA-66vq-rf8q-mmgq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-687v-j3jj-3p7p/GHSA-687v-j3jj-3p7p.json b/advisories/unreviewed/2022/05/GHSA-687v-j3jj-3p7p/GHSA-687v-j3jj-3p7p.json index ce0d33cbd60..3ec91afdf59 100644 --- a/advisories/unreviewed/2022/05/GHSA-687v-j3jj-3p7p/GHSA-687v-j3jj-3p7p.json +++ b/advisories/unreviewed/2022/05/GHSA-687v-j3jj-3p7p/GHSA-687v-j3jj-3p7p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-68qp-cw46-fhvq/GHSA-68qp-cw46-fhvq.json b/advisories/unreviewed/2022/05/GHSA-68qp-cw46-fhvq/GHSA-68qp-cw46-fhvq.json index d4a699ee2c9..4e017b2e603 100644 --- a/advisories/unreviewed/2022/05/GHSA-68qp-cw46-fhvq/GHSA-68qp-cw46-fhvq.json +++ b/advisories/unreviewed/2022/05/GHSA-68qp-cw46-fhvq/GHSA-68qp-cw46-fhvq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6c39-xj34-c7cw/GHSA-6c39-xj34-c7cw.json b/advisories/unreviewed/2022/05/GHSA-6c39-xj34-c7cw/GHSA-6c39-xj34-c7cw.json index ff08226d872..2f9ac9a73f4 100644 --- a/advisories/unreviewed/2022/05/GHSA-6c39-xj34-c7cw/GHSA-6c39-xj34-c7cw.json +++ b/advisories/unreviewed/2022/05/GHSA-6c39-xj34-c7cw/GHSA-6c39-xj34-c7cw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6c9m-2jhw-8335/GHSA-6c9m-2jhw-8335.json b/advisories/unreviewed/2022/05/GHSA-6c9m-2jhw-8335/GHSA-6c9m-2jhw-8335.json index 2862d5bb10a..62e056a41e5 100644 --- a/advisories/unreviewed/2022/05/GHSA-6c9m-2jhw-8335/GHSA-6c9m-2jhw-8335.json +++ b/advisories/unreviewed/2022/05/GHSA-6c9m-2jhw-8335/GHSA-6c9m-2jhw-8335.json @@ -7,12 +7,8 @@ "CVE-2010-1626" ], "details": "MySQL before 5.1.46 allows local users to delete the data and index files of another user's MyISAM table via a symlink attack in conjunction with the DROP TABLE command, a different vulnerability than CVE-2008-4098 and CVE-2008-7247.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -68,9 +64,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6f7q-j62j-5545/GHSA-6f7q-j62j-5545.json b/advisories/unreviewed/2022/05/GHSA-6f7q-j62j-5545/GHSA-6f7q-j62j-5545.json index 3dd7416fe31..0ee1887474a 100644 --- a/advisories/unreviewed/2022/05/GHSA-6f7q-j62j-5545/GHSA-6f7q-j62j-5545.json +++ b/advisories/unreviewed/2022/05/GHSA-6f7q-j62j-5545/GHSA-6f7q-j62j-5545.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-6gr2-mm8m-93vm/GHSA-6gr2-mm8m-93vm.json b/advisories/unreviewed/2022/05/GHSA-6gr2-mm8m-93vm/GHSA-6gr2-mm8m-93vm.json index 05debd300e4..02faeb6bae6 100644 --- a/advisories/unreviewed/2022/05/GHSA-6gr2-mm8m-93vm/GHSA-6gr2-mm8m-93vm.json +++ b/advisories/unreviewed/2022/05/GHSA-6gr2-mm8m-93vm/GHSA-6gr2-mm8m-93vm.json @@ -7,12 +7,8 @@ "CVE-2016-0597" ], "details": "Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier, 5.6.27 and earlier, and 5.7.9 and MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10 allows remote authenticated users to affect availability via unknown vectors related to Optimizer.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -108,9 +104,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6h2g-5cjr-jj97/GHSA-6h2g-5cjr-jj97.json b/advisories/unreviewed/2022/05/GHSA-6h2g-5cjr-jj97/GHSA-6h2g-5cjr-jj97.json index 20751b6d4af..38fd70204f4 100644 --- a/advisories/unreviewed/2022/05/GHSA-6h2g-5cjr-jj97/GHSA-6h2g-5cjr-jj97.json +++ b/advisories/unreviewed/2022/05/GHSA-6h2g-5cjr-jj97/GHSA-6h2g-5cjr-jj97.json @@ -7,12 +7,8 @@ "CVE-2015-2694" ], "details": "The kdcpreauth modules in MIT Kerberos 5 (aka krb5) 1.12.x and 1.13.x before 1.13.2 do not properly track whether a client's request has been validated, which allows remote attackers to bypass an intended preauthentication requirement by providing (1) zero bytes of data or (2) an arbitrary realm name, related to plugins/preauth/otp/main.c and plugins/preauth/pkinit/pkinit_srv.c.", - "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-6hr2-fc3m-jf9f/GHSA-6hr2-fc3m-jf9f.json b/advisories/unreviewed/2022/05/GHSA-6hr2-fc3m-jf9f/GHSA-6hr2-fc3m-jf9f.json index 9a281fd318c..a9e958748b7 100644 --- a/advisories/unreviewed/2022/05/GHSA-6hr2-fc3m-jf9f/GHSA-6hr2-fc3m-jf9f.json +++ b/advisories/unreviewed/2022/05/GHSA-6hr2-fc3m-jf9f/GHSA-6hr2-fc3m-jf9f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -111,9 +109,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6j5p-3mwx-76vw/GHSA-6j5p-3mwx-76vw.json b/advisories/unreviewed/2022/05/GHSA-6j5p-3mwx-76vw/GHSA-6j5p-3mwx-76vw.json index 0215a1e46c0..a6799b01b69 100644 --- a/advisories/unreviewed/2022/05/GHSA-6j5p-3mwx-76vw/GHSA-6j5p-3mwx-76vw.json +++ b/advisories/unreviewed/2022/05/GHSA-6j5p-3mwx-76vw/GHSA-6j5p-3mwx-76vw.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-6j8f-mqp2-w454/GHSA-6j8f-mqp2-w454.json b/advisories/unreviewed/2022/05/GHSA-6j8f-mqp2-w454/GHSA-6j8f-mqp2-w454.json index eb19e8cc6b4..8d15b4fe307 100644 --- a/advisories/unreviewed/2022/05/GHSA-6j8f-mqp2-w454/GHSA-6j8f-mqp2-w454.json +++ b/advisories/unreviewed/2022/05/GHSA-6j8f-mqp2-w454/GHSA-6j8f-mqp2-w454.json @@ -7,12 +7,8 @@ "CVE-2013-6691" ], "details": "The WebVPN CIFS implementation in Cisco Adaptive Security Appliance (ASA) Software 9.0(.4.1) and earlier allows remote CIFS servers to cause a denial of service (device reload) via a long share list, aka Bug ID CSCuj83344.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6jc8-h4qw-9892/GHSA-6jc8-h4qw-9892.json b/advisories/unreviewed/2022/05/GHSA-6jc8-h4qw-9892/GHSA-6jc8-h4qw-9892.json index 9a0455cfe3a..b838af168bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-6jc8-h4qw-9892/GHSA-6jc8-h4qw-9892.json +++ b/advisories/unreviewed/2022/05/GHSA-6jc8-h4qw-9892/GHSA-6jc8-h4qw-9892.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6jpw-q5h3-rgmr/GHSA-6jpw-q5h3-rgmr.json b/advisories/unreviewed/2022/05/GHSA-6jpw-q5h3-rgmr/GHSA-6jpw-q5h3-rgmr.json index 663d53eff2e..a1f1a9f52a4 100644 --- a/advisories/unreviewed/2022/05/GHSA-6jpw-q5h3-rgmr/GHSA-6jpw-q5h3-rgmr.json +++ b/advisories/unreviewed/2022/05/GHSA-6jpw-q5h3-rgmr/GHSA-6jpw-q5h3-rgmr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6jvx-8v7q-2jq7/GHSA-6jvx-8v7q-2jq7.json b/advisories/unreviewed/2022/05/GHSA-6jvx-8v7q-2jq7/GHSA-6jvx-8v7q-2jq7.json index 8ff77207b64..b26f70aed56 100644 --- a/advisories/unreviewed/2022/05/GHSA-6jvx-8v7q-2jq7/GHSA-6jvx-8v7q-2jq7.json +++ b/advisories/unreviewed/2022/05/GHSA-6jvx-8v7q-2jq7/GHSA-6jvx-8v7q-2jq7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-6mh3-fj3c-4rg3/GHSA-6mh3-fj3c-4rg3.json b/advisories/unreviewed/2022/05/GHSA-6mh3-fj3c-4rg3/GHSA-6mh3-fj3c-4rg3.json index 48496cb5f13..f47f1e145c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-6mh3-fj3c-4rg3/GHSA-6mh3-fj3c-4rg3.json +++ b/advisories/unreviewed/2022/05/GHSA-6mh3-fj3c-4rg3/GHSA-6mh3-fj3c-4rg3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6p3c-2p8f-4427/GHSA-6p3c-2p8f-4427.json b/advisories/unreviewed/2022/05/GHSA-6p3c-2p8f-4427/GHSA-6p3c-2p8f-4427.json index 5beafa8b7b2..ef9480b8729 100644 --- a/advisories/unreviewed/2022/05/GHSA-6p3c-2p8f-4427/GHSA-6p3c-2p8f-4427.json +++ b/advisories/unreviewed/2022/05/GHSA-6p3c-2p8f-4427/GHSA-6p3c-2p8f-4427.json @@ -7,12 +7,8 @@ "CVE-2012-6595" ], "details": "The device-management command-line interface in Palo Alto Networks PAN-OS 4.0.x before 4.0.9 and 4.1.x before 4.1.2 allows remote authenticated administrators to execute arbitrary commands via unspecified vectors, aka Ref ID 34595.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6q3q-3c99-2m5v/GHSA-6q3q-3c99-2m5v.json b/advisories/unreviewed/2022/05/GHSA-6q3q-3c99-2m5v/GHSA-6q3q-3c99-2m5v.json index 5fd83e89c2b..a74b146e09e 100644 --- a/advisories/unreviewed/2022/05/GHSA-6q3q-3c99-2m5v/GHSA-6q3q-3c99-2m5v.json +++ b/advisories/unreviewed/2022/05/GHSA-6q3q-3c99-2m5v/GHSA-6q3q-3c99-2m5v.json @@ -7,12 +7,8 @@ "CVE-2012-5384" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in Craig Knudsen WebCalendar allow remote attackers to inject arbitrary web script or HTML via the (1) $name or (2) $description variables in edit_entry_handler.php, or (3) $url, (4) $tempfullname, or (5) $ext_users[] variables in view_entry.php, different vectors than CVE-2012-0846.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6r5f-59v6-xqcv/GHSA-6r5f-59v6-xqcv.json b/advisories/unreviewed/2022/05/GHSA-6r5f-59v6-xqcv/GHSA-6r5f-59v6-xqcv.json index 6196f3144c7..313a230623e 100644 --- a/advisories/unreviewed/2022/05/GHSA-6r5f-59v6-xqcv/GHSA-6r5f-59v6-xqcv.json +++ b/advisories/unreviewed/2022/05/GHSA-6r5f-59v6-xqcv/GHSA-6r5f-59v6-xqcv.json @@ -7,12 +7,8 @@ "CVE-2013-3804" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.69 and earlier, 5.5.31 and earlier, and 5.6.11 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -68,9 +64,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6rqj-j79f-57vc/GHSA-6rqj-j79f-57vc.json b/advisories/unreviewed/2022/05/GHSA-6rqj-j79f-57vc/GHSA-6rqj-j79f-57vc.json index bc119ec9d4f..2ba3a62f382 100644 --- a/advisories/unreviewed/2022/05/GHSA-6rqj-j79f-57vc/GHSA-6rqj-j79f-57vc.json +++ b/advisories/unreviewed/2022/05/GHSA-6rqj-j79f-57vc/GHSA-6rqj-j79f-57vc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -99,9 +97,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6rv3-mhw2-mm6h/GHSA-6rv3-mhw2-mm6h.json b/advisories/unreviewed/2022/05/GHSA-6rv3-mhw2-mm6h/GHSA-6rv3-mhw2-mm6h.json index c1fcccb7dbf..0c6da674999 100644 --- a/advisories/unreviewed/2022/05/GHSA-6rv3-mhw2-mm6h/GHSA-6rv3-mhw2-mm6h.json +++ b/advisories/unreviewed/2022/05/GHSA-6rv3-mhw2-mm6h/GHSA-6rv3-mhw2-mm6h.json @@ -7,12 +7,8 @@ "CVE-2016-0505" ], "details": "Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier, 5.6.27 and earlier, and 5.7.9 and MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10 allows remote authenticated users to affect availability via unknown vectors related to Options.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -108,9 +104,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6rxm-w469-4789/GHSA-6rxm-w469-4789.json b/advisories/unreviewed/2022/05/GHSA-6rxm-w469-4789/GHSA-6rxm-w469-4789.json index 3ed11ee3031..65f0165348d 100644 --- a/advisories/unreviewed/2022/05/GHSA-6rxm-w469-4789/GHSA-6rxm-w469-4789.json +++ b/advisories/unreviewed/2022/05/GHSA-6rxm-w469-4789/GHSA-6rxm-w469-4789.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -127,9 +125,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6v2g-2pm7-w6q7/GHSA-6v2g-2pm7-w6q7.json b/advisories/unreviewed/2022/05/GHSA-6v2g-2pm7-w6q7/GHSA-6v2g-2pm7-w6q7.json index 9cec368795a..826691cbef7 100644 --- a/advisories/unreviewed/2022/05/GHSA-6v2g-2pm7-w6q7/GHSA-6v2g-2pm7-w6q7.json +++ b/advisories/unreviewed/2022/05/GHSA-6v2g-2pm7-w6q7/GHSA-6v2g-2pm7-w6q7.json @@ -7,12 +7,8 @@ "CVE-2015-8000" ], "details": "db.c in named in ISC BIND 9.x before 9.9.8-P2 and 9.10.x before 9.10.3-P2 allows remote attackers to cause a denial of service (REQUIRE assertion failure and daemon exit) via a malformed class attribute.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6v9f-q736-mg2v/GHSA-6v9f-q736-mg2v.json b/advisories/unreviewed/2022/05/GHSA-6v9f-q736-mg2v/GHSA-6v9f-q736-mg2v.json index ab4a9b79123..5171f20420c 100644 --- a/advisories/unreviewed/2022/05/GHSA-6v9f-q736-mg2v/GHSA-6v9f-q736-mg2v.json +++ b/advisories/unreviewed/2022/05/GHSA-6v9f-q736-mg2v/GHSA-6v9f-q736-mg2v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6wgc-pf53-924r/GHSA-6wgc-pf53-924r.json b/advisories/unreviewed/2022/05/GHSA-6wgc-pf53-924r/GHSA-6wgc-pf53-924r.json index 8acd14b54e2..17f276219b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-6wgc-pf53-924r/GHSA-6wgc-pf53-924r.json +++ b/advisories/unreviewed/2022/05/GHSA-6wgc-pf53-924r/GHSA-6wgc-pf53-924r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6wx6-p39m-8v66/GHSA-6wx6-p39m-8v66.json b/advisories/unreviewed/2022/05/GHSA-6wx6-p39m-8v66/GHSA-6wx6-p39m-8v66.json index 98dd592f8cb..374b7606429 100644 --- a/advisories/unreviewed/2022/05/GHSA-6wx6-p39m-8v66/GHSA-6wx6-p39m-8v66.json +++ b/advisories/unreviewed/2022/05/GHSA-6wx6-p39m-8v66/GHSA-6wx6-p39m-8v66.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -83,9 +81,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6wxq-vf75-xrch/GHSA-6wxq-vf75-xrch.json b/advisories/unreviewed/2022/05/GHSA-6wxq-vf75-xrch/GHSA-6wxq-vf75-xrch.json index f5140aeb4d0..9a5cb2a3185 100644 --- a/advisories/unreviewed/2022/05/GHSA-6wxq-vf75-xrch/GHSA-6wxq-vf75-xrch.json +++ b/advisories/unreviewed/2022/05/GHSA-6wxq-vf75-xrch/GHSA-6wxq-vf75-xrch.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6xcv-87wr-7rfm/GHSA-6xcv-87wr-7rfm.json b/advisories/unreviewed/2022/05/GHSA-6xcv-87wr-7rfm/GHSA-6xcv-87wr-7rfm.json index b730265e60f..ce44a5b247d 100644 --- a/advisories/unreviewed/2022/05/GHSA-6xcv-87wr-7rfm/GHSA-6xcv-87wr-7rfm.json +++ b/advisories/unreviewed/2022/05/GHSA-6xcv-87wr-7rfm/GHSA-6xcv-87wr-7rfm.json @@ -7,12 +7,8 @@ "CVE-2012-3955" ], "details": "ISC DHCP 4.1.x before 4.1-ESV-R7 and 4.2.x before 4.2.4-P2 allows remote attackers to cause a denial of service (daemon crash) in opportunistic circumstances by establishing an IPv6 lease in an environment where the lease expiration time is later reduced.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -84,9 +80,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6xhq-pwm3-5877/GHSA-6xhq-pwm3-5877.json b/advisories/unreviewed/2022/05/GHSA-6xhq-pwm3-5877/GHSA-6xhq-pwm3-5877.json index 648b543f1bd..3d74bec8f8f 100644 --- a/advisories/unreviewed/2022/05/GHSA-6xhq-pwm3-5877/GHSA-6xhq-pwm3-5877.json +++ b/advisories/unreviewed/2022/05/GHSA-6xhq-pwm3-5877/GHSA-6xhq-pwm3-5877.json @@ -7,12 +7,8 @@ "CVE-2012-1703" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.61 and earlier, and 5.5.21 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer, a different vulnerability than CVE-2012-1690.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-6xmv-wpwx-q889/GHSA-6xmv-wpwx-q889.json b/advisories/unreviewed/2022/05/GHSA-6xmv-wpwx-q889/GHSA-6xmv-wpwx-q889.json index 57804729be7..ec625678290 100644 --- a/advisories/unreviewed/2022/05/GHSA-6xmv-wpwx-q889/GHSA-6xmv-wpwx-q889.json +++ b/advisories/unreviewed/2022/05/GHSA-6xmv-wpwx-q889/GHSA-6xmv-wpwx-q889.json @@ -7,12 +7,8 @@ "CVE-2014-8775" ], "details": "MODX Revolution 2.x before 2.2.15 does not include the HTTPOnly flag in a Set-Cookie header for the session cookie, which makes it easier for remote attackers to obtain potentially sensitive information via script access to this cookie.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-6xxj-7mhp-c4pm/GHSA-6xxj-7mhp-c4pm.json b/advisories/unreviewed/2022/05/GHSA-6xxj-7mhp-c4pm/GHSA-6xxj-7mhp-c4pm.json index 0e205d2942c..78cb014cea2 100644 --- a/advisories/unreviewed/2022/05/GHSA-6xxj-7mhp-c4pm/GHSA-6xxj-7mhp-c4pm.json +++ b/advisories/unreviewed/2022/05/GHSA-6xxj-7mhp-c4pm/GHSA-6xxj-7mhp-c4pm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-727r-rxp4-hwwc/GHSA-727r-rxp4-hwwc.json b/advisories/unreviewed/2022/05/GHSA-727r-rxp4-hwwc/GHSA-727r-rxp4-hwwc.json index b45fe58d278..6f914bd2cd2 100644 --- a/advisories/unreviewed/2022/05/GHSA-727r-rxp4-hwwc/GHSA-727r-rxp4-hwwc.json +++ b/advisories/unreviewed/2022/05/GHSA-727r-rxp4-hwwc/GHSA-727r-rxp4-hwwc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-734c-f6jq-56f9/GHSA-734c-f6jq-56f9.json b/advisories/unreviewed/2022/05/GHSA-734c-f6jq-56f9/GHSA-734c-f6jq-56f9.json index ac6c52f6244..e9b57e521d6 100644 --- a/advisories/unreviewed/2022/05/GHSA-734c-f6jq-56f9/GHSA-734c-f6jq-56f9.json +++ b/advisories/unreviewed/2022/05/GHSA-734c-f6jq-56f9/GHSA-734c-f6jq-56f9.json @@ -7,12 +7,8 @@ "CVE-2014-4342" ], "details": "MIT Kerberos 5 (aka krb5) 1.7.x through 1.12.x before 1.12.2 allows remote attackers to cause a denial of service (buffer over-read or NULL pointer dereference, and application crash) by injecting invalid tokens into a GSSAPI application session.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-73v2-pw3p-vj7x/GHSA-73v2-pw3p-vj7x.json b/advisories/unreviewed/2022/05/GHSA-73v2-pw3p-vj7x/GHSA-73v2-pw3p-vj7x.json index d0c0e0a59d7..93443fcbe1e 100644 --- a/advisories/unreviewed/2022/05/GHSA-73v2-pw3p-vj7x/GHSA-73v2-pw3p-vj7x.json +++ b/advisories/unreviewed/2022/05/GHSA-73v2-pw3p-vj7x/GHSA-73v2-pw3p-vj7x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-74mq-8qhr-9592/GHSA-74mq-8qhr-9592.json b/advisories/unreviewed/2022/05/GHSA-74mq-8qhr-9592/GHSA-74mq-8qhr-9592.json index 0a15d538fb5..768a30ee93a 100644 --- a/advisories/unreviewed/2022/05/GHSA-74mq-8qhr-9592/GHSA-74mq-8qhr-9592.json +++ b/advisories/unreviewed/2022/05/GHSA-74mq-8qhr-9592/GHSA-74mq-8qhr-9592.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-74x8-6hh6-9qvg/GHSA-74x8-6hh6-9qvg.json b/advisories/unreviewed/2022/05/GHSA-74x8-6hh6-9qvg/GHSA-74x8-6hh6-9qvg.json index bbe89c35949..791362bd52d 100644 --- a/advisories/unreviewed/2022/05/GHSA-74x8-6hh6-9qvg/GHSA-74x8-6hh6-9qvg.json +++ b/advisories/unreviewed/2022/05/GHSA-74x8-6hh6-9qvg/GHSA-74x8-6hh6-9qvg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-75ff-38ff-qgx7/GHSA-75ff-38ff-qgx7.json b/advisories/unreviewed/2022/05/GHSA-75ff-38ff-qgx7/GHSA-75ff-38ff-qgx7.json index a5197cf2342..524b972e98f 100644 --- a/advisories/unreviewed/2022/05/GHSA-75ff-38ff-qgx7/GHSA-75ff-38ff-qgx7.json +++ b/advisories/unreviewed/2022/05/GHSA-75ff-38ff-qgx7/GHSA-75ff-38ff-qgx7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-75g5-w67v-qrrh/GHSA-75g5-w67v-qrrh.json b/advisories/unreviewed/2022/05/GHSA-75g5-w67v-qrrh/GHSA-75g5-w67v-qrrh.json index 7aad7bc8a3a..97275257466 100644 --- a/advisories/unreviewed/2022/05/GHSA-75g5-w67v-qrrh/GHSA-75g5-w67v-qrrh.json +++ b/advisories/unreviewed/2022/05/GHSA-75g5-w67v-qrrh/GHSA-75g5-w67v-qrrh.json @@ -7,12 +7,8 @@ "CVE-2016-0596" ], "details": "Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier and 5.6.27 and earlier and MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10 allows remote authenticated users to affect availability via vectors related to DML.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -108,9 +104,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-75p5-8637-4fhr/GHSA-75p5-8637-4fhr.json b/advisories/unreviewed/2022/05/GHSA-75p5-8637-4fhr/GHSA-75p5-8637-4fhr.json index fddcce049cc..09ea0d33a3c 100644 --- a/advisories/unreviewed/2022/05/GHSA-75p5-8637-4fhr/GHSA-75p5-8637-4fhr.json +++ b/advisories/unreviewed/2022/05/GHSA-75p5-8637-4fhr/GHSA-75p5-8637-4fhr.json @@ -7,12 +7,8 @@ "CVE-2010-3833" ], "details": "MySQL 5.0 before 5.0.92, 5.1 before 5.1.51, and 5.5 before 5.5.6 does not properly propagate type errors, which allows remote attackers to cause a denial of service (server crash) via crafted arguments to extreme-value functions such as (1) LEAST and (2) GREATEST, related to KILL_BAD_DATA and a \"CREATE TABLE ... SELECT.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -108,9 +104,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-75wg-qpgp-q7q8/GHSA-75wg-qpgp-q7q8.json b/advisories/unreviewed/2022/05/GHSA-75wg-qpgp-q7q8/GHSA-75wg-qpgp-q7q8.json index a9a4aaec4d4..d44fce2b25a 100644 --- a/advisories/unreviewed/2022/05/GHSA-75wg-qpgp-q7q8/GHSA-75wg-qpgp-q7q8.json +++ b/advisories/unreviewed/2022/05/GHSA-75wg-qpgp-q7q8/GHSA-75wg-qpgp-q7q8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7722-mg32-4c33/GHSA-7722-mg32-4c33.json b/advisories/unreviewed/2022/05/GHSA-7722-mg32-4c33/GHSA-7722-mg32-4c33.json index 40ad95fcf2d..612f33d7e29 100644 --- a/advisories/unreviewed/2022/05/GHSA-7722-mg32-4c33/GHSA-7722-mg32-4c33.json +++ b/advisories/unreviewed/2022/05/GHSA-7722-mg32-4c33/GHSA-7722-mg32-4c33.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-77q3-h292-m5g3/GHSA-77q3-h292-m5g3.json b/advisories/unreviewed/2022/05/GHSA-77q3-h292-m5g3/GHSA-77q3-h292-m5g3.json index 5306009f519..7d1b9e1043f 100644 --- a/advisories/unreviewed/2022/05/GHSA-77q3-h292-m5g3/GHSA-77q3-h292-m5g3.json +++ b/advisories/unreviewed/2022/05/GHSA-77q3-h292-m5g3/GHSA-77q3-h292-m5g3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-7934-59fw-r79m/GHSA-7934-59fw-r79m.json b/advisories/unreviewed/2022/05/GHSA-7934-59fw-r79m/GHSA-7934-59fw-r79m.json index 652116a10e3..3383458bd79 100644 --- a/advisories/unreviewed/2022/05/GHSA-7934-59fw-r79m/GHSA-7934-59fw-r79m.json +++ b/advisories/unreviewed/2022/05/GHSA-7934-59fw-r79m/GHSA-7934-59fw-r79m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-79v7-mfgp-365f/GHSA-79v7-mfgp-365f.json b/advisories/unreviewed/2022/05/GHSA-79v7-mfgp-365f/GHSA-79v7-mfgp-365f.json index b822afd619f..55ff89d3cc0 100644 --- a/advisories/unreviewed/2022/05/GHSA-79v7-mfgp-365f/GHSA-79v7-mfgp-365f.json +++ b/advisories/unreviewed/2022/05/GHSA-79v7-mfgp-365f/GHSA-79v7-mfgp-365f.json @@ -7,12 +7,8 @@ "CVE-2015-0275" ], "details": "The ext4_zero_range function in fs/ext4/extents.c in the Linux kernel before 4.1 allows local users to cause a denial of service (BUG) via a crafted fallocate zero-range request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -64,9 +60,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-79x3-rj66-524h/GHSA-79x3-rj66-524h.json b/advisories/unreviewed/2022/05/GHSA-79x3-rj66-524h/GHSA-79x3-rj66-524h.json index 6c1e62404f7..fb119764db3 100644 --- a/advisories/unreviewed/2022/05/GHSA-79x3-rj66-524h/GHSA-79x3-rj66-524h.json +++ b/advisories/unreviewed/2022/05/GHSA-79x3-rj66-524h/GHSA-79x3-rj66-524h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -91,9 +89,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7f72-9cfh-wr9m/GHSA-7f72-9cfh-wr9m.json b/advisories/unreviewed/2022/05/GHSA-7f72-9cfh-wr9m/GHSA-7f72-9cfh-wr9m.json index f6b26582c6c..9cd809dfb26 100644 --- a/advisories/unreviewed/2022/05/GHSA-7f72-9cfh-wr9m/GHSA-7f72-9cfh-wr9m.json +++ b/advisories/unreviewed/2022/05/GHSA-7f72-9cfh-wr9m/GHSA-7f72-9cfh-wr9m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7gf6-788h-c56f/GHSA-7gf6-788h-c56f.json b/advisories/unreviewed/2022/05/GHSA-7gf6-788h-c56f/GHSA-7gf6-788h-c56f.json index cce74dbb1e2..48fbcf09778 100644 --- a/advisories/unreviewed/2022/05/GHSA-7gf6-788h-c56f/GHSA-7gf6-788h-c56f.json +++ b/advisories/unreviewed/2022/05/GHSA-7gf6-788h-c56f/GHSA-7gf6-788h-c56f.json @@ -7,12 +7,8 @@ "CVE-2013-2389" ], "details": "Unspecified vulnerability in Oracle MySQL 5.1.68 and earlier, 5.5.30 and earlier, and 5.6.10 and earlier allows remote authenticated users to affect availability via unknown vectors related to InnoDB.", - "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-7hx2-795p-7rcr/GHSA-7hx2-795p-7rcr.json b/advisories/unreviewed/2022/05/GHSA-7hx2-795p-7rcr/GHSA-7hx2-795p-7rcr.json index 865b25c6d94..b43d0dc19e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-7hx2-795p-7rcr/GHSA-7hx2-795p-7rcr.json +++ b/advisories/unreviewed/2022/05/GHSA-7hx2-795p-7rcr/GHSA-7hx2-795p-7rcr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7m69-wxxg-4jqh/GHSA-7m69-wxxg-4jqh.json b/advisories/unreviewed/2022/05/GHSA-7m69-wxxg-4jqh/GHSA-7m69-wxxg-4jqh.json index a93359c51a0..eb677955971 100644 --- a/advisories/unreviewed/2022/05/GHSA-7m69-wxxg-4jqh/GHSA-7m69-wxxg-4jqh.json +++ b/advisories/unreviewed/2022/05/GHSA-7m69-wxxg-4jqh/GHSA-7m69-wxxg-4jqh.json @@ -7,12 +7,8 @@ "CVE-2012-5060" ], "details": "Unspecified vulnerability in the Server component in Oracle MySQL 5.1.65 and earlier and 5.5.27 and earlier allows remote authenticated users to affect availability, related to GIS Extension.", - "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-7m6w-fvm9-6g2f/GHSA-7m6w-fvm9-6g2f.json b/advisories/unreviewed/2022/05/GHSA-7m6w-fvm9-6g2f/GHSA-7m6w-fvm9-6g2f.json index 01623da4796..ccb44a0d6d3 100644 --- a/advisories/unreviewed/2022/05/GHSA-7m6w-fvm9-6g2f/GHSA-7m6w-fvm9-6g2f.json +++ b/advisories/unreviewed/2022/05/GHSA-7m6w-fvm9-6g2f/GHSA-7m6w-fvm9-6g2f.json @@ -7,12 +7,8 @@ "CVE-2014-0393" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.71 and earlier, 5.5.33 and earlier, and 5.6.13 and earlier allows remote authenticated users to affect integrity via unknown vectors related to InnoDB.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -84,9 +80,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7mf4-5vf7-749v/GHSA-7mf4-5vf7-749v.json b/advisories/unreviewed/2022/05/GHSA-7mf4-5vf7-749v/GHSA-7mf4-5vf7-749v.json index 5bdd7a8f27a..d4b5e65cc1f 100644 --- a/advisories/unreviewed/2022/05/GHSA-7mf4-5vf7-749v/GHSA-7mf4-5vf7-749v.json +++ b/advisories/unreviewed/2022/05/GHSA-7mf4-5vf7-749v/GHSA-7mf4-5vf7-749v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7mqh-pjfj-w58h/GHSA-7mqh-pjfj-w58h.json b/advisories/unreviewed/2022/05/GHSA-7mqh-pjfj-w58h/GHSA-7mqh-pjfj-w58h.json index ff0290a964c..19df57c1515 100644 --- a/advisories/unreviewed/2022/05/GHSA-7mqh-pjfj-w58h/GHSA-7mqh-pjfj-w58h.json +++ b/advisories/unreviewed/2022/05/GHSA-7mqh-pjfj-w58h/GHSA-7mqh-pjfj-w58h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -59,9 +57,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7mqj-h5x5-v4fc/GHSA-7mqj-h5x5-v4fc.json b/advisories/unreviewed/2022/05/GHSA-7mqj-h5x5-v4fc/GHSA-7mqj-h5x5-v4fc.json index ec614942f3b..aa782a4d6b8 100644 --- a/advisories/unreviewed/2022/05/GHSA-7mqj-h5x5-v4fc/GHSA-7mqj-h5x5-v4fc.json +++ b/advisories/unreviewed/2022/05/GHSA-7mqj-h5x5-v4fc/GHSA-7mqj-h5x5-v4fc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7q4w-f3v2-vgr9/GHSA-7q4w-f3v2-vgr9.json b/advisories/unreviewed/2022/05/GHSA-7q4w-f3v2-vgr9/GHSA-7q4w-f3v2-vgr9.json index feda85eb720..417a206cae1 100644 --- a/advisories/unreviewed/2022/05/GHSA-7q4w-f3v2-vgr9/GHSA-7q4w-f3v2-vgr9.json +++ b/advisories/unreviewed/2022/05/GHSA-7q4w-f3v2-vgr9/GHSA-7q4w-f3v2-vgr9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7qw8-4g2g-2m86/GHSA-7qw8-4g2g-2m86.json b/advisories/unreviewed/2022/05/GHSA-7qw8-4g2g-2m86/GHSA-7qw8-4g2g-2m86.json index 40bc1e21322..db5acba5ae6 100644 --- a/advisories/unreviewed/2022/05/GHSA-7qw8-4g2g-2m86/GHSA-7qw8-4g2g-2m86.json +++ b/advisories/unreviewed/2022/05/GHSA-7qw8-4g2g-2m86/GHSA-7qw8-4g2g-2m86.json @@ -7,12 +7,8 @@ "CVE-2013-5709" ], "details": "The authentication implementation in the web server on Siemens SCALANCE X-200 switches with firmware before 5.0.0 does not use a sufficient source of entropy for generating values of random numbers, which makes it easier for remote attackers to hijack sessions by predicting a value.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-7v74-6392-6hp7/GHSA-7v74-6392-6hp7.json b/advisories/unreviewed/2022/05/GHSA-7v74-6392-6hp7/GHSA-7v74-6392-6hp7.json index ba6987618d4..dacf39e7db6 100644 --- a/advisories/unreviewed/2022/05/GHSA-7v74-6392-6hp7/GHSA-7v74-6392-6hp7.json +++ b/advisories/unreviewed/2022/05/GHSA-7v74-6392-6hp7/GHSA-7v74-6392-6hp7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7vv9-r95r-f25f/GHSA-7vv9-r95r-f25f.json b/advisories/unreviewed/2022/05/GHSA-7vv9-r95r-f25f/GHSA-7vv9-r95r-f25f.json index b4ab1e072d7..2cc3d9493d0 100644 --- a/advisories/unreviewed/2022/05/GHSA-7vv9-r95r-f25f/GHSA-7vv9-r95r-f25f.json +++ b/advisories/unreviewed/2022/05/GHSA-7vv9-r95r-f25f/GHSA-7vv9-r95r-f25f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7ww5-m53p-hg5m/GHSA-7ww5-m53p-hg5m.json b/advisories/unreviewed/2022/05/GHSA-7ww5-m53p-hg5m/GHSA-7ww5-m53p-hg5m.json index 23e49126fad..ae1b617f391 100644 --- a/advisories/unreviewed/2022/05/GHSA-7ww5-m53p-hg5m/GHSA-7ww5-m53p-hg5m.json +++ b/advisories/unreviewed/2022/05/GHSA-7ww5-m53p-hg5m/GHSA-7ww5-m53p-hg5m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7wx5-54h9-5c2q/GHSA-7wx5-54h9-5c2q.json b/advisories/unreviewed/2022/05/GHSA-7wx5-54h9-5c2q/GHSA-7wx5-54h9-5c2q.json index dd48035df9d..88f0ef5571d 100644 --- a/advisories/unreviewed/2022/05/GHSA-7wx5-54h9-5c2q/GHSA-7wx5-54h9-5c2q.json +++ b/advisories/unreviewed/2022/05/GHSA-7wx5-54h9-5c2q/GHSA-7wx5-54h9-5c2q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7wxf-w2jw-5jhr/GHSA-7wxf-w2jw-5jhr.json b/advisories/unreviewed/2022/05/GHSA-7wxf-w2jw-5jhr/GHSA-7wxf-w2jw-5jhr.json index 11533f5070f..046cdad4c9a 100644 --- a/advisories/unreviewed/2022/05/GHSA-7wxf-w2jw-5jhr/GHSA-7wxf-w2jw-5jhr.json +++ b/advisories/unreviewed/2022/05/GHSA-7wxf-w2jw-5jhr/GHSA-7wxf-w2jw-5jhr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-7xgp-q2x6-3rpf/GHSA-7xgp-q2x6-3rpf.json b/advisories/unreviewed/2022/05/GHSA-7xgp-q2x6-3rpf/GHSA-7xgp-q2x6-3rpf.json index a0a73dbf4b7..3bec3e9e3eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-7xgp-q2x6-3rpf/GHSA-7xgp-q2x6-3rpf.json +++ b/advisories/unreviewed/2022/05/GHSA-7xgp-q2x6-3rpf/GHSA-7xgp-q2x6-3rpf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-82r2-v9cp-fxcv/GHSA-82r2-v9cp-fxcv.json b/advisories/unreviewed/2022/05/GHSA-82r2-v9cp-fxcv/GHSA-82r2-v9cp-fxcv.json index c1d0f25b495..35f7be356f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-82r2-v9cp-fxcv/GHSA-82r2-v9cp-fxcv.json +++ b/advisories/unreviewed/2022/05/GHSA-82r2-v9cp-fxcv/GHSA-82r2-v9cp-fxcv.json @@ -7,12 +7,8 @@ "CVE-2015-4879" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.5.44 and earlier, and 5.6.25 and earlier, allows remote authenticated users to affect confidentiality, integrity, and availability via vectors related to DML.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -72,9 +68,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-82x3-75p8-9xmg/GHSA-82x3-75p8-9xmg.json b/advisories/unreviewed/2022/05/GHSA-82x3-75p8-9xmg/GHSA-82x3-75p8-9xmg.json index 1fd9106e1cb..ec5d26017b0 100644 --- a/advisories/unreviewed/2022/05/GHSA-82x3-75p8-9xmg/GHSA-82x3-75p8-9xmg.json +++ b/advisories/unreviewed/2022/05/GHSA-82x3-75p8-9xmg/GHSA-82x3-75p8-9xmg.json @@ -7,12 +7,8 @@ "CVE-2012-6594" ], "details": "The device-management command-line interface in Palo Alto Networks PAN-OS before 3.1.11, 4.0.x before 4.0.8, and 4.1.x before 4.1.1 allows remote authenticated administrators to execute arbitrary commands via unspecified vectors, aka Ref ID 34299.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-83r8-f922-m96h/GHSA-83r8-f922-m96h.json b/advisories/unreviewed/2022/05/GHSA-83r8-f922-m96h/GHSA-83r8-f922-m96h.json index d85fab8a8ae..8f492c71e81 100644 --- a/advisories/unreviewed/2022/05/GHSA-83r8-f922-m96h/GHSA-83r8-f922-m96h.json +++ b/advisories/unreviewed/2022/05/GHSA-83r8-f922-m96h/GHSA-83r8-f922-m96h.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-83xw-9x6g-hh74/GHSA-83xw-9x6g-hh74.json b/advisories/unreviewed/2022/05/GHSA-83xw-9x6g-hh74/GHSA-83xw-9x6g-hh74.json index d053dda07be..f21db9500a1 100644 --- a/advisories/unreviewed/2022/05/GHSA-83xw-9x6g-hh74/GHSA-83xw-9x6g-hh74.json +++ b/advisories/unreviewed/2022/05/GHSA-83xw-9x6g-hh74/GHSA-83xw-9x6g-hh74.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8449-jjjh-pwqh/GHSA-8449-jjjh-pwqh.json b/advisories/unreviewed/2022/05/GHSA-8449-jjjh-pwqh/GHSA-8449-jjjh-pwqh.json index 4257f236b7a..8307dc619fd 100644 --- a/advisories/unreviewed/2022/05/GHSA-8449-jjjh-pwqh/GHSA-8449-jjjh-pwqh.json +++ b/advisories/unreviewed/2022/05/GHSA-8449-jjjh-pwqh/GHSA-8449-jjjh-pwqh.json @@ -7,12 +7,8 @@ "CVE-2014-2432" ], "details": "Unspecified vulnerability Oracle the MySQL Server component 5.5.35 and earlier and 5.6.15 and earlier allows remote authenticated users to affect availability via unknown vectors related to Federated.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-845p-9fm5-54qp/GHSA-845p-9fm5-54qp.json b/advisories/unreviewed/2022/05/GHSA-845p-9fm5-54qp/GHSA-845p-9fm5-54qp.json index 5c2914dd7d2..09aaa18b9f3 100644 --- a/advisories/unreviewed/2022/05/GHSA-845p-9fm5-54qp/GHSA-845p-9fm5-54qp.json +++ b/advisories/unreviewed/2022/05/GHSA-845p-9fm5-54qp/GHSA-845p-9fm5-54qp.json @@ -7,12 +7,8 @@ "CVE-2015-4815" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.5.45 and earlier and 5.6.26 and earlier allows remote authenticated users to affect availability via vectors related to Server : DDL.", - "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-848m-2rw5-f2f2/GHSA-848m-2rw5-f2f2.json b/advisories/unreviewed/2022/05/GHSA-848m-2rw5-f2f2/GHSA-848m-2rw5-f2f2.json index 362591438c2..dc5bdec458a 100644 --- a/advisories/unreviewed/2022/05/GHSA-848m-2rw5-f2f2/GHSA-848m-2rw5-f2f2.json +++ b/advisories/unreviewed/2022/05/GHSA-848m-2rw5-f2f2/GHSA-848m-2rw5-f2f2.json @@ -7,12 +7,8 @@ "CVE-2011-1527" ], "details": "The kdb_ldap plugin in the Key Distribution Center (KDC) in MIT Kerberos 5 (aka krb5) 1.9 through 1.9.1, when the LDAP back end is used, allows remote attackers to cause a denial of service (NULL pointer dereference and daemon crash) via a kinit operation with incorrect string case for the realm, related to the is_principal_in_realm, krb5_set_error_message, krb5_ldap_get_principal, and process_as_req functions.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-85p9-8fq8-87g2/GHSA-85p9-8fq8-87g2.json b/advisories/unreviewed/2022/05/GHSA-85p9-8fq8-87g2/GHSA-85p9-8fq8-87g2.json index 6f36eac9e8d..224d418e65b 100644 --- a/advisories/unreviewed/2022/05/GHSA-85p9-8fq8-87g2/GHSA-85p9-8fq8-87g2.json +++ b/advisories/unreviewed/2022/05/GHSA-85p9-8fq8-87g2/GHSA-85p9-8fq8-87g2.json @@ -7,12 +7,8 @@ "CVE-2013-5006" ], "details": "main_internet.php on the Western Digital My Net N600 and N750 with firmware 1.03.12 and 1.04.16, and the N900 and N900C with firmware 1.05.12, 1.06.18, and 1.06.28, allows remote attackers to discover the cleartext administrative password by reading the \"var pass=\" line within the HTML source code.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-86jv-39rm-gf4v/GHSA-86jv-39rm-gf4v.json b/advisories/unreviewed/2022/05/GHSA-86jv-39rm-gf4v/GHSA-86jv-39rm-gf4v.json index d5f66a61ee5..0b158df92c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-86jv-39rm-gf4v/GHSA-86jv-39rm-gf4v.json +++ b/advisories/unreviewed/2022/05/GHSA-86jv-39rm-gf4v/GHSA-86jv-39rm-gf4v.json @@ -7,12 +7,8 @@ "CVE-2010-3692" ], "details": "Directory traversal vulnerability in the callback function in client.php in phpCAS before 1.1.3, when proxy mode is enabled, allows remote attackers to create or overwrite arbitrary files via directory traversal sequences in a Proxy Granting Ticket IOU (PGTiou) parameter.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-86m4-88r3-mw4c/GHSA-86m4-88r3-mw4c.json b/advisories/unreviewed/2022/05/GHSA-86m4-88r3-mw4c/GHSA-86m4-88r3-mw4c.json index fd95fc69b19..3055a87efb4 100644 --- a/advisories/unreviewed/2022/05/GHSA-86m4-88r3-mw4c/GHSA-86m4-88r3-mw4c.json +++ b/advisories/unreviewed/2022/05/GHSA-86m4-88r3-mw4c/GHSA-86m4-88r3-mw4c.json @@ -7,12 +7,8 @@ "CVE-2012-0954" ], "details": "APT 0.7.x before 0.7.25 and 0.8.x before 0.8.16, when using the apt-key net-update to import keyrings, relies on GnuPG argument order and does not check GPG subkeys, which might allow remote attackers to install altered packages via a man-in-the-middle (MITM) attack. NOTE: this vulnerability exists because of an incomplete fix for CVE-2012-3587.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-877r-5chx-6473/GHSA-877r-5chx-6473.json b/advisories/unreviewed/2022/05/GHSA-877r-5chx-6473/GHSA-877r-5chx-6473.json index ba7c4f3506d..33eda83a1b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-877r-5chx-6473/GHSA-877r-5chx-6473.json +++ b/advisories/unreviewed/2022/05/GHSA-877r-5chx-6473/GHSA-877r-5chx-6473.json @@ -7,12 +7,8 @@ "CVE-2014-0488" ], "details": "APT before 1.0.9 does not \"invalidate repository data\" when moving from an unauthenticated to authenticated state, which allows remote attackers to have unspecified impact via crafted repository data.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-87g8-gg4c-82rh/GHSA-87g8-gg4c-82rh.json b/advisories/unreviewed/2022/05/GHSA-87g8-gg4c-82rh/GHSA-87g8-gg4c-82rh.json index 81471e44f5c..cf9f2ea3395 100644 --- a/advisories/unreviewed/2022/05/GHSA-87g8-gg4c-82rh/GHSA-87g8-gg4c-82rh.json +++ b/advisories/unreviewed/2022/05/GHSA-87g8-gg4c-82rh/GHSA-87g8-gg4c-82rh.json @@ -7,12 +7,8 @@ "CVE-2014-6395" ], "details": "Heap-based buffer overflow in the dissector_postgresql function in dissectors/ec_postgresql.c in Ettercap before 0.8.1 allows remote attackers to cause a denial of service or possibly execute arbitrary code via a crafted password length value that is inconsistent with the actual length of the password.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-87vg-5pwm-8x6w/GHSA-87vg-5pwm-8x6w.json b/advisories/unreviewed/2022/05/GHSA-87vg-5pwm-8x6w/GHSA-87vg-5pwm-8x6w.json index fa433856cfc..50e7b837ecd 100644 --- a/advisories/unreviewed/2022/05/GHSA-87vg-5pwm-8x6w/GHSA-87vg-5pwm-8x6w.json +++ b/advisories/unreviewed/2022/05/GHSA-87vg-5pwm-8x6w/GHSA-87vg-5pwm-8x6w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-887h-qv74-mp6g/GHSA-887h-qv74-mp6g.json b/advisories/unreviewed/2022/05/GHSA-887h-qv74-mp6g/GHSA-887h-qv74-mp6g.json index c98693e6d46..c94f635be34 100644 --- a/advisories/unreviewed/2022/05/GHSA-887h-qv74-mp6g/GHSA-887h-qv74-mp6g.json +++ b/advisories/unreviewed/2022/05/GHSA-887h-qv74-mp6g/GHSA-887h-qv74-mp6g.json @@ -7,12 +7,8 @@ "CVE-2012-1702" ], "details": "Unspecified vulnerability in the Server component in Oracle MySQL 5.1.66 and earlier and 5.5.28 and earlier allows remote attackers to affect availability via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -48,9 +44,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-88c6-r67c-p7vf/GHSA-88c6-r67c-p7vf.json b/advisories/unreviewed/2022/05/GHSA-88c6-r67c-p7vf/GHSA-88c6-r67c-p7vf.json index b4f88f4e27e..bfaf5c15419 100644 --- a/advisories/unreviewed/2022/05/GHSA-88c6-r67c-p7vf/GHSA-88c6-r67c-p7vf.json +++ b/advisories/unreviewed/2022/05/GHSA-88c6-r67c-p7vf/GHSA-88c6-r67c-p7vf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-88p3-99rj-qvrx/GHSA-88p3-99rj-qvrx.json b/advisories/unreviewed/2022/05/GHSA-88p3-99rj-qvrx/GHSA-88p3-99rj-qvrx.json index 630fb6addec..1caadf20afd 100644 --- a/advisories/unreviewed/2022/05/GHSA-88p3-99rj-qvrx/GHSA-88p3-99rj-qvrx.json +++ b/advisories/unreviewed/2022/05/GHSA-88p3-99rj-qvrx/GHSA-88p3-99rj-qvrx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-88pf-qwh4-43fc/GHSA-88pf-qwh4-43fc.json b/advisories/unreviewed/2022/05/GHSA-88pf-qwh4-43fc/GHSA-88pf-qwh4-43fc.json index 7d974b9b1aa..e68f5ce6aca 100644 --- a/advisories/unreviewed/2022/05/GHSA-88pf-qwh4-43fc/GHSA-88pf-qwh4-43fc.json +++ b/advisories/unreviewed/2022/05/GHSA-88pf-qwh4-43fc/GHSA-88pf-qwh4-43fc.json @@ -7,12 +7,8 @@ "CVE-2014-0609" ], "details": "Unspecified vulnerability in Novell Open Enterprise Server (OES) 11 SP1 before Scheduled Maintenance Update 9415 and 11 SP2 before Scheduled Maintenance Update 9413 for Linux has unknown impact and attack vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-88q3-m66q-pg82/GHSA-88q3-m66q-pg82.json b/advisories/unreviewed/2022/05/GHSA-88q3-m66q-pg82/GHSA-88q3-m66q-pg82.json index 0cca762446e..0ddcea6d081 100644 --- a/advisories/unreviewed/2022/05/GHSA-88q3-m66q-pg82/GHSA-88q3-m66q-pg82.json +++ b/advisories/unreviewed/2022/05/GHSA-88q3-m66q-pg82/GHSA-88q3-m66q-pg82.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -111,9 +109,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8c4j-q3jf-x983/GHSA-8c4j-q3jf-x983.json b/advisories/unreviewed/2022/05/GHSA-8c4j-q3jf-x983/GHSA-8c4j-q3jf-x983.json index d86c04fae67..09a2f4072fd 100644 --- a/advisories/unreviewed/2022/05/GHSA-8c4j-q3jf-x983/GHSA-8c4j-q3jf-x983.json +++ b/advisories/unreviewed/2022/05/GHSA-8c4j-q3jf-x983/GHSA-8c4j-q3jf-x983.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8cv9-944x-284m/GHSA-8cv9-944x-284m.json b/advisories/unreviewed/2022/05/GHSA-8cv9-944x-284m/GHSA-8cv9-944x-284m.json index f23f825d612..698faa12db3 100644 --- a/advisories/unreviewed/2022/05/GHSA-8cv9-944x-284m/GHSA-8cv9-944x-284m.json +++ b/advisories/unreviewed/2022/05/GHSA-8cv9-944x-284m/GHSA-8cv9-944x-284m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8f95-9vr9-hxf2/GHSA-8f95-9vr9-hxf2.json b/advisories/unreviewed/2022/05/GHSA-8f95-9vr9-hxf2/GHSA-8f95-9vr9-hxf2.json index 11be94aa98a..5b511e1f88f 100644 --- a/advisories/unreviewed/2022/05/GHSA-8f95-9vr9-hxf2/GHSA-8f95-9vr9-hxf2.json +++ b/advisories/unreviewed/2022/05/GHSA-8f95-9vr9-hxf2/GHSA-8f95-9vr9-hxf2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8gmm-vc39-qf6m/GHSA-8gmm-vc39-qf6m.json b/advisories/unreviewed/2022/05/GHSA-8gmm-vc39-qf6m/GHSA-8gmm-vc39-qf6m.json index e09da62d1d9..2957aa1e693 100644 --- a/advisories/unreviewed/2022/05/GHSA-8gmm-vc39-qf6m/GHSA-8gmm-vc39-qf6m.json +++ b/advisories/unreviewed/2022/05/GHSA-8gmm-vc39-qf6m/GHSA-8gmm-vc39-qf6m.json @@ -7,12 +7,8 @@ "CVE-2013-2378" ], "details": "Unspecified vulnerability in Oracle MySQL 5.1.67 and earlier, 5.5.29 and earlier, and 5.6.10 and earlier allows remote authenticated users to affect confidentiality, integrity, and availability via unknown vectors related to Information Schema.", - "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-8hv6-99c4-p438/GHSA-8hv6-99c4-p438.json b/advisories/unreviewed/2022/05/GHSA-8hv6-99c4-p438/GHSA-8hv6-99c4-p438.json index 638e3150bbf..5b5aafc916f 100644 --- a/advisories/unreviewed/2022/05/GHSA-8hv6-99c4-p438/GHSA-8hv6-99c4-p438.json +++ b/advisories/unreviewed/2022/05/GHSA-8hv6-99c4-p438/GHSA-8hv6-99c4-p438.json @@ -7,12 +7,8 @@ "CVE-2010-3690" ], "details": "Multiple cross-site scripting (XSS) vulnerabilities in phpCAS before 1.1.3, when proxy mode is enabled, allow remote attackers to inject arbitrary web script or HTML via (1) a crafted Proxy Granting Ticket IOU (PGTiou) parameter to the callback function in client.php, (2) vectors involving functions that make getCallbackURL calls, or (3) vectors involving functions that make getURL calls.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8hwj-j49v-pfwp/GHSA-8hwj-j49v-pfwp.json b/advisories/unreviewed/2022/05/GHSA-8hwj-j49v-pfwp/GHSA-8hwj-j49v-pfwp.json index 3ef9f28e702..a2ac86fae96 100644 --- a/advisories/unreviewed/2022/05/GHSA-8hwj-j49v-pfwp/GHSA-8hwj-j49v-pfwp.json +++ b/advisories/unreviewed/2022/05/GHSA-8hwj-j49v-pfwp/GHSA-8hwj-j49v-pfwp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -67,9 +65,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8j2g-wgpq-4f6c/GHSA-8j2g-wgpq-4f6c.json b/advisories/unreviewed/2022/05/GHSA-8j2g-wgpq-4f6c/GHSA-8j2g-wgpq-4f6c.json index 9098c6a7462..cebbd51f77c 100644 --- a/advisories/unreviewed/2022/05/GHSA-8j2g-wgpq-4f6c/GHSA-8j2g-wgpq-4f6c.json +++ b/advisories/unreviewed/2022/05/GHSA-8j2g-wgpq-4f6c/GHSA-8j2g-wgpq-4f6c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8j4m-fffv-qfc2/GHSA-8j4m-fffv-qfc2.json b/advisories/unreviewed/2022/05/GHSA-8j4m-fffv-qfc2/GHSA-8j4m-fffv-qfc2.json index a9f78599124..1ed0069ef38 100644 --- a/advisories/unreviewed/2022/05/GHSA-8j4m-fffv-qfc2/GHSA-8j4m-fffv-qfc2.json +++ b/advisories/unreviewed/2022/05/GHSA-8j4m-fffv-qfc2/GHSA-8j4m-fffv-qfc2.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-8jcm-439f-pj4q/GHSA-8jcm-439f-pj4q.json b/advisories/unreviewed/2022/05/GHSA-8jcm-439f-pj4q/GHSA-8jcm-439f-pj4q.json index 256307017bd..0069a395950 100644 --- a/advisories/unreviewed/2022/05/GHSA-8jcm-439f-pj4q/GHSA-8jcm-439f-pj4q.json +++ b/advisories/unreviewed/2022/05/GHSA-8jcm-439f-pj4q/GHSA-8jcm-439f-pj4q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8pc7-vxgw-xqv6/GHSA-8pc7-vxgw-xqv6.json b/advisories/unreviewed/2022/05/GHSA-8pc7-vxgw-xqv6/GHSA-8pc7-vxgw-xqv6.json index cb399912f7f..3b385a8295f 100644 --- a/advisories/unreviewed/2022/05/GHSA-8pc7-vxgw-xqv6/GHSA-8pc7-vxgw-xqv6.json +++ b/advisories/unreviewed/2022/05/GHSA-8pc7-vxgw-xqv6/GHSA-8pc7-vxgw-xqv6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8q8p-vxj6-fg2g/GHSA-8q8p-vxj6-fg2g.json b/advisories/unreviewed/2022/05/GHSA-8q8p-vxj6-fg2g/GHSA-8q8p-vxj6-fg2g.json index 32ccf2ccaf7..3f1f4b8d6fb 100644 --- a/advisories/unreviewed/2022/05/GHSA-8q8p-vxj6-fg2g/GHSA-8q8p-vxj6-fg2g.json +++ b/advisories/unreviewed/2022/05/GHSA-8q8p-vxj6-fg2g/GHSA-8q8p-vxj6-fg2g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8qfx-94fg-9j72/GHSA-8qfx-94fg-9j72.json b/advisories/unreviewed/2022/05/GHSA-8qfx-94fg-9j72/GHSA-8qfx-94fg-9j72.json index 18ae9c9e3bc..0cb4d516da0 100644 --- a/advisories/unreviewed/2022/05/GHSA-8qfx-94fg-9j72/GHSA-8qfx-94fg-9j72.json +++ b/advisories/unreviewed/2022/05/GHSA-8qfx-94fg-9j72/GHSA-8qfx-94fg-9j72.json @@ -7,12 +7,8 @@ "CVE-2013-1492" ], "details": "Buffer overflow in yaSSL, as used in MySQL 5.1.x before 5.1.68 and 5.5.x before 5.5.30, has unspecified impact and attack vectors, a different vulnerability than CVE-2012-0553.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8qhp-h7xw-f46m/GHSA-8qhp-h7xw-f46m.json b/advisories/unreviewed/2022/05/GHSA-8qhp-h7xw-f46m/GHSA-8qhp-h7xw-f46m.json index 397f2a35ed4..7c4d1abc574 100644 --- a/advisories/unreviewed/2022/05/GHSA-8qhp-h7xw-f46m/GHSA-8qhp-h7xw-f46m.json +++ b/advisories/unreviewed/2022/05/GHSA-8qhp-h7xw-f46m/GHSA-8qhp-h7xw-f46m.json @@ -7,12 +7,8 @@ "CVE-2014-9422" ], "details": "The check_rpcsec_auth function in kadmin/server/kadm_rpc_svc.c in kadmind in MIT Kerberos 5 (aka krb5) through 1.11.5, 1.12.x through 1.12.2, and 1.13.x before 1.13.1 allows remote authenticated users to bypass a kadmin/* authorization check and obtain administrative access by leveraging access to a two-component principal with an initial \"kadmind\" substring, as demonstrated by a \"ka/x\" principal.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8r3h-wqhf-vw3f/GHSA-8r3h-wqhf-vw3f.json b/advisories/unreviewed/2022/05/GHSA-8r3h-wqhf-vw3f/GHSA-8r3h-wqhf-vw3f.json index b99b6965b20..8d803e1850b 100644 --- a/advisories/unreviewed/2022/05/GHSA-8r3h-wqhf-vw3f/GHSA-8r3h-wqhf-vw3f.json +++ b/advisories/unreviewed/2022/05/GHSA-8r3h-wqhf-vw3f/GHSA-8r3h-wqhf-vw3f.json @@ -7,12 +7,8 @@ "CVE-2016-0616" ], "details": "Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier and MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10 allows remote authenticated users to affect availability via unknown vectors related to Optimizer.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -96,9 +92,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8r7m-xm73-p5vg/GHSA-8r7m-xm73-p5vg.json b/advisories/unreviewed/2022/05/GHSA-8r7m-xm73-p5vg/GHSA-8r7m-xm73-p5vg.json index d34707dd41d..aa8d7c163cf 100644 --- a/advisories/unreviewed/2022/05/GHSA-8r7m-xm73-p5vg/GHSA-8r7m-xm73-p5vg.json +++ b/advisories/unreviewed/2022/05/GHSA-8r7m-xm73-p5vg/GHSA-8r7m-xm73-p5vg.json @@ -7,12 +7,8 @@ "CVE-2014-5005" ], "details": "Directory traversal vulnerability in ZOHO ManageEngine Desktop Central (DC) before 9 build 90055 allows remote attackers to execute arbitrary code via a .. (dot dot) in the fileName parameter in an LFU action to statusUpdate.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8r9h-33x8-xjgw/GHSA-8r9h-33x8-xjgw.json b/advisories/unreviewed/2022/05/GHSA-8r9h-33x8-xjgw/GHSA-8r9h-33x8-xjgw.json index 11ff40b39b1..fa7b6c767f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-8r9h-33x8-xjgw/GHSA-8r9h-33x8-xjgw.json +++ b/advisories/unreviewed/2022/05/GHSA-8r9h-33x8-xjgw/GHSA-8r9h-33x8-xjgw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8rvw-f3jq-rcm7/GHSA-8rvw-f3jq-rcm7.json b/advisories/unreviewed/2022/05/GHSA-8rvw-f3jq-rcm7/GHSA-8rvw-f3jq-rcm7.json index 3c297276197..5f5e15d8032 100644 --- a/advisories/unreviewed/2022/05/GHSA-8rvw-f3jq-rcm7/GHSA-8rvw-f3jq-rcm7.json +++ b/advisories/unreviewed/2022/05/GHSA-8rvw-f3jq-rcm7/GHSA-8rvw-f3jq-rcm7.json @@ -7,12 +7,8 @@ "CVE-2010-3837" ], "details": "MySQL 5.0 before 5.0.92, 5.1 before 5.1.51, and 5.5 before 5.5.6 allows remote authenticated users to cause a denial of service (server crash) via a prepared statement that uses GROUP_CONCAT with the WITH ROLLUP modifier, probably triggering a use-after-free error when a copied object is modified in a way that also affects the original object.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -108,9 +104,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-8vff-g827-6gg8/GHSA-8vff-g827-6gg8.json b/advisories/unreviewed/2022/05/GHSA-8vff-g827-6gg8/GHSA-8vff-g827-6gg8.json index e7863cf8efd..72679728b6e 100644 --- a/advisories/unreviewed/2022/05/GHSA-8vff-g827-6gg8/GHSA-8vff-g827-6gg8.json +++ b/advisories/unreviewed/2022/05/GHSA-8vff-g827-6gg8/GHSA-8vff-g827-6gg8.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/2022/05/GHSA-8vhf-hgr9-gmr5/GHSA-8vhf-hgr9-gmr5.json b/advisories/unreviewed/2022/05/GHSA-8vhf-hgr9-gmr5/GHSA-8vhf-hgr9-gmr5.json index 77cc4db3d10..335bed364d4 100644 --- a/advisories/unreviewed/2022/05/GHSA-8vhf-hgr9-gmr5/GHSA-8vhf-hgr9-gmr5.json +++ b/advisories/unreviewed/2022/05/GHSA-8vhf-hgr9-gmr5/GHSA-8vhf-hgr9-gmr5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-8vv4-vqx2-f85v/GHSA-8vv4-vqx2-f85v.json b/advisories/unreviewed/2022/05/GHSA-8vv4-vqx2-f85v/GHSA-8vv4-vqx2-f85v.json index 114e3d22d4e..da209ea0c8e 100644 --- a/advisories/unreviewed/2022/05/GHSA-8vv4-vqx2-f85v/GHSA-8vv4-vqx2-f85v.json +++ b/advisories/unreviewed/2022/05/GHSA-8vv4-vqx2-f85v/GHSA-8vv4-vqx2-f85v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-92mh-q8c5-wgqv/GHSA-92mh-q8c5-wgqv.json b/advisories/unreviewed/2022/05/GHSA-92mh-q8c5-wgqv/GHSA-92mh-q8c5-wgqv.json index 4f6d0d64121..944f8e9ea72 100644 --- a/advisories/unreviewed/2022/05/GHSA-92mh-q8c5-wgqv/GHSA-92mh-q8c5-wgqv.json +++ b/advisories/unreviewed/2022/05/GHSA-92mh-q8c5-wgqv/GHSA-92mh-q8c5-wgqv.json @@ -7,12 +7,8 @@ "CVE-2015-4024" ], "details": "Algorithmic complexity vulnerability in the multipart_buffer_headers function in main/rfc1867.c in PHP before 5.4.41, 5.5.x before 5.5.25, and 5.6.x before 5.6.9 allows remote attackers to cause a denial of service (CPU consumption) via crafted form data that triggers an improper order-of-growth outcome.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -96,9 +92,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-93fp-mg63-wc9r/GHSA-93fp-mg63-wc9r.json b/advisories/unreviewed/2022/05/GHSA-93fp-mg63-wc9r/GHSA-93fp-mg63-wc9r.json index 43f40df44d8..de3af79f121 100644 --- a/advisories/unreviewed/2022/05/GHSA-93fp-mg63-wc9r/GHSA-93fp-mg63-wc9r.json +++ b/advisories/unreviewed/2022/05/GHSA-93fp-mg63-wc9r/GHSA-93fp-mg63-wc9r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9496-687r-469r/GHSA-9496-687r-469r.json b/advisories/unreviewed/2022/05/GHSA-9496-687r-469r/GHSA-9496-687r-469r.json index bf6b6c17ed0..4cfb6cae204 100644 --- a/advisories/unreviewed/2022/05/GHSA-9496-687r-469r/GHSA-9496-687r-469r.json +++ b/advisories/unreviewed/2022/05/GHSA-9496-687r-469r/GHSA-9496-687r-469r.json @@ -7,12 +7,8 @@ "CVE-2012-1734" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.1.62 and earlier, and 5.5.23 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-949h-c8q7-ffm5/GHSA-949h-c8q7-ffm5.json b/advisories/unreviewed/2022/05/GHSA-949h-c8q7-ffm5/GHSA-949h-c8q7-ffm5.json index d62555c4cc0..8f64da8ea0a 100644 --- a/advisories/unreviewed/2022/05/GHSA-949h-c8q7-ffm5/GHSA-949h-c8q7-ffm5.json +++ b/advisories/unreviewed/2022/05/GHSA-949h-c8q7-ffm5/GHSA-949h-c8q7-ffm5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-94c3-g97c-h69h/GHSA-94c3-g97c-h69h.json b/advisories/unreviewed/2022/05/GHSA-94c3-g97c-h69h/GHSA-94c3-g97c-h69h.json index b0ad1bcab78..b447658cb70 100644 --- a/advisories/unreviewed/2022/05/GHSA-94c3-g97c-h69h/GHSA-94c3-g97c-h69h.json +++ b/advisories/unreviewed/2022/05/GHSA-94c3-g97c-h69h/GHSA-94c3-g97c-h69h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-94q8-xx3m-wf2w/GHSA-94q8-xx3m-wf2w.json b/advisories/unreviewed/2022/05/GHSA-94q8-xx3m-wf2w/GHSA-94q8-xx3m-wf2w.json index 0377db7061b..78759a8c261 100644 --- a/advisories/unreviewed/2022/05/GHSA-94q8-xx3m-wf2w/GHSA-94q8-xx3m-wf2w.json +++ b/advisories/unreviewed/2022/05/GHSA-94q8-xx3m-wf2w/GHSA-94q8-xx3m-wf2w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -111,9 +109,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-95mx-vpjp-57vh/GHSA-95mx-vpjp-57vh.json b/advisories/unreviewed/2022/05/GHSA-95mx-vpjp-57vh/GHSA-95mx-vpjp-57vh.json index ed79723879d..0d8185b62a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-95mx-vpjp-57vh/GHSA-95mx-vpjp-57vh.json +++ b/advisories/unreviewed/2022/05/GHSA-95mx-vpjp-57vh/GHSA-95mx-vpjp-57vh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-96h6-mp65-6p2p/GHSA-96h6-mp65-6p2p.json b/advisories/unreviewed/2022/05/GHSA-96h6-mp65-6p2p/GHSA-96h6-mp65-6p2p.json index 6e8dc8bd5f4..74bcb0d61d0 100644 --- a/advisories/unreviewed/2022/05/GHSA-96h6-mp65-6p2p/GHSA-96h6-mp65-6p2p.json +++ b/advisories/unreviewed/2022/05/GHSA-96h6-mp65-6p2p/GHSA-96h6-mp65-6p2p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-978f-5qgh-63fx/GHSA-978f-5qgh-63fx.json b/advisories/unreviewed/2022/05/GHSA-978f-5qgh-63fx/GHSA-978f-5qgh-63fx.json index 13e2ab66937..9d04385e341 100644 --- a/advisories/unreviewed/2022/05/GHSA-978f-5qgh-63fx/GHSA-978f-5qgh-63fx.json +++ b/advisories/unreviewed/2022/05/GHSA-978f-5qgh-63fx/GHSA-978f-5qgh-63fx.json @@ -7,12 +7,8 @@ "CVE-2012-4025" ], "details": "Integer overflow in the queue_init function in unsquashfs.c in unsquashfs in Squashfs 4.2 and earlier allows remote attackers to execute arbitrary code via a crafted block_log field in the superblock of a .sqsh file, leading to a heap-based buffer overflow.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-97fh-x5h6-hgr2/GHSA-97fh-x5h6-hgr2.json b/advisories/unreviewed/2022/05/GHSA-97fh-x5h6-hgr2/GHSA-97fh-x5h6-hgr2.json index 9f731238005..932f3df0f32 100644 --- a/advisories/unreviewed/2022/05/GHSA-97fh-x5h6-hgr2/GHSA-97fh-x5h6-hgr2.json +++ b/advisories/unreviewed/2022/05/GHSA-97fh-x5h6-hgr2/GHSA-97fh-x5h6-hgr2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-97hr-w4x9-qrwp/GHSA-97hr-w4x9-qrwp.json b/advisories/unreviewed/2022/05/GHSA-97hr-w4x9-qrwp/GHSA-97hr-w4x9-qrwp.json index f27caffcdd7..b86f560359f 100644 --- a/advisories/unreviewed/2022/05/GHSA-97hr-w4x9-qrwp/GHSA-97hr-w4x9-qrwp.json +++ b/advisories/unreviewed/2022/05/GHSA-97hr-w4x9-qrwp/GHSA-97hr-w4x9-qrwp.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-985g-xhxj-qvr3/GHSA-985g-xhxj-qvr3.json b/advisories/unreviewed/2022/05/GHSA-985g-xhxj-qvr3/GHSA-985g-xhxj-qvr3.json index 533ed783fee..35d09c4ca39 100644 --- a/advisories/unreviewed/2022/05/GHSA-985g-xhxj-qvr3/GHSA-985g-xhxj-qvr3.json +++ b/advisories/unreviewed/2022/05/GHSA-985g-xhxj-qvr3/GHSA-985g-xhxj-qvr3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9889-rr58-7c63/GHSA-9889-rr58-7c63.json b/advisories/unreviewed/2022/05/GHSA-9889-rr58-7c63/GHSA-9889-rr58-7c63.json index 233fc206012..7fbb59f1a88 100644 --- a/advisories/unreviewed/2022/05/GHSA-9889-rr58-7c63/GHSA-9889-rr58-7c63.json +++ b/advisories/unreviewed/2022/05/GHSA-9889-rr58-7c63/GHSA-9889-rr58-7c63.json @@ -7,12 +7,8 @@ "CVE-2011-0282" ], "details": "The Key Distribution Center (KDC) in MIT Kerberos 5 (aka krb5) 1.6.x through 1.9, when an LDAP backend is used, allows remote attackers to cause a denial of service (NULL pointer dereference or buffer over-read, and daemon crash) via a crafted principal name.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -104,9 +100,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-98q8-3jx3-w7qm/GHSA-98q8-3jx3-w7qm.json b/advisories/unreviewed/2022/05/GHSA-98q8-3jx3-w7qm/GHSA-98q8-3jx3-w7qm.json index 417c204c878..298e9d6d5b3 100644 --- a/advisories/unreviewed/2022/05/GHSA-98q8-3jx3-w7qm/GHSA-98q8-3jx3-w7qm.json +++ b/advisories/unreviewed/2022/05/GHSA-98q8-3jx3-w7qm/GHSA-98q8-3jx3-w7qm.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-9995-p9v8-cr26/GHSA-9995-p9v8-cr26.json b/advisories/unreviewed/2022/05/GHSA-9995-p9v8-cr26/GHSA-9995-p9v8-cr26.json index 7d0edd70ff9..e9f60471f83 100644 --- a/advisories/unreviewed/2022/05/GHSA-9995-p9v8-cr26/GHSA-9995-p9v8-cr26.json +++ b/advisories/unreviewed/2022/05/GHSA-9995-p9v8-cr26/GHSA-9995-p9v8-cr26.json @@ -7,12 +7,8 @@ "CVE-2014-3764" ], "details": "Cross-site scripting (XSS) vulnerability in the web-based device management interface in Palo Alto Networks PAN-OS before 5.0.15, 5.1.x before 5.1.10, and 6.0.x before 6.0.6 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors, aka Ref ID 64563.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9g44-vm62-mp5c/GHSA-9g44-vm62-mp5c.json b/advisories/unreviewed/2022/05/GHSA-9g44-vm62-mp5c/GHSA-9g44-vm62-mp5c.json index 994a36f5b56..2231997e346 100644 --- a/advisories/unreviewed/2022/05/GHSA-9g44-vm62-mp5c/GHSA-9g44-vm62-mp5c.json +++ b/advisories/unreviewed/2022/05/GHSA-9g44-vm62-mp5c/GHSA-9g44-vm62-mp5c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -111,9 +109,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9gpp-6x5g-58cf/GHSA-9gpp-6x5g-58cf.json b/advisories/unreviewed/2022/05/GHSA-9gpp-6x5g-58cf/GHSA-9gpp-6x5g-58cf.json index 31bebf7812e..5dcafdf2951 100644 --- a/advisories/unreviewed/2022/05/GHSA-9gpp-6x5g-58cf/GHSA-9gpp-6x5g-58cf.json +++ b/advisories/unreviewed/2022/05/GHSA-9gpp-6x5g-58cf/GHSA-9gpp-6x5g-58cf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9hvv-q3hq-r4f2/GHSA-9hvv-q3hq-r4f2.json b/advisories/unreviewed/2022/05/GHSA-9hvv-q3hq-r4f2/GHSA-9hvv-q3hq-r4f2.json index cf2e2e78a91..09d90c1dc3e 100644 --- a/advisories/unreviewed/2022/05/GHSA-9hvv-q3hq-r4f2/GHSA-9hvv-q3hq-r4f2.json +++ b/advisories/unreviewed/2022/05/GHSA-9hvv-q3hq-r4f2/GHSA-9hvv-q3hq-r4f2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9jvh-8pp3-2c6j/GHSA-9jvh-8pp3-2c6j.json b/advisories/unreviewed/2022/05/GHSA-9jvh-8pp3-2c6j/GHSA-9jvh-8pp3-2c6j.json index 8e93188980f..71f9abcf6ff 100644 --- a/advisories/unreviewed/2022/05/GHSA-9jvh-8pp3-2c6j/GHSA-9jvh-8pp3-2c6j.json +++ b/advisories/unreviewed/2022/05/GHSA-9jvh-8pp3-2c6j/GHSA-9jvh-8pp3-2c6j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9mpf-9xm9-9826/GHSA-9mpf-9xm9-9826.json b/advisories/unreviewed/2022/05/GHSA-9mpf-9xm9-9826/GHSA-9mpf-9xm9-9826.json index fad28690003..61261cd7528 100644 --- a/advisories/unreviewed/2022/05/GHSA-9mpf-9xm9-9826/GHSA-9mpf-9xm9-9826.json +++ b/advisories/unreviewed/2022/05/GHSA-9mpf-9xm9-9826/GHSA-9mpf-9xm9-9826.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9mxc-5c24-7gxv/GHSA-9mxc-5c24-7gxv.json b/advisories/unreviewed/2022/05/GHSA-9mxc-5c24-7gxv/GHSA-9mxc-5c24-7gxv.json index 120e32a44e3..0ec7df837b1 100644 --- a/advisories/unreviewed/2022/05/GHSA-9mxc-5c24-7gxv/GHSA-9mxc-5c24-7gxv.json +++ b/advisories/unreviewed/2022/05/GHSA-9mxc-5c24-7gxv/GHSA-9mxc-5c24-7gxv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9p2g-85jv-r96g/GHSA-9p2g-85jv-r96g.json b/advisories/unreviewed/2022/05/GHSA-9p2g-85jv-r96g/GHSA-9p2g-85jv-r96g.json index 318d4f44de1..b0a65ef33d5 100644 --- a/advisories/unreviewed/2022/05/GHSA-9p2g-85jv-r96g/GHSA-9p2g-85jv-r96g.json +++ b/advisories/unreviewed/2022/05/GHSA-9p2g-85jv-r96g/GHSA-9p2g-85jv-r96g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-9pjx-2pvv-2f38/GHSA-9pjx-2pvv-2f38.json b/advisories/unreviewed/2022/05/GHSA-9pjx-2pvv-2f38/GHSA-9pjx-2pvv-2f38.json index de952a334bd..fcc51ee5add 100644 --- a/advisories/unreviewed/2022/05/GHSA-9pjx-2pvv-2f38/GHSA-9pjx-2pvv-2f38.json +++ b/advisories/unreviewed/2022/05/GHSA-9pjx-2pvv-2f38/GHSA-9pjx-2pvv-2f38.json @@ -7,12 +7,8 @@ "CVE-2015-8385" ], "details": "PCRE before 8.38 mishandles the /(?|(\\k'Pm')|(?'Pm'))/ pattern and related patterns with certain forward references, which allows remote attackers to cause a denial of service (buffer overflow) or possibly have unspecified other impact via a crafted regular expression, as demonstrated by a JavaScript RegExp object encountered by Konqueror.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9ppr-hv62-39w2/GHSA-9ppr-hv62-39w2.json b/advisories/unreviewed/2022/05/GHSA-9ppr-hv62-39w2/GHSA-9ppr-hv62-39w2.json index 8454dbc879f..40b44661252 100644 --- a/advisories/unreviewed/2022/05/GHSA-9ppr-hv62-39w2/GHSA-9ppr-hv62-39w2.json +++ b/advisories/unreviewed/2022/05/GHSA-9ppr-hv62-39w2/GHSA-9ppr-hv62-39w2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9qfr-vx9q-5vh6/GHSA-9qfr-vx9q-5vh6.json b/advisories/unreviewed/2022/05/GHSA-9qfr-vx9q-5vh6/GHSA-9qfr-vx9q-5vh6.json index 391685546d5..a32b8be894d 100644 --- a/advisories/unreviewed/2022/05/GHSA-9qfr-vx9q-5vh6/GHSA-9qfr-vx9q-5vh6.json +++ b/advisories/unreviewed/2022/05/GHSA-9qfr-vx9q-5vh6/GHSA-9qfr-vx9q-5vh6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9r8m-fh8w-pxcj/GHSA-9r8m-fh8w-pxcj.json b/advisories/unreviewed/2022/05/GHSA-9r8m-fh8w-pxcj/GHSA-9r8m-fh8w-pxcj.json index e6734da3753..1e79b0db2c6 100644 --- a/advisories/unreviewed/2022/05/GHSA-9r8m-fh8w-pxcj/GHSA-9r8m-fh8w-pxcj.json +++ b/advisories/unreviewed/2022/05/GHSA-9r8m-fh8w-pxcj/GHSA-9r8m-fh8w-pxcj.json @@ -7,12 +7,8 @@ "CVE-2015-4816" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.5.44 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server : InnoDB.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -72,9 +68,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-9whg-m3v7-qxh7/GHSA-9whg-m3v7-qxh7.json b/advisories/unreviewed/2022/05/GHSA-9whg-m3v7-qxh7/GHSA-9whg-m3v7-qxh7.json index 0219db276e2..cded492c37d 100644 --- a/advisories/unreviewed/2022/05/GHSA-9whg-m3v7-qxh7/GHSA-9whg-m3v7-qxh7.json +++ b/advisories/unreviewed/2022/05/GHSA-9whg-m3v7-qxh7/GHSA-9whg-m3v7-qxh7.json @@ -7,12 +7,8 @@ "CVE-2012-6600" ], "details": "The device-management command-line interface in Palo Alto Networks PAN-OS 4.0.x before 4.0.9 and 4.1.x before 4.1.2 allows remote authenticated users to execute arbitrary commands via unspecified vectors, aka Ref ID 34502.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-9x93-mvpg-7276/GHSA-9x93-mvpg-7276.json b/advisories/unreviewed/2022/05/GHSA-9x93-mvpg-7276/GHSA-9x93-mvpg-7276.json index 13b125e1022..20b27b1ded3 100644 --- a/advisories/unreviewed/2022/05/GHSA-9x93-mvpg-7276/GHSA-9x93-mvpg-7276.json +++ b/advisories/unreviewed/2022/05/GHSA-9x93-mvpg-7276/GHSA-9x93-mvpg-7276.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c2hv-7x7r-m7jm/GHSA-c2hv-7x7r-m7jm.json b/advisories/unreviewed/2022/05/GHSA-c2hv-7x7r-m7jm/GHSA-c2hv-7x7r-m7jm.json index 3d45675dcb8..2316e7aee7f 100644 --- a/advisories/unreviewed/2022/05/GHSA-c2hv-7x7r-m7jm/GHSA-c2hv-7x7r-m7jm.json +++ b/advisories/unreviewed/2022/05/GHSA-c2hv-7x7r-m7jm/GHSA-c2hv-7x7r-m7jm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c3cx-7x4c-hmh8/GHSA-c3cx-7x4c-hmh8.json b/advisories/unreviewed/2022/05/GHSA-c3cx-7x4c-hmh8/GHSA-c3cx-7x4c-hmh8.json index b103b7bb2c4..cc62a1062ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-c3cx-7x4c-hmh8/GHSA-c3cx-7x4c-hmh8.json +++ b/advisories/unreviewed/2022/05/GHSA-c3cx-7x4c-hmh8/GHSA-c3cx-7x4c-hmh8.json @@ -7,12 +7,8 @@ "CVE-2016-0546" ], "details": "Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier, 5.6.27 and earlier, and 5.7.9 and MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10 allows local users to affect confidentiality, integrity, and availability via unknown vectors related to Client. NOTE: the previous information is from the January 2016 CPU. Oracle has not commented on third-party claims that these are multiple buffer overflows in the mysqlshow tool that allow remote database servers to have unspecified impact via a long table or database name.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -124,9 +120,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-c4gp-6356-63vc/GHSA-c4gp-6356-63vc.json b/advisories/unreviewed/2022/05/GHSA-c4gp-6356-63vc/GHSA-c4gp-6356-63vc.json index 2b4ee4ef665..8135f9205d7 100644 --- a/advisories/unreviewed/2022/05/GHSA-c4gp-6356-63vc/GHSA-c4gp-6356-63vc.json +++ b/advisories/unreviewed/2022/05/GHSA-c4gp-6356-63vc/GHSA-c4gp-6356-63vc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c4mw-v46r-c4g3/GHSA-c4mw-v46r-c4g3.json b/advisories/unreviewed/2022/05/GHSA-c4mw-v46r-c4g3/GHSA-c4mw-v46r-c4g3.json index 2f50a377a79..5c0af43ba4f 100644 --- a/advisories/unreviewed/2022/05/GHSA-c4mw-v46r-c4g3/GHSA-c4mw-v46r-c4g3.json +++ b/advisories/unreviewed/2022/05/GHSA-c4mw-v46r-c4g3/GHSA-c4mw-v46r-c4g3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c5x3-gq36-prrp/GHSA-c5x3-gq36-prrp.json b/advisories/unreviewed/2022/05/GHSA-c5x3-gq36-prrp/GHSA-c5x3-gq36-prrp.json index 6144fa31c7d..03bd8017ee3 100644 --- a/advisories/unreviewed/2022/05/GHSA-c5x3-gq36-prrp/GHSA-c5x3-gq36-prrp.json +++ b/advisories/unreviewed/2022/05/GHSA-c5x3-gq36-prrp/GHSA-c5x3-gq36-prrp.json @@ -7,12 +7,8 @@ "CVE-2013-4744" ], "details": "Cross-site scripting (XSS) vulnerability in the PHPUnit extension before 3.5.15 for TYPO3 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c74f-gxvx-3568/GHSA-c74f-gxvx-3568.json b/advisories/unreviewed/2022/05/GHSA-c74f-gxvx-3568/GHSA-c74f-gxvx-3568.json index 865d53184aa..e425630ae72 100644 --- a/advisories/unreviewed/2022/05/GHSA-c74f-gxvx-3568/GHSA-c74f-gxvx-3568.json +++ b/advisories/unreviewed/2022/05/GHSA-c74f-gxvx-3568/GHSA-c74f-gxvx-3568.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-c79m-cfh4-phqp/GHSA-c79m-cfh4-phqp.json b/advisories/unreviewed/2022/05/GHSA-c79m-cfh4-phqp/GHSA-c79m-cfh4-phqp.json index 01658835a35..a88af7954a7 100644 --- a/advisories/unreviewed/2022/05/GHSA-c79m-cfh4-phqp/GHSA-c79m-cfh4-phqp.json +++ b/advisories/unreviewed/2022/05/GHSA-c79m-cfh4-phqp/GHSA-c79m-cfh4-phqp.json @@ -7,12 +7,8 @@ "CVE-2013-3707" ], "details": "The HTTPSTK service in the novell-nrm package before 2.0.2-297.305.302.3 in Novell Open Enterprise Server 2 (OES 2) Linux, and OES 11 Linux Gold and SP1, does not make the intended SSL_free and SSL_shutdown calls for the close of a TCP connection, which allows remote attackers to cause a denial of service (service crash) by establishing many TCP connections to port 8009.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-c8r5-76c4-8w9w/GHSA-c8r5-76c4-8w9w.json b/advisories/unreviewed/2022/05/GHSA-c8r5-76c4-8w9w/GHSA-c8r5-76c4-8w9w.json index a2089c16402..02d4667f653 100644 --- a/advisories/unreviewed/2022/05/GHSA-c8r5-76c4-8w9w/GHSA-c8r5-76c4-8w9w.json +++ b/advisories/unreviewed/2022/05/GHSA-c8r5-76c4-8w9w/GHSA-c8r5-76c4-8w9w.json @@ -7,12 +7,8 @@ "CVE-2014-9423" ], "details": "The svcauth_gss_accept_sec_context function in lib/rpc/svc_auth_gss.c in MIT Kerberos 5 (aka krb5) 1.11.x through 1.11.5, 1.12.x through 1.12.2, and 1.13.x before 1.13.1 transmits uninitialized interposer data to clients, which allows remote attackers to obtain sensitive information from process heap memory by sniffing the network for data in a handle field.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-ccgj-jmwf-5p3g/GHSA-ccgj-jmwf-5p3g.json b/advisories/unreviewed/2022/05/GHSA-ccgj-jmwf-5p3g/GHSA-ccgj-jmwf-5p3g.json index 95ba9e420a6..95121a3004f 100644 --- a/advisories/unreviewed/2022/05/GHSA-ccgj-jmwf-5p3g/GHSA-ccgj-jmwf-5p3g.json +++ b/advisories/unreviewed/2022/05/GHSA-ccgj-jmwf-5p3g/GHSA-ccgj-jmwf-5p3g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -55,9 +53,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cf3x-wcgp-h46q/GHSA-cf3x-wcgp-h46q.json b/advisories/unreviewed/2022/05/GHSA-cf3x-wcgp-h46q/GHSA-cf3x-wcgp-h46q.json index 0e9048aeb4f..2fdf3f37909 100644 --- a/advisories/unreviewed/2022/05/GHSA-cf3x-wcgp-h46q/GHSA-cf3x-wcgp-h46q.json +++ b/advisories/unreviewed/2022/05/GHSA-cf3x-wcgp-h46q/GHSA-cf3x-wcgp-h46q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cgw8-6rc7-29xf/GHSA-cgw8-6rc7-29xf.json b/advisories/unreviewed/2022/05/GHSA-cgw8-6rc7-29xf/GHSA-cgw8-6rc7-29xf.json index 1b93b8159cd..3ec3374eb26 100644 --- a/advisories/unreviewed/2022/05/GHSA-cgw8-6rc7-29xf/GHSA-cgw8-6rc7-29xf.json +++ b/advisories/unreviewed/2022/05/GHSA-cgw8-6rc7-29xf/GHSA-cgw8-6rc7-29xf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-chpg-5745-m74h/GHSA-chpg-5745-m74h.json b/advisories/unreviewed/2022/05/GHSA-chpg-5745-m74h/GHSA-chpg-5745-m74h.json index 76334027621..205c9643abc 100644 --- a/advisories/unreviewed/2022/05/GHSA-chpg-5745-m74h/GHSA-chpg-5745-m74h.json +++ b/advisories/unreviewed/2022/05/GHSA-chpg-5745-m74h/GHSA-chpg-5745-m74h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -79,9 +77,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cm5c-m6qg-q82r/GHSA-cm5c-m6qg-q82r.json b/advisories/unreviewed/2022/05/GHSA-cm5c-m6qg-q82r/GHSA-cm5c-m6qg-q82r.json index 90ef2ead03f..2790052a1ab 100644 --- a/advisories/unreviewed/2022/05/GHSA-cm5c-m6qg-q82r/GHSA-cm5c-m6qg-q82r.json +++ b/advisories/unreviewed/2022/05/GHSA-cm5c-m6qg-q82r/GHSA-cm5c-m6qg-q82r.json @@ -7,12 +7,8 @@ "CVE-2010-3836" ], "details": "MySQL 5.0 before 5.0.92, 5.1 before 5.1.51, and 5.5 before 5.5.6 allows remote authenticated users to cause a denial of service (assertion failure and server crash) via vectors related to view preparation, pre-evaluation of LIKE predicates, and IN Optimizers.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -108,9 +104,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cmh6-3x5j-qf2g/GHSA-cmh6-3x5j-qf2g.json b/advisories/unreviewed/2022/05/GHSA-cmh6-3x5j-qf2g/GHSA-cmh6-3x5j-qf2g.json index 86fc44b5bc3..e06879bbe22 100644 --- a/advisories/unreviewed/2022/05/GHSA-cmh6-3x5j-qf2g/GHSA-cmh6-3x5j-qf2g.json +++ b/advisories/unreviewed/2022/05/GHSA-cmh6-3x5j-qf2g/GHSA-cmh6-3x5j-qf2g.json @@ -7,12 +7,8 @@ "CVE-2014-5355" ], "details": "MIT Kerberos 5 (aka krb5) through 1.13.1 incorrectly expects that a krb5_read_message data field is represented as a string ending with a '\\0' character, which allows remote attackers to (1) cause a denial of service (NULL pointer dereference) via a zero-byte version string or (2) cause a denial of service (out-of-bounds read) by omitting the '\\0' character, related to appl/user_user/server.c and lib/krb5/krb/recvauth.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cmrr-h89w-fc55/GHSA-cmrr-h89w-fc55.json b/advisories/unreviewed/2022/05/GHSA-cmrr-h89w-fc55/GHSA-cmrr-h89w-fc55.json index 87733978fd2..978e3d584ce 100644 --- a/advisories/unreviewed/2022/05/GHSA-cmrr-h89w-fc55/GHSA-cmrr-h89w-fc55.json +++ b/advisories/unreviewed/2022/05/GHSA-cmrr-h89w-fc55/GHSA-cmrr-h89w-fc55.json @@ -7,12 +7,8 @@ "CVE-2014-4343" ], "details": "Double free vulnerability in the init_ctx_reselect function in the SPNEGO initiator in lib/gssapi/spnego/spnego_mech.c in MIT Kerberos 5 (aka krb5) 1.10.x through 1.12.x before 1.12.2 allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via network traffic that appears to come from an intended acceptor, but specifies a security mechanism different from the one proposed by the initiator.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cpff-4296-p7vj/GHSA-cpff-4296-p7vj.json b/advisories/unreviewed/2022/05/GHSA-cpff-4296-p7vj/GHSA-cpff-4296-p7vj.json index 25d80117885..6293355c64a 100644 --- a/advisories/unreviewed/2022/05/GHSA-cpff-4296-p7vj/GHSA-cpff-4296-p7vj.json +++ b/advisories/unreviewed/2022/05/GHSA-cpff-4296-p7vj/GHSA-cpff-4296-p7vj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cq58-982q-hxwf/GHSA-cq58-982q-hxwf.json b/advisories/unreviewed/2022/05/GHSA-cq58-982q-hxwf/GHSA-cq58-982q-hxwf.json index 840a2601152..087d0743087 100644 --- a/advisories/unreviewed/2022/05/GHSA-cq58-982q-hxwf/GHSA-cq58-982q-hxwf.json +++ b/advisories/unreviewed/2022/05/GHSA-cq58-982q-hxwf/GHSA-cq58-982q-hxwf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cr8v-8mh7-xwrm/GHSA-cr8v-8mh7-xwrm.json b/advisories/unreviewed/2022/05/GHSA-cr8v-8mh7-xwrm/GHSA-cr8v-8mh7-xwrm.json index a51b8934dd7..c766031dd55 100644 --- a/advisories/unreviewed/2022/05/GHSA-cr8v-8mh7-xwrm/GHSA-cr8v-8mh7-xwrm.json +++ b/advisories/unreviewed/2022/05/GHSA-cr8v-8mh7-xwrm/GHSA-cr8v-8mh7-xwrm.json @@ -7,12 +7,8 @@ "CVE-2012-3163" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.64 and earlier, and 5.5.26 and earlier, allows remote authenticated users to affect confidentiality, integrity, and availability via unknown vectors related to Information Schema.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -72,9 +68,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-crr2-q8mf-w298/GHSA-crr2-q8mf-w298.json b/advisories/unreviewed/2022/05/GHSA-crr2-q8mf-w298/GHSA-crr2-q8mf-w298.json index 2d0d13b3040..5b366767197 100644 --- a/advisories/unreviewed/2022/05/GHSA-crr2-q8mf-w298/GHSA-crr2-q8mf-w298.json +++ b/advisories/unreviewed/2022/05/GHSA-crr2-q8mf-w298/GHSA-crr2-q8mf-w298.json @@ -7,12 +7,8 @@ "CVE-2008-5031" ], "details": "Multiple integer overflows in Python 2.2.3 through 2.5.1, and 2.6, allow context-dependent attackers to have an unknown impact via a large integer value in the tabsize argument to the expandtabs method, as implemented by (1) the string_expandtabs function in Objects/stringobject.c and (2) the unicode_expandtabs function in Objects/unicodeobject.c. NOTE: this vulnerability reportedly exists because of an incomplete fix for CVE-2008-2315.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -92,9 +88,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cv4q-7q9q-95qj/GHSA-cv4q-7q9q-95qj.json b/advisories/unreviewed/2022/05/GHSA-cv4q-7q9q-95qj/GHSA-cv4q-7q9q-95qj.json index 16780e5d76a..fac209f3263 100644 --- a/advisories/unreviewed/2022/05/GHSA-cv4q-7q9q-95qj/GHSA-cv4q-7q9q-95qj.json +++ b/advisories/unreviewed/2022/05/GHSA-cv4q-7q9q-95qj/GHSA-cv4q-7q9q-95qj.json @@ -7,12 +7,8 @@ "CVE-2015-3329" ], "details": "Multiple stack-based buffer overflows in the phar_set_inode function in phar_internal.h in PHP before 5.4.40, 5.5.x before 5.5.24, and 5.6.x before 5.6.8 allow remote attackers to execute arbitrary code via a crafted length value in a (1) tar, (2) phar, or (3) ZIP archive.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cv75-v3vc-j2vj/GHSA-cv75-v3vc-j2vj.json b/advisories/unreviewed/2022/05/GHSA-cv75-v3vc-j2vj/GHSA-cv75-v3vc-j2vj.json index e87cd89c571..f6a4cea2348 100644 --- a/advisories/unreviewed/2022/05/GHSA-cv75-v3vc-j2vj/GHSA-cv75-v3vc-j2vj.json +++ b/advisories/unreviewed/2022/05/GHSA-cv75-v3vc-j2vj/GHSA-cv75-v3vc-j2vj.json @@ -7,12 +7,8 @@ "CVE-2014-9421" ], "details": "The auth_gssapi_unwrap_data function in lib/rpc/auth_gssapi_misc.c in MIT Kerberos 5 (aka krb5) through 1.11.5, 1.12.x through 1.12.2, and 1.13.x before 1.13.1 does not properly handle partial XDR deserialization, which allows remote authenticated users to cause a denial of service (use-after-free and double free, and daemon crash) or possibly execute arbitrary code via malformed XDR data, as demonstrated by data sent to kadmind.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -76,9 +72,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cvm6-6p4g-49vw/GHSA-cvm6-6p4g-49vw.json b/advisories/unreviewed/2022/05/GHSA-cvm6-6p4g-49vw/GHSA-cvm6-6p4g-49vw.json index 1d72267e19a..afdb93d0933 100644 --- a/advisories/unreviewed/2022/05/GHSA-cvm6-6p4g-49vw/GHSA-cvm6-6p4g-49vw.json +++ b/advisories/unreviewed/2022/05/GHSA-cvm6-6p4g-49vw/GHSA-cvm6-6p4g-49vw.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-cw29-qgm5-wvqc/GHSA-cw29-qgm5-wvqc.json b/advisories/unreviewed/2022/05/GHSA-cw29-qgm5-wvqc/GHSA-cw29-qgm5-wvqc.json index 824286e9fa6..766729194ad 100644 --- a/advisories/unreviewed/2022/05/GHSA-cw29-qgm5-wvqc/GHSA-cw29-qgm5-wvqc.json +++ b/advisories/unreviewed/2022/05/GHSA-cw29-qgm5-wvqc/GHSA-cw29-qgm5-wvqc.json @@ -7,12 +7,8 @@ "CVE-2014-8799" ], "details": "Directory traversal vulnerability in the dp_img_resize function in php/dp-functions.php in the DukaPress plugin before 2.5.4 for WordPress allows remote attackers to read arbitrary files via a .. (dot dot) in the src parameter to lib/dp_image.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-cw5v-74xv-hcxg/GHSA-cw5v-74xv-hcxg.json b/advisories/unreviewed/2022/05/GHSA-cw5v-74xv-hcxg/GHSA-cw5v-74xv-hcxg.json index e79557ada39..b90b358c004 100644 --- a/advisories/unreviewed/2022/05/GHSA-cw5v-74xv-hcxg/GHSA-cw5v-74xv-hcxg.json +++ b/advisories/unreviewed/2022/05/GHSA-cw5v-74xv-hcxg/GHSA-cw5v-74xv-hcxg.json @@ -7,12 +7,8 @@ "CVE-2012-3158" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.64 and earlier, and 5.5.26 and earlier, allows remote attackers to affect confidentiality, integrity, and availability via unknown vectors related to Protocol.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -64,9 +60,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-cxf4-p5vv-9c89/GHSA-cxf4-p5vv-9c89.json b/advisories/unreviewed/2022/05/GHSA-cxf4-p5vv-9c89/GHSA-cxf4-p5vv-9c89.json index df91efa3acc..6710c274965 100644 --- a/advisories/unreviewed/2022/05/GHSA-cxf4-p5vv-9c89/GHSA-cxf4-p5vv-9c89.json +++ b/advisories/unreviewed/2022/05/GHSA-cxf4-p5vv-9c89/GHSA-cxf4-p5vv-9c89.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f22j-95w2-7rx5/GHSA-f22j-95w2-7rx5.json b/advisories/unreviewed/2022/05/GHSA-f22j-95w2-7rx5/GHSA-f22j-95w2-7rx5.json index fd13f4c1fb7..868a4b73fa2 100644 --- a/advisories/unreviewed/2022/05/GHSA-f22j-95w2-7rx5/GHSA-f22j-95w2-7rx5.json +++ b/advisories/unreviewed/2022/05/GHSA-f22j-95w2-7rx5/GHSA-f22j-95w2-7rx5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-f37p-x8q3-837p/GHSA-f37p-x8q3-837p.json b/advisories/unreviewed/2022/05/GHSA-f37p-x8q3-837p/GHSA-f37p-x8q3-837p.json index a3ce2313fe6..1522714c39b 100644 --- a/advisories/unreviewed/2022/05/GHSA-f37p-x8q3-837p/GHSA-f37p-x8q3-837p.json +++ b/advisories/unreviewed/2022/05/GHSA-f37p-x8q3-837p/GHSA-f37p-x8q3-837p.json @@ -7,12 +7,8 @@ "CVE-2015-4836" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.5.45 and earlier, and 5.6.26 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server : SP.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -92,9 +88,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-f3c4-7m99-h392/GHSA-f3c4-7m99-h392.json b/advisories/unreviewed/2022/05/GHSA-f3c4-7m99-h392/GHSA-f3c4-7m99-h392.json index be6ea29b213..d2bfe6adb1f 100644 --- a/advisories/unreviewed/2022/05/GHSA-f3c4-7m99-h392/GHSA-f3c4-7m99-h392.json +++ b/advisories/unreviewed/2022/05/GHSA-f3c4-7m99-h392/GHSA-f3c4-7m99-h392.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-f3f3-2pmh-mpg9/GHSA-f3f3-2pmh-mpg9.json b/advisories/unreviewed/2022/05/GHSA-f3f3-2pmh-mpg9/GHSA-f3f3-2pmh-mpg9.json index 5b333987cc1..74bce2b90fe 100644 --- a/advisories/unreviewed/2022/05/GHSA-f3f3-2pmh-mpg9/GHSA-f3f3-2pmh-mpg9.json +++ b/advisories/unreviewed/2022/05/GHSA-f3f3-2pmh-mpg9/GHSA-f3f3-2pmh-mpg9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-f3f5-3w2j-q3qx/GHSA-f3f5-3w2j-q3qx.json b/advisories/unreviewed/2022/05/GHSA-f3f5-3w2j-q3qx/GHSA-f3f5-3w2j-q3qx.json index 7995fd21fcf..399dbb3880b 100644 --- a/advisories/unreviewed/2022/05/GHSA-f3f5-3w2j-q3qx/GHSA-f3f5-3w2j-q3qx.json +++ b/advisories/unreviewed/2022/05/GHSA-f3f5-3w2j-q3qx/GHSA-f3f5-3w2j-q3qx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f56r-gj93-xc2f/GHSA-f56r-gj93-xc2f.json b/advisories/unreviewed/2022/05/GHSA-f56r-gj93-xc2f/GHSA-f56r-gj93-xc2f.json index a15f65b8a49..e1078a97226 100644 --- a/advisories/unreviewed/2022/05/GHSA-f56r-gj93-xc2f/GHSA-f56r-gj93-xc2f.json +++ b/advisories/unreviewed/2022/05/GHSA-f56r-gj93-xc2f/GHSA-f56r-gj93-xc2f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f64v-2v58-4rrx/GHSA-f64v-2v58-4rrx.json b/advisories/unreviewed/2022/05/GHSA-f64v-2v58-4rrx/GHSA-f64v-2v58-4rrx.json index 99a38f04da5..a2de3da6319 100644 --- a/advisories/unreviewed/2022/05/GHSA-f64v-2v58-4rrx/GHSA-f64v-2v58-4rrx.json +++ b/advisories/unreviewed/2022/05/GHSA-f64v-2v58-4rrx/GHSA-f64v-2v58-4rrx.json @@ -7,12 +7,8 @@ "CVE-2013-6800" ], "details": "An unspecified third-party database module for the Key Distribution Center (KDC) in MIT Kerberos 5 (aka krb5) 1.10.x allows remote authenticated users to cause a denial of service (NULL pointer dereference and daemon crash) via a crafted request, a different vulnerability than CVE-2013-1418.", - "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-f6j8-4mx6-p423/GHSA-f6j8-4mx6-p423.json b/advisories/unreviewed/2022/05/GHSA-f6j8-4mx6-p423/GHSA-f6j8-4mx6-p423.json index 9d6218bcadd..5cbdb3896f8 100644 --- a/advisories/unreviewed/2022/05/GHSA-f6j8-4mx6-p423/GHSA-f6j8-4mx6-p423.json +++ b/advisories/unreviewed/2022/05/GHSA-f6j8-4mx6-p423/GHSA-f6j8-4mx6-p423.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f8vp-9v2p-2wf6/GHSA-f8vp-9v2p-2wf6.json b/advisories/unreviewed/2022/05/GHSA-f8vp-9v2p-2wf6/GHSA-f8vp-9v2p-2wf6.json index 83e3beb6daa..a0fe046a1fd 100644 --- a/advisories/unreviewed/2022/05/GHSA-f8vp-9v2p-2wf6/GHSA-f8vp-9v2p-2wf6.json +++ b/advisories/unreviewed/2022/05/GHSA-f8vp-9v2p-2wf6/GHSA-f8vp-9v2p-2wf6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f943-fr9x-gj9q/GHSA-f943-fr9x-gj9q.json b/advisories/unreviewed/2022/05/GHSA-f943-fr9x-gj9q/GHSA-f943-fr9x-gj9q.json index 63b29d72ae2..21a45595c9b 100644 --- a/advisories/unreviewed/2022/05/GHSA-f943-fr9x-gj9q/GHSA-f943-fr9x-gj9q.json +++ b/advisories/unreviewed/2022/05/GHSA-f943-fr9x-gj9q/GHSA-f943-fr9x-gj9q.json @@ -7,12 +7,8 @@ "CVE-2015-6244" ], "details": "The dissect_zbee_secure function in epan/dissectors/packet-zbee-security.c in the ZigBee dissector in Wireshark 1.12.x before 1.12.7 improperly relies on length fields contained in packet data, which allows remote attackers to cause a denial of service (application crash) via a crafted packet.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-f974-9pxv-hmpx/GHSA-f974-9pxv-hmpx.json b/advisories/unreviewed/2022/05/GHSA-f974-9pxv-hmpx/GHSA-f974-9pxv-hmpx.json index f58c9cb8b0f..6ba4e5957c6 100644 --- a/advisories/unreviewed/2022/05/GHSA-f974-9pxv-hmpx/GHSA-f974-9pxv-hmpx.json +++ b/advisories/unreviewed/2022/05/GHSA-f974-9pxv-hmpx/GHSA-f974-9pxv-hmpx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fccm-7qh8-2456/GHSA-fccm-7qh8-2456.json b/advisories/unreviewed/2022/05/GHSA-fccm-7qh8-2456/GHSA-fccm-7qh8-2456.json index bcd1294d391..2a33caa2b41 100644 --- a/advisories/unreviewed/2022/05/GHSA-fccm-7qh8-2456/GHSA-fccm-7qh8-2456.json +++ b/advisories/unreviewed/2022/05/GHSA-fccm-7qh8-2456/GHSA-fccm-7qh8-2456.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fcqh-f378-gwwh/GHSA-fcqh-f378-gwwh.json b/advisories/unreviewed/2022/05/GHSA-fcqh-f378-gwwh/GHSA-fcqh-f378-gwwh.json index b45e6d0d00f..ae81857ba91 100644 --- a/advisories/unreviewed/2022/05/GHSA-fcqh-f378-gwwh/GHSA-fcqh-f378-gwwh.json +++ b/advisories/unreviewed/2022/05/GHSA-fcqh-f378-gwwh/GHSA-fcqh-f378-gwwh.json @@ -7,12 +7,8 @@ "CVE-2016-0600" ], "details": "Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier, 5.6.27 and earlier, and 5.7.9 and MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10 allows remote authenticated users to affect availability via unknown vectors related to InnoDB.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -108,9 +104,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-ffjv-4h53-5j44/GHSA-ffjv-4h53-5j44.json b/advisories/unreviewed/2022/05/GHSA-ffjv-4h53-5j44/GHSA-ffjv-4h53-5j44.json index bfee4258bbf..9fb5f3061c7 100644 --- a/advisories/unreviewed/2022/05/GHSA-ffjv-4h53-5j44/GHSA-ffjv-4h53-5j44.json +++ b/advisories/unreviewed/2022/05/GHSA-ffjv-4h53-5j44/GHSA-ffjv-4h53-5j44.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -71,9 +69,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-fgfj-5mgv-ggpf/GHSA-fgfj-5mgv-ggpf.json b/advisories/unreviewed/2022/05/GHSA-fgfj-5mgv-ggpf/GHSA-fgfj-5mgv-ggpf.json index 8890047daf5..e79e51549c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-fgfj-5mgv-ggpf/GHSA-fgfj-5mgv-ggpf.json +++ b/advisories/unreviewed/2022/05/GHSA-fgfj-5mgv-ggpf/GHSA-fgfj-5mgv-ggpf.json @@ -7,12 +7,8 @@ "CVE-2014-5876" ], "details": "The WD My Cloud (aka com.wdc.wd2go) application 4.0.0 for Android does not verify X.509 certificates from SSL servers, which allows man-in-the-middle attackers to spoof servers and obtain sensitive information via a crafted certificate.", - "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-fghj-4j9p-gw48/GHSA-fghj-4j9p-gw48.json b/advisories/unreviewed/2022/05/GHSA-fghj-4j9p-gw48/GHSA-fghj-4j9p-gw48.json index 8f8c4f7a96e..2f22e6cd90e 100644 --- a/advisories/unreviewed/2022/05/GHSA-fghj-4j9p-gw48/GHSA-fghj-4j9p-gw48.json +++ b/advisories/unreviewed/2022/05/GHSA-fghj-4j9p-gw48/GHSA-fghj-4j9p-gw48.json @@ -7,12 +7,8 @@ "CVE-2008-6586" ], "details": "Cross-site request forgery (CSRF) vulnerability in gui/index.php in µTorrent (uTorrent) WebUI 0.315 allows remote attackers to (1) hijack the authentication of users for requests that force the download of arbitrary torrent files via the add-url action and (2) hijack the authentication of administrators for requests that modify the administrator account via the setsetting action.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fgmr-fp8g-q2v6/GHSA-fgmr-fp8g-q2v6.json b/advisories/unreviewed/2022/05/GHSA-fgmr-fp8g-q2v6/GHSA-fgmr-fp8g-q2v6.json index dd0a62a4e39..f6d379d3087 100644 --- a/advisories/unreviewed/2022/05/GHSA-fgmr-fp8g-q2v6/GHSA-fgmr-fp8g-q2v6.json +++ b/advisories/unreviewed/2022/05/GHSA-fgmr-fp8g-q2v6/GHSA-fgmr-fp8g-q2v6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fgp5-9jf3-jfrv/GHSA-fgp5-9jf3-jfrv.json b/advisories/unreviewed/2022/05/GHSA-fgp5-9jf3-jfrv/GHSA-fgp5-9jf3-jfrv.json index 9a90cef7291..2d84276e71b 100644 --- a/advisories/unreviewed/2022/05/GHSA-fgp5-9jf3-jfrv/GHSA-fgp5-9jf3-jfrv.json +++ b/advisories/unreviewed/2022/05/GHSA-fgp5-9jf3-jfrv/GHSA-fgp5-9jf3-jfrv.json @@ -7,12 +7,8 @@ "CVE-2014-0490" ], "details": "The apt-get download command in APT before 1.0.9 does not properly validate signatures for packages, which allows remote attackers to execute arbitrary code via a crafted package.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fgq2-wjj2-9c78/GHSA-fgq2-wjj2-9c78.json b/advisories/unreviewed/2022/05/GHSA-fgq2-wjj2-9c78/GHSA-fgq2-wjj2-9c78.json index 5c6eba32d1c..cfa0f96915d 100644 --- a/advisories/unreviewed/2022/05/GHSA-fgq2-wjj2-9c78/GHSA-fgq2-wjj2-9c78.json +++ b/advisories/unreviewed/2022/05/GHSA-fgq2-wjj2-9c78/GHSA-fgq2-wjj2-9c78.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fgqv-475c-x2p6/GHSA-fgqv-475c-x2p6.json b/advisories/unreviewed/2022/05/GHSA-fgqv-475c-x2p6/GHSA-fgqv-475c-x2p6.json index 56bd5e9f149..b5a39c1e0ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-fgqv-475c-x2p6/GHSA-fgqv-475c-x2p6.json +++ b/advisories/unreviewed/2022/05/GHSA-fgqv-475c-x2p6/GHSA-fgqv-475c-x2p6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fhf8-hwcx-gjxv/GHSA-fhf8-hwcx-gjxv.json b/advisories/unreviewed/2022/05/GHSA-fhf8-hwcx-gjxv/GHSA-fhf8-hwcx-gjxv.json index f2b4dbe914a..a2a52b81381 100644 --- a/advisories/unreviewed/2022/05/GHSA-fhf8-hwcx-gjxv/GHSA-fhf8-hwcx-gjxv.json +++ b/advisories/unreviewed/2022/05/GHSA-fhf8-hwcx-gjxv/GHSA-fhf8-hwcx-gjxv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -59,9 +57,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-fm2f-v6g4-x3jw/GHSA-fm2f-v6g4-x3jw.json b/advisories/unreviewed/2022/05/GHSA-fm2f-v6g4-x3jw/GHSA-fm2f-v6g4-x3jw.json index abb2b55ae2c..857c02e74f6 100644 --- a/advisories/unreviewed/2022/05/GHSA-fm2f-v6g4-x3jw/GHSA-fm2f-v6g4-x3jw.json +++ b/advisories/unreviewed/2022/05/GHSA-fm2f-v6g4-x3jw/GHSA-fm2f-v6g4-x3jw.json @@ -7,12 +7,8 @@ "CVE-2015-3310" ], "details": "Buffer overflow in the rc_mksid function in plugins/radius/util.c in Paul's PPP Package (ppp) 2.4.6 and earlier, when the PID for pppd is greater than 65535, allows remote attackers to cause a denial of service (crash) via a start accounting message to the RADIUS server.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-fmfx-3g63-34p4/GHSA-fmfx-3g63-34p4.json b/advisories/unreviewed/2022/05/GHSA-fmfx-3g63-34p4/GHSA-fmfx-3g63-34p4.json index f4bc40f2b4d..4d79db93afb 100644 --- a/advisories/unreviewed/2022/05/GHSA-fmfx-3g63-34p4/GHSA-fmfx-3g63-34p4.json +++ b/advisories/unreviewed/2022/05/GHSA-fmfx-3g63-34p4/GHSA-fmfx-3g63-34p4.json @@ -7,12 +7,8 @@ "CVE-2014-0487" ], "details": "APT before 1.0.9 does not verify downloaded files if they have been modified as indicated using the If-Modified-Since header, which has unspecified impact and attack vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-fpcm-2r7r-p37x/GHSA-fpcm-2r7r-p37x.json b/advisories/unreviewed/2022/05/GHSA-fpcm-2r7r-p37x/GHSA-fpcm-2r7r-p37x.json index 7773edadf6e..d95c1c5274d 100644 --- a/advisories/unreviewed/2022/05/GHSA-fpcm-2r7r-p37x/GHSA-fpcm-2r7r-p37x.json +++ b/advisories/unreviewed/2022/05/GHSA-fpcm-2r7r-p37x/GHSA-fpcm-2r7r-p37x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-frgj-v2c7-6w2p/GHSA-frgj-v2c7-6w2p.json b/advisories/unreviewed/2022/05/GHSA-frgj-v2c7-6w2p/GHSA-frgj-v2c7-6w2p.json index a721f2a5291..dd186932ac8 100644 --- a/advisories/unreviewed/2022/05/GHSA-frgj-v2c7-6w2p/GHSA-frgj-v2c7-6w2p.json +++ b/advisories/unreviewed/2022/05/GHSA-frgj-v2c7-6w2p/GHSA-frgj-v2c7-6w2p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-frxr-qfwc-3mv7/GHSA-frxr-qfwc-3mv7.json b/advisories/unreviewed/2022/05/GHSA-frxr-qfwc-3mv7/GHSA-frxr-qfwc-3mv7.json index b139c025008..1cf4585047b 100644 --- a/advisories/unreviewed/2022/05/GHSA-frxr-qfwc-3mv7/GHSA-frxr-qfwc-3mv7.json +++ b/advisories/unreviewed/2022/05/GHSA-frxr-qfwc-3mv7/GHSA-frxr-qfwc-3mv7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g2x7-4952-c69x/GHSA-g2x7-4952-c69x.json b/advisories/unreviewed/2022/05/GHSA-g2x7-4952-c69x/GHSA-g2x7-4952-c69x.json index f15d3eb81ee..24026ebc959 100644 --- a/advisories/unreviewed/2022/05/GHSA-g2x7-4952-c69x/GHSA-g2x7-4952-c69x.json +++ b/advisories/unreviewed/2022/05/GHSA-g2x7-4952-c69x/GHSA-g2x7-4952-c69x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g34h-pc4h-5w8w/GHSA-g34h-pc4h-5w8w.json b/advisories/unreviewed/2022/05/GHSA-g34h-pc4h-5w8w/GHSA-g34h-pc4h-5w8w.json index 71675b875a6..99cd92f328c 100644 --- a/advisories/unreviewed/2022/05/GHSA-g34h-pc4h-5w8w/GHSA-g34h-pc4h-5w8w.json +++ b/advisories/unreviewed/2022/05/GHSA-g34h-pc4h-5w8w/GHSA-g34h-pc4h-5w8w.json @@ -7,12 +7,8 @@ "CVE-2012-6592" ], "details": "Palo Alto Networks PAN-OS before 3.1.10 and 4.0.x before 4.0.5 allows remote attackers to execute arbitrary commands via unspecified vectors, aka Ref ID 31091.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g38x-pgq9-cf49/GHSA-g38x-pgq9-cf49.json b/advisories/unreviewed/2022/05/GHSA-g38x-pgq9-cf49/GHSA-g38x-pgq9-cf49.json index d8abf375439..1c25059b4b1 100644 --- a/advisories/unreviewed/2022/05/GHSA-g38x-pgq9-cf49/GHSA-g38x-pgq9-cf49.json +++ b/advisories/unreviewed/2022/05/GHSA-g38x-pgq9-cf49/GHSA-g38x-pgq9-cf49.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-g47g-hw4g-7x2c/GHSA-g47g-hw4g-7x2c.json b/advisories/unreviewed/2022/05/GHSA-g47g-hw4g-7x2c/GHSA-g47g-hw4g-7x2c.json index b5e27ce1fd1..57deca57aa9 100644 --- a/advisories/unreviewed/2022/05/GHSA-g47g-hw4g-7x2c/GHSA-g47g-hw4g-7x2c.json +++ b/advisories/unreviewed/2022/05/GHSA-g47g-hw4g-7x2c/GHSA-g47g-hw4g-7x2c.json @@ -7,12 +7,8 @@ "CVE-2011-0283" ], "details": "The Key Distribution Center (KDC) in MIT Kerberos 5 (aka krb5) 1.9 allows remote attackers to cause a denial of service (NULL pointer dereference and daemon crash) via a malformed request packet that does not trigger a response packet.", - "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-g48v-mc75-qmw9/GHSA-g48v-mc75-qmw9.json b/advisories/unreviewed/2022/05/GHSA-g48v-mc75-qmw9/GHSA-g48v-mc75-qmw9.json index a4b7a5ec87f..5b7b91e4799 100644 --- a/advisories/unreviewed/2022/05/GHSA-g48v-mc75-qmw9/GHSA-g48v-mc75-qmw9.json +++ b/advisories/unreviewed/2022/05/GHSA-g48v-mc75-qmw9/GHSA-g48v-mc75-qmw9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g5qr-g927-wr2c/GHSA-g5qr-g927-wr2c.json b/advisories/unreviewed/2022/05/GHSA-g5qr-g927-wr2c/GHSA-g5qr-g927-wr2c.json index c7edf5ece45..900a5704784 100644 --- a/advisories/unreviewed/2022/05/GHSA-g5qr-g927-wr2c/GHSA-g5qr-g927-wr2c.json +++ b/advisories/unreviewed/2022/05/GHSA-g5qr-g927-wr2c/GHSA-g5qr-g927-wr2c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g66v-ghww-g5gw/GHSA-g66v-ghww-g5gw.json b/advisories/unreviewed/2022/05/GHSA-g66v-ghww-g5gw/GHSA-g66v-ghww-g5gw.json index b7c677913c4..4f9f3f7d36a 100644 --- a/advisories/unreviewed/2022/05/GHSA-g66v-ghww-g5gw/GHSA-g66v-ghww-g5gw.json +++ b/advisories/unreviewed/2022/05/GHSA-g66v-ghww-g5gw/GHSA-g66v-ghww-g5gw.json @@ -7,12 +7,8 @@ "CVE-2015-3812" ], "details": "Multiple memory leaks in the x11_init_protocol function in epan/dissectors/packet-x11.c in the X11 dissector in Wireshark 1.10.x before 1.10.14 and 1.12.x before 1.12.5 allow remote attackers to cause a denial of service (memory consumption) via a crafted packet.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -56,9 +52,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-g7qh-x4rx-fcwv/GHSA-g7qh-x4rx-fcwv.json b/advisories/unreviewed/2022/05/GHSA-g7qh-x4rx-fcwv/GHSA-g7qh-x4rx-fcwv.json index 8ff1766ed61..f69c47d23a9 100644 --- a/advisories/unreviewed/2022/05/GHSA-g7qh-x4rx-fcwv/GHSA-g7qh-x4rx-fcwv.json +++ b/advisories/unreviewed/2022/05/GHSA-g7qh-x4rx-fcwv/GHSA-g7qh-x4rx-fcwv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -115,9 +113,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-g7r2-wjmp-vjj6/GHSA-g7r2-wjmp-vjj6.json b/advisories/unreviewed/2022/05/GHSA-g7r2-wjmp-vjj6/GHSA-g7r2-wjmp-vjj6.json index 6837ccbd6fc..416243b6a46 100644 --- a/advisories/unreviewed/2022/05/GHSA-g7r2-wjmp-vjj6/GHSA-g7r2-wjmp-vjj6.json +++ b/advisories/unreviewed/2022/05/GHSA-g7r2-wjmp-vjj6/GHSA-g7r2-wjmp-vjj6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g8fv-3px9-qrw4/GHSA-g8fv-3px9-qrw4.json b/advisories/unreviewed/2022/05/GHSA-g8fv-3px9-qrw4/GHSA-g8fv-3px9-qrw4.json index 84e19df376d..157cd2bb698 100644 --- a/advisories/unreviewed/2022/05/GHSA-g8fv-3px9-qrw4/GHSA-g8fv-3px9-qrw4.json +++ b/advisories/unreviewed/2022/05/GHSA-g8fv-3px9-qrw4/GHSA-g8fv-3px9-qrw4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g8vp-hcf8-c48x/GHSA-g8vp-hcf8-c48x.json b/advisories/unreviewed/2022/05/GHSA-g8vp-hcf8-c48x/GHSA-g8vp-hcf8-c48x.json index 1163c01d135..c771db81f9c 100644 --- a/advisories/unreviewed/2022/05/GHSA-g8vp-hcf8-c48x/GHSA-g8vp-hcf8-c48x.json +++ b/advisories/unreviewed/2022/05/GHSA-g8vp-hcf8-c48x/GHSA-g8vp-hcf8-c48x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g92w-qq3j-8px4/GHSA-g92w-qq3j-8px4.json b/advisories/unreviewed/2022/05/GHSA-g92w-qq3j-8px4/GHSA-g92w-qq3j-8px4.json index d6542804c8b..609da8263b9 100644 --- a/advisories/unreviewed/2022/05/GHSA-g92w-qq3j-8px4/GHSA-g92w-qq3j-8px4.json +++ b/advisories/unreviewed/2022/05/GHSA-g92w-qq3j-8px4/GHSA-g92w-qq3j-8px4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-g9jh-frmh-4cpm/GHSA-g9jh-frmh-4cpm.json b/advisories/unreviewed/2022/05/GHSA-g9jh-frmh-4cpm/GHSA-g9jh-frmh-4cpm.json index 2c74ed8bf07..56ce1fa8f72 100644 --- a/advisories/unreviewed/2022/05/GHSA-g9jh-frmh-4cpm/GHSA-g9jh-frmh-4cpm.json +++ b/advisories/unreviewed/2022/05/GHSA-g9jh-frmh-4cpm/GHSA-g9jh-frmh-4cpm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gc2g-5cgv-c5vh/GHSA-gc2g-5cgv-c5vh.json b/advisories/unreviewed/2022/05/GHSA-gc2g-5cgv-c5vh/GHSA-gc2g-5cgv-c5vh.json index f315c1e7984..33a13ca2861 100644 --- a/advisories/unreviewed/2022/05/GHSA-gc2g-5cgv-c5vh/GHSA-gc2g-5cgv-c5vh.json +++ b/advisories/unreviewed/2022/05/GHSA-gc2g-5cgv-c5vh/GHSA-gc2g-5cgv-c5vh.json @@ -7,12 +7,8 @@ "CVE-2014-2251" ], "details": "The random-number generator on Siemens SIMATIC S7-1500 CPU PLC devices with firmware before 1.5.0 does not have sufficient entropy, which makes it easier for remote attackers to defeat cryptographic protection mechanisms and hijack sessions via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gcg6-9g4f-x3qx/GHSA-gcg6-9g4f-x3qx.json b/advisories/unreviewed/2022/05/GHSA-gcg6-9g4f-x3qx/GHSA-gcg6-9g4f-x3qx.json index 573f7d23704..66e26988e8a 100644 --- a/advisories/unreviewed/2022/05/GHSA-gcg6-9g4f-x3qx/GHSA-gcg6-9g4f-x3qx.json +++ b/advisories/unreviewed/2022/05/GHSA-gcg6-9g4f-x3qx/GHSA-gcg6-9g4f-x3qx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gch9-p5m3-r2vf/GHSA-gch9-p5m3-r2vf.json b/advisories/unreviewed/2022/05/GHSA-gch9-p5m3-r2vf/GHSA-gch9-p5m3-r2vf.json index 8093175dc11..083947b7124 100644 --- a/advisories/unreviewed/2022/05/GHSA-gch9-p5m3-r2vf/GHSA-gch9-p5m3-r2vf.json +++ b/advisories/unreviewed/2022/05/GHSA-gch9-p5m3-r2vf/GHSA-gch9-p5m3-r2vf.json @@ -7,12 +7,8 @@ "CVE-2014-2256" ], "details": "Siemens SIMATIC S7-1200 CPU PLC devices with firmware before 4.0 allow remote attackers to cause a denial of service (defect-mode transition) via crafted ISO-TSAP packets, a different vulnerability than CVE-2014-2257.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gchp-x69g-3q35/GHSA-gchp-x69g-3q35.json b/advisories/unreviewed/2022/05/GHSA-gchp-x69g-3q35/GHSA-gchp-x69g-3q35.json index 07f1921762c..b197b9bfbae 100644 --- a/advisories/unreviewed/2022/05/GHSA-gchp-x69g-3q35/GHSA-gchp-x69g-3q35.json +++ b/advisories/unreviewed/2022/05/GHSA-gchp-x69g-3q35/GHSA-gchp-x69g-3q35.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gcm9-jf8x-q4cg/GHSA-gcm9-jf8x-q4cg.json b/advisories/unreviewed/2022/05/GHSA-gcm9-jf8x-q4cg/GHSA-gcm9-jf8x-q4cg.json index 9748ff4df49..9a8aef07ebd 100644 --- a/advisories/unreviewed/2022/05/GHSA-gcm9-jf8x-q4cg/GHSA-gcm9-jf8x-q4cg.json +++ b/advisories/unreviewed/2022/05/GHSA-gcm9-jf8x-q4cg/GHSA-gcm9-jf8x-q4cg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gcv2-jx2q-5v2g/GHSA-gcv2-jx2q-5v2g.json b/advisories/unreviewed/2022/05/GHSA-gcv2-jx2q-5v2g/GHSA-gcv2-jx2q-5v2g.json index b38e0f5c006..8c434d4d800 100644 --- a/advisories/unreviewed/2022/05/GHSA-gcv2-jx2q-5v2g/GHSA-gcv2-jx2q-5v2g.json +++ b/advisories/unreviewed/2022/05/GHSA-gcv2-jx2q-5v2g/GHSA-gcv2-jx2q-5v2g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gff8-fgrf-7fwr/GHSA-gff8-fgrf-7fwr.json b/advisories/unreviewed/2022/05/GHSA-gff8-fgrf-7fwr/GHSA-gff8-fgrf-7fwr.json index 6500be05d1b..8c3d9a53925 100644 --- a/advisories/unreviewed/2022/05/GHSA-gff8-fgrf-7fwr/GHSA-gff8-fgrf-7fwr.json +++ b/advisories/unreviewed/2022/05/GHSA-gff8-fgrf-7fwr/GHSA-gff8-fgrf-7fwr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gfp5-9782-hmxv/GHSA-gfp5-9782-hmxv.json b/advisories/unreviewed/2022/05/GHSA-gfp5-9782-hmxv/GHSA-gfp5-9782-hmxv.json index 8edc812ce79..3f68a895c60 100644 --- a/advisories/unreviewed/2022/05/GHSA-gfp5-9782-hmxv/GHSA-gfp5-9782-hmxv.json +++ b/advisories/unreviewed/2022/05/GHSA-gfp5-9782-hmxv/GHSA-gfp5-9782-hmxv.json @@ -7,12 +7,8 @@ "CVE-2013-2392" ], "details": "Unspecified vulnerability in Oracle MySQL 5.1.68 and earlier, 5.5.30 and earlier, and 5.6.10 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer.", - "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-gfvc-m6jp-jv8w/GHSA-gfvc-m6jp-jv8w.json b/advisories/unreviewed/2022/05/GHSA-gfvc-m6jp-jv8w/GHSA-gfvc-m6jp-jv8w.json index bc7e3824b00..ceca21ba27f 100644 --- a/advisories/unreviewed/2022/05/GHSA-gfvc-m6jp-jv8w/GHSA-gfvc-m6jp-jv8w.json +++ b/advisories/unreviewed/2022/05/GHSA-gfvc-m6jp-jv8w/GHSA-gfvc-m6jp-jv8w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gfx2-wv94-38hv/GHSA-gfx2-wv94-38hv.json b/advisories/unreviewed/2022/05/GHSA-gfx2-wv94-38hv/GHSA-gfx2-wv94-38hv.json index 4538676a7b2..528660f4fc4 100644 --- a/advisories/unreviewed/2022/05/GHSA-gfx2-wv94-38hv/GHSA-gfx2-wv94-38hv.json +++ b/advisories/unreviewed/2022/05/GHSA-gfx2-wv94-38hv/GHSA-gfx2-wv94-38hv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-ggh2-rp92-pqpm/GHSA-ggh2-rp92-pqpm.json b/advisories/unreviewed/2022/05/GHSA-ggh2-rp92-pqpm/GHSA-ggh2-rp92-pqpm.json index 304f2566c50..ad870b49907 100644 --- a/advisories/unreviewed/2022/05/GHSA-ggh2-rp92-pqpm/GHSA-ggh2-rp92-pqpm.json +++ b/advisories/unreviewed/2022/05/GHSA-ggh2-rp92-pqpm/GHSA-ggh2-rp92-pqpm.json @@ -7,12 +7,8 @@ "CVE-2015-4238" ], "details": "The SNMP implementation in Cisco Adaptive Security Appliance (ASA) Software 8.4(7) and 8.6(1.2) allows remote authenticated users to cause a denial of service (device reload) by sending many SNMP requests during a time of high network traffic, aka Bug ID CSCul02601.", - "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-ggh7-xm84-5v2g/GHSA-ggh7-xm84-5v2g.json b/advisories/unreviewed/2022/05/GHSA-ggh7-xm84-5v2g/GHSA-ggh7-xm84-5v2g.json index 852f565525f..0c14f245d5a 100644 --- a/advisories/unreviewed/2022/05/GHSA-ggh7-xm84-5v2g/GHSA-ggh7-xm84-5v2g.json +++ b/advisories/unreviewed/2022/05/GHSA-ggh7-xm84-5v2g/GHSA-ggh7-xm84-5v2g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-ggvc-xmv8-5pc7/GHSA-ggvc-xmv8-5pc7.json b/advisories/unreviewed/2022/05/GHSA-ggvc-xmv8-5pc7/GHSA-ggvc-xmv8-5pc7.json index 1984bee7806..dba1aec6702 100644 --- a/advisories/unreviewed/2022/05/GHSA-ggvc-xmv8-5pc7/GHSA-ggvc-xmv8-5pc7.json +++ b/advisories/unreviewed/2022/05/GHSA-ggvc-xmv8-5pc7/GHSA-ggvc-xmv8-5pc7.json @@ -7,12 +7,8 @@ "CVE-2014-5006" ], "details": "Directory traversal vulnerability in ZOHO ManageEngine Desktop Central (DC) before 9 build 90055 allows remote attackers to execute arbitrary code via a .. (dot dot) in the fileName parameter to mdm/mdmLogUploader.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gh5x-2j4q-7772/GHSA-gh5x-2j4q-7772.json b/advisories/unreviewed/2022/05/GHSA-gh5x-2j4q-7772/GHSA-gh5x-2j4q-7772.json index 7a30d8d2d85..805d9a3e8db 100644 --- a/advisories/unreviewed/2022/05/GHSA-gh5x-2j4q-7772/GHSA-gh5x-2j4q-7772.json +++ b/advisories/unreviewed/2022/05/GHSA-gh5x-2j4q-7772/GHSA-gh5x-2j4q-7772.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-ghm5-2w98-w493/GHSA-ghm5-2w98-w493.json b/advisories/unreviewed/2022/05/GHSA-ghm5-2w98-w493/GHSA-ghm5-2w98-w493.json index 7871c0f476d..d20c5f0b530 100644 --- a/advisories/unreviewed/2022/05/GHSA-ghm5-2w98-w493/GHSA-ghm5-2w98-w493.json +++ b/advisories/unreviewed/2022/05/GHSA-ghm5-2w98-w493/GHSA-ghm5-2w98-w493.json @@ -7,12 +7,8 @@ "CVE-2014-6028" ], "details": "TorrentFlux 2.4 allows remote authenticated users to obtain other users' cookies via the cid parameter in an editCookies action to profile.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gj9x-3fhj-p23h/GHSA-gj9x-3fhj-p23h.json b/advisories/unreviewed/2022/05/GHSA-gj9x-3fhj-p23h/GHSA-gj9x-3fhj-p23h.json index 5f43e00910a..8cf8579a4f3 100644 --- a/advisories/unreviewed/2022/05/GHSA-gj9x-3fhj-p23h/GHSA-gj9x-3fhj-p23h.json +++ b/advisories/unreviewed/2022/05/GHSA-gj9x-3fhj-p23h/GHSA-gj9x-3fhj-p23h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-gjgw-92x5-xgw4/GHSA-gjgw-92x5-xgw4.json b/advisories/unreviewed/2022/05/GHSA-gjgw-92x5-xgw4/GHSA-gjgw-92x5-xgw4.json index aa51ebb47ef..0aae2d28c1b 100644 --- a/advisories/unreviewed/2022/05/GHSA-gjgw-92x5-xgw4/GHSA-gjgw-92x5-xgw4.json +++ b/advisories/unreviewed/2022/05/GHSA-gjgw-92x5-xgw4/GHSA-gjgw-92x5-xgw4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gmff-f84r-8m78/GHSA-gmff-f84r-8m78.json b/advisories/unreviewed/2022/05/GHSA-gmff-f84r-8m78/GHSA-gmff-f84r-8m78.json index 5e20df6c6cd..40078b1ecd3 100644 --- a/advisories/unreviewed/2022/05/GHSA-gmff-f84r-8m78/GHSA-gmff-f84r-8m78.json +++ b/advisories/unreviewed/2022/05/GHSA-gmff-f84r-8m78/GHSA-gmff-f84r-8m78.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gmqc-66m4-mcgh/GHSA-gmqc-66m4-mcgh.json b/advisories/unreviewed/2022/05/GHSA-gmqc-66m4-mcgh/GHSA-gmqc-66m4-mcgh.json index 3226bb39549..98ca0eaabe6 100644 --- a/advisories/unreviewed/2022/05/GHSA-gmqc-66m4-mcgh/GHSA-gmqc-66m4-mcgh.json +++ b/advisories/unreviewed/2022/05/GHSA-gmqc-66m4-mcgh/GHSA-gmqc-66m4-mcgh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gp94-h5cv-4hh6/GHSA-gp94-h5cv-4hh6.json b/advisories/unreviewed/2022/05/GHSA-gp94-h5cv-4hh6/GHSA-gp94-h5cv-4hh6.json index ce67bd55b0e..250640af4f1 100644 --- a/advisories/unreviewed/2022/05/GHSA-gp94-h5cv-4hh6/GHSA-gp94-h5cv-4hh6.json +++ b/advisories/unreviewed/2022/05/GHSA-gp94-h5cv-4hh6/GHSA-gp94-h5cv-4hh6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gqq6-54h2-52m3/GHSA-gqq6-54h2-52m3.json b/advisories/unreviewed/2022/05/GHSA-gqq6-54h2-52m3/GHSA-gqq6-54h2-52m3.json index 5359eca7a07..39983360faa 100644 --- a/advisories/unreviewed/2022/05/GHSA-gqq6-54h2-52m3/GHSA-gqq6-54h2-52m3.json +++ b/advisories/unreviewed/2022/05/GHSA-gqq6-54h2-52m3/GHSA-gqq6-54h2-52m3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gv56-3r56-2w8h/GHSA-gv56-3r56-2w8h.json b/advisories/unreviewed/2022/05/GHSA-gv56-3r56-2w8h/GHSA-gv56-3r56-2w8h.json index e2e1165b665..7ef84efad53 100644 --- a/advisories/unreviewed/2022/05/GHSA-gv56-3r56-2w8h/GHSA-gv56-3r56-2w8h.json +++ b/advisories/unreviewed/2022/05/GHSA-gv56-3r56-2w8h/GHSA-gv56-3r56-2w8h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gw5g-54qg-7583/GHSA-gw5g-54qg-7583.json b/advisories/unreviewed/2022/05/GHSA-gw5g-54qg-7583/GHSA-gw5g-54qg-7583.json index c41a35c6c0c..237d4972bba 100644 --- a/advisories/unreviewed/2022/05/GHSA-gw5g-54qg-7583/GHSA-gw5g-54qg-7583.json +++ b/advisories/unreviewed/2022/05/GHSA-gw5g-54qg-7583/GHSA-gw5g-54qg-7583.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -119,9 +117,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-gw6g-3r38-pg33/GHSA-gw6g-3r38-pg33.json b/advisories/unreviewed/2022/05/GHSA-gw6g-3r38-pg33/GHSA-gw6g-3r38-pg33.json index 0efb2405b62..6dbf611208f 100644 --- a/advisories/unreviewed/2022/05/GHSA-gw6g-3r38-pg33/GHSA-gw6g-3r38-pg33.json +++ b/advisories/unreviewed/2022/05/GHSA-gw6g-3r38-pg33/GHSA-gw6g-3r38-pg33.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-gxw8-3g5x-5p8p/GHSA-gxw8-3g5x-5p8p.json b/advisories/unreviewed/2022/05/GHSA-gxw8-3g5x-5p8p/GHSA-gxw8-3g5x-5p8p.json index 0ba0ca0437f..3fc4aefc4d0 100644 --- a/advisories/unreviewed/2022/05/GHSA-gxw8-3g5x-5p8p/GHSA-gxw8-3g5x-5p8p.json +++ b/advisories/unreviewed/2022/05/GHSA-gxw8-3g5x-5p8p/GHSA-gxw8-3g5x-5p8p.json @@ -7,12 +7,8 @@ "CVE-2013-5664" ], "details": "Cross-site scripting (XSS) vulnerability in the web-based device-management API browser in Palo Alto Networks PAN-OS before 4.1.13 and 5.0.x before 5.0.6 allows remote attackers to inject arbitrary web script or HTML via crafted data, aka Ref ID 50908.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h2x8-3x5w-pfqr/GHSA-h2x8-3x5w-pfqr.json b/advisories/unreviewed/2022/05/GHSA-h2x8-3x5w-pfqr/GHSA-h2x8-3x5w-pfqr.json index d424397602a..b9dd7d338b0 100644 --- a/advisories/unreviewed/2022/05/GHSA-h2x8-3x5w-pfqr/GHSA-h2x8-3x5w-pfqr.json +++ b/advisories/unreviewed/2022/05/GHSA-h2x8-3x5w-pfqr/GHSA-h2x8-3x5w-pfqr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h534-4fvw-mm64/GHSA-h534-4fvw-mm64.json b/advisories/unreviewed/2022/05/GHSA-h534-4fvw-mm64/GHSA-h534-4fvw-mm64.json index 81e706c69df..609f57f8fcd 100644 --- a/advisories/unreviewed/2022/05/GHSA-h534-4fvw-mm64/GHSA-h534-4fvw-mm64.json +++ b/advisories/unreviewed/2022/05/GHSA-h534-4fvw-mm64/GHSA-h534-4fvw-mm64.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -99,9 +97,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h5m8-7h93-8wfv/GHSA-h5m8-7h93-8wfv.json b/advisories/unreviewed/2022/05/GHSA-h5m8-7h93-8wfv/GHSA-h5m8-7h93-8wfv.json index 4c9fb691a41..1a78a5c675a 100644 --- a/advisories/unreviewed/2022/05/GHSA-h5m8-7h93-8wfv/GHSA-h5m8-7h93-8wfv.json +++ b/advisories/unreviewed/2022/05/GHSA-h5m8-7h93-8wfv/GHSA-h5m8-7h93-8wfv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h88r-wm6r-9ghp/GHSA-h88r-wm6r-9ghp.json b/advisories/unreviewed/2022/05/GHSA-h88r-wm6r-9ghp/GHSA-h88r-wm6r-9ghp.json index c5d49e29eb3..65a97c22bbf 100644 --- a/advisories/unreviewed/2022/05/GHSA-h88r-wm6r-9ghp/GHSA-h88r-wm6r-9ghp.json +++ b/advisories/unreviewed/2022/05/GHSA-h88r-wm6r-9ghp/GHSA-h88r-wm6r-9ghp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h8m6-5c3c-3c98/GHSA-h8m6-5c3c-3c98.json b/advisories/unreviewed/2022/05/GHSA-h8m6-5c3c-3c98/GHSA-h8m6-5c3c-3c98.json index 73143496b29..54ccc6e76ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-h8m6-5c3c-3c98/GHSA-h8m6-5c3c-3c98.json +++ b/advisories/unreviewed/2022/05/GHSA-h8m6-5c3c-3c98/GHSA-h8m6-5c3c-3c98.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h93h-48cq-mpcw/GHSA-h93h-48cq-mpcw.json b/advisories/unreviewed/2022/05/GHSA-h93h-48cq-mpcw/GHSA-h93h-48cq-mpcw.json index 3b12fa0b2d4..4ca07d591bc 100644 --- a/advisories/unreviewed/2022/05/GHSA-h93h-48cq-mpcw/GHSA-h93h-48cq-mpcw.json +++ b/advisories/unreviewed/2022/05/GHSA-h93h-48cq-mpcw/GHSA-h93h-48cq-mpcw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h95q-936x-2qhf/GHSA-h95q-936x-2qhf.json b/advisories/unreviewed/2022/05/GHSA-h95q-936x-2qhf/GHSA-h95q-936x-2qhf.json index fcb496db22d..8090b24fb4b 100644 --- a/advisories/unreviewed/2022/05/GHSA-h95q-936x-2qhf/GHSA-h95q-936x-2qhf.json +++ b/advisories/unreviewed/2022/05/GHSA-h95q-936x-2qhf/GHSA-h95q-936x-2qhf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-h9gc-7xh7-xx4h/GHSA-h9gc-7xh7-xx4h.json b/advisories/unreviewed/2022/05/GHSA-h9gc-7xh7-xx4h/GHSA-h9gc-7xh7-xx4h.json index 53cee1d88b6..ddd4010b881 100644 --- a/advisories/unreviewed/2022/05/GHSA-h9gc-7xh7-xx4h/GHSA-h9gc-7xh7-xx4h.json +++ b/advisories/unreviewed/2022/05/GHSA-h9gc-7xh7-xx4h/GHSA-h9gc-7xh7-xx4h.json @@ -7,12 +7,8 @@ "CVE-2016-0598" ], "details": "Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier, 5.6.27 and earlier, and 5.7.9 and MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10 allows remote authenticated users to affect availability via vectors related to DML.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -108,9 +104,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-h9jm-q59h-8jwg/GHSA-h9jm-q59h-8jwg.json b/advisories/unreviewed/2022/05/GHSA-h9jm-q59h-8jwg/GHSA-h9jm-q59h-8jwg.json index 78ae5a3604d..6ece1836ef2 100644 --- a/advisories/unreviewed/2022/05/GHSA-h9jm-q59h-8jwg/GHSA-h9jm-q59h-8jwg.json +++ b/advisories/unreviewed/2022/05/GHSA-h9jm-q59h-8jwg/GHSA-h9jm-q59h-8jwg.json @@ -7,12 +7,8 @@ "CVE-2013-1506" ], "details": "Unspecified vulnerability in Oracle MySQL 5.1.67 and earlier, 5.5.29 and earlier, and 5.6.10 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server Locking.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hc22-58vm-mg54/GHSA-hc22-58vm-mg54.json b/advisories/unreviewed/2022/05/GHSA-hc22-58vm-mg54/GHSA-hc22-58vm-mg54.json index a3d89960928..227a91c70b7 100644 --- a/advisories/unreviewed/2022/05/GHSA-hc22-58vm-mg54/GHSA-hc22-58vm-mg54.json +++ b/advisories/unreviewed/2022/05/GHSA-hc22-58vm-mg54/GHSA-hc22-58vm-mg54.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hc26-j7hx-87x5/GHSA-hc26-j7hx-87x5.json b/advisories/unreviewed/2022/05/GHSA-hc26-j7hx-87x5/GHSA-hc26-j7hx-87x5.json index 6cb2e8297cc..0a6d773d745 100644 --- a/advisories/unreviewed/2022/05/GHSA-hc26-j7hx-87x5/GHSA-hc26-j7hx-87x5.json +++ b/advisories/unreviewed/2022/05/GHSA-hc26-j7hx-87x5/GHSA-hc26-j7hx-87x5.json @@ -7,12 +7,8 @@ "CVE-2010-3677" ], "details": "Oracle MySQL 5.1 before 5.1.49 and 5.0 before 5.0.92 allows remote authenticated users to cause a denial of service (mysqld daemon crash) via a join query that uses a table with a unique SET column.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -120,9 +116,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hc79-6665-vr5h/GHSA-hc79-6665-vr5h.json b/advisories/unreviewed/2022/05/GHSA-hc79-6665-vr5h/GHSA-hc79-6665-vr5h.json index b44f0ae8c54..1f7eb7b90fb 100644 --- a/advisories/unreviewed/2022/05/GHSA-hc79-6665-vr5h/GHSA-hc79-6665-vr5h.json +++ b/advisories/unreviewed/2022/05/GHSA-hc79-6665-vr5h/GHSA-hc79-6665-vr5h.json @@ -7,12 +7,8 @@ "CVE-2012-5179" ], "details": "The Boat Browser application before 4.2 and Boat Browser Mini application before 3.9 for Android do not properly implement the WebView class, which allows attackers to obtain sensitive information via a crafted application.", - "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-hh86-fc79-9mq4/GHSA-hh86-fc79-9mq4.json b/advisories/unreviewed/2022/05/GHSA-hh86-fc79-9mq4/GHSA-hh86-fc79-9mq4.json index f7476eb4e0c..a719ad0796c 100644 --- a/advisories/unreviewed/2022/05/GHSA-hh86-fc79-9mq4/GHSA-hh86-fc79-9mq4.json +++ b/advisories/unreviewed/2022/05/GHSA-hh86-fc79-9mq4/GHSA-hh86-fc79-9mq4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -115,9 +113,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hh94-w64v-333x/GHSA-hh94-w64v-333x.json b/advisories/unreviewed/2022/05/GHSA-hh94-w64v-333x/GHSA-hh94-w64v-333x.json index c11178ed7ba..ac919f36af9 100644 --- a/advisories/unreviewed/2022/05/GHSA-hh94-w64v-333x/GHSA-hh94-w64v-333x.json +++ b/advisories/unreviewed/2022/05/GHSA-hh94-w64v-333x/GHSA-hh94-w64v-333x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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-hhcf-p726-6qcc/GHSA-hhcf-p726-6qcc.json b/advisories/unreviewed/2022/05/GHSA-hhcf-p726-6qcc/GHSA-hhcf-p726-6qcc.json index 7e02be7b082..de52c9c9578 100644 --- a/advisories/unreviewed/2022/05/GHSA-hhcf-p726-6qcc/GHSA-hhcf-p726-6qcc.json +++ b/advisories/unreviewed/2022/05/GHSA-hhcf-p726-6qcc/GHSA-hhcf-p726-6qcc.json @@ -7,12 +7,8 @@ "CVE-2013-2391" ], "details": "Unspecified vulnerability in Oracle MySQL 5.1.68 and earlier, 5.5.30 and earlier, and 5.6.10 and earlier allows local users to affect confidentiality and integrity via unknown vectors related to Server Install.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-hj8w-74cf-p23x/GHSA-hj8w-74cf-p23x.json b/advisories/unreviewed/2022/05/GHSA-hj8w-74cf-p23x/GHSA-hj8w-74cf-p23x.json index 7e14693d3a9..db77346d269 100644 --- a/advisories/unreviewed/2022/05/GHSA-hj8w-74cf-p23x/GHSA-hj8w-74cf-p23x.json +++ b/advisories/unreviewed/2022/05/GHSA-hj8w-74cf-p23x/GHSA-hj8w-74cf-p23x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hjfx-c67v-5f9w/GHSA-hjfx-c67v-5f9w.json b/advisories/unreviewed/2022/05/GHSA-hjfx-c67v-5f9w/GHSA-hjfx-c67v-5f9w.json index 91d1d80a82e..cd02d1fc997 100644 --- a/advisories/unreviewed/2022/05/GHSA-hjfx-c67v-5f9w/GHSA-hjfx-c67v-5f9w.json +++ b/advisories/unreviewed/2022/05/GHSA-hjfx-c67v-5f9w/GHSA-hjfx-c67v-5f9w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hp8r-5243-x9f3/GHSA-hp8r-5243-x9f3.json b/advisories/unreviewed/2022/05/GHSA-hp8r-5243-x9f3/GHSA-hp8r-5243-x9f3.json index 00f4169a859..282e973f8d2 100644 --- a/advisories/unreviewed/2022/05/GHSA-hp8r-5243-x9f3/GHSA-hp8r-5243-x9f3.json +++ b/advisories/unreviewed/2022/05/GHSA-hp8r-5243-x9f3/GHSA-hp8r-5243-x9f3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hpw2-xvc7-2786/GHSA-hpw2-xvc7-2786.json b/advisories/unreviewed/2022/05/GHSA-hpw2-xvc7-2786/GHSA-hpw2-xvc7-2786.json index 434073d4c75..9f8cc0e03c0 100644 --- a/advisories/unreviewed/2022/05/GHSA-hpw2-xvc7-2786/GHSA-hpw2-xvc7-2786.json +++ b/advisories/unreviewed/2022/05/GHSA-hpw2-xvc7-2786/GHSA-hpw2-xvc7-2786.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hqgv-9g9q-373q/GHSA-hqgv-9g9q-373q.json b/advisories/unreviewed/2022/05/GHSA-hqgv-9g9q-373q/GHSA-hqgv-9g9q-373q.json index cb1c4cee7c6..d54c90b3e71 100644 --- a/advisories/unreviewed/2022/05/GHSA-hqgv-9g9q-373q/GHSA-hqgv-9g9q-373q.json +++ b/advisories/unreviewed/2022/05/GHSA-hqgv-9g9q-373q/GHSA-hqgv-9g9q-373q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hx92-9cmr-5f3c/GHSA-hx92-9cmr-5f3c.json b/advisories/unreviewed/2022/05/GHSA-hx92-9cmr-5f3c/GHSA-hx92-9cmr-5f3c.json index f1881758cc4..ef305c311fb 100644 --- a/advisories/unreviewed/2022/05/GHSA-hx92-9cmr-5f3c/GHSA-hx92-9cmr-5f3c.json +++ b/advisories/unreviewed/2022/05/GHSA-hx92-9cmr-5f3c/GHSA-hx92-9cmr-5f3c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hxvv-vjx9-wj2m/GHSA-hxvv-vjx9-wj2m.json b/advisories/unreviewed/2022/05/GHSA-hxvv-vjx9-wj2m/GHSA-hxvv-vjx9-wj2m.json index bc7a10cbd4b..4cc4ed13025 100644 --- a/advisories/unreviewed/2022/05/GHSA-hxvv-vjx9-wj2m/GHSA-hxvv-vjx9-wj2m.json +++ b/advisories/unreviewed/2022/05/GHSA-hxvv-vjx9-wj2m/GHSA-hxvv-vjx9-wj2m.json @@ -7,12 +7,8 @@ "CVE-2011-1528" ], "details": "The krb5_ldap_lockout_audit function in the Key Distribution Center (KDC) in MIT Kerberos 5 (aka krb5) 1.8 through 1.8.4 and 1.9 through 1.9.1, when the LDAP back end is used, allows remote attackers to cause a denial of service (assertion failure and daemon exit) via unspecified vectors, related to the locked_check_p function. NOTE: the Berkeley DB vector is covered by CVE-2011-4151.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-hxwg-8hr4-ch36/GHSA-hxwg-8hr4-ch36.json b/advisories/unreviewed/2022/05/GHSA-hxwg-8hr4-ch36/GHSA-hxwg-8hr4-ch36.json index d6f8bcf50f4..1044c820df0 100644 --- a/advisories/unreviewed/2022/05/GHSA-hxwg-8hr4-ch36/GHSA-hxwg-8hr4-ch36.json +++ b/advisories/unreviewed/2022/05/GHSA-hxwg-8hr4-ch36/GHSA-hxwg-8hr4-ch36.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j24j-rq5h-pr59/GHSA-j24j-rq5h-pr59.json b/advisories/unreviewed/2022/05/GHSA-j24j-rq5h-pr59/GHSA-j24j-rq5h-pr59.json index 5c541021579..cfd5100e391 100644 --- a/advisories/unreviewed/2022/05/GHSA-j24j-rq5h-pr59/GHSA-j24j-rq5h-pr59.json +++ b/advisories/unreviewed/2022/05/GHSA-j24j-rq5h-pr59/GHSA-j24j-rq5h-pr59.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j264-4x55-6jhq/GHSA-j264-4x55-6jhq.json b/advisories/unreviewed/2022/05/GHSA-j264-4x55-6jhq/GHSA-j264-4x55-6jhq.json index ddfb0c4795e..4426dacdc77 100644 --- a/advisories/unreviewed/2022/05/GHSA-j264-4x55-6jhq/GHSA-j264-4x55-6jhq.json +++ b/advisories/unreviewed/2022/05/GHSA-j264-4x55-6jhq/GHSA-j264-4x55-6jhq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j29g-jqm4-jj9q/GHSA-j29g-jqm4-jj9q.json b/advisories/unreviewed/2022/05/GHSA-j29g-jqm4-jj9q/GHSA-j29g-jqm4-jj9q.json index 0432858ad0d..270fe9a669f 100644 --- a/advisories/unreviewed/2022/05/GHSA-j29g-jqm4-jj9q/GHSA-j29g-jqm4-jj9q.json +++ b/advisories/unreviewed/2022/05/GHSA-j29g-jqm4-jj9q/GHSA-j29g-jqm4-jj9q.json @@ -7,12 +7,8 @@ "CVE-2014-0595" ], "details": "/opt/novell/ncl/bin/nwrights in Novell Client for Linux in Novell Open Enterprise Server (OES) 11 Linux SP2 does not properly manage a certain array, which allows local users to obtain the S permission in opportunistic circumstances by leveraging the granting of the F permission by an administrator.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j2mr-mvgm-8gc5/GHSA-j2mr-mvgm-8gc5.json b/advisories/unreviewed/2022/05/GHSA-j2mr-mvgm-8gc5/GHSA-j2mr-mvgm-8gc5.json index 767159cc518..7593f772038 100644 --- a/advisories/unreviewed/2022/05/GHSA-j2mr-mvgm-8gc5/GHSA-j2mr-mvgm-8gc5.json +++ b/advisories/unreviewed/2022/05/GHSA-j2mr-mvgm-8gc5/GHSA-j2mr-mvgm-8gc5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -111,9 +109,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j325-h69m-f57c/GHSA-j325-h69m-f57c.json b/advisories/unreviewed/2022/05/GHSA-j325-h69m-f57c/GHSA-j325-h69m-f57c.json index 6f75c07985e..321b3f03d79 100644 --- a/advisories/unreviewed/2022/05/GHSA-j325-h69m-f57c/GHSA-j325-h69m-f57c.json +++ b/advisories/unreviewed/2022/05/GHSA-j325-h69m-f57c/GHSA-j325-h69m-f57c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j3j3-gw6m-h758/GHSA-j3j3-gw6m-h758.json b/advisories/unreviewed/2022/05/GHSA-j3j3-gw6m-h758/GHSA-j3j3-gw6m-h758.json index 64d23ae6b4c..88e9445abdd 100644 --- a/advisories/unreviewed/2022/05/GHSA-j3j3-gw6m-h758/GHSA-j3j3-gw6m-h758.json +++ b/advisories/unreviewed/2022/05/GHSA-j3j3-gw6m-h758/GHSA-j3j3-gw6m-h758.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-j45v-g64g-45w2/GHSA-j45v-g64g-45w2.json b/advisories/unreviewed/2022/05/GHSA-j45v-g64g-45w2/GHSA-j45v-g64g-45w2.json index 59b76874604..4df5fc22c2b 100644 --- a/advisories/unreviewed/2022/05/GHSA-j45v-g64g-45w2/GHSA-j45v-g64g-45w2.json +++ b/advisories/unreviewed/2022/05/GHSA-j45v-g64g-45w2/GHSA-j45v-g64g-45w2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j4jv-r335-5ch9/GHSA-j4jv-r335-5ch9.json b/advisories/unreviewed/2022/05/GHSA-j4jv-r335-5ch9/GHSA-j4jv-r335-5ch9.json index c6251eea876..480780e7af3 100644 --- a/advisories/unreviewed/2022/05/GHSA-j4jv-r335-5ch9/GHSA-j4jv-r335-5ch9.json +++ b/advisories/unreviewed/2022/05/GHSA-j4jv-r335-5ch9/GHSA-j4jv-r335-5ch9.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-j4p5-jfpf-jqfr/GHSA-j4p5-jfpf-jqfr.json b/advisories/unreviewed/2022/05/GHSA-j4p5-jfpf-jqfr/GHSA-j4p5-jfpf-jqfr.json index b6f29f3a1ce..1839454bd38 100644 --- a/advisories/unreviewed/2022/05/GHSA-j4p5-jfpf-jqfr/GHSA-j4p5-jfpf-jqfr.json +++ b/advisories/unreviewed/2022/05/GHSA-j4p5-jfpf-jqfr/GHSA-j4p5-jfpf-jqfr.json @@ -7,12 +7,8 @@ "CVE-2013-1548" ], "details": "Unspecified vulnerability in Oracle MySQL 5.1.63 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server Types.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j4r7-wx6h-r3mw/GHSA-j4r7-wx6h-r3mw.json b/advisories/unreviewed/2022/05/GHSA-j4r7-wx6h-r3mw/GHSA-j4r7-wx6h-r3mw.json index 08544422819..6b8f6765baa 100644 --- a/advisories/unreviewed/2022/05/GHSA-j4r7-wx6h-r3mw/GHSA-j4r7-wx6h-r3mw.json +++ b/advisories/unreviewed/2022/05/GHSA-j4r7-wx6h-r3mw/GHSA-j4r7-wx6h-r3mw.json @@ -7,12 +7,8 @@ "CVE-2012-6606" ], "details": "Palo Alto Networks GlobalProtect before 1.1.7, and NetConnect, does not verify X.509 certificates from SSL servers, which allows man-in-the-middle attackers to spoof portal servers and obtain sensitive information via a crafted certificate.", - "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-j599-p537-9c5p/GHSA-j599-p537-9c5p.json b/advisories/unreviewed/2022/05/GHSA-j599-p537-9c5p/GHSA-j599-p537-9c5p.json index ce3a8fabe80..b5f3bf50ddf 100644 --- a/advisories/unreviewed/2022/05/GHSA-j599-p537-9c5p/GHSA-j599-p537-9c5p.json +++ b/advisories/unreviewed/2022/05/GHSA-j599-p537-9c5p/GHSA-j599-p537-9c5p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j66w-hvj9-8f42/GHSA-j66w-hvj9-8f42.json b/advisories/unreviewed/2022/05/GHSA-j66w-hvj9-8f42/GHSA-j66w-hvj9-8f42.json index 9a6e4effc05..c800527ff42 100644 --- a/advisories/unreviewed/2022/05/GHSA-j66w-hvj9-8f42/GHSA-j66w-hvj9-8f42.json +++ b/advisories/unreviewed/2022/05/GHSA-j66w-hvj9-8f42/GHSA-j66w-hvj9-8f42.json @@ -7,12 +7,8 @@ "CVE-2013-3802" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.69 and earlier, 5.5.31 and earlier, and 5.6.11 and earlier allows remote authenticated users to affect availability via unknown vectors related to Full Text Search.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -72,9 +68,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j6c8-vggw-4c3v/GHSA-j6c8-vggw-4c3v.json b/advisories/unreviewed/2022/05/GHSA-j6c8-vggw-4c3v/GHSA-j6c8-vggw-4c3v.json index d998995f1e3..224392c7abc 100644 --- a/advisories/unreviewed/2022/05/GHSA-j6c8-vggw-4c3v/GHSA-j6c8-vggw-4c3v.json +++ b/advisories/unreviewed/2022/05/GHSA-j6c8-vggw-4c3v/GHSA-j6c8-vggw-4c3v.json @@ -7,12 +7,8 @@ "CVE-2012-1013" ], "details": "The check_1_6_dummy function in lib/kadm5/srv/svr_principal.c in kadmind in MIT Kerberos 5 (aka krb5) 1.8.x, 1.9.x, and 1.10.x before 1.10.2 allows remote authenticated administrators to cause a denial of service (NULL pointer dereference and daemon crash) via a KRB5_KDB_DISALLOW_ALL_TIX create request that lacks a password.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -56,9 +52,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j73g-qx54-ph6j/GHSA-j73g-qx54-ph6j.json b/advisories/unreviewed/2022/05/GHSA-j73g-qx54-ph6j/GHSA-j73g-qx54-ph6j.json index 6377070956f..6be515ed382 100644 --- a/advisories/unreviewed/2022/05/GHSA-j73g-qx54-ph6j/GHSA-j73g-qx54-ph6j.json +++ b/advisories/unreviewed/2022/05/GHSA-j73g-qx54-ph6j/GHSA-j73g-qx54-ph6j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j7xf-33rr-9jmv/GHSA-j7xf-33rr-9jmv.json b/advisories/unreviewed/2022/05/GHSA-j7xf-33rr-9jmv/GHSA-j7xf-33rr-9jmv.json index 70c1c7de2d8..5d0063fbd2e 100644 --- a/advisories/unreviewed/2022/05/GHSA-j7xf-33rr-9jmv/GHSA-j7xf-33rr-9jmv.json +++ b/advisories/unreviewed/2022/05/GHSA-j7xf-33rr-9jmv/GHSA-j7xf-33rr-9jmv.json @@ -7,12 +7,8 @@ "CVE-2014-4345" ], "details": "Off-by-one error in the krb5_encode_krbsecretkey function in plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c in the LDAP KDB module in kadmind in MIT Kerberos 5 (aka krb5) 1.6.x through 1.11.x before 1.11.6 and 1.12.x before 1.12.2 allows remote authenticated users to cause a denial of service (buffer overflow) or possibly execute arbitrary code via a series of \"cpw -keepold\" commands.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -140,9 +136,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j87f-3fmr-m923/GHSA-j87f-3fmr-m923.json b/advisories/unreviewed/2022/05/GHSA-j87f-3fmr-m923/GHSA-j87f-3fmr-m923.json index f667b504855..2597a36e54a 100644 --- a/advisories/unreviewed/2022/05/GHSA-j87f-3fmr-m923/GHSA-j87f-3fmr-m923.json +++ b/advisories/unreviewed/2022/05/GHSA-j87f-3fmr-m923/GHSA-j87f-3fmr-m923.json @@ -7,12 +7,8 @@ "CVE-2014-5351" ], "details": "The kadm5_randkey_principal_3 function in lib/kadm5/srv/svr_principal.c in kadmind in MIT Kerberos 5 (aka krb5) before 1.13 sends old keys in a response to a -randkey -keepold request, which allows remote authenticated users to forge tickets by leveraging administrative access.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -80,9 +76,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-j8fm-f42x-52jx/GHSA-j8fm-f42x-52jx.json b/advisories/unreviewed/2022/05/GHSA-j8fm-f42x-52jx/GHSA-j8fm-f42x-52jx.json index 3fbb9c89373..15e6c0115ab 100644 --- a/advisories/unreviewed/2022/05/GHSA-j8fm-f42x-52jx/GHSA-j8fm-f42x-52jx.json +++ b/advisories/unreviewed/2022/05/GHSA-j8fm-f42x-52jx/GHSA-j8fm-f42x-52jx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-j8rw-22g2-rj2g/GHSA-j8rw-22g2-rj2g.json b/advisories/unreviewed/2022/05/GHSA-j8rw-22g2-rj2g/GHSA-j8rw-22g2-rj2g.json index e054c5da50b..0524fcb58f1 100644 --- a/advisories/unreviewed/2022/05/GHSA-j8rw-22g2-rj2g/GHSA-j8rw-22g2-rj2g.json +++ b/advisories/unreviewed/2022/05/GHSA-j8rw-22g2-rj2g/GHSA-j8rw-22g2-rj2g.json @@ -7,12 +7,8 @@ "CVE-2012-6602" ], "details": "The device-management command-line interface in Palo Alto Networks PAN-OS before 3.1.10 and 4.0.x before 4.0.4 allows remote authenticated users to execute arbitrary commands via unspecified vectors, aka Ref ID 30122.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jf89-rfxp-h245/GHSA-jf89-rfxp-h245.json b/advisories/unreviewed/2022/05/GHSA-jf89-rfxp-h245/GHSA-jf89-rfxp-h245.json index 187608b6d19..398079b0c2d 100644 --- a/advisories/unreviewed/2022/05/GHSA-jf89-rfxp-h245/GHSA-jf89-rfxp-h245.json +++ b/advisories/unreviewed/2022/05/GHSA-jf89-rfxp-h245/GHSA-jf89-rfxp-h245.json @@ -7,12 +7,8 @@ "CVE-2012-6605" ], "details": "The device-management command-line interface in Palo Alto Networks PAN-OS before 3.1.11 and 4.0.x before 4.0.9 allows remote authenticated users to execute arbitrary code via unspecified vectors, aka Ref ID 34896.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jfc7-8mx8-j3w5/GHSA-jfc7-8mx8-j3w5.json b/advisories/unreviewed/2022/05/GHSA-jfc7-8mx8-j3w5/GHSA-jfc7-8mx8-j3w5.json index a5fed692b43..e7cff617df0 100644 --- a/advisories/unreviewed/2022/05/GHSA-jfc7-8mx8-j3w5/GHSA-jfc7-8mx8-j3w5.json +++ b/advisories/unreviewed/2022/05/GHSA-jfc7-8mx8-j3w5/GHSA-jfc7-8mx8-j3w5.json @@ -7,12 +7,8 @@ "CVE-2015-4819" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.5.44 and earlier, and 5.6.25 and earlier, allows local users to affect confidentiality, integrity, and availability via unknown vectors related to Client programs.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -72,9 +68,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jfj6-36rf-4qfr/GHSA-jfj6-36rf-4qfr.json b/advisories/unreviewed/2022/05/GHSA-jfj6-36rf-4qfr/GHSA-jfj6-36rf-4qfr.json index ef2ea3f5ecf..144197b923f 100644 --- a/advisories/unreviewed/2022/05/GHSA-jfj6-36rf-4qfr/GHSA-jfj6-36rf-4qfr.json +++ b/advisories/unreviewed/2022/05/GHSA-jfj6-36rf-4qfr/GHSA-jfj6-36rf-4qfr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jg63-3vq5-5v6c/GHSA-jg63-3vq5-5v6c.json b/advisories/unreviewed/2022/05/GHSA-jg63-3vq5-5v6c/GHSA-jg63-3vq5-5v6c.json index 77239468684..925d29e0902 100644 --- a/advisories/unreviewed/2022/05/GHSA-jg63-3vq5-5v6c/GHSA-jg63-3vq5-5v6c.json +++ b/advisories/unreviewed/2022/05/GHSA-jg63-3vq5-5v6c/GHSA-jg63-3vq5-5v6c.json @@ -7,12 +7,8 @@ "CVE-2013-1521" ], "details": "Unspecified vulnerability in Oracle MySQL 5.1.67 and earlier and 5.5.29 and earlier allows remote authenticated users to affect confidentiality, integrity, and availability via unknown vectors related to Server Locking.", - "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-jgx2-h5wg-8cmc/GHSA-jgx2-h5wg-8cmc.json b/advisories/unreviewed/2022/05/GHSA-jgx2-h5wg-8cmc/GHSA-jgx2-h5wg-8cmc.json index 38e7a987c28..5e78845de33 100644 --- a/advisories/unreviewed/2022/05/GHSA-jgx2-h5wg-8cmc/GHSA-jgx2-h5wg-8cmc.json +++ b/advisories/unreviewed/2022/05/GHSA-jgx2-h5wg-8cmc/GHSA-jgx2-h5wg-8cmc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -99,9 +97,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jm74-ggq4-24rh/GHSA-jm74-ggq4-24rh.json b/advisories/unreviewed/2022/05/GHSA-jm74-ggq4-24rh/GHSA-jm74-ggq4-24rh.json index a76a104ba34..2bcb4de1a78 100644 --- a/advisories/unreviewed/2022/05/GHSA-jm74-ggq4-24rh/GHSA-jm74-ggq4-24rh.json +++ b/advisories/unreviewed/2022/05/GHSA-jm74-ggq4-24rh/GHSA-jm74-ggq4-24rh.json @@ -7,12 +7,8 @@ "CVE-2012-6590" ], "details": "The web-based management UI in Palo Alto Networks PAN-OS 4.0.x before 4.0.8 allows remote attackers to obtain verbose error information via crafted input, aka Ref ID 33139.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jmv9-4c44-h234/GHSA-jmv9-4c44-h234.json b/advisories/unreviewed/2022/05/GHSA-jmv9-4c44-h234/GHSA-jmv9-4c44-h234.json index 67483b9a164..cbbad5bb8b2 100644 --- a/advisories/unreviewed/2022/05/GHSA-jmv9-4c44-h234/GHSA-jmv9-4c44-h234.json +++ b/advisories/unreviewed/2022/05/GHSA-jmv9-4c44-h234/GHSA-jmv9-4c44-h234.json @@ -7,12 +7,8 @@ "CVE-2014-2253" ], "details": "Siemens SIMATIC S7-1500 CPU PLC devices with firmware before 1.5.0 allow remote attackers to cause a denial of service (defect-mode transition) via crafted Profinet packets.", - "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-jpm9-qmch-cpx9/GHSA-jpm9-qmch-cpx9.json b/advisories/unreviewed/2022/05/GHSA-jpm9-qmch-cpx9/GHSA-jpm9-qmch-cpx9.json index 590ea5e8624..8e3e1562e24 100644 --- a/advisories/unreviewed/2022/05/GHSA-jpm9-qmch-cpx9/GHSA-jpm9-qmch-cpx9.json +++ b/advisories/unreviewed/2022/05/GHSA-jpm9-qmch-cpx9/GHSA-jpm9-qmch-cpx9.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-jpqc-2xr8-9gh2/GHSA-jpqc-2xr8-9gh2.json b/advisories/unreviewed/2022/05/GHSA-jpqc-2xr8-9gh2/GHSA-jpqc-2xr8-9gh2.json index eac17d0bd92..b569dca248b 100644 --- a/advisories/unreviewed/2022/05/GHSA-jpqc-2xr8-9gh2/GHSA-jpqc-2xr8-9gh2.json +++ b/advisories/unreviewed/2022/05/GHSA-jpqc-2xr8-9gh2/GHSA-jpqc-2xr8-9gh2.json @@ -7,12 +7,8 @@ "CVE-2014-0401" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.72 and earlier, 5.5.34 and earlier, and 5.6.14 and earlier allows remote authenticated users to affect availability via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -84,9 +80,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jpx6-p7fw-5482/GHSA-jpx6-p7fw-5482.json b/advisories/unreviewed/2022/05/GHSA-jpx6-p7fw-5482/GHSA-jpx6-p7fw-5482.json index f06445d8427..be2518c4fee 100644 --- a/advisories/unreviewed/2022/05/GHSA-jpx6-p7fw-5482/GHSA-jpx6-p7fw-5482.json +++ b/advisories/unreviewed/2022/05/GHSA-jpx6-p7fw-5482/GHSA-jpx6-p7fw-5482.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jq2m-4x38-vgvr/GHSA-jq2m-4x38-vgvr.json b/advisories/unreviewed/2022/05/GHSA-jq2m-4x38-vgvr/GHSA-jq2m-4x38-vgvr.json index bd9a4cb3995..d1c0c5a722f 100644 --- a/advisories/unreviewed/2022/05/GHSA-jq2m-4x38-vgvr/GHSA-jq2m-4x38-vgvr.json +++ b/advisories/unreviewed/2022/05/GHSA-jq2m-4x38-vgvr/GHSA-jq2m-4x38-vgvr.json @@ -7,12 +7,8 @@ "CVE-2015-1049" ], "details": "The web server on Siemens SCALANCE X-200IRT switches with firmware before 5.2.0 allows remote attackers to hijack sessions via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jrcq-8mhg-jrj4/GHSA-jrcq-8mhg-jrj4.json b/advisories/unreviewed/2022/05/GHSA-jrcq-8mhg-jrj4/GHSA-jrcq-8mhg-jrj4.json index 34facda94b2..78e3f613610 100644 --- a/advisories/unreviewed/2022/05/GHSA-jrcq-8mhg-jrj4/GHSA-jrcq-8mhg-jrj4.json +++ b/advisories/unreviewed/2022/05/GHSA-jrcq-8mhg-jrj4/GHSA-jrcq-8mhg-jrj4.json @@ -7,12 +7,8 @@ "CVE-2015-6245" ], "details": "epan/dissectors/packet-gsm_rlcmac.c in the GSM RLC/MAC dissector in Wireshark 1.12.x before 1.12.7 uses incorrect integer data types, which allows remote attackers to cause a denial of service (infinite loop) via a crafted packet.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jv33-3p84-w32x/GHSA-jv33-3p84-w32x.json b/advisories/unreviewed/2022/05/GHSA-jv33-3p84-w32x/GHSA-jv33-3p84-w32x.json index a3a34eed176..57498b319a0 100644 --- a/advisories/unreviewed/2022/05/GHSA-jv33-3p84-w32x/GHSA-jv33-3p84-w32x.json +++ b/advisories/unreviewed/2022/05/GHSA-jv33-3p84-w32x/GHSA-jv33-3p84-w32x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jv5w-jhcc-wx4g/GHSA-jv5w-jhcc-wx4g.json b/advisories/unreviewed/2022/05/GHSA-jv5w-jhcc-wx4g/GHSA-jv5w-jhcc-wx4g.json index 0ed847692c2..2719aa6b9d0 100644 --- a/advisories/unreviewed/2022/05/GHSA-jv5w-jhcc-wx4g/GHSA-jv5w-jhcc-wx4g.json +++ b/advisories/unreviewed/2022/05/GHSA-jv5w-jhcc-wx4g/GHSA-jv5w-jhcc-wx4g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jvv4-q4j4-7fgv/GHSA-jvv4-q4j4-7fgv.json b/advisories/unreviewed/2022/05/GHSA-jvv4-q4j4-7fgv/GHSA-jvv4-q4j4-7fgv.json index 0094503eb59..00090fd1bc3 100644 --- a/advisories/unreviewed/2022/05/GHSA-jvv4-q4j4-7fgv/GHSA-jvv4-q4j4-7fgv.json +++ b/advisories/unreviewed/2022/05/GHSA-jvv4-q4j4-7fgv/GHSA-jvv4-q4j4-7fgv.json @@ -7,12 +7,8 @@ "CVE-2013-5908" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.72 and earlier, 5.5.34 and earlier, and 5.6.14 and earlier allows remote attackers to affect availability via unknown vectors related to Error Handling.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -88,9 +84,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-jw53-g5p8-77fr/GHSA-jw53-g5p8-77fr.json b/advisories/unreviewed/2022/05/GHSA-jw53-g5p8-77fr/GHSA-jw53-g5p8-77fr.json index 725d2bfa9bf..8770f6246b3 100644 --- a/advisories/unreviewed/2022/05/GHSA-jw53-g5p8-77fr/GHSA-jw53-g5p8-77fr.json +++ b/advisories/unreviewed/2022/05/GHSA-jw53-g5p8-77fr/GHSA-jw53-g5p8-77fr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jwcc-h75g-jhqp/GHSA-jwcc-h75g-jhqp.json b/advisories/unreviewed/2022/05/GHSA-jwcc-h75g-jhqp/GHSA-jwcc-h75g-jhqp.json index dc2fa73d52f..4a7064bfeab 100644 --- a/advisories/unreviewed/2022/05/GHSA-jwcc-h75g-jhqp/GHSA-jwcc-h75g-jhqp.json +++ b/advisories/unreviewed/2022/05/GHSA-jwcc-h75g-jhqp/GHSA-jwcc-h75g-jhqp.json @@ -7,12 +7,8 @@ "CVE-2015-4858" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.5.45 and earlier, and 5.6.26 and earlier, allows remote authenticated users to affect availability via vectors related to DML, a different vulnerability than CVE-2015-4913.", - "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-jwg9-q35h-9vwx/GHSA-jwg9-q35h-9vwx.json b/advisories/unreviewed/2022/05/GHSA-jwg9-q35h-9vwx/GHSA-jwg9-q35h-9vwx.json index b56cce82e53..2c99df284ba 100644 --- a/advisories/unreviewed/2022/05/GHSA-jwg9-q35h-9vwx/GHSA-jwg9-q35h-9vwx.json +++ b/advisories/unreviewed/2022/05/GHSA-jwg9-q35h-9vwx/GHSA-jwg9-q35h-9vwx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jwxg-6x5j-r846/GHSA-jwxg-6x5j-r846.json b/advisories/unreviewed/2022/05/GHSA-jwxg-6x5j-r846/GHSA-jwxg-6x5j-r846.json index a39952cd65e..06ed95f1a9a 100644 --- a/advisories/unreviewed/2022/05/GHSA-jwxg-6x5j-r846/GHSA-jwxg-6x5j-r846.json +++ b/advisories/unreviewed/2022/05/GHSA-jwxg-6x5j-r846/GHSA-jwxg-6x5j-r846.json @@ -7,12 +7,8 @@ "CVE-2012-2102" ], "details": "MySQL 5.1.x before 5.1.62 and 5.5.x before 5.5.22 allows remote authenticated users to cause a denial of service (assertion failure and mysqld abort) by deleting a record and using HANDLER READ NEXT.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jx68-2fp3-jrpx/GHSA-jx68-2fp3-jrpx.json b/advisories/unreviewed/2022/05/GHSA-jx68-2fp3-jrpx/GHSA-jx68-2fp3-jrpx.json index 4e3d02478b1..479c3d22d9b 100644 --- a/advisories/unreviewed/2022/05/GHSA-jx68-2fp3-jrpx/GHSA-jx68-2fp3-jrpx.json +++ b/advisories/unreviewed/2022/05/GHSA-jx68-2fp3-jrpx/GHSA-jx68-2fp3-jrpx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jxh6-wcr3-pf67/GHSA-jxh6-wcr3-pf67.json b/advisories/unreviewed/2022/05/GHSA-jxh6-wcr3-pf67/GHSA-jxh6-wcr3-pf67.json index 76a91f95208..01aa9202208 100644 --- a/advisories/unreviewed/2022/05/GHSA-jxh6-wcr3-pf67/GHSA-jxh6-wcr3-pf67.json +++ b/advisories/unreviewed/2022/05/GHSA-jxh6-wcr3-pf67/GHSA-jxh6-wcr3-pf67.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-jxr9-jr43-c424/GHSA-jxr9-jr43-c424.json b/advisories/unreviewed/2022/05/GHSA-jxr9-jr43-c424/GHSA-jxr9-jr43-c424.json index 888662dfaa2..4a45424ca84 100644 --- a/advisories/unreviewed/2022/05/GHSA-jxr9-jr43-c424/GHSA-jxr9-jr43-c424.json +++ b/advisories/unreviewed/2022/05/GHSA-jxr9-jr43-c424/GHSA-jxr9-jr43-c424.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m24g-7p8c-8h8f/GHSA-m24g-7p8c-8h8f.json b/advisories/unreviewed/2022/05/GHSA-m24g-7p8c-8h8f/GHSA-m24g-7p8c-8h8f.json index b34834d28d3..ece6c68c8a5 100644 --- a/advisories/unreviewed/2022/05/GHSA-m24g-7p8c-8h8f/GHSA-m24g-7p8c-8h8f.json +++ b/advisories/unreviewed/2022/05/GHSA-m24g-7p8c-8h8f/GHSA-m24g-7p8c-8h8f.json @@ -7,12 +7,8 @@ "CVE-2014-2248" ], "details": "Open redirect vulnerability in the integrated web server on Siemens SIMATIC S7-1500 CPU PLC devices with firmware before 1.5.0 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -36,9 +32,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m2g9-vcp4-rh3j/GHSA-m2g9-vcp4-rh3j.json b/advisories/unreviewed/2022/05/GHSA-m2g9-vcp4-rh3j/GHSA-m2g9-vcp4-rh3j.json index e305dca78fb..7d04ca14b9a 100644 --- a/advisories/unreviewed/2022/05/GHSA-m2g9-vcp4-rh3j/GHSA-m2g9-vcp4-rh3j.json +++ b/advisories/unreviewed/2022/05/GHSA-m2g9-vcp4-rh3j/GHSA-m2g9-vcp4-rh3j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m2w3-ww5p-6g7f/GHSA-m2w3-ww5p-6g7f.json b/advisories/unreviewed/2022/05/GHSA-m2w3-ww5p-6g7f/GHSA-m2w3-ww5p-6g7f.json index 4ce3c228d51..3dee459bd28 100644 --- a/advisories/unreviewed/2022/05/GHSA-m2w3-ww5p-6g7f/GHSA-m2w3-ww5p-6g7f.json +++ b/advisories/unreviewed/2022/05/GHSA-m2w3-ww5p-6g7f/GHSA-m2w3-ww5p-6g7f.json @@ -7,12 +7,8 @@ "CVE-2010-3834" ], "details": "Unspecified vulnerability in MySQL 5.0 before 5.0.92, 5.1 before 5.1.51, and 5.5 before 5.5.6 allows remote authenticated users to cause a denial of service (server crash) via vectors related to \"materializing a derived table that required a temporary table for grouping\" and \"user variable assignments.\"", - "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-m2xc-9ww8-5fj3/GHSA-m2xc-9ww8-5fj3.json b/advisories/unreviewed/2022/05/GHSA-m2xc-9ww8-5fj3/GHSA-m2xc-9ww8-5fj3.json index c82250d07c4..daa8f47b7a7 100644 --- a/advisories/unreviewed/2022/05/GHSA-m2xc-9ww8-5fj3/GHSA-m2xc-9ww8-5fj3.json +++ b/advisories/unreviewed/2022/05/GHSA-m2xc-9ww8-5fj3/GHSA-m2xc-9ww8-5fj3.json @@ -7,12 +7,8 @@ "CVE-2013-1552" ], "details": "Unspecified vulnerability in Oracle MySQL 5.1.67 and earlier and 5.5.29 and earlier allows remote authenticated users to affect confidentiality, integrity, and availability via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m3c3-j429-9q78/GHSA-m3c3-j429-9q78.json b/advisories/unreviewed/2022/05/GHSA-m3c3-j429-9q78/GHSA-m3c3-j429-9q78.json index b7daf20d69d..10677080316 100644 --- a/advisories/unreviewed/2022/05/GHSA-m3c3-j429-9q78/GHSA-m3c3-j429-9q78.json +++ b/advisories/unreviewed/2022/05/GHSA-m3c3-j429-9q78/GHSA-m3c3-j429-9q78.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-m3xj-59h7-ggx6/GHSA-m3xj-59h7-ggx6.json b/advisories/unreviewed/2022/05/GHSA-m3xj-59h7-ggx6/GHSA-m3xj-59h7-ggx6.json index 7bef02f22a8..7892c1c3edc 100644 --- a/advisories/unreviewed/2022/05/GHSA-m3xj-59h7-ggx6/GHSA-m3xj-59h7-ggx6.json +++ b/advisories/unreviewed/2022/05/GHSA-m3xj-59h7-ggx6/GHSA-m3xj-59h7-ggx6.json @@ -7,12 +7,8 @@ "CVE-2011-1144" ], "details": "The installer in PEAR 1.9.2 and earlier allows local users to overwrite arbitrary files via a symlink attack on the package.xml file, related to the (1) download_dir, (2) cache_dir, (3) tmp_dir, and (4) pear-build-download directories. NOTE: this vulnerability exists because of an incomplete fix for CVE-2011-1072.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m4rx-4hq7-9f42/GHSA-m4rx-4hq7-9f42.json b/advisories/unreviewed/2022/05/GHSA-m4rx-4hq7-9f42/GHSA-m4rx-4hq7-9f42.json index f88229365aa..4f4bc8d73b3 100644 --- a/advisories/unreviewed/2022/05/GHSA-m4rx-4hq7-9f42/GHSA-m4rx-4hq7-9f42.json +++ b/advisories/unreviewed/2022/05/GHSA-m4rx-4hq7-9f42/GHSA-m4rx-4hq7-9f42.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m5wv-rfcq-fg25/GHSA-m5wv-rfcq-fg25.json b/advisories/unreviewed/2022/05/GHSA-m5wv-rfcq-fg25/GHSA-m5wv-rfcq-fg25.json index ee6c09848a7..478be779a27 100644 --- a/advisories/unreviewed/2022/05/GHSA-m5wv-rfcq-fg25/GHSA-m5wv-rfcq-fg25.json +++ b/advisories/unreviewed/2022/05/GHSA-m5wv-rfcq-fg25/GHSA-m5wv-rfcq-fg25.json @@ -7,12 +7,8 @@ "CVE-2015-2188" ], "details": "epan/dissectors/packet-wcp.c in the WCP dissector in Wireshark 1.10.x before 1.10.13 and 1.12.x before 1.12.4 does not properly initialize a data structure, which allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via a crafted packet that is improperly handled during decompression.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -68,9 +64,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m63x-8w52-mmx9/GHSA-m63x-8w52-mmx9.json b/advisories/unreviewed/2022/05/GHSA-m63x-8w52-mmx9/GHSA-m63x-8w52-mmx9.json index 5709ed4cb50..ef3a7513cbe 100644 --- a/advisories/unreviewed/2022/05/GHSA-m63x-8w52-mmx9/GHSA-m63x-8w52-mmx9.json +++ b/advisories/unreviewed/2022/05/GHSA-m63x-8w52-mmx9/GHSA-m63x-8w52-mmx9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m74c-hpjv-vw3x/GHSA-m74c-hpjv-vw3x.json b/advisories/unreviewed/2022/05/GHSA-m74c-hpjv-vw3x/GHSA-m74c-hpjv-vw3x.json index 57c9bab0193..25bbeda7ffe 100644 --- a/advisories/unreviewed/2022/05/GHSA-m74c-hpjv-vw3x/GHSA-m74c-hpjv-vw3x.json +++ b/advisories/unreviewed/2022/05/GHSA-m74c-hpjv-vw3x/GHSA-m74c-hpjv-vw3x.json @@ -7,12 +7,8 @@ "CVE-2014-0599" ], "details": "Cross-site scripting (XSS) vulnerability in iPrint in Novell Open Enterprise Server (OES) 11 SP1 before Maintenance Update 9151 on Linux allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m79p-4p7w-x53w/GHSA-m79p-4p7w-x53w.json b/advisories/unreviewed/2022/05/GHSA-m79p-4p7w-x53w/GHSA-m79p-4p7w-x53w.json index 08cc9287045..98cd2ff3107 100644 --- a/advisories/unreviewed/2022/05/GHSA-m79p-4p7w-x53w/GHSA-m79p-4p7w-x53w.json +++ b/advisories/unreviewed/2022/05/GHSA-m79p-4p7w-x53w/GHSA-m79p-4p7w-x53w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m7f4-g3jc-wr42/GHSA-m7f4-g3jc-wr42.json b/advisories/unreviewed/2022/05/GHSA-m7f4-g3jc-wr42/GHSA-m7f4-g3jc-wr42.json index b9abcda1189..5acaac37131 100644 --- a/advisories/unreviewed/2022/05/GHSA-m7f4-g3jc-wr42/GHSA-m7f4-g3jc-wr42.json +++ b/advisories/unreviewed/2022/05/GHSA-m7f4-g3jc-wr42/GHSA-m7f4-g3jc-wr42.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m846-3932-wq6m/GHSA-m846-3932-wq6m.json b/advisories/unreviewed/2022/05/GHSA-m846-3932-wq6m/GHSA-m846-3932-wq6m.json index 145939c3432..7e96af776ae 100644 --- a/advisories/unreviewed/2022/05/GHSA-m846-3932-wq6m/GHSA-m846-3932-wq6m.json +++ b/advisories/unreviewed/2022/05/GHSA-m846-3932-wq6m/GHSA-m846-3932-wq6m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-m892-8m95-539h/GHSA-m892-8m95-539h.json b/advisories/unreviewed/2022/05/GHSA-m892-8m95-539h/GHSA-m892-8m95-539h.json index 4a1a2ef8ca7..51f3db0495b 100644 --- a/advisories/unreviewed/2022/05/GHSA-m892-8m95-539h/GHSA-m892-8m95-539h.json +++ b/advisories/unreviewed/2022/05/GHSA-m892-8m95-539h/GHSA-m892-8m95-539h.json @@ -7,12 +7,8 @@ "CVE-2014-5354" ], "details": "plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c in MIT Kerberos 5 (aka krb5) 1.12.x and 1.13.x before 1.13.1, when the KDC uses LDAP, allows remote authenticated users to cause a denial of service (NULL pointer dereference and daemon crash) by creating a database entry for a keyless principal, as demonstrated by a kadmin \"add_principal -nokey\" or \"purgekeys -all\" command.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -40,9 +36,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-m8wx-7rr9-rfp5/GHSA-m8wx-7rr9-rfp5.json b/advisories/unreviewed/2022/05/GHSA-m8wx-7rr9-rfp5/GHSA-m8wx-7rr9-rfp5.json index 9e64a073c27..5dc495c7be4 100644 --- a/advisories/unreviewed/2022/05/GHSA-m8wx-7rr9-rfp5/GHSA-m8wx-7rr9-rfp5.json +++ b/advisories/unreviewed/2022/05/GHSA-m8wx-7rr9-rfp5/GHSA-m8wx-7rr9-rfp5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -103,9 +101,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mch4-5vr9-8hcf/GHSA-mch4-5vr9-8hcf.json b/advisories/unreviewed/2022/05/GHSA-mch4-5vr9-8hcf/GHSA-mch4-5vr9-8hcf.json index 8e9ce4e2b99..cbc00f1dfef 100644 --- a/advisories/unreviewed/2022/05/GHSA-mch4-5vr9-8hcf/GHSA-mch4-5vr9-8hcf.json +++ b/advisories/unreviewed/2022/05/GHSA-mch4-5vr9-8hcf/GHSA-mch4-5vr9-8hcf.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-mcjm-p869-4gcm/GHSA-mcjm-p869-4gcm.json b/advisories/unreviewed/2022/05/GHSA-mcjm-p869-4gcm/GHSA-mcjm-p869-4gcm.json index dfa42f5de95..4ab056672c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-mcjm-p869-4gcm/GHSA-mcjm-p869-4gcm.json +++ b/advisories/unreviewed/2022/05/GHSA-mcjm-p869-4gcm/GHSA-mcjm-p869-4gcm.json @@ -7,12 +7,8 @@ "CVE-2012-3197" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.64 and earlier, and 5.5.26 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server Replication.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mcm6-4273-92rf/GHSA-mcm6-4273-92rf.json b/advisories/unreviewed/2022/05/GHSA-mcm6-4273-92rf/GHSA-mcm6-4273-92rf.json index 4df6f0bcb5a..0190abb9a78 100644 --- a/advisories/unreviewed/2022/05/GHSA-mcm6-4273-92rf/GHSA-mcm6-4273-92rf.json +++ b/advisories/unreviewed/2022/05/GHSA-mcm6-4273-92rf/GHSA-mcm6-4273-92rf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mff7-9j53-m4xq/GHSA-mff7-9j53-m4xq.json b/advisories/unreviewed/2022/05/GHSA-mff7-9j53-m4xq/GHSA-mff7-9j53-m4xq.json index c79eb1259b9..6e46658ced8 100644 --- a/advisories/unreviewed/2022/05/GHSA-mff7-9j53-m4xq/GHSA-mff7-9j53-m4xq.json +++ b/advisories/unreviewed/2022/05/GHSA-mff7-9j53-m4xq/GHSA-mff7-9j53-m4xq.json @@ -7,12 +7,8 @@ "CVE-2014-9376" ], "details": "Integer underflow in Ettercap 0.8.1 allows remote attackers to cause a denial of service (out-of-bounds write) and possibly execute arbitrary code via a small (1) size variable value in the dissector_dhcp function in dissectors/ec_dhcp.c, (2) length value to the dissector_gg function in dissectors/ec_gg.c, or (3) string length to the get_decode_len function in ec_utils.c or a request without a (4) username or (5) password to the dissector_TN3270 function in dissectors/ec_TN3270.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mfw7-9qmq-xp44/GHSA-mfw7-9qmq-xp44.json b/advisories/unreviewed/2022/05/GHSA-mfw7-9qmq-xp44/GHSA-mfw7-9qmq-xp44.json index 713b8aefff0..d1bf6bd43f7 100644 --- a/advisories/unreviewed/2022/05/GHSA-mfw7-9qmq-xp44/GHSA-mfw7-9qmq-xp44.json +++ b/advisories/unreviewed/2022/05/GHSA-mfw7-9qmq-xp44/GHSA-mfw7-9qmq-xp44.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-mfxj-3ww9-m968/GHSA-mfxj-3ww9-m968.json b/advisories/unreviewed/2022/05/GHSA-mfxj-3ww9-m968/GHSA-mfxj-3ww9-m968.json index 619b4e45808..13acecefd26 100644 --- a/advisories/unreviewed/2022/05/GHSA-mfxj-3ww9-m968/GHSA-mfxj-3ww9-m968.json +++ b/advisories/unreviewed/2022/05/GHSA-mfxj-3ww9-m968/GHSA-mfxj-3ww9-m968.json @@ -7,12 +7,8 @@ "CVE-2012-6599" ], "details": "The device-management command-line interface in Palo Alto Networks PAN-OS 4.0.x before 4.0.8 and 4.1.x before 4.1.1 allows remote authenticated users to execute arbitrary commands via unspecified vectors, aka Ref ID 33476.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mhc3-cvw4-x398/GHSA-mhc3-cvw4-x398.json b/advisories/unreviewed/2022/05/GHSA-mhc3-cvw4-x398/GHSA-mhc3-cvw4-x398.json index a46e9109c84..17676b1a056 100644 --- a/advisories/unreviewed/2022/05/GHSA-mhc3-cvw4-x398/GHSA-mhc3-cvw4-x398.json +++ b/advisories/unreviewed/2022/05/GHSA-mhc3-cvw4-x398/GHSA-mhc3-cvw4-x398.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -111,9 +109,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mmmp-3j92-hg56/GHSA-mmmp-3j92-hg56.json b/advisories/unreviewed/2022/05/GHSA-mmmp-3j92-hg56/GHSA-mmmp-3j92-hg56.json index 1b2dc5e91f9..217d9293400 100644 --- a/advisories/unreviewed/2022/05/GHSA-mmmp-3j92-hg56/GHSA-mmmp-3j92-hg56.json +++ b/advisories/unreviewed/2022/05/GHSA-mmmp-3j92-hg56/GHSA-mmmp-3j92-hg56.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-mp57-ch79-f567/GHSA-mp57-ch79-f567.json b/advisories/unreviewed/2022/05/GHSA-mp57-ch79-f567/GHSA-mp57-ch79-f567.json index 0aa8d8db0ad..89df61a6f9d 100644 --- a/advisories/unreviewed/2022/05/GHSA-mp57-ch79-f567/GHSA-mp57-ch79-f567.json +++ b/advisories/unreviewed/2022/05/GHSA-mp57-ch79-f567/GHSA-mp57-ch79-f567.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mpjp-h73q-33cc/GHSA-mpjp-h73q-33cc.json b/advisories/unreviewed/2022/05/GHSA-mpjp-h73q-33cc/GHSA-mpjp-h73q-33cc.json index 3a8342139e4..5d1bb5ec9ff 100644 --- a/advisories/unreviewed/2022/05/GHSA-mpjp-h73q-33cc/GHSA-mpjp-h73q-33cc.json +++ b/advisories/unreviewed/2022/05/GHSA-mpjp-h73q-33cc/GHSA-mpjp-h73q-33cc.json @@ -7,12 +7,8 @@ "CVE-2014-0386" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.71 and earlier, 5.5.33 and earlier, and 5.6.13 and earlier allows remote authenticated users to affect availability via unknown vectors related to Optimizer.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -84,9 +80,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-mpwr-vh8m-qpfg/GHSA-mpwr-vh8m-qpfg.json b/advisories/unreviewed/2022/05/GHSA-mpwr-vh8m-qpfg/GHSA-mpwr-vh8m-qpfg.json index c50ab8f9024..ac89b95c6aa 100644 --- a/advisories/unreviewed/2022/05/GHSA-mpwr-vh8m-qpfg/GHSA-mpwr-vh8m-qpfg.json +++ b/advisories/unreviewed/2022/05/GHSA-mpwr-vh8m-qpfg/GHSA-mpwr-vh8m-qpfg.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-mqjj-cmr8-p9p2/GHSA-mqjj-cmr8-p9p2.json b/advisories/unreviewed/2022/05/GHSA-mqjj-cmr8-p9p2/GHSA-mqjj-cmr8-p9p2.json index d79319825fc..12a3d2db3b1 100644 --- a/advisories/unreviewed/2022/05/GHSA-mqjj-cmr8-p9p2/GHSA-mqjj-cmr8-p9p2.json +++ b/advisories/unreviewed/2022/05/GHSA-mqjj-cmr8-p9p2/GHSA-mqjj-cmr8-p9p2.json @@ -7,12 +7,8 @@ "CVE-2012-5385" ], "details": "install/index.php in Craig Knudsen WebCalendar before 1.2.5 allows remote attackers to modify settings.php and possibly execute arbitrary code via vectors related to the user theme preference.", - "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-mr5g-g8fx-jrwp/GHSA-mr5g-g8fx-jrwp.json b/advisories/unreviewed/2022/05/GHSA-mr5g-g8fx-jrwp/GHSA-mr5g-g8fx-jrwp.json index 7cecfb4ad4d..aa5c06ca6a1 100644 --- a/advisories/unreviewed/2022/05/GHSA-mr5g-g8fx-jrwp/GHSA-mr5g-g8fx-jrwp.json +++ b/advisories/unreviewed/2022/05/GHSA-mr5g-g8fx-jrwp/GHSA-mr5g-g8fx-jrwp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mrjc-729g-rfq4/GHSA-mrjc-729g-rfq4.json b/advisories/unreviewed/2022/05/GHSA-mrjc-729g-rfq4/GHSA-mrjc-729g-rfq4.json index 2a9443f5ccd..87d02624ad6 100644 --- a/advisories/unreviewed/2022/05/GHSA-mrjc-729g-rfq4/GHSA-mrjc-729g-rfq4.json +++ b/advisories/unreviewed/2022/05/GHSA-mrjc-729g-rfq4/GHSA-mrjc-729g-rfq4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mrq8-qgpv-5qqv/GHSA-mrq8-qgpv-5qqv.json b/advisories/unreviewed/2022/05/GHSA-mrq8-qgpv-5qqv/GHSA-mrq8-qgpv-5qqv.json index ada8cf228ba..fc45bec2c99 100644 --- a/advisories/unreviewed/2022/05/GHSA-mrq8-qgpv-5qqv/GHSA-mrq8-qgpv-5qqv.json +++ b/advisories/unreviewed/2022/05/GHSA-mrq8-qgpv-5qqv/GHSA-mrq8-qgpv-5qqv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-mx4h-7v5c-9mj7/GHSA-mx4h-7v5c-9mj7.json b/advisories/unreviewed/2022/05/GHSA-mx4h-7v5c-9mj7/GHSA-mx4h-7v5c-9mj7.json index 1967dfd4f86..547a206a15e 100644 --- a/advisories/unreviewed/2022/05/GHSA-mx4h-7v5c-9mj7/GHSA-mx4h-7v5c-9mj7.json +++ b/advisories/unreviewed/2022/05/GHSA-mx4h-7v5c-9mj7/GHSA-mx4h-7v5c-9mj7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -111,9 +109,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-p3mv-xmc9-r2fr/GHSA-p3mv-xmc9-r2fr.json b/advisories/unreviewed/2022/05/GHSA-p3mv-xmc9-r2fr/GHSA-p3mv-xmc9-r2fr.json index 12ce4ca540f..3c5419f73ce 100644 --- a/advisories/unreviewed/2022/05/GHSA-p3mv-xmc9-r2fr/GHSA-p3mv-xmc9-r2fr.json +++ b/advisories/unreviewed/2022/05/GHSA-p3mv-xmc9-r2fr/GHSA-p3mv-xmc9-r2fr.json @@ -7,12 +7,8 @@ "CVE-2010-3679" ], "details": "Oracle MySQL 5.1 before 5.1.49 allows remote authenticated users to cause a denial of service (mysqld daemon crash) via certain arguments to the BINLOG command, which triggers an access of uninitialized memory, as demonstrated by valgrind.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -76,9 +72,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-p4pj-mjf6-c763/GHSA-p4pj-mjf6-c763.json b/advisories/unreviewed/2022/05/GHSA-p4pj-mjf6-c763/GHSA-p4pj-mjf6-c763.json index d51c106680a..d3a0c2eb736 100644 --- a/advisories/unreviewed/2022/05/GHSA-p4pj-mjf6-c763/GHSA-p4pj-mjf6-c763.json +++ b/advisories/unreviewed/2022/05/GHSA-p4pj-mjf6-c763/GHSA-p4pj-mjf6-c763.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p4xv-mj4j-5j9q/GHSA-p4xv-mj4j-5j9q.json b/advisories/unreviewed/2022/05/GHSA-p4xv-mj4j-5j9q/GHSA-p4xv-mj4j-5j9q.json index a7019bf057a..f422c210b47 100644 --- a/advisories/unreviewed/2022/05/GHSA-p4xv-mj4j-5j9q/GHSA-p4xv-mj4j-5j9q.json +++ b/advisories/unreviewed/2022/05/GHSA-p4xv-mj4j-5j9q/GHSA-p4xv-mj4j-5j9q.json @@ -7,12 +7,8 @@ "CVE-2013-5944" ], "details": "The integrated web server on Siemens SCALANCE X-200 switches with firmware before 4.5.0 and X-200IRT switches with firmware before 5.1.0 does not properly enforce authentication requirements, which allows remote attackers to perform administrative actions via requests to the management interface.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p68x-q9g7-4cgg/GHSA-p68x-q9g7-4cgg.json b/advisories/unreviewed/2022/05/GHSA-p68x-q9g7-4cgg/GHSA-p68x-q9g7-4cgg.json index 4d0075a8bbc..9569565a7f5 100644 --- a/advisories/unreviewed/2022/05/GHSA-p68x-q9g7-4cgg/GHSA-p68x-q9g7-4cgg.json +++ b/advisories/unreviewed/2022/05/GHSA-p68x-q9g7-4cgg/GHSA-p68x-q9g7-4cgg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p6cr-rvmh-w2xm/GHSA-p6cr-rvmh-w2xm.json b/advisories/unreviewed/2022/05/GHSA-p6cr-rvmh-w2xm/GHSA-p6cr-rvmh-w2xm.json index b692c4793b5..b5944da1fe9 100644 --- a/advisories/unreviewed/2022/05/GHSA-p6cr-rvmh-w2xm/GHSA-p6cr-rvmh-w2xm.json +++ b/advisories/unreviewed/2022/05/GHSA-p6cr-rvmh-w2xm/GHSA-p6cr-rvmh-w2xm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p6f5-7r7f-h77r/GHSA-p6f5-7r7f-h77r.json b/advisories/unreviewed/2022/05/GHSA-p6f5-7r7f-h77r/GHSA-p6f5-7r7f-h77r.json index c7a52ca5955..9a36d23d1ce 100644 --- a/advisories/unreviewed/2022/05/GHSA-p6f5-7r7f-h77r/GHSA-p6f5-7r7f-h77r.json +++ b/advisories/unreviewed/2022/05/GHSA-p6f5-7r7f-h77r/GHSA-p6f5-7r7f-h77r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p6ff-5hfq-xrg9/GHSA-p6ff-5hfq-xrg9.json b/advisories/unreviewed/2022/05/GHSA-p6ff-5hfq-xrg9/GHSA-p6ff-5hfq-xrg9.json index 0f08a25355a..6541bf9b291 100644 --- a/advisories/unreviewed/2022/05/GHSA-p6ff-5hfq-xrg9/GHSA-p6ff-5hfq-xrg9.json +++ b/advisories/unreviewed/2022/05/GHSA-p6ff-5hfq-xrg9/GHSA-p6ff-5hfq-xrg9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p6gr-96p8-25fw/GHSA-p6gr-96p8-25fw.json b/advisories/unreviewed/2022/05/GHSA-p6gr-96p8-25fw/GHSA-p6gr-96p8-25fw.json index 134c600bfae..28934e1b6d5 100644 --- a/advisories/unreviewed/2022/05/GHSA-p6gr-96p8-25fw/GHSA-p6gr-96p8-25fw.json +++ b/advisories/unreviewed/2022/05/GHSA-p6gr-96p8-25fw/GHSA-p6gr-96p8-25fw.json @@ -7,12 +7,8 @@ "CVE-2013-6920" ], "details": "Siemens SINAMICS S/G controllers with firmware before 4.6.11 do not require authentication for FTP and TELNET sessions, which allows remote attackers to bypass intended access restrictions via TCP traffic to port (1) 21 or (2) 23.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p6vj-j24g-56wp/GHSA-p6vj-j24g-56wp.json b/advisories/unreviewed/2022/05/GHSA-p6vj-j24g-56wp/GHSA-p6vj-j24g-56wp.json index 142981e024a..a7652036a0b 100644 --- a/advisories/unreviewed/2022/05/GHSA-p6vj-j24g-56wp/GHSA-p6vj-j24g-56wp.json +++ b/advisories/unreviewed/2022/05/GHSA-p6vj-j24g-56wp/GHSA-p6vj-j24g-56wp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p7jw-mhp8-p9j3/GHSA-p7jw-mhp8-p9j3.json b/advisories/unreviewed/2022/05/GHSA-p7jw-mhp8-p9j3/GHSA-p7jw-mhp8-p9j3.json index 3a7dfc20c90..5e0b5b5433e 100644 --- a/advisories/unreviewed/2022/05/GHSA-p7jw-mhp8-p9j3/GHSA-p7jw-mhp8-p9j3.json +++ b/advisories/unreviewed/2022/05/GHSA-p7jw-mhp8-p9j3/GHSA-p7jw-mhp8-p9j3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p7mj-q6cv-6qw2/GHSA-p7mj-q6cv-6qw2.json b/advisories/unreviewed/2022/05/GHSA-p7mj-q6cv-6qw2/GHSA-p7mj-q6cv-6qw2.json index 066c444c27f..f0ba1975a92 100644 --- a/advisories/unreviewed/2022/05/GHSA-p7mj-q6cv-6qw2/GHSA-p7mj-q6cv-6qw2.json +++ b/advisories/unreviewed/2022/05/GHSA-p7mj-q6cv-6qw2/GHSA-p7mj-q6cv-6qw2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p7qg-jqcw-xq38/GHSA-p7qg-jqcw-xq38.json b/advisories/unreviewed/2022/05/GHSA-p7qg-jqcw-xq38/GHSA-p7qg-jqcw-xq38.json index 62d02ece5d1..8a1ba5f2b34 100644 --- a/advisories/unreviewed/2022/05/GHSA-p7qg-jqcw-xq38/GHSA-p7qg-jqcw-xq38.json +++ b/advisories/unreviewed/2022/05/GHSA-p7qg-jqcw-xq38/GHSA-p7qg-jqcw-xq38.json @@ -7,12 +7,8 @@ "CVE-2014-2254" ], "details": "Siemens SIMATIC S7-1200 CPU PLC devices with firmware before 4.0 allow remote attackers to cause a denial of service (defect-mode transition) via crafted HTTP packets, a different vulnerability than CVE-2014-2255.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-p847-vwj5-4q73/GHSA-p847-vwj5-4q73.json b/advisories/unreviewed/2022/05/GHSA-p847-vwj5-4q73/GHSA-p847-vwj5-4q73.json index dbd253835ae..bfafc7c4d60 100644 --- a/advisories/unreviewed/2022/05/GHSA-p847-vwj5-4q73/GHSA-p847-vwj5-4q73.json +++ b/advisories/unreviewed/2022/05/GHSA-p847-vwj5-4q73/GHSA-p847-vwj5-4q73.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-p93q-2cgh-jc3x/GHSA-p93q-2cgh-jc3x.json b/advisories/unreviewed/2022/05/GHSA-p93q-2cgh-jc3x/GHSA-p93q-2cgh-jc3x.json index 5fc5951b4b9..ede7c97fcc7 100644 --- a/advisories/unreviewed/2022/05/GHSA-p93q-2cgh-jc3x/GHSA-p93q-2cgh-jc3x.json +++ b/advisories/unreviewed/2022/05/GHSA-p93q-2cgh-jc3x/GHSA-p93q-2cgh-jc3x.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", @@ -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-p9vw-83xh-946g/GHSA-p9vw-83xh-946g.json b/advisories/unreviewed/2022/05/GHSA-p9vw-83xh-946g/GHSA-p9vw-83xh-946g.json index 34ae511d0c6..9f222bbd80e 100644 --- a/advisories/unreviewed/2022/05/GHSA-p9vw-83xh-946g/GHSA-p9vw-83xh-946g.json +++ b/advisories/unreviewed/2022/05/GHSA-p9vw-83xh-946g/GHSA-p9vw-83xh-946g.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-p9x3-cphw-cj5h/GHSA-p9x3-cphw-cj5h.json b/advisories/unreviewed/2022/05/GHSA-p9x3-cphw-cj5h/GHSA-p9x3-cphw-cj5h.json index 4805de151b9..99e066264f1 100644 --- a/advisories/unreviewed/2022/05/GHSA-p9x3-cphw-cj5h/GHSA-p9x3-cphw-cj5h.json +++ b/advisories/unreviewed/2022/05/GHSA-p9x3-cphw-cj5h/GHSA-p9x3-cphw-cj5h.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-pcqw-62rj-gj5j/GHSA-pcqw-62rj-gj5j.json b/advisories/unreviewed/2022/05/GHSA-pcqw-62rj-gj5j/GHSA-pcqw-62rj-gj5j.json index 981ee763de1..0283e2580b8 100644 --- a/advisories/unreviewed/2022/05/GHSA-pcqw-62rj-gj5j/GHSA-pcqw-62rj-gj5j.json +++ b/advisories/unreviewed/2022/05/GHSA-pcqw-62rj-gj5j/GHSA-pcqw-62rj-gj5j.json @@ -7,12 +7,8 @@ "CVE-2010-5278" ], "details": "Directory traversal vulnerability in manager/controllers/default/resource/tvs.php in MODx Revolution 2.0.2-pl, and possibly earlier, when magic_quotes_gpc is disabled, allows remote attackers to read arbitrary files via a .. (dot dot) in the class_key parameter. NOTE: some of these details are obtained from third party information.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pfv3-8hwj-rx3m/GHSA-pfv3-8hwj-rx3m.json b/advisories/unreviewed/2022/05/GHSA-pfv3-8hwj-rx3m/GHSA-pfv3-8hwj-rx3m.json index 099b1b52a52..24651137ac2 100644 --- a/advisories/unreviewed/2022/05/GHSA-pfv3-8hwj-rx3m/GHSA-pfv3-8hwj-rx3m.json +++ b/advisories/unreviewed/2022/05/GHSA-pfv3-8hwj-rx3m/GHSA-pfv3-8hwj-rx3m.json @@ -7,12 +7,8 @@ "CVE-2014-6396" ], "details": "The dissector_postgresql function in dissectors/ec_postgresql.c in Ettercap before 0.8.1 allows remote attackers to cause a denial of service and possibly execute arbitrary code via a crafted password length, which triggers a 0 character to be written to an arbitrary memory location.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pg4v-93mf-mmc6/GHSA-pg4v-93mf-mmc6.json b/advisories/unreviewed/2022/05/GHSA-pg4v-93mf-mmc6/GHSA-pg4v-93mf-mmc6.json index 82227a5e780..0e63a12a349 100644 --- a/advisories/unreviewed/2022/05/GHSA-pg4v-93mf-mmc6/GHSA-pg4v-93mf-mmc6.json +++ b/advisories/unreviewed/2022/05/GHSA-pg4v-93mf-mmc6/GHSA-pg4v-93mf-mmc6.json @@ -7,12 +7,8 @@ "CVE-2014-2259" ], "details": "Siemens SIMATIC S7-1500 CPU PLC devices with firmware before 1.5.0 allow remote attackers to cause a denial of service (defect-mode transition) via crafted HTTPS packets.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-pggr-62xp-w65f/GHSA-pggr-62xp-w65f.json b/advisories/unreviewed/2022/05/GHSA-pggr-62xp-w65f/GHSA-pggr-62xp-w65f.json index 09cbc2d013e..7cadc970d2e 100644 --- a/advisories/unreviewed/2022/05/GHSA-pggr-62xp-w65f/GHSA-pggr-62xp-w65f.json +++ b/advisories/unreviewed/2022/05/GHSA-pggr-62xp-w65f/GHSA-pggr-62xp-w65f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pgxw-xqx6-crgv/GHSA-pgxw-xqx6-crgv.json b/advisories/unreviewed/2022/05/GHSA-pgxw-xqx6-crgv/GHSA-pgxw-xqx6-crgv.json index 897def47f09..d3709fe8038 100644 --- a/advisories/unreviewed/2022/05/GHSA-pgxw-xqx6-crgv/GHSA-pgxw-xqx6-crgv.json +++ b/advisories/unreviewed/2022/05/GHSA-pgxw-xqx6-crgv/GHSA-pgxw-xqx6-crgv.json @@ -7,12 +7,8 @@ "CVE-2013-1051" ], "details": "apt 0.8.16, 0.9.7, and possibly other versions does not properly handle InRelease files, which allows man-in-the-middle attackers to modify packages before installation via unknown vectors, possibly related to integrity checking and the use of third-party repositories.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-ph35-xjxx-64r9/GHSA-ph35-xjxx-64r9.json b/advisories/unreviewed/2022/05/GHSA-ph35-xjxx-64r9/GHSA-ph35-xjxx-64r9.json index 723f3dae337..fd6edc82d1e 100644 --- a/advisories/unreviewed/2022/05/GHSA-ph35-xjxx-64r9/GHSA-ph35-xjxx-64r9.json +++ b/advisories/unreviewed/2022/05/GHSA-ph35-xjxx-64r9/GHSA-ph35-xjxx-64r9.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-phcc-83hq-g329/GHSA-phcc-83hq-g329.json b/advisories/unreviewed/2022/05/GHSA-phcc-83hq-g329/GHSA-phcc-83hq-g329.json index 82e45d1ee1a..f57005d8ef2 100644 --- a/advisories/unreviewed/2022/05/GHSA-phcc-83hq-g329/GHSA-phcc-83hq-g329.json +++ b/advisories/unreviewed/2022/05/GHSA-phcc-83hq-g329/GHSA-phcc-83hq-g329.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-phjc-c95f-c2c3/GHSA-phjc-c95f-c2c3.json b/advisories/unreviewed/2022/05/GHSA-phjc-c95f-c2c3/GHSA-phjc-c95f-c2c3.json index 8218b0194ee..d8c0dfdd8c2 100644 --- a/advisories/unreviewed/2022/05/GHSA-phjc-c95f-c2c3/GHSA-phjc-c95f-c2c3.json +++ b/advisories/unreviewed/2022/05/GHSA-phjc-c95f-c2c3/GHSA-phjc-c95f-c2c3.json @@ -7,12 +7,8 @@ "CVE-2010-1848" ], "details": "Directory traversal vulnerability in MySQL 5.0 through 5.0.91 and 5.1 before 5.1.47 allows remote authenticated users to bypass intended table grants to read field definitions of arbitrary tables, and on 5.1 to read or delete content of arbitrary tables, via a .. (dot dot) in a table name.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-phxm-4gpx-94fr/GHSA-phxm-4gpx-94fr.json b/advisories/unreviewed/2022/05/GHSA-phxm-4gpx-94fr/GHSA-phxm-4gpx-94fr.json index e32ed43b41f..cae8782d6c7 100644 --- a/advisories/unreviewed/2022/05/GHSA-phxm-4gpx-94fr/GHSA-phxm-4gpx-94fr.json +++ b/advisories/unreviewed/2022/05/GHSA-phxm-4gpx-94fr/GHSA-phxm-4gpx-94fr.json @@ -7,12 +7,8 @@ "CVE-2012-1015" ], "details": "The kdc_handle_protected_negotiation function in the Key Distribution Center (KDC) in MIT Kerberos 5 (aka krb5) 1.8.x, 1.9.x before 1.9.5, and 1.10.x before 1.10.3 attempts to calculate a checksum before verifying that the key type is appropriate for a checksum, which allows remote attackers to execute arbitrary code or cause a denial of service (uninitialized pointer free, heap memory corruption, and daemon crash) via a crafted AS-REQ request.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pjgv-6g36-4f56/GHSA-pjgv-6g36-4f56.json b/advisories/unreviewed/2022/05/GHSA-pjgv-6g36-4f56/GHSA-pjgv-6g36-4f56.json index 0c391f9a825..76e375bf65d 100644 --- a/advisories/unreviewed/2022/05/GHSA-pjgv-6g36-4f56/GHSA-pjgv-6g36-4f56.json +++ b/advisories/unreviewed/2022/05/GHSA-pjgv-6g36-4f56/GHSA-pjgv-6g36-4f56.json @@ -7,12 +7,8 @@ "CVE-2014-0598" ], "details": "Directory traversal vulnerability in iPrint in Novell Open Enterprise Server (OES) 11 SP1 before Maintenance Update 9151 on Linux has unspecified impact and remote attack vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pjhf-w726-7xhc/GHSA-pjhf-w726-7xhc.json b/advisories/unreviewed/2022/05/GHSA-pjhf-w726-7xhc/GHSA-pjhf-w726-7xhc.json index 83a68763e07..1f2d2e226d8 100644 --- a/advisories/unreviewed/2022/05/GHSA-pjhf-w726-7xhc/GHSA-pjhf-w726-7xhc.json +++ b/advisories/unreviewed/2022/05/GHSA-pjhf-w726-7xhc/GHSA-pjhf-w726-7xhc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pjhr-4858-rwxq/GHSA-pjhr-4858-rwxq.json b/advisories/unreviewed/2022/05/GHSA-pjhr-4858-rwxq/GHSA-pjhr-4858-rwxq.json index 06567f11570..ecdfd7904bb 100644 --- a/advisories/unreviewed/2022/05/GHSA-pjhr-4858-rwxq/GHSA-pjhr-4858-rwxq.json +++ b/advisories/unreviewed/2022/05/GHSA-pjhr-4858-rwxq/GHSA-pjhr-4858-rwxq.json @@ -7,12 +7,8 @@ "CVE-2012-6598" ], "details": "The device-management command-line interface in Palo Alto Networks PAN-OS 4.0.x before 4.0.8 allows remote authenticated users to execute arbitrary commands via unspecified vectors, aka Ref ID 33080.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pm35-jvrf-37g2/GHSA-pm35-jvrf-37g2.json b/advisories/unreviewed/2022/05/GHSA-pm35-jvrf-37g2/GHSA-pm35-jvrf-37g2.json index 79d9bf27047..ba34db1ec3e 100644 --- a/advisories/unreviewed/2022/05/GHSA-pm35-jvrf-37g2/GHSA-pm35-jvrf-37g2.json +++ b/advisories/unreviewed/2022/05/GHSA-pm35-jvrf-37g2/GHSA-pm35-jvrf-37g2.json @@ -7,12 +7,8 @@ "CVE-2011-0281" ], "details": "The unparse implementation in the Key Distribution Center (KDC) in MIT Kerberos 5 (aka krb5) 1.6.x through 1.9, when an LDAP backend is used, allows remote attackers to cause a denial of service (file descriptor exhaustion and daemon hang) via a principal name that triggers use of a backslash escape sequence, as demonstrated by a \\n sequence.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -108,9 +104,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-pm7p-73v9-hmx9/GHSA-pm7p-73v9-hmx9.json b/advisories/unreviewed/2022/05/GHSA-pm7p-73v9-hmx9/GHSA-pm7p-73v9-hmx9.json index 46928fc61cd..afcb45cf9c3 100644 --- a/advisories/unreviewed/2022/05/GHSA-pm7p-73v9-hmx9/GHSA-pm7p-73v9-hmx9.json +++ b/advisories/unreviewed/2022/05/GHSA-pm7p-73v9-hmx9/GHSA-pm7p-73v9-hmx9.json @@ -7,12 +7,8 @@ "CVE-2011-1072" ], "details": "The installer in PEAR before 1.9.2 allows local users to overwrite arbitrary files via a symlink attack on the package.xml file, related to the (1) download_dir, (2) cache_dir, (3) tmp_dir, and (4) pear-build-download directories, a different vulnerability than CVE-2007-2519.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pm9x-2x8v-8ww4/GHSA-pm9x-2x8v-8ww4.json b/advisories/unreviewed/2022/05/GHSA-pm9x-2x8v-8ww4/GHSA-pm9x-2x8v-8ww4.json index 5d520e560b8..ea75d0da9d0 100644 --- a/advisories/unreviewed/2022/05/GHSA-pm9x-2x8v-8ww4/GHSA-pm9x-2x8v-8ww4.json +++ b/advisories/unreviewed/2022/05/GHSA-pm9x-2x8v-8ww4/GHSA-pm9x-2x8v-8ww4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pmcm-hfmc-x2p2/GHSA-pmcm-hfmc-x2p2.json b/advisories/unreviewed/2022/05/GHSA-pmcm-hfmc-x2p2/GHSA-pmcm-hfmc-x2p2.json index e7248688f5f..c8a1bec3557 100644 --- a/advisories/unreviewed/2022/05/GHSA-pmcm-hfmc-x2p2/GHSA-pmcm-hfmc-x2p2.json +++ b/advisories/unreviewed/2022/05/GHSA-pmcm-hfmc-x2p2/GHSA-pmcm-hfmc-x2p2.json @@ -7,12 +7,8 @@ "CVE-2015-1048" ], "details": "Open redirect vulnerability in the integrated web server on Siemens SIMATIC S7-1200 CPU devices with firmware before 4.1 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-pmhc-wcpm-7vcv/GHSA-pmhc-wcpm-7vcv.json b/advisories/unreviewed/2022/05/GHSA-pmhc-wcpm-7vcv/GHSA-pmhc-wcpm-7vcv.json index f400157aefb..52bbb1e6d4f 100644 --- a/advisories/unreviewed/2022/05/GHSA-pmhc-wcpm-7vcv/GHSA-pmhc-wcpm-7vcv.json +++ b/advisories/unreviewed/2022/05/GHSA-pmhc-wcpm-7vcv/GHSA-pmhc-wcpm-7vcv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pqrj-g85m-jr28/GHSA-pqrj-g85m-jr28.json b/advisories/unreviewed/2022/05/GHSA-pqrj-g85m-jr28/GHSA-pqrj-g85m-jr28.json index 75102efefb6..ee05e128dc2 100644 --- a/advisories/unreviewed/2022/05/GHSA-pqrj-g85m-jr28/GHSA-pqrj-g85m-jr28.json +++ b/advisories/unreviewed/2022/05/GHSA-pqrj-g85m-jr28/GHSA-pqrj-g85m-jr28.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pr4h-24v3-fp67/GHSA-pr4h-24v3-fp67.json b/advisories/unreviewed/2022/05/GHSA-pr4h-24v3-fp67/GHSA-pr4h-24v3-fp67.json index d2a004c3b5a..1b1b9a0fff0 100644 --- a/advisories/unreviewed/2022/05/GHSA-pr4h-24v3-fp67/GHSA-pr4h-24v3-fp67.json +++ b/advisories/unreviewed/2022/05/GHSA-pr4h-24v3-fp67/GHSA-pr4h-24v3-fp67.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pvf6-chpc-2vfx/GHSA-pvf6-chpc-2vfx.json b/advisories/unreviewed/2022/05/GHSA-pvf6-chpc-2vfx/GHSA-pvf6-chpc-2vfx.json index 8ea9fdcc9e3..1617d0d3376 100644 --- a/advisories/unreviewed/2022/05/GHSA-pvf6-chpc-2vfx/GHSA-pvf6-chpc-2vfx.json +++ b/advisories/unreviewed/2022/05/GHSA-pvf6-chpc-2vfx/GHSA-pvf6-chpc-2vfx.json @@ -7,12 +7,8 @@ "CVE-2014-7206" ], "details": "The changelog command in Apt before 1.0.9.2 allows local users to write to arbitrary files via a symlink attack on the changelog file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pvfc-9226-rpg4/GHSA-pvfc-9226-rpg4.json b/advisories/unreviewed/2022/05/GHSA-pvfc-9226-rpg4/GHSA-pvfc-9226-rpg4.json index e837e941675..8a709d3a655 100644 --- a/advisories/unreviewed/2022/05/GHSA-pvfc-9226-rpg4/GHSA-pvfc-9226-rpg4.json +++ b/advisories/unreviewed/2022/05/GHSA-pvfc-9226-rpg4/GHSA-pvfc-9226-rpg4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pvj2-6254-2737/GHSA-pvj2-6254-2737.json b/advisories/unreviewed/2022/05/GHSA-pvj2-6254-2737/GHSA-pvj2-6254-2737.json index 15873f3df03..222caa6d650 100644 --- a/advisories/unreviewed/2022/05/GHSA-pvj2-6254-2737/GHSA-pvj2-6254-2737.json +++ b/advisories/unreviewed/2022/05/GHSA-pvj2-6254-2737/GHSA-pvj2-6254-2737.json @@ -7,12 +7,8 @@ "CVE-2016-0608" ], "details": "Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier, 5.6.27 and earlier, and 5.7.9 and MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10 allows remote authenticated users to affect availability via vectors related to UDF.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -108,9 +104,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-pvqg-4394-gpjv/GHSA-pvqg-4394-gpjv.json b/advisories/unreviewed/2022/05/GHSA-pvqg-4394-gpjv/GHSA-pvqg-4394-gpjv.json index c2e248749d6..c71f9b8c311 100644 --- a/advisories/unreviewed/2022/05/GHSA-pvqg-4394-gpjv/GHSA-pvqg-4394-gpjv.json +++ b/advisories/unreviewed/2022/05/GHSA-pvqg-4394-gpjv/GHSA-pvqg-4394-gpjv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pw4f-vm4x-g476/GHSA-pw4f-vm4x-g476.json b/advisories/unreviewed/2022/05/GHSA-pw4f-vm4x-g476/GHSA-pw4f-vm4x-g476.json index e2cdc6226c8..13c77da9755 100644 --- a/advisories/unreviewed/2022/05/GHSA-pw4f-vm4x-g476/GHSA-pw4f-vm4x-g476.json +++ b/advisories/unreviewed/2022/05/GHSA-pw4f-vm4x-g476/GHSA-pw4f-vm4x-g476.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-px4v-xf9h-7x5v/GHSA-px4v-xf9h-7x5v.json b/advisories/unreviewed/2022/05/GHSA-px4v-xf9h-7x5v/GHSA-px4v-xf9h-7x5v.json index f2ca2f2bb43..4610098f0fa 100644 --- a/advisories/unreviewed/2022/05/GHSA-px4v-xf9h-7x5v/GHSA-px4v-xf9h-7x5v.json +++ b/advisories/unreviewed/2022/05/GHSA-px4v-xf9h-7x5v/GHSA-px4v-xf9h-7x5v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-pxhv-jv3r-8j7f/GHSA-pxhv-jv3r-8j7f.json b/advisories/unreviewed/2022/05/GHSA-pxhv-jv3r-8j7f/GHSA-pxhv-jv3r-8j7f.json index 86074110112..a81b6fabf93 100644 --- a/advisories/unreviewed/2022/05/GHSA-pxhv-jv3r-8j7f/GHSA-pxhv-jv3r-8j7f.json +++ b/advisories/unreviewed/2022/05/GHSA-pxhv-jv3r-8j7f/GHSA-pxhv-jv3r-8j7f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q3x4-g6w4-58j4/GHSA-q3x4-g6w4-58j4.json b/advisories/unreviewed/2022/05/GHSA-q3x4-g6w4-58j4/GHSA-q3x4-g6w4-58j4.json index 49fce9520fe..0265596c60e 100644 --- a/advisories/unreviewed/2022/05/GHSA-q3x4-g6w4-58j4/GHSA-q3x4-g6w4-58j4.json +++ b/advisories/unreviewed/2022/05/GHSA-q3x4-g6w4-58j4/GHSA-q3x4-g6w4-58j4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q53c-xvxg-cf54/GHSA-q53c-xvxg-cf54.json b/advisories/unreviewed/2022/05/GHSA-q53c-xvxg-cf54/GHSA-q53c-xvxg-cf54.json index 65e64ff935e..9b58da3f14f 100644 --- a/advisories/unreviewed/2022/05/GHSA-q53c-xvxg-cf54/GHSA-q53c-xvxg-cf54.json +++ b/advisories/unreviewed/2022/05/GHSA-q53c-xvxg-cf54/GHSA-q53c-xvxg-cf54.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q59m-f65p-jcq3/GHSA-q59m-f65p-jcq3.json b/advisories/unreviewed/2022/05/GHSA-q59m-f65p-jcq3/GHSA-q59m-f65p-jcq3.json index dd9bd98b363..b7b75606434 100644 --- a/advisories/unreviewed/2022/05/GHSA-q59m-f65p-jcq3/GHSA-q59m-f65p-jcq3.json +++ b/advisories/unreviewed/2022/05/GHSA-q59m-f65p-jcq3/GHSA-q59m-f65p-jcq3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q74w-w5gw-g3jf/GHSA-q74w-w5gw-g3jf.json b/advisories/unreviewed/2022/05/GHSA-q74w-w5gw-g3jf/GHSA-q74w-w5gw-g3jf.json index 88808db40cc..efdf09bc47b 100644 --- a/advisories/unreviewed/2022/05/GHSA-q74w-w5gw-g3jf/GHSA-q74w-w5gw-g3jf.json +++ b/advisories/unreviewed/2022/05/GHSA-q74w-w5gw-g3jf/GHSA-q74w-w5gw-g3jf.json @@ -7,12 +7,8 @@ "CVE-2011-2262" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.x and 5.5.x allows remote attackers to affect availability via unknown vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -48,9 +44,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-q7wv-qr74-h8j8/GHSA-q7wv-qr74-h8j8.json b/advisories/unreviewed/2022/05/GHSA-q7wv-qr74-h8j8/GHSA-q7wv-qr74-h8j8.json index b9e8746aa94..ed7a9d56574 100644 --- a/advisories/unreviewed/2022/05/GHSA-q7wv-qr74-h8j8/GHSA-q7wv-qr74-h8j8.json +++ b/advisories/unreviewed/2022/05/GHSA-q7wv-qr74-h8j8/GHSA-q7wv-qr74-h8j8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q8cv-h3rc-632g/GHSA-q8cv-h3rc-632g.json b/advisories/unreviewed/2022/05/GHSA-q8cv-h3rc-632g/GHSA-q8cv-h3rc-632g.json index f28ae70f312..2ed76ed133c 100644 --- a/advisories/unreviewed/2022/05/GHSA-q8cv-h3rc-632g/GHSA-q8cv-h3rc-632g.json +++ b/advisories/unreviewed/2022/05/GHSA-q8cv-h3rc-632g/GHSA-q8cv-h3rc-632g.json @@ -7,12 +7,8 @@ "CVE-2012-6603" ], "details": "The web management UI in Palo Alto Networks PAN-OS before 3.1.12, 4.0.x before 4.0.10, and 4.1.x before 4.1.4 allows remote attackers to bypass authentication and obtain administrator privileges via unspecified vectors, aka Ref ID 37034.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-q8wg-797w-5xvw/GHSA-q8wg-797w-5xvw.json b/advisories/unreviewed/2022/05/GHSA-q8wg-797w-5xvw/GHSA-q8wg-797w-5xvw.json index f92c0033a85..bae77b79add 100644 --- a/advisories/unreviewed/2022/05/GHSA-q8wg-797w-5xvw/GHSA-q8wg-797w-5xvw.json +++ b/advisories/unreviewed/2022/05/GHSA-q8wg-797w-5xvw/GHSA-q8wg-797w-5xvw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -115,9 +113,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qffx-cq52-9cp7/GHSA-qffx-cq52-9cp7.json b/advisories/unreviewed/2022/05/GHSA-qffx-cq52-9cp7/GHSA-qffx-cq52-9cp7.json index dde6664c5d7..81953731649 100644 --- a/advisories/unreviewed/2022/05/GHSA-qffx-cq52-9cp7/GHSA-qffx-cq52-9cp7.json +++ b/advisories/unreviewed/2022/05/GHSA-qffx-cq52-9cp7/GHSA-qffx-cq52-9cp7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -107,9 +105,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qfpg-f23h-mx85/GHSA-qfpg-f23h-mx85.json b/advisories/unreviewed/2022/05/GHSA-qfpg-f23h-mx85/GHSA-qfpg-f23h-mx85.json index a14bef34d93..10b306ea242 100644 --- a/advisories/unreviewed/2022/05/GHSA-qfpg-f23h-mx85/GHSA-qfpg-f23h-mx85.json +++ b/advisories/unreviewed/2022/05/GHSA-qfpg-f23h-mx85/GHSA-qfpg-f23h-mx85.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qhwj-f5hr-5ccf/GHSA-qhwj-f5hr-5ccf.json b/advisories/unreviewed/2022/05/GHSA-qhwj-f5hr-5ccf/GHSA-qhwj-f5hr-5ccf.json index e408febb87f..23c8d8207dd 100644 --- a/advisories/unreviewed/2022/05/GHSA-qhwj-f5hr-5ccf/GHSA-qhwj-f5hr-5ccf.json +++ b/advisories/unreviewed/2022/05/GHSA-qhwj-f5hr-5ccf/GHSA-qhwj-f5hr-5ccf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qmgw-9vx3-62cx/GHSA-qmgw-9vx3-62cx.json b/advisories/unreviewed/2022/05/GHSA-qmgw-9vx3-62cx/GHSA-qmgw-9vx3-62cx.json index 71370a878b7..14734f179d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-qmgw-9vx3-62cx/GHSA-qmgw-9vx3-62cx.json +++ b/advisories/unreviewed/2022/05/GHSA-qmgw-9vx3-62cx/GHSA-qmgw-9vx3-62cx.json @@ -7,12 +7,8 @@ "CVE-2012-6597" ], "details": "Palo Alto Networks PAN-OS before 3.1.11 and 4.0.x before 4.0.9 allows remote authenticated users to cause a denial of service (management-server crash) by using the command-line interface for a crafted command, aka Ref ID 35254.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qmw3-p85h-2796/GHSA-qmw3-p85h-2796.json b/advisories/unreviewed/2022/05/GHSA-qmw3-p85h-2796/GHSA-qmw3-p85h-2796.json index 8329d0f1042..5258af47270 100644 --- a/advisories/unreviewed/2022/05/GHSA-qmw3-p85h-2796/GHSA-qmw3-p85h-2796.json +++ b/advisories/unreviewed/2022/05/GHSA-qmw3-p85h-2796/GHSA-qmw3-p85h-2796.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qmxr-pxhp-w64j/GHSA-qmxr-pxhp-w64j.json b/advisories/unreviewed/2022/05/GHSA-qmxr-pxhp-w64j/GHSA-qmxr-pxhp-w64j.json index 2a9106cd715..f063d785144 100644 --- a/advisories/unreviewed/2022/05/GHSA-qmxr-pxhp-w64j/GHSA-qmxr-pxhp-w64j.json +++ b/advisories/unreviewed/2022/05/GHSA-qmxr-pxhp-w64j/GHSA-qmxr-pxhp-w64j.json @@ -7,12 +7,8 @@ "CVE-2013-1421" ], "details": "Cross-site scripting (XSS) vulnerability in Craig Knudsen WebCalendar before 1.2.5, 1.2.6, and other versions before 1.2.7 allows remote attackers to inject arbitrary web script or HTML via the Category Name field to category.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qpgc-3j29-9h54/GHSA-qpgc-3j29-9h54.json b/advisories/unreviewed/2022/05/GHSA-qpgc-3j29-9h54/GHSA-qpgc-3j29-9h54.json index 7d969eab3ad..de296b1bf1b 100644 --- a/advisories/unreviewed/2022/05/GHSA-qpgc-3j29-9h54/GHSA-qpgc-3j29-9h54.json +++ b/advisories/unreviewed/2022/05/GHSA-qpgc-3j29-9h54/GHSA-qpgc-3j29-9h54.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qq9x-4x4m-294x/GHSA-qq9x-4x4m-294x.json b/advisories/unreviewed/2022/05/GHSA-qq9x-4x4m-294x/GHSA-qq9x-4x4m-294x.json index 9157408f1ee..327684aea81 100644 --- a/advisories/unreviewed/2022/05/GHSA-qq9x-4x4m-294x/GHSA-qq9x-4x4m-294x.json +++ b/advisories/unreviewed/2022/05/GHSA-qq9x-4x4m-294x/GHSA-qq9x-4x4m-294x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -51,9 +49,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-qv34-qvqq-q583/GHSA-qv34-qvqq-q583.json b/advisories/unreviewed/2022/05/GHSA-qv34-qvqq-q583/GHSA-qv34-qvqq-q583.json index d94bfcfff5c..cbbdc73a566 100644 --- a/advisories/unreviewed/2022/05/GHSA-qv34-qvqq-q583/GHSA-qv34-qvqq-q583.json +++ b/advisories/unreviewed/2022/05/GHSA-qv34-qvqq-q583/GHSA-qv34-qvqq-q583.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qvfg-7rq7-85cm/GHSA-qvfg-7rq7-85cm.json b/advisories/unreviewed/2022/05/GHSA-qvfg-7rq7-85cm/GHSA-qvfg-7rq7-85cm.json index e78ec48ff8a..072610a89e1 100644 --- a/advisories/unreviewed/2022/05/GHSA-qvfg-7rq7-85cm/GHSA-qvfg-7rq7-85cm.json +++ b/advisories/unreviewed/2022/05/GHSA-qvfg-7rq7-85cm/GHSA-qvfg-7rq7-85cm.json @@ -7,12 +7,8 @@ "CVE-2015-6246" ], "details": "The dissect_wa_payload function in epan/dissectors/packet-waveagent.c in the WaveAgent dissector in Wireshark 1.12.x before 1.12.7 mishandles large tag values, which allows remote attackers to cause a denial of service (application crash) via a crafted packet.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qwjm-666r-m22v/GHSA-qwjm-666r-m22v.json b/advisories/unreviewed/2022/05/GHSA-qwjm-666r-m22v/GHSA-qwjm-666r-m22v.json index 98ec170a1c5..dd3e54b4833 100644 --- a/advisories/unreviewed/2022/05/GHSA-qwjm-666r-m22v/GHSA-qwjm-666r-m22v.json +++ b/advisories/unreviewed/2022/05/GHSA-qwjm-666r-m22v/GHSA-qwjm-666r-m22v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qwv4-3pjq-hx89/GHSA-qwv4-3pjq-hx89.json b/advisories/unreviewed/2022/05/GHSA-qwv4-3pjq-hx89/GHSA-qwv4-3pjq-hx89.json index b9f4a6e5111..26daeaa0d6b 100644 --- a/advisories/unreviewed/2022/05/GHSA-qwv4-3pjq-hx89/GHSA-qwv4-3pjq-hx89.json +++ b/advisories/unreviewed/2022/05/GHSA-qwv4-3pjq-hx89/GHSA-qwv4-3pjq-hx89.json @@ -7,12 +7,8 @@ "CVE-2012-5583" ], "details": "phpCAS before 1.3.2 does not verify that the server hostname matches a domain name in the subject's Common Name (CN) or subjectAltName field of the X.509 certificate, which allows man-in-the-middle attackers to spoof SSL servers via an arbitrary valid certificate.", - "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-qwwf-66q6-w688/GHSA-qwwf-66q6-w688.json b/advisories/unreviewed/2022/05/GHSA-qwwf-66q6-w688/GHSA-qwwf-66q6-w688.json index 33df187f7f2..a293a8aa2f2 100644 --- a/advisories/unreviewed/2022/05/GHSA-qwwf-66q6-w688/GHSA-qwwf-66q6-w688.json +++ b/advisories/unreviewed/2022/05/GHSA-qwwf-66q6-w688/GHSA-qwwf-66q6-w688.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qxcv-34v8-5wrh/GHSA-qxcv-34v8-5wrh.json b/advisories/unreviewed/2022/05/GHSA-qxcv-34v8-5wrh/GHSA-qxcv-34v8-5wrh.json index 8d60a4ed09f..39410388015 100644 --- a/advisories/unreviewed/2022/05/GHSA-qxcv-34v8-5wrh/GHSA-qxcv-34v8-5wrh.json +++ b/advisories/unreviewed/2022/05/GHSA-qxcv-34v8-5wrh/GHSA-qxcv-34v8-5wrh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-qxxp-8f4q-wv5v/GHSA-qxxp-8f4q-wv5v.json b/advisories/unreviewed/2022/05/GHSA-qxxp-8f4q-wv5v/GHSA-qxxp-8f4q-wv5v.json index 4973875fe16..23e73d30575 100644 --- a/advisories/unreviewed/2022/05/GHSA-qxxp-8f4q-wv5v/GHSA-qxxp-8f4q-wv5v.json +++ b/advisories/unreviewed/2022/05/GHSA-qxxp-8f4q-wv5v/GHSA-qxxp-8f4q-wv5v.json @@ -7,12 +7,8 @@ "CVE-2014-6273" ], "details": "Buffer overflow in the HTTP transport code in apt-get in APT 1.0.1 and earlier allows man-in-the-middle attackers to cause a denial of service (crash) or possibly execute arbitrary code via a crafted URL.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r2p2-727j-vwqw/GHSA-r2p2-727j-vwqw.json b/advisories/unreviewed/2022/05/GHSA-r2p2-727j-vwqw/GHSA-r2p2-727j-vwqw.json index 8552216d8cf..d1ac0b93768 100644 --- a/advisories/unreviewed/2022/05/GHSA-r2p2-727j-vwqw/GHSA-r2p2-727j-vwqw.json +++ b/advisories/unreviewed/2022/05/GHSA-r2p2-727j-vwqw/GHSA-r2p2-727j-vwqw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r3w7-7qj4-4c9v/GHSA-r3w7-7qj4-4c9v.json b/advisories/unreviewed/2022/05/GHSA-r3w7-7qj4-4c9v/GHSA-r3w7-7qj4-4c9v.json index cc08b3e7268..2e705e2ddef 100644 --- a/advisories/unreviewed/2022/05/GHSA-r3w7-7qj4-4c9v/GHSA-r3w7-7qj4-4c9v.json +++ b/advisories/unreviewed/2022/05/GHSA-r3w7-7qj4-4c9v/GHSA-r3w7-7qj4-4c9v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r54v-r859-38g3/GHSA-r54v-r859-38g3.json b/advisories/unreviewed/2022/05/GHSA-r54v-r859-38g3/GHSA-r54v-r859-38g3.json index 6372b764040..cd90adc21b8 100644 --- a/advisories/unreviewed/2022/05/GHSA-r54v-r859-38g3/GHSA-r54v-r859-38g3.json +++ b/advisories/unreviewed/2022/05/GHSA-r54v-r859-38g3/GHSA-r54v-r859-38g3.json @@ -7,12 +7,8 @@ "CVE-2014-2247" ], "details": "The integrated web server on Siemens SIMATIC S7-1500 CPU PLC devices with firmware before 1.5.0 allows remote attackers to inject headers via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-r5cx-4556-w7x7/GHSA-r5cx-4556-w7x7.json b/advisories/unreviewed/2022/05/GHSA-r5cx-4556-w7x7/GHSA-r5cx-4556-w7x7.json index 3cf5817d46e..8583ed3f5d5 100644 --- a/advisories/unreviewed/2022/05/GHSA-r5cx-4556-w7x7/GHSA-r5cx-4556-w7x7.json +++ b/advisories/unreviewed/2022/05/GHSA-r5cx-4556-w7x7/GHSA-r5cx-4556-w7x7.json @@ -7,12 +7,8 @@ "CVE-2012-4024" ], "details": "Stack-based buffer overflow in the get_component function in unsquashfs.c in unsquashfs in Squashfs 4.2 and earlier allows remote attackers to execute arbitrary code via a crafted list file (aka a crafted file for the -ef option). NOTE: probably in most cases, the list file is a trusted file constructed by the program's user; however, there are some realistic situations in which a list file would be obtained from an untrusted remote source.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r5jx-qv3p-ffgf/GHSA-r5jx-qv3p-ffgf.json b/advisories/unreviewed/2022/05/GHSA-r5jx-qv3p-ffgf/GHSA-r5jx-qv3p-ffgf.json index 3ea699afffe..a597b10b300 100644 --- a/advisories/unreviewed/2022/05/GHSA-r5jx-qv3p-ffgf/GHSA-r5jx-qv3p-ffgf.json +++ b/advisories/unreviewed/2022/05/GHSA-r5jx-qv3p-ffgf/GHSA-r5jx-qv3p-ffgf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r5wh-48h8-qq99/GHSA-r5wh-48h8-qq99.json b/advisories/unreviewed/2022/05/GHSA-r5wh-48h8-qq99/GHSA-r5wh-48h8-qq99.json index cd360a9ddaa..67f9c040c27 100644 --- a/advisories/unreviewed/2022/05/GHSA-r5wh-48h8-qq99/GHSA-r5wh-48h8-qq99.json +++ b/advisories/unreviewed/2022/05/GHSA-r5wh-48h8-qq99/GHSA-r5wh-48h8-qq99.json @@ -7,12 +7,8 @@ "CVE-2015-4913" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.5.45 and earlier and 5.6.26 and earlier allows remote authenticated users to affect availability via vectors related to Server : DML, a different vulnerability than CVE-2015-4858.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -92,9 +88,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-r66m-c5j6-5x6w/GHSA-r66m-c5j6-5x6w.json b/advisories/unreviewed/2022/05/GHSA-r66m-c5j6-5x6w/GHSA-r66m-c5j6-5x6w.json index aeb587f7c10..1feea7bae14 100644 --- a/advisories/unreviewed/2022/05/GHSA-r66m-c5j6-5x6w/GHSA-r66m-c5j6-5x6w.json +++ b/advisories/unreviewed/2022/05/GHSA-r66m-c5j6-5x6w/GHSA-r66m-c5j6-5x6w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-r6rp-496r-7c7f/GHSA-r6rp-496r-7c7f.json b/advisories/unreviewed/2022/05/GHSA-r6rp-496r-7c7f/GHSA-r6rp-496r-7c7f.json index a99d0160d82..58a7b67d93a 100644 --- a/advisories/unreviewed/2022/05/GHSA-r6rp-496r-7c7f/GHSA-r6rp-496r-7c7f.json +++ b/advisories/unreviewed/2022/05/GHSA-r6rp-496r-7c7f/GHSA-r6rp-496r-7c7f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r74g-jppv-888f/GHSA-r74g-jppv-888f.json b/advisories/unreviewed/2022/05/GHSA-r74g-jppv-888f/GHSA-r74g-jppv-888f.json index 85bf17f2c64..05347f31d1c 100644 --- a/advisories/unreviewed/2022/05/GHSA-r74g-jppv-888f/GHSA-r74g-jppv-888f.json +++ b/advisories/unreviewed/2022/05/GHSA-r74g-jppv-888f/GHSA-r74g-jppv-888f.json @@ -7,12 +7,8 @@ "CVE-2010-3835" ], "details": "MySQL 5.1 before 5.1.51 and 5.5 before 5.5.6 allows remote authenticated users to cause a denial of service (mysqld server crash) by performing a user-variable assignment in a logical expression that is calculated and stored in a temporary table for GROUP BY, then causing the expression value to be used after the table is created, which causes the expression to be re-evaluated instead of accessing its value from the table.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -104,9 +100,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-r7r5-5fmh-hcx4/GHSA-r7r5-5fmh-hcx4.json b/advisories/unreviewed/2022/05/GHSA-r7r5-5fmh-hcx4/GHSA-r7r5-5fmh-hcx4.json index c61011ae1cb..b22c8b0fe49 100644 --- a/advisories/unreviewed/2022/05/GHSA-r7r5-5fmh-hcx4/GHSA-r7r5-5fmh-hcx4.json +++ b/advisories/unreviewed/2022/05/GHSA-r7r5-5fmh-hcx4/GHSA-r7r5-5fmh-hcx4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/05/GHSA-r7rv-fjgm-3f8g/GHSA-r7rv-fjgm-3f8g.json b/advisories/unreviewed/2022/05/GHSA-r7rv-fjgm-3f8g/GHSA-r7rv-fjgm-3f8g.json index ae4f1562c27..807459fbfd4 100644 --- a/advisories/unreviewed/2022/05/GHSA-r7rv-fjgm-3f8g/GHSA-r7rv-fjgm-3f8g.json +++ b/advisories/unreviewed/2022/05/GHSA-r7rv-fjgm-3f8g/GHSA-r7rv-fjgm-3f8g.json @@ -7,12 +7,8 @@ "CVE-2012-6593" ], "details": "Palo Alto Networks PAN-OS before 3.1.10 and 4.0.x before 4.0.4 allows remote attackers to execute arbitrary commands via unspecified vectors, aka Ref ID 30088.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-r9rv-6pgm-3cxf/GHSA-r9rv-6pgm-3cxf.json b/advisories/unreviewed/2022/05/GHSA-r9rv-6pgm-3cxf/GHSA-r9rv-6pgm-3cxf.json index 55852b8494b..bf1c125d069 100644 --- a/advisories/unreviewed/2022/05/GHSA-r9rv-6pgm-3cxf/GHSA-r9rv-6pgm-3cxf.json +++ b/advisories/unreviewed/2022/05/GHSA-r9rv-6pgm-3cxf/GHSA-r9rv-6pgm-3cxf.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-r9v3-wgrf-c4jw/GHSA-r9v3-wgrf-c4jw.json b/advisories/unreviewed/2022/05/GHSA-r9v3-wgrf-c4jw/GHSA-r9v3-wgrf-c4jw.json index c30e8a9a161..51eda69216d 100644 --- a/advisories/unreviewed/2022/05/GHSA-r9v3-wgrf-c4jw/GHSA-r9v3-wgrf-c4jw.json +++ b/advisories/unreviewed/2022/05/GHSA-r9v3-wgrf-c4jw/GHSA-r9v3-wgrf-c4jw.json @@ -7,12 +7,8 @@ "CVE-2013-1555" ], "details": "Unspecified vulnerability in Oracle MySQL 5.1.67 and earlier, and 5.5.29 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server Partition.", - "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-rcq3-9j7g-jm67/GHSA-rcq3-9j7g-jm67.json b/advisories/unreviewed/2022/05/GHSA-rcq3-9j7g-jm67/GHSA-rcq3-9j7g-jm67.json index c3874fdc419..c24d751e6b5 100644 --- a/advisories/unreviewed/2022/05/GHSA-rcq3-9j7g-jm67/GHSA-rcq3-9j7g-jm67.json +++ b/advisories/unreviewed/2022/05/GHSA-rcq3-9j7g-jm67/GHSA-rcq3-9j7g-jm67.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rg7r-5jqm-6r7j/GHSA-rg7r-5jqm-6r7j.json b/advisories/unreviewed/2022/05/GHSA-rg7r-5jqm-6r7j/GHSA-rg7r-5jqm-6r7j.json index 89f03a7ec1e..180497b7f97 100644 --- a/advisories/unreviewed/2022/05/GHSA-rg7r-5jqm-6r7j/GHSA-rg7r-5jqm-6r7j.json +++ b/advisories/unreviewed/2022/05/GHSA-rg7r-5jqm-6r7j/GHSA-rg7r-5jqm-6r7j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rgg3-7933-rh7j/GHSA-rgg3-7933-rh7j.json b/advisories/unreviewed/2022/05/GHSA-rgg3-7933-rh7j/GHSA-rgg3-7933-rh7j.json index 832fb3b66d4..c32d4a4a4a2 100644 --- a/advisories/unreviewed/2022/05/GHSA-rgg3-7933-rh7j/GHSA-rgg3-7933-rh7j.json +++ b/advisories/unreviewed/2022/05/GHSA-rgg3-7933-rh7j/GHSA-rgg3-7933-rh7j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rghf-5q3x-c6vw/GHSA-rghf-5q3x-c6vw.json b/advisories/unreviewed/2022/05/GHSA-rghf-5q3x-c6vw/GHSA-rghf-5q3x-c6vw.json index e8cda378127..f882d20746d 100644 --- a/advisories/unreviewed/2022/05/GHSA-rghf-5q3x-c6vw/GHSA-rghf-5q3x-c6vw.json +++ b/advisories/unreviewed/2022/05/GHSA-rghf-5q3x-c6vw/GHSA-rghf-5q3x-c6vw.json @@ -7,12 +7,8 @@ "CVE-2012-1688" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.61 and earlier, and 5.5.21 and earlier, allows remote authenticated users to affect availability, related to Server DML.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rgq5-qww2-853g/GHSA-rgq5-qww2-853g.json b/advisories/unreviewed/2022/05/GHSA-rgq5-qww2-853g/GHSA-rgq5-qww2-853g.json index b2d0e77ea87..823126f0e08 100644 --- a/advisories/unreviewed/2022/05/GHSA-rgq5-qww2-853g/GHSA-rgq5-qww2-853g.json +++ b/advisories/unreviewed/2022/05/GHSA-rgq5-qww2-853g/GHSA-rgq5-qww2-853g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rh48-33f7-4q29/GHSA-rh48-33f7-4q29.json b/advisories/unreviewed/2022/05/GHSA-rh48-33f7-4q29/GHSA-rh48-33f7-4q29.json index fc5797f7c6e..47afc53e92f 100644 --- a/advisories/unreviewed/2022/05/GHSA-rh48-33f7-4q29/GHSA-rh48-33f7-4q29.json +++ b/advisories/unreviewed/2022/05/GHSA-rh48-33f7-4q29/GHSA-rh48-33f7-4q29.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rh4c-h2jc-m8jv/GHSA-rh4c-h2jc-m8jv.json b/advisories/unreviewed/2022/05/GHSA-rh4c-h2jc-m8jv/GHSA-rh4c-h2jc-m8jv.json index 188aa1649ff..8168146a2a0 100644 --- a/advisories/unreviewed/2022/05/GHSA-rh4c-h2jc-m8jv/GHSA-rh4c-h2jc-m8jv.json +++ b/advisories/unreviewed/2022/05/GHSA-rh4c-h2jc-m8jv/GHSA-rh4c-h2jc-m8jv.json @@ -7,12 +7,8 @@ "CVE-2012-0583" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.60 and earlier, and 5.5.19 and earlier, allows remote authenticated users to affect availability, related to MyISAM.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -52,9 +48,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rh86-pqp5-j43v/GHSA-rh86-pqp5-j43v.json b/advisories/unreviewed/2022/05/GHSA-rh86-pqp5-j43v/GHSA-rh86-pqp5-j43v.json index f1f807ce3ba..ba50566742c 100644 --- a/advisories/unreviewed/2022/05/GHSA-rh86-pqp5-j43v/GHSA-rh86-pqp5-j43v.json +++ b/advisories/unreviewed/2022/05/GHSA-rh86-pqp5-j43v/GHSA-rh86-pqp5-j43v.json @@ -7,12 +7,8 @@ "CVE-2011-0285" ], "details": "The process_chpw_request function in schpw.c in the password-changing functionality in kadmind in MIT Kerberos 5 (aka krb5) 1.7 through 1.9 frees an invalid pointer, which allows remote attackers to execute arbitrary code or cause a denial of service (daemon crash) via a crafted request that triggers an error condition.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rh9j-c22r-vxgv/GHSA-rh9j-c22r-vxgv.json b/advisories/unreviewed/2022/05/GHSA-rh9j-c22r-vxgv/GHSA-rh9j-c22r-vxgv.json index 711390573f5..e3af27803eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-rh9j-c22r-vxgv/GHSA-rh9j-c22r-vxgv.json +++ b/advisories/unreviewed/2022/05/GHSA-rh9j-c22r-vxgv/GHSA-rh9j-c22r-vxgv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rhjv-997j-v3w8/GHSA-rhjv-997j-v3w8.json b/advisories/unreviewed/2022/05/GHSA-rhjv-997j-v3w8/GHSA-rhjv-997j-v3w8.json index 1423395ead1..0db10043268 100644 --- a/advisories/unreviewed/2022/05/GHSA-rhjv-997j-v3w8/GHSA-rhjv-997j-v3w8.json +++ b/advisories/unreviewed/2022/05/GHSA-rhjv-997j-v3w8/GHSA-rhjv-997j-v3w8.json @@ -7,12 +7,8 @@ "CVE-2015-4861" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.5.45 and earlier, and 5.6.26 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server : InnoDB.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -92,9 +88,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-rj7c-vg4r-rx5m/GHSA-rj7c-vg4r-rx5m.json b/advisories/unreviewed/2022/05/GHSA-rj7c-vg4r-rx5m/GHSA-rj7c-vg4r-rx5m.json index 61a0e3d3ad8..6ae1f1bdc6b 100644 --- a/advisories/unreviewed/2022/05/GHSA-rj7c-vg4r-rx5m/GHSA-rj7c-vg4r-rx5m.json +++ b/advisories/unreviewed/2022/05/GHSA-rj7c-vg4r-rx5m/GHSA-rj7c-vg4r-rx5m.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/2022/05/GHSA-rmx6-5p52-gpq2/GHSA-rmx6-5p52-gpq2.json b/advisories/unreviewed/2022/05/GHSA-rmx6-5p52-gpq2/GHSA-rmx6-5p52-gpq2.json index 1f5a7b93f46..b629a3c23a7 100644 --- a/advisories/unreviewed/2022/05/GHSA-rmx6-5p52-gpq2/GHSA-rmx6-5p52-gpq2.json +++ b/advisories/unreviewed/2022/05/GHSA-rmx6-5p52-gpq2/GHSA-rmx6-5p52-gpq2.json @@ -7,12 +7,8 @@ "CVE-2013-5567" ], "details": "Cisco Adaptive Security Appliance (ASA) Software 8.4(.6) and earlier, when using an unsupported configuration with overlapping criteria for filtering and inspection, allows remote attackers to cause a denial of service (traffic loop and device crash) via a packet that triggers multiple matches, aka Bug ID CSCui45606.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rp3j-8862-973w/GHSA-rp3j-8862-973w.json b/advisories/unreviewed/2022/05/GHSA-rp3j-8862-973w/GHSA-rp3j-8862-973w.json index 4373d02a206..e47e394eb6b 100644 --- a/advisories/unreviewed/2022/05/GHSA-rp3j-8862-973w/GHSA-rp3j-8862-973w.json +++ b/advisories/unreviewed/2022/05/GHSA-rp3j-8862-973w/GHSA-rp3j-8862-973w.json @@ -7,12 +7,8 @@ "CVE-2012-1705" ], "details": "Unspecified vulnerability in the Server component in Oracle MySQL 5.1.66 and earlier and 5.5.28 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer.", - "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-rpcp-2754-8hx9/GHSA-rpcp-2754-8hx9.json b/advisories/unreviewed/2022/05/GHSA-rpcp-2754-8hx9/GHSA-rpcp-2754-8hx9.json index cb7de247250..e8a6895a8a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-rpcp-2754-8hx9/GHSA-rpcp-2754-8hx9.json +++ b/advisories/unreviewed/2022/05/GHSA-rpcp-2754-8hx9/GHSA-rpcp-2754-8hx9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rr2f-jhmq-594w/GHSA-rr2f-jhmq-594w.json b/advisories/unreviewed/2022/05/GHSA-rr2f-jhmq-594w/GHSA-rr2f-jhmq-594w.json index 3996d415bf3..da95fcf94b7 100644 --- a/advisories/unreviewed/2022/05/GHSA-rr2f-jhmq-594w/GHSA-rr2f-jhmq-594w.json +++ b/advisories/unreviewed/2022/05/GHSA-rr2f-jhmq-594w/GHSA-rr2f-jhmq-594w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rr56-xh92-q28g/GHSA-rr56-xh92-q28g.json b/advisories/unreviewed/2022/05/GHSA-rr56-xh92-q28g/GHSA-rr56-xh92-q28g.json index c785e0910a2..1b888c48da9 100644 --- a/advisories/unreviewed/2022/05/GHSA-rr56-xh92-q28g/GHSA-rr56-xh92-q28g.json +++ b/advisories/unreviewed/2022/05/GHSA-rr56-xh92-q28g/GHSA-rr56-xh92-q28g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rvmf-7fqh-99wm/GHSA-rvmf-7fqh-99wm.json b/advisories/unreviewed/2022/05/GHSA-rvmf-7fqh-99wm/GHSA-rvmf-7fqh-99wm.json index 0f7a3d4755a..8fb628035f0 100644 --- a/advisories/unreviewed/2022/05/GHSA-rvmf-7fqh-99wm/GHSA-rvmf-7fqh-99wm.json +++ b/advisories/unreviewed/2022/05/GHSA-rvmf-7fqh-99wm/GHSA-rvmf-7fqh-99wm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rvwc-p7mj-cmgq/GHSA-rvwc-p7mj-cmgq.json b/advisories/unreviewed/2022/05/GHSA-rvwc-p7mj-cmgq/GHSA-rvwc-p7mj-cmgq.json index 1a7bfc0953e..ca72a5d1b1c 100644 --- a/advisories/unreviewed/2022/05/GHSA-rvwc-p7mj-cmgq/GHSA-rvwc-p7mj-cmgq.json +++ b/advisories/unreviewed/2022/05/GHSA-rvwc-p7mj-cmgq/GHSA-rvwc-p7mj-cmgq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rw95-q62j-65gp/GHSA-rw95-q62j-65gp.json b/advisories/unreviewed/2022/05/GHSA-rw95-q62j-65gp/GHSA-rw95-q62j-65gp.json index ac81edda1eb..02af2eb4eaa 100644 --- a/advisories/unreviewed/2022/05/GHSA-rw95-q62j-65gp/GHSA-rw95-q62j-65gp.json +++ b/advisories/unreviewed/2022/05/GHSA-rw95-q62j-65gp/GHSA-rw95-q62j-65gp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-rx9c-3qcp-h267/GHSA-rx9c-3qcp-h267.json b/advisories/unreviewed/2022/05/GHSA-rx9c-3qcp-h267/GHSA-rx9c-3qcp-h267.json index 2be0e87c2ba..05c7c30616d 100644 --- a/advisories/unreviewed/2022/05/GHSA-rx9c-3qcp-h267/GHSA-rx9c-3qcp-h267.json +++ b/advisories/unreviewed/2022/05/GHSA-rx9c-3qcp-h267/GHSA-rx9c-3qcp-h267.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -63,9 +61,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-v2f2-hxv3-5cx2/GHSA-v2f2-hxv3-5cx2.json b/advisories/unreviewed/2022/05/GHSA-v2f2-hxv3-5cx2/GHSA-v2f2-hxv3-5cx2.json index 030f3ff9018..0ff6c4f4a72 100644 --- a/advisories/unreviewed/2022/05/GHSA-v2f2-hxv3-5cx2/GHSA-v2f2-hxv3-5cx2.json +++ b/advisories/unreviewed/2022/05/GHSA-v2f2-hxv3-5cx2/GHSA-v2f2-hxv3-5cx2.json @@ -7,12 +7,8 @@ "CVE-2012-3150" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.64 and earlier, and 5.5.26 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-v343-7h2p-9v3r/GHSA-v343-7h2p-9v3r.json b/advisories/unreviewed/2022/05/GHSA-v343-7h2p-9v3r/GHSA-v343-7h2p-9v3r.json index 994883d5144..b314bc21c32 100644 --- a/advisories/unreviewed/2022/05/GHSA-v343-7h2p-9v3r/GHSA-v343-7h2p-9v3r.json +++ b/advisories/unreviewed/2022/05/GHSA-v343-7h2p-9v3r/GHSA-v343-7h2p-9v3r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v372-hjjq-ccmr/GHSA-v372-hjjq-ccmr.json b/advisories/unreviewed/2022/05/GHSA-v372-hjjq-ccmr/GHSA-v372-hjjq-ccmr.json index bfbe154500d..e9e9358d0ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-v372-hjjq-ccmr/GHSA-v372-hjjq-ccmr.json +++ b/advisories/unreviewed/2022/05/GHSA-v372-hjjq-ccmr/GHSA-v372-hjjq-ccmr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v3qf-39xq-gv9q/GHSA-v3qf-39xq-gv9q.json b/advisories/unreviewed/2022/05/GHSA-v3qf-39xq-gv9q/GHSA-v3qf-39xq-gv9q.json index 59d8b280843..69add2e81da 100644 --- a/advisories/unreviewed/2022/05/GHSA-v3qf-39xq-gv9q/GHSA-v3qf-39xq-gv9q.json +++ b/advisories/unreviewed/2022/05/GHSA-v3qf-39xq-gv9q/GHSA-v3qf-39xq-gv9q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v3qf-q4vv-2q93/GHSA-v3qf-q4vv-2q93.json b/advisories/unreviewed/2022/05/GHSA-v3qf-q4vv-2q93/GHSA-v3qf-q4vv-2q93.json index 72de7667baa..50d87cde00c 100644 --- a/advisories/unreviewed/2022/05/GHSA-v3qf-q4vv-2q93/GHSA-v3qf-q4vv-2q93.json +++ b/advisories/unreviewed/2022/05/GHSA-v3qf-q4vv-2q93/GHSA-v3qf-q4vv-2q93.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v6c9-7f38-qq3j/GHSA-v6c9-7f38-qq3j.json b/advisories/unreviewed/2022/05/GHSA-v6c9-7f38-qq3j/GHSA-v6c9-7f38-qq3j.json index f79c95bb0b3..a6cfc790b6a 100644 --- a/advisories/unreviewed/2022/05/GHSA-v6c9-7f38-qq3j/GHSA-v6c9-7f38-qq3j.json +++ b/advisories/unreviewed/2022/05/GHSA-v6c9-7f38-qq3j/GHSA-v6c9-7f38-qq3j.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-v6fh-f9x6-866w/GHSA-v6fh-f9x6-866w.json b/advisories/unreviewed/2022/05/GHSA-v6fh-f9x6-866w/GHSA-v6fh-f9x6-866w.json index d804d6c0fac..4c54def4f30 100644 --- a/advisories/unreviewed/2022/05/GHSA-v6fh-f9x6-866w/GHSA-v6fh-f9x6-866w.json +++ b/advisories/unreviewed/2022/05/GHSA-v6fh-f9x6-866w/GHSA-v6fh-f9x6-866w.json @@ -7,12 +7,8 @@ "CVE-2014-7297" ], "details": "Unspecified vulnerability in the folder framework in the Enfold theme before 3.0.1 for WordPress has unknown impact and attack vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -28,9 +24,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-v6gv-gg54-g3w6/GHSA-v6gv-gg54-g3w6.json b/advisories/unreviewed/2022/05/GHSA-v6gv-gg54-g3w6/GHSA-v6gv-gg54-g3w6.json index 0cd0fa713e7..66b91744b58 100644 --- a/advisories/unreviewed/2022/05/GHSA-v6gv-gg54-g3w6/GHSA-v6gv-gg54-g3w6.json +++ b/advisories/unreviewed/2022/05/GHSA-v6gv-gg54-g3w6/GHSA-v6gv-gg54-g3w6.json @@ -7,12 +7,8 @@ "CVE-2015-2698" ], "details": "The iakerb_gss_export_sec_context function in lib/gssapi/krb5/iakerb.c in MIT Kerberos 5 (aka krb5) 1.14 pre-release 2015-09-14 improperly accesses a certain pointer, which allows remote authenticated users to cause a denial of service (memory corruption) or possibly have unspecified other impact by interacting with an application that calls the gss_export_sec_context function. NOTE: this vulnerability exists because of an incorrect fix for CVE-2015-2696.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-v6j9-wwcx-4984/GHSA-v6j9-wwcx-4984.json b/advisories/unreviewed/2022/05/GHSA-v6j9-wwcx-4984/GHSA-v6j9-wwcx-4984.json index 8d2071cc3a1..02682f2f575 100644 --- a/advisories/unreviewed/2022/05/GHSA-v6j9-wwcx-4984/GHSA-v6j9-wwcx-4984.json +++ b/advisories/unreviewed/2022/05/GHSA-v6j9-wwcx-4984/GHSA-v6j9-wwcx-4984.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", @@ -67,9 +65,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-v73h-33mh-g974/GHSA-v73h-33mh-g974.json b/advisories/unreviewed/2022/05/GHSA-v73h-33mh-g974/GHSA-v73h-33mh-g974.json index 770d8f634a6..a50dede7ca9 100644 --- a/advisories/unreviewed/2022/05/GHSA-v73h-33mh-g974/GHSA-v73h-33mh-g974.json +++ b/advisories/unreviewed/2022/05/GHSA-v73h-33mh-g974/GHSA-v73h-33mh-g974.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -95,9 +93,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-v895-mjf7-x9fg/GHSA-v895-mjf7-x9fg.json b/advisories/unreviewed/2022/05/GHSA-v895-mjf7-x9fg/GHSA-v895-mjf7-x9fg.json index e3cb6c1d4dd..d46a6cc1177 100644 --- a/advisories/unreviewed/2022/05/GHSA-v895-mjf7-x9fg/GHSA-v895-mjf7-x9fg.json +++ b/advisories/unreviewed/2022/05/GHSA-v895-mjf7-x9fg/GHSA-v895-mjf7-x9fg.json @@ -7,12 +7,8 @@ "CVE-2013-4240" ], "details": "Multiple cross-site request forgery (CSRF) vulnerabilities in the HMS Testimonials plugin before 2.0.11 for WordPress allow remote attackers to hijack the authentication of administrators for requests that (1) add new testimonials via the hms-testimonials-addnew page, (2) add new groups via the hms-testimonials-addnewgroup page, (3) change default settings via the hms-testimonials-settings page, (4) change advanced settings via the hms-testimonials-settings-advanced page, (5) change custom fields settings via the hms-testimonials-settings-fields page, or (6) change template settings via the hms-testimonials-templates-new page to wp-admin/admin.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vf2q-5gq8-fggp/GHSA-vf2q-5gq8-fggp.json b/advisories/unreviewed/2022/05/GHSA-vf2q-5gq8-fggp/GHSA-vf2q-5gq8-fggp.json index 4ab46679543..53c0269fff7 100644 --- a/advisories/unreviewed/2022/05/GHSA-vf2q-5gq8-fggp/GHSA-vf2q-5gq8-fggp.json +++ b/advisories/unreviewed/2022/05/GHSA-vf2q-5gq8-fggp/GHSA-vf2q-5gq8-fggp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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/05/GHSA-vfrx-6wfj-p3qc/GHSA-vfrx-6wfj-p3qc.json b/advisories/unreviewed/2022/05/GHSA-vfrx-6wfj-p3qc/GHSA-vfrx-6wfj-p3qc.json index 7aeee309de3..eb7f8ced8df 100644 --- a/advisories/unreviewed/2022/05/GHSA-vfrx-6wfj-p3qc/GHSA-vfrx-6wfj-p3qc.json +++ b/advisories/unreviewed/2022/05/GHSA-vfrx-6wfj-p3qc/GHSA-vfrx-6wfj-p3qc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vj3f-jxv4-qrgv/GHSA-vj3f-jxv4-qrgv.json b/advisories/unreviewed/2022/05/GHSA-vj3f-jxv4-qrgv/GHSA-vj3f-jxv4-qrgv.json index 32cc68bf750..f448b210428 100644 --- a/advisories/unreviewed/2022/05/GHSA-vj3f-jxv4-qrgv/GHSA-vj3f-jxv4-qrgv.json +++ b/advisories/unreviewed/2022/05/GHSA-vj3f-jxv4-qrgv/GHSA-vj3f-jxv4-qrgv.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vj6g-r2j4-3gp8/GHSA-vj6g-r2j4-3gp8.json b/advisories/unreviewed/2022/05/GHSA-vj6g-r2j4-3gp8/GHSA-vj6g-r2j4-3gp8.json index 47ae48345df..b6be2509450 100644 --- a/advisories/unreviewed/2022/05/GHSA-vj6g-r2j4-3gp8/GHSA-vj6g-r2j4-3gp8.json +++ b/advisories/unreviewed/2022/05/GHSA-vj6g-r2j4-3gp8/GHSA-vj6g-r2j4-3gp8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vj9h-96jc-p8c6/GHSA-vj9h-96jc-p8c6.json b/advisories/unreviewed/2022/05/GHSA-vj9h-96jc-p8c6/GHSA-vj9h-96jc-p8c6.json index ad312705415..2ad65ba29c9 100644 --- a/advisories/unreviewed/2022/05/GHSA-vj9h-96jc-p8c6/GHSA-vj9h-96jc-p8c6.json +++ b/advisories/unreviewed/2022/05/GHSA-vj9h-96jc-p8c6/GHSA-vj9h-96jc-p8c6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vmgh-h88m-58mj/GHSA-vmgh-h88m-58mj.json b/advisories/unreviewed/2022/05/GHSA-vmgh-h88m-58mj/GHSA-vmgh-h88m-58mj.json index 4af13bb7a88..47058a20d21 100644 --- a/advisories/unreviewed/2022/05/GHSA-vmgh-h88m-58mj/GHSA-vmgh-h88m-58mj.json +++ b/advisories/unreviewed/2022/05/GHSA-vmgh-h88m-58mj/GHSA-vmgh-h88m-58mj.json @@ -7,12 +7,8 @@ "CVE-2014-5352" ], "details": "The krb5_gss_process_context_token function in lib/gssapi/krb5/process_context_token.c in the libgssapi_krb5 library in MIT Kerberos 5 (aka krb5) through 1.11.5, 1.12.x through 1.12.2, and 1.13.x before 1.13.1 does not properly maintain security-context handles, which allows remote authenticated users to cause a denial of service (use-after-free and double free, and daemon crash) or possibly execute arbitrary code via crafted GSSAPI traffic, as demonstrated by traffic to kadmind.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -76,9 +72,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vmh9-7r5j-qv6q/GHSA-vmh9-7r5j-qv6q.json b/advisories/unreviewed/2022/05/GHSA-vmh9-7r5j-qv6q/GHSA-vmh9-7r5j-qv6q.json index 1f7ee474417..ade2cff5298 100644 --- a/advisories/unreviewed/2022/05/GHSA-vmh9-7r5j-qv6q/GHSA-vmh9-7r5j-qv6q.json +++ b/advisories/unreviewed/2022/05/GHSA-vmh9-7r5j-qv6q/GHSA-vmh9-7r5j-qv6q.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vp32-m2qc-fv88/GHSA-vp32-m2qc-fv88.json b/advisories/unreviewed/2022/05/GHSA-vp32-m2qc-fv88/GHSA-vp32-m2qc-fv88.json index 0a1b3fb1eaa..7bd03677d42 100644 --- a/advisories/unreviewed/2022/05/GHSA-vp32-m2qc-fv88/GHSA-vp32-m2qc-fv88.json +++ b/advisories/unreviewed/2022/05/GHSA-vp32-m2qc-fv88/GHSA-vp32-m2qc-fv88.json @@ -7,12 +7,8 @@ "CVE-2010-3838" ], "details": "MySQL 5.0 before 5.0.92, 5.1 before 5.1.51, and 5.5 before 5.5.6 allows remote authenticated users to cause a denial of service (server crash) via a query that uses the (1) GREATEST or (2) LEAST function with a mixed list of numeric and LONGBLOB arguments, which is not properly handled when the function's result is \"processed using an intermediate temporary table.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -108,9 +104,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vp53-8q87-xfwc/GHSA-vp53-8q87-xfwc.json b/advisories/unreviewed/2022/05/GHSA-vp53-8q87-xfwc/GHSA-vp53-8q87-xfwc.json index 57f39e05e61..5c1b03725ad 100644 --- a/advisories/unreviewed/2022/05/GHSA-vp53-8q87-xfwc/GHSA-vp53-8q87-xfwc.json +++ b/advisories/unreviewed/2022/05/GHSA-vp53-8q87-xfwc/GHSA-vp53-8q87-xfwc.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-vppj-3pr3-qh84/GHSA-vppj-3pr3-qh84.json b/advisories/unreviewed/2022/05/GHSA-vppj-3pr3-qh84/GHSA-vppj-3pr3-qh84.json index 7310f957d3c..ed53f5747ed 100644 --- a/advisories/unreviewed/2022/05/GHSA-vppj-3pr3-qh84/GHSA-vppj-3pr3-qh84.json +++ b/advisories/unreviewed/2022/05/GHSA-vppj-3pr3-qh84/GHSA-vppj-3pr3-qh84.json @@ -7,12 +7,8 @@ "CVE-2012-6604" ], "details": "The device-management command-line interface in Palo Alto Networks PAN-OS before 3.1.11 and 4.0.x before 4.0.9 allows remote authenticated users to execute arbitrary code via unspecified vectors, aka Ref ID 35249.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vqf8-pfrj-qw7g/GHSA-vqf8-pfrj-qw7g.json b/advisories/unreviewed/2022/05/GHSA-vqf8-pfrj-qw7g/GHSA-vqf8-pfrj-qw7g.json index bc12458b8bd..ca2dbb5d11d 100644 --- a/advisories/unreviewed/2022/05/GHSA-vqf8-pfrj-qw7g/GHSA-vqf8-pfrj-qw7g.json +++ b/advisories/unreviewed/2022/05/GHSA-vqf8-pfrj-qw7g/GHSA-vqf8-pfrj-qw7g.json @@ -7,12 +7,8 @@ "CVE-2010-1849" ], "details": "The my_net_skip_rest function in sql/net_serv.cc in MySQL 5.0 through 5.0.91 and 5.1 before 5.1.47 allows remote attackers to cause a denial of service (CPU and bandwidth consumption) by sending a large number of packets that exceed the maximum length.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -68,9 +64,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vqg7-559j-669q/GHSA-vqg7-559j-669q.json b/advisories/unreviewed/2022/05/GHSA-vqg7-559j-669q/GHSA-vqg7-559j-669q.json index 6be0ed48ca2..7c74ac167e7 100644 --- a/advisories/unreviewed/2022/05/GHSA-vqg7-559j-669q/GHSA-vqg7-559j-669q.json +++ b/advisories/unreviewed/2022/05/GHSA-vqg7-559j-669q/GHSA-vqg7-559j-669q.json @@ -7,12 +7,8 @@ "CVE-2015-4792" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.5.45 and earlier and 5.6.26 and earlier allows remote authenticated users to affect availability via unknown vectors related to Server : Partition, a different vulnerability than CVE-2015-4802.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -92,9 +88,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-vrq6-v6mr-x8w6/GHSA-vrq6-v6mr-x8w6.json b/advisories/unreviewed/2022/05/GHSA-vrq6-v6mr-x8w6/GHSA-vrq6-v6mr-x8w6.json index 660613dd6d9..90a82f5d1a6 100644 --- a/advisories/unreviewed/2022/05/GHSA-vrq6-v6mr-x8w6/GHSA-vrq6-v6mr-x8w6.json +++ b/advisories/unreviewed/2022/05/GHSA-vrq6-v6mr-x8w6/GHSA-vrq6-v6mr-x8w6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vw8c-5cg5-c7cj/GHSA-vw8c-5cg5-c7cj.json b/advisories/unreviewed/2022/05/GHSA-vw8c-5cg5-c7cj/GHSA-vw8c-5cg5-c7cj.json index 84efe49264d..3dfa31e5e37 100644 --- a/advisories/unreviewed/2022/05/GHSA-vw8c-5cg5-c7cj/GHSA-vw8c-5cg5-c7cj.json +++ b/advisories/unreviewed/2022/05/GHSA-vw8c-5cg5-c7cj/GHSA-vw8c-5cg5-c7cj.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-vx8r-4x5x-gv7x/GHSA-vx8r-4x5x-gv7x.json b/advisories/unreviewed/2022/05/GHSA-vx8r-4x5x-gv7x/GHSA-vx8r-4x5x-gv7x.json index a172c6928d2..b6e4ec7fa30 100644 --- a/advisories/unreviewed/2022/05/GHSA-vx8r-4x5x-gv7x/GHSA-vx8r-4x5x-gv7x.json +++ b/advisories/unreviewed/2022/05/GHSA-vx8r-4x5x-gv7x/GHSA-vx8r-4x5x-gv7x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-vxqm-vpmr-r6q9/GHSA-vxqm-vpmr-r6q9.json b/advisories/unreviewed/2022/05/GHSA-vxqm-vpmr-r6q9/GHSA-vxqm-vpmr-r6q9.json index 245fcf588e7..12f679f7f0a 100644 --- a/advisories/unreviewed/2022/05/GHSA-vxqm-vpmr-r6q9/GHSA-vxqm-vpmr-r6q9.json +++ b/advisories/unreviewed/2022/05/GHSA-vxqm-vpmr-r6q9/GHSA-vxqm-vpmr-r6q9.json @@ -7,12 +7,8 @@ "CVE-2010-3680" ], "details": "Oracle MySQL 5.1 before 5.1.49 allows remote authenticated users to cause a denial of service (mysqld daemon crash) by creating temporary tables with nullable columns while using InnoDB, which triggers an assertion failure.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -104,9 +100,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-w2fq-mv2v-xvm5/GHSA-w2fq-mv2v-xvm5.json b/advisories/unreviewed/2022/05/GHSA-w2fq-mv2v-xvm5/GHSA-w2fq-mv2v-xvm5.json index 6af74a1f841..8530994de85 100644 --- a/advisories/unreviewed/2022/05/GHSA-w2fq-mv2v-xvm5/GHSA-w2fq-mv2v-xvm5.json +++ b/advisories/unreviewed/2022/05/GHSA-w2fq-mv2v-xvm5/GHSA-w2fq-mv2v-xvm5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -115,9 +113,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-w2r7-v523-8fwv/GHSA-w2r7-v523-8fwv.json b/advisories/unreviewed/2022/05/GHSA-w2r7-v523-8fwv/GHSA-w2r7-v523-8fwv.json index 747c1305d30..8ad777ccd83 100644 --- a/advisories/unreviewed/2022/05/GHSA-w2r7-v523-8fwv/GHSA-w2r7-v523-8fwv.json +++ b/advisories/unreviewed/2022/05/GHSA-w2r7-v523-8fwv/GHSA-w2r7-v523-8fwv.json @@ -7,12 +7,8 @@ "CVE-2010-4021" ], "details": "The Key Distribution Center (KDC) in MIT Kerberos 5 (aka krb5) 1.7 does not properly restrict the use of TGT credentials for armoring TGS requests, which might allow remote authenticated users to impersonate a client by rewriting an inner request, aka a \"KrbFastReq forgery issue.\"", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -88,9 +84,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-w3cm-wpwr-ppxm/GHSA-w3cm-wpwr-ppxm.json b/advisories/unreviewed/2022/05/GHSA-w3cm-wpwr-ppxm/GHSA-w3cm-wpwr-ppxm.json index e9c85faf23b..e0afb70e946 100644 --- a/advisories/unreviewed/2022/05/GHSA-w3cm-wpwr-ppxm/GHSA-w3cm-wpwr-ppxm.json +++ b/advisories/unreviewed/2022/05/GHSA-w3cm-wpwr-ppxm/GHSA-w3cm-wpwr-ppxm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/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-w3wm-74g5-vppf/GHSA-w3wm-74g5-vppf.json b/advisories/unreviewed/2022/05/GHSA-w3wm-74g5-vppf/GHSA-w3wm-74g5-vppf.json index 6b8f62ecc7a..3370e93081d 100644 --- a/advisories/unreviewed/2022/05/GHSA-w3wm-74g5-vppf/GHSA-w3wm-74g5-vppf.json +++ b/advisories/unreviewed/2022/05/GHSA-w3wm-74g5-vppf/GHSA-w3wm-74g5-vppf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w5fc-h82j-vq6w/GHSA-w5fc-h82j-vq6w.json b/advisories/unreviewed/2022/05/GHSA-w5fc-h82j-vq6w/GHSA-w5fc-h82j-vq6w.json index a518e142db1..6ce558cb038 100644 --- a/advisories/unreviewed/2022/05/GHSA-w5fc-h82j-vq6w/GHSA-w5fc-h82j-vq6w.json +++ b/advisories/unreviewed/2022/05/GHSA-w5fc-h82j-vq6w/GHSA-w5fc-h82j-vq6w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w63f-q474-3fj3/GHSA-w63f-q474-3fj3.json b/advisories/unreviewed/2022/05/GHSA-w63f-q474-3fj3/GHSA-w63f-q474-3fj3.json index f52a7415ccd..d0ed60f5659 100644 --- a/advisories/unreviewed/2022/05/GHSA-w63f-q474-3fj3/GHSA-w63f-q474-3fj3.json +++ b/advisories/unreviewed/2022/05/GHSA-w63f-q474-3fj3/GHSA-w63f-q474-3fj3.json @@ -7,12 +7,8 @@ "CVE-2011-0284" ], "details": "Double free vulnerability in the prepare_error_as function in do_as_req.c in the Key Distribution Center (KDC) in MIT Kerberos 5 (aka krb5) 1.7 through 1.9, when the PKINIT feature is enabled, allows remote attackers to cause a denial of service (daemon crash) or possibly execute arbitrary code via an e_data field containing typed data.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -112,9 +108,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-w7gw-jv4v-mw2x/GHSA-w7gw-jv4v-mw2x.json b/advisories/unreviewed/2022/05/GHSA-w7gw-jv4v-mw2x/GHSA-w7gw-jv4v-mw2x.json index 3f21b5867e4..0d225be70b6 100644 --- a/advisories/unreviewed/2022/05/GHSA-w7gw-jv4v-mw2x/GHSA-w7gw-jv4v-mw2x.json +++ b/advisories/unreviewed/2022/05/GHSA-w7gw-jv4v-mw2x/GHSA-w7gw-jv4v-mw2x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w7jq-m96j-xq9g/GHSA-w7jq-m96j-xq9g.json b/advisories/unreviewed/2022/05/GHSA-w7jq-m96j-xq9g/GHSA-w7jq-m96j-xq9g.json index a7eac226945..b04f3aa7b79 100644 --- a/advisories/unreviewed/2022/05/GHSA-w7jq-m96j-xq9g/GHSA-w7jq-m96j-xq9g.json +++ b/advisories/unreviewed/2022/05/GHSA-w7jq-m96j-xq9g/GHSA-w7jq-m96j-xq9g.json @@ -7,12 +7,8 @@ "CVE-2010-4897" ], "details": "SQL injection vulnerability in comment.php in BlueCMS 1.6 allows remote attackers to execute arbitrary SQL commands via the X-Forwarded-For HTTP header in a send action.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w8jh-4jg6-vr69/GHSA-w8jh-4jg6-vr69.json b/advisories/unreviewed/2022/05/GHSA-w8jh-4jg6-vr69/GHSA-w8jh-4jg6-vr69.json index 97e79b21ae9..9b67fdf7554 100644 --- a/advisories/unreviewed/2022/05/GHSA-w8jh-4jg6-vr69/GHSA-w8jh-4jg6-vr69.json +++ b/advisories/unreviewed/2022/05/GHSA-w8jh-4jg6-vr69/GHSA-w8jh-4jg6-vr69.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w8xv-qx85-22qq/GHSA-w8xv-qx85-22qq.json b/advisories/unreviewed/2022/05/GHSA-w8xv-qx85-22qq/GHSA-w8xv-qx85-22qq.json index bd8b247dff6..f62cf0bb41c 100644 --- a/advisories/unreviewed/2022/05/GHSA-w8xv-qx85-22qq/GHSA-w8xv-qx85-22qq.json +++ b/advisories/unreviewed/2022/05/GHSA-w8xv-qx85-22qq/GHSA-w8xv-qx85-22qq.json @@ -7,12 +7,8 @@ "CVE-2012-6601" ], "details": "The device-management command-line interface in Palo Alto Networks PAN-OS before 3.1.12, 4.0.x before 4.0.10, and 4.1.x before 4.1.4 allows remote attackers to execute arbitrary code via unspecified vectors, aka Ref ID 36983.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-w945-rw52-mrwp/GHSA-w945-rw52-mrwp.json b/advisories/unreviewed/2022/05/GHSA-w945-rw52-mrwp/GHSA-w945-rw52-mrwp.json index ae225ca8cda..48ee851af2a 100644 --- a/advisories/unreviewed/2022/05/GHSA-w945-rw52-mrwp/GHSA-w945-rw52-mrwp.json +++ b/advisories/unreviewed/2022/05/GHSA-w945-rw52-mrwp/GHSA-w945-rw52-mrwp.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-w9vr-w6m4-g679/GHSA-w9vr-w6m4-g679.json b/advisories/unreviewed/2022/05/GHSA-w9vr-w6m4-g679/GHSA-w9vr-w6m4-g679.json index d4ab508619b..0ee7971a548 100644 --- a/advisories/unreviewed/2022/05/GHSA-w9vr-w6m4-g679/GHSA-w9vr-w6m4-g679.json +++ b/advisories/unreviewed/2022/05/GHSA-w9vr-w6m4-g679/GHSA-w9vr-w6m4-g679.json @@ -7,12 +7,8 @@ "CVE-2014-2151" ], "details": "The WebVPN portal in Cisco Adaptive Security Appliance (ASA) Software 8.4(.7.15) and earlier allows remote authenticated users to obtain sensitive information via a crafted JavaScript file, aka Bug ID CSCui04520.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wcf7-2f92-j5mv/GHSA-wcf7-2f92-j5mv.json b/advisories/unreviewed/2022/05/GHSA-wcf7-2f92-j5mv/GHSA-wcf7-2f92-j5mv.json index a77c3e6a84d..f36f32bf689 100644 --- a/advisories/unreviewed/2022/05/GHSA-wcf7-2f92-j5mv/GHSA-wcf7-2f92-j5mv.json +++ b/advisories/unreviewed/2022/05/GHSA-wcf7-2f92-j5mv/GHSA-wcf7-2f92-j5mv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wch7-4w8f-vg94/GHSA-wch7-4w8f-vg94.json b/advisories/unreviewed/2022/05/GHSA-wch7-4w8f-vg94/GHSA-wch7-4w8f-vg94.json index 505403da549..0a18a59a545 100644 --- a/advisories/unreviewed/2022/05/GHSA-wch7-4w8f-vg94/GHSA-wch7-4w8f-vg94.json +++ b/advisories/unreviewed/2022/05/GHSA-wch7-4w8f-vg94/GHSA-wch7-4w8f-vg94.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wfgh-cf33-x6c3/GHSA-wfgh-cf33-x6c3.json b/advisories/unreviewed/2022/05/GHSA-wfgh-cf33-x6c3/GHSA-wfgh-cf33-x6c3.json index 7d18a0ef957..a673e5bf3ec 100644 --- a/advisories/unreviewed/2022/05/GHSA-wfgh-cf33-x6c3/GHSA-wfgh-cf33-x6c3.json +++ b/advisories/unreviewed/2022/05/GHSA-wfgh-cf33-x6c3/GHSA-wfgh-cf33-x6c3.json @@ -7,12 +7,8 @@ "CVE-2013-1417" ], "details": "do_tgs_req.c in the Key Distribution Center (KDC) in MIT Kerberos 5 (aka krb5) 1.11 before 1.11.4, when a single-component realm name is used, allows remote authenticated users to cause a denial of service (daemon crash) via a TGS-REQ request that triggers an attempted cross-realm referral for a host-based service principal.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wg3m-mv9w-8f9q/GHSA-wg3m-mv9w-8f9q.json b/advisories/unreviewed/2022/05/GHSA-wg3m-mv9w-8f9q/GHSA-wg3m-mv9w-8f9q.json index cb0c84a8e88..581cdc0bc94 100644 --- a/advisories/unreviewed/2022/05/GHSA-wg3m-mv9w-8f9q/GHSA-wg3m-mv9w-8f9q.json +++ b/advisories/unreviewed/2022/05/GHSA-wg3m-mv9w-8f9q/GHSA-wg3m-mv9w-8f9q.json @@ -7,12 +7,8 @@ "CVE-2012-3180" ], "details": "Unspecified vulnerability in the MySQL Server component in Oracle MySQL 5.1.65 and earlier, and 5.5.27 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-wgcw-36qc-jvj2/GHSA-wgcw-36qc-jvj2.json b/advisories/unreviewed/2022/05/GHSA-wgcw-36qc-jvj2/GHSA-wgcw-36qc-jvj2.json index b6fc7fca3f4..26295c85399 100644 --- a/advisories/unreviewed/2022/05/GHSA-wgcw-36qc-jvj2/GHSA-wgcw-36qc-jvj2.json +++ b/advisories/unreviewed/2022/05/GHSA-wgcw-36qc-jvj2/GHSA-wgcw-36qc-jvj2.json @@ -7,12 +7,8 @@ "CVE-2012-1689" ], "details": "Unspecified vulnerability in Oracle MySQL Server 5.1.62 and earlier, and 5.5.22 and earlier, allows remote authenticated users to affect availability via unknown vectors related to Server Optimizer.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -60,9 +56,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-whfw-x4pp-hv9m/GHSA-whfw-x4pp-hv9m.json b/advisories/unreviewed/2022/05/GHSA-whfw-x4pp-hv9m/GHSA-whfw-x4pp-hv9m.json index 9799caeaa8e..977f36db670 100644 --- a/advisories/unreviewed/2022/05/GHSA-whfw-x4pp-hv9m/GHSA-whfw-x4pp-hv9m.json +++ b/advisories/unreviewed/2022/05/GHSA-whfw-x4pp-hv9m/GHSA-whfw-x4pp-hv9m.json @@ -7,12 +7,8 @@ "CVE-2014-9378" ], "details": "Ettercap 0.8.1 does not validate certain return values, which allows remote attackers to cause a denial of service (crash) or possibly execute arbitrary code via a crafted (1) name to the parse_line function in mdns_spoof/mdns_spoof.c or (2) base64 encoded password to the dissector_imap function in dissectors/ec_imap.c.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-whhc-p8jw-c4g3/GHSA-whhc-p8jw-c4g3.json b/advisories/unreviewed/2022/05/GHSA-whhc-p8jw-c4g3/GHSA-whhc-p8jw-c4g3.json index c2e4a56ace8..5b2beb09527 100644 --- a/advisories/unreviewed/2022/05/GHSA-whhc-p8jw-c4g3/GHSA-whhc-p8jw-c4g3.json +++ b/advisories/unreviewed/2022/05/GHSA-whhc-p8jw-c4g3/GHSA-whhc-p8jw-c4g3.json @@ -7,12 +7,8 @@ "CVE-2014-2246" ], "details": "Cross-site scripting (XSS) vulnerability in the integrated web server on Siemens SIMATIC S7-1500 CPU PLC devices with firmware before 1.5.0 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wj3v-xf5x-h93w/GHSA-wj3v-xf5x-h93w.json b/advisories/unreviewed/2022/05/GHSA-wj3v-xf5x-h93w/GHSA-wj3v-xf5x-h93w.json index 404b2bb8eb9..326bd451a3e 100644 --- a/advisories/unreviewed/2022/05/GHSA-wj3v-xf5x-h93w/GHSA-wj3v-xf5x-h93w.json +++ b/advisories/unreviewed/2022/05/GHSA-wj3v-xf5x-h93w/GHSA-wj3v-xf5x-h93w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wmjp-f22x-624h/GHSA-wmjp-f22x-624h.json b/advisories/unreviewed/2022/05/GHSA-wmjp-f22x-624h/GHSA-wmjp-f22x-624h.json index 2fba9e8482e..4b548e57d70 100644 --- a/advisories/unreviewed/2022/05/GHSA-wmjp-f22x-624h/GHSA-wmjp-f22x-624h.json +++ b/advisories/unreviewed/2022/05/GHSA-wmjp-f22x-624h/GHSA-wmjp-f22x-624h.json @@ -7,12 +7,8 @@ "CVE-2015-0564" ], "details": "Buffer underflow in the ssl_decrypt_record function in epan/dissectors/packet-ssl-utils.c in Wireshark 1.10.x before 1.10.12 and 1.12.x before 1.12.3 allows remote attackers to cause a denial of service (application crash) via a crafted packet that is improperly handled during decryption of an SSL session.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wmr9-678w-f2gh/GHSA-wmr9-678w-f2gh.json b/advisories/unreviewed/2022/05/GHSA-wmr9-678w-f2gh/GHSA-wmr9-678w-f2gh.json index d5050d10f11..2e5dffb99b3 100644 --- a/advisories/unreviewed/2022/05/GHSA-wmr9-678w-f2gh/GHSA-wmr9-678w-f2gh.json +++ b/advisories/unreviewed/2022/05/GHSA-wmr9-678w-f2gh/GHSA-wmr9-678w-f2gh.json @@ -7,12 +7,8 @@ "CVE-2015-6243" ], "details": "The dissector-table implementation in epan/packet.c in Wireshark 1.12.x before 1.12.7 mishandles table searches for empty strings, which allows remote attackers to cause a denial of service (application crash) via a crafted packet, related to the (1) dissector_get_string_handle and (2) dissector_get_default_string_handle functions.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wpq9-4577-qx62/GHSA-wpq9-4577-qx62.json b/advisories/unreviewed/2022/05/GHSA-wpq9-4577-qx62/GHSA-wpq9-4577-qx62.json index 0cec3d26857..d24638b4def 100644 --- a/advisories/unreviewed/2022/05/GHSA-wpq9-4577-qx62/GHSA-wpq9-4577-qx62.json +++ b/advisories/unreviewed/2022/05/GHSA-wpq9-4577-qx62/GHSA-wpq9-4577-qx62.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-wqpr-5jgg-vf8q/GHSA-wqpr-5jgg-vf8q.json b/advisories/unreviewed/2022/05/GHSA-wqpr-5jgg-vf8q/GHSA-wqpr-5jgg-vf8q.json index 0110fd0d195..354646d9ea0 100644 --- a/advisories/unreviewed/2022/05/GHSA-wqpr-5jgg-vf8q/GHSA-wqpr-5jgg-vf8q.json +++ b/advisories/unreviewed/2022/05/GHSA-wqpr-5jgg-vf8q/GHSA-wqpr-5jgg-vf8q.json @@ -7,12 +7,8 @@ "CVE-2014-2846" ], "details": "Directory traversal vulnerability in opt/arkeia/wui/htdocs/index.php in the WD Arkeia virtual appliance (AVA) with firmware before 10.2.9 allows remote attackers to read arbitrary files and execute arbitrary PHP code via a ..././ (dot dot dot slash dot slash) in the lang Cookie parameter, as demonstrated by a request to login/doLogin.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-wrvv-xmm6-v84h/GHSA-wrvv-xmm6-v84h.json b/advisories/unreviewed/2022/05/GHSA-wrvv-xmm6-v84h/GHSA-wrvv-xmm6-v84h.json index 01516c5870e..38d4eb20af5 100644 --- a/advisories/unreviewed/2022/05/GHSA-wrvv-xmm6-v84h/GHSA-wrvv-xmm6-v84h.json +++ b/advisories/unreviewed/2022/05/GHSA-wrvv-xmm6-v84h/GHSA-wrvv-xmm6-v84h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-ww39-4grx-mfvf/GHSA-ww39-4grx-mfvf.json b/advisories/unreviewed/2022/05/GHSA-ww39-4grx-mfvf/GHSA-ww39-4grx-mfvf.json index 0f1603051a5..a6bb08c57d0 100644 --- a/advisories/unreviewed/2022/05/GHSA-ww39-4grx-mfvf/GHSA-ww39-4grx-mfvf.json +++ b/advisories/unreviewed/2022/05/GHSA-ww39-4grx-mfvf/GHSA-ww39-4grx-mfvf.json @@ -7,12 +7,8 @@ "CVE-2012-1012" ], "details": "server/server_stubs.c in the kadmin protocol implementation in MIT Kerberos 5 (aka krb5) 1.10 before 1.10.1 does not properly restrict access to (1) SET_STRING and (2) GET_STRINGS operations, which might allow remote authenticated administrators to modify or read string attributes by leveraging the global list privilege.", - "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-x22f-393p-7w6f/GHSA-x22f-393p-7w6f.json b/advisories/unreviewed/2022/05/GHSA-x22f-393p-7w6f/GHSA-x22f-393p-7w6f.json index ddf882ff742..3492115cabc 100644 --- a/advisories/unreviewed/2022/05/GHSA-x22f-393p-7w6f/GHSA-x22f-393p-7w6f.json +++ b/advisories/unreviewed/2022/05/GHSA-x22f-393p-7w6f/GHSA-x22f-393p-7w6f.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-x24r-xfh8-7ww8/GHSA-x24r-xfh8-7ww8.json b/advisories/unreviewed/2022/05/GHSA-x24r-xfh8-7ww8/GHSA-x24r-xfh8-7ww8.json index 5d2e6f7cea9..cdf34f7123f 100644 --- a/advisories/unreviewed/2022/05/GHSA-x24r-xfh8-7ww8/GHSA-x24r-xfh8-7ww8.json +++ b/advisories/unreviewed/2022/05/GHSA-x24r-xfh8-7ww8/GHSA-x24r-xfh8-7ww8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -99,9 +97,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-x263-jxrf-c484/GHSA-x263-jxrf-c484.json b/advisories/unreviewed/2022/05/GHSA-x263-jxrf-c484/GHSA-x263-jxrf-c484.json index ea60e2c682a..c4cd5710442 100644 --- a/advisories/unreviewed/2022/05/GHSA-x263-jxrf-c484/GHSA-x263-jxrf-c484.json +++ b/advisories/unreviewed/2022/05/GHSA-x263-jxrf-c484/GHSA-x263-jxrf-c484.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x2mp-gcv7-74m4/GHSA-x2mp-gcv7-74m4.json b/advisories/unreviewed/2022/05/GHSA-x2mp-gcv7-74m4/GHSA-x2mp-gcv7-74m4.json index d0e37a665d8..3cd71ca4058 100644 --- a/advisories/unreviewed/2022/05/GHSA-x2mp-gcv7-74m4/GHSA-x2mp-gcv7-74m4.json +++ b/advisories/unreviewed/2022/05/GHSA-x2mp-gcv7-74m4/GHSA-x2mp-gcv7-74m4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -51,9 +49,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-x4m3-5762-4q47/GHSA-x4m3-5762-4q47.json b/advisories/unreviewed/2022/05/GHSA-x4m3-5762-4q47/GHSA-x4m3-5762-4q47.json index 6db4a500d3e..b2a2f334da8 100644 --- a/advisories/unreviewed/2022/05/GHSA-x4m3-5762-4q47/GHSA-x4m3-5762-4q47.json +++ b/advisories/unreviewed/2022/05/GHSA-x4m3-5762-4q47/GHSA-x4m3-5762-4q47.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x4mp-pf4r-rp4x/GHSA-x4mp-pf4r-rp4x.json b/advisories/unreviewed/2022/05/GHSA-x4mp-pf4r-rp4x/GHSA-x4mp-pf4r-rp4x.json index 7aaf9880dbb..6f0717b524f 100644 --- a/advisories/unreviewed/2022/05/GHSA-x4mp-pf4r-rp4x/GHSA-x4mp-pf4r-rp4x.json +++ b/advisories/unreviewed/2022/05/GHSA-x4mp-pf4r-rp4x/GHSA-x4mp-pf4r-rp4x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x5qv-5pv9-72ff/GHSA-x5qv-5pv9-72ff.json b/advisories/unreviewed/2022/05/GHSA-x5qv-5pv9-72ff/GHSA-x5qv-5pv9-72ff.json index edcbc43e0e4..b1277dc0076 100644 --- a/advisories/unreviewed/2022/05/GHSA-x5qv-5pv9-72ff/GHSA-x5qv-5pv9-72ff.json +++ b/advisories/unreviewed/2022/05/GHSA-x5qv-5pv9-72ff/GHSA-x5qv-5pv9-72ff.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-x66w-7mq7-3gxp/GHSA-x66w-7mq7-3gxp.json b/advisories/unreviewed/2022/05/GHSA-x66w-7mq7-3gxp/GHSA-x66w-7mq7-3gxp.json index 9b5e2205ed5..cc140cad9eb 100644 --- a/advisories/unreviewed/2022/05/GHSA-x66w-7mq7-3gxp/GHSA-x66w-7mq7-3gxp.json +++ b/advisories/unreviewed/2022/05/GHSA-x66w-7mq7-3gxp/GHSA-x66w-7mq7-3gxp.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-x67w-xc9w-5cjw/GHSA-x67w-xc9w-5cjw.json b/advisories/unreviewed/2022/05/GHSA-x67w-xc9w-5cjw/GHSA-x67w-xc9w-5cjw.json index da8d4cfeb5d..c2a4b6df170 100644 --- a/advisories/unreviewed/2022/05/GHSA-x67w-xc9w-5cjw/GHSA-x67w-xc9w-5cjw.json +++ b/advisories/unreviewed/2022/05/GHSA-x67w-xc9w-5cjw/GHSA-x67w-xc9w-5cjw.json @@ -7,12 +7,8 @@ "CVE-2016-0609" ], "details": "Unspecified vulnerability in Oracle MySQL 5.5.46 and earlier, 5.6.27 and earlier, and 5.7.9 and MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10 allows remote authenticated users to affect availability via unknown vectors related to privileges.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -108,9 +104,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-x6q8-2q34-2w6w/GHSA-x6q8-2q34-2w6w.json b/advisories/unreviewed/2022/05/GHSA-x6q8-2q34-2w6w/GHSA-x6q8-2q34-2w6w.json index 6c7352f3f1a..1279637ac63 100644 --- a/advisories/unreviewed/2022/05/GHSA-x6q8-2q34-2w6w/GHSA-x6q8-2q34-2w6w.json +++ b/advisories/unreviewed/2022/05/GHSA-x6q8-2q34-2w6w/GHSA-x6q8-2q34-2w6w.json @@ -7,12 +7,8 @@ "CVE-2014-0489" ], "details": "APT before 1.0.9, when the Acquire::GzipIndexes option is enabled, does not validate checksums, which allows remote attackers to execute arbitrary code via a crafted package.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x6r7-vfm2-55m8/GHSA-x6r7-vfm2-55m8.json b/advisories/unreviewed/2022/05/GHSA-x6r7-vfm2-55m8/GHSA-x6r7-vfm2-55m8.json index 53fc4d2f14e..f4147722a16 100644 --- a/advisories/unreviewed/2022/05/GHSA-x6r7-vfm2-55m8/GHSA-x6r7-vfm2-55m8.json +++ b/advisories/unreviewed/2022/05/GHSA-x6r7-vfm2-55m8/GHSA-x6r7-vfm2-55m8.json @@ -7,12 +7,8 @@ "CVE-2014-6029" ], "details": "TorrentFlux 2.4 allows remote authenticated users to delete or modify other users' cookies via the cid parameter in an editCookies action to profile.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x82c-8r3q-mmc7/GHSA-x82c-8r3q-mmc7.json b/advisories/unreviewed/2022/05/GHSA-x82c-8r3q-mmc7/GHSA-x82c-8r3q-mmc7.json index dae5f9b47de..8cbd5fa67aa 100644 --- a/advisories/unreviewed/2022/05/GHSA-x82c-8r3q-mmc7/GHSA-x82c-8r3q-mmc7.json +++ b/advisories/unreviewed/2022/05/GHSA-x82c-8r3q-mmc7/GHSA-x82c-8r3q-mmc7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x83g-f3w6-mr3j/GHSA-x83g-f3w6-mr3j.json b/advisories/unreviewed/2022/05/GHSA-x83g-f3w6-mr3j/GHSA-x83g-f3w6-mr3j.json index cb1372003d1..b73f17df620 100644 --- a/advisories/unreviewed/2022/05/GHSA-x83g-f3w6-mr3j/GHSA-x83g-f3w6-mr3j.json +++ b/advisories/unreviewed/2022/05/GHSA-x83g-f3w6-mr3j/GHSA-x83g-f3w6-mr3j.json @@ -7,12 +7,8 @@ "CVE-2010-4022" ], "details": "The do_standalone function in the MIT krb5 KDC database propagation daemon (kpropd) in Kerberos 1.7, 1.8, and 1.9, when running in standalone mode, does not properly handle when a worker child process \"exits abnormally,\" which allows remote attackers to cause a denial of service (listening process termination, no new connections, and lack of updates in slave KVC) via unspecified vectors.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x87h-26m9-h8qm/GHSA-x87h-26m9-h8qm.json b/advisories/unreviewed/2022/05/GHSA-x87h-26m9-h8qm/GHSA-x87h-26m9-h8qm.json index a1905e03db6..f40f77b39fb 100644 --- a/advisories/unreviewed/2022/05/GHSA-x87h-26m9-h8qm/GHSA-x87h-26m9-h8qm.json +++ b/advisories/unreviewed/2022/05/GHSA-x87h-26m9-h8qm/GHSA-x87h-26m9-h8qm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x8gf-fjv6-mxvj/GHSA-x8gf-fjv6-mxvj.json b/advisories/unreviewed/2022/05/GHSA-x8gf-fjv6-mxvj/GHSA-x8gf-fjv6-mxvj.json index 196552c20a9..db25de755f9 100644 --- a/advisories/unreviewed/2022/05/GHSA-x8gf-fjv6-mxvj/GHSA-x8gf-fjv6-mxvj.json +++ b/advisories/unreviewed/2022/05/GHSA-x8gf-fjv6-mxvj/GHSA-x8gf-fjv6-mxvj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-x8qq-vq5c-79f8/GHSA-x8qq-vq5c-79f8.json b/advisories/unreviewed/2022/05/GHSA-x8qq-vq5c-79f8/GHSA-x8qq-vq5c-79f8.json index e4fdc2b9969..23f425ea82b 100644 --- a/advisories/unreviewed/2022/05/GHSA-x8qq-vq5c-79f8/GHSA-x8qq-vq5c-79f8.json +++ b/advisories/unreviewed/2022/05/GHSA-x8qq-vq5c-79f8/GHSA-x8qq-vq5c-79f8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xh5r-qv8m-7hqj/GHSA-xh5r-qv8m-7hqj.json b/advisories/unreviewed/2022/05/GHSA-xh5r-qv8m-7hqj/GHSA-xh5r-qv8m-7hqj.json index e5743bd5e76..abaa6f96216 100644 --- a/advisories/unreviewed/2022/05/GHSA-xh5r-qv8m-7hqj/GHSA-xh5r-qv8m-7hqj.json +++ b/advisories/unreviewed/2022/05/GHSA-xh5r-qv8m-7hqj/GHSA-xh5r-qv8m-7hqj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xj89-pr57-g8p3/GHSA-xj89-pr57-g8p3.json b/advisories/unreviewed/2022/05/GHSA-xj89-pr57-g8p3/GHSA-xj89-pr57-g8p3.json index 21456e69ba0..0806484ea34 100644 --- a/advisories/unreviewed/2022/05/GHSA-xj89-pr57-g8p3/GHSA-xj89-pr57-g8p3.json +++ b/advisories/unreviewed/2022/05/GHSA-xj89-pr57-g8p3/GHSA-xj89-pr57-g8p3.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-xjjc-j4cj-mpm6/GHSA-xjjc-j4cj-mpm6.json b/advisories/unreviewed/2022/05/GHSA-xjjc-j4cj-mpm6/GHSA-xjjc-j4cj-mpm6.json index 1c7fdab3951..83987655ee0 100644 --- a/advisories/unreviewed/2022/05/GHSA-xjjc-j4cj-mpm6/GHSA-xjjc-j4cj-mpm6.json +++ b/advisories/unreviewed/2022/05/GHSA-xjjc-j4cj-mpm6/GHSA-xjjc-j4cj-mpm6.json @@ -7,12 +7,8 @@ "CVE-2012-6591" ], "details": "The device-management command-line interface in Palo Alto Networks PAN-OS before 3.1.10 and 4.0.x before 4.0.5 allows remote authenticated administrators to execute arbitrary commands via unspecified vectors, aka Ref ID 31116.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xjp4-3fqh-rcxj/GHSA-xjp4-3fqh-rcxj.json b/advisories/unreviewed/2022/05/GHSA-xjp4-3fqh-rcxj/GHSA-xjp4-3fqh-rcxj.json index 52ccee97bcb..c8e98266a61 100644 --- a/advisories/unreviewed/2022/05/GHSA-xjp4-3fqh-rcxj/GHSA-xjp4-3fqh-rcxj.json +++ b/advisories/unreviewed/2022/05/GHSA-xjp4-3fqh-rcxj/GHSA-xjp4-3fqh-rcxj.json @@ -7,12 +7,8 @@ "CVE-2010-2116" ], "details": "The web interface in McAfee Email Gateway (formerly IronMail) 6.7.1 allows remote authenticated users, with only Read privileges, to gain Write privileges to modify configuration via the save action in a direct request to admin/systemWebAdminConfig.do.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xm4m-62pf-w44f/GHSA-xm4m-62pf-w44f.json b/advisories/unreviewed/2022/05/GHSA-xm4m-62pf-w44f/GHSA-xm4m-62pf-w44f.json index 55293080b1a..0577904c3f5 100644 --- a/advisories/unreviewed/2022/05/GHSA-xm4m-62pf-w44f/GHSA-xm4m-62pf-w44f.json +++ b/advisories/unreviewed/2022/05/GHSA-xm4m-62pf-w44f/GHSA-xm4m-62pf-w44f.json @@ -7,12 +7,8 @@ "CVE-2011-2748" ], "details": "The server in ISC DHCP 3.x and 4.x before 4.2.2, 3.1-ESV before 3.1-ESV-R3, and 4.1-ESV before 4.1-ESV-R3 allows remote attackers to cause a denial of service (daemon exit) via a crafted DHCP packet.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xm6h-364j-437g/GHSA-xm6h-364j-437g.json b/advisories/unreviewed/2022/05/GHSA-xm6h-364j-437g/GHSA-xm6h-364j-437g.json index b2b3cf8e34b..6973b786064 100644 --- a/advisories/unreviewed/2022/05/GHSA-xm6h-364j-437g/GHSA-xm6h-364j-437g.json +++ b/advisories/unreviewed/2022/05/GHSA-xm6h-364j-437g/GHSA-xm6h-364j-437g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xmj7-4xg3-c7vr/GHSA-xmj7-4xg3-c7vr.json b/advisories/unreviewed/2022/05/GHSA-xmj7-4xg3-c7vr/GHSA-xmj7-4xg3-c7vr.json index e4e98d2d627..f6091a91685 100644 --- a/advisories/unreviewed/2022/05/GHSA-xmj7-4xg3-c7vr/GHSA-xmj7-4xg3-c7vr.json +++ b/advisories/unreviewed/2022/05/GHSA-xmj7-4xg3-c7vr/GHSA-xmj7-4xg3-c7vr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xmr6-xwc6-6hv4/GHSA-xmr6-xwc6-6hv4.json b/advisories/unreviewed/2022/05/GHSA-xmr6-xwc6-6hv4/GHSA-xmr6-xwc6-6hv4.json index 90c100585e7..0829d0d1b67 100644 --- a/advisories/unreviewed/2022/05/GHSA-xmr6-xwc6-6hv4/GHSA-xmr6-xwc6-6hv4.json +++ b/advisories/unreviewed/2022/05/GHSA-xmr6-xwc6-6hv4/GHSA-xmr6-xwc6-6hv4.json @@ -7,12 +7,8 @@ "CVE-2014-9261" ], "details": "The sanitize function in Codoforum 2.5.1 does not properly implement filtering for directory traversal sequences, which allows remote attackers to read arbitrary files via a .. (dot dot) in the path parameter to index.php.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xp3h-fh9q-xm26/GHSA-xp3h-fh9q-xm26.json b/advisories/unreviewed/2022/05/GHSA-xp3h-fh9q-xm26/GHSA-xp3h-fh9q-xm26.json index f10ae3c9280..59b158bbe39 100644 --- a/advisories/unreviewed/2022/05/GHSA-xp3h-fh9q-xm26/GHSA-xp3h-fh9q-xm26.json +++ b/advisories/unreviewed/2022/05/GHSA-xp3h-fh9q-xm26/GHSA-xp3h-fh9q-xm26.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xq9m-84rg-77f9/GHSA-xq9m-84rg-77f9.json b/advisories/unreviewed/2022/05/GHSA-xq9m-84rg-77f9/GHSA-xq9m-84rg-77f9.json index 14b7d71157d..9b985c5c070 100644 --- a/advisories/unreviewed/2022/05/GHSA-xq9m-84rg-77f9/GHSA-xq9m-84rg-77f9.json +++ b/advisories/unreviewed/2022/05/GHSA-xq9m-84rg-77f9/GHSA-xq9m-84rg-77f9.json @@ -7,12 +7,8 @@ "CVE-2012-0961" ], "details": "Apt 0.8.16~exp5ubuntu13.x before 0.8.16~exp5ubuntu13.6, 0.8.16~exp12ubuntu10.x before 0.8.16~exp12ubuntu10.7, and 0.9.7.5ubuntu5.x before 0.9.7.5ubuntu5.2, as used in Ubuntu, uses world-readable permissions for /var/log/apt/term.log, which allows local users to obtain sensitive shell information by reading the log file.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xrvc-mqhc-wxg7/GHSA-xrvc-mqhc-wxg7.json b/advisories/unreviewed/2022/05/GHSA-xrvc-mqhc-wxg7/GHSA-xrvc-mqhc-wxg7.json index a82ecc5716b..1228342425e 100644 --- a/advisories/unreviewed/2022/05/GHSA-xrvc-mqhc-wxg7/GHSA-xrvc-mqhc-wxg7.json +++ b/advisories/unreviewed/2022/05/GHSA-xrvc-mqhc-wxg7/GHSA-xrvc-mqhc-wxg7.json @@ -7,12 +7,8 @@ "CVE-2014-8479" ], "details": "The FTP server on Siemens SCALANCE X-300 switches with firmware before 4.0 and SCALANCE X 408 switches with firmware before 4.0 allows remote authenticated users to cause a denial of service (reboot) via crafted FTP packets.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xv4h-w5rx-q9c8/GHSA-xv4h-w5rx-q9c8.json b/advisories/unreviewed/2022/05/GHSA-xv4h-w5rx-q9c8/GHSA-xv4h-w5rx-q9c8.json index 408f636eb84..b5ad0789c84 100644 --- a/advisories/unreviewed/2022/05/GHSA-xv4h-w5rx-q9c8/GHSA-xv4h-w5rx-q9c8.json +++ b/advisories/unreviewed/2022/05/GHSA-xv4h-w5rx-q9c8/GHSA-xv4h-w5rx-q9c8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xvcg-hv6h-729g/GHSA-xvcg-hv6h-729g.json b/advisories/unreviewed/2022/05/GHSA-xvcg-hv6h-729g/GHSA-xvcg-hv6h-729g.json index a05fce2583e..6333083fdd0 100644 --- a/advisories/unreviewed/2022/05/GHSA-xvcg-hv6h-729g/GHSA-xvcg-hv6h-729g.json +++ b/advisories/unreviewed/2022/05/GHSA-xvcg-hv6h-729g/GHSA-xvcg-hv6h-729g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xvw5-c4h4-r2rh/GHSA-xvw5-c4h4-r2rh.json b/advisories/unreviewed/2022/05/GHSA-xvw5-c4h4-r2rh/GHSA-xvw5-c4h4-r2rh.json index a490e326020..4ec80518324 100644 --- a/advisories/unreviewed/2022/05/GHSA-xvw5-c4h4-r2rh/GHSA-xvw5-c4h4-r2rh.json +++ b/advisories/unreviewed/2022/05/GHSA-xvw5-c4h4-r2rh/GHSA-xvw5-c4h4-r2rh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xwgg-25ph-4c8p/GHSA-xwgg-25ph-4c8p.json b/advisories/unreviewed/2022/05/GHSA-xwgg-25ph-4c8p/GHSA-xwgg-25ph-4c8p.json index d5f9bfc1182..ff795b8c491 100644 --- a/advisories/unreviewed/2022/05/GHSA-xwgg-25ph-4c8p/GHSA-xwgg-25ph-4c8p.json +++ b/advisories/unreviewed/2022/05/GHSA-xwgg-25ph-4c8p/GHSA-xwgg-25ph-4c8p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xx3p-ffq8-9pcp/GHSA-xx3p-ffq8-9pcp.json b/advisories/unreviewed/2022/05/GHSA-xx3p-ffq8-9pcp/GHSA-xx3p-ffq8-9pcp.json index c1e37ed6dcd..65a79ce192c 100644 --- a/advisories/unreviewed/2022/05/GHSA-xx3p-ffq8-9pcp/GHSA-xx3p-ffq8-9pcp.json +++ b/advisories/unreviewed/2022/05/GHSA-xx3p-ffq8-9pcp/GHSA-xx3p-ffq8-9pcp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/05/GHSA-xx3r-7m7h-68q2/GHSA-xx3r-7m7h-68q2.json b/advisories/unreviewed/2022/05/GHSA-xx3r-7m7h-68q2/GHSA-xx3r-7m7h-68q2.json index b85eedce87d..22ef3a0d95a 100644 --- a/advisories/unreviewed/2022/05/GHSA-xx3r-7m7h-68q2/GHSA-xx3r-7m7h-68q2.json +++ b/advisories/unreviewed/2022/05/GHSA-xx3r-7m7h-68q2/GHSA-xx3r-7m7h-68q2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/05/GHSA-xxqw-w7gr-7fqf/GHSA-xxqw-w7gr-7fqf.json b/advisories/unreviewed/2022/05/GHSA-xxqw-w7gr-7fqf/GHSA-xxqw-w7gr-7fqf.json index ea3ea228a18..e70bc53e962 100644 --- a/advisories/unreviewed/2022/05/GHSA-xxqw-w7gr-7fqf/GHSA-xxqw-w7gr-7fqf.json +++ b/advisories/unreviewed/2022/05/GHSA-xxqw-w7gr-7fqf/GHSA-xxqw-w7gr-7fqf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/08/GHSA-373f-fj9q-cmrg/GHSA-373f-fj9q-cmrg.json b/advisories/unreviewed/2022/08/GHSA-373f-fj9q-cmrg/GHSA-373f-fj9q-cmrg.json index 0dbb289dec2..b989e461df5 100644 --- a/advisories/unreviewed/2022/08/GHSA-373f-fj9q-cmrg/GHSA-373f-fj9q-cmrg.json +++ b/advisories/unreviewed/2022/08/GHSA-373f-fj9q-cmrg/GHSA-373f-fj9q-cmrg.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/08/GHSA-3jf9-4x8h-72mh/GHSA-3jf9-4x8h-72mh.json b/advisories/unreviewed/2022/08/GHSA-3jf9-4x8h-72mh/GHSA-3jf9-4x8h-72mh.json index d71b1e47e48..f5f543b6dfb 100644 --- a/advisories/unreviewed/2022/08/GHSA-3jf9-4x8h-72mh/GHSA-3jf9-4x8h-72mh.json +++ b/advisories/unreviewed/2022/08/GHSA-3jf9-4x8h-72mh/GHSA-3jf9-4x8h-72mh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/08/GHSA-5pxj-3776-8xhv/GHSA-5pxj-3776-8xhv.json b/advisories/unreviewed/2022/08/GHSA-5pxj-3776-8xhv/GHSA-5pxj-3776-8xhv.json index 97483c98c5d..2ac635a4661 100644 --- a/advisories/unreviewed/2022/08/GHSA-5pxj-3776-8xhv/GHSA-5pxj-3776-8xhv.json +++ b/advisories/unreviewed/2022/08/GHSA-5pxj-3776-8xhv/GHSA-5pxj-3776-8xhv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/08/GHSA-6gv5-5975-mh35/GHSA-6gv5-5975-mh35.json b/advisories/unreviewed/2022/08/GHSA-6gv5-5975-mh35/GHSA-6gv5-5975-mh35.json index b9b1a952cd5..1397c85b07b 100644 --- a/advisories/unreviewed/2022/08/GHSA-6gv5-5975-mh35/GHSA-6gv5-5975-mh35.json +++ b/advisories/unreviewed/2022/08/GHSA-6gv5-5975-mh35/GHSA-6gv5-5975-mh35.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/08/GHSA-8f6q-9972-q659/GHSA-8f6q-9972-q659.json b/advisories/unreviewed/2022/08/GHSA-8f6q-9972-q659/GHSA-8f6q-9972-q659.json index a1e72927f92..ae2a40d9244 100644 --- a/advisories/unreviewed/2022/08/GHSA-8f6q-9972-q659/GHSA-8f6q-9972-q659.json +++ b/advisories/unreviewed/2022/08/GHSA-8f6q-9972-q659/GHSA-8f6q-9972-q659.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/08/GHSA-9gxh-j3gr-w8xj/GHSA-9gxh-j3gr-w8xj.json b/advisories/unreviewed/2022/08/GHSA-9gxh-j3gr-w8xj/GHSA-9gxh-j3gr-w8xj.json index 921f16f10bc..c80f9cda44d 100644 --- a/advisories/unreviewed/2022/08/GHSA-9gxh-j3gr-w8xj/GHSA-9gxh-j3gr-w8xj.json +++ b/advisories/unreviewed/2022/08/GHSA-9gxh-j3gr-w8xj/GHSA-9gxh-j3gr-w8xj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/08/GHSA-9xqf-5rxc-9fj8/GHSA-9xqf-5rxc-9fj8.json b/advisories/unreviewed/2022/08/GHSA-9xqf-5rxc-9fj8/GHSA-9xqf-5rxc-9fj8.json index ac29b549ea1..301cb680c6c 100644 --- a/advisories/unreviewed/2022/08/GHSA-9xqf-5rxc-9fj8/GHSA-9xqf-5rxc-9fj8.json +++ b/advisories/unreviewed/2022/08/GHSA-9xqf-5rxc-9fj8/GHSA-9xqf-5rxc-9fj8.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-c9fv-wggm-27xv/GHSA-c9fv-wggm-27xv.json b/advisories/unreviewed/2022/08/GHSA-c9fv-wggm-27xv/GHSA-c9fv-wggm-27xv.json index 2065b0eba77..57ec2ae0a26 100644 --- a/advisories/unreviewed/2022/08/GHSA-c9fv-wggm-27xv/GHSA-c9fv-wggm-27xv.json +++ b/advisories/unreviewed/2022/08/GHSA-c9fv-wggm-27xv/GHSA-c9fv-wggm-27xv.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/08/GHSA-f6vj-43fg-42hg/GHSA-f6vj-43fg-42hg.json b/advisories/unreviewed/2022/08/GHSA-f6vj-43fg-42hg/GHSA-f6vj-43fg-42hg.json index 91292cea801..b7556ef163a 100644 --- a/advisories/unreviewed/2022/08/GHSA-f6vj-43fg-42hg/GHSA-f6vj-43fg-42hg.json +++ b/advisories/unreviewed/2022/08/GHSA-f6vj-43fg-42hg/GHSA-f6vj-43fg-42hg.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-fpjm-39pj-mg8r/GHSA-fpjm-39pj-mg8r.json b/advisories/unreviewed/2022/08/GHSA-fpjm-39pj-mg8r/GHSA-fpjm-39pj-mg8r.json index 4671384f78d..d4452b7d02e 100644 --- a/advisories/unreviewed/2022/08/GHSA-fpjm-39pj-mg8r/GHSA-fpjm-39pj-mg8r.json +++ b/advisories/unreviewed/2022/08/GHSA-fpjm-39pj-mg8r/GHSA-fpjm-39pj-mg8r.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/08/GHSA-gwp6-552q-mg7w/GHSA-gwp6-552q-mg7w.json b/advisories/unreviewed/2022/08/GHSA-gwp6-552q-mg7w/GHSA-gwp6-552q-mg7w.json index e8a0417f812..6031b60c902 100644 --- a/advisories/unreviewed/2022/08/GHSA-gwp6-552q-mg7w/GHSA-gwp6-552q-mg7w.json +++ b/advisories/unreviewed/2022/08/GHSA-gwp6-552q-mg7w/GHSA-gwp6-552q-mg7w.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/08/GHSA-h235-7gfj-q45r/GHSA-h235-7gfj-q45r.json b/advisories/unreviewed/2022/08/GHSA-h235-7gfj-q45r/GHSA-h235-7gfj-q45r.json index 3fe32b00e0b..56fd880233a 100644 --- a/advisories/unreviewed/2022/08/GHSA-h235-7gfj-q45r/GHSA-h235-7gfj-q45r.json +++ b/advisories/unreviewed/2022/08/GHSA-h235-7gfj-q45r/GHSA-h235-7gfj-q45r.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/08/GHSA-hm3h-qvm3-r8qv/GHSA-hm3h-qvm3-r8qv.json b/advisories/unreviewed/2022/08/GHSA-hm3h-qvm3-r8qv/GHSA-hm3h-qvm3-r8qv.json index 1e2293f5b88..c97da300c72 100644 --- a/advisories/unreviewed/2022/08/GHSA-hm3h-qvm3-r8qv/GHSA-hm3h-qvm3-r8qv.json +++ b/advisories/unreviewed/2022/08/GHSA-hm3h-qvm3-r8qv/GHSA-hm3h-qvm3-r8qv.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/08/GHSA-hvhp-fgmh-8jjg/GHSA-hvhp-fgmh-8jjg.json b/advisories/unreviewed/2022/08/GHSA-hvhp-fgmh-8jjg/GHSA-hvhp-fgmh-8jjg.json index 23c646f4373..1f4e708602b 100644 --- a/advisories/unreviewed/2022/08/GHSA-hvhp-fgmh-8jjg/GHSA-hvhp-fgmh-8jjg.json +++ b/advisories/unreviewed/2022/08/GHSA-hvhp-fgmh-8jjg/GHSA-hvhp-fgmh-8jjg.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/08/GHSA-v4jv-gfgq-2wrh/GHSA-v4jv-gfgq-2wrh.json b/advisories/unreviewed/2022/08/GHSA-v4jv-gfgq-2wrh/GHSA-v4jv-gfgq-2wrh.json index 0f85ff88350..bab6706d1bc 100644 --- a/advisories/unreviewed/2022/08/GHSA-v4jv-gfgq-2wrh/GHSA-v4jv-gfgq-2wrh.json +++ b/advisories/unreviewed/2022/08/GHSA-v4jv-gfgq-2wrh/GHSA-v4jv-gfgq-2wrh.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/08/GHSA-vg8v-7c58-534w/GHSA-vg8v-7c58-534w.json b/advisories/unreviewed/2022/08/GHSA-vg8v-7c58-534w/GHSA-vg8v-7c58-534w.json index 6332ee4bed9..934547fd72e 100644 --- a/advisories/unreviewed/2022/08/GHSA-vg8v-7c58-534w/GHSA-vg8v-7c58-534w.json +++ b/advisories/unreviewed/2022/08/GHSA-vg8v-7c58-534w/GHSA-vg8v-7c58-534w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/08/GHSA-x3mw-4p62-w997/GHSA-x3mw-4p62-w997.json b/advisories/unreviewed/2022/08/GHSA-x3mw-4p62-w997/GHSA-x3mw-4p62-w997.json index ea4debcdcdf..99c8b941653 100644 --- a/advisories/unreviewed/2022/08/GHSA-x3mw-4p62-w997/GHSA-x3mw-4p62-w997.json +++ b/advisories/unreviewed/2022/08/GHSA-x3mw-4p62-w997/GHSA-x3mw-4p62-w997.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-x6q2-jc43-hg6v/GHSA-x6q2-jc43-hg6v.json b/advisories/unreviewed/2022/08/GHSA-x6q2-jc43-hg6v/GHSA-x6q2-jc43-hg6v.json index bad7b612d22..331f8539e15 100644 --- a/advisories/unreviewed/2022/08/GHSA-x6q2-jc43-hg6v/GHSA-x6q2-jc43-hg6v.json +++ b/advisories/unreviewed/2022/08/GHSA-x6q2-jc43-hg6v/GHSA-x6q2-jc43-hg6v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-2r89-wvrg-9qjh/GHSA-2r89-wvrg-9qjh.json b/advisories/unreviewed/2022/09/GHSA-2r89-wvrg-9qjh/GHSA-2r89-wvrg-9qjh.json index f50598da68c..816c5256767 100644 --- a/advisories/unreviewed/2022/09/GHSA-2r89-wvrg-9qjh/GHSA-2r89-wvrg-9qjh.json +++ b/advisories/unreviewed/2022/09/GHSA-2r89-wvrg-9qjh/GHSA-2r89-wvrg-9qjh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-35f3-6m6g-7f92/GHSA-35f3-6m6g-7f92.json b/advisories/unreviewed/2022/09/GHSA-35f3-6m6g-7f92/GHSA-35f3-6m6g-7f92.json index ce5c84fadd4..aa36b1bfd43 100644 --- a/advisories/unreviewed/2022/09/GHSA-35f3-6m6g-7f92/GHSA-35f3-6m6g-7f92.json +++ b/advisories/unreviewed/2022/09/GHSA-35f3-6m6g-7f92/GHSA-35f3-6m6g-7f92.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/09/GHSA-374v-hgw3-c32p/GHSA-374v-hgw3-c32p.json b/advisories/unreviewed/2022/09/GHSA-374v-hgw3-c32p/GHSA-374v-hgw3-c32p.json index 945685945d4..860b4152589 100644 --- a/advisories/unreviewed/2022/09/GHSA-374v-hgw3-c32p/GHSA-374v-hgw3-c32p.json +++ b/advisories/unreviewed/2022/09/GHSA-374v-hgw3-c32p/GHSA-374v-hgw3-c32p.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/09/GHSA-384x-r4rg-wj95/GHSA-384x-r4rg-wj95.json b/advisories/unreviewed/2022/09/GHSA-384x-r4rg-wj95/GHSA-384x-r4rg-wj95.json index 215e2b4e41a..c9babb726ae 100644 --- a/advisories/unreviewed/2022/09/GHSA-384x-r4rg-wj95/GHSA-384x-r4rg-wj95.json +++ b/advisories/unreviewed/2022/09/GHSA-384x-r4rg-wj95/GHSA-384x-r4rg-wj95.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-39x7-j43f-hqfr/GHSA-39x7-j43f-hqfr.json b/advisories/unreviewed/2022/09/GHSA-39x7-j43f-hqfr/GHSA-39x7-j43f-hqfr.json index eeee1f34d92..dee68d4905a 100644 --- a/advisories/unreviewed/2022/09/GHSA-39x7-j43f-hqfr/GHSA-39x7-j43f-hqfr.json +++ b/advisories/unreviewed/2022/09/GHSA-39x7-j43f-hqfr/GHSA-39x7-j43f-hqfr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-3m69-hv34-fc7r/GHSA-3m69-hv34-fc7r.json b/advisories/unreviewed/2022/09/GHSA-3m69-hv34-fc7r/GHSA-3m69-hv34-fc7r.json index 9897492ebe4..edf5593b480 100644 --- a/advisories/unreviewed/2022/09/GHSA-3m69-hv34-fc7r/GHSA-3m69-hv34-fc7r.json +++ b/advisories/unreviewed/2022/09/GHSA-3m69-hv34-fc7r/GHSA-3m69-hv34-fc7r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-3rrx-r28h-qh3c/GHSA-3rrx-r28h-qh3c.json b/advisories/unreviewed/2022/09/GHSA-3rrx-r28h-qh3c/GHSA-3rrx-r28h-qh3c.json index 11fe6f5745a..dc3eeccad89 100644 --- a/advisories/unreviewed/2022/09/GHSA-3rrx-r28h-qh3c/GHSA-3rrx-r28h-qh3c.json +++ b/advisories/unreviewed/2022/09/GHSA-3rrx-r28h-qh3c/GHSA-3rrx-r28h-qh3c.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/2022/09/GHSA-3x62-9v4c-683c/GHSA-3x62-9v4c-683c.json b/advisories/unreviewed/2022/09/GHSA-3x62-9v4c-683c/GHSA-3x62-9v4c-683c.json index f6a243004a4..b55e0cbd7f3 100644 --- a/advisories/unreviewed/2022/09/GHSA-3x62-9v4c-683c/GHSA-3x62-9v4c-683c.json +++ b/advisories/unreviewed/2022/09/GHSA-3x62-9v4c-683c/GHSA-3x62-9v4c-683c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-46hf-rj98-6qj6/GHSA-46hf-rj98-6qj6.json b/advisories/unreviewed/2022/09/GHSA-46hf-rj98-6qj6/GHSA-46hf-rj98-6qj6.json index 90a772347a8..66569fb64dc 100644 --- a/advisories/unreviewed/2022/09/GHSA-46hf-rj98-6qj6/GHSA-46hf-rj98-6qj6.json +++ b/advisories/unreviewed/2022/09/GHSA-46hf-rj98-6qj6/GHSA-46hf-rj98-6qj6.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/09/GHSA-472g-r976-3q84/GHSA-472g-r976-3q84.json b/advisories/unreviewed/2022/09/GHSA-472g-r976-3q84/GHSA-472g-r976-3q84.json index dc1011ceeac..5aac9d7f3a0 100644 --- a/advisories/unreviewed/2022/09/GHSA-472g-r976-3q84/GHSA-472g-r976-3q84.json +++ b/advisories/unreviewed/2022/09/GHSA-472g-r976-3q84/GHSA-472g-r976-3q84.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-47fw-6h49-r836/GHSA-47fw-6h49-r836.json b/advisories/unreviewed/2022/09/GHSA-47fw-6h49-r836/GHSA-47fw-6h49-r836.json index a01da86dea9..12347cef48a 100644 --- a/advisories/unreviewed/2022/09/GHSA-47fw-6h49-r836/GHSA-47fw-6h49-r836.json +++ b/advisories/unreviewed/2022/09/GHSA-47fw-6h49-r836/GHSA-47fw-6h49-r836.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/09/GHSA-4pvf-cqjg-qv85/GHSA-4pvf-cqjg-qv85.json b/advisories/unreviewed/2022/09/GHSA-4pvf-cqjg-qv85/GHSA-4pvf-cqjg-qv85.json index a24e256d853..90a83c9ab59 100644 --- a/advisories/unreviewed/2022/09/GHSA-4pvf-cqjg-qv85/GHSA-4pvf-cqjg-qv85.json +++ b/advisories/unreviewed/2022/09/GHSA-4pvf-cqjg-qv85/GHSA-4pvf-cqjg-qv85.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/09/GHSA-4rp4-fph8-42jq/GHSA-4rp4-fph8-42jq.json b/advisories/unreviewed/2022/09/GHSA-4rp4-fph8-42jq/GHSA-4rp4-fph8-42jq.json index e178f37d6f8..d0d7f7b34cb 100644 --- a/advisories/unreviewed/2022/09/GHSA-4rp4-fph8-42jq/GHSA-4rp4-fph8-42jq.json +++ b/advisories/unreviewed/2022/09/GHSA-4rp4-fph8-42jq/GHSA-4rp4-fph8-42jq.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/2022/09/GHSA-4wp4-5qqp-3vwf/GHSA-4wp4-5qqp-3vwf.json b/advisories/unreviewed/2022/09/GHSA-4wp4-5qqp-3vwf/GHSA-4wp4-5qqp-3vwf.json index ced0235b760..aade8a7f4a0 100644 --- a/advisories/unreviewed/2022/09/GHSA-4wp4-5qqp-3vwf/GHSA-4wp4-5qqp-3vwf.json +++ b/advisories/unreviewed/2022/09/GHSA-4wp4-5qqp-3vwf/GHSA-4wp4-5qqp-3vwf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-4x65-mvw7-frvc/GHSA-4x65-mvw7-frvc.json b/advisories/unreviewed/2022/09/GHSA-4x65-mvw7-frvc/GHSA-4x65-mvw7-frvc.json index f288936f44a..8803d2a428a 100644 --- a/advisories/unreviewed/2022/09/GHSA-4x65-mvw7-frvc/GHSA-4x65-mvw7-frvc.json +++ b/advisories/unreviewed/2022/09/GHSA-4x65-mvw7-frvc/GHSA-4x65-mvw7-frvc.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/09/GHSA-52jg-p6fx-wx7h/GHSA-52jg-p6fx-wx7h.json b/advisories/unreviewed/2022/09/GHSA-52jg-p6fx-wx7h/GHSA-52jg-p6fx-wx7h.json index 929ff761069..492fa8d2ddf 100644 --- a/advisories/unreviewed/2022/09/GHSA-52jg-p6fx-wx7h/GHSA-52jg-p6fx-wx7h.json +++ b/advisories/unreviewed/2022/09/GHSA-52jg-p6fx-wx7h/GHSA-52jg-p6fx-wx7h.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/2022/09/GHSA-53c3-c4qm-j6hm/GHSA-53c3-c4qm-j6hm.json b/advisories/unreviewed/2022/09/GHSA-53c3-c4qm-j6hm/GHSA-53c3-c4qm-j6hm.json index 94d04dfd087..a3fe1f9a1f3 100644 --- a/advisories/unreviewed/2022/09/GHSA-53c3-c4qm-j6hm/GHSA-53c3-c4qm-j6hm.json +++ b/advisories/unreviewed/2022/09/GHSA-53c3-c4qm-j6hm/GHSA-53c3-c4qm-j6hm.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/2022/09/GHSA-59cm-px3x-hqrm/GHSA-59cm-px3x-hqrm.json b/advisories/unreviewed/2022/09/GHSA-59cm-px3x-hqrm/GHSA-59cm-px3x-hqrm.json index 5a25a752518..db46b0964ea 100644 --- a/advisories/unreviewed/2022/09/GHSA-59cm-px3x-hqrm/GHSA-59cm-px3x-hqrm.json +++ b/advisories/unreviewed/2022/09/GHSA-59cm-px3x-hqrm/GHSA-59cm-px3x-hqrm.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/09/GHSA-5fxf-jjpm-w4vm/GHSA-5fxf-jjpm-w4vm.json b/advisories/unreviewed/2022/09/GHSA-5fxf-jjpm-w4vm/GHSA-5fxf-jjpm-w4vm.json index c0a1149ffee..f8e259a16f6 100644 --- a/advisories/unreviewed/2022/09/GHSA-5fxf-jjpm-w4vm/GHSA-5fxf-jjpm-w4vm.json +++ b/advisories/unreviewed/2022/09/GHSA-5fxf-jjpm-w4vm/GHSA-5fxf-jjpm-w4vm.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/09/GHSA-5wcq-2m8r-q254/GHSA-5wcq-2m8r-q254.json b/advisories/unreviewed/2022/09/GHSA-5wcq-2m8r-q254/GHSA-5wcq-2m8r-q254.json index db6af94f155..e59a944b0e6 100644 --- a/advisories/unreviewed/2022/09/GHSA-5wcq-2m8r-q254/GHSA-5wcq-2m8r-q254.json +++ b/advisories/unreviewed/2022/09/GHSA-5wcq-2m8r-q254/GHSA-5wcq-2m8r-q254.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/09/GHSA-5wgw-4gjg-9w3p/GHSA-5wgw-4gjg-9w3p.json b/advisories/unreviewed/2022/09/GHSA-5wgw-4gjg-9w3p/GHSA-5wgw-4gjg-9w3p.json index 23acb2b33fb..c0a7717085c 100644 --- a/advisories/unreviewed/2022/09/GHSA-5wgw-4gjg-9w3p/GHSA-5wgw-4gjg-9w3p.json +++ b/advisories/unreviewed/2022/09/GHSA-5wgw-4gjg-9w3p/GHSA-5wgw-4gjg-9w3p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/09/GHSA-5www-q64q-vx68/GHSA-5www-q64q-vx68.json b/advisories/unreviewed/2022/09/GHSA-5www-q64q-vx68/GHSA-5www-q64q-vx68.json index 0e1c11252cd..91e1faff5bc 100644 --- a/advisories/unreviewed/2022/09/GHSA-5www-q64q-vx68/GHSA-5www-q64q-vx68.json +++ b/advisories/unreviewed/2022/09/GHSA-5www-q64q-vx68/GHSA-5www-q64q-vx68.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/09/GHSA-5xc6-pmr2-qj78/GHSA-5xc6-pmr2-qj78.json b/advisories/unreviewed/2022/09/GHSA-5xc6-pmr2-qj78/GHSA-5xc6-pmr2-qj78.json index d48d6b73357..46c99d33a23 100644 --- a/advisories/unreviewed/2022/09/GHSA-5xc6-pmr2-qj78/GHSA-5xc6-pmr2-qj78.json +++ b/advisories/unreviewed/2022/09/GHSA-5xc6-pmr2-qj78/GHSA-5xc6-pmr2-qj78.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-62p3-rf33-fx26/GHSA-62p3-rf33-fx26.json b/advisories/unreviewed/2022/09/GHSA-62p3-rf33-fx26/GHSA-62p3-rf33-fx26.json index 54050416338..62151641671 100644 --- a/advisories/unreviewed/2022/09/GHSA-62p3-rf33-fx26/GHSA-62p3-rf33-fx26.json +++ b/advisories/unreviewed/2022/09/GHSA-62p3-rf33-fx26/GHSA-62p3-rf33-fx26.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", @@ -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/09/GHSA-632j-4r76-qfq7/GHSA-632j-4r76-qfq7.json b/advisories/unreviewed/2022/09/GHSA-632j-4r76-qfq7/GHSA-632j-4r76-qfq7.json index 576595cf07e..d103a189da9 100644 --- a/advisories/unreviewed/2022/09/GHSA-632j-4r76-qfq7/GHSA-632j-4r76-qfq7.json +++ b/advisories/unreviewed/2022/09/GHSA-632j-4r76-qfq7/GHSA-632j-4r76-qfq7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/09/GHSA-678v-m3w3-rxf6/GHSA-678v-m3w3-rxf6.json b/advisories/unreviewed/2022/09/GHSA-678v-m3w3-rxf6/GHSA-678v-m3w3-rxf6.json index 8e4982fd864..50ad66768df 100644 --- a/advisories/unreviewed/2022/09/GHSA-678v-m3w3-rxf6/GHSA-678v-m3w3-rxf6.json +++ b/advisories/unreviewed/2022/09/GHSA-678v-m3w3-rxf6/GHSA-678v-m3w3-rxf6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/09/GHSA-6j59-hcfj-qp2r/GHSA-6j59-hcfj-qp2r.json b/advisories/unreviewed/2022/09/GHSA-6j59-hcfj-qp2r/GHSA-6j59-hcfj-qp2r.json index ea0fc95db34..50fb36c20ea 100644 --- a/advisories/unreviewed/2022/09/GHSA-6j59-hcfj-qp2r/GHSA-6j59-hcfj-qp2r.json +++ b/advisories/unreviewed/2022/09/GHSA-6j59-hcfj-qp2r/GHSA-6j59-hcfj-qp2r.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/2022/09/GHSA-6r3j-wh66-77hq/GHSA-6r3j-wh66-77hq.json b/advisories/unreviewed/2022/09/GHSA-6r3j-wh66-77hq/GHSA-6r3j-wh66-77hq.json index a2dcb20aa20..475ee3ef82f 100644 --- a/advisories/unreviewed/2022/09/GHSA-6r3j-wh66-77hq/GHSA-6r3j-wh66-77hq.json +++ b/advisories/unreviewed/2022/09/GHSA-6r3j-wh66-77hq/GHSA-6r3j-wh66-77hq.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", @@ -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/09/GHSA-6v9v-7vr2-9555/GHSA-6v9v-7vr2-9555.json b/advisories/unreviewed/2022/09/GHSA-6v9v-7vr2-9555/GHSA-6v9v-7vr2-9555.json index 91d131ef2ab..d2e6ef23835 100644 --- a/advisories/unreviewed/2022/09/GHSA-6v9v-7vr2-9555/GHSA-6v9v-7vr2-9555.json +++ b/advisories/unreviewed/2022/09/GHSA-6v9v-7vr2-9555/GHSA-6v9v-7vr2-9555.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/09/GHSA-6w49-rxh8-qm8r/GHSA-6w49-rxh8-qm8r.json b/advisories/unreviewed/2022/09/GHSA-6w49-rxh8-qm8r/GHSA-6w49-rxh8-qm8r.json index 101fad83d84..3ad786b88c1 100644 --- a/advisories/unreviewed/2022/09/GHSA-6w49-rxh8-qm8r/GHSA-6w49-rxh8-qm8r.json +++ b/advisories/unreviewed/2022/09/GHSA-6w49-rxh8-qm8r/GHSA-6w49-rxh8-qm8r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-7f9r-4pwc-55x7/GHSA-7f9r-4pwc-55x7.json b/advisories/unreviewed/2022/09/GHSA-7f9r-4pwc-55x7/GHSA-7f9r-4pwc-55x7.json index c6297909d2b..eb78db44552 100644 --- a/advisories/unreviewed/2022/09/GHSA-7f9r-4pwc-55x7/GHSA-7f9r-4pwc-55x7.json +++ b/advisories/unreviewed/2022/09/GHSA-7f9r-4pwc-55x7/GHSA-7f9r-4pwc-55x7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/09/GHSA-858g-j2p9-j2xh/GHSA-858g-j2p9-j2xh.json b/advisories/unreviewed/2022/09/GHSA-858g-j2p9-j2xh/GHSA-858g-j2p9-j2xh.json index 214c8842389..475fdf83674 100644 --- a/advisories/unreviewed/2022/09/GHSA-858g-j2p9-j2xh/GHSA-858g-j2p9-j2xh.json +++ b/advisories/unreviewed/2022/09/GHSA-858g-j2p9-j2xh/GHSA-858g-j2p9-j2xh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/09/GHSA-86w2-r376-87w2/GHSA-86w2-r376-87w2.json b/advisories/unreviewed/2022/09/GHSA-86w2-r376-87w2/GHSA-86w2-r376-87w2.json index 3d41ca009a0..e2105a7e7d3 100644 --- a/advisories/unreviewed/2022/09/GHSA-86w2-r376-87w2/GHSA-86w2-r376-87w2.json +++ b/advisories/unreviewed/2022/09/GHSA-86w2-r376-87w2/GHSA-86w2-r376-87w2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-8w2q-p4vp-8jxf/GHSA-8w2q-p4vp-8jxf.json b/advisories/unreviewed/2022/09/GHSA-8w2q-p4vp-8jxf/GHSA-8w2q-p4vp-8jxf.json index 5066a858208..9275265bbea 100644 --- a/advisories/unreviewed/2022/09/GHSA-8w2q-p4vp-8jxf/GHSA-8w2q-p4vp-8jxf.json +++ b/advisories/unreviewed/2022/09/GHSA-8w2q-p4vp-8jxf/GHSA-8w2q-p4vp-8jxf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-8x3j-26v3-4379/GHSA-8x3j-26v3-4379.json b/advisories/unreviewed/2022/09/GHSA-8x3j-26v3-4379/GHSA-8x3j-26v3-4379.json index 4b17a622adf..d7edc5b62aa 100644 --- a/advisories/unreviewed/2022/09/GHSA-8x3j-26v3-4379/GHSA-8x3j-26v3-4379.json +++ b/advisories/unreviewed/2022/09/GHSA-8x3j-26v3-4379/GHSA-8x3j-26v3-4379.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/09/GHSA-947v-w24j-9ph3/GHSA-947v-w24j-9ph3.json b/advisories/unreviewed/2022/09/GHSA-947v-w24j-9ph3/GHSA-947v-w24j-9ph3.json index 025825b23f6..371dc6ae42f 100644 --- a/advisories/unreviewed/2022/09/GHSA-947v-w24j-9ph3/GHSA-947v-w24j-9ph3.json +++ b/advisories/unreviewed/2022/09/GHSA-947v-w24j-9ph3/GHSA-947v-w24j-9ph3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-9cp4-7v5m-jx89/GHSA-9cp4-7v5m-jx89.json b/advisories/unreviewed/2022/09/GHSA-9cp4-7v5m-jx89/GHSA-9cp4-7v5m-jx89.json index 196ae8edd0b..f451a6114a7 100644 --- a/advisories/unreviewed/2022/09/GHSA-9cp4-7v5m-jx89/GHSA-9cp4-7v5m-jx89.json +++ b/advisories/unreviewed/2022/09/GHSA-9cp4-7v5m-jx89/GHSA-9cp4-7v5m-jx89.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-c4wf-j959-2jrj/GHSA-c4wf-j959-2jrj.json b/advisories/unreviewed/2022/09/GHSA-c4wf-j959-2jrj/GHSA-c4wf-j959-2jrj.json index 1f0ecdd6b5d..9d71812a366 100644 --- a/advisories/unreviewed/2022/09/GHSA-c4wf-j959-2jrj/GHSA-c4wf-j959-2jrj.json +++ b/advisories/unreviewed/2022/09/GHSA-c4wf-j959-2jrj/GHSA-c4wf-j959-2jrj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/09/GHSA-cxqq-h5hh-jgq2/GHSA-cxqq-h5hh-jgq2.json b/advisories/unreviewed/2022/09/GHSA-cxqq-h5hh-jgq2/GHSA-cxqq-h5hh-jgq2.json index ca5d771486f..3df92366831 100644 --- a/advisories/unreviewed/2022/09/GHSA-cxqq-h5hh-jgq2/GHSA-cxqq-h5hh-jgq2.json +++ b/advisories/unreviewed/2022/09/GHSA-cxqq-h5hh-jgq2/GHSA-cxqq-h5hh-jgq2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-f2v5-9c8m-73f3/GHSA-f2v5-9c8m-73f3.json b/advisories/unreviewed/2022/09/GHSA-f2v5-9c8m-73f3/GHSA-f2v5-9c8m-73f3.json index c6f762075ff..9a9f9a71620 100644 --- a/advisories/unreviewed/2022/09/GHSA-f2v5-9c8m-73f3/GHSA-f2v5-9c8m-73f3.json +++ b/advisories/unreviewed/2022/09/GHSA-f2v5-9c8m-73f3/GHSA-f2v5-9c8m-73f3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/09/GHSA-fvv8-7jg6-pv3j/GHSA-fvv8-7jg6-pv3j.json b/advisories/unreviewed/2022/09/GHSA-fvv8-7jg6-pv3j/GHSA-fvv8-7jg6-pv3j.json index 31279cd27f9..2b3f22e0d9a 100644 --- a/advisories/unreviewed/2022/09/GHSA-fvv8-7jg6-pv3j/GHSA-fvv8-7jg6-pv3j.json +++ b/advisories/unreviewed/2022/09/GHSA-fvv8-7jg6-pv3j/GHSA-fvv8-7jg6-pv3j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-g2hw-2mm9-fqpj/GHSA-g2hw-2mm9-fqpj.json b/advisories/unreviewed/2022/09/GHSA-g2hw-2mm9-fqpj/GHSA-g2hw-2mm9-fqpj.json index 2881bbbb9b9..fb4d84a6275 100644 --- a/advisories/unreviewed/2022/09/GHSA-g2hw-2mm9-fqpj/GHSA-g2hw-2mm9-fqpj.json +++ b/advisories/unreviewed/2022/09/GHSA-g2hw-2mm9-fqpj/GHSA-g2hw-2mm9-fqpj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-g986-42m5-mxwm/GHSA-g986-42m5-mxwm.json b/advisories/unreviewed/2022/09/GHSA-g986-42m5-mxwm/GHSA-g986-42m5-mxwm.json index 516be5132c5..7de8ee09fbd 100644 --- a/advisories/unreviewed/2022/09/GHSA-g986-42m5-mxwm/GHSA-g986-42m5-mxwm.json +++ b/advisories/unreviewed/2022/09/GHSA-g986-42m5-mxwm/GHSA-g986-42m5-mxwm.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/09/GHSA-ghjx-g5f9-8w23/GHSA-ghjx-g5f9-8w23.json b/advisories/unreviewed/2022/09/GHSA-ghjx-g5f9-8w23/GHSA-ghjx-g5f9-8w23.json index 78ae6cc71f6..3111d7ca75b 100644 --- a/advisories/unreviewed/2022/09/GHSA-ghjx-g5f9-8w23/GHSA-ghjx-g5f9-8w23.json +++ b/advisories/unreviewed/2022/09/GHSA-ghjx-g5f9-8w23/GHSA-ghjx-g5f9-8w23.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-gq4x-h8rq-52fw/GHSA-gq4x-h8rq-52fw.json b/advisories/unreviewed/2022/09/GHSA-gq4x-h8rq-52fw/GHSA-gq4x-h8rq-52fw.json index f7d20cb600e..47609eba7f3 100644 --- a/advisories/unreviewed/2022/09/GHSA-gq4x-h8rq-52fw/GHSA-gq4x-h8rq-52fw.json +++ b/advisories/unreviewed/2022/09/GHSA-gq4x-h8rq-52fw/GHSA-gq4x-h8rq-52fw.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/09/GHSA-h3r7-x4mp-2c39/GHSA-h3r7-x4mp-2c39.json b/advisories/unreviewed/2022/09/GHSA-h3r7-x4mp-2c39/GHSA-h3r7-x4mp-2c39.json index d0ea23cfbd7..43b7ecf3846 100644 --- a/advisories/unreviewed/2022/09/GHSA-h3r7-x4mp-2c39/GHSA-h3r7-x4mp-2c39.json +++ b/advisories/unreviewed/2022/09/GHSA-h3r7-x4mp-2c39/GHSA-h3r7-x4mp-2c39.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-h8mg-3vg2-w6qp/GHSA-h8mg-3vg2-w6qp.json b/advisories/unreviewed/2022/09/GHSA-h8mg-3vg2-w6qp/GHSA-h8mg-3vg2-w6qp.json index ecbb9753d86..f3009c5e1d8 100644 --- a/advisories/unreviewed/2022/09/GHSA-h8mg-3vg2-w6qp/GHSA-h8mg-3vg2-w6qp.json +++ b/advisories/unreviewed/2022/09/GHSA-h8mg-3vg2-w6qp/GHSA-h8mg-3vg2-w6qp.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", @@ -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/09/GHSA-hc88-g42g-7pc8/GHSA-hc88-g42g-7pc8.json b/advisories/unreviewed/2022/09/GHSA-hc88-g42g-7pc8/GHSA-hc88-g42g-7pc8.json index 7ae2c65e56f..7e9eaa38427 100644 --- a/advisories/unreviewed/2022/09/GHSA-hc88-g42g-7pc8/GHSA-hc88-g42g-7pc8.json +++ b/advisories/unreviewed/2022/09/GHSA-hc88-g42g-7pc8/GHSA-hc88-g42g-7pc8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-hh49-75rp-25qf/GHSA-hh49-75rp-25qf.json b/advisories/unreviewed/2022/09/GHSA-hh49-75rp-25qf/GHSA-hh49-75rp-25qf.json index dd9c07e8198..91005d3020a 100644 --- a/advisories/unreviewed/2022/09/GHSA-hh49-75rp-25qf/GHSA-hh49-75rp-25qf.json +++ b/advisories/unreviewed/2022/09/GHSA-hh49-75rp-25qf/GHSA-hh49-75rp-25qf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/09/GHSA-hhq2-9p38-jwh9/GHSA-hhq2-9p38-jwh9.json b/advisories/unreviewed/2022/09/GHSA-hhq2-9p38-jwh9/GHSA-hhq2-9p38-jwh9.json index b7904f4b61f..6dede597fd0 100644 --- a/advisories/unreviewed/2022/09/GHSA-hhq2-9p38-jwh9/GHSA-hhq2-9p38-jwh9.json +++ b/advisories/unreviewed/2022/09/GHSA-hhq2-9p38-jwh9/GHSA-hhq2-9p38-jwh9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-hjf6-mvh5-6gqq/GHSA-hjf6-mvh5-6gqq.json b/advisories/unreviewed/2022/09/GHSA-hjf6-mvh5-6gqq/GHSA-hjf6-mvh5-6gqq.json index 073d4c41b4c..028bc010b27 100644 --- a/advisories/unreviewed/2022/09/GHSA-hjf6-mvh5-6gqq/GHSA-hjf6-mvh5-6gqq.json +++ b/advisories/unreviewed/2022/09/GHSA-hjf6-mvh5-6gqq/GHSA-hjf6-mvh5-6gqq.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/09/GHSA-hppf-3fwv-wwmm/GHSA-hppf-3fwv-wwmm.json b/advisories/unreviewed/2022/09/GHSA-hppf-3fwv-wwmm/GHSA-hppf-3fwv-wwmm.json index ff36395aef8..99c1755d8cf 100644 --- a/advisories/unreviewed/2022/09/GHSA-hppf-3fwv-wwmm/GHSA-hppf-3fwv-wwmm.json +++ b/advisories/unreviewed/2022/09/GHSA-hppf-3fwv-wwmm/GHSA-hppf-3fwv-wwmm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/09/GHSA-j32x-p476-wh57/GHSA-j32x-p476-wh57.json b/advisories/unreviewed/2022/09/GHSA-j32x-p476-wh57/GHSA-j32x-p476-wh57.json index 20984beb57d..f7b92900a1e 100644 --- a/advisories/unreviewed/2022/09/GHSA-j32x-p476-wh57/GHSA-j32x-p476-wh57.json +++ b/advisories/unreviewed/2022/09/GHSA-j32x-p476-wh57/GHSA-j32x-p476-wh57.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/09/GHSA-j3hf-fmx6-5vv3/GHSA-j3hf-fmx6-5vv3.json b/advisories/unreviewed/2022/09/GHSA-j3hf-fmx6-5vv3/GHSA-j3hf-fmx6-5vv3.json index 32119e5f5ec..de38578037a 100644 --- a/advisories/unreviewed/2022/09/GHSA-j3hf-fmx6-5vv3/GHSA-j3hf-fmx6-5vv3.json +++ b/advisories/unreviewed/2022/09/GHSA-j3hf-fmx6-5vv3/GHSA-j3hf-fmx6-5vv3.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", @@ -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/09/GHSA-j7cj-c4wm-98jp/GHSA-j7cj-c4wm-98jp.json b/advisories/unreviewed/2022/09/GHSA-j7cj-c4wm-98jp/GHSA-j7cj-c4wm-98jp.json index 734598cb9a4..a97d8954990 100644 --- a/advisories/unreviewed/2022/09/GHSA-j7cj-c4wm-98jp/GHSA-j7cj-c4wm-98jp.json +++ b/advisories/unreviewed/2022/09/GHSA-j7cj-c4wm-98jp/GHSA-j7cj-c4wm-98jp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/09/GHSA-j8w8-gcm7-86pw/GHSA-j8w8-gcm7-86pw.json b/advisories/unreviewed/2022/09/GHSA-j8w8-gcm7-86pw/GHSA-j8w8-gcm7-86pw.json index 60731a6e4c3..eff06e0c16a 100644 --- a/advisories/unreviewed/2022/09/GHSA-j8w8-gcm7-86pw/GHSA-j8w8-gcm7-86pw.json +++ b/advisories/unreviewed/2022/09/GHSA-j8w8-gcm7-86pw/GHSA-j8w8-gcm7-86pw.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/2022/09/GHSA-jqgh-q462-r95g/GHSA-jqgh-q462-r95g.json b/advisories/unreviewed/2022/09/GHSA-jqgh-q462-r95g/GHSA-jqgh-q462-r95g.json index 28288129b6a..d7ce85e91d9 100644 --- a/advisories/unreviewed/2022/09/GHSA-jqgh-q462-r95g/GHSA-jqgh-q462-r95g.json +++ b/advisories/unreviewed/2022/09/GHSA-jqgh-q462-r95g/GHSA-jqgh-q462-r95g.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", @@ -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/09/GHSA-jwmc-fm79-rcrq/GHSA-jwmc-fm79-rcrq.json b/advisories/unreviewed/2022/09/GHSA-jwmc-fm79-rcrq/GHSA-jwmc-fm79-rcrq.json index 6417f8437f1..cf979a6831a 100644 --- a/advisories/unreviewed/2022/09/GHSA-jwmc-fm79-rcrq/GHSA-jwmc-fm79-rcrq.json +++ b/advisories/unreviewed/2022/09/GHSA-jwmc-fm79-rcrq/GHSA-jwmc-fm79-rcrq.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/09/GHSA-m483-27j2-x8qg/GHSA-m483-27j2-x8qg.json b/advisories/unreviewed/2022/09/GHSA-m483-27j2-x8qg/GHSA-m483-27j2-x8qg.json index c0aca68e2c1..f47bad95651 100644 --- a/advisories/unreviewed/2022/09/GHSA-m483-27j2-x8qg/GHSA-m483-27j2-x8qg.json +++ b/advisories/unreviewed/2022/09/GHSA-m483-27j2-x8qg/GHSA-m483-27j2-x8qg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-m77h-w5v7-qgvh/GHSA-m77h-w5v7-qgvh.json b/advisories/unreviewed/2022/09/GHSA-m77h-w5v7-qgvh/GHSA-m77h-w5v7-qgvh.json index bb1a34fbe50..b4c50bef5f6 100644 --- a/advisories/unreviewed/2022/09/GHSA-m77h-w5v7-qgvh/GHSA-m77h-w5v7-qgvh.json +++ b/advisories/unreviewed/2022/09/GHSA-m77h-w5v7-qgvh/GHSA-m77h-w5v7-qgvh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-m7v6-38x6-p6ph/GHSA-m7v6-38x6-p6ph.json b/advisories/unreviewed/2022/09/GHSA-m7v6-38x6-p6ph/GHSA-m7v6-38x6-p6ph.json index 2126e5ff8f7..893b523761b 100644 --- a/advisories/unreviewed/2022/09/GHSA-m7v6-38x6-p6ph/GHSA-m7v6-38x6-p6ph.json +++ b/advisories/unreviewed/2022/09/GHSA-m7v6-38x6-p6ph/GHSA-m7v6-38x6-p6ph.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-mqv2-xwpg-jp9q/GHSA-mqv2-xwpg-jp9q.json b/advisories/unreviewed/2022/09/GHSA-mqv2-xwpg-jp9q/GHSA-mqv2-xwpg-jp9q.json index a5824d4f1ba..b8565c7b334 100644 --- a/advisories/unreviewed/2022/09/GHSA-mqv2-xwpg-jp9q/GHSA-mqv2-xwpg-jp9q.json +++ b/advisories/unreviewed/2022/09/GHSA-mqv2-xwpg-jp9q/GHSA-mqv2-xwpg-jp9q.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", @@ -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/09/GHSA-mr4f-r439-x4qp/GHSA-mr4f-r439-x4qp.json b/advisories/unreviewed/2022/09/GHSA-mr4f-r439-x4qp/GHSA-mr4f-r439-x4qp.json index 16f6d55bd3c..51a9817b82d 100644 --- a/advisories/unreviewed/2022/09/GHSA-mr4f-r439-x4qp/GHSA-mr4f-r439-x4qp.json +++ b/advisories/unreviewed/2022/09/GHSA-mr4f-r439-x4qp/GHSA-mr4f-r439-x4qp.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/2022/09/GHSA-p294-p2wv-22g4/GHSA-p294-p2wv-22g4.json b/advisories/unreviewed/2022/09/GHSA-p294-p2wv-22g4/GHSA-p294-p2wv-22g4.json index 26bc6571987..90bf9c7ded1 100644 --- a/advisories/unreviewed/2022/09/GHSA-p294-p2wv-22g4/GHSA-p294-p2wv-22g4.json +++ b/advisories/unreviewed/2022/09/GHSA-p294-p2wv-22g4/GHSA-p294-p2wv-22g4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-p6w5-9v64-rp7r/GHSA-p6w5-9v64-rp7r.json b/advisories/unreviewed/2022/09/GHSA-p6w5-9v64-rp7r/GHSA-p6w5-9v64-rp7r.json index 71feb3b437b..63b1f0d5717 100644 --- a/advisories/unreviewed/2022/09/GHSA-p6w5-9v64-rp7r/GHSA-p6w5-9v64-rp7r.json +++ b/advisories/unreviewed/2022/09/GHSA-p6w5-9v64-rp7r/GHSA-p6w5-9v64-rp7r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-pcf8-p7p2-jgq9/GHSA-pcf8-p7p2-jgq9.json b/advisories/unreviewed/2022/09/GHSA-pcf8-p7p2-jgq9/GHSA-pcf8-p7p2-jgq9.json index c2ec341fb4e..94a256e01f0 100644 --- a/advisories/unreviewed/2022/09/GHSA-pcf8-p7p2-jgq9/GHSA-pcf8-p7p2-jgq9.json +++ b/advisories/unreviewed/2022/09/GHSA-pcf8-p7p2-jgq9/GHSA-pcf8-p7p2-jgq9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-pch7-5727-grx3/GHSA-pch7-5727-grx3.json b/advisories/unreviewed/2022/09/GHSA-pch7-5727-grx3/GHSA-pch7-5727-grx3.json index 1c45c0c03bf..c756c364d1c 100644 --- a/advisories/unreviewed/2022/09/GHSA-pch7-5727-grx3/GHSA-pch7-5727-grx3.json +++ b/advisories/unreviewed/2022/09/GHSA-pch7-5727-grx3/GHSA-pch7-5727-grx3.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/2022/09/GHSA-phh6-28wp-pp26/GHSA-phh6-28wp-pp26.json b/advisories/unreviewed/2022/09/GHSA-phh6-28wp-pp26/GHSA-phh6-28wp-pp26.json index a7b8afbc0c4..6668a4055f2 100644 --- a/advisories/unreviewed/2022/09/GHSA-phh6-28wp-pp26/GHSA-phh6-28wp-pp26.json +++ b/advisories/unreviewed/2022/09/GHSA-phh6-28wp-pp26/GHSA-phh6-28wp-pp26.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-q7jw-gp7j-5c7m/GHSA-q7jw-gp7j-5c7m.json b/advisories/unreviewed/2022/09/GHSA-q7jw-gp7j-5c7m/GHSA-q7jw-gp7j-5c7m.json index 7fa3deaf14c..022d2111e55 100644 --- a/advisories/unreviewed/2022/09/GHSA-q7jw-gp7j-5c7m/GHSA-q7jw-gp7j-5c7m.json +++ b/advisories/unreviewed/2022/09/GHSA-q7jw-gp7j-5c7m/GHSA-q7jw-gp7j-5c7m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-qfjp-fphg-rr6g/GHSA-qfjp-fphg-rr6g.json b/advisories/unreviewed/2022/09/GHSA-qfjp-fphg-rr6g/GHSA-qfjp-fphg-rr6g.json index c1493a40588..93f0d51c1b6 100644 --- a/advisories/unreviewed/2022/09/GHSA-qfjp-fphg-rr6g/GHSA-qfjp-fphg-rr6g.json +++ b/advisories/unreviewed/2022/09/GHSA-qfjp-fphg-rr6g/GHSA-qfjp-fphg-rr6g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-qh5q-22fw-6qq9/GHSA-qh5q-22fw-6qq9.json b/advisories/unreviewed/2022/09/GHSA-qh5q-22fw-6qq9/GHSA-qh5q-22fw-6qq9.json index df19b54e29f..32ecdbe2062 100644 --- a/advisories/unreviewed/2022/09/GHSA-qh5q-22fw-6qq9/GHSA-qh5q-22fw-6qq9.json +++ b/advisories/unreviewed/2022/09/GHSA-qh5q-22fw-6qq9/GHSA-qh5q-22fw-6qq9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-r685-q76m-73w2/GHSA-r685-q76m-73w2.json b/advisories/unreviewed/2022/09/GHSA-r685-q76m-73w2/GHSA-r685-q76m-73w2.json index 01291fe7284..80ea897d2f3 100644 --- a/advisories/unreviewed/2022/09/GHSA-r685-q76m-73w2/GHSA-r685-q76m-73w2.json +++ b/advisories/unreviewed/2022/09/GHSA-r685-q76m-73w2/GHSA-r685-q76m-73w2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-r6hg-c625-jgf6/GHSA-r6hg-c625-jgf6.json b/advisories/unreviewed/2022/09/GHSA-r6hg-c625-jgf6/GHSA-r6hg-c625-jgf6.json index fd9ec3d3f5e..77ad67b18bf 100644 --- a/advisories/unreviewed/2022/09/GHSA-r6hg-c625-jgf6/GHSA-r6hg-c625-jgf6.json +++ b/advisories/unreviewed/2022/09/GHSA-r6hg-c625-jgf6/GHSA-r6hg-c625-jgf6.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/09/GHSA-rg45-pxx7-cqf5/GHSA-rg45-pxx7-cqf5.json b/advisories/unreviewed/2022/09/GHSA-rg45-pxx7-cqf5/GHSA-rg45-pxx7-cqf5.json index ecb31366a88..6a0b66af0be 100644 --- a/advisories/unreviewed/2022/09/GHSA-rg45-pxx7-cqf5/GHSA-rg45-pxx7-cqf5.json +++ b/advisories/unreviewed/2022/09/GHSA-rg45-pxx7-cqf5/GHSA-rg45-pxx7-cqf5.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", @@ -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/09/GHSA-rhcv-rmmj-wgr6/GHSA-rhcv-rmmj-wgr6.json b/advisories/unreviewed/2022/09/GHSA-rhcv-rmmj-wgr6/GHSA-rhcv-rmmj-wgr6.json index 02700e5e178..e6b3dac7f32 100644 --- a/advisories/unreviewed/2022/09/GHSA-rhcv-rmmj-wgr6/GHSA-rhcv-rmmj-wgr6.json +++ b/advisories/unreviewed/2022/09/GHSA-rhcv-rmmj-wgr6/GHSA-rhcv-rmmj-wgr6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/09/GHSA-v9c6-wxq5-v85x/GHSA-v9c6-wxq5-v85x.json b/advisories/unreviewed/2022/09/GHSA-v9c6-wxq5-v85x/GHSA-v9c6-wxq5-v85x.json index c993f7b22ff..08dc134dbff 100644 --- a/advisories/unreviewed/2022/09/GHSA-v9c6-wxq5-v85x/GHSA-v9c6-wxq5-v85x.json +++ b/advisories/unreviewed/2022/09/GHSA-v9c6-wxq5-v85x/GHSA-v9c6-wxq5-v85x.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/09/GHSA-vrc3-cgcx-7x44/GHSA-vrc3-cgcx-7x44.json b/advisories/unreviewed/2022/09/GHSA-vrc3-cgcx-7x44/GHSA-vrc3-cgcx-7x44.json index ea357633e66..2b1e7a014c0 100644 --- a/advisories/unreviewed/2022/09/GHSA-vrc3-cgcx-7x44/GHSA-vrc3-cgcx-7x44.json +++ b/advisories/unreviewed/2022/09/GHSA-vrc3-cgcx-7x44/GHSA-vrc3-cgcx-7x44.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/2022/09/GHSA-w3xv-pf9f-7r5h/GHSA-w3xv-pf9f-7r5h.json b/advisories/unreviewed/2022/09/GHSA-w3xv-pf9f-7r5h/GHSA-w3xv-pf9f-7r5h.json index 9334480a582..2b458920a92 100644 --- a/advisories/unreviewed/2022/09/GHSA-w3xv-pf9f-7r5h/GHSA-w3xv-pf9f-7r5h.json +++ b/advisories/unreviewed/2022/09/GHSA-w3xv-pf9f-7r5h/GHSA-w3xv-pf9f-7r5h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-wghf-9f32-mj4p/GHSA-wghf-9f32-mj4p.json b/advisories/unreviewed/2022/09/GHSA-wghf-9f32-mj4p/GHSA-wghf-9f32-mj4p.json index b54a9f229fa..51159e8cc26 100644 --- a/advisories/unreviewed/2022/09/GHSA-wghf-9f32-mj4p/GHSA-wghf-9f32-mj4p.json +++ b/advisories/unreviewed/2022/09/GHSA-wghf-9f32-mj4p/GHSA-wghf-9f32-mj4p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-wqgh-r4cx-5f6g/GHSA-wqgh-r4cx-5f6g.json b/advisories/unreviewed/2022/09/GHSA-wqgh-r4cx-5f6g/GHSA-wqgh-r4cx-5f6g.json index 16fa9673452..36272bf6487 100644 --- a/advisories/unreviewed/2022/09/GHSA-wqgh-r4cx-5f6g/GHSA-wqgh-r4cx-5f6g.json +++ b/advisories/unreviewed/2022/09/GHSA-wqgh-r4cx-5f6g/GHSA-wqgh-r4cx-5f6g.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/09/GHSA-wrgm-m92f-pf2v/GHSA-wrgm-m92f-pf2v.json b/advisories/unreviewed/2022/09/GHSA-wrgm-m92f-pf2v/GHSA-wrgm-m92f-pf2v.json index e83344c195b..c76cdf8d210 100644 --- a/advisories/unreviewed/2022/09/GHSA-wrgm-m92f-pf2v/GHSA-wrgm-m92f-pf2v.json +++ b/advisories/unreviewed/2022/09/GHSA-wrgm-m92f-pf2v/GHSA-wrgm-m92f-pf2v.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/09/GHSA-x57r-5929-78vm/GHSA-x57r-5929-78vm.json b/advisories/unreviewed/2022/09/GHSA-x57r-5929-78vm/GHSA-x57r-5929-78vm.json index 0ce7532e04e..7c70c26e75c 100644 --- a/advisories/unreviewed/2022/09/GHSA-x57r-5929-78vm/GHSA-x57r-5929-78vm.json +++ b/advisories/unreviewed/2022/09/GHSA-x57r-5929-78vm/GHSA-x57r-5929-78vm.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/09/GHSA-x5ph-5xcm-h739/GHSA-x5ph-5xcm-h739.json b/advisories/unreviewed/2022/09/GHSA-x5ph-5xcm-h739/GHSA-x5ph-5xcm-h739.json index 7114d963a33..1d3c2652526 100644 --- a/advisories/unreviewed/2022/09/GHSA-x5ph-5xcm-h739/GHSA-x5ph-5xcm-h739.json +++ b/advisories/unreviewed/2022/09/GHSA-x5ph-5xcm-h739/GHSA-x5ph-5xcm-h739.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/2022/09/GHSA-x6w3-hmx6-x6rw/GHSA-x6w3-hmx6-x6rw.json b/advisories/unreviewed/2022/09/GHSA-x6w3-hmx6-x6rw/GHSA-x6w3-hmx6-x6rw.json index 4086679b06a..74a285c3398 100644 --- a/advisories/unreviewed/2022/09/GHSA-x6w3-hmx6-x6rw/GHSA-x6w3-hmx6-x6rw.json +++ b/advisories/unreviewed/2022/09/GHSA-x6w3-hmx6-x6rw/GHSA-x6w3-hmx6-x6rw.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/09/GHSA-x6xv-j46p-v597/GHSA-x6xv-j46p-v597.json b/advisories/unreviewed/2022/09/GHSA-x6xv-j46p-v597/GHSA-x6xv-j46p-v597.json index 66d3c507fd1..8632167d384 100644 --- a/advisories/unreviewed/2022/09/GHSA-x6xv-j46p-v597/GHSA-x6xv-j46p-v597.json +++ b/advisories/unreviewed/2022/09/GHSA-x6xv-j46p-v597/GHSA-x6xv-j46p-v597.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-x7rx-h3fm-2h48/GHSA-x7rx-h3fm-2h48.json b/advisories/unreviewed/2022/09/GHSA-x7rx-h3fm-2h48/GHSA-x7rx-h3fm-2h48.json index 803251a40ca..85929216a2f 100644 --- a/advisories/unreviewed/2022/09/GHSA-x7rx-h3fm-2h48/GHSA-x7rx-h3fm-2h48.json +++ b/advisories/unreviewed/2022/09/GHSA-x7rx-h3fm-2h48/GHSA-x7rx-h3fm-2h48.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/09/GHSA-xcgv-cpjp-jr9g/GHSA-xcgv-cpjp-jr9g.json b/advisories/unreviewed/2022/09/GHSA-xcgv-cpjp-jr9g/GHSA-xcgv-cpjp-jr9g.json index 3ad027b9fcf..98618ed15f8 100644 --- a/advisories/unreviewed/2022/09/GHSA-xcgv-cpjp-jr9g/GHSA-xcgv-cpjp-jr9g.json +++ b/advisories/unreviewed/2022/09/GHSA-xcgv-cpjp-jr9g/GHSA-xcgv-cpjp-jr9g.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/09/GHSA-xgh6-7v4c-vr2f/GHSA-xgh6-7v4c-vr2f.json b/advisories/unreviewed/2022/09/GHSA-xgh6-7v4c-vr2f/GHSA-xgh6-7v4c-vr2f.json index 040019a16c7..8920f81861e 100644 --- a/advisories/unreviewed/2022/09/GHSA-xgh6-7v4c-vr2f/GHSA-xgh6-7v4c-vr2f.json +++ b/advisories/unreviewed/2022/09/GHSA-xgh6-7v4c-vr2f/GHSA-xgh6-7v4c-vr2f.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/2022/09/GHSA-xq46-mjg4-6pcj/GHSA-xq46-mjg4-6pcj.json b/advisories/unreviewed/2022/09/GHSA-xq46-mjg4-6pcj/GHSA-xq46-mjg4-6pcj.json index 2d952765855..45505261c60 100644 --- a/advisories/unreviewed/2022/09/GHSA-xq46-mjg4-6pcj/GHSA-xq46-mjg4-6pcj.json +++ b/advisories/unreviewed/2022/09/GHSA-xq46-mjg4-6pcj/GHSA-xq46-mjg4-6pcj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/09/GHSA-xqpw-5587-grr5/GHSA-xqpw-5587-grr5.json b/advisories/unreviewed/2022/09/GHSA-xqpw-5587-grr5/GHSA-xqpw-5587-grr5.json index 196d859ba4a..083bbb12b16 100644 --- a/advisories/unreviewed/2022/09/GHSA-xqpw-5587-grr5/GHSA-xqpw-5587-grr5.json +++ b/advisories/unreviewed/2022/09/GHSA-xqpw-5587-grr5/GHSA-xqpw-5587-grr5.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", @@ -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/10/GHSA-2rr6-hjw5-xch6/GHSA-2rr6-hjw5-xch6.json b/advisories/unreviewed/2022/10/GHSA-2rr6-hjw5-xch6/GHSA-2rr6-hjw5-xch6.json index 608445e3023..ed9bfad6407 100644 --- a/advisories/unreviewed/2022/10/GHSA-2rr6-hjw5-xch6/GHSA-2rr6-hjw5-xch6.json +++ b/advisories/unreviewed/2022/10/GHSA-2rr6-hjw5-xch6/GHSA-2rr6-hjw5-xch6.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/10/GHSA-33vv-h74c-xmw5/GHSA-33vv-h74c-xmw5.json b/advisories/unreviewed/2022/10/GHSA-33vv-h74c-xmw5/GHSA-33vv-h74c-xmw5.json index 69cb821dca5..a0d38b2ffe4 100644 --- a/advisories/unreviewed/2022/10/GHSA-33vv-h74c-xmw5/GHSA-33vv-h74c-xmw5.json +++ b/advisories/unreviewed/2022/10/GHSA-33vv-h74c-xmw5/GHSA-33vv-h74c-xmw5.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/10/GHSA-3hfv-3383-4hvp/GHSA-3hfv-3383-4hvp.json b/advisories/unreviewed/2022/10/GHSA-3hfv-3383-4hvp/GHSA-3hfv-3383-4hvp.json index 4291ccf4764..2abb7b78612 100644 --- a/advisories/unreviewed/2022/10/GHSA-3hfv-3383-4hvp/GHSA-3hfv-3383-4hvp.json +++ b/advisories/unreviewed/2022/10/GHSA-3hfv-3383-4hvp/GHSA-3hfv-3383-4hvp.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/10/GHSA-3mw6-fgc8-7frc/GHSA-3mw6-fgc8-7frc.json b/advisories/unreviewed/2022/10/GHSA-3mw6-fgc8-7frc/GHSA-3mw6-fgc8-7frc.json index e2035451ac9..0b34eee2c93 100644 --- a/advisories/unreviewed/2022/10/GHSA-3mw6-fgc8-7frc/GHSA-3mw6-fgc8-7frc.json +++ b/advisories/unreviewed/2022/10/GHSA-3mw6-fgc8-7frc/GHSA-3mw6-fgc8-7frc.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", @@ -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/10/GHSA-4q4h-g4fj-3qhw/GHSA-4q4h-g4fj-3qhw.json b/advisories/unreviewed/2022/10/GHSA-4q4h-g4fj-3qhw/GHSA-4q4h-g4fj-3qhw.json index aa0facfc1f6..799bc6bd2ed 100644 --- a/advisories/unreviewed/2022/10/GHSA-4q4h-g4fj-3qhw/GHSA-4q4h-g4fj-3qhw.json +++ b/advisories/unreviewed/2022/10/GHSA-4q4h-g4fj-3qhw/GHSA-4q4h-g4fj-3qhw.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", @@ -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/10/GHSA-69vv-8r9h-g8x5/GHSA-69vv-8r9h-g8x5.json b/advisories/unreviewed/2022/10/GHSA-69vv-8r9h-g8x5/GHSA-69vv-8r9h-g8x5.json index f7ec781cf4f..2a635a6ddde 100644 --- a/advisories/unreviewed/2022/10/GHSA-69vv-8r9h-g8x5/GHSA-69vv-8r9h-g8x5.json +++ b/advisories/unreviewed/2022/10/GHSA-69vv-8r9h-g8x5/GHSA-69vv-8r9h-g8x5.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/10/GHSA-7j9c-wwff-h9xc/GHSA-7j9c-wwff-h9xc.json b/advisories/unreviewed/2022/10/GHSA-7j9c-wwff-h9xc/GHSA-7j9c-wwff-h9xc.json index 6f781ab1a5d..67a25422841 100644 --- a/advisories/unreviewed/2022/10/GHSA-7j9c-wwff-h9xc/GHSA-7j9c-wwff-h9xc.json +++ b/advisories/unreviewed/2022/10/GHSA-7j9c-wwff-h9xc/GHSA-7j9c-wwff-h9xc.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/10/GHSA-955g-9h4w-9fr4/GHSA-955g-9h4w-9fr4.json b/advisories/unreviewed/2022/10/GHSA-955g-9h4w-9fr4/GHSA-955g-9h4w-9fr4.json index f4a2df3c781..5109301cc52 100644 --- a/advisories/unreviewed/2022/10/GHSA-955g-9h4w-9fr4/GHSA-955g-9h4w-9fr4.json +++ b/advisories/unreviewed/2022/10/GHSA-955g-9h4w-9fr4/GHSA-955g-9h4w-9fr4.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/10/GHSA-9g4q-g489-q28q/GHSA-9g4q-g489-q28q.json b/advisories/unreviewed/2022/10/GHSA-9g4q-g489-q28q/GHSA-9g4q-g489-q28q.json index 3e23a5c3031..b759c375edc 100644 --- a/advisories/unreviewed/2022/10/GHSA-9g4q-g489-q28q/GHSA-9g4q-g489-q28q.json +++ b/advisories/unreviewed/2022/10/GHSA-9g4q-g489-q28q/GHSA-9g4q-g489-q28q.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/10/GHSA-9rp5-5h3j-wp5r/GHSA-9rp5-5h3j-wp5r.json b/advisories/unreviewed/2022/10/GHSA-9rp5-5h3j-wp5r/GHSA-9rp5-5h3j-wp5r.json index 75e92c4a9bb..f996b45af33 100644 --- a/advisories/unreviewed/2022/10/GHSA-9rp5-5h3j-wp5r/GHSA-9rp5-5h3j-wp5r.json +++ b/advisories/unreviewed/2022/10/GHSA-9rp5-5h3j-wp5r/GHSA-9rp5-5h3j-wp5r.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/10/GHSA-9xf7-4mc7-2pf2/GHSA-9xf7-4mc7-2pf2.json b/advisories/unreviewed/2022/10/GHSA-9xf7-4mc7-2pf2/GHSA-9xf7-4mc7-2pf2.json index 59c7224bb0f..e01c086c6d8 100644 --- a/advisories/unreviewed/2022/10/GHSA-9xf7-4mc7-2pf2/GHSA-9xf7-4mc7-2pf2.json +++ b/advisories/unreviewed/2022/10/GHSA-9xf7-4mc7-2pf2/GHSA-9xf7-4mc7-2pf2.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/10/GHSA-ccpm-2wgc-2rp2/GHSA-ccpm-2wgc-2rp2.json b/advisories/unreviewed/2022/10/GHSA-ccpm-2wgc-2rp2/GHSA-ccpm-2wgc-2rp2.json index b4a3caa12ac..dd8cb2758df 100644 --- a/advisories/unreviewed/2022/10/GHSA-ccpm-2wgc-2rp2/GHSA-ccpm-2wgc-2rp2.json +++ b/advisories/unreviewed/2022/10/GHSA-ccpm-2wgc-2rp2/GHSA-ccpm-2wgc-2rp2.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-cg5h-m79h-hhgh/GHSA-cg5h-m79h-hhgh.json b/advisories/unreviewed/2022/10/GHSA-cg5h-m79h-hhgh/GHSA-cg5h-m79h-hhgh.json index 45ef59642a4..81c3a05ecfa 100644 --- a/advisories/unreviewed/2022/10/GHSA-cg5h-m79h-hhgh/GHSA-cg5h-m79h-hhgh.json +++ b/advisories/unreviewed/2022/10/GHSA-cg5h-m79h-hhgh/GHSA-cg5h-m79h-hhgh.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/10/GHSA-cqc5-vhj7-6mrq/GHSA-cqc5-vhj7-6mrq.json b/advisories/unreviewed/2022/10/GHSA-cqc5-vhj7-6mrq/GHSA-cqc5-vhj7-6mrq.json index 0a14124e359..65746ce2766 100644 --- a/advisories/unreviewed/2022/10/GHSA-cqc5-vhj7-6mrq/GHSA-cqc5-vhj7-6mrq.json +++ b/advisories/unreviewed/2022/10/GHSA-cqc5-vhj7-6mrq/GHSA-cqc5-vhj7-6mrq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-fh5c-qmvh-m75j/GHSA-fh5c-qmvh-m75j.json b/advisories/unreviewed/2022/10/GHSA-fh5c-qmvh-m75j/GHSA-fh5c-qmvh-m75j.json index 60c457afd95..57d7c317061 100644 --- a/advisories/unreviewed/2022/10/GHSA-fh5c-qmvh-m75j/GHSA-fh5c-qmvh-m75j.json +++ b/advisories/unreviewed/2022/10/GHSA-fh5c-qmvh-m75j/GHSA-fh5c-qmvh-m75j.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/10/GHSA-fp45-4p23-3wq6/GHSA-fp45-4p23-3wq6.json b/advisories/unreviewed/2022/10/GHSA-fp45-4p23-3wq6/GHSA-fp45-4p23-3wq6.json index 1b197ef3d0e..27f1f9003be 100644 --- a/advisories/unreviewed/2022/10/GHSA-fp45-4p23-3wq6/GHSA-fp45-4p23-3wq6.json +++ b/advisories/unreviewed/2022/10/GHSA-fp45-4p23-3wq6/GHSA-fp45-4p23-3wq6.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/10/GHSA-gxf8-mhgp-69w2/GHSA-gxf8-mhgp-69w2.json b/advisories/unreviewed/2022/10/GHSA-gxf8-mhgp-69w2/GHSA-gxf8-mhgp-69w2.json index b0baec16687..263366bbbf8 100644 --- a/advisories/unreviewed/2022/10/GHSA-gxf8-mhgp-69w2/GHSA-gxf8-mhgp-69w2.json +++ b/advisories/unreviewed/2022/10/GHSA-gxf8-mhgp-69w2/GHSA-gxf8-mhgp-69w2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-hfxv-cg89-rc8f/GHSA-hfxv-cg89-rc8f.json b/advisories/unreviewed/2022/10/GHSA-hfxv-cg89-rc8f/GHSA-hfxv-cg89-rc8f.json index edbd3960ec7..ab7c0ae8529 100644 --- a/advisories/unreviewed/2022/10/GHSA-hfxv-cg89-rc8f/GHSA-hfxv-cg89-rc8f.json +++ b/advisories/unreviewed/2022/10/GHSA-hfxv-cg89-rc8f/GHSA-hfxv-cg89-rc8f.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/10/GHSA-hw6h-8grh-49hp/GHSA-hw6h-8grh-49hp.json b/advisories/unreviewed/2022/10/GHSA-hw6h-8grh-49hp/GHSA-hw6h-8grh-49hp.json index c1e90fbe3a2..e8805f2b812 100644 --- a/advisories/unreviewed/2022/10/GHSA-hw6h-8grh-49hp/GHSA-hw6h-8grh-49hp.json +++ b/advisories/unreviewed/2022/10/GHSA-hw6h-8grh-49hp/GHSA-hw6h-8grh-49hp.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/10/GHSA-hxxq-xg5r-78jf/GHSA-hxxq-xg5r-78jf.json b/advisories/unreviewed/2022/10/GHSA-hxxq-xg5r-78jf/GHSA-hxxq-xg5r-78jf.json index 297909fc61a..0722189d4a2 100644 --- a/advisories/unreviewed/2022/10/GHSA-hxxq-xg5r-78jf/GHSA-hxxq-xg5r-78jf.json +++ b/advisories/unreviewed/2022/10/GHSA-hxxq-xg5r-78jf/GHSA-hxxq-xg5r-78jf.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/10/GHSA-j2wh-p8p3-9g26/GHSA-j2wh-p8p3-9g26.json b/advisories/unreviewed/2022/10/GHSA-j2wh-p8p3-9g26/GHSA-j2wh-p8p3-9g26.json index eee7fc2e3fc..bec0e75d776 100644 --- a/advisories/unreviewed/2022/10/GHSA-j2wh-p8p3-9g26/GHSA-j2wh-p8p3-9g26.json +++ b/advisories/unreviewed/2022/10/GHSA-j2wh-p8p3-9g26/GHSA-j2wh-p8p3-9g26.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/10/GHSA-jrf7-j32j-32gj/GHSA-jrf7-j32j-32gj.json b/advisories/unreviewed/2022/10/GHSA-jrf7-j32j-32gj/GHSA-jrf7-j32j-32gj.json index 3a98e4cf39d..4aa82aa67cf 100644 --- a/advisories/unreviewed/2022/10/GHSA-jrf7-j32j-32gj/GHSA-jrf7-j32j-32gj.json +++ b/advisories/unreviewed/2022/10/GHSA-jrf7-j32j-32gj/GHSA-jrf7-j32j-32gj.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", @@ -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/10/GHSA-pjrg-447r-7rp9/GHSA-pjrg-447r-7rp9.json b/advisories/unreviewed/2022/10/GHSA-pjrg-447r-7rp9/GHSA-pjrg-447r-7rp9.json index 3327d4b7be9..5cfb2f09ebc 100644 --- a/advisories/unreviewed/2022/10/GHSA-pjrg-447r-7rp9/GHSA-pjrg-447r-7rp9.json +++ b/advisories/unreviewed/2022/10/GHSA-pjrg-447r-7rp9/GHSA-pjrg-447r-7rp9.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", @@ -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/10/GHSA-pwq2-6gx7-h4g7/GHSA-pwq2-6gx7-h4g7.json b/advisories/unreviewed/2022/10/GHSA-pwq2-6gx7-h4g7/GHSA-pwq2-6gx7-h4g7.json index 2f0d833b06b..7669d8312bb 100644 --- a/advisories/unreviewed/2022/10/GHSA-pwq2-6gx7-h4g7/GHSA-pwq2-6gx7-h4g7.json +++ b/advisories/unreviewed/2022/10/GHSA-pwq2-6gx7-h4g7/GHSA-pwq2-6gx7-h4g7.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/10/GHSA-q52p-4hj9-4wrq/GHSA-q52p-4hj9-4wrq.json b/advisories/unreviewed/2022/10/GHSA-q52p-4hj9-4wrq/GHSA-q52p-4hj9-4wrq.json index ed089f6c4cf..f79ec7a3941 100644 --- a/advisories/unreviewed/2022/10/GHSA-q52p-4hj9-4wrq/GHSA-q52p-4hj9-4wrq.json +++ b/advisories/unreviewed/2022/10/GHSA-q52p-4hj9-4wrq/GHSA-q52p-4hj9-4wrq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-rx6c-f53h-64vg/GHSA-rx6c-f53h-64vg.json b/advisories/unreviewed/2022/10/GHSA-rx6c-f53h-64vg/GHSA-rx6c-f53h-64vg.json index 24da6313a67..7cc8be3005e 100644 --- a/advisories/unreviewed/2022/10/GHSA-rx6c-f53h-64vg/GHSA-rx6c-f53h-64vg.json +++ b/advisories/unreviewed/2022/10/GHSA-rx6c-f53h-64vg/GHSA-rx6c-f53h-64vg.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/10/GHSA-vj5x-x7x2-xq6v/GHSA-vj5x-x7x2-xq6v.json b/advisories/unreviewed/2022/10/GHSA-vj5x-x7x2-xq6v/GHSA-vj5x-x7x2-xq6v.json index 01ba3102aea..f2e731733e0 100644 --- a/advisories/unreviewed/2022/10/GHSA-vj5x-x7x2-xq6v/GHSA-vj5x-x7x2-xq6v.json +++ b/advisories/unreviewed/2022/10/GHSA-vj5x-x7x2-xq6v/GHSA-vj5x-x7x2-xq6v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/10/GHSA-xh3f-3c4f-cgh5/GHSA-xh3f-3c4f-cgh5.json b/advisories/unreviewed/2022/10/GHSA-xh3f-3c4f-cgh5/GHSA-xh3f-3c4f-cgh5.json index 0a4395f0dd3..4d9e5260bce 100644 --- a/advisories/unreviewed/2022/10/GHSA-xh3f-3c4f-cgh5/GHSA-xh3f-3c4f-cgh5.json +++ b/advisories/unreviewed/2022/10/GHSA-xh3f-3c4f-cgh5/GHSA-xh3f-3c4f-cgh5.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-xxgc-m52v-3qm3/GHSA-xxgc-m52v-3qm3.json b/advisories/unreviewed/2022/10/GHSA-xxgc-m52v-3qm3/GHSA-xxgc-m52v-3qm3.json index 08ef8c295b8..709b3b9575e 100644 --- a/advisories/unreviewed/2022/10/GHSA-xxgc-m52v-3qm3/GHSA-xxgc-m52v-3qm3.json +++ b/advisories/unreviewed/2022/10/GHSA-xxgc-m52v-3qm3/GHSA-xxgc-m52v-3qm3.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/11/GHSA-26j3-542g-5q7m/GHSA-26j3-542g-5q7m.json b/advisories/unreviewed/2022/11/GHSA-26j3-542g-5q7m/GHSA-26j3-542g-5q7m.json index 66e80fb3c07..89fff66515c 100644 --- a/advisories/unreviewed/2022/11/GHSA-26j3-542g-5q7m/GHSA-26j3-542g-5q7m.json +++ b/advisories/unreviewed/2022/11/GHSA-26j3-542g-5q7m/GHSA-26j3-542g-5q7m.json @@ -7,12 +7,8 @@ "CVE-2022-4076" ], "details": "A vulnerability was found in codeboxr CBX User Online & Last Login Plugin and classified as problematic. This issue affects some unknown processing of the component HTTP Header Handler. The manipulation of the argument X-Forwarded-For leads to improper output neutralization for logs. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used. The associated identifier of this vulnerability is VDB-214043.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-297g-9xq6-v8vj/GHSA-297g-9xq6-v8vj.json b/advisories/unreviewed/2022/11/GHSA-297g-9xq6-v8vj/GHSA-297g-9xq6-v8vj.json index 5c26f537abc..2feccbf5270 100644 --- a/advisories/unreviewed/2022/11/GHSA-297g-9xq6-v8vj/GHSA-297g-9xq6-v8vj.json +++ b/advisories/unreviewed/2022/11/GHSA-297g-9xq6-v8vj/GHSA-297g-9xq6-v8vj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-29j9-2p84-4f27/GHSA-29j9-2p84-4f27.json b/advisories/unreviewed/2022/11/GHSA-29j9-2p84-4f27/GHSA-29j9-2p84-4f27.json index dc5cd1c9c20..a4f2f45452c 100644 --- a/advisories/unreviewed/2022/11/GHSA-29j9-2p84-4f27/GHSA-29j9-2p84-4f27.json +++ b/advisories/unreviewed/2022/11/GHSA-29j9-2p84-4f27/GHSA-29j9-2p84-4f27.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/11/GHSA-2h36-2cxh-4whm/GHSA-2h36-2cxh-4whm.json b/advisories/unreviewed/2022/11/GHSA-2h36-2cxh-4whm/GHSA-2h36-2cxh-4whm.json index e4f0bd6765f..f0619cf82a0 100644 --- a/advisories/unreviewed/2022/11/GHSA-2h36-2cxh-4whm/GHSA-2h36-2cxh-4whm.json +++ b/advisories/unreviewed/2022/11/GHSA-2h36-2cxh-4whm/GHSA-2h36-2cxh-4whm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-2wjw-m86h-qvff/GHSA-2wjw-m86h-qvff.json b/advisories/unreviewed/2022/11/GHSA-2wjw-m86h-qvff/GHSA-2wjw-m86h-qvff.json index 8ef05aa0855..2d06ae7d6d1 100644 --- a/advisories/unreviewed/2022/11/GHSA-2wjw-m86h-qvff/GHSA-2wjw-m86h-qvff.json +++ b/advisories/unreviewed/2022/11/GHSA-2wjw-m86h-qvff/GHSA-2wjw-m86h-qvff.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-34pr-88fp-824v/GHSA-34pr-88fp-824v.json b/advisories/unreviewed/2022/11/GHSA-34pr-88fp-824v/GHSA-34pr-88fp-824v.json index 077ab030acd..ede3134551f 100644 --- a/advisories/unreviewed/2022/11/GHSA-34pr-88fp-824v/GHSA-34pr-88fp-824v.json +++ b/advisories/unreviewed/2022/11/GHSA-34pr-88fp-824v/GHSA-34pr-88fp-824v.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/11/GHSA-3689-vv2m-5qqc/GHSA-3689-vv2m-5qqc.json b/advisories/unreviewed/2022/11/GHSA-3689-vv2m-5qqc/GHSA-3689-vv2m-5qqc.json index 3e608227ff3..f121345a53a 100644 --- a/advisories/unreviewed/2022/11/GHSA-3689-vv2m-5qqc/GHSA-3689-vv2m-5qqc.json +++ b/advisories/unreviewed/2022/11/GHSA-3689-vv2m-5qqc/GHSA-3689-vv2m-5qqc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-379p-j676-2hfc/GHSA-379p-j676-2hfc.json b/advisories/unreviewed/2022/11/GHSA-379p-j676-2hfc/GHSA-379p-j676-2hfc.json index 8845d354153..7e3f960d56e 100644 --- a/advisories/unreviewed/2022/11/GHSA-379p-j676-2hfc/GHSA-379p-j676-2hfc.json +++ b/advisories/unreviewed/2022/11/GHSA-379p-j676-2hfc/GHSA-379p-j676-2hfc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-39cv-33wr-fgxh/GHSA-39cv-33wr-fgxh.json b/advisories/unreviewed/2022/11/GHSA-39cv-33wr-fgxh/GHSA-39cv-33wr-fgxh.json index 8eb65a13aaa..bbfc7e3ec4d 100644 --- a/advisories/unreviewed/2022/11/GHSA-39cv-33wr-fgxh/GHSA-39cv-33wr-fgxh.json +++ b/advisories/unreviewed/2022/11/GHSA-39cv-33wr-fgxh/GHSA-39cv-33wr-fgxh.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/11/GHSA-3fhr-8fpg-h6pg/GHSA-3fhr-8fpg-h6pg.json b/advisories/unreviewed/2022/11/GHSA-3fhr-8fpg-h6pg/GHSA-3fhr-8fpg-h6pg.json index d161cbc905e..cd238e997ab 100644 --- a/advisories/unreviewed/2022/11/GHSA-3fhr-8fpg-h6pg/GHSA-3fhr-8fpg-h6pg.json +++ b/advisories/unreviewed/2022/11/GHSA-3fhr-8fpg-h6pg/GHSA-3fhr-8fpg-h6pg.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-3v2r-gf9x-wpgw/GHSA-3v2r-gf9x-wpgw.json b/advisories/unreviewed/2022/11/GHSA-3v2r-gf9x-wpgw/GHSA-3v2r-gf9x-wpgw.json index 8336b21be7d..bfb766c1fcd 100644 --- a/advisories/unreviewed/2022/11/GHSA-3v2r-gf9x-wpgw/GHSA-3v2r-gf9x-wpgw.json +++ b/advisories/unreviewed/2022/11/GHSA-3v2r-gf9x-wpgw/GHSA-3v2r-gf9x-wpgw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-48h7-cvhw-3w6x/GHSA-48h7-cvhw-3w6x.json b/advisories/unreviewed/2022/11/GHSA-48h7-cvhw-3w6x/GHSA-48h7-cvhw-3w6x.json index 3843dafe5a7..4c9c1502a9c 100644 --- a/advisories/unreviewed/2022/11/GHSA-48h7-cvhw-3w6x/GHSA-48h7-cvhw-3w6x.json +++ b/advisories/unreviewed/2022/11/GHSA-48h7-cvhw-3w6x/GHSA-48h7-cvhw-3w6x.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/11/GHSA-4f2x-g7q8-5cjp/GHSA-4f2x-g7q8-5cjp.json b/advisories/unreviewed/2022/11/GHSA-4f2x-g7q8-5cjp/GHSA-4f2x-g7q8-5cjp.json index 82f7466660a..4532cf8318d 100644 --- a/advisories/unreviewed/2022/11/GHSA-4f2x-g7q8-5cjp/GHSA-4f2x-g7q8-5cjp.json +++ b/advisories/unreviewed/2022/11/GHSA-4f2x-g7q8-5cjp/GHSA-4f2x-g7q8-5cjp.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/11/GHSA-4f6c-cjgm-c8qx/GHSA-4f6c-cjgm-c8qx.json b/advisories/unreviewed/2022/11/GHSA-4f6c-cjgm-c8qx/GHSA-4f6c-cjgm-c8qx.json index 4b5c33b82c1..312c7268aca 100644 --- a/advisories/unreviewed/2022/11/GHSA-4f6c-cjgm-c8qx/GHSA-4f6c-cjgm-c8qx.json +++ b/advisories/unreviewed/2022/11/GHSA-4f6c-cjgm-c8qx/GHSA-4f6c-cjgm-c8qx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-4grf-f5p8-f2gx/GHSA-4grf-f5p8-f2gx.json b/advisories/unreviewed/2022/11/GHSA-4grf-f5p8-f2gx/GHSA-4grf-f5p8-f2gx.json index 389ff3d5370..45076293f01 100644 --- a/advisories/unreviewed/2022/11/GHSA-4grf-f5p8-f2gx/GHSA-4grf-f5p8-f2gx.json +++ b/advisories/unreviewed/2022/11/GHSA-4grf-f5p8-f2gx/GHSA-4grf-f5p8-f2gx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-4qxm-6rr2-4xf8/GHSA-4qxm-6rr2-4xf8.json b/advisories/unreviewed/2022/11/GHSA-4qxm-6rr2-4xf8/GHSA-4qxm-6rr2-4xf8.json index efe3535e4c0..5735c75ff00 100644 --- a/advisories/unreviewed/2022/11/GHSA-4qxm-6rr2-4xf8/GHSA-4qxm-6rr2-4xf8.json +++ b/advisories/unreviewed/2022/11/GHSA-4qxm-6rr2-4xf8/GHSA-4qxm-6rr2-4xf8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-4r82-gq2w-9v75/GHSA-4r82-gq2w-9v75.json b/advisories/unreviewed/2022/11/GHSA-4r82-gq2w-9v75/GHSA-4r82-gq2w-9v75.json index 0a0ea703349..24146f1b58a 100644 --- a/advisories/unreviewed/2022/11/GHSA-4r82-gq2w-9v75/GHSA-4r82-gq2w-9v75.json +++ b/advisories/unreviewed/2022/11/GHSA-4r82-gq2w-9v75/GHSA-4r82-gq2w-9v75.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-55xg-h548-pgfp/GHSA-55xg-h548-pgfp.json b/advisories/unreviewed/2022/11/GHSA-55xg-h548-pgfp/GHSA-55xg-h548-pgfp.json index 2b37f69b4b2..1ad955f7531 100644 --- a/advisories/unreviewed/2022/11/GHSA-55xg-h548-pgfp/GHSA-55xg-h548-pgfp.json +++ b/advisories/unreviewed/2022/11/GHSA-55xg-h548-pgfp/GHSA-55xg-h548-pgfp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-56wp-w253-fp25/GHSA-56wp-w253-fp25.json b/advisories/unreviewed/2022/11/GHSA-56wp-w253-fp25/GHSA-56wp-w253-fp25.json index a804d79889d..30094a07af5 100644 --- a/advisories/unreviewed/2022/11/GHSA-56wp-w253-fp25/GHSA-56wp-w253-fp25.json +++ b/advisories/unreviewed/2022/11/GHSA-56wp-w253-fp25/GHSA-56wp-w253-fp25.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-57vm-x738-vvvh/GHSA-57vm-x738-vvvh.json b/advisories/unreviewed/2022/11/GHSA-57vm-x738-vvvh/GHSA-57vm-x738-vvvh.json index 048f67b3287..63283ca477b 100644 --- a/advisories/unreviewed/2022/11/GHSA-57vm-x738-vvvh/GHSA-57vm-x738-vvvh.json +++ b/advisories/unreviewed/2022/11/GHSA-57vm-x738-vvvh/GHSA-57vm-x738-vvvh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-62xx-cv5c-2cjf/GHSA-62xx-cv5c-2cjf.json b/advisories/unreviewed/2022/11/GHSA-62xx-cv5c-2cjf/GHSA-62xx-cv5c-2cjf.json index 0af3c9144e2..76a7e973c39 100644 --- a/advisories/unreviewed/2022/11/GHSA-62xx-cv5c-2cjf/GHSA-62xx-cv5c-2cjf.json +++ b/advisories/unreviewed/2022/11/GHSA-62xx-cv5c-2cjf/GHSA-62xx-cv5c-2cjf.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/11/GHSA-679m-qwr5-q5p6/GHSA-679m-qwr5-q5p6.json b/advisories/unreviewed/2022/11/GHSA-679m-qwr5-q5p6/GHSA-679m-qwr5-q5p6.json index f01d70c8b63..483bc584730 100644 --- a/advisories/unreviewed/2022/11/GHSA-679m-qwr5-q5p6/GHSA-679m-qwr5-q5p6.json +++ b/advisories/unreviewed/2022/11/GHSA-679m-qwr5-q5p6/GHSA-679m-qwr5-q5p6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-67h5-v7cf-4x29/GHSA-67h5-v7cf-4x29.json b/advisories/unreviewed/2022/11/GHSA-67h5-v7cf-4x29/GHSA-67h5-v7cf-4x29.json index 120e14abb5a..1f86a31db9f 100644 --- a/advisories/unreviewed/2022/11/GHSA-67h5-v7cf-4x29/GHSA-67h5-v7cf-4x29.json +++ b/advisories/unreviewed/2022/11/GHSA-67h5-v7cf-4x29/GHSA-67h5-v7cf-4x29.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-6gc4-7fw9-fpv7/GHSA-6gc4-7fw9-fpv7.json b/advisories/unreviewed/2022/11/GHSA-6gc4-7fw9-fpv7/GHSA-6gc4-7fw9-fpv7.json index c3939197e49..bc58836e143 100644 --- a/advisories/unreviewed/2022/11/GHSA-6gc4-7fw9-fpv7/GHSA-6gc4-7fw9-fpv7.json +++ b/advisories/unreviewed/2022/11/GHSA-6gc4-7fw9-fpv7/GHSA-6gc4-7fw9-fpv7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-6j76-c664-79xv/GHSA-6j76-c664-79xv.json b/advisories/unreviewed/2022/11/GHSA-6j76-c664-79xv/GHSA-6j76-c664-79xv.json index d5483e33078..bdf840cec1a 100644 --- a/advisories/unreviewed/2022/11/GHSA-6j76-c664-79xv/GHSA-6j76-c664-79xv.json +++ b/advisories/unreviewed/2022/11/GHSA-6j76-c664-79xv/GHSA-6j76-c664-79xv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-6v6r-xmm5-77wp/GHSA-6v6r-xmm5-77wp.json b/advisories/unreviewed/2022/11/GHSA-6v6r-xmm5-77wp/GHSA-6v6r-xmm5-77wp.json index e3c7493959a..c17bfaa7495 100644 --- a/advisories/unreviewed/2022/11/GHSA-6v6r-xmm5-77wp/GHSA-6v6r-xmm5-77wp.json +++ b/advisories/unreviewed/2022/11/GHSA-6v6r-xmm5-77wp/GHSA-6v6r-xmm5-77wp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-6x6f-2749-hhgv/GHSA-6x6f-2749-hhgv.json b/advisories/unreviewed/2022/11/GHSA-6x6f-2749-hhgv/GHSA-6x6f-2749-hhgv.json index ae8506cb364..9cae8a457d4 100644 --- a/advisories/unreviewed/2022/11/GHSA-6x6f-2749-hhgv/GHSA-6x6f-2749-hhgv.json +++ b/advisories/unreviewed/2022/11/GHSA-6x6f-2749-hhgv/GHSA-6x6f-2749-hhgv.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/11/GHSA-77m6-v5mw-jgf7/GHSA-77m6-v5mw-jgf7.json b/advisories/unreviewed/2022/11/GHSA-77m6-v5mw-jgf7/GHSA-77m6-v5mw-jgf7.json index 190ddf530e6..47511b6e1ae 100644 --- a/advisories/unreviewed/2022/11/GHSA-77m6-v5mw-jgf7/GHSA-77m6-v5mw-jgf7.json +++ b/advisories/unreviewed/2022/11/GHSA-77m6-v5mw-jgf7/GHSA-77m6-v5mw-jgf7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-7fp7-jf54-c7g3/GHSA-7fp7-jf54-c7g3.json b/advisories/unreviewed/2022/11/GHSA-7fp7-jf54-c7g3/GHSA-7fp7-jf54-c7g3.json index e842c2c34f6..9a7b57f5aeb 100644 --- a/advisories/unreviewed/2022/11/GHSA-7fp7-jf54-c7g3/GHSA-7fp7-jf54-c7g3.json +++ b/advisories/unreviewed/2022/11/GHSA-7fp7-jf54-c7g3/GHSA-7fp7-jf54-c7g3.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-7pqv-7v63-hvp9/GHSA-7pqv-7v63-hvp9.json b/advisories/unreviewed/2022/11/GHSA-7pqv-7v63-hvp9/GHSA-7pqv-7v63-hvp9.json index ae6c48ee581..59418b5746b 100644 --- a/advisories/unreviewed/2022/11/GHSA-7pqv-7v63-hvp9/GHSA-7pqv-7v63-hvp9.json +++ b/advisories/unreviewed/2022/11/GHSA-7pqv-7v63-hvp9/GHSA-7pqv-7v63-hvp9.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-7vjh-7q2m-9fx5/GHSA-7vjh-7q2m-9fx5.json b/advisories/unreviewed/2022/11/GHSA-7vjh-7q2m-9fx5/GHSA-7vjh-7q2m-9fx5.json index b380bfc7a71..810fdd991e8 100644 --- a/advisories/unreviewed/2022/11/GHSA-7vjh-7q2m-9fx5/GHSA-7vjh-7q2m-9fx5.json +++ b/advisories/unreviewed/2022/11/GHSA-7vjh-7q2m-9fx5/GHSA-7vjh-7q2m-9fx5.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/11/GHSA-84x9-4jmj-pp9x/GHSA-84x9-4jmj-pp9x.json b/advisories/unreviewed/2022/11/GHSA-84x9-4jmj-pp9x/GHSA-84x9-4jmj-pp9x.json index a171517ba24..c74031706e0 100644 --- a/advisories/unreviewed/2022/11/GHSA-84x9-4jmj-pp9x/GHSA-84x9-4jmj-pp9x.json +++ b/advisories/unreviewed/2022/11/GHSA-84x9-4jmj-pp9x/GHSA-84x9-4jmj-pp9x.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/11/GHSA-8vgx-hfgv-v4qq/GHSA-8vgx-hfgv-v4qq.json b/advisories/unreviewed/2022/11/GHSA-8vgx-hfgv-v4qq/GHSA-8vgx-hfgv-v4qq.json index ef287c55bfd..51bde05b836 100644 --- a/advisories/unreviewed/2022/11/GHSA-8vgx-hfgv-v4qq/GHSA-8vgx-hfgv-v4qq.json +++ b/advisories/unreviewed/2022/11/GHSA-8vgx-hfgv-v4qq/GHSA-8vgx-hfgv-v4qq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-95q2-rgwr-x33j/GHSA-95q2-rgwr-x33j.json b/advisories/unreviewed/2022/11/GHSA-95q2-rgwr-x33j/GHSA-95q2-rgwr-x33j.json index 33fc5d0f352..abaf9debfaf 100644 --- a/advisories/unreviewed/2022/11/GHSA-95q2-rgwr-x33j/GHSA-95q2-rgwr-x33j.json +++ b/advisories/unreviewed/2022/11/GHSA-95q2-rgwr-x33j/GHSA-95q2-rgwr-x33j.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/11/GHSA-9955-4w5r-942h/GHSA-9955-4w5r-942h.json b/advisories/unreviewed/2022/11/GHSA-9955-4w5r-942h/GHSA-9955-4w5r-942h.json index cf68b16fdd9..85a505e2dca 100644 --- a/advisories/unreviewed/2022/11/GHSA-9955-4w5r-942h/GHSA-9955-4w5r-942h.json +++ b/advisories/unreviewed/2022/11/GHSA-9955-4w5r-942h/GHSA-9955-4w5r-942h.json @@ -7,12 +7,8 @@ "CVE-2022-4086" ], "details": "A vulnerability was found in WP White Security WP Activity Log Plugin. It has been classified as problematic. This affects an unknown part of the component HTTP Header Handler. The manipulation of the argument X-Forwarded-For leads to improper output neutralization for logs. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-214053 was assigned to this vulnerability.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", @@ -32,9 +28,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": null, "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-9g68-8w7w-hfcv/GHSA-9g68-8w7w-hfcv.json b/advisories/unreviewed/2022/11/GHSA-9g68-8w7w-hfcv/GHSA-9g68-8w7w-hfcv.json index 35a3a626665..3f79c6d1a0b 100644 --- a/advisories/unreviewed/2022/11/GHSA-9g68-8w7w-hfcv/GHSA-9g68-8w7w-hfcv.json +++ b/advisories/unreviewed/2022/11/GHSA-9g68-8w7w-hfcv/GHSA-9g68-8w7w-hfcv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-9qxw-9chx-4jjj/GHSA-9qxw-9chx-4jjj.json b/advisories/unreviewed/2022/11/GHSA-9qxw-9chx-4jjj/GHSA-9qxw-9chx-4jjj.json index 07190e7ae26..4e9042c19d0 100644 --- a/advisories/unreviewed/2022/11/GHSA-9qxw-9chx-4jjj/GHSA-9qxw-9chx-4jjj.json +++ b/advisories/unreviewed/2022/11/GHSA-9qxw-9chx-4jjj/GHSA-9qxw-9chx-4jjj.json @@ -7,12 +7,8 @@ "CVE-2022-4080" ], "details": "A vulnerability classified as problematic has been found in Opal Login History Plugin. This affects an unknown part of the component HTTP Header Handler. The manipulation of the argument X-Forwarded-For leads to improper output neutralization for logs. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The associated identifier of this vulnerability is VDB-214047.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-9rv3-cwh6-x494/GHSA-9rv3-cwh6-x494.json b/advisories/unreviewed/2022/11/GHSA-9rv3-cwh6-x494/GHSA-9rv3-cwh6-x494.json index b681f1d11a1..d9e837a9056 100644 --- a/advisories/unreviewed/2022/11/GHSA-9rv3-cwh6-x494/GHSA-9rv3-cwh6-x494.json +++ b/advisories/unreviewed/2022/11/GHSA-9rv3-cwh6-x494/GHSA-9rv3-cwh6-x494.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-cpp9-j2g6-254x/GHSA-cpp9-j2g6-254x.json b/advisories/unreviewed/2022/11/GHSA-cpp9-j2g6-254x/GHSA-cpp9-j2g6-254x.json index 82bee15d2aa..c5441f5fede 100644 --- a/advisories/unreviewed/2022/11/GHSA-cpp9-j2g6-254x/GHSA-cpp9-j2g6-254x.json +++ b/advisories/unreviewed/2022/11/GHSA-cpp9-j2g6-254x/GHSA-cpp9-j2g6-254x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "LOW", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-cxvg-72p4-7x8f/GHSA-cxvg-72p4-7x8f.json b/advisories/unreviewed/2022/11/GHSA-cxvg-72p4-7x8f/GHSA-cxvg-72p4-7x8f.json index 2e51ad092d2..9aaf38e2ad4 100644 --- a/advisories/unreviewed/2022/11/GHSA-cxvg-72p4-7x8f/GHSA-cxvg-72p4-7x8f.json +++ b/advisories/unreviewed/2022/11/GHSA-cxvg-72p4-7x8f/GHSA-cxvg-72p4-7x8f.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/11/GHSA-ffj3-j67f-53c8/GHSA-ffj3-j67f-53c8.json b/advisories/unreviewed/2022/11/GHSA-ffj3-j67f-53c8/GHSA-ffj3-j67f-53c8.json index 443e89f673f..2a7bb7f810a 100644 --- a/advisories/unreviewed/2022/11/GHSA-ffj3-j67f-53c8/GHSA-ffj3-j67f-53c8.json +++ b/advisories/unreviewed/2022/11/GHSA-ffj3-j67f-53c8/GHSA-ffj3-j67f-53c8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-fj27-m98c-h499/GHSA-fj27-m98c-h499.json b/advisories/unreviewed/2022/11/GHSA-fj27-m98c-h499/GHSA-fj27-m98c-h499.json index edc080651dd..61e4f40c234 100644 --- a/advisories/unreviewed/2022/11/GHSA-fj27-m98c-h499/GHSA-fj27-m98c-h499.json +++ b/advisories/unreviewed/2022/11/GHSA-fj27-m98c-h499/GHSA-fj27-m98c-h499.json @@ -7,12 +7,8 @@ "CVE-2022-4082" ], "details": "A vulnerability, which was classified as problematic, has been found in Solwin Infotech User Activity Log Plugin. This issue affects some unknown processing of the component HTTP Header Handler. The manipulation of the argument X-Forwarded-For leads to improper output neutralization for logs. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-214049 was assigned to this vulnerability.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-fmvh-rqw4-xjgg/GHSA-fmvh-rqw4-xjgg.json b/advisories/unreviewed/2022/11/GHSA-fmvh-rqw4-xjgg/GHSA-fmvh-rqw4-xjgg.json index de403f3e204..46b3239341b 100644 --- a/advisories/unreviewed/2022/11/GHSA-fmvh-rqw4-xjgg/GHSA-fmvh-rqw4-xjgg.json +++ b/advisories/unreviewed/2022/11/GHSA-fmvh-rqw4-xjgg/GHSA-fmvh-rqw4-xjgg.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-g37p-6pc4-93g6/GHSA-g37p-6pc4-93g6.json b/advisories/unreviewed/2022/11/GHSA-g37p-6pc4-93g6/GHSA-g37p-6pc4-93g6.json index ea7da4e2f0e..f4f0d8592d6 100644 --- a/advisories/unreviewed/2022/11/GHSA-g37p-6pc4-93g6/GHSA-g37p-6pc4-93g6.json +++ b/advisories/unreviewed/2022/11/GHSA-g37p-6pc4-93g6/GHSA-g37p-6pc4-93g6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-g4ch-vmqj-9j84/GHSA-g4ch-vmqj-9j84.json b/advisories/unreviewed/2022/11/GHSA-g4ch-vmqj-9j84/GHSA-g4ch-vmqj-9j84.json index 6ab2e3cdfd2..db9a807a88f 100644 --- a/advisories/unreviewed/2022/11/GHSA-g4ch-vmqj-9j84/GHSA-g4ch-vmqj-9j84.json +++ b/advisories/unreviewed/2022/11/GHSA-g4ch-vmqj-9j84/GHSA-g4ch-vmqj-9j84.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/11/GHSA-g5fq-p794-xxc8/GHSA-g5fq-p794-xxc8.json b/advisories/unreviewed/2022/11/GHSA-g5fq-p794-xxc8/GHSA-g5fq-p794-xxc8.json index a153a5ee41d..979d914e816 100644 --- a/advisories/unreviewed/2022/11/GHSA-g5fq-p794-xxc8/GHSA-g5fq-p794-xxc8.json +++ b/advisories/unreviewed/2022/11/GHSA-g5fq-p794-xxc8/GHSA-g5fq-p794-xxc8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-g5m7-qg56-63gq/GHSA-g5m7-qg56-63gq.json b/advisories/unreviewed/2022/11/GHSA-g5m7-qg56-63gq/GHSA-g5m7-qg56-63gq.json index f3ce8a9d5c0..9440474926f 100644 --- a/advisories/unreviewed/2022/11/GHSA-g5m7-qg56-63gq/GHSA-g5m7-qg56-63gq.json +++ b/advisories/unreviewed/2022/11/GHSA-g5m7-qg56-63gq/GHSA-g5m7-qg56-63gq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-g7q8-m2m9-6rxm/GHSA-g7q8-m2m9-6rxm.json b/advisories/unreviewed/2022/11/GHSA-g7q8-m2m9-6rxm/GHSA-g7q8-m2m9-6rxm.json index b34c312214e..dc2fb58eb97 100644 --- a/advisories/unreviewed/2022/11/GHSA-g7q8-m2m9-6rxm/GHSA-g7q8-m2m9-6rxm.json +++ b/advisories/unreviewed/2022/11/GHSA-g7q8-m2m9-6rxm/GHSA-g7q8-m2m9-6rxm.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", @@ -35,9 +33,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-gg4c-vq6j-h4hr/GHSA-gg4c-vq6j-h4hr.json b/advisories/unreviewed/2022/11/GHSA-gg4c-vq6j-h4hr/GHSA-gg4c-vq6j-h4hr.json index dfd60aa9c66..0b5265c5a37 100644 --- a/advisories/unreviewed/2022/11/GHSA-gg4c-vq6j-h4hr/GHSA-gg4c-vq6j-h4hr.json +++ b/advisories/unreviewed/2022/11/GHSA-gg4c-vq6j-h4hr/GHSA-gg4c-vq6j-h4hr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-gjm3-f3jv-4px6/GHSA-gjm3-f3jv-4px6.json b/advisories/unreviewed/2022/11/GHSA-gjm3-f3jv-4px6/GHSA-gjm3-f3jv-4px6.json index 6da249b4024..209a2aefee1 100644 --- a/advisories/unreviewed/2022/11/GHSA-gjm3-f3jv-4px6/GHSA-gjm3-f3jv-4px6.json +++ b/advisories/unreviewed/2022/11/GHSA-gjm3-f3jv-4px6/GHSA-gjm3-f3jv-4px6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-gmr7-jhwx-3h3j/GHSA-gmr7-jhwx-3h3j.json b/advisories/unreviewed/2022/11/GHSA-gmr7-jhwx-3h3j/GHSA-gmr7-jhwx-3h3j.json index edaa9f3ce85..7f6057157c9 100644 --- a/advisories/unreviewed/2022/11/GHSA-gmr7-jhwx-3h3j/GHSA-gmr7-jhwx-3h3j.json +++ b/advisories/unreviewed/2022/11/GHSA-gmr7-jhwx-3h3j/GHSA-gmr7-jhwx-3h3j.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/11/GHSA-gpcm-h3wc-3765/GHSA-gpcm-h3wc-3765.json b/advisories/unreviewed/2022/11/GHSA-gpcm-h3wc-3765/GHSA-gpcm-h3wc-3765.json index 70a3da2a3c2..22e662fc571 100644 --- a/advisories/unreviewed/2022/11/GHSA-gpcm-h3wc-3765/GHSA-gpcm-h3wc-3765.json +++ b/advisories/unreviewed/2022/11/GHSA-gpcm-h3wc-3765/GHSA-gpcm-h3wc-3765.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/11/GHSA-gq2r-g8hr-hq6q/GHSA-gq2r-g8hr-hq6q.json b/advisories/unreviewed/2022/11/GHSA-gq2r-g8hr-hq6q/GHSA-gq2r-g8hr-hq6q.json index 6147ad9e077..20f928abc82 100644 --- a/advisories/unreviewed/2022/11/GHSA-gq2r-g8hr-hq6q/GHSA-gq2r-g8hr-hq6q.json +++ b/advisories/unreviewed/2022/11/GHSA-gq2r-g8hr-hq6q/GHSA-gq2r-g8hr-hq6q.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/11/GHSA-h574-vqwj-2h27/GHSA-h574-vqwj-2h27.json b/advisories/unreviewed/2022/11/GHSA-h574-vqwj-2h27/GHSA-h574-vqwj-2h27.json index 81198b8bbb5..a8510ef1e59 100644 --- a/advisories/unreviewed/2022/11/GHSA-h574-vqwj-2h27/GHSA-h574-vqwj-2h27.json +++ b/advisories/unreviewed/2022/11/GHSA-h574-vqwj-2h27/GHSA-h574-vqwj-2h27.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/11/GHSA-h6vj-fvv7-58qw/GHSA-h6vj-fvv7-58qw.json b/advisories/unreviewed/2022/11/GHSA-h6vj-fvv7-58qw/GHSA-h6vj-fvv7-58qw.json index 06a1a898f1c..9757818ab85 100644 --- a/advisories/unreviewed/2022/11/GHSA-h6vj-fvv7-58qw/GHSA-h6vj-fvv7-58qw.json +++ b/advisories/unreviewed/2022/11/GHSA-h6vj-fvv7-58qw/GHSA-h6vj-fvv7-58qw.json @@ -7,12 +7,8 @@ "CVE-2022-4081" ], "details": "A vulnerability classified as problematic was found in getseofix Show Visitor IP Address Widget and Shortcode Plugin. This vulnerability affects unknown code of the component HTTP Header Handler. The manipulation of the argument X-Forwarded-For leads to improper output neutralization for logs. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-214048.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-h6wv-v27f-f93r/GHSA-h6wv-v27f-f93r.json b/advisories/unreviewed/2022/11/GHSA-h6wv-v27f-f93r/GHSA-h6wv-v27f-f93r.json index bbe201d1c92..05434a1ecc7 100644 --- a/advisories/unreviewed/2022/11/GHSA-h6wv-v27f-f93r/GHSA-h6wv-v27f-f93r.json +++ b/advisories/unreviewed/2022/11/GHSA-h6wv-v27f-f93r/GHSA-h6wv-v27f-f93r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-h9p5-352q-gr22/GHSA-h9p5-352q-gr22.json b/advisories/unreviewed/2022/11/GHSA-h9p5-352q-gr22/GHSA-h9p5-352q-gr22.json index f13358dd0e6..874a6f7998a 100644 --- a/advisories/unreviewed/2022/11/GHSA-h9p5-352q-gr22/GHSA-h9p5-352q-gr22.json +++ b/advisories/unreviewed/2022/11/GHSA-h9p5-352q-gr22/GHSA-h9p5-352q-gr22.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-hc73-59hp-rq5m/GHSA-hc73-59hp-rq5m.json b/advisories/unreviewed/2022/11/GHSA-hc73-59hp-rq5m/GHSA-hc73-59hp-rq5m.json index b552a5fb9d8..2b14de5dcde 100644 --- a/advisories/unreviewed/2022/11/GHSA-hc73-59hp-rq5m/GHSA-hc73-59hp-rq5m.json +++ b/advisories/unreviewed/2022/11/GHSA-hc73-59hp-rq5m/GHSA-hc73-59hp-rq5m.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-hgm3-4w9f-pfmg/GHSA-hgm3-4w9f-pfmg.json b/advisories/unreviewed/2022/11/GHSA-hgm3-4w9f-pfmg/GHSA-hgm3-4w9f-pfmg.json index 8137051b474..ca3117253d1 100644 --- a/advisories/unreviewed/2022/11/GHSA-hgm3-4w9f-pfmg/GHSA-hgm3-4w9f-pfmg.json +++ b/advisories/unreviewed/2022/11/GHSA-hgm3-4w9f-pfmg/GHSA-hgm3-4w9f-pfmg.json @@ -7,12 +7,8 @@ "CVE-2022-4085" ], "details": "A vulnerability was found in Top Infosoft Visitor Details Plugin and classified as problematic. Affected by this issue is some unknown functionality of the component HTTP Header Handler. The manipulation of the argument X-Forwarded-For leads to improper output neutralization for logs. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-214052.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-hjg8-7hr5-c9j8/GHSA-hjg8-7hr5-c9j8.json b/advisories/unreviewed/2022/11/GHSA-hjg8-7hr5-c9j8/GHSA-hjg8-7hr5-c9j8.json index acf210ea26b..33e951f6855 100644 --- a/advisories/unreviewed/2022/11/GHSA-hjg8-7hr5-c9j8/GHSA-hjg8-7hr5-c9j8.json +++ b/advisories/unreviewed/2022/11/GHSA-hjg8-7hr5-c9j8/GHSA-hjg8-7hr5-c9j8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-hq2f-r45h-q88h/GHSA-hq2f-r45h-q88h.json b/advisories/unreviewed/2022/11/GHSA-hq2f-r45h-q88h/GHSA-hq2f-r45h-q88h.json index 836b7e0bf97..dc9a362ef30 100644 --- a/advisories/unreviewed/2022/11/GHSA-hq2f-r45h-q88h/GHSA-hq2f-r45h-q88h.json +++ b/advisories/unreviewed/2022/11/GHSA-hq2f-r45h-q88h/GHSA-hq2f-r45h-q88h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-j242-884g-4fr3/GHSA-j242-884g-4fr3.json b/advisories/unreviewed/2022/11/GHSA-j242-884g-4fr3/GHSA-j242-884g-4fr3.json index 3d81d2fbf01..140ab207523 100644 --- a/advisories/unreviewed/2022/11/GHSA-j242-884g-4fr3/GHSA-j242-884g-4fr3.json +++ b/advisories/unreviewed/2022/11/GHSA-j242-884g-4fr3/GHSA-j242-884g-4fr3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-jgq4-ph7r-rcrx/GHSA-jgq4-ph7r-rcrx.json b/advisories/unreviewed/2022/11/GHSA-jgq4-ph7r-rcrx/GHSA-jgq4-ph7r-rcrx.json index f5b7755daf7..7716a4251ed 100644 --- a/advisories/unreviewed/2022/11/GHSA-jgq4-ph7r-rcrx/GHSA-jgq4-ph7r-rcrx.json +++ b/advisories/unreviewed/2022/11/GHSA-jgq4-ph7r-rcrx/GHSA-jgq4-ph7r-rcrx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-jpfh-g4ff-w273/GHSA-jpfh-g4ff-w273.json b/advisories/unreviewed/2022/11/GHSA-jpfh-g4ff-w273/GHSA-jpfh-g4ff-w273.json index 99163577b32..56652aab3fb 100644 --- a/advisories/unreviewed/2022/11/GHSA-jpfh-g4ff-w273/GHSA-jpfh-g4ff-w273.json +++ b/advisories/unreviewed/2022/11/GHSA-jpfh-g4ff-w273/GHSA-jpfh-g4ff-w273.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/11/GHSA-jrg7-vpcv-rf8r/GHSA-jrg7-vpcv-rf8r.json b/advisories/unreviewed/2022/11/GHSA-jrg7-vpcv-rf8r/GHSA-jrg7-vpcv-rf8r.json index 9c0cc19f180..360e8190aff 100644 --- a/advisories/unreviewed/2022/11/GHSA-jrg7-vpcv-rf8r/GHSA-jrg7-vpcv-rf8r.json +++ b/advisories/unreviewed/2022/11/GHSA-jrg7-vpcv-rf8r/GHSA-jrg7-vpcv-rf8r.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", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-m8rq-4jjf-r23g/GHSA-m8rq-4jjf-r23g.json b/advisories/unreviewed/2022/11/GHSA-m8rq-4jjf-r23g/GHSA-m8rq-4jjf-r23g.json index 64a3cdecab7..758b487b10c 100644 --- a/advisories/unreviewed/2022/11/GHSA-m8rq-4jjf-r23g/GHSA-m8rq-4jjf-r23g.json +++ b/advisories/unreviewed/2022/11/GHSA-m8rq-4jjf-r23g/GHSA-m8rq-4jjf-r23g.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/11/GHSA-mc95-w48p-72ww/GHSA-mc95-w48p-72ww.json b/advisories/unreviewed/2022/11/GHSA-mc95-w48p-72ww/GHSA-mc95-w48p-72ww.json index 9723cc42df5..fd20b206c84 100644 --- a/advisories/unreviewed/2022/11/GHSA-mc95-w48p-72ww/GHSA-mc95-w48p-72ww.json +++ b/advisories/unreviewed/2022/11/GHSA-mc95-w48p-72ww/GHSA-mc95-w48p-72ww.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-mfr8-x37r-qjc5/GHSA-mfr8-x37r-qjc5.json b/advisories/unreviewed/2022/11/GHSA-mfr8-x37r-qjc5/GHSA-mfr8-x37r-qjc5.json index f7fdf8d5bca..44c26a7661c 100644 --- a/advisories/unreviewed/2022/11/GHSA-mfr8-x37r-qjc5/GHSA-mfr8-x37r-qjc5.json +++ b/advisories/unreviewed/2022/11/GHSA-mfr8-x37r-qjc5/GHSA-mfr8-x37r-qjc5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-mr2r-4xvx-p2wx/GHSA-mr2r-4xvx-p2wx.json b/advisories/unreviewed/2022/11/GHSA-mr2r-4xvx-p2wx/GHSA-mr2r-4xvx-p2wx.json index 4325ba69c1c..7d986fa4e59 100644 --- a/advisories/unreviewed/2022/11/GHSA-mr2r-4xvx-p2wx/GHSA-mr2r-4xvx-p2wx.json +++ b/advisories/unreviewed/2022/11/GHSA-mr2r-4xvx-p2wx/GHSA-mr2r-4xvx-p2wx.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-mvgv-7373-m999/GHSA-mvgv-7373-m999.json b/advisories/unreviewed/2022/11/GHSA-mvgv-7373-m999/GHSA-mvgv-7373-m999.json index b93f468a4ac..eb699ee7600 100644 --- a/advisories/unreviewed/2022/11/GHSA-mvgv-7373-m999/GHSA-mvgv-7373-m999.json +++ b/advisories/unreviewed/2022/11/GHSA-mvgv-7373-m999/GHSA-mvgv-7373-m999.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-mvpf-m235-mm72/GHSA-mvpf-m235-mm72.json b/advisories/unreviewed/2022/11/GHSA-mvpf-m235-mm72/GHSA-mvpf-m235-mm72.json index 37b18a55c6b..312546ad05d 100644 --- a/advisories/unreviewed/2022/11/GHSA-mvpf-m235-mm72/GHSA-mvpf-m235-mm72.json +++ b/advisories/unreviewed/2022/11/GHSA-mvpf-m235-mm72/GHSA-mvpf-m235-mm72.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-p4r9-p3jm-cp84/GHSA-p4r9-p3jm-cp84.json b/advisories/unreviewed/2022/11/GHSA-p4r9-p3jm-cp84/GHSA-p4r9-p3jm-cp84.json index 5effc03b1e1..52bf380b0be 100644 --- a/advisories/unreviewed/2022/11/GHSA-p4r9-p3jm-cp84/GHSA-p4r9-p3jm-cp84.json +++ b/advisories/unreviewed/2022/11/GHSA-p4r9-p3jm-cp84/GHSA-p4r9-p3jm-cp84.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/11/GHSA-p735-2vg8-f9q2/GHSA-p735-2vg8-f9q2.json b/advisories/unreviewed/2022/11/GHSA-p735-2vg8-f9q2/GHSA-p735-2vg8-f9q2.json index 54ee371e5b9..70db2ce5486 100644 --- a/advisories/unreviewed/2022/11/GHSA-p735-2vg8-f9q2/GHSA-p735-2vg8-f9q2.json +++ b/advisories/unreviewed/2022/11/GHSA-p735-2vg8-f9q2/GHSA-p735-2vg8-f9q2.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/11/GHSA-p8xq-w277-c7pg/GHSA-p8xq-w277-c7pg.json b/advisories/unreviewed/2022/11/GHSA-p8xq-w277-c7pg/GHSA-p8xq-w277-c7pg.json index 3e195b0bda4..43299b46751 100644 --- a/advisories/unreviewed/2022/11/GHSA-p8xq-w277-c7pg/GHSA-p8xq-w277-c7pg.json +++ b/advisories/unreviewed/2022/11/GHSA-p8xq-w277-c7pg/GHSA-p8xq-w277-c7pg.json @@ -7,12 +7,8 @@ "CVE-2022-4075" ], "details": "A vulnerability has been found in Banhammer Plugin and classified as problematic. This vulnerability affects unknown code of the component HTTP Header Handler. The manipulation of the argument X-Forwarded-For leads to improper output neutralization for logs. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. VDB-214042 is the identifier assigned to this vulnerability.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-pccv-xjc7-m5qv/GHSA-pccv-xjc7-m5qv.json b/advisories/unreviewed/2022/11/GHSA-pccv-xjc7-m5qv/GHSA-pccv-xjc7-m5qv.json index 0da5d79476d..c8e3f33a966 100644 --- a/advisories/unreviewed/2022/11/GHSA-pccv-xjc7-m5qv/GHSA-pccv-xjc7-m5qv.json +++ b/advisories/unreviewed/2022/11/GHSA-pccv-xjc7-m5qv/GHSA-pccv-xjc7-m5qv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-ph6v-w4g4-33x2/GHSA-ph6v-w4g4-33x2.json b/advisories/unreviewed/2022/11/GHSA-ph6v-w4g4-33x2/GHSA-ph6v-w4g4-33x2.json index 2361f0f99af..e4cd0d837f7 100644 --- a/advisories/unreviewed/2022/11/GHSA-ph6v-w4g4-33x2/GHSA-ph6v-w4g4-33x2.json +++ b/advisories/unreviewed/2022/11/GHSA-ph6v-w4g4-33x2/GHSA-ph6v-w4g4-33x2.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-ppw9-v5cx-fvvp/GHSA-ppw9-v5cx-fvvp.json b/advisories/unreviewed/2022/11/GHSA-ppw9-v5cx-fvvp/GHSA-ppw9-v5cx-fvvp.json index f3f29d53dcf..bc3a0c5ced5 100644 --- a/advisories/unreviewed/2022/11/GHSA-ppw9-v5cx-fvvp/GHSA-ppw9-v5cx-fvvp.json +++ b/advisories/unreviewed/2022/11/GHSA-ppw9-v5cx-fvvp/GHSA-ppw9-v5cx-fvvp.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/11/GHSA-px5j-xw79-w7p8/GHSA-px5j-xw79-w7p8.json b/advisories/unreviewed/2022/11/GHSA-px5j-xw79-w7p8/GHSA-px5j-xw79-w7p8.json index 95741b037db..65af4e94925 100644 --- a/advisories/unreviewed/2022/11/GHSA-px5j-xw79-w7p8/GHSA-px5j-xw79-w7p8.json +++ b/advisories/unreviewed/2022/11/GHSA-px5j-xw79-w7p8/GHSA-px5j-xw79-w7p8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-q484-cvj5-x4fv/GHSA-q484-cvj5-x4fv.json b/advisories/unreviewed/2022/11/GHSA-q484-cvj5-x4fv/GHSA-q484-cvj5-x4fv.json index 2a95da5d55a..86670b6ad5a 100644 --- a/advisories/unreviewed/2022/11/GHSA-q484-cvj5-x4fv/GHSA-q484-cvj5-x4fv.json +++ b/advisories/unreviewed/2022/11/GHSA-q484-cvj5-x4fv/GHSA-q484-cvj5-x4fv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-q889-wjj8-c346/GHSA-q889-wjj8-c346.json b/advisories/unreviewed/2022/11/GHSA-q889-wjj8-c346/GHSA-q889-wjj8-c346.json index 0aa1c2083c4..396637e544c 100644 --- a/advisories/unreviewed/2022/11/GHSA-q889-wjj8-c346/GHSA-q889-wjj8-c346.json +++ b/advisories/unreviewed/2022/11/GHSA-q889-wjj8-c346/GHSA-q889-wjj8-c346.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-qfg4-4jq5-xv3v/GHSA-qfg4-4jq5-xv3v.json b/advisories/unreviewed/2022/11/GHSA-qfg4-4jq5-xv3v/GHSA-qfg4-4jq5-xv3v.json index ddf207af6c4..d2e675e724c 100644 --- a/advisories/unreviewed/2022/11/GHSA-qfg4-4jq5-xv3v/GHSA-qfg4-4jq5-xv3v.json +++ b/advisories/unreviewed/2022/11/GHSA-qfg4-4jq5-xv3v/GHSA-qfg4-4jq5-xv3v.json @@ -7,12 +7,8 @@ "CVE-2022-4079" ], "details": "A vulnerability was found in Show Visitor IP Plugin. It has been rated as problematic. Affected by this issue is some unknown functionality of the component HTTP Header Handler. The manipulation of the argument X-Forwarded-For leads to improper output neutralization for logs. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. VDB-214046 is the identifier assigned to this vulnerability.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-qp7g-v294-g9hj/GHSA-qp7g-v294-g9hj.json b/advisories/unreviewed/2022/11/GHSA-qp7g-v294-g9hj/GHSA-qp7g-v294-g9hj.json index 4368a4310d5..f1be68391aa 100644 --- a/advisories/unreviewed/2022/11/GHSA-qp7g-v294-g9hj/GHSA-qp7g-v294-g9hj.json +++ b/advisories/unreviewed/2022/11/GHSA-qp7g-v294-g9hj/GHSA-qp7g-v294-g9hj.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-qp9r-pfqf-hxf3/GHSA-qp9r-pfqf-hxf3.json b/advisories/unreviewed/2022/11/GHSA-qp9r-pfqf-hxf3/GHSA-qp9r-pfqf-hxf3.json index 9422ad0bca9..14fe0e04271 100644 --- a/advisories/unreviewed/2022/11/GHSA-qp9r-pfqf-hxf3/GHSA-qp9r-pfqf-hxf3.json +++ b/advisories/unreviewed/2022/11/GHSA-qp9r-pfqf-hxf3/GHSA-qp9r-pfqf-hxf3.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/11/GHSA-qrmh-rjwm-6mq4/GHSA-qrmh-rjwm-6mq4.json b/advisories/unreviewed/2022/11/GHSA-qrmh-rjwm-6mq4/GHSA-qrmh-rjwm-6mq4.json index ef667cc5711..70942911744 100644 --- a/advisories/unreviewed/2022/11/GHSA-qrmh-rjwm-6mq4/GHSA-qrmh-rjwm-6mq4.json +++ b/advisories/unreviewed/2022/11/GHSA-qrmh-rjwm-6mq4/GHSA-qrmh-rjwm-6mq4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-qx6c-q8gv-5qrh/GHSA-qx6c-q8gv-5qrh.json b/advisories/unreviewed/2022/11/GHSA-qx6c-q8gv-5qrh/GHSA-qx6c-q8gv-5qrh.json index 528b812103c..d406eabbe26 100644 --- a/advisories/unreviewed/2022/11/GHSA-qx6c-q8gv-5qrh/GHSA-qx6c-q8gv-5qrh.json +++ b/advisories/unreviewed/2022/11/GHSA-qx6c-q8gv-5qrh/GHSA-qx6c-q8gv-5qrh.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", @@ -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/11/GHSA-r3rg-whrj-v9p8/GHSA-r3rg-whrj-v9p8.json b/advisories/unreviewed/2022/11/GHSA-r3rg-whrj-v9p8/GHSA-r3rg-whrj-v9p8.json index 5f71b46f134..f1304fc522a 100644 --- a/advisories/unreviewed/2022/11/GHSA-r3rg-whrj-v9p8/GHSA-r3rg-whrj-v9p8.json +++ b/advisories/unreviewed/2022/11/GHSA-r3rg-whrj-v9p8/GHSA-r3rg-whrj-v9p8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-r3x3-pfq4-cvw2/GHSA-r3x3-pfq4-cvw2.json b/advisories/unreviewed/2022/11/GHSA-r3x3-pfq4-cvw2/GHSA-r3x3-pfq4-cvw2.json index ba93bd9d3f9..2c1f6256f2b 100644 --- a/advisories/unreviewed/2022/11/GHSA-r3x3-pfq4-cvw2/GHSA-r3x3-pfq4-cvw2.json +++ b/advisories/unreviewed/2022/11/GHSA-r3x3-pfq4-cvw2/GHSA-r3x3-pfq4-cvw2.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", @@ -31,9 +29,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-r6vg-v7h8-7337/GHSA-r6vg-v7h8-7337.json b/advisories/unreviewed/2022/11/GHSA-r6vg-v7h8-7337/GHSA-r6vg-v7h8-7337.json index 9749d248b9a..f7cfa7c71b6 100644 --- a/advisories/unreviewed/2022/11/GHSA-r6vg-v7h8-7337/GHSA-r6vg-v7h8-7337.json +++ b/advisories/unreviewed/2022/11/GHSA-r6vg-v7h8-7337/GHSA-r6vg-v7h8-7337.json @@ -7,12 +7,8 @@ "CVE-2022-4072" ], "details": "A vulnerability classified as problematic was found in Iridium Intelligence bad_ip WP Plugin. Affected by this vulnerability is an unknown functionality of the component HTTP Header Handler. The manipulation of the argument X-Forwarded-For leads to improper output neutralization for logs. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The associated identifier of this vulnerability is VDB-214039.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-r76r-474h-xgfv/GHSA-r76r-474h-xgfv.json b/advisories/unreviewed/2022/11/GHSA-r76r-474h-xgfv/GHSA-r76r-474h-xgfv.json index 228c4dd253e..c010551fc96 100644 --- a/advisories/unreviewed/2022/11/GHSA-r76r-474h-xgfv/GHSA-r76r-474h-xgfv.json +++ b/advisories/unreviewed/2022/11/GHSA-r76r-474h-xgfv/GHSA-r76r-474h-xgfv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-r935-j23v-m897/GHSA-r935-j23v-m897.json b/advisories/unreviewed/2022/11/GHSA-r935-j23v-m897/GHSA-r935-j23v-m897.json index 2fd49b1d0c8..e7358f0428d 100644 --- a/advisories/unreviewed/2022/11/GHSA-r935-j23v-m897/GHSA-r935-j23v-m897.json +++ b/advisories/unreviewed/2022/11/GHSA-r935-j23v-m897/GHSA-r935-j23v-m897.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2022/11/GHSA-rhx5-m86r-5gj6/GHSA-rhx5-m86r-5gj6.json b/advisories/unreviewed/2022/11/GHSA-rhx5-m86r-5gj6/GHSA-rhx5-m86r-5gj6.json index e05483ed42e..08b57b02aeb 100644 --- a/advisories/unreviewed/2022/11/GHSA-rhx5-m86r-5gj6/GHSA-rhx5-m86r-5gj6.json +++ b/advisories/unreviewed/2022/11/GHSA-rhx5-m86r-5gj6/GHSA-rhx5-m86r-5gj6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-rq9g-3mv3-fhmr/GHSA-rq9g-3mv3-fhmr.json b/advisories/unreviewed/2022/11/GHSA-rq9g-3mv3-fhmr/GHSA-rq9g-3mv3-fhmr.json index 88f01b697e6..857ed99ce7b 100644 --- a/advisories/unreviewed/2022/11/GHSA-rq9g-3mv3-fhmr/GHSA-rq9g-3mv3-fhmr.json +++ b/advisories/unreviewed/2022/11/GHSA-rq9g-3mv3-fhmr/GHSA-rq9g-3mv3-fhmr.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/11/GHSA-rrqq-ffjh-mjxv/GHSA-rrqq-ffjh-mjxv.json b/advisories/unreviewed/2022/11/GHSA-rrqq-ffjh-mjxv/GHSA-rrqq-ffjh-mjxv.json index 9f2eb0708bb..1e4a5d07a3b 100644 --- a/advisories/unreviewed/2022/11/GHSA-rrqq-ffjh-mjxv/GHSA-rrqq-ffjh-mjxv.json +++ b/advisories/unreviewed/2022/11/GHSA-rrqq-ffjh-mjxv/GHSA-rrqq-ffjh-mjxv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-v34v-rxgw-mh4g/GHSA-v34v-rxgw-mh4g.json b/advisories/unreviewed/2022/11/GHSA-v34v-rxgw-mh4g/GHSA-v34v-rxgw-mh4g.json index 36ecef4cd76..0c71f2038fd 100644 --- a/advisories/unreviewed/2022/11/GHSA-v34v-rxgw-mh4g/GHSA-v34v-rxgw-mh4g.json +++ b/advisories/unreviewed/2022/11/GHSA-v34v-rxgw-mh4g/GHSA-v34v-rxgw-mh4g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-vm46-7ghx-mx93/GHSA-vm46-7ghx-mx93.json b/advisories/unreviewed/2022/11/GHSA-vm46-7ghx-mx93/GHSA-vm46-7ghx-mx93.json index c4de1c5e0b1..7b5fc786927 100644 --- a/advisories/unreviewed/2022/11/GHSA-vm46-7ghx-mx93/GHSA-vm46-7ghx-mx93.json +++ b/advisories/unreviewed/2022/11/GHSA-vm46-7ghx-mx93/GHSA-vm46-7ghx-mx93.json @@ -7,12 +7,8 @@ "CVE-2022-4083" ], "details": "A vulnerability, which was classified as problematic, was found in MyTechTalky User Location and IP Plugin. Affected is an unknown function of the component HTTP Header Handler. The manipulation of the argument X-Forwarded-For leads to improper output neutralization for logs. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. VDB-214050 is the identifier assigned to this vulnerability.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-vvvp-mqxf-gjfr/GHSA-vvvp-mqxf-gjfr.json b/advisories/unreviewed/2022/11/GHSA-vvvp-mqxf-gjfr/GHSA-vvvp-mqxf-gjfr.json index a15fdf1a21b..4af8315091f 100644 --- a/advisories/unreviewed/2022/11/GHSA-vvvp-mqxf-gjfr/GHSA-vvvp-mqxf-gjfr.json +++ b/advisories/unreviewed/2022/11/GHSA-vvvp-mqxf-gjfr/GHSA-vvvp-mqxf-gjfr.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-w68j-67vx-j26g/GHSA-w68j-67vx-j26g.json b/advisories/unreviewed/2022/11/GHSA-w68j-67vx-j26g/GHSA-w68j-67vx-j26g.json index 6ffa5961e72..53b09793777 100644 --- a/advisories/unreviewed/2022/11/GHSA-w68j-67vx-j26g/GHSA-w68j-67vx-j26g.json +++ b/advisories/unreviewed/2022/11/GHSA-w68j-67vx-j26g/GHSA-w68j-67vx-j26g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-w826-hvm4-82xh/GHSA-w826-hvm4-82xh.json b/advisories/unreviewed/2022/11/GHSA-w826-hvm4-82xh/GHSA-w826-hvm4-82xh.json index c83d60007cd..fe4b4282804 100644 --- a/advisories/unreviewed/2022/11/GHSA-w826-hvm4-82xh/GHSA-w826-hvm4-82xh.json +++ b/advisories/unreviewed/2022/11/GHSA-w826-hvm4-82xh/GHSA-w826-hvm4-82xh.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/11/GHSA-wgjr-h635-jgcv/GHSA-wgjr-h635-jgcv.json b/advisories/unreviewed/2022/11/GHSA-wgjr-h635-jgcv/GHSA-wgjr-h635-jgcv.json index 0b8abef7328..c53354fdb46 100644 --- a/advisories/unreviewed/2022/11/GHSA-wgjr-h635-jgcv/GHSA-wgjr-h635-jgcv.json +++ b/advisories/unreviewed/2022/11/GHSA-wgjr-h635-jgcv/GHSA-wgjr-h635-jgcv.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-wh4g-hrhv-mg7w/GHSA-wh4g-hrhv-mg7w.json b/advisories/unreviewed/2022/11/GHSA-wh4g-hrhv-mg7w/GHSA-wh4g-hrhv-mg7w.json index 50282c3e8f0..7a76e82f6c5 100644 --- a/advisories/unreviewed/2022/11/GHSA-wh4g-hrhv-mg7w/GHSA-wh4g-hrhv-mg7w.json +++ b/advisories/unreviewed/2022/11/GHSA-wh4g-hrhv-mg7w/GHSA-wh4g-hrhv-mg7w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-wj6c-j849-cxm7/GHSA-wj6c-j849-cxm7.json b/advisories/unreviewed/2022/11/GHSA-wj6c-j849-cxm7/GHSA-wj6c-j849-cxm7.json index f71c044e5ca..cdc9f55cdd6 100644 --- a/advisories/unreviewed/2022/11/GHSA-wj6c-j849-cxm7/GHSA-wj6c-j849-cxm7.json +++ b/advisories/unreviewed/2022/11/GHSA-wj6c-j849-cxm7/GHSA-wj6c-j849-cxm7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-wv83-gr92-97gp/GHSA-wv83-gr92-97gp.json b/advisories/unreviewed/2022/11/GHSA-wv83-gr92-97gp/GHSA-wv83-gr92-97gp.json index 8edb598b359..0c730df90f8 100644 --- a/advisories/unreviewed/2022/11/GHSA-wv83-gr92-97gp/GHSA-wv83-gr92-97gp.json +++ b/advisories/unreviewed/2022/11/GHSA-wv83-gr92-97gp/GHSA-wv83-gr92-97gp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-ww6p-8hpv-p4mc/GHSA-ww6p-8hpv-p4mc.json b/advisories/unreviewed/2022/11/GHSA-ww6p-8hpv-p4mc/GHSA-ww6p-8hpv-p4mc.json index 1cde6fa14a8..0aa7c625223 100644 --- a/advisories/unreviewed/2022/11/GHSA-ww6p-8hpv-p4mc/GHSA-ww6p-8hpv-p4mc.json +++ b/advisories/unreviewed/2022/11/GHSA-ww6p-8hpv-p4mc/GHSA-ww6p-8hpv-p4mc.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/11/GHSA-wwrq-3c9f-x2wf/GHSA-wwrq-3c9f-x2wf.json b/advisories/unreviewed/2022/11/GHSA-wwrq-3c9f-x2wf/GHSA-wwrq-3c9f-x2wf.json index db759048d58..5737074419b 100644 --- a/advisories/unreviewed/2022/11/GHSA-wwrq-3c9f-x2wf/GHSA-wwrq-3c9f-x2wf.json +++ b/advisories/unreviewed/2022/11/GHSA-wwrq-3c9f-x2wf/GHSA-wwrq-3c9f-x2wf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-wxw4-33cp-f7m7/GHSA-wxw4-33cp-f7m7.json b/advisories/unreviewed/2022/11/GHSA-wxw4-33cp-f7m7/GHSA-wxw4-33cp-f7m7.json index a90e2589bf8..3bc827db20f 100644 --- a/advisories/unreviewed/2022/11/GHSA-wxw4-33cp-f7m7/GHSA-wxw4-33cp-f7m7.json +++ b/advisories/unreviewed/2022/11/GHSA-wxw4-33cp-f7m7/GHSA-wxw4-33cp-f7m7.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-x423-h9pm-h638/GHSA-x423-h9pm-h638.json b/advisories/unreviewed/2022/11/GHSA-x423-h9pm-h638/GHSA-x423-h9pm-h638.json index d1a89103ad1..3f1ae163e03 100644 --- a/advisories/unreviewed/2022/11/GHSA-x423-h9pm-h638/GHSA-x423-h9pm-h638.json +++ b/advisories/unreviewed/2022/11/GHSA-x423-h9pm-h638/GHSA-x423-h9pm-h638.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-x8gx-vm44-mv77/GHSA-x8gx-vm44-mv77.json b/advisories/unreviewed/2022/11/GHSA-x8gx-vm44-mv77/GHSA-x8gx-vm44-mv77.json index c1f254ffa28..08693d7887b 100644 --- a/advisories/unreviewed/2022/11/GHSA-x8gx-vm44-mv77/GHSA-x8gx-vm44-mv77.json +++ b/advisories/unreviewed/2022/11/GHSA-x8gx-vm44-mv77/GHSA-x8gx-vm44-mv77.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-x8qm-qf7v-pr7j/GHSA-x8qm-qf7v-pr7j.json b/advisories/unreviewed/2022/11/GHSA-x8qm-qf7v-pr7j/GHSA-x8qm-qf7v-pr7j.json index 60967ef2543..bad091adffe 100644 --- a/advisories/unreviewed/2022/11/GHSA-x8qm-qf7v-pr7j/GHSA-x8qm-qf7v-pr7j.json +++ b/advisories/unreviewed/2022/11/GHSA-x8qm-qf7v-pr7j/GHSA-x8qm-qf7v-pr7j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-xcfj-f8vp-729x/GHSA-xcfj-f8vp-729x.json b/advisories/unreviewed/2022/11/GHSA-xcfj-f8vp-729x/GHSA-xcfj-f8vp-729x.json index cd9d13321e3..5d317e4a1a8 100644 --- a/advisories/unreviewed/2022/11/GHSA-xcfj-f8vp-729x/GHSA-xcfj-f8vp-729x.json +++ b/advisories/unreviewed/2022/11/GHSA-xcfj-f8vp-729x/GHSA-xcfj-f8vp-729x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-xgmc-r4hm-4xx6/GHSA-xgmc-r4hm-4xx6.json b/advisories/unreviewed/2022/11/GHSA-xgmc-r4hm-4xx6/GHSA-xgmc-r4hm-4xx6.json index 66280a0d877..4c59b01916e 100644 --- a/advisories/unreviewed/2022/11/GHSA-xgmc-r4hm-4xx6/GHSA-xgmc-r4hm-4xx6.json +++ b/advisories/unreviewed/2022/11/GHSA-xgmc-r4hm-4xx6/GHSA-xgmc-r4hm-4xx6.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2022/11/GHSA-xw3q-r23v-89mh/GHSA-xw3q-r23v-89mh.json b/advisories/unreviewed/2022/11/GHSA-xw3q-r23v-89mh/GHSA-xw3q-r23v-89mh.json index 853e23279d8..da1642d18e0 100644 --- a/advisories/unreviewed/2022/11/GHSA-xw3q-r23v-89mh/GHSA-xw3q-r23v-89mh.json +++ b/advisories/unreviewed/2022/11/GHSA-xw3q-r23v-89mh/GHSA-xw3q-r23v-89mh.json @@ -7,12 +7,8 @@ "CVE-2022-4074" ], "details": "A vulnerability, which was classified as problematic, was found in Show IP Address Plugin. This affects an unknown part of the component HTTP Header Handler. The manipulation of the argument X-Forwarded-For leads to improper output neutralization for logs. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-214041 was assigned to this vulnerability.", - "severity": [ - - ], - "affected": [ - - ], + "severity": [], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-7fgp-2vcm-x2pv/GHSA-7fgp-2vcm-x2pv.json b/advisories/unreviewed/2023/02/GHSA-7fgp-2vcm-x2pv/GHSA-7fgp-2vcm-x2pv.json index a81a2b37c83..ff3e0d40cc6 100644 --- a/advisories/unreviewed/2023/02/GHSA-7fgp-2vcm-x2pv/GHSA-7fgp-2vcm-x2pv.json +++ b/advisories/unreviewed/2023/02/GHSA-7fgp-2vcm-x2pv/GHSA-7fgp-2vcm-x2pv.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/02/GHSA-8vxm-rjvx-9v3r/GHSA-8vxm-rjvx-9v3r.json b/advisories/unreviewed/2023/02/GHSA-8vxm-rjvx-9v3r/GHSA-8vxm-rjvx-9v3r.json index 5919f02080d..fef2f67262e 100644 --- a/advisories/unreviewed/2023/02/GHSA-8vxm-rjvx-9v3r/GHSA-8vxm-rjvx-9v3r.json +++ b/advisories/unreviewed/2023/02/GHSA-8vxm-rjvx-9v3r/GHSA-8vxm-rjvx-9v3r.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/02/GHSA-g6j9-m726-789h/GHSA-g6j9-m726-789h.json b/advisories/unreviewed/2023/02/GHSA-g6j9-m726-789h/GHSA-g6j9-m726-789h.json index 590a91bcdc4..35238030240 100644 --- a/advisories/unreviewed/2023/02/GHSA-g6j9-m726-789h/GHSA-g6j9-m726-789h.json +++ b/advisories/unreviewed/2023/02/GHSA-g6j9-m726-789h/GHSA-g6j9-m726-789h.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/02/GHSA-jhhr-q29j-x5hq/GHSA-jhhr-q29j-x5hq.json b/advisories/unreviewed/2023/02/GHSA-jhhr-q29j-x5hq/GHSA-jhhr-q29j-x5hq.json index a476d5c521c..04f2b3d66c7 100644 --- a/advisories/unreviewed/2023/02/GHSA-jhhr-q29j-x5hq/GHSA-jhhr-q29j-x5hq.json +++ b/advisories/unreviewed/2023/02/GHSA-jhhr-q29j-x5hq/GHSA-jhhr-q29j-x5hq.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/02/GHSA-p6r5-q7gf-fc5p/GHSA-p6r5-q7gf-fc5p.json b/advisories/unreviewed/2023/02/GHSA-p6r5-q7gf-fc5p/GHSA-p6r5-q7gf-fc5p.json index 531917d2a6b..ff6e670539c 100644 --- a/advisories/unreviewed/2023/02/GHSA-p6r5-q7gf-fc5p/GHSA-p6r5-q7gf-fc5p.json +++ b/advisories/unreviewed/2023/02/GHSA-p6r5-q7gf-fc5p/GHSA-p6r5-q7gf-fc5p.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", @@ -43,9 +41,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/02/GHSA-v2r7-frxx-fmq5/GHSA-v2r7-frxx-fmq5.json b/advisories/unreviewed/2023/02/GHSA-v2r7-frxx-fmq5/GHSA-v2r7-frxx-fmq5.json index a5e6a2e5b31..cc7fdbda6c6 100644 --- a/advisories/unreviewed/2023/02/GHSA-v2r7-frxx-fmq5/GHSA-v2r7-frxx-fmq5.json +++ b/advisories/unreviewed/2023/02/GHSA-v2r7-frxx-fmq5/GHSA-v2r7-frxx-fmq5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "CRITICAL", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2023/02/GHSA-vm3q-7657-hf38/GHSA-vm3q-7657-hf38.json b/advisories/unreviewed/2023/02/GHSA-vm3q-7657-hf38/GHSA-vm3q-7657-hf38.json index dac208ac5b5..6afa6264068 100644 --- a/advisories/unreviewed/2023/02/GHSA-vm3q-7657-hf38/GHSA-vm3q-7657-hf38.json +++ b/advisories/unreviewed/2023/02/GHSA-vm3q-7657-hf38/GHSA-vm3q-7657-hf38.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/02/GHSA-xrvm-qcmp-42vc/GHSA-xrvm-qcmp-42vc.json b/advisories/unreviewed/2023/02/GHSA-xrvm-qcmp-42vc/GHSA-xrvm-qcmp-42vc.json index a39135c7ea9..8c8be4d9654 100644 --- a/advisories/unreviewed/2023/02/GHSA-xrvm-qcmp-42vc/GHSA-xrvm-qcmp-42vc.json +++ b/advisories/unreviewed/2023/02/GHSA-xrvm-qcmp-42vc/GHSA-xrvm-qcmp-42vc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -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/06/GHSA-5g76-4vcr-3p8x/GHSA-5g76-4vcr-3p8x.json b/advisories/unreviewed/2023/06/GHSA-5g76-4vcr-3p8x/GHSA-5g76-4vcr-3p8x.json index e020f1abcc0..ac3ad5ed0f1 100644 --- a/advisories/unreviewed/2023/06/GHSA-5g76-4vcr-3p8x/GHSA-5g76-4vcr-3p8x.json +++ b/advisories/unreviewed/2023/06/GHSA-5g76-4vcr-3p8x/GHSA-5g76-4vcr-3p8x.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/06/GHSA-wx58-x3rj-qg57/GHSA-wx58-x3rj-qg57.json b/advisories/unreviewed/2023/06/GHSA-wx58-x3rj-qg57/GHSA-wx58-x3rj-qg57.json index 54ac895e8d6..f79b0e7907e 100644 --- a/advisories/unreviewed/2023/06/GHSA-wx58-x3rj-qg57/GHSA-wx58-x3rj-qg57.json +++ b/advisories/unreviewed/2023/06/GHSA-wx58-x3rj-qg57/GHSA-wx58-x3rj-qg57.json @@ -13,9 +13,7 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/06/GHSA-x6m9-9p33-jxgj/GHSA-x6m9-9p33-jxgj.json b/advisories/unreviewed/2023/06/GHSA-x6m9-9p33-jxgj/GHSA-x6m9-9p33-jxgj.json index f47d3af092e..2c8d1ae7709 100644 --- a/advisories/unreviewed/2023/06/GHSA-x6m9-9p33-jxgj/GHSA-x6m9-9p33-jxgj.json +++ b/advisories/unreviewed/2023/06/GHSA-x6m9-9p33-jxgj/GHSA-x6m9-9p33-jxgj.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/09/GHSA-qw4m-2pv2-7r5f/GHSA-qw4m-2pv2-7r5f.json b/advisories/unreviewed/2023/09/GHSA-qw4m-2pv2-7r5f/GHSA-qw4m-2pv2-7r5f.json index 05cbf575472..d38bd4ca18a 100644 --- a/advisories/unreviewed/2023/09/GHSA-qw4m-2pv2-7r5f/GHSA-qw4m-2pv2-7r5f.json +++ b/advisories/unreviewed/2023/09/GHSA-qw4m-2pv2-7r5f/GHSA-qw4m-2pv2-7r5f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-27g6-652x-c2vp/GHSA-27g6-652x-c2vp.json b/advisories/unreviewed/2023/12/GHSA-27g6-652x-c2vp/GHSA-27g6-652x-c2vp.json index bc29cbdd066..e63392be38d 100644 --- a/advisories/unreviewed/2023/12/GHSA-27g6-652x-c2vp/GHSA-27g6-652x-c2vp.json +++ b/advisories/unreviewed/2023/12/GHSA-27g6-652x-c2vp/GHSA-27g6-652x-c2vp.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-2h65-8rvg-gmc7/GHSA-2h65-8rvg-gmc7.json b/advisories/unreviewed/2023/12/GHSA-2h65-8rvg-gmc7/GHSA-2h65-8rvg-gmc7.json index 5729f4dd406..284572615ba 100644 --- a/advisories/unreviewed/2023/12/GHSA-2h65-8rvg-gmc7/GHSA-2h65-8rvg-gmc7.json +++ b/advisories/unreviewed/2023/12/GHSA-2h65-8rvg-gmc7/GHSA-2h65-8rvg-gmc7.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-32qh-ffxc-wq2g/GHSA-32qh-ffxc-wq2g.json b/advisories/unreviewed/2023/12/GHSA-32qh-ffxc-wq2g/GHSA-32qh-ffxc-wq2g.json index 60c686f61b3..95a0aa219f5 100644 --- a/advisories/unreviewed/2023/12/GHSA-32qh-ffxc-wq2g/GHSA-32qh-ffxc-wq2g.json +++ b/advisories/unreviewed/2023/12/GHSA-32qh-ffxc-wq2g/GHSA-32qh-ffxc-wq2g.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-37pm-58fp-vmj8/GHSA-37pm-58fp-vmj8.json b/advisories/unreviewed/2023/12/GHSA-37pm-58fp-vmj8/GHSA-37pm-58fp-vmj8.json index e8d47b4edde..ce6ca87cda2 100644 --- a/advisories/unreviewed/2023/12/GHSA-37pm-58fp-vmj8/GHSA-37pm-58fp-vmj8.json +++ b/advisories/unreviewed/2023/12/GHSA-37pm-58fp-vmj8/GHSA-37pm-58fp-vmj8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-45xw-jfx9-pxjc/GHSA-45xw-jfx9-pxjc.json b/advisories/unreviewed/2023/12/GHSA-45xw-jfx9-pxjc/GHSA-45xw-jfx9-pxjc.json index ad83aba572c..9db01ee31d7 100644 --- a/advisories/unreviewed/2023/12/GHSA-45xw-jfx9-pxjc/GHSA-45xw-jfx9-pxjc.json +++ b/advisories/unreviewed/2023/12/GHSA-45xw-jfx9-pxjc/GHSA-45xw-jfx9-pxjc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-536x-q5x2-74pm/GHSA-536x-q5x2-74pm.json b/advisories/unreviewed/2023/12/GHSA-536x-q5x2-74pm/GHSA-536x-q5x2-74pm.json index 367d0103119..4865013a724 100644 --- a/advisories/unreviewed/2023/12/GHSA-536x-q5x2-74pm/GHSA-536x-q5x2-74pm.json +++ b/advisories/unreviewed/2023/12/GHSA-536x-q5x2-74pm/GHSA-536x-q5x2-74pm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-55p8-83gm-3vx8/GHSA-55p8-83gm-3vx8.json b/advisories/unreviewed/2023/12/GHSA-55p8-83gm-3vx8/GHSA-55p8-83gm-3vx8.json index f22a0e600e5..d5297241cbd 100644 --- a/advisories/unreviewed/2023/12/GHSA-55p8-83gm-3vx8/GHSA-55p8-83gm-3vx8.json +++ b/advisories/unreviewed/2023/12/GHSA-55p8-83gm-3vx8/GHSA-55p8-83gm-3vx8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-59wp-gjj2-qq76/GHSA-59wp-gjj2-qq76.json b/advisories/unreviewed/2023/12/GHSA-59wp-gjj2-qq76/GHSA-59wp-gjj2-qq76.json index c409be57252..18adaea229f 100644 --- a/advisories/unreviewed/2023/12/GHSA-59wp-gjj2-qq76/GHSA-59wp-gjj2-qq76.json +++ b/advisories/unreviewed/2023/12/GHSA-59wp-gjj2-qq76/GHSA-59wp-gjj2-qq76.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-62rq-cf48-633w/GHSA-62rq-cf48-633w.json b/advisories/unreviewed/2023/12/GHSA-62rq-cf48-633w/GHSA-62rq-cf48-633w.json index 22a94fb62c3..71b648e3d52 100644 --- a/advisories/unreviewed/2023/12/GHSA-62rq-cf48-633w/GHSA-62rq-cf48-633w.json +++ b/advisories/unreviewed/2023/12/GHSA-62rq-cf48-633w/GHSA-62rq-cf48-633w.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-6gx2-pm9f-4xqw/GHSA-6gx2-pm9f-4xqw.json b/advisories/unreviewed/2023/12/GHSA-6gx2-pm9f-4xqw/GHSA-6gx2-pm9f-4xqw.json index 692b19d14f6..3ef47c5b158 100644 --- a/advisories/unreviewed/2023/12/GHSA-6gx2-pm9f-4xqw/GHSA-6gx2-pm9f-4xqw.json +++ b/advisories/unreviewed/2023/12/GHSA-6gx2-pm9f-4xqw/GHSA-6gx2-pm9f-4xqw.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-6r3h-c2fg-866f/GHSA-6r3h-c2fg-866f.json b/advisories/unreviewed/2023/12/GHSA-6r3h-c2fg-866f/GHSA-6r3h-c2fg-866f.json index 2e92e3162ad..e099602c6c4 100644 --- a/advisories/unreviewed/2023/12/GHSA-6r3h-c2fg-866f/GHSA-6r3h-c2fg-866f.json +++ b/advisories/unreviewed/2023/12/GHSA-6r3h-c2fg-866f/GHSA-6r3h-c2fg-866f.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-6vhm-rhmc-3q94/GHSA-6vhm-rhmc-3q94.json b/advisories/unreviewed/2023/12/GHSA-6vhm-rhmc-3q94/GHSA-6vhm-rhmc-3q94.json index 3f34e7fdfcf..69833841ab4 100644 --- a/advisories/unreviewed/2023/12/GHSA-6vhm-rhmc-3q94/GHSA-6vhm-rhmc-3q94.json +++ b/advisories/unreviewed/2023/12/GHSA-6vhm-rhmc-3q94/GHSA-6vhm-rhmc-3q94.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-732g-gq5p-cqh5/GHSA-732g-gq5p-cqh5.json b/advisories/unreviewed/2023/12/GHSA-732g-gq5p-cqh5/GHSA-732g-gq5p-cqh5.json index c146dfb4c8c..664ca30e521 100644 --- a/advisories/unreviewed/2023/12/GHSA-732g-gq5p-cqh5/GHSA-732g-gq5p-cqh5.json +++ b/advisories/unreviewed/2023/12/GHSA-732g-gq5p-cqh5/GHSA-732g-gq5p-cqh5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-764j-mg8f-rqwv/GHSA-764j-mg8f-rqwv.json b/advisories/unreviewed/2023/12/GHSA-764j-mg8f-rqwv/GHSA-764j-mg8f-rqwv.json index 06cc92bf340..ad72b20c593 100644 --- a/advisories/unreviewed/2023/12/GHSA-764j-mg8f-rqwv/GHSA-764j-mg8f-rqwv.json +++ b/advisories/unreviewed/2023/12/GHSA-764j-mg8f-rqwv/GHSA-764j-mg8f-rqwv.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-79cg-8r7r-xrgf/GHSA-79cg-8r7r-xrgf.json b/advisories/unreviewed/2023/12/GHSA-79cg-8r7r-xrgf/GHSA-79cg-8r7r-xrgf.json index f034801f796..844729ea259 100644 --- a/advisories/unreviewed/2023/12/GHSA-79cg-8r7r-xrgf/GHSA-79cg-8r7r-xrgf.json +++ b/advisories/unreviewed/2023/12/GHSA-79cg-8r7r-xrgf/GHSA-79cg-8r7r-xrgf.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-7m9w-3qw4-69pp/GHSA-7m9w-3qw4-69pp.json b/advisories/unreviewed/2023/12/GHSA-7m9w-3qw4-69pp/GHSA-7m9w-3qw4-69pp.json index 013fe3a52a4..503a6511af6 100644 --- a/advisories/unreviewed/2023/12/GHSA-7m9w-3qw4-69pp/GHSA-7m9w-3qw4-69pp.json +++ b/advisories/unreviewed/2023/12/GHSA-7m9w-3qw4-69pp/GHSA-7m9w-3qw4-69pp.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-875w-85vf-3vhx/GHSA-875w-85vf-3vhx.json b/advisories/unreviewed/2023/12/GHSA-875w-85vf-3vhx/GHSA-875w-85vf-3vhx.json index 9da30c9903c..fe79bf2bd10 100644 --- a/advisories/unreviewed/2023/12/GHSA-875w-85vf-3vhx/GHSA-875w-85vf-3vhx.json +++ b/advisories/unreviewed/2023/12/GHSA-875w-85vf-3vhx/GHSA-875w-85vf-3vhx.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-8rw8-xm3f-h2ww/GHSA-8rw8-xm3f-h2ww.json b/advisories/unreviewed/2023/12/GHSA-8rw8-xm3f-h2ww/GHSA-8rw8-xm3f-h2ww.json index ee4b2cc310a..8ea2211bd71 100644 --- a/advisories/unreviewed/2023/12/GHSA-8rw8-xm3f-h2ww/GHSA-8rw8-xm3f-h2ww.json +++ b/advisories/unreviewed/2023/12/GHSA-8rw8-xm3f-h2ww/GHSA-8rw8-xm3f-h2ww.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-94mq-9vgr-r68q/GHSA-94mq-9vgr-r68q.json b/advisories/unreviewed/2023/12/GHSA-94mq-9vgr-r68q/GHSA-94mq-9vgr-r68q.json index ec10433e326..87781391a92 100644 --- a/advisories/unreviewed/2023/12/GHSA-94mq-9vgr-r68q/GHSA-94mq-9vgr-r68q.json +++ b/advisories/unreviewed/2023/12/GHSA-94mq-9vgr-r68q/GHSA-94mq-9vgr-r68q.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-95cf-vm57-r56r/GHSA-95cf-vm57-r56r.json b/advisories/unreviewed/2023/12/GHSA-95cf-vm57-r56r/GHSA-95cf-vm57-r56r.json index 9d0d73fc7cd..ae11e162764 100644 --- a/advisories/unreviewed/2023/12/GHSA-95cf-vm57-r56r/GHSA-95cf-vm57-r56r.json +++ b/advisories/unreviewed/2023/12/GHSA-95cf-vm57-r56r/GHSA-95cf-vm57-r56r.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-9fx5-4q83-qmvh/GHSA-9fx5-4q83-qmvh.json b/advisories/unreviewed/2023/12/GHSA-9fx5-4q83-qmvh/GHSA-9fx5-4q83-qmvh.json index 72169d7c5ba..7f114accff1 100644 --- a/advisories/unreviewed/2023/12/GHSA-9fx5-4q83-qmvh/GHSA-9fx5-4q83-qmvh.json +++ b/advisories/unreviewed/2023/12/GHSA-9fx5-4q83-qmvh/GHSA-9fx5-4q83-qmvh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-9mxg-7hx6-426g/GHSA-9mxg-7hx6-426g.json b/advisories/unreviewed/2023/12/GHSA-9mxg-7hx6-426g/GHSA-9mxg-7hx6-426g.json index 0b7a520084c..0a3edabcde2 100644 --- a/advisories/unreviewed/2023/12/GHSA-9mxg-7hx6-426g/GHSA-9mxg-7hx6-426g.json +++ b/advisories/unreviewed/2023/12/GHSA-9mxg-7hx6-426g/GHSA-9mxg-7hx6-426g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-c668-65wp-gp5r/GHSA-c668-65wp-gp5r.json b/advisories/unreviewed/2023/12/GHSA-c668-65wp-gp5r/GHSA-c668-65wp-gp5r.json index 24488a1d871..09df89d63aa 100644 --- a/advisories/unreviewed/2023/12/GHSA-c668-65wp-gp5r/GHSA-c668-65wp-gp5r.json +++ b/advisories/unreviewed/2023/12/GHSA-c668-65wp-gp5r/GHSA-c668-65wp-gp5r.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-cf2c-v4q9-855g/GHSA-cf2c-v4q9-855g.json b/advisories/unreviewed/2023/12/GHSA-cf2c-v4q9-855g/GHSA-cf2c-v4q9-855g.json index 178b66929ee..4f0fb681f7f 100644 --- a/advisories/unreviewed/2023/12/GHSA-cf2c-v4q9-855g/GHSA-cf2c-v4q9-855g.json +++ b/advisories/unreviewed/2023/12/GHSA-cf2c-v4q9-855g/GHSA-cf2c-v4q9-855g.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-ch25-v4fx-gj4j/GHSA-ch25-v4fx-gj4j.json b/advisories/unreviewed/2023/12/GHSA-ch25-v4fx-gj4j/GHSA-ch25-v4fx-gj4j.json index be98b1924b5..ff11081ead5 100644 --- a/advisories/unreviewed/2023/12/GHSA-ch25-v4fx-gj4j/GHSA-ch25-v4fx-gj4j.json +++ b/advisories/unreviewed/2023/12/GHSA-ch25-v4fx-gj4j/GHSA-ch25-v4fx-gj4j.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-cjp5-q452-w3rw/GHSA-cjp5-q452-w3rw.json b/advisories/unreviewed/2023/12/GHSA-cjp5-q452-w3rw/GHSA-cjp5-q452-w3rw.json index 2f5e0b15353..6657998e1e2 100644 --- a/advisories/unreviewed/2023/12/GHSA-cjp5-q452-w3rw/GHSA-cjp5-q452-w3rw.json +++ b/advisories/unreviewed/2023/12/GHSA-cjp5-q452-w3rw/GHSA-cjp5-q452-w3rw.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-cvhx-qp79-fg83/GHSA-cvhx-qp79-fg83.json b/advisories/unreviewed/2023/12/GHSA-cvhx-qp79-fg83/GHSA-cvhx-qp79-fg83.json index 9b58521d20d..760b7a2ec5f 100644 --- a/advisories/unreviewed/2023/12/GHSA-cvhx-qp79-fg83/GHSA-cvhx-qp79-fg83.json +++ b/advisories/unreviewed/2023/12/GHSA-cvhx-qp79-fg83/GHSA-cvhx-qp79-fg83.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-fgjm-pghw-gf5m/GHSA-fgjm-pghw-gf5m.json b/advisories/unreviewed/2023/12/GHSA-fgjm-pghw-gf5m/GHSA-fgjm-pghw-gf5m.json index b5f3000178f..1dcb03374c7 100644 --- a/advisories/unreviewed/2023/12/GHSA-fgjm-pghw-gf5m/GHSA-fgjm-pghw-gf5m.json +++ b/advisories/unreviewed/2023/12/GHSA-fgjm-pghw-gf5m/GHSA-fgjm-pghw-gf5m.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-gpgr-75r6-xcw2/GHSA-gpgr-75r6-xcw2.json b/advisories/unreviewed/2023/12/GHSA-gpgr-75r6-xcw2/GHSA-gpgr-75r6-xcw2.json index 8842af62781..fe609880f24 100644 --- a/advisories/unreviewed/2023/12/GHSA-gpgr-75r6-xcw2/GHSA-gpgr-75r6-xcw2.json +++ b/advisories/unreviewed/2023/12/GHSA-gpgr-75r6-xcw2/GHSA-gpgr-75r6-xcw2.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-grgm-r673-rg94/GHSA-grgm-r673-rg94.json b/advisories/unreviewed/2023/12/GHSA-grgm-r673-rg94/GHSA-grgm-r673-rg94.json index d9ccb5ea949..ee34983cde6 100644 --- a/advisories/unreviewed/2023/12/GHSA-grgm-r673-rg94/GHSA-grgm-r673-rg94.json +++ b/advisories/unreviewed/2023/12/GHSA-grgm-r673-rg94/GHSA-grgm-r673-rg94.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-h427-cjj7-x4hw/GHSA-h427-cjj7-x4hw.json b/advisories/unreviewed/2023/12/GHSA-h427-cjj7-x4hw/GHSA-h427-cjj7-x4hw.json index e51f314d9aa..8274c36a17d 100644 --- a/advisories/unreviewed/2023/12/GHSA-h427-cjj7-x4hw/GHSA-h427-cjj7-x4hw.json +++ b/advisories/unreviewed/2023/12/GHSA-h427-cjj7-x4hw/GHSA-h427-cjj7-x4hw.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-j857-w8xf-4rwh/GHSA-j857-w8xf-4rwh.json b/advisories/unreviewed/2023/12/GHSA-j857-w8xf-4rwh/GHSA-j857-w8xf-4rwh.json index b61dab6e0e8..fc83752b4ae 100644 --- a/advisories/unreviewed/2023/12/GHSA-j857-w8xf-4rwh/GHSA-j857-w8xf-4rwh.json +++ b/advisories/unreviewed/2023/12/GHSA-j857-w8xf-4rwh/GHSA-j857-w8xf-4rwh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-jj9g-27mg-6hrw/GHSA-jj9g-27mg-6hrw.json b/advisories/unreviewed/2023/12/GHSA-jj9g-27mg-6hrw/GHSA-jj9g-27mg-6hrw.json index 8dbe860aeab..98c884db509 100644 --- a/advisories/unreviewed/2023/12/GHSA-jj9g-27mg-6hrw/GHSA-jj9g-27mg-6hrw.json +++ b/advisories/unreviewed/2023/12/GHSA-jj9g-27mg-6hrw/GHSA-jj9g-27mg-6hrw.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-pfxj-89q7-5fh7/GHSA-pfxj-89q7-5fh7.json b/advisories/unreviewed/2023/12/GHSA-pfxj-89q7-5fh7/GHSA-pfxj-89q7-5fh7.json index d08f86127f1..10ae6aaf1aa 100644 --- a/advisories/unreviewed/2023/12/GHSA-pfxj-89q7-5fh7/GHSA-pfxj-89q7-5fh7.json +++ b/advisories/unreviewed/2023/12/GHSA-pfxj-89q7-5fh7/GHSA-pfxj-89q7-5fh7.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-q4fc-c2jw-vxqc/GHSA-q4fc-c2jw-vxqc.json b/advisories/unreviewed/2023/12/GHSA-q4fc-c2jw-vxqc/GHSA-q4fc-c2jw-vxqc.json index 21c9f54fffc..7c36b08d298 100644 --- a/advisories/unreviewed/2023/12/GHSA-q4fc-c2jw-vxqc/GHSA-q4fc-c2jw-vxqc.json +++ b/advisories/unreviewed/2023/12/GHSA-q4fc-c2jw-vxqc/GHSA-q4fc-c2jw-vxqc.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-q86c-j33f-g78r/GHSA-q86c-j33f-g78r.json b/advisories/unreviewed/2023/12/GHSA-q86c-j33f-g78r/GHSA-q86c-j33f-g78r.json index 52f7bd80b51..4f44a592353 100644 --- a/advisories/unreviewed/2023/12/GHSA-q86c-j33f-g78r/GHSA-q86c-j33f-g78r.json +++ b/advisories/unreviewed/2023/12/GHSA-q86c-j33f-g78r/GHSA-q86c-j33f-g78r.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-qjhx-qfqw-5xg3/GHSA-qjhx-qfqw-5xg3.json b/advisories/unreviewed/2023/12/GHSA-qjhx-qfqw-5xg3/GHSA-qjhx-qfqw-5xg3.json index d578b03d305..9994ed21610 100644 --- a/advisories/unreviewed/2023/12/GHSA-qjhx-qfqw-5xg3/GHSA-qjhx-qfqw-5xg3.json +++ b/advisories/unreviewed/2023/12/GHSA-qjhx-qfqw-5xg3/GHSA-qjhx-qfqw-5xg3.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-r833-x2f2-3jrj/GHSA-r833-x2f2-3jrj.json b/advisories/unreviewed/2023/12/GHSA-r833-x2f2-3jrj/GHSA-r833-x2f2-3jrj.json index 8c44fd9c9e2..5b31c31db70 100644 --- a/advisories/unreviewed/2023/12/GHSA-r833-x2f2-3jrj/GHSA-r833-x2f2-3jrj.json +++ b/advisories/unreviewed/2023/12/GHSA-r833-x2f2-3jrj/GHSA-r833-x2f2-3jrj.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-rg2p-g7qq-r433/GHSA-rg2p-g7qq-r433.json b/advisories/unreviewed/2023/12/GHSA-rg2p-g7qq-r433/GHSA-rg2p-g7qq-r433.json index be6dbe91092..f294c71fd81 100644 --- a/advisories/unreviewed/2023/12/GHSA-rg2p-g7qq-r433/GHSA-rg2p-g7qq-r433.json +++ b/advisories/unreviewed/2023/12/GHSA-rg2p-g7qq-r433/GHSA-rg2p-g7qq-r433.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-wfqc-h7r8-22vq/GHSA-wfqc-h7r8-22vq.json b/advisories/unreviewed/2023/12/GHSA-wfqc-h7r8-22vq/GHSA-wfqc-h7r8-22vq.json index 606e73721b0..841b79a281e 100644 --- a/advisories/unreviewed/2023/12/GHSA-wfqc-h7r8-22vq/GHSA-wfqc-h7r8-22vq.json +++ b/advisories/unreviewed/2023/12/GHSA-wfqc-h7r8-22vq/GHSA-wfqc-h7r8-22vq.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-xcjp-76v5-pvr8/GHSA-xcjp-76v5-pvr8.json b/advisories/unreviewed/2023/12/GHSA-xcjp-76v5-pvr8/GHSA-xcjp-76v5-pvr8.json index 708defe00a1..62c7ac281a5 100644 --- a/advisories/unreviewed/2023/12/GHSA-xcjp-76v5-pvr8/GHSA-xcjp-76v5-pvr8.json +++ b/advisories/unreviewed/2023/12/GHSA-xcjp-76v5-pvr8/GHSA-xcjp-76v5-pvr8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2023/12/GHSA-xq28-26p4-h63h/GHSA-xq28-26p4-h63h.json b/advisories/unreviewed/2023/12/GHSA-xq28-26p4-h63h/GHSA-xq28-26p4-h63h.json index a64aa090f3c..93709afc3a9 100644 --- a/advisories/unreviewed/2023/12/GHSA-xq28-26p4-h63h/GHSA-xq28-26p4-h63h.json +++ b/advisories/unreviewed/2023/12/GHSA-xq28-26p4-h63h/GHSA-xq28-26p4-h63h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-2g38-fxhq-9w3p/GHSA-2g38-fxhq-9w3p.json b/advisories/unreviewed/2024/01/GHSA-2g38-fxhq-9w3p/GHSA-2g38-fxhq-9w3p.json index a0f24eb1a5b..5cbd1883b23 100644 --- a/advisories/unreviewed/2024/01/GHSA-2g38-fxhq-9w3p/GHSA-2g38-fxhq-9w3p.json +++ b/advisories/unreviewed/2024/01/GHSA-2g38-fxhq-9w3p/GHSA-2g38-fxhq-9w3p.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", @@ -27,9 +25,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/01/GHSA-355p-vp22-pp2v/GHSA-355p-vp22-pp2v.json b/advisories/unreviewed/2024/01/GHSA-355p-vp22-pp2v/GHSA-355p-vp22-pp2v.json index c621556b8b2..2a9e5683d00 100644 --- a/advisories/unreviewed/2024/01/GHSA-355p-vp22-pp2v/GHSA-355p-vp22-pp2v.json +++ b/advisories/unreviewed/2024/01/GHSA-355p-vp22-pp2v/GHSA-355p-vp22-pp2v.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-38gm-m6ww-x846/GHSA-38gm-m6ww-x846.json b/advisories/unreviewed/2024/01/GHSA-38gm-m6ww-x846/GHSA-38gm-m6ww-x846.json index e152e5bb8f5..fd5b203b874 100644 --- a/advisories/unreviewed/2024/01/GHSA-38gm-m6ww-x846/GHSA-38gm-m6ww-x846.json +++ b/advisories/unreviewed/2024/01/GHSA-38gm-m6ww-x846/GHSA-38gm-m6ww-x846.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-3fcg-g48j-hrrr/GHSA-3fcg-g48j-hrrr.json b/advisories/unreviewed/2024/01/GHSA-3fcg-g48j-hrrr/GHSA-3fcg-g48j-hrrr.json index 885e3a2d7a2..17d47ee43f3 100644 --- a/advisories/unreviewed/2024/01/GHSA-3fcg-g48j-hrrr/GHSA-3fcg-g48j-hrrr.json +++ b/advisories/unreviewed/2024/01/GHSA-3fcg-g48j-hrrr/GHSA-3fcg-g48j-hrrr.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", @@ -39,9 +37,7 @@ } ], "database_specific": { - "cwe_ids": [ - - ], + "cwe_ids": [], "severity": "MODERATE", "github_reviewed": false, "github_reviewed_at": null, diff --git a/advisories/unreviewed/2024/01/GHSA-5c29-2r8j-8727/GHSA-5c29-2r8j-8727.json b/advisories/unreviewed/2024/01/GHSA-5c29-2r8j-8727/GHSA-5c29-2r8j-8727.json index acf02900c1e..29ce2b1cd7a 100644 --- a/advisories/unreviewed/2024/01/GHSA-5c29-2r8j-8727/GHSA-5c29-2r8j-8727.json +++ b/advisories/unreviewed/2024/01/GHSA-5c29-2r8j-8727/GHSA-5c29-2r8j-8727.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-5c9f-6cwg-mhc5/GHSA-5c9f-6cwg-mhc5.json b/advisories/unreviewed/2024/01/GHSA-5c9f-6cwg-mhc5/GHSA-5c9f-6cwg-mhc5.json index 9554f4b54ce..492de2a0899 100644 --- a/advisories/unreviewed/2024/01/GHSA-5c9f-6cwg-mhc5/GHSA-5c9f-6cwg-mhc5.json +++ b/advisories/unreviewed/2024/01/GHSA-5c9f-6cwg-mhc5/GHSA-5c9f-6cwg-mhc5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-5vhq-6jvc-vjp4/GHSA-5vhq-6jvc-vjp4.json b/advisories/unreviewed/2024/01/GHSA-5vhq-6jvc-vjp4/GHSA-5vhq-6jvc-vjp4.json index fd2ef73d4a6..2c09785fa9b 100644 --- a/advisories/unreviewed/2024/01/GHSA-5vhq-6jvc-vjp4/GHSA-5vhq-6jvc-vjp4.json +++ b/advisories/unreviewed/2024/01/GHSA-5vhq-6jvc-vjp4/GHSA-5vhq-6jvc-vjp4.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-6fv2-72fv-rm3x/GHSA-6fv2-72fv-rm3x.json b/advisories/unreviewed/2024/01/GHSA-6fv2-72fv-rm3x/GHSA-6fv2-72fv-rm3x.json index bce63bc04f7..14491d0b4bf 100644 --- a/advisories/unreviewed/2024/01/GHSA-6fv2-72fv-rm3x/GHSA-6fv2-72fv-rm3x.json +++ b/advisories/unreviewed/2024/01/GHSA-6fv2-72fv-rm3x/GHSA-6fv2-72fv-rm3x.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-6vcr-w6p9-3j89/GHSA-6vcr-w6p9-3j89.json b/advisories/unreviewed/2024/01/GHSA-6vcr-w6p9-3j89/GHSA-6vcr-w6p9-3j89.json index e9633f71ea9..9a150f550fa 100644 --- a/advisories/unreviewed/2024/01/GHSA-6vcr-w6p9-3j89/GHSA-6vcr-w6p9-3j89.json +++ b/advisories/unreviewed/2024/01/GHSA-6vcr-w6p9-3j89/GHSA-6vcr-w6p9-3j89.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-792w-295c-v45g/GHSA-792w-295c-v45g.json b/advisories/unreviewed/2024/01/GHSA-792w-295c-v45g/GHSA-792w-295c-v45g.json index cc448c25c07..7b66717df11 100644 --- a/advisories/unreviewed/2024/01/GHSA-792w-295c-v45g/GHSA-792w-295c-v45g.json +++ b/advisories/unreviewed/2024/01/GHSA-792w-295c-v45g/GHSA-792w-295c-v45g.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-84c9-gp6c-qg45/GHSA-84c9-gp6c-qg45.json b/advisories/unreviewed/2024/01/GHSA-84c9-gp6c-qg45/GHSA-84c9-gp6c-qg45.json index a08d405a27a..e7163f646aa 100644 --- a/advisories/unreviewed/2024/01/GHSA-84c9-gp6c-qg45/GHSA-84c9-gp6c-qg45.json +++ b/advisories/unreviewed/2024/01/GHSA-84c9-gp6c-qg45/GHSA-84c9-gp6c-qg45.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-8f5g-v4g5-c448/GHSA-8f5g-v4g5-c448.json b/advisories/unreviewed/2024/01/GHSA-8f5g-v4g5-c448/GHSA-8f5g-v4g5-c448.json index 482f6f36c95..a9d851198a3 100644 --- a/advisories/unreviewed/2024/01/GHSA-8f5g-v4g5-c448/GHSA-8f5g-v4g5-c448.json +++ b/advisories/unreviewed/2024/01/GHSA-8f5g-v4g5-c448/GHSA-8f5g-v4g5-c448.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/01/GHSA-8xqj-48c9-78rp/GHSA-8xqj-48c9-78rp.json b/advisories/unreviewed/2024/01/GHSA-8xqj-48c9-78rp/GHSA-8xqj-48c9-78rp.json index 89f619d08f6..c24b8c35441 100644 --- a/advisories/unreviewed/2024/01/GHSA-8xqj-48c9-78rp/GHSA-8xqj-48c9-78rp.json +++ b/advisories/unreviewed/2024/01/GHSA-8xqj-48c9-78rp/GHSA-8xqj-48c9-78rp.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-9vwj-7j5p-7q44/GHSA-9vwj-7j5p-7q44.json b/advisories/unreviewed/2024/01/GHSA-9vwj-7j5p-7q44/GHSA-9vwj-7j5p-7q44.json index b0f4db93023..490cb6d950d 100644 --- a/advisories/unreviewed/2024/01/GHSA-9vwj-7j5p-7q44/GHSA-9vwj-7j5p-7q44.json +++ b/advisories/unreviewed/2024/01/GHSA-9vwj-7j5p-7q44/GHSA-9vwj-7j5p-7q44.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-f2w2-g9x5-9598/GHSA-f2w2-g9x5-9598.json b/advisories/unreviewed/2024/01/GHSA-f2w2-g9x5-9598/GHSA-f2w2-g9x5-9598.json index 6bf3c728b45..241a7c21960 100644 --- a/advisories/unreviewed/2024/01/GHSA-f2w2-g9x5-9598/GHSA-f2w2-g9x5-9598.json +++ b/advisories/unreviewed/2024/01/GHSA-f2w2-g9x5-9598/GHSA-f2w2-g9x5-9598.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-g554-v8g8-hm96/GHSA-g554-v8g8-hm96.json b/advisories/unreviewed/2024/01/GHSA-g554-v8g8-hm96/GHSA-g554-v8g8-hm96.json index 36819115846..062f6b75006 100644 --- a/advisories/unreviewed/2024/01/GHSA-g554-v8g8-hm96/GHSA-g554-v8g8-hm96.json +++ b/advisories/unreviewed/2024/01/GHSA-g554-v8g8-hm96/GHSA-g554-v8g8-hm96.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-h4xc-h944-r598/GHSA-h4xc-h944-r598.json b/advisories/unreviewed/2024/01/GHSA-h4xc-h944-r598/GHSA-h4xc-h944-r598.json index a58f35c1da0..9afa7e2cd67 100644 --- a/advisories/unreviewed/2024/01/GHSA-h4xc-h944-r598/GHSA-h4xc-h944-r598.json +++ b/advisories/unreviewed/2024/01/GHSA-h4xc-h944-r598/GHSA-h4xc-h944-r598.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/01/GHSA-jjvf-rww2-493v/GHSA-jjvf-rww2-493v.json b/advisories/unreviewed/2024/01/GHSA-jjvf-rww2-493v/GHSA-jjvf-rww2-493v.json index 05d8b8f6e3a..73433cda333 100644 --- a/advisories/unreviewed/2024/01/GHSA-jjvf-rww2-493v/GHSA-jjvf-rww2-493v.json +++ b/advisories/unreviewed/2024/01/GHSA-jjvf-rww2-493v/GHSA-jjvf-rww2-493v.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/01/GHSA-jp26-vw47-9r58/GHSA-jp26-vw47-9r58.json b/advisories/unreviewed/2024/01/GHSA-jp26-vw47-9r58/GHSA-jp26-vw47-9r58.json index 327c5768458..42e9c09674f 100644 --- a/advisories/unreviewed/2024/01/GHSA-jp26-vw47-9r58/GHSA-jp26-vw47-9r58.json +++ b/advisories/unreviewed/2024/01/GHSA-jp26-vw47-9r58/GHSA-jp26-vw47-9r58.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/01/GHSA-jr5v-4546-4997/GHSA-jr5v-4546-4997.json b/advisories/unreviewed/2024/01/GHSA-jr5v-4546-4997/GHSA-jr5v-4546-4997.json index b8d2422f53c..0028b9d76f8 100644 --- a/advisories/unreviewed/2024/01/GHSA-jr5v-4546-4997/GHSA-jr5v-4546-4997.json +++ b/advisories/unreviewed/2024/01/GHSA-jr5v-4546-4997/GHSA-jr5v-4546-4997.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-pmx3-5c86-vxfm/GHSA-pmx3-5c86-vxfm.json b/advisories/unreviewed/2024/01/GHSA-pmx3-5c86-vxfm/GHSA-pmx3-5c86-vxfm.json index 72082e430fb..1efcf3ec2b6 100644 --- a/advisories/unreviewed/2024/01/GHSA-pmx3-5c86-vxfm/GHSA-pmx3-5c86-vxfm.json +++ b/advisories/unreviewed/2024/01/GHSA-pmx3-5c86-vxfm/GHSA-pmx3-5c86-vxfm.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-pp9j-v998-vpq3/GHSA-pp9j-v998-vpq3.json b/advisories/unreviewed/2024/01/GHSA-pp9j-v998-vpq3/GHSA-pp9j-v998-vpq3.json index 437c7da7114..511175c907d 100644 --- a/advisories/unreviewed/2024/01/GHSA-pp9j-v998-vpq3/GHSA-pp9j-v998-vpq3.json +++ b/advisories/unreviewed/2024/01/GHSA-pp9j-v998-vpq3/GHSA-pp9j-v998-vpq3.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-q4j6-9v4c-h9vq/GHSA-q4j6-9v4c-h9vq.json b/advisories/unreviewed/2024/01/GHSA-q4j6-9v4c-h9vq/GHSA-q4j6-9v4c-h9vq.json index 75be40afa60..8fc8e12307b 100644 --- a/advisories/unreviewed/2024/01/GHSA-q4j6-9v4c-h9vq/GHSA-q4j6-9v4c-h9vq.json +++ b/advisories/unreviewed/2024/01/GHSA-q4j6-9v4c-h9vq/GHSA-q4j6-9v4c-h9vq.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", @@ -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-q7rh-w25v-mpj8/GHSA-q7rh-w25v-mpj8.json b/advisories/unreviewed/2024/01/GHSA-q7rh-w25v-mpj8/GHSA-q7rh-w25v-mpj8.json index 521f1b0a714..1812bc58a0c 100644 --- a/advisories/unreviewed/2024/01/GHSA-q7rh-w25v-mpj8/GHSA-q7rh-w25v-mpj8.json +++ b/advisories/unreviewed/2024/01/GHSA-q7rh-w25v-mpj8/GHSA-q7rh-w25v-mpj8.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-r293-cvcc-7wmh/GHSA-r293-cvcc-7wmh.json b/advisories/unreviewed/2024/01/GHSA-r293-cvcc-7wmh/GHSA-r293-cvcc-7wmh.json index 5c7a40970e3..2295fb13932 100644 --- a/advisories/unreviewed/2024/01/GHSA-r293-cvcc-7wmh/GHSA-r293-cvcc-7wmh.json +++ b/advisories/unreviewed/2024/01/GHSA-r293-cvcc-7wmh/GHSA-r293-cvcc-7wmh.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-r2px-vqx2-ww27/GHSA-r2px-vqx2-ww27.json b/advisories/unreviewed/2024/01/GHSA-r2px-vqx2-ww27/GHSA-r2px-vqx2-ww27.json index e060774f843..01aa2804551 100644 --- a/advisories/unreviewed/2024/01/GHSA-r2px-vqx2-ww27/GHSA-r2px-vqx2-ww27.json +++ b/advisories/unreviewed/2024/01/GHSA-r2px-vqx2-ww27/GHSA-r2px-vqx2-ww27.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-r477-vj9r-595h/GHSA-r477-vj9r-595h.json b/advisories/unreviewed/2024/01/GHSA-r477-vj9r-595h/GHSA-r477-vj9r-595h.json index e86320479de..b1d0c49afb1 100644 --- a/advisories/unreviewed/2024/01/GHSA-r477-vj9r-595h/GHSA-r477-vj9r-595h.json +++ b/advisories/unreviewed/2024/01/GHSA-r477-vj9r-595h/GHSA-r477-vj9r-595h.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-r67f-8hjg-55w3/GHSA-r67f-8hjg-55w3.json b/advisories/unreviewed/2024/01/GHSA-r67f-8hjg-55w3/GHSA-r67f-8hjg-55w3.json index bb95f78a80a..26f594a0b28 100644 --- a/advisories/unreviewed/2024/01/GHSA-r67f-8hjg-55w3/GHSA-r67f-8hjg-55w3.json +++ b/advisories/unreviewed/2024/01/GHSA-r67f-8hjg-55w3/GHSA-r67f-8hjg-55w3.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", @@ -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/01/GHSA-rm8m-fq9m-823j/GHSA-rm8m-fq9m-823j.json b/advisories/unreviewed/2024/01/GHSA-rm8m-fq9m-823j/GHSA-rm8m-fq9m-823j.json index b08ef626880..79ba5684b1a 100644 --- a/advisories/unreviewed/2024/01/GHSA-rm8m-fq9m-823j/GHSA-rm8m-fq9m-823j.json +++ b/advisories/unreviewed/2024/01/GHSA-rm8m-fq9m-823j/GHSA-rm8m-fq9m-823j.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/01/GHSA-v525-j46w-8q9c/GHSA-v525-j46w-8q9c.json b/advisories/unreviewed/2024/01/GHSA-v525-j46w-8q9c/GHSA-v525-j46w-8q9c.json index bfbaaa4cfd7..0d460e8c6bd 100644 --- a/advisories/unreviewed/2024/01/GHSA-v525-j46w-8q9c/GHSA-v525-j46w-8q9c.json +++ b/advisories/unreviewed/2024/01/GHSA-v525-j46w-8q9c/GHSA-v525-j46w-8q9c.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY", diff --git a/advisories/unreviewed/2024/01/GHSA-vc5m-qgwv-5c7r/GHSA-vc5m-qgwv-5c7r.json b/advisories/unreviewed/2024/01/GHSA-vc5m-qgwv-5c7r/GHSA-vc5m-qgwv-5c7r.json index 5b66011c372..c2b0a83ac87 100644 --- a/advisories/unreviewed/2024/01/GHSA-vc5m-qgwv-5c7r/GHSA-vc5m-qgwv-5c7r.json +++ b/advisories/unreviewed/2024/01/GHSA-vc5m-qgwv-5c7r/GHSA-vc5m-qgwv-5c7r.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-w69p-f797-2jf5/GHSA-w69p-f797-2jf5.json b/advisories/unreviewed/2024/01/GHSA-w69p-f797-2jf5/GHSA-w69p-f797-2jf5.json index eb46c1d76be..075bbbed8be 100644 --- a/advisories/unreviewed/2024/01/GHSA-w69p-f797-2jf5/GHSA-w69p-f797-2jf5.json +++ b/advisories/unreviewed/2024/01/GHSA-w69p-f797-2jf5/GHSA-w69p-f797-2jf5.json @@ -13,9 +13,7 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L" } ], - "affected": [ - - ], + "affected": [], "references": [ { "type": "ADVISORY",